@shoplflow/extension 0.0.2
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.
- package/CHANGELOG.md +8 -0
- package/LICENSE +201 -0
- package/README.md +172 -0
- package/dist/assets/css/contentStyle17107484687.chunk.css +1 -0
- package/dist/assets/css/optionsIndex.chunk.css +1 -0
- package/dist/assets/css/popupIndex.chunk.css +1 -0
- package/dist/assets/js/index.a235624f.js +1 -0
- package/dist/assets/js/jsx-runtime.ea866ad2.js +40 -0
- package/dist/assets/js/twind.60e4b726.js +1 -0
- package/dist/icon-128.png +0 -0
- package/dist/icon-34.png +0 -0
- package/dist/manifest.json +45 -0
- package/dist/src/pages/background/index.js +1 -0
- package/dist/src/pages/content/index.js +1 -0
- package/dist/src/pages/options/index.html +15 -0
- package/dist/src/pages/options/index.js +1 -0
- package/dist/src/pages/popup/index.html +16 -0
- package/dist/src/pages/popup/index.js +918 -0
- package/manifest.ts +37 -0
- package/package.json +57 -0
- package/public/icon-128.png +0 -0
- package/public/icon-34.png +0 -0
- package/public/manifest.json +45 -0
- package/src/Components/ElementListCard.tsx +35 -0
- package/src/assets/img/logo.svg +7 -0
- package/src/environment.d.ts +10 -0
- package/src/global.d.ts +37 -0
- package/src/pages/background/index.ts +11 -0
- package/src/pages/content/components/Demo/app.tsx +93 -0
- package/src/pages/content/components/Demo/index.tsx +27 -0
- package/src/pages/content/index.ts +7 -0
- package/src/pages/content/style.scss +7 -0
- package/src/pages/options/Options.css +8 -0
- package/src/pages/options/Options.tsx +8 -0
- package/src/pages/options/index.css +0 -0
- package/src/pages/options/index.html +12 -0
- package/src/pages/options/index.tsx +18 -0
- package/src/pages/panel/Panel.css +7 -0
- package/src/pages/panel/Panel.tsx +65 -0
- package/src/pages/panel/index.css +0 -0
- package/src/pages/panel/index.html +12 -0
- package/src/pages/panel/index.tsx +20 -0
- package/src/pages/popup/Popup.css +44 -0
- package/src/pages/popup/Popup.tsx +123 -0
- package/src/pages/popup/index.css +13 -0
- package/src/pages/popup/index.html +12 -0
- package/src/pages/popup/index.tsx +20 -0
- package/src/shared/hoc/withErrorBoundary.tsx +42 -0
- package/src/shared/hoc/withSuspense.tsx +14 -0
- package/src/shared/hooks/useStorage.tsx +47 -0
- package/src/shared/storages/base.ts +75 -0
- package/src/shared/storages/componentsInfoStorage.ts +46 -0
- package/src/shared/style/twind.ts +13 -0
- package/src/vite-env.d.ts +1 -0
- package/tsconfig.json +29 -0
- package/twind.config.ts +7 -0
- package/utils/checkShopl.ts +6 -0
- package/utils/log.ts +52 -0
- package/utils/manifest-parser/index.ts +35 -0
- package/utils/plugins/add-hmr.ts +46 -0
- package/utils/plugins/custom-dynamic-import.ts +34 -0
- package/utils/plugins/make-manifest.ts +49 -0
- package/utils/plugins/watch-rebuild.ts +16 -0
- package/utils/reload/constant.ts +5 -0
- package/utils/reload/initReloadClient.ts +52 -0
- package/utils/reload/initReloadServer.js +72 -0
- package/utils/reload/initReloadServer.ts +68 -0
- package/utils/reload/injections/script.js +60 -0
- package/utils/reload/injections/script.ts +12 -0
- package/utils/reload/injections/view.js +74 -0
- package/utils/reload/injections/view.ts +29 -0
- package/utils/reload/interpreter/index.ts +13 -0
- package/utils/reload/interpreter/types.ts +15 -0
- package/utils/reload/rollup.config.ts +28 -0
- package/utils/reload/utils.ts +9 -0
- package/vite.config.ts +89 -0
|
@@ -0,0 +1,918 @@
|
|
|
1
|
+
var k5=Object.defineProperty;var B5=(e,t,i)=>t in e?k5(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i;var j=(e,t,i)=>(B5(e,typeof t!="symbol"?t+"":t,i),i);import{j as r,r as M,R as T1,a as p,b as Al,F as e0,c as Cl,g as E5,d as Yn,e as L5}from"../../../assets/js/jsx-runtime.ea866ad2.js";import{a as D5}from"../../../assets/js/twind.60e4b726.js";function T5(e,t){return function(n){return r(M.exports.Suspense,{fallback:t,children:r(e,{...n})})}}class V5 extends M.exports.Component{constructor(){super(...arguments);j(this,"state",{hasError:!1})}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(i,n){console.error(i,n)}render(){return this.state.hasError?this.props.fallback:this.props.children}}function P5(e,t){return function(n){return r(V5,{fallback:t,children:r(e,{...n})})}}const O5=(e="SHOPL")=>{const[t,i]=M.exports.useState(void 0);return M.exports.useEffect(()=>{e&&i(e)},[e]),M.exports.useEffect(()=>{!t||(document.documentElement.dataset.shoplflow=t==null?void 0:t.toLowerCase())},[t]),[t]},H5=()=>document.documentElement.dataset.shoplflow,Rl={initial:{opacity:0},animate:{opacity:1,transition:{duration:.1}},exit:{opacity:0,transition:{duration:.1}}};function V1(){return V1=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},V1.apply(this,arguments)}function Fl(e){var t=Object.create(null);return function(i){return t[i]===void 0&&(t[i]=e(i)),t[i]}}var U5=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,kl=Fl(function(e){return U5.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function $5(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function z5(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var G5=function(){function e(i){var n=this;this._insertTag=function(o){var s;n.tags.length===0?n.insertionPoint?s=n.insertionPoint.nextSibling:n.prepend?s=n.container.firstChild:s=n.before:s=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,s),n.tags.push(o)},this.isSpeedy=i.speedy===void 0?!0:i.speedy,this.tags=[],this.ctr=0,this.nonce=i.nonce,this.key=i.key,this.container=i.container,this.prepend=i.prepend,this.insertionPoint=i.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(z5(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var s=$5(o);try{s.insertRule(n,s.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){return n.parentNode&&n.parentNode.removeChild(n)}),this.tags=[],this.ctr=0},e}(),_e="-ms-",P1="-moz-",K="-webkit-",Bl="comm",Kn="rule",qn="decl",W5="@import",El="@keyframes",j5="@layer",N5=Math.abs,pi=String.fromCharCode,X5=Object.assign;function Y5(e,t){return ye(e,0)^45?(((t<<2^ye(e,0))<<2^ye(e,1))<<2^ye(e,2))<<2^ye(e,3):0}function Ll(e){return e.trim()}function K5(e,t){return(e=t.exec(e))?e[0]:e}function q(e,t,i){return e.replace(t,i)}function _n(e,t){return e.indexOf(t)}function ye(e,t){return e.charCodeAt(t)|0}function V0(e,t,i){return e.slice(t,i)}function Xe(e){return e.length}function Qn(e){return e.length}function l1(e,t){return t.push(e),e}function q5(e,t){return e.map(t).join("")}var gi=1,t0=1,Dl=0,Ae=0,fe=0,s0="";function vi(e,t,i,n,o,s,l){return{value:e,root:t,parent:i,type:n,props:o,children:s,line:gi,column:t0,length:l,return:""}}function c0(e,t){return X5(vi("",null,null,"",null,null,0),e,{length:-e.length},t)}function Q5(){return fe}function J5(){return fe=Ae>0?ye(s0,--Ae):0,t0--,fe===10&&(t0=1,gi--),fe}function Be(){return fe=Ae<Dl?ye(s0,Ae++):0,t0++,fe===10&&(t0=1,gi++),fe}function Qe(){return ye(s0,Ae)}function C1(){return Ae}function q0(e,t){return V0(s0,e,t)}function P0(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Tl(e){return gi=t0=1,Dl=Xe(s0=e),Ae=0,[]}function Vl(e){return s0="",e}function R1(e){return Ll(q0(Ae-1,bn(e===91?e+2:e===40?e+1:e)))}function ec(e){for(;(fe=Qe())&&fe<33;)Be();return P0(e)>2||P0(fe)>3?"":" "}function tc(e,t){for(;--t&&Be()&&!(fe<48||fe>102||fe>57&&fe<65||fe>70&&fe<97););return q0(e,C1()+(t<6&&Qe()==32&&Be()==32))}function bn(e){for(;Be();)switch(fe){case e:return Ae;case 34:case 39:e!==34&&e!==39&&bn(fe);break;case 40:e===41&&bn(e);break;case 92:Be();break}return Ae}function ic(e,t){for(;Be()&&e+fe!==47+10;)if(e+fe===42+42&&Qe()===47)break;return"/*"+q0(t,Ae-1)+"*"+pi(e===47?e:Be())}function nc(e){for(;!P0(Qe());)Be();return q0(e,Ae)}function rc(e){return Vl(F1("",null,null,null,[""],e=Tl(e),0,[0],e))}function F1(e,t,i,n,o,s,l,a,c){for(var h=0,d=0,f=l,u=0,g=0,v=0,m=1,w=1,y=1,b=0,_="",S=o,A=s,L=n,C=_;w;)switch(v=b,b=Be()){case 40:if(v!=108&&ye(C,f-1)==58){_n(C+=q(R1(b),"&","&\f"),"&\f")!=-1&&(y=-1);break}case 34:case 39:case 91:C+=R1(b);break;case 9:case 10:case 13:case 32:C+=ec(v);break;case 92:C+=tc(C1()-1,7);continue;case 47:switch(Qe()){case 42:case 47:l1(oc(ic(Be(),C1()),t,i),c);break;default:C+="/"}break;case 123*m:a[h++]=Xe(C)*y;case 125*m:case 59:case 0:switch(b){case 0:case 125:w=0;case 59+d:y==-1&&(C=q(C,/\f/g,"")),g>0&&Xe(C)-f&&l1(g>32?Gr(C+";",n,i,f-1):Gr(q(C," ","")+";",n,i,f-2),c);break;case 59:C+=";";default:if(l1(L=zr(C,t,i,h,d,o,a,_,S=[],A=[],f),s),b===123)if(d===0)F1(C,t,L,L,S,s,f,a,A);else switch(u===99&&ye(C,3)===110?100:u){case 100:case 108:case 109:case 115:F1(e,L,L,n&&l1(zr(e,L,L,0,0,o,a,_,o,S=[],f),A),o,A,f,a,n?S:A);break;default:F1(C,L,L,L,[""],A,0,a,A)}}h=d=g=0,m=y=1,_=C="",f=l;break;case 58:f=1+Xe(C),g=v;default:if(m<1){if(b==123)--m;else if(b==125&&m++==0&&J5()==125)continue}switch(C+=pi(b),b*m){case 38:y=d>0?1:(C+="\f",-1);break;case 44:a[h++]=(Xe(C)-1)*y,y=1;break;case 64:Qe()===45&&(C+=R1(Be())),u=Qe(),d=f=Xe(_=C+=nc(C1())),b++;break;case 45:v===45&&Xe(C)==2&&(m=0)}}return s}function zr(e,t,i,n,o,s,l,a,c,h,d){for(var f=o-1,u=o===0?s:[""],g=Qn(u),v=0,m=0,w=0;v<n;++v)for(var y=0,b=V0(e,f+1,f=N5(m=l[v])),_=e;y<g;++y)(_=Ll(m>0?u[y]+" "+b:q(b,/&\f/g,u[y])))&&(c[w++]=_);return vi(e,t,i,o===0?Kn:a,c,h,d)}function oc(e,t,i){return vi(e,t,i,Bl,pi(Q5()),V0(e,2,-2),0)}function Gr(e,t,i,n){return vi(e,t,i,qn,V0(e,0,n),V0(e,n+1,-1),n)}function qt(e,t){for(var i="",n=Qn(e),o=0;o<n;o++)i+=t(e[o],o,e,t)||"";return i}function sc(e,t,i,n){switch(e.type){case j5:if(e.children.length)break;case W5:case qn:return e.return=e.return||e.value;case Bl:return"";case El:return e.return=e.value+"{"+qt(e.children,n)+"}";case Kn:e.value=e.props.join(",")}return Xe(i=qt(e.children,n))?e.return=e.value+"{"+i+"}":""}function lc(e){var t=Qn(e);return function(i,n,o,s){for(var l="",a=0;a<t;a++)l+=e[a](i,n,o,s)||"";return l}}function ac(e){return function(t){t.root||(t=t.return)&&e(t)}}var cc=function(t,i,n){for(var o=0,s=0;o=s,s=Qe(),o===38&&s===12&&(i[n]=1),!P0(s);)Be();return q0(t,Ae)},hc=function(t,i){var n=-1,o=44;do switch(P0(o)){case 0:o===38&&Qe()===12&&(i[n]=1),t[n]+=cc(Ae-1,i,n);break;case 2:t[n]+=R1(o);break;case 4:if(o===44){t[++n]=Qe()===58?"&\f":"",i[n]=t[n].length;break}default:t[n]+=pi(o)}while(o=Be());return t},dc=function(t,i){return Vl(hc(Tl(t),i))},Wr=new WeakMap,fc=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var i=t.value,n=t.parent,o=t.column===n.column&&t.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(t.props.length===1&&i.charCodeAt(0)!==58&&!Wr.get(n))&&!o){Wr.set(t,!0);for(var s=[],l=dc(i,s),a=n.props,c=0,h=0;c<l.length;c++)for(var d=0;d<a.length;d++,h++)t.props[h]=s[c]?l[c].replace(/&\f/g,a[d]):a[d]+" "+l[c]}}},uc=function(t){if(t.type==="decl"){var i=t.value;i.charCodeAt(0)===108&&i.charCodeAt(2)===98&&(t.return="",t.value="")}};function Pl(e,t){switch(Y5(e,t)){case 5103:return K+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return K+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return K+e+P1+e+_e+e+e;case 6828:case 4268:return K+e+_e+e+e;case 6165:return K+e+_e+"flex-"+e+e;case 5187:return K+e+q(e,/(\w+).+(:[^]+)/,K+"box-$1$2"+_e+"flex-$1$2")+e;case 5443:return K+e+_e+"flex-item-"+q(e,/flex-|-self/,"")+e;case 4675:return K+e+_e+"flex-line-pack"+q(e,/align-content|flex-|-self/,"")+e;case 5548:return K+e+_e+q(e,"shrink","negative")+e;case 5292:return K+e+_e+q(e,"basis","preferred-size")+e;case 6060:return K+"box-"+q(e,"-grow","")+K+e+_e+q(e,"grow","positive")+e;case 4554:return K+q(e,/([^-])(transform)/g,"$1"+K+"$2")+e;case 6187:return q(q(q(e,/(zoom-|grab)/,K+"$1"),/(image-set)/,K+"$1"),e,"")+e;case 5495:case 3959:return q(e,/(image-set\([^]*)/,K+"$1$`$1");case 4968:return q(q(e,/(.+:)(flex-)?(.*)/,K+"box-pack:$3"+_e+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+K+e+e;case 4095:case 3583:case 4068:case 2532:return q(e,/(.+)-inline(.+)/,K+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Xe(e)-1-t>6)switch(ye(e,t+1)){case 109:if(ye(e,t+4)!==45)break;case 102:return q(e,/(.+:)(.+)-([^]+)/,"$1"+K+"$2-$3$1"+P1+(ye(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~_n(e,"stretch")?Pl(q(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(ye(e,t+1)!==115)break;case 6444:switch(ye(e,Xe(e)-3-(~_n(e,"!important")&&10))){case 107:return q(e,":",":"+K)+e;case 101:return q(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+K+(ye(e,14)===45?"inline-":"")+"box$3$1"+K+"$2$3$1"+_e+"$2box$3")+e}break;case 5936:switch(ye(e,t+11)){case 114:return K+e+_e+q(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return K+e+_e+q(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return K+e+_e+q(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return K+e+_e+e+e}return e}var pc=function(t,i,n,o){if(t.length>-1&&!t.return)switch(t.type){case qn:t.return=Pl(t.value,t.length);break;case El:return qt([c0(t,{value:q(t.value,"@","@"+K)})],o);case Kn:if(t.length)return q5(t.props,function(s){switch(K5(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return qt([c0(t,{props:[q(s,/:(read-\w+)/,":"+P1+"$1")]})],o);case"::placeholder":return qt([c0(t,{props:[q(s,/:(plac\w+)/,":"+K+"input-$1")]}),c0(t,{props:[q(s,/:(plac\w+)/,":"+P1+"$1")]}),c0(t,{props:[q(s,/:(plac\w+)/,_e+"input-$1")]})],o)}return""})}},gc=[pc],Ol=function(t){var i=t.key;if(i==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(m){var w=m.getAttribute("data-emotion");w.indexOf(" ")!==-1&&(document.head.appendChild(m),m.setAttribute("data-s",""))})}var o=t.stylisPlugins||gc,s={},l,a=[];l=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+i+' "]'),function(m){for(var w=m.getAttribute("data-emotion").split(" "),y=1;y<w.length;y++)s[w[y]]=!0;a.push(m)});var c,h=[fc,uc];{var d,f=[sc,ac(function(m){d.insert(m)})],u=lc(h.concat(o,f)),g=function(w){return qt(rc(w),u)};c=function(w,y,b,_){d=b,g(w?w+"{"+y.styles+"}":y.styles),_&&(v.inserted[y.name]=!0)}}var v={key:i,sheet:new G5({key:i,container:l,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:c};return v.sheet.hydrate(a),v},Hl={exports:{}},J={};/** @license React v16.13.1
|
|
2
|
+
* react-is.production.min.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the MIT license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/var we=typeof Symbol=="function"&&Symbol.for,Jn=we?Symbol.for("react.element"):60103,er=we?Symbol.for("react.portal"):60106,mi=we?Symbol.for("react.fragment"):60107,xi=we?Symbol.for("react.strict_mode"):60108,wi=we?Symbol.for("react.profiler"):60114,yi=we?Symbol.for("react.provider"):60109,_i=we?Symbol.for("react.context"):60110,tr=we?Symbol.for("react.async_mode"):60111,bi=we?Symbol.for("react.concurrent_mode"):60111,Mi=we?Symbol.for("react.forward_ref"):60112,Zi=we?Symbol.for("react.suspense"):60113,vc=we?Symbol.for("react.suspense_list"):60120,Si=we?Symbol.for("react.memo"):60115,Ii=we?Symbol.for("react.lazy"):60116,mc=we?Symbol.for("react.block"):60121,xc=we?Symbol.for("react.fundamental"):60117,wc=we?Symbol.for("react.responder"):60118,yc=we?Symbol.for("react.scope"):60119;function Le(e){if(typeof e=="object"&&e!==null){var t=e.$$typeof;switch(t){case Jn:switch(e=e.type,e){case tr:case bi:case mi:case wi:case xi:case Zi:return e;default:switch(e=e&&e.$$typeof,e){case _i:case Mi:case Ii:case Si:case yi:return e;default:return t}}case er:return t}}}function Ul(e){return Le(e)===bi}J.AsyncMode=tr;J.ConcurrentMode=bi;J.ContextConsumer=_i;J.ContextProvider=yi;J.Element=Jn;J.ForwardRef=Mi;J.Fragment=mi;J.Lazy=Ii;J.Memo=Si;J.Portal=er;J.Profiler=wi;J.StrictMode=xi;J.Suspense=Zi;J.isAsyncMode=function(e){return Ul(e)||Le(e)===tr};J.isConcurrentMode=Ul;J.isContextConsumer=function(e){return Le(e)===_i};J.isContextProvider=function(e){return Le(e)===yi};J.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===Jn};J.isForwardRef=function(e){return Le(e)===Mi};J.isFragment=function(e){return Le(e)===mi};J.isLazy=function(e){return Le(e)===Ii};J.isMemo=function(e){return Le(e)===Si};J.isPortal=function(e){return Le(e)===er};J.isProfiler=function(e){return Le(e)===wi};J.isStrictMode=function(e){return Le(e)===xi};J.isSuspense=function(e){return Le(e)===Zi};J.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===mi||e===bi||e===wi||e===xi||e===Zi||e===vc||typeof e=="object"&&e!==null&&(e.$$typeof===Ii||e.$$typeof===Si||e.$$typeof===yi||e.$$typeof===_i||e.$$typeof===Mi||e.$$typeof===xc||e.$$typeof===wc||e.$$typeof===yc||e.$$typeof===mc)};J.typeOf=Le;(function(e){e.exports=J})(Hl);var $l=Hl.exports,_c={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},bc={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},zl={};zl[$l.ForwardRef]=_c;zl[$l.Memo]=bc;var Mc=!0;function Gl(e,t,i){var n="";return i.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):n+=o+" "}),n}var ir=function(t,i,n){var o=t.key+"-"+i.name;(n===!1||Mc===!1)&&t.registered[o]===void 0&&(t.registered[o]=i.styles)},Wl=function(t,i,n){ir(t,i,n);var o=t.key+"-"+i.name;if(t.inserted[i.name]===void 0){var s=i;do t.insert(i===s?"."+o:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function Zc(e){for(var t=0,i,n=0,o=e.length;o>=4;++n,o-=4)i=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,i=(i&65535)*1540483477+((i>>>16)*59797<<16),i^=i>>>24,t=(i&65535)*1540483477+((i>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var Sc={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Ic=/[A-Z]|^ms/g,Ac=/_EMO_([^_]+?)_([^]*?)_EMO_/g,jl=function(t){return t.charCodeAt(1)===45},jr=function(t){return t!=null&&typeof t!="boolean"},ji=Fl(function(e){return jl(e)?e:e.replace(Ic,"-$&").toLowerCase()}),Nr=function(t,i){switch(t){case"animation":case"animationName":if(typeof i=="string")return i.replace(Ac,function(n,o,s){return Ye={name:o,styles:s,next:Ye},o})}return Sc[t]!==1&&!jl(t)&&typeof i=="number"&&i!==0?i+"px":i};function O0(e,t,i){if(i==null)return"";if(i.__emotion_styles!==void 0)return i;switch(typeof i){case"boolean":return"";case"object":{if(i.anim===1)return Ye={name:i.name,styles:i.styles,next:Ye},i.name;if(i.styles!==void 0){var n=i.next;if(n!==void 0)for(;n!==void 0;)Ye={name:n.name,styles:n.styles,next:Ye},n=n.next;var o=i.styles+";";return o}return Cc(e,t,i)}case"function":{if(e!==void 0){var s=Ye,l=i(e);return Ye=s,O0(e,t,l)}break}}if(t==null)return i;var a=t[i];return a!==void 0?a:i}function Cc(e,t,i){var n="";if(Array.isArray(i))for(var o=0;o<i.length;o++)n+=O0(e,t,i[o])+";";else for(var s in i){var l=i[s];if(typeof l!="object")t!=null&&t[l]!==void 0?n+=s+"{"+t[l]+"}":jr(l)&&(n+=ji(s)+":"+Nr(s,l)+";");else if(Array.isArray(l)&&typeof l[0]=="string"&&(t==null||t[l[0]]===void 0))for(var a=0;a<l.length;a++)jr(l[a])&&(n+=ji(s)+":"+Nr(s,l[a])+";");else{var c=O0(e,t,l);switch(s){case"animation":case"animationName":{n+=ji(s)+":"+c+";";break}default:n+=s+"{"+c+"}"}}}return n}var Xr=/label:\s*([^\s;\n{]+)\s*(;|$)/g,Ye,nr=function(t,i,n){if(t.length===1&&typeof t[0]=="object"&&t[0]!==null&&t[0].styles!==void 0)return t[0];var o=!0,s="";Ye=void 0;var l=t[0];l==null||l.raw===void 0?(o=!1,s+=O0(n,i,l)):s+=l[0];for(var a=1;a<t.length;a++)s+=O0(n,i,t[a]),o&&(s+=l[a]);Xr.lastIndex=0;for(var c="",h;(h=Xr.exec(s))!==null;)c+="-"+h[1];var d=Zc(s)+c;return{name:d,styles:s,next:Ye}},Rc=function(t){return t()},Fc=T1["useInsertionEffect"]?T1["useInsertionEffect"]:!1,Nl=Fc||Rc,Xl=M.exports.createContext(typeof HTMLElement<"u"?Ol({key:"css"}):null);Xl.Provider;var kc=function(t){return M.exports.forwardRef(function(i,n){var o=M.exports.useContext(Xl);return t(i,o,n)})},Bc=M.exports.createContext({});function T(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return nr(t)}var Ec=kl,Lc=function(t){return t!=="theme"},Yr=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?Ec:Lc},Kr=function(t,i,n){var o;if(i){var s=i.shouldForwardProp;o=t.__emotion_forwardProp&&s?function(l){return t.__emotion_forwardProp(l)&&s(l)}:s}return typeof o!="function"&&n&&(o=t.__emotion_forwardProp),o},Dc=function(t){var i=t.cache,n=t.serialized,o=t.isStringTag;return ir(i,n,o),Nl(function(){return Wl(i,n,o)}),null},Tc=function e(t,i){var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,s,l;i!==void 0&&(s=i.label,l=i.target);var a=Kr(t,i,n),c=a||Yr(o),h=!c("as");return function(){var d=arguments,f=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(s!==void 0&&f.push("label:"+s+";"),d[0]==null||d[0].raw===void 0)f.push.apply(f,d);else{f.push(d[0][0]);for(var u=d.length,g=1;g<u;g++)f.push(d[g],d[0][g])}var v=kc(function(m,w,y){var b=h&&m.as||o,_="",S=[],A=m;if(m.theme==null){A={};for(var L in m)A[L]=m[L];A.theme=M.exports.useContext(Bc)}typeof m.className=="string"?_=Gl(w.registered,S,m.className):m.className!=null&&(_=m.className+" ");var C=nr(f.concat(S),w.registered,A);_+=w.key+"-"+C.name,l!==void 0&&(_+=" "+l);var D=h&&a===void 0?Yr(b):c,V={};for(var z in m)h&&z==="as"||D(z)&&(V[z]=m[z]);return V.className=_,V.ref=y,M.exports.createElement(M.exports.Fragment,null,M.exports.createElement(Dc,{cache:w,serialized:C,isStringTag:typeof b=="string"}),M.exports.createElement(b,V))});return v.displayName=s!==void 0?s:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",v.defaultProps=t.defaultProps,v.__emotion_real=v,v.__emotion_base=o,v.__emotion_styles=f,v.__emotion_forwardProp=a,Object.defineProperty(v,"toString",{value:function(){return"."+l}}),v.withComponent=function(m,w){return e(m,V1({},i,w,{shouldForwardProp:Kr(v,w,!0)})).apply(void 0,f)},v}},Vc=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],G=Tc.bind();Vc.forEach(function(e){G[e]=G(e)});const Yl=M.exports.createContext({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"}),Ai=M.exports.createContext({}),Ci=M.exports.createContext(null),Ri=typeof document<"u",O1=Ri?M.exports.useLayoutEffect:M.exports.useEffect,Kl=M.exports.createContext({strict:!1});function Pc(e,t,i,n){const{visualElement:o}=M.exports.useContext(Ai),s=M.exports.useContext(Kl),l=M.exports.useContext(Ci),a=M.exports.useContext(Yl).reducedMotion,c=M.exports.useRef();n=n||s.renderer,!c.current&&n&&(c.current=n(e,{visualState:t,parent:o,props:i,presenceContext:l,blockInitialAnimation:l?l.initial===!1:!1,reducedMotionConfig:a}));const h=c.current;return M.exports.useInsertionEffect(()=>{h&&h.update(i,l)}),O1(()=>{h&&h.render()}),M.exports.useEffect(()=>{h&&h.updateFeatures()}),(window.HandoffAppearAnimations?O1:M.exports.useEffect)(()=>{h&&h.animationState&&h.animationState.animateChanges()}),h}function Nt(e){return typeof e=="object"&&Object.prototype.hasOwnProperty.call(e,"current")}function Oc(e,t,i){return M.exports.useCallback(n=>{n&&e.mount&&e.mount(n),t&&(n?t.mount(n):t.unmount()),i&&(typeof i=="function"?i(n):Nt(i)&&(i.current=n))},[t])}function H0(e){return typeof e=="string"||Array.isArray(e)}function Fi(e){return typeof e=="object"&&typeof e.start=="function"}const rr=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],or=["initial",...rr];function ki(e){return Fi(e.animate)||or.some(t=>H0(e[t]))}function ql(e){return Boolean(ki(e)||e.variants)}function Hc(e,t){if(ki(e)){const{initial:i,animate:n}=e;return{initial:i===!1||H0(i)?i:void 0,animate:H0(n)?n:void 0}}return e.inherit!==!1?t:{}}function Uc(e){const{initial:t,animate:i}=Hc(e,M.exports.useContext(Ai));return M.exports.useMemo(()=>({initial:t,animate:i}),[qr(t),qr(i)])}function qr(e){return Array.isArray(e)?e.join(" "):e}const Qr={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},U0={};for(const e in Qr)U0[e]={isEnabled:t=>Qr[e].some(i=>!!t[i])};function $c(e){for(const t in e)U0[t]={...U0[t],...e[t]}}function sr(e){const t=M.exports.useRef(null);return t.current===null&&(t.current=e()),t.current}const I0={hasAnimatedSinceResize:!0,hasEverUpdated:!1};let zc=1;function Gc(){return sr(()=>{if(I0.hasEverUpdated)return zc++})}const lr=M.exports.createContext({}),Ql=M.exports.createContext({}),Wc=Symbol.for("motionComponentSymbol");function jc({preloadedFeatures:e,createVisualElement:t,useRender:i,useVisualState:n,Component:o}){e&&$c(e);function s(a,c){let h;const d={...M.exports.useContext(Yl),...a,layoutId:Nc(a)},{isStatic:f}=d,u=Uc(a),g=f?void 0:Gc(),v=n(a,f);if(!f&&Ri){u.visualElement=Pc(o,v,d,t);const m=M.exports.useContext(Ql),w=M.exports.useContext(Kl).strict;u.visualElement&&(h=u.visualElement.loadFeatures(d,w,e,g,m))}return p(Ai.Provider,{value:u,children:[h&&u.visualElement?r(h,{visualElement:u.visualElement,...d}):null,i(o,a,g,Oc(v,u.visualElement,c),v,f,u.visualElement)]})}const l=M.exports.forwardRef(s);return l[Wc]=o,l}function Nc({layoutId:e}){const t=M.exports.useContext(lr).id;return t&&e!==void 0?t+"-"+e:e}function Xc(e){function t(n,o={}){return jc(e(n,o))}if(typeof Proxy>"u")return t;const i=new Map;return new Proxy(t,{get:(n,o)=>(i.has(o)||i.set(o,t(o)),i.get(o))})}const Yc=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function ar(e){return typeof e!="string"||e.includes("-")?!1:!!(Yc.indexOf(e)>-1||/[A-Z]/.test(e))}const H1={};function Kc(e){Object.assign(H1,e)}const Q0=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Ot=new Set(Q0);function Jl(e,{layout:t,layoutId:i}){return Ot.has(e)||e.startsWith("origin")||(t||i!==void 0)&&(!!H1[e]||e==="opacity")}const Ce=e=>Boolean(e&&e.getVelocity),qc={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},Qc=Q0.length;function Jc(e,{enableHardwareAcceleration:t=!0,allowTransformNone:i=!0},n,o){let s="";for(let l=0;l<Qc;l++){const a=Q0[l];if(e[a]!==void 0){const c=qc[a]||a;s+=`${c}(${e[a]}) `}}return t&&!e.z&&(s+="translateZ(0)"),s=s.trim(),o?s=o(e,n?"":s):i&&n&&(s="none"),s}const ea=e=>t=>typeof t=="string"&&t.startsWith(e),ta=ea("--"),Mn=ea("var(--"),e3=/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,t3=(e,t)=>t&&typeof e=="number"?t.transform(e):e,Vt=(e,t,i)=>Math.min(Math.max(i,e),t),Ht={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},A0={...Ht,transform:e=>Vt(0,1,e)},a1={...Ht,default:1},C0=e=>Math.round(e*1e5)/1e5,Bi=/(-)?([\d]*\.?[\d])+/g,ia=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,i3=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function J0(e){return typeof e=="string"}const e1=e=>({test:t=>J0(t)&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),pt=e1("deg"),Je=e1("%"),W=e1("px"),n3=e1("vh"),r3=e1("vw"),Jr={...Je,parse:e=>Je.parse(e)/100,transform:e=>Je.transform(e*100)},eo={...Ht,transform:Math.round},na={borderWidth:W,borderTopWidth:W,borderRightWidth:W,borderBottomWidth:W,borderLeftWidth:W,borderRadius:W,radius:W,borderTopLeftRadius:W,borderTopRightRadius:W,borderBottomRightRadius:W,borderBottomLeftRadius:W,width:W,maxWidth:W,height:W,maxHeight:W,size:W,top:W,right:W,bottom:W,left:W,padding:W,paddingTop:W,paddingRight:W,paddingBottom:W,paddingLeft:W,margin:W,marginTop:W,marginRight:W,marginBottom:W,marginLeft:W,rotate:pt,rotateX:pt,rotateY:pt,rotateZ:pt,scale:a1,scaleX:a1,scaleY:a1,scaleZ:a1,skew:pt,skewX:pt,skewY:pt,distance:W,translateX:W,translateY:W,translateZ:W,x:W,y:W,z:W,perspective:W,transformPerspective:W,opacity:A0,originX:Jr,originY:Jr,originZ:W,zIndex:eo,fillOpacity:A0,strokeOpacity:A0,numOctaves:eo};function cr(e,t,i,n){const{style:o,vars:s,transform:l,transformOrigin:a}=e;let c=!1,h=!1,d=!0;for(const f in t){const u=t[f];if(ta(f)){s[f]=u;continue}const g=na[f],v=t3(u,g);if(Ot.has(f)){if(c=!0,l[f]=v,!d)continue;u!==(g.default||0)&&(d=!1)}else f.startsWith("origin")?(h=!0,a[f]=v):o[f]=v}if(t.transform||(c||n?o.transform=Jc(e.transform,i,d,n):o.transform&&(o.transform="none")),h){const{originX:f="50%",originY:u="50%",originZ:g=0}=a;o.transformOrigin=`${f} ${u} ${g}`}}const hr=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function ra(e,t,i){for(const n in t)!Ce(t[n])&&!Jl(n,i)&&(e[n]=t[n])}function o3({transformTemplate:e},t,i){return M.exports.useMemo(()=>{const n=hr();return cr(n,t,{enableHardwareAcceleration:!i},e),Object.assign({},n.vars,n.style)},[t])}function s3(e,t,i){const n=e.style||{},o={};return ra(o,n,e),Object.assign(o,o3(e,t,i)),e.transformValues?e.transformValues(o):o}function l3(e,t,i){const n={},o=s3(e,t,i);return e.drag&&e.dragListener!==!1&&(n.draggable=!1,o.userSelect=o.WebkitUserSelect=o.WebkitTouchCallout="none",o.touchAction=e.drag===!0?"none":`pan-${e.drag==="x"?"y":"x"}`),e.tabIndex===void 0&&(e.onTap||e.onTapStart||e.whileTap)&&(n.tabIndex=0),n.style=o,n}const a3=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","ignoreStrict","viewport"]);function U1(e){return e.startsWith("while")||e.startsWith("drag")&&e!=="draggable"||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||a3.has(e)}let oa=e=>!U1(e);function c3(e){!e||(oa=t=>t.startsWith("on")?!U1(t):e(t))}try{c3(require("@emotion/is-prop-valid").default)}catch{}function h3(e,t,i){const n={};for(const o in e)o==="values"&&typeof e.values=="object"||(oa(o)||i===!0&&U1(o)||!t&&!U1(o)||e.draggable&&o.startsWith("onDrag"))&&(n[o]=e[o]);return n}function to(e,t,i){return typeof e=="string"?e:W.transform(t+i*e)}function d3(e,t,i){const n=to(t,e.x,e.width),o=to(i,e.y,e.height);return`${n} ${o}`}const f3={offset:"stroke-dashoffset",array:"stroke-dasharray"},u3={offset:"strokeDashoffset",array:"strokeDasharray"};function p3(e,t,i=1,n=0,o=!0){e.pathLength=1;const s=o?f3:u3;e[s.offset]=W.transform(-n);const l=W.transform(t),a=W.transform(i);e[s.array]=`${l} ${a}`}function dr(e,{attrX:t,attrY:i,attrScale:n,originX:o,originY:s,pathLength:l,pathSpacing:a=1,pathOffset:c=0,...h},d,f,u){if(cr(e,h,d,u),f){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:g,style:v,dimensions:m}=e;g.transform&&(m&&(v.transform=g.transform),delete g.transform),m&&(o!==void 0||s!==void 0||v.transform)&&(v.transformOrigin=d3(m,o!==void 0?o:.5,s!==void 0?s:.5)),t!==void 0&&(g.x=t),i!==void 0&&(g.y=i),n!==void 0&&(g.scale=n),l!==void 0&&p3(g,l,a,c,!1)}const sa=()=>({...hr(),attrs:{}}),fr=e=>typeof e=="string"&&e.toLowerCase()==="svg";function g3(e,t,i,n){const o=M.exports.useMemo(()=>{const s=sa();return dr(s,t,{enableHardwareAcceleration:!1},fr(n),e.transformTemplate),{...s.attrs,style:{...s.style}}},[t]);if(e.style){const s={};ra(s,e.style,e),o.style={...s,...o.style}}return o}function v3(e=!1){return(i,n,o,s,{latestValues:l},a)=>{const h=(ar(i)?g3:l3)(n,l,a,i),f={...h3(n,typeof i=="string",e),...h,ref:s},{children:u}=n,g=M.exports.useMemo(()=>Ce(u)?u.get():u,[u]);return o&&(f["data-projection-id"]=o),M.exports.createElement(i,{...f,children:g})}}const ur=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function la(e,{style:t,vars:i},n,o){Object.assign(e.style,t,o&&o.getProjectionStyles(n));for(const s in i)e.style.setProperty(s,i[s])}const aa=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function ca(e,t,i,n){la(e,t,void 0,n);for(const o in t.attrs)e.setAttribute(aa.has(o)?o:ur(o),t.attrs[o])}function pr(e,t){const{style:i}=e,n={};for(const o in i)(Ce(i[o])||t.style&&Ce(t.style[o])||Jl(o,e))&&(n[o]=i[o]);return n}function ha(e,t){const i=pr(e,t);for(const n in e)if(Ce(e[n])||Ce(t[n])){const o=Q0.indexOf(n)!==-1?"attr"+n.charAt(0).toUpperCase()+n.substring(1):n;i[o]=e[n]}return i}function gr(e,t,i,n={},o={}){return typeof t=="function"&&(t=t(i!==void 0?i:e.custom,n,o)),typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"&&(t=t(i!==void 0?i:e.custom,n,o)),t}const $1=e=>Array.isArray(e),m3=e=>Boolean(e&&typeof e=="object"&&e.mix&&e.toValue),x3=e=>$1(e)?e[e.length-1]||0:e;function k1(e){const t=Ce(e)?e.get():e;return m3(t)?t.toValue():t}function w3({scrapeMotionValuesFromProps:e,createRenderState:t,onMount:i},n,o,s){const l={latestValues:y3(n,o,s,e),renderState:t()};return i&&(l.mount=a=>i(n,a,l)),l}const da=e=>(t,i)=>{const n=M.exports.useContext(Ai),o=M.exports.useContext(Ci),s=()=>w3(e,t,n,o);return i?s():sr(s)};function y3(e,t,i,n){const o={},s=n(e,{});for(const u in s)o[u]=k1(s[u]);let{initial:l,animate:a}=e;const c=ki(e),h=ql(e);t&&h&&!c&&e.inherit!==!1&&(l===void 0&&(l=t.initial),a===void 0&&(a=t.animate));let d=i?i.initial===!1:!1;d=d||l===!1;const f=d?a:l;return f&&typeof f!="boolean"&&!Fi(f)&&(Array.isArray(f)?f:[f]).forEach(g=>{const v=gr(e,g);if(!v)return;const{transitionEnd:m,transition:w,...y}=v;for(const b in y){let _=y[b];if(Array.isArray(_)){const S=d?_.length-1:0;_=_[S]}_!==null&&(o[b]=_)}for(const b in m)o[b]=m[b]}),o}const _3={useVisualState:da({scrapeMotionValuesFromProps:ha,createRenderState:sa,onMount:(e,t,{renderState:i,latestValues:n})=>{try{i.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{i.dimensions={x:0,y:0,width:0,height:0}}dr(i,n,{enableHardwareAcceleration:!1},fr(t.tagName),e.transformTemplate),ca(t,i)}})},b3={useVisualState:da({scrapeMotionValuesFromProps:pr,createRenderState:hr})};function M3(e,{forwardMotionProps:t=!1},i,n){return{...ar(e)?_3:b3,preloadedFeatures:i,useRender:v3(t),createVisualElement:n,Component:e}}function st(e,t,i,n={passive:!0}){return e.addEventListener(t,i,n),()=>e.removeEventListener(t,i)}const fa=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1;function Ei(e,t="page"){return{point:{x:e[t+"X"],y:e[t+"Y"]}}}const Z3=e=>t=>fa(t)&&e(t,Ei(t));function lt(e,t,i,n){return st(e,t,Z3(i),n)}const S3=(e,t)=>i=>t(e(i)),xt=(...e)=>e.reduce(S3);function ua(e){let t=null;return()=>{const i=()=>{t=null};return t===null?(t=e,i):!1}}const io=ua("dragHorizontal"),no=ua("dragVertical");function pa(e){let t=!1;if(e==="y")t=no();else if(e==="x")t=io();else{const i=io(),n=no();i&&n?t=()=>{i(),n()}:(i&&i(),n&&n())}return t}function ga(){const e=pa(!0);return e?(e(),!1):!0}class St{constructor(t){this.isMounted=!1,this.node=t}update(){}}function I3(e){let t=[],i=[],n=0,o=!1,s=!1;const l=new WeakSet,a={schedule:(c,h=!1,d=!1)=>{const f=d&&o,u=f?t:i;return h&&l.add(c),u.indexOf(c)===-1&&(u.push(c),f&&o&&(n=t.length)),c},cancel:c=>{const h=i.indexOf(c);h!==-1&&i.splice(h,1),l.delete(c)},process:c=>{if(o){s=!0;return}if(o=!0,[t,i]=[i,t],i.length=0,n=t.length,n)for(let h=0;h<n;h++){const d=t[h];d(c),l.has(d)&&(a.schedule(d),e())}o=!1,s&&(s=!1,a.process(c))}};return a}const me={delta:0,timestamp:0,isProcessing:!1},A3=40;let Zn=!0,$0=!1;const Li=["read","update","preRender","render","postRender"],Qt=Li.reduce((e,t)=>(e[t]=I3(()=>$0=!0),e),{}),C3=e=>Qt[e].process(me),va=e=>{$0=!1,me.delta=Zn?1e3/60:Math.max(Math.min(e-me.timestamp,A3),1),me.timestamp=e,me.isProcessing=!0,Li.forEach(C3),me.isProcessing=!1,$0&&(Zn=!1,requestAnimationFrame(va))},R3=()=>{$0=!0,Zn=!0,me.isProcessing||requestAnimationFrame(va)},te=Li.reduce((e,t)=>{const i=Qt[t];return e[t]=(n,o=!1,s=!1)=>($0||R3(),i.schedule(n,o,s)),e},{});function ht(e){Li.forEach(t=>Qt[t].cancel(e))}function ro(e,t){const i="pointer"+(t?"enter":"leave"),n="onHover"+(t?"Start":"End"),o=(s,l)=>{if(s.type==="touch"||ga())return;const a=e.getProps();e.animationState&&a.whileHover&&e.animationState.setActive("whileHover",t),a[n]&&te.update(()=>a[n](s,l))};return lt(e.current,i,o,{passive:!e.getProps()[n]})}class F3 extends St{mount(){this.unmount=xt(ro(this.node,!0),ro(this.node,!1))}unmount(){}}class k3 extends St{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch{t=!0}!t||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=xt(st(this.node.current,"focus",()=>this.onFocus()),st(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}const ma=(e,t)=>t?e===t?!0:ma(e,t.parentElement):!1,ve=e=>e;function Ni(e,t){if(!t)return;const i=new PointerEvent("pointer"+e);t(i,Ei(i))}class B3 extends St{constructor(){super(...arguments),this.removeStartListeners=ve,this.removeEndListeners=ve,this.removeAccessibleListeners=ve,this.startPointerPress=(t,i)=>{if(this.removeEndListeners(),this.isPressing)return;const n=this.node.getProps(),s=lt(window,"pointerup",(a,c)=>{if(!this.checkPressEnd())return;const{onTap:h,onTapCancel:d}=this.node.getProps();te.update(()=>{ma(this.node.current,a.target)?h&&h(a,c):d&&d(a,c)})},{passive:!(n.onTap||n.onPointerUp)}),l=lt(window,"pointercancel",(a,c)=>this.cancelPress(a,c),{passive:!(n.onTapCancel||n.onPointerCancel)});this.removeEndListeners=xt(s,l),this.startPress(t,i)},this.startAccessiblePress=()=>{const t=s=>{if(s.key!=="Enter"||this.isPressing)return;const l=a=>{a.key!=="Enter"||!this.checkPressEnd()||Ni("up",(c,h)=>{const{onTap:d}=this.node.getProps();d&&te.update(()=>d(c,h))})};this.removeEndListeners(),this.removeEndListeners=st(this.node.current,"keyup",l),Ni("down",(a,c)=>{this.startPress(a,c)})},i=st(this.node.current,"keydown",t),n=()=>{!this.isPressing||Ni("cancel",(s,l)=>this.cancelPress(s,l))},o=st(this.node.current,"blur",n);this.removeAccessibleListeners=xt(i,o)}}startPress(t,i){this.isPressing=!0;const{onTapStart:n,whileTap:o}=this.node.getProps();o&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),n&&te.update(()=>n(t,i))}checkPressEnd(){return this.removeEndListeners(),this.isPressing=!1,this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!ga()}cancelPress(t,i){if(!this.checkPressEnd())return;const{onTapCancel:n}=this.node.getProps();n&&te.update(()=>n(t,i))}mount(){const t=this.node.getProps(),i=lt(this.node.current,"pointerdown",this.startPointerPress,{passive:!(t.onTapStart||t.onPointerStart)}),n=st(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=xt(i,n)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}const Sn=new WeakMap,Xi=new WeakMap,E3=e=>{const t=Sn.get(e.target);t&&t(e)},L3=e=>{e.forEach(E3)};function D3({root:e,...t}){const i=e||document;Xi.has(i)||Xi.set(i,{});const n=Xi.get(i),o=JSON.stringify(t);return n[o]||(n[o]=new IntersectionObserver(L3,{root:e,...t})),n[o]}function T3(e,t,i){const n=D3(t);return Sn.set(e,i),n.observe(e),()=>{Sn.delete(e),n.unobserve(e)}}const V3={some:0,all:1};class P3 extends St{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:t={}}=this.node.getProps(),{root:i,margin:n,amount:o="some",once:s}=t,l={root:i?i.current:void 0,rootMargin:n,threshold:typeof o=="number"?o:V3[o]},a=c=>{const{isIntersecting:h}=c;if(this.isInView===h||(this.isInView=h,s&&!h&&this.hasEnteredView))return;h&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",h);const{onViewportEnter:d,onViewportLeave:f}=this.node.getProps(),u=h?d:f;u&&u(c)};return T3(this.node.current,l,a)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:t,prevProps:i}=this.node;["amount","margin","root"].some(O3(t,i))&&this.startObserver()}unmount(){}}function O3({viewport:e={}},{viewport:t={}}={}){return i=>e[i]!==t[i]}const H3={inView:{Feature:P3},tap:{Feature:B3},focus:{Feature:k3},hover:{Feature:F3}};function xa(e,t){if(!Array.isArray(t))return!1;const i=t.length;if(i!==e.length)return!1;for(let n=0;n<i;n++)if(t[n]!==e[n])return!1;return!0}function U3(e){const t={};return e.values.forEach((i,n)=>t[n]=i.get()),t}function $3(e){const t={};return e.values.forEach((i,n)=>t[n]=i.getVelocity()),t}function Di(e,t,i){const n=e.getProps();return gr(n,t,i!==void 0?i:n.custom,U3(e),$3(e))}const z3="framerAppearId",G3="data-"+ur(z3);let vr=ve,Ti=ve;const wt=e=>e*1e3,at=e=>e/1e3,W3={current:!1},wa=e=>Array.isArray(e)&&typeof e[0]=="number";function ya(e){return Boolean(!e||typeof e=="string"&&_a[e]||wa(e)||Array.isArray(e)&&e.every(ya))}const w0=([e,t,i,n])=>`cubic-bezier(${e}, ${t}, ${i}, ${n})`,_a={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:w0([0,.65,.55,1]),circOut:w0([.55,0,1,.45]),backIn:w0([.31,.01,.66,-.59]),backOut:w0([.33,1.53,.69,.99])};function ba(e){if(!!e)return wa(e)?w0(e):Array.isArray(e)?e.map(ba):_a[e]}function j3(e,t,i,{delay:n=0,duration:o,repeat:s=0,repeatType:l="loop",ease:a,times:c}={}){const h={[t]:i};c&&(h.offset=c);const d=ba(a);return Array.isArray(d)&&(h.easing=d),e.animate(h,{delay:n,duration:o,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:s+1,direction:l==="reverse"?"alternate":"normal"})}const oo={waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate")},Yi={},Ma={};for(const e in oo)Ma[e]=()=>(Yi[e]===void 0&&(Yi[e]=oo[e]()),Yi[e]);function N3(e,{repeat:t,repeatType:i="loop"}){const n=t&&i!=="loop"&&t%2===1?0:e.length-1;return e[n]}const Za=(e,t,i)=>(((1-3*i+3*t)*e+(3*i-6*t))*e+3*t)*e,X3=1e-7,Y3=12;function K3(e,t,i,n,o){let s,l,a=0;do l=t+(i-t)/2,s=Za(l,n,o)-e,s>0?i=l:t=l;while(Math.abs(s)>X3&&++a<Y3);return l}function t1(e,t,i,n){if(e===t&&i===n)return ve;const o=s=>K3(s,0,1,e,i);return s=>s===0||s===1?s:Za(o(s),t,n)}const q3=t1(.42,0,1,1),Q3=t1(0,0,.58,1),Sa=t1(.42,0,.58,1),J3=e=>Array.isArray(e)&&typeof e[0]!="number",Ia=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Aa=e=>t=>1-e(1-t),Ca=e=>1-Math.sin(Math.acos(e)),mr=Aa(Ca),e4=Ia(mr),Ra=t1(.33,1.53,.69,.99),xr=Aa(Ra),t4=Ia(xr),i4=e=>(e*=2)<1?.5*xr(e):.5*(2-Math.pow(2,-10*(e-1))),n4={linear:ve,easeIn:q3,easeInOut:Sa,easeOut:Q3,circIn:Ca,circInOut:e4,circOut:mr,backIn:xr,backInOut:t4,backOut:Ra,anticipate:i4},so=e=>{if(Array.isArray(e)){Ti(e.length===4);const[t,i,n,o]=e;return t1(t,i,n,o)}else if(typeof e=="string")return n4[e];return e},wr=(e,t)=>i=>Boolean(J0(i)&&i3.test(i)&&i.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(i,t)),Fa=(e,t,i)=>n=>{if(!J0(n))return n;const[o,s,l,a]=n.match(Bi);return{[e]:parseFloat(o),[t]:parseFloat(s),[i]:parseFloat(l),alpha:a!==void 0?parseFloat(a):1}},r4=e=>Vt(0,255,e),Ki={...Ht,transform:e=>Math.round(r4(e))},Dt={test:wr("rgb","red"),parse:Fa("red","green","blue"),transform:({red:e,green:t,blue:i,alpha:n=1})=>"rgba("+Ki.transform(e)+", "+Ki.transform(t)+", "+Ki.transform(i)+", "+C0(A0.transform(n))+")"};function o4(e){let t="",i="",n="",o="";return e.length>5?(t=e.substring(1,3),i=e.substring(3,5),n=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),i=e.substring(2,3),n=e.substring(3,4),o=e.substring(4,5),t+=t,i+=i,n+=n,o+=o),{red:parseInt(t,16),green:parseInt(i,16),blue:parseInt(n,16),alpha:o?parseInt(o,16)/255:1}}const In={test:wr("#"),parse:o4,transform:Dt.transform},Xt={test:wr("hsl","hue"),parse:Fa("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:i,alpha:n=1})=>"hsla("+Math.round(e)+", "+Je.transform(C0(t))+", "+Je.transform(C0(i))+", "+C0(A0.transform(n))+")"},be={test:e=>Dt.test(e)||In.test(e)||Xt.test(e),parse:e=>Dt.test(e)?Dt.parse(e):Xt.test(e)?Xt.parse(e):In.parse(e),transform:e=>J0(e)?e:e.hasOwnProperty("red")?Dt.transform(e):Xt.transform(e)},ne=(e,t,i)=>-i*e+i*t+e;function qi(e,t,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?e+(t-e)*6*i:i<1/2?t:i<2/3?e+(t-e)*(2/3-i)*6:e}function s4({hue:e,saturation:t,lightness:i,alpha:n}){e/=360,t/=100,i/=100;let o=0,s=0,l=0;if(!t)o=s=l=i;else{const a=i<.5?i*(1+t):i+t-i*t,c=2*i-a;o=qi(c,a,e+1/3),s=qi(c,a,e),l=qi(c,a,e-1/3)}return{red:Math.round(o*255),green:Math.round(s*255),blue:Math.round(l*255),alpha:n}}const Qi=(e,t,i)=>{const n=e*e;return Math.sqrt(Math.max(0,i*(t*t-n)+n))},l4=[In,Dt,Xt],a4=e=>l4.find(t=>t.test(e));function lo(e){const t=a4(e);let i=t.parse(e);return t===Xt&&(i=s4(i)),i}const ka=(e,t)=>{const i=lo(e),n=lo(t),o={...i};return s=>(o.red=Qi(i.red,n.red,s),o.green=Qi(i.green,n.green,s),o.blue=Qi(i.blue,n.blue,s),o.alpha=ne(i.alpha,n.alpha,s),Dt.transform(o))};function c4(e){var t,i;return isNaN(e)&&J0(e)&&(((t=e.match(Bi))===null||t===void 0?void 0:t.length)||0)+(((i=e.match(ia))===null||i===void 0?void 0:i.length)||0)>0}const Ba={regex:e3,countKey:"Vars",token:"${v}",parse:ve},Ea={regex:ia,countKey:"Colors",token:"${c}",parse:be.parse},La={regex:Bi,countKey:"Numbers",token:"${n}",parse:Ht.parse};function Ji(e,{regex:t,countKey:i,token:n,parse:o}){const s=e.tokenised.match(t);!s||(e["num"+i]=s.length,e.tokenised=e.tokenised.replace(t,n),e.values.push(...s.map(o)))}function z1(e){const t=e.toString(),i={value:t,tokenised:t,values:[],numVars:0,numColors:0,numNumbers:0};return i.value.includes("var(--")&&Ji(i,Ba),Ji(i,Ea),Ji(i,La),i}function Da(e){return z1(e).values}function Ta(e){const{values:t,numColors:i,numVars:n,tokenised:o}=z1(e),s=t.length;return l=>{let a=o;for(let c=0;c<s;c++)c<n?a=a.replace(Ba.token,l[c]):c<n+i?a=a.replace(Ea.token,be.transform(l[c])):a=a.replace(La.token,C0(l[c]));return a}}const h4=e=>typeof e=="number"?0:e;function d4(e){const t=Da(e);return Ta(e)(t.map(h4))}const _t={test:c4,parse:Da,createTransformer:Ta,getAnimatableNone:d4},Va=(e,t)=>i=>`${i>0?t:e}`;function Pa(e,t){return typeof e=="number"?i=>ne(e,t,i):be.test(e)?ka(e,t):e.startsWith("var(")?Va(e,t):Ha(e,t)}const Oa=(e,t)=>{const i=[...e],n=i.length,o=e.map((s,l)=>Pa(s,t[l]));return s=>{for(let l=0;l<n;l++)i[l]=o[l](s);return i}},f4=(e,t)=>{const i={...e,...t},n={};for(const o in i)e[o]!==void 0&&t[o]!==void 0&&(n[o]=Pa(e[o],t[o]));return o=>{for(const s in n)i[s]=n[s](o);return i}},Ha=(e,t)=>{const i=_t.createTransformer(t),n=z1(e),o=z1(t);return n.numVars===o.numVars&&n.numColors===o.numColors&&n.numNumbers>=o.numNumbers?xt(Oa(n.values,o.values),i):(vr(!0),Va(e,t))},z0=(e,t,i)=>{const n=t-e;return n===0?1:(i-e)/n},ao=(e,t)=>i=>ne(e,t,i);function u4(e){return typeof e=="number"?ao:typeof e=="string"?be.test(e)?ka:Ha:Array.isArray(e)?Oa:typeof e=="object"?f4:ao}function p4(e,t,i){const n=[],o=i||u4(e[0]),s=e.length-1;for(let l=0;l<s;l++){let a=o(e[l],e[l+1]);if(t){const c=Array.isArray(t)?t[l]||ve:t;a=xt(c,a)}n.push(a)}return n}function Ua(e,t,{clamp:i=!0,ease:n,mixer:o}={}){const s=e.length;if(Ti(s===t.length),s===1)return()=>t[0];e[0]>e[s-1]&&(e=[...e].reverse(),t=[...t].reverse());const l=p4(t,n,o),a=l.length,c=h=>{let d=0;if(a>1)for(;d<e.length-2&&!(h<e[d+1]);d++);const f=z0(e[d],e[d+1],h);return l[d](f)};return i?h=>c(Vt(e[0],e[s-1],h)):c}function g4(e,t){const i=e[e.length-1];for(let n=1;n<=t;n++){const o=z0(0,t,n);e.push(ne(i,1,o))}}function v4(e){const t=[0];return g4(t,e.length-1),t}function m4(e,t){return e.map(i=>i*t)}function x4(e,t){return e.map(()=>t||Sa).splice(0,e.length-1)}function G1({duration:e=300,keyframes:t,times:i,ease:n="easeInOut"}){const o=J3(n)?n.map(so):so(n),s={done:!1,value:t[0]},l=m4(i&&i.length===t.length?i:v4(t),e),a=Ua(l,t,{ease:Array.isArray(o)?o:x4(t,o)});return{calculatedDuration:e,next:c=>(s.value=a(c),s.done=c>=e,s)}}function $a(e,t){return t?e*(1e3/t):0}const w4=5;function za(e,t,i){const n=Math.max(t-w4,0);return $a(i-e(n),t-n)}const en=.001,y4=.01,co=10,_4=.05,b4=1;function M4({duration:e=800,bounce:t=.25,velocity:i=0,mass:n=1}){let o,s;vr(e<=wt(co));let l=1-t;l=Vt(_4,b4,l),e=Vt(y4,co,at(e)),l<1?(o=h=>{const d=h*l,f=d*e,u=d-i,g=An(h,l),v=Math.exp(-f);return en-u/g*v},s=h=>{const f=h*l*e,u=f*i+i,g=Math.pow(l,2)*Math.pow(h,2)*e,v=Math.exp(-f),m=An(Math.pow(h,2),l);return(-o(h)+en>0?-1:1)*((u-g)*v)/m}):(o=h=>{const d=Math.exp(-h*e),f=(h-i)*e+1;return-en+d*f},s=h=>{const d=Math.exp(-h*e),f=(i-h)*(e*e);return d*f});const a=5/e,c=S4(o,s,a);if(e=wt(e),isNaN(c))return{stiffness:100,damping:10,duration:e};{const h=Math.pow(c,2)*n;return{stiffness:h,damping:l*2*Math.sqrt(n*h),duration:e}}}const Z4=12;function S4(e,t,i){let n=i;for(let o=1;o<Z4;o++)n=n-e(n)/t(n);return n}function An(e,t){return e*Math.sqrt(1-t*t)}const I4=["duration","bounce"],A4=["stiffness","damping","mass"];function ho(e,t){return t.some(i=>e[i]!==void 0)}function C4(e){let t={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...e};if(!ho(e,A4)&&ho(e,I4)){const i=M4(e);t={...t,...i,velocity:0,mass:1},t.isResolvedFromDuration=!0}return t}function Ga({keyframes:e,restDelta:t,restSpeed:i,...n}){const o=e[0],s=e[e.length-1],l={done:!1,value:o},{stiffness:a,damping:c,mass:h,velocity:d,duration:f,isResolvedFromDuration:u}=C4(n),g=d?-at(d):0,v=c/(2*Math.sqrt(a*h)),m=s-o,w=at(Math.sqrt(a/h)),y=Math.abs(m)<5;i||(i=y?.01:2),t||(t=y?.005:.5);let b;if(v<1){const _=An(w,v);b=S=>{const A=Math.exp(-v*w*S);return s-A*((g+v*w*m)/_*Math.sin(_*S)+m*Math.cos(_*S))}}else if(v===1)b=_=>s-Math.exp(-w*_)*(m+(g+w*m)*_);else{const _=w*Math.sqrt(v*v-1);b=S=>{const A=Math.exp(-v*w*S),L=Math.min(_*S,300);return s-A*((g+v*w*m)*Math.sinh(L)+_*m*Math.cosh(L))/_}}return{calculatedDuration:u&&f||null,next:_=>{const S=b(_);if(u)l.done=_>=f;else{let A=g;_!==0&&(v<1?A=za(b,_,S):A=0);const L=Math.abs(A)<=i,C=Math.abs(s-S)<=t;l.done=L&&C}return l.value=l.done?s:S,l}}}function fo({keyframes:e,velocity:t=0,power:i=.8,timeConstant:n=325,bounceDamping:o=10,bounceStiffness:s=500,modifyTarget:l,min:a,max:c,restDelta:h=.5,restSpeed:d}){const f=e[0],u={done:!1,value:f},g=D=>a!==void 0&&D<a||c!==void 0&&D>c,v=D=>a===void 0?c:c===void 0||Math.abs(a-D)<Math.abs(c-D)?a:c;let m=i*t;const w=f+m,y=l===void 0?w:l(w);y!==w&&(m=y-f);const b=D=>-m*Math.exp(-D/n),_=D=>y+b(D),S=D=>{const V=b(D),z=_(D);u.done=Math.abs(V)<=h,u.value=u.done?y:z};let A,L;const C=D=>{!g(u.value)||(A=D,L=Ga({keyframes:[u.value,v(u.value)],velocity:za(_,D,u.value),damping:o,stiffness:s,restDelta:h,restSpeed:d}))};return C(0),{calculatedDuration:null,next:D=>{let V=!1;return!L&&A===void 0&&(V=!0,S(D),C(D)),A!==void 0&&D>A?L.next(D-A):(!V&&S(D),u)}}}const R4=e=>{const t=({timestamp:i})=>e(i);return{start:()=>te.update(t,!0),stop:()=>ht(t),now:()=>me.isProcessing?me.timestamp:performance.now()}},uo=2e4;function po(e){let t=0;const i=50;let n=e.next(t);for(;!n.done&&t<uo;)t+=i,n=e.next(t);return t>=uo?1/0:t}const F4={decay:fo,inertia:fo,tween:G1,keyframes:G1,spring:Ga};function W1({autoplay:e=!0,delay:t=0,driver:i=R4,keyframes:n,type:o="keyframes",repeat:s=0,repeatDelay:l=0,repeatType:a="loop",onPlay:c,onStop:h,onComplete:d,onUpdate:f,...u}){let g=1,v=!1,m,w;const y=()=>{m&&m(),w=new Promise(U=>{m=U})};y();let b;const _=F4[o]||G1;let S;_!==G1&&typeof n[0]!="number"&&(S=Ua([0,100],n,{clamp:!1}),n=[0,100]);const A=_({...u,keyframes:n});let L;a==="mirror"&&(L=_({...u,keyframes:[...n].reverse(),velocity:-(u.velocity||0)}));let C="idle",D=null,V=null,z=null;A.calculatedDuration===null&&s&&(A.calculatedDuration=po(A));const{calculatedDuration:N}=A;let O=1/0,P=1/0;N!==null&&(O=N+l,P=O*(s+1)-l);let B=0;const Z=U=>{if(V===null)return;g>0&&(V=Math.min(V,U)),D!==null?B=D:B=(U-V)*g;const X=B-t,pe=X<0;B=Math.max(X,0),C==="finished"&&D===null&&(B=P);let ie=B,ge=A;if(s){const Te=B/O;let ut=Math.floor(Te),Ve=Te%1;!Ve&&Te>=1&&(Ve=1),Ve===1&&ut--,ut=Math.min(ut,s+1);const zt=Boolean(ut%2);zt&&(a==="reverse"?(Ve=1-Ve,l&&(Ve-=l/O)):a==="mirror"&&(ge=L));let tt=Vt(0,1,Ve);B>P&&(tt=a==="reverse"&&zt?1:0),ie=tt*O}const ee=pe?{done:!1,value:n[0]}:ge.next(ie);S&&(ee.value=S(ee.value));let{done:Re}=ee;!pe&&N!==null&&(Re=B>=P);const ze=D===null&&(C==="finished"||C==="running"&&Re||g<0&&B<=0);return f&&f(ee.value),ze&&$(),ee},F=()=>{b&&b.stop(),b=void 0},E=()=>{C="idle",F(),y(),V=z=null},$=()=>{C="finished",d&&d(),F(),y()},I=()=>{if(v)return;b||(b=i(Z));const U=b.now();c&&c(),D!==null?V=U-D:(!V||C==="finished")&&(V=U),z=V,D=null,C="running",b.start()};e&&I();const H={then(U,X){return w.then(U,X)},get time(){return at(B)},set time(U){U=wt(U),B=U,D!==null||!b||g===0?D=U:V=b.now()-U/g},get duration(){const U=A.calculatedDuration===null?po(A):A.calculatedDuration;return at(U)},get speed(){return g},set speed(U){U===g||!b||(g=U,H.time=at(B))},get state(){return C},play:I,pause:()=>{C="paused",D=B},stop:()=>{v=!0,C!=="idle"&&(C="idle",h&&h(),E())},cancel:()=>{z!==null&&Z(z),E()},complete:()=>{C="finished"},sample:U=>(V=0,Z(U))};return H}const k4=new Set(["opacity","clipPath","filter","transform","backgroundColor"]),c1=10,B4=2e4,E4=(e,t)=>t.type==="spring"||e==="backgroundColor"||!ya(t.ease);function L4(e,t,{onUpdate:i,onComplete:n,...o}){if(!(Ma.waapi()&&k4.has(t)&&!o.repeatDelay&&o.repeatType!=="mirror"&&o.damping!==0&&o.type!=="inertia"))return!1;let l=!1,a,c;const h=()=>{c=new Promise(y=>{a=y})};h();let{keyframes:d,duration:f=300,ease:u,times:g}=o;if(E4(t,o)){const y=W1({...o,repeat:0,delay:0});let b={done:!1,value:d[0]};const _=[];let S=0;for(;!b.done&&S<B4;)b=y.sample(S),_.push(b.value),S+=c1;g=void 0,d=_,f=S-c1,u="linear"}const v=j3(e.owner.current,t,d,{...o,duration:f,ease:u,times:g}),m=()=>v.cancel(),w=()=>{te.update(m),a(),h()};return v.onfinish=()=>{e.set(N3(d,o)),n&&n(),w()},{then(y,b){return c.then(y,b)},get time(){return at(v.currentTime||0)},set time(y){v.currentTime=wt(y)},get speed(){return v.playbackRate},set speed(y){v.playbackRate=y},get duration(){return at(f)},play:()=>{l||(v.play(),ht(m))},pause:()=>v.pause(),stop:()=>{if(l=!0,v.playState==="idle")return;const{currentTime:y}=v;if(y){const b=W1({...o,autoplay:!1});e.setWithVelocity(b.sample(y-c1).value,b.sample(y).value,c1)}w()},complete:()=>v.finish(),cancel:w}}function D4({keyframes:e,delay:t,onUpdate:i,onComplete:n}){const o=()=>(i&&i(e[e.length-1]),n&&n(),{time:0,speed:1,duration:0,play:ve,pause:ve,stop:ve,then:s=>(s(),Promise.resolve()),cancel:ve,complete:ve});return t?W1({keyframes:[0,1],duration:0,delay:t,onComplete:o}):o()}const T4={type:"spring",stiffness:500,damping:25,restSpeed:10},V4=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),P4={type:"keyframes",duration:.8},O4={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},H4=(e,{keyframes:t})=>t.length>2?P4:Ot.has(e)?e.startsWith("scale")?V4(t[1]):T4:O4,Cn=(e,t)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&_t.test(t)&&!t.startsWith("url(")),U4=new Set(["brightness","contrast","saturate","opacity"]);function $4(e){const[t,i]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[n]=i.match(Bi)||[];if(!n)return e;const o=i.replace(n,"");let s=U4.has(t)?1:0;return n!==i&&(s*=100),t+"("+s+o+")"}const z4=/([a-z-]*)\(.*?\)/g,Rn={..._t,getAnimatableNone:e=>{const t=e.match(z4);return t?t.map($4).join(" "):e}},G4={...na,color:be,backgroundColor:be,outlineColor:be,fill:be,stroke:be,borderColor:be,borderTopColor:be,borderRightColor:be,borderBottomColor:be,borderLeftColor:be,filter:Rn,WebkitFilter:Rn},yr=e=>G4[e];function _r(e,t){let i=yr(e);return i!==Rn&&(i=_t),i.getAnimatableNone?i.getAnimatableNone(t):void 0}function W4({when:e,delay:t,delayChildren:i,staggerChildren:n,staggerDirection:o,repeat:s,repeatType:l,repeatDelay:a,from:c,elapsed:h,...d}){return!!Object.keys(d).length}function go(e){return e===0||typeof e=="string"&&parseFloat(e)===0&&e.indexOf(" ")===-1}function vo(e){return typeof e=="number"?0:_r("",e)}function Wa(e,t){return e[t]||e.default||e}function j4(e,[...t]){for(let i=0;i<t.length;i++)t[i]===null&&(t[i]=i===0?e:t[i-1]);return t}function N4(e,t,i,n){const o=Cn(t,i);let s=n.from!==void 0?n.from:e.get();return s==="none"&&o&&typeof i=="string"?s=_r(t,i):go(s)&&typeof i=="string"?s=vo(i):!Array.isArray(i)&&go(i)&&typeof s=="string"&&(i=vo(s)),Array.isArray(i)?j4(s,i):[s,i]}const br=(e,t,i,n={})=>o=>{const s=Wa(n,e)||{},l=s.delay||n.delay||0;let{elapsed:a=0}=n;a=a-wt(l);const c=N4(t,e,i,s),h=c[0],d=c[c.length-1],f=Cn(e,h),u=Cn(e,d);vr(f===u);let g={keyframes:c,velocity:t.getVelocity(),ease:"easeOut",...s,delay:-a,onUpdate:v=>{t.set(v),s.onUpdate&&s.onUpdate(v)},onComplete:()=>{o(),s.onComplete&&s.onComplete()}};if(W4(s)||(g={...g,...H4(e,g)}),g.duration&&(g.duration=wt(g.duration)),g.repeatDelay&&(g.repeatDelay=wt(g.repeatDelay)),!f||!u||W3.current||s.type===!1)return D4(g);if(t.owner&&t.owner.current instanceof HTMLElement&&!t.owner.getProps().onUpdate){const v=L4(t,e,g);if(v)return v}return W1(g)};function j1(e){return Boolean(Ce(e)&&e.add)}const X4=e=>/^\-?\d*\.?\d+$/.test(e),Y4=e=>/^0[^.\s]+$/.test(e);function Mr(e,t){e.indexOf(t)===-1&&e.push(t)}function Zr(e,t){const i=e.indexOf(t);i>-1&&e.splice(i,1)}class Sr{constructor(){this.subscriptions=[]}add(t){return Mr(this.subscriptions,t),()=>Zr(this.subscriptions,t)}notify(t,i,n){const o=this.subscriptions.length;if(!!o)if(o===1)this.subscriptions[0](t,i,n);else for(let s=0;s<o;s++){const l=this.subscriptions[s];l&&l(t,i,n)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const K4=e=>!isNaN(parseFloat(e));class q4{constructor(t,i={}){this.version="10.12.6",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(n,o=!0)=>{this.prev=this.current,this.current=n;const{delta:s,timestamp:l}=me;this.lastUpdated!==l&&(this.timeDelta=s,this.lastUpdated=l,te.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),o&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>te.postRender(this.velocityCheck),this.velocityCheck=({timestamp:n})=>{n!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=t,this.canTrackVelocity=K4(this.current),this.owner=i.owner}onChange(t){return this.on("change",t)}on(t,i){this.events[t]||(this.events[t]=new Sr);const n=this.events[t].add(i);return t==="change"?()=>{n(),te.read(()=>{this.events.change.getSize()||this.stop()})}:n}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,i){this.passiveEffect=t,this.stopPassiveEffect=i}set(t,i=!0){!i||!this.passiveEffect?this.updateAndNotify(t,i):this.passiveEffect(t,this.updateAndNotify)}setWithVelocity(t,i,n){this.set(i),this.prev=t,this.timeDelta=n}jump(t){this.updateAndNotify(t),this.prev=t,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?$a(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(t){return this.stop(),new Promise(i=>{this.hasAnimated=!0,this.animation=t(i),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function i0(e,t){return new q4(e,t)}const ja=e=>t=>t.test(e),Q4={test:e=>e==="auto",parse:e=>e},Na=[Ht,W,Je,pt,r3,n3,Q4],h0=e=>Na.find(ja(e)),J4=[...Na,be,_t],eh=e=>J4.find(ja(e));function th(e,t,i){e.hasValue(t)?e.getValue(t).set(i):e.addValue(t,i0(i))}function ih(e,t){const i=Di(e,t);let{transitionEnd:n={},transition:o={},...s}=i?e.makeTargetAnimatable(i,!1):{};s={...s,...n};for(const l in s){const a=x3(s[l]);th(e,l,a)}}function nh(e,t,i){var n,o;const s=Object.keys(t).filter(a=>!e.hasValue(a)),l=s.length;if(!!l)for(let a=0;a<l;a++){const c=s[a],h=t[c];let d=null;Array.isArray(h)&&(d=h[0]),d===null&&(d=(o=(n=i[c])!==null&&n!==void 0?n:e.readValue(c))!==null&&o!==void 0?o:t[c]),d!=null&&(typeof d=="string"&&(X4(d)||Y4(d))?d=parseFloat(d):!eh(d)&&_t.test(h)&&(d=_r(c,h)),e.addValue(c,i0(d,{owner:e})),i[c]===void 0&&(i[c]=d),d!==null&&e.setBaseTarget(c,d))}}function rh(e,t){return t?(t[e]||t.default||t).from:void 0}function oh(e,t,i){const n={};for(const o in e){const s=rh(o,t);if(s!==void 0)n[o]=s;else{const l=i.getValue(o);l&&(n[o]=l.get())}}return n}function sh({protectedKeys:e,needsAnimating:t},i){const n=e.hasOwnProperty(i)&&t[i]!==!0;return t[i]=!1,n}function Xa(e,t,{delay:i=0,transitionOverride:n,type:o}={}){let{transition:s=e.getDefaultTransition(),transitionEnd:l,...a}=e.makeTargetAnimatable(t);const c=e.getValue("willChange");n&&(s=n);const h=[],d=o&&e.animationState&&e.animationState.getState()[o];for(const f in a){const u=e.getValue(f),g=a[f];if(!u||g===void 0||d&&sh(d,f))continue;const v={delay:i,elapsed:0,...s};if(window.HandoffAppearAnimations&&!u.hasAnimated){const w=e.getProps()[G3];w&&(v.elapsed=window.HandoffAppearAnimations(w,f,u,te))}u.start(br(f,u,g,e.shouldReduceMotion&&Ot.has(f)?{type:!1}:v));const m=u.animation;j1(c)&&(c.add(f),m.then(()=>c.remove(f))),h.push(m)}return l&&Promise.all(h).then(()=>{l&&ih(e,l)}),h}function Fn(e,t,i={}){const n=Di(e,t,i.custom);let{transition:o=e.getDefaultTransition()||{}}=n||{};i.transitionOverride&&(o=i.transitionOverride);const s=n?()=>Promise.all(Xa(e,n,i)):()=>Promise.resolve(),l=e.variantChildren&&e.variantChildren.size?(c=0)=>{const{delayChildren:h=0,staggerChildren:d,staggerDirection:f}=o;return lh(e,t,h+c,d,f,i)}:()=>Promise.resolve(),{when:a}=o;if(a){const[c,h]=a==="beforeChildren"?[s,l]:[l,s];return c().then(()=>h())}else return Promise.all([s(),l(i.delay)])}function lh(e,t,i=0,n=0,o=1,s){const l=[],a=(e.variantChildren.size-1)*n,c=o===1?(h=0)=>h*n:(h=0)=>a-h*n;return Array.from(e.variantChildren).sort(ah).forEach((h,d)=>{h.notify("AnimationStart",t),l.push(Fn(h,t,{...s,delay:i+c(d)}).then(()=>h.notify("AnimationComplete",t)))}),Promise.all(l)}function ah(e,t){return e.sortNodePosition(t)}function ch(e,t,i={}){e.notify("AnimationStart",t);let n;if(Array.isArray(t)){const o=t.map(s=>Fn(e,s,i));n=Promise.all(o)}else if(typeof t=="string")n=Fn(e,t,i);else{const o=typeof t=="function"?Di(e,t,i.custom):t;n=Promise.all(Xa(e,o,i))}return n.then(()=>e.notify("AnimationComplete",t))}const hh=[...rr].reverse(),dh=rr.length;function fh(e){return t=>Promise.all(t.map(({animation:i,options:n})=>ch(e,i,n)))}function uh(e){let t=fh(e);const i=gh();let n=!0;const o=(c,h)=>{const d=Di(e,h);if(d){const{transition:f,transitionEnd:u,...g}=d;c={...c,...g,...u}}return c};function s(c){t=c(e)}function l(c,h){const d=e.getProps(),f=e.getVariantContext(!0)||{},u=[],g=new Set;let v={},m=1/0;for(let y=0;y<dh;y++){const b=hh[y],_=i[b],S=d[b]!==void 0?d[b]:f[b],A=H0(S),L=b===h?_.isActive:null;L===!1&&(m=y);let C=S===f[b]&&S!==d[b]&&A;if(C&&n&&e.manuallyAnimateOnMount&&(C=!1),_.protectedKeys={...v},!_.isActive&&L===null||!S&&!_.prevProp||Fi(S)||typeof S=="boolean")continue;const D=ph(_.prevProp,S);let V=D||b===h&&_.isActive&&!C&&A||y>m&&A;const z=Array.isArray(S)?S:[S];let N=z.reduce(o,{});L===!1&&(N={});const{prevResolvedValues:O={}}=_,P={...O,...N},B=Z=>{V=!0,g.delete(Z),_.needsAnimating[Z]=!0};for(const Z in P){const F=N[Z],E=O[Z];v.hasOwnProperty(Z)||(F!==E?$1(F)&&$1(E)?!xa(F,E)||D?B(Z):_.protectedKeys[Z]=!0:F!==void 0?B(Z):g.add(Z):F!==void 0&&g.has(Z)?B(Z):_.protectedKeys[Z]=!0)}_.prevProp=S,_.prevResolvedValues=N,_.isActive&&(v={...v,...N}),n&&e.blockInitialAnimation&&(V=!1),V&&!C&&u.push(...z.map(Z=>({animation:Z,options:{type:b,...c}})))}if(g.size){const y={};g.forEach(b=>{const _=e.getBaseTarget(b);_!==void 0&&(y[b]=_)}),u.push({animation:y})}let w=Boolean(u.length);return n&&d.initial===!1&&!e.manuallyAnimateOnMount&&(w=!1),n=!1,w?t(u):Promise.resolve()}function a(c,h,d){var f;if(i[c].isActive===h)return Promise.resolve();(f=e.variantChildren)===null||f===void 0||f.forEach(g=>{var v;return(v=g.animationState)===null||v===void 0?void 0:v.setActive(c,h)}),i[c].isActive=h;const u=l(d,c);for(const g in i)i[g].protectedKeys={};return u}return{animateChanges:l,setActive:a,setAnimateFunction:s,getState:()=>i}}function ph(e,t){return typeof t=="string"?t!==e:Array.isArray(t)?!xa(t,e):!1}function It(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function gh(){return{animate:It(!0),whileInView:It(),whileHover:It(),whileTap:It(),whileDrag:It(),whileFocus:It(),exit:It()}}class vh extends St{constructor(t){super(t),t.animationState||(t.animationState=uh(t))}updateAnimationControlsSubscription(){const{animate:t}=this.node.getProps();this.unmount(),Fi(t)&&(this.unmount=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.node.getProps(),{animate:i}=this.node.prevProps||{};t!==i&&this.updateAnimationControlsSubscription()}unmount(){}}let mh=0;class xh extends St{constructor(){super(...arguments),this.id=mh++}update(){if(!this.node.presenceContext)return;const{isPresent:t,onExitComplete:i,custom:n}=this.node.presenceContext,{isPresent:o}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===o)return;const s=this.node.animationState.setActive("exit",!t,{custom:n!=null?n:this.node.getProps().custom});i&&!t&&s.then(()=>i(this.id))}mount(){const{register:t}=this.node.presenceContext||{};t&&(this.unmount=t(this.id))}unmount(){}}const wh={animation:{Feature:vh},exit:{Feature:xh}},mo=(e,t)=>Math.abs(e-t);function yh(e,t){const i=mo(e.x,t.x),n=mo(e.y,t.y);return Math.sqrt(i**2+n**2)}class Ya{constructor(t,i,{transformPagePoint:n}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const h=nn(this.lastMoveEventInfo,this.history),d=this.startEvent!==null,f=yh(h.offset,{x:0,y:0})>=3;if(!d&&!f)return;const{point:u}=h,{timestamp:g}=me;this.history.push({...u,timestamp:g});const{onStart:v,onMove:m}=this.handlers;d||(v&&v(this.lastMoveEvent,h),this.startEvent=this.lastMoveEvent),m&&m(this.lastMoveEvent,h)},this.handlePointerMove=(h,d)=>{this.lastMoveEvent=h,this.lastMoveEventInfo=tn(d,this.transformPagePoint),te.update(this.updatePoint,!0)},this.handlePointerUp=(h,d)=>{if(this.end(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const{onEnd:f,onSessionEnd:u}=this.handlers,g=nn(h.type==="pointercancel"?this.lastMoveEventInfo:tn(d,this.transformPagePoint),this.history);this.startEvent&&f&&f(h,g),u&&u(h,g)},!fa(t))return;this.handlers=i,this.transformPagePoint=n;const o=Ei(t),s=tn(o,this.transformPagePoint),{point:l}=s,{timestamp:a}=me;this.history=[{...l,timestamp:a}];const{onSessionStart:c}=i;c&&c(t,nn(s,this.history)),this.removeListeners=xt(lt(window,"pointermove",this.handlePointerMove),lt(window,"pointerup",this.handlePointerUp),lt(window,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),ht(this.updatePoint)}}function tn(e,t){return t?{point:t(e.point)}:e}function xo(e,t){return{x:e.x-t.x,y:e.y-t.y}}function nn({point:e},t){return{point:e,delta:xo(e,Ka(t)),offset:xo(e,_h(t)),velocity:bh(t,.1)}}function _h(e){return e[0]}function Ka(e){return e[e.length-1]}function bh(e,t){if(e.length<2)return{x:0,y:0};let i=e.length-1,n=null;const o=Ka(e);for(;i>=0&&(n=e[i],!(o.timestamp-n.timestamp>wt(t)));)i--;if(!n)return{x:0,y:0};const s=at(o.timestamp-n.timestamp);if(s===0)return{x:0,y:0};const l={x:(o.x-n.x)/s,y:(o.y-n.y)/s};return l.x===1/0&&(l.x=0),l.y===1/0&&(l.y=0),l}function Ee(e){return e.max-e.min}function kn(e,t=0,i=.01){return Math.abs(e-t)<=i}function wo(e,t,i,n=.5){e.origin=n,e.originPoint=ne(t.min,t.max,e.origin),e.scale=Ee(i)/Ee(t),(kn(e.scale,1,1e-4)||isNaN(e.scale))&&(e.scale=1),e.translate=ne(i.min,i.max,e.origin)-e.originPoint,(kn(e.translate)||isNaN(e.translate))&&(e.translate=0)}function R0(e,t,i,n){wo(e.x,t.x,i.x,n?n.originX:void 0),wo(e.y,t.y,i.y,n?n.originY:void 0)}function yo(e,t,i){e.min=i.min+t.min,e.max=e.min+Ee(t)}function Mh(e,t,i){yo(e.x,t.x,i.x),yo(e.y,t.y,i.y)}function _o(e,t,i){e.min=t.min-i.min,e.max=e.min+Ee(t)}function F0(e,t,i){_o(e.x,t.x,i.x),_o(e.y,t.y,i.y)}function Zh(e,{min:t,max:i},n){return t!==void 0&&e<t?e=n?ne(t,e,n.min):Math.max(e,t):i!==void 0&&e>i&&(e=n?ne(i,e,n.max):Math.min(e,i)),e}function bo(e,t,i){return{min:t!==void 0?e.min+t:void 0,max:i!==void 0?e.max+i-(e.max-e.min):void 0}}function Sh(e,{top:t,left:i,bottom:n,right:o}){return{x:bo(e.x,i,o),y:bo(e.y,t,n)}}function Mo(e,t){let i=t.min-e.min,n=t.max-e.max;return t.max-t.min<e.max-e.min&&([i,n]=[n,i]),{min:i,max:n}}function Ih(e,t){return{x:Mo(e.x,t.x),y:Mo(e.y,t.y)}}function Ah(e,t){let i=.5;const n=Ee(e),o=Ee(t);return o>n?i=z0(t.min,t.max-n,e.min):n>o&&(i=z0(e.min,e.max-o,t.min)),Vt(0,1,i)}function Ch(e,t){const i={};return t.min!==void 0&&(i.min=t.min-e.min),t.max!==void 0&&(i.max=t.max-e.min),i}const Bn=.35;function Rh(e=Bn){return e===!1?e=0:e===!0&&(e=Bn),{x:Zo(e,"left","right"),y:Zo(e,"top","bottom")}}function Zo(e,t,i){return{min:So(e,t),max:So(e,i)}}function So(e,t){return typeof e=="number"?e:e[t]||0}const Io=()=>({translate:0,scale:1,origin:0,originPoint:0}),k0=()=>({x:Io(),y:Io()}),Ao=()=>({min:0,max:0}),de=()=>({x:Ao(),y:Ao()});function We(e){return[e("x"),e("y")]}function qa({top:e,left:t,right:i,bottom:n}){return{x:{min:t,max:i},y:{min:e,max:n}}}function Fh({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}function kh(e,t){if(!t)return e;const i=t({x:e.left,y:e.top}),n=t({x:e.right,y:e.bottom});return{top:i.y,left:i.x,bottom:n.y,right:n.x}}function rn(e){return e===void 0||e===1}function En({scale:e,scaleX:t,scaleY:i}){return!rn(e)||!rn(t)||!rn(i)}function Bt(e){return En(e)||Qa(e)||e.z||e.rotate||e.rotateX||e.rotateY}function Qa(e){return Co(e.x)||Co(e.y)}function Co(e){return e&&e!=="0%"}function N1(e,t,i){const n=e-i,o=t*n;return i+o}function Ro(e,t,i,n,o){return o!==void 0&&(e=N1(e,o,n)),N1(e,i,n)+t}function Ln(e,t=0,i=1,n,o){e.min=Ro(e.min,t,i,n,o),e.max=Ro(e.max,t,i,n,o)}function Ja(e,{x:t,y:i}){Ln(e.x,t.translate,t.scale,t.originPoint),Ln(e.y,i.translate,i.scale,i.originPoint)}function Bh(e,t,i,n=!1){const o=i.length;if(!o)return;t.x=t.y=1;let s,l;for(let a=0;a<o;a++){s=i[a],l=s.projectionDelta;const c=s.instance;c&&c.style&&c.style.display==="contents"||(n&&s.options.layoutScroll&&s.scroll&&s!==s.root&&Yt(e,{x:-s.scroll.offset.x,y:-s.scroll.offset.y}),l&&(t.x*=l.x.scale,t.y*=l.y.scale,Ja(e,l)),n&&Bt(s.latestValues)&&Yt(e,s.latestValues))}t.x=Fo(t.x),t.y=Fo(t.y)}function Fo(e){return Number.isInteger(e)||e>1.0000000000001||e<.999999999999?e:1}function gt(e,t){e.min=e.min+t,e.max=e.max+t}function ko(e,t,[i,n,o]){const s=t[o]!==void 0?t[o]:.5,l=ne(e.min,e.max,s);Ln(e,t[i],t[n],l,t.scale)}const Eh=["x","scaleX","originX"],Lh=["y","scaleY","originY"];function Yt(e,t){ko(e.x,t,Eh),ko(e.y,t,Lh)}function e2(e,t){return qa(kh(e.getBoundingClientRect(),t))}function Dh(e,t,i){const n=e2(e,i),{scroll:o}=t;return o&&(gt(n.x,o.offset.x),gt(n.y,o.offset.y)),n}const Th=new WeakMap;class Vh{constructor(t){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=de(),this.visualElement=t}start(t,{snapToCursor:i=!1}={}){const{presenceContext:n}=this.visualElement;if(n&&n.isPresent===!1)return;const o=c=>{this.stopAnimation(),i&&this.snapToCursor(Ei(c,"page").point)},s=(c,h)=>{const{drag:d,dragPropagation:f,onDragStart:u}=this.getProps();if(d&&!f&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=pa(d),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),We(v=>{let m=this.getAxisMotionValue(v).get()||0;if(Je.test(m)){const{projection:w}=this.visualElement;if(w&&w.layout){const y=w.layout.layoutBox[v];y&&(m=Ee(y)*(parseFloat(m)/100))}}this.originPoint[v]=m}),u&&te.update(()=>u(c,h),!1,!0);const{animationState:g}=this.visualElement;g&&g.setActive("whileDrag",!0)},l=(c,h)=>{const{dragPropagation:d,dragDirectionLock:f,onDirectionLock:u,onDrag:g}=this.getProps();if(!d&&!this.openGlobalLock)return;const{offset:v}=h;if(f&&this.currentDirection===null){this.currentDirection=Ph(v),this.currentDirection!==null&&u&&u(this.currentDirection);return}this.updateAxis("x",h.point,v),this.updateAxis("y",h.point,v),this.visualElement.render(),g&&g(c,h)},a=(c,h)=>this.stop(c,h);this.panSession=new Ya(t,{onSessionStart:o,onStart:s,onMove:l,onSessionEnd:a},{transformPagePoint:this.visualElement.getTransformPagePoint()})}stop(t,i){const n=this.isDragging;if(this.cancel(),!n)return;const{velocity:o}=i;this.startAnimation(o);const{onDragEnd:s}=this.getProps();s&&te.update(()=>s(t,i))}cancel(){this.isDragging=!1;const{projection:t,animationState:i}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:n}=this.getProps();!n&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),i&&i.setActive("whileDrag",!1)}updateAxis(t,i,n){const{drag:o}=this.getProps();if(!n||!h1(t,o,this.currentDirection))return;const s=this.getAxisMotionValue(t);let l=this.originPoint[t]+n[t];this.constraints&&this.constraints[t]&&(l=Zh(l,this.constraints[t],this.elastic[t])),s.set(l)}resolveConstraints(){const{dragConstraints:t,dragElastic:i}=this.getProps(),{layout:n}=this.visualElement.projection||{},o=this.constraints;t&&Nt(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):t&&n?this.constraints=Sh(n.layoutBox,t):this.constraints=!1,this.elastic=Rh(i),o!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&We(s=>{this.getAxisMotionValue(s)&&(this.constraints[s]=Ch(n.layoutBox[s],this.constraints[s]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:i}=this.getProps();if(!t||!Nt(t))return!1;const n=t.current,{projection:o}=this.visualElement;if(!o||!o.layout)return!1;const s=Dh(n,o.root,this.visualElement.getTransformPagePoint());let l=Ih(o.layout.layoutBox,s);if(i){const a=i(Fh(l));this.hasMutatedConstraints=!!a,a&&(l=qa(a))}return l}startAnimation(t){const{drag:i,dragMomentum:n,dragElastic:o,dragTransition:s,dragSnapToOrigin:l,onDragTransitionEnd:a}=this.getProps(),c=this.constraints||{},h=We(d=>{if(!h1(d,i,this.currentDirection))return;let f=c&&c[d]||{};l&&(f={min:0,max:0});const u=o?200:1e6,g=o?40:1e7,v={type:"inertia",velocity:n?t[d]:0,bounceStiffness:u,bounceDamping:g,timeConstant:750,restDelta:1,restSpeed:10,...s,...f};return this.startAxisValueAnimation(d,v)});return Promise.all(h).then(a)}startAxisValueAnimation(t,i){const n=this.getAxisMotionValue(t);return n.start(br(t,n,0,i))}stopAnimation(){We(t=>this.getAxisMotionValue(t).stop())}getAxisMotionValue(t){const i="_drag"+t.toUpperCase(),n=this.visualElement.getProps(),o=n[i];return o||this.visualElement.getValue(t,(n.initial?n.initial[t]:void 0)||0)}snapToCursor(t){We(i=>{const{drag:n}=this.getProps();if(!h1(i,n,this.currentDirection))return;const{projection:o}=this.visualElement,s=this.getAxisMotionValue(i);if(o&&o.layout){const{min:l,max:a}=o.layout.layoutBox[i];s.set(t[i]-ne(l,a,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:i}=this.getProps(),{projection:n}=this.visualElement;if(!Nt(i)||!n||!this.constraints)return;this.stopAnimation();const o={x:0,y:0};We(l=>{const a=this.getAxisMotionValue(l);if(a){const c=a.get();o[l]=Ah({min:c,max:c},this.constraints[l])}});const{transformTemplate:s}=this.visualElement.getProps();this.visualElement.current.style.transform=s?s({},""):"none",n.root&&n.root.updateScroll(),n.updateLayout(),this.resolveConstraints(),We(l=>{if(!h1(l,t,null))return;const a=this.getAxisMotionValue(l),{min:c,max:h}=this.constraints[l];a.set(ne(c,h,o[l]))})}addListeners(){if(!this.visualElement.current)return;Th.set(this.visualElement,this);const t=this.visualElement.current,i=lt(t,"pointerdown",c=>{const{drag:h,dragListener:d=!0}=this.getProps();h&&d&&this.start(c)}),n=()=>{const{dragConstraints:c}=this.getProps();Nt(c)&&(this.constraints=this.resolveRefConstraints())},{projection:o}=this.visualElement,s=o.addEventListener("measure",n);o&&!o.layout&&(o.root&&o.root.updateScroll(),o.updateLayout()),n();const l=st(window,"resize",()=>this.scalePositionWithinConstraints()),a=o.addEventListener("didUpdate",({delta:c,hasLayoutChanged:h})=>{this.isDragging&&h&&(We(d=>{const f=this.getAxisMotionValue(d);!f||(this.originPoint[d]+=c[d].translate,f.set(f.get()+c[d].translate))}),this.visualElement.render())});return()=>{l(),i(),s(),a&&a()}}getProps(){const t=this.visualElement.getProps(),{drag:i=!1,dragDirectionLock:n=!1,dragPropagation:o=!1,dragConstraints:s=!1,dragElastic:l=Bn,dragMomentum:a=!0}=t;return{...t,drag:i,dragDirectionLock:n,dragPropagation:o,dragConstraints:s,dragElastic:l,dragMomentum:a}}}function h1(e,t,i){return(t===!0||t===e)&&(i===null||i===e)}function Ph(e,t=10){let i=null;return Math.abs(e.y)>t?i="y":Math.abs(e.x)>t&&(i="x"),i}class Oh extends St{constructor(t){super(t),this.removeGroupControls=ve,this.removeListeners=ve,this.controls=new Vh(t)}mount(){const{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||ve}unmount(){this.removeGroupControls(),this.removeListeners()}}const Bo=e=>(t,i)=>{e&&te.update(()=>e(t,i))};class Hh extends St{constructor(){super(...arguments),this.removePointerDownListener=ve}onPointerDown(t){this.session=new Ya(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint()})}createPanHandlers(){const{onPanSessionStart:t,onPanStart:i,onPan:n,onPanEnd:o}=this.node.getProps();return{onSessionStart:Bo(t),onStart:Bo(i),onMove:n,onEnd:(s,l)=>{delete this.session,o&&te.update(()=>o(s,l))}}}mount(){this.removePointerDownListener=lt(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function Uh(){const e=M.exports.useContext(Ci);if(e===null)return[!0,null];const{isPresent:t,onExitComplete:i,register:n}=e,o=M.exports.useId();return M.exports.useEffect(()=>n(o),[]),!t&&i?[!1,()=>i&&i(o)]:[!0]}function Eo(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const d0={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(W.test(e))e=parseFloat(e);else return e;const i=Eo(e,t.target.x),n=Eo(e,t.target.y);return`${i}% ${n}%`}},$h={correct:(e,{treeScale:t,projectionDelta:i})=>{const n=e,o=_t.parse(e);if(o.length>5)return n;const s=_t.createTransformer(e),l=typeof o[0]!="number"?1:0,a=i.x.scale*t.x,c=i.y.scale*t.y;o[0+l]/=a,o[1+l]/=c;const h=ne(a,c,.5);return typeof o[2+l]=="number"&&(o[2+l]/=h),typeof o[3+l]=="number"&&(o[3+l]/=h),s(o)}};class zh extends Al.Component{componentDidMount(){const{visualElement:t,layoutGroup:i,switchLayoutGroup:n,layoutId:o}=this.props,{projection:s}=t;Kc(Gh),s&&(i.group&&i.group.add(s),n&&n.register&&o&&n.register(s),s.root.didUpdate(),s.addEventListener("animationComplete",()=>{this.safeToRemove()}),s.setOptions({...s.options,onExitComplete:()=>this.safeToRemove()})),I0.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:i,visualElement:n,drag:o,isPresent:s}=this.props,l=n.projection;return l&&(l.isPresent=s,o||t.layoutDependency!==i||i===void 0?l.willUpdate():this.safeToRemove(),t.isPresent!==s&&(s?l.promote():l.relegate()||te.postRender(()=>{const a=l.getStack();(!a||!a.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),!t.currentAnimation&&t.isLead()&&this.safeToRemove())}componentWillUnmount(){const{visualElement:t,layoutGroup:i,switchLayoutGroup:n}=this.props,{projection:o}=t;o&&(o.scheduleCheckAfterUnmount(),i&&i.group&&i.group.remove(o),n&&n.deregister&&n.deregister(o))}safeToRemove(){const{safeToRemove:t}=this.props;t&&t()}render(){return null}}function t2(e){const[t,i]=Uh(),n=M.exports.useContext(lr);return r(zh,{...e,layoutGroup:n,switchLayoutGroup:M.exports.useContext(Ql),isPresent:t,safeToRemove:i})}const Gh={borderRadius:{...d0,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:d0,borderTopRightRadius:d0,borderBottomLeftRadius:d0,borderBottomRightRadius:d0,boxShadow:$h},i2=["TopLeft","TopRight","BottomLeft","BottomRight"],Wh=i2.length,Lo=e=>typeof e=="string"?parseFloat(e):e,Do=e=>typeof e=="number"||W.test(e);function jh(e,t,i,n,o,s){o?(e.opacity=ne(0,i.opacity!==void 0?i.opacity:1,Nh(n)),e.opacityExit=ne(t.opacity!==void 0?t.opacity:1,0,Xh(n))):s&&(e.opacity=ne(t.opacity!==void 0?t.opacity:1,i.opacity!==void 0?i.opacity:1,n));for(let l=0;l<Wh;l++){const a=`border${i2[l]}Radius`;let c=To(t,a),h=To(i,a);if(c===void 0&&h===void 0)continue;c||(c=0),h||(h=0),c===0||h===0||Do(c)===Do(h)?(e[a]=Math.max(ne(Lo(c),Lo(h),n),0),(Je.test(h)||Je.test(c))&&(e[a]+="%")):e[a]=h}(t.rotate||i.rotate)&&(e.rotate=ne(t.rotate||0,i.rotate||0,n))}function To(e,t){return e[t]!==void 0?e[t]:e.borderRadius}const Nh=n2(0,.5,mr),Xh=n2(.5,.95,ve);function n2(e,t,i){return n=>n<e?0:n>t?1:i(z0(e,t,n))}function Vo(e,t){e.min=t.min,e.max=t.max}function Pe(e,t){Vo(e.x,t.x),Vo(e.y,t.y)}function Po(e,t,i,n,o){return e-=t,e=N1(e,1/i,n),o!==void 0&&(e=N1(e,1/o,n)),e}function Yh(e,t=0,i=1,n=.5,o,s=e,l=e){if(Je.test(t)&&(t=parseFloat(t),t=ne(l.min,l.max,t/100)-l.min),typeof t!="number")return;let a=ne(s.min,s.max,n);e===s&&(a-=t),e.min=Po(e.min,t,i,a,o),e.max=Po(e.max,t,i,a,o)}function Oo(e,t,[i,n,o],s,l){Yh(e,t[i],t[n],t[o],t.scale,s,l)}const Kh=["x","scaleX","originX"],qh=["y","scaleY","originY"];function Ho(e,t,i,n){Oo(e.x,t,Kh,i?i.x:void 0,n?n.x:void 0),Oo(e.y,t,qh,i?i.y:void 0,n?n.y:void 0)}function Uo(e){return e.translate===0&&e.scale===1}function r2(e){return Uo(e.x)&&Uo(e.y)}function Dn(e,t){return e.x.min===t.x.min&&e.x.max===t.x.max&&e.y.min===t.y.min&&e.y.max===t.y.max}function $o(e){return Ee(e.x)/Ee(e.y)}class Qh{constructor(){this.members=[]}add(t){Mr(this.members,t),t.scheduleRender()}remove(t){if(Zr(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const i=this.members[this.members.length-1];i&&this.promote(i)}}relegate(t){const i=this.members.findIndex(o=>t===o);if(i===0)return!1;let n;for(let o=i;o>=0;o--){const s=this.members[o];if(s.isPresent!==!1){n=s;break}}return n?(this.promote(n),!0):!1}promote(t,i){const n=this.lead;if(t!==n&&(this.prevLead=n,this.lead=t,t.show(),n)){n.instance&&n.scheduleRender(),t.scheduleRender(),t.resumeFrom=n,i&&(t.resumeFrom.preserveOpacity=!0),n.snapshot&&(t.snapshot=n.snapshot,t.snapshot.latestValues=n.animationValues||n.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:o}=t.options;o===!1&&n.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:i,resumingFrom:n}=t;i.onExitComplete&&i.onExitComplete(),n&&n.options.onExitComplete&&n.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function zo(e,t,i){let n="";const o=e.x.translate/t.x,s=e.y.translate/t.y;if((o||s)&&(n=`translate3d(${o}px, ${s}px, 0) `),(t.x!==1||t.y!==1)&&(n+=`scale(${1/t.x}, ${1/t.y}) `),i){const{rotate:c,rotateX:h,rotateY:d}=i;c&&(n+=`rotate(${c}deg) `),h&&(n+=`rotateX(${h}deg) `),d&&(n+=`rotateY(${d}deg) `)}const l=e.x.scale*t.x,a=e.y.scale*t.y;return(l!==1||a!==1)&&(n+=`scale(${l}, ${a})`),n||"none"}const Jh=(e,t)=>e.depth-t.depth;class ed{constructor(){this.children=[],this.isDirty=!1}add(t){Mr(this.children,t),this.isDirty=!0}remove(t){Zr(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(Jh),this.isDirty=!1,this.children.forEach(t)}}function td(e,t){const i=performance.now(),n=({timestamp:o})=>{const s=o-i;s>=t&&(ht(n),e(s-t))};return te.read(n,!0),()=>ht(n)}function id(e){window.MotionDebug&&window.MotionDebug.record(e)}function nd(e){return e instanceof SVGElement&&e.tagName!=="svg"}function rd(e,t,i){const n=Ce(e)?e:i0(e);return n.start(br("",n,t,i)),n.animation}const Go=["","X","Y","Z"],Wo=1e3;let od=0;const Et={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function o2({attachResizeListener:e,defaultParent:t,measureScroll:i,checkIsScrollRoot:n,resetTransform:o}){return class{constructor(l,a={},c=t==null?void 0:t()){this.id=od++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.potentialNodes=new Map,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{Et.totalNodes=Et.resolvedTargetDeltas=Et.recalculatedProjection=0,this.nodes.forEach(ad),this.nodes.forEach(fd),this.nodes.forEach(ud),this.nodes.forEach(cd),id(Et)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.elementId=l,this.latestValues=a,this.root=c?c.root||c:this,this.path=c?[...c.path,c]:[],this.parent=c,this.depth=c?c.depth+1:0,l&&this.root.registerPotentialNode(l,this);for(let h=0;h<this.path.length;h++)this.path[h].shouldResetTransform=!0;this.root===this&&(this.nodes=new ed)}addEventListener(l,a){return this.eventHandlers.has(l)||this.eventHandlers.set(l,new Sr),this.eventHandlers.get(l).add(a)}notifyListeners(l,...a){const c=this.eventHandlers.get(l);c&&c.notify(...a)}hasListeners(l){return this.eventHandlers.has(l)}registerPotentialNode(l,a){this.potentialNodes.set(l,a)}mount(l,a=!1){if(this.instance)return;this.isSVG=nd(l),this.instance=l;const{layoutId:c,layout:h,visualElement:d}=this.options;if(d&&!d.current&&d.mount(l),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.elementId&&this.root.potentialNodes.delete(this.elementId),a&&(h||c)&&(this.isLayoutDirty=!0),e){let f;const u=()=>this.root.updateBlockedByResize=!1;e(l,()=>{this.root.updateBlockedByResize=!0,f&&f(),f=td(u,250),I0.hasAnimatedSinceResize&&(I0.hasAnimatedSinceResize=!1,this.nodes.forEach(No))})}c&&this.root.registerSharedNode(c,this),this.options.animate!==!1&&d&&(c||h)&&this.addEventListener("didUpdate",({delta:f,hasLayoutChanged:u,hasRelativeTargetChanged:g,layout:v})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const m=this.options.transition||d.getDefaultTransition()||xd,{onLayoutAnimationStart:w,onLayoutAnimationComplete:y}=d.getProps(),b=!this.targetLayout||!Dn(this.targetLayout,v)||g,_=!u&&g;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||_||u&&(b||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(f,_);const S={...Wa(m,"layout"),onPlay:w,onComplete:y};(d.shouldReduceMotion||this.options.layoutRoot)&&(S.delay=0,S.type=!1),this.startAnimation(S)}else!u&&this.animationProgress===0&&No(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=v})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const l=this.getStack();l&&l.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,ht(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(pd),this.animationId++)}getTransformTemplate(){const{visualElement:l}=this.options;return l&&l.getProps().transformTemplate}willUpdate(l=!0){if(this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let d=0;d<this.path.length;d++){const f=this.path[d];f.shouldResetTransform=!0,f.updateScroll("snapshot"),f.options.layoutRoot&&f.willUpdate(!1)}const{layoutId:a,layout:c}=this.options;if(a===void 0&&!c)return;const h=this.getTransformTemplate();this.prevTransformTemplateValue=h?h(this.latestValues,""):void 0,this.updateSnapshot(),l&&this.notifyListeners("willUpdate")}didUpdate(){if(this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(jo);return}!this.isUpdating||(this.isUpdating=!1,this.potentialNodes.size&&(this.potentialNodes.forEach(wd),this.potentialNodes.clear()),this.nodes.forEach(dd),this.nodes.forEach(sd),this.nodes.forEach(ld),this.clearAllSnapshots(),Qt.update.process(me),Qt.preRender.process(me),Qt.render.process(me))}clearAllSnapshots(){this.nodes.forEach(hd),this.sharedNodes.forEach(gd)}scheduleUpdateProjection(){te.preRender(this.updateProjection,!1,!0)}scheduleCheckAfterUnmount(){te.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let c=0;c<this.path.length;c++)this.path[c].updateScroll();const l=this.layout;this.layout=this.measure(!1),this.layoutCorrected=de(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:a}=this.options;a&&a.notify("LayoutMeasure",this.layout.layoutBox,l?l.layoutBox:void 0)}updateScroll(l="measure"){let a=Boolean(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===l&&(a=!1),a&&(this.scroll={animationId:this.root.animationId,phase:l,isRoot:n(this.instance),offset:i(this.instance)})}resetTransform(){if(!o)return;const l=this.isLayoutDirty||this.shouldResetTransform,a=this.projectionDelta&&!r2(this.projectionDelta),c=this.getTransformTemplate(),h=c?c(this.latestValues,""):void 0,d=h!==this.prevTransformTemplateValue;l&&(a||Bt(this.latestValues)||d)&&(o(this.instance,h),this.shouldResetTransform=!1,this.scheduleRender())}measure(l=!0){const a=this.measurePageBox();let c=this.removeElementScroll(a);return l&&(c=this.removeTransform(c)),yd(c),{animationId:this.root.animationId,measuredBox:a,layoutBox:c,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:l}=this.options;if(!l)return de();const a=l.measureViewportBox(),{scroll:c}=this.root;return c&&(gt(a.x,c.offset.x),gt(a.y,c.offset.y)),a}removeElementScroll(l){const a=de();Pe(a,l);for(let c=0;c<this.path.length;c++){const h=this.path[c],{scroll:d,options:f}=h;if(h!==this.root&&d&&f.layoutScroll){if(d.isRoot){Pe(a,l);const{scroll:u}=this.root;u&&(gt(a.x,-u.offset.x),gt(a.y,-u.offset.y))}gt(a.x,d.offset.x),gt(a.y,d.offset.y)}}return a}applyTransform(l,a=!1){const c=de();Pe(c,l);for(let h=0;h<this.path.length;h++){const d=this.path[h];!a&&d.options.layoutScroll&&d.scroll&&d!==d.root&&Yt(c,{x:-d.scroll.offset.x,y:-d.scroll.offset.y}),Bt(d.latestValues)&&Yt(c,d.latestValues)}return Bt(this.latestValues)&&Yt(c,this.latestValues),c}removeTransform(l){const a=de();Pe(a,l);for(let c=0;c<this.path.length;c++){const h=this.path[c];if(!h.instance||!Bt(h.latestValues))continue;En(h.latestValues)&&h.updateSnapshot();const d=de(),f=h.measurePageBox();Pe(d,f),Ho(a,h.latestValues,h.snapshot?h.snapshot.layoutBox:void 0,d)}return Bt(this.latestValues)&&Ho(a,this.latestValues),a}setTargetDelta(l){this.targetDelta=l,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(l){this.options={...this.options,...l,crossfade:l.crossfade!==void 0?l.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){!this.relativeParent||this.relativeParent.resolvedRelativeTargetAt!==me.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(l=!1){var a;const c=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=c.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=c.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=c.isSharedProjectionDirty);const h=Boolean(this.resumingFrom)||this!==c;if(!(l||h&&this.isSharedProjectionDirty||this.isProjectionDirty||((a=this.parent)===null||a===void 0?void 0:a.isProjectionDirty)||this.attemptToResolveRelativeTarget))return;const{layout:f,layoutId:u}=this.options;if(!(!this.layout||!(f||u))){if(this.resolvedRelativeTargetAt=me.timestamp,!this.targetDelta&&!this.relativeTarget){const g=this.getClosestProjectingParent();g&&g.layout&&this.animationProgress!==1?(this.relativeParent=g,this.forceRelativeParentToResolveTarget(),this.relativeTarget=de(),this.relativeTargetOrigin=de(),F0(this.relativeTargetOrigin,this.layout.layoutBox,g.layout.layoutBox),Pe(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=de(),this.targetWithTransforms=de()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),Mh(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(Boolean(this.resumingFrom)?this.target=this.applyTransform(this.layout.layoutBox):Pe(this.target,this.layout.layoutBox),Ja(this.target,this.targetDelta)):Pe(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const g=this.getClosestProjectingParent();g&&Boolean(g.resumingFrom)===Boolean(this.resumingFrom)&&!g.options.layoutScroll&&g.target&&this.animationProgress!==1?(this.relativeParent=g,this.forceRelativeParentToResolveTarget(),this.relativeTarget=de(),this.relativeTargetOrigin=de(),F0(this.relativeTargetOrigin,this.target,g.target),Pe(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}Et.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||En(this.parent.latestValues)||Qa(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return Boolean((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var l;const a=this.getLead(),c=Boolean(this.resumingFrom)||this!==a;let h=!0;if((this.isProjectionDirty||((l=this.parent)===null||l===void 0?void 0:l.isProjectionDirty))&&(h=!1),c&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(h=!1),this.resolvedRelativeTargetAt===me.timestamp&&(h=!1),h)return;const{layout:d,layoutId:f}=this.options;if(this.isTreeAnimating=Boolean(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(d||f))return;Pe(this.layoutCorrected,this.layout.layoutBox),Bh(this.layoutCorrected,this.treeScale,this.path,c);const{target:u}=a;if(!u)return;this.projectionDelta||(this.projectionDelta=k0(),this.projectionDeltaWithTransform=k0());const g=this.treeScale.x,v=this.treeScale.y,m=this.projectionTransform;R0(this.projectionDelta,this.layoutCorrected,u,this.latestValues),this.projectionTransform=zo(this.projectionDelta,this.treeScale),(this.projectionTransform!==m||this.treeScale.x!==g||this.treeScale.y!==v)&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",u)),Et.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(l=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),l){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(l,a=!1){const c=this.snapshot,h=c?c.latestValues:{},d={...this.latestValues},f=k0();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!a;const u=de(),g=c?c.source:void 0,v=this.layout?this.layout.source:void 0,m=g!==v,w=this.getStack(),y=!w||w.members.length<=1,b=Boolean(m&&!y&&this.options.crossfade===!0&&!this.path.some(md));this.animationProgress=0;let _;this.mixTargetDelta=S=>{const A=S/1e3;Xo(f.x,l.x,A),Xo(f.y,l.y,A),this.setTargetDelta(f),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(F0(u,this.layout.layoutBox,this.relativeParent.layout.layoutBox),vd(this.relativeTarget,this.relativeTargetOrigin,u,A),_&&Dn(this.relativeTarget,_)&&(this.isProjectionDirty=!1),_||(_=de()),Pe(_,this.relativeTarget)),m&&(this.animationValues=d,jh(d,h,this.latestValues,A,b,y)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=A},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(l){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(ht(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=te.update(()=>{I0.hasAnimatedSinceResize=!0,this.currentAnimation=rd(0,Wo,{...l,onUpdate:a=>{this.mixTargetDelta(a),l.onUpdate&&l.onUpdate(a)},onComplete:()=>{l.onComplete&&l.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const l=this.getStack();l&&l.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Wo),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const l=this.getLead();let{targetWithTransforms:a,target:c,layout:h,latestValues:d}=l;if(!(!a||!c||!h)){if(this!==l&&this.layout&&h&&s2(this.options.animationType,this.layout.layoutBox,h.layoutBox)){c=this.target||de();const f=Ee(this.layout.layoutBox.x);c.x.min=l.target.x.min,c.x.max=c.x.min+f;const u=Ee(this.layout.layoutBox.y);c.y.min=l.target.y.min,c.y.max=c.y.min+u}Pe(a,c),Yt(a,d),R0(this.projectionDeltaWithTransform,this.layoutCorrected,a,d)}}registerSharedNode(l,a){this.sharedNodes.has(l)||this.sharedNodes.set(l,new Qh),this.sharedNodes.get(l).add(a);const h=a.options.initialPromotionConfig;a.promote({transition:h?h.transition:void 0,preserveFollowOpacity:h&&h.shouldPreserveFollowOpacity?h.shouldPreserveFollowOpacity(a):void 0})}isLead(){const l=this.getStack();return l?l.lead===this:!0}getLead(){var l;const{layoutId:a}=this.options;return a?((l=this.getStack())===null||l===void 0?void 0:l.lead)||this:this}getPrevLead(){var l;const{layoutId:a}=this.options;return a?(l=this.getStack())===null||l===void 0?void 0:l.prevLead:void 0}getStack(){const{layoutId:l}=this.options;if(l)return this.root.sharedNodes.get(l)}promote({needsReset:l,transition:a,preserveFollowOpacity:c}={}){const h=this.getStack();h&&h.promote(this,c),l&&(this.projectionDelta=void 0,this.needsReset=!0),a&&this.setOptions({transition:a})}relegate(){const l=this.getStack();return l?l.relegate(this):!1}resetRotation(){const{visualElement:l}=this.options;if(!l)return;let a=!1;const{latestValues:c}=l;if((c.rotate||c.rotateX||c.rotateY||c.rotateZ)&&(a=!0),!a)return;const h={};for(let d=0;d<Go.length;d++){const f="rotate"+Go[d];c[f]&&(h[f]=c[f],l.setStaticValue(f,0))}l.render();for(const d in h)l.setStaticValue(d,h[d]);l.scheduleRender()}getProjectionStyles(l={}){var a,c;const h={};if(!this.instance||this.isSVG)return h;if(this.isVisible)h.visibility="";else return{visibility:"hidden"};const d=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,h.opacity="",h.pointerEvents=k1(l.pointerEvents)||"",h.transform=d?d(this.latestValues,""):"none",h;const f=this.getLead();if(!this.projectionDelta||!this.layout||!f.target){const m={};return this.options.layoutId&&(m.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,m.pointerEvents=k1(l.pointerEvents)||""),this.hasProjected&&!Bt(this.latestValues)&&(m.transform=d?d({},""):"none",this.hasProjected=!1),m}const u=f.animationValues||f.latestValues;this.applyTransformsToTarget(),h.transform=zo(this.projectionDeltaWithTransform,this.treeScale,u),d&&(h.transform=d(u,h.transform));const{x:g,y:v}=this.projectionDelta;h.transformOrigin=`${g.origin*100}% ${v.origin*100}% 0`,f.animationValues?h.opacity=f===this?(c=(a=u.opacity)!==null&&a!==void 0?a:this.latestValues.opacity)!==null&&c!==void 0?c:1:this.preserveOpacity?this.latestValues.opacity:u.opacityExit:h.opacity=f===this?u.opacity!==void 0?u.opacity:"":u.opacityExit!==void 0?u.opacityExit:0;for(const m in H1){if(u[m]===void 0)continue;const{correct:w,applyTo:y}=H1[m],b=h.transform==="none"?u[m]:w(u[m],f);if(y){const _=y.length;for(let S=0;S<_;S++)h[y[S]]=b}else h[m]=b}return this.options.layoutId&&(h.pointerEvents=f===this?k1(l.pointerEvents)||"":"none"),h}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(l=>{var a;return(a=l.currentAnimation)===null||a===void 0?void 0:a.stop()}),this.root.nodes.forEach(jo),this.root.sharedNodes.clear()}}}function sd(e){e.updateLayout()}function ld(e){var t;const i=((t=e.resumeFrom)===null||t===void 0?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&i&&e.hasListeners("didUpdate")){const{layoutBox:n,measuredBox:o}=e.layout,{animationType:s}=e.options,l=i.source!==e.layout.source;s==="size"?We(f=>{const u=l?i.measuredBox[f]:i.layoutBox[f],g=Ee(u);u.min=n[f].min,u.max=u.min+g}):s2(s,i.layoutBox,n)&&We(f=>{const u=l?i.measuredBox[f]:i.layoutBox[f],g=Ee(n[f]);u.max=u.min+g,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[f].max=e.relativeTarget[f].min+g)});const a=k0();R0(a,n,i.layoutBox);const c=k0();l?R0(c,e.applyTransform(o,!0),i.measuredBox):R0(c,n,i.layoutBox);const h=!r2(a);let d=!1;if(!e.resumeFrom){const f=e.getClosestProjectingParent();if(f&&!f.resumeFrom){const{snapshot:u,layout:g}=f;if(u&&g){const v=de();F0(v,i.layoutBox,u.layoutBox);const m=de();F0(m,n,g.layoutBox),Dn(v,m)||(d=!0),f.options.layoutRoot&&(e.relativeTarget=m,e.relativeTargetOrigin=v,e.relativeParent=f)}}}e.notifyListeners("didUpdate",{layout:n,snapshot:i,delta:c,layoutDelta:a,hasLayoutChanged:h,hasRelativeTargetChanged:d})}else if(e.isLead()){const{onExitComplete:n}=e.options;n&&n()}e.options.transition=void 0}function ad(e){Et.totalNodes++,e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=Boolean(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function cd(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function hd(e){e.clearSnapshot()}function jo(e){e.clearMeasurements()}function dd(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function No(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0}function fd(e){e.resolveTargetDelta()}function ud(e){e.calcProjection()}function pd(e){e.resetRotation()}function gd(e){e.removeLeadSnapshot()}function Xo(e,t,i){e.translate=ne(t.translate,0,i),e.scale=ne(t.scale,1,i),e.origin=t.origin,e.originPoint=t.originPoint}function Yo(e,t,i,n){e.min=ne(t.min,i.min,n),e.max=ne(t.max,i.max,n)}function vd(e,t,i,n){Yo(e.x,t.x,i.x,n),Yo(e.y,t.y,i.y,n)}function md(e){return e.animationValues&&e.animationValues.opacityExit!==void 0}const xd={duration:.45,ease:[.4,0,.1,1]};function wd(e,t){let i=e.root;for(let s=e.path.length-1;s>=0;s--)if(Boolean(e.path[s].instance)){i=e.path[s];break}const o=(i&&i!==e.root?i.instance:document).querySelector(`[data-projection-id="${t}"]`);o&&e.mount(o,!0)}function Ko(e){e.min=Math.round(e.min),e.max=Math.round(e.max)}function yd(e){Ko(e.x),Ko(e.y)}function s2(e,t,i){return e==="position"||e==="preserve-aspect"&&!kn($o(t),$o(i),.2)}const _d=o2({attachResizeListener:(e,t)=>st(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),on={current:void 0},l2=o2({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!on.current){const e=new _d(0,{});e.mount(window),e.setOptions({layoutScroll:!0}),on.current=e}return on.current},resetTransform:(e,t)=>{e.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:e=>Boolean(window.getComputedStyle(e).position==="fixed")}),bd={pan:{Feature:Hh},drag:{Feature:Oh,ProjectionNode:l2,MeasureLayout:t2}},Md=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function Zd(e){const t=Md.exec(e);if(!t)return[,];const[,i,n]=t;return[i,n]}function Tn(e,t,i=1){const[n,o]=Zd(e);if(!n)return;const s=window.getComputedStyle(t).getPropertyValue(n);return s?s.trim():Mn(o)?Tn(o,t,i+1):o}function Sd(e,{...t},i){const n=e.current;if(!(n instanceof Element))return{target:t,transitionEnd:i};i&&(i={...i}),e.values.forEach(o=>{const s=o.get();if(!Mn(s))return;const l=Tn(s,n);l&&o.set(l)});for(const o in t){const s=t[o];if(!Mn(s))continue;const l=Tn(s,n);!l||(t[o]=l,i||(i={}),i[o]===void 0&&(i[o]=s))}return{target:t,transitionEnd:i}}const Id=new Set(["width","height","top","left","right","bottom","x","y"]),a2=e=>Id.has(e),Ad=e=>Object.keys(e).some(a2),qo=e=>e===Ht||e===W,Qo=(e,t)=>parseFloat(e.split(", ")[t]),Jo=(e,t)=>(i,{transform:n})=>{if(n==="none"||!n)return 0;const o=n.match(/^matrix3d\((.+)\)$/);if(o)return Qo(o[1],t);{const s=n.match(/^matrix\((.+)\)$/);return s?Qo(s[1],e):0}},Cd=new Set(["x","y","z"]),Rd=Q0.filter(e=>!Cd.has(e));function Fd(e){const t=[];return Rd.forEach(i=>{const n=e.getValue(i);n!==void 0&&(t.push([i,n.get()]),n.set(i.startsWith("scale")?1:0))}),t.length&&e.render(),t}const es={width:({x:e},{paddingLeft:t="0",paddingRight:i="0"})=>e.max-e.min-parseFloat(t)-parseFloat(i),height:({y:e},{paddingTop:t="0",paddingBottom:i="0"})=>e.max-e.min-parseFloat(t)-parseFloat(i),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:Jo(4,13),y:Jo(5,14)},kd=(e,t,i)=>{const n=t.measureViewportBox(),o=t.current,s=getComputedStyle(o),{display:l}=s,a={};l==="none"&&t.setStaticValue("display",e.display||"block"),i.forEach(h=>{a[h]=es[h](n,s)}),t.render();const c=t.measureViewportBox();return i.forEach(h=>{const d=t.getValue(h);d&&d.jump(a[h]),e[h]=es[h](c,s)}),e},Bd=(e,t,i={},n={})=>{t={...t},n={...n};const o=Object.keys(t).filter(a2);let s=[],l=!1;const a=[];if(o.forEach(c=>{const h=e.getValue(c);if(!e.hasValue(c))return;let d=i[c],f=h0(d);const u=t[c];let g;if($1(u)){const v=u.length,m=u[0]===null?1:0;d=u[m],f=h0(d);for(let w=m;w<v&&u[w]!==null;w++)g?Ti(h0(u[w])===g):g=h0(u[w])}else g=h0(u);if(f!==g)if(qo(f)&&qo(g)){const v=h.get();typeof v=="string"&&h.set(parseFloat(v)),typeof u=="string"?t[c]=parseFloat(u):Array.isArray(u)&&g===W&&(t[c]=u.map(parseFloat))}else(f==null?void 0:f.transform)&&(g==null?void 0:g.transform)&&(d===0||u===0)?d===0?h.set(g.transform(d)):t[c]=f.transform(u):(l||(s=Fd(e),l=!0),a.push(c),n[c]=n[c]!==void 0?n[c]:t[c],h.jump(u))}),a.length){const c=a.indexOf("height")>=0?window.pageYOffset:null,h=kd(t,e,a);return s.length&&s.forEach(([d,f])=>{e.getValue(d).set(f)}),e.render(),Ri&&c!==null&&window.scrollTo({top:c}),{target:h,transitionEnd:n}}else return{target:t,transitionEnd:n}};function Ed(e,t,i,n){return Ad(t)?Bd(e,t,i,n):{target:t,transitionEnd:n}}const Ld=(e,t,i,n)=>{const o=Sd(e,t,n);return t=o.target,n=o.transitionEnd,Ed(e,t,i,n)},Vn={current:null},c2={current:!1};function Dd(){if(c2.current=!0,!!Ri)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>Vn.current=e.matches;e.addListener(t),t()}else Vn.current=!1}function Td(e,t,i){const{willChange:n}=t;for(const o in t){const s=t[o],l=i[o];if(Ce(s))e.addValue(o,s),j1(n)&&n.add(o);else if(Ce(l))e.addValue(o,i0(s,{owner:e})),j1(n)&&n.remove(o);else if(l!==s)if(e.hasValue(o)){const a=e.getValue(o);!a.hasAnimated&&a.set(s)}else{const a=e.getStaticValue(o);e.addValue(o,i0(a!==void 0?a:s,{owner:e}))}}for(const o in i)t[o]===void 0&&e.removeValue(o);return t}const ts=new WeakMap,h2=Object.keys(U0),Vd=h2.length,is=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],Pd=or.length;class Od{constructor({parent:t,props:i,presenceContext:n,reducedMotionConfig:o,visualState:s},l={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{!this.current||(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>te.render(this.render,!1,!0);const{latestValues:a,renderState:c}=s;this.latestValues=a,this.baseTarget={...a},this.initialValues=i.initial?{...a}:{},this.renderState=c,this.parent=t,this.props=i,this.presenceContext=n,this.depth=t?t.depth+1:0,this.reducedMotionConfig=o,this.options=l,this.isControllingVariants=ki(i),this.isVariantNode=ql(i),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=Boolean(t&&t.current);const{willChange:h,...d}=this.scrapeMotionValuesFromProps(i,{});for(const f in d){const u=d[f];a[f]!==void 0&&Ce(u)&&(u.set(a[f],!1),j1(h)&&h.add(f))}}scrapeMotionValuesFromProps(t,i){return{}}mount(t){this.current=t,ts.set(t,this),this.projection&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((i,n)=>this.bindToMotionValue(n,i)),c2.current||Dd(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Vn.current,this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){ts.delete(this.current),this.projection&&this.projection.unmount(),ht(this.notifyUpdate),ht(this.render),this.valueSubscriptions.forEach(t=>t()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const t in this.events)this.events[t].clear();for(const t in this.features)this.features[t].unmount();this.current=null}bindToMotionValue(t,i){const n=Ot.has(t),o=i.on("change",l=>{this.latestValues[t]=l,this.props.onUpdate&&te.update(this.notifyUpdate,!1,!0),n&&this.projection&&(this.projection.isTransformDirty=!0)}),s=i.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(t,()=>{o(),s()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}loadFeatures({children:t,...i},n,o,s,l){let a,c;for(let h=0;h<Vd;h++){const d=h2[h],{isEnabled:f,Feature:u,ProjectionNode:g,MeasureLayout:v}=U0[d];g&&(a=g),f(i)&&(!this.features[d]&&u&&(this.features[d]=new u(this)),v&&(c=v))}if(!this.projection&&a){this.projection=new a(s,this.latestValues,this.parent&&this.parent.projection);const{layoutId:h,layout:d,drag:f,dragConstraints:u,layoutScroll:g,layoutRoot:v}=i;this.projection.setOptions({layoutId:h,layout:d,alwaysMeasureLayout:Boolean(f)||u&&Nt(u),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:typeof d=="string"?d:"both",initialPromotionConfig:l,layoutScroll:g,layoutRoot:v})}return c}updateFeatures(){for(const t in this.features){const i=this.features[t];i.isMounted?i.update(this.props,this.prevProps):(i.mount(),i.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):de()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,i){this.latestValues[t]=i}makeTargetAnimatable(t,i=!0){return this.makeTargetAnimatableFromInstance(t,this.props,i)}update(t,i){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=i;for(let n=0;n<is.length;n++){const o=is[n];this.propEventSubscriptions[o]&&(this.propEventSubscriptions[o](),delete this.propEventSubscriptions[o]);const s=t["on"+o];s&&(this.propEventSubscriptions[o]=this.on(o,s))}this.prevMotionValues=Td(this,this.scrapeMotionValuesFromProps(t,this.prevProps),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}getVariantContext(t=!1){if(t)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const n=this.parent?this.parent.getVariantContext()||{}:{};return this.props.initial!==void 0&&(n.initial=this.props.initial),n}const i={};for(let n=0;n<Pd;n++){const o=or[n],s=this.props[o];(H0(s)||s===!1)&&(i[o]=s)}return i}addVariantChild(t){const i=this.getClosestVariantNode();if(i)return i.variantChildren&&i.variantChildren.add(t),()=>i.variantChildren.delete(t)}addValue(t,i){i!==this.values.get(t)&&(this.removeValue(t),this.bindToMotionValue(t,i)),this.values.set(t,i),this.latestValues[t]=i.get()}removeValue(t){this.values.delete(t);const i=this.valueSubscriptions.get(t);i&&(i(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,i){if(this.props.values&&this.props.values[t])return this.props.values[t];let n=this.values.get(t);return n===void 0&&i!==void 0&&(n=i0(i,{owner:this}),this.addValue(t,n)),n}readValue(t){return this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:this.readValueFromInstance(this.current,t,this.options)}setBaseTarget(t,i){this.baseTarget[t]=i}getBaseTarget(t){var i;const{initial:n}=this.props,o=typeof n=="string"||typeof n=="object"?(i=gr(this.props,n))===null||i===void 0?void 0:i[t]:void 0;if(n&&o!==void 0)return o;const s=this.getBaseTargetFromProps(this.props,t);return s!==void 0&&!Ce(s)?s:this.initialValues[t]!==void 0&&o===void 0?void 0:this.baseTarget[t]}on(t,i){return this.events[t]||(this.events[t]=new Sr),this.events[t].add(i)}notify(t,...i){this.events[t]&&this.events[t].notify(...i)}}class d2 extends Od{sortInstanceNodePosition(t,i){return t.compareDocumentPosition(i)&2?1:-1}getBaseTargetFromProps(t,i){return t.style?t.style[i]:void 0}removeValueFromRenderState(t,{vars:i,style:n}){delete i[t],delete n[t]}makeTargetAnimatableFromInstance({transition:t,transitionEnd:i,...n},{transformValues:o},s){let l=oh(n,t||{},this);if(o&&(i&&(i=o(i)),n&&(n=o(n)),l&&(l=o(l))),s){nh(this,n,l);const a=Ld(this,n,l,i);i=a.transitionEnd,n=a.target}return{transition:t,transitionEnd:i,...n}}}function Hd(e){return window.getComputedStyle(e)}class Ud extends d2{readValueFromInstance(t,i){if(Ot.has(i)){const n=yr(i);return n&&n.default||0}else{const n=Hd(t),o=(ta(i)?n.getPropertyValue(i):n[i])||0;return typeof o=="string"?o.trim():o}}measureInstanceViewportBox(t,{transformPagePoint:i}){return e2(t,i)}build(t,i,n,o){cr(t,i,n,o.transformTemplate)}scrapeMotionValuesFromProps(t,i){return pr(t,i)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;Ce(t)&&(this.childSubscription=t.on("change",i=>{this.current&&(this.current.textContent=`${i}`)}))}renderInstance(t,i,n,o){la(t,i,n,o)}}class $d extends d2{constructor(){super(...arguments),this.isSVGTag=!1}getBaseTargetFromProps(t,i){return t[i]}readValueFromInstance(t,i){if(Ot.has(i)){const n=yr(i);return n&&n.default||0}return i=aa.has(i)?i:ur(i),t.getAttribute(i)}measureInstanceViewportBox(){return de()}scrapeMotionValuesFromProps(t,i){return ha(t,i)}build(t,i,n,o){dr(t,i,n,this.isSVGTag,o.transformTemplate)}renderInstance(t,i,n,o){ca(t,i,n,o)}mount(t){this.isSVGTag=fr(t.tagName),super.mount(t)}}const zd=(e,t)=>ar(e)?new $d(t,{enableHardwareAcceleration:!1}):new Ud(t,{enableHardwareAcceleration:!0}),Gd={layout:{ProjectionNode:l2,MeasureLayout:t2}},Wd={...wh,...H3,...bd,...Gd},et=Xc((e,t)=>M3(e,t,Wd,zd));function f2(){const e=M.exports.useRef(!1);return O1(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function jd(){const e=f2(),[t,i]=M.exports.useState(0),n=M.exports.useCallback(()=>{e.current&&i(t+1)},[t]);return[M.exports.useCallback(()=>te.postRender(n),[n]),t]}class Nd extends M.exports.Component{getSnapshotBeforeUpdate(t){const i=this.props.childRef.current;if(i&&t.isPresent&&!this.props.isPresent){const n=this.props.sizeRef.current;n.height=i.offsetHeight||0,n.width=i.offsetWidth||0,n.top=i.offsetTop,n.left=i.offsetLeft}return null}componentDidUpdate(){}render(){return this.props.children}}function Xd({children:e,isPresent:t}){const i=M.exports.useId(),n=M.exports.useRef(null),o=M.exports.useRef({width:0,height:0,top:0,left:0});return M.exports.useInsertionEffect(()=>{const{width:s,height:l,top:a,left:c}=o.current;if(t||!n.current||!s||!l)return;n.current.dataset.motionPopId=i;const h=document.createElement("style");return document.head.appendChild(h),h.sheet&&h.sheet.insertRule(`
|
|
9
|
+
[data-motion-pop-id="${i}"] {
|
|
10
|
+
position: absolute !important;
|
|
11
|
+
width: ${s}px !important;
|
|
12
|
+
height: ${l}px !important;
|
|
13
|
+
top: ${a}px !important;
|
|
14
|
+
left: ${c}px !important;
|
|
15
|
+
}
|
|
16
|
+
`),()=>{document.head.removeChild(h)}},[t]),r(Nd,{isPresent:t,childRef:n,sizeRef:o,children:M.exports.cloneElement(e,{ref:n})})}const sn=({children:e,initial:t,isPresent:i,onExitComplete:n,custom:o,presenceAffectsLayout:s,mode:l})=>{const a=sr(Yd),c=M.exports.useId(),h=M.exports.useMemo(()=>({id:c,initial:t,isPresent:i,custom:o,onExitComplete:d=>{a.set(d,!0);for(const f of a.values())if(!f)return;n&&n()},register:d=>(a.set(d,!1),()=>a.delete(d))}),s?void 0:[i]);return M.exports.useMemo(()=>{a.forEach((d,f)=>a.set(f,!1))},[i]),M.exports.useEffect(()=>{!i&&!a.size&&n&&n()},[i]),l==="popLayout"&&(e=r(Xd,{isPresent:i,children:e})),r(Ci.Provider,{value:h,children:e})};function Yd(){return new Map}function Kd(e){return M.exports.useEffect(()=>()=>e(),[])}const jt=e=>e.key||"";function qd(e,t){e.forEach(i=>{const n=jt(i);t.set(n,i)})}function Qd(e){const t=[];return M.exports.Children.forEach(e,i=>{M.exports.isValidElement(i)&&t.push(i)}),t}const u2=({children:e,custom:t,initial:i=!0,onExitComplete:n,exitBeforeEnter:o,presenceAffectsLayout:s=!0,mode:l="sync"})=>{Ti(!o);let[a]=jd();const c=M.exports.useContext(lr).forceRender;c&&(a=c);const h=f2(),d=Qd(e);let f=d;const u=new Set,g=M.exports.useRef(f),v=M.exports.useRef(new Map).current,m=M.exports.useRef(!0);if(O1(()=>{m.current=!1,qd(d,v),g.current=f}),Kd(()=>{m.current=!0,v.clear(),u.clear()}),m.current)return r(e0,{children:f.map(_=>r(sn,{isPresent:!0,initial:i?void 0:!1,presenceAffectsLayout:s,mode:l,children:_},jt(_)))});f=[...f];const w=g.current.map(jt),y=d.map(jt),b=w.length;for(let _=0;_<b;_++){const S=w[_];y.indexOf(S)===-1&&u.add(S)}return l==="wait"&&u.size&&(f=[]),u.forEach(_=>{if(y.indexOf(_)!==-1)return;const S=v.get(_);if(!S)return;const A=w.indexOf(_),L=()=>{v.delete(_),u.delete(_);const C=g.current.findIndex(D=>D.key===_);if(g.current.splice(C,1),!u.size){if(g.current=d,h.current===!1)return;a(),n&&n()}};f.splice(A,0,r(sn,{isPresent:!1,onExitComplete:L,custom:t,presenceAffectsLayout:s,mode:l,children:S},jt(S)))}),f=f.map(_=>{const S=_.key;return u.has(S)?_:r(sn,{isPresent:!0,presenceAffectsLayout:s,mode:l,children:_},jt(_))}),r(e0,{children:u.size?f:f.map(_=>M.exports.cloneElement(_))})},Jd=G(et.div)`
|
|
17
|
+
display: flex;
|
|
18
|
+
align-items: center;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
position: fixed;
|
|
21
|
+
top: 0;
|
|
22
|
+
left: 0;
|
|
23
|
+
z-index: 20000;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
background: rgba(51, 51, 51, 0.6);
|
|
27
|
+
`,e6=({children:e})=>r(Jd,{variants:Rl,initial:"initial",animate:"animate",exit:"exit","data-shoplflow":"BackDrop",children:e}),ns=e=>{switch(e){case"XS":return"18px";case"S":return"24px";case"M":return"32px";case"L":return"48px";case"XL":return"72px";default:return"32px"}};G.picture`
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
justify-content: center;
|
|
31
|
+
width: ${({sizeVar:e})=>ns(e)};
|
|
32
|
+
height: ${({sizeVar:e})=>ns(e)};
|
|
33
|
+
position: relative;
|
|
34
|
+
overflow: hidden;
|
|
35
|
+
border-radius: 50%;
|
|
36
|
+
`;G.div`
|
|
37
|
+
display: flex;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
width: fit-content;
|
|
41
|
+
height: fit-content;
|
|
42
|
+
position: relative;
|
|
43
|
+
`;G.img`
|
|
44
|
+
width: 100%;
|
|
45
|
+
height: 100%;
|
|
46
|
+
`;G.div`
|
|
47
|
+
position: absolute;
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
width: fit-content;
|
|
52
|
+
height: fit-content;
|
|
53
|
+
bottom: 0;
|
|
54
|
+
right: 0;
|
|
55
|
+
`;const t6="var(--border-radius04)",i6="var(--border-radius06)",n6="var(--border-radius08)",r6="var(--border-radius12)",o6="var(--border-radius16)",s6="var(--border-radius20)",dt={borderRadius04:t6,borderRadius06:i6,borderRadius08:n6,borderRadius12:r6,borderRadius16:o6,borderRadius20:s6},l6="var(--coolgray300)",a6="var(--coolgray200)",c6="var(--coolgray100)",h6="var(--coolgray50)",d6="var(--navy400)",f6="var(--navy300)",u6="var(--neutral0)",p6="var(--neutral100)",g6="var(--neutral150)",v6="var(--neutral200)",m6="var(--neutral300)",x6="var(--neutral350)",w6="var(--neutral400)",y6="var(--neutral500)",_6="var(--neutral600)",b6="var(--neutral700)",M6="var(--neutral400_5)",Z6="var(--red300)",S6="var(--red200)",I6="var(--red100)",A6="var(--ocean300)",C6="var(--ocean200)",R6="var(--ocean100)",F6="var(--purple400)",k6="var(--purple300)",B6="var(--purple100)",E6="var(--yellow300)",L6="var(--yellow200)",D6="var(--yellow100)",T6="var(--green300)",V6="var(--green200)",P6="var(--green100)",O6="var(--shopl400)",H6="var(--shopl300)",U6="var(--shopl200)",$6="var(--shopl150)",z6="var(--shopl100)",G6="var(--hada400)",W6="var(--hada300)",j6="var(--hada200)",N6="var(--hada150)",X6="var(--hada100)",Y6="var(--background)",K6="var(--primary100)",q6="var(--primary150)",Q6="var(--primary200)",J6="var(--primary300)",ef="var(--primary400)",R={coolgray300:l6,coolgray200:a6,coolgray100:c6,coolgray50:h6,navy400:d6,navy300:f6,neutral0:u6,neutral100:p6,neutral150:g6,neutral200:v6,neutral300:m6,neutral350:x6,neutral400:w6,neutral500:y6,neutral600:_6,neutral700:b6,neutral400_5:M6,red300:Z6,red200:S6,red100:I6,ocean300:A6,ocean200:C6,ocean100:R6,purple400:F6,purple300:k6,purple100:B6,yellow300:E6,yellow200:L6,yellow100:D6,green300:T6,green200:V6,green100:P6,shopl400:O6,shopl300:H6,shopl200:U6,shopl150:$6,shopl100:z6,hada400:G6,hada300:W6,hada200:j6,hada150:N6,hada100:X6,background:Y6,primary100:K6,primary150:q6,primary200:Q6,primary300:J6,primary400:ef},tf="var(--spacing02)",nf="var(--spacing04)",rf="var(--spacing06)",of="var(--spacing08)",sf="var(--spacing12)",lf="var(--spacing16)",af="var(--spacing20)",cf="var(--spacing24)",hf="var(--spacing30)",df="var(--spacing32)",ff="var(--spacing40)",p2={spacing02:tf,spacing04:nf,spacing06:rf,spacing08:of,spacing12:sf,spacing16:lf,spacing20:af,spacing24:cf,spacing30:hf,spacing32:df,spacing40:ff},uf="var(--dropShadow)",g2={dropShadow:uf},pf=G.div`
|
|
56
|
+
display: flex;
|
|
57
|
+
width: ${({width:e})=>e};
|
|
58
|
+
max-width: ${({maxWidth:e})=>e};
|
|
59
|
+
min-width: ${({minWidth:e})=>e};
|
|
60
|
+
height: ${({height:e})=>e};
|
|
61
|
+
max-height: ${({maxHeight:e})=>e};
|
|
62
|
+
min-height: ${({minHeight:e})=>e};
|
|
63
|
+
flex-direction: ${({direction:e})=>e};
|
|
64
|
+
align-items: ${({align:e})=>e};
|
|
65
|
+
justify-content: ${({justify:e})=>e};
|
|
66
|
+
gap: ${({spacing:e})=>e&&p2[e]};
|
|
67
|
+
flex-wrap: ${({flexWrap:e})=>e};
|
|
68
|
+
flex: ${({flex:e})=>e};
|
|
69
|
+
background: ${({background:e})=>e?R[e]:"transparent"};
|
|
70
|
+
border-radius: ${({radius:e})=>e&&dt[e]};
|
|
71
|
+
animation: 0.2s all ease-in-out;
|
|
72
|
+
`,Ir=e=>M.exports.forwardRef(function({as:i="div",spacing:n=e==null?void 0:e.spacing,direction:o=(m=>(m=e==null?void 0:e.direction)!=null?m:"column")(),align:s=(w=>(w=e==null?void 0:e.align)!=null?w:"flex-start")(),justify:l=(y=>(y=e==null?void 0:e.justify)!=null?y:"flex-start")(),width:a=(b=>(b=e==null?void 0:e.width)!=null?b:"initial")(),height:c=(_=>(_=e==null?void 0:e.height)!=null?_:"initial")(),flexWrap:h=(S=>(S=e==null?void 0:e.flexWrap)!=null?S:"initial")(),flex:d=(A=>(A=e==null?void 0:e.flex)!=null?A:"initial")(),radius:f=e==null?void 0:e.radius,background:u=e==null?void 0:e.background,...g},v){return r(pf,{as:i,spacing:n,ref:v,direction:o,align:s,justify:l,width:a,height:c,flexWrap:h,flex:d,background:u,radius:f,...g,"data-shoplflow":"Stack",children:g.children})}),Se=Ir();Se.Vertical=Ir({direction:"column"});Se.Horizontal=Ir({direction:"row"});const v2=et(Se);v2.Vertical=et(Se.Vertical);v2.Horizontal=et(Se.Horizontal);const gf=G.div`
|
|
73
|
+
display: flex;
|
|
74
|
+
width: ${({width:e})=>e};
|
|
75
|
+
max-width: ${({maxWidth:e})=>e};
|
|
76
|
+
min-width: ${({minWidth:e})=>e};
|
|
77
|
+
height: ${({height:e})=>e};
|
|
78
|
+
max-height: ${({maxHeight:e})=>e};
|
|
79
|
+
min-height: ${({minHeight:e})=>e};
|
|
80
|
+
flex-direction: ${({direction:e})=>e};
|
|
81
|
+
align-items: ${({align:e})=>e};
|
|
82
|
+
justify-content: ${({justify:e})=>e};
|
|
83
|
+
gap: ${({spacing:e})=>e&&p2[e]};
|
|
84
|
+
flex-wrap: ${({flexWrap:e})=>e};
|
|
85
|
+
flex: ${({flex:e})=>e};
|
|
86
|
+
padding: ${({padding:e})=>e};
|
|
87
|
+
margin: ${({margin:e})=>e};
|
|
88
|
+
background: ${({background:e})=>e?R[e]:"transparent"};
|
|
89
|
+
border-radius: ${({radius:e})=>e&&dt[e]};
|
|
90
|
+
animation: 0.2s all ease-in-out;
|
|
91
|
+
`,Ar=e=>M.exports.forwardRef(function({as:i="div",spacing:n=e==null?void 0:e.spacing,direction:o=(y=>(y=e==null?void 0:e.direction)!=null?y:"column")(),align:s=(b=>(b=e==null?void 0:e.align)!=null?b:"flex-start")(),justify:l=(_=>(_=e==null?void 0:e.justify)!=null?_:"flex-start")(),width:a=(S=>(S=e==null?void 0:e.width)!=null?S:"initial")(),height:c=(A=>(A=e==null?void 0:e.height)!=null?A:"initial")(),flexWrap:h=(L=>(L=e==null?void 0:e.flexWrap)!=null?L:"initial")(),flex:d=(C=>(C=e==null?void 0:e.flex)!=null?C:"initial")(),radius:f=e==null?void 0:e.radius,margin:u=(D=>(D=e==null?void 0:e.margin)!=null?D:"initial")(),padding:g=(V=>(V=e==null?void 0:e.padding)!=null?V:"initial")(),background:v=e==null?void 0:e.background,...m},w){return r(gf,{as:i,spacing:n,ref:w,direction:o,align:s,justify:l,width:a,height:c,flexWrap:h,flex:d,background:v,radius:f,margin:u,padding:g,...m,"data-shoplflow":"Stack",children:m.children})}),i1=Ar();i1.Vertical=Ar({direction:"column"});i1.Horizontal=Ar({direction:"row"});const m2=et(i1);m2.Vertical=et(i1.Vertical);m2.Horizontal=et(i1.Horizontal);const vf=e=>T`
|
|
92
|
+
display: -webkit-box;
|
|
93
|
+
line-clamp: ${e};
|
|
94
|
+
-webkit-line-clamp: ${e};
|
|
95
|
+
-webkit-box-orient: vertical;
|
|
96
|
+
overflow: hidden;
|
|
97
|
+
word-break: break-all;
|
|
98
|
+
text-overflow: ellipsis;
|
|
99
|
+
`,mf=G.span`
|
|
100
|
+
display: ${({display:e})=>e&&e};
|
|
101
|
+
align-items: center;
|
|
102
|
+
color: ${({color:e})=>e&&R[e]};
|
|
103
|
+
${({lineClamp:e})=>e&&vf(e)};
|
|
104
|
+
text-align: ${({textAlign:e})=>e&&e};
|
|
105
|
+
white-space: ${({whiteSpace:e})=>e&&e};
|
|
106
|
+
${({textDecorations:e})=>e&&T`
|
|
107
|
+
text-decoration: ${e};
|
|
108
|
+
`};
|
|
109
|
+
${({opacity:e})=>e&&T`
|
|
110
|
+
opacity: ${e};
|
|
111
|
+
`};
|
|
112
|
+
${({wordBreak:e})=>e&&T`
|
|
113
|
+
word-break: ${e};
|
|
114
|
+
`};
|
|
115
|
+
`,Me=M.exports.forwardRef(({children:e,typography:t="body1_400",whiteSpace:i,color:n="neutral700",display:o="inline-block",textAlign:s="start",className:l,as:a,...c},h)=>r(mf,{ref:h,whiteSpace:i,className:l?`${t} ${l}`:t,color:n,display:o,textAlign:s,as:a,...c,"data-shoplflow":"Text",children:e})),xf=400,wf=500,yf=560,rs=640,_f=768,bf=1040,Mf=1280,Zf=1600,ln=e=>{switch(e){case"XXS":return xf;case"XS":return wf;case"S":return yf;case"M":return rs;case"L":return _f;case"XL":return bf;case"XXL":return Mf;case"XXXL":return Zf;default:return rs}},Sf=e=>e?T`
|
|
116
|
+
padding-top: 16px;
|
|
117
|
+
padding-bottom: 24px;
|
|
118
|
+
`:T`
|
|
119
|
+
padding-top: 24px;
|
|
120
|
+
padding-bottom: 24px;
|
|
121
|
+
`,If=()=>T`
|
|
122
|
+
min-height: 100vh;
|
|
123
|
+
max-height: 100vh;
|
|
124
|
+
width: 100vw;
|
|
125
|
+
max-width: 100vw;
|
|
126
|
+
border-radius: 0;
|
|
127
|
+
box-shadow: none;
|
|
128
|
+
`,Af=(e,t)=>e>1200?1200-64:e>t?t-64:e-64;G.div`
|
|
129
|
+
display: flex;
|
|
130
|
+
flex-direction: column;
|
|
131
|
+
border-radius: ${dt.borderRadius08};
|
|
132
|
+
background: ${R.neutral0};
|
|
133
|
+
box-shadow: ${g2.dropShadow};
|
|
134
|
+
overflow: hidden;
|
|
135
|
+
flex-grow: 1;
|
|
136
|
+
height: ${({height:e,viewport:t})=>e?`${Af(e,t)}px`:"initial"};
|
|
137
|
+
min-height: 180px;
|
|
138
|
+
max-height: 1200px;
|
|
139
|
+
|
|
140
|
+
width: ${({sizeVar:e})=>ln(e)}px;
|
|
141
|
+
max-width: ${({sizeVar:e})=>ln(e)}px;
|
|
142
|
+
${({sizeVar:e})=>e&&window.innerWidth<=ln(e)+40&&T`
|
|
143
|
+
width: ${window.innerWidth-40}px;
|
|
144
|
+
max-width: ${window.innerWidth-40}px;
|
|
145
|
+
`};
|
|
146
|
+
${({sizeVar:e})=>e==="FULL"&&If()};
|
|
147
|
+
`;G.div`
|
|
148
|
+
display: flex;
|
|
149
|
+
width: 100%;
|
|
150
|
+
min-height: 64px;
|
|
151
|
+
justify-content: space-between;
|
|
152
|
+
align-items: center;
|
|
153
|
+
padding: 12px 16px 12px 24px;
|
|
154
|
+
gap: 10px;
|
|
155
|
+
`;G.div`
|
|
156
|
+
display: flex;
|
|
157
|
+
width: 100%;
|
|
158
|
+
height: 100%;
|
|
159
|
+
overflow: hidden;
|
|
160
|
+
flex-direction: column;
|
|
161
|
+
background: ${R.neutral0};
|
|
162
|
+
box-sizing: border-box;
|
|
163
|
+
min-height: ${({minHeight:e})=>e};
|
|
164
|
+
max-height: ${({maxHeight:e})=>e}px;
|
|
165
|
+
flex: 1;
|
|
166
|
+
${({isIncludeHeader:e})=>Sf(e)}
|
|
167
|
+
`;G.div`
|
|
168
|
+
display: grid;
|
|
169
|
+
align-self: stretch;
|
|
170
|
+
flex-direction: column;
|
|
171
|
+
flex-grow: 1;
|
|
172
|
+
//스크롤 생성시 하단 padding 적용하기 위한 설정
|
|
173
|
+
height: 100%;
|
|
174
|
+
box-sizing: border-box;
|
|
175
|
+
`;G.div`
|
|
176
|
+
display: flex;
|
|
177
|
+
flex-direction: column;
|
|
178
|
+
height: 100%;
|
|
179
|
+
box-sizing: border-box;
|
|
180
|
+
padding: 0 24px;
|
|
181
|
+
background: ${R.neutral0};
|
|
182
|
+
`;G.div`
|
|
183
|
+
display: flex;
|
|
184
|
+
width: 100%;
|
|
185
|
+
flex-direction: row;
|
|
186
|
+
align-items: center;
|
|
187
|
+
justify-content: flex-end;
|
|
188
|
+
padding: 16px 24px;
|
|
189
|
+
gap: 12px;
|
|
190
|
+
border-top: 1px solid ${R.neutral300};
|
|
191
|
+
background: ${R.neutral0};
|
|
192
|
+
`;function Cf(e,t){if(e!=null){if(typeof e=="function"){e(t);return}try{e.current=t}catch{throw new Error(`Cannot assign value '${String(t)}' to ref '${String(e)}'`)}}}function Rf(...e){return t=>{e.forEach(i=>{Cf(i,t)})}}function Ff(...e){return M.exports.useMemo(()=>Rf(...e),e)}const os=function(){},ss=e=>e===void 0||e===null;var x2={},w2={},Vi={exports:{}},y0={exports:{}};(function(){var e,t,i,n,o,s;typeof performance<"u"&&performance!==null&&performance.now?y0.exports=function(){return performance.now()}:typeof process<"u"&&process!==null&&process.hrtime?(y0.exports=function(){return(e()-o)/1e6},t=process.hrtime,e=function(){var l;return l=t(),l[0]*1e9+l[1]},n=e(),s=process.uptime()*1e9,o=n-s):Date.now?(y0.exports=function(){return Date.now()-i},i=Date.now()):(y0.exports=function(){return new Date().getTime()-i},i=new Date().getTime())}).call(Cl);var kf=y0.exports,ct=typeof window>"u"?Cl:window,d1=["moz","webkit"],Jt="AnimationFrame",n0=ct["request"+Jt],G0=ct["cancel"+Jt]||ct["cancelRequest"+Jt];for(var f0=0;!n0&&f0<d1.length;f0++)n0=ct[d1[f0]+"Request"+Jt],G0=ct[d1[f0]+"Cancel"+Jt]||ct[d1[f0]+"CancelRequest"+Jt];if(!n0||!G0){var an=0,ls=0,At=[],Bf=1e3/60;n0=function(e){if(At.length===0){var t=kf(),i=Math.max(0,Bf-(t-an));an=i+t,setTimeout(function(){var n=At.slice(0);At.length=0;for(var o=0;o<n.length;o++)if(!n[o].cancelled)try{n[o].callback(an)}catch(s){setTimeout(function(){throw s},0)}},Math.round(i))}return At.push({handle:++ls,callback:e,cancelled:!1}),ls},G0=function(e){for(var t=0;t<At.length;t++)At[t].handle===e&&(At[t].cancelled=!0)}}Vi.exports=function(e){return n0.call(ct,e)};Vi.exports.cancel=function(){G0.apply(ct,arguments)};Vi.exports.polyfill=function(e){e||(e=ct),e.requestAnimationFrame=n0,e.cancelAnimationFrame=G0};var n1={exports:{}},cn=null,as=["Webkit","Moz","O","ms"],Ef=function(t){cn||(cn=document.createElement("div"));var i=cn.style;if(t in i)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),o=as.length;o>=0;o--){var s=as[o]+n;if(s in i)return s}return!1},Lf=Pf,Df=/\s/,Tf=/(_|-|\.|:)/,Vf=/([a-z][A-Z]|[A-Z][a-z])/;function Pf(e){return Df.test(e)?e.toLowerCase():Tf.test(e)?(Hf(e)||e).toLowerCase():Vf.test(e)?$f(e).toLowerCase():e.toLowerCase()}var Of=/[\W_]+(.|$)/g;function Hf(e){return e.replace(Of,function(t,i){return i?" "+i:""})}var Uf=/(.)([A-Z]+)/g;function $f(e){return e.replace(Uf,function(t,i,n){return i+" "+n.toLowerCase().split("").join(" ")})}var zf=Lf,Gf=Wf;function Wf(e){return zf(e).replace(/[\W_]+(.|$)/g,function(t,i){return i?" "+i:""}).trim()}var jf=Gf,Nf=Xf;function Xf(e){return jf(e).replace(/\s(\w)/g,function(t,i){return i.toUpperCase()})}var Yf={animationIterationCount:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridColumn:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,stopOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0},Kf=function(e,t){return typeof t=="number"&&!Yf[e]?t+"px":t},qf=Ef,Qf=Nf,B1={float:"cssFloat"},Jf=Kf;function X1(e,t,i){var n=B1[t];if(typeof n>"u"&&(n=tu(t)),n){if(i===void 0)return e.style[n];e.style[n]=Jf(n,i)}}function eu(e,t){for(var i in t)t.hasOwnProperty(i)&&X1(e,i,t[i])}function tu(e){var t=Qf(e),i=qf(t);return B1[t]=B1[e]=B1[i]=i,i}function y2(){arguments.length===2?typeof arguments[1]=="string"?arguments[0].style.cssText=arguments[1]:eu(arguments[0],arguments[1]):X1(arguments[0],arguments[1],arguments[2])}n1.exports=y2;n1.exports.set=y2;n1.exports.get=function(e,t){return Array.isArray(t)?t.reduce(function(i,n){return i[n]=X1(e,n||""),i},{}):X1(e,t||"")};var _2={exports:{}},iu="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",nu=iu,ru=nu;function b2(){}function M2(){}M2.resetWarningCache=b2;var ou=function(){function e(n,o,s,l,a,c){if(c!==ru){var h=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw h.name="Invariant Violation",h}}e.isRequired=e;function t(){return e}var i={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:M2,resetWarningCache:b2};return i.PropTypes=i,i};_2.exports=ou();var Z2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(i){return typeof i=="string"}})(Z2);var S2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=s;var t=n1.exports,i=n(t);function n(l){return l&&l.__esModule?l:{default:l}}var o=!1;function s(){var l=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;if(l&&o!==!1)return o;if(typeof document<"u"){var a=document.createElement("div");(0,i.default)(a,{width:100,height:100,position:"absolute",top:-9999,overflow:"scroll",MsOverflowStyle:"scrollbar"}),document.body.appendChild(a),o=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}else o=0;return o||0}})(S2);var I2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(){return!1}})(I2);var A2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(i){var n=i.clientWidth,o=getComputedStyle(i),s=o.paddingLeft,l=o.paddingRight;return n-parseFloat(s)-parseFloat(l)}})(A2);var C2={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(i){var n=i.clientHeight,o=getComputedStyle(i),s=o.paddingTop,l=o.paddingBottom;return n-parseFloat(s)-parseFloat(l)}})(C2);var De={};Object.defineProperty(De,"__esModule",{value:!0});De.containerStyleDefault={position:"relative",overflow:"hidden",width:"100%",height:"100%"};De.containerStyleAutoHeight={height:"auto"};De.viewStyleDefault={position:"absolute",top:0,left:0,right:0,bottom:0,overflow:"scroll",WebkitOverflowScrolling:"touch"};De.viewStyleAutoHeight={position:"relative",top:void 0,left:void 0,right:void 0,bottom:void 0};De.viewStyleUniversalInitial={overflow:"hidden",marginRight:0,marginBottom:0};De.trackHorizontalStyleDefault={position:"absolute",height:6};De.trackVerticalStyleDefault={position:"absolute",width:6};De.thumbHorizontalStyleDefault={position:"relative",display:"block",height:"100%"};De.thumbVerticalStyleDefault={position:"relative",display:"block",width:"100%"};De.disableSelectStyle={userSelect:"none"};De.disableSelectStyleReset={userSelect:""};var Ut={};Object.defineProperty(Ut,"__esModule",{value:!0});var bt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e};Ut.renderViewDefault=au;Ut.renderTrackHorizontalDefault=cu;Ut.renderTrackVerticalDefault=hu;Ut.renderThumbHorizontalDefault=du;Ut.renderThumbVerticalDefault=fu;var su=M.exports,r1=lu(su);function lu(e){return e&&e.__esModule?e:{default:e}}function Pi(e,t){var i={};for(var n in e)t.indexOf(n)>=0||!Object.prototype.hasOwnProperty.call(e,n)||(i[n]=e[n]);return i}function au(e){return r1.default.createElement("div",e)}function cu(e){var t=e.style,i=Pi(e,["style"]),n=bt({},t,{right:2,bottom:2,left:2,borderRadius:3});return r1.default.createElement("div",bt({style:n},i))}function hu(e){var t=e.style,i=Pi(e,["style"]),n=bt({},t,{right:2,bottom:2,top:2,borderRadius:3});return r1.default.createElement("div",bt({style:n},i))}function du(e){var t=e.style,i=Pi(e,["style"]),n=bt({},t,{cursor:"pointer",borderRadius:"inherit",backgroundColor:"rgba(0,0,0,.2)"});return r1.default.createElement("div",bt({style:n},i))}function fu(e){var t=e.style,i=Pi(e,["style"]),n=bt({},t,{cursor:"pointer",borderRadius:"inherit",backgroundColor:"rgba(0,0,0,.2)"});return r1.default.createElement("div",bt({style:n},i))}(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Object.assign||function(O){for(var P=1;P<arguments.length;P++){var B=arguments[P];for(var Z in B)Object.prototype.hasOwnProperty.call(B,Z)&&(O[Z]=B[Z])}return O},i=function(){function O(P,B){for(var Z=0;Z<B.length;Z++){var F=B[Z];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(P,F.key,F)}}return function(P,B,Z){return B&&O(P.prototype,B),Z&&O(P,Z),P}}(),n=Vi.exports,o=L(n),s=n1.exports,l=L(s),a=M.exports,c=_2.exports,h=L(c),d=Z2,f=L(d),u=S2,g=L(u),v=I2,m=L(v),w=A2,y=L(w),b=C2,_=L(b),S=De,A=Ut;function L(O){return O&&O.__esModule?O:{default:O}}function C(O,P){var B={};for(var Z in O)P.indexOf(Z)>=0||!Object.prototype.hasOwnProperty.call(O,Z)||(B[Z]=O[Z]);return B}function D(O,P){if(!(O instanceof P))throw new TypeError("Cannot call a class as a function")}function V(O,P){if(!O)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return P&&(typeof P=="object"||typeof P=="function")?P:O}function z(O,P){if(typeof P!="function"&&P!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof P);O.prototype=Object.create(P&&P.prototype,{constructor:{value:O,enumerable:!1,writable:!0,configurable:!0}}),P&&(Object.setPrototypeOf?Object.setPrototypeOf(O,P):O.__proto__=P)}var N=function(O){z(P,O);function P(B){var Z;D(this,P);for(var F=arguments.length,E=Array(F>1?F-1:0),$=1;$<F;$++)E[$-1]=arguments[$];var I=V(this,(Z=P.__proto__||Object.getPrototypeOf(P)).call.apply(Z,[this,B].concat(E)));return I.getScrollLeft=I.getScrollLeft.bind(I),I.getScrollTop=I.getScrollTop.bind(I),I.getScrollWidth=I.getScrollWidth.bind(I),I.getScrollHeight=I.getScrollHeight.bind(I),I.getClientWidth=I.getClientWidth.bind(I),I.getClientHeight=I.getClientHeight.bind(I),I.getValues=I.getValues.bind(I),I.getThumbHorizontalWidth=I.getThumbHorizontalWidth.bind(I),I.getThumbVerticalHeight=I.getThumbVerticalHeight.bind(I),I.getScrollLeftForOffset=I.getScrollLeftForOffset.bind(I),I.getScrollTopForOffset=I.getScrollTopForOffset.bind(I),I.scrollLeft=I.scrollLeft.bind(I),I.scrollTop=I.scrollTop.bind(I),I.scrollToLeft=I.scrollToLeft.bind(I),I.scrollToTop=I.scrollToTop.bind(I),I.scrollToRight=I.scrollToRight.bind(I),I.scrollToBottom=I.scrollToBottom.bind(I),I.handleTrackMouseEnter=I.handleTrackMouseEnter.bind(I),I.handleTrackMouseLeave=I.handleTrackMouseLeave.bind(I),I.handleHorizontalTrackMouseDown=I.handleHorizontalTrackMouseDown.bind(I),I.handleVerticalTrackMouseDown=I.handleVerticalTrackMouseDown.bind(I),I.handleHorizontalThumbMouseDown=I.handleHorizontalThumbMouseDown.bind(I),I.handleVerticalThumbMouseDown=I.handleVerticalThumbMouseDown.bind(I),I.handleWindowResize=I.handleWindowResize.bind(I),I.handleScroll=I.handleScroll.bind(I),I.handleDrag=I.handleDrag.bind(I),I.handleDragEnd=I.handleDragEnd.bind(I),I.state={didMountUniversal:!1},I}return i(P,[{key:"componentDidMount",value:function(){this.addListeners(),this.update(),this.componentDidMountUniversal()}},{key:"componentDidMountUniversal",value:function(){var Z=this.props.universal;!Z||this.setState({didMountUniversal:!0})}},{key:"componentDidUpdate",value:function(){this.update()}},{key:"componentWillUnmount",value:function(){this.removeListeners(),(0,n.cancel)(this.requestFrame),clearTimeout(this.hideTracksTimeout),clearInterval(this.detectScrollingInterval)}},{key:"getScrollLeft",value:function(){return this.view?this.view.scrollLeft:0}},{key:"getScrollTop",value:function(){return this.view?this.view.scrollTop:0}},{key:"getScrollWidth",value:function(){return this.view?this.view.scrollWidth:0}},{key:"getScrollHeight",value:function(){return this.view?this.view.scrollHeight:0}},{key:"getClientWidth",value:function(){return this.view?this.view.clientWidth:0}},{key:"getClientHeight",value:function(){return this.view?this.view.clientHeight:0}},{key:"getValues",value:function(){var Z=this.view||{},F=Z.scrollLeft,E=F===void 0?0:F,$=Z.scrollTop,I=$===void 0?0:$,H=Z.scrollWidth,U=H===void 0?0:H,X=Z.scrollHeight,pe=X===void 0?0:X,ie=Z.clientWidth,ge=ie===void 0?0:ie,ee=Z.clientHeight,Re=ee===void 0?0:ee;return{left:E/(U-ge)||0,top:I/(pe-Re)||0,scrollLeft:E,scrollTop:I,scrollWidth:U,scrollHeight:pe,clientWidth:ge,clientHeight:Re}}},{key:"getThumbHorizontalWidth",value:function(){var Z=this.props,F=Z.thumbSize,E=Z.thumbMinSize,$=this.view,I=$.scrollWidth,H=$.clientWidth,U=(0,y.default)(this.trackHorizontal),X=Math.ceil(H/I*U);return U<=X?0:F||Math.max(X,E)}},{key:"getThumbVerticalHeight",value:function(){var Z=this.props,F=Z.thumbSize,E=Z.thumbMinSize,$=this.view,I=$.scrollHeight,H=$.clientHeight,U=(0,_.default)(this.trackVertical),X=Math.ceil(H/I*U);return U<=X?0:F||Math.max(X,E)}},{key:"getScrollLeftForOffset",value:function(Z){var F=this.view,E=F.scrollWidth,$=F.clientWidth,I=(0,y.default)(this.trackHorizontal),H=this.getThumbHorizontalWidth();return Z/(I-H)*(E-$)}},{key:"getScrollTopForOffset",value:function(Z){var F=this.view,E=F.scrollHeight,$=F.clientHeight,I=(0,_.default)(this.trackVertical),H=this.getThumbVerticalHeight();return Z/(I-H)*(E-$)}},{key:"scrollLeft",value:function(){var Z=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;!this.view||(this.view.scrollLeft=Z)}},{key:"scrollTop",value:function(){var Z=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;!this.view||(this.view.scrollTop=Z)}},{key:"scrollToLeft",value:function(){!this.view||(this.view.scrollLeft=0)}},{key:"scrollToTop",value:function(){!this.view||(this.view.scrollTop=0)}},{key:"scrollToRight",value:function(){!this.view||(this.view.scrollLeft=this.view.scrollWidth)}},{key:"scrollToBottom",value:function(){!this.view||(this.view.scrollTop=this.view.scrollHeight)}},{key:"addListeners",value:function(){if(!(typeof document>"u"||!this.view)){var Z=this.view,F=this.trackHorizontal,E=this.trackVertical,$=this.thumbHorizontal,I=this.thumbVertical;Z.addEventListener("scroll",this.handleScroll),(0,g.default)()&&(F.addEventListener("mouseenter",this.handleTrackMouseEnter),F.addEventListener("mouseleave",this.handleTrackMouseLeave),F.addEventListener("mousedown",this.handleHorizontalTrackMouseDown),E.addEventListener("mouseenter",this.handleTrackMouseEnter),E.addEventListener("mouseleave",this.handleTrackMouseLeave),E.addEventListener("mousedown",this.handleVerticalTrackMouseDown),$.addEventListener("mousedown",this.handleHorizontalThumbMouseDown),I.addEventListener("mousedown",this.handleVerticalThumbMouseDown),window.addEventListener("resize",this.handleWindowResize))}}},{key:"removeListeners",value:function(){if(!(typeof document>"u"||!this.view)){var Z=this.view,F=this.trackHorizontal,E=this.trackVertical,$=this.thumbHorizontal,I=this.thumbVertical;Z.removeEventListener("scroll",this.handleScroll),(0,g.default)()&&(F.removeEventListener("mouseenter",this.handleTrackMouseEnter),F.removeEventListener("mouseleave",this.handleTrackMouseLeave),F.removeEventListener("mousedown",this.handleHorizontalTrackMouseDown),E.removeEventListener("mouseenter",this.handleTrackMouseEnter),E.removeEventListener("mouseleave",this.handleTrackMouseLeave),E.removeEventListener("mousedown",this.handleVerticalTrackMouseDown),$.removeEventListener("mousedown",this.handleHorizontalThumbMouseDown),I.removeEventListener("mousedown",this.handleVerticalThumbMouseDown),window.removeEventListener("resize",this.handleWindowResize),this.teardownDragging())}}},{key:"handleScroll",value:function(Z){var F=this,E=this.props,$=E.onScroll,I=E.onScrollFrame;$&&$(Z),this.update(function(H){var U=H.scrollLeft,X=H.scrollTop;F.viewScrollLeft=U,F.viewScrollTop=X,I&&I(H)}),this.detectScrolling()}},{key:"handleScrollStart",value:function(){var Z=this.props.onScrollStart;Z&&Z(),this.handleScrollStartAutoHide()}},{key:"handleScrollStartAutoHide",value:function(){var Z=this.props.autoHide;!Z||this.showTracks()}},{key:"handleScrollStop",value:function(){var Z=this.props.onScrollStop;Z&&Z(),this.handleScrollStopAutoHide()}},{key:"handleScrollStopAutoHide",value:function(){var Z=this.props.autoHide;!Z||this.hideTracks()}},{key:"handleWindowResize",value:function(){(0,g.default)(!1),this.forceUpdate()}},{key:"handleHorizontalTrackMouseDown",value:function(Z){Z.preventDefault();var F=Z.target,E=Z.clientX,$=F.getBoundingClientRect(),I=$.left,H=this.getThumbHorizontalWidth(),U=Math.abs(I-E)-H/2;this.view.scrollLeft=this.getScrollLeftForOffset(U)}},{key:"handleVerticalTrackMouseDown",value:function(Z){Z.preventDefault();var F=Z.target,E=Z.clientY,$=F.getBoundingClientRect(),I=$.top,H=this.getThumbVerticalHeight(),U=Math.abs(I-E)-H/2;this.view.scrollTop=this.getScrollTopForOffset(U)}},{key:"handleHorizontalThumbMouseDown",value:function(Z){Z.preventDefault(),this.handleDragStart(Z);var F=Z.target,E=Z.clientX,$=F.offsetWidth,I=F.getBoundingClientRect(),H=I.left;this.prevPageX=$-(E-H)}},{key:"handleVerticalThumbMouseDown",value:function(Z){Z.preventDefault(),this.handleDragStart(Z);var F=Z.target,E=Z.clientY,$=F.offsetHeight,I=F.getBoundingClientRect(),H=I.top;this.prevPageY=$-(E-H)}},{key:"setupDragging",value:function(){(0,l.default)(document.body,S.disableSelectStyle),document.addEventListener("mousemove",this.handleDrag),document.addEventListener("mouseup",this.handleDragEnd),document.onselectstart=m.default}},{key:"teardownDragging",value:function(){(0,l.default)(document.body,S.disableSelectStyleReset),document.removeEventListener("mousemove",this.handleDrag),document.removeEventListener("mouseup",this.handleDragEnd),document.onselectstart=void 0}},{key:"handleDragStart",value:function(Z){this.dragging=!0,Z.stopImmediatePropagation(),this.setupDragging()}},{key:"handleDrag",value:function(Z){if(this.prevPageX){var F=Z.clientX,E=this.trackHorizontal.getBoundingClientRect(),$=E.left,I=this.getThumbHorizontalWidth(),H=I-this.prevPageX,U=-$+F-H;this.view.scrollLeft=this.getScrollLeftForOffset(U)}if(this.prevPageY){var X=Z.clientY,pe=this.trackVertical.getBoundingClientRect(),ie=pe.top,ge=this.getThumbVerticalHeight(),ee=ge-this.prevPageY,Re=-ie+X-ee;this.view.scrollTop=this.getScrollTopForOffset(Re)}return!1}},{key:"handleDragEnd",value:function(){this.dragging=!1,this.prevPageX=this.prevPageY=0,this.teardownDragging(),this.handleDragEndAutoHide()}},{key:"handleDragEndAutoHide",value:function(){var Z=this.props.autoHide;!Z||this.hideTracks()}},{key:"handleTrackMouseEnter",value:function(){this.trackMouseOver=!0,this.handleTrackMouseEnterAutoHide()}},{key:"handleTrackMouseEnterAutoHide",value:function(){var Z=this.props.autoHide;!Z||this.showTracks()}},{key:"handleTrackMouseLeave",value:function(){this.trackMouseOver=!1,this.handleTrackMouseLeaveAutoHide()}},{key:"handleTrackMouseLeaveAutoHide",value:function(){var Z=this.props.autoHide;!Z||this.hideTracks()}},{key:"showTracks",value:function(){clearTimeout(this.hideTracksTimeout),(0,l.default)(this.trackHorizontal,{opacity:1}),(0,l.default)(this.trackVertical,{opacity:1})}},{key:"hideTracks",value:function(){var Z=this;if(!this.dragging&&!this.scrolling&&!this.trackMouseOver){var F=this.props.autoHideTimeout;clearTimeout(this.hideTracksTimeout),this.hideTracksTimeout=setTimeout(function(){(0,l.default)(Z.trackHorizontal,{opacity:0}),(0,l.default)(Z.trackVertical,{opacity:0})},F)}}},{key:"detectScrolling",value:function(){var Z=this;this.scrolling||(this.scrolling=!0,this.handleScrollStart(),this.detectScrollingInterval=setInterval(function(){Z.lastViewScrollLeft===Z.viewScrollLeft&&Z.lastViewScrollTop===Z.viewScrollTop&&(clearInterval(Z.detectScrollingInterval),Z.scrolling=!1,Z.handleScrollStop()),Z.lastViewScrollLeft=Z.viewScrollLeft,Z.lastViewScrollTop=Z.viewScrollTop},100))}},{key:"raf",value:function(Z){var F=this;this.requestFrame&&o.default.cancel(this.requestFrame),this.requestFrame=(0,o.default)(function(){F.requestFrame=void 0,Z()})}},{key:"update",value:function(Z){var F=this;this.raf(function(){return F._update(Z)})}},{key:"_update",value:function(Z){var F=this.props,E=F.onUpdate,$=F.hideTracksWhenNotNeeded,I=this.getValues();if((0,g.default)()){var H=I.scrollLeft,U=I.clientWidth,X=I.scrollWidth,pe=(0,y.default)(this.trackHorizontal),ie=this.getThumbHorizontalWidth(),ge=H/(X-U)*(pe-ie),ee={width:ie,transform:"translateX("+ge+"px)"},Re=I.scrollTop,ze=I.clientHeight,Te=I.scrollHeight,ut=(0,_.default)(this.trackVertical),Ve=this.getThumbVerticalHeight(),zt=Re/(Te-ze)*(ut-Ve),tt={height:Ve,transform:"translateY("+zt+"px)"};if($){var Gi={visibility:X>U?"visible":"hidden"},Wi={visibility:Te>ze?"visible":"hidden"};(0,l.default)(this.trackHorizontal,Gi),(0,l.default)(this.trackVertical,Wi)}(0,l.default)(this.thumbHorizontal,ee),(0,l.default)(this.thumbVertical,tt)}E&&E(I),typeof Z=="function"&&Z(I)}},{key:"render",value:function(){var Z=this,F=(0,g.default)(),E=this.props;E.onScroll,E.onScrollFrame,E.onScrollStart,E.onScrollStop,E.onUpdate;var $=E.renderView,I=E.renderTrackHorizontal,H=E.renderTrackVertical,U=E.renderThumbHorizontal,X=E.renderThumbVertical,pe=E.tagName;E.hideTracksWhenNotNeeded;var ie=E.autoHide;E.autoHideTimeout;var ge=E.autoHideDuration;E.thumbSize,E.thumbMinSize;var ee=E.universal,Re=E.autoHeight,ze=E.autoHeightMin,Te=E.autoHeightMax,ut=E.style,Ve=E.children,zt=C(E,["onScroll","onScrollFrame","onScrollStart","onScrollStop","onUpdate","renderView","renderTrackHorizontal","renderTrackVertical","renderThumbHorizontal","renderThumbVertical","tagName","hideTracksWhenNotNeeded","autoHide","autoHideTimeout","autoHideDuration","thumbSize","thumbMinSize","universal","autoHeight","autoHeightMin","autoHeightMax","style","children"]),tt=this.state.didMountUniversal,Gi=t({},S.containerStyleDefault,Re&&t({},S.containerStyleAutoHeight,{minHeight:ze,maxHeight:Te}),ut),Wi=t({},S.viewStyleDefault,{marginRight:F?-F:0,marginBottom:F?-F:0},Re&&t({},S.viewStyleAutoHeight,{minHeight:(0,f.default)(ze)?"calc("+ze+" + "+F+"px)":ze+F,maxHeight:(0,f.default)(Te)?"calc("+Te+" + "+F+"px)":Te+F}),Re&&ee&&!tt&&{minHeight:ze,maxHeight:Te},ee&&!tt&&S.viewStyleUniversalInitial),$r={transition:"opacity "+ge+"ms",opacity:0},R5=t({},S.trackHorizontalStyleDefault,ie&&$r,(!F||ee&&!tt)&&{display:"none"}),F5=t({},S.trackVerticalStyleDefault,ie&&$r,(!F||ee&&!tt)&&{display:"none"});return(0,a.createElement)(pe,t({},zt,{style:Gi,ref:function($e){Z.container=$e}}),[(0,a.cloneElement)($({style:Wi}),{key:"view",ref:function($e){Z.view=$e}},Ve),(0,a.cloneElement)(I({style:R5}),{key:"trackHorizontal",ref:function($e){Z.trackHorizontal=$e}},(0,a.cloneElement)(U({style:S.thumbHorizontalStyleDefault}),{ref:function($e){Z.thumbHorizontal=$e}})),(0,a.cloneElement)(H({style:F5}),{key:"trackVertical",ref:function($e){Z.trackVertical=$e}},(0,a.cloneElement)(X({style:S.thumbVerticalStyleDefault}),{ref:function($e){Z.thumbVertical=$e}}))])}}]),P}(a.Component);e.default=N,N.propTypes={onScroll:h.default.func,onScrollFrame:h.default.func,onScrollStart:h.default.func,onScrollStop:h.default.func,onUpdate:h.default.func,renderView:h.default.func,renderTrackHorizontal:h.default.func,renderTrackVertical:h.default.func,renderThumbHorizontal:h.default.func,renderThumbVertical:h.default.func,tagName:h.default.string,thumbSize:h.default.number,thumbMinSize:h.default.number,hideTracksWhenNotNeeded:h.default.bool,autoHide:h.default.bool,autoHideTimeout:h.default.number,autoHideDuration:h.default.number,autoHeight:h.default.bool,autoHeightMin:h.default.oneOfType([h.default.number,h.default.string]),autoHeightMax:h.default.oneOfType([h.default.number,h.default.string]),universal:h.default.bool,style:h.default.object,children:h.default.node},N.defaultProps={renderView:A.renderViewDefault,renderTrackHorizontal:A.renderTrackHorizontalDefault,renderTrackVertical:A.renderTrackVerticalDefault,renderThumbHorizontal:A.renderThumbHorizontalDefault,renderThumbVertical:A.renderThumbVerticalDefault,tagName:"div",thumbMinSize:30,hideTracksWhenNotNeeded:!1,autoHide:!1,autoHideTimeout:1e3,autoHideDuration:200,autoHeight:!1,autoHeightMin:0,autoHeightMax:200,universal:!1}})(w2);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Scrollbars=void 0;var t=w2,i=n(t);function n(o){return o&&o.__esModule?o:{default:o}}e.default=i.default,e.Scrollbars=i.default})(x2);const uu=E5(x2),pu=M.exports.forwardRef(({children:e,...t},i)=>{const n=M.exports.useRef(null),o=Ff(n,i),[s,l]=M.exports.useState(window.innerWidth),[a,c]=M.exports.useState(window.innerHeight),h=M.exports.useCallback(()=>{l(window.innerWidth),c(window.innerHeight)},[]);return M.exports.useEffect(()=>(window.addEventListener("resize",h),()=>{window.removeEventListener("resize",h)}),[h]),r(e0,{children:Boolean(s)&&Boolean(a)&&r(uu,{ref:o,...t,autoHide:!0,autoHideTimeout:1e3,autoHideDuration:200,...t,"data-shoplflow":"ScrollArea",children:e})})}),gu=M.exports.createContext({addModal:os,removeModal:os}),R2=M.exports.createContext([]),vu=({children:e})=>{const[t,i]=M.exports.useState([]),n=(l,a)=>{i(c=>c?[...c,{component:l,id:a}]:[{component:l,id:a}])},o=l=>{const{id:a,deps:c}=l||{id:void 0,deps:void 0},h=Boolean(a&&c),d=Boolean(a),f=!a&&Boolean(ss(c)),u=Boolean(Boolean(!ss(c))&&!a);if(h)throw new Error("id\uC640 deps\uB294 \uB3D9\uC2DC\uC5D0 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.");if(d){i(g=>[...g.filter(m=>m.id!==a)]);return}if(f||c===1){i(g=>[...g.slice(0,-1)]);return}if(u){if(c===0||c===void 0)return;i(g=>[...g.slice(0,-c)]);return}},s=M.exports.useMemo(()=>({addModal:n,removeModal:o}),[]);return M.exports.useEffect(()=>{if(t.length===1)return document.body.style.cssText="overflow:hidden",()=>{document.body.style.cssText="overflow:unset"}},[t.length]),M.exports.useEffect(()=>{const l=()=>{i([])};return window.addEventListener("popstate",l),()=>{window.removeEventListener("popstate",l)}},[]),r(R2.Provider,{value:t,children:r(gu.Provider,{value:s,children:e})})};G.div`
|
|
193
|
+
width: 32px;
|
|
194
|
+
height: 32px;
|
|
195
|
+
border-radius: 6px;
|
|
196
|
+
display: flex;
|
|
197
|
+
align-items: center;
|
|
198
|
+
justify-content: center;
|
|
199
|
+
opacity: ${({isDisabled:e})=>e&&.3};
|
|
200
|
+
|
|
201
|
+
&:hover {
|
|
202
|
+
background: ${({isDisabled:e})=>!e&&R.neutral400_5};
|
|
203
|
+
}
|
|
204
|
+
`;G.input`
|
|
205
|
+
appearance: none;
|
|
206
|
+
border: none;
|
|
207
|
+
border-radius: 12px;
|
|
208
|
+
width: 28px;
|
|
209
|
+
height: 18px;
|
|
210
|
+
cursor: pointer;
|
|
211
|
+
position: relative;
|
|
212
|
+
display: flex;
|
|
213
|
+
align-items: center;
|
|
214
|
+
background: ${R.neutral350};
|
|
215
|
+
padding: 2px;
|
|
216
|
+
margin: 0;
|
|
217
|
+
|
|
218
|
+
// slider
|
|
219
|
+
&:before {
|
|
220
|
+
content: '';
|
|
221
|
+
left: 2px;
|
|
222
|
+
display: block;
|
|
223
|
+
position: absolute;
|
|
224
|
+
width: 14px;
|
|
225
|
+
height: 14px;
|
|
226
|
+
background: ${R.neutral0};
|
|
227
|
+
border-radius: 50%;
|
|
228
|
+
transition: left 0.2s ease-in-out;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
// selected
|
|
232
|
+
&:checked {
|
|
233
|
+
background: ${({activeColor:e})=>R[e]};
|
|
234
|
+
&:before {
|
|
235
|
+
left: 12px;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// disabled
|
|
240
|
+
&:disabled {
|
|
241
|
+
cursor: auto;
|
|
242
|
+
}
|
|
243
|
+
`;const ft=e=>{if(!!e)return T`
|
|
244
|
+
opacity: 50%;
|
|
245
|
+
cursor: not-allowed !important;
|
|
246
|
+
`},mu=({isSelected:e,color:t,$radius:i})=>T`
|
|
247
|
+
padding: 7px 12px;
|
|
248
|
+
gap: 4px;
|
|
249
|
+
background: ${R.neutral150};
|
|
250
|
+
border-radius: ${dt.borderRadius06};
|
|
251
|
+
& > span {
|
|
252
|
+
color: ${R.neutral400};
|
|
253
|
+
}
|
|
254
|
+
&:hover {
|
|
255
|
+
background: ${R.neutral200};
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
${i&&T`
|
|
259
|
+
border-radius: ${dt.borderRadius16};
|
|
260
|
+
`};
|
|
261
|
+
${e&&T`
|
|
262
|
+
background: ${R[t]};
|
|
263
|
+
& > span {
|
|
264
|
+
color: ${R.neutral0};
|
|
265
|
+
}
|
|
266
|
+
&:hover {
|
|
267
|
+
background: ${R[t]};
|
|
268
|
+
}
|
|
269
|
+
`};
|
|
270
|
+
`;G.button`
|
|
271
|
+
display: flex;
|
|
272
|
+
align-items: center;
|
|
273
|
+
justify-content: center;
|
|
274
|
+
border: none;
|
|
275
|
+
height: fit-content;
|
|
276
|
+
width: fit-content;
|
|
277
|
+
user-select: none;
|
|
278
|
+
cursor: pointer;
|
|
279
|
+
${e=>e.styleVar==="SOLID"&&mu(e)};
|
|
280
|
+
${({disabled:e})=>ft(e)};
|
|
281
|
+
`;const Mt=(e,t=1)=>{const i=e.replace(/[0-9]|_/g,""),o=Object.keys(R).filter(d=>d.includes(i)),s=d=>{const f=d.replace(/_/g,"."),u=/\d+(\.\d+)?/g,g=f.match(u);return g?parseFloat(g[0]):0},l=o.sort((d,f)=>s(d)-s(f));let c=l.indexOf(e),h=0;for(;h<Math.abs(t)&&(c+=Math.sign(t),!(c<0||c>=l.length));)!l[c].endsWith("_5")&&!l[c].includes("50")&&h++;return c=Math.max(0,Math.min(c,l.length-1)),l[c]},xu=({color:e})=>T`
|
|
282
|
+
background: ${R.neutral0};
|
|
283
|
+
border: 1px solid ${R[e]};
|
|
284
|
+
border-radius: ${dt.borderRadius20};
|
|
285
|
+
&:hover {
|
|
286
|
+
border: 1px solid ${R[Mt(e,2)]};
|
|
287
|
+
}
|
|
288
|
+
& > span {
|
|
289
|
+
color: ${R[Mt(e,4)]};
|
|
290
|
+
}
|
|
291
|
+
`,wu=e=>{switch(e){case"XS":return T`
|
|
292
|
+
padding: 4px 8px;
|
|
293
|
+
`;case"S":return T`
|
|
294
|
+
padding: 7px 12px;
|
|
295
|
+
`;default:return T`
|
|
296
|
+
padding: 7px 12px;
|
|
297
|
+
`}};G.button`
|
|
298
|
+
display: flex;
|
|
299
|
+
align-items: center;
|
|
300
|
+
justify-content: center;
|
|
301
|
+
border: none;
|
|
302
|
+
height: fit-content;
|
|
303
|
+
width: fit-content;
|
|
304
|
+
gap: 4px;
|
|
305
|
+
cursor: pointer;
|
|
306
|
+
${({sizeVar:e})=>wu(e)};
|
|
307
|
+
${e=>e.styleVar==="LINE"&&xu(e)};
|
|
308
|
+
${({disabled:e})=>ft(e)};
|
|
309
|
+
background: ${({background:e})=>e&&R[e]};
|
|
310
|
+
`;const yu=(e,t,i)=>{switch(e){case"PRIMARY":return T`
|
|
311
|
+
border: 1px solid ${R.primary400};
|
|
312
|
+
background-color: ${R.primary300};
|
|
313
|
+
:hover {
|
|
314
|
+
background-color: ${!i&&R.primary400};
|
|
315
|
+
}
|
|
316
|
+
`;case"SECONDARY":return T`
|
|
317
|
+
border: 1px solid ${R.neutral350};
|
|
318
|
+
background-color: ${R.neutral0};
|
|
319
|
+
:hover {
|
|
320
|
+
background-color: ${!i&&R.neutral100};
|
|
321
|
+
}
|
|
322
|
+
`;case"SOLID":if(!t)throw new Error("Button\uC758 SOLID \uC18D\uC131\uC740 color\uB97C \uD544\uC218\uB85C \uBC1B\uC2B5\uB2C8\uB2E4.");return T`
|
|
323
|
+
border: 1px solid ${R[Mt(t)]};
|
|
324
|
+
background-color: ${R[t]};
|
|
325
|
+
:hover {
|
|
326
|
+
background-color: ${R[Mt(t)]};
|
|
327
|
+
}
|
|
328
|
+
`;case"GHOST":return T`
|
|
329
|
+
border: 1px solid transparent;
|
|
330
|
+
background-color: transparent;
|
|
331
|
+
:hover {
|
|
332
|
+
background-color: ${!i&&R.neutral400_5};
|
|
333
|
+
}
|
|
334
|
+
`;default:return T`
|
|
335
|
+
border: 1px solid ${R.primary400};
|
|
336
|
+
background-color: ${R.primary300};
|
|
337
|
+
`}},_u=e=>{switch(e){case"M":return T`
|
|
338
|
+
min-width: 72px;
|
|
339
|
+
min-height: 40px;
|
|
340
|
+
`;case"S":return T`
|
|
341
|
+
min-width: 54px;
|
|
342
|
+
min-height: 32px;
|
|
343
|
+
`;default:return T`
|
|
344
|
+
min-width: 72px;
|
|
345
|
+
min-height: 40px;
|
|
346
|
+
`}},bu=G.button`
|
|
347
|
+
display: flex;
|
|
348
|
+
align-items: center;
|
|
349
|
+
justify-content: center;
|
|
350
|
+
height: fit-content;
|
|
351
|
+
width: fit-content;
|
|
352
|
+
gap: 4px;
|
|
353
|
+
padding: 0 12px;
|
|
354
|
+
border-radius: 6px;
|
|
355
|
+
cursor: pointer;
|
|
356
|
+
${({styleVar:e,color:t,disabled:i})=>yu(e,t,i)};
|
|
357
|
+
${({sizeVar:e})=>_u(e)};
|
|
358
|
+
${({disabled:e})=>ft(e)};
|
|
359
|
+
`;M.exports.forwardRef(({styleVar:e="PRIMARY",sizeVar:t="M",style:i,color:n,as:o,children:s,leftSource:l,rightSource:a,lineClamp:c,...h},d)=>p(bu,{styleVar:e,sizeVar:t,className:e,style:i,as:o,ref:d,color:n,...h,"data-shoplflow":"Button",children:[l,r(Me,{lineClamp:c,whiteSpace:"nowrap",wordBreak:"keep-all",color:e==="PRIMARY"?"neutral0":"neutral700",typography:t==="M"?"body1_400":"body2_400",children:s}),a]}));const Mu=e=>{switch(e){case"M":return T`
|
|
360
|
+
width: 40px;
|
|
361
|
+
min-width: 40px;
|
|
362
|
+
height: 40px;
|
|
363
|
+
min-height: 40px;
|
|
364
|
+
`;case"S":return T`
|
|
365
|
+
width: 32px;
|
|
366
|
+
min-width: 32px;
|
|
367
|
+
height: 32px;
|
|
368
|
+
min-height: 32px;
|
|
369
|
+
`;default:return T`
|
|
370
|
+
width: 40px;
|
|
371
|
+
min-width: 40px;
|
|
372
|
+
height: 40px;
|
|
373
|
+
min-height: 40px;
|
|
374
|
+
`}},Zu=(e,t,i)=>{switch(e){case"PRIMARY":return T`
|
|
375
|
+
background: ${R.primary300};
|
|
376
|
+
border: 1px solid ${R.primary400};
|
|
377
|
+
${i&&T`
|
|
378
|
+
background: ${R.primary400};
|
|
379
|
+
`}
|
|
380
|
+
`;case"SECONDARY":return T`
|
|
381
|
+
background: ${R.neutral0};
|
|
382
|
+
border: 1px solid ${R.neutral350};
|
|
383
|
+
${i&&T`
|
|
384
|
+
background: ${R.neutral100};
|
|
385
|
+
`}
|
|
386
|
+
`;case"SOLID":if(!t)throw new Error("IconButton\uC758 SOLID \uC18D\uC131\uC740 color\uB97C \uD544\uC218\uB85C \uBC1B\uC2B5\uB2C8\uB2E4.");return T`
|
|
387
|
+
border: 1px solid ${R[Mt(t)]};
|
|
388
|
+
background: ${R[t]};
|
|
389
|
+
|
|
390
|
+
${i&&T`
|
|
391
|
+
background: ${R[Mt(t)]};
|
|
392
|
+
`}
|
|
393
|
+
`;case"GHOST":return T`
|
|
394
|
+
border: 1px solid transparent;
|
|
395
|
+
background: transparent;
|
|
396
|
+
${i&&T`
|
|
397
|
+
background: ${R.neutral400_5};
|
|
398
|
+
`}
|
|
399
|
+
`;default:return T`
|
|
400
|
+
border: 1px solid ${R.neutral200};
|
|
401
|
+
${i&&T`
|
|
402
|
+
background: ${R.neutral100};
|
|
403
|
+
`}
|
|
404
|
+
`}},Su=G.button`
|
|
405
|
+
display: flex;
|
|
406
|
+
flex-shrink: 0;
|
|
407
|
+
border-radius: ${dt.borderRadius06};
|
|
408
|
+
justify-content: center;
|
|
409
|
+
align-items: center;
|
|
410
|
+
background: ${R.neutral0};
|
|
411
|
+
cursor: pointer;
|
|
412
|
+
${({styleVar:e,color:t,isHovered:i})=>Zu(e,t,i)};
|
|
413
|
+
${({sizeVar:e})=>Mu(e)};
|
|
414
|
+
${({disabled:e})=>ft(e)};
|
|
415
|
+
& > svg {
|
|
416
|
+
width: 20px;
|
|
417
|
+
height: 20px;
|
|
418
|
+
}
|
|
419
|
+
`,Pn=M.exports.forwardRef(({styleVar:e,sizeVar:t,disabled:i,children:n,color:o,onMouseEnter:s,onMouseLeave:l,...a},c)=>{const[h,d]=M.exports.useState(!1);return r(Su,{styleVar:e,sizeVar:t,disabled:i,color:o,ref:c,onMouseEnter:g=>{d(!0),s&&s(g)},onMouseLeave:g=>{d(!1),l&&l(g)},isHovered:h,...a,"data-shoplflow":"IconButton",children:n})}),Iu=T`
|
|
420
|
+
background: ${R.neutral100};
|
|
421
|
+
& > span {
|
|
422
|
+
color: ${R.neutral600};
|
|
423
|
+
}
|
|
424
|
+
& > svg > path {
|
|
425
|
+
fill: ${R.neutral600};
|
|
426
|
+
}
|
|
427
|
+
`,Au=T`
|
|
428
|
+
background: ${R.red100};
|
|
429
|
+
& > span {
|
|
430
|
+
align-self: center;
|
|
431
|
+
color: ${R.red300};
|
|
432
|
+
}
|
|
433
|
+
& > svg > path {
|
|
434
|
+
fill: ${R.red300};
|
|
435
|
+
}
|
|
436
|
+
`;G.div`
|
|
437
|
+
display: flex;
|
|
438
|
+
justify-content: flex-start;
|
|
439
|
+
align-items: start;
|
|
440
|
+
padding: 6px 8px;
|
|
441
|
+
gap: 4px;
|
|
442
|
+
border-radius: ${dt.borderRadius08};
|
|
443
|
+
${({styleVar:e})=>e==="INFORMATION"&&Iu}
|
|
444
|
+
${({styleVar:e})=>e==="ALERT"&&Au}
|
|
445
|
+
`;G.svg`
|
|
446
|
+
display: flex;
|
|
447
|
+
height: 20px;
|
|
448
|
+
min-height: 20px;
|
|
449
|
+
width: 20px;
|
|
450
|
+
min-width: 20px;
|
|
451
|
+
`;G.div`
|
|
452
|
+
padding: 2px 0;
|
|
453
|
+
`;function F2(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Cu(e){return e instanceof Element||e instanceof F2(e).Element}function Ru(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof F2(e).ShadowRoot}function Fu(e){let t=e.activeElement;for(;((i=t)==null||(n=i.shadowRoot)==null?void 0:n.activeElement)!=null;){var i,n;t=t.shadowRoot.activeElement}return t}function ku(e,t){if(!e||!t)return!1;const i=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(i&&Ru(i)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function Bu(){return/apple/i.test(navigator.vendor)}function Eu(e){return(e==null?void 0:e.ownerDocument)||document}/*!
|
|
454
|
+
* tabbable 6.2.0
|
|
455
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
456
|
+
*/var Lu=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],On=Lu.join(","),k2=typeof Element>"u",W0=k2?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Y1=!k2&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},K1=function e(t,i){var n;i===void 0&&(i=!0);var o=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"inert"),s=o===""||o==="true",l=s||i&&t&&e(t.parentNode);return l},Du=function(t){var i,n=t==null||(i=t.getAttribute)===null||i===void 0?void 0:i.call(t,"contenteditable");return n===""||n==="true"},Tu=function(t,i,n){if(K1(t))return[];var o=Array.prototype.slice.apply(t.querySelectorAll(On));return i&&W0.call(t,On)&&o.unshift(t),o=o.filter(n),o},Vu=function e(t,i,n){for(var o=[],s=Array.from(t);s.length;){var l=s.shift();if(!K1(l,!1))if(l.tagName==="SLOT"){var a=l.assignedElements(),c=a.length?a:l.children,h=e(c,!0,n);n.flatten?o.push.apply(o,h):o.push({scopeParent:l,candidates:h})}else{var d=W0.call(l,On);d&&n.filter(l)&&(i||!t.includes(l))&&o.push(l);var f=l.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(l),u=!K1(f,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(l));if(f&&u){var g=e(f===!0?l.children:f.children,!0,n);n.flatten?o.push.apply(o,g):o.push({scopeParent:l,candidates:g})}else s.unshift.apply(s,l.children)}}return o},B2=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},E2=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||Du(t))&&!B2(t)?0:t.tabIndex},Pu=function(t,i){var n=E2(t);return n<0&&i&&!B2(t)?0:n},Ou=function(t,i){return t.tabIndex===i.tabIndex?t.documentOrder-i.documentOrder:t.tabIndex-i.tabIndex},L2=function(t){return t.tagName==="INPUT"},Hu=function(t){return L2(t)&&t.type==="hidden"},Uu=function(t){var i=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(n){return n.tagName==="SUMMARY"});return i},$u=function(t,i){for(var n=0;n<t.length;n++)if(t[n].checked&&t[n].form===i)return t[n]},zu=function(t){if(!t.name)return!0;var i=t.form||Y1(t),n=function(a){return i.querySelectorAll('input[type="radio"][name="'+a+'"]')},o;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")o=n(window.CSS.escape(t.name));else try{o=n(t.name)}catch(l){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",l.message),!1}var s=$u(o,t.form);return!s||s===t},Gu=function(t){return L2(t)&&t.type==="radio"},Wu=function(t){return Gu(t)&&!zu(t)},ju=function(t){var i,n=t&&Y1(t),o=(i=n)===null||i===void 0?void 0:i.host,s=!1;if(n&&n!==t){var l,a,c;for(s=!!((l=o)!==null&&l!==void 0&&(a=l.ownerDocument)!==null&&a!==void 0&&a.contains(o)||t!=null&&(c=t.ownerDocument)!==null&&c!==void 0&&c.contains(t));!s&&o;){var h,d,f;n=Y1(o),o=(h=n)===null||h===void 0?void 0:h.host,s=!!((d=o)!==null&&d!==void 0&&(f=d.ownerDocument)!==null&&f!==void 0&&f.contains(o))}}return s},cs=function(t){var i=t.getBoundingClientRect(),n=i.width,o=i.height;return n===0&&o===0},Nu=function(t,i){var n=i.displayCheck,o=i.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var s=W0.call(t,"details>summary:first-of-type"),l=s?t.parentElement:t;if(W0.call(l,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof o=="function"){for(var a=t;t;){var c=t.parentElement,h=Y1(t);if(c&&!c.shadowRoot&&o(c)===!0)return cs(t);t.assignedSlot?t=t.assignedSlot:!c&&h!==t.ownerDocument?t=h.host:t=c}t=a}if(ju(t))return!t.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return cs(t);return!1},Xu=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var i=t.parentElement;i;){if(i.tagName==="FIELDSET"&&i.disabled){for(var n=0;n<i.children.length;n++){var o=i.children.item(n);if(o.tagName==="LEGEND")return W0.call(i,"fieldset[disabled] *")?!0:!o.contains(t)}return!0}i=i.parentElement}return!1},Yu=function(t,i){return!(i.disabled||K1(i)||Hu(i)||Nu(i,t)||Uu(i)||Xu(i))},hs=function(t,i){return!(Wu(i)||E2(i)<0||!Yu(t,i))},Ku=function(t){var i=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(i)||i>=0)},qu=function e(t){var i=[],n=[];return t.forEach(function(o,s){var l=!!o.scopeParent,a=l?o.scopeParent:o,c=Pu(a,l),h=l?e(o.candidates):a;c===0?l?i.push.apply(i,h):i.push(a):n.push({documentOrder:s,tabIndex:c,item:o,isScope:l,content:h})}),n.sort(Ou).reduce(function(o,s){return s.isScope?o.push.apply(o,s.content):o.push(s.content),o},[]).concat(i)},D2=function(t,i){i=i||{};var n;return i.getShadowRoot?n=Vu([t],i.includeContainer,{filter:hs.bind(null,i),flatten:!1,getShadowRoot:i.getShadowRoot,shadowRootFilter:Ku}):n=Tu(t,i.includeContainer,hs.bind(null,i)),qu(n)};T1["useInsertionEffect".toString()];var q1=typeof document<"u"?M.exports.useLayoutEffect:M.exports.useEffect;let hn=!1,Qu=0;const ds=()=>"floating-ui-"+Qu++;function Ju(){const[e,t]=M.exports.useState(()=>hn?ds():void 0);return q1(()=>{e==null&&t(ds())},[]),M.exports.useEffect(()=>{hn||(hn=!0)},[]),e}const e7=T1["useId".toString()],t7=e7||Ju;function T2(e){return"data-floating-ui-"+e}const V2=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function P2(e,t){const i=D2(e,V2());t==="prev"&&i.reverse();const n=i.indexOf(Fu(Eu(e)));return i.slice(n+1)[0]}function i7(){return P2(document.body,"next")}function n7(){return P2(document.body,"prev")}function dn(e,t){const i=t||e.currentTarget,n=e.relatedTarget;return!n||!ku(i,n)}function r7(e){D2(e,V2()).forEach(i=>{i.dataset.tabindex=i.getAttribute("tabindex")||"",i.setAttribute("tabindex","-1")})}function o7(e){e.querySelectorAll("[data-tabindex]").forEach(i=>{const n=i.dataset.tabindex;delete i.dataset.tabindex,n?i.setAttribute("tabindex",n):i.removeAttribute("tabindex")})}const O2={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0};let s7;function fs(e){e.key==="Tab"&&(e.target,clearTimeout(s7))}const us=M.exports.forwardRef(function(t,i){const[n,o]=M.exports.useState();q1(()=>(Bu()&&o("button"),document.addEventListener("keydown",fs),()=>{document.removeEventListener("keydown",fs)}),[]);const s={ref:i,tabIndex:0,role:n,"aria-hidden":n?void 0:!0,[T2("focus-guard")]:"",style:O2};return r("span",{...t,...s})}),H2=M.exports.createContext(null);function l7(e){let{id:t,root:i}=e===void 0?{}:e;const[n,o]=M.exports.useState(null),s=t7(),l=c7(),a=M.exports.useMemo(()=>({id:t,root:i,portalContext:l,uniqueId:s}),[t,i,l,s]),c=M.exports.useRef();return q1(()=>()=>{n==null||n.remove()},[n,a]),q1(()=>{if(c.current===a)return;c.current=a;const{id:h,root:d,portalContext:f,uniqueId:u}=a,g=h?document.getElementById(h):null,v=T2("portal");if(g){const m=document.createElement("div");m.id=u,m.setAttribute(v,""),g.appendChild(m),o(m)}else{let m=d||(f==null?void 0:f.portalNode);m&&!Cu(m)&&(m=m.current),m=m||document.body;let w=null;h&&(w=document.createElement("div"),w.id=h,m.appendChild(w));const y=document.createElement("div");y.id=u,y.setAttribute(v,""),m=w||m,m.appendChild(y),o(y)}},[a]),n}function a7(e){let{children:t,id:i,root:n=null,preserveTabOrder:o=!0}=e;const s=l7({id:i,root:n}),[l,a]=M.exports.useState(null),c=M.exports.useRef(null),h=M.exports.useRef(null),d=M.exports.useRef(null),f=M.exports.useRef(null),u=!!l&&!l.modal&&l.open&&o&&!!(n||s);return M.exports.useEffect(()=>{if(!s||!o||l!=null&&l.modal)return;function g(v){s&&dn(v)&&(v.type==="focusin"?o7:r7)(s)}return s.addEventListener("focusin",g,!0),s.addEventListener("focusout",g,!0),()=>{s.removeEventListener("focusin",g,!0),s.removeEventListener("focusout",g,!0)}},[s,o,l==null?void 0:l.modal]),p(H2.Provider,{value:M.exports.useMemo(()=>({preserveTabOrder:o,beforeOutsideRef:c,afterOutsideRef:h,beforeInsideRef:d,afterInsideRef:f,portalNode:s,setFocusManagerState:a}),[o,s]),children:[u&&s&&r(us,{"data-type":"outside",ref:c,onFocus:g=>{if(dn(g,s)){var v;(v=d.current)==null||v.focus()}else{const m=n7()||(l==null?void 0:l.refs.domReference.current);m==null||m.focus()}}}),u&&s&&r("span",{"aria-owns":s.id,style:O2}),s&&Yn.exports.createPortal(t,s),u&&s&&r(us,{"data-type":"outside",ref:h,onFocus:g=>{if(dn(g,s)){var v;(v=f.current)==null||v.focus()}else{const m=i7()||(l==null?void 0:l.refs.domReference.current);m==null||m.focus(),l!=null&&l.closeOnFocusOut&&(l==null||l.onOpenChange(!1,g.nativeEvent))}}})]})}const c7=()=>M.exports.useContext(H2),h7=G.div`
|
|
457
|
+
width: ${({width:e})=>e!=null?e:"fit-content"};
|
|
458
|
+
height: ${({height:e})=>e&&e};
|
|
459
|
+
`,d7=M.exports.createContext(null),U2=()=>{const e=M.exports.useContext(d7);if(e===null)throw new Error("usePopper must be used within a PopperProvider");return e};function f7(e,t){if(e!=null){if(typeof e=="function"){e(t);return}try{e.current=t}catch{throw new Error(`Cannot assign value '${String(t)}' to ref '${String(e)}'`)}}}function u7(...e){return t=>{e.forEach(i=>{f7(i,t)})}}function Cr(...e){return M.exports.useMemo(()=>u7(...e),e)}M.exports.forwardRef(({children:e,isOpen:t=!1,...i},n)=>{const{setReference:o,setIsOpen:s}=U2(),l=Cr(n,o);return M.exports.useEffect(()=>{s(t)},[t,s]),r(h7,{ref:l,"data-shoplflow":"Popper",...i,children:e})});M.exports.forwardRef(({children:e,animation:t},i)=>{const{floatingStyles:n,setFloating:o,isOpen:s}=U2(),l=t!=null?t:Rl,a=Cr(i,o);return s?r(a7,{children:r(u2,{children:r(et.div,{initial:l.initial,animate:l.animate,exit:l.exit,ref:a,style:n,children:e})})}):null});const p7=e=>{switch(e){case"M":return"40px";case"S":return"32px";default:return"40px"}},g7=e=>{switch(e){case"M":return"body1_400";case"S":return"body2_400";default:return"body1_400"}},v7=e=>{switch(e){case"M":return T`
|
|
460
|
+
padding: 4px 4px 4px 12px;
|
|
461
|
+
`;case"S":return T`
|
|
462
|
+
padding: 4px 4px 4px 8px;
|
|
463
|
+
gap: 4px;
|
|
464
|
+
`;default:return T`
|
|
465
|
+
padding: 4px 4px 4px 12px;
|
|
466
|
+
`}},m7=e=>{switch(e){case"S":return T`
|
|
467
|
+
height: 24px;
|
|
468
|
+
width: 24px;
|
|
469
|
+
min-width: 24px;
|
|
470
|
+
min-height: 24px;
|
|
471
|
+
`;case"M":return T`
|
|
472
|
+
height: 32px;
|
|
473
|
+
width: 32px;
|
|
474
|
+
min-width: 32px;
|
|
475
|
+
min-height: 32px;
|
|
476
|
+
`;default:return T`
|
|
477
|
+
height: 32px;
|
|
478
|
+
width: 32px;
|
|
479
|
+
min-width: 32px;
|
|
480
|
+
min-height: 32px;
|
|
481
|
+
`}};G.div`
|
|
482
|
+
width: ${({width:e})=>e};
|
|
483
|
+
`;G.div`
|
|
484
|
+
display: flex;
|
|
485
|
+
flex-direction: column;
|
|
486
|
+
background: ${R.neutral0};
|
|
487
|
+
width: ${({width:e})=>e!=null?e:"240px"};
|
|
488
|
+
padding: 4px;
|
|
489
|
+
border-radius: 6px;
|
|
490
|
+
box-shadow: ${g2.dropShadow};
|
|
491
|
+
`;const x7=G.button`
|
|
492
|
+
display: flex;
|
|
493
|
+
flex-direction: row;
|
|
494
|
+
align-items: center;
|
|
495
|
+
justify-content: space-between;
|
|
496
|
+
width: 100%;
|
|
497
|
+
height: 100%;
|
|
498
|
+
gap: 8px;
|
|
499
|
+
cursor: pointer;
|
|
500
|
+
background-color: ${R.neutral0};
|
|
501
|
+
${({sizeVar:e})=>e&&v7(e)};
|
|
502
|
+
${({disabled:e})=>e&&T`
|
|
503
|
+
cursor: not-allowed;
|
|
504
|
+
`}
|
|
505
|
+
`,w7=G(et.div)`
|
|
506
|
+
display: flex;
|
|
507
|
+
align-items: center;
|
|
508
|
+
justify-content: center;
|
|
509
|
+
|
|
510
|
+
${({sizeVar:e})=>e&&m7(e)};
|
|
511
|
+
`,y7=M.exports.createContext(null),_7=()=>{const e=M.exports.useContext(y7);if(e===null)throw new Error("useDropdown must be used within a DropdownProvider");return e},b7=({isFocused:e,isError:t,isHovered:i,disabled:n})=>{if(!n){if(t)return R.red300;if(e)return R.primary300;if(i)return R.neutral700}return R.neutral300},M7=({type:e,height:t,minHeight:i,maxHeight:n,width:o,minWidth:s,maxWidth:l})=>e==="number"?T`
|
|
512
|
+
width: 64px;
|
|
513
|
+
height: 32px;
|
|
514
|
+
`:T`
|
|
515
|
+
width: ${o!=null?o:"100%"};
|
|
516
|
+
min-width: ${s!=null?s:"initial"};
|
|
517
|
+
max-width: ${l!=null?l:"initial"};
|
|
518
|
+
height: ${t!=null?t:"initial"};
|
|
519
|
+
min-height: ${i!=null?i:"initial"};
|
|
520
|
+
max-height: ${n!=null?n:"initial"};
|
|
521
|
+
`,Oi=G.label`
|
|
522
|
+
position: relative;
|
|
523
|
+
display: flex;
|
|
524
|
+
align-items: center;
|
|
525
|
+
flex-direction: ${({direction:e})=>e||"row"};
|
|
526
|
+
${({type:e,height:t,minHeight:i,maxHeight:n,width:o,maxWidth:s,minWidth:l})=>M7({type:e,height:t,minHeight:i,maxHeight:n,width:o,maxWidth:s,minWidth:l})};
|
|
527
|
+
justify-content: space-between;
|
|
528
|
+
gap: 8px;
|
|
529
|
+
border: 1px solid ${e=>b7(e)};
|
|
530
|
+
border-radius: 6px;
|
|
531
|
+
background-color: ${R.neutral0};
|
|
532
|
+
overflow: hidden;
|
|
533
|
+
${({disabled:e})=>e&&T`
|
|
534
|
+
background-color: ${R.neutral100};
|
|
535
|
+
cursor: not-allowed;
|
|
536
|
+
`};
|
|
537
|
+
`,u0={XS:"XS",S:"S",M:"M",L:"L",XL:"XL"},f1=e=>{switch(e){case u0.XS:return"12px";case u0.S:return"20px";case u0.M:return"24px";case u0.L:return"30px";case u0.XL:return"36px";default:return"fit-content"}},Z7=G.svg`
|
|
538
|
+
width: ${({sizeVar:e})=>e&&f1(e)};
|
|
539
|
+
min-width: ${({sizeVar:e})=>e&&f1(e)};
|
|
540
|
+
height: ${({sizeVar:e})=>e&&f1(e)};
|
|
541
|
+
min-height: ${({sizeVar:e})=>e&&f1(e)};
|
|
542
|
+
& > path {
|
|
543
|
+
fill: ${({color:e})=>e&&R[e]};
|
|
544
|
+
}
|
|
545
|
+
`,Q1=M.exports.forwardRef(({iconSource:e,...t},i)=>r(Z7,{as:e,ref:i,...t,"data-shoplflow":"Icon"})),$2=Symbol("$$shopl.isShoplIcon");function S7(e){return typeof e=="function"&&e[$2]===!0}function x(e){return e[$2]=!0,e}function I7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[p("g",{clipPath:"url(#ic-abnormal-a_svg__a)",children:[r("circle",{cx:10,cy:10,r:8,fill:"#777"}),r("path",{fill:"#fff",d:"m11.154 10.77-.88-2.405a5.296 5.296 0 0 1-.135-.38 12.51 12.51 0 0 1-.14-.475c-.044.17-.089.33-.135.48a6.14 6.14 0 0 1-.135.385l-.875 2.395h2.3Zm2.375 2.73h-1.04a.453.453 0 0 1-.285-.085.565.565 0 0 1-.165-.22l-.54-1.475H8.504l-.54 1.475a.479.479 0 0 1-.155.21.432.432 0 0 1-.285.095h-1.05l2.845-7.23h1.37l2.84 7.23Z"})]}),r("defs",{children:r("clipPath",{id:"ic-abnormal-a_svg__a",children:r("path",{fill:"#fff",d:"M2 2h16v16H2z"})})})]})}const A7=x(I7);function C7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#406588"}),r("path",{fill:"#fff",d:"M13.603 9.95c0 .51-.085.976-.255 1.402a3.22 3.22 0 0 1-.715 1.1 3.2 3.2 0 0 1-1.109.714 3.91 3.91 0 0 1-1.44.255H7.44V6.48h2.645c.528 0 1.008.086 1.44.26a3.2 3.2 0 0 1 1.11.714c.306.304.545.67.714 1.095.17.425.255.893.255 1.401Zm-1.325 0c0-.38-.051-.721-.154-1.022-.099-.304-.245-.56-.437-.768a1.866 1.866 0 0 0-.69-.485 2.352 2.352 0 0 0-.913-.168H8.735v4.887h1.35c.338 0 .642-.056.911-.168.272-.112.503-.272.691-.48.193-.212.338-.468.437-.768.103-.304.154-.647.154-1.028Z"})]})}const R7=x(C7);function F7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:16,height:16,x:2,y:2,fill:"#FB0",rx:8}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M10 5.2a4.8 4.8 0 1 1 0 9.6 4.8 4.8 0 0 1 0-9.6Zm0 .9a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8Zm.446 2.039a.45.45 0 0 0-.896.061v2.16l.005.063a.45.45 0 0 0 .1.225l1.2 1.44.046.048a.45.45 0 0 0 .587.01l.048-.047a.45.45 0 0 0 .01-.587l-1.096-1.315V8.2l-.004-.061Z",clipRule:"evenodd"})]})}const k7=x(F7);function B7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:16,height:16,x:2,y:2,fill:"#4DC9AA",rx:8}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M10 5.2a4.8 4.8 0 1 1 0 9.6 4.8 4.8 0 0 1 0-9.6Zm0 .9a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8Zm.446 2.039a.45.45 0 0 0-.896.061v2.16l.005.063a.45.45 0 0 0 .1.225l1.2 1.44.046.048a.45.45 0 0 0 .587.01l.048-.047a.45.45 0 0 0 .01-.587l-1.096-1.315V8.2l-.004-.061Z",clipRule:"evenodd"})]})}const E7=x(B7);function L7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#F66"}),r("path",{fill:"#fff",d:"M9.723 10.86c.054.103.104.21.149.322.048.11.094.22.14.332.044-.116.09-.23.138-.341.048-.112.1-.22.154-.322l2.054-3.845a.597.597 0 0 1 .077-.115.273.273 0 0 1 .091-.062.433.433 0 0 1 .116-.024c.041-.003.09-.005.148-.005h.975v6.94h-1.138V9.259c0-.084.002-.175.005-.274.006-.1.014-.2.024-.302l-2.098 3.936a.573.573 0 0 1-.187.21.497.497 0 0 1-.269.073h-.177a.497.497 0 0 1-.27-.072.573.573 0 0 1-.186-.211l-2.127-3.95c.013.105.021.209.024.311.007.1.01.192.01.279v4.483H6.238V6.8h.975c.057-.001.107 0 .148.004a.374.374 0 0 1 .11.024.262.262 0 0 1 .097.062.485.485 0 0 1 .081.115l2.074 3.855Z"})]})}const D7=x(L7);function T7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#3299FE"}),r("path",{fill:"#fff",d:"M12.925 6.48v6.94h-.662a.625.625 0 0 1-.26-.047.642.642 0 0 1-.196-.173L8.183 8.573a6.5 6.5 0 0 1 .029.585v4.263H7.074V6.48h.677c.054 0 .1.003.14.01a.256.256 0 0 1 .105.028.273.273 0 0 1 .091.063c.029.025.06.06.096.105l3.638 4.647c-.01-.112-.017-.223-.024-.331a5.174 5.174 0 0 1-.01-.303V6.48h1.138Z"})]})}const V7=x(T7);function P7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[p("g",{clipPath:"url(#ic-abnormal-w_svg__a)",children:[r("circle",{cx:10,cy:10,r:8,fill:"#6979F8"}),r("path",{fill:"#fff",d:"m14.654 6.993-2.02 6.507H11.54l-1.422-4.446a3.032 3.032 0 0 1-.108-.396 7.25 7.25 0 0 1-.054.211 2.237 2.237 0 0 1-.059.185L8.462 13.5H7.364L5.348 6.993H6.36c.105 0 .192.025.261.076.072.048.12.114.144.198l1.107 3.893c.024.096.047.2.068.315.024.11.048.228.072.35.024-.125.05-.244.076-.355.03-.11.062-.214.095-.31L9.46 7.267a.431.431 0 0 1 .14-.189.408.408 0 0 1 .26-.085h.356a.408.408 0 0 1 .405.274l1.273 3.893c.063.186.12.4.171.643.04-.237.083-.451.13-.643l1.108-3.893a.34.34 0 0 1 .135-.193.442.442 0 0 1 .265-.081h.95Z"})]}),r("defs",{children:r("clipPath",{id:"ic-abnormal-w_svg__a",children:r("path",{fill:"#fff",d:"M2 2h16v16H2z"})})})]})}const O7=x(P7);function H7(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M6.861 1.6c0-.331-.336-.6-.75-.6s-.75.269-.75.6v3.539H1.6c-.331 0-.6.336-.6.75s.269.75.6.75h3.761V10.4c0 .331.336.6.75.6s.75-.269.75-.6V6.639H10.4c.331 0 .6-.336.6-.75s-.269-.75-.6-.75H6.861V1.6Z",clipRule:"evenodd"})})}const U7=x(H7);function $7(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M11 4a1 1 0 1 0-2 0v5H4a1 1 0 0 0 0 2h5v5a1 1 0 1 0 2 0v-5h5a1 1 0 1 0 0-2h-5V4Z",clipRule:"evenodd"})})}const z7=x($7);function G7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:14,fill:"#FFA800",stroke:"#fff",strokeWidth:2}),r("path",{fill:"#fff",d:"M15.934 9.1c-.326-.8-1.544-.8-1.87 0L11 15.744l-3.085-4.736c-.276-.38-.915-.199-.915.26l.846 8.653c.087.893.9 1.578 1.875 1.578h10.63c.98 0 1.796-.692 1.877-1.591l.772-8.64c0-.459-.639-.64-.915-.26L19 15.746l-3.066-6.647Z"})]})}const W7=x(G7);function j7(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:r("path",{fill:"#406588",fillRule:"evenodd",d:"M4 5a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v26a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5Zm9.333 10.667a2.333 2.333 0 1 0 0-4.667 2.333 2.333 0 0 0 0 4.667ZM28 28.5H7.5l6.272-7.318a1 1 0 0 1 1.49-.031L18 24.085l6.215-7.445a1 1 0 0 1 1.57.044l2.517 3.384a1 1 0 0 1 .198.596V28a.5.5 0 0 1-.5.5Z",clipRule:"evenodd"})})}const N7=x(j7);function X7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:[r("circle",{cx:18,cy:18,r:15,fill:"#FFEFEF"}),r("path",{fill:"#F66",fillRule:"evenodd",d:"M18 11.314c-.852 0-1.543.691-1.543 1.543v6.172a1.543 1.543 0 0 0 3.086 0v-6.172c0-.852-.691-1.543-1.543-1.543Zm0 14.4a1.543 1.543 0 1 0 0-3.085 1.543 1.543 0 0 0 0 3.085Z",clipRule:"evenodd"})]})}const Y7=x(X7);function K7(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM9 6.2c0-.11.09-.2.2-.2h1.6c.11 0 .2.09.2.2v4.6a.2.2 0 0 1-.2.2H9.2a.2.2 0 0 1-.2-.2V6.2Zm2 6.8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",clipRule:"evenodd"})})}const q7=x(K7);function Q7(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:14,height:16,x:5,y:4,stroke:"#333",strokeWidth:2,rx:2}),r("rect",{width:2,height:4,x:8,y:2,fill:"#333",rx:1}),r("rect",{width:8,height:2,x:8,y:8,fill:"#333",rx:.5}),r("rect",{width:5,height:2,x:8,y:11,fill:"#333",rx:.5}),r("rect",{width:2,height:2,fill:"#333",rx:.5,transform:"matrix(-1 0 0 1 16 15)"}),r("rect",{width:2,height:4,x:14,y:2,fill:"#333",rx:1})]})}const J7=x(Q7);function e8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 5H7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-3v1.63a.37.37 0 0 1-.37.37h-3.26a.37.37 0 0 1-.37-.37V5Zm3.732-2H17a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h3.268a2 2 0 0 1 3.464 0Zm1.965 5.783a1 1 0 0 1 .02 1.414l-3.555 3.657c-.5.514-1.328.513-1.826-.004L8.28 11.716a1 1 0 1 1 1.44-1.388l1.533 1.59 3.03-3.116a1 1 0 0 1 1.414-.02Z",clipRule:"evenodd"})})}const t8=x(e8);function i8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#fff",fillRule:"evenodd",d:"M10 10h4v4h-4v-4Z",clipRule:"evenodd"}),r("rect",{width:6,height:1,x:9,y:16,fill:"#fff",rx:.5}),r("rect",{width:14,height:16,x:5,y:4,fill:"#C1E0FE",rx:2}),r("path",{fill:"#3299FE",d:"M7 6h10v4H7zM7 12h10v1H7zM7 14h10v1H7zM7 16h5v1H7zM13 16h2v1h-2z"})]})}const n8=x(i8);function r8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4.5 3.5A.5.5 0 0 1 5 3h1a.5.5 0 0 1 .5.5v9.833h1a.5.5 0 0 1 .4.8l-2 2.667a.5.5 0 0 1-.8 0l-2-2.667a.5.5 0 0 1 .4-.8h1V3.5Zm12 13.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6.5Zm-1-4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h5.5ZM10 9a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 10 7h4.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H10Zm3.5-4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3.5Z",clipRule:"evenodd"})})}const o8=x(r8);function s8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{stroke:"#555",strokeWidth:1.5,d:"M10.348 3.652 5.762 8.238c-5.016 5.016 1.348 11.38 6.364 6.364l3.822-3.822a3.012 3.012 0 0 0-4.243-4.242L7.12 11.124a1.506 1.506 0 0 0 2.121 2.121l5.35-5.35"})})}const l8=x(s8);function a8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5 12a7 7 0 1 1 14 0 7 7 0 0 1-14 0Zm7-9a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm-1.142 8.221a.5.5 0 0 1-.146.354l-2.508 2.508a.5.5 0 0 0 0 .707l.864.864a.5.5 0 0 0 .707 0l3.16-3.159a.5.5 0 0 0 .146-.353V7.944a.5.5 0 0 0-.5-.5h-1.223a.5.5 0 0 0-.5.5v3.277Z",clipRule:"evenodd"})})}const c8=x(a8);function h8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",d:"m8.15 5.337-5.876 6.001a.935.935 0 0 0 0 1.323l5.876 6.002a.5.5 0 0 0 .686.027l.764-.665a.5.5 0 0 0 .03-.727L5.42 13H21.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H5.42l4.21-4.298a.5.5 0 0 0-.03-.727l-.764-.666a.5.5 0 0 0-.686.028Z"})})}const d8=x(h8);function f8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:14,fill:"#FFA800",stroke:"#fff",strokeWidth:2}),r("path",{fill:"#fff",d:"M15.934 9.1c-.326-.8-1.544-.8-1.87 0L11 15.744l-3.085-4.736c-.276-.38-.915-.199-.915.26l.846 8.653c.087.893.9 1.578 1.875 1.578h10.63c.98 0 1.796-.692 1.877-1.591l.772-8.64c0-.459-.639-.64-.915-.26L19 15.746l-3.066-6.647Z"})]})}const u8=x(f8);function p8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:14,fill:"#35485B",stroke:"#FFD000",strokeWidth:2}),r("path",{fill:"#FFD000",d:"M14.249 7.488a.822.822 0 0 1 1.502 0l1.823 3.864a.841.841 0 0 0 .631.48l4.077.619c.687.104.961.987.464 1.494l-2.95 3.007a.901.901 0 0 0-.24.775l.696 4.247c.117.716-.601 1.261-1.216.923l-3.646-2.005a.805.805 0 0 0-.78 0l-3.646 2.005c-.615.338-1.333-.207-1.216-.923l.697-4.247a.901.901 0 0 0-.241-.775l-2.95-3.007c-.497-.507-.223-1.39.464-1.494l4.077-.62a.841.841 0 0 0 .63-.48l1.824-3.863Z"})]})}const g8=x(p8);function v8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:14,fill:"#35485B",stroke:"#fff",strokeWidth:2}),r("path",{fill:"#fff",d:"M14.249 7.488a.822.822 0 0 1 1.502 0l1.823 3.864a.841.841 0 0 0 .631.48l4.077.619c.687.104.961.987.464 1.494l-2.95 3.007a.901.901 0 0 0-.24.775l.696 4.247c.117.716-.601 1.261-1.216.923l-3.646-2.005a.805.805 0 0 0-.78 0l-3.646 2.005c-.615.338-1.333-.207-1.216-.923l.697-4.247a.901.901 0 0 0-.241-.775l-2.95-3.007c-.497-.507-.223-1.39.464-1.494l4.077-.62a.841.841 0 0 0 .63-.48l1.824-3.863Z"})]})}const m8=x(v8);function x8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M8.211 20.598c1.155.667 2.623.416 3.72-.51.284-.24.242-.667-.045-.832l-4.35-2.512c-.287-.165-.678.012-.743.378-.254 1.413.264 2.81 1.418 3.476ZM14.56 3.094c.585-.234 1.137.01 1.49.214s.84.56.931 1.184c.044.301-.025.553-.09.718a2.09 2.09 0 0 1-.098.21c1.724 1.732 2.35 4.35 1.113 6.491l-.855 1.482c-.434.75-.49 1.71-.077 2.658l.003.006c.246.578.245 1.247-.087 1.821-.633 1.096-2.014 1.232-2.966.683l-10.02-5.786c-.952-.55-1.525-1.813-.892-2.91.33-.57.906-.91 1.526-.984h.006c1.036-.118 1.84-.647 2.272-1.397l.856-1.482C8.908 3.86 11.487 3.093 13.85 3.72a2.06 2.06 0 0 1 .132-.189c.11-.14.294-.325.577-.437Zm-.108 2.982-.535-.225c-1.85-.778-3.74-.188-4.513 1.151l-.856 1.482c-.78 1.352-2.174 2.2-3.773 2.383a.17.17 0 0 0-.021.004l.003.01a.32.32 0 0 0 .147.162l10.02 5.786a.32.32 0 0 0 .215.046l.009-.002a.221.221 0 0 0-.01-.028c-.638-1.47-.6-3.101.18-4.452l.856-1.482c.773-1.34.339-3.272-1.26-4.484l-.462-.351Zm.718 10.788-.002.002.002-.002ZM4.75 10.848v.003-.003Z",clipRule:"evenodd"})})}const w8=x(x8);function y8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.5 6H5v9.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H7V4.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5ZM7 17a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H7Zm10 1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1ZM8.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-9ZM11 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1ZM8.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-9Z",clipRule:"evenodd"})})}const _8=x(y8);function b8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M19 5a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-.785l-2.517-.674a2 2 0 0 1-1.414-2.45l2.588-9.659a2 2 0 0 1 2.45-1.414L10.771 5H13a3 3 0 1 1 6 0Zm-4 0a1 1 0 1 0 2 0 1 1 0 0 0-2 0Zm1 3c.889 0 1.687-.386 2.236-1H19v12H8V7h5.764l.046.05-.597 1.07c-.27.482-.1 1.097.378 1.373a.983.983 0 0 0 1.354-.374l.64-1.147c.136.018.274.028.415.028ZM6 8.147 4 15.61l2 .536V8.147ZM10.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-6Zm0 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-5Z",clipRule:"evenodd"})})}const M8=x(b8);function Z8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:[r("circle",{cx:18,cy:18,r:15,fill:"#EAF5FF"}),r("path",{fill:"#84C2FC",fillRule:"evenodd",d:"M23.95 14.4a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm-2.205-.9H15.1a1.5 1.5 0 0 0-1.5 1.5v6.9a1.5 1.5 0 0 0 1.5 1.5h5.3a4 4 0 0 0 4-4v-4.145a2.254 2.254 0 0 1-1.199-.082l-1.411 1.882a.675.675 0 0 1-1.134-.726l.054-.084 1.412-1.883a2.238 2.238 0 0 1-.377-.862ZM15.4 17.55h4.5v.9h-4.5v-.9Zm0 1.8h2.7v.9h-2.7v-.9Zm8.1.45h-2.7v2.7a2.7 2.7 0 0 0 2.7-2.7Z",clipRule:"evenodd"})]})}const S8=x(Z8);function I8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:15,fill:"#EAF5FF"}),r("path",{fill:"#84C2FC",fillRule:"evenodd",d:"M20.95 11.4a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm-2.205-.9H12.1a1.5 1.5 0 0 0-1.5 1.5v6.9a1.5 1.5 0 0 0 1.5 1.5h5.3a4 4 0 0 0 4-4v-4.145a2.254 2.254 0 0 1-1.199-.082l-1.411 1.882a.675.675 0 0 1-1.134-.726l.054-.084 1.412-1.883a2.238 2.238 0 0 1-.377-.862ZM12.4 14.55h4.5v.9h-4.5v-.9Zm0 1.8h2.7v.9h-2.7v-.9Zm8.1.45h-2.7v2.7a2.7 2.7 0 0 0 2.7-2.7Z",clipRule:"evenodd"})]})}const A8=x(I8);function C8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",stroke:"#333",strokeWidth:2,d:"M5 4.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v13.904a1 1 0 0 1-1.63.777l-4.74-3.838a1 1 0 0 0-1.26 0L6.63 19.18A1 1 0 0 1 5 18.404V4.5Z"})})}const R8=x(C8);function F8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{stroke:"#333",strokeWidth:2,d:"M5 4.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v13.904a1 1 0 0 1-1.63.777l-4.74-3.838a1 1 0 0 0-1.26 0L6.63 19.18A1 1 0 0 1 5 18.404V4.5Z"})})}const k8=x(F8);function B8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("circle",{cx:12,cy:12,r:10,fill:"#EAEAEA"}),r("path",{fill:"#999",fillRule:"evenodd",d:"M13.592 10.428a2.5 2.5 0 1 0-3.184 0A5.04 5.04 0 0 0 7 15.208V16.6c0 .59.478 1.067 1.067 1.067h7.867c.589 0 1.066-.478 1.066-1.067v-1.392a5.04 5.04 0 0 0-3.408-4.78Zm.908 2.239h-1.667v.833H14.5v-.833Z",clipRule:"evenodd"})]})}const E8=x(B8);function L8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("circle",{cx:12,cy:12,r:10,fill:"#EAEAEA"}),r("path",{fill:"#999",fillRule:"evenodd",d:"M7.71 8a2 2 0 0 1 2-2h4.571a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9.71a2 2 0 0 1-2-2V8Zm1.714.571h1.714v1.715H9.424V8.57Zm0 2.572h1.714v1.714H9.424v-1.714ZM13.71 8.57h-1.714v1.715h1.714V8.57Z",clipRule:"evenodd"})]})}const D8=x(L8);function T8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:3,height:2,x:16,y:8,fill:"#3299FE",rx:1}),r("path",{fill:"#333",fillRule:"evenodd",d:"M18 5h-.385l-.771-1.928A2.5 2.5 0 0 0 14.523 1.5H9.477a2.5 2.5 0 0 0-2.321 1.572L6.384 5H6a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4Zm-2.549-1.371L16 5H8l.548-1.371A1 1 0 0 1 9.477 3h5.046a1 1 0 0 1 .928.629ZM3.5 9A2.5 2.5 0 0 1 6 6.5h12A2.5 2.5 0 0 1 20.5 9v8a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 17V9Zm6.25 4a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0ZM12 9.25a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5Z",clipRule:"evenodd"})]})}const V8=x(T8);function P8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4.75 6.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm0 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm2-11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-8Zm-.5 5.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-1Zm.5 4.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-8Z",clipRule:"evenodd"})})}const O8=x(P8);function H8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM8 4a.5.5 0 0 0-.5.5v2A.5.5 0 0 0 8 7h6.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H8Zm-.5 5a.5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5V9Zm-3-.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm3 5A.5.5 0 0 1 8 13h8.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5v-2Zm-3-.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z",clipRule:"evenodd"})})}const U8=x(H8);function $8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M16.214 3.3A2.286 2.286 0 0 1 18.5 5.586v6.857a2.286 2.286 0 0 1-2.286 2.285H12.56l-3.078 2.053c-1.519 1.012-3.553-.077-3.553-1.902v-.15H4.786A2.286 2.286 0 0 1 2.5 12.442V5.586A2.286 2.286 0 0 1 4.786 3.3h11.428Zm0 2.286H4.786v6.857h3.428v2.436l3.654-2.436h4.346V5.586Zm-3.393 10L10.5 17.134v.832a1 1 0 0 0 1 1h3.758l2.187 1.458A1 1 0 0 0 19 19.593v-.627h1.5a1 1 0 0 0 1-1V13.3a1 1 0 0 0-1-1h-1.142v.143a3.143 3.143 0 0 1-3.143 3.143h-3.394Z",clipRule:"evenodd"})})}const z8=x($8);function G8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:15,fill:"#3299FE"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M16 8a6 6 0 0 1 6 6v1a6 6 0 0 1-6 6h-2c-.499 0-.984-.06-1.447-.176-.664.636-1.55 1.176-2.644 1.176-1.17 0-1.022-.154-.596-.597.336-.35.846-.88 1.017-1.656A5.99 5.99 0 0 1 8 15v-1a6 6 0 0 1 6-6h2Z",clipRule:"evenodd"}),r("path",{fill:"#3299FE",d:"M18 12.5h-7V14h7zM16 15h-5v1.5h5z"})]})}const W8=x(G8);function j8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M13.286 6H11a6 6 0 1 0 0 12h8v-6.286A5.714 5.714 0 0 0 13.286 6ZM11 4a8 8 0 1 0 0 16h9.5a.5.5 0 0 0 .5-.5v-7.786A7.714 7.714 0 0 0 13.286 4H11Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"M7 11h2v2H7zM11 11h2v2h-2zM15 11h2v2h-2z"})]})}const N8=x(j8);function X8(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M12.5 7a5.5 5.5 0 1 0 0 11H15s1.106 2 3.175 2c.908 0 .793-.096.463-.373-.38-.318-1.045-.875-.77-1.798A5.5 5.5 0 0 0 16.5 7h-4Z",clipRule:"evenodd",opacity:.3}),r("rect",{width:16,height:12,x:2,y:4,fill:"#3299FE",rx:6}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M7 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"})]})}const Y8=x(X8);function K8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:r("path",{fill:"#4DC9AA",fillRule:"evenodd",d:"M18 33c8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15C9.716 3 3 9.716 3 18c0 8.284 6.716 15 15 15Zm7.006-18.57a.2.2 0 0 1 0 .283l-8.808 8.808a.2.2 0 0 1-.283 0l-.622-.622a.2.2 0 0 1-.05-.036l-4.92-4.92a.2.2 0 0 1 0-.283l1.535-1.536a.2.2 0 0 1 .283 0l3.909 3.909 7.138-7.139a.2.2 0 0 1 .283 0l1.535 1.536Z",clipRule:"evenodd"})})}const q8=x(K8);function Q8(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10.547 2.987a.75.75 0 0 1-.034 1.06l-5.333 5a.75.75 0 0 1-1.026 0l-2.667-2.5a.75.75 0 1 1 1.026-1.094l2.154 2.019 4.82-4.52a.75.75 0 0 1 1.06.035Z",clipRule:"evenodd"})})}const J8=x(Q8);function e9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M15.288 5.298a1 1 0 0 1 1.506 1.31l-.082.094-7.895 8a1 1 0 0 1-1.338.078l-.094-.087-4.106-4.266a1 1 0 0 1 1.349-1.472l.093.085 3.393 3.527 7.174-7.27Z",clipRule:"evenodd"})})}const t9=x(e9);function i9(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{stroke:"#333",strokeWidth:1.5,d:"M2.75 6A3.25 3.25 0 0 1 6 2.75h8A3.25 3.25 0 0 1 17.25 6v8A3.25 3.25 0 0 1 14 17.25H6A3.25 3.25 0 0 1 2.75 14V6Z"}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m6.5 9.5 2.625 3 4.375-5"})]})}const n9=x(i9);function r9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M5.692 4.29A.991.991 0 0 0 4.29 5.692L10.598 12 4.29 18.308a.991.991 0 1 0 1.402 1.401L12 13.402l6.308 6.307a.991.991 0 1 0 1.401-1.401L13.402 12l6.308-6.308a.991.991 0 1 0-1.402-1.402L12 10.598 5.692 4.29Z",clipRule:"evenodd"})})}const o9=x(r9);function s9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m5.613 4.21.094.083L10 8.585l4.293-4.292a1 1 0 0 1 1.497 1.32l-.083.094L11.415 10l4.292 4.293a1 1 0 0 1-1.32 1.497l-.094-.083L10 11.415l-4.293 4.292a1 1 0 0 1-1.497-1.32l.083-.094L8.585 10 4.293 5.707A1 1 0 0 1 5.51 4.14l.102.07Z",clipRule:"evenodd"})})}const l9=x(s9);function a9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m5.613 4.21.094.083L10 8.585l4.293-4.292a1 1 0 0 1 1.497 1.32l-.083.094L11.415 10l4.292 4.293a1 1 0 0 1-1.32 1.497l-.094-.083L10 11.415l-4.293 4.292a1 1 0 0 1-1.497-1.32l.083-.094L8.585 10 4.293 5.707A1 1 0 0 1 5.51 4.14l.102.07Z",clipRule:"evenodd"})})}const c9=x(a9);function h9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m6.578 11.122 1.281-.348.177-1.315a4.001 4.001 0 0 1 7.68-.945l.356.89.918.28A4.25 4.25 0 0 1 15.75 18H7.5a3.5 3.5 0 0 1-.922-6.879ZM12 4a6.002 6.002 0 0 1 5.572 3.77A6.25 6.25 0 0 1 15.75 20H7.5A5.5 5.5 0 0 1 6.054 9.192 6.001 6.001 0 0 1 12 4Zm.45 4.5a.3.3 0 0 1 .3.3v4.92l1.366-1.366a.5.5 0 0 1 .707 0l.354.353a.5.5 0 0 1 0 .707l-2.427 2.427v.034h-.034l-.362.362a.5.5 0 0 1-.707 0l-.363-.362h-.034v-.034l-2.427-2.427a.5.5 0 0 1 0-.707l.354-.353a.5.5 0 0 1 .707 0l1.366 1.366V8.8a.3.3 0 0 1 .3-.3h.9Z",clipRule:"evenodd"})})}const d9=x(h9);function f9(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("mask",{id:"ic-comment_svg__a",fill:"#fff",children:r("path",{fillRule:"evenodd",d:"M5.5 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h4.475l4.028 3.58c.968.86 2.497.174 2.497-1.12V17h2a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-13Z",clipRule:"evenodd"})}),r("path",{fill:"#333",d:"m9.975 17 1.329-1.495-.568-.505h-.76v2Zm4.028 3.58-1.328 1.496 1.328-1.495Zm2.497-1.12h2-2Zm0-2.46v-2h-2v2h2ZM4.5 6a1 1 0 0 1 1-1V1a5 5 0 0 0-5 5h4Zm0 8V6h-4v8h4Zm1 1a1 1 0 0 1-1-1h-4a5 5 0 0 0 5 5v-4Zm4.475 0H5.5v4h4.475v-4Zm-1.329 3.495 4.029 3.58 2.657-2.99-4.028-3.58-2.658 2.99Zm4.029 3.58c2.257 2.007 5.825.405 5.825-2.615h-4a.5.5 0 0 1 .832-.374l-2.657 2.99ZM18.5 19.46V17h-4v2.46h4Zm0-4.46h-2v4h2v-4Zm1-1a1 1 0 0 1-1 1v4a5 5 0 0 0 5-5h-4Zm0-8v8h4V6h-4Zm-1-1a1 1 0 0 1 1 1h4a5 5 0 0 0-5-5v4Zm-13 0h13V1h-13v4Z",mask:"url(#ic-comment_svg__a)"})]})}const u9=x(f9);function p9(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:[r("circle",{cx:18,cy:18,r:15,fill:"#EAF5FF"}),r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M26.033 12.913c.6.57.625 1.52.054 2.12l-8.552 9a1.5 1.5 0 0 1-2.188-.014l-4.447-4.8a1.5 1.5 0 0 1 2.2-2.039l3.361 3.628 7.452-7.841a1.5 1.5 0 0 1 2.12-.054Z",clipRule:"evenodd"})]})}const g9=x(p9);function v9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M16.244 4.856A1.75 1.75 0 0 0 14.5 3.25h-6l-.144.006A1.75 1.75 0 0 0 6.75 5v.75h1.5V5l.007-.057A.25.25 0 0 1 8.5 4.75h6l.057.007A.25.25 0 0 1 14.75 5v7l-.007.057a.25.25 0 0 1-.243.193h-.25v1.5h.25l.143-.006A1.75 1.75 0 0 0 16.25 12V5l-.006-.144ZM11.75 6.25a1.75 1.75 0 0 1 1.744 1.606L13.5 8v7a1.75 1.75 0 0 1-1.607 1.744l-.143.006h-6a1.75 1.75 0 0 1-1.744-1.607L4 15V8a1.75 1.75 0 0 1 1.606-1.744l.144-.006h6Zm0 1.5h-6a.25.25 0 0 0-.243.193L5.5 8v7a.25.25 0 0 0 .193.243l.057.007h6a.25.25 0 0 0 .243-.193L12 15V8a.25.25 0 0 0-.193-.243l-.057-.007Z",clipRule:"evenodd"})})}const m9=x(v9);function x9(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",d:"M12 11.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V13h-.5v-.583a.25.25 0 0 0-.25-.25h-1a.25.25 0 0 0-.25.25V17.1c0 .22.18.4.4.4a.1.1 0 0 1 .1.1v.233a.167.167 0 0 1-.167.167h-2.666a.167.167 0 0 1-.167-.167V17.6a.1.1 0 0 1 .1-.1.4.4 0 0 0 .4-.4v-4.683a.25.25 0 0 0-.25-.25h-.977a.25.25 0 0 0-.25.25V13H12v-1.5Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M8.25 6.5a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0ZM10 3.25a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Zm-3.93 8.48c1.053-.65 2.45-.98 3.93-.98v1.5c-1.28 0-2.385.288-3.141.756-.744.46-1.109 1.053-1.109 1.729v.699c0 .174.142.316.317.316H12v1.5H6.067a1.817 1.817 0 0 1-1.817-1.816v-.7c0-1.322.754-2.346 1.82-3.004Z",clipRule:"evenodd"})]})}const w9=x(x9);function y9(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:18,height:18,x:3,y:3,fill:"#E3E8EB",rx:6}),r("rect",{width:10,height:2,x:7,y:11,fill:"#406588",rx:1})]})}const _9=x(y9);function b9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6.142 7.059a.2.2 0 0 0 0 .282l2.664 2.665-2.653 2.652a.2.2 0 0 0 0 .283l.917.917a.2.2 0 0 0 .283 0l2.653-2.652 2.653 2.652a.2.2 0 0 0 .283 0l.917-.917a.2.2 0 0 0 0-.283l-2.653-2.652L13.87 7.34a.2.2 0 0 0 0-.282l-.917-.918a.2.2 0 0 0-.283 0l-2.664 2.665L7.342 6.14a.2.2 0 0 0-.283 0l-.917.918Z",clipRule:"evenodd"})})}const M9=x(b9);function Z9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4.5 3.5A.5.5 0 0 1 5 3h1a.5.5 0 0 1 .5.5v9.833h1a.5.5 0 0 1 .4.8l-2 2.667a.5.5 0 0 1-.8 0l-2-2.667a.5.5 0 0 1 .4-.8h1V3.5Zm9 13.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3.5Zm1-4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4.5ZM10 9a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 10 7h5.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H10Zm6.5-4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6.5Z",clipRule:"evenodd"})})}const S9=x(Z9);function I9(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:14,height:16,x:5,y:4,stroke:"#333",strokeWidth:2,rx:2}),r("path",{fill:"#333",d:"M5 11h14v2H5zM8 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V11H8V8.5ZM8 16.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V19H8v-2.5ZM11 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V11h-2V8.5ZM11 16.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V19h-2v-2.5ZM14 8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V11h-2V8.5ZM14 16.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V19h-2v-2.5Z"})]})}const A9=x(I9);function C9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M6.416 8.376a.5.5 0 0 1-.832 0L2.518 3.777A.5.5 0 0 1 2.934 3h6.132a.5.5 0 0 1 .416.777L6.416 8.376Z",clipRule:"evenodd"})})}const z2=x(C9);function R9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10.53 3.47a.75.75 0 0 0-1.06 0L6 6.94 2.53 3.47a.75.75 0 0 0-1.06 1.06l4 4a.75.75 0 0 0 1.06 0l4-4a.75.75 0 0 0 0-1.06Z",clipRule:"evenodd"})})}const F9=x(R9);function k9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.267 6.27a.906.906 0 0 1 1.19-.089l.102.09L10 11.77l5.441-5.5a.906.906 0 0 1 1.19-.09l.102.09a.93.93 0 0 1 .088 1.201l-.088.104-6.087 6.154a.906.906 0 0 1-1.19.089l-.102-.09-6.087-6.153a.93.93 0 0 1 0-1.306Z",clipRule:"evenodd"})})}const B9=x(k9);function E9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M11 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v12.086l4.94-4.94a.5.5 0 0 1 .706 0l.708.708a.5.5 0 0 1 0 .707l-6.647 6.646a1 1 0 0 1-1.414 0l-6.646-6.646a.5.5 0 0 1 0-.707l.707-.707a.5.5 0 0 1 .707 0L11 15.085V3ZM4 20a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-15A.5.5 0 0 1 4 21v-1Z",clipRule:"evenodd"})})}const L9=x(E9);function D9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M9 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7.2l2.78-2.836a.5.5 0 0 1 .714 0l.663.676a.5.5 0 0 1 0 .7l-4.8 4.896a.5.5 0 0 1-.714 0l-4.8-4.896a.5.5 0 0 1 0-.7l.663-.676a.5.5 0 0 1 .714 0L9 10.7V3.5Zm-4 12a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1Z",clipRule:"evenodd"})})}const T9=x(D9);function V9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M13.5 2.5a2 2 0 0 1 2 2v2.29a6.976 6.976 0 0 0-1.5-.272V4.5a.5.5 0 0 0-.41-.492L13.5 4h-6v3.5H4v8a.5.5 0 0 0 .41.492L4.5 16h2.46a6.98 6.98 0 0 0 .795 1.5H4.5a2 2 0 0 1-2-2v-9l4-4h7Zm5 10.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM13 10.5v2.793l1.854 1.853-.708.708L12 13.707V10.5h1Z",clipRule:"evenodd"})})}const P9=x(V9);function O9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m11.91 4.76-1.613-1.614a.5.5 0 0 0-.707 0L7.977 4.76a.5.5 0 0 0 .353.854h.672v3.381h-3.39V8.33a.5.5 0 0 0-.853-.353L3.146 9.589a.5.5 0 0 0 0 .708l1.613 1.612a.5.5 0 0 0 .854-.353v-.563h3.389v3.394H8.33a.5.5 0 0 0-.353.854l1.613 1.612a.5.5 0 0 0 .707 0l1.613-1.613a.5.5 0 0 0-.354-.853h-.558v-3.394h3.388v.563a.5.5 0 0 0 .854.354l1.613-1.613a.5.5 0 0 0 0-.708L15.24 7.977a.5.5 0 0 0-.854.353v.664h-3.388V5.613h.558a.5.5 0 0 0 .354-.854Z",clipRule:"evenodd"})})}const H9=x(O9);function U9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.5 4.5A.5.5 0 0 1 4 4h7.667a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-1Zm0 5A.5.5 0 0 1 4 9h12a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-1ZM4 14a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h10.917a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H4Z",clipRule:"evenodd"})})}const $9=x(U9);function z9(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:15,fill:"#fff"}),r("path",{fill:"#3299FE",fillRule:"evenodd",d:"m20.65 8.447.89.893c.296.298.46.695.46 1.117 0 .421-.164.818-.46 1.116l-1.091 1.094-3.116-3.126 1.09-1.094c.595-.596 1.631-.596 2.226 0ZM8.943 18.05l7.716-7.716 3.007 3.007-7.717 7.715a.304.304 0 0 1-.14.08l-3.433.856a.303.303 0 0 1-.368-.368l.855-3.433a.307.307 0 0 1 .08-.14Z",clipRule:"evenodd"})]})}const G9=x(z9);function W9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m5.614 14.136.089-.796 7.406-7.406.707.707-7.406 7.406-.796.089Zm9.262-6.434-7.654 7.654a.5.5 0 0 1-.298.143l-2.076.231a.75.75 0 0 1-.828-.828l.23-2.076a.5.5 0 0 1 .144-.298l7.654-7.654 1.414-1.415.177-.176a.75.75 0 0 1 1.06 0l1.769 1.767a.75.75 0 0 1 0 1.061l-.177.177-1.415 1.414Z",clipRule:"evenodd"})})}const j9=x(W9);function N9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m15.65 3.447.89.893c.296.298.46.695.46 1.117 0 .421-.164.818-.46 1.116l-1.091 1.094-3.116-3.126 1.09-1.094c.595-.596 1.631-.596 2.226 0ZM3.943 13.05l7.716-7.716 3.007 3.007-7.717 7.715a.304.304 0 0 1-.14.08l-3.433.856a.303.303 0 0 1-.368-.368l.855-3.433a.307.307 0 0 1 .08-.14Z",clipRule:"evenodd"})})}const X9=x(N9);function Y9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 14",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m11.842 1.383.763.766c.255.255.395.595.395.957 0 .361-.14.701-.395.957L11.671 5 9 2.32l.934-.937c.51-.51 1.398-.511 1.908 0ZM1.81 9.613 8.423 3 11 5.577 4.386 12.19a.26.26 0 0 1-.12.07l-2.943.732a.26.26 0 0 1-.315-.315l.733-2.943a.264.264 0 0 1 .068-.12Z",clipRule:"evenodd"})})}const K9=x(Y9);function q9(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m15.65 3.447.89.893c.296.298.46.695.46 1.117 0 .421-.164.818-.46 1.116l-1.091 1.094-3.116-3.126 1.09-1.094c.595-.596 1.631-.596 2.226 0ZM3.943 13.05l7.716-7.716 3.007 3.007-7.717 7.715a.304.304 0 0 1-.14.08l-3.433.856a.303.303 0 0 1-.368-.368l.855-3.433a.307.307 0 0 1 .08-.14Z",clipRule:"evenodd"})})}const Q9=x(q9);function J9(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M6 15.833v11.975c0 1.212.977 2.195 2.182 2.195h19.636A2.188 2.188 0 0 0 30 27.808V15.834L18 22.99 6 15.833Z",clipRule:"evenodd"}),r("path",{fill:"#84C2FC",fillRule:"evenodd",d:"M30 14.09 18 21 6 14.09v-1.971C6 10.949 6.977 10 8.182 10h19.636c1.205 0 2.182.948 2.182 2.119v1.971Z",clipRule:"evenodd"}),r("circle",{cx:30,cy:10,r:3,fill:"#FF7979",stroke:"#fff",strokeWidth:2})]})}const ep=x(J9);function tp(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#000",d:"M2 22.4h20v-20H2v20Z"})})}const ip=x(tp);function np(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M21.62 9.26c.247.87.38 1.79.38 2.74 0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2c.95 0 1.87.133 2.74.38a4.968 4.968 0 0 0-.687 1.886 8 8 0 1 0 5.68 5.68c.684-.1 1.323-.339 1.887-.686Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M18.45 2a.2.2 0 0 0-.2.2v2.05H16.2a.2.2 0 0 0-.2.2v1.1c0 .11.09.2.2.2h2.05V7.8c0 .11.09.2.2.2h1.1a.2.2 0 0 0 .2-.2V5.75h2.05a.2.2 0 0 0 .2-.2v-1.1a.2.2 0 0 0-.2-.2h-2.05V2.2a.2.2 0 0 0-.2-.2h-1.1Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"M9.667 11.333a1.167 1.167 0 1 0 0-2.333 1.167 1.167 0 0 0 0 2.333ZM14.333 11.333a1.167 1.167 0 1 0 0-2.333 1.167 1.167 0 0 0 0 2.333ZM9.765 12.76a.583.583 0 0 1 .809-.162c.478.319 1.726.751 2.853 0a.583.583 0 0 1 .647.97c-1.673 1.116-3.459.46-4.148 0a.583.583 0 0 1-.161-.808Z"})]})}const rp=x(np);function op(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4.281 4.456a.906.906 0 0 1 .09-1.189.93.93 0 0 1 1.305 0l6.154 6.087.09.103a.906.906 0 0 1-.09 1.189l-6.154 6.087-.104.088a.93.93 0 0 1-1.202-.088l-.089-.103a.906.906 0 0 1 .09-1.189L9.87 10l-5.5-5.441-.09-.103ZM15.001 3a.9.9 0 0 0-.9.9v12.2a.9.9 0 1 0 1.8 0V3.9A.9.9 0 0 0 15 3Z",clipRule:"evenodd"})})}const sp=x(op);function lp(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:r("path",{fill:"#F66",fillRule:"evenodd",d:"M18 33c8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15C9.716 3 3 9.716 3 18c0 8.284 6.716 15 15 15Zm-1.286-20.371c0-.11.09-.2.2-.2h2.172c.11 0 .2.09.2.2v7.314a.2.2 0 0 1-.2.2h-2.172a.2.2 0 0 1-.2-.2V12.63Zm2.572 10.513a1.286 1.286 0 1 1-2.572 0 1.286 1.286 0 0 1 2.572 0Z",clipRule:"evenodd"})})}const ap=x(lp);function cp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:18,height:14,x:3,y:5,stroke:"#333",strokeWidth:2,rx:1}),r("path",{fill:"#333",d:"M4 14h7a1 1 0 0 1 1 1v3H4v-4Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M16.36 13.396h-3.293a.5.5 0 0 1-.5-.5V9.603a.5.5 0 0 1 .854-.353l.958.957 2.56-2.56a.5.5 0 0 1 .707 0l.708.706a.5.5 0 0 1 0 .708l-2.561 2.56.92.921a.5.5 0 0 1-.353.854Z",clipRule:"evenodd"})]})}const hp=x(cp);function dp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:18,height:18,x:3,y:3,fill:"#DDD",rx:6}),r("path",{fill:"#999",fillRule:"evenodd",d:"M9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"})]})}const fp=x(dp);function up(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5.935 5.804c0-.516.418-.935.935-.935h10.26c.517 0 .935.419.935.935V17.87a1.122 1.122 0 0 0-1.264.215l-.6.591-.615-.603a1.122 1.122 0 0 0-1.572 0l-.614.603-.614-.603a1.122 1.122 0 0 0-1.572 0l-.614.603-.614-.603a1.122 1.122 0 0 0-1.572 0l-.614.603-.601-.59a1.122 1.122 0 0 0-1.264-.216V5.804Zm12.023 14.673-.42-.495-.552.542a1.122 1.122 0 0 1-1.572 0l-.614-.604-.614.604a1.122 1.122 0 0 1-1.572 0L12 19.92l-.614.604a1.122 1.122 0 0 1-1.572 0L9.2 19.92l-.614.604a1.122 1.122 0 0 1-1.572 0l-.552-.542-.42.495c-.675.796-1.977.319-1.977-.726V5.804A2.804 2.804 0 0 1 6.87 3h10.26a2.804 2.804 0 0 1 2.805 2.804v13.947c0 1.045-1.302 1.522-1.977.726ZM8 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM11.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-4Zm-.5 4.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1Z",clipRule:"evenodd"})})}const pp=x(up);function gp(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Zm8 8a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Zm-8.5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-5ZM11.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z",clipRule:"evenodd"})})}const vp=x(gp);function mp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:14,height:1.5,x:3,y:4.25,fill:"#333",rx:.75}),r("rect",{width:14,height:1.5,x:3,y:9.25,fill:"#333",rx:.75}),r("rect",{width:14,height:1.5,x:3,y:14.25,fill:"#333",rx:.75}),r("path",{fill:"#fff",d:"M8.5 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M7 4.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM4.75 5a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",d:"M14.5 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M13 9.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",d:"M9.5 15a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M8 14.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5.75 15a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Z",clipRule:"evenodd"})]})}const xp=x(mp);function wp(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10.419 2.64a.75.75 0 0 0-1.06-1.06l-3.36 3.358L2.642 1.58a.75.75 0 0 0-1.06 1.06L4.938 6 1.58 9.358a.75.75 0 0 0 1.06 1.06L6 7.06l3.358 3.359a.75.75 0 0 0 1.061-1.061L7.06 5.999 10.42 2.64Z",clipRule:"evenodd"})})}const yp=x(wp);function _p(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M15.719 4.456a.906.906 0 0 0-.09-1.189.93.93 0 0 0-1.305 0L8.17 9.354l-.09.103a.906.906 0 0 0 .09 1.189l6.154 6.087.104.088a.93.93 0 0 0 1.201-.088l.09-.103a.906.906 0 0 0-.09-1.189L10.13 10l5.5-5.441.09-.103ZM5 3a.9.9 0 0 0-.9.9v12.2a.9.9 0 1 0 1.8 0V3.9A.9.9 0 0 0 5 3Z",clipRule:"evenodd"})})}const bp=x(_p);function Mp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:18,height:14,x:3,y:5,stroke:"#333",strokeWidth:2,rx:1}),r("path",{fill:"#333",d:"M4 14h7a1 1 0 0 1 1 1v3H4v-4Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M14.707 7.5H18a.5.5 0 0 1 .5.5v3.293a.5.5 0 0 1-.854.353l-.957-.957-2.561 2.56a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707l2.56-2.56-.92-.921a.5.5 0 0 1 .353-.854Z",clipRule:"evenodd"})]})}const Zp=x(Mp);function Sp(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.958 3H3v5.194h1.355V5.313L7.47 8.429l.958-.958-3.116-3.116h2.88V3H3.959Zm7.848 1.355h3.84v3.839H17V3h-5.194v1.355Zm-3.612 11.29h-3.84v-3.838H3V17h5.194v-1.355ZM16.042 17h-4.236v-1.355h2.88l-3.115-3.116.958-.958 3.116 3.116v-2.88H17V17h-.958Z",clipRule:"evenodd"})})}const Ip=x(Sp);function Ap(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",d:"M14.47 4.557a.746.746 0 0 1 .973.973l-4.28 10.505c-.272.667-1.236.6-1.414-.097l-1.046-4.102a.746.746 0 0 0-.539-.54l-4.102-1.045c-.697-.178-.764-1.142-.097-1.414l10.505-4.28Z"})})}const Cp=x(Ap);function Rp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#88D4E2",d:"M4.5 4.5h16v16h-16z"}),r("path",{fill:"#AAF6FD",fillRule:"evenodd",d:"m12.5 1.5 11 11-11 11-11-11 11-11Z",clipRule:"evenodd"}),r("path",{fill:"#8BE8F4",fillRule:"evenodd",d:"m23.5 12.5-11 11-11-11h22Z",clipRule:"evenodd"}),r("path",{fill:"#C1FAFF",fillRule:"evenodd",d:"M12.5 1.5v11h-11l11-11Z",clipRule:"evenodd"}),r("path",{fill:"#8C4CF6",stroke:"#fff",d:"m12.929 7.243-.429-.715-.429.715-3 5-.154.257.154.257 3 5 .429.715.429-.715 3-5 .154-.257-.154-.257-3-5Z"}),r("path",{fill:"#fff",fillOpacity:.5,fillRule:"evenodd",d:"m12.5 7.5-3 5h3v-5Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillOpacity:.25,fillRule:"evenodd",d:"m12.5 7.5 3 5h-3v-5Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillOpacity:.15,fillRule:"evenodd",d:"m12.5 17.5-3-5h3v5Z",clipRule:"evenodd"}),r("circle",{cx:23.5,cy:12.5,r:1,fill:"#8BE8F4"}),r("circle",{cx:1.5,cy:12.5,r:1,fill:"#8BE8F4"}),r("circle",{cx:12.5,cy:1.5,r:1,fill:"#8BE8F4"}),r("circle",{cx:12.5,cy:23.5,r:1,fill:"#8BE8F4"})]})}const Fp=x(Rp);function kp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#FC0",fillRule:"evenodd",d:"m3.6 6.001 5.218 4.667 3.837-6.222 3.815 6.222L21.6 6l-2 12.445h-14L3.6 6Z",clipRule:"evenodd"}),r("path",{fill:"#FFD933",fillRule:"evenodd",d:"m12.6 4.536-3.782 6.132L3.6 6.001l2 12.445h7V4.536Z",clipRule:"evenodd"}),r("path",{fill:"#FC0",d:"M5.6 18.446h14v3h-14z"}),r("path",{fill:"#FF5757",d:"M5.6 21.446h14v1h-14z"}),r("circle",{cx:3.6,cy:5.446,r:1,fill:"#FC0"}),r("circle",{cx:12.6,cy:3.6,r:1,fill:"#FC0"}),r("circle",{cx:21.399,cy:5.446,r:1,fill:"#FC0"}),r("path",{fill:"#F64C4C",stroke:"#FFBA00",d:"m9.242 14.64 1.322 1.356-.313 1.924-.165 1.015.9-.497 1.614-.891 1.613.89.9.498-.165-1.015-.313-1.924 1.323-1.357.678-.695-.96-.148-1.811-.278-.813-1.73-.452-.964-.453.963-.814 1.731-1.81.278-.96.148.679.695Z"}),r("path",{fill:"#fff",fillOpacity:.3,fillRule:"evenodd",d:"M11.672 13.972 12.6 12v3l-1.508.861.006-.034L9.6 14.29l2.072-.318Z",clipRule:"evenodd"})]})}const Bp=x(kp);function Ep(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 1H7v5l5.5 3L18 6V1Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M14 1v6.455L12.5 8 11 7.455V1h3Z",clipRule:"evenodd"}),r("circle",{cx:12.5,cy:15.5,r:8.5,fill:"#FFD45F"}),r("circle",{cx:12.5,cy:15.5,r:5.5,fill:"#FFE458",stroke:"#FFC321"}),r("path",{fill:"#FFBA00",d:"M13.426 14.472 12.5 12.5l-.927 1.972-2.073.319 1.498 1.536-.353 2.173 1.855-1.025 1.855 1.025-.353-2.173L15.5 14.79l-2.074-.318Z"}),r("path",{fill:"#fff",fillOpacity:.3,fillRule:"evenodd",d:"m9.3 18.664 6.364-6.364A4.5 4.5 0 0 0 9.3 18.664Z",clipRule:"evenodd"})]})}const Lp=x(Ep);function Dp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 1H7v5l5.5 3L18 6V1Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M14 1v6.455L12.5 8 11 7.455V1h3Z",clipRule:"evenodd",opacity:.4}),r("circle",{cx:12.5,cy:15.5,r:8.5,fill:"#FFD45F"}),r("circle",{cx:12.5,cy:15.5,r:5.5,fill:"#FFE458",stroke:"#FFC321"}),r("path",{fill:"#fff",fillOpacity:.3,fillRule:"evenodd",d:"m9.3 18.664 6.364-6.364A4.5 4.5 0 0 0 9.3 18.664Z",clipRule:"evenodd"})]})}const Tp=x(Dp);function Vp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 0H7v5l5.5 3L18 5V0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M14 0v6.455L12.5 7 11 6.455V0h3Z",clipRule:"evenodd"}),r("path",{fill:"#FFC321",d:"m13.75 4.449 1.708 1.408c.302.25.672.402 1.061.44l2.205.212c.936.09 1.677.83 1.767 1.767l.212 2.204c.038.39.19.76.44 1.062l1.408 1.709a1.964 1.964 0 0 1 0 2.498l-1.408 1.71a1.964 1.964 0 0 0-.44 1.06l-.212 2.205a1.964 1.964 0 0 1-1.767 1.767l-2.205.212c-.39.038-.759.19-1.06.44l-1.71 1.409a1.964 1.964 0 0 1-2.498 0l-1.71-1.41a1.967 1.967 0 0 0-1.06-.439l-2.205-.212a1.964 1.964 0 0 1-1.767-1.767l-.212-2.205c-.038-.39-.19-.759-.44-1.06l-1.408-1.71a1.964 1.964 0 0 1 0-2.498l1.408-1.71c.25-.301.402-.67.44-1.06l.212-2.205c.09-.936.83-1.677 1.767-1.767l2.204-.212c.39-.038.76-.19 1.061-.44l1.71-1.408a1.964 1.964 0 0 1 2.498 0Z"}),r("circle",{cx:12.5,cy:14.5,r:8.5,fill:"#FFD45F"}),r("circle",{cx:12.5,cy:14.5,r:5.5,fill:"#FFE458",stroke:"#FFC321"}),r("path",{fill:"#FFBA00",d:"M13.426 13.472 12.5 11.5l-.927 1.972-2.073.319 1.498 1.536-.353 2.173 1.855-1.025 1.855 1.025-.353-2.173L15.5 13.79l-2.074-.318Z"}),r("path",{fill:"#fff",fillOpacity:.4,fillRule:"evenodd",d:"m9.3 17.664 6.364-6.364A4.5 4.5 0 0 0 9.3 17.664Z",clipRule:"evenodd"})]})}const Pp=x(Vp);function Op(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 1H7v5l5.5 3L18 6V1Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M14 1v6.455L12.5 8 11 7.455V1h3Z",clipRule:"evenodd"}),r("circle",{cx:12.5,cy:15.5,r:8.5,fill:"#E5E5E5"}),r("circle",{cx:12.5,cy:15.5,r:5.5,fill:"#F0EFEF",stroke:"#CACACA"}),r("path",{fill:"#CACACA",d:"M13.426 14.472 12.5 12.5l-.927 1.972-2.073.319 1.498 1.536-.353 2.173 1.855-1.025 1.855 1.025-.353-2.173L15.5 14.79l-2.074-.318Z"}),r("path",{fill:"#fff",fillOpacity:.4,fillRule:"evenodd",d:"m9.3 18.664 6.364-6.364A4.5 4.5 0 0 0 9.3 18.664Z",clipRule:"evenodd"})]})}const Hp=x(Op);function Up(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 1H7v5l5.5 3L18 6V1Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M14 1v6.455L12.5 8 11 7.455V1h3Z",clipRule:"evenodd",opacity:.4}),r("circle",{cx:12.5,cy:15.5,r:8.5,fill:"#E5E5E5"}),r("circle",{cx:12.5,cy:15.5,r:5.5,fill:"#F0EFEF",stroke:"#CACACA"}),r("path",{fill:"#fff",fillOpacity:.4,fillRule:"evenodd",d:"m9.3 18.664 6.364-6.364A4.5 4.5 0 0 0 9.3 18.664Z",clipRule:"evenodd"})]})}const $p=x(Up);function zp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 0H7v5l5.5 3L18 5V0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M14 0v6.455L12.5 7 11 6.455V0h3Z",clipRule:"evenodd"}),r("path",{fill:"#DDD",d:"m13.75 4.449 1.708 1.408c.302.25.672.402 1.061.44l2.205.212c.936.09 1.677.83 1.767 1.767l.212 2.204c.038.39.19.76.44 1.062l1.408 1.709a1.964 1.964 0 0 1 0 2.498l-1.408 1.71a1.964 1.964 0 0 0-.44 1.06l-.212 2.205a1.964 1.964 0 0 1-1.767 1.767l-2.205.212c-.39.038-.759.19-1.06.44l-1.71 1.409a1.964 1.964 0 0 1-2.498 0l-1.71-1.41a1.967 1.967 0 0 0-1.06-.439l-2.205-.212a1.964 1.964 0 0 1-1.767-1.767l-.212-2.205c-.038-.39-.19-.759-.44-1.06l-1.408-1.71a1.964 1.964 0 0 1 0-2.498l1.408-1.71c.25-.301.402-.67.44-1.06l.212-2.205c.09-.936.83-1.677 1.767-1.767l2.204-.212c.39-.038.76-.19 1.061-.44l1.71-1.408a1.964 1.964 0 0 1 2.498 0Z"}),r("circle",{cx:12.5,cy:14.5,r:8.5,fill:"#E5E5E5"}),r("circle",{cx:12.5,cy:14.5,r:5.5,fill:"#F0EFEF",stroke:"#C4C4C4"}),r("path",{fill:"#C4C4C4",d:"M13.426 13.472 12.5 11.5l-.927 1.972-2.073.319 1.498 1.536-.353 2.173 1.855-1.025 1.855 1.025-.353-2.173L15.5 13.79l-2.074-.318Z"}),r("path",{fill:"#fff",fillOpacity:.4,fillRule:"evenodd",d:"m9.3 17.664 6.364-6.364A4.5 4.5 0 0 0 9.3 17.664Z",clipRule:"evenodd"})]})}const Gp=x(zp);function Wp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 1H7v5l5.5 3L18 6V1Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M14 1v6.455L12.5 8 11 7.455V1h3Z",clipRule:"evenodd"}),r("circle",{cx:12.5,cy:15.5,r:8.5,fill:"#EE9046"}),r("circle",{cx:12.5,cy:15.5,r:5.5,fill:"#F9A059",stroke:"#D07731"}),r("path",{fill:"#D07731",d:"M13.426 14.472 12.5 12.5l-.927 1.972-2.073.319 1.498 1.536-.353 2.173 1.855-1.025 1.855 1.025-.353-2.173L15.5 14.79l-2.074-.318Z"}),r("path",{fill:"#fff",fillOpacity:.2,fillRule:"evenodd",d:"m9.3 18.664 6.364-6.364A4.5 4.5 0 0 0 9.3 18.664Z",clipRule:"evenodd"})]})}const jp=x(Wp);function Np(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 1H7v5l5.5 3L18 6V1Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillOpacity:.4,fillRule:"evenodd",d:"M14 1v6.455L12.5 8 11 7.455V1h3Z",clipRule:"evenodd"}),r("circle",{cx:12.5,cy:15.5,r:8.5,fill:"#EE9046"}),r("circle",{cx:12.5,cy:15.5,r:5.5,fill:"#F9A059",stroke:"#D07731"}),r("path",{fill:"#fff",fillOpacity:.2,fillRule:"evenodd",d:"m9.3 18.664 6.364-6.364A4.5 4.5 0 0 0 9.3 18.664Z",clipRule:"evenodd"})]})}const Xp=x(Np);function Yp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M18 0H7v5l5.5 3L18 5V0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M14 0v6.455L12.5 7 11 6.455V0h3Z",clipRule:"evenodd"}),r("path",{fill:"#EE9046",d:"m13.75 4.449 1.708 1.408c.302.25.672.402 1.061.44l2.205.212c.936.09 1.677.83 1.767 1.767l.212 2.204c.038.39.19.76.44 1.062l1.408 1.709a1.964 1.964 0 0 1 0 2.498l-1.408 1.71a1.964 1.964 0 0 0-.44 1.06l-.212 2.205a1.964 1.964 0 0 1-1.767 1.767l-2.205.212c-.39.038-.759.19-1.06.44l-1.71 1.409a1.964 1.964 0 0 1-2.498 0l-1.71-1.41a1.967 1.967 0 0 0-1.06-.439l-2.205-.212a1.964 1.964 0 0 1-1.767-1.767l-.212-2.205c-.038-.39-.19-.759-.44-1.06l-1.408-1.71a1.964 1.964 0 0 1 0-2.498l1.408-1.71c.25-.301.402-.67.44-1.06l.212-2.205c.09-.936.83-1.677 1.767-1.767l2.204-.212c.39-.038.76-.19 1.061-.44l1.71-1.408a1.964 1.964 0 0 1 2.498 0Z"}),r("circle",{cx:12.5,cy:14.5,r:8.5,fill:"#F9A059"}),r("circle",{cx:12.5,cy:14.5,r:5.5,fill:"#F9A059",stroke:"#D07731"}),r("path",{fill:"#D07731",d:"M13.426 13.472 12.5 11.5l-.927 1.972-2.073.319 1.498 1.536-.353 2.173 1.855-1.025 1.855 1.025-.353-2.173L15.5 13.79l-2.074-.318Z"}),r("path",{fill:"#fff",fillOpacity:.2,fillRule:"evenodd",d:"m9.3 17.664 6.364-6.364A4.5 4.5 0 0 0 9.3 17.664Z",clipRule:"evenodd"})]})}const Kp=x(Yp);function qp(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M13.659 3.304a.2.2 0 0 0-.351 0l-1.034 1.89a.2.2 0 0 1-.08.08l-1.89 1.034a.2.2 0 0 0 0 .35l1.89 1.034a.2.2 0 0 1 .08.08l1.034 1.89a.2.2 0 0 0 .35 0l1.035-1.89a.2.2 0 0 1 .08-.08l1.89-1.033a.2.2 0 0 0 0-.351l-1.89-1.034a.2.2 0 0 1-.08-.08l-1.034-1.89Zm-5.5 4a.2.2 0 0 0-.351 0l-1.564 2.86a.2.2 0 0 1-.08.08l-2.86 1.564a.2.2 0 0 0 0 .35l2.86 1.565a.2.2 0 0 1 .08.08l1.564 2.86a.2.2 0 0 0 .35 0l1.565-2.86a.2.2 0 0 1 .08-.08l2.86-1.564a.2.2 0 0 0 0-.351l-2.86-1.565a.2.2 0 0 1-.08-.079L8.16 7.304Z",clipRule:"evenodd"})})}const Qp=x(qp);function Jp(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[p("g",{clipPath:"url(#ic-gradient-attendance_svg__a)",children:[r("circle",{cx:12,cy:12,r:9.75,fill:"url(#ic-gradient-attendance_svg__b)",stroke:"url(#ic-gradient-attendance_svg__c)",strokeWidth:.5}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M10.854 11.732A.5.5 0 0 0 11 11.38V8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.707a.5.5 0 0 1-.146.354l-2.793 2.793a.5.5 0 0 1-.707 0l-.707-.708a.5.5 0 0 1 0-.707l2.207-2.207Z",clipRule:"evenodd"}),r("circle",{cx:5,cy:12,r:1,fill:"url(#ic-gradient-attendance_svg__d)"}),r("circle",{cx:12,cy:5,r:1,fill:"url(#ic-gradient-attendance_svg__e)"}),r("circle",{cx:12,cy:19,r:1,fill:"url(#ic-gradient-attendance_svg__f)"}),r("circle",{cx:18.25,cy:18.25,r:5.25,fill:"url(#ic-gradient-attendance_svg__g)",stroke:"#F9F9F9",strokeWidth:1.177}),r("path",{stroke:"#2D89E4",strokeLinecap:"round",strokeWidth:1.333,d:"m16.25 17.953 1.302 1.4a.271.271 0 0 0 .397.002L20.25 16.9"})]}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-attendance_svg__b",x1:-1.125,x2:12.625,y1:-1.125,y2:12.625,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.224,stopColor:"#D6E9FB"}),r("stop",{offset:1,stopColor:"#3693ED"})]}),p("linearGradient",{id:"ic-gradient-attendance_svg__c",x1:12,x2:12,y1:2,y2:22,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff",stopOpacity:.3}),r("stop",{offset:1,stopOpacity:.2})]}),p("linearGradient",{id:"ic-gradient-attendance_svg__d",x1:3.688,x2:5.333,y1:10.688,y2:12.333,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.224,stopColor:"#EAF5FF"}),r("stop",{offset:1,stopColor:"#B4DAFF"})]}),p("linearGradient",{id:"ic-gradient-attendance_svg__e",x1:10.688,x2:12.333,y1:3.688,y2:5.333,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.224,stopColor:"#EAF5FF"}),r("stop",{offset:1,stopColor:"#B4DAFF"})]}),p("linearGradient",{id:"ic-gradient-attendance_svg__f",x1:10.688,x2:12.333,y1:17.688,y2:19.333,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.224,stopColor:"#9ECEFD"}),r("stop",{offset:1,stopColor:"#52A4F4"})]}),p("linearGradient",{id:"ic-gradient-attendance_svg__g",x1:13,x2:23.631,y1:12.934,y2:23.566,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#EAF5FF"}),r("stop",{offset:1,stopColor:"#84C2FC"})]}),r("clipPath",{id:"ic-gradient-attendance_svg__a",children:r("path",{fill:"#fff",d:"M0 0h24v24H0z"})})]})]})}const eg=x(Jp);function tg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:14.34,height:15.45,fill:"url(#ic-gradient-board_svg__a)",fillOpacity:.7,rx:2,transform:"matrix(.99027 .13917 -.13523 .99081 4.34 3.5)"}),p("g",{filter:"url(#ic-gradient-board_svg__b)",children:[r("path",{fill:"url(#ic-gradient-board_svg__c)",d:"M5.74 7.5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2v-12Z"}),r("path",{fill:"#4272CE",d:"M5.74 5.5h14-14Zm14 14a2.29 2.29 0 0 1-2.291 2.29h-9.42a2.29 2.29 0 0 1-2.29-2.29c0 .944.896 1.71 2 1.71h10c1.105 0 2-.766 2-1.71Zm-14 2v-16 16Zm14-16v16-16Z"})]}),r("rect",{width:1,height:4.7,fill:"url(#ic-gradient-board_svg__d)",rx:.5,transform:"matrix(.7071 -.7071 -.69678 -.71729 19.55 10.5)"}),r("rect",{width:10,height:1,x:7.739,y:11,fill:"#8092AA",rx:.5}),r("rect",{width:7,height:1,x:7.739,y:13,fill:"#8092AA",rx:.5}),r("rect",{width:4,height:2,x:7.739,y:8,fill:"#3299FE",rx:1}),r("rect",{width:1.13,height:3.61,fill:"url(#ic-gradient-board_svg__e)",rx:.565,transform:"matrix(.7071 .7071 -.69678 .71729 18.74 4.5)"}),r("circle",{cx:19.739,cy:4.5,r:2,fill:"url(#ic-gradient-board_svg__f)"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-board_svg__a",x1:2.689,x2:14.489,y1:-2.272,y2:15.35,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#0688FF"}),r("stop",{offset:1,stopColor:"#0057FF"})]}),p("linearGradient",{id:"ic-gradient-board_svg__c",x1:8.364,x2:20.844,y1:3.147,y2:20.715,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:.552,stopColor:"#F8FAFF"}),r("stop",{offset:.963,stopColor:"#DDE9FF"})]}),p("linearGradient",{id:"ic-gradient-board_svg__d",x1:-.108,x2:1.654,y1:4.77,y2:1.478,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopOpacity:.3}),r("stop",{offset:1,stopOpacity:0})]}),p("linearGradient",{id:"ic-gradient-board_svg__e",x1:-.662,x2:2.103,y1:1.805,y2:2.3,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#8E8E8E"}),r("stop",{offset:1,stopColor:"#4B4B4B"})]}),p("radialGradient",{id:"ic-gradient-board_svg__f",cx:0,cy:0,r:1,gradientTransform:"matrix(1.5 2 -2 1.5 19.74 4.5)",gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#548EFF"}),r("stop",{offset:.766,stopColor:"#226DFF"})]}),p("filter",{id:"ic-gradient-board_svg__b",width:17.636,height:19.927,x:3.921,y:3.455,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:-.227}),r("feGaussianBlur",{stdDeviation:.909}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.458056 0 0 0 0 0.57715 0 0 0 0 0.808333 0 0 0 1 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_4513"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_4513",result:"shape"})]})]})]})}const ig=x(tg);function ng(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[p("mask",{id:"ic-gradient-display_svg__b",width:16,height:19,x:4,y:2,fill:"#000",maskUnits:"userSpaceOnUse",children:[r("path",{fill:"#fff",d:"M4 2h16v19H4z"}),r("path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2h11A2.5 2.5 0 0 1 20 4.5v13a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 17.5v-13Z"})]}),r("path",{fill:"url(#ic-gradient-display_svg__a)",d:"M4 4.5A2.5 2.5 0 0 1 6.5 2h11A2.5 2.5 0 0 1 20 4.5v13a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 17.5v-13Z"}),r("path",{fill:"#6D78CD",d:"M4 2h16H4Zm16 15.5a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3c0 1.105 1.12 2 2.5 2h11c1.38 0 2.5-.895 2.5-2ZM4 20V2v18ZM20 2v18V2Z",mask:"url(#ic-gradient-display_svg__b)"}),r("path",{fill:"url(#ic-gradient-display_svg__c)",d:"M5 6.5A1.5 1.5 0 0 1 6.5 5h11A1.5 1.5 0 0 1 19 6.5v2a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 5 8.5v-2Z",opacity:.8}),r("path",{fill:"url(#ic-gradient-display_svg__d)",d:"M5 13.5A1.5 1.5 0 0 1 6.5 12h11a1.5 1.5 0 0 1 1.5 1.5v2a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 5 15.5v-2Z",opacity:.8}),r("rect",{width:6,height:3,fill:"url(#ic-gradient-display_svg__e)",rx:.5,transform:"matrix(-1 0 0 1 14 6.5)"}),r("rect",{width:2,height:3,fill:"url(#ic-gradient-display_svg__f)",rx:.5,transform:"matrix(-1 0 0 1 10 13.5)"}),r("rect",{width:5,height:3,fill:"url(#ic-gradient-display_svg__g)",rx:.5,transform:"matrix(-1 0 0 1 16 13.5)"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-display_svg__a",x1:4,x2:21.897,y1:2,y2:17.86,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#C7E3FF"}),r("stop",{offset:1,stopColor:"#8A97E0"})]}),p("linearGradient",{id:"ic-gradient-display_svg__c",x1:5,x2:8.054,y1:5.938,y2:14.097,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#2C2C2C"}),r("stop",{offset:1,stopColor:"#626262"})]}),p("linearGradient",{id:"ic-gradient-display_svg__d",x1:5,x2:8.054,y1:12.938,y2:21.097,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#2C2C2C"}),r("stop",{offset:1,stopColor:"#626262"})]}),p("linearGradient",{id:"ic-gradient-display_svg__e",x1:3,x2:3,y1:0,y2:3,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#E4EDFF"}),r("stop",{offset:1,stopColor:"#AAB8D2"})]}),p("linearGradient",{id:"ic-gradient-display_svg__f",x1:1,x2:1,y1:0,y2:3,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#E4EDFF"}),r("stop",{offset:1,stopColor:"#AAB8D2"})]}),p("linearGradient",{id:"ic-gradient-display_svg__g",x1:2.5,x2:2.5,y1:0,y2:3,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#E4EDFF"}),r("stop",{offset:1,stopColor:"#AAB8D2"})]})]})]})}const rg=x(ng);function og(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("g",{clipPath:"url(#ic-gradient-gps_svg__a)",children:r("path",{fill:"url(#ic-gradient-gps_svg__b)",d:"M18.541 4.081c.867-.353 1.731.511 1.378 1.378l-6.064 14.883c-.384.944-1.75.85-2.003-.138l-1.481-5.812a1.057 1.057 0 0 0-.763-.763l-5.812-1.481c-.988-.252-1.082-1.619-.138-2.003L18.541 4.08Z"})}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-gps_svg__b",x1:0,x2:20,y1:1,y2:21,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#406588",stopOpacity:.32}),r("stop",{offset:1,stopColor:"#35485B"})]}),r("clipPath",{id:"ic-gradient-gps_svg__a",children:r("path",{fill:"#fff",d:"M0 0h24v24H0z"})})]})]})}const sg=x(og);function lg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"url(#ic-gradient-inventory_svg__a)",d:"M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12.5a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5V6Z"}),r("path",{fill:"url(#ic-gradient-inventory_svg__b)",d:"M3 6a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v12a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18V6Z"}),p("g",{opacity:.3,children:[r("path",{fill:"url(#ic-gradient-inventory_svg__c)",fillOpacity:.8,d:"M15 16h4v2h-4v-2Z"}),r("path",{stroke:"url(#ic-gradient-inventory_svg__d)",strokeOpacity:.2,strokeWidth:.458,d:"M15.23 16.23h3.54v1.54h-3.54v-1.54Z"})]}),r("path",{fill:"url(#ic-gradient-inventory_svg__e)",fillOpacity:.8,d:"M10 5h4v6a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5Z"}),r("path",{stroke:"url(#ic-gradient-inventory_svg__f)",strokeOpacity:.2,strokeWidth:.458,d:"M10.23 5.23h3.54V11a.77.77 0 0 1-.77.77h-2a.77.77 0 0 1-.77-.77V5.23Z"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-inventory_svg__a",x1:8,x2:15.035,y1:.5,y2:23.489,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#E6B977"}),r("stop",{offset:1,stopColor:"#D6A163"})]}),p("linearGradient",{id:"ic-gradient-inventory_svg__b",x1:8,x2:13.335,y1:2.847,y2:23.092,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#FFE091"}),r("stop",{offset:.526,stopColor:"#EFB759"}),r("stop",{offset:.804,stopColor:"#FDB850"}),r("stop",{offset:1,stopColor:"#EAD87A"})]}),p("linearGradient",{id:"ic-gradient-inventory_svg__c",x1:15,x2:16.53,y1:16.375,y2:19.294,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#666"}),r("stop",{offset:1,stopColor:"#303030"})]}),p("linearGradient",{id:"ic-gradient-inventory_svg__d",x1:17,x2:17,y1:16,y2:18,gradientUnits:"userSpaceOnUse",children:[r("stop",{}),r("stop",{offset:1,stopColor:"#959595"})]}),p("linearGradient",{id:"ic-gradient-inventory_svg__e",x1:10,x2:15.474,y1:6.313,y2:9.297,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#666"}),r("stop",{offset:1,stopColor:"#303030"})]}),p("linearGradient",{id:"ic-gradient-inventory_svg__f",x1:12,x2:12,y1:5,y2:12,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#CAC598"})]})]})]})}const ag=x(lg);function cg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[p("g",{clipPath:"url(#ic-gradient-jp_svg__a)",children:[r("g",{filter:"url(#ic-gradient-jp_svg__b)",children:r("ellipse",{cx:12,cy:21.5,fill:"#CCC",rx:4,ry:1.5})}),r("path",{fill:"url(#ic-gradient-jp_svg__c)",d:"M21 9.67c0 7.076-6.974 11.255-8.633 12.149a.733.733 0 0 1-.703 0C10.001 20.927 3 16.753 3 9.67 3 4.881 7.03 1 12 1s9 3.881 9 8.67Z"}),r("circle",{cx:12,cy:10,r:6,fill:"#fff",stroke:"url(#ic-gradient-jp_svg__d)",strokeWidth:.5}),r("path",{stroke:"#17706F",strokeLinecap:"round",strokeWidth:1.5,d:"m9.5 10.184 1.719 1.665a.226.226 0 0 0 .313 0L14.5 9"})]}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-jp_svg__c",x1:5.652,x2:13.123,y1:-3.011,y2:22.354,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.09,stopColor:"#63E7C6"}),r("stop",{offset:.873,stopColor:"#3EAE92"}),r("stop",{offset:1,stopColor:"#4DC9AA"})]}),p("linearGradient",{id:"ic-gradient-jp_svg__d",x1:8.063,x2:16.5,y1:4,y2:17.875,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#53A5A3"}),r("stop",{offset:1,stopColor:"#7EDCC5"})]}),r("clipPath",{id:"ic-gradient-jp_svg__a",children:r("path",{fill:"#fff",d:"M0 0h24v24H0z"})}),p("filter",{id:"ic-gradient-jp_svg__b",width:11,height:6,x:6.5,y:18.5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r("feGaussianBlur",{result:"effect1_foregroundBlur_286_4543",stdDeviation:.75})]})]})]})}const hg=x(cg);function dg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"url(#ic-gradient-mobile_svg__a)",d:"M5 19h14v1a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1Z"}),r("rect",{width:14,height:19,x:5,y:2,fill:"url(#ic-gradient-mobile_svg__b)",rx:2}),r("path",{stroke:"#EAF5FF",strokeLinecap:"round",strokeWidth:1.5,d:"m9 10.579 2.085 2.244c.09.096.241.096.33 0L15 9"}),r("rect",{width:6,height:1.5,x:9,y:3.5,fill:"#4C6882",opacity:.4,rx:.5}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-mobile_svg__a",x1:5,x2:5.504,y1:19,y2:23.509,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#7FAFDA",stopOpacity:.88}),r("stop",{offset:1,stopColor:"#557694"})]}),p("linearGradient",{id:"ic-gradient-mobile_svg__b",x1:5.5,x2:24.176,y1:3,y2:30.451,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#A1CDF5"}),r("stop",{offset:1,stopColor:"#6789AB"})]})]})]})}const fg=x(dg);function ug(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"url(#ic-gradient-notice_svg__a)",d:"M7.9 12.888a1.5 1.5 0 0 1 1.838 1.06l1.553 5.796a1.5 1.5 0 0 1-2.898.777L6.84 14.725a1.5 1.5 0 0 1 1.06-1.837Z"}),r("path",{fill:"url(#ic-gradient-notice_svg__b)",d:"M17.5 8.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"}),r("path",{fill:"url(#ic-gradient-notice_svg__c)",d:"M4 9.3a3 3 0 0 1 3-3v9a3 3 0 0 1-3-3v-3Z"}),r("path",{fill:"url(#ic-gradient-notice_svg__d)",d:"M7 6.333 16 4v14l-9-2.722V6.333Z"}),r("path",{fill:"url(#ic-gradient-notice_svg__e)",d:"M16 18V4l-1 .26V17.7l1 .3Z"}),r("path",{fill:"url(#ic-gradient-notice_svg__f)",d:"M16 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V4Z"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-notice_svg__a",x1:9.631,x2:6.961,y1:16.448,y2:21.159,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#0881F8"}),r("stop",{offset:.286,stopColor:"#2592FD"}),r("stop",{offset:1,stopColor:"#0F85F9"})]}),p("linearGradient",{id:"ic-gradient-notice_svg__b",x1:16.667,x2:20.833,y1:9.125,y2:11.625,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#0680F8"}),r("stop",{offset:1,stopColor:"#3299FE"})]}),p("linearGradient",{id:"ic-gradient-notice_svg__c",x1:5.5,x2:5.5,y1:6.3,y2:15.3,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.088,stopColor:"#057FF7"}),r("stop",{offset:.579,stopColor:"#2F98FF"}),r("stop",{offset:1,stopColor:"#057FF7"})]}),p("linearGradient",{id:"ic-gradient-notice_svg__d",x1:11.109,x2:11.535,y1:4.389,y2:17.999,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:0,stopColor:"#CCE5FD"}),r("stop",{offset:.483,stopColor:"#D0E3FF"}),r("stop",{offset:1,stopColor:"#A6D1FD"})]}),p("linearGradient",{id:"ic-gradient-notice_svg__e",x1:15.5,x2:15.5,y1:3.417,y2:18,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff",stopOpacity:.2}),r("stop",{offset:.349,stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#fff",stopOpacity:.2})]}),p("linearGradient",{id:"ic-gradient-notice_svg__f",x1:16.889,x2:17.037,y1:5.615,y2:18.5,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#CDE5FE"}),r("stop",{offset:.531,stopColor:"#DFEDFF"}),r("stop",{offset:1,stopColor:"#AED5FE"})]})]})]})}const pg=x(ug);function gg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("circle",{cx:12,cy:12,r:9.75,fill:"url(#ic-gradient-overtime_svg__a)",stroke:"url(#ic-gradient-overtime_svg__b)",strokeWidth:.5}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M10.854 11.732A.5.5 0 0 0 11 11.38V8.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.707a.5.5 0 0 1-.146.354l-2.793 2.793a.5.5 0 0 1-.707 0l-.707-.708a.5.5 0 0 1 0-.707l2.207-2.207Z",clipRule:"evenodd"}),r("circle",{cx:5,cy:12,r:1,fill:"url(#ic-gradient-overtime_svg__c)"}),r("circle",{cx:12,cy:5,r:1,fill:"url(#ic-gradient-overtime_svg__d)"}),r("circle",{cx:12,cy:19,r:1,fill:"url(#ic-gradient-overtime_svg__e)",fillOpacity:.5}),r("circle",{cx:18.25,cy:18.25,r:5.25,fill:"url(#ic-gradient-overtime_svg__f)",stroke:"#F9F9F9",strokeWidth:1.177}),r("path",{fill:"#2D5274",fillRule:"evenodd",d:"M16.16 17.998a.5.5 0 0 1 0-.707l1.681-1.682a.5.5 0 0 1 .707 0l1.687 1.686a.5.5 0 0 1 0 .707l-.01.01a.5.5 0 0 1-.707 0l-.804-.805V20.5a.5.5 0 0 1-.5.5h-.069a.5.5 0 0 1-.5-.5v-3.263l-.77.77a.5.5 0 0 1-.707 0l-.009-.01Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-overtime_svg__a",x1:2.5,x2:15,y1:-7,y2:15.5,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.224,stopColor:"#BFD4ED"}),r("stop",{offset:1,stopColor:"#426F9A"})]}),p("linearGradient",{id:"ic-gradient-overtime_svg__b",x1:12,x2:12,y1:2,y2:22,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff",stopOpacity:.3}),r("stop",{offset:1,stopOpacity:.2})]}),p("linearGradient",{id:"ic-gradient-overtime_svg__c",x1:3.688,x2:5.333,y1:10.688,y2:12.333,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.224,stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#D3D3D3"})]}),p("linearGradient",{id:"ic-gradient-overtime_svg__d",x1:10.688,x2:12.333,y1:3.688,y2:5.333,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.224,stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#D3D3D3"})]}),p("linearGradient",{id:"ic-gradient-overtime_svg__e",x1:10.688,x2:12.333,y1:17.688,y2:19.333,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:.224,stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#D3D3D3"})]}),p("linearGradient",{id:"ic-gradient-overtime_svg__f",x1:13,x2:23.631,y1:12.934,y2:23.566,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F1F1F1"}),r("stop",{offset:1,stopColor:"#A4AEBE"})]})]})]})}const vg=x(gg);function mg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("mask",{id:"ic-gradient-price_svg__c",fill:"#fff",children:r("path",{fillRule:"evenodd",d:"M7.642 3.97A3.12 3.12 0 0 1 9.95 2.435l5.823-.74a3.113 3.113 0 0 1 3.264 1.885l2.271 5.413a3.119 3.119 0 0 1-.175 2.766L16.68 19.47a4.675 4.675 0 0 1-6.386 1.714L4.9 18.07A4.675 4.675 0 0 1 3.19 11.68l4.452-7.71Zm7.352 3.651a1.285 1.285 0 1 0 0-2.57 1.285 1.285 0 0 0 0 2.57Z",clipRule:"evenodd"})}),r("path",{fill:"url(#ic-gradient-price_svg__a)",fillRule:"evenodd",d:"M7.642 3.97A3.12 3.12 0 0 1 9.95 2.435l5.823-.74a3.113 3.113 0 0 1 3.264 1.885l2.271 5.413a3.119 3.119 0 0 1-.175 2.766L16.68 19.47a4.675 4.675 0 0 1-6.386 1.714L4.9 18.07A4.675 4.675 0 0 1 3.19 11.68l4.452-7.71Zm7.352 3.651a1.285 1.285 0 1 0 0-2.57 1.285 1.285 0 0 0 0 2.57Z",clipRule:"evenodd"}),r("path",{fill:"url(#ic-gradient-price_svg__b)",d:"m9.95 2.435.063.496-.063-.496ZM7.642 3.97l.433.25-.433-.25Zm8.131-2.274L15.71 1.2l.063.496Zm3.264 1.884-.461.194.46-.194Zm2.271 5.413-.46.193.46-.193Zm-.175 2.766-.433-.25.433.25ZM16.68 19.47l.433.25-.433-.25Zm-6.386 1.714.25-.433-.25.433ZM4.9 18.07l-.25.433.25-.433ZM3.19 11.68l.433.25-.433-.25Zm13.09-5.345h-.5.5Zm-1.286-1.285v-.5.5ZM9.887 1.939A3.62 3.62 0 0 0 7.21 3.72l.866.5a2.62 2.62 0 0 1 1.938-1.289l-.126-.992Zm5.823-.74-5.823.74.126.992 5.823-.74-.126-.991Zm3.788 2.188A3.613 3.613 0 0 0 15.71 1.2l.126.992a2.613 2.613 0 0 1 2.74 1.582l.922-.387Zm2.271 5.412-2.271-5.412-.922.387 2.271 5.412.922-.387Zm-.203 3.21a3.62 3.62 0 0 0 .203-3.21l-.922.387a2.62 2.62 0 0 1-.147 2.323l.866.5Zm-4.452 7.711 4.452-7.71-.866-.5-4.452 7.71.866.5Zm-7.069 1.897a5.175 5.175 0 0 0 7.07-1.897l-.867-.5a4.175 4.175 0 0 1-5.703 1.531l-.5.866ZM4.65 18.502l5.396 3.115.5-.866-5.396-3.115-.5.866Zm-1.892-7.07a5.175 5.175 0 0 0 1.892 7.07l.5-.866a4.175 4.175 0 0 1-1.526-5.705l-.866-.5ZM7.21 3.72l-4.452 7.711.866.5 4.452-7.71-.866-.5Zm8.57 2.616a.785.785 0 0 1-.785.785v1c.986 0 1.785-.799 1.785-1.785h-1Zm-.785-.785c.434 0 .785.351.785.785h1c0-.986-.799-1.785-1.785-1.785v1Zm-.785.785c0-.434.351-.785.785-.785v-1c-.986 0-1.785.799-1.785 1.785h1Zm.785.785a.785.785 0 0 1-.785-.785h-1c0 .986.799 1.785 1.785 1.785v-1Z",mask:"url(#ic-gradient-price_svg__c)"}),r("path",{fill:"url(#ic-gradient-price_svg__d)",fillRule:"evenodd",d:"M11.444 10.418a1.174 1.174 0 1 1-2.347 0 1.174 1.174 0 0 1 2.347 0Zm1.741 5.682a1.174 1.174 0 1 1-2.347 0 1.174 1.174 0 0 1 2.347 0Zm-4.898-2.887a.783.783 0 0 0 .405 1.512l5.292-1.418a.782.782 0 1 0-.405-1.512l-5.292 1.418Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-price_svg__a",x1:7.202,x2:19.275,y1:1.029,y2:23.228,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#86EFDC"}),r("stop",{offset:1,stopColor:"#6DBBA8"})]}),p("linearGradient",{id:"ic-gradient-price_svg__b",x1:13.341,x2:13.823,y1:-.55,y2:23.572,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff",stopOpacity:.25}),r("stop",{offset:1,stopColor:"#41ACAB"})]}),p("linearGradient",{id:"ic-gradient-price_svg__d",x1:11.136,x2:11.136,y1:9.244,y2:17.273,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#17706F"}),r("stop",{offset:1,stopColor:"#208684"})]})]})]})}const xg=x(mg);function wg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"url(#ic-gradient-report_svg__a)",d:"M4 6.5A2.5 2.5 0 0 1 6.5 4h11A2.5 2.5 0 0 1 20 6.5v13a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19.5v-13Z"}),r("path",{fill:"#395F77",d:"M4 4h16H4Zm16 15.5a2.875 2.875 0 0 1-2.875 2.875H6.875A2.875 2.875 0 0 1 4 19.5c0 1.173 1.12 2.125 2.5 2.125h11c1.38 0 2.5-.952 2.5-2.125ZM4 22V4v18ZM20 4v18V4Z"}),r("path",{fill:"url(#ic-gradient-report_svg__b)",d:"M6 7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V7Z"}),r("path",{fill:"#B6C8D3",d:"M6 5h12H6Zm12 12c0 1.22-.99 2.21-2.21 2.21H8.21A2.21 2.21 0 0 1 6 17c0 .988.895 1.79 2 1.79h8c1.105 0 2-.802 2-1.79ZM6 19V5v14ZM18 5v14V5Z"}),r("rect",{width:6,height:2.5,x:9,y:3,fill:"url(#ic-gradient-report_svg__c)",rx:1}),r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M8.5 8.5A.5.5 0 0 1 9 8h6a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 9 10h6a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5ZM9 12a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H9Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-report_svg__a",x1:12,x2:20.733,y1:.062,y2:21.704,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#5291CC"}),r("stop",{offset:1,stopColor:"#1864AC"})]}),p("linearGradient",{id:"ic-gradient-report_svg__b",x1:12,x2:18.971,y1:1.938,y2:18.594,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:.62,stopColor:"#F8FAFF"}),r("stop",{offset:1,stopColor:"#D9E2EB"})]}),p("linearGradient",{id:"ic-gradient-report_svg__c",x1:12,x2:12.765,y1:3,y2:6.059,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#6291BD"}),r("stop",{offset:1,stopColor:"#346089"})]})]})]})}const yg=x(wg);function _g(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[p("mask",{id:"ic-gradient-sales_svg__b",width:18,height:19,x:3,y:3,fill:"#000",maskUnits:"userSpaceOnUse",children:[r("path",{fill:"#fff",d:"M3 3h18v19H3z"}),r("path",{d:"M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5v-13Z"})]}),r("path",{fill:"url(#ic-gradient-sales_svg__a)",d:"M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5v-13Z"}),r("path",{fill:"#658FB4",d:"M3 3h18H3Zm18 15.5a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3c0 1.105 1.12 2 2.5 2h13c1.38 0 2.5-.895 2.5-2ZM3 21V3v18ZM21 3v18V3Z",mask:"url(#ic-gradient-sales_svg__b)"}),r("path",{fill:"url(#ic-gradient-sales_svg__c)",d:"M4 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7Z"}),r("path",{stroke:"url(#ic-gradient-sales_svg__d)",strokeOpacity:.2,strokeWidth:.458,d:"M4.23 7c0-.978.792-1.77 1.77-1.77h12c.978 0 1.77.792 1.77 1.77v10A1.77 1.77 0 0 1 18 18.77H6A1.77 1.77 0 0 1 4.23 17V7Z"}),r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M16.5 12a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1ZM13 14.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-2Zm-3 1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Z",clipRule:"evenodd"}),r("path",{fill:"url(#ic-gradient-sales_svg__e)",fillRule:"evenodd",d:"M16.28 7.25a.234.234 0 0 0-.25-.25l-3.12.224a.234.234 0 0 0-.15.399l.994.994-2.598 2.598L9.832 9.89a.676.676 0 0 0-.956 0l-3.153 3.153.955.956 2.676-2.676 1.324 1.325a.676.676 0 0 0 .956 0l3.076-3.077.947.948a.234.234 0 0 0 .4-.149l.224-3.121Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-sales_svg__a",x1:3,x2:21.027,y1:3,y2:20.972,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#9ABFE0"}),r("stop",{offset:1,stopColor:"#769EC7"})]}),p("linearGradient",{id:"ic-gradient-sales_svg__c",x1:4,x2:16.976,y1:7.625,y2:21.773,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#FFFBF4"})]}),p("linearGradient",{id:"ic-gradient-sales_svg__d",x1:12,x2:12,y1:5,y2:19,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#98BBCA"})]}),p("linearGradient",{id:"ic-gradient-sales_svg__e",x1:9.242,x2:12.762,y1:4.652,y2:11.692,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#96CBFF"}),r("stop",{offset:1,stopColor:"#3378FF"})]})]})]})}const bg=x(_g);function Mg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[p("mask",{id:"ic-gradient-schedule_svg__b",width:18,height:19,x:3,y:3,fill:"#000",maskUnits:"userSpaceOnUse",children:[r("path",{fill:"#fff",d:"M3 3h18v19H3z"}),r("path",{d:"M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5v-13Z"})]}),r("path",{fill:"url(#ic-gradient-schedule_svg__a)",d:"M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 18.5v-13Z"}),r("path",{fill:"#8092AA",d:"M3 3h18H3Zm18 15.5a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3c0 1.105 1.12 2 2.5 2h13c1.38 0 2.5-.895 2.5-2ZM3 21V3v18ZM21 3v18V3Z",mask:"url(#ic-gradient-schedule_svg__b)"}),r("path",{fill:"url(#ic-gradient-schedule_svg__c)",d:"M4 5.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 .75.75v12.375c0 1.035-.84 1.875-1.875 1.875H5.875A1.875 1.875 0 0 1 4 17.625V5.25Z"}),r("path",{stroke:"url(#ic-gradient-schedule_svg__d)",strokeOpacity:.2,strokeWidth:.375,d:"M4.188 5.25c0-.31.251-.563.562-.563h14.5c.31 0 .563.252.563.563v12.375c0 .932-.756 1.688-1.688 1.688H5.875a1.687 1.687 0 0 1-1.688-1.688V5.25Z"}),r("path",{fill:"url(#ic-gradient-schedule_svg__e)",d:"M3 5.5A2.5 2.5 0 0 1 5.5 3h13A2.5 2.5 0 0 1 21 5.5V8H3V5.5Z"}),r("circle",{cx:7.75,cy:5.75,r:.75,fill:"#fff",stroke:"url(#ic-gradient-schedule_svg__f)",strokeWidth:.188}),r("circle",{cx:16.25,cy:5.75,r:.75,fill:"#fff",stroke:"url(#ic-gradient-schedule_svg__g)",strokeWidth:.188}),r("path",{fill:"url(#ic-gradient-schedule_svg__h)",fillRule:"evenodd",d:"M8 10.375c0-.207.168-.375.375-.375h1.25c.207 0 .375.168.375.375v1.25a.375.375 0 0 1-.375.375h-1.25A.375.375 0 0 1 8 11.625v-1.25Zm0 3c0-.207.168-.375.375-.375h1.25c.207 0 .375.168.375.375v1.25a.375.375 0 0 1-.375.375h-1.25A.375.375 0 0 1 8 14.625v-1.25ZM11.375 10a.375.375 0 0 0-.375.375v1.25c0 .207.168.375.375.375h1.25a.375.375 0 0 0 .375-.375v-1.25a.375.375 0 0 0-.375-.375h-1.25ZM11 13.375c0-.207.168-.375.375-.375h1.25c.207 0 .375.168.375.375v1.25a.375.375 0 0 1-.375.375h-1.25a.375.375 0 0 1-.375-.375v-1.25ZM14.375 13a.375.375 0 0 0-.375.375v1.25c0 .207.168.375.375.375h1.25a.375.375 0 0 0 .375-.375v-1.25a.375.375 0 0 0-.375-.375h-1.25Z",clipRule:"evenodd"}),r("rect",{width:2,height:2,x:14,y:10,fill:"#8092AA",rx:.375}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-schedule_svg__a",x1:3,x2:21.027,y1:3,y2:20.972,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#D0DBE6"}),r("stop",{offset:1,stopColor:"#B0BCC8"})]}),p("linearGradient",{id:"ic-gradient-schedule_svg__c",x1:4,x2:17.953,y1:7.313,y2:21.512,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#FFFBF4"})]}),p("linearGradient",{id:"ic-gradient-schedule_svg__d",x1:12,x2:12,y1:4.5,y2:19.5,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#CAC598"})]}),p("linearGradient",{id:"ic-gradient-schedule_svg__e",x1:10.929,x2:11.944,y1:3,y2:8.011,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#FFDE62"}),r("stop",{offset:1,stopColor:"#FFBD0C"})]}),p("linearGradient",{id:"ic-gradient-schedule_svg__f",x1:7.188,x2:8.5,y1:4.813,y2:6.688,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#FFC700"}),r("stop",{offset:1,stopColor:"#FFEBB6"})]}),p("linearGradient",{id:"ic-gradient-schedule_svg__g",x1:15.688,x2:17,y1:4.813,y2:6.688,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#FFC700"}),r("stop",{offset:1,stopColor:"#FFEBB6"})]}),p("linearGradient",{id:"ic-gradient-schedule_svg__h",x1:9.75,x2:12,y1:9.188,y2:15.75,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#97AFC4"}),r("stop",{offset:1,stopColor:"#C1D0DE"})]})]})]})}const Zg=x(Mg);function Sg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"url(#ic-gradient-staff_svg__a)",d:"M16.286 7.235c0 2.34-1.92 4.236-4.286 4.236-2.367 0-4.286-1.897-4.286-4.236C7.714 4.896 9.634 3 12 3c2.367 0 4.286 1.896 4.286 4.235Z"}),r("path",{fill:"url(#ic-gradient-staff_svg__b)",d:"M4.5 18.214c0-3.14 2.558-5.685 5.714-5.685h3.572c3.156 0 5.714 2.545 5.714 5.685v.891A1.9 1.9 0 0 1 17.595 21H6.405A1.9 1.9 0 0 1 4.5 19.105v-.891Z"}),r("path",{fill:"url(#ic-gradient-staff_svg__c)",d:"M4.5 18.088c0-3.07 2.502-5.559 5.588-5.559h3.824c3.086 0 5.588 2.49 5.588 5.56a1.858 1.858 0 0 1-1.863 1.852H6.363A1.858 1.858 0 0 1 4.5 18.088Z"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-staff_svg__a",x1:4.5,x2:22.4,y1:1.875,y2:17.724,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#9ABFE0"}),r("stop",{offset:.719,stopColor:"#76A1C7"}),r("stop",{offset:1,stopColor:"#93B7FF"})]}),p("linearGradient",{id:"ic-gradient-staff_svg__b",x1:6.844,x2:21.982,y1:3,y2:5.972,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#76A1C7"}),r("stop",{offset:1,stopColor:"#658FB4"})]}),p("linearGradient",{id:"ic-gradient-staff_svg__c",x1:12,x2:13.861,y1:10.588,y2:22.83,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#9ABFE0"}),r("stop",{offset:.922,stopColor:"#769EC7"})]})]})]})}const Ig=x(Sg);function Ag(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("circle",{cx:12,cy:12.5,r:10,fill:"#4F5DC8"}),r("circle",{cx:12,cy:12,r:10,fill:"url(#ic-gradient-target_svg__a)"}),r("circle",{cx:12,cy:12,r:7.5,fill:"url(#ic-gradient-target_svg__b)"}),r("circle",{cx:12,cy:12,r:5,fill:"url(#ic-gradient-target_svg__c)",opacity:.8}),r("circle",{cx:12,cy:11.751,r:1.75,fill:"#4C5BD1"}),r("path",{fill:"url(#ic-gradient-target_svg__d)",d:"M15.137 15.673c.192.198.507.2.702.005l.714-.714a.509.509 0 0 0 .013-.705l-3.311-3.555a.983.983 0 0 0-1.374-.068l-.085.075a1.017 1.017 0 0 0-.055 1.467l3.396 3.495Z"}),r("path",{fill:"url(#ic-gradient-target_svg__e)",fillRule:"evenodd",d:"M18.657 2.564a.218.218 0 0 0-.06.197l.187.935-7.177 7.177a.873.873 0 0 0 1.235 1.235l7.193-7.193.894.179a.218.218 0 0 0 .198-.06l1.326-1.327a.218.218 0 0 0-.076-.358l-1.38-.53a.219.219 0 0 1-.125-.126l-.53-1.38a.218.218 0 0 0-.359-.076l-1.326 1.327Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-target_svg__a",x1:4.727,x2:20.182,y1:3.818,y2:20.637,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#96A0EE"}),r("stop",{offset:1,stopColor:"#6773CF"})]}),p("linearGradient",{id:"ic-gradient-target_svg__b",x1:10.333,x2:19.917,y1:9.495,y2:21.167,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:.691,stopColor:"#CFDEEC"}),r("stop",{offset:1,stopColor:"#fff"})]}),p("linearGradient",{id:"ic-gradient-target_svg__d",x1:10.781,x2:15.694,y1:11.5,y2:13.788,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopOpacity:.3}),r("stop",{offset:1,stopOpacity:0})]}),p("linearGradient",{id:"ic-gradient-target_svg__e",x1:16.894,x2:21.259,y1:2.942,y2:7.747,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#8593FF"}),r("stop",{offset:.849,stopColor:"#4251C5"}),r("stop",{offset:1,stopColor:"#98A0DD"})]}),p("radialGradient",{id:"ic-gradient-target_svg__c",cx:0,cy:0,r:1,gradientTransform:"rotate(54.462 -4.665 15.611) scale(7.16858 7.16859)",gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#7391FC"}),r("stop",{offset:1,stopColor:"#6773CF"})]})]})]})}const Cg=x(Ag);function Rg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[p("mask",{id:"ic-gradient-todo_svg__b",width:16,height:19,x:4,y:3,fill:"#000",maskUnits:"userSpaceOnUse",children:[r("path",{fill:"#fff",d:"M4 3h16v19H4z"}),r("path",{d:"M4 5.5A2.5 2.5 0 0 1 6.5 3h11A2.5 2.5 0 0 1 20 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 18.5v-13Z"})]}),r("path",{fill:"url(#ic-gradient-todo_svg__a)",d:"M4 5.5A2.5 2.5 0 0 1 6.5 3h11A2.5 2.5 0 0 1 20 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 18.5v-13Z"}),r("path",{fill:"#5C68C9",d:"M4 3h16H4Zm16 15.5a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3c0 1.105 1.12 2 2.5 2h11c1.38 0 2.5-.895 2.5-2ZM4 21V3v18ZM20 3v18V3Z",mask:"url(#ic-gradient-todo_svg__b)"}),r("path",{fill:"url(#ic-gradient-todo_svg__c)",d:"M5.5 7a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2V7Z"}),r("path",{stroke:"url(#ic-gradient-todo_svg__d)",strokeOpacity:.2,strokeWidth:.5,d:"M5.75 7c0-.966.784-1.75 1.75-1.75h9c.966 0 1.75.784 1.75 1.75v3a1.75 1.75 0 0 1-1.75 1.75h-9A1.75 1.75 0 0 1 5.75 10V7Z"}),r("path",{stroke:"#61647C",strokeLinecap:"round",strokeWidth:1.5,d:"m8 8.237 1.323 1.335a.25.25 0 0 0 .355 0L12 7.25"}),r("path",{fill:"url(#ic-gradient-todo_svg__e)",fillRule:"evenodd",d:"M6 14a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1A.5.5 0 0 0 7 14H6Zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H9Zm-.5 3.5A.5.5 0 0 1 9 17h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5v-1ZM6 17a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1A.5.5 0 0 0 7 17H6Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-todo_svg__a",x1:0,x2:13.111,y1:1.2,y2:10.42,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#EFF1FF"}),r("stop",{offset:1,stopColor:"#6773CF"})]}),p("linearGradient",{id:"ic-gradient-todo_svg__c",x1:5.5,x2:11.075,y1:6.313,y2:16.191,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#EFF1FF"})]}),p("linearGradient",{id:"ic-gradient-todo_svg__d",x1:12,x2:12,y1:5,y2:12,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#98B7CA"})]}),p("linearGradient",{id:"ic-gradient-todo_svg__e",x1:5,x2:27.5,y1:13,y2:24.5,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#A8B0E5"})]})]})]})}const Fg=x(Rg);function kg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("g",{clipPath:"url(#ic-gradient-wifi_svg__a)",children:r("path",{fill:"url(#ic-gradient-wifi_svg__b)",fillRule:"evenodd",d:"M21.87 8.973a.488.488 0 0 0 0-.67C19.318 5.64 15.84 4 12.005 4c-3.838 0-7.32 1.643-9.871 4.312a.488.488 0 0 0 0 .67l1.137 1.224c.2.216.542.212.748 0C6.1 8.08 8.91 6.775 12.005 6.775c3.091 0 5.9 1.302 7.978 3.426.206.21.548.214.748-.002l1.138-1.225ZM5.67 12.09a.482.482 0 0 0-.016.68l1.144 1.232c.193.208.52.212.734.025 1.218-1.066 2.772-1.705 4.464-1.705 1.694 0 3.248.64 4.467 1.706a.529.529 0 0 0 .734-.025l1.145-1.232a.482.482 0 0 0-.016-.68c-1.695-1.584-3.908-2.543-6.328-2.543-2.42 0-4.633.958-6.328 2.542Zm9.25 4.366c.218-.236.162-.614-.13-.748a6.632 6.632 0 0 0-5.582.001c-.292.135-.348.513-.13.748l2.554 2.75a.5.5 0 0 0 .732 0l2.556-2.752Z",clipRule:"evenodd"})}),p("defs",{children:[p("linearGradient",{id:"ic-gradient-wifi_svg__b",x1:2.002,x2:12.002,y1:4,y2:15,gradientUnits:"userSpaceOnUse",children:[r("stop",{offset:0,stopColor:"#66B9A2",stopOpacity:.64}),r("stop",{offset:1,stopColor:"#38957E"})]}),r("clipPath",{id:"ic-gradient-wifi_svg__a",children:r("path",{fill:"#fff",d:"M0 0h24v24H0z"})})]})]})}const Bg=x(kg);function Eg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[p("mask",{id:"ic-gradient-workplace_svg__b",width:16,height:19,x:4,y:3,fill:"#000",maskUnits:"userSpaceOnUse",children:[r("path",{fill:"#fff",d:"M4 3h16v19H4z"}),r("path",{d:"M4 5.5A2.5 2.5 0 0 1 6.5 3h11A2.5 2.5 0 0 1 20 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 18.5v-13Z"})]}),r("path",{fill:"url(#ic-gradient-workplace_svg__a)",d:"M4 5.5A2.5 2.5 0 0 1 6.5 3h11A2.5 2.5 0 0 1 20 5.5v13a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 18.5v-13Z"}),r("path",{fill:"#8092AA",d:"M4 3h16H4Zm16 15.5a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3c0 1.105 1.12 2 2.5 2h11c1.38 0 2.5-.895 2.5-2ZM4 21V3v18ZM20 3v18V3Z",mask:"url(#ic-gradient-workplace_svg__b)"}),r("rect",{width:3,height:3,x:7,y:6,fill:"#fff",rx:.5}),r("rect",{width:3,height:3,x:7,y:10,fill:"#fff",rx:.5}),r("rect",{width:3,height:3,x:11,y:6,fill:"#fff",rx:.5}),r("defs",{children:p("linearGradient",{id:"ic-gradient-workplace_svg__a",x1:4,x2:21.897,y1:3,y2:18.86,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#BEC8D5"}),r("stop",{offset:1,stopColor:"#98A7B7"})]})})]})}const Lg=x(Eg);function Dg(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5 3.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h1.5A.5.5 0 0 0 7 14V4a.5.5 0 0 0-.5-.5H5Zm4.25 6.2a.5.5 0 0 0-.5.5V14a.5.5 0 0 0 .5.5h1.5a.5.5 0 0 0 .5-.5v-3.8a.5.5 0 0 0-.5-.5h-1.5ZM13 7.8a.5.5 0 0 1 .5-.5H15a.5.5 0 0 1 .5.5V14a.5.5 0 0 1-.5.5h-1.5a.5.5 0 0 1-.5-.5V7.8Zm-9.8 7.7a.2.2 0 0 0-.2.2v.6c0 .11.09.2.2.2h13.6a.2.2 0 0 0 .2-.2v-.6a.2.2 0 0 0-.2-.2H3.2Z",clipRule:"evenodd"})})}const Tg=x(Dg);function Vg(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5.5 8a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm13 16H15v-2h5v-1a2 2 0 0 0-2-2h-3c-.136 0-.27.014-.399.04a5.011 5.011 0 0 0-1.202-1.707A3.988 3.988 0 0 1 15 13h3a4 4 0 0 1 4 4v1.5a1.5 1.5 0 0 1-1.5 1.5Zm-4-14a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0ZM6 13a4 4 0 0 0-4 4v1.5A1.5 1.5 0 0 0 3.5 20h8a1.5 1.5 0 0 0 1.5-1.5V17a4 4 0 0 0-4-4H6Zm-2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v1H4v-1Z",clipRule:"evenodd"})})}const Pg=x(Vg);function Og(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10.994 3.343 4.616 8.234c-.39.299-.616.752-.616 1.23v9.963C4 20.296 4.732 21 5.635 21h12.73c.903 0 1.635-.704 1.635-1.573V9.463c0-.478-.226-.93-.614-1.229l-6.352-4.89a1.685 1.685 0 0 0-2.04-.001Zm-1.92 12.55a.71.71 0 0 0 0 1.42h5.852a.71.71 0 0 0 0-1.42H9.074Z",clipRule:"evenodd"})})}const Hg=x(Og);function Ug(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M11.973 4c3.517 0 6.416 2.72 6.958 6.265h.584a3.133 3.133 0 0 1 0 6.265h-.819c-.601 1.152-1.983 2.02-3.702 2.4a1.5 1.5 0 0 1-1.388.93h-2.22a1.5 1.5 0 0 1-1.5-1.5v-.132a1.5 1.5 0 0 1 1.5-1.5h2.22c.505 0 .952.25 1.223.632 1.417-.352 2.418-1.091 2.597-1.881v-4.624c-.284-2.98-2.627-5.289-5.452-5.289-2.826 0-5.169 2.309-5.453 5.289v5.623a.052.052 0 0 1-.052.052H4.432a3.133 3.133 0 0 1 0-6.265h.584C5.558 6.72 8.457 4 11.973 4Z",clipRule:"evenodd"}),r("circle",{cx:14,cy:11.875,r:1,fill:"#3299FE"}),r("circle",{cx:10,cy:11.875,r:1,fill:"#3299FE"})]})}const $g=x(Ug);function zg(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm.54 12.225a.5.5 0 0 0 .5-.5v-.282c0-.553.031-.584.568-1.06.998-.874 1.704-1.519 1.704-2.87 0-1.703-1.427-3.069-3.269-3.069-1.971 0-2.881 1.395-3.216 2.102-.106.224.007.477.232.58l.666.308c.27.124.595-.014.753-.267.265-.427.761-.973 1.565-.973.767 0 1.427.598 1.427 1.32 0 .721-.307 1.013-.875 1.504l-.28.24c-.79.67-1.1.934-1.1 1.832v.635a.5.5 0 0 0 .5.5h.825Zm-.405 3.33c.675 0 1.213-.536 1.213-1.212 0-.675-.538-1.212-1.213-1.212s-1.212.537-1.212 1.212c0 .676.537 1.213 1.212 1.213Z",clipRule:"evenodd"})})}const Gg=x(zg);function Wg(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#CCC",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.913-5.665v-.663c0-.468.026-.494.481-.897.845-.741 1.443-1.287 1.443-2.431 0-1.443-1.209-2.6-2.769-2.6-2.236 0-2.86 2.119-2.86 2.119l1.326.611s.416-1.248 1.534-1.248c.65 0 1.209.507 1.209 1.118 0 .611-.26.858-.741 1.274l-.238.203c-.669.568-.932.792-.932 1.552v.962h1.547Zm-.767 2.821a1.02 1.02 0 0 0 1.027-1.027 1.02 1.02 0 0 0-1.027-1.027 1.02 1.02 0 0 0-1.027 1.027 1.02 1.02 0 0 0 1.027 1.027Z",clipRule:"evenodd",opacity:.8})})}const jg=x(Wg);function Ng(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",d:"m3 12 3-3v6l-3-3Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M8 7a1 1 0 0 1 1-1h6.667a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 5a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm1 4a1 1 0 1 0 0 2h9.917a1 1 0 1 0 0-2H9Z",clipRule:"evenodd"})]})}const Xg=x(Ng);function Yg(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5.75 5.765V8.25h1.5V3.5H2.5V5h1.91A7.502 7.502 0 0 0 8.965 17.43a5.997 5.997 0 0 1-1.082-1.813A6.002 6.002 0 0 1 5.75 5.765ZM10 2.5a7.502 7.502 0 0 1 7.43 6.465 5.997 5.997 0 0 0-1.814-1.081A6.002 6.002 0 0 0 9.5 4.02V2.516A7.61 7.61 0 0 1 10 2.5Zm8.5 11a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-4.5-3v2.793l1.854 1.853-.708.708L13 13.707V10.5h1Z",clipRule:"evenodd"})})}const Kg=x(Yg);function qg(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("mask",{id:"ic-home-medium_svg__a",fill:"#fff",children:r("path",{fillRule:"evenodd",d:"m4.616 8.234 6.378-4.891a1.685 1.685 0 0 1 2.04.002l6.352 4.89c.388.298.614.75.614 1.228v9.964c0 .869-.732 1.573-1.635 1.573H5.635C4.732 21 4 20.296 4 19.427V9.465c0-.48.227-.932.616-1.23Z",clipRule:"evenodd"})}),r("path",{fill:"#333",d:"M4.616 8.234 3.4 6.647l1.217 1.587Zm6.378-4.891 1.217 1.587-1.217-1.587Zm2.04.002-1.22 1.585 1.22-1.585Zm6.352 4.89-1.22 1.584 1.22-1.585ZM4 19.426H2h2ZM5.833 9.82l6.378-4.891-2.434-3.174-6.378 4.891 2.434 3.174Zm6.378-4.891a.327.327 0 0 1-.198.07.328.328 0 0 1-.199-.07l2.44-3.17a3.685 3.685 0 0 0-4.477-.004l2.434 3.174Zm-.397 0 6.352 4.89 2.44-3.17-6.352-4.89-2.44 3.17Zm6.352 4.89A.449.449 0 0 1 18 9.462h4a3.552 3.552 0 0 0-1.394-2.814l-2.44 3.17ZM18 9.462v9.964h4V9.463h-4Zm0 9.964c0-.308.236-.427.365-.427v4C20.3 23 22 21.472 22 19.427h-4Zm.365-.427H5.635v4h12.73v-4Zm-12.73 0c.129 0 .365.12.365.427H2C2 21.471 3.7 23 5.635 23v-4Zm.365.427V9.465H2v9.962h4Zm0-9.962c0 .16-.077.287-.167.356L3.4 6.647A3.552 3.552 0 0 0 2 9.465h4Z",mask:"url(#ic-home-medium_svg__a)"})]})}const Qg=x(qg);function Jg(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M14.806 3.75c1.31 0 2.356 1.084 2.438 2.427l.005.17v8.307c0 1.363-.994 2.502-2.28 2.59l-.163.006H7.191c-1.31 0-2.356-1.084-2.437-2.427l-.005-.17V12.5h1.5v2.154c0 .578.38 1.032.842 1.09l.1.006h7.615c.472 0 .884-.415.937-.974l.006-.122V6.346c0-.578-.381-1.032-.843-1.09l-.1-.006v-1.5ZM9.683 2.5 14.5 7.507 9.683 12.5V9.504l-.18-.035-.18-.024-.149-.015-.172-.012-.193-.007h-.213l-.23.01-.249.02c-.127.013-.261.031-.4.055l-.283.055c-1.449.318-3.34 1.284-4.867 3.949l-.031-.231-.02-.228-.015-.293-.001-.354.01-.264.02-.286.033-.305c.167-1.306.721-3.047 2.324-4.527l.31-.276.11-.086.147-.105.185-.12.107-.063.243-.132c.744-.38 1.96-.788 3.694-.733V2.5Z",clipRule:"evenodd"})})}const ev=x(Jg);function tv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12.003 2.6c-.407 0-.977.066-1.347.534a1.327 1.327 0 0 0-.267.635c-.015.102-.02.204-.02.281-2.379.62-4.243 2.575-4.243 5.045v1.725c0 .9-.449 1.79-1.312 2.429l-.005.003a1.957 1.957 0 0 0-.804 1.565c0 .387.11.73.293 1.019l3.385-3.385a4.6 4.6 0 0 0 .299-1.631V9.095c0-1.609 1.392-3.103 3.43-3.36l.59-.074.592.074c.51.065.98.206 1.397.408l1.36-1.36a6.247 6.247 0 0 0-1.714-.733 2.172 2.172 0 0 0-.02-.282 1.33 1.33 0 0 0-.268-.634c-.37-.468-.94-.534-1.346-.534Zm5.763 5.456L16.024 9.8v1.02c0 1.546.774 2.966 2.054 3.914a.207.207 0 0 1 .06.065c.006.011.006.017.006.019 0 .003 0 .008-.004.017a.166.166 0 0 1-.042.05.403.403 0 0 1-.263.088H10.85l-1.856 1.855h8.84c1.074 0 2.165-.788 2.165-2.01 0-.64-.322-1.203-.81-1.57l-.005-.003c-.856-.633-1.306-1.523-1.306-2.424V9.095c0-.358-.039-.705-.113-1.039ZM4.18 18.114a.619.619 0 0 1 0-.875L17.533 3.887a.618.618 0 0 1 .875 0l.547.547a.619.619 0 0 1 0 .875L5.603 18.66a.619.619 0 0 1-.875 0l-.547-.547Zm10.858.908c-.49 1.358-1.642 2.314-2.983 2.314-1.34 0-2.493-.956-2.983-2.314-.127-.352.125-.703.458-.703h5.05c.334 0 .585.351.458.703Z",clipRule:"evenodd"})})}const iv=x(tv);function nv(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#DDD"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M10 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-.5 6h-1v-1H9v-3h-.5V9h2a.5.5 0 0 1 .5.5V13h.5v1h-2Z",clipRule:"evenodd"})]})}const rv=x(nv);function ov(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm4.667 4.833a1.167 1.167 0 1 0 0-2.333 1.167 1.167 0 0 0 0 2.333Zm7.083 6.417h-10l2.772-3.234a1 1 0 0 1 1.49-.032L10 13.043l2.701-3.236a1 1 0 0 1 1.57.044l.781 1.05a1 1 0 0 1 .198.597v3.252a.5.5 0 0 1-.5.5Z",clipRule:"evenodd"})})}const sv=x(ov);function lv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M14 4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8Zm-2 2.536a1 1 0 0 0-1.302.268l-.064.098-.22.379A2.771 2.771 0 0 0 10 7.25l-.21.008-.205.023-.219-.38a1 1 0 0 0-1.785.897l.053.104.219.38a2.75 2.75 0 0 0-.332.526L7.437 9H7a1 1 0 0 0-.117 1.993L7 11h.438c.076.196.174.38.291.552l.123.166-.218.38-.053.104a1 1 0 0 0 1.72.994l.065-.098.22-.379c.135.02.273.031.414.031l.209-.008.205-.023.22.38a1 1 0 0 0 1.784-.897l-.052-.104-.218-.38c.129-.162.24-.338.33-.525l.084-.192L13 11a1 1 0 0 0 .117-1.993L13 9h-.438a2.74 2.74 0 0 0-.291-.552l-.124-.166.219-.38.053-.104A1 1 0 0 0 12 6.536ZM10 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z",clipRule:"evenodd"})})}const av=x(lv);function cv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.5 5.5a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v.05a2.5 2.5 0 1 1-.108 4.876A4.002 4.002 0 0 1 10.5 13.5h-3a4 4 0 0 1-4-4v-4Zm11 1.634v1.732a1 1 0 1 0 0-1.732ZM5 14.5a.5.5 0 0 0-.5.5v.5a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V15a.5.5 0 0 0-.5-.5H5Z",clipRule:"evenodd"})})}const hv=x(cv);function dv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v10h1V9a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v6h.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H4V5Zm3.5 3V6h-2v2h2Zm0 1v2h-2V9h2Zm6.5 3h-2v-2h2v2Z",clipRule:"evenodd"})})}const fv=x(dv);function uv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M7.083 3c.443 0 .81.287.867.66l.008.104v1.018h4.084V3.764c0-.422.392-.764.875-.764.443 0 .809.287.867.66l.008.104v1.018h2.258a.95.95 0 0 1 .95.95v10.301c0 .534-.496.967-1.108.967H4.108C3.496 17 3 16.567 3 16.033V5.732a.95.95 0 0 1 .95-.95h2.258V3.764c0-.422.392-.764.875-.764Zm8.167 5.855H4.75v6.618h10.5V8.855ZM7.867 10.89a.2.2 0 0 0-.2.2v1.636c0 .11.09.2.2.2h4.266a.2.2 0 0 0 .2-.2v-1.636a.2.2 0 0 0-.2-.2H7.867Z",clipRule:"evenodd"})})}const pv=x(uv);function gv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm3-8H7v2h6V9Z",clipRule:"evenodd"})})}const vv=x(gv);function mv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5.5 3a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H6a.5.5 0 0 0 .5-.5V9.423H9v1.5a.5.5 0 0 0 .5.5H16l-1.888-2.478L16 6.423h-4v-1.5a.5.5 0 0 0-.5-.5h-5V3.5A.5.5 0 0 0 6 3h-.5Z",clipRule:"evenodd"})})}const xv=x(mv);function wv(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M8 3h6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7l4-4ZM7 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm.5 1.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M4 7h4V3",clipRule:"evenodd"})]})}const yv=x(wv);function _v(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m4 8.56 5.802 3.238.1.047a.75.75 0 0 0 .531 0l.1-.047L16 8.747V14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8.56ZM15 5a1 1 0 0 1 1 1v1.029l-5.832 3.255L4 6.842V6a1 1 0 0 1 1-1h10Z",clipRule:"evenodd"})})}const bv=x(_v);function Mv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0 1c2.761 0 5 1.483 5 3.882v1.052c0 .589-.477 1.066-1.066 1.066H6.067A1.067 1.067 0 0 1 5 14.934v-1.052C5 11.483 7.239 10 10 10Z",clipRule:"evenodd"})})}const Zv=x(Mv);function Sv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12.154 4c.297 0 .538.244.538.545v.546h3.231c.595 0 1.077.488 1.077 1.09v8.728c0 .603-.482 1.091-1.077 1.091H4.077A1.084 1.084 0 0 1 3 14.91V6.181c0-.603.482-1.091 1.077-1.091h3.23v-.546c0-.3.242-.545.54-.545h4.307ZM7.5 8a1.5 1.5 0 1 0 0 3c-1.38 0-2.5.74-2.5 1.652V13h5v-.348C10 11.74 8.88 11 7.5 11a1.5 1.5 0 0 0 0-3Zm3.5 2h3v1h-3v-1Zm3 2h-3v1h3v-1Zm-3-4h3v1h-3V8Z",clipRule:"evenodd"})})}const Iv=x(Sv);function Av(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M13 5.5v-3H5v3l1.425.713a5 5 0 1 0 5.15 0L13 5.5Zm-7.5 5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0Zm6 0a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M10 2.5v3.1A5.023 5.023 0 0 0 8 5.6V2.5h2Z",clipRule:"evenodd",opacity:.5})]})}const Cv=x(Av);function Rv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10.5 6.75a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm-7 7a3 3 0 0 1 3-3h3a3 3 0 0 1 3 3v1a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-1Zm8.5-4.5c-.455 0-.882-.122-1.25-.335.47-.595.75-1.347.75-2.165 0-.818-.28-1.57-.75-2.165A2.5 2.5 0 1 1 12 9.25Zm3.5 6.5h-2.301a1.36 1.36 0 0 0 .301-.856v-.822c0-1.423-.507-2.664-1.477-3.322H13.5a3 3 0 0 1 3 3v1a1 1 0 0 1-1 1Z",clipRule:"evenodd"})})}const Fv=x(Rv);function kv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m12.161 7.1-1.502-3.196a.729.729 0 0 0-1.319 0L7.837 7.1 4.4 7.629a.729.729 0 0 0-.412 1.23l2.508 2.57-.584 3.591a.729.729 0 0 0 1.072.755L10 14.11l3.016 1.666a.729.729 0 0 0 1.072-.755l-.584-3.59 2.508-2.572A.729.729 0 0 0 15.6 7.63l-3.439-.528Z",clipRule:"evenodd"})})}const Bv=x(kv);function Ev(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M6 3a2 2 0 0 0-2 2v4.25h5.19l-.72-.72a.75.75 0 0 1-.073-.976l.073-.084a.75.75 0 0 1 .976-.073l.084.073 2 2a.75.75 0 0 1 .073.976l-.073.084-2 2a.75.75 0 0 1-1.133-.976l.073-.084.72-.72H4V15a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H6Z",clipRule:"evenodd"})})}const Lv=x(Ev);function Dv(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M11.158 11.798 9.204 9.863a.692.692 0 0 1 0-.982.7.7 0 0 1 .988 0l1.5 1.484 4.162-4.168a.67.67 0 1 1 .95.95l-4.65 4.657a.668.668 0 0 1-.436.196h-.107a.697.697 0 0 1-.453-.202Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M6.5 2.5A1.5 1.5 0 0 0 5 4v12a1.5 1.5 0 0 0 1.5 1.5h7A1.5 1.5 0 0 0 15 16v-4.924l-1.5 1.502V14a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V4.5A.5.5 0 0 1 7 4h6a.5.5 0 0 1 .5.5v1.931l1.293-1.294c.066-.066.135-.127.207-.183V4a1.5 1.5 0 0 0-1.5-1.5h-7Zm2.2 13a.2.2 0 0 0-.2.2v.6c0 .11.09.2.2.2h2.6a.2.2 0 0 0 .2-.2v-.6a.2.2 0 0 0-.2-.2H8.7Z",clipRule:"evenodd"})]})}const Tv=x(Dv);function Vv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5 4.5A1.5 1.5 0 0 1 6.5 3h7A1.5 1.5 0 0 1 15 4.5v12a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 5 16.5v-12Zm3.5 11.7c0-.11.09-.2.2-.2h2.6c.11 0 .2.09.2.2v.6a.2.2 0 0 1-.2.2H8.7a.2.2 0 0 1-.2-.2v-.6ZM7 4.5a.5.5 0 0 0-.5.5v9.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5H7Z",clipRule:"evenodd"})})}const Pv=x(Vv);function Ov(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M7 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H7Zm0 2h6v8H7V5Zm2 9h2v1H9v-1Z",clipRule:"evenodd"})})}const Hv=x(Ov);function Uv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M7 6a3 3 0 0 1 6 0v3.563a.438.438 0 0 1-.438.437H7.439A.438.438 0 0 1 7 9.562V6Zm-1.874 5.177a.995.995 0 0 0-.126.487v.5a1 1 0 0 0 1 1h3.25v.991H6.5l-.128.007a1.251 1.251 0 0 0-1.072.893.734.734 0 0 0-.3.592v.53c0 .406.33.735.735.735h.53c.406 0 .735-.33.735-.736v-.521h6v.521c0 .407.33.736.735.736h.53c.406 0 .735-.33.735-.736v-.529a.734.734 0 0 0-.3-.592 1.25 1.25 0 0 0-1.2-.9h-2.75v-.991H14a1 1 0 0 0 1-1v-.5a.998.998 0 0 0-.071-.37V9.401h.642v-.018a.737.737 0 0 0 .164.019h.53c.406 0 .735-.33.735-.735V8.64a.735.735 0 0 0-.735-.736h-.53a.738.738 0 0 0-.164.019v-.021h-.892a1.25 1.25 0 0 0-1.244 1.122l-.006.128v1.511H6.627V9.153l-.007-.128a1.25 1.25 0 0 0-1.243-1.122H4.373v.01a.741.741 0 0 0-.108-.008h-.53A.735.735 0 0 0 3 8.641v.027c0 .406.33.735.735.735h.53a.741.741 0 0 0 .108-.008v.008l.753-.001v1.775Z",clipRule:"evenodd"})})}const $v=x(Uv);function zv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12 3a4 4 0 0 1 4 4v6a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h4Zm0 1.5H8a2.5 2.5 0 0 0-2.495 2.336L5.5 7v6a2.5 2.5 0 0 0 2.336 2.495L8 15.5h4a2.5 2.5 0 0 0 2.495-2.336L14.5 13V7a2.5 2.5 0 0 0-2.336-2.495L12 4.5ZM11 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-2.5 6v1h3v-1H11V9.5a.5.5 0 0 0-.5-.5h-2v1H9v3h-.5Z",clipRule:"evenodd"})})}const Gv=x(zv);function Wv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12 7c.323 0 .638.03.944.089-.602-1.31-2.027-2.26-3.73-2.334L9 4.75v-1.5c2.905 0 5.331 1.964 5.701 4.542.341.219.653.478.93.771l-3.667 3.927-1.912-1.986a.6.6 0 0 0-.871 0 .66.66 0 0 0 0 .908l2.312 2.401a.604.604 0 0 0 .4.187h.094a.58.58 0 0 0 .384-.18l3.992-4.265a5 5 0 0 1-8.587 5.12c-2.573-.44-4.526-2.774-4.526-5.573 0-1.482.55-2.868 1.496-3.902H4V4h3v3H5.8v-.729a4.28 4.28 0 0 0-1.05 2.83c0 1.701.961 3.155 2.33 3.797A5 5 0 0 1 12 7Z",clipRule:"evenodd"})})}const jv=x(Wv);function Nv(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M9.75 4a5.75 5.75 0 1 0 0 11.5 5.75 5.75 0 0 0 0-11.5Zm0 1.5a4.25 4.25 0 1 1 0 8.5 4.25 4.25 0 0 1 0-8.5Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M4 9.75A5.75 5.75 0 0 1 15.451 9h.299a.75.75 0 0 1 .102 1.493l-.102.007h-3.095a3.001 3.001 0 0 1-5.905-.75A3 3 0 0 1 12.655 9h1.279a4.251 4.251 0 1 0-4.184 5 .75.75 0 0 1 0 1.5A5.75 5.75 0 0 1 4 9.75Z",clipRule:"evenodd"})]})}const Xv=x(Nv);function Yv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12.27 13.71a.482.482 0 0 1 .48-.136c1.356.382 2.25 1.04 2.25 1.787 0 1.181-2.239 2.139-5 2.139s-5-.958-5-2.14c0-.745.893-1.402 2.246-1.785a.49.49 0 0 1 .485.139c.643.67 1.4 1.362 2.269 2.075.816-.67 1.533-1.32 2.15-1.951l.12-.128ZM10.002 2.5C12.84 2.5 15 4.95 15 7.651c0 1.801-1.666 4.084-4.998 6.849C6.667 11.735 5 9.452 5 7.651 5 4.95 7.163 2.5 10.002 2.5Zm.003 2.553c-1.262 0-2.285 1-2.285 2.236 0 1.235 1.023 2.236 2.285 2.236 1.262 0 2.284-1 2.284-2.236 0-1.235-1.022-2.236-2.284-2.236Z",clipRule:"evenodd"})})}const Kv=x(Yv);function qv(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:7,fill:"#333",stroke:"#fff",strokeWidth:2}),r("path",{fill:"#fff",d:"m11.235 8.129-.783-1.666a.5.5 0 0 0-.905 0l-.783 1.666-1.804.277a.5.5 0 0 0-.282.844l1.32 1.353-.306 1.882a.5.5 0 0 0 .735.518l1.573-.87 1.573.87a.5.5 0 0 0 .736-.518l-.306-1.882 1.319-1.353a.5.5 0 0 0-.282-.844l-1.805-.277Z"})]})}const Qv=x(qv);function Jv(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m8.5 8.25.477.159 2.523 3.162v4.679h-.012L8.5 15.098V8.25Zm-1 0v6.848l-3 1.152V9.584l3-1.334Zm8 0v6.666l-3 1.334v-4.588l2.477-3.179.523-.233ZM12 3.75a2.5 2.5 0 0 1 2.053 3.927l-.11.146-1.94 2.726-1.946-2.726A2.5 2.5 0 0 1 12 3.75Zm0 1.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",clipRule:"evenodd"})})}const em=x(Jv);function tm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12.736 6.353 9.333 3l-3.59 3.539-.797.785L3.5 8.748l1.446 1.425 3.658 3.605.226.222H3.5v1h6.345l1.014 1H5.5v1h11v-1.646a2.01 2.01 0 0 0 0-.278V15h-.007a1.992 1.992 0 0 0-.584-1.21l-4.722-4.653 1.55-2.784ZM4.5 12h-1v1h1v-1Zm-1 4h1v1h-1v-1Z",clipRule:"evenodd"})})}const im=x(tm);function nm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm.75-6.129V7h-1.5v3.327L7.424 12.52l1.152.96 2.174-2.609Z",clipRule:"evenodd"})})}const rm=x(nm);function om(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5Zm2 1h2v2H7V6Zm0 3h2v2H7V9Zm5-3h-2v2h2V6Z",clipRule:"evenodd"})})}const sm=x(om);function lm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M8 3a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4H8Zm3 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-2.5 6v1h3v-1H11V9.5a.5.5 0 0 0-.5-.5h-2v1H9v3h-.5Z",clipRule:"evenodd"})})}const am=x(lm);function cm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.5 6.5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3v-11Zm3-1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1H14v2a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-2H6.5Zm2.5 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1Z",clipRule:"evenodd"})})}const hm=x(cm);function dm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.5 4A1.5 1.5 0 0 0 2 5.5v9A1.5 1.5 0 0 0 3.5 16h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 16.5 4h-13Zm-.507 2.73 6.373 4.249c.384.256.884.256 1.268 0l6.374-4.25a.2.2 0 0 0 .056-.277l-.413-.618a.2.2 0 0 0-.277-.055l-6.263 4.175a.2.2 0 0 1-.222 0L3.627 5.78a.2.2 0 0 0-.278.055l-.412.618a.2.2 0 0 0 .056.278Z",clipRule:"evenodd"})})}const fm=x(dm);function um(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"m3.526 3.965 6.301 6.002a.25.25 0 0 0 .345 0l6.302-6.002A2.496 2.496 0 0 0 14.5 3h-9c-.802 0-1.516.378-1.974.965ZM17 5.535l-5.793 5.518a1.75 1.75 0 0 1-2.414 0L3 5.535V14.5A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5V5.536Z",clipRule:"evenodd"}),r("path",{stroke:"#fff",strokeLinecap:"round",strokeWidth:1.5,d:"M8.25 13.5h3.5"})]})}const pm=x(um);function gm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.766-9.634a.8.8 0 0 0-1.132-1.132L9.2 10.67 7.366 8.834a.8.8 0 0 0-1.132 1.132l2.4 2.4a.8.8 0 0 0 1.132 0l4-4Z",clipRule:"evenodd"})})}const vm=x(gm);function mm(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:5.5,cy:10.5,r:1.5,fill:"#333"}),r("circle",{cx:10.5,cy:10.5,r:1.5,fill:"#333",opacity:.6}),r("circle",{cx:15.5,cy:10.5,r:1.5,fill:"#333",opacity:.3})]})}const xm=x(mm);function wm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5.5 10.621C5.5 6.95 8.425 4 12 4s6.5 2.95 6.5 6.621c0 2.748-1.266 4.883-2.76 6.454-1.414 1.488-2.99 2.42-3.728 2.81-.74-.39-2.322-1.32-3.743-2.808C6.771 15.507 5.5 13.37 5.5 10.62ZM12 2c-4.71 0-8.5 3.875-8.5 8.621 0 3.421 1.594 6.025 3.323 7.837 1.722 1.804 3.627 2.877 4.405 3.273a1.725 1.725 0 0 0 1.572-.002c.776-.397 2.674-1.471 4.39-3.276 1.723-1.812 3.31-4.415 3.31-7.832C20.5 5.875 16.71 2 12 2Zm4.217 7.876a1 1 0 1 0-1.434-1.394l-3.655 3.76-1.908-1.98a1 1 0 0 0-1.44 1.387l2.398 2.489a1.316 1.316 0 0 0 1.892.004l4.147-4.266Z",clipRule:"evenodd"})})}const ym=x(wm);function _m(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",stroke:"#333",strokeWidth:.4,d:"M3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0Zm1.248-.746a7.743 7.743 0 0 1 1.26-3.558c.8.138 1.625.252 2.473.341a16.202 16.202 0 0 0-.443 3.217h-3.29Zm4.088-4.4A37.97 37.97 0 0 1 6.38 6.61a7.793 7.793 0 0 1 3.184-2.008c-.392.467-.718 1.03-.983 1.637a9.966 9.966 0 0 0-.245.617Zm.416 4.4c.049-1.128.208-2.183.452-3.106a43.382 43.382 0 0 0 5.607.059c.236.91.389 1.943.437 3.047H8.752Zm3.714-4.197c.664 0 1.318-.015 1.962-.045C13.83 5.494 12.964 4.54 12 4.54c-.953 0-1.81.933-2.407 2.421.934.064 1.894.097 2.873.097Zm3.996 4.197a16.28 16.28 0 0 0-.422-3.131 40.65 40.65 0 0 0 2.539-.292 7.739 7.739 0 0 1 1.173 3.423h-3.29Zm-.77-4.32a39.415 39.415 0 0 0 2.037-.209 7.793 7.793 0 0 0-3.293-2.124c.392.467.717 1.03.983 1.637.097.222.188.455.273.697ZM6.376 17.388a7.79 7.79 0 0 0 3.188 2.012c-.392-.467-.718-1.03-.983-1.637a9.913 9.913 0 0 1-.247-.621c-.668.067-1.322.149-1.958.246Zm-.87-1.087a7.745 7.745 0 0 1-1.28-3.834H7.53c.032 1.244.188 2.43.45 3.493-.847.089-1.673.203-2.473.34Zm4.085.736c.597 1.49 1.455 2.425 2.409 2.425.965 0 1.832-.956 2.43-2.477a42.634 42.634 0 0 0-4.839.052Zm5.221-1.247a43.76 43.76 0 0 0-5.61.059 14.975 14.975 0 0 1-.46-3.382h6.516a15.04 15.04 0 0 1-.446 3.323Zm.881 1.272c-.085.244-.177.477-.274.7-.266.608-.591 1.17-.983 1.638a7.794 7.794 0 0 0 3.297-2.128 39.33 39.33 0 0 0-2.04-.21Zm2.888-.896a39.831 39.831 0 0 0-2.54-.292c.25-1.04.4-2.196.43-3.407h3.303a7.744 7.744 0 0 1-1.193 3.699Z",clipRule:"evenodd"})})}const bm=x(_m);function Mm(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:14,fill:"#35485B",stroke:"#FFD000",strokeWidth:2}),r("path",{fill:"#FFD000",d:"M14.249 7.488a.822.822 0 0 1 1.502 0l1.823 3.864a.841.841 0 0 0 .631.48l4.077.619c.687.104.961.987.464 1.494l-2.95 3.007a.901.901 0 0 0-.24.775l.696 4.247c.117.716-.601 1.261-1.216.923l-3.646-2.005a.805.805 0 0 0-.78 0l-3.646 2.005c-.615.338-1.333-.207-1.216-.923l.697-4.247a.901.901 0 0 0-.241-.775l-2.95-3.007c-.497-.507-.223-1.39.464-1.494l4.077-.62a.841.841 0 0 0 .63-.48l1.824-3.863Z"})]})}const Zm=x(Mm);function Sm(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:14,fill:"#35485B",stroke:"#fff",strokeWidth:2}),r("path",{fill:"#fff",d:"M14.249 7.488a.822.822 0 0 1 1.502 0l1.823 3.864a.841.841 0 0 0 .631.48l4.077.619c.687.104.961.987.464 1.494l-2.95 3.007a.901.901 0 0 0-.24.775l.696 4.247c.117.716-.601 1.261-1.216.923l-3.646-2.005a.805.805 0 0 0-.78 0l-3.646 2.005c-.615.338-1.333-.207-1.216-.923l.697-4.247a.901.901 0 0 0-.241-.775l-2.95-3.007c-.497-.507-.223-1.39.464-1.494l4.077-.62a.841.841 0 0 0 .63-.48l1.824-3.863Z"})]})}const Im=x(Sm);function Am(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M6.43 4.25a.5.5 0 0 1 .182-.683l.866-.5a.5.5 0 0 1 .683.183l.96 1.661c2.04-.863 4.244-.921 6.085-.597 1.077.19 2.064.515 2.862.917.762.383 1.484.901 1.858 1.55.457.79.303 1.629-.026 2.303-.323.661-.875 1.306-1.508 1.904-1.06 1.002-2.512 2.028-4.045 2.966l3.312 5.736-1.733 1-3.309-5.732c-1.638.903-3.327 1.69-4.78 2.124-.835.249-1.67.405-2.404.354-.748-.052-1.551-.338-2.007-1.128-.375-.65-.463-1.533-.413-2.385.051-.892.263-1.91.637-2.937.66-1.81 1.863-3.753 3.727-5.095l-.948-1.64ZM5.01 14.04c-.042.717.066 1.126.148 1.269.002.005.047.107.413.133.387.027.954-.055 1.694-.276.267-.08.546-.174.836-.282a16.132 16.132 0 0 1-.95-3.746c-.096-.76-.13-1.541-.052-2.252a9.592 9.592 0 0 0-1.57 2.785c-.315.865-.48 1.692-.52 2.369Zm7.384-1.25c-.826.476-1.657.92-2.455 1.303a14.185 14.185 0 0 1-.804-3.205c-.1-.794-.107-1.5-.013-2.032.1-.564.271-.72.325-.75.054-.032.275-.103.813.093.508.184 1.116.543 1.754 1.027.93.706 1.802 1.582 2.391 2.322-.634.42-1.313.838-2.01 1.241Zm4.624-3.254c-.292.275-.623.558-.987.844a16.083 16.083 0 0 0-2.809-2.748c-.679-.515-1.419-.977-2.146-1.263 1.27-.305 2.59-.294 3.783-.084.907.16 1.705.43 2.31.734.643.322.943.62 1.026.763.003.005.07.095-.092.424-.17.349-.524.8-1.085 1.33Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"M9 20.613c0-.89.722-1.613 1.613-1.613h8.774c.89 0 1.613.722 1.613 1.613a.387.387 0 0 1-.387.387H9.387A.387.387 0 0 1 9 20.613Z"})]})}const Cm=x(Am);function Rm(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("g",{filter:"url(#ic-leave_svg__a)",children:r("ellipse",{cx:13.5,cy:20,fill:"#CCC",rx:7.5,ry:1})}),r("path",{fill:"#1B7776",d:"M12 19.6a1.6 1.6 0 0 1 1.6-1.6h3.8a1.6 1.6 0 0 1 1.6 1.6.4.4 0 0 1-.4.4h-6.2a.4.4 0 0 1-.4-.4Z"}),r("path",{fill:"url(#ic-leave_svg__b)",d:"M6.428 4.134a1 1 0 0 1 1.732-1l8.89 15.398-.866.5a1 1 0 0 1-1.366-.366L6.428 4.134Z"}),r("path",{fill:"url(#ic-leave_svg__c)",d:"M18.852 5.652c1 1.732-3.388 4.812-6.558 6.642s-8.03 4.09-9.03 2.358C2.066 12.58 3.49 6.985 7.793 4.5c4.305-2.485 9.862-.92 11.058 1.152Z"}),r("path",{fill:"url(#ic-leave_svg__d)",fillOpacity:.8,fillRule:"evenodd",d:"M15.51 10.228a38.258 38.258 0 0 1-3.216 2.066 38.218 38.218 0 0 1-3.397 1.751 3.18 3.18 0 0 1-.71-.864C7.03 11.177 5.881 5.605 7.794 4.5c1.913-1.105 6.164 2.677 7.321 4.68.209.361.336.711.394 1.048Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"ic-leave_svg__b",x1:6.794,x2:16.184,y1:2.768,y2:19.032,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#2A9996"}),r("stop",{offset:1,stopColor:"#1B7776"})]}),p("linearGradient",{id:"ic-leave_svg__c",x1:7.794,x2:12.294,y1:4.5,y2:12.294,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#5EDEBE"}),r("stop",{offset:1,stopColor:"#32A88B"})]}),p("linearGradient",{id:"ic-leave_svg__d",x1:11,x2:12.294,y1:10,y2:12.294,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#fff",stopOpacity:.6})]}),p("filter",{id:"ic-leave_svg__a",width:18,height:5,x:4.5,y:17.5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),r("feGaussianBlur",{result:"effect1_foregroundBlur_286_4549",stdDeviation:.75})]})]})]})}const Fm=x(Rm);function km(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M8.53 1.47a.75.75 0 0 1 0 1.06L5.06 6l3.47 3.47a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"})})}const Bm=x(km);function Em(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M13.73 3.267a.906.906 0 0 1 .089 1.19l-.09.102L8.23 10l5.5 5.441a.906.906 0 0 1 .09 1.19l-.09.102a.93.93 0 0 1-1.201.088l-.104-.088-6.154-6.087a.906.906 0 0 1-.089-1.19l.09-.102 6.153-6.087a.93.93 0 0 1 1.306 0Z",clipRule:"evenodd"})})}const Lm=x(Em);function Dm(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",d:"M10.417 8.4c.294.167.309.564.07.804-.207.206-.532.218-.797.095a2.267 2.267 0 0 0-2.557.454L4.52 12.367a2.266 2.266 0 1 0 3.205 3.205l2.013-2.013a.567.567 0 1 1 .802.801l-2.013 2.013a3.4 3.4 0 1 1-4.808-4.807l2.614-2.614a3.401 3.401 0 0 1 4.085-.552Z"}),r("path",{fill:"#333",d:"M9.51 11.591c-.293-.167-.309-.564-.07-.803.207-.207.532-.219.797-.096.838.39 1.866.238 2.557-.454l2.614-2.614a2.266 2.266 0 0 0-3.205-3.205L10.19 6.432a.567.567 0 0 1-.801-.801l2.013-2.013a3.4 3.4 0 1 1 4.808 4.808l-2.614 2.614a3.401 3.401 0 0 1-4.085.552Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M11.245 3.46a3.622 3.622 0 0 1 5.122 5.123l-2.614 2.614a3.623 3.623 0 0 1-4.352.588c-.448-.255-.438-.834-.117-1.155.291-.291.725-.289 1.047-.14a2.045 2.045 0 0 0 2.306-.409l2.614-2.614a2.044 2.044 0 1 0-2.89-2.89l-2.014 2.012a.789.789 0 0 1-1.115-1.115l2.013-2.013Zm4.807.315a3.177 3.177 0 0 0-4.493 0L9.546 5.788a.344.344 0 0 0 .487.487l2.013-2.013a2.489 2.489 0 0 1 3.52 3.52l-2.615 2.614a2.49 2.49 0 0 1-2.808.497c-.207-.096-.424-.07-.545.052-.158.157-.118.373.022.453a3.179 3.179 0 0 0 3.819-.515l2.613-2.615a3.177 3.177 0 0 0 0-4.493Zm-9.877 5.02a3.623 3.623 0 0 1 4.352-.588c.448.255.438.833.117 1.154-.292.291-.725.29-1.047.14a2.045 2.045 0 0 0-2.307.409l-2.614 2.614a2.044 2.044 0 1 0 2.891 2.89l2.013-2.012a.789.789 0 1 1 1.116 1.115L8.683 16.53a3.622 3.622 0 1 1-5.122-5.122l2.614-2.614Zm4.132-.202a3.179 3.179 0 0 0-3.818.516l-2.614 2.614a3.177 3.177 0 0 0 4.493 4.493l2.014-2.013a.344.344 0 1 0-.487-.487L7.88 15.729a2.488 2.488 0 1 1-3.519-3.52l2.614-2.613a2.49 2.49 0 0 1 2.808-.498c.208.096.425.07.546-.051.158-.158.117-.374-.023-.454Z",clipRule:"evenodd"})]})}const Tm=x(Dm);function Vm(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:7,height:16,x:12,y:2,fill:"#EAEAEA",rx:3.5}),r("path",{fill:"#333",fillRule:"evenodd",d:"m13 13 2.5 3 2.5-3h-5ZM13 7l2.5-3L18 7h-5ZM1 4h9v2H1V4Zm0 5h9v2H1V9Zm9 5H1v2h9v-2Z",clipRule:"evenodd"}),r("path",{stroke:"#777",strokeLinecap:"square",d:"M14 10h3"})]})}const Pm=x(Vm);function Om(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#DDD",d:"M0 0h20v20H0z"}),r("path",{fill:"#D6E9FB",d:"M-5710-2008c0-1.1.9-2 2-2h19596c1.1 0 2 .9 2 2v4796c0 1.1-.9 2-2 2H-5708c-1.1 0-2-.9-2-2v-4796Z"}),r("path",{fill:"#fff",d:"M-510-1610h2000v4000H-510z"}),r("rect",{width:80,height:80,x:-30,y:-30,fill:"#F9F9F9",opacity:.8,rx:16}),r("path",{fill:"#333",fillRule:"evenodd",d:"M2 4.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1Zm0 5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1Zm.5 4.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-15Z",clipRule:"evenodd"})]})}const Hm=x(Om);function Um(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-2ZM3 9a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-13A.5.5 0 0 1 3 11V9Zm.5 5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-13Z",clipRule:"evenodd"})})}const $m=x(Um);function zm(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M13 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-1.3 0a1.7 1.7 0 1 1-3.4 0 1.7 1.7 0 0 1 3.4 0Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M19 10a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9.65 7.673V15h1.3v2.673a7.702 7.702 0 0 0 7.023-7.023H15v-1.3h2.673a7.702 7.702 0 0 0-7.023-7.023V5h-1.3V2.327A7.703 7.703 0 0 0 2.352 9.1H5v1.3H2.31a7.701 7.701 0 0 0 7.04 7.273Z",clipRule:"evenodd"})]})}const Gm=x(zm);function Wm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M7 5.5 3 4v10.5L7 16V5.5Zm1 0L12 4v10.5L8 16V5.5ZM13 4l4 1.5V16l-4-1.5V4Z",clipRule:"evenodd"})})}const jm=x(Wm);function Nm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M9.5 7.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM12 3a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM9 13a5 5 0 0 0-5 5v1.5A1.5 1.5 0 0 0 5.5 21h13a1.5 1.5 0 0 0 1.5-1.5V18a5 5 0 0 0-5-5H9Zm-3 5a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v1H6v-1Z",clipRule:"evenodd"})})}const Xm=x(Nm);function Ym(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 4.25a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5ZM6.75 6a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0Zm-.68 5.23c1.053-.65 2.45-.98 3.93-.98s2.877.33 3.93.98c1.066.658 1.82 1.682 1.82 3.005v.699a1.817 1.817 0 0 1-1.816 1.816H6.067a1.817 1.817 0 0 1-1.817-1.816v-.7c0-1.322.754-2.346 1.82-3.004Zm.789 1.276c-.744.46-1.109 1.053-1.109 1.729v.699c0 .174.142.316.317.316h7.867a.316.316 0 0 0 .316-.316v-.7c0-.675-.365-1.269-1.109-1.728-.757-.468-1.86-.756-3.141-.756-1.28 0-2.385.288-3.141.756Z",clipRule:"evenodd"})})}const Km=x(Ym);function qm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5.75 4A1.75 1.75 0 0 0 4 5.75v6.5c0 .595.297 1.12.75 1.436v2.877L7.313 14h6.937A1.75 1.75 0 0 0 16 12.25v-6.5A1.75 1.75 0 0 0 14.25 4h-8.5ZM13 7H7v1h6V7Zm0 3H7v1h6v-1Z",clipRule:"evenodd"})})}const Qm=x(qm);function Jm(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5.184 3.85c1.639-1.275 3.563-1.633 4.775-1.633 3.5 0 5.611 1.384 6.744 3.263 1.097 1.818 1.203 3.975.99 5.46-.141.995-.653 2.055-1.427 2.752-.394.354-.88.636-1.443.738-.573.104-1.172.011-1.754-.3-.349-.188-.577-.492-.731-.815a2.77 2.77 0 0 1-.528.428c-.505.316-1.122.48-1.85.48-1.52 0-2.517-.748-3.099-1.671-.555-.881-.73-1.906-.73-2.592 0-1.264.416-2.285 1.107-2.993a3.489 3.489 0 0 1 2.504-1.052 3.5 3.5 0 0 1 2.044.655v-.96h1.566v.625c-.001 1.986-.002 3.57.089 4.741.05.647.125 1.118.223 1.438.08.256.148.331.157.342.283.148.52.17.722.133.216-.039.447-.155.675-.361.471-.424.83-1.135.926-1.809.18-1.264.069-3.021-.781-4.43-.814-1.349-2.378-2.506-5.404-2.506-.961 0-2.517.295-3.814 1.303-1.259.98-2.362 2.699-2.362 5.743 0 1.146.385 2.494 1.323 3.545.92 1.03 2.437 1.847 4.853 1.847 1.827 0 2.78-.395 3.565-.787l.7 1.4c-.954.477-2.145.953-4.265.953-2.803 0-4.766-.966-6.02-2.37-1.237-1.384-1.722-3.124-1.722-4.588 0-3.48 1.29-5.675 2.967-6.979Zm3.175 4.21c-.37.378-.661.989-.661 1.9 0 .474.13 1.188.488 1.757.332.527.858.94 1.773.94.49 0 .808-.109 1.02-.242.214-.133.374-.323.496-.572.261-.53.311-1.237.311-1.883 0-.911-.292-1.522-.66-1.9a1.923 1.923 0 0 0-1.384-.58c-.507 0-1.008.195-1.383.58Z",clipRule:"evenodd"})})}const ex=x(Jm);function tx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM7.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-9Z",clipRule:"evenodd"})})}const ix=x(tx);function nx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",d:"M3 10a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z"})})}const rx=x(nx);function ox(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M11.5 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM10 16.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",clipRule:"evenodd"})})}const sx=x(ox);function lx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#FF9D9D",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm2.7-10.821c.256.118.488.29.683.509.196.218.35.476.457.761a2.583 2.583 0 0 1 0 1.796 2.381 2.381 0 0 1-.457.762l-.406.452L10 14l-2.978-2.541-.405-.452A2.49 2.49 0 0 1 6 9.347c0-.622.222-1.22.617-1.66.395-.44.93-.687 1.488-.687.559 0 1.094.247 1.49.688L10 8.14l.406-.452c.195-.218.427-.391.683-.51a1.918 1.918 0 0 1 1.611 0Z",clipRule:"evenodd"})})}const ax=x(lx);function cx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M7.873 4.63a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V7.544L5.69 15.726a.5.5 0 0 1-.708 0l-.707-.707a.5.5 0 0 1 0-.707l8.182-8.182H8.373a.5.5 0 0 1-.5-.5v-1Z",clipRule:"evenodd"})})}const hx=x(cx);function dx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm-1.25-4.969 4.5-2.598a.5.5 0 0 0 0-.866l-4.5-2.598a.5.5 0 0 0-.75.433v5.196a.5.5 0 0 0 .75.433Z",clipRule:"evenodd"})})}const fx=x(dx);function ux(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 25",...e,children:[r("circle",{cx:12.5,cy:12.5,r:9.5,stroke:"#DDD"}),r("path",{stroke:"#DDD",strokeLinecap:"square",d:"M6 19 19 6"})]})}const px=x(ux);function gx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5 7a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2H5Zm0 4a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H5Z",clipRule:"evenodd"})})}const vx=x(gx);function mx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("mask",{id:"ic-notice-medium_svg__a",fill:"#fff",children:r("path",{fillRule:"evenodd",d:"M15.891 2.461a.5.5 0 0 0-.353.612l.13.483L3.347 9a2 2 0 0 0-1.122 2.347l1.439 5.372a2 2 0 0 0 2.096 1.476l.738-.06.742 2.767a.5.5 0 0 0 .612.354l.966-.26a.5.5 0 0 0 .353-.611l-.647-2.418 10.766-.888.129.483a.5.5 0 0 0 .612.354l.966-.259a.5.5 0 0 0 .354-.612L17.47 2.555a.5.5 0 0 0-.613-.353l-.966.26Z",clipRule:"evenodd"})}),r("path",{fill:"#333",d:"m15.891 2.461.518 1.932-.518-1.932Zm-.224 1.095.809 1.83 1.566-.693L17.6 3.04l-1.932.517ZM3.35 9 2.54 7.17 3.349 9Zm2.412 9.195-.164-1.993.164 1.993Zm.738-.06 1.932-.519-.432-1.612-1.664.137.164 1.993Zm1.354 3.12.518 1.933-.518-1.932Zm.966-.258L8.3 19.065l.518 1.932Zm.353-.613 1.932-.517-1.932.517Zm-.647-2.417-.165-1.993-2.387.197.62 2.314 1.932-.518Zm10.766-.888 1.931-.517-.432-1.613-1.664.137.165 1.993ZM16.857 2.202 16.34.27l.517 1.932Zm.613.354a1.5 1.5 0 0 1-1.061 1.837L15.374.529a2.5 2.5 0 0 0-1.768 3.062l3.864-1.035Zm.129.483-.13-.483-3.863 1.035.13.483 3.863-1.035Zm-2.74-1.312L2.54 7.171l1.616 3.658 12.319-5.443-1.617-3.659ZM2.54 7.171a4 4 0 0 0-2.247 4.694l3.863-1.036-1.616-3.658ZM.294 11.865l1.44 5.372 3.863-1.035-1.44-5.373-3.863 1.036Zm1.44 5.372a4 4 0 0 0 4.192 2.951l-.33-3.986-3.863 1.035Zm4.192 2.951.737-.06-.328-3.987-.738.06.329 3.987Zm-1.359-1.536.742 2.768 3.863-1.036-.741-2.768-3.864 1.036Zm.742 2.768a2.5 2.5 0 0 0 3.062 1.768l-1.036-3.864a1.5 1.5 0 0 1 1.837 1.06L5.31 21.42Zm3.062 1.768.965-.26-1.035-3.863-.966.259 1.036 3.864Zm.965-.26a2.5 2.5 0 0 0 1.768-3.061l-3.863 1.035a1.5 1.5 0 0 1 1.06-1.837l1.035 3.864Zm1.768-3.061-.647-2.418-3.864 1.036.648 2.417 3.863-1.035Zm-2.415.093 10.766-.887-.329-3.987-10.766.888.329 3.986Zm12.663-2.915-.13-.483-3.863 1.035.13.483 3.863-1.035Zm-1.837-1.061a1.5 1.5 0 0 1 1.837 1.06l-3.864 1.036a2.5 2.5 0 0 0 3.062 1.768l-1.035-3.864Zm.966-.259-.966.259 1.035 3.864.966-.26-1.035-3.863Zm-1.061 1.837a1.5 1.5 0 0 1 1.06-1.837l1.036 3.864a2.5 2.5 0 0 0 1.768-3.062l-3.864 1.035ZM15.538 3.073l3.882 14.49 3.864-1.036L19.4 2.038l-3.863 1.035Zm1.837 1.061a1.5 1.5 0 0 1-1.837-1.06L19.4 2.037A2.5 2.5 0 0 0 16.34.27l1.035 3.864Zm-.966.259.966-.259L16.34.27l-.966.26 1.035 3.863Z",mask:"url(#ic-notice-medium_svg__a)"}),r("path",{fill:"#333",d:"M6.56 9.395a.5.5 0 0 1 .354-.612l.966-.26a.5.5 0 0 1 .612.354l2.07 7.728a.5.5 0 0 1-.353.612l-.966.259a.5.5 0 0 1-.612-.354L6.56 9.395Z"})]})}const xx=x(mx);function wx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[p("g",{clipPath:"url(#ic-notice-solid-medium_svg__a)",children:[r("rect",{width:24,height:24,fill:"#EAEAEA",rx:12}),r("path",{fill:"#333",d:"M14.821 7.927a1.5 1.5 0 0 0-2.17-1.342L7.187 9.317c-2.211 1.105-2.211 4.26 0 5.366l5.462 2.732a1.5 1.5 0 0 0 2.171-1.342V7.927ZM18.471 12a2.65 2.65 0 0 0-2.65-2.65v1.3l.13.006a1.35 1.35 0 0 1-.13 2.694v1.3l.168-.005A2.65 2.65 0 0 0 18.47 12Z"})]}),r("defs",{children:r("clipPath",{id:"ic-notice-solid-medium_svg__a",children:r("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]})}const yx=x(wx);function _x(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#DDD"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M10 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-.5 6h-1v-1H9v-3h-.5V9h2a.5.5 0 0 1 .5.5V13h.5v1h-2Z",clipRule:"evenodd"})]})}const bx=x(_x);function Mx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M20.416 8.124a.5.5 0 0 0-.832 0l-2.066 3.099a.5.5 0 0 0 .416.777h4.132a.5.5 0 0 0 .416-.777l-2.066-3.099Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M12.882 3.043A9 9 0 1 0 21 12h-2a7 7 0 1 1-2.05-4.95l1.414-1.414a9 9 0 0 0-5.482-2.593Zm-2.005 8.284a.5.5 0 0 1-.147.354L8.19 14.223a.5.5 0 0 0 0 .707l.881.882a.5.5 0 0 0 .708 0l3.2-3.2a.5.5 0 0 0 .146-.354V8.006a.5.5 0 0 0-.5-.5h-1.247a.5.5 0 0 0-.5.5v3.321Z",clipRule:"evenodd"})]})}const Zx=x(Mx);function Sx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:[r("circle",{cx:18,cy:18,r:15,fill:"#F4F4F4"}),r("path",{fill:"#CCC",fillRule:"evenodd",d:"M14.25 13a3.75 3.75 0 1 1 7.5 0v.5a.5.5 0 0 1-.5.5h-.5a.5.5 0 0 1-.5-.5V13a2.25 2.25 0 0 0-4.5 0v3H22a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h.25v-3ZM19 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-4 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",clipRule:"evenodd"}),p("mask",{id:"ic-password-error-xlarge_svg__a",width:14,height:14,x:21,y:21,fill:"#000",maskUnits:"userSpaceOnUse",children:[r("path",{fill:"#fff",d:"M21 21h14v14H21z"}),r("path",{fillRule:"evenodd",d:"M28 33a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm-.75-7.75a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-1.5 0v-3Zm1.5 5.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z",clipRule:"evenodd"})]}),r("path",{fill:"#F66",fillRule:"evenodd",d:"M28 33a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm-.75-7.75a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-1.5 0v-3Zm1.5 5.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",d:"M31 28a3 3 0 0 1-3 3v4a7 7 0 0 0 7-7h-4Zm-3-3a3 3 0 0 1 3 3h4a7 7 0 0 0-7-7v4Zm-3 3a3 3 0 0 1 3-3v-4a7 7 0 0 0-7 7h4Zm3 3a3 3 0 0 1-3-3h-4a7 7 0 0 0 7 7v-4Zm0-8.5a2.75 2.75 0 0 0-2.75 2.75h4c0 .69-.56 1.25-1.25 1.25v-4Zm2.75 2.75A2.75 2.75 0 0 0 28 22.5v4c-.69 0-1.25-.56-1.25-1.25h4Zm0 3v-3h-4v3h4ZM28 31a2.75 2.75 0 0 0 2.75-2.75h-4c0-.69.56-1.25 1.25-1.25v4Zm-2.75-2.75A2.75 2.75 0 0 0 28 31v-4c.69 0 1.25.56 1.25 1.25h-4Zm0-3v3h4v-3h-4ZM28 33.5a2.75 2.75 0 0 0 2.75-2.75h-4c0-.69.56-1.25 1.25-1.25v4Zm-2.75-2.75A2.75 2.75 0 0 0 28 33.5v-4c.69 0 1.25.56 1.25 1.25h-4ZM28 28a2.75 2.75 0 0 0-2.75 2.75h4c0 .69-.56 1.25-1.25 1.25v-4Zm2.75 2.75A2.75 2.75 0 0 0 28 28v4c-.69 0-1.25-.56-1.25-1.25h4Z",mask:"url(#ic-password-error-xlarge_svg__a)"})]})}const Ix=x(Sx);function Ax(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M16.244 4.856A1.75 1.75 0 0 0 14.5 3.25h-6l-.144.006A1.75 1.75 0 0 0 6.75 5v.75h1.5V5l.007-.057A.25.25 0 0 1 8.5 4.75h6l.057.007A.25.25 0 0 1 14.75 5v7l-.007.057a.25.25 0 0 1-.243.193h-.25v1.5h.25l.143-.006A1.75 1.75 0 0 0 16.25 12V5l-.006-.144Zm-2.75 3A1.75 1.75 0 0 0 11.75 6.25h-6l-.144.006A1.75 1.75 0 0 0 4 8v7l.006.143A1.75 1.75 0 0 0 5.75 16.75h6l.143-.006A1.75 1.75 0 0 0 13.5 15V8l-.006-.144Z",clipRule:"evenodd"})})}const Cx=x(Ax);function Rx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M7 4a2 2 0 0 0-2 2v1.17A3.001 3.001 0 0 0 3 10v8a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3h-1V6a2 2 0 0 0-2-2H7Zm8 3V6h-5v1h5ZM8.5 7V6H7v1h1.5ZM6 9a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1H6Zm8.5 3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2Z",clipRule:"evenodd"})})}const Fx=x(Rx);function kx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M16 5H4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-9A.5.5 0 0 0 16 5ZM4 3.5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2H4Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M8.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-5 5v-1.31l2-1.714 2.153 1.845a2 2 0 0 0 2.788-.18L13.5 9.742l3 3.334V14.5a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5Zm14.5 0v-2l-3.757-4.174a1 1 0 0 0-1.486 0l-3.43 3.811a.5.5 0 0 1-.698.045l-2.478-2.124a1 1 0 0 0-1.302 0L2 12.5v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2Z",clipRule:"evenodd"})]})}const Bx=x(kx);function Ex(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:[r("path",{fill:"#3299FE",d:"M6 16.032C6 9.338 11.439 4 18 4s12 5.338 12 12.032c0 3.244-1.277 6.288-3.564 8.555l-6.584 6.634-.003.003A2.6 2.6 0 0 1 18 32c-.68 0-1.348-.27-1.849-.775l-.003-.003-6.587-6.638A11.978 11.978 0 0 1 6 16.032Z"}),r("circle",{cx:18,cy:16,r:8,fill:"#fff"})]})}const Lx=x(Ex);function Dx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 3C6.692 3 4 5.617 4 8.833c0 1.566.63 3.037 1.773 4.139l4.014 3.941a.303.303 0 0 0 .426 0l4.012-3.94A5.715 5.715 0 0 0 16 8.834C16 5.617 13.308 3 10 3Zm0 8a2.503 2.503 0 0 1-2.5-2.5C7.5 7.122 8.621 6 10 6s2.5 1.122 2.5 2.5S11.379 11 10 11Z",clipRule:"evenodd"})})}const Tx=x(Dx);function Vx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36",...e,children:[r("circle",{cx:18,cy:18,r:15,fill:"#333"}),r("path",{fill:"#fff",d:"M24.5 17.134a1 1 0 0 1 0 1.732l-9 5.196a1 1 0 0 1-1.5-.866V12.804a1 1 0 0 1 1.5-.866l9 5.196Z"})]})}const Px=x(Vx);function Ox(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm.5-15a.5.5 0 0 1 .5.5V11h3.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H13v3.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V13H7.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H11V7.5a.5.5 0 0 1 .5-.5h1Z",clipRule:"evenodd"})})}const Hx=x(Ox);function Ux(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#DDD",d:"M5 8a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1H5V8Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M7 5.25h10A2.75 2.75 0 0 1 19.75 8v9A2.75 2.75 0 0 1 17 19.75H7A2.75 2.75 0 0 1 4.25 17V8A2.75 2.75 0 0 1 7 5.25Zm10 1.5H7c-.69 0-1.25.56-1.25 1.25v9c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25Z",clipRule:"evenodd"}),r("rect",{width:8,height:2,x:8,y:11,fill:"#999",rx:1}),r("rect",{width:4,height:2,x:8,y:14,fill:"#999",rx:1})]})}const $x=x(Ux);function zx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M7.5 2.5h7a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-9l4-4Zm2.5 5c-2.045 0-3.792 1.244-4.5 3 .708 1.756 2.455 3 4.5 3 2.046 0 3.792-1.244 4.5-3-.708-1.756-2.454-3-4.5-3Zm0 5c-1.13 0-2.045-.896-2.045-2s.916-2 2.045-2c1.13 0 2.046.896 2.046 2s-.917 2-2.046 2Zm-1.227-2c0-.664.548-1.2 1.227-1.2.68 0 1.227.536 1.227 1.2 0 .664-.548 1.2-1.227 1.2-.68 0-1.227-.536-1.227-1.2Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M3.5 6.5h4v-4",clipRule:"evenodd",opacity:.5})]})}const Gx=x(zx);function Wx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M17.872 5.518a1.175 1.175 0 0 1 1.064 1.064l.485 5.334c.032.347-.093.69-.34.937l-6.636 6.636a1.175 1.175 0 0 1-1.662 0L4.965 13.67a1.175 1.175 0 0 1 0-1.661l6.637-6.637c.247-.246.59-.37.937-.339l5.334.485Zm3.056.883a3.175 3.175 0 0 0-2.875-2.875l-5.334-.485a3.175 3.175 0 0 0-2.532.917L3.55 10.595a3.175 3.175 0 0 0 0 4.49l5.82 5.819a3.175 3.175 0 0 0 4.49 0l6.636-6.637a3.175 3.175 0 0 0 .917-2.532L20.928 6.4Zm-7.22 4.159a1.5 1.5 0 1 0 2.122-2.122 1.5 1.5 0 0 0-2.122 2.122Z",clipRule:"evenodd"})})}const jx=x(Wx);function Nx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:18,height:18,x:3,y:3,fill:"#D6E9FB",rx:6}),r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"})]})}const Xx=x(Nx);function Yx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M14.9 9.662c0 1.286.607 2.5 1.665 3.331.279.222.435.537.435.87C17 14.49 16.45 15 15.775 15H4.225C3.549 15 3 14.49 3 13.862c0-.332.156-.647.428-.863 1.065-.836 1.672-2.05 1.672-3.337V7.85c0-2.287 1.829-4.18 4.2-4.498V2.65c0-.36.314-.65.7-.65.386 0 .7.29.7.65v.702c2.37.317 4.2 2.21 4.2 4.498v1.812ZM13 16c-.284 1.14-1.521 2-3 2s-2.716-.86-3-2h6Z",clipRule:"evenodd"})})}const Kx=x(Yx);function qx(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#555",fillRule:"evenodd",d:"M16 2a2 2 0 0 1 2 2v3.5a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2H16Zm-.5 1.5a1 1 0 0 1 1 1V7a1 1 0 0 1-1 1H13a1 1 0 0 1-1-1V4.5a1 1 0 0 1 1-1h2.5ZM7.5 10.5a2 2 0 0 1 2 2V16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3.5a2 2 0 0 1 2-2h3.5ZM7 12a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H4.5a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1H7ZM7.5 2a2 2 0 0 1 2 2v3.5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h3.5ZM7 3.5a1 1 0 0 1 1 1V7a1 1 0 0 1-1 1H4.5a1 1 0 0 1-1-1V4.5a1 1 0 0 1 1-1H7Z",clipRule:"evenodd"}),r("path",{fill:"#555",d:"M7 4.5H4.5V7H7z"}),r("path",{fill:"#555",fillRule:"evenodd",d:"M16 10.5a2 2 0 0 1 2 2V16a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2v-3.5a2 2 0 0 1 2-2H16Zm-.5 1.5a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H13a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1h2.5Z",clipRule:"evenodd"}),r("path",{fill:"#555",d:"M15.5 13H13v2.5h2.5z"})]})}const Qx=x(qx);function Jx(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.291 15.82a.503.503 0 0 0 0 .711l.712.712a.503.503 0 0 0 .712 0l5.338-5.338 2.49 2.491a.503.503 0 0 0 .713 0l1.067-1.067 3.559-3.559 1.481 1.482a.539.539 0 0 0 .919-.343l.325-4.532a.539.539 0 0 0-.576-.575l-4.532.325a.539.539 0 0 0-.342.918l1.301 1.302-3.558 3.558-2.491-2.49a.503.503 0 0 0-.712 0l-1.068 1.067-5.338 5.338Z",clipRule:"evenodd"})})}const ew=x(Jx);function tw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M13.346 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-5 3a5 5 0 1 1 10 0 5 5 0 0 1-10 0Zm4.409 7.493a1.07 1.07 0 0 0-1.412-1.292l-7.156 2.744c-.854.328-.93 1.505-.126 1.94l2.305 1.247 3.472-3.795a.5.5 0 0 1 .707-.032l.236.216a.5.5 0 0 1 .031.707l-3.484 3.808 1.408 2.126c.504.762 1.67.581 1.92-.297l2.099-7.372ZM12.608 22a.2.2 0 0 1-.193-.253l.442-1.603a.2.2 0 0 1 .193-.147h5.61c0-2.766-1.886-5.008-4.213-5.008a.13.13 0 0 1-.126-.165l.459-1.665a.195.195 0 0 1 .208-.144c3.004.325 5.358 3.327 5.358 6.982v.462c0 .851-.58 1.541-1.297 1.541h-6.44Z",clipRule:"evenodd"})})}const iw=x(tw);function nw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M15.133 5.243a7 7 0 1 0 1.536 6.89.473.473 0 0 0-.351-.599l-1.115-.27a.224.224 0 0 0-.27.16 5.133 5.133 0 1 1-.973-4.691H11.9a.5.5 0 0 0-.5.5V8.1a.5.5 0 0 0 .5.5h4.6a.5.5 0 0 0 .5-.5V3.5a.5.5 0 0 0-.5-.5h-.867a.5.5 0 0 0-.5.5v1.743Z",clipRule:"evenodd"})})}const rw=x(nw);function ow(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M6 6.75c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25a.75.75 0 0 1 0 1.5A2.75 2.75 0 0 1 3.25 12V8A2.75 2.75 0 0 1 6 5.25h5.008a.75.75 0 0 1 0 1.5H6ZM13.25 6a.75.75 0 0 1 .75-.75A2.75 2.75 0 0 1 16.75 8v4A2.75 2.75 0 0 1 14 14.75H8.998a.75.75 0 0 1 0-1.5H14c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M10.029 3.968A.75.75 0 1 0 8.97 5.032L9.945 6l-.974.968a.75.75 0 0 0 1.058 1.064l1.508-1.5a.75.75 0 0 0 .003-1.06l-.002-.002-.001-.002m0 0-1.508-1.5 1.508 1.5Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"M9.98 11.968a.75.75 0 1 1 1.057 1.064l-.974.968.974.968a.75.75 0 0 1-1.058 1.064l-1.508-1.5a.75.75 0 0 1-.002-1.062"}),r("path",{fill:"#333",d:"m9.98 11.968-1.509 1.5 1.508-1.5Z"})]})}const sw=x(ow);function lw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M2 4.5v4a3.75 3.75 0 0 0 3.75 3.75h9.47l-2.397 2.396a.5.5 0 0 0 0 .708l.354.353a.5.5 0 0 0 .707 0l3.823-3.823a.5.5 0 0 0 0-.707l-3.823-3.823a.5.5 0 0 0-.707 0l-.354.353a.5.5 0 0 0 0 .707l2.336 2.336H5.75A2.25 2.25 0 0 1 3.5 8.5v-4A.5.5 0 0 0 3 4h-.5a.5.5 0 0 0-.5.5Z",clipRule:"evenodd"})})}const aw=x(lw);function cw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M8 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1h1a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h1Zm1 3a1 1 0 0 1-1-1H7a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-1a1 1 0 0 1-1 1H9ZM8 9.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1Zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1Z",clipRule:"evenodd"})})}const hw=x(cw);function dw(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M8.211 20.598c1.155.667 2.623.416 3.72-.51.284-.24.242-.667-.045-.832l-4.35-2.512c-.287-.165-.678.012-.743.378-.254 1.413.264 2.81 1.418 3.476ZM21.591 16.867a.966.966 0 0 0 0-1.728l-6.19-3.096a.966.966 0 0 0-1.37 1.099l.575 2.296h4.566c.294 0 .531.237.531.53v.13a.531.531 0 0 1-.53.532H14.59l-.558 2.234a.966.966 0 0 0 1.369 1.098l6.19-3.095Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M16.05 3.308c-.353-.204-.905-.448-1.49-.215a1.397 1.397 0 0 0-.578.438c-.05.064-.096.13-.132.189-2.363-.627-4.942.14-6.178 2.282l-.856 1.482c-.433.75-1.236 1.278-2.272 1.396l-.006.001a2.021 2.021 0 0 0-1.526.985c-.633 1.096-.06 2.36.892 2.91l8.864 5.117L13.24 16l-.042-.169-8.295-4.789a.32.32 0 0 1-.147-.163l-.003-.01a.172.172 0 0 1 .02-.003c1.6-.183 2.994-1.031 3.774-2.383l.856-1.482c.773-1.34 2.663-1.93 4.513-1.152l.535.226.463.35c1.555 1.18 2.008 3.042 1.319 4.376l1.789.894c1.077-2.1.437-4.602-1.23-6.277.033-.06.068-.133.098-.209.065-.165.134-.417.09-.718-.091-.624-.578-.98-.931-1.184Zm1.258 9.638-1.791-.896-.198.342a4.752 4.752 0 0 0-.58 3.036h2.03c-.165-.736-.057-1.45.282-2.036l.258-.446Zm-.173 3.691h-2.082a5.54 5.54 0 0 0 .095.236l-.01.002a.32.32 0 0 1-.214-.047l-.331-.191h-.03l-.5 1.998c.944.46 2.225.287 2.827-.757.225-.39.298-.822.245-1.241Zm-1.965.227-.002.002a.007.007 0 0 1 .002-.002ZM4.75 10.848v.003-.003Z",clipRule:"evenodd"})]})}const fw=x(dw);function uw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M11.36 3.071c.44-.175.854.008 1.119.161.264.153.63.42.698.888.033.226-.019.415-.068.539-.022.057-.049.111-.073.157 1.25 1.256 1.73 3.132.922 4.707l-1.342-.67c.518-1 .177-2.397-.989-3.282l-.347-.263-.401-.169c-1.387-.583-2.805-.141-3.385.864l-.642 1.111c-.585 1.014-1.63 1.65-2.83 1.788h.001l-.089-.745.085.745h.003a.129.129 0 0 0-.016.003l.002.007a.24.24 0 0 0 .11.122l6.222 3.591.032.127-.355 1.419-6.648-3.838C2.655 9.92 2.225 8.973 2.7 8.15c.247-.428.68-.682 1.145-.738h.004c.777-.089 1.38-.486 1.704-1.048l.642-1.111c.927-1.607 2.861-2.182 4.634-1.712.027-.044.06-.094.099-.142.083-.104.22-.243.432-.328Zm.718 6.718 1.345.672-.017.029 3.23 1.615a.724.724 0 0 1 0 1.296l-4.643 2.321a.724.724 0 0 1-1.027-.823l.04-.163-.017-.009.374-1.498h.02l.002-.006h3.436c.22 0 .399-.178.399-.398v-.097a.398.398 0 0 0-.399-.399h-3.425l-.43-1.722a.724.724 0 0 1 1.027-.824l.069.035.016-.03Zm-8.074-.902v.002-.002ZM6.6 16.2c.866.5 1.967.312 2.79-.382.213-.18.181-.5-.034-.625l-3.262-1.884c-.216-.124-.509.009-.558.284-.19 1.06.198 2.107 1.064 2.607Z",clipRule:"evenodd"})})}const pw=x(uw);function gw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M8 3.5 4 7l4 3.5v-2h1.682c1.604.06 2.857 1.522 2.857 3.794 0 2.323-2.77 4.206-2.77 4.206C12.66 16.5 15 14.038 15 11s-2.342-5.5-5.23-5.5H8v-2Z",clipRule:"evenodd"})})}const vw=x(gw);function mw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.47 1.47a.75.75 0 0 0 0 1.06L6.94 6 3.47 9.47a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 0 0-1.06 0Z",clipRule:"evenodd"})})}const xw=x(mw);function ww(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M6.27 16.733a.906.906 0 0 1-.089-1.19l.09-.102L11.77 10l-5.5-5.441a.906.906 0 0 1-.09-1.19l.09-.102a.93.93 0 0 1 1.201-.088l.104.088 6.154 6.087a.906.906 0 0 1 .089 1.19l-.09.102-6.153 6.087a.93.93 0 0 1-1.306 0Z",clipRule:"evenodd"})})}const yw=x(ww);function _w(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M20.038 3.012c.326 0 .577.288.531.611l-.636 4.47a.535.535 0 0 1-.934.275l-1.274-1.466-4.884 4.245a1.089 1.089 0 0 1-1.536-.107l-1.98-2.277L5.1 12.435a.5.5 0 0 1-.705-.05l-.773-.888a.5.5 0 0 1 .05-.706l5.046-4.386a1.089 1.089 0 0 1 1.536.107l1.98 2.277 4.062-3.53-1.175-1.352a.535.535 0 0 1 .403-.886l4.514-.009ZM17 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-8Zm-8 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-5ZM5.5 16a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-1Zm7.5-.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4Z",clipRule:"evenodd"})})}const bw=x(_w);function Mw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M15 4.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V5h1a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h1v-.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V5h6v-.5ZM6 7a1 1 0 0 0-1 1v1h14V8a1 1 0 0 0-1-1H6ZM5 17v-6h14v6a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1Zm3.5-4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-7Z",clipRule:"evenodd"})})}const Zw=x(Mw);function Sw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.345 3.344a8.005 8.005 0 0 1 11.952 10.61l3.425 3.425a.95.95 0 0 1-1.342 1.343l-3.425-3.425A8.006 8.006 0 0 1 3.345 3.344Zm9.91 1.415a6.009 6.009 0 1 0-8.497 8.498 6.009 6.009 0 0 0 8.497-8.498Z",clipRule:"evenodd"})})}const Iw=x(Sw);function Aw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",d:"M14.885 3.099 3.375 8.937a.735.735 0 0 0 .037 1.3l2.914 1.445a.5.5 0 0 0 .562-.082l5.137-4.76a.278.278 0 0 1 .378.011.272.272 0 0 1 .007.38l-4.067 5.095a1 1 0 0 0-.219.624v2.707a.5.5 0 0 0 .878.327l1.728-1.999 3.56 1.815a.746.746 0 0 0 1.076-.535l.623-11.404c.104-.614-.559-1.07-1.104-.762Z"})})}const Cw=x(Aw);function Rw(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",d:"m4.287 13.49.554-.832-.554.833Zm-.23-.271.912-.41-.913.41Zm0-2.438.912.41-.913-.41Zm.23-.272-.554-.832.554.832ZM5.49 7.6l-.98.198.98-.197Zm.03-.355.934.356-.935-.356Zm.377-.457-.708-.707.708.707Zm1.346-1.266.355.934-.355-.934Zm.355-.03.197-.98-.197.98Zm2.91-1.204-.832-.554.833.554Zm.273-.23-.41-.913.41.912Zm2.437 0-.41.912.41-.913Zm.272.23.833-.554-.833.554Zm2.91 1.206.197.98-.198-.98Zm.355.03-.356.934.356-.935Zm.457.377.707-.707-.707.707Zm.889.889.78-.625-.034-.043-.039-.04-.707.708Zm0 0-.781.625.035.043.039.039.707-.707Zm.377.457-.934.355.934-.355Zm.03.355.98.197-.98-.197Zm1.205 2.908.554-.832-.554.832Zm.23.272.913-.409-.912.41Zm0 2.438-.912-.41.913.41Zm-.23.272.554.832-.554-.832ZM18.507 16.4l-.98.197.98-.197Zm-.03.355.935.356-.935-.356Zm-1.723 1.723-.356-.934.356.934Zm-.356.03.198-.98-.198.98Zm-2.755.633-.987-.165.987.165Zm-.153.572.833.554-.833-.554Zm-.272.23.41.913-.41-.912Zm-2.437 0-.41.913.41-.912Zm-.272-.23-.833.554.833-.554Zm-2.91-1.204-.196-.98.197.98Zm-.355-.03-.355.936.355-.935Zm-.457-.376-.707.707.707-.707Zm-.889-.89-.707.708.707-.707Zm-.377-.456-.934.355.934-.355Zm-.03-.356.981.197-.98-.197Zm10.082 1.596.484-.874-.484.874Zm-1.93 1.143.986.165-.986-.165Zm.07-.373.962.276-.962-.276Zm-.07-13.908-.987.165.987-.165Zm.07.375-.96.277.96-.277Zm2.174.556.58.814-.58-.814Zm-.315.214-.484-.875.484.875Zm3.569 7.64-.165-.987.165.986Zm-.375.07.276.961-.277-.96Zm-.556 2.173-.814.581.814-.581Zm-.214-.314-.875.484.875-.484Zm-13.137-1.93.165-.986-.165.986Zm.376.071.276-.96-.276.96Zm.554 2.174-.814-.58.814.58Zm.215-.316-.875-.484.875.484Zm4.198-4.563.843.539-.843-.539Zm-.172.416-.976-.215.976.215Zm-4.799-1.139-.275-.961.275.961Zm.556-2.174.814-.58-.814.58ZM6 8.427l.875-.485L6 8.427Zm5.424 1.603-.215-.976.215.976Zm-.416.172.539.843-.539-.843Zm2.96 1.227.977-.215-.976.215Zm-.171-.415.843-.539-.843.539Zm-5.37-5.01.483-.875-.484.875Zm1.928-1.145.987.165-.987-.165Zm-.07.376.96.276-.96-.276ZM8.112 18.212 7.53 17.4l.582.813Zm.314-.214.484.875-.484-.875Zm4.987-7.41.707-.708-.707.707Zm-.43-.387.538-.843-.537.843Zm-.411-.17.217-.977-.217.977Zm1.225 2.955-.843-.538.843.538Zm.172-.415-.977-.215.977.215Zm-1.398 1.399.217.976-.217-.976Zm.842-.557.707.707-.707-.707Zm-.429.386.538.843-.538-.843Zm-1.974 0-.538.842.538-.843Zm.414.17-.215.977.215-.976Zm6.786-5.855-.814-.581.814.581Zm-.214.313.875.485-.875-.485Zm1.143 1.93-.164.986.165-.986Zm-.373-.07-.275.96.275-.96Zm-8.565 2.702.843-.538-.843.538Zm-.172-.414-.976.215.976-.215Zm-6.297 1.748c.192.128.382.188.53.225.136.033.294.059.432.082l.329-1.973-.188-.032-.096-.02c-.033-.008.024.002.1.053l-1.107 1.665Zm-.59-.695c.128.283.332.524.59.695l1.108-1.665c.056.037.1.09.128.151l-1.825.819Zm-.143-1c0 .14 0 .3.01.44.011.152.04.35.134.56l1.825-.819c.038.085.038.142.035.108A13.821 13.821 0 0 1 5 12.63H3Zm0-1.257v1.258h2V11.37H3Zm.144-.999c-.094.21-.123.408-.134.56-.01.14-.01.3-.01.44h2a13.821 13.821 0 0 1 .004-.29c.003-.033.003.024-.035.109l-1.825-.819Zm.59-.695a1.643 1.643 0 0 0-.59.695l1.825.819a.357.357 0 0 1-.128.15L3.733 9.678Zm.961-.307c-.138.023-.296.049-.432.082a1.647 1.647 0 0 0-.53.225l1.108 1.665c-.077.051-.134.06-.101.053.017-.005.046-.01.096-.02l.188-.032-.329-1.973ZM4.51 7.797c.045.225.137.403.216.533.072.12.166.25.247.364L6.601 7.53a13.779 13.779 0 0 1-.165-.237c-.017-.03.016.018.034.108l-1.96.395Zm.075-.909c-.11.29-.137.605-.075.909l1.96-.395a.357.357 0 0 1-.016.198l-1.87-.712Zm.604-.808c-.098.099-.212.212-.303.318-.1.115-.22.275-.301.49l1.869.712c-.033.086-.074.127-.051.101a13.704 13.704 0 0 1 .201-.207L5.189 6.08Zm0 0 1.415 1.414L5.189 6.08Zm.89-.889-.89.89 1.415 1.413.889-.889-1.414-1.414Zm.808-.605a1.647 1.647 0 0 0-.49.301c-.107.092-.22.205-.318.304l1.414 1.414a13.703 13.703 0 0 1 .207-.2c.026-.023-.015.018-.102.05l-.711-1.869Zm.908-.075a1.643 1.643 0 0 0-.908.075l.711 1.87a.357.357 0 0 1-.197.016l.394-1.96Zm.897.464c-.114-.081-.244-.175-.363-.248a1.647 1.647 0 0 0-.534-.216l-.394 1.96c-.09-.017-.138-.05-.109-.033a13.799 13.799 0 0 1 .237.164l1.163-1.627Zm.984-1.242a1.648 1.648 0 0 0-.224.53c-.033.136-.06.294-.082.432l1.973.329.032-.188c.009-.05.015-.079.02-.096.007-.033-.002.024-.053.1L9.675 3.734Zm.696-.59a1.643 1.643 0 0 0-.696.59l1.665 1.108a.357.357 0 0 1-.15.128l-.82-1.825ZM11.37 3c-.14 0-.3 0-.44.01-.151.011-.35.04-.56.134l.82 1.825c-.085.038-.143.038-.109.035l.098-.003.19-.001V3Zm1.257 0h-1.257v2h1.257V3Zm1 .144a1.647 1.647 0 0 0-.56-.134c-.14-.01-.3-.01-.44-.01v2a13.821 13.821 0 0 1 .289.004c.034.003-.024.003-.108-.035l.818-1.825Zm.695.59a1.643 1.643 0 0 0-.696-.59l-.818 1.825a.357.357 0 0 1-.151-.128l1.665-1.108Zm.306.961c-.023-.138-.048-.296-.082-.432a1.648 1.648 0 0 0-.224-.53l-1.665 1.108c-.052-.077-.061-.134-.053-.101l.02.096.031.188 1.973-.329Zm1.573-.182a1.647 1.647 0 0 0-.533.216c-.12.072-.25.166-.364.247l1.163 1.628a14.46 14.46 0 0 1 .237-.165c.03-.017-.018.016-.108.034l-.395-1.96Zm.909.075a1.643 1.643 0 0 0-.909-.075l.395 1.96a.357.357 0 0 1-.198-.016l.712-1.87Zm.808.605c-.099-.1-.212-.213-.318-.304-.115-.1-.275-.22-.49-.301l-.712 1.869c-.086-.033-.127-.074-.101-.051a13.832 13.832 0 0 1 .207.201l1.414-1.414Zm.889.889-.89-.89-1.413 1.415.889.889 1.414-1.414Zm.074.082-1.562 1.25 1.562-1.25Zm.53.726a1.648 1.648 0 0 0-.3-.49c-.091-.107-.205-.22-.304-.318l-1.414 1.414.134.135c.036.037.055.059.067.072.022.026-.018-.015-.051-.102l1.869-.711Zm.076.908a1.644 1.644 0 0 0-.075-.908l-1.87.711a.357.357 0 0 1-.016-.197l1.961.394Zm-.464.897c.081-.114.175-.243.248-.363.079-.13.17-.308.216-.534l-1.96-.394c.018-.09.05-.138.033-.109a13.408 13.408 0 0 1-.164.237l1.627 1.163Zm1.243.982a1.646 1.646 0 0 0-.53-.225c-.136-.033-.294-.059-.432-.082l-.329 1.973.188.032c.05.01.079.015.096.02.033.008-.024-.002-.1-.053l1.107-1.665Zm.59.695a1.644 1.644 0 0 0-.59-.695l-1.108 1.665a.357.357 0 0 1-.128-.151l1.825-.819Zm.143 1c0-.14 0-.3-.01-.44a1.649 1.649 0 0 0-.134-.56l-1.825.819c-.038-.085-.038-.142-.035-.108.001.017.003.047.003.098l.001.19h2Zm0 1.257V11.37h-2v1.258h2Zm-.144.999c.094-.21.123-.408.134-.56.01-.14.01-.3.01-.44h-2v.191l-.004.098c-.003.034-.003-.024.035-.108l1.825.819Zm-.59.695c.259-.171.463-.412.59-.695l-1.825-.819a.357.357 0 0 1 .128-.151l1.108 1.665Zm-.961.307c.138-.023.296-.05.432-.082.148-.037.338-.097.53-.225l-1.108-1.665c.077-.051.134-.06.101-.053l-.096.02-.188.032.329 1.973Zm.182 1.572a1.646 1.646 0 0 0-.216-.533c-.073-.12-.166-.25-.248-.363l-1.627 1.162.11.155c.03.043.045.067.054.082.018.03-.015-.017-.034-.108l1.961-.395Zm-.075.909c.11-.29.136-.605.075-.909l-1.96.395a.358.358 0 0 1 .016-.198l1.869.712Zm-.605.808c.099-.099.213-.211.304-.317.1-.116.219-.276.3-.491l-1.868-.712c.033-.086.073-.127.05-.101a14.511 14.511 0 0 1-.201.207l1.415 1.414Zm-.889.89.89-.89-1.415-1.414-.89.889 1.415 1.414Zm-.808.604a1.65 1.65 0 0 0 .49-.301c.106-.091.22-.205.318-.304l-1.414-1.414a13.358 13.358 0 0 1-.207.201c-.026.022.015-.018.101-.051l.712 1.869Zm-.909.075c.304.061.62.035.909-.075l-.712-1.87a.357.357 0 0 1 .198-.015l-.395 1.96Zm-.896-.463c.113.08.243.174.363.247.13.079.308.17.533.216l.395-1.96c.09.018.137.051.108.033a12.317 12.317 0 0 1-.237-.164l-1.162 1.627Zm-.676.28-1.973-.329 1.973.329Zm-.306.962c.127-.192.188-.382.224-.53.034-.136.06-.294.082-.432l-1.973-.329-.032.188c-.009.05-.015.079-.02.096-.007.033.002-.024.054-.1l1.665 1.107Zm-.696.59c.283-.128.524-.332.696-.59l-1.665-1.108c.037-.056.09-.1.15-.128l.82 1.825Zm-.999.143c.14 0 .3 0 .44-.01.152-.011.35-.04.56-.134l-.82-1.825c.085-.038.143-.038.109-.035a1.697 1.697 0 0 1-.098.003l-.19.001v2Zm-1.257 0h1.257v-2h-1.257v2Zm-1-.144c.21.094.409.123.56.134.14.01.3.01.44.01v-2h-.19l-.099-.004c-.034-.003.024-.003.108.035l-.818 1.825Zm-.695-.59c.172.259.413.463.696.59l.818-1.825a.357.357 0 0 1 .152.128l-1.666 1.108Zm-.306-.961c.023.138.049.296.082.432.036.148.097.338.224.53l1.665-1.108c.052.077.061.134.053.101a1.664 1.664 0 0 1-.02-.096l-.031-.188-1.973.329ZM7.53 17.399a14.997 14.997 0 0 1-.237.164c-.03.018.018-.016.109-.034l.394 1.96c.226-.045.403-.137.534-.216.12-.072.25-.166.363-.247L7.53 17.4Zm-.128.13a.357.357 0 0 1 .197.016l-.711 1.87c.29.11.604.136.908.075l-.394-1.961Zm.197.016c.087.033.128.074.102.052a14.619 14.619 0 0 1-.207-.201L6.08 18.81c.1.099.212.212.318.303.116.1.276.22.49.302l.712-1.87Zm-.105-.15-.89-.889-1.414 1.415.89.889 1.414-1.414Zm-.89-.889a13.832 13.832 0 0 1-.2-.207c-.023-.026.018.015.05.102l-1.868.711c.081.215.201.375.3.491.092.106.206.219.304.318l1.415-1.415Zm-.15-.105c.025.063.03.131.017.197l-1.96-.394c-.062.304-.036.619.075.908l1.869-.711Zm.017.197c-.018.091-.052.138-.034.109.01-.015.025-.04.054-.082l.11-.155-1.627-1.163c-.081.114-.175.244-.247.364-.08.13-.171.307-.217.533l1.961.394Zm9.995.799c-.139-.1-.282-.203-.41-.274l-.97 1.749.037.025c.04.028.095.066.18.128l1.163-1.628Zm-1.838 1.908.037-.219.009-.043-1.923-.551c-.04.14-.068.315-.096.484l1.973.329Zm1.428-2.182a2.286 2.286 0 0 0-3.305 1.369l1.923.551a.286.286 0 0 1 .413-.171l.97-1.75Zm-3.4-12.1c.028.17.055.347.096.488l1.922-.553-.008-.043c-.01-.05-.02-.115-.038-.22l-1.973.329Zm2.648-.047-.18.129-.037.024.969 1.75c.128-.07.271-.176.41-.275l-1.162-1.628Zm-2.552.535a2.286 2.286 0 0 0 3.304 1.368l-.97-1.75a.286.286 0 0 1-.412-.17l-1.922.552Zm6.223 7.146c-.17.028-.346.056-.486.096l.552 1.922c-.012.004-.007.001.043-.008l.22-.037-.329-1.973Zm.047 2.649-.128-.181-.024-.037-1.75.97c.07.128.176.27.275.41l1.627-1.162Zm-.534-2.553a2.286 2.286 0 0 0-1.368 3.304l1.75-.969a.286.286 0 0 1 .17-.413l-.552-1.922ZM4.695 14.63l.22.037c.05.01.055.012.043.008l.553-1.922c-.141-.04-.318-.068-.487-.096l-.329 1.973Zm1.907 1.84c.1-.14.206-.285.277-.414l-1.75-.968-.025.037-.129.182 1.627 1.163Zm-1.644-1.795c.176.051.26.253.171.413l1.75.968a2.286 2.286 0 0 0-1.368-3.303l-.553 1.922Zm4.92-4.798c-.174.174-.37.363-.518.594l1.685 1.077c-.005.007-.001-.001.036-.042a7.97 7.97 0 0 1 .21-.214L9.878 9.877ZM11 12c0-.154 0-.239.003-.303.002-.056.006-.064.004-.056l-1.953-.43c-.06.268-.054.542-.054.79h2Zm-1.64-1.528a2.285 2.285 0 0 0-.306.739l1.953.43a.286.286 0 0 1 .038-.092L9.36 10.47Zm-4.336.872c.168-.028.342-.055.483-.095l-.551-1.923-.043.008c-.049.01-.114.02-.218.037l.329 1.973Zm-.05-2.65.128.182c.029.042.03.048.025.037l1.749-.97c-.07-.128-.176-.271-.275-.41L4.973 8.693Zm.533 2.555a2.286 2.286 0 0 0 1.369-3.306l-1.75.97c.09.16.006.362-.17.413l.55 1.923ZM11.997 9c-.246 0-.52-.005-.787.054l.43 1.953c-.008.002 0-.002.055-.004.064-.003.149-.003.302-.003V9Zm-.705 2.292a7.97 7.97 0 0 1 .214-.21c.041-.038.049-.042.042-.037L10.47 9.36c-.23.147-.42.344-.594.517l1.415 1.415Zm-.082-2.238a2.285 2.285 0 0 0-.739.306l1.077 1.685a.286.286 0 0 1 .092-.038l-.43-1.953ZM15 12c0-.246.005-.518-.054-.786l-1.953.43c-.002-.008.002 0 .004.055.003.064.003.148.003.301h2Zm-2.293-.706c.108.109.168.169.212.216.037.041.04.05.036.042l1.686-1.077c-.148-.23-.345-.42-.52-.595l-1.414 1.414Zm2.24-.08a2.287 2.287 0 0 0-.306-.739l-1.686 1.077c.018.028.031.06.038.092l1.953-.43ZM7.53 6.602c.14.1.284.206.413.277l.968-1.75c.011.006.006.004-.036-.025a14.415 14.415 0 0 1-.183-.13L7.53 6.603Zm1.84-1.907-.038.22-.008.043 1.922.553c.04-.141.068-.318.097-.487L9.37 4.695ZM7.943 6.88a2.286 2.286 0 0 0 3.303-1.368l-1.922-.553a.286.286 0 0 1-.413.171l-.968 1.75Zm3.4 12.097c-.028-.168-.056-.343-.096-.483l-1.922.551c-.004-.012-.001-.006.008.043l.037.218 1.973-.329Zm-2.65.05.182-.128c.042-.029.047-.03.036-.025l-.97-1.75c-.127.072-.27.176-.41.276l1.163 1.627Zm2.554-.533a2.286 2.286 0 0 0-3.305-1.37l.97 1.75a.286.286 0 0 1 .413.171l1.922-.551Zm2.874-8.613c-.175-.175-.366-.374-.6-.522l-1.073 1.687c-.008-.005 0-.002.042.036.047.044.108.104.217.213l1.414-1.414ZM11.997 11c.154 0 .24 0 .304.003.056.002.063.006.055.004l.434-1.953c-.27-.06-.545-.054-.793-.054v2Zm1.525-1.642a2.286 2.286 0 0 0-.732-.304l-.434 1.953c.033.007.064.02.092.038l1.074-1.687Zm.599 4.762c.175-.175.372-.364.52-.595l-1.686-1.077-.036.042a8.025 8.025 0 0 1-.212.216l1.414 1.414ZM13 12c0 .153 0 .237-.003.3-.002.056-.005.064-.004.056l1.953.43c.06-.268.054-.54.054-.786h-2Zm1.64 1.525c.145-.227.249-.477.306-.739l-1.953-.43a.286.286 0 0 1-.038.092l1.686 1.077ZM11.999 15c.247 0 .522.005.79-.054l-.432-1.953c.008-.002 0 .002-.055.004a8.153 8.153 0 0 1-.303.003v2Zm.709-2.294c-.11.109-.17.169-.217.213-.042.038-.05.04-.042.036l1.075 1.687c.232-.148.423-.347.598-.522l-1.414-1.414Zm.082 2.24c.26-.058.508-.16.734-.304l-1.075-1.687a.283.283 0 0 1-.092.038l.433 1.953Zm-2.911-.824c.174.174.363.371.595.52l1.076-1.687-.042-.036a8.005 8.005 0 0 1-.215-.211l-1.414 1.414ZM11.998 13c-.153 0-.238 0-.302-.003-.055-.002-.063-.005-.055-.004l-.431 1.953c.268.06.541.054.788.054v-2Zm-1.525 1.641c.226.144.475.247.737.305l.431-1.953a.285.285 0 0 1-.092-.038l-1.076 1.686Zm6.924-7.108c-.1.138-.203.281-.274.409l1.749.97.025-.037.127-.18-1.627-1.162Zm1.908 1.837-.219-.037c-.05-.01-.055-.012-.043-.008l-.551 1.922c.14.04.315.068.484.096l.329-1.973Zm-2.182-1.428a2.286 2.286 0 0 0 1.369 3.305l.551-1.922a.286.286 0 0 1-.171-.413l-1.75-.97Zm-5.83 4.766a8.005 8.005 0 0 1-.212-.215c-.037-.041-.04-.049-.036-.042l-1.686 1.076c.148.232.345.42.519.595l1.414-1.414ZM9 11.999c0 .248-.005.523.054.791l1.953-.431c.002.008-.002 0-.004-.056A8.245 8.245 0 0 1 11 12H9Zm2.045.452a.285.285 0 0 1-.038-.092l-1.953.431c.058.262.16.511.305.737l1.686-1.076Z"}),r("circle",{cx:12.001,cy:12,r:2.429,stroke:"#333",strokeWidth:2})]})}const Fw=x(Rw);function kw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M8.399 15.556c.07.138.106.35.177.775.04.238.06.357.119.446a.5.5 0 0 0 .211.18c.098.043.218.043.46.043h1.269c.24 0 .361 0 .459-.044a.5.5 0 0 0 .211-.18c.06-.088.08-.207.119-.445.07-.424.106-.636.177-.774a1 1 0 0 1 1.196-.496c.148.048.323.173.673.423.196.14.294.21.399.231a.5.5 0 0 0 .276-.023c.1-.038.186-.123.356-.293l.898-.898c.17-.17.255-.255.293-.355a.5.5 0 0 0 .023-.277c-.021-.105-.091-.203-.231-.399-.25-.35-.375-.525-.423-.673a1 1 0 0 1 .495-1.196c.139-.071.351-.106.775-.177.238-.04.357-.06.446-.119a.5.5 0 0 0 .18-.211c.043-.098.043-.218.043-.46V9.366c0-.24 0-.361-.044-.459a.5.5 0 0 0-.18-.211c-.088-.06-.207-.08-.445-.119-.424-.07-.637-.106-.775-.177a1 1 0 0 1-.495-1.196c.047-.148.172-.323.422-.673.14-.196.21-.294.231-.4a.5.5 0 0 0-.022-.276c-.039-.1-.124-.185-.294-.355L14.5 4.6c-.17-.17-.255-.255-.355-.293a.5.5 0 0 0-.277-.023c-.104.02-.202.09-.398.23-.35.25-.525.376-.673.423a1 1 0 0 1-1.196-.495c-.071-.139-.106-.35-.177-.775-.04-.237-.06-.356-.119-.445a.5.5 0 0 0-.211-.18C10.996 3 10.876 3 10.634 3H9.366c-.24 0-.361 0-.459.044a.5.5 0 0 0-.211.18c-.06.088-.08.207-.119.444-.07.425-.106.637-.177.776a1 1 0 0 1-1.196.495c-.148-.048-.323-.173-.673-.423-.196-.14-.294-.21-.4-.231a.5.5 0 0 0-.276.023c-.1.038-.185.123-.355.293L4.6 5.5c-.17.17-.255.255-.293.355a.5.5 0 0 0-.023.277c.02.105.09.203.23.399.25.35.376.525.424.673A1 1 0 0 1 4.443 8.4c-.138.071-.35.106-.775.177-.237.04-.356.06-.445.119a.5.5 0 0 0-.18.211C3 9.004 3 9.124 3 9.366v1.269c0 .24 0 .361.044.459a.5.5 0 0 0 .18.211c.088.06.207.08.444.119.424.07.636.106.775.177a1 1 0 0 1 .495 1.196c-.048.148-.173.323-.423.673-.14.196-.21.294-.23.399a.5.5 0 0 0 .022.276c.038.1.124.186.294.356l.897.898c.17.17.256.255.356.293a.5.5 0 0 0 .276.023c.105-.021.203-.091.4-.231.35-.25.525-.376.673-.423a1 1 0 0 1 1.196.495ZM10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",clipRule:"evenodd"})})}const Bw=x(kw);function Ew(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5 1.5h5.5V7H9V4.121l-6.44 6.44L1.5 9.5 8 3H5V1.5Z",clipRule:"evenodd"})})}const Lw=x(Ew);function Dw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4 7a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 5a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm1 4a1 1 0 1 0 0 2h13a1 1 0 1 0 0-2H5Z",clipRule:"evenodd"})})}const Tw=x(Dw);function Vw(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:12,height:1.5,x:4,y:17,fill:"#333",rx:.75}),r("path",{stroke:"#333",strokeLinecap:"round",strokeWidth:1.5,d:"M2.708 14.395c3.688-1.986 8.517-9.377 6.152-10.832-2.978-1.832-5.796 10.779-.656 10.832 3.582.037 5.369-3.651 5.709-6.034.425-2.978-1.912-2.225-2.451.806-.403 2.266-.28 5.228 1.618 5.228 1.897 0 2.42-2.895 2.322-2.665-.084.638 1.046 2.322 1.897 2.665"})]})}const Pw=x(Vw);function Ow(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M15.033 2.278a.95.95 0 0 0-1.344 0l-2.017 2.017a.947.947 0 0 0-.278.677c-.085-.003-.17 0-.255.009l-4.966.552A1.664 1.664 0 0 0 4.76 6.717l-2.69 9.148c-.372 1.263.802 2.437 2.065 2.065l9.148-2.69a1.663 1.663 0 0 0 1.184-1.413l.552-4.966c.01-.085.012-.17.009-.255a.948.948 0 0 0 .677-.278l2.017-2.017a.95.95 0 0 0 0-1.344l-2.689-2.689Zm-3.736 4.12a.238.238 0 0 1 .194.068l2.043 2.043a.237.237 0 0 1 .068.194l-.552 4.967a.238.238 0 0 1-.17.202l-8.613 2.533 3.75-3.75a1.902 1.902 0 1 0-.671-.673l-3.751 3.751L6.128 7.12a.238.238 0 0 1 .202-.169l4.967-.552Z",clipRule:"evenodd"})})}const Hw=x(Ow);function Uw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M15.884 6.116a1.25 1.25 0 0 1 0 1.768l-6.25 6.25a1.25 1.25 0 0 1-1.768 0l-3.75-3.75a1.25 1.25 0 0 1 1.768-1.768l2.866 2.866 5.366-5.366a1.25 1.25 0 0 1 1.768 0Z",clipRule:"evenodd"})})}const $w=x(Uw);function zw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5.801 3a.5.5 0 0 0-.5.5v9.833h-1a.5.5 0 0 0-.4.8l2 2.667a.5.5 0 0 0 .8 0l2-2.667a.5.5 0 0 0-.4-.8h-1V3.5a.5.5 0 0 0-.5-.5h-1Zm8.156 3.25-.608-1.618-.608 1.618h1.216Zm.507 1.349.409 1.087c.047.126.168.21.303.21h.6a.324.324 0 0 0 .306-.428l-1.584-4.646c-.374-1.096-1.924-1.096-2.297 0l-1.584 4.646a.324.324 0 0 0 .306.428h.6a.324.324 0 0 0 .303-.21l.409-1.087h2.23ZM11.191 11.5a.316.316 0 0 0-.316.316v.684c0 .175.142.316.316.316h2.576l-2.576 2.945a.763.763 0 0 0 .574 1.265h3.794a.316.316 0 0 0 .316-.315v-.685a.316.316 0 0 0-.316-.315h-2.576l2.577-2.945a.763.763 0 0 0-.575-1.266h-3.794Z",clipRule:"evenodd"})})}const Gw=x(zw);function Ww(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10.318 2.735c0-.276.224-.502.5-.484a7.75 7.75 0 1 1-7.576 4.572l-1.084-.577a.487.487 0 0 1-.002-.858l3.194-1.72a.487.487 0 0 1 .715.38l.36 3.61a.487.487 0 0 1-.713.478l-1.097-.583a6.2 6.2 0 1 0 6.203-3.748.533.533 0 0 1-.5-.52v-.55Zm-.42 6.982a.5.5 0 0 1-.146.354l-2.28 2.28a.5.5 0 0 0 0 .707l.353.354a.5.5 0 0 0 .707 0l2.72-2.72a.5.5 0 0 0 .147-.354V6.735a.5.5 0 0 0-.5-.5h-.5a.5.5 0 0 0-.5.5v2.982Z",clipRule:"evenodd"})})}const jw=x(Ww);function Nw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M9.65 2.735a.476.476 0 0 0-.5-.484 7.75 7.75 0 1 0 7.576 4.572l1.084-.577a.487.487 0 0 0 .003-.858l-3.194-1.72a.487.487 0 0 0-.716.38l-.36 3.61c-.038.386.37.66.714.478l1.096-.583A6.2 6.2 0 1 1 9.15 3.805a.533.533 0 0 0 .5-.52v-.55Zm-.085 6.982a.5.5 0 0 1-.147.354l-2.28 2.28a.5.5 0 0 0 0 .707l.353.354a.5.5 0 0 0 .708 0l2.72-2.72a.5.5 0 0 0 .146-.354V6.735a.5.5 0 0 0-.5-.5h-.5a.5.5 0 0 0-.5.5v2.982Z",clipRule:"evenodd"})})}const Xw=x(Nw);function Yw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M6.001 3a.5.5 0 0 0-.5.5v9.833h-1a.5.5 0 0 0-.4.8l2 2.667a.5.5 0 0 0 .8 0l2-2.667a.5.5 0 0 0-.4-.8h-1V3.5a.5.5 0 0 0-.5-.5h-1Zm8.157 11.25-.609-1.618-.608 1.618h1.216Zm.506 1.349.409 1.087c.047.126.168.21.303.21h.6a.324.324 0 0 0 .306-.428l-1.584-4.646c-.374-1.096-1.924-1.096-2.297 0l-1.584 4.646a.324.324 0 0 0 .306.428h.6a.324.324 0 0 0 .303-.21l.409-1.087h2.23ZM11.391 3a.316.316 0 0 0-.316.316V4c0 .175.142.316.316.316h2.576L11.391 7.26a.763.763 0 0 0 .574 1.265h3.794a.316.316 0 0 0 .316-.315v-.685a.316.316 0 0 0-.316-.315h-2.576l2.577-2.945A.763.763 0 0 0 15.185 3h-3.794Z",clipRule:"evenodd"})})}const Kw=x(Yw);function qw(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:12,height:1.5,x:4,y:17,fill:"#333",rx:.75}),r("path",{stroke:"#333",strokeWidth:1.5,d:"M13 6c0 .705-.243 1.353-.65 1.865-.435.547-.85 1.164-.85 1.863 0 1.006.762 1.848 1.763 1.948l1.436.144a2 2 0 0 1 1.801 1.99V14a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1v-.19a2 2 0 0 1 1.801-1.99l1.436-.144c1-.1 1.763-.942 1.763-1.948 0-.699-.415-1.316-.85-1.863A3 3 0 1 1 13 6Z"})]})}const Qw=x(qw);function Jw(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M9.16 2.555a.913.913 0 0 1 1.68 0L12.6 6.689l4.558.356a.912.912 0 0 1 .514 1.609l-3.456 2.889 1.058 4.329a.912.912 0 0 1-1.354 1L10 14.533 6.079 16.87a.913.913 0 0 1-1.354-1l1.058-4.328-3.456-2.889a.912.912 0 0 1 .514-1.609l4.557-.356 1.763-4.134Z",clipRule:"evenodd"})})}const ey=x(Jw);function ty(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#333"}),r("rect",{width:10,height:2,x:5,y:9,fill:"#fff",rx:.5})]})}const iy=x(ty);function ny(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-13Zm0 8a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-13Z",clipRule:"evenodd"})})}const ry=x(ny);function oy(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("circle",{cx:12,cy:12,r:9,stroke:"#333",strokeWidth:2}),r("path",{fill:"#333",d:"M9.567 11.333a1.167 1.167 0 1 0 0-2.333 1.167 1.167 0 0 0 0 2.333ZM14.233 11.333a1.167 1.167 0 1 0 0-2.333 1.167 1.167 0 0 0 0 2.333ZM9.665 12.76a.583.583 0 0 1 .809-.162c.478.319 1.725.751 2.852 0a.583.583 0 0 1 .647.97c-1.673 1.116-3.458.46-4.147 0a.583.583 0 0 1-.161-.808Z"})]})}const sy=x(oy);function ly(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("g",{clipPath:"url(#ic-tack_svg__a)",children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12.926 2.75a.5.5 0 0 1 .76-.064l3.382 3.382a.5.5 0 0 1-.063.76l-4.094 2.925a.5.5 0 0 1-.644-.053l-2.212-2.212A.5.5 0 0 1 10 6.843l2.925-4.094ZM6.357 7.13a2 2 0 0 1 2.309.375l3.583 3.583a2 2 0 0 1 .375 2.309l-.45.901a.5.5 0 0 1-.801.13L8.7 11.756l-3.865 3.865a.497.497 0 1 1-.703-.703l3.865-3.865-2.672-2.672a.5.5 0 0 1 .13-.8l.901-.451Z",clipRule:"evenodd"})}),r("defs",{children:r("clipPath",{id:"ic-tack_svg__a",children:r("path",{fill:"#fff",d:"M.001 0h20v20h-20z"})})})]})}const ay=x(ly);function cy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M16.999 4.208 17 9.323c0 .32-.127.627-.353.854l-6.47 6.47a1.206 1.206 0 0 1-1.706 0l-5.118-5.118a1.206 1.206 0 0 1 0-1.706l6.47-6.47c.227-.226.534-.353.854-.353l5.115.001c.666.001 1.206.54 1.207 1.207Zm-2.674 1.467a1.167 1.167 0 1 0-1.65 1.65 1.167 1.167 0 0 0 1.65-1.65Z",clipRule:"evenodd"})})}const hy=x(cy);function dy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M18.646 3.291a.218.218 0 0 1 .06-.197l1.326-1.326a.218.218 0 0 1 .358.076l.531 1.38a.218.218 0 0 0 .126.125l1.38.53a.218.218 0 0 1 .075.359l-1.326 1.326a.218.218 0 0 1-.197.06l-1.11-.222-.902.9.01.013-1.423 1.424-.01-.013-1.43 1.43.008.014-1.455 1.455a1.036 1.036 0 0 0-.008-.014l-2.007 2.007a.873.873 0 1 1-1.235-1.235L18.79 4.01l-.144-.719Zm1.186 4.272-1.484 1.483a7 7 0 1 1-3.302-3.35l1.478-1.478a9 9 0 1 0 3.307 3.344ZM16.8 10.595l-1.83 1.83a3 3 0 1 1-3.24-3.413l1.78-1.78a5 5 0 1 0 3.29 3.362Z",clipRule:"evenodd"})})}const fy=x(dy);function uy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",d:"M4 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v2.65a.35.35 0 0 1-.681.114l-.403-1.176a.5.5 0 0 0-.473-.338H11.7a.5.5 0 0 0-.5.5v8.31c0 .795.645 1.44 1.44 1.44a.36.36 0 0 1 .36.36v.14a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-.14a.36.36 0 0 1 .36-.36 1.44 1.44 0 0 0 1.44-1.44V5.25a.5.5 0 0 0-.5-.5H5.557a.5.5 0 0 0-.473.338l-.403 1.176A.35.35 0 0 1 4 6.15V3.5Z"})})}const py=x(uy);function gy(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6Z",clipRule:"evenodd"}),r("path",{stroke:"#333",strokeLinecap:"round",strokeWidth:2,d:"m7 8.184 1.702 1.648a.25.25 0 0 0 .347.001L12 7"}),r("rect",{width:2,height:2,x:4,y:16,fill:"#333",rx:.5}),r("rect",{width:13,height:2,x:7,y:16,fill:"#333",rx:.5}),r("rect",{width:13,height:2,x:7,y:19,fill:"#333",rx:.5}),r("rect",{width:2,height:2,x:4,y:19,fill:"#333",rx:.5})]})}const vy=x(gy);function my(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4 7.5A4.5 4.5 0 0 1 8.5 3h7a4.5 4.5 0 1 1 0 9h-7A4.5 4.5 0 0 1 4 7.5ZM8.5 5a2.5 2.5 0 0 0 0 5h7a2.5 2.5 0 0 0 0-5h-7ZM17 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-13 10A4.5 4.5 0 0 1 8.5 13h7a4.5 4.5 0 1 1 0 9h-7A4.5 4.5 0 0 1 4 17.5ZM8.5 15a2.5 2.5 0 0 0 0 5h7a2.5 2.5 0 0 0 0-5h-7Zm1.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",clipRule:"evenodd"})})}const xy=x(my);function wy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M8 3a1 1 0 0 0-1 1v1H5a1 1 0 0 0 0 2h10a1 1 0 1 0 0-2h-2V4a1 1 0 0 0-1-1H8Zm3 2H9V4h2v1ZM5.2 8c-.11 0-.2.065-.2.145V14c0 .602 0 2 1.5 2h7c1.5 0 1.5-1.398 1.5-2V8.145c0-.08-.09-.145-.2-.145H5.2Zm3.6 6a.2.2 0 0 0 .2-.2V9.2a.2.2 0 0 0-.2-.2h-.6a.2.2 0 0 0-.2.2v4.6c0 .11.09.2.2.2h.6Zm3.2-.2a.2.2 0 0 1-.2.2h-.6a.2.2 0 0 1-.2-.2V9.2c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2v4.6Z",clipRule:"evenodd"})})}const yy=x(wy);function _y(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M6.416 3.624a.5.5 0 0 0-.832 0L2.518 8.223A.5.5 0 0 0 2.934 9h6.132a.5.5 0 0 0 .416-.777L6.416 3.624Z",clipRule:"evenodd"})})}const by=x(_y);function My(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10.53 8.53a.75.75 0 0 1-1.06 0L6 5.06 2.53 8.53a.75.75 0 0 1-1.06-1.06l4-4a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1 0 1.06Z",clipRule:"evenodd"})})}const Zy=x(My);function Sy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M16.733 13.73a.906.906 0 0 1-1.19.089l-.102-.09L10 8.23l-5.441 5.5a.906.906 0 0 1-1.19.09l-.102-.09a.93.93 0 0 1-.088-1.201l.088-.104L9.354 6.27a.906.906 0 0 1 1.19-.089l.102.09 6.087 6.153a.93.93 0 0 1 0 1.306Z",clipRule:"evenodd"})})}const Iy=x(Sy);function Ay(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4 5h12a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-9A.5.5 0 0 1 4 5Zm-2 .5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9Zm10 4.933a.5.5 0 0 0 0-.866L9 7.835a.5.5 0 0 0-.75.433v3.464a.5.5 0 0 0 .75.433l3-1.732Z",clipRule:"evenodd"})})}const Cy=x(Ay);function Ry(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M15.835 4.167a.561.561 0 0 0-.8 0l-2.293 2.316a6.315 6.315 0 0 0-2.959-.77c-3.997 0-6.588 4.088-6.696 4.262a.576.576 0 0 0 0 .607 11.33 11.33 0 0 0 2.746 2.879l-1.537 1.552a.574.574 0 0 0 .246.969c.2.052.412-.01.553-.162l10.74-10.846a.575.575 0 0 0 0-.807Zm-8.313 6.112a2.272 2.272 0 0 1 2.261-2.284 2.18 2.18 0 0 1 1.137.328l-3.073 3.104a2.24 2.24 0 0 1-.325-1.148ZM14.971 8c.738.636 1.39 1.36 1.939 2.153a.55.55 0 0 1 0 .605C16.796 10.93 14.088 15 9.91 15A6.538 6.538 0 0 1 8 14.703L14.97 8Z",clipRule:"evenodd"})})}const Fy=x(Ry);function ky(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 5c-3.182 0-5.9 2.073-7 5 1.1 2.927 3.818 5 7 5s5.9-2.073 7-5c-1.1-2.927-3.818-5-7-5Zm0 8.333c-1.756 0-3.182-1.493-3.182-3.333S8.244 6.667 10 6.667 13.182 8.16 13.182 10 11.756 13.333 10 13.333ZM10 8c-1.056 0-1.91.893-1.91 2s.854 2 1.91 2 1.91-.893 1.91-2-.854-2-1.91-2Z",clipRule:"evenodd"})})}const By=x(ky);function Ey(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("circle",{cx:5.75,cy:11.75,r:1.75,fill:"#333"}),r("circle",{cx:12,cy:11.75,r:1.75,fill:"#333"}),r("circle",{cx:18.25,cy:11.75,r:1.75,fill:"#333"})]})}const Ly=x(Ey);function Dy(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 30 30",...e,children:[r("circle",{cx:15,cy:15,r:15,fill:"#4DC95F"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M22 15a7 7 0 0 1-10.978 5.76l-2.834 1.08 1.077-2.825A7 7 0 1 1 22 15Zm-4.68.677c.182.066 1.161.545 1.36.645l.109.053c.139.066.232.111.272.178.05.083.05.48-.116.942-.166.463-.96.885-1.343.942a2.74 2.74 0 0 1-1.254-.079c-.289-.09-.66-.213-1.135-.417-1.866-.802-3.127-2.601-3.365-2.942l-.035-.05-.002-.001C11.706 14.808 11 13.87 11 12.9c0-.912.45-1.39.658-1.61l.039-.042a.733.733 0 0 1 .53-.248c.133 0 .266.001.382.007h.045c.116 0 .26-.001.403.34l.22.532c.171.415.36.873.394.939.05.1.083.215.016.347l-.028.056c-.05.102-.086.176-.17.274l-.103.122a3.283 3.283 0 0 1-.196.226c-.1.098-.204.206-.088.404.116.198.516.847 1.108 1.372.636.565 1.189.804 1.469.925.055.023.099.042.131.058.2.1.316.083.432-.049.116-.132.497-.579.63-.777.133-.198.265-.165.448-.099Z",clipRule:"evenodd"})]})}const Ty=x(Dy);function Vy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M16.87 8.354a.483.483 0 0 0-.002-.668c-1.79-1.82-4.204-2.936-6.86-2.936-2.663 0-5.082 1.12-6.873 2.948a.483.483 0 0 0-.002.668l.602.648c.2.216.543.211.753.004 1.455-1.435 3.394-2.311 5.523-2.311 2.122 0 4.055.87 5.509 2.297.21.207.55.21.751-.005l.6-.645Zm-11.233 2.01a.475.475 0 0 0-.019.677l.609.655c.193.209.52.212.74.03a4.751 4.751 0 0 1 3.036-1.106c1.139 0 2.189.41 3.03 1.101.219.18.545.178.739-.03l.605-.653a.474.474 0 0 0-.02-.678c-1.18-1.059-2.7-1.696-4.358-1.696-1.659 0-3.18.638-4.362 1.7Zm6.298 3.304c.219-.236.161-.615-.136-.738a4.673 4.673 0 0 0-3.6.01c-.295.123-.352.501-.134.736L9.63 15.36a.5.5 0 0 0 .733 0l1.572-1.692Z",clipRule:"evenodd"})})}const Py=x(Vy);function Oy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M7.47 8.429h.959V3.235H7.074v2.88L3.958 3 3 3.958l3.116 3.116h-2.88v1.355H7.47Zm4.336-4.074h3.84v3.839H17V3h-5.194v1.355Zm-3.612 11.29h-3.84v-3.838H3V17h5.194v-1.355Zm4.335-4.074h4.236v1.355h-2.88L17 16.042l-.958.958-3.116-3.116v2.881h-1.355v-5.193h.958Z",clipRule:"evenodd"})})}const Hy=x(Oy);function Uy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M9 16c.34 0 .674-.026 1-.076a4.485 4.485 0 0 1 1.275-3.062 3.5 3.5 0 0 1 4.075-4.758A6.5 6.5 0 1 0 9 16Zm.71-9.25a.5.5 0 0 0-.5-.5h-.5a.5.5 0 0 0-.5.5v2.836a.25.25 0 0 1-.073.177l-1.883 1.883a.5.5 0 0 0 0 .708l.353.353a.5.5 0 0 0 .707 0l1.884-1.884a1.75 1.75 0 0 0 .513-1.237V6.75Zm6.79 4.75c0 .714-.374 1.34-.936 1.694A3.001 3.001 0 0 1 17.5 16v.765c0 .13-.105.235-.235.235h-5.53a.235.235 0 0 1-.235-.235V16c0-1.282.805-2.377 1.936-2.806A2 2 0 1 1 16.5 11.5Z",clipRule:"evenodd"})})}const $y=x(Uy);function zy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M7 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H7ZM6 6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V6Zm2.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2Zm0 4a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2ZM12 7.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2Z",clipRule:"evenodd"})})}const Gy=x(zy);function Wy(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M5 11a6 6 0 1 1 12 0 6 6 0 0 1-12 0Zm6-8a8 8 0 1 0 4.906 14.32l2.716 2.716a.5.5 0 0 0 .707 0l.707-.708a.5.5 0 0 0 0-.707l-2.716-2.715A8 8 0 0 0 11 3Zm-1 4.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V10h2.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H12v2.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V12H7.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H10V7.5Z",clipRule:"evenodd"})})}const jy=x(Wy);function Ny(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M11 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm-8 6a8 8 0 1 1 14.32 4.906l2.716 2.715a.5.5 0 0 1 0 .707l-.707.708a.5.5 0 0 1-.707 0l-2.716-2.716A8 8 0 0 1 3 11Zm4 .5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v1Z",clipRule:"evenodd"})})}const Xy=x(Ny);function Yy(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 140",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("mask",{id:"img-setting-attendance_svg__a",width:240,height:140,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"})}),p("g",{mask:"url(#img-setting-attendance_svg__a)",children:[p("g",{opacity:.4,children:[r("circle",{cx:120,cy:112,r:94,fill:"#EDF7FF"}),r("circle",{cx:120,cy:112,r:78,fill:"#DCEEFF"}),r("circle",{cx:120,cy:112,r:62,fill:"#AFD9FF",opacity:.8}),r("circle",{cx:120,cy:112,r:46,fill:"#8DCAFF"})]}),r("g",{filter:"url(#img-setting-attendance_svg__b)",children:r("rect",{width:64,height:100,x:88,y:60,fill:"url(#img-setting-attendance_svg__c)",rx:8})}),r("circle",{cx:120,cy:112,r:16,fill:"#3299FE"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M127.533 106.396c.601.548.625 1.459.054 2.035l-8.552 8.637a1.528 1.528 0 0 1-1.097.448 1.528 1.528 0 0 1-1.091-.461l-4.447-4.606a1.4 1.4 0 0 1 .081-2.035 1.544 1.544 0 0 1 2.119.078l3.361 3.481 7.452-7.525c.57-.576 1.52-.6 2.12-.052Z",clipRule:"evenodd"}),r("g",{filter:"url(#img-setting-attendance_svg__d)",children:r("rect",{width:44,height:44,x:98,y:2,fill:"url(#img-setting-attendance_svg__e)",rx:16})}),r("g",{filter:"url(#img-setting-attendance_svg__f)",children:r("rect",{width:44,height:44,x:166,y:62,fill:"url(#img-setting-attendance_svg__g)",rx:16})}),r("g",{filter:"url(#img-setting-attendance_svg__h)",children:r("rect",{width:44,height:44,x:30,y:38,fill:"url(#img-setting-attendance_svg__i)",rx:16})}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M51.678 57.417a.75.75 0 0 1 .888.58c.017.081.022.172.024.21v.003a31 31 0 0 1 .01.766c0 .43-.003.95-.008 1.373l-.75-.008.75.006a.616.616 0 0 0 .322.534c.2.117.433.262.617.41.089.072.202.171.293.293.063.083.281.391.162.792a.996.996 0 0 1-.318.467c-.094.08-.198.146-.287.197a5.05 5.05 0 0 1-.578.274 10.834 10.834 0 0 1-.675.25l-.048.015-.013.004-.005.002-.23-.714.23.714a.75.75 0 0 1-.459-1.428l.002-.001.01-.003.038-.013a9.227 9.227 0 0 0 .294-.103 2.103 2.103 0 0 1-.855-1.703v-.002c.005-.422.009-.934.009-1.355a29.73 29.73 0 0 0-.01-.693v-.023a.75.75 0 0 1 .587-.844ZM48.041 64.798c-.314.681-.313.681-.313.682h.002l.004.002.013.006a3.913 3.913 0 0 0 .196.083c.13.053.318.125.553.206.47.16 1.134.355 1.921.494 1.562.276 3.674.345 5.696-.581a.75.75 0 0 0-.625-1.364c-1.64.751-3.407.716-4.81.468a11.523 11.523 0 0 1-1.697-.437 9.104 9.104 0 0 1-.594-.226l-.028-.012-.005-.002a.75.75 0 1 0-.626 1.363l.313-.682ZM49.305 58.263c0 .608-.33 1.101-.738 1.101-.407 0-.737-.493-.737-1.101s.33-1.101.737-1.101.738.493.738 1.101ZM55.834 58.263c0 .608-.33 1.101-.738 1.101-.407 0-.737-.493-.737-1.101s.33-1.101.737-1.101c.408 0 .739.493.739 1.101ZM46.702 55.035l-.55-.515a.748.748 0 0 0 .039 1.059.752.752 0 0 0 1.056-.023l.002-.002a1.864 1.864 0 0 1 .167-.14c.13-.096.325-.218.574-.313.478-.183 1.196-.285 2.133.167a.746.746 0 0 0 1-.346.754.754 0 0 0-.357-1.001c-1.352-.653-2.505-.534-3.325-.22a3.909 3.909 0 0 0-1.18.713 2.23 2.23 0 0 0-.095.092l-.008.008-.003.003-.001.002h-.001l.55.516ZM58.32 54.547l-.538.488.538-.487a.748.748 0 0 1-.057 1.058.752.752 0 0 1-1.057-.041l-.002-.002a1.853 1.853 0 0 0-.165-.143 2.42 2.42 0 0 0-.567-.323c-.474-.19-1.19-.304-2.135.132a.746.746 0 0 1-.994-.363.754.754 0 0 1 .375-.995c1.363-.63 2.514-.49 3.329-.163a3.897 3.897 0 0 1 1.166.733 2.373 2.373 0 0 1 .094.092l.008.009.003.003.001.002ZM57.889 47.985a.75.75 0 0 1 .75-.75h3.32c1.49 0 2.792 1.136 2.792 2.65v3.325a.75.75 0 0 1-1.5 0v-3.325c0-.585-.527-1.15-1.293-1.15h-3.32a.75.75 0 0 1-.75-.75ZM57.889 71.02c0 .414.335.75.75.75h3.32c1.49 0 2.792-1.136 2.792-2.65v-3.325a.75.75 0 0 0-1.5 0v3.325c0 .584-.527 1.15-1.293 1.15h-3.32a.75.75 0 0 0-.75.75ZM46.111 47.985a.75.75 0 0 0-.75-.75h-3.32c-1.49 0-2.792 1.136-2.792 2.65v3.325a.75.75 0 0 0 1.5 0v-3.325c0-.585.527-1.15 1.293-1.15h3.32a.75.75 0 0 0 .75-.75ZM46.111 71.02a.75.75 0 0 1-.75.75h-3.32c-1.49 0-2.792-1.136-2.792-2.65v-3.325a.75.75 0 0 1 1.5 0v3.325c0 .584.527 1.15 1.293 1.15h3.32a.75.75 0 0 1 .75.75ZM188 73c-5.514 0-10 4.299-10 9.583 0 2.573 1.051 4.989 2.955 6.8l6.69 6.475A.506.506 0 0 0 188 96a.506.506 0 0 0 .355-.142l6.687-6.472c1.907-1.814 2.958-4.23 2.958-6.803C198 77.3 193.514 73 188 73Zm0 13.143c-2.298 0-4.167-1.843-4.167-4.107 0-2.265 1.869-4.107 4.167-4.107s4.167 1.842 4.167 4.107c0 2.264-1.869 4.107-4.167 4.107ZM131.406 20.786a.49.49 0 0 0 .001-.67c-3-3.165-7.107-5.116-11.638-5.116-4.53 0-8.637 1.95-11.637 5.113a.49.49 0 0 0 .001.67l1.455 1.567c.2.215.542.211.747 0 2.446-2.535 5.771-4.094 9.435-4.094 3.663 0 6.989 1.559 9.435 4.095a.515.515 0 0 0 .747 0l1.454-1.565Zm-19.124 3.766a.485.485 0 0 0-.015.683l1.462 1.573a.525.525 0 0 0 .733.023c1.44-1.288 3.291-2.063 5.309-2.063 2.019 0 3.869.775 5.309 2.062.212.19.539.186.733-.022l1.46-1.572a.485.485 0 0 0-.015-.682c-1.998-1.893-4.619-3.041-7.489-3.041-2.869 0-5.49 1.147-7.487 3.04Zm10.991 4.99c.218-.235.162-.613-.128-.752a7.786 7.786 0 0 0-6.75 0 .472.472 0 0 0-.128.751l3.137 3.377a.5.5 0 0 0 .733 0l3.136-3.376Z",clipRule:"evenodd"}),r("path",{fill:"#555",d:"M108.859 83.098c1.636 0 2.593-1.319 2.598-3.633-.005-2.3-.977-3.633-2.598-3.633-1.626 0-2.597 1.333-2.597 3.633 0 2.314.962 3.633 2.597 3.633Zm-1.523-3.633c0-1.758.571-2.72 1.523-2.725.948.005 1.524.967 1.524 2.725 0 1.763-.571 2.705-1.524 2.705-.957 0-1.528-.942-1.523-2.705ZM115.002 75.832c-1.538-.01-2.539 1.045-2.539 2.393 0 1.352 1.016 2.324 2.285 2.324.762 0 1.426-.362 1.807-.957h.088c-.01 1.616-.65 2.563-1.739 2.568-.713-.005-1.172-.42-1.318-1.016h-1.065c.171 1.148 1.08 1.954 2.383 1.954 1.695 0 2.764-1.407 2.764-3.887-.005-2.588-1.367-3.37-2.666-3.379Zm-1.494 2.373c-.005-.81.639-1.475 1.494-1.475.864 0 1.494.699 1.494 1.465 0 .782-.659 1.48-1.514 1.475-.859.005-1.469-.645-1.474-1.465ZM119.494 82.121a.706.706 0 0 0 .694-.693.703.703 0 0 0-.694-.694.692.692 0 1 0 0 1.387Zm-.693-4.228a.696.696 0 0 0 .693.693.706.706 0 0 0 .694-.694.703.703 0 0 0-.694-.693.692.692 0 0 0-.693.694ZM123.947 83.098c1.465 0 2.554-.865 2.549-2.041.005-.894-.557-1.543-1.523-1.68v-.049c.761-.19 1.259-.767 1.25-1.572.009-1.045-.865-1.924-2.256-1.924-1.319 0-2.383.781-2.412 1.934h1.035c.024-.64.659-1.036 1.367-1.036.747 0 1.231.44 1.231 1.084 0 .68-.562 1.128-1.368 1.123h-.605v.88h.605c1.011.004 1.592.502 1.592 1.2 0 .689-.62 1.153-1.474 1.153-.792 0-1.407-.396-1.446-1.016h-1.094c.044 1.157 1.084 1.944 2.549 1.944ZM130.139 83.098c1.635 0 2.592-1.319 2.597-3.633-.005-2.3-.976-3.633-2.597-3.633-1.626 0-2.598 1.333-2.598 3.633 0 2.314.962 3.633 2.598 3.633Zm-1.524-3.633c0-1.758.572-2.72 1.524-2.725.947.005 1.523.967 1.523 2.725 0 1.763-.571 2.705-1.523 2.705-.957 0-1.529-.942-1.524-2.705Z"})]}),p("defs",{children:[p("linearGradient",{id:"img-setting-attendance_svg__c",x1:88,x2:152,y1:60,y2:160,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("linearGradient",{id:"img-setting-attendance_svg__e",x1:98,x2:142,y1:2,y2:46,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#4DC9AA"}),r("stop",{offset:1,stopColor:"#4DC970"})]}),p("linearGradient",{id:"img-setting-attendance_svg__g",x1:166,x2:210,y1:62,y2:106,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#59B2E4"}),r("stop",{offset:1,stopColor:"#5699D9"})]}),p("linearGradient",{id:"img-setting-attendance_svg__i",x1:30,x2:74,y1:38,y2:82,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#66B5FF"}),r("stop",{offset:1,stopColor:"#68F"})]}),p("filter",{id:"img-setting-attendance_svg__b",width:88,height:124,x:76,y:56,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:6}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5181"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5181",result:"shape"})]}),p("filter",{id:"img-setting-attendance_svg__d",width:60,height:60,x:90,y:2,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5181"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5181"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5181",result:"shape"})]}),p("filter",{id:"img-setting-attendance_svg__f",width:60,height:60,x:158,y:62,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5181"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5181"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5181",result:"shape"})]}),p("filter",{id:"img-setting-attendance_svg__h",width:60,height:60,x:22,y:38,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5181"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5181"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5181",result:"shape"})]})]})]})}const Ky=x(Yy);function qy(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 140",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("mask",{id:"img-setting-board_svg__a",width:240,height:140,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("rect",{width:240,height:140,fill:"#F1F4F6",rx:8})}),p("g",{mask:"url(#img-setting-board_svg__a)",children:[r("rect",{width:192,height:124,x:24,y:16,fill:"url(#img-setting-board_svg__b)",rx:4}),r("g",{filter:"url(#img-setting-board_svg__c)",children:r("rect",{width:64,height:80,x:12,y:51,fill:"url(#img-setting-board_svg__d)",rx:4})}),r("g",{filter:"url(#img-setting-board_svg__e)",children:r("rect",{width:64,height:80,x:88,y:51,fill:"url(#img-setting-board_svg__f)",rx:4})}),r("g",{filter:"url(#img-setting-board_svg__g)",children:r("rect",{width:64,height:80,x:164,y:51,fill:"url(#img-setting-board_svg__h)",rx:4})}),r("rect",{width:26,height:20,x:18,y:57,fill:"#F66",rx:6}),r("circle",{cx:26.95,cy:67.45,r:1.35,fill:"#fff"}),r("circle",{cx:31.45,cy:67.45,r:1.35,fill:"#fff",opacity:.6}),r("circle",{cx:35.95,cy:67.45,r:1.35,fill:"#fff",opacity:.3}),r("circle",{cx:26,cy:91,r:8,fill:"#EAEAEA"}),r("mask",{id:"img-setting-board_svg__i",width:16,height:16,x:18,y:83,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:26,cy:91,r:8,fill:"#EAEAEA"})}),r("g",{mask:"url(#img-setting-board_svg__i)",children:r("path",{fill:"#F9F9F9",fillRule:"evenodd",d:"M26 91.999a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.111c0 .49.398.888.889.888H31.11c.491 0 .889-.398.889-.888v-1.112a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("rect",{width:44,height:2,x:18,y:103,fill:"#DDD",rx:.2}),r("rect",{width:44,height:2,x:18,y:107,fill:"#DDD",rx:.2}),r("rect",{width:22,height:2,x:18,y:111,fill:"#DDD",rx:.2}),r("rect",{width:26,height:20,x:94,y:57,fill:"#3299FE",rx:6}),r("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2.5,d:"m102 66.5 3.75 3.75L112 64"}),r("circle",{cx:33,cy:25,r:3,fill:"#406588"}),r("circle",{cx:42,cy:25,r:3,fill:"#4DC9AA"}),r("circle",{cx:51,cy:25,r:3,fill:"#3299FE"}),r("rect",{width:118,height:8,x:30,y:33,fill:"#8092AA",opacity:.3,rx:2}),r("circle",{cx:102,cy:91,r:8,fill:"#EAEAEA"}),r("mask",{id:"img-setting-board_svg__j",width:16,height:16,x:94,y:83,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:102,cy:91,r:8,fill:"#EAEAEA"})}),r("g",{mask:"url(#img-setting-board_svg__j)",children:r("path",{fill:"#F9F9F9",fillRule:"evenodd",d:"M102 91.999a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.111c0 .49.398.888.889.888h10.222a.889.889 0 0 0 .889-.888v-1.112a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("rect",{width:44,height:2,x:94,y:103,fill:"#DDD",rx:.2}),r("rect",{width:44,height:2,x:94,y:107,fill:"#DDD",rx:.2}),r("rect",{width:22,height:2,x:94,y:111,fill:"#DDD",rx:.2}),r("rect",{width:26,height:20,x:170,y:57,fill:"#555",rx:6}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M178.5 64.3a.9.9 0 0 0 0 1.8h5.4a.9.9 0 0 0 0-1.8h-5.4Zm0 3.6a.9.9 0 0 0 0 1.8h9a.9.9 0 0 0 0-1.8h-9Z",clipRule:"evenodd"}),r("circle",{cx:178,cy:91,r:8,fill:"#EAEAEA"}),r("mask",{id:"img-setting-board_svg__k",width:16,height:16,x:170,y:83,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:178,cy:91,r:8,fill:"#EAEAEA"})}),r("g",{mask:"url(#img-setting-board_svg__k)",children:r("path",{fill:"#F9F9F9",fillRule:"evenodd",d:"M178 91.999a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.111c0 .49.398.888.889.888h10.222a.889.889 0 0 0 .889-.888v-1.112a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("rect",{width:44,height:2,x:170,y:103,fill:"#DDD",rx:.2}),r("rect",{width:44,height:2,x:170,y:107,fill:"#DDD",rx:.2}),r("rect",{width:22,height:2,x:170,y:111,fill:"#DDD",rx:.2})]}),p("defs",{children:[p("linearGradient",{id:"img-setting-board_svg__b",x1:24,x2:242.776,y1:16,y2:258.846,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#E3E8EB"}),r("stop",{offset:1,stopColor:"#E3E8EB",stopOpacity:0})]}),p("linearGradient",{id:"img-setting-board_svg__d",x1:44,x2:44,y1:51,y2:131,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("linearGradient",{id:"img-setting-board_svg__f",x1:120,x2:120,y1:51,y2:131,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("linearGradient",{id:"img-setting-board_svg__h",x1:196,x2:196,y1:51,y2:131,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("filter",{id:"img-setting-board_svg__c",width:72,height:96,x:8,y:51,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5895"}),r("feOffset",{dy:12}),r("feGaussianBlur",{stdDeviation:6}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5895"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5895",result:"shape"})]}),p("filter",{id:"img-setting-board_svg__e",width:72,height:96,x:84,y:51,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5895"}),r("feOffset",{dy:12}),r("feGaussianBlur",{stdDeviation:6}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5895"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5895",result:"shape"})]}),p("filter",{id:"img-setting-board_svg__g",width:72,height:96,x:160,y:51,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5895"}),r("feOffset",{dy:12}),r("feGaussianBlur",{stdDeviation:6}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5895"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5895",result:"shape"})]})]})]})}const Qy=x(qy);function Jy(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 140",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("rect",{width:192,height:124,x:24,y:16,fill:"url(#img-setting-chat_svg__a)",rx:4}),r("circle",{cx:33,cy:25,r:3,fill:"#406588"}),r("circle",{cx:42,cy:25,r:3,fill:"#4DC9AA"}),r("circle",{cx:51,cy:25,r:3,fill:"#3299FE"}),r("g",{filter:"url(#img-setting-chat_svg__b)",children:r("path",{fill:"url(#img-setting-chat_svg__c)",d:"M92 16a8 8 0 0 1 8-8h80a8 8 0 0 1 8 8v104a8 8 0 0 1-8 8h-80a8 8 0 0 1-8-8V16Z"})}),r("path",{fill:"#F4F4F4",d:"M99 44a6 6 0 0 1 6-6h36a6 6 0 1 1 0 12h-36a6 6 0 0 1-6-6Z"}),r("rect",{width:30,height:12,x:152,y:54,fill:"#D6E9FB",rx:6}),r("path",{fill:"#F9F9F9",d:"M92 16a8 8 0 0 1 8-8h80a8 8 0 0 1 8 8v10H92V16Z"}),r("g",{filter:"url(#img-setting-chat_svg__d)",children:r("circle",{cx:182,cy:25,r:20,fill:"#fff"})}),r("path",{fill:"#555",fillRule:"evenodd",d:"M191.306 30.584a10.732 10.732 0 0 0 1.639-5.717c0-6.002-4.912-10.867-10.972-10.867S171 18.866 171 24.867c0 6.002 4.913 10.868 10.973 10.868 1.456 0 2.846-.281 4.117-.791l5.971 1.043a.8.8 0 0 0 .886-1.071l-1.641-4.332Zm-14.972-7.048a.65.65 0 0 1 .65-.65h9.976a.65.65 0 1 1 0 1.3h-9.976a.65.65 0 0 1-.65-.65Zm.65 2.194a.65.65 0 1 0 0 1.3h6.983a.65.65 0 1 0 0-1.3h-6.983Z",clipRule:"evenodd"}),r("circle",{cx:196,cy:11,r:4,fill:"#F66"}),r("circle",{cx:62,cy:74,r:8,fill:"#8092AA"}),r("mask",{id:"img-setting-chat_svg__e",width:16,height:16,x:54,y:66,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:62,cy:74,r:8,fill:"#8898A7"})}),r("g",{mask:"url(#img-setting-chat_svg__e)",children:r("path",{fill:"#fff",fillRule:"evenodd",d:"M62 74.999a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.11c0 .491.398.89.889.89H67.11c.491 0 .889-.399.889-.89V83a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("g",{filter:"url(#img-setting-chat_svg__f)",children:r("rect",{width:52,height:35,x:74,y:66,fill:"#fff",rx:8})}),r("circle",{cx:84,cy:92,r:4,fill:"#FFDA75",opacity:.8}),r("rect",{width:38,height:4,x:80,y:73,fill:"#DDD",opacity:.6,rx:2}),r("rect",{width:21,height:4,x:80,y:80,fill:"#DDD",opacity:.6,rx:2}),r("rect",{width:7,height:4,x:90,y:90,fill:"#DDD",opacity:.3,rx:2}),r("circle",{cx:194,cy:105,r:10,fill:"#406588"}),r("mask",{id:"img-setting-chat_svg__g",width:20,height:20,x:184,y:95,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:194,cy:105,r:10,fill:"#3299FE"})}),r("g",{mask:"url(#img-setting-chat_svg__g)",children:r("path",{fill:"#fff",fillRule:"evenodd",d:"M194 106.249a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Zm0 2.499a7.5 7.5 0 0 0-7.5 7.5v1.389c0 .613.497 1.111 1.111 1.111h12.778c.614 0 1.111-.498 1.111-1.111v-1.389a7.5 7.5 0 0 0-7.5-7.5Z",clipRule:"evenodd"})}),r("g",{filter:"url(#img-setting-chat_svg__h)",children:r("rect",{width:32,height:21,x:148,y:95,fill:"#3299FE",rx:10.5})}),r("circle",{cx:159.5,cy:105.5,r:1.5,fill:"#fff"}),r("circle",{cx:164.5,cy:105.5,r:1.5,fill:"#fff"}),r("circle",{cx:169.5,cy:105.5,r:1.5,fill:"#fff"}),p("defs",{children:[p("filter",{id:"img-setting-chat_svg__b",width:112,height:136,x:84,y:2,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:2}),r("feGaussianBlur",{stdDeviation:4}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5856"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5856",result:"shape"})]}),p("filter",{id:"img-setting-chat_svg__d",width:64,height:64,x:150,y:1,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:6}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5856"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5856",result:"shape"})]}),p("filter",{id:"img-setting-chat_svg__f",width:72,height:55,x:64,y:60,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:4}),r("feGaussianBlur",{stdDeviation:5}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5856"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5856",result:"shape"})]}),p("filter",{id:"img-setting-chat_svg__h",width:36,height:27,x:146,y:95,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:2,result:"effect1_dropShadow_286_5856"}),r("feOffset",{dy:4}),r("feGaussianBlur",{stdDeviation:2}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.247059 0 0 0 0 0.556863 0 0 0 0 0.862745 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5856"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5856",result:"shape"})]}),p("linearGradient",{id:"img-setting-chat_svg__a",x1:24,x2:242.776,y1:16,y2:258.846,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#E3E8EB"}),r("stop",{offset:1,stopColor:"#E3E8EB",stopOpacity:0})]}),p("linearGradient",{id:"img-setting-chat_svg__c",x1:92,x2:186.281,y1:25.213,y2:129.553,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]})]})]})}const e_=x(Jy);function t_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 146",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),p("g",{opacity:.8,children:[r("path",{fill:"#E3E8EB",d:"M143 62h80v64h-80z"}),r("rect",{width:88,height:4,x:139,y:62,fill:"#fff",rx:1}),r("rect",{width:88,height:4,x:139,y:92,fill:"#fff",rx:1}),r("rect",{width:88,height:4,x:139,y:122,fill:"#F7F9FA",rx:1}),r("path",{fill:"#8092AA",d:"M147 75a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v17h-15V75ZM147 105a1 1 0 0 1 1-1h32a1 1 0 0 1 1 1v17h-34v-17ZM185 105a1 1 0 0 1 1-1h32a1 1 0 0 1 1 1v17h-34v-17ZM168 75a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v17h-15V75ZM188 84a4 4 0 0 1 4-4h3a4 4 0 0 1 4 4v8h-11v-8ZM191 76.5a2.5 2.5 0 1 1 5 0V80h-5v-3.5ZM204 78a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v14h-15V78Z",opacity:.2})]}),r("rect",{width:64,height:100,x:83,y:6,fill:"#D6E9FB",rx:8}),r("rect",{width:64,height:100,x:83,y:6,fill:"#3299FE",rx:8}),r("path",{fill:"#EAEAEA",d:"M83 31h64v95a8 8 0 0 1-8 8H91a8 8 0 0 1-8-8V31Z"}),r("g",{filter:"url(#img-setting-display_svg__a)",children:r("rect",{width:84,height:80,x:73,y:50,fill:"url(#img-setting-display_svg__b)",rx:8})}),p("g",{filter:"url(#img-setting-display_svg__c)",children:[r("rect",{width:76,height:20,x:77,y:102,fill:"#3299FE",rx:10}),r("rect",{width:1.5,height:7,x:115.75,y:116,fill:"#fff",rx:.5,transform:"rotate(-180 115.75 116)"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M114.47 107.47a.749.749 0 0 1 1.06 0l3 3a.749.749 0 1 1-1.06 1.06l-2.47-2.469-2.47 2.469a.749.749 0 1 1-1.06-1.06l3-3Z",clipRule:"evenodd"})]}),r("rect",{width:68,height:20,x:81,y:70,fill:"#F4F4F4",rx:4}),r("path",{fill:"#333",d:"M112.32 83.078c1.278 0 2.196-.695 2.188-1.664.008-.707-.449-1.21-1.281-1.312v-.047c.632-.114 1.074-.563 1.07-1.196.004-.894-.781-1.593-1.961-1.593-1.16 0-2.035.675-2.055 1.648h1.125c.02-.433.43-.715.93-.71.5-.005.832.292.828.726.004.445-.387.75-.945.75h-.524v.867h.524c.664.004 1.074.328 1.07.789.004.457-.398.77-.961.773-.547-.003-.957-.28-.976-.703h-1.188c.024.988.914 1.672 2.156 1.672ZM117.43 83.078c1.277 0 2.195-.695 2.187-1.664.008-.707-.449-1.21-1.281-1.312v-.047c.633-.114 1.074-.563 1.07-1.196.004-.894-.781-1.593-1.961-1.593-1.16 0-2.035.675-2.054 1.648h1.125c.019-.433.429-.715.929-.71.5-.005.832.292.828.726.004.445-.386.75-.945.75h-.523v.867h.523c.664.004 1.074.328 1.07.789.004.457-.398.77-.96.773-.547-.003-.958-.28-.977-.703h-1.188c.024.988.915 1.672 2.157 1.672Z"}),r("circle",{cx:139,cy:80,r:6,fill:"#fff"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M139.6 77.6a.6.6 0 0 0-1.2 0v1.8h-1.8a.6.6 0 0 0 0 1.2h1.8v1.8a.6.6 0 1 0 1.2 0v-1.8h1.8a.6.6 0 0 0 0-1.2h-1.8v-1.8Z",clipRule:"evenodd"}),r("circle",{cx:91,cy:80,r:6,fill:"#fff"}),r("path",{fill:"#333",d:"M88 80a.6.6 0 0 1 .6-.6h4.8a.6.6 0 1 1 0 1.2h-4.8a.6.6 0 0 1-.6-.6Z"}),r("rect",{width:24,height:4,x:81,y:58,fill:"#EAEAEA",rx:1}),r("rect",{width:56,height:28,x:87,y:18,fill:"#fff",rx:4}),r("rect",{width:16,height:4,x:107,y:22,fill:"#EAEAEA",rx:1}),r("path",{fill:"#333",d:"M110.508 30.344h-1.11l-1.398.89v1.04l1.297-.813h.031V36h1.18v-5.656ZM114.016 36.078c1.414 0 2.273-1.047 2.273-2.906 0-1.848-.863-2.906-2.273-2.906-1.411 0-2.274 1.058-2.274 2.906 0 1.851.856 2.906 2.274 2.906Zm-1.071-2.906c0-1.293.418-1.941 1.071-1.945.652.003 1.074.652 1.07 1.945.004 1.305-.414 1.937-1.07 1.937-.657 0-1.078-.632-1.071-1.937ZM119.18 36.078c1.273 0 2.14-.816 2.14-1.96 0-1.087-.773-1.864-1.812-1.86-.496-.004-.926.199-1.133.476h-.047l.156-1.43H121v-.96h-3.484l-.305 3.258h1.062c.168-.317.465-.477.891-.477.594.004 1.02.422 1.016 1.023.004.59-.414 1.004-1 1-.492.004-.895-.3-.922-.742h-1.141c.02.977.883 1.672 2.063 1.672Z"}),r("rect",{width:52.364,height:72,x:12,y:18,fill:"#fff",rx:8}),r("path",{fill:"#406588",d:"M57.818 44.182A19.637 19.637 0 0 0 38.18 24.545v19.637h19.637Z",opacity:.8}),r("path",{fill:"#4DC9AA",d:"M24.296 58.067a19.636 19.636 0 0 0 33.522-13.885H38.18L24.296 58.067Z",opacity:.8}),r("path",{fill:"#3299FE",d:"M38.181 24.545a19.637 19.637 0 0 0-13.885 33.522l13.885-13.885V24.545Z",opacity:.8}),r("circle",{cx:19.797,cy:78.159,r:.75,stroke:"#35485B"}),r("circle",{cx:23.25,cy:82.25,r:.75,stroke:"#35485B"}),r("rect",{width:6.294,height:.409,x:18.836,y:82.467,stroke:"#35485B",strokeWidth:.409,rx:.205,transform:"rotate(-45 18.836 82.467)"}),r("rect",{width:6.545,height:3.273,x:43.727,y:35.364,fill:"#fff",opacity:.4,rx:1}),r("rect",{width:6.545,height:3.273,x:25,y:38,fill:"#fff",opacity:.4,rx:1}),r("rect",{width:6.545,height:3.273,x:38.182,y:50.727,fill:"#fff",opacity:.4,rx:1}),r("circle",{cx:48,cy:72,r:1.636,fill:"#3299FE"}),r("circle",{cx:48,cy:76.909,r:1.636,fill:"#406588"}),r("circle",{cx:48,cy:81.818,r:1.636,fill:"#4DC9AA"}),r("rect",{width:6.545,height:3.273,x:51.273,y:70.364,fill:"#8092AA",opacity:.2,rx:1}),r("rect",{width:6.545,height:3.273,x:51.273,y:75.273,fill:"#8092AA",opacity:.2,rx:1}),r("rect",{width:6.545,height:3.273,x:51.273,y:80.182,fill:"#8092AA",opacity:.2,rx:1}),r("rect",{width:17,height:3,x:203,y:76,fill:"#C0CCD5",rx:1}),r("rect",{width:14,height:3,x:195,y:107,fill:"#C0CCD5",rx:1.5}),r("rect",{width:14,height:3,x:157,y:107,fill:"#C0CCD5",rx:1.5}),r("circle",{cx:211.5,cy:84.5,r:3.5,fill:"#C0CCD4",opacity:.5}),r("rect",{width:5,height:2,x:191,y:74,fill:"#C0CCD4",rx:.5}),r("path",{fill:"#C0CCD4",d:"M194 84.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-5Z",opacity:.5}),p("defs",{children:[p("filter",{id:"img-setting-display_svg__a",width:100,height:96,x:65,y:50,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5947"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5947"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5947",result:"shape"})]}),p("filter",{id:"img-setting-display_svg__c",width:84,height:28,x:73,y:102,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:4}),r("feGaussianBlur",{stdDeviation:2}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.247969 0 0 0 0 0.558247 0 0 0 0 0.8625 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5947"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5947",result:"shape"})]}),p("linearGradient",{id:"img-setting-display_svg__b",x1:73,x2:160.856,y1:50,y2:125.514,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]})]})]})}const i_=x(t_);function n_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 153",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 13h240v140H0z"}),r("path",{fill:"#E1E8ED",d:"M31 21c-3.314 0-6 2.672-6 5.968v82.551c0 .783.152 1.532.428 2.217l2.229-2.217 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 3.5 3.481 3.5-3.481 2.001 1.99a5.909 5.909 0 0 0 .342-1.99V26.968c0-3.296-2.686-5.968-6-5.968H31Z",opacity:.6}),r("rect",{width:26,height:5,x:33,y:28,fill:"#8092AA",opacity:.15,rx:1}),r("rect",{width:13,height:5,x:33,y:58,fill:"#8092AA",opacity:.15,rx:1}),r("rect",{width:21,height:5,x:33,y:68,fill:"#8092AA",opacity:.15,rx:1}),r("rect",{width:21,height:5,x:33,y:78,fill:"#8092AA",opacity:.15,rx:1}),r("rect",{width:34,height:5,x:66,y:58,fill:"#8092AA",opacity:.15,rx:1}),r("rect",{width:31,height:5,x:69,y:68,fill:"#8092AA",opacity:.15,rx:1}),r("rect",{width:36,height:5,x:64,y:78,fill:"#8092AA",opacity:.15,rx:1}),r("path",{fill:"#555",d:"M35.855 40.344h-1.109l-1.398.89v1.04l1.297-.813h.03V46h1.18v-5.656ZM37.074 45h2.75v1h1.117v-1h.72v-.945h-.72v-3.711h-1.476l-2.39 3.726V45Zm1.188-.945v-.047l1.523-2.375h.055v2.422h-1.578ZM46.31 42.465V44.7c.002.408-.286.7-.728.703-.437-.002-.725-.295-.727-.703v-2.236h-.733v2.295c0 .774.581 1.291 1.46 1.289.877.002 1.465-.515 1.465-1.29v-2.294h-.737ZM49.562 43.476h.703c-.01-.625-.525-1.06-1.309-1.06-.774 0-1.34.427-1.338 1.07 0 .517.366.815.962.961l.386.093c.386.095.605.208.605.45 0 .263-.249.444-.634.444-.391 0-.674-.181-.699-.537h-.713c.022.759.567 1.154 1.421 1.152.862.002 1.365-.413 1.367-1.06-.002-.588-.454-.896-1.06-1.035l-.316-.078c-.306-.068-.57-.183-.567-.44.003-.234.21-.405.581-.405.36 0 .581.164.61.445ZM52.037 46c1.08 0 1.731-.666 1.729-1.773.002-1.1-.65-1.762-1.714-1.762h-1.26V46h1.245Zm-.513-.63v-2.275h.489c.669 0 1.02.346 1.02 1.133 0 .793-.351 1.142-1.025 1.142h-.484Z"}),r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M101 56H65a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h36a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1Zm-36-1a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h36a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2H65ZM61 37H32a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h29a1 1 0 0 0 1-1V38a1 1 0 0 0-1-1Zm-29-1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h29a2 2 0 0 0 2-2V38a2 2 0 0 0-2-2H32ZM101 76H62a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h39a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1Zm-39-1a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h39a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2H62Z",clipRule:"evenodd"}),p("g",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,opacity:.8,children:[r("path",{stroke:"#CCC",d:"M111 33v-8a8 8 0 0 0-8-8h-8M37 17h-8a8 8 0 0 0-8 8v8"}),r("path",{stroke:"#3299FE",d:"M95 98h8a8 8 0 0 0 8-8v-8"}),r("path",{stroke:"#CCC",d:"M21 82v8a8 8 0 0 0 8 8h8"})]}),r("rect",{width:97,height:125,x:93,y:27,fill:"url(#img-setting-expenses_svg__a)",rx:12}),r("rect",{width:58,height:16,x:101,y:83,fill:"#F9F9F9",rx:4}),r("rect",{width:82,height:16,x:101,y:118,fill:"#F9F9F9",rx:4}),r("rect",{width:82,height:16,x:101,y:48,fill:"#F9F9F9",rx:4}),r("rect",{width:26,height:5,x:102,y:109,fill:"#8092AA",opacity:.3,rx:1}),r("rect",{width:26,height:5,x:102,y:39,fill:"#8092AA",opacity:.3,rx:1}),r("rect",{width:20,height:5,x:102,y:74,fill:"#8092AA",opacity:.3,rx:1}),r("path",{fill:"#555",d:"M108.883 88.344h-1.11l-1.398.89v1.04l1.297-.813h.031V94h1.18v-5.656ZM110.102 93h2.75v1h1.117v-1h.719v-.945h-.719v-3.711h-1.477l-2.39 3.726V93Zm1.187-.945v-.047l1.523-2.375h.055v2.422h-1.578ZM168.82 88.344v3.578c.004.652-.457 1.121-1.164 1.125-.699-.004-1.16-.473-1.164-1.125v-3.578h-1.172v3.672c0 1.238.93 2.066 2.336 2.062 1.403.004 2.344-.824 2.344-2.062v-3.672h-1.18ZM174.023 89.96h1.125c-.015-1-.839-1.694-2.093-1.694-1.239 0-2.145.683-2.141 1.71 0 .829.586 1.305 1.539 1.54l.617.148c.618.152.969.332.969.719 0 .422-.398.71-1.016.71-.625 0-1.078-.288-1.117-.859h-1.14c.035 1.215.906 1.848 2.273 1.844 1.379.004 2.184-.66 2.188-1.695-.004-.942-.727-1.434-1.696-1.656l-.508-.125c-.488-.11-.91-.293-.906-.704.004-.375.336-.648.93-.648.574 0 .93.262.976.71ZM177.984 94c1.727 0 2.77-1.066 2.766-2.836.004-1.762-1.039-2.82-2.742-2.82h-2.016V94h1.992Zm-.82-1.008v-3.64h.781c1.071 0 1.633.554 1.633 1.812 0 1.27-.562 1.828-1.64 1.828h-.774ZM108.523 59.078c1.274 0 2.141-.816 2.141-1.96 0-1.087-.773-1.864-1.812-1.86-.497-.004-.926.199-1.133.476h-.047l.156-1.43h2.516v-.96h-3.485l-.304 3.258h1.062c.168-.317.465-.477.891-.477.594.004 1.019.422 1.015 1.023.004.59-.414 1.004-1 1-.492.004-.894-.3-.921-.742h-1.141c.019.977.883 1.672 2.062 1.672ZM113.914 53.078h-1l-1.82 6.774h.992l1.828-6.774ZM116.523 59.078c1.278 0 2.196-.695 2.188-1.664.008-.707-.449-1.21-1.281-1.312v-.047c.632-.114 1.074-.563 1.07-1.196.004-.894-.781-1.593-1.961-1.593-1.16 0-2.035.675-2.055 1.648h1.125c.02-.434.43-.715.93-.71.5-.005.832.292.828.726.004.445-.387.75-.945.75h-.524v.867h.524c.664.004 1.074.328 1.07.789.004.457-.398.77-.961.773-.547-.004-.957-.28-.976-.703h-1.188c.024.989.914 1.672 2.156 1.672ZM121.977 53.344h-1.11l-1.398.89v1.04l1.297-.813h.031V59h1.18v-5.656ZM127.57 53.344h-1.109l-1.399.89v1.04l1.297-.813h.032V59h1.179v-5.656ZM131.078 59.078c1.414 0 2.274-1.047 2.274-2.906 0-1.848-.864-2.906-2.274-2.906-1.41 0-2.273 1.058-2.273 2.906 0 1.851.855 2.906 2.273 2.906Zm-1.07-2.906c0-1.293.418-1.941 1.07-1.945.652.004 1.074.652 1.07 1.945.004 1.305-.414 1.937-1.07 1.937-.656 0-1.078-.632-1.07-1.937ZM134.852 58.344a.652.652 0 0 0 0-1.305.642.642 0 0 0-.657.649.648.648 0 0 0 .657.656Zm-.657-3.438a.648.648 0 0 0 .657.657.652.652 0 0 0 0-1.305.642.642 0 0 0-.657.648ZM138.859 53.344h-1.109l-1.398.89v1.04l1.296-.813h.032V59h1.179v-5.656ZM142.266 59.078c1.277 0 2.195-.695 2.187-1.664.008-.707-.449-1.21-1.281-1.312v-.047c.633-.114 1.074-.563 1.07-1.196.004-.894-.781-1.593-1.961-1.593-1.16 0-2.035.675-2.054 1.648h1.125c.019-.434.429-.715.929-.71.5-.005.832.292.828.726.004.445-.386.75-.945.75h-.523v.867h.523c.664.004 1.074.328 1.07.789.004.457-.398.77-.961.773-.546-.004-.957-.28-.976-.703h-1.188c.024.989.914 1.672 2.157 1.672Z"}),p("g",{filter:"url(#img-setting-expenses_svg__b)",children:[r("rect",{width:74,height:24,x:144,y:121,fill:"#3299FE",rx:12}),r("rect",{width:34,height:6,x:161,y:130,fill:"#84C2FC",opacity:.6,rx:2}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M208.53 132.47a.749.749 0 0 1 0 1.06l-4 4a.749.749 0 1 1-1.06-1.06l3.469-3.47-3.469-3.47a.749.749 0 1 1 1.06-1.06l4 4Z",clipRule:"evenodd"})]}),r("rect",{width:26,height:4,x:106,y:124,fill:"#D6E9FB",rx:1}),r("g",{filter:"url(#img-setting-expenses_svg__c)",children:r("circle",{cx:183.5,cy:38.5,r:22.5,fill:"#fff"})}),r("path",{fill:"#555",fillRule:"evenodd",d:"M180 29.5a2 2 0 0 0-2 2h-2.33c-2.027 0-3.67 1.628-3.67 3.636v8.728c0 2.008 1.643 3.636 3.67 3.636h15.66c2.027 0 3.67-1.628 3.67-3.636v-8.728c0-2.008-1.643-3.636-3.67-3.636H189a2 2 0 0 0-2-2h-7Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M188.5 39.501a5 5 0 1 0-10 0 5 5 0 0 0 10 0Zm-8-.001a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z",clipRule:"evenodd"}),r("ellipse",{cx:175.67,cy:35.424,fill:"#fff",rx:.979,ry:1.026}),p("defs",{children:[p("filter",{id:"img-setting-expenses_svg__b",width:82,height:32,x:140,y:121,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:4}),r("feGaussianBlur",{stdDeviation:2}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.247969 0 0 0 0 0.558247 0 0 0 0 0.8625 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5590"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5590",result:"shape"})]}),p("filter",{id:"img-setting-expenses_svg__c",width:85,height:85,x:141,y:0,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:4}),r("feGaussianBlur",{stdDeviation:10}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5590"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5590",result:"shape"})]}),p("linearGradient",{id:"img-setting-expenses_svg__a",x1:141,x2:190,y1:90,y2:152,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]})]})]})}const r_=x(n_);function o_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 142",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("rect",{width:192,height:124,x:24,y:8,fill:"#8092AA",opacity:.2,rx:4}),r("circle",{cx:33,cy:17,r:3,fill:"#406588"}),r("circle",{cx:42,cy:17,r:3,fill:"#4DC9AA"}),r("g",{filter:"url(#img-setting-inventory_svg__a)",children:r("rect",{width:208,height:110,x:16,y:26,fill:"#DDD",rx:4})}),r("mask",{id:"img-setting-inventory_svg__b",width:208,height:110,x:16,y:26,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("rect",{width:208,height:110,x:16,y:26,fill:"#D9D9D9",rx:4})}),p("g",{mask:"url(#img-setting-inventory_svg__b)",children:[r("path",{fill:"#E2E8EF",d:"M14.172-42.882h230.184v180.298H14.172z"}),r("path",{fill:"#EFF4F8",fillRule:"evenodd",d:"M65.894 27.444 82.706.686l19.37 12.597-18.03 28.6-18.15-14.439ZM86.003 101.182l14.104-10.736 1.615 3.224 10.799 7.512-3.519 5.713 12.972 8.347 10.568-14.955 18.174 9.288-8.656 13.228 3.778 8.785v.992h-7.408l-22.374-3.015-31.99-26.789 1.937-1.594Z",clipRule:"evenodd"}),r("path",{fill:"#CFE8D1",fillRule:"evenodd",d:"m187.133 92.225 13.775-12.89 30.077 25.987-4.831 8.888-10.523-6.214-28.498-15.77Z",clipRule:"evenodd"}),r("path",{fill:"#EFF4F8",fillRule:"evenodd",d:"m79.577 103.857 15.644 3.578-3.137 6.445-2.44 1.386-2.245 4.84v4.222l-15.116-4.222-8.37 1.897-4.59-2.845-3.43-3.892 1.737-3.895 21.947-7.514Z",clipRule:"evenodd"}),r("path",{fill:"#E8EAEB",fillRule:"evenodd",d:"M158.208 50.21s-1.003 1.223-1.272 1.916c-.248.638-1.91.824-.677 1.945.489.444 1.945-.444 2.568 0 2.659 1.897 10.756 7.045 10.756 7.045L157.537 76.29l-23.385-11.829s5.384-16.274 9.614-18.78c4.229-2.506 14.442 4.53 14.442 4.53Z",clipRule:"evenodd"}),r("path",{fill:"#E8EAEB",fillRule:"evenodd",d:"m102.071 9.627 45.186 30.469-13.108 21.187-50.168-18.415 18.09-33.24Z",clipRule:"evenodd"}),r("path",{fill:"#EFF4F8",fillRule:"evenodd",d:"m65.894 94.92 10.085-4.943V62.392l12.682 7.939v6.137l4.248 14.38-10.757 10.872-16.258-6.8Z",clipRule:"evenodd"}),r("path",{fill:"#CFE8D1",fillRule:"evenodd",d:"m148.121 111.022 29.172 17.577 14.747 8.811-48.704.289-1.496-14.957 6.281-11.72Z",clipRule:"evenodd"}),r("path",{fill:"#F6F7EF",fillRule:"evenodd",d:"m41.623-11.353-9.914-7.346-7.83-.733L40.626-6.695 36.7 11.623l24.693 18.124-14.465 19.392-5.453-4.658-14.448 15.512v6.11l14.448-15.9 2.868 2.402L23.879 80.04l4.667 1.305L47.922 55.6l32.89 27.532-3.001 5.197-7.615-3.811L52.27 109.12l-9.583-3.155-15.66-10.123v5.582l14.449 8.905 52.041 18.1-31.657 7.626-8.035 16.085 5.067 11.345h3.87l-4.946-11.345 7.777-14.845 29.473-7.148 25.621-19.818 85.772 52.004h8.739l-17.082-9.41-73.901-45.272 23.289-16.55 72.784 41.71-2.787 4.9h5.399l1.332-2.64 16.638 9.534 18.467 8.318v-5.294l-13.486-5.741-19.484-11.046 4.601-9.116-3.201-2.062-5.149 9.052-71.235-40.387L162.1 68.055l1.396-.566 92.222 4.406 3.619.792v-5.198h-10.115V36.081h10.115v-3.222h-10.115v-52.291h-3.371v52.291h-53.257V14.374l13.865-32.627h-3.426l-13.065 30.887v4.03h-26.472v-34.917h-4.686V59.993l-41.262-26.358 6.716-7.72-3.494-1.706-6.477 7.347-15.248-9.74 5.147-8.12-3.754-1.768-4.812 7.704-3.561-2.275-15.67-2.25L59.46 1.94v-20.193h-3.638v17.42L45.063-8.803l2.155-9.61-3.864-1.017-1.73 8.078Zm2.39 7.233L40.898 9.761l41.942 30.337 10.413-16.669-2.802-1.804-16.381-2.884-30.059-22.86Zm52.626 29.73L86.323 41.882l14.115 5.394 10.806-12.26-14.605-9.406Zm17.875 11.513-10.322 11.865 29.935 12.297-3.04 2.425-28.746-11.576-11.304 18.472L109.59 82.77l-3.031 2.937L68.637 60.4l4.011-1.851.477.313 8.135-15.694-15.674-11.04-15.093 20.054 36.283 30.989-5.964 10.499-9.026-4.337-14.837 20.995 38.117 13.989 25.621-20.334 24.542-16.781 12.102-22.504-42.817-27.576Zm-29.945 7.855L76.59 61.135l11.197 7.34 10.626-17.922-13.844-5.575ZM189.875 20H164v38.53l5.329 5.576 21.025.693L189.875 20Zm2.736 16.233h53.127V67.48l-53.127-2.772V36.233Z",clipRule:"evenodd"}),r("path",{fill:"#DCE3E7",d:"m31.709-18.7.149-.2-.056-.042-.07-.006-.023.249Zm9.915 7.347-.15.201.313.231.08-.38-.243-.052Zm-17.745-8.08.023-.248-.87-.081.696.529.15-.2ZM40.626-6.694l.244.052.033-.155-.126-.096-.151.199ZM36.7 11.623l-.245-.053-.034.159.13.095.148-.201Zm24.693 18.124.2.15.151-.203-.203-.149-.148.202ZM46.929 49.139l-.162.19.203.173.16-.214-.2-.15Zm-5.453-4.658.162-.19-.182-.156-.163.175.183.17ZM27.028 59.993l-.183-.17-.067.072v.098h.25Zm0 6.11h-.25v.647l.435-.479-.185-.168Zm14.448-15.9.16-.191-.184-.154-.161.178.185.168Zm2.868 2.402.2.15.142-.19-.182-.152-.16.192ZM23.879 80.04l-.2-.15-.218.293.35.098.068-.24Zm4.667 1.305-.068.241.165.046.102-.136-.2-.15ZM47.922 55.6l.16-.192-.202-.17-.158.211.2.15Zm32.89 27.532.216.125.105-.182-.16-.135-.161.192Zm-3.001 5.197-.112.224.21.105.118-.204-.216-.125Zm-7.615-3.811.112-.224-.19-.094-.124.17.202.148ZM52.27 109.12l-.079.237.173.057.108-.147-.202-.147Zm-9.583-3.155-.135.21.027.017.03.01.078-.237Zm-15.66-10.123.137-.21-.386-.25v.46h.25Zm0 5.582h-.25v.14l.12.073.13-.213Zm14.449 8.905-.131.212.023.015.026.009.082-.236Zm52.041 18.1.059.243.828-.199-.805-.28-.082.236Zm-31.657 7.626-.059-.243-.113.027-.052.104.223.112Zm-8.035 16.085-.223-.111-.053.105.048.108.228-.102Zm5.067 11.345-.228.102.066.148h.163v-.25Zm3.87 0v.25h.381l-.152-.35-.23.1Zm-4.946-11.345-.222-.116-.056.106.048.11.23-.1Zm7.777-14.845-.059-.243-.11.027-.052.1.221.116Zm29.473-7.148.059.243.052-.012.042-.033-.153-.198Zm25.621-19.818.13-.214-.147-.089-.136.105.153.198Zm85.772 52.004-.129.214.059.036h.07v-.25Zm8.739 0v.25l.121-.469-.121.219Zm-17.082-9.41-.13.213.01.006.12-.219Zm-73.901-45.272-.144-.204-.309.219.323.198.13-.213Zm23.289-16.55.124-.216-.139-.08-.13.093.145.204Zm72.784 41.71.217.123.124-.216-.217-.124-.124.217Zm-2.787 4.9-.217-.124-.213.374h.43v-.25Zm5.399 0v.25h.154l.069-.138-.223-.112Zm1.332-2.64.125-.217-.229-.131-.119.236.223.112Zm16.638 9.534-.124.217.01.006.011.005.103-.228Zm18.467 8.318-.102.228.352.159v-.387h-.25Zm0-5.294h.25v-.166l-.152-.065-.098.231Zm-13.486-5.741-.124.217.013.007.013.006.098-.23Zm-19.484-11.046-.223-.113-.107.213.207.117.123-.217Zm4.601-9.116.223.113.102-.201-.189-.122-.136.21Zm-3.201-2.062.135-.211-.222-.143-.13.23.217.124Zm-5.149 9.052-.124.217.218.123.123-.217-.217-.123Zm-71.235-40.387-.221-.116-.113.214.211.12.123-.218ZM162.1 68.055l-.094-.231-.085.034-.042.08.221.117Zm1.396-.566.012-.25-.055-.002-.051.02.094.232Zm92.222 4.406.054-.244-.021-.004-.021-.001-.012.25Zm3.619.792-.053.244.303.067v-.311h-.25Zm0-5.198h.25v-.25h-.25v.25Zm-10.115 0h-.25v.25h.25v-.25Zm0-31.408v-.25h-.25v.25h.25Zm10.115 0v.25h.25v-.25h-.25Zm0-3.222h.25v-.25h-.25v.25Zm-10.115 0h-.25v.25h.25v-.25Zm0-52.291h.25v-.25h-.25v.25Zm-3.371 0v-.25h-.25v.25h.25Zm0 52.291v.25h.25v-.25h-.25Zm-53.257 0h-.25v.25h.25v-.25Zm0-18.485-.23-.098-.02.047v.051h.25Zm13.865-32.627.23.097.148-.347h-.378v.25Zm-3.426 0v-.25h-.165l-.065.152.23.098Zm-13.065 30.887-.23-.098-.02.047v.05h.25Zm0 4.03v.25h.25v-.25h-.25Zm-26.472 0h-.25v.25h.25v-.25Zm0-34.917h.25v-.25h-.25v.25Zm-4.686 0v-.25h-.25v.25h.25Zm0 78.246-.134.21.384.246v-.456h-.25Zm-41.262-26.358-.188-.164-.191.22.245.155.134-.21Zm6.716-7.72.189.165.213-.246-.292-.143-.11.225Zm-3.494-1.706.109-.225-.171-.084-.126.143.188.166Zm-6.477 7.347-.134.211.18.115.142-.16-.188-.166Zm-15.248-9.74-.211-.134-.134.21.21.134.135-.21Zm5.147-8.12.211.134.152-.239-.256-.12-.107.225Zm-3.754-1.768.106-.226-.2-.095-.118.189.212.132Zm-4.812 7.704-.135.21.213.136.134-.214-.212-.132Zm-3.561-2.275.135-.21-.046-.03-.053-.008-.036.248Zm-15.67-2.25-.154.198.053.04.065.01.036-.248ZM59.46 1.94h-.25v.122l.096.075.154-.197Zm0-20.193h.25v-.25h-.25v.25Zm-3.638 0v-.25h-.25v.25h.25Zm0 17.42-.15.202.4.295v-.496h-.25ZM45.063-8.803l-.244-.055-.036.159.131.097.149-.201Zm2.155-9.61.244.055.053-.235-.233-.062-.064.242Zm-3.864-1.017.064-.241-.253-.067-.055.256.244.052ZM40.9 9.761l-.244-.055-.036.161.133.097.147-.203Zm3.113-13.88.152-.2-.31-.235-.086.38.244.054Zm38.83 44.217-.147.203.217.156.141-.227-.212-.132Zm10.412-16.669.212.133.13-.21-.207-.133-.135.21Zm-2.802-1.804.136-.21-.043-.027-.05-.009-.043.246Zm-16.381-2.884-.152.2.049.036.06.01.043-.245Zm12.252 23.141-.211-.134-.164.258.285.11.09-.234ZM96.639 25.61l.136-.21-.212-.136-.135.212.211.134Zm3.799 21.666-.089.234.162.062.114-.13-.187-.166Zm10.806-12.26.187.166.193-.218-.245-.158-.135.21Zm-7.052 13.972-.188-.164-.229.263.322.133.095-.232Zm10.322-11.865.136-.21-.182-.117-.142.163.188.164Zm19.613 24.162.156.195.332-.265-.393-.162-.095.232Zm-3.04 2.425-.093.232.135.055.114-.091-.156-.196Zm-28.746-11.576.093-.232-.196-.079-.111.18.214.131ZM91.037 70.606l-.214-.13-.126.206.203.133.137-.21ZM109.59 82.77l.174.18.224-.218-.261-.171-.137.209Zm-3.031 2.937-.139.208.168.112.145-.14-.174-.18ZM68.637 60.4l-.105-.227-.406.187.372.248.139-.208Zm4.011-1.851.137-.21-.116-.075-.126.058.105.227Zm.477.313-.137.209.232.152.127-.246-.222-.115Zm8.135-15.694.222.115.1-.194-.178-.126-.144.205Zm-15.674-11.04.144-.205-.198-.14-.145.194.2.15ZM50.493 52.182l-.2-.15-.14.187.178.153.162-.19Zm36.283 30.989.218.123.102-.18-.157-.133-.163.19ZM80.812 93.67l-.108.225.21.1.115-.202-.217-.123Zm-9.026-4.337.108-.225-.19-.092-.123.173.204.144ZM56.948 110.33l-.204-.145-.188.267.306.112.086-.234Zm38.117 13.989-.086.234.131.049.11-.088-.155-.195Zm25.621-20.334-.141-.206-.007.005-.007.006.155.195Zm24.542-16.781.141.206.051-.034.028-.054-.22-.118Zm12.102-22.504.22.119.109-.204-.194-.125-.135.21Zm-80.74-3.564-.225-.111-.098.198.185.122.137-.21Zm7.978-16.157.094-.232-.215-.087-.103.208.224.11Zm3.218 23.497-.138.209.22.143.132-.225-.215-.127Zm10.626-17.922.215.127.148-.25-.27-.11-.093.233ZM164 20v-.25h-.25V20h.25Zm25.875 0 .25-.003-.003-.247h-.247V20ZM164 58.53h-.25v.1l.069.072.181-.173Zm5.329 5.576-.181.172.071.074.102.004.008-.25Zm21.025.693-.008.25.261.008-.003-.26-.25.002Zm55.384-28.566h.25v-.25h-.25v.25Zm-53.127 0v-.25h-.25v.25h.25Zm53.127 31.247-.013.25.263.013v-.263h-.25Zm-53.127-2.772h-.25v.237l.237.013.013-.25ZM31.56-18.498l9.915 7.346.297-.402-9.914-7.346-.298.402Zm-7.704-.685 7.83.733.046-.498-7.83-.733-.046.498Zm16.92 12.289L24.03-19.631l-.302.398L40.474-6.496l.303-.398Zm-3.831 18.57L40.87-6.644l-.489-.105-3.925 18.318.489.105Zm24.597 17.87L36.848 11.42l-.295.403 24.693 18.124.296-.403ZM47.13 49.287l14.464-19.392-.4-.299L46.729 48.99l.4.3Zm-5.817-4.617 5.454 4.658.325-.38-5.454-4.658-.325.38ZM27.211 60.164 41.659 44.65l-.366-.34-14.448 15.512.366.34Zm.067 5.94v-6.11h-.5v6.11h.5ZM41.29 50.034l-14.448 15.9.37.336 14.448-15.9-.37-.336Zm3.213 2.378-2.868-2.401-.32.383 2.867 2.401.321-.383ZM24.08 80.19l20.465-27.436-.4-.299-20.465 27.436.4.299Zm4.534.915L23.946 79.8l-.134.481 4.666 1.305.135-.481Zm19.11-25.656L28.345 81.195l.4.3L48.121 55.75l-.4-.3Zm33.25 27.491-32.89-27.532-.322.383 32.89 27.532.321-.383Zm-2.946 5.514 3.001-5.197-.433-.25-3 5.197.432.25Zm-7.943-3.713 7.615 3.812.224-.447-7.615-3.812-.224.447Zm-17.612 24.526 17.926-24.602-.404-.294-17.926 24.601.404.295Zm-9.863-3.065 9.582 3.155.157-.475-9.582-3.155-.157.475Zm-15.717-10.15 15.66 10.123.271-.42-15.66-10.123-.27.42Zm.386 5.372v-5.582h-.5v5.582h.5Zm14.329 8.692-14.448-8.905-.262.426 14.448 8.904.262-.425Zm51.992 18.077-52.041-18.101-.164.473 52.041 18.1.164-.472Zm-31.68 8.105 31.657-7.626-.117-.486-31.658 7.626.117.486Zm-7.87 15.954 8.034-16.085-.447-.224-8.034 16.086.447.223Zm5.072 11.131-5.067-11.345-.457.204 5.067 11.345.457-.204Zm3.64-.148h-3.869v.5h3.87v-.5Zm-5.175-10.995 4.946 11.345.459-.2-4.946-11.345-.459.2Zm7.786-15.061-7.778 14.845.443.232 7.778-14.845-.443-.232Zm29.635-7.275-29.473 7.148.118.486 29.473-7.148-.118-.486Zm25.527-19.773L94.913 129.95l.306.395 25.621-19.819-.306-.395Zm86.055 51.988-85.772-52.004-.259.427 85.772 52.005.259-.428Zm8.609-.036h-8.739v.5h8.739v-.5Zm-17.202-8.941 17.082 9.41.241-.438-17.082-9.41-.241.438Zm-73.911-45.278 73.901 45.272.261-.426-73.901-45.273-.261.427Zm23.274-16.966-23.288 16.549.289.407 23.289-16.549-.29-.407Zm73.053 41.696-72.784-41.71-.248.434 72.784 41.71.248-.434Zm-.341.093-2.787 4.9.434.247 2.787-4.9-.434-.247Zm-2.57 5.274h5.399v-.5h-5.399v.5Zm5.622-.138 1.333-2.639-.447-.225-1.332 2.639.446.225Zm17.871 6.566-16.637-9.535-.249.434 16.638 9.534.248-.433Zm18.446 8.306-18.467-8.317-.206.455 18.468 8.318.205-.456Zm-.353-5.066v5.294h.5v-5.294h-.5Zm-13.334-5.511 13.486 5.741.196-.461-13.486-5.74-.196.46Zm-19.509-11.059 19.483 11.046.247-.435-19.483-11.046-.247.435Zm.347-.105 4.6-9.115-.446-.225-4.601 9.115.447.225Zm4.513-9.438-3.202-2.063-.271.421 3.202 2.063.271-.421Zm-3.554-1.976-5.15 9.052.435.247 5.149-9.052-.434-.247Zm-76.29-30.993 71.234 40.386.247-.435-71.234-40.386-.247.435Zm10.619-20.609-10.717 20.275.443.233 10.716-20.274-.442-.234Zm1.523-.68-1.396.566.188.463 1.396-.566-.188-.463Zm92.328 4.388-92.222-4.406-.024.499 92.223 4.406.023-.5Zm3.661.797-3.619-.792-.107.489 3.619.791.107-.488Zm-.304-4.954v5.198h.5v-5.198h-.5Zm-9.865.25h10.115v-.5h-10.115v.5Zm-.25-31.658v31.408h.5V36.081h-.5Zm10.365-.25h-10.115v.5h10.115v-.5Zm-.25-2.972v3.222h.5v-3.222h-.5Zm-9.865.25h10.115v-.5h-10.115v.5Zm-.25-52.541v52.291h.5v-52.291h-.5Zm-3.121.25h3.371v-.5h-3.371v.5Zm.25 52.041v-52.291h-.5v52.291h.5Zm-53.507.25h53.257v-.5h-53.257v.5Zm-.25-18.735V32.86h.5V14.374h-.5Zm13.885-32.725-13.865 32.627.46.196 13.865-32.628-.46-.195Zm-3.196.348h3.426v-.5h-3.426v.5ZM190.198 12.73l13.066-30.887-.461-.195-13.065 30.887.46.195Zm.02 3.934v-4.031h-.5v4.03h.5Zm-26.722.25h26.472v-.5h-26.472v.5Zm-.25-35.168v34.918h.5v-34.918h-.5Zm-4.436.25h4.686v-.5h-4.686v.5Zm.25 76.45v-76.7h-.5v76.7h.5Zm0 1.546v-1.545h-.5v1.545h.5Zm-41.646-26.147 41.262 26.358.269-.422-41.262-26.357-.269.421Zm6.661-8.095-6.715 7.72.377.329 6.716-7.72-.378-.329Zm-3.415-1.318 3.494 1.707.22-.45-3.495-1.706-.219.45Zm-6.179 7.289 6.476-7.348-.375-.33-6.476 7.347.375.33Zm-15.57-9.696 15.248 9.741.269-.421-15.249-9.741-.269.421Zm5.07-8.463-5.147 8.119.422.268 5.147-8.12-.422-.267Zm-3.65-1.409 3.755 1.769.213-.453-3.755-1.768-.213.452Zm-4.493 7.61 4.812-7.704-.424-.264-4.812 7.703.424.265Zm-3.908-2.196 3.561 2.274.27-.421-3.561-2.275-.27.422Zm-15.57-2.213 15.67 2.25.07-.495-15.67-2.25-.07.495ZM59.305 2.137l16.935 13.168.307-.395L59.613 1.742l-.307.395Zm-.096-20.39V1.94h.5v-20.193h-.5Zm-3.388.25h3.638v-.5h-3.638v.5Zm.25 17.17v-17.42h-.5v17.42h.5Zm-11.158-7.77L55.673-.631l.297-.402-10.758-7.972-.298.402Zm2.06-9.866-2.155 9.61.488.11 2.155-9.61-.488-.11Zm-3.683-.72 3.864 1.017.127-.484-3.864-1.016-.127.483ZM41.868-11.3l1.73-8.078-.488-.105-1.731 8.078.489.105Zm-.725 21.116 3.113-13.88-.488-.11-3.113 13.88.488.11Zm41.845 30.08L41.046 9.558l-.294.405L82.695 40.3l.293-.406Zm10.053-16.6L82.63 39.967l.424.264 10.413-16.668-.425-.265Zm-2.724-1.46 2.801 1.804.27-.42-2.8-1.805-.271.42Zm-16.29-2.848L90.41 21.87l.087-.492-16.382-2.884-.087.493ZM43.861-3.921 73.919 18.94l.303-.397L44.164-4.32l-.303.398Zm42.673 45.937L96.85 25.744l-.422-.268-10.316 16.272.422.268Zm13.993 5.027-14.115-5.395-.179.467 14.116 5.395.178-.467Zm10.529-12.192-10.806 12.26.375.33 10.806-12.26-.375-.33Zm-14.552-9.03 14.604 9.405.271-.42L96.774 25.4l-.27.42Zm7.877 23.332 10.322-11.866-.377-.328-10.322 11.865.377.329Zm29.841 11.9-29.935-12.296-.19.463 29.935 12.296.19-.463Zm-2.979 2.853 3.04-2.426-.312-.39-3.04 2.425.312.39Zm-28.996-11.54 28.747 11.576.187-.464-28.747-11.576-.187.464ZM91.25 70.736l11.304-18.471-.427-.261-11.304 18.471.427.261Zm18.477 11.825L91.174 70.397l-.275.418 18.554 12.164.274-.418Zm-2.994 3.325 3.031-2.937-.348-.359-3.031 2.937.348.36ZM68.498 60.61l37.922 25.306.278-.416-37.922-25.306-.278.416Zm4.045-2.286-4.011 1.85.21.455 4.01-1.851-.209-.454Zm.72.33-.478-.312-.274.418.477.313.275-.418Zm7.775-15.6-8.135 15.695.444.23 8.135-15.694-.444-.23Zm-15.596-10.72 15.674 11.04.288-.409-15.674-11.04-.288.409Zm-14.749 20 15.093-20.054-.4-.301-15.092 20.054.4.301ZM86.94 82.982l-36.283-30.99-.325.38 36.283 30.99.325-.38Zm-5.91 10.812 5.965-10.499-.435-.247-5.965 10.5.435.246Zm-9.352-4.234 9.026 4.336.217-.45-9.026-4.337-.217.45Zm-14.524 20.913L71.99 89.478l-.409-.288-14.836 20.994.408.289Zm37.999 13.61-38.117-13.989-.172.469 38.117 13.989.172-.469Zm25.38-20.294-25.621 20.333.31.391 25.622-20.333-.311-.391Zm24.556-16.793-24.542 16.782.282.413 24.542-16.782-.282-.413Zm12.022-22.415-12.101 22.503.44.237 12.102-22.503-.441-.237Zm-42.731-27.248 42.816 27.577.271-.42-42.816-27.577-.271.42ZM76.815 61.245l7.978-16.156-.448-.222-7.979 16.157.449.221Zm11.109 7.02-11.197-7.34-.274.419 11.196 7.34.275-.418Zm10.273-17.84L87.572 68.347l.43.255L98.628 50.68l-.43-.255ZM84.477 45.21l13.843 5.574.187-.463-13.843-5.575-.187.464ZM164 20.25h25.875v-.5H164v.5Zm.25 38.28V20h-.5v38.53h.5Zm5.26 5.403-5.329-5.576-.362.345 5.329 5.576.362-.345Zm20.852.616-21.025-.693-.016.5 21.025.693.016-.5Zm-.737-44.546.479 44.799.5-.006-.479-44.799-.5.006Zm56.113 15.98h-53.127v.5h53.127v-.5Zm.25 31.497V36.233h-.5V67.48h.5Zm-53.39-2.522 53.127 2.772.026-.5-53.127-2.772-.026.5Zm-.237-28.725v28.475h.5V36.233h-.5Z"}),r("path",{fill:"#F7F5D8",fillRule:"evenodd",d:"m47.478 114.826 36.583-8.039.012-.045 4.713 2.675 24.423 20.864 25.306 3.255 87.858-11.419 18.84-34.151v-7.933l-21.118 37.725-85.58 11.957-24.191-3.828-21.249-18.759-7.948-4.35-.01.007.002-.005-38.845 8.252-28.227 15.939 11.865-44.91-19.006-12.495v6.38l12.982 8.11-12.982 51.513 36.572-20.743Z",clipRule:"evenodd"}),r("path",{fill:"#EDE4C5",d:"m84.061 106.787.054.244.15-.033.038-.148-.242-.063Zm-36.583 8.039-.054-.244-.036.008-.033.019.123.217Zm36.595-8.084.124-.217-.283-.161-.082.314.241.064Zm4.713 2.675.163-.19-.019-.015-.02-.012-.124.217Zm24.423 20.864-.162.191.056.048.074.009.032-.248Zm25.306 3.255-.031.248.032.004.032-.004-.033-.248Zm87.858-11.419.033.248.125-.016.061-.111-.219-.121Zm18.84-34.151.219.12.031-.056v-.064h-.25Zm0-7.933h.25v-.958l-.468.836.218.122Zm-21.118 37.725.035.248.123-.017.061-.108-.219-.123Zm-85.58 11.957-.039.247.037.005.037-.005-.035-.247Zm-24.191-3.828-.166.187.055.049.072.011.039-.247Zm-21.249-18.759.165-.187-.02-.018-.025-.014-.12.219Zm-7.948-4.35.12-.22-.14-.077-.13.096.15.201Zm-.01.007-.241-.064-.182.691.573-.427-.15-.2Zm.002-.005.242.063.103-.392-.397.084.052.245Zm-38.845 8.252-.052-.245-.038.008-.033.019.123.218Zm-28.227 15.939-.242-.064-.15.573.515-.292-.123-.217Zm11.865-44.91.242.065.046-.174-.15-.099-.138.209ZM10.906 69.567l.138-.209-.388-.254v.463h.25Zm0 6.38h-.25v.139l.118.073.132-.212Zm12.982 8.11.243.061.044-.177-.154-.096-.133.212Zm-12.982 51.513-.242-.061-.143.567.509-.289-.124-.217Zm73.102-29.026-36.584 8.039.108.488 36.583-8.039-.107-.488Zm-.176.135-.012.045.483.127.012-.044-.483-.128Zm5.078 2.522-4.713-2.675-.247.434 4.713 2.676.247-.435Zm24.461 20.891-24.422-20.864-.325.38 24.423 20.865.324-.381Zm25.176 3.197-25.306-3.254-.064.495 25.307 3.255.063-.496Zm87.794-11.419-87.858 11.419.065.496 87.858-11.419-.065-.496Zm18.653-34.024-18.839 34.151.437.242 18.84-34.151-.438-.242Zm-.031-7.812v7.933h.5v-7.933h-.5Zm-20.649 37.848 21.117-37.726-.436-.244-21.118 37.725.437.245Zm-85.764 12.081 85.58-11.956-.069-.495-85.58 11.956.069.495Zm-24.265-3.828 24.191 3.828.078-.494-24.191-3.828-.078.494Zm-21.376-18.818 21.249 18.758.331-.374-21.249-18.759-.33.375Zm-7.902-4.319 7.948 4.351.24-.439-7.948-4.351-.24.439Zm.26-.012.01-.007-.3-.401-.009.007.299.401Zm-.39-.269-.001.005.483.127.002-.005-.484-.127Zm-38.551 8.561 38.845-8.253-.104-.489-38.845 8.252.104.49ZM18.17 127.188l28.227-15.938-.246-.436-28.227 15.939.246.435Zm11.5-45.19-11.865 44.909.484.127 11.865-44.908-.484-.128ZM10.77 69.775l19.006 12.496.274-.418-19.005-12.495-.275.417Zm.387 6.171v-6.38h-.5v6.38h.5Zm12.865 7.898-12.982-8.11-.265.424 12.982 8.11.265-.424ZM11.149 135.63 24.13 84.117l-.485-.122-12.982 51.513.485.122Zm36.206-21.021-36.572 20.742.247.435L47.6 115.044l-.246-.435Z"}),r("path",{fill:"#E8EAEB",fillRule:"evenodd",d:"m203.996 101.316 5.024-8.144 11.207 6.483-5.55 7.707-10.681-6.046Z",clipRule:"evenodd"})]}),r("circle",{cx:51,cy:17,r:3,fill:"#3299FE"}),r("path",{fill:"#fff",d:"M16 30a4 4 0 0 1 4-4h52v110H20a4 4 0 0 1-4-4V30Z"}),r("rect",{width:36,height:8,x:22,y:32,fill:"#8092AA",opacity:.3,rx:2}),r("rect",{width:16,height:6,x:22,y:46,fill:"#8092AA",opacity:.2,rx:1}),p("g",{filter:"url(#img-setting-inventory_svg__c)",children:[r("rect",{width:26,height:20,x:87,y:81.5,fill:"#fff",rx:4}),r("path",{fill:"#F66",d:"M93.273 91.313c1.415 0 2.274-1.047 2.274-2.907 0-1.847-.863-2.906-2.274-2.906-1.41 0-2.273 1.059-2.273 2.906 0 1.852.856 2.906 2.273 2.906Zm-1.07-2.907c0-1.293.418-1.941 1.07-1.945.653.004 1.075.652 1.07 1.945.005 1.305-.413 1.938-1.07 1.938-.656 0-1.078-.633-1.07-1.938Z"}),r("rect",{width:12,height:2,x:91,y:94.313,fill:"#EAEAEA",rx:1}),r("path",{fill:"#fff",d:"M99.553 105.106a.5.5 0 0 0 .894 0L103 100h-6l2.553 5.106Z"})]}),p("g",{filter:"url(#img-setting-inventory_svg__d)",children:[r("rect",{width:26,height:20,x:184,y:21,fill:"#fff",rx:4}),r("path",{fill:"#3299FE",d:"M190.508 25.078h-1.11l-1.398.89v1.04l1.297-.813h.031v4.54h1.18v-5.657ZM193.883 25c-1.278-.004-2.141.824-2.141 1.961.008 1.055.758 1.82 1.774 1.82.629 0 1.187-.297 1.453-.797h.047c-.004 1.13-.411 1.82-1.18 1.82-.453 0-.777-.245-.875-.663h-1.156c.113.957.894 1.672 2.031 1.672 1.422 0 2.332-1.133 2.328-3.055 0-2.055-1.109-2.754-2.281-2.758Zm-.992 1.93a.981.981 0 0 1 1-1.008c.578.004 1 .46 1.007 1 0 .543-.441 1-1.015 1-.582 0-.992-.434-.992-.992Z"}),r("rect",{width:12,height:2,x:188,y:34.813,fill:"#EAEAEA",rx:1}),r("path",{fill:"#fff",d:"M196.553 44.606a.5.5 0 0 0 .894 0L200 39.5h-6l2.553 5.106Z"})]}),p("g",{filter:"url(#img-setting-inventory_svg__e)",children:[r("rect",{width:26,height:20,x:175,y:70,fill:"#fff",rx:4}),r("path",{fill:"#3299FE",d:"M181.508 74.078h-1.11l-1.398.89v1.04l1.297-.813h.031v4.54h1.18v-5.657ZM184.914 79.813c1.277 0 2.195-.696 2.188-1.665.007-.707-.45-1.21-1.282-1.312v-.047c.633-.113 1.075-.562 1.071-1.195.004-.895-.782-1.594-1.961-1.594-1.16 0-2.035.676-2.055 1.648H184c.02-.433.43-.714.93-.71.5-.004.832.293.828.726.004.445-.387.75-.946.75h-.523v.867h.523c.665.004 1.075.328 1.071.79.004.456-.399.769-.961.773-.547-.004-.957-.281-.977-.703h-1.187c.023.988.914 1.671 2.156 1.671Z"}),r("rect",{width:12,height:2,x:179,y:83.813,fill:"#EAEAEA",rx:1}),r("path",{fill:"#fff",d:"M187.553 93.606a.5.5 0 0 0 .894 0L191 88.5h-6l2.553 5.106Z"})]}),r("path",{fill:"#555",d:"M41.664 52h1.219l2.383-4.68v-.976h-3.993v.96h2.774v.04L41.664 52ZM45.5 51h2.75v1h1.117v-1h.719v-.945h-.719v-3.711h-1.476L45.5 50.07V51Zm1.188-.945v-.047l1.523-2.375h.055v2.422h-1.578Z"}),r("rect",{width:26,height:3,x:31,y:68,fill:"#DDD",rx:1}),r("circle",{cx:26.5,cy:69.5,r:2.5,fill:"#DDD"}),r("circle",{cx:26.5,cy:83.5,r:2.5,fill:"#DDD"}),r("circle",{cx:26.5,cy:97.5,r:2.5,fill:"#EAEAEA"}),r("circle",{cx:26.5,cy:111.5,r:2.5,fill:"#FFEFEF"}),r("rect",{width:19,height:3,x:31,y:82,fill:"#DDD",rx:1}),r("rect",{width:19,height:3,x:31,y:96,fill:"#EAEAEA",rx:1}),r("rect",{width:19,height:3,x:31,y:110,fill:"#FFEFEF",rx:1}),r("circle",{cx:100,cy:112,r:3,fill:"#F66"}),r("rect",{width:26,height:20,x:135,y:42,fill:"#555",rx:4}),r("path",{fill:"#fff",d:"M139 50.734h2.75v1h1.117v-1h.719v-.945h-.719v-3.71h-1.476L139 49.804v.93Zm1.188-.945v-.047l1.523-2.375h.055v2.422h-1.578ZM146.445 51.813c1.278 0 2.196-.696 2.188-1.665.008-.707-.449-1.21-1.281-1.312v-.047c.632-.113 1.074-.562 1.07-1.195.004-.895-.781-1.594-1.961-1.594-1.16 0-2.035.676-2.055 1.648h1.125c.02-.433.43-.714.93-.71.5-.004.832.292.828.726.004.445-.387.75-.945.75h-.524v.867h.524c.664.004 1.074.328 1.07.79.004.456-.398.769-.961.773-.547-.004-.957-.282-.976-.703h-1.188c.023.988.914 1.672 2.156 1.672Z"}),r("rect",{width:12,height:2,x:139,y:55.813,fill:"#777",rx:1}),r("path",{fill:"#555",d:"M147.553 66.106a.5.5 0 0 0 .894 0L151 61h-6l2.553 5.106Z"}),r("circle",{cx:148,cy:72.5,r:3,fill:"#555"}),r("circle",{cx:196,cy:51.5,r:3,fill:"#3299FE"}),r("circle",{cx:188,cy:100.5,r:3,fill:"#3299FE"}),p("defs",{children:[p("filter",{id:"img-setting-inventory_svg__a",width:216,height:118,x:12,y:24,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:2}),r("feGaussianBlur",{stdDeviation:2}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5774"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5774",result:"shape"})]}),p("filter",{id:"img-setting-inventory_svg__c",width:58,height:56.5,x:71,y:73.5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0.12 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5774"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5774",result:"shape"})]}),p("filter",{id:"img-setting-inventory_svg__d",width:58,height:56.5,x:168,y:13,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0.12 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5774"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5774",result:"shape"})]}),p("filter",{id:"img-setting-inventory_svg__e",width:58,height:56.5,x:159,y:62,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0.12 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5774"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5774",result:"shape"})]})]})]})}const s_=x(o_);function l_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 144",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),p("g",{opacity:.6,children:[r("g",{filter:"url(#img-setting-jp_svg__a)",children:r("rect",{width:167.389,height:92,x:13,y:20,fill:"#DDD",rx:8})}),r("mask",{id:"img-setting-jp_svg__b",width:168,height:92,x:13,y:20,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("rect",{width:167.389,height:92,x:13,y:20,fill:"#D9D9D9",rx:8})}),p("g",{mask:"url(#img-setting-jp_svg__b)",children:[r("path",{fill:"#E2E8EF",d:"M11.191-32.981h187.184v146.617H11.191z"}),r("path",{fill:"#EFF4F8",fillRule:"evenodd",d:"m53.252 24.207 13.67-21.76 15.752 10.245-14.662 23.257-14.76-11.742ZM69.606 84.17l11.47-8.73 1.312 2.622 8.782 6.109-2.861 4.645 10.549 6.788 8.593-12.162 14.779 7.554-7.039 10.757 3.073 7.144v.806h-6.025l-18.194-2.452-26.014-21.784 1.575-1.296Z",clipRule:"evenodd"}),r("path",{fill:"#CFE8D1",fillRule:"evenodd",d:"m151.844 76.886 11.202-10.482 24.458 21.133-3.929 7.227-8.557-5.053-23.174-12.825Z",clipRule:"evenodd"}),r("path",{fill:"#EFF4F8",fillRule:"evenodd",d:"m64.38 86.346 12.72 2.91-2.55 5.24-1.984 1.128-1.826 3.936v3.433L58.448 99.56l-6.807 1.542-3.733-2.313-2.789-3.165 1.413-3.167 17.847-6.111Z",clipRule:"evenodd"}),r("path",{fill:"#E8EAEB",fillRule:"evenodd",d:"M128.32 42.72s-.816.995-1.035 1.559c-.201.518-1.553.67-.55 1.581.397.361 1.581-.361 2.088 0 2.162 1.543 8.747 5.73 8.747 5.73l-9.796 12.339-19.016-9.62s4.378-13.234 7.817-15.271c3.44-2.038 11.745 3.683 11.745 3.683Z",clipRule:"evenodd"}),r("path",{fill:"#E8EAEB",fillRule:"evenodd",d:"m82.67 9.719 36.745 24.777-10.659 17.229L67.959 36.75 82.67 9.72Z",clipRule:"evenodd"}),r("path",{fill:"#EFF4F8",fillRule:"evenodd",d:"m53.252 79.078 8.201-4.019V52.627l10.312 6.456v4.99l3.455 11.695-8.747 8.84-13.221-5.53Z",clipRule:"evenodd"}),r("path",{fill:"#CFE8D1",fillRule:"evenodd",d:"m120.119 92.172 23.723 14.294 11.992 7.165-39.605.235-1.217-12.163 5.107-9.53Z",clipRule:"evenodd"}),r("path",{fill:"#F6F7EF",fillRule:"evenodd",d:"m33.514-7.342-8.063-5.974-6.367-.596L32.702-3.555 29.51 11.342 49.59 26.08 37.829 41.85l-4.434-3.789-11.75 12.615v4.968l11.75-12.929 2.332 1.953-16.642 22.31 3.795 1.062 15.756-20.937 26.746 22.389-2.44 4.227-6.192-3.1L42.17 90.625l-7.792-2.566-12.734-8.231v4.54l11.749 7.24 42.32 14.719-25.745 6.202-6.533 13.08 4.12 9.226h3.147l-4.022-9.226 6.325-12.072 23.967-5.812 20.835-16.117 69.749 42.29h7.106l-13.891-7.653-60.095-36.815 18.938-13.457 59.187 33.918-2.266 3.984h4.391l1.083-2.146 13.529 7.753 15.018 6.763v-4.305l-10.968-4.668-15.843-8.983 3.741-7.412-2.603-1.678-4.187 7.361-57.927-32.841 8.714-16.487 1.135-.46 74.995 3.583 2.943.643v-4.226h-8.226V31.23h8.226v-2.62h-8.226v-42.523h-2.742V28.61h-43.307V13.579l11.275-26.533h-2.786l-10.625 25.118v3.277h-21.527v-28.395h-3.81V50.676L95.255 29.242l5.461-6.278-2.841-1.388-5.267 5.975-12.4-7.92 4.186-6.603-3.053-1.438-3.913 6.264-2.896-1.85-12.742-1.83L48.017 3.468v-16.42h-2.959V1.212L36.312-5.27l1.752-7.814-3.142-.827-1.407 6.569Zm1.942 5.882L32.924 9.828l34.108 24.67 8.467-13.555-2.278-1.468-13.322-2.345L35.457-1.46Zm42.796 24.176-8.39 13.232 11.479 4.387 8.787-9.97-11.876-7.65Zm14.536 9.362-8.394 9.65 24.343 9.998-2.472 1.973-23.376-9.413-9.191 15.02 15.087 9.892-2.465 2.388-30.837-20.579 3.262-1.505.387.254 6.615-12.76L53 28.015 40.727 44.326l29.505 25.2-4.85 8.537-7.34-3.526-12.066 17.072 30.997 11.376 20.835-16.535 19.957-13.647 9.841-18.299-34.818-22.425Zm-24.35 6.388L61.95 51.604l9.105 5.969 8.64-14.574-11.257-4.533Zm85.632-20.313h-21.041v31.332l4.334 4.535 17.097.563-.39-36.43Zm2.225 13.201h43.202v25.41l-43.202-2.254V31.354Z",clipRule:"evenodd"}),r("path",{fill:"#DCE3E7",d:"m25.451-13.316.15-.201-.057-.042-.07-.006-.023.249Zm8.063 5.974-.15.2.313.232.081-.38-.244-.052Zm-14.43-6.57.023-.249-.87-.082.696.53.151-.2ZM32.702-3.555l.245.053.033-.156-.127-.096-.15.2ZM29.51 11.342l-.244-.053-.034.159.13.095.148-.201ZM49.59 26.08l.201.15.15-.202-.202-.15-.148.202ZM37.829 41.85l-.162.19.203.173.16-.214-.2-.15Zm-4.434-3.789.162-.19-.182-.155-.163.175.183.17Zm-11.75 12.615-.182-.17-.067.072v.098h.25Zm0 4.968h-.25v.647l.436-.478-.185-.169Zm11.75-12.929.16-.192-.184-.154-.161.178.185.168Zm2.332 1.953.2.15.142-.19-.181-.152-.16.192Zm-16.642 22.31-.2-.15-.218.293.35.098.068-.24Zm3.795 1.062-.068.24.165.046.102-.136-.2-.15Zm15.756-20.937.161-.192-.202-.169-.158.21.2.151Zm26.746 22.389.217.125.105-.182-.161-.135-.16.192Zm-2.44 4.227-.112.223.21.106.118-.204-.216-.125Zm-6.192-3.1.112-.224-.19-.094-.124.17.202.148ZM42.17 90.625l-.078.237.173.057.107-.147-.202-.147Zm-7.792-2.566-.136.21.027.018.03.01.079-.237Zm-12.734-8.231.135-.21-.385-.25v.46h.25Zm0 4.54h-.25v.139l.119.073.13-.213Zm11.749 7.24-.132.213.024.014.026.01.082-.237Zm42.32 14.719.058.243.828-.199-.805-.28-.082.236Zm-25.745 6.202-.058-.243-.113.027-.052.104.223.112Zm-6.533 13.08-.223-.112-.053.106.048.108.228-.102Zm4.12 9.226-.227.101.066.149h.162v-.25Zm3.147 0v.25h.382l-.153-.35-.23.1Zm-4.022-9.226-.221-.116-.056.106.048.11.229-.1Zm6.325-12.072-.06-.243-.11.027-.052.1.222.116Zm23.967-5.812.058.243.052-.013.043-.033-.153-.197Zm20.835-16.117.13-.214-.148-.089-.135.105.153.198Zm69.749 42.29-.13.214.06.036h.07v-.25Zm7.106 0v.25l.121-.469-.121.219Zm-13.891-7.653-.13.214.01.005.12-.219ZM100.677 89.43l-.145-.203-.309.219.323.198.131-.214Zm18.938-13.457.124-.217-.139-.08-.13.093.145.204Zm59.187 33.918.218.123.123-.216-.216-.124-.125.217Zm-2.266 3.984-.217-.123-.213.373h.43v-.25Zm4.391 0v.25h.153l.07-.137-.223-.113Zm1.083-2.146.124-.217-.228-.131-.119.235.223.113Zm13.529 7.753-.124.217.011.006.011.005.102-.228Zm15.018 6.763-.103.228.353.159v-.387h-.25Zm0-4.305h.25v-.165l-.152-.065-.098.23Zm-10.968-4.668-.123.217.012.007.014.006.097-.23Zm-15.843-8.983-.223-.112-.107.212.207.118.123-.218Zm3.741-7.412.224.113.101-.201-.189-.122-.136.21Zm-2.603-1.678.135-.21-.222-.143-.13.23.217.123Zm-4.187 7.361-.123.218.217.123.123-.217-.217-.124ZM122.77 73.719l-.221-.117-.114.214.211.12.124-.217Zm8.714-16.487L131.39 57l-.084.034-.043.081.221.117Zm1.135-.46.012-.25-.055-.003-.051.021.094.232Zm74.995 3.583.053-.245-.02-.004-.021-.001-.012.25Zm2.943.643-.054.245.304.066v-.31h-.25Zm0-4.226h.25v-.25h-.25v.25Zm-8.226 0h-.25v.25h.25v-.25Zm0-25.541v-.25h-.25v.25h.25Zm8.226 0v.25h.25v-.25h-.25Zm0-2.62h.25v-.25h-.25v.25Zm-8.226 0h-.25v.25h.25v-.25Zm0-42.523h.25v-.25h-.25v.25Zm-2.742 0v-.25h-.25v.25h.25Zm0 42.523v.25h.25v-.25h-.25Zm-43.307 0h-.25v.25h.25v-.25Zm0-15.032-.23-.098-.02.047v.05h.25Zm11.275-26.533.23.098.148-.348h-.378v.25Zm-2.786 0v-.25h-.166l-.064.153.23.097Zm-10.625 25.117-.23-.097-.02.047v.05h.25Zm0 3.278v.25h.25v-.25h-.25Zm-21.527 0h-.25v.25h.25v-.25Zm0-28.395h.25v-.25h-.25v.25Zm-3.81 0v-.25h-.25v.25h.25Zm0 63.63-.135.21.385.246v-.456h-.25ZM95.255 29.242l-.188-.164-.19.219.244.156.134-.211Zm5.461-6.278.189.165.214-.246-.293-.143-.11.224Zm-2.841-1.388.11-.224-.172-.084-.126.143.188.165Zm-5.267 5.975-.134.211.18.115.142-.16-.188-.166Zm-12.4-7.92-.21-.135-.134.21.21.135.134-.21Zm4.186-6.603.211.134.152-.24-.256-.12-.107.226Zm-3.053-1.438.107-.226-.201-.095-.118.188.212.133Zm-3.913 6.264-.135.21.213.137.134-.214-.212-.133Zm-2.896-1.85.135-.21-.046-.03-.053-.007-.036.248Zm-12.742-1.83-.154.198.052.041.066.01.035-.248ZM48.017 3.468h-.25v.123l.096.075.154-.198Zm0-16.42h.25v-.25h-.25v.25Zm-2.959 0v-.25h-.25v.25h.25Zm0 14.166-.148.201.398.296v-.497h-.25ZM36.312-5.27l-.244-.054-.036.158.13.097.15-.2Zm1.752-7.814.244.055.053-.235-.233-.062-.064.242Zm-3.142-.827.064-.241-.253-.067-.055.256.244.052ZM32.925 9.828l-.244-.055-.036.16.133.097.147-.202ZM35.456-1.46l.152-.2-.31-.235-.086.38.244.055Zm31.576 35.958-.147.202.217.157.142-.227-.212-.133Zm8.467-13.555.212.132.13-.21-.207-.133-.135.21Zm-2.278-1.468.135-.21-.042-.027-.05-.009-.043.246ZM59.899 17.13l-.15.2.047.036.06.01.044-.246Zm9.964 18.818-.212-.134-.163.259.285.109.09-.234Zm8.389-13.232.135-.21-.211-.137-.135.213.211.134Zm3.089 17.619-.09.233.163.062.115-.13-.188-.165Zm8.787-9.97.188.165.192-.218-.244-.157-.136.21Zm-5.734 11.362-.189-.164-.228.263.322.132.095-.23Zm8.394-9.649.136-.21-.183-.117-.141.163.188.164Zm15.949 19.648.155.196.333-.265-.393-.162-.095.231Zm-2.472 1.973-.094.232.136.054.114-.09-.156-.196Zm-23.376-9.413.094-.232-.197-.08-.11.181.213.13Zm-9.191 15.02-.214-.13-.126.206.202.133.138-.21Zm15.087 9.892.174.18.224-.218-.26-.171-.138.209Zm-2.465 2.388-.138.208.167.112.145-.14-.174-.18ZM55.483 51.007l-.105-.227-.406.187.372.248.139-.208Zm3.262-1.505.137-.209-.116-.076-.126.058.105.227Zm.387.254-.137.21.232.151.127-.246-.222-.115Zm6.615-12.76.222.114.1-.194-.178-.125-.144.204ZM53 28.015l.144-.204-.198-.14-.146.194.2.15ZM40.727 44.326l-.2-.15-.141.187.178.153.163-.19Zm29.505 25.2.217.123.102-.18-.157-.134-.162.19Zm-4.85 8.537-.109.225.21.101.116-.203-.218-.123Zm-7.34-3.526.108-.226-.191-.091-.122.172.204.145ZM45.975 91.608l-.204-.144-.188.266.306.113.087-.235Zm30.997 11.376-.087.235.132.048.11-.087-.155-.196Zm20.835-16.535-.142-.206-.007.005-.007.005.156.196Zm19.957-13.647.141.207.05-.035.029-.053-.22-.119Zm9.841-18.299.22.118.109-.203-.194-.125-.135.21Zm-65.656-2.9-.224-.11-.098.198.185.122.137-.21Zm6.488-13.137.093-.232-.215-.086-.103.207.225.111Zm2.617 19.107-.138.209.22.143.133-.225-.215-.127Zm8.64-14.574.215.128.149-.25-.27-.11-.094.232Zm53.334-24.846v-.25h-.25v.25h.25Zm21.041 0 .25-.002-.002-.248h-.248v.25Zm-21.041 31.332h-.25v.1l.07.073.18-.173Zm4.334 4.535-.181.172.071.074.102.004.008-.25Zm17.097.563-.008.25.261.009-.003-.261-.25.002Zm45.037-23.229h.25v-.25h-.25v.25Zm-43.202 0v-.25h-.25v.25h.25Zm43.202 25.41-.013.25.263.014v-.264h-.25Zm-43.202-2.254h-.25v.237l.237.013.013-.25ZM25.302-13.115l8.063 5.974.297-.402-8.062-5.974-.298.402Zm-6.241-.548 6.367.596.046-.498-6.367-.596-.046.498Zm13.792 9.91L19.235-14.112l-.302.398L32.55-3.356l.302-.398Zm-3.098 15.147 3.192-14.896-.49-.105-3.191 14.896.489.105Zm19.984 14.484L29.659 11.14l-.297.403 20.081 14.739.296-.404Zm-11.71 16.12L49.79 26.23l-.4-.3L37.628 41.7l.4.299Zm-4.798-3.746 4.435 3.787.325-.38-4.435-3.788-.325.38ZM21.828 50.846l11.749-12.614-.366-.341-11.75 12.614.367.341Zm.067 4.799v-4.97h-.5v4.97h.5Zm11.314-13.098-11.75 12.93.37.336 11.75-12.93-.37-.336Zm2.677 1.929-2.332-1.953-.32.384 2.332 1.952.32-.383ZM19.284 67.128l16.642-22.31-.4-.3-16.642 22.31.4.3Zm3.662.67-3.795-1.06-.134.481 3.794 1.061.135-.481Zm15.49-20.845L22.679 67.889l.4.301 15.756-20.937-.4-.3ZM65.542 69.3 38.796 46.911l-.32.384L65.22 69.684l.32-.384Zm-2.385 4.544 2.44-4.227-.432-.25-2.44 4.227.432.25Zm-6.52-3.001 6.192 3.1.224-.448-6.192-3.1-.224.448Zm-14.264 19.93 14.578-20.007-.404-.294-14.578 20.006.404.294Zm-8.072-2.476 7.792 2.566.156-.475-7.792-2.566-.156.475Zm-12.792-8.26 12.734 8.232.272-.42-12.735-8.231-.271.42Zm.386 4.33v-4.54h-.5v4.54h.5Zm11.63 7.028-11.75-7.24-.261.425 11.748 7.241.263-.426Zm42.27 14.696-42.32-14.719-.163.472 42.32 14.72.163-.473Zm-25.767 6.681 25.744-6.202-.117-.486-25.744 6.202.117.486Zm-6.368 12.949 6.533-13.081-.447-.223-6.533 13.08.447.224Zm4.125 9.012-4.12-9.226-.457.204 4.12 9.225.457-.203Zm2.918-.148h-3.146v.5h3.146v-.5Zm-4.251-8.876 4.022 9.225.458-.199-4.022-9.226-.458.2Zm6.332-12.288-6.325 12.072.443.232 6.325-12.072-.443-.232Zm24.13-5.939-23.967 5.812.118.486 23.966-5.812-.117-.486Zm20.74-16.072L76.82 107.527l.306.395L97.96 91.806l-.305-.396Zm70.032 42.274-69.749-42.29-.259.428 69.749 42.29.259-.428Zm6.977-.036h-7.106v.5h7.106v-.5Zm-14.011-7.184 13.891 7.653.241-.438-13.891-7.653-.241.438Zm-60.106-36.82 60.096 36.815.261-.427-60.096-36.815-.261.427Zm18.924-13.875-18.938 13.458.29.407 18.938-13.457-.29-.408Zm59.457 33.905-59.188-33.918-.249.434 59.188 33.918.249-.434Zm-.342.093-2.266 3.985.434.247 2.267-3.985-.435-.247Zm-2.049 4.358h4.391v-.5h-4.391v.5Zm4.614-.137 1.083-2.147-.446-.225-1.084 2.147.447.225Zm14.514 5.277-13.53-7.753-.248.434 13.529 7.753.249-.434Zm14.995 6.752-15.017-6.763-.205.456 15.017 6.763.205-.456Zm-.352-4.077v4.305h.5v-4.305h-.5Zm-10.815-4.438 10.967 4.668.196-.46-10.968-4.668-.195.46Zm-15.869-8.995 15.843 8.982.247-.435-15.844-8.982-.246.435Zm.346-.105 3.742-7.412-.447-.226-3.741 7.413.446.225Zm3.654-7.735-2.604-1.678-.27.42 2.603 1.678.271-.42Zm-2.956-1.591-4.187 7.361.434.247 4.187-7.361-.434-.247Zm-62.021-25.14 57.928 32.842.246-.435-57.927-32.842-.247.435Zm8.617-16.821-8.714 16.487.442.233 8.714-16.486-.442-.234Zm1.262-.575-1.135.46.188.464 1.135-.46-.188-.464Zm75.101 3.565-74.995-3.583-.024.5 74.995 3.582.024-.5Zm2.984.65-2.943-.645-.107.489 2.943.644.107-.489Zm-.303-3.983v4.226h.5v-4.226h-.5Zm-7.976.25h8.226v-.5h-8.226v.5Zm-.25-25.791v25.54h.5v-25.54h-.5Zm8.476-.25h-8.226v.5h8.226v-.5Zm-.25-2.37v2.62h.5v-2.62h-.5Zm-7.976.25h8.226v-.5h-8.226v.5Zm-.25-42.773V28.61h.5v-42.523h-.5Zm-2.492.25h2.742v-.5h-2.742v.5Zm.25 42.273v-42.523h-.5V28.61h.5Zm-43.557.25h43.307v-.5h-43.307v.5Zm-.25-15.282V28.61h.5V13.579h-.5Zm11.295-26.63L156.052 13.48l.46.196 11.275-26.533-.46-.195Zm-2.556.347h2.786v-.5h-2.786v.5Zm-10.394 24.965 10.624-25.117-.46-.195-10.625 25.117.461.195Zm.019 3.18v-3.277h-.5v3.277h.5Zm-21.777.25h21.527v-.5h-21.527v.5Zm-.25-28.645v28.395h.5v-28.395h-.5Zm-3.56.25h3.81v-.5h-3.81v.5Zm.25 62.123v-62.373h-.5V49.42h.5Zm0 1.257v-1.257h-.5v1.257h.5ZM95.121 29.453l33.553 21.433.27-.42L95.39 29.03l-.27.422Zm5.407-6.653-5.461 6.278.377.328 5.461-6.277-.377-.329Zm-2.763-.999 2.842 1.388.219-.45-2.842-1.387-.219.449Zm-4.969 5.916 5.266-5.975-.375-.33-5.266 5.974.375.33ZM80.074 19.84l12.4 7.921.269-.421-12.4-7.922-.27.422Zm4.109-6.947-4.186 6.602.422.268 4.186-6.602-.422-.268Zm-2.949-1.078 3.054 1.438.213-.452-3.053-1.438-.213.452Zm-3.594 6.17 3.913-6.264-.424-.264-3.913 6.264.424.265Zm-3.242-1.77 2.895 1.849.27-.422-2.896-1.85-.27.422Zm-12.644-1.794 12.743 1.83.07-.495-12.742-1.83-.071.495ZM47.864 3.665l13.772 10.707.307-.394L48.171 3.27l-.306.395Zm-.096-16.619V3.467h.5v-16.42h-.5Zm-2.709.25h2.959v-.5h-2.959v.5Zm.25 13.917v-14.167h-.5V1.213h.5Zm-9.147-6.282 8.749 6.483.297-.402L36.46-5.47l-.298.401Zm1.657-8.07-1.752 7.815.488.11 1.752-7.815-.488-.11Zm-2.962-.53 3.143.827.127-.484-3.142-.826-.127.483Zm-1.099 6.38 1.408-6.57-.49-.104-1.407 6.569.49.104Zm-.59 17.172L35.7-1.405l-.488-.11-2.531 11.288.488.11Zm34.01 24.412L33.071 9.625l-.293.405L66.885 34.7l.293-.405Zm8.109-13.485-8.468 13.555.425.265 8.467-13.555-.424-.265Zm-2.202-1.124 2.279 1.467.27-.42-2.278-1.468-.27.42Zm-13.229-2.31 13.321 2.346.087-.493-13.321-2.345-.087.493ZM35.305-1.26l24.443 18.59.303-.398-24.443-18.59-.303.398Zm34.769 37.343 8.39-13.232-.423-.268-8.39 13.232.423.268Zm11.356 4.02-11.478-4.387-.179.467 11.479 4.386.178-.467Zm8.51-9.902-8.787 9.97.376.33 8.787-9.97-.375-.33Zm-11.823-7.274 11.876 7.65.27-.421-11.876-7.65-.27.42Zm6.466 18.965 8.394-9.649-.377-.328-8.394 9.65.377.327Zm24.249 9.604-24.343-10-.19.463 24.343 10 .19-.463Zm-2.411 2.4 2.471-1.973-.311-.391-2.472 1.972.312.391Zm-23.625-9.377 23.375 9.413.187-.464-23.375-9.413-.187.464ZM73.91 59.436l9.192-15.02-.427-.26-9.192 15.02.427.26Zm15.011 9.553-15.087-9.892-.275.418 15.088 9.892.274-.418Zm-2.428 2.776 2.465-2.388-.348-.359-2.465 2.388.348.36Zm-31.15-20.55 30.838 20.579.277-.416-30.838-20.579-.277.416Zm3.296-1.94-3.262 1.505.21.454 3.261-1.505-.21-.454Zm.63.272-.389-.254-.274.418.388.254.274-.418Zm6.255-12.667L58.91 49.641l.444.23 6.615-12.76-.444-.231Zm-12.669-8.659L65.603 37.2l.288-.41-12.747-8.978-.288.409Zm-11.93 16.254L53.2 28.167l-.4-.3-12.273 16.307.4.3Zm29.468 24.86-29.505-25.2-.325.38 29.505 25.2.325-.38Zm-4.795 8.85 4.85-8.537-.435-.247-4.85 8.538.435.247Zm-7.666-3.424 7.34 3.526.217-.45-7.34-3.527-.217.451ZM46.18 91.752 58.245 74.68l-.408-.289-12.065 17.073.409.288Zm30.878 10.997L46.063 91.373l-.173.47 30.996 11.376.173-.47Zm20.593-16.496-20.835 16.535.311.392 20.835-16.535-.31-.392Zm19.972-13.657L97.667 86.243l.282.413 19.957-13.647-.282-.413Zm9.762-18.212-9.841 18.3.44.237 9.841-18.3-.44-.236ZM92.653 32.288l34.817 22.425.271-.42-34.817-22.425-.271.42ZM62.174 51.714l6.488-13.137-.449-.221-6.487 13.137.448.221Zm9.018 5.65-9.105-5.97-.274.419 9.105 5.969.274-.418Zm8.288-14.492-8.64 14.573.43.255 8.64-14.573-.43-.255Zm-11.136-4.174 11.258 4.533.186-.464-11.257-4.533-.187.464Zm64.685-20.295h21.041v-.5h-21.041v.5Zm.25 31.082V18.153h-.5v31.332h.5Zm4.265 4.362-4.334-4.535-.361.346 4.333 4.535.362-.346Zm16.924.486-17.097-.563-.016.5 17.097.563.016-.5Zm-.648-36.177.39 36.43.5-.005-.39-36.43-.5.005Zm45.677 12.948h-43.202v.5h43.202v-.5Zm.25 25.66v-25.41h-.5v25.41h.5Zm-43.465-2.005 43.202 2.255.026-.5-43.202-2.254-.026.5Zm-.237-23.405V54.51h.5V31.354h-.5Z"}),r("path",{fill:"#F7F5D8",fillRule:"evenodd",d:"m38.277 95.266 29.75-6.538.009-.036 3.832 2.175 19.86 16.967 20.579 2.646 71.446-9.285 15.32-27.772v-6.45L181.9 97.65l-69.593 9.723-19.672-3.113-17.28-15.254-6.462-3.538-.008.005.001-.003-31.588 6.71-22.954 12.961 9.648-36.519L8.537 58.461v5.188l10.557 6.595-10.557 41.889 29.74-16.867Z",clipRule:"evenodd"}),r("path",{fill:"#EDE4C5",d:"m68.026 88.728.054.244.149-.032.039-.148-.242-.064Zm-29.749 6.538-.054-.244-.036.008-.033.018.123.218Zm29.759-6.574.123-.217-.282-.16-.083.313.242.064Zm3.832 2.175.163-.19-.019-.015-.02-.012-.124.217Zm19.86 16.967-.162.19.057.048.074.01.031-.248Zm20.579 2.646-.031.248.032.004.032-.004-.033-.248Zm71.446-9.285.032.248.126-.017.061-.111-.219-.12Zm15.32-27.772.219.121.031-.056v-.065h-.25Zm0-6.45h.25v-.96l-.468.837.218.122ZM181.9 97.65l.035.248.123-.017.061-.109-.219-.122Zm-69.593 9.723-.039.247.037.006.037-.006-.035-.247Zm-19.672-3.113-.165.188.054.048.072.011.04-.247Zm-17.28-15.254.166-.187-.02-.019-.025-.013-.12.219Zm-6.462-3.538.12-.22-.141-.076-.129.095.15.2Zm-.008.005-.242-.063-.182.69.573-.426-.149-.2Zm.001-.003.242.063.103-.392-.397.084.052.245Zm-31.588 6.71-.052-.244-.038.008-.033.019.123.217Zm-22.954 12.961-.242-.063-.151.572.516-.291-.123-.218Zm9.648-36.519.242.064.046-.174-.15-.099-.138.21ZM8.537 58.461l.137-.21-.387-.254v.464h.25Zm0 5.188h-.25v.138l.118.074.132-.212Zm10.557 6.595.243.06.044-.176-.154-.096-.133.212ZM8.537 112.133l-.242-.061-.143.567.508-.288-.123-.218Zm59.436-23.65-29.75 6.539.108.488 29.749-6.538-.107-.488Zm-.179.145-.01.036.484.128.01-.036-.484-.128Zm4.198 2.022-3.833-2.175-.247.434 3.833 2.176.247-.435Zm19.899 16.994L72.03 90.677l-.325.38 19.86 16.967.325-.38Zm20.448 2.588-20.579-2.646-.063.496 20.579 2.646.063-.496Zm71.382-9.285-71.446 9.286.065.495 71.445-9.285-.064-.496Zm15.133-27.645-15.32 27.772.438.241 15.32-27.771-.438-.242Zm-.031-6.33v6.451h.5v-6.45h-.5Zm-16.704 30.8 17.172-30.678-.436-.244-17.173 30.678.437.244Zm-69.777 9.848 69.593-9.722-.069-.495-69.593 9.722.069.495Zm-19.746-3.113 19.672 3.113.079-.494-19.673-3.113-.078.494ZM75.19 89.193l17.28 15.255.33-.375-17.279-15.254-.33.374Zm-6.417-3.506 6.463 3.538.24-.438-6.463-3.538-.24.438Zm.261-.013.008-.006-.299-.4-.007.005.298.401Zm-.39-.268v.004l.483.127v-.004l-.483-.127ZM37.35 92.425l31.589-6.71-.104-.49-31.588 6.71.103.49Zm-22.882 12.934L37.42 92.398l-.245-.435-22.954 12.961.246.435Zm9.284-36.8-9.649 36.519.484.127 9.648-36.52-.483-.127ZM8.4 58.668l15.455 10.162.275-.418L8.674 58.252l-.274.418Zm.387 4.98V58.46h-.5v5.188h.5Zm10.44 6.383L8.67 63.437l-.265.424 10.557 6.595.265-.424ZM8.78 112.194l10.557-41.89-.485-.121-10.557 41.889.485.122Zm29.374-17.146-29.74 16.868.246.435L38.4 95.483l-.246-.435Z"}),r("path",{fill:"#E8EAEB",fillRule:"evenodd",d:"m165.557 84.28 4.085-6.624 9.113 5.273-4.513 6.267-8.685-4.917Z",clipRule:"evenodd"})]}),r("path",{stroke:"#406588",strokeLinecap:"round",strokeWidth:1.5,d:"m41.77 38.84 57.564 29.575a.5.5 0 0 0 .347.041l52.984-12.877"}),r("path",{fill:"#406588",fillRule:"evenodd",d:"M41.674 28c-6.007 0-10.895 4.645-10.895 10.356 0 2.78 1.145 5.39 3.22 7.347l7.288 6.997a.557.557 0 0 0 .387.154.557.557 0 0 0 .388-.154l7.285-6.994c2.078-1.96 3.223-4.57 3.223-7.35C52.57 32.646 47.682 28 41.674 28Zm0 14.202c-2.503 0-4.54-1.99-4.54-4.438 0-2.447 2.037-4.438 4.54-4.438 2.504 0 4.54 1.99 4.54 4.438 0 2.447-2.036 4.438-4.54 4.438Z",clipRule:"evenodd"}),r("circle",{cx:41.678,cy:38.849,r:8.393,fill:"#fff",stroke:"#406588"}),r("path",{fill:"#406588",d:"M42.908 35.156h-1.66L39.56 36.19v1.545l1.51-.91h.037v5.197h1.801v-6.866Z"}),r("path",{fill:"#4DC9AA",fillRule:"evenodd",d:"M98.895 58C92.888 58 88 62.645 88 68.356c0 2.78 1.145 5.39 3.22 7.347l7.288 6.997a.557.557 0 0 0 .387.154.557.557 0 0 0 .387-.154l7.285-6.994c2.078-1.96 3.223-4.57 3.223-7.35 0-5.71-4.888-10.356-10.895-10.356Zm0 14.202c-2.504 0-4.54-1.99-4.54-4.438 0-2.447 2.036-4.438 4.54-4.438s4.54 1.99 4.54 4.438c0 2.447-2.036 4.438-4.54 4.438Z",clipRule:"evenodd"}),r("circle",{cx:98.982,cy:68.491,r:8.393,fill:"#fff",stroke:"#4DC9AA"}),r("path",{fill:"#4DC9AA",d:"M96.496 71.638h5.196v-1.451h-2.697v-.038l.688-.597c1.542-1.305 1.934-1.973 1.934-2.77 0-1.266-1.033-2.105-2.65-2.105-1.57 0-2.599.882-2.594 2.314h1.707c-.005-.583.358-.92.886-.92.524 0 .901.327.906.863-.005.498-.32.82-.84 1.261l-2.536 2.144v1.3Z"}),r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M152.581 44.065c-6.008 0-10.895 4.645-10.895 10.356 0 2.78 1.144 5.39 3.219 7.347l7.288 6.997a.56.56 0 0 0 .388.154.558.558 0 0 0 .387-.154l7.285-6.994c2.078-1.96 3.223-4.57 3.223-7.35 0-5.71-4.888-10.356-10.895-10.356Zm0 14.202c-2.504 0-4.54-1.99-4.54-4.438 0-2.447 2.036-4.438 4.54-4.438 2.503 0 4.539 1.99 4.539 4.438 0 2.447-2.036 4.438-4.539 4.438Z",clipRule:"evenodd"}),r("circle",{cx:152.584,cy:54.605,r:8.393,fill:"#fff",stroke:"#3299FE"}),r("path",{fill:"#3299FE",d:"M152.492 58.04c1.655 0 2.825-.854 2.82-2.059.005-.844-.557-1.441-1.641-1.565v-.057c.806-.09 1.391-.616 1.386-1.384.005-1.148-1.047-1.992-2.546-1.992-1.533 0-2.627.877-2.631 2.125h1.716c.01-.427.392-.73.915-.73.481 0 .816.293.811.71.005.432-.391.74-.962.74h-.688v1.252h.688c.627.005 1.056.313 1.056.75 0 .44-.372.749-.915.749-.546 0-.938-.294-.952-.702h-1.811c.014 1.266 1.156 2.162 2.754 2.162Z"})]}),r("g",{filter:"url(#img-setting-jp_svg__c)",children:r("rect",{width:85,height:124,x:141,y:8,fill:"url(#img-setting-jp_svg__d)",rx:8})}),r("path",{fill:"#EAEAEA",fillRule:"evenodd",d:"M156 22a.5.5 0 0 1 .5.5v82a.5.5 0 0 1-1 0v-82a.5.5 0 0 1 .5-.5Z",clipRule:"evenodd"}),r("g",{filter:"url(#img-setting-jp_svg__e)",children:r("rect",{width:46,height:44,x:88,y:88,fill:"#fff",rx:8})}),r("circle",{cx:111,cy:110,r:16,stroke:"#EAF5FF",strokeWidth:4}),r("path",{stroke:"#3299FE",strokeLinecap:"round",strokeWidth:4,d:"M111 94a16 16 0 1 1-16 16"}),r("path",{fill:"#333",d:"M105.161 113.088c1.486 0 2.567-.774 2.567-1.811 0-.791-.642-1.432-1.433-1.555v-.044c.69-.132 1.195-.703 1.195-1.407 0-.993-.989-1.722-2.329-1.722-1.349 0-2.338.725-2.338 1.722 0 .699.492 1.275 1.196 1.407v.044c-.805.123-1.437.764-1.433 1.555-.004 1.037 1.077 1.811 2.575 1.811Zm-1.002-1.969c-.004-.505.418-.87 1.002-.87.571 0 .993.369.993.87s-.404.857-.993.861c-.598-.004-1.006-.36-1.002-.861Zm.132-2.689c-.004-.453.356-.774.87-.774.506 0 .866.321.861.774.005.461-.36.791-.861.791-.51 0-.874-.33-.87-.791ZM111.006 113.088c1.481 0 2.47-.932 2.47-2.241 0-1.213-.857-2.079-2.013-2.075-.593-.004-1.094.251-1.31.598h-.044l.15-1.52h2.839v-1.213h-4.07l-.316 3.726h1.345c.171-.338.479-.518.931-.518.611 0 1.042.426 1.037 1.046.005.619-.421 1.041-1.019 1.037-.519.004-.936-.312-.958-.782h-1.459c.022 1.133 1.024 1.942 2.417 1.942ZM115.588 110.58c.769.003 1.193-.547 1.196-1.36-.003-.81-.417-1.371-1.196-1.367-.749-.004-1.186.557-1.183 1.367-.003.803.414 1.363 1.183 1.36Zm-.417-1.36c-.003-.407.14-.698.417-.698.297-.003.427.284.431.698-.004.417-.144.69-.431.69-.267 0-.42-.273-.417-.69Zm.014 3.78h.834l3.404-4.949h-.834L115.185 113Zm2.672-1.169c-.003.803.414 1.364 1.183 1.367.766-.003 1.19-.553 1.19-1.367 0-.81-.414-1.371-1.19-1.367-.752-.004-1.186.557-1.183 1.367Zm.759 0c.004-.407.147-.697.424-.697.297-.004.427.283.431.697-.004.417-.147.69-.431.69-.27 0-.42-.273-.424-.69Z"}),r("rect",{width:31,height:4,x:184,y:62,fill:"#EAF5FF",rx:1}),r("rect",{width:31,height:4,x:184,y:102,fill:"#EAF5FF",rx:1}),r("rect",{width:24,height:4,x:184,y:75,fill:"#F4F4F4",rx:1}),r("rect",{width:24,height:4,x:184,y:115,fill:"#F4F4F4",rx:1}),r("circle",{cx:156,cy:64,r:4,fill:"#D8F2EB"}),r("circle",{cx:174,cy:77,r:5,fill:"#F4F4F4"}),r("circle",{cx:174,cy:117,r:5,fill:"#F4F4F4"}),r("circle",{cx:156,cy:104,r:4,fill:"#84C2FC"}),r("rect",{width:31,height:6,x:184,y:19,fill:"#D6E9FB",rx:1}),r("rect",{width:24,height:6,x:184,y:35,fill:"#EAEAEA",rx:1}),r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M170 18.4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v7.2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-7.2Zm1.6.4h1.6v1.6h-1.6v-1.6Zm0 2.4h1.6v1.6h-1.6v-1.6Zm4-2.4H174v1.6h1.6v-1.6Z",clipRule:"evenodd"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M174 43.6a5.6 5.6 0 1 0 0-11.2 5.6 5.6 0 0 0 0 11.2Zm.6-4.903V35.6h-1.2v2.662l-1.461 1.754.922.768 1.739-2.087Z",clipRule:"evenodd"}),r("circle",{cx:156,cy:22,r:5.5,fill:"#406588",stroke:"#406588"}),r("path",{fill:"#fff",d:"M156.881 19.8h-1.031l-1.049.642v.96l.937-.565h.024v3.229h1.119V19.8Z"}),r("rect",{width:10,height:10,x:169,y:59,fill:"#EAF5FF",rx:2}),r("rect",{width:10,height:10,x:169,y:99,fill:"#EAF5FF",rx:2}),p("defs",{children:[p("filter",{id:"img-setting-jp_svg__a",width:175.389,height:104,x:9,y:20,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:12,result:"effect1_dropShadow_286_5640"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5640"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5640",result:"shape"})]}),p("filter",{id:"img-setting-jp_svg__c",width:93,height:136,x:137,y:8,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:12,result:"effect1_dropShadow_286_5640"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5640"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5640",result:"shape"})]}),p("filter",{id:"img-setting-jp_svg__e",width:54,height:56,x:84,y:88,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:12,result:"effect1_dropShadow_286_5640"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5640"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5640",result:"shape"})]}),p("linearGradient",{id:"img-setting-jp_svg__d",x1:141,x2:361.716,y1:8,y2:254.784,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]})]})]})}const a_=x(l_);function c_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 150",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("g",{filter:"url(#img-setting-ns_svg__a)",children:r("rect",{width:120,height:30,x:45,y:8,fill:"#fff",rx:8})}),r("rect",{width:50,height:6,x:64,y:23,fill:"#E3E8EB",rx:2}),r("rect",{width:27,height:4,x:64,y:15,fill:"#DDD",opacity:.3,rx:1}),r("g",{filter:"url(#img-setting-ns_svg__b)",children:r("circle",{cx:39,cy:23,r:20,fill:"url(#img-setting-ns_svg__c)"})}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M48.25 17.295a.75.75 0 0 1-.513.929l-1.5.433a.75.75 0 1 1-.416-1.441l1.5-.434a.75.75 0 0 1 .93.513Zm-3.22 3.925a.75.75 0 0 1 .75-.75h2.638a.75.75 0 0 1 0 1.5h-2.639a.75.75 0 0 1-.75-.75Zm1.207 2.563a.75.75 0 0 0-.416 1.44l1.5.434a.75.75 0 0 0 .416-1.441l-1.5-.434Z",clipRule:"evenodd"}),r("rect",{width:2,height:4,x:29,y:19,fill:"#fff",rx:1}),r("rect",{width:3,height:8,x:32,y:24,fill:"#fff",rx:1}),r("path",{fill:"#fff",fillRule:"evenodd",d:"m40 14.47-8.606 2.134c-.821.204-1.394.908-1.394 1.712v5.368c0 .804.573 1.508 1.394 1.712L40 27.53V14.47Zm1 13.308.661.164c1.183.293 2.339-.553 2.339-1.713V15.771c0-1.16-1.156-2.006-2.339-1.713l-.661.164v13.556Z",clipRule:"evenodd"}),r("circle",{cx:147,cy:22,r:8,fill:"#8092AA",opacity:.5}),r("mask",{id:"img-setting-ns_svg__d",width:16,height:16,x:139,y:14,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:147,cy:22,r:8,fill:"#8898A7"})}),r("g",{mask:"url(#img-setting-ns_svg__d)",children:r("path",{fill:"#E3E8EB",fillRule:"evenodd",d:"M147 22.999a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.11c0 .491.398.89.889.89h10.222a.889.889 0 0 0 .889-.89V31a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("g",{filter:"url(#img-setting-ns_svg__e)",children:r("rect",{width:132,height:89,x:68,y:45,fill:"url(#img-setting-ns_svg__f)",rx:8})}),r("rect",{width:47,height:6,x:99,y:57,fill:"#E3E8EB",rx:2}),r("rect",{width:31,height:6,x:99,y:69,fill:"#EAF5FF",rx:2}),r("rect",{width:96,height:8,x:86,y:92,fill:"#FFF7DD",rx:2}),r("rect",{width:96,height:8,x:86,y:114,fill:"#FFF7DD",rx:2}),r("rect",{width:70,height:8,x:86,y:92,fill:"#FFD335",rx:2}),r("rect",{width:24,height:8,x:86,y:114,fill:"#FFD335",rx:2}),r("rect",{width:24,height:4,x:86,y:83,fill:"#DDD",opacity:.3,rx:1}),r("rect",{width:24,height:4,x:86,y:105,fill:"#DDD",opacity:.3,rx:1}),r("path",{fill:"#777",d:"m88.983 59.745.867 1.11-.163.006c-1.05-.005-1.628-.74-1.628-2.09 0-1.353.578-2.088 1.628-2.088 1.04 0 1.623.735 1.618 2.089 0 .618-.121 1.11-.352 1.46l-.405-.487h-1.565ZM86 58.772c.005 2.428 1.612 3.772 3.687 3.772.462 0 .903-.066 1.313-.203l.578.659h1.785l-1.15-1.349c.71-.638 1.15-1.607 1.15-2.88 0-2.443-1.623-3.771-3.676-3.771-2.075 0-3.682 1.328-3.687 3.772ZM94.981 62.554c.536 0 1.014-.436 1.019-.984-.005-.537-.483-.973-1.019-.973-.562 0-1.024.436-1.019.973-.005.548.457.984 1.02.984Z"}),r("path",{fill:"#3299FE",d:"m88.032 74.895.424-1.352h2.391l.43 1.352h2.02L90.932 68h-2.554L86 74.895h2.032Zm.858-2.724.73-2.314h.058l.735 2.314H88.89ZM95.043 75c.503 0 .952-.41.957-.924-.005-.505-.454-.914-.957-.914-.527 0-.961.41-.956.914-.005.515.429.924.956.924Z"}),r("g",{filter:"url(#img-setting-ns_svg__g)",children:r("circle",{cx:200,cy:58,r:20,fill:"url(#img-setting-ns_svg__h)"})}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M193 49a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V51a2 2 0 0 0-2-2h-14Zm3.177 6c-.443 0-.802.336-.802.75s.359.75.802.75h7.621c.443 0 .802-.336.802-.75s-.359-.75-.802-.75h-7.621Zm-.089 3c-.394 0-.713.336-.713.75s.319.75.713.75h6.774c.394 0 .713-.336.713-.75s-.319-.75-.713-.75h-6.774Zm-.713 3.75c0-.414.315-.75.704-.75h4.742c.389 0 .704.336.704.75s-.315.75-.704.75h-4.742c-.389 0-.704-.336-.704-.75Z",clipRule:"evenodd"}),r("path",{fill:"#fff",stroke:"#FB0",d:"M197 46.5a1.5 1.5 0 0 0-1.5 1.5v2a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5h-6Z"}),p("defs",{children:[p("filter",{id:"img-setting-ns_svg__a",width:136,height:46,x:37,y:8,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5469"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5469"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5469",result:"shape"})]}),p("filter",{id:"img-setting-ns_svg__b",width:56,height:60,x:11,y:3,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5469"}),r("feOffset",{dy:12}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5469"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5469",result:"shape"})]}),p("filter",{id:"img-setting-ns_svg__e",width:148,height:105,x:60,y:45,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5469"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5469"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5469",result:"shape"})]}),p("filter",{id:"img-setting-ns_svg__g",width:56,height:60,x:172,y:38,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5469"}),r("feOffset",{dy:12}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5469"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5469",result:"shape"})]}),p("linearGradient",{id:"img-setting-ns_svg__c",x1:19,x2:59,y1:3,y2:43,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#4FA7FD"}),r("stop",{offset:1,stopColor:"#4E8FF0"})]}),p("linearGradient",{id:"img-setting-ns_svg__f",x1:134,x2:200,y1:90,y2:134,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("linearGradient",{id:"img-setting-ns_svg__h",x1:180,x2:252.5,y1:38,y2:107.5,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#FFD335"}),r("stop",{offset:1,stopColor:"#F90"})]})]})]})}const h_=x(c_);function d_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 140",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("rect",{width:192,height:124,x:17,y:16,fill:"url(#img-setting-price_svg__a)",rx:4}),r("circle",{cx:26,cy:25,r:3,fill:"#406588"}),r("circle",{cx:35,cy:25,r:3,fill:"#4DC9AA"}),r("circle",{cx:44,cy:25,r:3,fill:"#3299FE"}),p("g",{opacity:.8,children:[r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M62.16 59.54C51.534 43.015 39.577 41.776 35.265 42.965l-.532-1.928c5.355-1.477 18.132.35 29.108 17.423 6.621 10.301 14.463 14.412 21.525 14.354 7.082-.06 13.663-4.31 17.771-11.319 4.327-7.382 9.462-11.608 16.029-11.744 6.454-.133 13.95 3.712 22.986 11.492 8.963 7.719 15.581 10.506 22.164 8.37 3.348-1.087 6.808-3.48 10.64-7.397 3.83-3.915 7.979-9.296 12.716-16.276l1.655 1.123c-4.763 7.02-8.99 12.513-12.941 16.552-3.949 4.036-7.676 6.674-11.453 7.9-7.668 2.489-15.05-.975-24.086-8.756-8.965-7.72-15.969-11.125-21.64-11.008-5.557.115-10.173 3.638-14.345 10.756-4.392 7.492-11.562 12.24-19.48 12.307-7.937.066-16.346-4.573-23.224-15.272Z",clipRule:"evenodd"}),r("path",{fill:"#3299FE",d:"M37 42a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M39 42a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#3299FE",d:"M89 74a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M91 74a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#3299FE",d:"M146 62a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#E3E8EB",fillRule:"evenodd",d:"M148 62a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#3299FE",d:"M193 42a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M195 42a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#406588",fillRule:"evenodd",d:"M100.605 50.734c-1.054 1.66-2.08 3.153-3.085 4.206-3.821 4.001-7.673 6.343-12.462 6.448-4.72.103-10.152-1.975-17.139-6.288-8.075-4.983-16.342-4.047-22.68-1.807-3.169 1.12-5.83 2.559-7.699 3.719a36.152 36.152 0 0 0-2.163 1.448 23.644 23.644 0 0 0-.703.53l-.033.027-.007.006h-.001a1 1 0 0 1-1.266-1.548l.633.774-.632-.774v-.001l.005-.003.012-.01.043-.035.162-.127c.14-.108.346-.264.611-.457a38.108 38.108 0 0 1 2.285-1.53c1.956-1.214 4.748-2.725 8.086-3.904 6.672-2.359 15.626-3.423 24.398 1.99 6.902 4.26 11.921 6.08 16.044 5.99 4.053-.088 7.433-2.032 11.06-5.83.856-.896 1.79-2.24 2.843-3.896.51-.803 1.038-1.664 1.592-2.566l.036-.06c.565-.92 1.155-1.882 1.771-2.853 2.444-3.856 5.36-7.988 8.934-10.57 1.802-1.301 3.802-2.232 6.017-2.52 2.222-.288 4.594.08 7.119 1.271 5.005 2.362 10.637 7.974 17.126 18.256 6.391 10.126 12.826 15.82 18.824 18.729 5.985 2.903 11.612 3.073 16.473 2.014 4.879-1.062 9-3.367 11.914-5.424a37.164 37.164 0 0 0 3.377-2.684c.389-.349.686-.633.883-.827l.222-.222.053-.055.011-.012.002-.002h.001a1 1 0 0 1 1.457 1.37l-.729-.685c.729.684.728.685.728.685l-.002.002-.005.006-.019.019a27.34 27.34 0 0 1-1.266 1.21 39.263 39.263 0 0 1-3.559 2.829c-3.049 2.152-7.417 4.607-12.642 5.745-5.242 1.141-11.334.953-17.771-2.17-6.425-3.116-13.115-9.116-19.643-19.46-6.43-10.19-11.809-15.401-16.289-17.515-2.217-1.047-4.205-1.33-6.008-1.096-1.81.235-3.501 1.001-5.103 2.158-3.232 2.335-5.974 6.166-8.416 10.019-.606.956-1.19 1.906-1.756 2.829l-.04.066c-.551.897-1.086 1.77-1.604 2.585Z",clipRule:"evenodd"}),r("path",{fill:"#406588",d:"M37 57a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M39 57a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#406588",d:"M89 60a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M91 60a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#406588",d:"M141 48a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M143 48a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#FFDA75",fillRule:"evenodd",d:"M34.014 72.225h.101a33.228 33.228 0 0 1 1.632.06c1.139.07 2.8.218 4.867.534 4.136.633 9.89 1.936 16.346 4.615 4.259 1.768 7.463 3.24 10.341 4.562 5.877 2.7 10.396 4.775 19.763 7.473 7.117 2.05 15.882 2.303 26.296 1.181 10.422-1.122 22.561-3.628 36.457-7.146 13.732-3.476 24.697-2.982 32.208-1.633 3.757.675 6.653 1.565 8.601 2.281.974.358 1.711.673 2.2.896a17.639 17.639 0 0 1 .676.325l.03.016.005.002a.975.975 0 0 0 .926-1.715l-.463.858c.463-.858.463-.858.462-.859h-.001l-.004-.002-.013-.007-.043-.023a19.374 19.374 0 0 0-.767-.37 33.819 33.819 0 0 0-2.335-.95c-2.045-.752-5.05-1.674-8.929-2.37-7.761-1.395-19.008-1.888-33.031 1.661-13.86 3.509-25.899 5.99-36.188 7.098-10.297 1.109-18.776.835-25.548-1.116-9.228-2.659-13.573-4.656-19.37-7.32-2.888-1.328-6.135-2.82-10.526-4.642-6.626-2.75-12.537-4.09-16.798-4.742a56.33 56.33 0 0 0-5.043-.553 35.385 35.385 0 0 0-1.744-.064h-.134s-.002 0 .012.975l-.014-.975a.975.975 0 0 0 .028 1.95Z",clipRule:"evenodd"}),r("path",{fill:"#FFDA75",d:"M37 71a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M39 71a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#FFDA75",d:"M89 89a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M91 89a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"}),r("path",{fill:"#4DC9AA",d:"M146 84a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"}),r("path",{fill:"#E3E8EB",fillRule:"evenodd",d:"M148 84a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"})]}),p("g",{opacity:.8,children:[r("circle",{cx:35,cy:122,r:2,fill:"#3299FE"}),r("circle",{cx:65,cy:122,r:2,fill:"#406588"}),r("circle",{cx:95,cy:122,r:2,fill:"#FFDA75"}),r("rect",{width:16,height:4,x:39,y:120,fill:"#8092AA",opacity:.2,rx:1}),r("rect",{width:16,height:4,x:69,y:120,fill:"#8092AA",opacity:.2,rx:1}),r("rect",{width:16,height:4,x:99,y:120,fill:"#8092AA",opacity:.2,rx:1})]}),r("g",{filter:"url(#img-setting-price_svg__b)",children:r("path",{fill:"url(#img-setting-price_svg__c)",d:"M115 62a8 8 0 0 1 8-8h92a8 8 0 0 1 8 8v36a8 8 0 0 1-8 8h-92a8 8 0 0 1-8-8V62Z"})}),r("path",{fill:"#333",d:"M128.668 84h6.07v-1.453h-3.621V82.5l1.289-1.254c1.746-1.582 2.215-2.373 2.215-3.34 0-1.47-1.207-2.508-3.023-2.508-1.787 0-3.018 1.061-3.012 2.72h1.676c-.006-.815.515-1.32 1.312-1.313.78-.006 1.348.463 1.348 1.218 0 .674-.428 1.143-1.219 1.899l-3.047 2.8.012 1.278ZM139.285 84.117c2.121 0 3.41-1.57 3.41-4.36 0-2.77-1.295-4.359-3.41-4.359s-3.41 1.588-3.41 4.36c0 2.777 1.283 4.36 3.41 4.36Zm-1.605-4.36c0-1.939.627-2.911 1.605-2.917.979.006 1.612.978 1.606 2.918.006 1.957-.621 2.906-1.606 2.906-.984 0-1.617-.95-1.605-2.906ZM149.988 78.344v3.578c.004.652-.457 1.121-1.164 1.125-.699-.004-1.16-.473-1.164-1.125v-3.578h-1.172v3.672c0 1.238.93 2.066 2.336 2.062 1.403.004 2.344-.824 2.344-2.062v-3.672h-1.18ZM155.191 79.96h1.125c-.015-1-.839-1.694-2.093-1.694-1.239 0-2.145.683-2.141 1.71 0 .829.586 1.305 1.539 1.54l.617.148c.617.152.969.332.969.719 0 .422-.398.71-1.016.71-.625 0-1.078-.288-1.117-.859h-1.14c.035 1.215.906 1.848 2.273 1.844 1.379.004 2.184-.66 2.188-1.695-.004-.942-.727-1.434-1.696-1.656l-.508-.125c-.488-.11-.91-.293-.906-.704.004-.375.336-.648.93-.648.574 0 .93.262.976.71ZM159.152 84c1.727 0 2.77-1.066 2.766-2.836.004-1.762-1.039-2.82-2.742-2.82h-2.016V84h1.992Zm-.82-1.008v-3.64h.781c1.071 0 1.633.554 1.633 1.812 0 1.27-.562 1.828-1.641 1.828h-.773Z"}),r("path",{fill:"#8092AA",d:"M129.445 71h4.047v-.969h-2.414V70l.86-.836c1.164-1.055 1.476-1.582 1.476-2.227 0-.98-.805-1.671-2.016-1.671-1.191 0-2.011.707-2.007 1.812h1.117c-.004-.543.344-.879.875-.875.519-.004.898.309.898.813 0 .449-.285.761-.812 1.265l-2.031 1.867.007.852ZM134.109 70h2.75v1h1.118v-1h.718v-.945h-.718v-3.711H136.5l-2.391 3.726V70Zm1.188-.945v-.047l1.523-2.375h.055v2.422h-1.578ZM143.77 68.172v1.789c.001.326-.229.56-.582.562-.35-.001-.581-.236-.583-.562v-1.79h-.585v1.837c0 .619.464 1.033 1.168 1.031.701.002 1.171-.412 1.171-1.031v-1.836h-.589ZM146.371 68.98h.563c-.008-.5-.42-.847-1.047-.847-.619 0-1.073.342-1.071.855 0 .414.293.653.77.77l.309.074c.308.076.484.166.484.36 0 .21-.199.355-.508.355-.312 0-.539-.145-.558-.43h-.571c.018.608.453.924 1.137.922.689.002 1.092-.33 1.094-.848-.002-.47-.364-.716-.848-.828l-.254-.062c-.244-.055-.455-.147-.453-.352.002-.187.168-.324.465-.324.287 0 .465.13.488.356ZM148.352 71c.863 0 1.384-.533 1.382-1.418.002-.88-.519-1.41-1.371-1.41h-1.008V71h.997Zm-.411-.504v-1.82h.391c.535 0 .816.277.816.906 0 .635-.281.914-.82.914h-.387Z"}),r("rect",{width:22,height:4,x:128,y:90,fill:"#DDD",rx:2}),r("rect",{width:27,height:1,x:126,y:68,fill:"#F66",rx:.5}),r("path",{fill:"#777",d:"M185 76h4.034v9H185zM190.379 76h1.793v9h-1.793zM193.518 76h1.345v9h-1.345zM196.207 76h3.138v9h-3.138zM200.689 76h3.138v9h-3.138zM205.172 76h1.345v9h-1.345zM207.861 76h3.138v9h-3.138z"}),p("g",{filter:"url(#img-setting-price_svg__d)",children:[r("rect",{width:70.8,height:24,x:152.199,y:98,fill:"#3299FE",rx:12}),r("rect",{width:34.8,height:4.8,x:177.398,y:107.6,fill:"#84C2FC",opacity:.6,rx:2}),r("rect",{width:1.8,height:8.4,x:168.699,y:114.8,fill:"#fff",rx:.5,transform:"rotate(-180 168.699 114.8)"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M167.269 104.67a.75.75 0 0 1 1.061 0l3.6 3.6a.75.75 0 0 1-1.061 1.06l-3.07-3.069-3.069 3.069a.75.75 0 0 1-1.061-1.06l3.6-3.6Z",clipRule:"evenodd"})]}),p("defs",{children:[p("linearGradient",{id:"img-setting-price_svg__a",x1:17,x2:209,y1:16,y2:140,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("linearGradient",{id:"img-setting-price_svg__c",x1:115,x2:223,y1:54,y2:106,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("filter",{id:"img-setting-price_svg__b",width:128,height:72,x:105,y:48,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:4}),r("feGaussianBlur",{stdDeviation:5}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5517"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5517",result:"shape"})]}),p("filter",{id:"img-setting-price_svg__d",width:78.801,height:32,x:148.199,y:98,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:4}),r("feGaussianBlur",{stdDeviation:2}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.247969 0 0 0 0 0.558247 0 0 0 0 0.8625 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5517"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5517",result:"shape"})]})]})]})}const f_=x(d_);function u_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 140",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("rect",{width:192,height:114,x:28,y:26,fill:"url(#img-setting-report_svg__a)",rx:4}),r("rect",{width:16,height:16,x:74,y:53,fill:"#EBD89D",rx:6}),r("rect",{width:16,height:16,x:55,y:53,fill:"#E9C0C0",rx:6}),r("rect",{width:16,height:16,x:55,y:34,fill:"#B1B7F4",rx:6}),r("rect",{width:16,height:16,x:36,y:53,fill:"#B9D6A4",rx:6}),r("rect",{width:16,height:16,x:36,y:34,fill:"#C5C5C5",rx:6}),r("rect",{width:16,height:16,x:74,y:34,fill:"#A8CDFC",rx:6}),r("rect",{width:122,height:132,x:98,y:5,fill:"url(#img-setting-report_svg__b)",rx:8}),r("rect",{width:106,height:33,x:106,y:85,fill:"#F6F6F6",rx:2}),r("rect",{width:87,height:4,x:115,y:97,fill:"#EAEAEA",rx:2}),r("path",{fill:"#B3B2ED",fillRule:"evenodd",d:"M106 87a2 2 0 0 1 2-2h102a2 2 0 0 1 2 2v2H106v-2ZM98 13a8 8 0 0 1 8-8h106a8 8 0 0 1 8 8v22H98V13Z",clipRule:"evenodd"}),r("rect",{width:65,height:8,x:135,y:16,fill:"#6979F8",opacity:.5,rx:4}),r("circle",{cx:117,cy:20,r:10,fill:"#fff"}),r("path",{fill:"#CCC",fillRule:"evenodd",d:"M113 15a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-8Zm1.521 2a.51.51 0 0 0-.521.5c0 .276.233.5.521.5h4.958a.51.51 0 0 0 .521-.5.51.51 0 0 0-.521-.5h-4.958Zm-.086 2c-.24 0-.435.224-.435.5s.195.5.435.5h4.13c.24 0 .435-.224.435-.5s-.195-.5-.435-.5h-4.13ZM114 21.5c0-.276.205-.5.458-.5h3.084c.253 0 .458.224.458.5s-.205.5-.458.5h-3.084c-.253 0-.458-.224-.458-.5Z",clipRule:"evenodd"}),r("rect",{width:106,height:34,x:106,y:43,fill:"#F6F6F6",rx:2}),r("rect",{width:30,height:7,x:115,y:49,fill:"#DDD",rx:1}),r("rect",{width:36,height:3,x:115,y:60,fill:"#EAEAEA",rx:1}),r("circle",{cx:198,cy:63,r:8,fill:"#8092AA",opacity:.5}),r("mask",{id:"img-setting-report_svg__c",width:16,height:16,x:190,y:55,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:198,cy:63,r:8,fill:"#8898A7"})}),r("g",{mask:"url(#img-setting-report_svg__c)",children:r("path",{fill:"#E3E8EB",fillRule:"evenodd",d:"M198 63.999a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.11c0 .491.398.89.889.89h10.222a.889.889 0 0 0 .889-.89V72a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("rect",{width:64,height:61,x:20,y:75,fill:"#fff",rx:4}),r("path",{fill:"#DDD",fillRule:"evenodd",d:"m27 92.732.5-.865A.991.991 0 0 0 28 92h1v1h-1a1.99 1.99 0 0 1-1-.268ZM75 93v-1h1a.991.991 0 0 0 .5-.133l.5.865A1.99 1.99 0 0 1 76 93h-1Zm3-9.111h-1V83a.991.991 0 0 0-.133-.5l.865-.5c.17.294.268.636.268 1v.889ZM29 81h-1a1.99 1.99 0 0 0-1 .268l.5.865A.991.991 0 0 1 28 82h1v-1Zm-3 9.111h1V91c0 .184.049.353.133.5l-.865.5A1.99 1.99 0 0 1 26 91v-.889Zm0-.889h1v-1.778h-1v1.778Zm0-2.666h1v-1.778h-1v1.778Zm0-2.667h1V83c0-.184.049-.353.133-.5l-.865-.5A1.99 1.99 0 0 0 26 83v.889ZM30 81v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h2v-1h-2Zm3 0v1h1c.184 0 .353.049.5.133l.5-.865A1.99 1.99 0 0 0 76 81h-1Zm3 3.778h-1v1.778h1v-1.778Zm0 2.666h-1v1.778h1v-1.778Zm0 2.667h-1V91a.991.991 0 0 1-.133.5l.865.5A1.99 1.99 0 0 0 78 91v-.889ZM74 93v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Zm-3 0v-1h-2v1h2Z",clipRule:"evenodd"}),r("rect",{width:52,height:6,x:26,y:124,fill:"#F4F4F4",rx:2}),r("g",{filter:"url(#img-setting-report_svg__d)",children:r("path",{fill:"#fff",d:"M32 101a4 4 0 0 1 4-4h51a4 4 0 0 1 4 4v15a4 4 0 0 1-4 4H36a4 4 0 0 1-4-4v-15Z"})}),r("g",{filter:"url(#img-setting-report_svg__e)",children:r("path",{fill:"#DDD",fillRule:"evenodd",d:"M36 96h51a5 5 0 0 1 5 5v15a5 5 0 0 1-5 5H36a5 5 0 0 1-5-5v-15a5 5 0 0 1 5-5Zm0 1a4 4 0 0 0-4 4v15a4 4 0 0 0 4 4h51a4 4 0 0 0 4-4v-15a4 4 0 0 0-4-4H36Z",clipRule:"evenodd"})}),r("rect",{width:12,height:12,x:38,y:102.5,fill:"#555",rx:2}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M47.513 105.953a.75.75 0 0 1 .034 1.06l-3.75 4a.751.751 0 0 1-1.094 0l-2.25-2.4a.75.75 0 0 1 1.094-1.026l1.703 1.816 3.203-3.416a.75.75 0 0 1 1.06-.034Z",clipRule:"evenodd"}),r("rect",{width:29,height:4,x:55,y:106.5,fill:"#EAEAEA",rx:1}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M66.513 39.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.094 0l-2.25-2.4a.75.75 0 0 1 1.094-1.026l1.703 1.816 3.203-3.416a.75.75 0 0 1 1.06-.034Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"img-setting-report_svg__a",x1:28,x2:226.691,y1:26,y2:265.897,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#E3E8EB"}),r("stop",{offset:1,stopColor:"#E3E8EB",stopOpacity:0})]}),p("linearGradient",{id:"img-setting-report_svg__b",x1:159,x2:221.116,y1:71,y2:135.932,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("filter",{id:"img-setting-report_svg__d",width:75,height:39,x:24,y:97,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:4}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5722"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5722",result:"shape"})]}),p("filter",{id:"img-setting-report_svg__e",width:77,height:41,x:23,y:96,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:4}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5722"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5722",result:"shape"})]})]})]})}const p_=x(u_);function g_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 140",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("path",{fill:"url(#img-setting-sales_svg__a)",d:"M24 20a4 4 0 0 1 4-4h184a4 4 0 0 1 4 4v116a4 4 0 0 1-4 4H28a4 4 0 0 1-4-4V20Z"}),r("circle",{cx:33,cy:25,r:3,fill:"#406588"}),r("circle",{cx:42,cy:25,r:3,fill:"#4DC9AA"}),r("circle",{cx:51,cy:25,r:3,fill:"#3299FE"}),r("g",{filter:"url(#img-setting-sales_svg__b)",children:r("rect",{width:72,height:116,x:84,y:8,fill:"url(#img-setting-sales_svg__c)",rx:8})}),p("g",{opacity:.8,children:[r("rect",{width:8,height:32,x:174,y:88,fill:"#84C2FC",rx:1}),r("rect",{width:8,height:64,x:196,y:56,fill:"#406588",rx:1}),r("rect",{width:24,height:14,x:188,y:33,fill:"#406588",rx:4}),r("path",{fill:"#fff",d:"M195.079 35.078h-1.362l-1.717.89v1.04l1.592-.813h.039v4.54h1.448v-5.657ZM196.691 40.734h4.968v-.968h-2.964v-.032l1.056-.836c1.429-1.054 1.813-1.582 1.813-2.226 0-.98-.988-1.672-2.475-1.672-1.463 0-2.47.707-2.466 1.813h1.372c-.005-.544.422-.88 1.075-.876.637-.003 1.103.31 1.103.813 0 .45-.35.762-.998 1.266l-2.494 1.867.01.851ZM205.372 40.813c1.568.003 2.633-.82 2.628-1.97.005-1.066-.926-1.827-2.177-1.827-.768 0-1.454.293-1.775.797h-.067c.009-1.114.503-1.805 1.448-1.805.561 0 .959.246 1.075.64h1.419c-.139-.93-1.098-1.648-2.494-1.648-1.736 0-2.853 1.129-2.858 3.04-.005 2.07 1.367 2.769 2.801 2.773Zm-1.247-1.938c.009-.55.546-1.004 1.256-1.008.705.004 1.219.442 1.219 1.008 0 .57-.523 1.012-1.238 1.008-.71.004-1.228-.453-1.237-1.008Z"}),r("path",{fill:"#406588",d:"M199.553 50.606a.5.5 0 0 0 .894 0L203 45.5h-6l2.553 5.106Z"}),r("rect",{width:20,height:14,x:168,y:65,fill:"#84C2FC",rx:4}),r("path",{fill:"#fff",d:"M174.796 72.813c1.624 0 2.795-.68 2.795-1.602 0-.711-.699-1.29-1.565-1.398v-.04c.748-.117 1.295-.629 1.3-1.25-.005-.879-1.073-1.523-2.53-1.523-1.457 0-2.525.644-2.52 1.523-.005.621.526 1.133 1.299 1.25v.04c-.886.109-1.575.687-1.575 1.398 0 .922 1.167 1.602 2.796 1.602Zm-1.25-1.72c-.005-.491.526-.847 1.25-.85.723.003 1.255.363 1.25.85.005.485-.497.825-1.25.821-.753.004-1.255-.336-1.25-.82Zm.177-2.452c-.005-.442.433-.75 1.073-.75.635 0 1.078.308 1.083.75-.005.453-.458.77-1.083.773-.63-.004-1.078-.32-1.073-.773ZM181.244 72.813c1.609 0 2.766-.696 2.756-1.665.01-.707-.566-1.21-1.615-1.312v-.047c.798-.113 1.354-.562 1.349-1.195.005-.895-.984-1.594-2.471-1.594-1.462 0-2.564.676-2.589 1.648h1.418c.024-.433.541-.714 1.171-.71.63-.004 1.049.293 1.044.726.005.445-.488.75-1.191.75h-.66v.867h.66c.836.004 1.353.328 1.348.79.005.456-.502.769-1.211.773-.689-.004-1.206-.281-1.23-.703h-1.496c.029.988 1.151 1.671 2.717 1.671Z"}),r("path",{fill:"#84C2FC",d:"M177.553 82.606a.5.5 0 0 0 .894 0L181 77.5h-6l2.553 5.106Z"})]}),p("g",{filter:"url(#img-setting-sales_svg__d)",children:[r("rect",{width:84,height:20,x:78,y:108,fill:"#3299FE",rx:10}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M120.53 113.47a.749.749 0 0 0-1.06 0l-3 3a.749.749 0 1 0 1.06 1.06l1.72-1.719v5.689a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-5.689l1.72 1.719a.749.749 0 1 0 1.06-1.06l-3-3Z",clipRule:"evenodd"})]}),r("rect",{width:52,height:20,x:94,y:84,fill:"#F4F4F4",rx:4}),r("path",{fill:"#333",d:"M117.227 97.078c1.273 0 2.14-.816 2.14-1.96 0-1.087-.773-1.864-1.812-1.86-.496-.004-.926.199-1.133.476h-.047l.156-1.43h2.516v-.96h-3.485l-.304 3.258h1.062c.168-.317.465-.477.891-.477.594.004 1.019.422 1.016 1.023.003.59-.415 1.004-1 1-.493.004-.895-.3-.922-.742h-1.141c.02.977.883 1.672 2.063 1.672ZM122.359 97.078c1.414 0 2.274-1.047 2.274-2.906 0-1.848-.863-2.906-2.274-2.906-1.41 0-2.273 1.058-2.273 2.906 0 1.851.855 2.906 2.273 2.906Zm-1.07-2.906c0-1.293.418-1.941 1.07-1.945.653.004 1.075.652 1.071 1.945.004 1.305-.414 1.937-1.071 1.937-.656 0-1.078-.632-1.07-1.937Z"}),r("circle",{cx:136,cy:94,r:6,fill:"#fff"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M136.6 91.6a.6.6 0 0 0-1.2 0v1.8h-1.8a.6.6 0 0 0 0 1.2h1.8v1.8a.6.6 0 0 0 1.2 0v-1.8h1.8a.6.6 0 0 0 0-1.2h-1.8v-1.8Z",clipRule:"evenodd"}),r("circle",{cx:104,cy:94,r:6,fill:"#fff"}),r("path",{fill:"#333",d:"M101 94a.6.6 0 0 1 .6-.6h4.8a.6.6 0 0 1 0 1.2h-4.8a.6.6 0 0 1-.6-.6Z"}),r("rect",{width:29,height:4,x:94,y:76,fill:"#EAEAEA",rx:1}),r("rect",{width:52,height:52,x:94,y:18,fill:"#EAEAEA",rx:4}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M106.75 22a.75.75 0 0 0-.75-.75h-4.952c-2.064 0-3.798 1.606-3.798 3.66V30a.75.75 0 0 0 1.5 0v-5.09c0-1.16.995-2.16 2.298-2.16H106a.75.75 0 0 0 .75-.75ZM106.75 66a.75.75 0 0 1-.75.75h-4.952c-2.064 0-3.798-1.606-3.798-3.66V58a.75.75 0 0 1 1.5 0v5.09c0 1.16.995 2.16 2.298 2.16H106a.75.75 0 0 1 .75.75ZM133.25 22a.75.75 0 0 1 .75-.75h4.952c2.064 0 3.798 1.606 3.798 3.66V30a.75.75 0 0 1-1.5 0v-5.09c0-1.16-.995-2.16-2.298-2.16H134a.75.75 0 0 1-.75-.75ZM133.25 66c0 .414.336.75.75.75h4.952c2.064 0 3.798-1.606 3.798-3.66V58a.75.75 0 0 0-1.5 0v5.09c0 1.16-.995 2.16-2.298 2.16H134a.75.75 0 0 0-.75.75Z",clipRule:"evenodd"}),r("path",{fill:"#555",d:"M102 34h5.586v20H102zM109.449 34h2.483v20h-2.483zM113.793 34h1.862v20h-1.862zM117.518 34h4.345v20h-4.345zM123.725 34h4.345v20h-4.345zM129.93 34h1.862v20h-1.862zM133.656 34h4.345v20h-4.345z"}),r("g",{filter:"url(#img-setting-sales_svg__e)",children:r("circle",{cx:55,cy:68,r:20,fill:"url(#img-setting-sales_svg__f)"})}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M49.011 57.111c.5 0 .939.318 1.1.78l.044.158.557 2.784h13.375a1 1 0 0 1 .943 1.333L62.442 69.5a1 1 0 0 1-.943.667H49.167v1.555H62c.59 0 1.079.44 1.156 1.009l.01.158c0 .59-.438 1.079-1.008 1.156l-.158.01H46.834V62.833a2 2 0 0 1 1.51-1.94l-.29-1.449h-2.776c-.59 0-1.079-.439-1.156-1.008l-.01-.158c0-.59.438-1.079 1.008-1.156l.158-.01h3.733Zm2.49 20.056a2.333 2.333 0 1 1-4.668 0 2.333 2.333 0 0 1 4.667 0Zm12.444 0a2.333 2.333 0 1 1-4.667 0 2.333 2.333 0 0 1 4.667 0Z",clipRule:"evenodd"}),p("defs",{children:[p("linearGradient",{id:"img-setting-sales_svg__a",x1:24,x2:242.776,y1:16,y2:258.846,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#E3E8EB"}),r("stop",{offset:1,stopColor:"#E3E8EB",stopOpacity:0})]}),p("linearGradient",{id:"img-setting-sales_svg__c",x1:84,x2:150.325,y1:8,y2:116.955,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("linearGradient",{id:"img-setting-sales_svg__f",x1:35,x2:75,y1:48,y2:88,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#4DC9AA"}),r("stop",{offset:1,stopColor:"#4FC94D"})]}),p("filter",{id:"img-setting-sales_svg__b",width:88,height:132,x:76,y:8,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5271"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5271"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5271",result:"shape"})]}),p("filter",{id:"img-setting-sales_svg__d",width:92,height:28,x:74,y:108,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:4}),r("feGaussianBlur",{stdDeviation:2}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.247969 0 0 0 0 0.558247 0 0 0 0 0.8625 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5271"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5271",result:"shape"})]}),p("filter",{id:"img-setting-sales_svg__e",width:56,height:56,x:27,y:48,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5271"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5271"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5271",result:"shape"})]})]})]})}const v_=x(g_);function m_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 148",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("g",{filter:"url(#img-setting-schedule_svg__a)",children:r("rect",{width:208,height:112,x:12,y:14,fill:"url(#img-setting-schedule_svg__b)",rx:4})}),r("rect",{width:64,height:8,x:24,y:22,fill:"#8092AA",opacity:.3,rx:2}),r("rect",{width:32,height:22,x:64,y:43,fill:"#D8F2EB",rx:2}),r("rect",{width:32,height:22,x:98,y:43,fill:"#EAEAEA",rx:2}),r("rect",{width:32,height:22,x:132,y:43,fill:"#FFF7DD",rx:2}),r("rect",{width:32,height:22,x:64,y:67,fill:"#EAF5FF",rx:2}),r("rect",{width:32,height:22,x:98,y:67,fill:"#EFF1FF",rx:2}),r("rect",{width:32,height:22,x:132,y:67,fill:"#EAEAEA",rx:2}),r("rect",{width:32,height:22,x:64,y:91,fill:"#FFEFEF",rx:2}),r("rect",{width:32,height:22,x:98,y:91,fill:"#EAEAEA",rx:2}),r("rect",{width:32,height:22,x:132,y:91,fill:"#EAEAEA",rx:2}),r("g",{filter:"url(#img-setting-schedule_svg__c)",children:r("rect",{width:64,height:124,x:164,y:8,fill:"#fff",rx:4})}),r("circle",{cx:32,cy:54,r:8,fill:"#EAEAEA"}),r("mask",{id:"img-setting-schedule_svg__d",width:16,height:16,x:24,y:46,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:32,cy:54,r:8,fill:"#EAEAEA"})}),r("g",{mask:"url(#img-setting-schedule_svg__d)",children:r("path",{fill:"#F9F9F9",fillRule:"evenodd",d:"M32 55a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.112c0 .49.398.889.889.889H37.11c.491 0 .889-.398.889-.89v-1.11a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("circle",{cx:175,cy:33,r:5,fill:"#EAEAEA"}),r("mask",{id:"img-setting-schedule_svg__e",width:10,height:10,x:170,y:28,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:175,cy:33,r:5,fill:"#EAEAEA"})}),r("g",{mask:"url(#img-setting-schedule_svg__e)",children:r("path",{fill:"#F9F9F9",fillRule:"evenodd",d:"M175 33.625a1.875 1.875 0 1 0 0-3.749 1.875 1.875 0 0 0 0 3.75Zm0 1.25a3.75 3.75 0 0 0-3.75 3.75v.695c0 .307.249.555.556.555h6.388a.556.556 0 0 0 .556-.555v-.695a3.75 3.75 0 0 0-3.75-3.75Z",clipRule:"evenodd"})}),r("circle",{cx:32,cy:78,r:8,fill:"#EAEAEA"}),r("mask",{id:"img-setting-schedule_svg__f",width:16,height:16,x:24,y:70,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:32,cy:78,r:8,fill:"#EAEAEA"})}),r("g",{mask:"url(#img-setting-schedule_svg__f)",children:r("path",{fill:"#F9F9F9",fillRule:"evenodd",d:"M32 79a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.112c0 .49.398.889.889.889H37.11c.491 0 .889-.398.889-.89v-1.11a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("circle",{cx:32,cy:102,r:8,fill:"#EAEAEA"}),r("mask",{id:"img-setting-schedule_svg__g",width:16,height:16,x:24,y:94,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:32,cy:102,r:8,fill:"#EAEAEA"})}),r("g",{mask:"url(#img-setting-schedule_svg__g)",children:r("path",{fill:"#F9F9F9",fillRule:"evenodd",d:"M32 103.001a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a6 6 0 0 0-6 6v1.111c0 .491.398.889.889.889H37.11c.491 0 .889-.398.889-.889v-1.111a6 6 0 0 0-6-6Z",clipRule:"evenodd"})}),r("rect",{width:12,height:3,x:44,y:50,fill:"#EAEAEA",rx:1}),r("rect",{width:12,height:4,x:183,y:31,fill:"#EAEAEA",rx:1}),r("rect",{width:44,height:3,x:178,y:45.5,fill:"#EAEAEA",rx:1}),r("rect",{width:12,height:4,x:74,y:52,fill:"#4DC9AA",rx:2}),r("rect",{width:12,height:4,x:74,y:76,fill:"#3299FE",rx:2}),r("rect",{width:12,height:4,x:108,y:76,fill:"#6979F8",rx:2}),r("rect",{width:12,height:4,x:142,y:76,fill:"#CCC",rx:2}),r("rect",{width:12,height:4,x:74,y:100,fill:"#FF7979",rx:2}),r("rect",{width:12,height:4,x:108,y:100,fill:"#CCC",rx:2}),r("rect",{width:12,height:4,x:142,y:100,fill:"#CCC",rx:2}),r("rect",{width:12,height:4,x:108,y:52,fill:"#CCC",rx:2}),r("rect",{width:12,height:4,x:142,y:52,fill:"#FB0",rx:2}),r("rect",{width:12,height:3,x:44,y:74,fill:"#EAEAEA",rx:1}),r("rect",{width:12,height:3,x:44,y:98,fill:"#EAEAEA",rx:1}),r("rect",{width:8,height:3,x:44,y:55,fill:"#EAEAEA",rx:1}),r("rect",{width:8,height:3,x:44,y:79,fill:"#EAEAEA",rx:1}),r("rect",{width:8,height:3,x:44,y:103,fill:"#EAEAEA",rx:1}),r("rect",{width:36,height:8,x:170,y:14,fill:"#8092AA",opacity:.3,rx:2}),r("circle",{cx:178,cy:70,r:8,fill:"#77D5BB"}),r("circle",{cx:178,cy:88,r:8,fill:"#CCC"}),r("circle",{cx:178,cy:106,r:8,fill:"#F4F4F4"}),r("circle",{cx:196,cy:70,r:8,fill:"#3299FE"}),r("circle",{cx:196,cy:88,r:8,fill:"#FF7979"}),r("circle",{cx:196,cy:106,r:8,fill:"#F4F4F4"}),r("circle",{cx:214,cy:70,r:8,fill:"#6979F8"}),r("circle",{cx:214,cy:88,r:8,fill:"#FFDA75"}),r("circle",{cx:214,cy:106,r:8,fill:"#F4F4F4"}),r("path",{fill:"#CCC",fillRule:"evenodd",d:"M172.63 44c-1.45 0-2.63 1.121-2.63 2.5 0 .671.276 1.301.777 1.774l1.76 1.689a.137.137 0 0 0 .187 0l1.758-1.688a2.422 2.422 0 0 0 .778-1.775c0-1.379-1.18-2.5-2.63-2.5Zm0 3.429c-.604 0-1.096-.481-1.096-1.072 0-.59.492-1.071 1.096-1.071.605 0 1.096.48 1.096 1.071 0 .59-.491 1.072-1.096 1.072Z",clipRule:"evenodd"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M198.825 68.148a.525.525 0 0 1 .02.764l-3.207 3.239a.574.574 0 0 1-.82-.005l-1.668-1.728a.525.525 0 0 1 .03-.763.58.58 0 0 1 .795.03l1.26 1.305 2.795-2.822a.579.579 0 0 1 .795-.02Z",clipRule:"evenodd"}),p("defs",{children:[p("filter",{id:"img-setting-schedule_svg__a",width:216,height:128,x:8,y:14,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5400"}),r("feOffset",{dy:12}),r("feGaussianBlur",{stdDeviation:6}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5400"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5400",result:"shape"})]}),p("filter",{id:"img-setting-schedule_svg__c",width:80,height:140,x:156,y:8,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5400"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5400"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5400",result:"shape"})]}),p("linearGradient",{id:"img-setting-schedule_svg__b",x1:116,x2:317,y1:70,y2:185.5,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#D8D8D8"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]})]})]})}const x_=x(m_);function w_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 140",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("rect",{width:88,height:30,x:138,y:95,fill:"#8092AA",opacity:.3,rx:4}),r("path",{fill:"#fff",d:"M148 115.5a1.5 1.5 0 0 1 1.5-1.5h58a1.5 1.5 0 0 1 0 3h-58a1.5 1.5 0 0 1-1.5-1.5Z",opacity:.2}),r("path",{fill:"#fff",d:"M148 115.5a1.5 1.5 0 0 1 1.5-1.5h38a1.5 1.5 0 0 1 0 3h-38a1.5 1.5 0 0 1-1.5-1.5Z"}),r("rect",{width:24,height:2,x:154,y:108,fill:"#8092AA",opacity:.3,rx:1}),r("circle",{cx:150,cy:109,r:2,fill:"#6979F8",opacity:.5}),r("path",{fill:"#406588",d:"M130 25c0-5.523 4.477-10 10-10h68c5.523 0 10 4.477 10 10v68c0 5.523-4.477 10-10 10h-68c-5.523 0-10-4.477-10-10V25Z"}),r("rect",{width:34,height:6,x:142,y:27,fill:"#fff",opacity:.2,rx:1}),r("rect",{width:16,height:6,x:142,y:85,fill:"#fff",opacity:.2,rx:1}),r("rect",{width:16,height:6,x:192,y:85,fill:"#fff",opacity:.2,rx:1}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M173.511 46.5c-12.709 0-23.011 10.302-23.011 23.011a2.5 2.5 0 1 1-5 0c0-15.47 12.541-28.011 28.011-28.011 15.47 0 28.011 12.541 28.011 28.011a2.5 2.5 0 1 1-5 0c0-12.709-10.302-23.011-23.011-23.011Z",clipRule:"evenodd",opacity:.3}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M173.506 46.5C160.8 46.5 150.5 56.802 150.5 69.511a2.5 2.5 0 1 1-5 0c0-15.47 12.538-28.011 28.006-28.011 10.937 0 20.406 6.272 25.015 15.405a2.5 2.5 0 0 1-4.464 2.252c-3.792-7.513-11.573-12.657-20.551-12.657Z",clipRule:"evenodd"}),r("path",{fill:"#FFDA75",fillRule:"evenodd",d:"m170.539 53.644 2.181 1.612 1.604-2.15 1.595 2.15 2.144-1.612-.538 4.299h-6.449l-.537-4.3Z",clipRule:"evenodd"}),r("circle",{cx:170.813,cy:53.919,r:.813,fill:"#FFDA75"}),r("circle",{cx:174.305,cy:52.813,r:.813,fill:"#FFDA75"}),r("circle",{cx:177.801,cy:53.625,r:.813,fill:"#FFDA75"}),r("path",{fill:"#fff",d:"M175.324 61.516h-1.664l-2.098 1.336v1.558l1.946-1.219h.047V70h1.769v-8.484Z"}),p("g",{opacity:.7,children:[p("g",{opacity:.4,children:[r("circle",{cx:76.6,cy:115.6,r:8.6,fill:"#E3E8EB"}),r("mask",{id:"img-setting-target_svg__a",width:18,height:18,x:68,y:107,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:76.6,cy:115.6,r:8.6,fill:"#EAF5FF"})}),r("g",{mask:"url(#img-setting-target_svg__a)",children:r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M76.6 116.676a3.225 3.225 0 1 0 0-6.45 3.225 3.225 0 0 0 0 6.45Zm0 2.149a6.45 6.45 0 0 0-6.45 6.45v1.195c0 .528.428.955.956.955h10.989a.955.955 0 0 0 .956-.955v-1.195a6.45 6.45 0 0 0-6.45-6.45Z",clipRule:"evenodd"})})]}),r("rect",{width:10,height:4,x:89.193,y:110.206,fill:"#E3E8EB",rx:1}),r("rect",{width:23,height:4,x:89,y:117,fill:"#E3E8EB",rx:1})]}),r("g",{filter:"url(#img-setting-target_svg__b)",children:r("rect",{width:92,height:29,x:26,y:71,fill:"#F6F6F6",rx:4})}),r("circle",{cx:45.2,cy:85.4,r:9.6,fill:"#E3E8EB"}),r("mask",{id:"img-setting-target_svg__c",width:20,height:20,x:35,y:75,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:45.2,cy:85.4,r:9.6,fill:"#EAF5FF"})}),r("g",{mask:"url(#img-setting-target_svg__c)",children:r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M45.2 86.6a3.6 3.6 0 1 0 0-7.2 3.6 3.6 0 0 0 0 7.2Zm0 2.4a7.2 7.2 0 0 0-7.2 7.2v1.334c0 .589.478 1.066 1.067 1.066h12.266c.59 0 1.067-.477 1.067-1.066V96.2a7.2 7.2 0 0 0-7.2-7.2Z",clipRule:"evenodd"})}),r("rect",{width:10,height:4,x:60,y:80,fill:"#EAEAEA",rx:1}),r("rect",{width:40,height:4,x:60,y:87,fill:"#EAEAEA",rx:1}),r("g",{filter:"url(#img-setting-target_svg__d)",children:r("rect",{width:116,height:36,x:20,y:30,fill:"url(#img-setting-target_svg__e)",rx:6})}),r("circle",{cx:40,cy:48,r:10,fill:"#EAF5FF"}),r("mask",{id:"img-setting-target_svg__f",width:20,height:20,x:30,y:38,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:40,cy:48,r:10,fill:"#EAF5FF"})}),r("g",{mask:"url(#img-setting-target_svg__f)",children:r("path",{fill:"#3299FE",fillRule:"evenodd",d:"M40 49.25a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Zm0 2.5a7.5 7.5 0 0 0-7.5 7.5v1.39c0 .613.498 1.11 1.111 1.11H46.39c.613 0 1.111-.497 1.111-1.11v-1.39a7.5 7.5 0 0 0-7.5-7.5Z",clipRule:"evenodd"})}),r("rect",{width:10,height:5,x:56,y:42,fill:"#EAEAEA",rx:1}),r("rect",{width:27,height:4,x:56,y:51,fill:"#EAEAEA",rx:1}),r("circle",{cx:26,cy:28,r:12,fill:"url(#img-setting-target_svg__g)"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"m19.87 25.655 3.522 2.604 2.59-3.472 2.576 3.472 3.462-2.604-.868 6.943H20.737l-.868-6.943Z",clipRule:"evenodd"}),r("circle",{cx:20.313,cy:26.1,r:1.313,fill:"#fff"}),r("circle",{cx:25.955,cy:24.313,r:1.313,fill:"#fff"}),r("circle",{cx:31.6,cy:25.625,r:1.313,fill:"#fff"}),r("path",{fill:"#3299FE",d:"M94.076 42.682c-2.075-.007-3.478 1.339-3.478 3.186.012 1.714 1.231 2.958 2.882 2.958 1.021 0 1.93-.482 2.36-1.295h.077c-.006 1.835-.666 2.958-1.917 2.958-.736 0-1.263-.4-1.422-1.079H90.7c.184 1.555 1.454 2.717 3.301 2.717 2.31 0 3.79-1.84 3.783-4.964 0-3.339-1.802-4.475-3.707-4.481Zm-1.612 3.135c-.013-.914.685-1.63 1.625-1.637.94.006 1.625.749 1.638 1.625 0 .882-.718 1.625-1.65 1.625-.947 0-1.613-.705-1.613-1.613ZM98.578 52h6.576v-1.574h-3.923v-.051l1.397-1.358c1.892-1.714 2.399-2.571 2.399-3.619 0-1.593-1.307-2.716-3.275-2.716-1.936 0-3.27 1.149-3.263 2.945h1.816c-.007-.882.558-1.428 1.422-1.422.844-.006 1.46.502 1.46 1.32 0 .73-.464 1.238-1.321 2.057l-3.3 3.034.012 1.384ZM107.13 52.114a1.07 1.07 0 0 0 1.054-1.066 1.06 1.06 0 0 0-1.054-1.054 1.043 1.043 0 0 0-1.067 1.054c-.012.59.47 1.066 1.067 1.066ZM109.029 50.375h4.469V52h1.815v-1.625h1.168v-1.536h-1.168v-6.03h-2.399l-3.885 6.055v1.511Zm1.93-1.536v-.076l2.476-3.86h.088v3.936h-2.564Z"}),r("circle",{cx:120.6,cy:46.6,r:1.1,stroke:"#3299FE"}),r("circle",{cx:124.25,cy:51.25,r:1,stroke:"#3299FE"}),r("rect",{width:7.693,height:.5,x:119.354,y:51.793,fill:"#DDD",stroke:"#3299FE",strokeWidth:.5,rx:.25,transform:"rotate(-45 119.354 51.793)"}),p("defs",{children:[p("linearGradient",{id:"img-setting-target_svg__e",x1:20,x2:136,y1:30,y2:66,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("linearGradient",{id:"img-setting-target_svg__g",x1:14,x2:38,y1:16,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#FFD335"}),r("stop",{offset:1,stopColor:"#FFAE35"})]}),p("filter",{id:"img-setting-target_svg__b",width:132,height:69,x:6,y:51,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{}),r("feGaussianBlur",{stdDeviation:10}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5332"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5332",result:"shape"})]}),p("filter",{id:"img-setting-target_svg__d",width:156,height:76,x:0,y:10,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{}),r("feGaussianBlur",{stdDeviation:10}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5332"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5332",result:"shape"})]})]})]})}const y_=x(w_);function __(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 240 144",...e,children:[r("path",{fill:"#F1F4F6",d:"M0 0h240v140H0z"}),r("g",{filter:"url(#img-setting-todo_svg__a)",children:r("rect",{width:56,height:56,x:112,y:12,fill:"#F9F9F9",rx:8})}),r("path",{fill:"#D1D1D1",fillRule:"evenodd",d:"M140 35c-7.18 0-13 5.82-13 13a3 3 0 1 1-6 0c0-10.493 8.507-19 19-19s19 8.507 19 19a3 3 0 1 1-6 0c0-7.18-5.82-13-13-13Z",clipRule:"evenodd"}),r("path",{fill:"#406588",fillRule:"evenodd",d:"M140 35c-7.18 0-13 5.82-13 13a3 3 0 1 1-6 0c0-10.493 8.507-19 19-19 7.422 0 13.845 4.257 16.97 10.448a3 3 0 1 1-5.356 2.704A12.999 12.999 0 0 0 140 35Z",clipRule:"evenodd"}),r("g",{filter:"url(#img-setting-todo_svg__b)",children:r("rect",{width:48,height:18,x:176,y:50,fill:"#fff",rx:4})}),r("rect",{width:8,height:4,x:212,y:57,fill:"#3299FE",rx:2}),r("circle",{cx:185,cy:59,r:5,fill:"#EAEAEA"}),r("mask",{id:"img-setting-todo_svg__c",width:10,height:10,x:180,y:54,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"},children:r("circle",{cx:185,cy:59,r:5,fill:"#EAEAEA"})}),r("g",{mask:"url(#img-setting-todo_svg__c)",children:r("path",{fill:"#F9F9F9",fillRule:"evenodd",d:"M185 59.625a1.875 1.875 0 1 0 0-3.749 1.875 1.875 0 0 0 0 3.75Zm0 1.25a3.75 3.75 0 0 0-3.75 3.75v.695c0 .307.249.555.556.555h6.388a.556.556 0 0 0 .556-.555v-.695a3.75 3.75 0 0 0-3.75-3.75Z",clipRule:"evenodd"})}),r("rect",{width:12,height:4,x:193,y:57,fill:"#EAEAEA",rx:1}),r("rect",{width:64,height:100,x:26,y:8,fill:"#D6E9FB",rx:8}),r("path",{fill:"url(#img-setting-todo_svg__d)",d:"M26 26h64v98a8 8 0 0 1-8 8H34a8 8 0 0 1-8-8V26Z"}),r("g",{filter:"url(#img-setting-todo_svg__e)",children:r("rect",{width:84,height:96,x:16,y:22,fill:"url(#img-setting-todo_svg__f)",rx:8})}),r("circle",{cx:88,cy:34,r:4,fill:"#E3E8EB"}),r("rect",{width:24,height:4,x:24,y:32,fill:"#8092AA",rx:1}),r("rect",{width:30,height:8,x:24,y:52,fill:"#E3E8EB",rx:1}),r("rect",{width:30,height:8,x:24,y:70,fill:"#E3E8EB",opacity:.4,rx:1}),r("circle",{cx:71,cy:57,r:7,fill:"#3299FE"}),r("circle",{cx:71,cy:75,r:7,fill:"#3299FE",opacity:.4}),r("circle",{cx:87,cy:57,r:7,fill:"#DDD"}),r("circle",{cx:87,cy:75,r:7,fill:"#DDD",opacity:.4}),r("path",{fill:"#fff",d:"m68.133 54.344 2.062 3.64V60h1.172v-2.016l2.063-3.64h-1.32l-1.297 2.437h-.055l-1.305-2.437h-1.32ZM89.195 54.344h-1.164v3.593h-.054l-2.47-3.593h-1.03V60h1.171v-3.594h.047L88.18 60h1.015v-5.656Z"}),r("rect",{width:69,height:20,x:25,y:94,fill:"#3299FE",rx:10}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M65.492 100.293c.444.405.462 1.079.04 1.506l-6.327 6.39a1.133 1.133 0 0 1-.812.331 1.131 1.131 0 0 1-.807-.341l-3.29-3.408a1.035 1.035 0 0 1 .06-1.505c.45-.4 1.151-.374 1.568.057l2.486 2.576 5.513-5.568a1.143 1.143 0 0 1 1.569-.038Z",clipRule:"evenodd"}),r("g",{filter:"url(#img-setting-todo_svg__g)",children:r("rect",{width:96,height:48,x:112,y:80,fill:"#D6E9FB",rx:8})}),r("rect",{width:76,height:6,x:122,y:114,fill:"#3299FE",opacity:.3,rx:2}),r("rect",{width:60,height:6,x:122,y:114,fill:"#3299FE",opacity:.6,rx:2}),p("g",{fill:"#3299FE",opacity:.6,children:[r("circle",{cx:139.201,cy:94,r:2.4,opacity:.65}),r("circle",{cx:132,cy:94,r:2.4,opacity:.85}),r("circle",{cx:124.8,cy:94,r:2.4})]}),r("g",{fill:"#3299FE",opacity:.7,children:r("path",{d:"M167.188 104.156c2.578 0 4.437-1.359 4.437-3.203 0-1.422-1.109-2.578-2.484-2.797v-.078a2.548 2.548 0 0 0 2.062-2.5c-.008-1.758-1.703-3.047-4.015-3.047-2.313 0-4.008 1.29-4 3.047-.008 1.242.835 2.266 2.062 2.5v.078c-1.406.219-2.5 1.375-2.5 2.797 0 1.844 1.852 3.203 4.438 3.203Zm-1.985-3.437c-.008-.985.836-1.696 1.985-1.703 1.148.007 1.992.726 1.984 1.703.008.969-.789 1.648-1.984 1.64-1.196.008-1.993-.671-1.985-1.64Zm.281-4.906c-.007-.883.688-1.5 1.704-1.5 1.007 0 1.71.617 1.718 1.5-.008.906-.726 1.539-1.718 1.546-1-.007-1.711-.64-1.704-1.546ZM177.484 104.156c2.578 0 4.438-1.359 4.438-3.203 0-1.422-1.11-2.578-2.484-2.797v-.078a2.548 2.548 0 0 0 2.062-2.5c-.008-1.758-1.703-3.047-4.016-3.047-2.312 0-4.007 1.29-4 3.047-.007 1.242.836 2.266 2.063 2.5v.078c-1.406.219-2.5 1.375-2.5 2.797 0 1.844 1.851 3.203 4.437 3.203Zm-1.984-3.437c-.008-.985.836-1.696 1.984-1.703 1.149.007 1.993.726 1.985 1.703.008.969-.789 1.648-1.985 1.64-1.195.008-1.992-.671-1.984-1.64Zm.281-4.906c-.008-.883.688-1.5 1.703-1.5 1.008 0 1.711.617 1.719 1.5-.008.906-.726 1.539-1.719 1.546-1-.007-1.711-.64-1.703-1.546ZM186.5 98.344c1.672 0 2.602-1.219 2.609-3.016-.007-1.789-.914-3.031-2.609-3.031-1.648 0-2.609 1.242-2.609 3.031 0 1.781.914 3.016 2.609 3.016Zm-1.016-3.016c.008-.96.352-1.633 1.016-1.64.703 0 1.008.664 1.016 1.64-.008.977-.344 1.617-1.016 1.625-.656-.008-1.008-.648-1.016-1.625Zm.032 8.672h1.75l7.781-11.313h-1.75L185.516 104Zm6.015-2.641c0 1.782.914 3.016 2.594 3.016 1.687 0 2.617-1.219 2.625-3.016-.008-1.789-.914-3.023-2.625-3.03-1.633.007-2.594 1.241-2.594 3.03Zm1.594 0c.008-.961.344-1.632 1-1.625.711-.015 1.023.649 1.031 1.625-.008.977-.344 1.625-1.031 1.625-.641 0-.992-.648-1-1.625Z"})}),p("defs",{children:[p("filter",{id:"img-setting-todo_svg__a",width:72,height:72,x:104,y:12,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5225"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5225"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5225",result:"shape"})]}),p("filter",{id:"img-setting-todo_svg__b",width:64,height:34,x:168,y:50,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5225"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5225"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5225",result:"shape"})]}),p("filter",{id:"img-setting-todo_svg__e",width:100,height:112,x:8,y:22,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5225"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5225"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5225",result:"shape"})]}),p("filter",{id:"img-setting-todo_svg__g",width:112,height:64,x:104,y:80,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feMorphology",{in:"SourceAlpha",radius:8,result:"effect1_dropShadow_286_5225"}),r("feOffset",{dy:8}),r("feGaussianBlur",{stdDeviation:8}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_286_5225"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_286_5225",result:"shape"})]}),p("linearGradient",{id:"img-setting-todo_svg__d",x1:58,x2:133.098,y1:82.5,y2:179.556,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]}),p("linearGradient",{id:"img-setting-todo_svg__f",x1:16,x2:100,y1:22,y2:118,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#fff"}),r("stop",{offset:1,stopColor:"#F9F9F9"})]})]})]})}const b_=x(__);function M_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 48 48",...e,children:[r("rect",{width:48,height:48,fill:"#FFF7DD",opacity:.6,rx:16}),r("path",{fill:"#F9DA7C",d:"M13 28.4h11v13l-11-4v-9Z"}),r("path",{fill:"#F4BE41",d:"M35 28.4H24v13l11-4v-9Z"}),r("path",{fill:"#F5CA54",d:"M13.2 25.2 24 23.8v4.6l-10.8-3.2Z"}),r("path",{fill:"#F8D97C",d:"M34.8 25.2 24 23.8v4.6l10.8-3.2Z"}),r("path",{fill:"url(#img-upgrade-basic_svg__a)",d:"M13 7.6h22l-5.6 20.8H18.6L13 7.6Z",opacity:.6}),r("path",{fill:"#FFDA75",d:"M21.024 10.72a.2.2 0 0 1 .351 0l.928 1.697a.199.199 0 0 0 .08.08l1.696.927a.2.2 0 0 1 0 .351l-1.696.928a.199.199 0 0 0-.08.08l-.928 1.696a.2.2 0 0 1-.35 0l-.928-1.696a.199.199 0 0 0-.08-.08l-1.696-.928a.2.2 0 0 1 0-.35l1.696-.928a.199.199 0 0 0 .08-.08l.927-1.696ZM26.824 17.12a.2.2 0 0 1 .351 0l.645 1.18a.2.2 0 0 0 .08.08l1.179.645a.2.2 0 0 1 0 .35l-1.18.645a.2.2 0 0 0-.079.08l-.645 1.18a.2.2 0 0 1-.35 0l-.646-1.18a.2.2 0 0 0-.08-.08l-1.179-.645a.2.2 0 0 1 0-.35l1.18-.645a.2.2 0 0 0 .08-.08l.644-1.18Z"}),r("path",{fill:"#FCEDBF",d:"M13.2 25.2 24 28.4l-3.2 4-10.4-3.6 2.8-3.6Z"}),r("path",{fill:"#FBE49E",d:"M34.8 25.2 24 28.4l3.2 4 10.4-3.6-2.8-3.6Z"}),r("defs",{children:p("linearGradient",{id:"img-upgrade-basic_svg__a",x1:24,x2:24,y1:7.6,y2:28.4,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F9D66E",stopOpacity:0}),r("stop",{offset:.989,stopColor:"#F8D56E"})]})})]})}const Z_=x(M_);function S_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 48 48",...e,children:[r("rect",{width:48,height:48,fill:"#D8F2EB",opacity:.6,rx:16}),r("path",{fill:"#8DE8D1",d:"M13 28.4h11v13l-11-4v-9Z"}),r("path",{fill:"#4DC9AA",d:"M35 28.4H24v13l11-4v-9Z"}),r("path",{fill:"#48CEAD",d:"M13.2 25.2 24 23.8v4.6l-10.8-3.2Z"}),r("path",{fill:"#8CEDD5",d:"M34.8 25.2 24 23.8v4.6l10.8-3.2Z"}),r("path",{fill:"url(#img-upgrade-enterprise_svg__a)",d:"M13 7.6h22l-5.6 20.8H18.6L13 7.6Z",opacity:.6}),r("path",{fill:"#77D5BB",d:"M21.024 10.72a.2.2 0 0 1 .351 0l.928 1.697a.199.199 0 0 0 .08.08l1.696.927a.2.2 0 0 1 0 .351l-1.696.928a.199.199 0 0 0-.08.08l-.928 1.696a.2.2 0 0 1-.35 0l-.928-1.696a.199.199 0 0 0-.08-.08l-1.696-.928a.2.2 0 0 1 0-.35l1.696-.928a.199.199 0 0 0 .08-.08l.927-1.696ZM26.824 17.12a.2.2 0 0 1 .351 0l.645 1.18a.2.2 0 0 0 .08.08l1.179.645a.2.2 0 0 1 0 .35l-1.18.645a.2.2 0 0 0-.079.08l-.645 1.18a.2.2 0 0 1-.35 0l-.646-1.18a.2.2 0 0 0-.08-.08l-1.179-.645a.2.2 0 0 1 0-.35l1.18-.645a.2.2 0 0 0 .08-.08l.644-1.18Z"}),r("path",{fill:"#C8FEF0",d:"M13.2 25.2 24 28.4l-3.2 4-10.4-3.6 2.8-3.6Z"}),r("path",{fill:"#A1F9E3",d:"M34.8 25.2 24 28.4l3.2 4 10.4-3.6-2.8-3.6Z"}),r("defs",{children:p("linearGradient",{id:"img-upgrade-enterprise_svg__a",x1:24,x2:24,y1:7.6,y2:28.4,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#64DFC0",stopOpacity:0}),r("stop",{offset:.989,stopColor:"#64DFC0"})]})})]})}const I_=x(S_);function A_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 48 48",...e,children:[r("rect",{width:48,height:48,fill:"#EFF1FF",opacity:.6,rx:16}),r("path",{fill:"#7F8DFC",d:"M13 28.4h11v13l-11-4v-9Z"}),r("path",{fill:"#6979F8",d:"M35 28.4H24v13l11-4v-9Z"}),r("path",{fill:"#5669FA",d:"M13.2 25.2 24 23.8v4.6l-10.8-3.2Z"}),r("path",{fill:"#7E8CFC",d:"M34.8 25.2 24 23.8v4.6l10.8-3.2Z"}),r("path",{fill:"url(#img-upgrade-pro_svg__a)",d:"M13 7.6h22l-5.6 20.8H18.6L13 7.6Z",opacity:.6}),r("path",{fill:"#7584FF",d:"M21.024 10.72a.2.2 0 0 1 .351 0l.928 1.697a.199.199 0 0 0 .08.08l1.696.927a.2.2 0 0 1 0 .351l-1.696.928a.199.199 0 0 0-.08.08l-.928 1.696a.2.2 0 0 1-.35 0l-.928-1.696a.199.199 0 0 0-.08-.08l-1.696-.928a.2.2 0 0 1 0-.35l1.696-.928a.199.199 0 0 0 .08-.08l.927-1.696ZM26.824 17.12a.2.2 0 0 1 .351 0l.645 1.18a.2.2 0 0 0 .08.08l1.179.645a.2.2 0 0 1 0 .35l-1.18.645a.2.2 0 0 0-.079.08l-.645 1.18a.2.2 0 0 1-.35 0l-.646-1.18a.2.2 0 0 0-.08-.08l-1.179-.645a.2.2 0 0 1 0-.35l1.18-.645a.2.2 0 0 0 .08-.08l.644-1.18Z"}),r("path",{fill:"#C2C9FF",d:"M13.2 25.2 24 28.4l-3.2 4-10.4-3.6 2.8-3.6Z"}),r("path",{fill:"#A0ABFF",d:"M34.8 25.2 24 28.4l3.2 4 10.4-3.6-2.8-3.6Z"}),r("defs",{children:p("linearGradient",{id:"img-upgrade-pro_svg__a",x1:24,x2:24,y1:7.6,y2:28.4,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#707FFD",stopOpacity:0}),r("stop",{offset:.989,stopColor:"#707FFD"})]})})]})}const C_=x(A_);function R_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 48 48",...e,children:[r("rect",{width:48,height:48,fill:"#EAF5FF",opacity:.6,rx:16}),r("path",{fill:"#7FBFFE",d:"M13 28.4h11v13l-11-4v-9Z"}),r("path",{fill:"#3299FE",d:"M35 28.4H24v13l11-4v-9Z"}),r("path",{fill:"#55A8FA",d:"M13.2 25.2 24 23.8v4.6l-10.8-3.2Z"}),r("path",{fill:"#7EBDFC",d:"M34.8 25.2 24 23.8v4.6l10.8-3.2Z"}),r("path",{fill:"url(#img-upgrade-standard_svg__a)",d:"M13 7.6h22l-5.6 20.8H18.6L13 7.6Z",opacity:.6}),r("path",{fill:"#3299FE",d:"M21.024 10.72a.2.2 0 0 1 .351 0l.928 1.697a.199.199 0 0 0 .08.08l1.696.927a.2.2 0 0 1 0 .351l-1.696.928a.199.199 0 0 0-.08.08l-.928 1.696a.2.2 0 0 1-.35 0l-.928-1.696a.199.199 0 0 0-.08-.08l-1.696-.928a.2.2 0 0 1 0-.35l1.696-.928a.199.199 0 0 0 .08-.08l.927-1.696ZM26.824 17.12a.2.2 0 0 1 .351 0l.645 1.18a.2.2 0 0 0 .08.08l1.179.645a.2.2 0 0 1 0 .35l-1.18.645a.2.2 0 0 0-.079.08l-.645 1.18a.2.2 0 0 1-.35 0l-.646-1.18a.2.2 0 0 0-.08-.08l-1.179-.645a.2.2 0 0 1 0-.35l1.18-.645a.2.2 0 0 0 .08-.08l.644-1.18Z"}),r("path",{fill:"#C2E1FF",d:"M13.2 25.2 24 28.4l-3.2 4-10.4-3.6 2.8-3.6Z"}),r("path",{fill:"#9FCEFC",d:"M34.8 25.2 24 28.4l3.2 4 10.4-3.6-2.8-3.6Z"}),r("defs",{children:p("linearGradient",{id:"img-upgrade-standard_svg__a",x1:24,x2:24,y1:7.6,y2:28.4,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#6FB5FB",stopOpacity:0}),r("stop",{offset:.989,stopColor:"#6FB5FB"})]})})]})}const F_=x(R_),k_=Object.freeze(Object.defineProperty({__proto__:null,AbnormalAIcon:A7,AbnormalDIcon:R7,AbnormalEarlyleaveIcon:k7,AbnormalLateIcon:E7,AbnormalMIcon:D7,AbnormalNIcon:V7,AbnormalWIcon:O7,AddXsmallIcon:U7,AddIcon:z7,AdminLargeIcon:W7,AlbumXlargeIcon:N7,AlertPopupXlargeIcon:Y7,AlertIcon:q7,AnnualMediumIcon:J7,ApprovalMediumIcon:t8,ArticleMediumIcon:n8,AscIcon:o8,AttachmentIcon:l8,AttendanceMediumIcon:c8,BackMediumIcon:d8,BadgeAdminLargeIcon:u8,BadgeLeaderAppovalLargeIcon:g8,BadgeLeaderLargeIcon:m8,BellMediumIcon:w8,BmMediumIcon:_8,BoardMediumIcon:M8,BoardProfileXlargeIcon:S8,BoardProfileIcon:A8,BookmarkFilledMediumIcon:R8,BookmarkMediumIcon:k8,ByEmployeeMediumIcon:E8,ByPlaceOfWorkMediumIcon:D8,CameraIcon:V8,CategoryIcon:O8,ChannelIcon:U8,ChatActivityMediumIcon:z8,ChatLargeIcon:W8,ChattingMediumIcon:N8,ChattingSolidMediumIcon:Y8,CheckXlargeIcon:q8,CheckXsmallIcon:J8,CheckIcon:t9,CheckboxIcon:n9,CloseMediumIcon:o9,CloseSmallIcon:l9,CloseIcon:c9,CloudMediumIcon:d9,CommentIcon:u9,ConfirmPopupXlargeIcon:g9,CopyIcon:m9,CustomTextIcon:w9,DeadlineIcon:_9,DeleteIcon:M9,DescIcon:S9,DisplayMediumIcon:A9,DownArrowSolidXsmallIcon:z2,DownArrowXsmallIcon:F9,DownArrowIcon:B9,DownloadMediumIcon:L9,DownloadIcon:T9,DraftsaveIcon:P9,DragIcon:H9,DrawerIcon:$9,EditLargeIcon:G9,EditLineIcon:j9,EditSolidIcon:X9,EditXsmallIcon:K9,EditIcon:Q9,EmailXlargeIcon:ep,EmojiMediumIcon:ip,EmojiPlusMediumIcon:rp,EndPageIcon:sp,ExclamationXlargeIcon:ap,ExitFullScreenMediumIcon:hp,ExpectedIcon:fp,ExpenseMediumIcon:pp,FeedViewIcon:vp,FilterIcon:xp,FilterdeleteXsmallIcon:yp,FirstPageIcon:bp,FullScreenMediumIcon:Zp,FullscreenIcon:Ip,GpsIcon:Cp,Grade1Icon:Fp,Grade2Icon:Bp,Grade31Icon:Lp,Grade32Icon:Tp,Grade3Icon:Pp,Grade41Icon:Hp,Grade42Icon:$p,Grade4Icon:Gp,Grade51Icon:jp,Grade52Icon:Xp,Grade5Icon:Kp,GradeBadgeIcon:Qp,GradientAttendanceIcon:eg,GradientBoardIcon:ig,GradientDisplayIcon:rg,GradientGpsIcon:sg,GradientInventoryIcon:ag,GradientJpIcon:hg,GradientMobileIcon:fg,GradientNoticeIcon:pg,GradientOvertimeIcon:vg,GradientPriceIcon:xg,GradientReportIcon:yg,GradientSalesIcon:bg,GradientScheduleIcon:Zg,GradientStaffIcon:Ig,GradientTargetIcon:Cg,GradientTodoIcon:Fg,GradientWifiIcon:Bg,GradientWorkplaceIcon:Lg,GraphIcon:Tg,GroupMediumIcon:Pg,GroupSolidMediumIcon:Hg,HelpCenterMediumIcon:$g,HelpMediumIcon:Gg,HelpIcon:jg,HideMediumIcon:Xg,HistoryIcon:Kg,HomeMediumIcon:Qg,ImportIcon:ev,InactiveBellIcon:iv,Info1Icon:rv,InfoAlbumIcon:sv,InfoAppIcon:av,InfoBreaktimeIcon:hv,InfoCityIcon:fv,InfoDateIcon:pv,InfoDaysoffIcon:vv,InfoDistributorIcon:xv,InfoDocsIcon:yv,InfoEmailIcon:bv,InfoEmployeeIcon:Zv,InfoEmployeenoIcon:Iv,InfoGradeIcon:Cv,InfoGroupIcon:Fv,InfoLeaderIcon:Bv,InfoLoginIcon:Lv,InfoPhoneCheckIcon:Tv,InfoPhoneNoCheckIcon:Pv,InfoPhoneIcon:Hv,InfoPositionIcon:$v,InfoPropertiesIcon:Gv,InfoPunchIcon:jv,InfoRadiusIcon:Xv,InfoRegionIcon:Kv,InfoStarBadgeIcon:Qv,InfoStateIcon:em,InfoVisitIcon:im,InfoWorkingIcon:rm,InfoWorkplaceIcon:sm,InfoIcon:am,InventoryMediumIcon:hm,InvitationIcon:fm,InviteBeforeIcon:pm,InviteCompletedIcon:vm,IssueIcon:xm,JpMediumIcon:ym,LanguageMediumIcon:bm,LeaderAppovalLargeIcon:Zm,LeaderLargeIcon:Im,LeaveMediumIcon:Cm,LeaveIcon:Fm,LeftArrowXsmallIcon:Bm,LeftArrowIcon:Lm,LinkIcon:Tm,ListEditIcon:Pm,ListMoveIcon:Hm,ListviewIcon:$m,LocationIcon:Gm,MapIcon:jm,MemberMediumIcon:Xm,MemberSmallIcon:Km,MemoIcon:Qm,MentionIcon:ex,MinusMediumIcon:ix,MinusIcon:rx,MoreIcon:sx,MotherIcon:ax,MoveIcon:hx,Movie01Icon:fx,NoGradeIcon:px,NormalIcon:vx,NoticeMediumIcon:xx,NoticeSolidMediumIcon:yx,NoticeIcon:bx,OvertimeMediumIcon:Zx,PasswordErrorXlargeIcon:Ix,PasteIcon:Cx,PaymentMediumIcon:Fx,PhotoIcon:Bx,PinXlargeIcon:Lx,PinIcon:Tx,PlayXlargeIcon:Px,PlusMediumIcon:Hx,PopupIcon:$x,PreviewIcon:Gx,PriceMediumIcon:jx,ProceedingIcon:Xx,PushIcon:Kx,QrcodeIcon:Qx,RatioMediumIcon:ew,ReceiverMediumIcon:iw,RefreshIcon:rw,RepeatIcon:sw,ReplyIcon:aw,ReportMediumIcon:hw,ResendPushMediumIcon:fw,ResendPushIcon:pw,ReturnIcon:vw,RightArrowXsmallIcon:xw,RightArrowIcon:yw,SalesMediumIcon:bw,ScheduleMediumIcon:Zw,SearchIcon:Iw,SendIcon:Cw,SettingMediumIcon:Fw,SettingIcon:Bw,ShortcutXsmallIcon:Lw,ShowMediumIcon:Tw,SignIcon:Pw,SignatureIcon:Hw,SolvedIcon:$w,SortingAtozIcon:Gw,SortingEarlyIcon:jw,SortingLateIcon:Xw,SortingZtoaIcon:Kw,StampIcon:Qw,StarIcon:ey,SubtractIcon:iy,SummeryViewIcon:ry,SympathyMediumIcon:sy,TackIcon:ay,TagIcon:hy,TargetMediumIcon:fy,TextIcon:py,TodoMediumIcon:vy,ToggleMediumIcon:xy,TrashIcon:yy,UpArrowSolidXsmallIcon:by,UpArrowXsmallIcon:Zy,UpArrowIcon:Iy,VideoIcon:Cy,ViewOffIcon:Fy,ViewOnIcon:By,WaitingMediumIcon:Ly,WhatsappLargeIcon:Ty,WifiIcon:Py,WindowedIcon:Hy,WorkStatusIcon:$y,WorkplaceMediumIcon:Gy,ZoomInMediumIcon:jy,ZoomOutMediumIcon:Xy,SettingAttendanceIllustration:Ky,SettingBoardIllustration:Qy,SettingChatIllustration:e_,SettingDisplayIllustration:i_,SettingExpensesIllustration:r_,SettingInventoryIllustration:s_,SettingJpIllustration:a_,SettingNsIllustration:h_,SettingPriceIllustration:f_,SettingReportIllustration:p_,SettingSalesIllustration:v_,SettingScheduleIllustration:x_,SettingTargetIllustration:y_,SettingTodoIllustration:b_,UpgradeBasicIllustration:Z_,UpgradeEnterpriseIllustration:I_,UpgradeProIllustration:C_,UpgradeStandardIllustration:F_,isShoplIcon:S7,createIcon:x},Symbol.toStringTag,{value:"Module"}));M.exports.forwardRef(({width:e="100%",onClick:t,sizeVar:i="M",isError:n,placeholder:o,value:s,disabled:l,leftSource:a,...c},h)=>{const{isOpen:d,setIsOpen:f}=_7(),[u,g]=M.exports.useState(!1),v=y=>{l||(t&&t(y),f(!d))};return r(Oi,{onMouseEnter:()=>{g(!0)},onMouseLeave:()=>{g(!1)},isFocused:d,isHovered:u,disabled:l,width:e,isError:n,height:p7(i),children:p(x7,{ref:h,onClick:v,disabled:l,...c,sizeVar:i,children:[a&&a,s||r(Me,{typography:g7(i),color:"neutral400",textOverflow:"ellipsis",lineClamp:1,children:o}),r(w7,{sizeVar:i,animate:{rotate:d?180:0},transition:{duration:.2},children:r(Q1,{iconSource:z2,color:"neutral400",sizeVar:"XS"})})]})})});const B_=G.div`
|
|
546
|
+
display: flex;
|
|
547
|
+
align-items: center;
|
|
548
|
+
justify-content: center;
|
|
549
|
+
width: 24px;
|
|
550
|
+
height: 24px;
|
|
551
|
+
padding: 4px;
|
|
552
|
+
`,E_=G.button`
|
|
553
|
+
display: flex;
|
|
554
|
+
width: 16px;
|
|
555
|
+
height: 16px;
|
|
556
|
+
flex-direction: column;
|
|
557
|
+
justify-content: center;
|
|
558
|
+
align-items: center;
|
|
559
|
+
border-radius: ${dt.borderRadius04};
|
|
560
|
+
border: none;
|
|
561
|
+
background: ${({color:e})=>R[e]};
|
|
562
|
+
cursor: pointer;
|
|
563
|
+
transition:
|
|
564
|
+
transform 0.1s ease-out,
|
|
565
|
+
background 0.1s ease;
|
|
566
|
+
|
|
567
|
+
&:hover {
|
|
568
|
+
background: ${({color:e})=>R[Mt(e,1)]};
|
|
569
|
+
}
|
|
570
|
+
`,G2=Symbol("SHOPLFLOW_MUNUS_BUTTON"),L_=M.exports.forwardRef(({onClick:e,color:t="neutral300",...i},n)=>r(B_,{"data-shoplflow":"minusButton",children:r(E_,{color:t,onClick:e,ref:n,...i,children:p("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[r("path",{d:"M0 4C0 1.79086 1.79086 0 4 0H12C14.2091 0 16 1.79086 16 4V12C16 14.2091 14.2091 16 12 16H4C1.79086 16 0 14.2091 0 12V4Z",fill:"none"}),r("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 8C3 7.44772 3.44772 7 4 7H12C12.5523 7 13 7.44772 13 8C13 8.55228 12.5523 9 12 9H4C3.44772 9 3 8.55228 3 8Z",fill:"white"})]})})}));L_[G2]=!0;const D_=(e,t,i)=>{switch(e){case"PRIMARY":return t?T`
|
|
571
|
+
background: ${R.primary300};
|
|
572
|
+
border: 1.5px solid ${R.primary300};
|
|
573
|
+
& > svg > path {
|
|
574
|
+
fill: ${R.neutral0};
|
|
575
|
+
}
|
|
576
|
+
${i&&T`
|
|
577
|
+
border: 1.5px solid ${R.primary400};
|
|
578
|
+
background: ${R.primary400};
|
|
579
|
+
`}
|
|
580
|
+
`:T`
|
|
581
|
+
background: ${R.neutral200};
|
|
582
|
+
border: 1.5px solid ${R.neutral200};
|
|
583
|
+
border-radius: 4px;
|
|
584
|
+
${i&&T`
|
|
585
|
+
border: 1.5px solid ${R.neutral300};
|
|
586
|
+
background: ${R.neutral300};
|
|
587
|
+
`}
|
|
588
|
+
|
|
589
|
+
& > svg > path {
|
|
590
|
+
fill: ${R.neutral0};
|
|
591
|
+
}
|
|
592
|
+
`;case"LINE":return t?T`
|
|
593
|
+
border: 1.5px solid ${R.primary300};
|
|
594
|
+
background: transparent;
|
|
595
|
+
border-radius: 4px;
|
|
596
|
+
& > svg > path {
|
|
597
|
+
fill: ${R.primary300};
|
|
598
|
+
}
|
|
599
|
+
${i&&T`
|
|
600
|
+
border: 1.5px solid ${R.primary400};
|
|
601
|
+
& > svg > path {
|
|
602
|
+
fill: ${R.primary400};
|
|
603
|
+
}
|
|
604
|
+
`}
|
|
605
|
+
`:T`
|
|
606
|
+
background: transparent;
|
|
607
|
+
border: 1.5px solid ${R.neutral200};
|
|
608
|
+
border-radius: 4px;
|
|
609
|
+
& > svg > path {
|
|
610
|
+
fill: ${R.neutral200};
|
|
611
|
+
}
|
|
612
|
+
${i&&T`
|
|
613
|
+
border: 1.5px solid ${R.neutral300};
|
|
614
|
+
& > svg > path {
|
|
615
|
+
fill: ${R.neutral300};
|
|
616
|
+
}
|
|
617
|
+
`}
|
|
618
|
+
`;default:return""}};G.button`
|
|
619
|
+
display: flex;
|
|
620
|
+
align-items: center;
|
|
621
|
+
justify-content: center;
|
|
622
|
+
min-width: 16px;
|
|
623
|
+
min-height: 16px;
|
|
624
|
+
width: 16px;
|
|
625
|
+
height: 16px;
|
|
626
|
+
background: ${R.neutral200};
|
|
627
|
+
border-radius: 4px;
|
|
628
|
+
box-sizing: border-box;
|
|
629
|
+
cursor: pointer;
|
|
630
|
+
${({styleVar:e,isSelected:t,isHovered:i})=>D_(e,t,i)};
|
|
631
|
+
${({disabled:e})=>ft(e)}
|
|
632
|
+
`;G.button`
|
|
633
|
+
display: flex;
|
|
634
|
+
align-items: center;
|
|
635
|
+
justify-content: center;
|
|
636
|
+
padding: 4px;
|
|
637
|
+
width: fit-content;
|
|
638
|
+
height: fit-content;
|
|
639
|
+
background-color: transparent;
|
|
640
|
+
`;const T_=Symbol("SHOPLFLOW_CHECKBOX"),V_=e=>T`
|
|
641
|
+
& > svg > circle {
|
|
642
|
+
stroke: ${R.primary300};
|
|
643
|
+
}
|
|
644
|
+
${e&&T`
|
|
645
|
+
& > svg > circle {
|
|
646
|
+
stroke: ${R.primary400};
|
|
647
|
+
}
|
|
648
|
+
`}
|
|
649
|
+
`;G.div`
|
|
650
|
+
display: flex;
|
|
651
|
+
align-items: center;
|
|
652
|
+
justify-content: center;
|
|
653
|
+
min-width: 16px;
|
|
654
|
+
min-height: 16px;
|
|
655
|
+
width: 16px;
|
|
656
|
+
height: 16px;
|
|
657
|
+
${({isHovered:e})=>T`
|
|
658
|
+
& > svg > circle {
|
|
659
|
+
stroke: ${R.neutral200};
|
|
660
|
+
}
|
|
661
|
+
${e&&T`
|
|
662
|
+
& > svg > circle {
|
|
663
|
+
stroke: ${R.neutral300};
|
|
664
|
+
}
|
|
665
|
+
`}
|
|
666
|
+
`}
|
|
667
|
+
cursor: pointer;
|
|
668
|
+
${({isSelected:e,isHovered:t})=>e&&V_(t)}
|
|
669
|
+
${({disabled:e})=>ft(e)}
|
|
670
|
+
`;G.button`
|
|
671
|
+
display: flex;
|
|
672
|
+
align-items: center;
|
|
673
|
+
justify-content: center;
|
|
674
|
+
background: transparent;
|
|
675
|
+
padding: 4px;
|
|
676
|
+
width: fit-content;
|
|
677
|
+
height: fit-content;
|
|
678
|
+
`;const P_=Symbol("SHOPLFLOW_RADIO"),O_=e=>{switch(e){case"XS":return T`
|
|
679
|
+
min-height: 28px;
|
|
680
|
+
`;case"S":return T`
|
|
681
|
+
min-height: 36px;
|
|
682
|
+
`;case"M":return T`
|
|
683
|
+
height: 48px;
|
|
684
|
+
`;default:return T`
|
|
685
|
+
height: 48px;
|
|
686
|
+
`}};G.li`
|
|
687
|
+
display: flex;
|
|
688
|
+
width: 100%;
|
|
689
|
+
flex-direction: row;
|
|
690
|
+
align-items: center;
|
|
691
|
+
padding: 6px;
|
|
692
|
+
gap: 4px;
|
|
693
|
+
border-radius: 4px;
|
|
694
|
+
cursor: pointer;
|
|
695
|
+
background: transparent;
|
|
696
|
+
${({sizeVar:e})=>O_(e)};
|
|
697
|
+
&:hover {
|
|
698
|
+
background: ${R.neutral400_5};
|
|
699
|
+
}
|
|
700
|
+
${({disabled:e})=>e&&ft(e)}
|
|
701
|
+
${({isSelected:e,leftSource:t})=>e===!0&&(!t||t&&!t.type[P_]&&!t.type[T_]&&!t.type[G2])&&T`
|
|
702
|
+
background: ${R.neutral200};
|
|
703
|
+
&:hover {
|
|
704
|
+
background: ${R.neutral200};
|
|
705
|
+
}
|
|
706
|
+
`}
|
|
707
|
+
`;G.li`
|
|
708
|
+
display: flex;
|
|
709
|
+
flex-direction: row;
|
|
710
|
+
width: 100%;
|
|
711
|
+
align-items: center;
|
|
712
|
+
padding: 6px 8px;
|
|
713
|
+
gap: 4px;
|
|
714
|
+
border-radius: 8px;
|
|
715
|
+
background: ${R.neutral0};
|
|
716
|
+
cursor: pointer;
|
|
717
|
+
${({disabled:e})=>e&&ft(e)}
|
|
718
|
+
&:hover {
|
|
719
|
+
background: ${R.neutral100};
|
|
720
|
+
}
|
|
721
|
+
`;G.div`
|
|
722
|
+
display: flex;
|
|
723
|
+
flex-direction: column;
|
|
724
|
+
justify-content: center;
|
|
725
|
+
gap: 2px;
|
|
726
|
+
`;const H_=e=>{switch(e){case"XS":return T`
|
|
727
|
+
height: 20px;
|
|
728
|
+
padding: 0 4px;
|
|
729
|
+
border-radius: 4px;
|
|
730
|
+
`;case"S":return T`
|
|
731
|
+
height: 24px;
|
|
732
|
+
padding: 0 8px;
|
|
733
|
+
border-radius: 4px;
|
|
734
|
+
`;case"M":return T`
|
|
735
|
+
padding: 4px 8px;
|
|
736
|
+
height: 32px;
|
|
737
|
+
border-radius: 6px;
|
|
738
|
+
`;default:return T`
|
|
739
|
+
padding: 4px 8px;
|
|
740
|
+
height: 32px;
|
|
741
|
+
`}},U_=e=>{switch(e){case"XS":return T`
|
|
742
|
+
border-radius: 12px;
|
|
743
|
+
`;case"S":return T`
|
|
744
|
+
border-radius: 16px;
|
|
745
|
+
`;case"M":return T`
|
|
746
|
+
border-radius: 16px;
|
|
747
|
+
`;default:return T`
|
|
748
|
+
border-radius: 16px;
|
|
749
|
+
`}},$_=(e,t="neutral700")=>{switch(e){case"SOLID":return T`
|
|
750
|
+
background: ${R[t]};
|
|
751
|
+
color: ${R.neutral0};
|
|
752
|
+
`;case"TINT":return T`
|
|
753
|
+
background: ${R[Mt(t,-2)]};
|
|
754
|
+
color: ${R[t]};
|
|
755
|
+
`;case"LINE":return T`
|
|
756
|
+
background: transparent;
|
|
757
|
+
color: ${R[t]};
|
|
758
|
+
border: 1px solid ${R[t]};
|
|
759
|
+
`;default:return T`
|
|
760
|
+
background: ${R[t]};
|
|
761
|
+
color: ${R.neutral0};
|
|
762
|
+
`}};G.div`
|
|
763
|
+
display: flex;
|
|
764
|
+
align-items: center;
|
|
765
|
+
flex-direction: row;
|
|
766
|
+
cursor: default;
|
|
767
|
+
gap: 2px;
|
|
768
|
+
${({sizeVar:e})=>H_(e)};
|
|
769
|
+
${({color:e,styleVar:t})=>$_(t,e)};
|
|
770
|
+
${({radius:e,sizeVar:t})=>e&&U_(t)};
|
|
771
|
+
`;var z_={exports:{}};/*!
|
|
772
|
+
Copyright (c) 2018 Jed Watson.
|
|
773
|
+
Licensed under the MIT License (MIT), see
|
|
774
|
+
http://jedwatson.github.io/classnames
|
|
775
|
+
*/(function(e){(function(){var t={}.hasOwnProperty;function i(){for(var n=[],o=0;o<arguments.length;o++){var s=arguments[o];if(!!s){var l=typeof s;if(l==="string"||l==="number")n.push(s);else if(Array.isArray(s)){if(s.length){var a=i.apply(null,s);a&&n.push(a)}}else if(l==="object"){if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]")){n.push(s.toString());continue}for(var c in s)t.call(s,c)&&s[c]&&n.push(c)}}}return n.join(" ")}e.exports?(i.default=i,e.exports=i):window.classNames=i})()})(z_);const G_=G.input`
|
|
776
|
+
padding: 4px 0 4px 12px;
|
|
777
|
+
background-color: transparent;
|
|
778
|
+
display: flex;
|
|
779
|
+
min-width: 64px;
|
|
780
|
+
width: 100%;
|
|
781
|
+
border: none;
|
|
782
|
+
box-sizing: border-box;
|
|
783
|
+
&::placeholder {
|
|
784
|
+
color: ${R.neutral350};
|
|
785
|
+
}
|
|
786
|
+
&::-webkit-outer-spin-button,
|
|
787
|
+
&::-webkit-inner-spin-button {
|
|
788
|
+
-webkit-appearance: none;
|
|
789
|
+
margin: 0;
|
|
790
|
+
}
|
|
791
|
+
${({disabled:e})=>e&&T`
|
|
792
|
+
color: ${R.neutral350};
|
|
793
|
+
cursor: not-allowed;
|
|
794
|
+
`};
|
|
795
|
+
/* Firefox */
|
|
796
|
+
&[type='number'] {
|
|
797
|
+
padding: 4px 8px;
|
|
798
|
+
text-align: center;
|
|
799
|
+
-moz-appearance: textfield;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
*,
|
|
803
|
+
*:before,
|
|
804
|
+
*:after {
|
|
805
|
+
box-sizing: inherit;
|
|
806
|
+
}
|
|
807
|
+
`,W_=G.div`
|
|
808
|
+
display: flex;
|
|
809
|
+
flex-direction: row;
|
|
810
|
+
align-items: center;
|
|
811
|
+
padding: 0 8px 0 0;
|
|
812
|
+
`,j_=G.div`
|
|
813
|
+
display: flex;
|
|
814
|
+
width: 100%;
|
|
815
|
+
justify-content: flex-end;
|
|
816
|
+
align-items: center;
|
|
817
|
+
gap: 2px;
|
|
818
|
+
`,W2=({currentLength:e,maxLength:t})=>p(j_,{children:[r(Me,{typography:"caption_400",color:"neutral400",children:e}),r(Me,{typography:"caption_400",color:"neutral350",children:"/"}),r(Me,{typography:"caption_400",color:"neutral350",children:t})]}),j2=Symbol("$$shopl.isShoplIcon");function N_(e){return typeof e=="function"&&e[j2]===!0}function k(e){return e[j2]=!0,e}function X_(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#D9F4ED",fillRule:"evenodd",d:"M2.5 7a4.5 4.5 0 0 0 4.303-5.82A11.953 11.953 0 0 1 12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12c0-1.862.424-3.624 1.18-5.197A4.5 4.5 0 0 0 2.5 7Z",clipRule:"evenodd"})})}const Y_=k(X_);function K_(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M10 3a1 1 0 0 1 .993.883L11 4v5h5a1 1 0 0 1 .117 1.993L16 11h-5v5a1 1 0 0 1-1.993.117L9 16v-5H4a1 1 0 0 1-.117-1.993L4 9h5V4a1 1 0 0 1 1-1Z",clipRule:"evenodd"})})}const q_=k(K_);function Q_(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:18,height:18,x:1,y:1,fill:"#FB0",opacity:.2,rx:6}),r("path",{fill:"#FFB600",fillRule:"evenodd",d:"M10.468 6.248a.5.5 0 0 0-.936 0L7.72 11.08 5.916 8.374A.5.5 0 0 0 5 8.65V13a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V8.65a.5.5 0 0 0-.916-.277L12.28 11.08l-1.812-4.832Z",clipRule:"evenodd"})]})}const J_=k(Q_);function eb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#999",fillRule:"evenodd",d:"M2.222 3.222a1 1 0 0 1 1-1h13.556a1 1 0 0 1 1 1v13.556a1 1 0 0 1-1 1H3.222a1 1 0 0 1-1-1V3.222Zm5.185 5.482a1.296 1.296 0 1 0 0-2.593 1.296 1.296 0 0 0 0 2.593Zm7.926 7.13H4.167l3.16-3.689a1 1 0 0 1 1.491-.031L10 13.38l3.092-3.704a1 1 0 0 1 1.57.044l.974 1.31a1 1 0 0 1 .197.596v3.706a.5.5 0 0 1-.5.5Z",clipRule:"evenodd"})})}const tb=k(eb);function ib(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM9 6.2c0-.11.09-.2.2-.2h1.6c.11 0 .2.09.2.2v4.6a.2.2 0 0 1-.2.2H9.2a.2.2 0 0 1-.2-.2V6.2Zm2 6.8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",clipRule:"evenodd"})})}const nb=k(ib);function rb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M8.211 20.598c1.155.667 2.623.416 3.72-.51.284-.24.242-.667-.045-.832l-4.35-2.512c-.287-.165-.678.012-.743.378-.254 1.413.264 2.81 1.418 3.476ZM14.559 3.094c.586-.234 1.138.01 1.49.214.354.204.84.56.932 1.184.044.301-.025.553-.09.718a2.09 2.09 0 0 1-.098.21c1.724 1.732 2.35 4.35 1.113 6.491l-.855 1.482c-.434.75-.49 1.71-.077 2.658l.002.006c.247.578.245 1.247-.086 1.821-.633 1.097-2.014 1.232-2.966.683l-10.02-5.786c-.953-.55-1.525-1.813-.892-2.91.33-.57.906-.91 1.526-.984h.006c1.036-.118 1.84-.647 2.272-1.397l.856-1.482C8.908 3.86 11.487 3.093 13.85 3.72c.036-.058.081-.125.132-.189.11-.14.294-.325.577-.437Zm-.107 2.982-.535-.225c-1.85-.778-3.74-.188-4.513 1.151l-.856 1.482c-.78 1.352-2.174 2.2-3.773 2.383a.17.17 0 0 0-.022.004l.003.01a.32.32 0 0 0 .148.162l10.02 5.786a.32.32 0 0 0 .215.046l.009-.002a.203.203 0 0 0-.01-.028c-.638-1.47-.6-3.101.18-4.452l.856-1.482c.773-1.34.339-3.272-1.26-4.484l-.462-.351Zm.718 10.788-.002.002.002-.002ZM4.75 10.848v.003-.003Z",clipRule:"evenodd"})})}const ob=k(rb);function sb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M5 3a1 1 0 0 1 2 0v1h6V3a1 1 0 1 1 2 0v1a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2V3Zm2 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-3-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"})})}const lb=k(sb);function ab(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#02B585",fillRule:"evenodd",d:"M7 3a1 1 0 0 0-1 1v1h8V4a1 1 0 0 0-1-1H7ZM5 6a3 3 0 0 0-3 3v5a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3H5Zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm8.5 3.5a3.5 3.5 0 1 0-7 0 3.5 3.5 0 0 0 7 0Zm-5.5 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z",clipRule:"evenodd"})})}const cb=k(ab);function hb(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#CCC"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M6.142 7.342a.2.2 0 0 1 0-.283l.917-.917a.2.2 0 0 1 .283 0l2.664 2.664 2.664-2.664a.2.2 0 0 1 .283 0l.917.917a.2.2 0 0 1 0 .283l-2.664 2.664 2.653 2.653a.2.2 0 0 1 0 .283l-.917.917a.2.2 0 0 1-.283 0l-2.653-2.653-2.653 2.653a.2.2 0 0 1-.283 0l-.917-.917a.2.2 0 0 1 0-.283l2.653-2.653-2.664-2.664Z",clipRule:"evenodd"})]})}const db=k(hb);function fb(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("circle",{cx:12,cy:12,r:9,fill:"#02B585",stroke:"#333",strokeWidth:2}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m8 11 4 4L22 5"})]})}const ub=k(fb);function pb(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("circle",{cx:12,cy:12,r:9,stroke:"#999",strokeWidth:2}),r("path",{stroke:"#999",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m8 11 4 4L22 5"})]})}const gb=k(pb);function vb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M15.288 5.298a1 1 0 0 1 1.506 1.31l-.082.094-7.895 8a1 1 0 0 1-1.338.078l-.094-.087-4.106-4.266a1 1 0 0 1 1.349-1.472l.093.085 3.393 3.527 7.174-7.27Z",clipRule:"evenodd"})})}const mb=k(vb);function xb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M5 2h9.75a3 3 0 0 1 3 3v9.75a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3ZM1 5a4 4 0 0 1 4-4h9.75a4 4 0 0 1 4 4v9.75a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5Zm13.653 2.104a.5.5 0 0 0-.707-.708L8.3 12.043 5.653 9.396a.5.5 0 1 0-.707.708l3 3a.5.5 0 0 0 .707 0l6-6Z",clipRule:"evenodd"})})}const wb=k(xb);function yb(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:11.667,height:11.667,x:3.75,y:4.167,fill:"#555",opacity:.2,rx:5.833}),r("path",{fill:"#555",fillRule:"evenodd",d:"M9.583 1.125a8.875 8.875 0 1 0 7.35 3.899l2.905-2.905a.542.542 0 0 0-.766-.766l-2.807 2.806a8.854 8.854 0 0 0-6.682-3.034Zm5.914 3.802a7.792 7.792 0 1 0 .653.879l-6.312 6.313a.542.542 0 0 1-.777-.012L5.855 8.705a.542.542 0 0 1 .789-.743l2.823 2.996 6.03-6.03Z",clipRule:"evenodd"})]})}const _b=k(yb);function bb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"m4.613 3.21.094.083L10 8.585l5.293-5.292a1 1 0 0 1 1.497 1.32l-.083.094L11.415 10l5.292 5.293a1 1 0 0 1-1.32 1.497l-.094-.083L10 11.415l-5.293 5.292a1 1 0 0 1-1.497-1.32l.083-.094L8.585 10 3.293 4.707A1 1 0 0 1 4.51 3.14l.102.07Z",clipRule:"evenodd"})})}const Mb=k(bb);function Zb(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:14.5,height:14.5,x:2.75,y:2.75,stroke:"#333",strokeLinejoin:"round",strokeWidth:1.5,rx:2.25}),r("path",{stroke:"#3299FE",strokeLinecap:"round",strokeWidth:1.5,d:"m6.5 9.75 2.146 2.146a.5.5 0 0 0 .708 0L13.5 7.75"})]})}const Sb=k(Zb);function Ib(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#999",fillRule:"evenodd",d:"M16.244 4.856A1.75 1.75 0 0 0 14.5 3.25h-6l-.144.006A1.75 1.75 0 0 0 6.75 5v.75h1.5V5l.007-.057A.25.25 0 0 1 8.5 4.75h6l.057.007A.25.25 0 0 1 14.75 5v7l-.007.057a.25.25 0 0 1-.243.193h-.25v1.5h.25l.143-.006A1.75 1.75 0 0 0 16.25 12V5l-.006-.144ZM11.75 6.25a1.75 1.75 0 0 1 1.744 1.606L13.5 8v7a1.75 1.75 0 0 1-1.607 1.744l-.143.006h-6a1.75 1.75 0 0 1-1.744-1.607L4 15V8a1.75 1.75 0 0 1 1.606-1.744l.144-.006h6Zm0 1.5h-6a.25.25 0 0 0-.243.193L5.5 8v7a.25.25 0 0 0 .193.243l.057.007h6a.25.25 0 0 0 .243-.193L12 15V8a.25.25 0 0 0-.193-.243l-.057-.007Z",clipRule:"evenodd"})})}const Ab=k(Ib);function Cb(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:18,height:18,x:1,y:1,fill:"#F7F9FD",rx:4}),r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M10 8.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm-.833 1A3.667 3.667 0 0 0 5.5 13.167C5.5 14.179 6.32 15 7.333 15h5.334c1.012 0 1.833-.82 1.833-1.833A3.667 3.667 0 0 0 10.833 9.5H9.167Z",clipRule:"evenodd"})]})}const Rb=k(Cb);function Fb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#CCC",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM6.142 7.059a.2.2 0 0 0 0 .283l2.664 2.664-2.653 2.653a.2.2 0 0 0 0 .283l.917.917a.2.2 0 0 0 .283 0l2.653-2.653 2.653 2.653a.2.2 0 0 0 .283 0l.917-.917a.2.2 0 0 0 0-.283l-2.653-2.653 2.664-2.664a.2.2 0 0 0 0-.283l-.917-.917a.2.2 0 0 0-.283 0l-2.664 2.664-2.664-2.664a.2.2 0 0 0-.283 0l-.917.917Z",clipRule:"evenodd"})})}const kb=k(Fb);function Bb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#999",fillRule:"evenodd",d:"M3.04 3.5a.5.5 0 0 0-.39.812l2.96 3.7c.2.25.58.25.78 0l2.96-3.7a.5.5 0 0 0-.39-.812H3.04Z",clipRule:"evenodd"})})}const Eb=k(Bb);function Lb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M3.267 6.27a.906.906 0 0 1 1.19-.089l.102.09L10 11.77l5.441-5.5a.906.906 0 0 1 1.19-.09l.102.09a.93.93 0 0 1 .088 1.201l-.088.104-6.087 6.154a.906.906 0 0 1-1.19.089l-.102-.09-6.087-6.153a.93.93 0 0 1 0-1.306Z",clipRule:"evenodd"})})}const Db=k(Lb);function Tb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M15 16a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h10ZM10 2a1 1 0 0 1 1 1v8.585l3.293-3.292a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 .083 1.32l-.083.094-5 5a1 1 0 0 1-1.32.083l-.094-.083-5-5a1 1 0 0 1 1.32-1.497l.094.083L9 11.585V3a1 1 0 0 1 1-1Z",clipRule:"evenodd"})})}const Vb=k(Tb);function Pb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#CDD6E4",fillRule:"evenodd",d:"M0 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm1 3a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H1Z",clipRule:"evenodd"})})}const Ob=k(Pb);function Hb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M3 6a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Zm1 5a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2H4Z",clipRule:"evenodd"})})}const Ub=k(Hb);function $b(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"m15.65 3.447.89.893c.296.298.46.695.46 1.117 0 .421-.164.818-.46 1.116l-1.091 1.094-3.116-3.126 1.09-1.094c.595-.596 1.631-.596 2.226 0ZM3.943 13.05l7.716-7.716 3.007 3.007-7.717 7.715a.304.304 0 0 1-.14.08l-3.433.856a.303.303 0 0 1-.368-.368l.855-3.433a.307.307 0 0 1 .08-.14Z",clipRule:"evenodd"})})}const zb=k($b);function Gb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M2 5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5Zm1.5 2.65V15a.5.5 0 0 0 .41.492L4 15.5h12a.5.5 0 0 0 .492-.41L16.5 15V7.728l-6.134 3.427a.75.75 0 0 1-.637.044l-.101-.048L3.5 7.65Zm0-1.728 6.505 3.716L16.5 6.01V5a.5.5 0 0 0-.41-.492L16 4.5H4a.5.5 0 0 0-.492.41L3.5 5v.922Z",clipRule:"evenodd"})})}const Wb=k(Gb);function jb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M10 4a1.41 1.41 0 0 0-1.406 1.497l.344 5.505a1.064 1.064 0 0 0 2.124 0l.345-5.505A1.41 1.41 0 0 0 10 4Zm0 11.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z",clipRule:"evenodd"})})}const Nb=k(jb);function Xb(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:14.5,height:14.5,x:2.75,y:2.75,stroke:"#555",strokeWidth:1.5,rx:3.25}),r("path",{fill:"#555",d:"M4 6h12v2H4zM4 11h12v2H4z"}),r("path",{fill:"#555",d:"M9 4v12H7V4z"})]})}const Yb=k(Xb);function Kb(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",d:"M4.33 6 8 11.311v6.174c0 .41.447.655.781.428l2.772-1.218c.28-.19.447-.512.447-.855V11.31L15.67 6H4.33ZM3.64 5h12.72l.928-1.344c.51-.675.04-1.656-.794-1.656H3.506c-.834 0-1.305.98-.794 1.656L3.64 5Z"})})}const qb=k(Kb);function Qb(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:[r("path",{fill:"#fff",fillRule:"evenodd",d:"M15.575 8.5h9.175a2.25 2.25 0 0 1 0 4.5h-2.967a2.25 2.25 0 0 1-1.211 3.061 2.25 2.25 0 0 1-.975 3.406 2.25 2.25 0 0 1-1.847 3.535h-9.5a2.25 2.25 0 0 1-2.235-2.51A2.528 2.528 0 0 1 6 20.216v-9.331a2.09 2.09 0 0 1 .992-2.125l9.114-5.441a2.088 2.088 0 1 1 2.14 3.586L15.577 8.5Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"m15.575 8.5-.384-.644-2.335 1.394h2.72V8.5Zm6.208 4.5v-.75h-1.188l.51 1.073.678-.323Zm-1.211 3.062-.274-.699-.903.355.57.785.607-.441Zm-.975 3.406-.283-.695-.87.354.538.77.615-.43ZM6.015 20.492l.745.086.01-.084-.01-.084-.745.082ZM6 10.892l-.75-.001H6Zm0-.007.75.001v-.06l-.01-.06-.74.12Zm.992-2.125.384.644-.384-.644Zm9.114-5.441-.385-.644.385.644ZM19 4.094l-.655.365.655-.365Zm-.753 2.811-.385-.644.385.644Zm6.503.845h-9.175v1.5h9.175v-1.5Zm3 3a3 3 0 0 0-3-3v1.5a1.5 1.5 0 0 1 1.5 1.5h1.5Zm-3 3a3 3 0 0 0 3-3h-1.5a1.5 1.5 0 0 1-1.5 1.5v1.5Zm-2.967 0h2.967v-1.5h-2.967v1.5Zm.967.216c0-.46-.104-.897-.29-1.288l-1.355.645c.093.194.145.412.145.643h1.5Zm-1.904 2.794a3 3 0 0 0 1.904-2.794h-1.5a1.5 1.5 0 0 1-.952 1.398l.548 1.396Zm.904.623a2.99 2.99 0 0 0-.572-1.762l-1.213.882c.18.247.285.55.285.88h1.5Zm-1.87 2.78a3 3 0 0 0 1.87-2.78h-1.5a1.5 1.5 0 0 1-.936 1.39l.565 1.39Zm-.898-.266c.169.242.268.537.268.856h1.5a2.99 2.99 0 0 0-.538-1.714l-1.23.858Zm.268.856a1.5 1.5 0 0 1-1.5 1.5v1.5a3 3 0 0 0 3-3h-1.5Zm-1.5 1.5h-9.5v1.5h9.5v-1.5Zm-9.5 0a1.5 1.5 0 0 1-1.5-1.5h-1.5a3 3 0 0 0 3 3v-1.5Zm-1.5-1.5c0-.06.003-.118.01-.175l-1.49-.172c-.013.114-.02.23-.02.347h1.5Zm-1.5-.537c0 .12.007.24.02.358l1.49-.164a1.777 1.777 0 0 1-.01-.194h-1.5Zm0-2.833v2.833h1.5v-2.833h-1.5Zm0-3.417v3.417h1.5v-3.417h-1.5Zm0-3.074v3.074h1.5v-3.074h-1.5Zm0-.008v.007l1.5.002v-.007l-1.5-.002Zm1.357-2.768a2.84 2.84 0 0 0-1.347 2.888l1.48-.238a1.34 1.34 0 0 1 .636-1.362l-.769-1.288Zm9.114-5.441L6.607 8.116l.77 1.288 9.113-5.441-.769-1.288Zm3.934 1.053a2.839 2.839 0 0 0-3.934-1.053l.769 1.288a1.339 1.339 0 0 1 1.855.496l1.31-.73ZM18.63 7.55a2.839 2.839 0 0 0 1.024-3.82l-1.31.73c.353.633.14 1.43-.483 1.802l.77 1.288ZM15.96 9.144 18.63 7.55l-.769-1.288-2.671 1.595.769 1.288Z"}),r("rect",{width:4,height:14,y:9,fill:"#333",rx:1})]})}const Jb=k(Qb);function eM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#fff",fillRule:"evenodd",d:"M13.675 3.32a.2.2 0 0 0-.35 0L12.29 5.212a.2.2 0 0 1-.08.08l-1.89 1.034a.2.2 0 0 0 0 .35l1.89 1.034a.2.2 0 0 1 .08.08l1.034 1.89a.2.2 0 0 0 .35 0l1.034-1.89a.2.2 0 0 1 .08-.08l1.89-1.034a.2.2 0 0 0 0-.35L14.79 5.29a.2.2 0 0 1-.08-.08l-1.034-1.89Zm-5.5 4a.2.2 0 0 0-.35 0L6.26 10.18a.2.2 0 0 1-.08.08l-2.86 1.565a.2.2 0 0 0 0 .35l2.86 1.565a.2.2 0 0 1 .08.08l1.565 2.86a.2.2 0 0 0 .35 0l1.565-2.86a.2.2 0 0 1 .08-.08l2.86-1.565a.2.2 0 0 0 0-.35L9.82 10.26a.2.2 0 0 1-.08-.08L8.175 7.32Z",clipRule:"evenodd"})})}const tM=k(eM);function iM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#02B585",fillRule:"evenodd",d:"M10 3c2.835 0 5.2 2.137 5.833 5h.667a3 3 0 1 1 0 6h-.434c-.623 1.29-2.324 2.2-4.358 2.39-.273.37-.713.61-1.208.61h-1a1.5 1.5 0 0 1 0-3h1a1.5 1.5 0 0 1 1.396.95c1.3-.183 2.324-.716 2.77-1.35V9.537c0-2.862-2.099-5.166-4.666-5.166-2.505 0-4.564 2.193-4.663 4.958l-.004.208V14H3.5a3 3 0 1 1 0-6h.667C4.8 5.137 7.165 3 10 3Z",clipRule:"evenodd"}),r("circle",{cx:11.8,cy:9.887,r:.9,fill:"#02B585"}),r("circle",{cx:8.2,cy:9.887,r:.9,fill:"#02B585"})]})}const nM=k(iM);function rM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#CCC",fillRule:"evenodd",d:"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm.913-5.665v-.663c0-.468.026-.494.481-.897.845-.741 1.443-1.287 1.443-2.431 0-1.443-1.209-2.6-2.769-2.6-2.236 0-2.86 2.119-2.86 2.119l1.326.611s.416-1.248 1.534-1.248c.65 0 1.209.507 1.209 1.118 0 .611-.26.858-.741 1.274l-.238.203c-.669.568-.932.792-.932 1.552v.962h1.547Zm-.767 2.821a1.02 1.02 0 0 0 1.027-1.027 1.02 1.02 0 0 0-1.027-1.027 1.02 1.02 0 0 0-1.027 1.027 1.02 1.02 0 0 0 1.027 1.027Z",clipRule:"evenodd",opacity:.8})})}const oM=k(rM);function sM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"m14.555 4.189 7.554 5.66c.557.416.891 1.118.891 1.87v10.034c0 1.24-.895 2.247-2 2.247h-4a1 1 0 0 1-1-1v-4.619c0-1.24-.895-2.247-2-2.247-1.054 0-1.918.917-1.995 2.08L12 18.38V23a1 1 0 0 1-1 1H7c-1.105 0-2-1.006-2-2.247V11.718c0-.751.334-1.453.89-1.87l7.555-5.66a.91.91 0 0 1 1.11 0ZM14 6.272l-6.91 5.177c-.033.024-.07.095-.085.192L7 11.718v10.035c0 .052.005.095.01.13l.013.078c.003.018.002.03-.006.035L7 22h3l.001-3.684.009-.233c.143-2.175 1.835-3.949 3.99-3.949 2.196 0 3.894 1.834 3.995 4.04l.005.207V22h3c-.019 0-.025-.007-.025-.024l.022-.151.003-.072V11.718a.436.436 0 0 0-.065-.242l-.025-.027L14 6.272Z",clipRule:"evenodd"})})}const lM=k(sM);function aM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm1 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-3 2.75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v3.75h.25a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5h.75v-3h-.75a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"})})}const cM=k(aM);function hM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#EAEAEA"}),r("path",{fill:"#999",fillRule:"evenodd",d:"M10 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-.5 6h-1v-1H9v-3h-.5V9h2a.5.5 0 0 1 .5.5V13h.5v1h-2Z",clipRule:"evenodd"})]})}const dM=k(hM);function fM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:14.5,height:14.5,x:2.75,y:2.75,stroke:"#333",strokeLinejoin:"round",strokeWidth:1.5,rx:2.25}),r("circle",{cx:10,cy:10,r:2,fill:"#F66"})]})}const uM=k(fM);function pM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M13.766 7.643a1 1 0 0 0-1.532-1.286l-3.491 4.156-2.029-2.07a1 1 0 1 0-1.428 1.4l2.607 2.66a1.25 1.25 0 0 0 1.85-.07l4.023-4.79ZM16.5 9a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Zm-11 6a1 1 0 1 0 0 2h17a1 1 0 1 0 0-2h-17Zm-1 7a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2h-17a1 1 0 0 1-1-1Z",clipRule:"evenodd"})})}const gM=k(pM);function vM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#8092AA",fillRule:"evenodd",stroke:"#8092AA",strokeWidth:.4,d:"M3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0Zm1.248-.746a7.743 7.743 0 0 1 1.26-3.558c.8.138 1.625.252 2.473.341a16.202 16.202 0 0 0-.443 3.217h-3.29Zm4.088-4.4A37.97 37.97 0 0 1 6.38 6.61a7.793 7.793 0 0 1 3.184-2.008c-.392.467-.718 1.03-.983 1.637a9.966 9.966 0 0 0-.245.617Zm.416 4.4c.049-1.128.208-2.183.452-3.106a43.382 43.382 0 0 0 5.607.059c.236.91.389 1.943.437 3.047H8.752Zm3.714-4.197c.664 0 1.318-.015 1.962-.045C13.83 5.494 12.964 4.54 12 4.54c-.953 0-1.81.933-2.407 2.421.934.064 1.894.097 2.873.097Zm3.996 4.197a16.28 16.28 0 0 0-.422-3.131 40.65 40.65 0 0 0 2.539-.292 7.739 7.739 0 0 1 1.173 3.423h-3.29Zm-.77-4.32a39.415 39.415 0 0 0 2.037-.209 7.793 7.793 0 0 0-3.293-2.124c.392.467.717 1.03.983 1.637.097.222.188.455.273.697ZM6.376 17.388a7.79 7.79 0 0 0 3.188 2.012c-.392-.467-.718-1.03-.983-1.637a9.913 9.913 0 0 1-.247-.621c-.668.067-1.322.149-1.958.246Zm-.87-1.087a7.745 7.745 0 0 1-1.28-3.834H7.53c.032 1.244.188 2.43.45 3.493-.847.089-1.673.203-2.473.34Zm4.085.736c.597 1.49 1.455 2.425 2.409 2.425.965 0 1.832-.956 2.43-2.477a42.634 42.634 0 0 0-4.839.052Zm5.221-1.247a43.76 43.76 0 0 0-5.61.059 14.975 14.975 0 0 1-.46-3.382h6.516a15.04 15.04 0 0 1-.446 3.323Zm.881 1.272c-.085.244-.177.477-.274.7-.266.608-.591 1.17-.983 1.638a7.794 7.794 0 0 0 3.297-2.128 39.33 39.33 0 0 0-2.04-.21Zm2.888-.896a39.831 39.831 0 0 0-2.54-.292c.25-1.04.4-2.196.43-3.407h3.303a7.744 7.744 0 0 1-1.193 3.699Z",clipRule:"evenodd"})})}const mM=k(vM);function xM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M13.73 3.267a.906.906 0 0 1 .089 1.19l-.09.102L8.23 10l5.5 5.441a.906.906 0 0 1 .09 1.19l-.09.102a.93.93 0 0 1-1.201.088l-.104-.088-6.154-6.087a.906.906 0 0 1-.089-1.19l.09-.102 6.153-6.087a.93.93 0 0 1 1.306 0Z",clipRule:"evenodd"})})}const wM=k(xM);function yM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#999",d:"M10.584 8.142c.293.168.309.565.07.804-.207.207-.532.219-.797.096a2.267 2.267 0 0 0-2.557.453L4.686 12.11a2.266 2.266 0 0 0 3.205 3.206L9.904 13.3a.567.567 0 0 1 .801.802l-2.013 2.013a3.4 3.4 0 1 1-4.808-4.808l2.614-2.614a3.4 3.4 0 0 1 4.086-.552Z"}),r("path",{fill:"#999",d:"M9.677 11.334c-.294-.167-.309-.565-.07-.804.207-.206.532-.218.797-.095.838.389 1.865.237 2.557-.454l2.614-2.614a2.266 2.266 0 0 0-3.205-3.205l-2.013 2.013a.567.567 0 0 1-.802-.801L11.57 3.36a3.4 3.4 0 1 1 4.807 4.807l-2.614 2.614a3.401 3.401 0 0 1-4.085.552Z"}),r("path",{fill:"#999",fillRule:"evenodd",d:"M11.411 3.203a3.622 3.622 0 0 1 5.122 5.122L13.92 10.94a3.623 3.623 0 0 1-4.352.588c-.448-.255-.437-.833-.117-1.154.292-.292.725-.29 1.047-.14a2.045 2.045 0 0 0 2.307-.41l2.614-2.613a2.044 2.044 0 1 0-2.891-2.891l-2.013 2.013a.789.789 0 1 1-1.116-1.116l2.013-2.013Zm4.808.315a3.177 3.177 0 0 0-4.493 0L9.713 5.53a.344.344 0 0 0 .487.487l2.013-2.013a2.489 2.489 0 0 1 3.519 3.519l-2.614 2.614a2.49 2.49 0 0 1-2.808.498c-.208-.096-.424-.07-.546.051-.158.158-.117.374.023.454a3.179 3.179 0 0 0 3.818-.516l2.614-2.614a3.177 3.177 0 0 0 0-4.493ZM6.341 8.537a3.623 3.623 0 0 1 4.353-.588c.447.255.437.834.116 1.154-.291.292-.725.29-1.047.14a2.045 2.045 0 0 0-2.306.41l-2.614 2.614a2.044 2.044 0 1 0 2.89 2.89l2.014-2.013a.789.789 0 0 1 1.115 1.116L8.85 16.273a3.622 3.622 0 1 1-5.122-5.122l2.614-2.614Zm4.133-.202a3.179 3.179 0 0 0-3.818.516l-2.614 2.614a3.177 3.177 0 0 0 4.493 4.494l2.013-2.013a.344.344 0 1 0-.487-.487l-2.013 2.013a2.489 2.489 0 0 1-3.52-3.52l2.615-2.614A2.49 2.49 0 0 1 9.95 8.84c.207.097.424.07.545-.05.158-.159.118-.375-.022-.455Z",clipRule:"evenodd"})]})}const _M=k(yM);function bM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:7,height:16,x:12,y:2,fill:"#EAEAEA",rx:3.5}),r("path",{fill:"#777",fillRule:"evenodd",d:"m13 13 2.5 3 2.5-3h-5ZM13 7l2.5-3L18 7h-5ZM1 4h9v2H1V4Zm0 5h9v2H1V9Zm9 5H1v2h9v-2Z",clipRule:"evenodd"}),r("path",{stroke:"#CCC",strokeLinecap:"square",d:"M14 10h3"})]})}const MM=k(bM);function ZM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",fillRule:"evenodd",d:"M8 2a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-1h-2v1a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1h2V6a4 4 0 0 0-4-4H8Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"M20.968 12.733a.97.97 0 0 0 0-1.466L18.8 9.39a.97.97 0 0 0-1.604.733v3.756a.97.97 0 0 0 1.604.733l2.168-1.878Z"}),r("rect",{width:6,height:2,x:12,y:11,fill:"#333",rx:.5})]})}const SM=k(ZM);function IM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#C1E7DD",fillRule:"evenodd",d:"M7.333.667H16a2 2 0 0 1 2 2v14.666a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6L7.333.667Z",clipRule:"evenodd"}),r("path",{fill:"#02B585",fillRule:"evenodd",d:"M6 7.833a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v.334a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-.333ZM6 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v.334a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V10.5Zm.5 2.167a.5.5 0 0 0-.5.5v.333a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-.333a.5.5 0 0 0-.5-.5h-7ZM2 6h5.333V.667",clipRule:"evenodd"})]})}const AM=k(IM);function CM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M6 9a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Zm0 5a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Zm1 4a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2H7Z",clipRule:"evenodd"})})}const RM=k(CM);function FM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{stroke:"#555",strokeLinecap:"round",strokeWidth:1.5,d:"M16 10.635v5.519c0 1.02-.768 1.846-1.714 1.846H5.714C4.768 18 4 17.173 4 16.154V3.846C4 2.826 4.768 2 5.714 2h2.429"}),r("path",{stroke:"#999",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 2h5v5"}),r("rect",{width:9,height:2,x:9.757,y:7.828,fill:"#999",rx:1,transform:"rotate(-45 9.757 7.828)"})]})}const kM=k(FM);function BM(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#999",fillRule:"evenodd",d:"M11.5 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM10 16.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",clipRule:"evenodd"})})}const EM=k(BM);function LM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("circle",{cx:17.5,cy:9.5,r:2.5,fill:"#F66"}),r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M8.211 20.598c1.155.667 2.623.416 3.72-.51.284-.24.242-.667-.045-.832l-4.35-2.512c-.287-.165-.678.012-.743.378-.254 1.413.264 2.81 1.418 3.476ZM16.05 3.308c-.353-.204-.905-.448-1.491-.214a1.397 1.397 0 0 0-.577.437c-.05.064-.096.13-.132.189-2.363-.627-4.942.14-6.178 2.282l-.856 1.482c-.433.75-1.236 1.279-2.272 1.397h-.006a2.021 2.021 0 0 0-1.526.985c-.633 1.096-.06 2.36.892 2.91l10.02 5.785c.952.55 2.333.414 2.966-.683.331-.574.333-1.244.086-1.82l-.002-.007c-.317-.727-.357-1.462-.163-2.103a4.474 4.474 0 0 1-1.863-.741c-.4 1.163-.324 2.453.19 3.638.005.011.008.02.01.028l-.01.002a.32.32 0 0 1-.214-.046l-10.02-5.786a.32.32 0 0 1-.148-.162l-.003-.01a.17.17 0 0 1 .022-.004c1.599-.183 2.993-1.031 3.773-2.383l.856-1.482c.773-1.34 2.663-1.93 4.513-1.151l.535.225.068.052a4.482 4.482 0 0 1 2.429-1.095c.039-.148.062-.333.032-.541-.091-.624-.578-.98-.931-1.184Z",clipRule:"evenodd"})]})}const DM=k(LM);function TM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#D9F4ED",fillRule:"evenodd",d:"M2.5 7a4.5 4.5 0 0 0 4.303-5.82A11.953 11.953 0 0 1 12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12c0-1.862.424-3.624 1.18-5.197A4.5 4.5 0 0 0 2.5 7Z",clipRule:"evenodd"}),r("circle",{cx:2.5,cy:2.5,r:2.5,fill:"#F66"}),r("path",{stroke:"#61CBB5",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9 11.6 2.25 2.4L15 10"})]})}const VM=k(TM);function PM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#D9F4ED",fillRule:"evenodd",d:"M2.5 7a4.5 4.5 0 0 0 4.303-5.82A11.953 11.953 0 0 1 12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12c0-1.862.424-3.624 1.18-5.197A4.5 4.5 0 0 0 2.5 7Z",clipRule:"evenodd"}),r("circle",{cx:2.5,cy:2.5,r:2.5,fill:"#F66"}),r("path",{stroke:"#61CBB5",strokeLinecap:"round",strokeWidth:1.5,d:"M10 10h4M10 13h4"}),r("path",{fill:"#61CBB5",fillRule:"evenodd",d:"M5.25 8A2.75 2.75 0 0 1 8 5.25h8A2.75 2.75 0 0 1 18.75 8v8A2.75 2.75 0 0 1 16 18.75H8A2.75 2.75 0 0 1 5.25 16V8ZM8 6.75c-.69 0-1.25.56-1.25 1.25v8c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25V8c0-.69-.56-1.25-1.25-1.25H8Z",clipRule:"evenodd"})]})}const OM=k(PM);function HM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#555",d:"M17.5 3.5a1 1 0 0 0-1-1h-5a1 1 0 0 0 0 2h2.586L9.429 9.157a1 1 0 1 0 1.414 1.414L15.5 5.914V8.5a1 1 0 0 0 2 0v-5Z"}),r("path",{fill:"#555",d:"M4.5 3.5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3a1 1 0 1 0-2 0v3h-10v-10h3a1 1 0 0 0 0-2h-3Z"})]})}const UM=k(HM);function $M(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M12.425 3.283a.5.5 0 0 0-.708 0l-.707.707a.5.5 0 0 0 0 .707L15.314 9H1.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h13.814l-4.304 4.303a.5.5 0 0 0 0 .708l.707.707a.5.5 0 0 0 .708 0l6.364-6.364a.5.5 0 0 0 0-.707l-6.364-6.364Z",clipRule:"evenodd"})})}const zM=k($M);function GM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,stroke:"#333",strokeWidth:1.5}),r("path",{fill:"#333",fillRule:"evenodd",d:"M10 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-.5 6h-1v-1H9v-3h-.5V9h2a.5.5 0 0 1 .5.5V13h.5v1h-2Z",clipRule:"evenodd"})]})}const WM=k(GM);function jM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#EAEAEA"}),r("path",{fill:"#999",fillRule:"evenodd",d:"M10 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-.5 6h-1v-1H9v-3h-.5V9h2a.5.5 0 0 1 .5.5V13h.5v1h-2Z",clipRule:"evenodd"})]})}const NM=k(jM);function XM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:16,height:15,x:4,y:5,stroke:"#333",strokeWidth:2,rx:3}),r("rect",{width:2,height:3,x:15,y:2.5,fill:"#333",rx:1}),r("rect",{width:2,height:3,x:7,y:2.5,fill:"#333",rx:1}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m8.5 12.3 2.625 2.7 4.375-4.5"}),r("path",{fill:"#333",d:"M5 8a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2H5Z"})]})}const YM=k(XM);function KM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{stroke:"#333",strokeLinecap:"round",strokeWidth:1.5,d:"M13.5 5.23C13.5 3.446 12.029 2 10.214 2h-.428C7.97 2 6.5 3.446 6.5 5.23V8"}),r("path",{stroke:"#333",strokeWidth:1.5,d:"M3.25 11A2.25 2.25 0 0 1 5.5 8.75h9A2.25 2.25 0 0 1 16.75 11v6c0 .69-.56 1.25-1.25 1.25h-11c-.69 0-1.25-.56-1.25-1.25v-6Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M7.75 13.5a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Zm3 0a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z",clipRule:"evenodd"})]})}const qM=k(KM);function QM(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{stroke:"#333",strokeWidth:1.5,d:"M4.75 4A2.25 2.25 0 0 1 7 1.75h6A2.25 2.25 0 0 1 15.25 4v12A2.25 2.25 0 0 1 13 18.25H7A2.25 2.25 0 0 1 4.75 16V4Z"}),r("path",{stroke:"#333",strokeLinecap:"round",strokeWidth:1.5,d:"M9 16h2"})]})}const JM=k(QM);function eZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M14 2c5.524 0 10 4.507 10 10.063 0 5.08-3 9.617-8.877 13.586-.554.374-1.253.444-1.91.174l-.164-.075-.179-.108-.38-.263C6.931 21.474 4.064 17.032 4 12.063 4 6.108 8.273 2 14 2Zm0 2c-4.64 0-8 3.23-8 8.05.054 4.135 2.444 7.937 7.267 11.425l.366.261.313.22.056.036.371-.254c4.876-3.388 7.38-7.07 7.61-11.066l.013-.308.004-.301C22 7.608 18.417 4 14 4Zm0 4.286c2.22 0 4 1.865 4 4.143 0 2.278-1.78 4.143-4 4.143-2.22 0-4-1.865-4-4.143 0-2.278 1.78-4.143 4-4.143Zm0 2c-1.094 0-2 .95-2 2.143 0 1.194.906 2.143 2 2.143 1.094 0 2-.95 2-2.143 0-1.194-.906-2.143-2-2.143Z",clipRule:"evenodd"})})}const tZ=k(eZ);function iZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#555",fillRule:"evenodd",d:"M16 2a2 2 0 0 1 2 2v3.5a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2H16Zm-.5 1.5a1 1 0 0 1 1 1V7a1 1 0 0 1-1 1H13a1 1 0 0 1-1-1V4.5a1 1 0 0 1 1-1h2.5ZM7.5 10.5a2 2 0 0 1 2 2V16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3.5a2 2 0 0 1 2-2h3.5ZM7 12a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H4.5a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1H7ZM7.5 2a2 2 0 0 1 2 2v3.5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h3.5ZM7 3.5a1 1 0 0 1 1 1V7a1 1 0 0 1-1 1H4.5a1 1 0 0 1-1-1V4.5a1 1 0 0 1 1-1H7Z",clipRule:"evenodd"}),r("path",{fill:"#555",d:"M7 4.5H4.5V7H7z"}),r("path",{fill:"#555",fillRule:"evenodd",d:"M16 10.5a2 2 0 0 1 2 2V16a2 2 0 0 1-2 2h-3.5a2 2 0 0 1-2-2v-3.5a2 2 0 0 1 2-2H16Zm-.5 1.5a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H13a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1h2.5Z",clipRule:"evenodd"}),r("path",{fill:"#555",d:"M15.5 13H13v2.5h2.5z"})]})}const nZ=k(iZ);function rZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#555",d:"M5.833 10a4.167 4.167 0 1 1 8.333 0 4.167 4.167 0 0 1-8.333 0Z",opacity:.2}),r("path",{fill:"#555",fillRule:"evenodd",d:"M10 5.292a4.708 4.708 0 1 0 0 9.416 4.708 4.708 0 0 0 0-9.416ZM6.375 10a3.625 3.625 0 1 1 7.25 0 3.625 3.625 0 0 1-7.25 0Z",clipRule:"evenodd"}),r("path",{fill:"#555",fillRule:"evenodd",d:"M10 1.125a8.875 8.875 0 1 0 0 17.75 8.875 8.875 0 0 0 0-17.75ZM2.208 10a7.792 7.792 0 1 1 15.583 0 7.792 7.792 0 0 1-15.583 0Z",clipRule:"evenodd"})]})}const oZ=k(rZ);function sZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:24,height:24,fill:"#F4F4F4",rx:12}),r("rect",{width:12,height:12,x:6,y:6,stroke:"#CCC",strokeWidth:1.5,rx:2}),r("path",{stroke:"#CCC",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m9 11.6 2.25 2.4L15 10"})]})}const lZ=k(sZ);function aZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:24,height:24,fill:"#F4F4F4",rx:12}),r("path",{stroke:"#CCC",strokeLinecap:"round",strokeWidth:1.5,d:"M13 10.5h4M7 13.5h10M7 16.5h10M7 8.786l1.403 1.503a.25.25 0 0 0 .378-.015L11 7.5"})]})}const cZ=k(aZ);function hZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:24,height:24,fill:"#F4F4F4",rx:12}),r("path",{stroke:"#CCC",strokeLinecap:"round",strokeWidth:1.5,d:"M10 10h4M10 13h4"}),r("rect",{width:12,height:12,x:6,y:6,stroke:"#CCC",strokeWidth:1.5,rx:2})]})}const dZ=k(hZ);function fZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M15.133 5.243a7 7 0 1 0 1.536 6.89.473.473 0 0 0-.351-.599l-1.115-.27a.224.224 0 0 0-.27.16 5.133 5.133 0 1 1-.973-4.691H11.9a.5.5 0 0 0-.5.5V8.1a.5.5 0 0 0 .5.5h4.6a.5.5 0 0 0 .5-.5V3.5a.5.5 0 0 0-.5-.5h-.867a.5.5 0 0 0-.5.5v1.743Z",clipRule:"evenodd"})})}const uZ=k(fZ);function pZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:8,fill:"#FF7979"}),r("path",{fill:"#fff",fillRule:"evenodd",d:"M5 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Z",clipRule:"evenodd"})]})}const gZ=k(pZ);function vZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M6.27 16.733a.906.906 0 0 1-.089-1.19l.09-.102L11.77 10l-5.5-5.441a.906.906 0 0 1-.09-1.19l.09-.102a.93.93 0 0 1 1.201-.088l.104.088 6.154 6.087a.906.906 0 0 1 .089 1.19l-.09.102-6.153 6.087a.93.93 0 0 1-1.306 0Z",clipRule:"evenodd"})})}const mZ=k(vZ);function xZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:9,cy:9,r:7,stroke:"#555",strokeWidth:2}),r("path",{stroke:"#555",strokeLinecap:"round",strokeWidth:2,d:"m14.5 14.5 4 4"})]})}const wZ=k(xZ);function yZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M15.833 1.875H4.167a2.292 2.292 0 0 0-2.292 2.292v2.5a2.292 2.292 0 0 0 2.292 2.291h11.666a2.292 2.292 0 0 0 2.292-2.291v-2.5a2.292 2.292 0 0 0-2.292-2.292ZM4.167 3.125h11.666c.576 0 1.042.466 1.042 1.042v2.5c0 .575-.466 1.041-1.042 1.041H4.167a1.042 1.042 0 0 1-1.042-1.041v-2.5c0-.576.466-1.042 1.042-1.042Zm11.666 7.917H4.167a2.292 2.292 0 0 0-2.292 2.291v2.5a2.292 2.292 0 0 0 2.292 2.292h11.666a2.292 2.292 0 0 0 2.292-2.292v-2.5a2.292 2.292 0 0 0-2.292-2.291Zm-11.666 1.25h11.666c.576 0 1.042.466 1.042 1.041v2.5c0 .576-.466 1.042-1.042 1.042H4.167a1.042 1.042 0 0 1-1.042-1.042v-2.5c0-.575.466-1.041 1.042-1.041Z",clipRule:"evenodd"})})}const _Z=k(yZ);function bZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#999",fillRule:"evenodd",d:"M10.405 17h-.81a.913.913 0 0 1-.899-.75l-.117-.646a5.707 5.707 0 0 1-1.535-.638l-.542.375a.932.932 0 0 1-1.165-.105l-.573-.573a.913.913 0 0 1-.105-1.165l.375-.542a5.716 5.716 0 0 1-.638-1.535l-.646-.117a.913.913 0 0 1-.75-.899v-.81c0-.442.315-.82.75-.898l.646-.118c.136-.539.35-1.053.638-1.535l-.375-.542a.913.913 0 0 1 .105-1.165l.573-.573a.931.931 0 0 1 1.165-.105l.542.375a5.711 5.711 0 0 1 1.535-.638l.117-.646A.913.913 0 0 1 9.595 3h.81c.441 0 .82.315.899.75l.117.646c.539.136 1.053.35 1.535.638l.542-.375a.931.931 0 0 1 1.165.105l.573.573a.912.912 0 0 1 .105 1.165l-.375.542c.288.482.502.996.638 1.535l.646.117c.435.08.75.457.75.899v.81c0 .442-.315.82-.75.898l-.646.118a5.725 5.725 0 0 1-.638 1.535l.375.542a.912.912 0 0 1-.105 1.165l-.573.573a.907.907 0 0 1-1.165.105l-.542-.375a5.71 5.71 0 0 1-1.535.638l-.117.646a.913.913 0 0 1-.899.75ZM10 8c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2Z",clipRule:"evenodd"})})}const MZ=k(bZ);function ZZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M14.637 2c1.12 0 2.088.763 2.36 1.836l.035.163.074.408.168.054c.262.09.52.191.773.303l.378.175.159.083.344-.238a2.469 2.469 0 0 1 2.824.04l.15.117.133.124.9.9c.79.788.936 2.003.38 2.952l-.1.156-.237.342.083.161c.122.25.234.503.335.76l.143.39.053.167.409.075a2.434 2.434 0 0 1 1.975 2.056l.018.173.006.166v1.274a2.434 2.434 0 0 1-1.836 2.36l-.163.035-.409.073-.053.169c-.09.262-.191.52-.303.773l-.175.377-.084.16.239.343a2.434 2.434 0 0 1-.035 2.822l-.12.151-.126.135-.9.9a2.426 2.426 0 0 1-1.722.713c-.434 0-.856-.115-1.229-.333l-.156-.1-.344-.238-.159.083c-.249.123-.503.235-.76.335l-.39.144-.169.053-.074.409a2.435 2.435 0 0 1-2.056 1.975l-.173.018-.166.006h-1.274a2.435 2.435 0 0 1-2.36-1.836L10.968 24l-.075-.408-.167-.053a9.965 9.965 0 0 1-.773-.303l-.378-.175-.16-.084-.344.24a2.47 2.47 0 0 1-2.823-.04l-.15-.118-.133-.124-.9-.9a2.435 2.435 0 0 1-.38-2.952l.1-.156.236-.343-.082-.16a9.972 9.972 0 0 1-.335-.761l-.143-.39-.054-.167-.408-.074a2.435 2.435 0 0 1-1.975-2.056l-.018-.173L2 14.637v-1.274c0-1.121.763-2.09 1.836-2.36L4 10.969l.407-.074.054-.167c.09-.262.19-.52.302-.773l.176-.378.082-.161-.237-.343A2.435 2.435 0 0 1 4.82 6.25l.12-.15.125-.136.9-.9a2.466 2.466 0 0 1 2.954-.378l.154.098.342.237.16-.082c.25-.123.503-.235.76-.335l.39-.144.168-.054.075-.408a2.436 2.436 0 0 1 2.056-1.975l.173-.018.166-.006h1.274Zm0 2h-1.274a.435.435 0 0 0-.407.282l-.02.075-.3 1.648-.623.158a7.96 7.96 0 0 0-1.853.726l-.291.166-.553.33-1.381-.956a.471.471 0 0 0-.49-.001l-.066.051-.9.9a.434.434 0 0 0-.093.478l.043.077.956 1.38-.33.554a7.998 7.998 0 0 0-.788 1.771l-.104.373-.157.624-1.65.3a.433.433 0 0 0-.35.35L4 13.363v1.274c0 .184.115.344.282.407l.075.02 1.649.3.157.624c.163.644.406 1.264.725 1.853l.167.291.33.553-.956 1.38a.435.435 0 0 0-.006.487l.056.069.9.9c.117.117.325.15.481.09l.074-.04 1.382-.957.553.331a7.984 7.984 0 0 0 1.823.804l.32.088.625.158.298 1.647c.034.182.175.32.351.351l.077.007h1.274a.434.434 0 0 0 .407-.282l.02-.075.3-1.648.624-.158a7.96 7.96 0 0 0 1.853-.726l.29-.166.554-.33 1.38.956a.43.43 0 0 0 .49.005l.066-.055.9-.9a.434.434 0 0 0 .093-.477l-.043-.078-.956-1.38.33-.554a8.015 8.015 0 0 0 .788-1.771l.104-.374.158-.623 1.648-.3a.433.433 0 0 0 .35-.35l.007-.077v-1.274a.434.434 0 0 0-.282-.407l-.074-.02-1.649-.3-.158-.623a7.968 7.968 0 0 0-.699-1.805l-.193-.34-.33-.553.956-1.38a.434.434 0 0 0 .006-.487l-.055-.069-.901-.9a.47.47 0 0 0-.481-.09l-.074.04-1.38.957-.554-.331a8.001 8.001 0 0 0-1.771-.788l-.373-.104-.624-.158-.3-1.648a.435.435 0 0 0-.35-.35L14.637 4ZM14 10c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4Zm0 2c-1.102 0-2 .898-2 2 0 1.102.898 2 2 2 1.102 0 2-.898 2-2 0-1.102-.898-2-2-2Z",clipRule:"evenodd"})})}const SZ=k(ZZ);function IZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 15a3 3 0 0 1 2.995 2.824L13 18v3a3 3 0 0 1-2.824 2.995L10 24H7a3 3 0 0 1-2.995-2.824L4 21v-3a3 3 0 0 1 2.824-2.995L7 15h3Zm11 0a3 3 0 0 1 2.995 2.824L24 18v3a3 3 0 0 1-2.824 2.995L21 24h-3a3 3 0 0 1-2.995-2.824L15 21v-3a3 3 0 0 1 2.824-2.995L18 15h3Zm-11 2H7a1 1 0 0 0-.993.883L6 18v3a1 1 0 0 0 .883.993L7 22h3a1 1 0 0 0 .993-.883L11 21v-3a1 1 0 0 0-.883-.993L10 17Zm11 0h-3a1 1 0 0 0-.993.883L17 18v3a1 1 0 0 0 .883.993L18 22h3a1 1 0 0 0 .993-.883L22 21v-3a1 1 0 0 0-.883-.993L21 17ZM10 4a3 3 0 0 1 2.995 2.824L13 7v3a3 3 0 0 1-2.824 2.995L10 13H7a3 3 0 0 1-2.995-2.824L4 10V7a3 3 0 0 1 2.824-2.995L7 4h3Zm11 0a3 3 0 0 1 2.995 2.824L24 7v3a3 3 0 0 1-2.824 2.995L21 13h-3a3 3 0 0 1-2.995-2.824L15 10V7a3 3 0 0 1 2.824-2.995L18 4h3ZM10 6H7a1 1 0 0 0-.993.883L6 7v3a1 1 0 0 0 .883.993L7 11h3a1 1 0 0 0 .993-.883L11 10V7a1 1 0 0 0-.883-.993L10 6Zm11 0h-3a1 1 0 0 0-.993.883L17 7v3a1 1 0 0 0 .883.993L18 11h3a1 1 0 0 0 .993-.883L22 10V7a1 1 0 0 0-.883-.993L21 6Z",clipRule:"evenodd"})})}const AZ=k(IZ);function CZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("rect",{width:15.556,height:1.667,x:2.222,y:3.611,fill:"#555",rx:.5}),r("rect",{width:15.556,height:1.667,x:2.222,y:9.166,fill:"#555",rx:.5}),r("rect",{width:15.556,height:1.667,x:2.222,y:14.722,fill:"#555",rx:.5}),r("path",{fill:"#fff",d:"M8.333 4.444a1.667 1.667 0 1 1-3.333 0 1.667 1.667 0 0 1 3.333 0Z"}),r("path",{fill:"#555",fillRule:"evenodd",d:"M6.667 3.611a.833.833 0 1 0 0 1.667.833.833 0 0 0 0-1.667Zm-2.5.833a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",d:"M15 10a1.667 1.667 0 1 1-3.334 0A1.667 1.667 0 0 1 15 10Z"}),r("path",{fill:"#555",fillRule:"evenodd",d:"M13.334 9.167a.833.833 0 1 0 0 1.666.833.833 0 0 0 0-1.666Zm-2.5.833a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z",clipRule:"evenodd"}),r("path",{fill:"#fff",d:"M9.445 15.555a1.667 1.667 0 1 1-3.334 0 1.667 1.667 0 0 1 3.334 0Z"}),r("path",{fill:"#555",fillRule:"evenodd",d:"M7.778 14.722a.833.833 0 1 0 0 1.667.833.833 0 0 0 0-1.667Zm-2.5.834a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z",clipRule:"evenodd"})]})}const RZ=k(CZ);function FZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("rect",{width:3.5,height:12.5,x:3.75,y:7.75,fill:"#02B585",stroke:"#333",strokeWidth:1.5,rx:1.75}),r("rect",{width:3.5,height:10.5,x:10.25,y:9.75,fill:"#02B585",stroke:"#333",strokeWidth:1.5,rx:1.75}),r("rect",{width:3.5,height:16.5,x:16.75,y:3.75,fill:"#02B585",stroke:"#333",strokeWidth:1.5,rx:1.75})]})}const kZ=k(FZ);function BZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r("path",{fill:"#999",fillRule:"evenodd",d:"M19.5 5.5v13a1 1 0 1 1-2 0v-13a1 1 0 1 1 2 0Zm-3.5 0a2.5 2.5 0 0 1 5 0v13a2.5 2.5 0 0 1-5 0v-13Zm-9.5 13v-9a1 1 0 0 0-2 0v9a1 1 0 1 0 2 0ZM5.5 7A2.5 2.5 0 0 0 3 9.5v9a2.5 2.5 0 0 0 5 0v-9A2.5 2.5 0 0 0 5.5 7ZM13 18.5v-7a1 1 0 1 0-2 0v7a1 1 0 1 0 2 0ZM12 9a2.5 2.5 0 0 0-2.5 2.5v7a2.5 2.5 0 0 0 5 0v-7A2.5 2.5 0 0 0 12 9Z",clipRule:"evenodd"})})}const EZ=k(BZ);function LZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[r("path",{fill:"#333",d:"M17 12a1 1 0 1 1 2 0v7.8a.2.2 0 0 1-.2.2h-1.6a.2.2 0 0 1-.2-.2V12ZM9 15a1 1 0 1 1 2 0v4.8a.2.2 0 0 1-.2.2H9.2a.2.2 0 0 1-.2-.2V15ZM5 17a1 1 0 1 1 2 0v2.8a.2.2 0 0 1-.2.2H5.2a.2.2 0 0 1-.2-.2V17ZM13 16a1 1 0 1 1 2 0v3.8a.2.2 0 0 1-.2.2h-1.6a.2.2 0 0 1-.2-.2V16Z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M20.494 4.155a1 1 0 0 0-.992-1.141l-2.96.005a1 1 0 0 0-.753 1.656l.507.584-4.062 3.53-1.98-2.277a1.089 1.089 0 0 0-1.536-.107L4.05 10.463a1 1 0 0 0-.099 1.411l.117.134a1 1 0 0 0 1.41.1l3.848-3.345 1.98 2.277a1.089 1.089 0 0 0 1.536.108l4.884-4.246.607.698a1 1 0 0 0 1.744-.515l.418-2.93Z",clipRule:"evenodd"})]})}const DZ=k(LZ);function TZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#555",fillRule:"evenodd",d:"M1.125 5A3.875 3.875 0 0 1 5 1.125h10A3.875 3.875 0 0 1 18.875 5v10a3.875 3.875 0 0 1-3.876 3.875H5A3.875 3.875 0 0 1 1.126 15V5ZM5 2.208A2.792 2.792 0 0 0 2.208 5v10A2.792 2.792 0 0 0 5 17.792h10A2.792 2.792 0 0 0 17.79 15V5A2.792 2.792 0 0 0 15 2.208H5Z",clipRule:"evenodd"}),r("path",{fill:"#555",d:"M11.666 5h.833v10h-.833V5ZM4.166 5.833V7.5h2.5v6.667h1.667V7.5h2.5V5.833H4.166Z"})]})}const VZ=k(TZ);function PZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#8092AA",fillRule:"evenodd",d:"M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm0 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Zm.743 3.398A.75.75 0 0 0 9.25 7v3.6l.007.104a.75.75 0 0 0 .167.376l2 2.4.077.08a.75.75 0 0 0 .98.016l.08-.077a.75.75 0 0 0 .015-.98l-1.826-2.191V7l-.007-.102Z",clipRule:"evenodd"})})}const OZ=k(PZ);function HZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M7.6 4a1 1 0 0 1 1-1h2.8a1 1 0 0 1 1 1h3.19a.91.91 0 0 1 .91.91v.18a.91.91 0 0 1-.91.91H4.41a.91.91 0 0 1-.91-.91v-.18A.91.91 0 0 1 4.41 4H7.6ZM5.082 7a.96.96 0 0 0-.953 1.074l.906 7.552A1.56 1.56 0 0 0 6.584 17h6.832c.79 0 1.455-.59 1.549-1.374l.906-7.552A.96.96 0 0 0 14.918 7H5.082ZM8.1 9a.6.6 0 0 0-.6.6v4.8a.6.6 0 0 0 .6.6h.3a.6.6 0 0 0 .6-.6V9.6a.6.6 0 0 0-.6-.6h-.3Zm2.9.6a.6.6 0 0 1 .6-.6h.3a.6.6 0 0 1 .6.6v4.8a.6.6 0 0 1-.6.6h-.3a.6.6 0 0 1-.6-.6V9.6Z",clipRule:"evenodd"})})}const UZ=k(HZ);function $Z(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("circle",{cx:10,cy:10,r:9,fill:"#02B585"}),r("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m5 9.5 3.75 3.75L15 7"})]})}const zZ=k($Z);function GZ(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:[r("circle",{cx:14,cy:14,r:11,stroke:"#333",strokeWidth:2}),r("path",{fill:"#333",fillRule:"evenodd",d:"M15.266 16.167v.942h-2.199v-1.367c0-1.081.374-1.399 1.324-2.206l.339-.288c.683-.592 1.053-.943 1.053-1.811s-.794-1.59-1.718-1.59c-1.59 0-2.18 1.775-2.18 1.775L10 10.753s.887-3.011 4.065-3.011c2.217 0 3.935 1.644 3.935 3.695 0 1.626-.85 2.402-2.05 3.455-.647.573-.684.61-.684 1.275Zm.37 3.491a1.45 1.45 0 0 1-1.46 1.46 1.45 1.45 0 0 1-1.46-1.46c0-.812.647-1.459 1.46-1.459.812 0 1.46.647 1.46 1.46Z",clipRule:"evenodd"})]})}const WZ=k(GZ);function jZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12",...e,children:r("path",{fill:"#999",fillRule:"evenodd",d:"M8.96 8.5a.5.5 0 0 0 .39-.812l-2.96-3.7a.5.5 0 0 0-.78 0l-2.96 3.7a.5.5 0 0 0 .39.812h5.92Z",clipRule:"evenodd"})})}const NZ=k(jZ);function XZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M16.733 13.73a.906.906 0 0 1-1.19.089l-.102-.09L10 8.23l-5.441 5.5a.906.906 0 0 1-1.19.09l-.102-.09a.93.93 0 0 1-.088-1.201l.088-.104L9.354 6.27a.906.906 0 0 1 1.19-.089l.102.09 6.087 6.153a.93.93 0 0 1 0 1.306Z",clipRule:"evenodd"})})}const YZ=k(XZ);function KZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M10 2.25a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5Zm0 1.5a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5Zm7.746 12.03A5.75 5.75 0 0 0 12 10.25H8l-.22.004A5.75 5.75 0 0 0 2.25 16v1l.007.102A.75.75 0 0 0 3.75 17v-1l.005-.206A4.25 4.25 0 0 1 8 11.75h4l.206.005A4.25 4.25 0 0 1 16.25 16v1l.007.102A.75.75 0 0 0 17.75 17v-1l-.004-.22Z",clipRule:"evenodd"})})}const qZ=k(KZ);function QZ(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M15.835 4.167a.561.561 0 0 0-.8 0l-2.293 2.316a6.315 6.315 0 0 0-2.959-.77c-3.997 0-6.588 4.088-6.696 4.262a.576.576 0 0 0 0 .607 11.33 11.33 0 0 0 2.746 2.879l-1.537 1.552a.574.574 0 0 0 .246.969c.2.052.412-.01.553-.162l10.74-10.846a.575.575 0 0 0 0-.807Zm-8.313 6.112a2.272 2.272 0 0 1 2.261-2.284 2.18 2.18 0 0 1 1.137.328l-3.073 3.104a2.24 2.24 0 0 1-.325-1.148ZM14.971 8c.738.636 1.39 1.36 1.939 2.153a.55.55 0 0 1 0 .605C16.796 10.93 14.088 15 9.91 15A6.538 6.538 0 0 1 8 14.703L14.97 8Z",clipRule:"evenodd"})})}const JZ=k(QZ);function eS(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:r("path",{fill:"#555",fillRule:"evenodd",d:"M10 5c-3.182 0-5.9 2.073-7 5 1.1 2.927 3.818 5 7 5s5.9-2.073 7-5c-1.1-2.927-3.818-5-7-5Zm0 8.333c-1.756 0-3.182-1.493-3.182-3.333S8.244 6.667 10 6.667 13.182 8.16 13.182 10 11.756 13.333 10 13.333ZM10 8c-1.056 0-1.91.893-1.91 2s.854 2 1.91 2 1.91-.893 1.91-2-.854-2-1.91-2Z",clipRule:"evenodd"})})}const tS=k(eS);function iS(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 28 28",...e,children:r("path",{fill:"#333",fillRule:"evenodd",d:"M14 4a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm0 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm4.207 9c2.604 0 4.81 1.92 5.168 4.5l.309 2.225A2 2 0 0 1 21.703 24H6.297a2 2 0 0 1-1.981-2.275l.309-2.225A5.218 5.218 0 0 1 9.793 15h8.414Zm.184 2.005L18.207 17H9.793a3.218 3.218 0 0 0-3.157 2.593l-.03.182L6.296 22h15.407l-.31-2.225a3.218 3.218 0 0 0-3.002-2.77Z",clipRule:"evenodd"})})}const nS=k(iS);function rS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",...e,children:[r("path",{fill:"#555",fillRule:"evenodd",d:"M16.864 3.126a4.984 4.984 0 0 1 1.47 3.54v6.667a5 5 0 0 1-5 5H6.667a4.984 4.984 0 0 1-3.521-1.45",clipRule:"evenodd",opacity:.2}),r("path",{fill:"#555",d:"M5.416 4.722a.542.542 0 1 0-.833.694l1.958 2.35v2.303a.542.542 0 0 0 1.084 0V7.765l1.957-2.349a.542.542 0 1 0-.832-.694L7.083 6.723l-1.667-2ZM15.958 11.127a.542.542 0 0 0-1.084 0v2.736l-2.495-3.018c-.423-.511-1.255-.212-1.255.451v3.89a.542.542 0 1 0 1.084 0v-2.848l2.496 3.018c.423.512 1.254.213 1.254-.451v-3.778Z"}),r("path",{fill:"#555",fillRule:"evenodd",d:"M6.666 1.125a5.542 5.542 0 0 0-5.541 5.542v6.666c0 1.335.472 2.56 1.258 3.517l-.683.684a.542.542 0 0 0 .766.766l.683-.684a5.519 5.519 0 0 0 3.517 1.259h6.667a5.542 5.542 0 0 0 5.542-5.542V6.667a5.52 5.52 0 0 0-1.26-3.517l.684-.684a.542.542 0 0 0-.766-.766l-.683.684a5.519 5.519 0 0 0-3.517-1.259H6.666Zm9.413 2.03a4.439 4.439 0 0 0-2.746-.947H6.666a4.458 4.458 0 0 0-4.458 4.459v6.666c0 1.036.353 1.99.946 2.747L16.079 3.154ZM3.92 16.844a4.44 4.44 0 0 0 2.747.947h6.667a4.458 4.458 0 0 0 4.458-4.459V6.667a4.44 4.44 0 0 0-.946-2.747L3.92 16.846Z",clipRule:"evenodd"})]})}const oS=k(rS);function sS(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...e,children:r("path",{fill:"#02B585",d:"M26.566 22.454c-.564 0-.846-.302-.846-.906v-2.242c0-.604.282-.906.846-.906.563 0 .834.3.838.9v2.248c0 .604-.28.906-.838.906Zm0 1.908c1.845 0 2.767-.939 2.767-2.815V14.53c0-1.872-.922-2.807-2.767-2.807-1.845 0-2.775.935-2.775 2.807v1.162h1.93V14.53c0-.6.279-.902.838-.906h.014c.554 0 .831.302.831.906v2.39c-.381-.286-.879-.429-1.492-.429-1.414.005-2.12.943-2.12 2.815v2.241c0 1.872.925 2.81 2.774 2.815Zm-7.049-1.908c-.559 0-.838-.302-.838-.906v-7.011c0-.604.281-.907.845-.907.563 0 .834.3.838.9v7.017c0 .604-.282.906-.845.906Zm0 1.908c1.85-.005 2.774-.943 2.774-2.815V7.6h-1.929v4.552c-.381-.286-.88-.43-1.493-.43-1.413.005-2.12.943-2.12 2.815v7.01c0 1.877.923 2.815 2.768 2.815Zm-7.035-1.908c-.563 0-.845-.302-.845-.906v-2.242c0-.604.282-.906.845-.906.564 0 .834.3.839.9v2.248c0 .604-.28.906-.839.906Zm0 1.908c1.845 0 2.768-.939 2.768-2.815V14.53c0-1.872-.923-2.807-2.768-2.807-1.845 0-2.774.935-2.774 2.807v1.162h1.93V14.53c0-.6.279-.902.838-.906h.013c.555 0 .832.302.832.906v2.39c-.381-.286-.88-.429-1.493-.429-1.413.005-2.12.943-2.12 2.815v2.241c0 1.872.925 2.81 2.775 2.815Zm-7.887-.218V14.53c.005-.6.284-.9.839-.9.554 0 .845.303.845.907v9.606h1.929v-9.606c0-1.872-.707-2.81-2.12-2.815-.613 0-1.111.143-1.493.43V7.6H2.667v16.544h1.929Z"})})}const lS=k(sS);function aS(e){return r("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...e,children:r("path",{fill:"#02B585",d:"M27.613 25.51h-2.151V7.395h2.15v8.194h1.721v2.157h-1.72v7.763ZM6.537 12.14h-.43a.861.861 0 0 0-.858.798l-.002.064v9.273c0 .455.351.827.796.86l.064.002h.43a.861.861 0 0 0 .858-.798l.003-.064v-9.273a.862.862 0 0 0-.796-.86l-.065-.002Zm17.205-4.097v2.156H20.3a.646.646 0 0 0-.642.585l-.003.062v11.213c0 .336.256.613.583.644l.062.003h3.44v2.157h-3.44a2.8 2.8 0 0 1-2.794-2.703l-.002-.1V10.845a2.8 2.8 0 0 1 2.696-2.802l.1-.001h3.44ZM7.398 6.533v1.725h2.58v2.157H8.09a3.02 3.02 0 0 1 1.46 2.587v9.273a3.015 3.015 0 0 1-3.011 3.019h-.43a3.015 3.015 0 0 1-3.011-3.02v-9.272c0-1.098.585-2.059 1.459-2.587h-1.89V8.258h2.581V6.533h2.151Zm6.451.863v8.194h1.72v2.157h-1.72v7.763H11.7V7.396h2.15Z"})})}const cS=k(aS);function hS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 60 60",...e,children:[r("path",{fill:"#FEF4C2",d:"M23.11 7.96c3.078-5.28 10.702-5.28 13.78 0l21.011 36.037C61.003 49.318 57.168 56 51.011 56H8.989c-6.157 0-9.992-6.682-6.89-12.003L23.109 7.96Z"}),r("path",{fill:"#FB0",fillRule:"evenodd",d:"M29 26a1 1 0 0 0-1 1v9a2 2 0 1 0 4 0v-9a1 1 0 0 0-1-1h-2Zm1 18.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",clipRule:"evenodd"})]})}const dS=k(hS);function fS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...e,children:[r("circle",{cx:20,cy:20,r:20,fill:"url(#img-assignees_svg__a)"}),r("circle",{cx:20,cy:20,r:9,fill:"#C8D5E9"}),r("circle",{cx:20,cy:14.5,r:3.5,fill:"#fff",stroke:"#333",strokeWidth:2}),r("path",{fill:"#fff",stroke:"#333",strokeWidth:2,d:"M13 26.25c0-2.9 2.35-5.25 5.25-5.25h3.5c2.9 0 5.25 2.35 5.25 5.25A1.75 1.75 0 0 1 25.25 28h-10.5A1.75 1.75 0 0 1 13 26.25Z"}),r("defs",{children:p("linearGradient",{id:"img-assignees_svg__a",x1:20,x2:40,y1:0,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F1F4F6"}),r("stop",{offset:1,stopColor:"#D9E1E6"})]})})]})}const uS=k(fS);function pS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...e,children:[r("circle",{cx:20,cy:20,r:20,fill:"url(#img-average_svg__a)"}),r("rect",{width:15,height:15,x:15.334,y:15,fill:"#61CBB5",rx:3}),r("rect",{width:16,height:16,x:10,y:10,fill:"#fff",stroke:"#333",strokeWidth:2,rx:3}),r("path",{fill:"#333",fillRule:"evenodd",d:"M14.5 15a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1ZM18 14a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1ZM21.5 16a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1Z",clipRule:"evenodd"}),r("defs",{children:p("linearGradient",{id:"img-average_svg__a",x1:20,x2:40,y1:0,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F1FAF7"}),r("stop",{offset:1,stopColor:"#E2EDEF"})]})})]})}const gS=k(pS);function vS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...e,children:[r("circle",{cx:20,cy:20,r:20,fill:"url(#img-checked-facility_svg__a)"}),r("ellipse",{cx:20,cy:31,fill:"#61CBB5",rx:6,ry:2}),r("path",{fill:"#fff",fillRule:"evenodd",stroke:"#333",strokeLinejoin:"round",strokeWidth:2,d:"M20 10c-4.64 0-8 3.232-8 8.053.054 4.137 2.444 7.94 7.267 11.43l.366.26.313.22.056.037.371-.254c4.876-3.39 7.38-7.073 7.61-11.07l.013-.308.004-.302C28 13.61 24.417 10 20 10Z",clipRule:"evenodd"}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m16.5 19 2.625 3 4.375-5"}),r("defs",{children:p("linearGradient",{id:"img-checked-facility_svg__a",x1:20,x2:40,y1:0,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F1FAF7"}),r("stop",{offset:1,stopColor:"#E2EDEF"})]})})]})}const mS=k(vS);function xS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...e,children:[r("circle",{cx:20,cy:20,r:20,fill:"url(#img-checklist_svg__a)"}),r("rect",{width:15,height:15,x:15.666,y:15,fill:"#61CBB5",rx:3}),r("rect",{width:16,height:16,x:10,y:10,fill:"#fff",stroke:"#333",strokeWidth:2,rx:3}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m14 17.4 3 3.6 5-6"}),r("defs",{children:p("linearGradient",{id:"img-checklist_svg__a",x1:20,x2:40,y1:0,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F1FAF7"}),r("stop",{offset:1,stopColor:"#E2EDEF"})]})})]})}const wS=k(xS);function yS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...e,children:[r("circle",{cx:20,cy:20,r:20,fill:"url(#img-facility_svg__a)"}),r("ellipse",{cx:20,cy:31,fill:"#61CBB5",rx:6,ry:2}),r("path",{fill:"#fff",fillRule:"evenodd",stroke:"#333",strokeLinejoin:"round",strokeWidth:2,d:"M20 10c-4.64 0-8 3.232-8 8.053.054 4.137 2.444 7.94 7.267 11.43l.366.26.313.22.056.037.371-.254c4.876-3.39 7.38-7.073 7.61-11.07l.013-.308.004-.302C28 13.61 24.417 10 20 10Z",clipRule:"evenodd"}),r("circle",{cx:20,cy:18,r:3,stroke:"#333",strokeWidth:2}),r("defs",{children:p("linearGradient",{id:"img-facility_svg__a",x1:20,x2:40,y1:0,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F1FAF7"}),r("stop",{offset:1,stopColor:"#E2EDEF"})]})})]})}const _S=k(yS);function bS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...e,children:[r("circle",{cx:20,cy:20,r:20,fill:"url(#img-pending_svg__a)"}),r("rect",{width:15,height:15,x:15.334,y:15,fill:"#FF7979",rx:3}),r("rect",{width:16,height:16,x:10,y:10,fill:"#fff",stroke:"#333",strokeWidth:2,rx:3}),r("path",{fill:"#333",fillRule:"evenodd",d:"M15.5 18a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2.5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}),r("defs",{children:p("linearGradient",{id:"img-pending_svg__a",x1:20,x2:40,y1:0,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#FAF1F1"}),r("stop",{offset:1,stopColor:"#EFE2E2"})]})})]})}const MS=k(bS);function ZS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...e,children:[r("circle",{cx:20,cy:20,r:20,fill:"url(#img-resolved_svg__a)"}),r("rect",{width:15,height:15,x:15.334,y:15,fill:"#3299FE",rx:3}),r("rect",{width:16,height:16,x:10,y:10,fill:"#fff",stroke:"#333",strokeWidth:2,rx:3}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m14.5 17.8 2.625 2.7L21.5 16"}),r("defs",{children:p("linearGradient",{id:"img-resolved_svg__a",x1:20,x2:40,y1:0,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F1F6FA"}),r("stop",{offset:1,stopColor:"#E2E7EF"})]})})]})}const SS=k(ZS);function IS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...e,children:[r("circle",{cx:20,cy:20,r:20,fill:"url(#img-scheduled_svg__a)"}),r("rect",{width:17,height:17,x:11.5,y:11.5,fill:"#fff",stroke:"#333",strokeWidth:2,rx:3}),r("rect",{width:2,height:3,x:23.5,y:9,fill:"#333",rx:1}),r("rect",{width:2,height:3,x:14.5,y:9,fill:"#333",rx:1}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m16.5 20.8 2.625 2.7L23.5 19"}),r("path",{fill:"#61CBB5",d:"M12.5 14.5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v1h-15v-1Z"}),r("defs",{children:p("linearGradient",{id:"img-scheduled_svg__a",x1:20,x2:40,y1:0,y2:40,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#F1FAF7"}),r("stop",{offset:1,stopColor:"#E2EDEF"})]})})]})}const AS=k(IS);function CS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100",...e,children:[r("g",{filter:"url(#img-tutorial01_svg__a)",children:r("rect",{width:74,height:70,x:13.75,y:11.5,fill:"#fff",rx:6})}),r("rect",{width:41,height:4,x:38.75,y:61.5,fill:"#EBEEEF",rx:1}),r("rect",{width:34,height:4,x:38.75,y:67.5,fill:"#EBEEEF",rx:1}),r("rect",{width:13.8,height:13.8,x:20.35,y:59.1,stroke:"#02B585",strokeWidth:1.2,rx:2.4}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"m23.25 65.356 3.232 3.144 4.768-5"}),r("rect",{width:41,height:4,x:38.75,y:39.5,fill:"#EBEEEF",rx:1}),r("rect",{width:34,height:4,x:38.75,y:46.5,fill:"#EBEEEF",rx:1}),r("rect",{width:13.8,height:13.8,x:20.35,y:38.1,stroke:"#02B585",strokeWidth:1.2,rx:2.4}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"m23.25 44.356 3.232 3.144 4.768-5"}),r("circle",{cx:79.25,cy:71.5,r:17,fill:"#02B585"}),r("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M72.279 71.461h14M79.278 64.461v14"}),r("path",{fill:"#02B585",d:"M23.158 27.598c-1.836 0-2.959-1.314-2.959-3.633 0-2.32 1.123-3.633 2.96-3.633 1.835 0 2.963 1.323 2.958 3.633.005 2.324-1.123 3.633-2.959 3.633Zm-1.25-3.633c-.005 1.567.498 2.275 1.25 2.275s1.255-.708 1.25-2.275c0-1.543-.498-2.28-1.25-2.285-.747.005-1.245.742-1.25 2.285Zm7.94 3.633c-1.665 0-2.867-.86-2.862-2.012-.005-.879.699-1.592 1.592-1.729v-.048c-.781-.147-1.328-.787-1.328-1.563 0-1.108 1.099-1.914 2.598-1.914 1.489 0 2.587.81 2.587 1.914 0 .781-.561 1.416-1.328 1.563v.048c.88.137 1.592.85 1.592 1.729 0 1.152-1.201 2.012-2.851 2.012Zm-1.114-2.188c-.005.557.45.952 1.114.957.654-.005 1.103-.4 1.103-.957 0-.556-.469-.967-1.103-.967-.65 0-1.118.406-1.114.967Zm.147-2.988c-.005.513.4.879.967.879.556 0 .962-.366.957-.88.005-.502-.396-.858-.957-.858-.572 0-.972.356-.967.859Z"}),r("path",{fill:"#333",d:"M36.81 26.67a.877.877 0 0 1-.878-.889c-.01-.478.395-.869.878-.869.47 0 .884.39.89.87a.905.905 0 0 1-.89.888Zm-.878-4.541c-.01-.479.395-.87.878-.87.47 0 .884.391.89.87a.905.905 0 0 1-.89.889.877.877 0 0 1-.878-.89Zm7.988 5.469c-1.836 0-2.96-1.314-2.96-3.633 0-2.32 1.124-3.633 2.96-3.633 1.836 0 2.964 1.323 2.959 3.633.005 2.324-1.123 3.633-2.96 3.633Zm-1.25-3.633c-.005 1.567.498 2.275 1.25 2.275s1.255-.708 1.25-2.275c0-1.543-.498-2.28-1.25-2.285-.747.005-1.245.742-1.25 2.285Zm8.066 3.633c-1.836 0-2.959-1.314-2.959-3.633 0-2.32 1.123-3.633 2.96-3.633 1.835 0 2.963 1.323 2.958 3.633.005 2.324-1.123 3.633-2.959 3.633Zm-1.25-3.633c-.005 1.567.498 2.275 1.25 2.275s1.255-.708 1.25-2.275c0-1.543-.498-2.28-1.25-2.285-.747.005-1.245.742-1.25 2.285Z"}),r("defs",{children:p("filter",{id:"img-tutorial01_svg__a",width:94,height:90,x:3.75,y:3.5,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:2}),r("feGaussianBlur",{stdDeviation:5}),r("feColorMatrix",{values:"0 0 0 0 0.141176 0 0 0 0 0.454902 0 0 0 0 0.368627 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1234_249"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1234_249",result:"shape"})]})})]})}const RS=k(CS);function FS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100",...e,children:[r("g",{filter:"url(#img-tutorial02_svg__a)",children:r("rect",{width:66,height:22,x:14,y:14,fill:"#fff",rx:3})}),r("rect",{width:37,height:3,x:36,y:20,fill:"#EBEEEF",rx:1}),r("rect",{width:31,height:3,x:36,y:26,fill:"#EBEEEF",rx:1}),r("rect",{width:13.8,height:13.8,x:18.6,y:17.6,stroke:"#02B585",strokeWidth:1.2,rx:2.4}),r("path",{stroke:"#333",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.7,d:"M21.5 23.856 24.732 27l4.768-5"}),r("rect",{width:65,height:22,x:14.5,y:43.5,fill:"#DFF9F2",stroke:"#92BBB0",strokeDasharray:2.3,rx:2.5}),r("rect",{width:37,height:3,x:36,y:50,fill:"#BDE2D8",rx:1}),r("rect",{width:31,height:3,x:36,y:56,fill:"#BDE2D8",rx:1}),r("rect",{width:13,height:13,x:19,y:48,fill:"#BDE2D8",rx:3}),r("ellipse",{cx:69.507,cy:84.563,fill:"#A2D7C9",rx:18.666,ry:6.436}),r("path",{fill:"#02B585",fillRule:"evenodd",d:"M84.5 69.344c4.014-3.957 6.5-9.44 6.5-15.501C91 41.779 81.15 32 69 32s-22 9.78-22 21.843c0 6.228 2.625 11.847 6.837 15.826l12.196 13.736a4 4 0 0 0 5.982 0L84.5 69.345Z",clipRule:"evenodd"}),r("circle",{cx:69,cy:53,r:11,fill:"#fff"}),r("defs",{children:p("filter",{id:"img-tutorial02_svg__a",width:82,height:38,x:6,y:8,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:2}),r("feGaussianBlur",{stdDeviation:4}),r("feColorMatrix",{values:"0 0 0 0 0.141176 0 0 0 0 0.454902 0 0 0 0 0.368627 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1234_231"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1234_231",result:"shape"})]})})]})}const kS=k(FS);function BS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 101 100",...e,children:[r("g",{filter:"url(#img-tutorial03_svg__a)",children:r("rect",{width:74,height:74,x:10,y:9,fill:"#fff",rx:6})}),r("rect",{width:26,height:11,x:19,y:21,fill:"#D9F4ED",rx:1}),r("rect",{width:40,height:11,x:19,y:35,fill:"#EBEEEF",rx:1}),r("rect",{width:26,height:3,x:19,y:54,fill:"#EBEEEF",rx:1}),p("g",{filter:"url(#img-tutorial03_svg__b)",children:[r("rect",{width:29.947,height:30.785,x:57.976,y:56.848,fill:"#fff",rx:3}),r("path",{fill:"#333",fillRule:"evenodd",d:"M62.254 61.177h7.29v7.376h-7.29v-7.376Zm1.215 6.147h4.86v-4.917h-4.86v4.917Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"M64.684 63.636h2.43v2.459h-2.43z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M76.832 68.553v-7.376h7.289v7.376h-7.289Zm1.215-1.23h4.859v-4.916h-4.86v4.917Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"M79.262 63.636h2.43v2.459h-2.43z"}),r("path",{fill:"#333",fillRule:"evenodd",d:"M69.543 83.304h-7.289V75.93h7.29v7.375Zm-1.215-6.146H63.47v4.917h4.86v-4.917Z",clipRule:"evenodd"}),r("path",{fill:"#333",d:"M64.684 78.387h2.43v2.459h-2.43zM72.58 61.177h3.037v1.229H72.58zM73.49 66.71h1.367v-1.435h1.367v-1.434h-4.1v-1.434h-1.367v2.868h2.734v1.434ZM70.757 66.709h1.215v1.229h-1.215zM76.224 67.938h-1.367v1.537h-4.1v1.536h5.467v-3.073ZM63.773 73.93h1.518v-1.382h-1.518v-2.766h-1.519v5.531h1.519V73.93ZM65.291 69.782h1.215v1.229h-1.215zM70.88 75.313h2.915V73.93h-1.458v-1.382H69.42v-2.766h-1.457v2.766h-1.458v2.765h1.458V73.93h2.915v1.383ZM74.402 71.626h1.215v3.073h-1.215zM75.13 75.929h-4.373v1.475h2.916v4.425h-2.916v1.475h4.374V81.83h2.915v-1.475h-2.915v-4.425Z"}),r("path",{fill:"#333",d:"M70.757 79.001h1.215v1.229h-1.215zM75.617 75.929h1.215v3.073h-1.215zM82.906 79.001h-4.252v4.303h1.418v-2.868h2.834V79Z"}),r("path",{fill:"#333",d:"M81.084 82.075h3.037v1.229h-3.037zM82.906 76.543h1.215v1.229h-1.215zM78.35 77.772h1.519V73.47h-3.037v1.434h1.519v2.868ZM81.205 71.318h-1.457v-1.536H78.29v1.536h-1.458v1.537h5.831v-1.537h1.458v-1.536h-2.916v1.536ZM81.084 73.47h3.037v1.229h-3.037z"})]}),r("path",{fill:"url(#img-tutorial03_svg__c)",d:"M54.4 59a6 6 0 0 1 6-6h25.105a6 6 0 0 1 6 6v12.548H54.4V59Z",opacity:.803}),r("path",{stroke:"#02B585",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M62.563 53H59.4a5 5 0 0 0-5 5v3.26M62.563 91H59.4a5 5 0 0 1-5-5v-3.26M83.788 53h3.164a5 5 0 0 1 5 5v3.26M83.79 91h3.163a5 5 0 0 0 5-5v-3.26"}),r("path",{stroke:"#fff",strokeWidth:1.2,d:"M54.176 71.321H91.73"}),p("defs",{children:[p("filter",{id:"img-tutorial03_svg__a",width:94,height:94,x:0,y:1,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:2}),r("feGaussianBlur",{stdDeviation:5}),r("feComposite",{in2:"hardAlpha",operator:"out"}),r("feColorMatrix",{values:"0 0 0 0 0.141176 0 0 0 0 0.454902 0 0 0 0 0.368627 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1234_211"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1234_211",result:"shape"})]}),p("filter",{id:"img-tutorial03_svg__b",width:49.948,height:50.785,x:47.976,y:48.848,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[r("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),r("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),r("feOffset",{dy:2}),r("feGaussianBlur",{stdDeviation:5}),r("feColorMatrix",{values:"0 0 0 0 0.141176 0 0 0 0 0.454902 0 0 0 0 0.368627 0 0 0 0.2 0"}),r("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_1234_211"}),r("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_1234_211",result:"shape"})]}),p("linearGradient",{id:"img-tutorial03_svg__c",x1:47.542,x2:47.542,y1:46.144,y2:71.548,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#02B585",stopOpacity:.33}),r("stop",{offset:1,stopColor:"#9EE1CF",stopOpacity:.288})]})]})]})}const ES=k(BS);function LS(e){return p("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 48 48",...e,children:[r("rect",{width:48,height:48,fill:"#D8F2EB",opacity:.6,rx:16}),r("path",{fill:"#8DE8D1",d:"M13 28.4h11v13l-11-4v-9Z"}),r("path",{fill:"#4DC9AA",d:"M35 28.4H24v13l11-4v-9Z"}),r("path",{fill:"#48CEAD",d:"M13.2 25.2 24 23.8v4.6l-10.8-3.2Z"}),r("path",{fill:"#8CEDD5",d:"M34.8 25.2 24 23.8v4.6l10.8-3.2Z"}),r("path",{fill:"url(#img-upgrade_svg__a)",d:"M13 7.6h22l-5.6 20.8H18.6L13 7.6Z",opacity:.6}),r("path",{fill:"#77D5BB",d:"M21.024 10.72a.2.2 0 0 1 .351 0l.928 1.697a.199.199 0 0 0 .08.08l1.696.927a.2.2 0 0 1 0 .351l-1.696.928a.199.199 0 0 0-.08.08l-.928 1.696a.2.2 0 0 1-.35 0l-.928-1.696a.199.199 0 0 0-.08-.08l-1.696-.928a.2.2 0 0 1 0-.35l1.696-.928a.199.199 0 0 0 .08-.08l.927-1.696ZM26.825 17.12a.2.2 0 0 1 .35 0l.645 1.18a.201.201 0 0 0 .08.08l1.18.644a.2.2 0 0 1 0 .351l-1.18.645a.201.201 0 0 0-.08.08l-.644 1.179a.2.2 0 0 1-.351 0l-.645-1.18a.201.201 0 0 0-.08-.079l-1.18-.645a.2.2 0 0 1 0-.35l1.18-.646a.201.201 0 0 0 .08-.08l.645-1.178Z"}),r("path",{fill:"#C8FEF0",d:"M13.2 25.2 24 28.4l-3.2 4-10.4-3.6 2.8-3.6Z"}),r("path",{fill:"#A1F9E3",d:"M34.8 25.2 24 28.4l3.2 4 10.4-3.6-2.8-3.6Z"}),r("defs",{children:p("linearGradient",{id:"img-upgrade_svg__a",x1:24,x2:24,y1:7.6,y2:28.4,gradientUnits:"userSpaceOnUse",children:[r("stop",{stopColor:"#64DFC0",stopOpacity:0}),r("stop",{offset:.989,stopColor:"#64DFC0"})]})})]})}const DS=k(LS),TS=Object.freeze(Object.defineProperty({__proto__:null,SubtractIcon:Y_,AddIcon:q_,AdminIcon:J_,AlbumIcon:tb,AlertIcon:nb,BellIcon:ob,CalendarIcon:lb,CameraIcon:cb,CancelIcon:db,CheckActiveIcon:ub,CheckDefaultIcon:gb,CheckIcon:mb,CheckboxIcon:wb,ChecklistIcon:_b,CloseIcon:Mb,CompletedIcon:Sb,CopyIcon:Ab,CrewIcon:Rb,DeleteIcon:kb,DownArrowSolidIcon:Eb,DownArrowIcon:Db,DownloadIcon:Vb,DragIcon:Ob,DrawerIcon:Ub,EditIcon:zb,EmailIcon:Wb,ErrorIcon:Nb,ExcelIcon:Yb,FilterIcon:qb,FingerIcon:Jb,GradeBadgeIcon:tM,HelpCenterIcon:nM,HelpIcon:oM,HomeIcon:lM,InfoMediumIcon:cM,InfoIcon:dM,IssueIcon:uM,IssuesIcon:gM,LanguageIcon:mM,LeftArrowIcon:wM,LinkIcon:_M,ListEditIcon:MM,LogoutIcon:SM,MemoIcon:AM,MenuIcon:RM,MobileviewIcon:kM,MoreIcon:EM,NewBellIcon:DM,NewIssueIcon:VM,NewReportIcon:OM,NewTabIcon:UM,NextIcon:zM,NoticeLineIcon:WM,NoticeIcon:NM,OverviewIcon:YM,PasswordIcon:qM,PhoneIcon:JM,PlaceIcon:tZ,QrcodeIcon:nZ,RadioIcon:oZ,ReadChecklistIcon:lZ,ReadIssueIcon:cZ,ReadReportIcon:dZ,RefreshIcon:uZ,RemoveIcon:gZ,RightArrowIcon:mZ,SearchIcon:wZ,SectionIcon:_Z,SettingFillIcon:MZ,SettingIcon:SZ,SheetIcon:AZ,SliderIcon:RZ,StatisticActiveIcon:kZ,StatisticDefaultIcon:EZ,StatisticsIcon:DZ,TextIcon:VZ,TimeIcon:OZ,TrashIcon:UZ,TutorialCompletedIcon:zZ,TutorialIcon:WZ,UpArrowSolidIcon:NZ,UpArrowIcon:YZ,UserIcon:qZ,ViewOffIcon:JZ,ViewOnIcon:tS,WorkerIcon:nS,YesnoIcon:oS,EnglishIllustration:lS,KoreanIllustration:cS,AlertIllustration:dS,AssigneesIllustration:uS,AverageIllustration:gS,CheckedFacilityIllustration:mS,ChecklistIllustration:wS,FacilityIllustration:_S,PendingIllustration:MS,ResolvedIllustration:SS,ScheduledIllustration:AS,Tutorial01Illustration:RS,Tutorial02Illustration:kS,Tutorial03Illustration:ES,UpgradeIllustration:DS,isShoplIcon:N_,createIcon:k},Symbol.toStringTag,{value:"Module"}));M.exports.createContext({domain:"SHOPL",handleToggleTheme:()=>{}});const Hn=(e,t)=>{const i=t!=null?t:H5(),n=TS[e],o=k_[e];return i==="hada"?n:o},VS=(e,t,i)=>t&&e<t?String(t):i&&e>i?String(i):String(e);M.exports.forwardRef(({onFocus:e,onBlur:t,onChange:i,onClear:n,defaultValue:o,value:s,isError:l,disabled:a,type:c,maxLength:h,min:d,max:f,className:u,width:g,...v},m)=>{const[w,y]=M.exports.useState(""),[b,_]=M.exports.useState(!1),[S,A]=M.exports.useState(c),[L,C]=M.exports.useState(!1),D=M.exports.useId(),V=Al.useRef(null),z=Cr(m,V),N=M.exports.useCallback(H=>typeof H!="number"?typeof H=="string"?H:H.join(""):String(H),[]),O=M.exports.useCallback(H=>h&&H.length>h?H.slice(0,h):H,[h]),P=()=>{C(!0)},B=()=>{C(!1)},Z=H=>{e&&e(H),_(!0)},F=H=>{t&&t(H),!L&&_(!1)},E=H=>{i&&i(H);const U=O(H.target.value);if(S==="number"){const X=Number(U),pe=Number(d),ie=Number(f),ge=VS(X,pe,ie);y(ge);return}y(U)},$=()=>{n&&n(),V.current&&(y(""),V.current.value="")},I=()=>{A(S==="password"?"text":"password")};return M.exports.useEffect(()=>{if(o!==void 0){const H=N(o),U=O(H);y(U)}},[N,o,h,O]),M.exports.useEffect(()=>{var H;if(s!==void 0){const U=N(s),X=O(U);(H=V.current)!=null&&H.value&&(V.current.value=X),y(X)}},[N,h,O,s]),M.exports.useEffect(()=>{A(c)},[c]),p(Oi,{htmlFor:D,isFocused:b,disabled:a,isError:l,isHovered:L,onMouseEnter:P,onMouseLeave:B,type:S,width:g,height:"40px",maxHeight:"40px","data-shoplflow":"input",children:[r(G_,{onFocus:Z,onBlur:F,onChange:E,maxLength:h,disabled:a,value:w,type:S,id:D,ref:z,className:"body1_400"+(u?` ${u}`:""),...v}),S!=="number"&&p(W_,{children:[h&&b&&r(W2,{currentLength:String(w).length,maxLength:h}),b&&Boolean(String(w).length>0)&&r(Pn,{sizeVar:"S",onClick:$,styleVar:"GHOST",children:r(Q1,{iconSource:Hn("DeleteIcon"),color:"neutral350"})}),c==="password"&&r(Pn,{sizeVar:"S",onClick:I,styleVar:"GHOST",children:r(Q1,{color:"neutral600",iconSource:Hn(S==="password"?"ViewOffIcon":"ViewOnIcon")})})]})]})});const PS=G.div`
|
|
819
|
+
display: flex;
|
|
820
|
+
flex-direction: row;
|
|
821
|
+
align-items: center;
|
|
822
|
+
justify-content: space-between;
|
|
823
|
+
width: 100%;
|
|
824
|
+
background: ${R.neutral0};
|
|
825
|
+
gap: 4px;
|
|
826
|
+
padding: 4px 4px 4px 12px;
|
|
827
|
+
cursor: pointer;
|
|
828
|
+
${({disabled:e})=>e&&T`
|
|
829
|
+
background-color: ${R.neutral100};
|
|
830
|
+
cursor: not-allowed;
|
|
831
|
+
`}
|
|
832
|
+
`,OS=G.input`
|
|
833
|
+
display: flex;
|
|
834
|
+
width: 100%;
|
|
835
|
+
border: none;
|
|
836
|
+
box-sizing: border-box;
|
|
837
|
+
caret-color: transparent;
|
|
838
|
+
&::placeholder {
|
|
839
|
+
color: ${R.neutral350};
|
|
840
|
+
}
|
|
841
|
+
`;M.exports.forwardRef(({value:e,defaultValue:t,onChange:i,onClick:n,isSelected:o,disabled:s=!1,rightSource:l,onClear:a,width:c="100%",...h},d)=>{var A,L;const[f,u]=M.exports.useState((A=e!=null?e:t)!=null?A:""),[g,v]=M.exports.useState(!1),m=M.exports.useRef((L=e!=null?e:t)!=null?L:""),w=M.exports.useCallback(C=>typeof C!="number"?typeof C=="string"?C:C.join(""):String(C),[]),y=C=>{s||n&&n(C)},b=C=>{C.preventDefault(),C.stopPropagation(),s||(a&&a(C),u(""))},_=()=>{v(!0)},S=()=>{v(!1)};return M.exports.useEffect(()=>{if(m.current!==e&&(e||e==="")){const C=w(e);u(C),m.current=C}},[w,e]),M.exports.useEffect(()=>{m.current!==e&&i&&i(w(f))},[w,i,e,f]),r(Oi,{onMouseEnter:_,onMouseLeave:S,"data-shoplflow":"InputButton",isHovered:g,isFocused:o,disabled:s,minHeight:"40px",maxHeight:"40px",width:c,children:p(PS,{onClick:y,disabled:s,children:[r(OS,{className:"body1_400",value:f,ref:d,...h}),p(Se.Horizontal,{align:"center",children:[f&&r(Pn,{sizeVar:"S",onClick:b,styleVar:"GHOST",disabled:s,children:r(Q1,{iconSource:Hn("DeleteIcon"),color:"neutral350"})}),l]})]})})});const HS=G.div`
|
|
842
|
+
display: flex;
|
|
843
|
+
width: 100%;
|
|
844
|
+
flex-direction: row;
|
|
845
|
+
padding: 8px 12px;
|
|
846
|
+
gap: 8px;
|
|
847
|
+
background-color: ${R.neutral0};
|
|
848
|
+
`,US=G.textarea`
|
|
849
|
+
padding: 8px 12px 0 12px;
|
|
850
|
+
background-color: transparent;
|
|
851
|
+
resize: none;
|
|
852
|
+
width: 100%;
|
|
853
|
+
height: 100%;
|
|
854
|
+
flex: 1;
|
|
855
|
+
word-break: break-all;
|
|
856
|
+
${({disabled:e})=>ft(e)};
|
|
857
|
+
&::placeholder {
|
|
858
|
+
color: ${R.neutral350};
|
|
859
|
+
}
|
|
860
|
+
`;M.exports.forwardRef(({name:e,maxLength:t,placeholder:i,disabled:n=!1,isError:o=!1,onChange:s,value:l,defaultValue:a,onBlur:c,onFocus:h,minHeight:d="100px",width:f,height:u,className:g,...v},m)=>{const[w,y]=M.exports.useState(""),[b,_]=M.exports.useState(!1),[S,A]=M.exports.useState(!1),L=()=>{A(!0)},C=()=>{A(!1)},D=P=>{h&&h(P),_(!0)},V=P=>{c&&c(P),!S&&_(!1)},z=P=>{s&&s(P),y(P.target.value)},N=P=>typeof P!="number"?typeof P=="string"?P:P.join(""):String(P);M.exports.useEffect(()=>{if(a){const P=N(a);t&&P.length>t&&y(P),y(P)}},[a,t]),M.exports.useEffect(()=>{if(l){const P=N(l);t&&P.length>t&&y(P),y(N(l))}},[t,l]);const O=M.exports.useId();return p(Oi,{htmlFor:O,isFocused:b,disabled:n,isHovered:S,isError:o,direction:"column",onMouseEnter:L,onMouseLeave:C,height:u,minHeight:d,width:f,"data-shoplflow":"text-area",children:[r(US,{className:"body1_400"+(g?` ${g}`:""),placeholder:i,onFocus:D,onBlur:V,onChange:z,name:e,id:O,value:l,ref:m,maxLength:t,disabled:n,...v}),r(HS,{children:t&&r(W2,{currentLength:String(w).length,maxLength:t})})]})});G.div`
|
|
861
|
+
display: flex;
|
|
862
|
+
flex-direction: row;
|
|
863
|
+
align-items: center;
|
|
864
|
+
justify-content: space-between;
|
|
865
|
+
width: 100%;
|
|
866
|
+
background: ${R.neutral0};
|
|
867
|
+
gap: 4px;
|
|
868
|
+
padding: 4px 4px 4px 12px;
|
|
869
|
+
cursor: pointer;
|
|
870
|
+
${({disabled:e})=>e&&T`
|
|
871
|
+
background-color: ${R.neutral100};
|
|
872
|
+
cursor: not-allowed;
|
|
873
|
+
`}
|
|
874
|
+
`;G.div`
|
|
875
|
+
background-color: ${R.neutral700};
|
|
876
|
+
padding: 4px 8px;
|
|
877
|
+
max-width: 240px;
|
|
878
|
+
border-radius: 4px;
|
|
879
|
+
`;const $S=G(et.div)`
|
|
880
|
+
position: relative;
|
|
881
|
+
display: flex;
|
|
882
|
+
align-items: center;
|
|
883
|
+
justify-content: center;
|
|
884
|
+
flex-grow: 1;
|
|
885
|
+
z-index: 101;
|
|
886
|
+
//padding: 32px 20px;
|
|
887
|
+
width: 100%;
|
|
888
|
+
height: 100%;
|
|
889
|
+
`,zS=()=>{const e=M.exports.useContext(R2);return r(e0,{children:Yn.exports.createPortal(r(u2,{children:e.map((t,i)=>r(e6,{children:r($S,{children:t.component})},i))}),document.body)})},GS=()=>r(e0,{children:Yn.exports.createPortal(r("div",{id:"popper-portal-key",style:{zIndex:20001,position:"relative"}}),document.body)}),WS=({children:e,domain:t="SHOPL"})=>(O5(t),p(vu,{children:[r(GS,{}),r(zS,{}),e]}));/*!
|
|
890
|
+
* @kurkle/color v0.3.2
|
|
891
|
+
* https://github.com/kurkle/color#readme
|
|
892
|
+
* (c) 2023 Jukka Kurkela
|
|
893
|
+
* Released under the MIT License
|
|
894
|
+
*/function o1(e){return e+.5|0}const vt=(e,t,i)=>Math.max(Math.min(e,i),t);function _0(e){return vt(o1(e*2.55),0,255)}function yt(e){return vt(o1(e*255),0,255)}function ot(e){return vt(o1(e/2.55)/100,0,1)}function ps(e){return vt(o1(e*100),0,100)}const Oe={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15},Un=[..."0123456789ABCDEF"],jS=e=>Un[e&15],NS=e=>Un[(e&240)>>4]+Un[e&15],u1=e=>(e&240)>>4===(e&15),XS=e=>u1(e.r)&&u1(e.g)&&u1(e.b)&&u1(e.a);function YS(e){var t=e.length,i;return e[0]==="#"&&(t===4||t===5?i={r:255&Oe[e[1]]*17,g:255&Oe[e[2]]*17,b:255&Oe[e[3]]*17,a:t===5?Oe[e[4]]*17:255}:(t===7||t===9)&&(i={r:Oe[e[1]]<<4|Oe[e[2]],g:Oe[e[3]]<<4|Oe[e[4]],b:Oe[e[5]]<<4|Oe[e[6]],a:t===9?Oe[e[7]]<<4|Oe[e[8]]:255})),i}const KS=(e,t)=>e<255?t(e):"";function qS(e){var t=XS(e)?jS:NS;return e?"#"+t(e.r)+t(e.g)+t(e.b)+KS(e.a,t):void 0}const QS=/^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;function N2(e,t,i){const n=t*Math.min(i,1-i),o=(s,l=(s+e/30)%12)=>i-n*Math.max(Math.min(l-3,9-l,1),-1);return[o(0),o(8),o(4)]}function JS(e,t,i){const n=(o,s=(o+e/60)%6)=>i-i*t*Math.max(Math.min(s,4-s,1),0);return[n(5),n(3),n(1)]}function eI(e,t,i){const n=N2(e,1,.5);let o;for(t+i>1&&(o=1/(t+i),t*=o,i*=o),o=0;o<3;o++)n[o]*=1-t-i,n[o]+=t;return n}function tI(e,t,i,n,o){return e===o?(t-i)/n+(t<i?6:0):t===o?(i-e)/n+2:(e-t)/n+4}function Rr(e){const i=e.r/255,n=e.g/255,o=e.b/255,s=Math.max(i,n,o),l=Math.min(i,n,o),a=(s+l)/2;let c,h,d;return s!==l&&(d=s-l,h=a>.5?d/(2-s-l):d/(s+l),c=tI(i,n,o,d,s),c=c*60+.5),[c|0,h||0,a]}function Fr(e,t,i,n){return(Array.isArray(t)?e(t[0],t[1],t[2]):e(t,i,n)).map(yt)}function kr(e,t,i){return Fr(N2,e,t,i)}function iI(e,t,i){return Fr(eI,e,t,i)}function nI(e,t,i){return Fr(JS,e,t,i)}function X2(e){return(e%360+360)%360}function rI(e){const t=QS.exec(e);let i=255,n;if(!t)return;t[5]!==n&&(i=t[6]?_0(+t[5]):yt(+t[5]));const o=X2(+t[2]),s=+t[3]/100,l=+t[4]/100;return t[1]==="hwb"?n=iI(o,s,l):t[1]==="hsv"?n=nI(o,s,l):n=kr(o,s,l),{r:n[0],g:n[1],b:n[2],a:i}}function oI(e,t){var i=Rr(e);i[0]=X2(i[0]+t),i=kr(i),e.r=i[0],e.g=i[1],e.b=i[2]}function sI(e){if(!e)return;const t=Rr(e),i=t[0],n=ps(t[1]),o=ps(t[2]);return e.a<255?`hsla(${i}, ${n}%, ${o}%, ${ot(e.a)})`:`hsl(${i}, ${n}%, ${o}%)`}const gs={x:"dark",Z:"light",Y:"re",X:"blu",W:"gr",V:"medium",U:"slate",A:"ee",T:"ol",S:"or",B:"ra",C:"lateg",D:"ights",R:"in",Q:"turquois",E:"hi",P:"ro",O:"al",N:"le",M:"de",L:"yello",F:"en",K:"ch",G:"arks",H:"ea",I:"ightg",J:"wh"},vs={OiceXe:"f0f8ff",antiquewEte:"faebd7",aqua:"ffff",aquamarRe:"7fffd4",azuY:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"0",blanKedOmond:"ffebcd",Xe:"ff",XeviTet:"8a2be2",bPwn:"a52a2a",burlywood:"deb887",caMtXe:"5f9ea0",KartYuse:"7fff00",KocTate:"d2691e",cSO:"ff7f50",cSnflowerXe:"6495ed",cSnsilk:"fff8dc",crimson:"dc143c",cyan:"ffff",xXe:"8b",xcyan:"8b8b",xgTMnPd:"b8860b",xWay:"a9a9a9",xgYF:"6400",xgYy:"a9a9a9",xkhaki:"bdb76b",xmagFta:"8b008b",xTivegYF:"556b2f",xSange:"ff8c00",xScEd:"9932cc",xYd:"8b0000",xsOmon:"e9967a",xsHgYF:"8fbc8f",xUXe:"483d8b",xUWay:"2f4f4f",xUgYy:"2f4f4f",xQe:"ced1",xviTet:"9400d3",dAppRk:"ff1493",dApskyXe:"bfff",dimWay:"696969",dimgYy:"696969",dodgerXe:"1e90ff",fiYbrick:"b22222",flSOwEte:"fffaf0",foYstWAn:"228b22",fuKsia:"ff00ff",gaRsbSo:"dcdcdc",ghostwEte:"f8f8ff",gTd:"ffd700",gTMnPd:"daa520",Way:"808080",gYF:"8000",gYFLw:"adff2f",gYy:"808080",honeyMw:"f0fff0",hotpRk:"ff69b4",RdianYd:"cd5c5c",Rdigo:"4b0082",ivSy:"fffff0",khaki:"f0e68c",lavFMr:"e6e6fa",lavFMrXsh:"fff0f5",lawngYF:"7cfc00",NmoncEffon:"fffacd",ZXe:"add8e6",ZcSO:"f08080",Zcyan:"e0ffff",ZgTMnPdLw:"fafad2",ZWay:"d3d3d3",ZgYF:"90ee90",ZgYy:"d3d3d3",ZpRk:"ffb6c1",ZsOmon:"ffa07a",ZsHgYF:"20b2aa",ZskyXe:"87cefa",ZUWay:"778899",ZUgYy:"778899",ZstAlXe:"b0c4de",ZLw:"ffffe0",lime:"ff00",limegYF:"32cd32",lRF:"faf0e6",magFta:"ff00ff",maPon:"800000",VaquamarRe:"66cdaa",VXe:"cd",VScEd:"ba55d3",VpurpN:"9370db",VsHgYF:"3cb371",VUXe:"7b68ee",VsprRggYF:"fa9a",VQe:"48d1cc",VviTetYd:"c71585",midnightXe:"191970",mRtcYam:"f5fffa",mistyPse:"ffe4e1",moccasR:"ffe4b5",navajowEte:"ffdead",navy:"80",Tdlace:"fdf5e6",Tive:"808000",TivedBb:"6b8e23",Sange:"ffa500",SangeYd:"ff4500",ScEd:"da70d6",pOegTMnPd:"eee8aa",pOegYF:"98fb98",pOeQe:"afeeee",pOeviTetYd:"db7093",papayawEp:"ffefd5",pHKpuff:"ffdab9",peru:"cd853f",pRk:"ffc0cb",plum:"dda0dd",powMrXe:"b0e0e6",purpN:"800080",YbeccapurpN:"663399",Yd:"ff0000",Psybrown:"bc8f8f",PyOXe:"4169e1",saddNbPwn:"8b4513",sOmon:"fa8072",sandybPwn:"f4a460",sHgYF:"2e8b57",sHshell:"fff5ee",siFna:"a0522d",silver:"c0c0c0",skyXe:"87ceeb",UXe:"6a5acd",UWay:"708090",UgYy:"708090",snow:"fffafa",sprRggYF:"ff7f",stAlXe:"4682b4",tan:"d2b48c",teO:"8080",tEstN:"d8bfd8",tomato:"ff6347",Qe:"40e0d0",viTet:"ee82ee",JHt:"f5deb3",wEte:"ffffff",wEtesmoke:"f5f5f5",Lw:"ffff00",LwgYF:"9acd32"};function lI(){const e={},t=Object.keys(vs),i=Object.keys(gs);let n,o,s,l,a;for(n=0;n<t.length;n++){for(l=a=t[n],o=0;o<i.length;o++)s=i[o],a=a.replace(s,gs[s]);s=parseInt(vs[l],16),e[a]=[s>>16&255,s>>8&255,s&255]}return e}let p1;function aI(e){p1||(p1=lI(),p1.transparent=[0,0,0,0]);const t=p1[e.toLowerCase()];return t&&{r:t[0],g:t[1],b:t[2],a:t.length===4?t[3]:255}}const cI=/^rgba?\(\s*([-+.\d]+)(%)?[\s,]+([-+.e\d]+)(%)?[\s,]+([-+.e\d]+)(%)?(?:[\s,/]+([-+.e\d]+)(%)?)?\s*\)$/;function hI(e){const t=cI.exec(e);let i=255,n,o,s;if(!!t){if(t[7]!==n){const l=+t[7];i=t[8]?_0(l):vt(l*255,0,255)}return n=+t[1],o=+t[3],s=+t[5],n=255&(t[2]?_0(n):vt(n,0,255)),o=255&(t[4]?_0(o):vt(o,0,255)),s=255&(t[6]?_0(s):vt(s,0,255)),{r:n,g:o,b:s,a:i}}}function dI(e){return e&&(e.a<255?`rgba(${e.r}, ${e.g}, ${e.b}, ${ot(e.a)})`:`rgb(${e.r}, ${e.g}, ${e.b})`)}const fn=e=>e<=.0031308?e*12.92:Math.pow(e,1/2.4)*1.055-.055,Gt=e=>e<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4);function fI(e,t,i){const n=Gt(ot(e.r)),o=Gt(ot(e.g)),s=Gt(ot(e.b));return{r:yt(fn(n+i*(Gt(ot(t.r))-n))),g:yt(fn(o+i*(Gt(ot(t.g))-o))),b:yt(fn(s+i*(Gt(ot(t.b))-s))),a:e.a+i*(t.a-e.a)}}function g1(e,t,i){if(e){let n=Rr(e);n[t]=Math.max(0,Math.min(n[t]+n[t]*i,t===0?360:1)),n=kr(n),e.r=n[0],e.g=n[1],e.b=n[2]}}function Y2(e,t){return e&&Object.assign(t||{},e)}function ms(e){var t={r:0,g:0,b:0,a:255};return Array.isArray(e)?e.length>=3&&(t={r:e[0],g:e[1],b:e[2],a:255},e.length>3&&(t.a=yt(e[3]))):(t=Y2(e,{r:0,g:0,b:0,a:1}),t.a=yt(t.a)),t}function uI(e){return e.charAt(0)==="r"?hI(e):rI(e)}class j0{constructor(t){if(t instanceof j0)return t;const i=typeof t;let n;i==="object"?n=ms(t):i==="string"&&(n=YS(t)||aI(t)||uI(t)),this._rgb=n,this._valid=!!n}get valid(){return this._valid}get rgb(){var t=Y2(this._rgb);return t&&(t.a=ot(t.a)),t}set rgb(t){this._rgb=ms(t)}rgbString(){return this._valid?dI(this._rgb):void 0}hexString(){return this._valid?qS(this._rgb):void 0}hslString(){return this._valid?sI(this._rgb):void 0}mix(t,i){if(t){const n=this.rgb,o=t.rgb;let s;const l=i===s?.5:i,a=2*l-1,c=n.a-o.a,h=((a*c===-1?a:(a+c)/(1+a*c))+1)/2;s=1-h,n.r=255&h*n.r+s*o.r+.5,n.g=255&h*n.g+s*o.g+.5,n.b=255&h*n.b+s*o.b+.5,n.a=l*n.a+(1-l)*o.a,this.rgb=n}return this}interpolate(t,i){return t&&(this._rgb=fI(this._rgb,t._rgb,i)),this}clone(){return new j0(this.rgb)}alpha(t){return this._rgb.a=yt(t),this}clearer(t){const i=this._rgb;return i.a*=1-t,this}greyscale(){const t=this._rgb,i=o1(t.r*.3+t.g*.59+t.b*.11);return t.r=t.g=t.b=i,this}opaquer(t){const i=this._rgb;return i.a*=1+t,this}negate(){const t=this._rgb;return t.r=255-t.r,t.g=255-t.g,t.b=255-t.b,this}lighten(t){return g1(this._rgb,2,t),this}darken(t){return g1(this._rgb,2,-t),this}saturate(t){return g1(this._rgb,1,t),this}desaturate(t){return g1(this._rgb,1,-t),this}rotate(t){return oI(this._rgb,t),this}}/*!
|
|
895
|
+
* Chart.js v4.4.2
|
|
896
|
+
* https://www.chartjs.org
|
|
897
|
+
* (c) 2024 Chart.js Contributors
|
|
898
|
+
* Released under the MIT License
|
|
899
|
+
*/function it(){}const pI=(()=>{let e=0;return()=>e++})();function re(e){return e===null||typeof e>"u"}function le(e){if(Array.isArray&&Array.isArray(e))return!0;const t=Object.prototype.toString.call(e);return t.slice(0,7)==="[object"&&t.slice(-6)==="Array]"}function Y(e){return e!==null&&Object.prototype.toString.call(e)==="[object Object]"}function xe(e){return(typeof e=="number"||e instanceof Number)&&isFinite(+e)}function Fe(e,t){return xe(e)?e:t}function oe(e,t){return typeof e>"u"?t:e}const gI=(e,t)=>typeof e=="string"&&e.endsWith("%")?parseFloat(e)/100:+e/t,K2=(e,t)=>typeof e=="string"&&e.endsWith("%")?parseFloat(e)/100*t:+e;function se(e,t,i){if(e&&typeof e.call=="function")return e.apply(i,t)}function Q(e,t,i,n){let o,s,l;if(le(e))if(s=e.length,n)for(o=s-1;o>=0;o--)t.call(i,e[o],o);else for(o=0;o<s;o++)t.call(i,e[o],o);else if(Y(e))for(l=Object.keys(e),s=l.length,o=0;o<s;o++)t.call(i,e[l[o]],l[o])}function J1(e,t){let i,n,o,s;if(!e||!t||e.length!==t.length)return!1;for(i=0,n=e.length;i<n;++i)if(o=e[i],s=t[i],o.datasetIndex!==s.datasetIndex||o.index!==s.index)return!1;return!0}function ei(e){if(le(e))return e.map(ei);if(Y(e)){const t=Object.create(null),i=Object.keys(e),n=i.length;let o=0;for(;o<n;++o)t[i[o]]=ei(e[i[o]]);return t}return e}function q2(e){return["__proto__","prototype","constructor"].indexOf(e)===-1}function vI(e,t,i,n){if(!q2(e))return;const o=t[e],s=i[e];Y(o)&&Y(s)?N0(o,s,n):t[e]=ei(s)}function N0(e,t,i){const n=le(t)?t:[t],o=n.length;if(!Y(e))return e;i=i||{};const s=i.merger||vI;let l;for(let a=0;a<o;++a){if(l=n[a],!Y(l))continue;const c=Object.keys(l);for(let h=0,d=c.length;h<d;++h)s(c[h],e,l,i)}return e}function B0(e,t){return N0(e,t,{merger:mI})}function mI(e,t,i){if(!q2(e))return;const n=t[e],o=i[e];Y(n)&&Y(o)?B0(n,o):Object.prototype.hasOwnProperty.call(t,e)||(t[e]=ei(o))}const xs={"":e=>e,x:e=>e.x,y:e=>e.y};function xI(e){const t=e.split("."),i=[];let n="";for(const o of t)n+=o,n.endsWith("\\")?n=n.slice(0,-1)+".":(i.push(n),n="");return i}function wI(e){const t=xI(e);return i=>{for(const n of t){if(n==="")break;i=i&&i[n]}return i}}function X0(e,t){return(xs[t]||(xs[t]=wI(t)))(e)}function Br(e){return e.charAt(0).toUpperCase()+e.slice(1)}const ti=e=>typeof e<"u",Zt=e=>typeof e=="function",ws=(e,t)=>{if(e.size!==t.size)return!1;for(const i of e)if(!t.has(i))return!1;return!0};function yI(e){return e.type==="mouseup"||e.type==="click"||e.type==="contextmenu"}const ue=Math.PI,ae=2*ue,ii=Number.POSITIVE_INFINITY,_I=ue/180,ce=ue/2,Ct=ue/4,ys=ue*2/3,mt=Math.log10,ni=Math.sign;function E1(e,t,i){return Math.abs(e-t)<i}function _s(e){const t=Math.round(e);e=E1(e,t,e/1e3)?t:e;const i=Math.pow(10,Math.floor(mt(e))),n=e/i;return(n<=1?1:n<=2?2:n<=5?5:10)*i}function bI(e){const t=[],i=Math.sqrt(e);let n;for(n=1;n<i;n++)e%n===0&&(t.push(n),t.push(e/n));return i===(i|0)&&t.push(i),t.sort((o,s)=>o-s).pop(),t}function ri(e){return!isNaN(parseFloat(e))&&isFinite(e)}function MI(e,t){const i=Math.round(e);return i-t<=e&&i+t>=e}function Q2(e,t,i){let n,o,s;for(n=0,o=e.length;n<o;n++)s=e[n][i],isNaN(s)||(t.min=Math.min(t.min,s),t.max=Math.max(t.max,s))}function qe(e){return e*(ue/180)}function Er(e){return e*(180/ue)}function bs(e){if(!xe(e))return;let t=1,i=0;for(;Math.round(e*t)/t!==e;)t*=10,i++;return i}function J2(e,t){const i=t.x-e.x,n=t.y-e.y,o=Math.sqrt(i*i+n*n);let s=Math.atan2(n,i);return s<-.5*ue&&(s+=ae),{angle:s,distance:o}}function ZI(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}function Ne(e){return(e%ae+ae)%ae}function oi(e,t,i,n){const o=Ne(e),s=Ne(t),l=Ne(i),a=Ne(s-o),c=Ne(l-o),h=Ne(o-s),d=Ne(o-l);return o===s||o===l||n&&s===l||a>c&&h<d}function He(e,t,i){return Math.max(t,Math.min(i,e))}function SI(e){return He(e,-32768,32767)}function II(e,t,i,n=1e-6){return e>=Math.min(t,i)-n&&e<=Math.max(t,i)+n}function Lr(e,t,i){i=i||(l=>e[l]<t);let n=e.length-1,o=0,s;for(;n-o>1;)s=o+n>>1,i(s)?o=s:n=s;return{lo:o,hi:n}}const $n=(e,t,i,n)=>Lr(e,i,n?o=>{const s=e[o][t];return s<i||s===i&&e[o+1][t]===i}:o=>e[o][t]<i),AI=(e,t,i)=>Lr(e,i,n=>e[n][t]>=i);function CI(e,t,i){let n=0,o=e.length;for(;n<o&&e[n]<t;)n++;for(;o>n&&e[o-1]>i;)o--;return n>0||o<e.length?e.slice(n,o):e}const e5=["push","pop","shift","splice","unshift"];function RI(e,t){if(e._chartjs){e._chartjs.listeners.push(t);return}Object.defineProperty(e,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),e5.forEach(i=>{const n="_onData"+Br(i),o=e[i];Object.defineProperty(e,i,{configurable:!0,enumerable:!1,value(...s){const l=o.apply(this,s);return e._chartjs.listeners.forEach(a=>{typeof a[n]=="function"&&a[n](...s)}),l}})})}function Ms(e,t){const i=e._chartjs;if(!i)return;const n=i.listeners,o=n.indexOf(t);o!==-1&&n.splice(o,1),!(n.length>0)&&(e5.forEach(s=>{delete e[s]}),delete e._chartjs)}function FI(e){const t=new Set(e);return t.size===e.length?e:Array.from(t)}const t5=function(){return typeof window>"u"?function(e){return e()}:window.requestAnimationFrame}();function i5(e,t){let i=[],n=!1;return function(...o){i=o,n||(n=!0,t5.call(window,()=>{n=!1,e.apply(t,i)}))}}function kI(e,t){let i;return function(...n){return t?(clearTimeout(i),i=setTimeout(e,t,n)):e.apply(this,n),t}}const BI=e=>e==="start"?"left":e==="end"?"right":"center",Zs=(e,t,i)=>e==="start"?t:e==="end"?i:(t+i)/2,v1=e=>e===0||e===1,Ss=(e,t,i)=>-(Math.pow(2,10*(e-=1))*Math.sin((e-t)*ae/i)),Is=(e,t,i)=>Math.pow(2,-10*e)*Math.sin((e-t)*ae/i)+1,E0={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>-e*(e-2),easeInOutQuad:e=>(e/=.5)<1?.5*e*e:-.5*(--e*(e-2)-1),easeInCubic:e=>e*e*e,easeOutCubic:e=>(e-=1)*e*e+1,easeInOutCubic:e=>(e/=.5)<1?.5*e*e*e:.5*((e-=2)*e*e+2),easeInQuart:e=>e*e*e*e,easeOutQuart:e=>-((e-=1)*e*e*e-1),easeInOutQuart:e=>(e/=.5)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2),easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>(e-=1)*e*e*e*e+1,easeInOutQuint:e=>(e/=.5)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2),easeInSine:e=>-Math.cos(e*ce)+1,easeOutSine:e=>Math.sin(e*ce),easeInOutSine:e=>-.5*(Math.cos(ue*e)-1),easeInExpo:e=>e===0?0:Math.pow(2,10*(e-1)),easeOutExpo:e=>e===1?1:-Math.pow(2,-10*e)+1,easeInOutExpo:e=>v1(e)?e:e<.5?.5*Math.pow(2,10*(e*2-1)):.5*(-Math.pow(2,-10*(e*2-1))+2),easeInCirc:e=>e>=1?e:-(Math.sqrt(1-e*e)-1),easeOutCirc:e=>Math.sqrt(1-(e-=1)*e),easeInOutCirc:e=>(e/=.5)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1),easeInElastic:e=>v1(e)?e:Ss(e,.075,.3),easeOutElastic:e=>v1(e)?e:Is(e,.075,.3),easeInOutElastic(e){return v1(e)?e:e<.5?.5*Ss(e*2,.1125,.45):.5+.5*Is(e*2-1,.1125,.45)},easeInBack(e){return e*e*((1.70158+1)*e-1.70158)},easeOutBack(e){return(e-=1)*e*((1.70158+1)*e+1.70158)+1},easeInOutBack(e){let t=1.70158;return(e/=.5)<1?.5*(e*e*(((t*=1.525)+1)*e-t)):.5*((e-=2)*e*(((t*=1.525)+1)*e+t)+2)},easeInBounce:e=>1-E0.easeOutBounce(1-e),easeOutBounce(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},easeInOutBounce:e=>e<.5?E0.easeInBounce(e*2)*.5:E0.easeOutBounce(e*2-1)*.5+.5};function n5(e){if(e&&typeof e=="object"){const t=e.toString();return t==="[object CanvasPattern]"||t==="[object CanvasGradient]"}return!1}function As(e){return n5(e)?e:new j0(e)}function un(e){return n5(e)?e:new j0(e).saturate(.5).darken(.1).hexString()}const EI=["x","y","borderWidth","radius","tension"],LI=["color","borderColor","backgroundColor"];function DI(e){e.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0}),e.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:t=>t!=="onProgress"&&t!=="onComplete"&&t!=="fn"}),e.set("animations",{colors:{type:"color",properties:LI},numbers:{type:"number",properties:EI}}),e.describe("animations",{_fallback:"animation"}),e.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:t=>t|0}}}})}function TI(e){e.set("layout",{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}})}const Cs=new Map;function VI(e,t){t=t||{};const i=e+JSON.stringify(t);let n=Cs.get(i);return n||(n=new Intl.NumberFormat(e,t),Cs.set(i,n)),n}function Hi(e,t,i){return VI(t,i).format(e)}const r5={values(e){return le(e)?e:""+e},numeric(e,t,i){if(e===0)return"0";const n=this.chart.options.locale;let o,s=e;if(i.length>1){const h=Math.max(Math.abs(i[0].value),Math.abs(i[i.length-1].value));(h<1e-4||h>1e15)&&(o="scientific"),s=PI(e,i)}const l=mt(Math.abs(s)),a=isNaN(l)?1:Math.max(Math.min(-1*Math.floor(l),20),0),c={notation:o,minimumFractionDigits:a,maximumFractionDigits:a};return Object.assign(c,this.options.ticks.format),Hi(e,n,c)},logarithmic(e,t,i){if(e===0)return"0";const n=i[t].significand||e/Math.pow(10,Math.floor(mt(e)));return[1,2,3,5,10,15].includes(n)||t>.8*i.length?r5.numeric.call(this,e,t,i):""}};function PI(e,t){let i=t.length>3?t[2].value-t[1].value:t[1].value-t[0].value;return Math.abs(i)>=1&&e!==Math.floor(e)&&(i=e-Math.floor(e)),i}var Ui={formatters:r5};function OI(e){e.set("scale",{display:!0,offset:!1,reverse:!1,beginAtZero:!1,bounds:"ticks",clip:!0,grace:0,grid:{display:!0,lineWidth:1,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(t,i)=>i.lineWidth,tickColor:(t,i)=>i.color,offset:!1},border:{display:!0,dash:[],dashOffset:0,width:1},title:{display:!1,text:"",padding:{top:4,bottom:4}},ticks:{minRotation:0,maxRotation:50,mirror:!1,textStrokeWidth:0,textStrokeColor:"",padding:3,display:!0,autoSkip:!0,autoSkipPadding:3,labelOffset:0,callback:Ui.formatters.values,minor:{},major:{},align:"center",crossAlign:"near",showLabelBackdrop:!1,backdropColor:"rgba(255, 255, 255, 0.75)",backdropPadding:2}}),e.route("scale.ticks","color","","color"),e.route("scale.grid","color","","borderColor"),e.route("scale.border","color","","borderColor"),e.route("scale.title","color","","color"),e.describe("scale",{_fallback:!1,_scriptable:t=>!t.startsWith("before")&&!t.startsWith("after")&&t!=="callback"&&t!=="parser",_indexable:t=>t!=="borderDash"&&t!=="tickBorderDash"&&t!=="dash"}),e.describe("scales",{_fallback:"scale"}),e.describe("scale.ticks",{_scriptable:t=>t!=="backdropPadding"&&t!=="callback",_indexable:t=>t!=="backdropPadding"})}const Pt=Object.create(null),zn=Object.create(null);function L0(e,t){if(!t)return e;const i=t.split(".");for(let n=0,o=i.length;n<o;++n){const s=i[n];e=e[s]||(e[s]=Object.create(null))}return e}function pn(e,t,i){return typeof t=="string"?N0(L0(e,t),i):N0(L0(e,""),t)}class HI{constructor(t,i){this.animation=void 0,this.backgroundColor="rgba(0,0,0,0.1)",this.borderColor="rgba(0,0,0,0.1)",this.color="#666",this.datasets={},this.devicePixelRatio=n=>n.chart.platform.getDevicePixelRatio(),this.elements={},this.events=["mousemove","mouseout","click","touchstart","touchmove"],this.font={family:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",size:12,style:"normal",lineHeight:1.2,weight:null},this.hover={},this.hoverBackgroundColor=(n,o)=>un(o.backgroundColor),this.hoverBorderColor=(n,o)=>un(o.borderColor),this.hoverColor=(n,o)=>un(o.color),this.indexAxis="x",this.interaction={mode:"nearest",intersect:!0,includeInvisible:!1},this.maintainAspectRatio=!0,this.onHover=null,this.onClick=null,this.parsing=!0,this.plugins={},this.responsive=!0,this.scale=void 0,this.scales={},this.showLine=!0,this.drawActiveElementsOnTop=!0,this.describe(t),this.apply(i)}set(t,i){return pn(this,t,i)}get(t){return L0(this,t)}describe(t,i){return pn(zn,t,i)}override(t,i){return pn(Pt,t,i)}route(t,i,n,o){const s=L0(this,t),l=L0(this,n),a="_"+i;Object.defineProperties(s,{[a]:{value:s[i],writable:!0},[i]:{enumerable:!0,get(){const c=this[a],h=l[o];return Y(c)?Object.assign({},h,c):oe(c,h)},set(c){this[a]=c}}})}apply(t){t.forEach(i=>i(this))}}var he=new HI({_scriptable:e=>!e.startsWith("on"),_indexable:e=>e!=="events",hover:{_fallback:"interaction"},interaction:{_scriptable:!1,_indexable:!1}},[DI,TI,OI]);function UI(e){return!e||re(e.size)||re(e.family)?null:(e.style?e.style+" ":"")+(e.weight?e.weight+" ":"")+e.size+"px "+e.family}function si(e,t,i,n,o){let s=t[o];return s||(s=t[o]=e.measureText(o).width,i.push(o)),s>n&&(n=s),n}function $I(e,t,i,n){n=n||{};let o=n.data=n.data||{},s=n.garbageCollect=n.garbageCollect||[];n.font!==t&&(o=n.data={},s=n.garbageCollect=[],n.font=t),e.save(),e.font=t;let l=0;const a=i.length;let c,h,d,f,u;for(c=0;c<a;c++)if(f=i[c],f!=null&&!le(f))l=si(e,o,s,l,f);else if(le(f))for(h=0,d=f.length;h<d;h++)u=f[h],u!=null&&!le(u)&&(l=si(e,o,s,l,u));e.restore();const g=s.length/2;if(g>i.length){for(c=0;c<g;c++)delete o[s[c]];s.splice(0,g)}return l}function Rt(e,t,i){const n=e.currentDevicePixelRatio,o=i!==0?Math.max(i/2,.5):0;return Math.round((t-o)*n)/n+o}function Rs(e,t){t=t||e.getContext("2d"),t.save(),t.resetTransform(),t.clearRect(0,0,e.width,e.height),t.restore()}function Fs(e,t,i,n){zI(e,t,i,n,null)}function zI(e,t,i,n,o){let s,l,a,c,h,d,f,u;const g=t.pointStyle,v=t.rotation,m=t.radius;let w=(v||0)*_I;if(g&&typeof g=="object"&&(s=g.toString(),s==="[object HTMLImageElement]"||s==="[object HTMLCanvasElement]")){e.save(),e.translate(i,n),e.rotate(w),e.drawImage(g,-g.width/2,-g.height/2,g.width,g.height),e.restore();return}if(!(isNaN(m)||m<=0)){switch(e.beginPath(),g){default:o?e.ellipse(i,n,o/2,m,0,0,ae):e.arc(i,n,m,0,ae),e.closePath();break;case"triangle":d=o?o/2:m,e.moveTo(i+Math.sin(w)*d,n-Math.cos(w)*m),w+=ys,e.lineTo(i+Math.sin(w)*d,n-Math.cos(w)*m),w+=ys,e.lineTo(i+Math.sin(w)*d,n-Math.cos(w)*m),e.closePath();break;case"rectRounded":h=m*.516,c=m-h,l=Math.cos(w+Ct)*c,f=Math.cos(w+Ct)*(o?o/2-h:c),a=Math.sin(w+Ct)*c,u=Math.sin(w+Ct)*(o?o/2-h:c),e.arc(i-f,n-a,h,w-ue,w-ce),e.arc(i+u,n-l,h,w-ce,w),e.arc(i+f,n+a,h,w,w+ce),e.arc(i-u,n+l,h,w+ce,w+ue),e.closePath();break;case"rect":if(!v){c=Math.SQRT1_2*m,d=o?o/2:c,e.rect(i-d,n-c,2*d,2*c);break}w+=Ct;case"rectRot":f=Math.cos(w)*(o?o/2:m),l=Math.cos(w)*m,a=Math.sin(w)*m,u=Math.sin(w)*(o?o/2:m),e.moveTo(i-f,n-a),e.lineTo(i+u,n-l),e.lineTo(i+f,n+a),e.lineTo(i-u,n+l),e.closePath();break;case"crossRot":w+=Ct;case"cross":f=Math.cos(w)*(o?o/2:m),l=Math.cos(w)*m,a=Math.sin(w)*m,u=Math.sin(w)*(o?o/2:m),e.moveTo(i-f,n-a),e.lineTo(i+f,n+a),e.moveTo(i+u,n-l),e.lineTo(i-u,n+l);break;case"star":f=Math.cos(w)*(o?o/2:m),l=Math.cos(w)*m,a=Math.sin(w)*m,u=Math.sin(w)*(o?o/2:m),e.moveTo(i-f,n-a),e.lineTo(i+f,n+a),e.moveTo(i+u,n-l),e.lineTo(i-u,n+l),w+=Ct,f=Math.cos(w)*(o?o/2:m),l=Math.cos(w)*m,a=Math.sin(w)*m,u=Math.sin(w)*(o?o/2:m),e.moveTo(i-f,n-a),e.lineTo(i+f,n+a),e.moveTo(i+u,n-l),e.lineTo(i-u,n+l);break;case"line":l=o?o/2:Math.cos(w)*m,a=Math.sin(w)*m,e.moveTo(i-l,n-a),e.lineTo(i+l,n+a);break;case"dash":e.moveTo(i,n),e.lineTo(i+Math.cos(w)*(o?o/2:m),n+Math.sin(w)*m);break;case!1:e.closePath();break}e.fill(),t.borderWidth>0&&e.stroke()}}function Kt(e,t,i){return i=i||.5,!t||e&&e.x>t.left-i&&e.x<t.right+i&&e.y>t.top-i&&e.y<t.bottom+i}function o5(e,t){e.save(),e.beginPath(),e.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),e.clip()}function s5(e){e.restore()}function GI(e,t){t.translation&&e.translate(t.translation[0],t.translation[1]),re(t.rotation)||e.rotate(t.rotation),t.color&&(e.fillStyle=t.color),t.textAlign&&(e.textAlign=t.textAlign),t.textBaseline&&(e.textBaseline=t.textBaseline)}function WI(e,t,i,n,o){if(o.strikethrough||o.underline){const s=e.measureText(n),l=t-s.actualBoundingBoxLeft,a=t+s.actualBoundingBoxRight,c=i-s.actualBoundingBoxAscent,h=i+s.actualBoundingBoxDescent,d=o.strikethrough?(c+h)/2:h;e.strokeStyle=e.fillStyle,e.beginPath(),e.lineWidth=o.decorationWidth||2,e.moveTo(l,d),e.lineTo(a,d),e.stroke()}}function jI(e,t){const i=e.fillStyle;e.fillStyle=t.color,e.fillRect(t.left,t.top,t.width,t.height),e.fillStyle=i}function li(e,t,i,n,o,s={}){const l=le(t)?t:[t],a=s.strokeWidth>0&&s.strokeColor!=="";let c,h;for(e.save(),e.font=o.string,GI(e,s),c=0;c<l.length;++c)h=l[c],s.backdrop&&jI(e,s.backdrop),a&&(s.strokeColor&&(e.strokeStyle=s.strokeColor),re(s.strokeWidth)||(e.lineWidth=s.strokeWidth),e.strokeText(h,i,n,s.maxWidth)),e.fillText(h,i,n,s.maxWidth),WI(e,i,n,h,s),n+=Number(o.lineHeight);e.restore()}function Gn(e,t){const{x:i,y:n,w:o,h:s,radius:l}=t;e.arc(i+l.topLeft,n+l.topLeft,l.topLeft,1.5*ue,ue,!0),e.lineTo(i,n+s-l.bottomLeft),e.arc(i+l.bottomLeft,n+s-l.bottomLeft,l.bottomLeft,ue,ce,!0),e.lineTo(i+o-l.bottomRight,n+s),e.arc(i+o-l.bottomRight,n+s-l.bottomRight,l.bottomRight,ce,0,!0),e.lineTo(i+o,n+l.topRight),e.arc(i+o-l.topRight,n+l.topRight,l.topRight,0,-ce,!0),e.lineTo(i+l.topLeft,n)}const NI=/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/,XI=/^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/;function YI(e,t){const i=(""+e).match(NI);if(!i||i[1]==="normal")return t*1.2;switch(e=+i[2],i[3]){case"px":return e;case"%":e/=100;break}return t*e}const KI=e=>+e||0;function Dr(e,t){const i={},n=Y(t),o=n?Object.keys(t):t,s=Y(e)?n?l=>oe(e[l],e[t[l]]):l=>e[l]:()=>e;for(const l of o)i[l]=KI(s(l));return i}function qI(e){return Dr(e,{top:"y",right:"x",bottom:"y",left:"x"})}function D0(e){return Dr(e,["topLeft","topRight","bottomLeft","bottomRight"])}function Ue(e){const t=qI(e);return t.width=t.left+t.right,t.height=t.top+t.bottom,t}function ke(e,t){e=e||{},t=t||he.font;let i=oe(e.size,t.size);typeof i=="string"&&(i=parseInt(i,10));let n=oe(e.style,t.style);n&&!(""+n).match(XI)&&(console.warn('Invalid font style specified: "'+n+'"'),n=void 0);const o={family:oe(e.family,t.family),lineHeight:YI(oe(e.lineHeight,t.lineHeight),i),size:i,style:n,weight:oe(e.weight,t.weight),string:""};return o.string=UI(o),o}function m1(e,t,i,n){let o=!0,s,l,a;for(s=0,l=e.length;s<l;++s)if(a=e[s],a!==void 0&&(t!==void 0&&typeof a=="function"&&(a=a(t),o=!1),i!==void 0&&le(a)&&(a=a[i%a.length],o=!1),a!==void 0))return n&&!o&&(n.cacheable=!1),a}function QI(e,t,i){const{min:n,max:o}=e,s=K2(t,(o-n)/2),l=(a,c)=>i&&a===0?0:a+c;return{min:l(n,-Math.abs(s)),max:l(o,s)}}function $t(e,t){return Object.assign(Object.create(e),t)}function Tr(e,t=[""],i,n,o=()=>e[0]){const s=i||e;typeof n>"u"&&(n=h5("_fallback",e));const l={[Symbol.toStringTag]:"Object",_cacheable:!0,_scopes:e,_rootScopes:s,_fallback:n,_getTarget:o,override:a=>Tr([a,...e],t,s,n)};return new Proxy(l,{deleteProperty(a,c){return delete a[c],delete a._keys,delete e[0][c],!0},get(a,c){return a5(a,c,()=>sA(c,t,e,a))},getOwnPropertyDescriptor(a,c){return Reflect.getOwnPropertyDescriptor(a._scopes[0],c)},getPrototypeOf(){return Reflect.getPrototypeOf(e[0])},has(a,c){return Bs(a).includes(c)},ownKeys(a){return Bs(a)},set(a,c,h){const d=a._storage||(a._storage=o());return a[c]=d[c]=h,delete a._keys,!0}})}function r0(e,t,i,n){const o={_cacheable:!1,_proxy:e,_context:t,_subProxy:i,_stack:new Set,_descriptors:l5(e,n),setContext:s=>r0(e,s,i,n),override:s=>r0(e.override(s),t,i,n)};return new Proxy(o,{deleteProperty(s,l){return delete s[l],delete e[l],!0},get(s,l,a){return a5(s,l,()=>eA(s,l,a))},getOwnPropertyDescriptor(s,l){return s._descriptors.allKeys?Reflect.has(e,l)?{enumerable:!0,configurable:!0}:void 0:Reflect.getOwnPropertyDescriptor(e,l)},getPrototypeOf(){return Reflect.getPrototypeOf(e)},has(s,l){return Reflect.has(e,l)},ownKeys(){return Reflect.ownKeys(e)},set(s,l,a){return e[l]=a,delete s[l],!0}})}function l5(e,t={scriptable:!0,indexable:!0}){const{_scriptable:i=t.scriptable,_indexable:n=t.indexable,_allKeys:o=t.allKeys}=e;return{allKeys:o,scriptable:i,indexable:n,isScriptable:Zt(i)?i:()=>i,isIndexable:Zt(n)?n:()=>n}}const JI=(e,t)=>e?e+Br(t):t,Vr=(e,t)=>Y(t)&&e!=="adapters"&&(Object.getPrototypeOf(t)===null||t.constructor===Object);function a5(e,t,i){if(Object.prototype.hasOwnProperty.call(e,t))return e[t];const n=i();return e[t]=n,n}function eA(e,t,i){const{_proxy:n,_context:o,_subProxy:s,_descriptors:l}=e;let a=n[t];return Zt(a)&&l.isScriptable(t)&&(a=tA(t,a,e,i)),le(a)&&a.length&&(a=iA(t,a,e,l.isIndexable)),Vr(t,a)&&(a=r0(a,o,s&&s[t],l)),a}function tA(e,t,i,n){const{_proxy:o,_context:s,_subProxy:l,_stack:a}=i;if(a.has(e))throw new Error("Recursion detected: "+Array.from(a).join("->")+"->"+e);a.add(e);let c=t(s,l||n);return a.delete(e),Vr(e,c)&&(c=Pr(o._scopes,o,e,c)),c}function iA(e,t,i,n){const{_proxy:o,_context:s,_subProxy:l,_descriptors:a}=i;if(typeof s.index<"u"&&n(e))return t[s.index%t.length];if(Y(t[0])){const c=t,h=o._scopes.filter(d=>d!==c);t=[];for(const d of c){const f=Pr(h,o,e,d);t.push(r0(f,s,l&&l[e],a))}}return t}function c5(e,t,i){return Zt(e)?e(t,i):e}const nA=(e,t)=>e===!0?t:typeof e=="string"?X0(t,e):void 0;function rA(e,t,i,n,o){for(const s of t){const l=nA(i,s);if(l){e.add(l);const a=c5(l._fallback,i,o);if(typeof a<"u"&&a!==i&&a!==n)return a}else if(l===!1&&typeof n<"u"&&i!==n)return null}return!1}function Pr(e,t,i,n){const o=t._rootScopes,s=c5(t._fallback,i,n),l=[...e,...o],a=new Set;a.add(n);let c=ks(a,l,i,s||i,n);return c===null||typeof s<"u"&&s!==i&&(c=ks(a,l,s,c,n),c===null)?!1:Tr(Array.from(a),[""],o,s,()=>oA(t,i,n))}function ks(e,t,i,n,o){for(;i;)i=rA(e,t,i,n,o);return i}function oA(e,t,i){const n=e._getTarget();t in n||(n[t]={});const o=n[t];return le(o)&&Y(i)?i:o||{}}function sA(e,t,i,n){let o;for(const s of t)if(o=h5(JI(s,e),i),typeof o<"u")return Vr(e,o)?Pr(i,n,e,o):o}function h5(e,t){for(const i of t){if(!i)continue;const n=i[e];if(typeof n<"u")return n}}function Bs(e){let t=e._keys;return t||(t=e._keys=lA(e._scopes)),t}function lA(e){const t=new Set;for(const i of e)for(const n of Object.keys(i).filter(o=>!o.startsWith("_")))t.add(n);return Array.from(t)}function Or(){return typeof window<"u"&&typeof document<"u"}function Hr(e){let t=e.parentNode;return t&&t.toString()==="[object ShadowRoot]"&&(t=t.host),t}function ai(e,t,i){let n;return typeof e=="string"?(n=parseInt(e,10),e.indexOf("%")!==-1&&(n=n/100*t.parentNode[i])):n=e,n}const $i=e=>e.ownerDocument.defaultView.getComputedStyle(e,null);function aA(e,t){return $i(e).getPropertyValue(t)}const cA=["top","right","bottom","left"];function Tt(e,t,i){const n={};i=i?"-"+i:"";for(let o=0;o<4;o++){const s=cA[o];n[s]=parseFloat(e[t+"-"+s+i])||0}return n.width=n.left+n.right,n.height=n.top+n.bottom,n}const hA=(e,t,i)=>(e>0||t>0)&&(!i||!i.shadowRoot);function dA(e,t){const i=e.touches,n=i&&i.length?i[0]:e,{offsetX:o,offsetY:s}=n;let l=!1,a,c;if(hA(o,s,e.target))a=o,c=s;else{const h=t.getBoundingClientRect();a=n.clientX-h.left,c=n.clientY-h.top,l=!0}return{x:a,y:c,box:l}}function Lt(e,t){if("native"in e)return e;const{canvas:i,currentDevicePixelRatio:n}=t,o=$i(i),s=o.boxSizing==="border-box",l=Tt(o,"padding"),a=Tt(o,"border","width"),{x:c,y:h,box:d}=dA(e,i),f=l.left+(d&&a.left),u=l.top+(d&&a.top);let{width:g,height:v}=t;return s&&(g-=l.width+a.width,v-=l.height+a.height),{x:Math.round((c-f)/g*i.width/n),y:Math.round((h-u)/v*i.height/n)}}function fA(e,t,i){let n,o;if(t===void 0||i===void 0){const s=Hr(e);if(!s)t=e.clientWidth,i=e.clientHeight;else{const l=s.getBoundingClientRect(),a=$i(s),c=Tt(a,"border","width"),h=Tt(a,"padding");t=l.width-h.width-c.width,i=l.height-h.height-c.height,n=ai(a.maxWidth,s,"clientWidth"),o=ai(a.maxHeight,s,"clientHeight")}}return{width:t,height:i,maxWidth:n||ii,maxHeight:o||ii}}const x1=e=>Math.round(e*10)/10;function uA(e,t,i,n){const o=$i(e),s=Tt(o,"margin"),l=ai(o.maxWidth,e,"clientWidth")||ii,a=ai(o.maxHeight,e,"clientHeight")||ii,c=fA(e,t,i);let{width:h,height:d}=c;if(o.boxSizing==="content-box"){const u=Tt(o,"border","width"),g=Tt(o,"padding");h-=g.width+u.width,d-=g.height+u.height}return h=Math.max(0,h-s.width),d=Math.max(0,n?h/n:d-s.height),h=x1(Math.min(h,l,c.maxWidth)),d=x1(Math.min(d,a,c.maxHeight)),h&&!d&&(d=x1(h/2)),(t!==void 0||i!==void 0)&&n&&c.height&&d>c.height&&(d=c.height,h=x1(Math.floor(d*n))),{width:h,height:d}}function Es(e,t,i){const n=t||1,o=Math.floor(e.height*n),s=Math.floor(e.width*n);e.height=Math.floor(e.height),e.width=Math.floor(e.width);const l=e.canvas;return l.style&&(i||!l.style.height&&!l.style.width)&&(l.style.height=`${e.height}px`,l.style.width=`${e.width}px`),e.currentDevicePixelRatio!==n||l.height!==o||l.width!==s?(e.currentDevicePixelRatio=n,l.height=o,l.width=s,e.ctx.setTransform(n,0,0,n,0,0),!0):!1}const pA=function(){let e=!1;try{const t={get passive(){return e=!0,!1}};Or()&&(window.addEventListener("test",null,t),window.removeEventListener("test",null,t))}catch{}return e}();function Ls(e,t){const i=aA(e,t),n=i&&i.match(/^(\d+)(\.\d+)?px$/);return n?+n[1]:void 0}const gA=function(e,t){return{x(i){return e+e+t-i},setWidth(i){t=i},textAlign(i){return i==="center"?i:i==="right"?"left":"right"},xPlus(i,n){return i-n},leftForLtr(i,n){return i-n}}},vA=function(){return{x(e){return e},setWidth(e){},textAlign(e){return e},xPlus(e,t){return e+t},leftForLtr(e,t){return e}}};function gn(e,t,i){return e?gA(t,i):vA()}function mA(e,t){let i,n;(t==="ltr"||t==="rtl")&&(i=e.canvas.style,n=[i.getPropertyValue("direction"),i.getPropertyPriority("direction")],i.setProperty("direction",t,"important"),e.prevTextDirection=n)}function xA(e,t){t!==void 0&&(delete e.prevTextDirection,e.canvas.style.setProperty("direction",t[0],t[1]))}/*!
|
|
900
|
+
* Chart.js v4.4.2
|
|
901
|
+
* https://www.chartjs.org
|
|
902
|
+
* (c) 2024 Chart.js Contributors
|
|
903
|
+
* Released under the MIT License
|
|
904
|
+
*/class wA{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(t,i,n,o){const s=i.listeners[o],l=i.duration;s.forEach(a=>a({chart:t,initial:i.initial,numSteps:l,currentStep:Math.min(n-i.start,l)}))}_refresh(){this._request||(this._running=!0,this._request=t5.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(t=Date.now()){let i=0;this._charts.forEach((n,o)=>{if(!n.running||!n.items.length)return;const s=n.items;let l=s.length-1,a=!1,c;for(;l>=0;--l)c=s[l],c._active?(c._total>n.duration&&(n.duration=c._total),c.tick(t),a=!0):(s[l]=s[s.length-1],s.pop());a&&(o.draw(),this._notify(o,n,t,"progress")),s.length||(n.running=!1,this._notify(o,n,t,"complete"),n.initial=!1),i+=s.length}),this._lastDate=t,i===0&&(this._running=!1)}_getAnims(t){const i=this._charts;let n=i.get(t);return n||(n={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},i.set(t,n)),n}listen(t,i,n){this._getAnims(t).listeners[i].push(n)}add(t,i){!i||!i.length||this._getAnims(t).items.push(...i)}has(t){return this._getAnims(t).items.length>0}start(t){const i=this._charts.get(t);!i||(i.running=!0,i.start=Date.now(),i.duration=i.items.reduce((n,o)=>Math.max(n,o._duration),0),this._refresh())}running(t){if(!this._running)return!1;const i=this._charts.get(t);return!(!i||!i.running||!i.items.length)}stop(t){const i=this._charts.get(t);if(!i||!i.items.length)return;const n=i.items;let o=n.length-1;for(;o>=0;--o)n[o].cancel();i.items=[],this._notify(t,i,Date.now(),"complete")}remove(t){return this._charts.delete(t)}}var nt=new wA;const Ds="transparent",yA={boolean(e,t,i){return i>.5?t:e},color(e,t,i){const n=As(e||Ds),o=n.valid&&As(t||Ds);return o&&o.valid?o.mix(n,i).hexString():t},number(e,t,i){return e+(t-e)*i}};class _A{constructor(t,i,n,o){const s=i[n];o=m1([t.to,o,s,t.from]);const l=m1([t.from,s,o]);this._active=!0,this._fn=t.fn||yA[t.type||typeof l],this._easing=E0[t.easing]||E0.linear,this._start=Math.floor(Date.now()+(t.delay||0)),this._duration=this._total=Math.floor(t.duration),this._loop=!!t.loop,this._target=i,this._prop=n,this._from=l,this._to=o,this._promises=void 0}active(){return this._active}update(t,i,n){if(this._active){this._notify(!1);const o=this._target[this._prop],s=n-this._start,l=this._duration-s;this._start=n,this._duration=Math.floor(Math.max(l,t.duration)),this._total+=s,this._loop=!!t.loop,this._to=m1([t.to,i,o,t.from]),this._from=m1([t.from,o,i])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(t){const i=t-this._start,n=this._duration,o=this._prop,s=this._from,l=this._loop,a=this._to;let c;if(this._active=s!==a&&(l||i<n),!this._active){this._target[o]=a,this._notify(!0);return}if(i<0){this._target[o]=s;return}c=i/n%2,c=l&&c>1?2-c:c,c=this._easing(Math.min(1,Math.max(0,c))),this._target[o]=this._fn(s,a,c)}wait(){const t=this._promises||(this._promises=[]);return new Promise((i,n)=>{t.push({res:i,rej:n})})}_notify(t){const i=t?"res":"rej",n=this._promises||[];for(let o=0;o<n.length;o++)n[o][i]()}}class d5{constructor(t,i){this._chart=t,this._properties=new Map,this.configure(i)}configure(t){if(!Y(t))return;const i=Object.keys(he.animation),n=this._properties;Object.getOwnPropertyNames(t).forEach(o=>{const s=t[o];if(!Y(s))return;const l={};for(const a of i)l[a]=s[a];(le(s.properties)&&s.properties||[o]).forEach(a=>{(a===o||!n.has(a))&&n.set(a,l)})})}_animateOptions(t,i){const n=i.options,o=MA(t,n);if(!o)return[];const s=this._createAnimations(o,n);return n.$shared&&bA(t.options.$animations,n).then(()=>{t.options=n},()=>{}),s}_createAnimations(t,i){const n=this._properties,o=[],s=t.$animations||(t.$animations={}),l=Object.keys(i),a=Date.now();let c;for(c=l.length-1;c>=0;--c){const h=l[c];if(h.charAt(0)==="$")continue;if(h==="options"){o.push(...this._animateOptions(t,i));continue}const d=i[h];let f=s[h];const u=n.get(h);if(f)if(u&&f.active()){f.update(u,d,a);continue}else f.cancel();if(!u||!u.duration){t[h]=d;continue}s[h]=f=new _A(u,t,h,d),o.push(f)}return o}update(t,i){if(this._properties.size===0){Object.assign(t,i);return}const n=this._createAnimations(t,i);if(n.length)return nt.add(this._chart,n),!0}}function bA(e,t){const i=[],n=Object.keys(t);for(let o=0;o<n.length;o++){const s=e[n[o]];s&&s.active()&&i.push(s.wait())}return Promise.all(i)}function MA(e,t){if(!t)return;let i=e.options;if(!i){e.options=t;return}return i.$shared&&(e.options=i=Object.assign({},i,{$shared:!1,$animations:{}})),i}function Ts(e,t){const i=e&&e.options||{},n=i.reverse,o=i.min===void 0?t:0,s=i.max===void 0?t:0;return{start:n?s:o,end:n?o:s}}function ZA(e,t,i){if(i===!1)return!1;const n=Ts(e,i),o=Ts(t,i);return{top:o.end,right:n.end,bottom:o.start,left:n.start}}function SA(e){let t,i,n,o;return Y(e)?(t=e.top,i=e.right,n=e.bottom,o=e.left):t=i=n=o=e,{top:t,right:i,bottom:n,left:o,disabled:e===!1}}function f5(e,t){const i=[],n=e._getSortedDatasetMetas(t);let o,s;for(o=0,s=n.length;o<s;++o)i.push(n[o].index);return i}function Vs(e,t,i,n={}){const o=e.keys,s=n.mode==="single";let l,a,c,h;if(t!==null){for(l=0,a=o.length;l<a;++l){if(c=+o[l],c===i){if(n.all)continue;break}h=e.values[c],xe(h)&&(s||t===0||ni(t)===ni(h))&&(t+=h)}return t}}function IA(e){const t=Object.keys(e),i=new Array(t.length);let n,o,s;for(n=0,o=t.length;n<o;++n)s=t[n],i[n]={x:s,y:e[s]};return i}function Ps(e,t){const i=e&&e.options.stacked;return i||i===void 0&&t.stack!==void 0}function AA(e,t,i){return`${e.id}.${t.id}.${i.stack||i.type}`}function CA(e){const{min:t,max:i,minDefined:n,maxDefined:o}=e.getUserBounds();return{min:n?t:Number.NEGATIVE_INFINITY,max:o?i:Number.POSITIVE_INFINITY}}function RA(e,t,i){const n=e[t]||(e[t]={});return n[i]||(n[i]={})}function Os(e,t,i,n){for(const o of t.getMatchingVisibleMetas(n).reverse()){const s=e[o.index];if(i&&s>0||!i&&s<0)return o.index}return null}function Hs(e,t){const{chart:i,_cachedMeta:n}=e,o=i._stacks||(i._stacks={}),{iScale:s,vScale:l,index:a}=n,c=s.axis,h=l.axis,d=AA(s,l,n),f=t.length;let u;for(let g=0;g<f;++g){const v=t[g],{[c]:m,[h]:w}=v,y=v._stacks||(v._stacks={});u=y[h]=RA(o,d,m),u[a]=w,u._top=Os(u,l,!0,n.type),u._bottom=Os(u,l,!1,n.type);const b=u._visualValues||(u._visualValues={});b[a]=w}}function vn(e,t){const i=e.scales;return Object.keys(i).filter(n=>i[n].axis===t).shift()}function FA(e,t){return $t(e,{active:!1,dataset:void 0,datasetIndex:t,index:t,mode:"default",type:"dataset"})}function kA(e,t,i){return $t(e,{active:!1,dataIndex:t,parsed:void 0,raw:void 0,element:i,index:t,mode:"default",type:"data"})}function p0(e,t){const i=e.controller.index,n=e.vScale&&e.vScale.axis;if(!!n){t=t||e._parsed;for(const o of t){const s=o._stacks;if(!s||s[n]===void 0||s[n][i]===void 0)return;delete s[n][i],s[n]._visualValues!==void 0&&s[n]._visualValues[i]!==void 0&&delete s[n]._visualValues[i]}}}const mn=e=>e==="reset"||e==="none",Us=(e,t)=>t?e:Object.assign({},e),BA=(e,t,i)=>e&&!t.hidden&&t._stacked&&{keys:f5(i,!0),values:null};class T0{constructor(t,i){this.chart=t,this._ctx=t.ctx,this.index=i,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.datasetElementType=new.target.datasetElementType,this.dataElementType=new.target.dataElementType,this.initialize()}initialize(){const t=this._cachedMeta;this.configure(),this.linkScales(),t._stacked=Ps(t.vScale,t),this.addElements(),this.options.fill&&!this.chart.isPluginEnabled("filler")&&console.warn("Tried to use the 'fill' option without the 'Filler' plugin enabled. Please import and register the 'Filler' plugin and make sure it is not disabled in the options")}updateIndex(t){this.index!==t&&p0(this._cachedMeta),this.index=t}linkScales(){const t=this.chart,i=this._cachedMeta,n=this.getDataset(),o=(f,u,g,v)=>f==="x"?u:f==="r"?v:g,s=i.xAxisID=oe(n.xAxisID,vn(t,"x")),l=i.yAxisID=oe(n.yAxisID,vn(t,"y")),a=i.rAxisID=oe(n.rAxisID,vn(t,"r")),c=i.indexAxis,h=i.iAxisID=o(c,s,l,a),d=i.vAxisID=o(c,l,s,a);i.xScale=this.getScaleForId(s),i.yScale=this.getScaleForId(l),i.rScale=this.getScaleForId(a),i.iScale=this.getScaleForId(h),i.vScale=this.getScaleForId(d)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(t){return this.chart.scales[t]}_getOtherScale(t){const i=this._cachedMeta;return t===i.iScale?i.vScale:i.iScale}reset(){this._update("reset")}_destroy(){const t=this._cachedMeta;this._data&&Ms(this._data,this),t._stacked&&p0(t)}_dataCheck(){const t=this.getDataset(),i=t.data||(t.data=[]),n=this._data;if(Y(i))this._data=IA(i);else if(n!==i){if(n){Ms(n,this);const o=this._cachedMeta;p0(o),o._parsed=[]}i&&Object.isExtensible(i)&&RI(i,this),this._syncList=[],this._data=i}}addElements(){const t=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(t.dataset=new this.datasetElementType)}buildOrUpdateElements(t){const i=this._cachedMeta,n=this.getDataset();let o=!1;this._dataCheck();const s=i._stacked;i._stacked=Ps(i.vScale,i),i.stack!==n.stack&&(o=!0,p0(i),i.stack=n.stack),this._resyncElements(t),(o||s!==i._stacked)&&Hs(this,i._parsed)}configure(){const t=this.chart.config,i=t.datasetScopeKeys(this._type),n=t.getOptionScopes(this.getDataset(),i,!0);this.options=t.createResolver(n,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(t,i){const{_cachedMeta:n,_data:o}=this,{iScale:s,_stacked:l}=n,a=s.axis;let c=t===0&&i===o.length?!0:n._sorted,h=t>0&&n._parsed[t-1],d,f,u;if(this._parsing===!1)n._parsed=o,n._sorted=!0,u=o;else{le(o[t])?u=this.parseArrayData(n,o,t,i):Y(o[t])?u=this.parseObjectData(n,o,t,i):u=this.parsePrimitiveData(n,o,t,i);const g=()=>f[a]===null||h&&f[a]<h[a];for(d=0;d<i;++d)n._parsed[d+t]=f=u[d],c&&(g()&&(c=!1),h=f);n._sorted=c}l&&Hs(this,u)}parsePrimitiveData(t,i,n,o){const{iScale:s,vScale:l}=t,a=s.axis,c=l.axis,h=s.getLabels(),d=s===l,f=new Array(o);let u,g,v;for(u=0,g=o;u<g;++u)v=u+n,f[u]={[a]:d||s.parse(h[v],v),[c]:l.parse(i[v],v)};return f}parseArrayData(t,i,n,o){const{xScale:s,yScale:l}=t,a=new Array(o);let c,h,d,f;for(c=0,h=o;c<h;++c)d=c+n,f=i[d],a[c]={x:s.parse(f[0],d),y:l.parse(f[1],d)};return a}parseObjectData(t,i,n,o){const{xScale:s,yScale:l}=t,{xAxisKey:a="x",yAxisKey:c="y"}=this._parsing,h=new Array(o);let d,f,u,g;for(d=0,f=o;d<f;++d)u=d+n,g=i[u],h[d]={x:s.parse(X0(g,a),u),y:l.parse(X0(g,c),u)};return h}getParsed(t){return this._cachedMeta._parsed[t]}getDataElement(t){return this._cachedMeta.data[t]}applyStack(t,i,n){const o=this.chart,s=this._cachedMeta,l=i[t.axis],a={keys:f5(o,!0),values:i._stacks[t.axis]._visualValues};return Vs(a,l,s.index,{mode:n})}updateRangeFromParsed(t,i,n,o){const s=n[i.axis];let l=s===null?NaN:s;const a=o&&n._stacks[i.axis];o&&a&&(o.values=a,l=Vs(o,s,this._cachedMeta.index)),t.min=Math.min(t.min,l),t.max=Math.max(t.max,l)}getMinMax(t,i){const n=this._cachedMeta,o=n._parsed,s=n._sorted&&t===n.iScale,l=o.length,a=this._getOtherScale(t),c=BA(i,n,this.chart),h={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:d,max:f}=CA(a);let u,g;function v(){g=o[u];const m=g[a.axis];return!xe(g[t.axis])||d>m||f<m}for(u=0;u<l&&!(!v()&&(this.updateRangeFromParsed(h,t,g,c),s));++u);if(s){for(u=l-1;u>=0;--u)if(!v()){this.updateRangeFromParsed(h,t,g,c);break}}return h}getAllParsedValues(t){const i=this._cachedMeta._parsed,n=[];let o,s,l;for(o=0,s=i.length;o<s;++o)l=i[o][t.axis],xe(l)&&n.push(l);return n}getMaxOverflow(){return!1}getLabelAndValue(t){const i=this._cachedMeta,n=i.iScale,o=i.vScale,s=this.getParsed(t);return{label:n?""+n.getLabelForValue(s[n.axis]):"",value:o?""+o.getLabelForValue(s[o.axis]):""}}_update(t){const i=this._cachedMeta;this.update(t||"default"),i._clip=SA(oe(this.options.clip,ZA(i.xScale,i.yScale,this.getMaxOverflow())))}update(t){}draw(){const t=this._ctx,i=this.chart,n=this._cachedMeta,o=n.data||[],s=i.chartArea,l=[],a=this._drawStart||0,c=this._drawCount||o.length-a,h=this.options.drawActiveElementsOnTop;let d;for(n.dataset&&n.dataset.draw(t,s,a,c),d=a;d<a+c;++d){const f=o[d];f.hidden||(f.active&&h?l.push(f):f.draw(t,s))}for(d=0;d<l.length;++d)l[d].draw(t,s)}getStyle(t,i){const n=i?"active":"default";return t===void 0&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(n):this.resolveDataElementOptions(t||0,n)}getContext(t,i,n){const o=this.getDataset();let s;if(t>=0&&t<this._cachedMeta.data.length){const l=this._cachedMeta.data[t];s=l.$context||(l.$context=kA(this.getContext(),t,l)),s.parsed=this.getParsed(t),s.raw=o.data[t],s.index=s.dataIndex=t}else s=this.$context||(this.$context=FA(this.chart.getContext(),this.index)),s.dataset=o,s.index=s.datasetIndex=this.index;return s.active=!!i,s.mode=n,s}resolveDatasetElementOptions(t){return this._resolveElementOptions(this.datasetElementType.id,t)}resolveDataElementOptions(t,i){return this._resolveElementOptions(this.dataElementType.id,i,t)}_resolveElementOptions(t,i="default",n){const o=i==="active",s=this._cachedDataOpts,l=t+"-"+i,a=s[l],c=this.enableOptionSharing&&ti(n);if(a)return Us(a,c);const h=this.chart.config,d=h.datasetElementScopeKeys(this._type,t),f=o?[`${t}Hover`,"hover",t,""]:[t,""],u=h.getOptionScopes(this.getDataset(),d),g=Object.keys(he.elements[t]),v=()=>this.getContext(n,o,i),m=h.resolveNamedOptions(u,g,v,f);return m.$shared&&(m.$shared=c,s[l]=Object.freeze(Us(m,c))),m}_resolveAnimations(t,i,n){const o=this.chart,s=this._cachedDataOpts,l=`animation-${i}`,a=s[l];if(a)return a;let c;if(o.options.animation!==!1){const d=this.chart.config,f=d.datasetAnimationScopeKeys(this._type,i),u=d.getOptionScopes(this.getDataset(),f);c=d.createResolver(u,this.getContext(t,n,i))}const h=new d5(o,c&&c.animations);return c&&c._cacheable&&(s[l]=Object.freeze(h)),h}getSharedOptions(t){if(!!t.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},t))}includeOptions(t,i){return!i||mn(t)||this.chart._animationsDisabled}_getSharedOptions(t,i){const n=this.resolveDataElementOptions(t,i),o=this._sharedOptions,s=this.getSharedOptions(n),l=this.includeOptions(i,s)||s!==o;return this.updateSharedOptions(s,i,n),{sharedOptions:s,includeOptions:l}}updateElement(t,i,n,o){mn(o)?Object.assign(t,n):this._resolveAnimations(i,o).update(t,n)}updateSharedOptions(t,i,n){t&&!mn(i)&&this._resolveAnimations(void 0,i).update(t,n)}_setStyle(t,i,n,o){t.active=o;const s=this.getStyle(i,o);this._resolveAnimations(i,n,o).update(t,{options:!o&&this.getSharedOptions(s)||s})}removeHoverStyle(t,i,n){this._setStyle(t,n,"active",!1)}setHoverStyle(t,i,n){this._setStyle(t,n,"active",!0)}_removeDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!1)}_setDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!0)}_resyncElements(t){const i=this._data,n=this._cachedMeta.data;for(const[a,c,h]of this._syncList)this[a](c,h);this._syncList=[];const o=n.length,s=i.length,l=Math.min(s,o);l&&this.parse(0,l),s>o?this._insertElements(o,s-o,t):s<o&&this._removeElements(s,o-s)}_insertElements(t,i,n=!0){const o=this._cachedMeta,s=o.data,l=t+i;let a;const c=h=>{for(h.length+=i,a=h.length-1;a>=l;a--)h[a]=h[a-i]};for(c(s),a=t;a<l;++a)s[a]=new this.dataElementType;this._parsing&&c(o._parsed),this.parse(t,i),n&&this.updateElements(s,t,i,"reset")}updateElements(t,i,n,o){}_removeElements(t,i){const n=this._cachedMeta;if(this._parsing){const o=n._parsed.splice(t,i);n._stacked&&p0(n,o)}n.data.splice(t,i)}_sync(t){if(this._parsing)this._syncList.push(t);else{const[i,n,o]=t;this[i](n,o)}this.chart._dataChanges.push([this.index,...t])}_onDataPush(){const t=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-t,t])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(t,i){i&&this._sync(["_removeElements",t,i]);const n=arguments.length-2;n&&this._sync(["_insertElements",t,n])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}j(T0,"defaults",{}),j(T0,"datasetElementType",null),j(T0,"dataElementType",null);function EA(e,t,i){let n=1,o=1,s=0,l=0;if(t<ae){const a=e,c=a+t,h=Math.cos(a),d=Math.sin(a),f=Math.cos(c),u=Math.sin(c),g=(_,S,A)=>oi(_,a,c,!0)?1:Math.max(S,S*i,A,A*i),v=(_,S,A)=>oi(_,a,c,!0)?-1:Math.min(S,S*i,A,A*i),m=g(0,h,f),w=g(ce,d,u),y=v(ue,h,f),b=v(ue+ce,d,u);n=(m-y)/2,o=(w-b)/2,s=-(m+y)/2,l=-(w+b)/2}return{ratioX:n,ratioY:o,offsetX:s,offsetY:l}}class b0 extends T0{constructor(t,i){super(t,i),this.enableOptionSharing=!0,this.innerRadius=void 0,this.outerRadius=void 0,this.offsetX=void 0,this.offsetY=void 0}linkScales(){}parse(t,i){const n=this.getDataset().data,o=this._cachedMeta;if(this._parsing===!1)o._parsed=n;else{let s=c=>+n[c];if(Y(n[t])){const{key:c="value"}=this._parsing;s=h=>+X0(n[h],c)}let l,a;for(l=t,a=t+i;l<a;++l)o._parsed[l]=s(l)}}_getRotation(){return qe(this.options.rotation-90)}_getCircumference(){return qe(this.options.circumference)}_getRotationExtents(){let t=ae,i=-ae;for(let n=0;n<this.chart.data.datasets.length;++n)if(this.chart.isDatasetVisible(n)&&this.chart.getDatasetMeta(n).type===this._type){const o=this.chart.getDatasetMeta(n).controller,s=o._getRotation(),l=o._getCircumference();t=Math.min(t,s),i=Math.max(i,s+l)}return{rotation:t,circumference:i-t}}update(t){const i=this.chart,{chartArea:n}=i,o=this._cachedMeta,s=o.data,l=this.getMaxBorderWidth()+this.getMaxOffset(s)+this.options.spacing,a=Math.max((Math.min(n.width,n.height)-l)/2,0),c=Math.min(gI(this.options.cutout,a),1),h=this._getRingWeight(this.index),{circumference:d,rotation:f}=this._getRotationExtents(),{ratioX:u,ratioY:g,offsetX:v,offsetY:m}=EA(f,d,c),w=(n.width-l)/u,y=(n.height-l)/g,b=Math.max(Math.min(w,y)/2,0),_=K2(this.options.radius,b),S=Math.max(_*c,0),A=(_-S)/this._getVisibleDatasetWeightTotal();this.offsetX=v*_,this.offsetY=m*_,o.total=this.calculateTotal(),this.outerRadius=_-A*this._getRingWeightOffset(this.index),this.innerRadius=Math.max(this.outerRadius-A*h,0),this.updateElements(s,0,s.length,t)}_circumference(t,i){const n=this.options,o=this._cachedMeta,s=this._getCircumference();return i&&n.animation.animateRotate||!this.chart.getDataVisibility(t)||o._parsed[t]===null||o.data[t].hidden?0:this.calculateCircumference(o._parsed[t]*s/ae)}updateElements(t,i,n,o){const s=o==="reset",l=this.chart,a=l.chartArea,h=l.options.animation,d=(a.left+a.right)/2,f=(a.top+a.bottom)/2,u=s&&h.animateScale,g=u?0:this.innerRadius,v=u?0:this.outerRadius,{sharedOptions:m,includeOptions:w}=this._getSharedOptions(i,o);let y=this._getRotation(),b;for(b=0;b<i;++b)y+=this._circumference(b,s);for(b=i;b<i+n;++b){const _=this._circumference(b,s),S=t[b],A={x:d+this.offsetX,y:f+this.offsetY,startAngle:y,endAngle:y+_,circumference:_,outerRadius:v,innerRadius:g};w&&(A.options=m||this.resolveDataElementOptions(b,S.active?"active":o)),y+=_,this.updateElement(S,b,A,o)}}calculateTotal(){const t=this._cachedMeta,i=t.data;let n=0,o;for(o=0;o<i.length;o++){const s=t._parsed[o];s!==null&&!isNaN(s)&&this.chart.getDataVisibility(o)&&!i[o].hidden&&(n+=Math.abs(s))}return n}calculateCircumference(t){const i=this._cachedMeta.total;return i>0&&!isNaN(t)?ae*(Math.abs(t)/i):0}getLabelAndValue(t){const i=this._cachedMeta,n=this.chart,o=n.data.labels||[],s=Hi(i._parsed[t],n.options.locale);return{label:o[t]||"",value:s}}getMaxBorderWidth(t){let i=0;const n=this.chart;let o,s,l,a,c;if(!t){for(o=0,s=n.data.datasets.length;o<s;++o)if(n.isDatasetVisible(o)){l=n.getDatasetMeta(o),t=l.data,a=l.controller;break}}if(!t)return 0;for(o=0,s=t.length;o<s;++o)c=a.resolveDataElementOptions(o),c.borderAlign!=="inner"&&(i=Math.max(i,c.borderWidth||0,c.hoverBorderWidth||0));return i}getMaxOffset(t){let i=0;for(let n=0,o=t.length;n<o;++n){const s=this.resolveDataElementOptions(n);i=Math.max(i,s.offset||0,s.hoverOffset||0)}return i}_getRingWeightOffset(t){let i=0;for(let n=0;n<t;++n)this.chart.isDatasetVisible(n)&&(i+=this._getRingWeight(n));return i}_getRingWeight(t){return Math.max(oe(this.chart.data.datasets[t].weight,1),0)}_getVisibleDatasetWeightTotal(){return this._getRingWeightOffset(this.chart.data.datasets.length)||1}}j(b0,"id","doughnut"),j(b0,"defaults",{datasetElementType:!1,dataElementType:"arc",animation:{animateRotate:!0,animateScale:!1},animations:{numbers:{type:"number",properties:["circumference","endAngle","innerRadius","outerRadius","startAngle","x","y","offset","borderWidth","spacing"]}},cutout:"50%",rotation:0,circumference:360,radius:"100%",spacing:0,indexAxis:"r"}),j(b0,"descriptors",{_scriptable:t=>t!=="spacing",_indexable:t=>t!=="spacing"&&!t.startsWith("borderDash")&&!t.startsWith("hoverBorderDash")}),j(b0,"overrides",{aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const i=t.data;if(i.labels.length&&i.datasets.length){const{labels:{pointStyle:n,color:o}}=t.legend.options;return i.labels.map((s,l)=>{const c=t.getDatasetMeta(0).controller.getStyle(l);return{text:s,fillStyle:c.backgroundColor,strokeStyle:c.borderColor,fontColor:o,lineWidth:c.borderWidth,pointStyle:n,hidden:!t.getDataVisibility(l),index:l}})}return[]}},onClick(t,i,n){n.chart.toggleDataVisibility(i.index),n.chart.update()}}}});function Ft(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class Ur{constructor(t){j(this,"options");this.options=t||{}}static override(t){Object.assign(Ur.prototype,t)}init(){}formats(){return Ft()}parse(){return Ft()}format(){return Ft()}add(){return Ft()}diff(){return Ft()}startOf(){return Ft()}endOf(){return Ft()}}var LA={_date:Ur};function DA(e,t,i,n){const{controller:o,data:s,_sorted:l}=e,a=o._cachedMeta.iScale;if(a&&t===a.axis&&t!=="r"&&l&&s.length){const c=a._reversePixels?AI:$n;if(n){if(o._sharedOptions){const h=s[0],d=typeof h.getRange=="function"&&h.getRange(t);if(d){const f=c(s,t,i-d),u=c(s,t,i+d);return{lo:f.lo,hi:u.hi}}}}else return c(s,t,i)}return{lo:0,hi:s.length-1}}function s1(e,t,i,n,o){const s=e.getSortedVisibleDatasetMetas(),l=i[t];for(let a=0,c=s.length;a<c;++a){const{index:h,data:d}=s[a],{lo:f,hi:u}=DA(s[a],t,l,o);for(let g=f;g<=u;++g){const v=d[g];v.skip||n(v,h,g)}}}function TA(e){const t=e.indexOf("x")!==-1,i=e.indexOf("y")!==-1;return function(n,o){const s=t?Math.abs(n.x-o.x):0,l=i?Math.abs(n.y-o.y):0;return Math.sqrt(Math.pow(s,2)+Math.pow(l,2))}}function xn(e,t,i,n,o){const s=[];return!o&&!e.isPointInArea(t)||s1(e,i,t,function(a,c,h){!o&&!Kt(a,e.chartArea,0)||a.inRange(t.x,t.y,n)&&s.push({element:a,datasetIndex:c,index:h})},!0),s}function VA(e,t,i,n){let o=[];function s(l,a,c){const{startAngle:h,endAngle:d}=l.getProps(["startAngle","endAngle"],n),{angle:f}=J2(l,{x:t.x,y:t.y});oi(f,h,d)&&o.push({element:l,datasetIndex:a,index:c})}return s1(e,i,t,s),o}function PA(e,t,i,n,o,s){let l=[];const a=TA(i);let c=Number.POSITIVE_INFINITY;function h(d,f,u){const g=d.inRange(t.x,t.y,o);if(n&&!g)return;const v=d.getCenterPoint(o);if(!(!!s||e.isPointInArea(v))&&!g)return;const w=a(t,v);w<c?(l=[{element:d,datasetIndex:f,index:u}],c=w):w===c&&l.push({element:d,datasetIndex:f,index:u})}return s1(e,i,t,h),l}function wn(e,t,i,n,o,s){return!s&&!e.isPointInArea(t)?[]:i==="r"&&!n?VA(e,t,i,o):PA(e,t,i,n,o,s)}function $s(e,t,i,n,o){const s=[],l=i==="x"?"inXRange":"inYRange";let a=!1;return s1(e,i,t,(c,h,d)=>{c[l](t[i],o)&&(s.push({element:c,datasetIndex:h,index:d}),a=a||c.inRange(t.x,t.y,o))}),n&&!a?[]:s}var OA={evaluateInteractionItems:s1,modes:{index(e,t,i,n){const o=Lt(t,e),s=i.axis||"x",l=i.includeInvisible||!1,a=i.intersect?xn(e,o,s,n,l):wn(e,o,s,!1,n,l),c=[];return a.length?(e.getSortedVisibleDatasetMetas().forEach(h=>{const d=a[0].index,f=h.data[d];f&&!f.skip&&c.push({element:f,datasetIndex:h.index,index:d})}),c):[]},dataset(e,t,i,n){const o=Lt(t,e),s=i.axis||"xy",l=i.includeInvisible||!1;let a=i.intersect?xn(e,o,s,n,l):wn(e,o,s,!1,n,l);if(a.length>0){const c=a[0].datasetIndex,h=e.getDatasetMeta(c).data;a=[];for(let d=0;d<h.length;++d)a.push({element:h[d],datasetIndex:c,index:d})}return a},point(e,t,i,n){const o=Lt(t,e),s=i.axis||"xy",l=i.includeInvisible||!1;return xn(e,o,s,n,l)},nearest(e,t,i,n){const o=Lt(t,e),s=i.axis||"xy",l=i.includeInvisible||!1;return wn(e,o,s,i.intersect,n,l)},x(e,t,i,n){const o=Lt(t,e);return $s(e,o,"x",i.intersect,n)},y(e,t,i,n){const o=Lt(t,e);return $s(e,o,"y",i.intersect,n)}}};const u5=["left","top","right","bottom"];function g0(e,t){return e.filter(i=>i.pos===t)}function zs(e,t){return e.filter(i=>u5.indexOf(i.pos)===-1&&i.box.axis===t)}function v0(e,t){return e.sort((i,n)=>{const o=t?n:i,s=t?i:n;return o.weight===s.weight?o.index-s.index:o.weight-s.weight})}function HA(e){const t=[];let i,n,o,s,l,a;for(i=0,n=(e||[]).length;i<n;++i)o=e[i],{position:s,options:{stack:l,stackWeight:a=1}}=o,t.push({index:i,box:o,pos:s,horizontal:o.isHorizontal(),weight:o.weight,stack:l&&s+l,stackWeight:a});return t}function UA(e){const t={};for(const i of e){const{stack:n,pos:o,stackWeight:s}=i;if(!n||!u5.includes(o))continue;const l=t[n]||(t[n]={count:0,placed:0,weight:0,size:0});l.count++,l.weight+=s}return t}function $A(e,t){const i=UA(e),{vBoxMaxWidth:n,hBoxMaxHeight:o}=t;let s,l,a;for(s=0,l=e.length;s<l;++s){a=e[s];const{fullSize:c}=a.box,h=i[a.stack],d=h&&a.stackWeight/h.weight;a.horizontal?(a.width=d?d*n:c&&t.availableWidth,a.height=o):(a.width=n,a.height=d?d*o:c&&t.availableHeight)}return i}function zA(e){const t=HA(e),i=v0(t.filter(h=>h.box.fullSize),!0),n=v0(g0(t,"left"),!0),o=v0(g0(t,"right")),s=v0(g0(t,"top"),!0),l=v0(g0(t,"bottom")),a=zs(t,"x"),c=zs(t,"y");return{fullSize:i,leftAndTop:n.concat(s),rightAndBottom:o.concat(c).concat(l).concat(a),chartArea:g0(t,"chartArea"),vertical:n.concat(o).concat(c),horizontal:s.concat(l).concat(a)}}function Gs(e,t,i,n){return Math.max(e[i],t[i])+Math.max(e[n],t[n])}function p5(e,t){e.top=Math.max(e.top,t.top),e.left=Math.max(e.left,t.left),e.bottom=Math.max(e.bottom,t.bottom),e.right=Math.max(e.right,t.right)}function GA(e,t,i,n){const{pos:o,box:s}=i,l=e.maxPadding;if(!Y(o)){i.size&&(e[o]-=i.size);const f=n[i.stack]||{size:0,count:1};f.size=Math.max(f.size,i.horizontal?s.height:s.width),i.size=f.size/f.count,e[o]+=i.size}s.getPadding&&p5(l,s.getPadding());const a=Math.max(0,t.outerWidth-Gs(l,e,"left","right")),c=Math.max(0,t.outerHeight-Gs(l,e,"top","bottom")),h=a!==e.w,d=c!==e.h;return e.w=a,e.h=c,i.horizontal?{same:h,other:d}:{same:d,other:h}}function WA(e){const t=e.maxPadding;function i(n){const o=Math.max(t[n]-e[n],0);return e[n]+=o,o}e.y+=i("top"),e.x+=i("left"),i("right"),i("bottom")}function jA(e,t){const i=t.maxPadding;function n(o){const s={left:0,top:0,right:0,bottom:0};return o.forEach(l=>{s[l]=Math.max(t[l],i[l])}),s}return n(e?["left","right"]:["top","bottom"])}function M0(e,t,i,n){const o=[];let s,l,a,c,h,d;for(s=0,l=e.length,h=0;s<l;++s){a=e[s],c=a.box,c.update(a.width||t.w,a.height||t.h,jA(a.horizontal,t));const{same:f,other:u}=GA(t,i,a,n);h|=f&&o.length,d=d||u,c.fullSize||o.push(a)}return h&&M0(o,t,i,n)||d}function w1(e,t,i,n,o){e.top=i,e.left=t,e.right=t+n,e.bottom=i+o,e.width=n,e.height=o}function Ws(e,t,i,n){const o=i.padding;let{x:s,y:l}=t;for(const a of e){const c=a.box,h=n[a.stack]||{count:1,placed:0,weight:1},d=a.stackWeight/h.weight||1;if(a.horizontal){const f=t.w*d,u=h.size||c.height;ti(h.start)&&(l=h.start),c.fullSize?w1(c,o.left,l,i.outerWidth-o.right-o.left,u):w1(c,t.left+h.placed,l,f,u),h.start=l,h.placed+=f,l=c.bottom}else{const f=t.h*d,u=h.size||c.width;ti(h.start)&&(s=h.start),c.fullSize?w1(c,s,o.top,u,i.outerHeight-o.bottom-o.top):w1(c,s,t.top+h.placed,u,f),h.start=s,h.placed+=f,s=c.right}}t.x=s,t.y=l}var y1={addBox(e,t){e.boxes||(e.boxes=[]),t.fullSize=t.fullSize||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw(i){t.draw(i)}}]},e.boxes.push(t)},removeBox(e,t){const i=e.boxes?e.boxes.indexOf(t):-1;i!==-1&&e.boxes.splice(i,1)},configure(e,t,i){t.fullSize=i.fullSize,t.position=i.position,t.weight=i.weight},update(e,t,i,n){if(!e)return;const o=Ue(e.options.layout.padding),s=Math.max(t-o.width,0),l=Math.max(i-o.height,0),a=zA(e.boxes),c=a.vertical,h=a.horizontal;Q(e.boxes,m=>{typeof m.beforeLayout=="function"&&m.beforeLayout()});const d=c.reduce((m,w)=>w.box.options&&w.box.options.display===!1?m:m+1,0)||1,f=Object.freeze({outerWidth:t,outerHeight:i,padding:o,availableWidth:s,availableHeight:l,vBoxMaxWidth:s/2/d,hBoxMaxHeight:l/2}),u=Object.assign({},o);p5(u,Ue(n));const g=Object.assign({maxPadding:u,w:s,h:l,x:o.left,y:o.top},o),v=$A(c.concat(h),f);M0(a.fullSize,g,f,v),M0(c,g,f,v),M0(h,g,f,v)&&M0(c,g,f,v),WA(g),Ws(a.leftAndTop,g,f,v),g.x+=g.w,g.y+=g.h,Ws(a.rightAndBottom,g,f,v),e.chartArea={left:g.left,top:g.top,right:g.left+g.w,bottom:g.top+g.h,height:g.h,width:g.w},Q(a.chartArea,m=>{const w=m.box;Object.assign(w,e.chartArea),w.update(g.w,g.h,{left:0,top:0,right:0,bottom:0})})}};class g5{acquireContext(t,i){}releaseContext(t){return!1}addEventListener(t,i,n){}removeEventListener(t,i,n){}getDevicePixelRatio(){return 1}getMaximumSize(t,i,n,o){return i=Math.max(0,i||t.width),n=n||t.height,{width:i,height:Math.max(0,o?Math.floor(i/o):n)}}isAttached(t){return!0}updateConfig(t){}}class NA extends g5{acquireContext(t){return t&&t.getContext&&t.getContext("2d")||null}updateConfig(t){t.options.animation=!1}}const L1="$chartjs",XA={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},js=e=>e===null||e==="";function YA(e,t){const i=e.style,n=e.getAttribute("height"),o=e.getAttribute("width");if(e[L1]={initial:{height:n,width:o,style:{display:i.display,height:i.height,width:i.width}}},i.display=i.display||"block",i.boxSizing=i.boxSizing||"border-box",js(o)){const s=Ls(e,"width");s!==void 0&&(e.width=s)}if(js(n))if(e.style.height==="")e.height=e.width/(t||2);else{const s=Ls(e,"height");s!==void 0&&(e.height=s)}return e}const v5=pA?{passive:!0}:!1;function KA(e,t,i){e&&e.addEventListener(t,i,v5)}function qA(e,t,i){e&&e.canvas&&e.canvas.removeEventListener(t,i,v5)}function QA(e,t){const i=XA[e.type]||e.type,{x:n,y:o}=Lt(e,t);return{type:i,chart:t,native:e,x:n!==void 0?n:null,y:o!==void 0?o:null}}function ci(e,t){for(const i of e)if(i===t||i.contains(t))return!0}function JA(e,t,i){const n=e.canvas,o=new MutationObserver(s=>{let l=!1;for(const a of s)l=l||ci(a.addedNodes,n),l=l&&!ci(a.removedNodes,n);l&&i()});return o.observe(document,{childList:!0,subtree:!0}),o}function eC(e,t,i){const n=e.canvas,o=new MutationObserver(s=>{let l=!1;for(const a of s)l=l||ci(a.removedNodes,n),l=l&&!ci(a.addedNodes,n);l&&i()});return o.observe(document,{childList:!0,subtree:!0}),o}const Y0=new Map;let Ns=0;function m5(){const e=window.devicePixelRatio;e!==Ns&&(Ns=e,Y0.forEach((t,i)=>{i.currentDevicePixelRatio!==e&&t()}))}function tC(e,t){Y0.size||window.addEventListener("resize",m5),Y0.set(e,t)}function iC(e){Y0.delete(e),Y0.size||window.removeEventListener("resize",m5)}function nC(e,t,i){const n=e.canvas,o=n&&Hr(n);if(!o)return;const s=i5((a,c)=>{const h=o.clientWidth;i(a,c),h<o.clientWidth&&i()},window),l=new ResizeObserver(a=>{const c=a[0],h=c.contentRect.width,d=c.contentRect.height;h===0&&d===0||s(h,d)});return l.observe(o),tC(e,s),l}function yn(e,t,i){i&&i.disconnect(),t==="resize"&&iC(e)}function rC(e,t,i){const n=e.canvas,o=i5(s=>{e.ctx!==null&&i(QA(s,e))},e);return KA(n,t,o),o}class oC extends g5{acquireContext(t,i){const n=t&&t.getContext&&t.getContext("2d");return n&&n.canvas===t?(YA(t,i),n):null}releaseContext(t){const i=t.canvas;if(!i[L1])return!1;const n=i[L1].initial;["height","width"].forEach(s=>{const l=n[s];re(l)?i.removeAttribute(s):i.setAttribute(s,l)});const o=n.style||{};return Object.keys(o).forEach(s=>{i.style[s]=o[s]}),i.width=i.width,delete i[L1],!0}addEventListener(t,i,n){this.removeEventListener(t,i);const o=t.$proxies||(t.$proxies={}),l={attach:JA,detach:eC,resize:nC}[i]||rC;o[i]=l(t,i,n)}removeEventListener(t,i){const n=t.$proxies||(t.$proxies={}),o=n[i];if(!o)return;({attach:yn,detach:yn,resize:yn}[i]||qA)(t,i,o),n[i]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(t,i,n,o){return uA(t,i,n,o)}isAttached(t){const i=Hr(t);return!!(i&&i.isConnected)}}function sC(e){return!Or()||typeof OffscreenCanvas<"u"&&e instanceof OffscreenCanvas?NA:oC}class o0{constructor(){j(this,"x");j(this,"y");j(this,"active",!1);j(this,"options");j(this,"$animations")}tooltipPosition(t){const{x:i,y:n}=this.getProps(["x","y"],t);return{x:i,y:n}}hasValue(){return ri(this.x)&&ri(this.y)}getProps(t,i){const n=this.$animations;if(!i||!n)return this;const o={};return t.forEach(s=>{o[s]=n[s]&&n[s].active()?n[s]._to:this[s]}),o}}j(o0,"defaults",{}),j(o0,"defaultRoutes");function lC(e,t){const i=e.options.ticks,n=aC(e),o=Math.min(i.maxTicksLimit||n,n),s=i.major.enabled?hC(t):[],l=s.length,a=s[0],c=s[l-1],h=[];if(l>o)return dC(t,h,s,l/o),h;const d=cC(s,t,o);if(l>0){let f,u;const g=l>1?Math.round((c-a)/(l-1)):null;for(_1(t,h,d,re(g)?0:a-g,a),f=0,u=l-1;f<u;f++)_1(t,h,d,s[f],s[f+1]);return _1(t,h,d,c,re(g)?t.length:c+g),h}return _1(t,h,d),h}function aC(e){const t=e.options.offset,i=e._tickSize(),n=e._length/i+(t?0:1),o=e._maxLength/i;return Math.floor(Math.min(n,o))}function cC(e,t,i){const n=fC(e),o=t.length/i;if(!n)return Math.max(o,1);const s=bI(n);for(let l=0,a=s.length-1;l<a;l++){const c=s[l];if(c>o)return c}return Math.max(o,1)}function hC(e){const t=[];let i,n;for(i=0,n=e.length;i<n;i++)e[i].major&&t.push(i);return t}function dC(e,t,i,n){let o=0,s=i[0],l;for(n=Math.ceil(n),l=0;l<e.length;l++)l===s&&(t.push(e[l]),o++,s=i[o*n])}function _1(e,t,i,n,o){const s=oe(n,0),l=Math.min(oe(o,e.length),e.length);let a=0,c,h,d;for(i=Math.ceil(i),o&&(c=o-n,i=c/Math.floor(c/i)),d=s;d<0;)a++,d=Math.round(s+a*i);for(h=Math.max(s,0);h<l;h++)h===d&&(t.push(e[h]),a++,d=Math.round(s+a*i))}function fC(e){const t=e.length;let i,n;if(t<2)return!1;for(n=e[0],i=1;i<t;++i)if(e[i]-e[i-1]!==n)return!1;return n}const uC=e=>e==="left"?"right":e==="right"?"left":e,Xs=(e,t,i)=>t==="top"||t==="left"?e[t]+i:e[t]-i,Ys=(e,t)=>Math.min(t||e,e);function Ks(e,t){const i=[],n=e.length/t,o=e.length;let s=0;for(;s<o;s+=n)i.push(e[Math.floor(s)]);return i}function pC(e,t,i){const n=e.ticks.length,o=Math.min(t,n-1),s=e._startPixel,l=e._endPixel,a=1e-6;let c=e.getPixelForTick(o),h;if(!(i&&(n===1?h=Math.max(c-s,l-c):t===0?h=(e.getPixelForTick(1)-c)/2:h=(c-e.getPixelForTick(o-1))/2,c+=o<t?h:-h,c<s-a||c>l+a)))return c}function gC(e,t){Q(e,i=>{const n=i.gc,o=n.length/2;let s;if(o>t){for(s=0;s<o;++s)delete i.data[n[s]];n.splice(0,o)}})}function m0(e){return e.drawTicks?e.tickLength:0}function qs(e,t){if(!e.display)return 0;const i=ke(e.font,t),n=Ue(e.padding);return(le(e.text)?e.text.length:1)*i.lineHeight+n.height}function vC(e,t){return $t(e,{scale:t,type:"scale"})}function mC(e,t,i){return $t(e,{tick:i,index:t,type:"tick"})}function xC(e,t,i){let n=BI(e);return(i&&t!=="right"||!i&&t==="right")&&(n=uC(n)),n}function wC(e,t,i,n){const{top:o,left:s,bottom:l,right:a,chart:c}=e,{chartArea:h,scales:d}=c;let f=0,u,g,v;const m=l-o,w=a-s;if(e.isHorizontal()){if(g=Zs(n,s,a),Y(i)){const y=Object.keys(i)[0],b=i[y];v=d[y].getPixelForValue(b)+m-t}else i==="center"?v=(h.bottom+h.top)/2+m-t:v=Xs(e,i,t);u=a-s}else{if(Y(i)){const y=Object.keys(i)[0],b=i[y];g=d[y].getPixelForValue(b)-w+t}else i==="center"?g=(h.left+h.right)/2-w+t:g=Xs(e,i,t);v=Zs(n,l,o),f=i==="left"?-ce:ce}return{titleX:g,titleY:v,maxWidth:u,rotation:f}}class l0 extends o0{constructor(t){super(),this.id=t.id,this.type=t.type,this.options=void 0,this.ctx=t.ctx,this.chart=t.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(t){this.options=t.setContext(this.getContext()),this.axis=t.axis,this._userMin=this.parse(t.min),this._userMax=this.parse(t.max),this._suggestedMin=this.parse(t.suggestedMin),this._suggestedMax=this.parse(t.suggestedMax)}parse(t,i){return t}getUserBounds(){let{_userMin:t,_userMax:i,_suggestedMin:n,_suggestedMax:o}=this;return t=Fe(t,Number.POSITIVE_INFINITY),i=Fe(i,Number.NEGATIVE_INFINITY),n=Fe(n,Number.POSITIVE_INFINITY),o=Fe(o,Number.NEGATIVE_INFINITY),{min:Fe(t,n),max:Fe(i,o),minDefined:xe(t),maxDefined:xe(i)}}getMinMax(t){let{min:i,max:n,minDefined:o,maxDefined:s}=this.getUserBounds(),l;if(o&&s)return{min:i,max:n};const a=this.getMatchingVisibleMetas();for(let c=0,h=a.length;c<h;++c)l=a[c].controller.getMinMax(this,t),o||(i=Math.min(i,l.min)),s||(n=Math.max(n,l.max));return i=s&&i>n?n:i,n=o&&i>n?i:n,{min:Fe(i,Fe(n,i)),max:Fe(n,Fe(i,n))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels||[]}getLabelItems(t=this.chart.chartArea){return this._labelItems||(this._labelItems=this._computeLabelItems(t))}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){se(this.options.beforeUpdate,[this])}update(t,i,n){const{beginAtZero:o,grace:s,ticks:l}=this.options,a=l.sampleSize;this.beforeUpdate(),this.maxWidth=t,this.maxHeight=i,this._margins=n=Object.assign({left:0,right:0,top:0,bottom:0},n),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+n.left+n.right:this.height+n.top+n.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=QI(this,s,o),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const c=a<this.ticks.length;this._convertTicksToLabels(c?Ks(this.ticks,a):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),l.display&&(l.autoSkip||l.source==="auto")&&(this.ticks=lC(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),c&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let t=this.options.reverse,i,n;this.isHorizontal()?(i=this.left,n=this.right):(i=this.top,n=this.bottom,t=!t),this._startPixel=i,this._endPixel=n,this._reversePixels=t,this._length=n-i,this._alignToPixels=this.options.alignToPixels}afterUpdate(){se(this.options.afterUpdate,[this])}beforeSetDimensions(){se(this.options.beforeSetDimensions,[this])}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=0,this.right=this.width):(this.height=this.maxHeight,this.top=0,this.bottom=this.height),this.paddingLeft=0,this.paddingTop=0,this.paddingRight=0,this.paddingBottom=0}afterSetDimensions(){se(this.options.afterSetDimensions,[this])}_callHooks(t){this.chart.notifyPlugins(t,this.getContext()),se(this.options[t],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){se(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(t){const i=this.options.ticks;let n,o,s;for(n=0,o=t.length;n<o;n++)s=t[n],s.label=se(i.callback,[s.value,n,t],this)}afterTickToLabelConversion(){se(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){se(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const t=this.options,i=t.ticks,n=Ys(this.ticks.length,t.ticks.maxTicksLimit),o=i.minRotation||0,s=i.maxRotation;let l=o,a,c,h;if(!this._isVisible()||!i.display||o>=s||n<=1||!this.isHorizontal()){this.labelRotation=o;return}const d=this._getLabelSizes(),f=d.widest.width,u=d.highest.height,g=He(this.chart.width-f,0,this.maxWidth);a=t.offset?this.maxWidth/n:g/(n-1),f+6>a&&(a=g/(n-(t.offset?.5:1)),c=this.maxHeight-m0(t.grid)-i.padding-qs(t.title,this.chart.options.font),h=Math.sqrt(f*f+u*u),l=Er(Math.min(Math.asin(He((d.highest.height+6)/a,-1,1)),Math.asin(He(c/h,-1,1))-Math.asin(He(u/h,-1,1)))),l=Math.max(o,Math.min(s,l))),this.labelRotation=l}afterCalculateLabelRotation(){se(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){se(this.options.beforeFit,[this])}fit(){const t={width:0,height:0},{chart:i,options:{ticks:n,title:o,grid:s}}=this,l=this._isVisible(),a=this.isHorizontal();if(l){const c=qs(o,i.options.font);if(a?(t.width=this.maxWidth,t.height=m0(s)+c):(t.height=this.maxHeight,t.width=m0(s)+c),n.display&&this.ticks.length){const{first:h,last:d,widest:f,highest:u}=this._getLabelSizes(),g=n.padding*2,v=qe(this.labelRotation),m=Math.cos(v),w=Math.sin(v);if(a){const y=n.mirror?0:w*f.width+m*u.height;t.height=Math.min(this.maxHeight,t.height+y+g)}else{const y=n.mirror?0:m*f.width+w*u.height;t.width=Math.min(this.maxWidth,t.width+y+g)}this._calculatePadding(h,d,w,m)}}this._handleMargins(),a?(this.width=this._length=i.width-this._margins.left-this._margins.right,this.height=t.height):(this.width=t.width,this.height=this._length=i.height-this._margins.top-this._margins.bottom)}_calculatePadding(t,i,n,o){const{ticks:{align:s,padding:l},position:a}=this.options,c=this.labelRotation!==0,h=a!=="top"&&this.axis==="x";if(this.isHorizontal()){const d=this.getPixelForTick(0)-this.left,f=this.right-this.getPixelForTick(this.ticks.length-1);let u=0,g=0;c?h?(u=o*t.width,g=n*i.height):(u=n*t.height,g=o*i.width):s==="start"?g=i.width:s==="end"?u=t.width:s!=="inner"&&(u=t.width/2,g=i.width/2),this.paddingLeft=Math.max((u-d+l)*this.width/(this.width-d),0),this.paddingRight=Math.max((g-f+l)*this.width/(this.width-f),0)}else{let d=i.height/2,f=t.height/2;s==="start"?(d=0,f=t.height):s==="end"&&(d=i.height,f=0),this.paddingTop=d+l,this.paddingBottom=f+l}}_handleMargins(){this._margins&&(this._margins.left=Math.max(this.paddingLeft,this._margins.left),this._margins.top=Math.max(this.paddingTop,this._margins.top),this._margins.right=Math.max(this.paddingRight,this._margins.right),this._margins.bottom=Math.max(this.paddingBottom,this._margins.bottom))}afterFit(){se(this.options.afterFit,[this])}isHorizontal(){const{axis:t,position:i}=this.options;return i==="top"||i==="bottom"||t==="x"}isFullSize(){return this.options.fullSize}_convertTicksToLabels(t){this.beforeTickToLabelConversion(),this.generateTickLabels(t);let i,n;for(i=0,n=t.length;i<n;i++)re(t[i].label)&&(t.splice(i,1),n--,i--);this.afterTickToLabelConversion()}_getLabelSizes(){let t=this._labelSizes;if(!t){const i=this.options.ticks.sampleSize;let n=this.ticks;i<n.length&&(n=Ks(n,i)),this._labelSizes=t=this._computeLabelSizes(n,n.length,this.options.ticks.maxTicksLimit)}return t}_computeLabelSizes(t,i,n){const{ctx:o,_longestTextCache:s}=this,l=[],a=[],c=Math.floor(i/Ys(i,n));let h=0,d=0,f,u,g,v,m,w,y,b,_,S,A;for(f=0;f<i;f+=c){if(v=t[f].label,m=this._resolveTickFontOptions(f),o.font=w=m.string,y=s[w]=s[w]||{data:{},gc:[]},b=m.lineHeight,_=S=0,!re(v)&&!le(v))_=si(o,y.data,y.gc,_,v),S=b;else if(le(v))for(u=0,g=v.length;u<g;++u)A=v[u],!re(A)&&!le(A)&&(_=si(o,y.data,y.gc,_,A),S+=b);l.push(_),a.push(S),h=Math.max(_,h),d=Math.max(S,d)}gC(s,i);const L=l.indexOf(h),C=a.indexOf(d),D=V=>({width:l[V]||0,height:a[V]||0});return{first:D(0),last:D(i-1),widest:D(L),highest:D(C),widths:l,heights:a}}getLabelForValue(t){return t}getPixelForValue(t,i){return NaN}getValueForPixel(t){}getPixelForTick(t){const i=this.ticks;return t<0||t>i.length-1?null:this.getPixelForValue(i[t].value)}getPixelForDecimal(t){this._reversePixels&&(t=1-t);const i=this._startPixel+t*this._length;return SI(this._alignToPixels?Rt(this.chart,i,0):i)}getDecimalForPixel(t){const i=(t-this._startPixel)/this._length;return this._reversePixels?1-i:i}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:t,max:i}=this;return t<0&&i<0?i:t>0&&i>0?t:0}getContext(t){const i=this.ticks||[];if(t>=0&&t<i.length){const n=i[t];return n.$context||(n.$context=mC(this.getContext(),t,n))}return this.$context||(this.$context=vC(this.chart.getContext(),this))}_tickSize(){const t=this.options.ticks,i=qe(this.labelRotation),n=Math.abs(Math.cos(i)),o=Math.abs(Math.sin(i)),s=this._getLabelSizes(),l=t.autoSkipPadding||0,a=s?s.widest.width+l:0,c=s?s.highest.height+l:0;return this.isHorizontal()?c*n>a*o?a/n:c/o:c*o<a*n?c/n:a/o}_isVisible(){const t=this.options.display;return t!=="auto"?!!t:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(t){const i=this.axis,n=this.chart,o=this.options,{grid:s,position:l,border:a}=o,c=s.offset,h=this.isHorizontal(),f=this.ticks.length+(c?1:0),u=m0(s),g=[],v=a.setContext(this.getContext()),m=v.display?v.width:0,w=m/2,y=function(F){return Rt(n,F,m)};let b,_,S,A,L,C,D,V,z,N,O,P;if(l==="top")b=y(this.bottom),C=this.bottom-u,V=b-w,N=y(t.top)+w,P=t.bottom;else if(l==="bottom")b=y(this.top),N=t.top,P=y(t.bottom)-w,C=b+w,V=this.top+u;else if(l==="left")b=y(this.right),L=this.right-u,D=b-w,z=y(t.left)+w,O=t.right;else if(l==="right")b=y(this.left),z=t.left,O=y(t.right)-w,L=b+w,D=this.left+u;else if(i==="x"){if(l==="center")b=y((t.top+t.bottom)/2+.5);else if(Y(l)){const F=Object.keys(l)[0],E=l[F];b=y(this.chart.scales[F].getPixelForValue(E))}N=t.top,P=t.bottom,C=b+w,V=C+u}else if(i==="y"){if(l==="center")b=y((t.left+t.right)/2);else if(Y(l)){const F=Object.keys(l)[0],E=l[F];b=y(this.chart.scales[F].getPixelForValue(E))}L=b-w,D=L-u,z=t.left,O=t.right}const B=oe(o.ticks.maxTicksLimit,f),Z=Math.max(1,Math.ceil(f/B));for(_=0;_<f;_+=Z){const F=this.getContext(_),E=s.setContext(F),$=a.setContext(F),I=E.lineWidth,H=E.color,U=$.dash||[],X=$.dashOffset,pe=E.tickWidth,ie=E.tickColor,ge=E.tickBorderDash||[],ee=E.tickBorderDashOffset;S=pC(this,_,c),S!==void 0&&(A=Rt(n,S,I),h?L=D=z=O=A:C=V=N=P=A,g.push({tx1:L,ty1:C,tx2:D,ty2:V,x1:z,y1:N,x2:O,y2:P,width:I,color:H,borderDash:U,borderDashOffset:X,tickWidth:pe,tickColor:ie,tickBorderDash:ge,tickBorderDashOffset:ee}))}return this._ticksLength=f,this._borderValue=b,g}_computeLabelItems(t){const i=this.axis,n=this.options,{position:o,ticks:s}=n,l=this.isHorizontal(),a=this.ticks,{align:c,crossAlign:h,padding:d,mirror:f}=s,u=m0(n.grid),g=u+d,v=f?-d:g,m=-qe(this.labelRotation),w=[];let y,b,_,S,A,L,C,D,V,z,N,O,P="middle";if(o==="top")L=this.bottom-v,C=this._getXAxisLabelAlignment();else if(o==="bottom")L=this.top+v,C=this._getXAxisLabelAlignment();else if(o==="left"){const Z=this._getYAxisLabelAlignment(u);C=Z.textAlign,A=Z.x}else if(o==="right"){const Z=this._getYAxisLabelAlignment(u);C=Z.textAlign,A=Z.x}else if(i==="x"){if(o==="center")L=(t.top+t.bottom)/2+g;else if(Y(o)){const Z=Object.keys(o)[0],F=o[Z];L=this.chart.scales[Z].getPixelForValue(F)+g}C=this._getXAxisLabelAlignment()}else if(i==="y"){if(o==="center")A=(t.left+t.right)/2-g;else if(Y(o)){const Z=Object.keys(o)[0],F=o[Z];A=this.chart.scales[Z].getPixelForValue(F)}C=this._getYAxisLabelAlignment(u).textAlign}i==="y"&&(c==="start"?P="top":c==="end"&&(P="bottom"));const B=this._getLabelSizes();for(y=0,b=a.length;y<b;++y){_=a[y],S=_.label;const Z=s.setContext(this.getContext(y));D=this.getPixelForTick(y)+s.labelOffset,V=this._resolveTickFontOptions(y),z=V.lineHeight,N=le(S)?S.length:1;const F=N/2,E=Z.color,$=Z.textStrokeColor,I=Z.textStrokeWidth;let H=C;l?(A=D,C==="inner"&&(y===b-1?H=this.options.reverse?"left":"right":y===0?H=this.options.reverse?"right":"left":H="center"),o==="top"?h==="near"||m!==0?O=-N*z+z/2:h==="center"?O=-B.highest.height/2-F*z+z:O=-B.highest.height+z/2:h==="near"||m!==0?O=z/2:h==="center"?O=B.highest.height/2-F*z:O=B.highest.height-N*z,f&&(O*=-1),m!==0&&!Z.showLabelBackdrop&&(A+=z/2*Math.sin(m))):(L=D,O=(1-N)*z/2);let U;if(Z.showLabelBackdrop){const X=Ue(Z.backdropPadding),pe=B.heights[y],ie=B.widths[y];let ge=O-X.top,ee=0-X.left;switch(P){case"middle":ge-=pe/2;break;case"bottom":ge-=pe;break}switch(C){case"center":ee-=ie/2;break;case"right":ee-=ie;break;case"inner":y===b-1?ee-=ie:y>0&&(ee-=ie/2);break}U={left:ee,top:ge,width:ie+X.width,height:pe+X.height,color:Z.backdropColor}}w.push({label:S,font:V,textOffset:O,options:{rotation:m,color:E,strokeColor:$,strokeWidth:I,textAlign:H,textBaseline:P,translation:[A,L],backdrop:U}})}return w}_getXAxisLabelAlignment(){const{position:t,ticks:i}=this.options;if(-qe(this.labelRotation))return t==="top"?"left":"right";let o="center";return i.align==="start"?o="left":i.align==="end"?o="right":i.align==="inner"&&(o="inner"),o}_getYAxisLabelAlignment(t){const{position:i,ticks:{crossAlign:n,mirror:o,padding:s}}=this.options,l=this._getLabelSizes(),a=t+s,c=l.widest.width;let h,d;return i==="left"?o?(d=this.right+s,n==="near"?h="left":n==="center"?(h="center",d+=c/2):(h="right",d+=c)):(d=this.right-a,n==="near"?h="right":n==="center"?(h="center",d-=c/2):(h="left",d=this.left)):i==="right"?o?(d=this.left+s,n==="near"?h="right":n==="center"?(h="center",d-=c/2):(h="left",d-=c)):(d=this.left+a,n==="near"?h="left":n==="center"?(h="center",d+=c/2):(h="right",d=this.right)):h="right",{textAlign:h,x:d}}_computeLabelArea(){if(this.options.ticks.mirror)return;const t=this.chart,i=this.options.position;if(i==="left"||i==="right")return{top:0,left:this.left,bottom:t.height,right:this.right};if(i==="top"||i==="bottom")return{top:this.top,left:0,bottom:this.bottom,right:t.width}}drawBackground(){const{ctx:t,options:{backgroundColor:i},left:n,top:o,width:s,height:l}=this;i&&(t.save(),t.fillStyle=i,t.fillRect(n,o,s,l),t.restore())}getLineWidthForValue(t){const i=this.options.grid;if(!this._isVisible()||!i.display)return 0;const o=this.ticks.findIndex(s=>s.value===t);return o>=0?i.setContext(this.getContext(o)).lineWidth:0}drawGrid(t){const i=this.options.grid,n=this.ctx,o=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(t));let s,l;const a=(c,h,d)=>{!d.width||!d.color||(n.save(),n.lineWidth=d.width,n.strokeStyle=d.color,n.setLineDash(d.borderDash||[]),n.lineDashOffset=d.borderDashOffset,n.beginPath(),n.moveTo(c.x,c.y),n.lineTo(h.x,h.y),n.stroke(),n.restore())};if(i.display)for(s=0,l=o.length;s<l;++s){const c=o[s];i.drawOnChartArea&&a({x:c.x1,y:c.y1},{x:c.x2,y:c.y2},c),i.drawTicks&&a({x:c.tx1,y:c.ty1},{x:c.tx2,y:c.ty2},{color:c.tickColor,width:c.tickWidth,borderDash:c.tickBorderDash,borderDashOffset:c.tickBorderDashOffset})}}drawBorder(){const{chart:t,ctx:i,options:{border:n,grid:o}}=this,s=n.setContext(this.getContext()),l=n.display?s.width:0;if(!l)return;const a=o.setContext(this.getContext(0)).lineWidth,c=this._borderValue;let h,d,f,u;this.isHorizontal()?(h=Rt(t,this.left,l)-l/2,d=Rt(t,this.right,a)+a/2,f=u=c):(f=Rt(t,this.top,l)-l/2,u=Rt(t,this.bottom,a)+a/2,h=d=c),i.save(),i.lineWidth=s.width,i.strokeStyle=s.color,i.beginPath(),i.moveTo(h,f),i.lineTo(d,u),i.stroke(),i.restore()}drawLabels(t){if(!this.options.ticks.display)return;const n=this.ctx,o=this._computeLabelArea();o&&o5(n,o);const s=this.getLabelItems(t);for(const l of s){const a=l.options,c=l.font,h=l.label,d=l.textOffset;li(n,h,0,d,c,a)}o&&s5(n)}drawTitle(){const{ctx:t,options:{position:i,title:n,reverse:o}}=this;if(!n.display)return;const s=ke(n.font),l=Ue(n.padding),a=n.align;let c=s.lineHeight/2;i==="bottom"||i==="center"||Y(i)?(c+=l.bottom,le(n.text)&&(c+=s.lineHeight*(n.text.length-1))):c+=l.top;const{titleX:h,titleY:d,maxWidth:f,rotation:u}=wC(this,c,i,a);li(t,n.text,0,0,s,{color:n.color,maxWidth:f,rotation:u,textAlign:xC(a,i,o),textBaseline:"middle",translation:[h,d]})}draw(t){!this._isVisible()||(this.drawBackground(),this.drawGrid(t),this.drawBorder(),this.drawTitle(),this.drawLabels(t))}_layers(){const t=this.options,i=t.ticks&&t.ticks.z||0,n=oe(t.grid&&t.grid.z,-1),o=oe(t.border&&t.border.z,0);return!this._isVisible()||this.draw!==l0.prototype.draw?[{z:i,draw:s=>{this.draw(s)}}]:[{z:n,draw:s=>{this.drawBackground(),this.drawGrid(s),this.drawTitle()}},{z:o,draw:()=>{this.drawBorder()}},{z:i,draw:s=>{this.drawLabels(s)}}]}getMatchingVisibleMetas(t){const i=this.chart.getSortedVisibleDatasetMetas(),n=this.axis+"AxisID",o=[];let s,l;for(s=0,l=i.length;s<l;++s){const a=i[s];a[n]===this.id&&(!t||a.type===t)&&o.push(a)}return o}_resolveTickFontOptions(t){const i=this.options.ticks.setContext(this.getContext(t));return ke(i.font)}_maxDigits(){const t=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/t}}class b1{constructor(t,i,n){this.type=t,this.scope=i,this.override=n,this.items=Object.create(null)}isForType(t){return Object.prototype.isPrototypeOf.call(this.type.prototype,t.prototype)}register(t){const i=Object.getPrototypeOf(t);let n;bC(i)&&(n=this.register(i));const o=this.items,s=t.id,l=this.scope+"."+s;if(!s)throw new Error("class does not have id: "+t);return s in o||(o[s]=t,yC(t,l,n),this.override&&he.override(t.id,t.overrides)),l}get(t){return this.items[t]}unregister(t){const i=this.items,n=t.id,o=this.scope;n in i&&delete i[n],o&&n in he[o]&&(delete he[o][n],this.override&&delete Pt[n])}}function yC(e,t,i){const n=N0(Object.create(null),[i?he.get(i):{},he.get(t),e.defaults]);he.set(t,n),e.defaultRoutes&&_C(t,e.defaultRoutes),e.descriptors&&he.describe(t,e.descriptors)}function _C(e,t){Object.keys(t).forEach(i=>{const n=i.split("."),o=n.pop(),s=[e].concat(n).join("."),l=t[i].split("."),a=l.pop(),c=l.join(".");he.route(s,o,c,a)})}function bC(e){return"id"in e&&"defaults"in e}class MC{constructor(){this.controllers=new b1(T0,"datasets",!0),this.elements=new b1(o0,"elements"),this.plugins=new b1(Object,"plugins"),this.scales=new b1(l0,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...t){this._each("register",t)}remove(...t){this._each("unregister",t)}addControllers(...t){this._each("register",t,this.controllers)}addElements(...t){this._each("register",t,this.elements)}addPlugins(...t){this._each("register",t,this.plugins)}addScales(...t){this._each("register",t,this.scales)}getController(t){return this._get(t,this.controllers,"controller")}getElement(t){return this._get(t,this.elements,"element")}getPlugin(t){return this._get(t,this.plugins,"plugin")}getScale(t){return this._get(t,this.scales,"scale")}removeControllers(...t){this._each("unregister",t,this.controllers)}removeElements(...t){this._each("unregister",t,this.elements)}removePlugins(...t){this._each("unregister",t,this.plugins)}removeScales(...t){this._each("unregister",t,this.scales)}_each(t,i,n){[...i].forEach(o=>{const s=n||this._getRegistryForType(o);n||s.isForType(o)||s===this.plugins&&o.id?this._exec(t,s,o):Q(o,l=>{const a=n||this._getRegistryForType(l);this._exec(t,a,l)})})}_exec(t,i,n){const o=Br(t);se(n["before"+o],[],n),i[t](n),se(n["after"+o],[],n)}_getRegistryForType(t){for(let i=0;i<this._typedRegistries.length;i++){const n=this._typedRegistries[i];if(n.isForType(t))return n}return this.plugins}_get(t,i,n){const o=i.get(t);if(o===void 0)throw new Error('"'+t+'" is not a registered '+n+".");return o}}var je=new MC;class ZC{constructor(){this._init=[]}notify(t,i,n,o){i==="beforeInit"&&(this._init=this._createDescriptors(t,!0),this._notify(this._init,t,"install"));const s=o?this._descriptors(t).filter(o):this._descriptors(t),l=this._notify(s,t,i,n);return i==="afterDestroy"&&(this._notify(s,t,"stop"),this._notify(this._init,t,"uninstall")),l}_notify(t,i,n,o){o=o||{};for(const s of t){const l=s.plugin,a=l[n],c=[i,o,s.options];if(se(a,c,l)===!1&&o.cancelable)return!1}return!0}invalidate(){re(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(t){if(this._cache)return this._cache;const i=this._cache=this._createDescriptors(t);return this._notifyStateChanges(t),i}_createDescriptors(t,i){const n=t&&t.config,o=oe(n.options&&n.options.plugins,{}),s=SC(n);return o===!1&&!i?[]:AC(t,s,o,i)}_notifyStateChanges(t){const i=this._oldCache||[],n=this._cache,o=(s,l)=>s.filter(a=>!l.some(c=>a.plugin.id===c.plugin.id));this._notify(o(i,n),t,"stop"),this._notify(o(n,i),t,"start")}}function SC(e){const t={},i=[],n=Object.keys(je.plugins.items);for(let s=0;s<n.length;s++)i.push(je.getPlugin(n[s]));const o=e.plugins||[];for(let s=0;s<o.length;s++){const l=o[s];i.indexOf(l)===-1&&(i.push(l),t[l.id]=!0)}return{plugins:i,localIds:t}}function IC(e,t){return!t&&e===!1?null:e===!0?{}:e}function AC(e,{plugins:t,localIds:i},n,o){const s=[],l=e.getContext();for(const a of t){const c=a.id,h=IC(n[c],o);h!==null&&s.push({plugin:a,options:CC(e.config,{plugin:a,local:i[c]},h,l)})}return s}function CC(e,{plugin:t,local:i},n,o){const s=e.pluginScopeKeys(t),l=e.getOptionScopes(n,s);return i&&t.defaults&&l.push(t.defaults),e.createResolver(l,o,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function Wn(e,t){const i=he.datasets[e]||{};return((t.datasets||{})[e]||{}).indexAxis||t.indexAxis||i.indexAxis||"x"}function RC(e,t){let i=e;return e==="_index_"?i=t:e==="_value_"&&(i=t==="x"?"y":"x"),i}function FC(e,t){return e===t?"_index_":"_value_"}function Qs(e){if(e==="x"||e==="y"||e==="r")return e}function kC(e){if(e==="top"||e==="bottom")return"x";if(e==="left"||e==="right")return"y"}function jn(e,...t){if(Qs(e))return e;for(const i of t){const n=i.axis||kC(i.position)||e.length>1&&Qs(e[0].toLowerCase());if(n)return n}throw new Error(`Cannot determine type of '${e}' axis. Please provide 'axis' or 'position' option.`)}function Js(e,t,i){if(i[t+"AxisID"]===e)return{axis:t}}function BC(e,t){if(t.data&&t.data.datasets){const i=t.data.datasets.filter(n=>n.xAxisID===e||n.yAxisID===e);if(i.length)return Js(e,"x",i[0])||Js(e,"y",i[0])}return{}}function EC(e,t){const i=Pt[e.type]||{scales:{}},n=t.scales||{},o=Wn(e.type,t),s=Object.create(null);return Object.keys(n).forEach(l=>{const a=n[l];if(!Y(a))return console.error(`Invalid scale configuration for scale: ${l}`);if(a._proxy)return console.warn(`Ignoring resolver passed as options for scale: ${l}`);const c=jn(l,a,BC(l,e),he.scales[a.type]),h=FC(c,o),d=i.scales||{};s[l]=B0(Object.create(null),[{axis:c},a,d[c],d[h]])}),e.data.datasets.forEach(l=>{const a=l.type||e.type,c=l.indexAxis||Wn(a,t),d=(Pt[a]||{}).scales||{};Object.keys(d).forEach(f=>{const u=RC(f,c),g=l[u+"AxisID"]||u;s[g]=s[g]||Object.create(null),B0(s[g],[{axis:u},n[g],d[f]])})}),Object.keys(s).forEach(l=>{const a=s[l];B0(a,[he.scales[a.type],he.scale])}),s}function x5(e){const t=e.options||(e.options={});t.plugins=oe(t.plugins,{}),t.scales=EC(e,t)}function w5(e){return e=e||{},e.datasets=e.datasets||[],e.labels=e.labels||[],e}function LC(e){return e=e||{},e.data=w5(e.data),x5(e),e}const el=new Map,y5=new Set;function M1(e,t){let i=el.get(e);return i||(i=t(),el.set(e,i),y5.add(i)),i}const x0=(e,t,i)=>{const n=X0(t,i);n!==void 0&&e.add(n)};class DC{constructor(t){this._config=LC(t),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(t){this._config.type=t}get data(){return this._config.data}set data(t){this._config.data=w5(t)}get options(){return this._config.options}set options(t){this._config.options=t}get plugins(){return this._config.plugins}update(){const t=this._config;this.clearCache(),x5(t)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(t){return M1(t,()=>[[`datasets.${t}`,""]])}datasetAnimationScopeKeys(t,i){return M1(`${t}.transition.${i}`,()=>[[`datasets.${t}.transitions.${i}`,`transitions.${i}`],[`datasets.${t}`,""]])}datasetElementScopeKeys(t,i){return M1(`${t}-${i}`,()=>[[`datasets.${t}.elements.${i}`,`datasets.${t}`,`elements.${i}`,""]])}pluginScopeKeys(t){const i=t.id,n=this.type;return M1(`${n}-plugin-${i}`,()=>[[`plugins.${i}`,...t.additionalOptionScopes||[]]])}_cachedScopes(t,i){const n=this._scopeCache;let o=n.get(t);return(!o||i)&&(o=new Map,n.set(t,o)),o}getOptionScopes(t,i,n){const{options:o,type:s}=this,l=this._cachedScopes(t,n),a=l.get(i);if(a)return a;const c=new Set;i.forEach(d=>{t&&(c.add(t),d.forEach(f=>x0(c,t,f))),d.forEach(f=>x0(c,o,f)),d.forEach(f=>x0(c,Pt[s]||{},f)),d.forEach(f=>x0(c,he,f)),d.forEach(f=>x0(c,zn,f))});const h=Array.from(c);return h.length===0&&h.push(Object.create(null)),y5.has(i)&&l.set(i,h),h}chartOptionScopes(){const{options:t,type:i}=this;return[t,Pt[i]||{},he.datasets[i]||{},{type:i},he,zn]}resolveNamedOptions(t,i,n,o=[""]){const s={$shared:!0},{resolver:l,subPrefixes:a}=tl(this._resolverCache,t,o);let c=l;if(VC(l,i)){s.$shared=!1,n=Zt(n)?n():n;const h=this.createResolver(t,n,a);c=r0(l,n,h)}for(const h of i)s[h]=c[h];return s}createResolver(t,i,n=[""],o){const{resolver:s}=tl(this._resolverCache,t,n);return Y(i)?r0(s,i,void 0,o):s}}function tl(e,t,i){let n=e.get(t);n||(n=new Map,e.set(t,n));const o=i.join();let s=n.get(o);return s||(s={resolver:Tr(t,i),subPrefixes:i.filter(a=>!a.toLowerCase().includes("hover"))},n.set(o,s)),s}const TC=e=>Y(e)&&Object.getOwnPropertyNames(e).some(t=>Zt(e[t]));function VC(e,t){const{isScriptable:i,isIndexable:n}=l5(e);for(const o of t){const s=i(o),l=n(o),a=(l||s)&&e[o];if(s&&(Zt(a)||TC(a))||l&&le(a))return!0}return!1}var PC="4.4.2";const OC=["top","bottom","left","right","chartArea"];function il(e,t){return e==="top"||e==="bottom"||OC.indexOf(e)===-1&&t==="x"}function nl(e,t){return function(i,n){return i[e]===n[e]?i[t]-n[t]:i[e]-n[e]}}function rl(e){const t=e.chart,i=t.options.animation;t.notifyPlugins("afterRender"),se(i&&i.onComplete,[e],t)}function HC(e){const t=e.chart,i=t.options.animation;se(i&&i.onProgress,[e],t)}function _5(e){return Or()&&typeof e=="string"?e=document.getElementById(e):e&&e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas),e}const D1={},ol=e=>{const t=_5(e);return Object.values(D1).filter(i=>i.canvas===t).pop()};function UC(e,t,i){const n=Object.keys(e);for(const o of n){const s=+o;if(s>=t){const l=e[o];delete e[o],(i>0||s>t)&&(e[s+i]=l)}}}function $C(e,t,i,n){return!i||e.type==="mouseout"?null:n?t:e}function Z1(e,t,i){return e.options.clip?e[i]:t[i]}function zC(e,t){const{xScale:i,yScale:n}=e;return i&&n?{left:Z1(i,t,"left"),right:Z1(i,t,"right"),top:Z1(n,t,"top"),bottom:Z1(n,t,"bottom")}:t}class Ke{static register(...t){je.add(...t),sl()}static unregister(...t){je.remove(...t),sl()}constructor(t,i){const n=this.config=new DC(i),o=_5(t),s=ol(o);if(s)throw new Error("Canvas is already in use. Chart with ID '"+s.id+"' must be destroyed before the canvas with ID '"+s.canvas.id+"' can be reused.");const l=n.createResolver(n.chartOptionScopes(),this.getContext());this.platform=new(n.platform||sC(o)),this.platform.updateConfig(n);const a=this.platform.acquireContext(o,l.aspectRatio),c=a&&a.canvas,h=c&&c.height,d=c&&c.width;if(this.id=pI(),this.ctx=a,this.canvas=c,this.width=d,this.height=h,this._options=l,this._aspectRatio=this.aspectRatio,this._layers=[],this._metasets=[],this._stacks=void 0,this.boxes=[],this.currentDevicePixelRatio=void 0,this.chartArea=void 0,this._active=[],this._lastEvent=void 0,this._listeners={},this._responsiveListeners=void 0,this._sortedMetasets=[],this.scales={},this._plugins=new ZC,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=kI(f=>this.update(f),l.resizeDelay||0),this._dataChanges=[],D1[this.id]=this,!a||!c){console.error("Failed to create chart: can't acquire context from the given item");return}nt.listen(this,"complete",rl),nt.listen(this,"progress",HC),this._initialize(),this.attached&&this.update()}get aspectRatio(){const{options:{aspectRatio:t,maintainAspectRatio:i},width:n,height:o,_aspectRatio:s}=this;return re(t)?i&&s?s:o?n/o:null:t}get data(){return this.config.data}set data(t){this.config.data=t}get options(){return this._options}set options(t){this.config.options=t}get registry(){return je}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():Es(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return Rs(this.canvas,this.ctx),this}stop(){return nt.stop(this),this}resize(t,i){nt.running(this)?this._resizeBeforeDraw={width:t,height:i}:this._resize(t,i)}_resize(t,i){const n=this.options,o=this.canvas,s=n.maintainAspectRatio&&this.aspectRatio,l=this.platform.getMaximumSize(o,t,i,s),a=n.devicePixelRatio||this.platform.getDevicePixelRatio(),c=this.width?"resize":"attach";this.width=l.width,this.height=l.height,this._aspectRatio=this.aspectRatio,Es(this,a,!0)&&(this.notifyPlugins("resize",{size:l}),se(n.onResize,[this,l],this),this.attached&&this._doResize(c)&&this.render())}ensureScalesHaveIDs(){const i=this.options.scales||{};Q(i,(n,o)=>{n.id=o})}buildOrUpdateScales(){const t=this.options,i=t.scales,n=this.scales,o=Object.keys(n).reduce((l,a)=>(l[a]=!1,l),{});let s=[];i&&(s=s.concat(Object.keys(i).map(l=>{const a=i[l],c=jn(l,a),h=c==="r",d=c==="x";return{options:a,dposition:h?"chartArea":d?"bottom":"left",dtype:h?"radialLinear":d?"category":"linear"}}))),Q(s,l=>{const a=l.options,c=a.id,h=jn(c,a),d=oe(a.type,l.dtype);(a.position===void 0||il(a.position,h)!==il(l.dposition))&&(a.position=l.dposition),o[c]=!0;let f=null;if(c in n&&n[c].type===d)f=n[c];else{const u=je.getScale(d);f=new u({id:c,type:d,ctx:this.ctx,chart:this}),n[f.id]=f}f.init(a,t)}),Q(o,(l,a)=>{l||delete n[a]}),Q(n,l=>{y1.configure(this,l,l.options),y1.addBox(this,l)})}_updateMetasets(){const t=this._metasets,i=this.data.datasets.length,n=t.length;if(t.sort((o,s)=>o.index-s.index),n>i){for(let o=i;o<n;++o)this._destroyDatasetMeta(o);t.splice(i,n-i)}this._sortedMetasets=t.slice(0).sort(nl("order","index"))}_removeUnreferencedMetasets(){const{_metasets:t,data:{datasets:i}}=this;t.length>i.length&&delete this._stacks,t.forEach((n,o)=>{i.filter(s=>s===n._dataset).length===0&&this._destroyDatasetMeta(o)})}buildOrUpdateControllers(){const t=[],i=this.data.datasets;let n,o;for(this._removeUnreferencedMetasets(),n=0,o=i.length;n<o;n++){const s=i[n];let l=this.getDatasetMeta(n);const a=s.type||this.config.type;if(l.type&&l.type!==a&&(this._destroyDatasetMeta(n),l=this.getDatasetMeta(n)),l.type=a,l.indexAxis=s.indexAxis||Wn(a,this.options),l.order=s.order||0,l.index=n,l.label=""+s.label,l.visible=this.isDatasetVisible(n),l.controller)l.controller.updateIndex(n),l.controller.linkScales();else{const c=je.getController(a),{datasetElementType:h,dataElementType:d}=he.datasets[a];Object.assign(c,{dataElementType:je.getElement(d),datasetElementType:h&&je.getElement(h)}),l.controller=new c(this,n),t.push(l.controller)}}return this._updateMetasets(),t}_resetElements(){Q(this.data.datasets,(t,i)=>{this.getDatasetMeta(i).controller.reset()},this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(t){const i=this.config;i.update();const n=this._options=i.createResolver(i.chartOptionScopes(),this.getContext()),o=this._animationsDisabled=!n.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),this.notifyPlugins("beforeUpdate",{mode:t,cancelable:!0})===!1)return;const s=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let l=0;for(let h=0,d=this.data.datasets.length;h<d;h++){const{controller:f}=this.getDatasetMeta(h),u=!o&&s.indexOf(f)===-1;f.buildOrUpdateElements(u),l=Math.max(+f.getMaxOverflow(),l)}l=this._minPadding=n.layout.autoPadding?l:0,this._updateLayout(l),o||Q(s,h=>{h.reset()}),this._updateDatasets(t),this.notifyPlugins("afterUpdate",{mode:t}),this._layers.sort(nl("z","_idx"));const{_active:a,_lastEvent:c}=this;c?this._eventHandler(c,!0):a.length&&this._updateHoverStyles(a,a,!0),this.render()}_updateScales(){Q(this.scales,t=>{y1.removeBox(this,t)}),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const t=this.options,i=new Set(Object.keys(this._listeners)),n=new Set(t.events);(!ws(i,n)||!!this._responsiveListeners!==t.responsive)&&(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:t}=this,i=this._getUniformDataChanges()||[];for(const{method:n,start:o,count:s}of i){const l=n==="_removeElements"?-s:s;UC(t,o,l)}}_getUniformDataChanges(){const t=this._dataChanges;if(!t||!t.length)return;this._dataChanges=[];const i=this.data.datasets.length,n=s=>new Set(t.filter(l=>l[0]===s).map((l,a)=>a+","+l.splice(1).join(","))),o=n(0);for(let s=1;s<i;s++)if(!ws(o,n(s)))return;return Array.from(o).map(s=>s.split(",")).map(s=>({method:s[1],start:+s[2],count:+s[3]}))}_updateLayout(t){if(this.notifyPlugins("beforeLayout",{cancelable:!0})===!1)return;y1.update(this,this.width,this.height,t);const i=this.chartArea,n=i.width<=0||i.height<=0;this._layers=[],Q(this.boxes,o=>{n&&o.position==="chartArea"||(o.configure&&o.configure(),this._layers.push(...o._layers()))},this),this._layers.forEach((o,s)=>{o._idx=s}),this.notifyPlugins("afterLayout")}_updateDatasets(t){if(this.notifyPlugins("beforeDatasetsUpdate",{mode:t,cancelable:!0})!==!1){for(let i=0,n=this.data.datasets.length;i<n;++i)this.getDatasetMeta(i).controller.configure();for(let i=0,n=this.data.datasets.length;i<n;++i)this._updateDataset(i,Zt(t)?t({datasetIndex:i}):t);this.notifyPlugins("afterDatasetsUpdate",{mode:t})}}_updateDataset(t,i){const n=this.getDatasetMeta(t),o={meta:n,index:t,mode:i,cancelable:!0};this.notifyPlugins("beforeDatasetUpdate",o)!==!1&&(n.controller._update(i),o.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",o))}render(){this.notifyPlugins("beforeRender",{cancelable:!0})!==!1&&(nt.has(this)?this.attached&&!nt.running(this)&&nt.start(this):(this.draw(),rl({chart:this})))}draw(){let t;if(this._resizeBeforeDraw){const{width:n,height:o}=this._resizeBeforeDraw;this._resize(n,o),this._resizeBeforeDraw=null}if(this.clear(),this.width<=0||this.height<=0||this.notifyPlugins("beforeDraw",{cancelable:!0})===!1)return;const i=this._layers;for(t=0;t<i.length&&i[t].z<=0;++t)i[t].draw(this.chartArea);for(this._drawDatasets();t<i.length;++t)i[t].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(t){const i=this._sortedMetasets,n=[];let o,s;for(o=0,s=i.length;o<s;++o){const l=i[o];(!t||l.visible)&&n.push(l)}return n}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0})===!1)return;const t=this.getSortedVisibleDatasetMetas();for(let i=t.length-1;i>=0;--i)this._drawDataset(t[i]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(t){const i=this.ctx,n=t._clip,o=!n.disabled,s=zC(t,this.chartArea),l={meta:t,index:t.index,cancelable:!0};this.notifyPlugins("beforeDatasetDraw",l)!==!1&&(o&&o5(i,{left:n.left===!1?0:s.left-n.left,right:n.right===!1?this.width:s.right+n.right,top:n.top===!1?0:s.top-n.top,bottom:n.bottom===!1?this.height:s.bottom+n.bottom}),t.controller.draw(),o&&s5(i),l.cancelable=!1,this.notifyPlugins("afterDatasetDraw",l))}isPointInArea(t){return Kt(t,this.chartArea,this._minPadding)}getElementsAtEventForMode(t,i,n,o){const s=OA.modes[i];return typeof s=="function"?s(this,t,n,o):[]}getDatasetMeta(t){const i=this.data.datasets[t],n=this._metasets;let o=n.filter(s=>s&&s._dataset===i).pop();return o||(o={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:i&&i.order||0,index:t,_dataset:i,_parsed:[],_sorted:!1},n.push(o)),o}getContext(){return this.$context||(this.$context=$t(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(t){const i=this.data.datasets[t];if(!i)return!1;const n=this.getDatasetMeta(t);return typeof n.hidden=="boolean"?!n.hidden:!i.hidden}setDatasetVisibility(t,i){const n=this.getDatasetMeta(t);n.hidden=!i}toggleDataVisibility(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}getDataVisibility(t){return!this._hiddenIndices[t]}_updateVisibility(t,i,n){const o=n?"show":"hide",s=this.getDatasetMeta(t),l=s.controller._resolveAnimations(void 0,o);ti(i)?(s.data[i].hidden=!n,this.update()):(this.setDatasetVisibility(t,n),l.update(s,{visible:n}),this.update(a=>a.datasetIndex===t?o:void 0))}hide(t,i){this._updateVisibility(t,i,!1)}show(t,i){this._updateVisibility(t,i,!0)}_destroyDatasetMeta(t){const i=this._metasets[t];i&&i.controller&&i.controller._destroy(),delete this._metasets[t]}_stop(){let t,i;for(this.stop(),nt.remove(this),t=0,i=this.data.datasets.length;t<i;++t)this._destroyDatasetMeta(t)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:t,ctx:i}=this;this._stop(),this.config.clearCache(),t&&(this.unbindEvents(),Rs(t,i),this.platform.releaseContext(i),this.canvas=null,this.ctx=null),delete D1[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...t){return this.canvas.toDataURL(...t)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const t=this._listeners,i=this.platform,n=(s,l)=>{i.addEventListener(this,s,l),t[s]=l},o=(s,l,a)=>{s.offsetX=l,s.offsetY=a,this._eventHandler(s)};Q(this.options.events,s=>n(s,o))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const t=this._responsiveListeners,i=this.platform,n=(c,h)=>{i.addEventListener(this,c,h),t[c]=h},o=(c,h)=>{t[c]&&(i.removeEventListener(this,c,h),delete t[c])},s=(c,h)=>{this.canvas&&this.resize(c,h)};let l;const a=()=>{o("attach",a),this.attached=!0,this.resize(),n("resize",s),n("detach",l)};l=()=>{this.attached=!1,o("resize",s),this._stop(),this._resize(0,0),n("attach",a)},i.isAttached(this.canvas)?a():l()}unbindEvents(){Q(this._listeners,(t,i)=>{this.platform.removeEventListener(this,i,t)}),this._listeners={},Q(this._responsiveListeners,(t,i)=>{this.platform.removeEventListener(this,i,t)}),this._responsiveListeners=void 0}updateHoverStyle(t,i,n){const o=n?"set":"remove";let s,l,a,c;for(i==="dataset"&&(s=this.getDatasetMeta(t[0].datasetIndex),s.controller["_"+o+"DatasetHoverStyle"]()),a=0,c=t.length;a<c;++a){l=t[a];const h=l&&this.getDatasetMeta(l.datasetIndex).controller;h&&h[o+"HoverStyle"](l.element,l.datasetIndex,l.index)}}getActiveElements(){return this._active||[]}setActiveElements(t){const i=this._active||[],n=t.map(({datasetIndex:s,index:l})=>{const a=this.getDatasetMeta(s);if(!a)throw new Error("No dataset found at index "+s);return{datasetIndex:s,element:a.data[l],index:l}});!J1(n,i)&&(this._active=n,this._lastEvent=null,this._updateHoverStyles(n,i))}notifyPlugins(t,i,n){return this._plugins.notify(this,t,i,n)}isPluginEnabled(t){return this._plugins._cache.filter(i=>i.plugin.id===t).length===1}_updateHoverStyles(t,i,n){const o=this.options.hover,s=(c,h)=>c.filter(d=>!h.some(f=>d.datasetIndex===f.datasetIndex&&d.index===f.index)),l=s(i,t),a=n?t:s(t,i);l.length&&this.updateHoverStyle(l,o.mode,!1),a.length&&o.mode&&this.updateHoverStyle(a,o.mode,!0)}_eventHandler(t,i){const n={event:t,replay:i,cancelable:!0,inChartArea:this.isPointInArea(t)},o=l=>(l.options.events||this.options.events).includes(t.native.type);if(this.notifyPlugins("beforeEvent",n,o)===!1)return;const s=this._handleEvent(t,i,n.inChartArea);return n.cancelable=!1,this.notifyPlugins("afterEvent",n,o),(s||n.changed)&&this.render(),this}_handleEvent(t,i,n){const{_active:o=[],options:s}=this,l=i,a=this._getActiveElements(t,o,n,l),c=yI(t),h=$C(t,this._lastEvent,n,c);n&&(this._lastEvent=null,se(s.onHover,[t,a,this],this),c&&se(s.onClick,[t,a,this],this));const d=!J1(a,o);return(d||i)&&(this._active=a,this._updateHoverStyles(a,o,i)),this._lastEvent=h,d}_getActiveElements(t,i,n,o){if(t.type==="mouseout")return[];if(!n)return i;const s=this.options.hover;return this.getElementsAtEventForMode(t,s.mode,s,o)}}j(Ke,"defaults",he),j(Ke,"instances",D1),j(Ke,"overrides",Pt),j(Ke,"registry",je),j(Ke,"version",PC),j(Ke,"getChart",ol);function sl(){return Q(Ke.instances,e=>e._plugins.invalidate())}function GC(e,t,i){const{startAngle:n,pixelMargin:o,x:s,y:l,outerRadius:a,innerRadius:c}=t;let h=o/a;e.beginPath(),e.arc(s,l,a,n-h,i+h),c>o?(h=o/c,e.arc(s,l,c,i+h,n-h,!0)):e.arc(s,l,o,i+ce,n-ce),e.closePath(),e.clip()}function WC(e){return Dr(e,["outerStart","outerEnd","innerStart","innerEnd"])}function jC(e,t,i,n){const o=WC(e.options.borderRadius),s=(i-t)/2,l=Math.min(s,n*t/2),a=c=>{const h=(i-Math.min(s,c))*n/2;return He(c,0,Math.min(s,h))};return{outerStart:a(o.outerStart),outerEnd:a(o.outerEnd),innerStart:He(o.innerStart,0,l),innerEnd:He(o.innerEnd,0,l)}}function Wt(e,t,i,n){return{x:i+e*Math.cos(t),y:n+e*Math.sin(t)}}function hi(e,t,i,n,o,s){const{x:l,y:a,startAngle:c,pixelMargin:h,innerRadius:d}=t,f=Math.max(t.outerRadius+n+i-h,0),u=d>0?d+n+i+h:0;let g=0;const v=o-c;if(n){const Z=d>0?d-n:0,F=f>0?f-n:0,E=(Z+F)/2,$=E!==0?v*E/(E+n):v;g=(v-$)/2}const m=Math.max(.001,v*f-i/ue)/f,w=(v-m)/2,y=c+w+g,b=o-w-g,{outerStart:_,outerEnd:S,innerStart:A,innerEnd:L}=jC(t,u,f,b-y),C=f-_,D=f-S,V=y+_/C,z=b-S/D,N=u+A,O=u+L,P=y+A/N,B=b-L/O;if(e.beginPath(),s){const Z=(V+z)/2;if(e.arc(l,a,f,V,Z),e.arc(l,a,f,Z,z),S>0){const I=Wt(D,z,l,a);e.arc(I.x,I.y,S,z,b+ce)}const F=Wt(O,b,l,a);if(e.lineTo(F.x,F.y),L>0){const I=Wt(O,B,l,a);e.arc(I.x,I.y,L,b+ce,B+Math.PI)}const E=(b-L/u+(y+A/u))/2;if(e.arc(l,a,u,b-L/u,E,!0),e.arc(l,a,u,E,y+A/u,!0),A>0){const I=Wt(N,P,l,a);e.arc(I.x,I.y,A,P+Math.PI,y-ce)}const $=Wt(C,y,l,a);if(e.lineTo($.x,$.y),_>0){const I=Wt(C,V,l,a);e.arc(I.x,I.y,_,y-ce,V)}}else{e.moveTo(l,a);const Z=Math.cos(V)*f+l,F=Math.sin(V)*f+a;e.lineTo(Z,F);const E=Math.cos(z)*f+l,$=Math.sin(z)*f+a;e.lineTo(E,$)}e.closePath()}function NC(e,t,i,n,o){const{fullCircles:s,startAngle:l,circumference:a}=t;let c=t.endAngle;if(s){hi(e,t,i,n,c,o);for(let h=0;h<s;++h)e.fill();isNaN(a)||(c=l+(a%ae||ae))}return hi(e,t,i,n,c,o),e.fill(),c}function XC(e,t,i,n,o){const{fullCircles:s,startAngle:l,circumference:a,options:c}=t,{borderWidth:h,borderJoinStyle:d,borderDash:f,borderDashOffset:u}=c,g=c.borderAlign==="inner";if(!h)return;e.setLineDash(f||[]),e.lineDashOffset=u,g?(e.lineWidth=h*2,e.lineJoin=d||"round"):(e.lineWidth=h,e.lineJoin=d||"bevel");let v=t.endAngle;if(s){hi(e,t,i,n,v,o);for(let m=0;m<s;++m)e.stroke();isNaN(a)||(v=l+(a%ae||ae))}g&&GC(e,t,v),s||(hi(e,t,i,n,v,o),e.stroke())}class Z0 extends o0{constructor(i){super();j(this,"circumference");j(this,"endAngle");j(this,"fullCircles");j(this,"innerRadius");j(this,"outerRadius");j(this,"pixelMargin");j(this,"startAngle");this.options=void 0,this.circumference=void 0,this.startAngle=void 0,this.endAngle=void 0,this.innerRadius=void 0,this.outerRadius=void 0,this.pixelMargin=0,this.fullCircles=0,i&&Object.assign(this,i)}inRange(i,n,o){const s=this.getProps(["x","y"],o),{angle:l,distance:a}=J2(s,{x:i,y:n}),{startAngle:c,endAngle:h,innerRadius:d,outerRadius:f,circumference:u}=this.getProps(["startAngle","endAngle","innerRadius","outerRadius","circumference"],o),g=(this.options.spacing+this.options.borderWidth)/2,m=oe(u,h-c)>=ae||oi(l,c,h),w=II(a,d+g,f+g);return m&&w}getCenterPoint(i){const{x:n,y:o,startAngle:s,endAngle:l,innerRadius:a,outerRadius:c}=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius"],i),{offset:h,spacing:d}=this.options,f=(s+l)/2,u=(a+c+d+h)/2;return{x:n+Math.cos(f)*u,y:o+Math.sin(f)*u}}tooltipPosition(i){return this.getCenterPoint(i)}draw(i){const{options:n,circumference:o}=this,s=(n.offset||0)/4,l=(n.spacing||0)/2,a=n.circular;if(this.pixelMargin=n.borderAlign==="inner"?.33:0,this.fullCircles=o>ae?Math.floor(o/ae):0,o===0||this.innerRadius<0||this.outerRadius<0)return;i.save();const c=(this.startAngle+this.endAngle)/2;i.translate(Math.cos(c)*s,Math.sin(c)*s);const h=1-Math.sin(Math.min(ue,o||0)),d=s*h;i.fillStyle=n.backgroundColor,i.strokeStyle=n.borderColor,NC(i,this,d,l,a),XC(i,this,d,l,a),i.restore()}}j(Z0,"id","arc"),j(Z0,"defaults",{borderAlign:"center",borderColor:"#fff",borderDash:[],borderDashOffset:0,borderJoinStyle:void 0,borderRadius:0,borderWidth:2,offset:0,spacing:0,angle:void 0,circular:!0}),j(Z0,"defaultRoutes",{backgroundColor:"backgroundColor"}),j(Z0,"descriptors",{_scriptable:!0,_indexable:i=>i!=="borderDash"});const S0={average(e){if(!e.length)return!1;let t,i,n=new Set,o=0,s=0;for(t=0,i=e.length;t<i;++t){const a=e[t].element;if(a&&a.hasValue()){const c=a.tooltipPosition();n.add(c.x),o+=c.y,++s}}return{x:[...n].reduce((a,c)=>a+c)/n.size,y:o/s}},nearest(e,t){if(!e.length)return!1;let i=t.x,n=t.y,o=Number.POSITIVE_INFINITY,s,l,a;for(s=0,l=e.length;s<l;++s){const c=e[s].element;if(c&&c.hasValue()){const h=c.getCenterPoint(),d=ZI(t,h);d<o&&(o=d,a=c)}}if(a){const c=a.tooltipPosition();i=c.x,n=c.y}return{x:i,y:n}}};function Ge(e,t){return t&&(le(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function rt(e){return(typeof e=="string"||e instanceof String)&&e.indexOf(`
|
|
905
|
+
`)>-1?e.split(`
|
|
906
|
+
`):e}function YC(e,t){const{element:i,datasetIndex:n,index:o}=t,s=e.getDatasetMeta(n).controller,{label:l,value:a}=s.getLabelAndValue(o);return{chart:e,label:l,parsed:s.getParsed(o),raw:e.data.datasets[n].data[o],formattedValue:a,dataset:s.getDataset(),dataIndex:o,datasetIndex:n,element:i}}function ll(e,t){const i=e.chart.ctx,{body:n,footer:o,title:s}=e,{boxWidth:l,boxHeight:a}=t,c=ke(t.bodyFont),h=ke(t.titleFont),d=ke(t.footerFont),f=s.length,u=o.length,g=n.length,v=Ue(t.padding);let m=v.height,w=0,y=n.reduce((S,A)=>S+A.before.length+A.lines.length+A.after.length,0);if(y+=e.beforeBody.length+e.afterBody.length,f&&(m+=f*h.lineHeight+(f-1)*t.titleSpacing+t.titleMarginBottom),y){const S=t.displayColors?Math.max(a,c.lineHeight):c.lineHeight;m+=g*S+(y-g)*c.lineHeight+(y-1)*t.bodySpacing}u&&(m+=t.footerMarginTop+u*d.lineHeight+(u-1)*t.footerSpacing);let b=0;const _=function(S){w=Math.max(w,i.measureText(S).width+b)};return i.save(),i.font=h.string,Q(e.title,_),i.font=c.string,Q(e.beforeBody.concat(e.afterBody),_),b=t.displayColors?l+2+t.boxPadding:0,Q(n,S=>{Q(S.before,_),Q(S.lines,_),Q(S.after,_)}),b=0,i.font=d.string,Q(e.footer,_),i.restore(),w+=v.width,{width:w,height:m}}function KC(e,t){const{y:i,height:n}=t;return i<n/2?"top":i>e.height-n/2?"bottom":"center"}function qC(e,t,i,n){const{x:o,width:s}=n,l=i.caretSize+i.caretPadding;if(e==="left"&&o+s+l>t.width||e==="right"&&o-s-l<0)return!0}function QC(e,t,i,n){const{x:o,width:s}=i,{width:l,chartArea:{left:a,right:c}}=e;let h="center";return n==="center"?h=o<=(a+c)/2?"left":"right":o<=s/2?h="left":o>=l-s/2&&(h="right"),qC(h,e,t,i)&&(h="center"),h}function al(e,t,i){const n=i.yAlign||t.yAlign||KC(e,i);return{xAlign:i.xAlign||t.xAlign||QC(e,t,i,n),yAlign:n}}function JC(e,t){let{x:i,width:n}=e;return t==="right"?i-=n:t==="center"&&(i-=n/2),i}function eR(e,t,i){let{y:n,height:o}=e;return t==="top"?n+=i:t==="bottom"?n-=o+i:n-=o/2,n}function cl(e,t,i,n){const{caretSize:o,caretPadding:s,cornerRadius:l}=e,{xAlign:a,yAlign:c}=i,h=o+s,{topLeft:d,topRight:f,bottomLeft:u,bottomRight:g}=D0(l);let v=JC(t,a);const m=eR(t,c,h);return c==="center"?a==="left"?v+=h:a==="right"&&(v-=h):a==="left"?v-=Math.max(d,u)+o:a==="right"&&(v+=Math.max(f,g)+o),{x:He(v,0,n.width-t.width),y:He(m,0,n.height-t.height)}}function S1(e,t,i){const n=Ue(i.padding);return t==="center"?e.x+e.width/2:t==="right"?e.x+e.width-n.right:e.x+n.left}function hl(e){return Ge([],rt(e))}function tR(e,t,i){return $t(e,{tooltip:t,tooltipItems:i,type:"tooltip"})}function dl(e,t){const i=t&&t.dataset&&t.dataset.tooltip&&t.dataset.tooltip.callbacks;return i?e.override(i):e}const b5={beforeTitle:it,title(e){if(e.length>0){const t=e[0],i=t.chart.data.labels,n=i?i.length:0;if(this&&this.options&&this.options.mode==="dataset")return t.dataset.label||"";if(t.label)return t.label;if(n>0&&t.dataIndex<n)return i[t.dataIndex]}return""},afterTitle:it,beforeBody:it,beforeLabel:it,label(e){if(this&&this.options&&this.options.mode==="dataset")return e.label+": "+e.formattedValue||e.formattedValue;let t=e.dataset.label||"";t&&(t+=": ");const i=e.formattedValue;return re(i)||(t+=i),t},labelColor(e){const i=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{borderColor:i.borderColor,backgroundColor:i.backgroundColor,borderWidth:i.borderWidth,borderDash:i.borderDash,borderDashOffset:i.borderDashOffset,borderRadius:0}},labelTextColor(){return this.options.bodyColor},labelPointStyle(e){const i=e.chart.getDatasetMeta(e.datasetIndex).controller.getStyle(e.dataIndex);return{pointStyle:i.pointStyle,rotation:i.rotation}},afterLabel:it,afterBody:it,beforeFooter:it,footer:it,afterFooter:it};function Ze(e,t,i,n){const o=e[t].call(i,n);return typeof o>"u"?b5[t].call(i,n):o}class Nn extends o0{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const i=this.chart,n=this.options.setContext(this.getContext()),o=n.enabled&&i.options.animation&&n.animations,s=new d5(this.chart,o);return o._cacheable&&(this._cachedAnimations=Object.freeze(s)),s}getContext(){return this.$context||(this.$context=tR(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,i){const{callbacks:n}=i,o=Ze(n,"beforeTitle",this,t),s=Ze(n,"title",this,t),l=Ze(n,"afterTitle",this,t);let a=[];return a=Ge(a,rt(o)),a=Ge(a,rt(s)),a=Ge(a,rt(l)),a}getBeforeBody(t,i){return hl(Ze(i.callbacks,"beforeBody",this,t))}getBody(t,i){const{callbacks:n}=i,o=[];return Q(t,s=>{const l={before:[],lines:[],after:[]},a=dl(n,s);Ge(l.before,rt(Ze(a,"beforeLabel",this,s))),Ge(l.lines,Ze(a,"label",this,s)),Ge(l.after,rt(Ze(a,"afterLabel",this,s))),o.push(l)}),o}getAfterBody(t,i){return hl(Ze(i.callbacks,"afterBody",this,t))}getFooter(t,i){const{callbacks:n}=i,o=Ze(n,"beforeFooter",this,t),s=Ze(n,"footer",this,t),l=Ze(n,"afterFooter",this,t);let a=[];return a=Ge(a,rt(o)),a=Ge(a,rt(s)),a=Ge(a,rt(l)),a}_createItems(t){const i=this._active,n=this.chart.data,o=[],s=[],l=[];let a=[],c,h;for(c=0,h=i.length;c<h;++c)a.push(YC(this.chart,i[c]));return t.filter&&(a=a.filter((d,f,u)=>t.filter(d,f,u,n))),t.itemSort&&(a=a.sort((d,f)=>t.itemSort(d,f,n))),Q(a,d=>{const f=dl(t.callbacks,d);o.push(Ze(f,"labelColor",this,d)),s.push(Ze(f,"labelPointStyle",this,d)),l.push(Ze(f,"labelTextColor",this,d))}),this.labelColors=o,this.labelPointStyles=s,this.labelTextColors=l,this.dataPoints=a,a}update(t,i){const n=this.options.setContext(this.getContext()),o=this._active;let s,l=[];if(!o.length)this.opacity!==0&&(s={opacity:0});else{const a=S0[n.position].call(this,o,this._eventPosition);l=this._createItems(n),this.title=this.getTitle(l,n),this.beforeBody=this.getBeforeBody(l,n),this.body=this.getBody(l,n),this.afterBody=this.getAfterBody(l,n),this.footer=this.getFooter(l,n);const c=this._size=ll(this,n),h=Object.assign({},a,c),d=al(this.chart,n,h),f=cl(n,h,d,this.chart);this.xAlign=d.xAlign,this.yAlign=d.yAlign,s={opacity:1,x:f.x,y:f.y,width:c.width,height:c.height,caretX:a.x,caretY:a.y}}this._tooltipItems=l,this.$context=void 0,s&&this._resolveAnimations().update(this,s),t&&n.external&&n.external.call(this,{chart:this.chart,tooltip:this,replay:i})}drawCaret(t,i,n,o){const s=this.getCaretPosition(t,n,o);i.lineTo(s.x1,s.y1),i.lineTo(s.x2,s.y2),i.lineTo(s.x3,s.y3)}getCaretPosition(t,i,n){const{xAlign:o,yAlign:s}=this,{caretSize:l,cornerRadius:a}=n,{topLeft:c,topRight:h,bottomLeft:d,bottomRight:f}=D0(a),{x:u,y:g}=t,{width:v,height:m}=i;let w,y,b,_,S,A;return s==="center"?(S=g+m/2,o==="left"?(w=u,y=w-l,_=S+l,A=S-l):(w=u+v,y=w+l,_=S-l,A=S+l),b=w):(o==="left"?y=u+Math.max(c,d)+l:o==="right"?y=u+v-Math.max(h,f)-l:y=this.caretX,s==="top"?(_=g,S=_-l,w=y-l,b=y+l):(_=g+m,S=_+l,w=y+l,b=y-l),A=_),{x1:w,x2:y,x3:b,y1:_,y2:S,y3:A}}drawTitle(t,i,n){const o=this.title,s=o.length;let l,a,c;if(s){const h=gn(n.rtl,this.x,this.width);for(t.x=S1(this,n.titleAlign,n),i.textAlign=h.textAlign(n.titleAlign),i.textBaseline="middle",l=ke(n.titleFont),a=n.titleSpacing,i.fillStyle=n.titleColor,i.font=l.string,c=0;c<s;++c)i.fillText(o[c],h.x(t.x),t.y+l.lineHeight/2),t.y+=l.lineHeight+a,c+1===s&&(t.y+=n.titleMarginBottom-a)}}_drawColorBox(t,i,n,o,s){const l=this.labelColors[n],a=this.labelPointStyles[n],{boxHeight:c,boxWidth:h}=s,d=ke(s.bodyFont),f=S1(this,"left",s),u=o.x(f),g=c<d.lineHeight?(d.lineHeight-c)/2:0,v=i.y+g;if(s.usePointStyle){const m={radius:Math.min(h,c)/2,pointStyle:a.pointStyle,rotation:a.rotation,borderWidth:1},w=o.leftForLtr(u,h)+h/2,y=v+c/2;t.strokeStyle=s.multiKeyBackground,t.fillStyle=s.multiKeyBackground,Fs(t,m,w,y),t.strokeStyle=l.borderColor,t.fillStyle=l.backgroundColor,Fs(t,m,w,y)}else{t.lineWidth=Y(l.borderWidth)?Math.max(...Object.values(l.borderWidth)):l.borderWidth||1,t.strokeStyle=l.borderColor,t.setLineDash(l.borderDash||[]),t.lineDashOffset=l.borderDashOffset||0;const m=o.leftForLtr(u,h),w=o.leftForLtr(o.xPlus(u,1),h-2),y=D0(l.borderRadius);Object.values(y).some(b=>b!==0)?(t.beginPath(),t.fillStyle=s.multiKeyBackground,Gn(t,{x:m,y:v,w:h,h:c,radius:y}),t.fill(),t.stroke(),t.fillStyle=l.backgroundColor,t.beginPath(),Gn(t,{x:w,y:v+1,w:h-2,h:c-2,radius:y}),t.fill()):(t.fillStyle=s.multiKeyBackground,t.fillRect(m,v,h,c),t.strokeRect(m,v,h,c),t.fillStyle=l.backgroundColor,t.fillRect(w,v+1,h-2,c-2))}t.fillStyle=this.labelTextColors[n]}drawBody(t,i,n){const{body:o}=this,{bodySpacing:s,bodyAlign:l,displayColors:a,boxHeight:c,boxWidth:h,boxPadding:d}=n,f=ke(n.bodyFont);let u=f.lineHeight,g=0;const v=gn(n.rtl,this.x,this.width),m=function(D){i.fillText(D,v.x(t.x+g),t.y+u/2),t.y+=u+s},w=v.textAlign(l);let y,b,_,S,A,L,C;for(i.textAlign=l,i.textBaseline="middle",i.font=f.string,t.x=S1(this,w,n),i.fillStyle=n.bodyColor,Q(this.beforeBody,m),g=a&&w!=="right"?l==="center"?h/2+d:h+2+d:0,S=0,L=o.length;S<L;++S){for(y=o[S],b=this.labelTextColors[S],i.fillStyle=b,Q(y.before,m),_=y.lines,a&&_.length&&(this._drawColorBox(i,t,S,v,n),u=Math.max(f.lineHeight,c)),A=0,C=_.length;A<C;++A)m(_[A]),u=f.lineHeight;Q(y.after,m)}g=0,u=f.lineHeight,Q(this.afterBody,m),t.y-=s}drawFooter(t,i,n){const o=this.footer,s=o.length;let l,a;if(s){const c=gn(n.rtl,this.x,this.width);for(t.x=S1(this,n.footerAlign,n),t.y+=n.footerMarginTop,i.textAlign=c.textAlign(n.footerAlign),i.textBaseline="middle",l=ke(n.footerFont),i.fillStyle=n.footerColor,i.font=l.string,a=0;a<s;++a)i.fillText(o[a],c.x(t.x),t.y+l.lineHeight/2),t.y+=l.lineHeight+n.footerSpacing}}drawBackground(t,i,n,o){const{xAlign:s,yAlign:l}=this,{x:a,y:c}=t,{width:h,height:d}=n,{topLeft:f,topRight:u,bottomLeft:g,bottomRight:v}=D0(o.cornerRadius);i.fillStyle=o.backgroundColor,i.strokeStyle=o.borderColor,i.lineWidth=o.borderWidth,i.beginPath(),i.moveTo(a+f,c),l==="top"&&this.drawCaret(t,i,n,o),i.lineTo(a+h-u,c),i.quadraticCurveTo(a+h,c,a+h,c+u),l==="center"&&s==="right"&&this.drawCaret(t,i,n,o),i.lineTo(a+h,c+d-v),i.quadraticCurveTo(a+h,c+d,a+h-v,c+d),l==="bottom"&&this.drawCaret(t,i,n,o),i.lineTo(a+g,c+d),i.quadraticCurveTo(a,c+d,a,c+d-g),l==="center"&&s==="left"&&this.drawCaret(t,i,n,o),i.lineTo(a,c+f),i.quadraticCurveTo(a,c,a+f,c),i.closePath(),i.fill(),o.borderWidth>0&&i.stroke()}_updateAnimationTarget(t){const i=this.chart,n=this.$animations,o=n&&n.x,s=n&&n.y;if(o||s){const l=S0[t.position].call(this,this._active,this._eventPosition);if(!l)return;const a=this._size=ll(this,t),c=Object.assign({},l,this._size),h=al(i,t,c),d=cl(t,c,h,i);(o._to!==d.x||s._to!==d.y)&&(this.xAlign=h.xAlign,this.yAlign=h.yAlign,this.width=a.width,this.height=a.height,this.caretX=l.x,this.caretY=l.y,this._resolveAnimations().update(this,d))}}_willRender(){return!!this.opacity}draw(t){const i=this.options.setContext(this.getContext());let n=this.opacity;if(!n)return;this._updateAnimationTarget(i);const o={width:this.width,height:this.height},s={x:this.x,y:this.y};n=Math.abs(n)<.001?0:n;const l=Ue(i.padding),a=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;i.enabled&&a&&(t.save(),t.globalAlpha=n,this.drawBackground(s,t,o,i),mA(t,i.textDirection),s.y+=l.top,this.drawTitle(s,t,i),this.drawBody(s,t,i),this.drawFooter(s,t,i),xA(t,i.textDirection),t.restore())}getActiveElements(){return this._active||[]}setActiveElements(t,i){const n=this._active,o=t.map(({datasetIndex:a,index:c})=>{const h=this.chart.getDatasetMeta(a);if(!h)throw new Error("Cannot find a dataset at index "+a);return{datasetIndex:a,element:h.data[c],index:c}}),s=!J1(n,o),l=this._positionChanged(o,i);(s||l)&&(this._active=o,this._eventPosition=i,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(t,i,n=!0){if(i&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const o=this.options,s=this._active||[],l=this._getActiveElements(t,s,i,n),a=this._positionChanged(l,t),c=i||!J1(l,s)||a;return c&&(this._active=l,(o.enabled||o.external)&&(this._eventPosition={x:t.x,y:t.y},this.update(!0,i))),c}_getActiveElements(t,i,n,o){const s=this.options;if(t.type==="mouseout")return[];if(!o)return i.filter(a=>this.chart.data.datasets[a.datasetIndex]&&this.chart.getDatasetMeta(a.datasetIndex).controller.getParsed(a.index)!==void 0);const l=this.chart.getElementsAtEventForMode(t,s.mode,s,n);return s.reverse&&l.reverse(),l}_positionChanged(t,i){const{caretX:n,caretY:o,options:s}=this,l=S0[s.position].call(this,t,i);return l!==!1&&(n!==l.x||o!==l.y)}}j(Nn,"positioners",S0);var iR={id:"tooltip",_element:Nn,positioners:S0,afterInit(e,t,i){i&&(e.tooltip=new Nn({chart:e,options:i}))},beforeUpdate(e,t,i){e.tooltip&&e.tooltip.initialize(i)},reset(e,t,i){e.tooltip&&e.tooltip.initialize(i)},afterDraw(e){const t=e.tooltip;if(t&&t._willRender()){const i={tooltip:t};if(e.notifyPlugins("beforeTooltipDraw",{...i,cancelable:!0})===!1)return;t.draw(e.ctx),e.notifyPlugins("afterTooltipDraw",i)}},afterEvent(e,t){if(e.tooltip){const i=t.replay;e.tooltip.handleEvent(t.event,i,t.inChartArea)&&(t.changed=!0)}},defaults:{enabled:!0,external:null,position:"average",backgroundColor:"rgba(0,0,0,0.8)",titleColor:"#fff",titleFont:{weight:"bold"},titleSpacing:2,titleMarginBottom:6,titleAlign:"left",bodyColor:"#fff",bodySpacing:2,bodyFont:{},bodyAlign:"left",footerColor:"#fff",footerSpacing:2,footerMarginTop:6,footerFont:{weight:"bold"},footerAlign:"left",padding:6,caretPadding:2,caretSize:5,cornerRadius:6,boxHeight:(e,t)=>t.bodyFont.size,boxWidth:(e,t)=>t.bodyFont.size,multiKeyBackground:"#fff",displayColors:!0,boxPadding:0,borderColor:"rgba(0,0,0,0)",borderWidth:0,animation:{duration:400,easing:"easeOutQuart"},animations:{numbers:{type:"number",properties:["x","y","width","height","caretX","caretY"]},opacity:{easing:"linear",duration:200}},callbacks:b5},defaultRoutes:{bodyFont:"font",footerFont:"font",titleFont:"font"},descriptors:{_scriptable:e=>e!=="filter"&&e!=="itemSort"&&e!=="external",_indexable:!1,callbacks:{_scriptable:!1,_indexable:!1},animation:{_fallback:!1},animations:{_fallback:"animation"}},additionalOptionScopes:["interaction"]};function nR(e,t){const i=[],{bounds:o,step:s,min:l,max:a,precision:c,count:h,maxTicks:d,maxDigits:f,includeBounds:u}=e,g=s||1,v=d-1,{min:m,max:w}=t,y=!re(l),b=!re(a),_=!re(h),S=(w-m)/(f+1);let A=_s((w-m)/v/g)*g,L,C,D,V;if(A<1e-14&&!y&&!b)return[{value:m},{value:w}];V=Math.ceil(w/A)-Math.floor(m/A),V>v&&(A=_s(V*A/v/g)*g),re(c)||(L=Math.pow(10,c),A=Math.ceil(A*L)/L),o==="ticks"?(C=Math.floor(m/A)*A,D=Math.ceil(w/A)*A):(C=m,D=w),y&&b&&s&&MI((a-l)/s,A/1e3)?(V=Math.round(Math.min((a-l)/A,d)),A=(a-l)/V,C=l,D=a):_?(C=y?l:C,D=b?a:D,V=h-1,A=(D-C)/V):(V=(D-C)/A,E1(V,Math.round(V),A/1e3)?V=Math.round(V):V=Math.ceil(V));const z=Math.max(bs(A),bs(C));L=Math.pow(10,re(c)?z:c),C=Math.round(C*L)/L,D=Math.round(D*L)/L;let N=0;for(y&&(u&&C!==l?(i.push({value:l}),C<l&&N++,E1(Math.round((C+N*A)*L)/L,l,fl(l,S,e))&&N++):C<l&&N++);N<V;++N){const O=Math.round((C+N*A)*L)/L;if(b&&O>a)break;i.push({value:O})}return b&&u&&D!==a?i.length&&E1(i[i.length-1].value,a,fl(a,S,e))?i[i.length-1].value=a:i.push({value:a}):(!b||D===a)&&i.push({value:D}),i}function fl(e,t,{horizontal:i,minRotation:n}){const o=qe(n),s=(i?Math.sin(o):Math.cos(o))||.001,l=.75*t*(""+e).length;return Math.min(t/s,l)}class di extends l0{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(t,i){return re(t)||(typeof t=="number"||t instanceof Number)&&!isFinite(+t)?null:+t}handleTickRangeOptions(){const{beginAtZero:t}=this.options,{minDefined:i,maxDefined:n}=this.getUserBounds();let{min:o,max:s}=this;const l=c=>o=i?o:c,a=c=>s=n?s:c;if(t){const c=ni(o),h=ni(s);c<0&&h<0?a(0):c>0&&h>0&&l(0)}if(o===s){let c=s===0?1:Math.abs(s*.05);a(s+c),t||l(o-c)}this.min=o,this.max=s}getTickLimit(){const t=this.options.ticks;let{maxTicksLimit:i,stepSize:n}=t,o;return n?(o=Math.ceil(this.max/n)-Math.floor(this.min/n)+1,o>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${n} would result generating up to ${o} ticks. Limiting to 1000.`),o=1e3)):(o=this.computeTickLimit(),i=i||11),i&&(o=Math.min(i,o)),o}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const t=this.options,i=t.ticks;let n=this.getTickLimit();n=Math.max(2,n);const o={maxTicks:n,bounds:t.bounds,min:t.min,max:t.max,precision:i.precision,step:i.stepSize,count:i.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:i.minRotation||0,includeBounds:i.includeBounds!==!1},s=this._range||this,l=nR(o,s);return t.bounds==="ticks"&&Q2(l,this,"value"),t.reverse?(l.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),l}configure(){const t=this.ticks;let i=this.min,n=this.max;if(super.configure(),this.options.offset&&t.length){const o=(n-i)/Math.max(t.length-1,1)/2;i-=o,n+=o}this._startValue=i,this._endValue=n,this._valueRange=n-i}getLabelForValue(t){return Hi(t,this.chart.options.locale,this.options.ticks.format)}}class ul extends di{determineDataLimits(){const{min:t,max:i}=this.getMinMax(!0);this.min=xe(t)?t:0,this.max=xe(i)?i:1,this.handleTickRangeOptions()}computeTickLimit(){const t=this.isHorizontal(),i=t?this.width:this.height,n=qe(this.options.ticks.minRotation),o=(t?Math.sin(n):Math.cos(n))||.001,s=this._resolveTickFontOptions(0);return Math.ceil(i/Math.min(40,s.lineHeight/o))}getPixelForValue(t){return t===null?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getValueForPixel(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}}j(ul,"id","linear"),j(ul,"defaults",{ticks:{callback:Ui.formatters.numeric}});const K0=e=>Math.floor(mt(e)),kt=(e,t)=>Math.pow(10,K0(e)+t);function pl(e){return e/Math.pow(10,K0(e))===1}function gl(e,t,i){const n=Math.pow(10,i),o=Math.floor(e/n);return Math.ceil(t/n)-o}function rR(e,t){const i=t-e;let n=K0(i);for(;gl(e,t,n)>10;)n++;for(;gl(e,t,n)<10;)n--;return Math.min(n,K0(e))}function oR(e,{min:t,max:i}){t=Fe(e.min,t);const n=[],o=K0(t);let s=rR(t,i),l=s<0?Math.pow(10,Math.abs(s)):1;const a=Math.pow(10,s),c=o>s?Math.pow(10,o):0,h=Math.round((t-c)*l)/l,d=Math.floor((t-c)/a/10)*a*10;let f=Math.floor((h-d)/Math.pow(10,s)),u=Fe(e.min,Math.round((c+d+f*Math.pow(10,s))*l)/l);for(;u<i;)n.push({value:u,major:pl(u),significand:f}),f>=10?f=f<15?15:20:f++,f>=20&&(s++,f=2,l=s>=0?1:l),u=Math.round((c+d+f*Math.pow(10,s))*l)/l;const g=Fe(e.max,u);return n.push({value:g,major:pl(g),significand:f}),n}class vl extends l0{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(t,i){const n=di.prototype.parse.apply(this,[t,i]);if(n===0){this._zero=!0;return}return xe(n)&&n>0?n:null}determineDataLimits(){const{min:t,max:i}=this.getMinMax(!0);this.min=xe(t)?Math.max(0,t):null,this.max=xe(i)?Math.max(0,i):null,this.options.beginAtZero&&(this._zero=!0),this._zero&&this.min!==this._suggestedMin&&!xe(this._userMin)&&(this.min=t===kt(this.min,0)?kt(this.min,-1):kt(this.min,0)),this.handleTickRangeOptions()}handleTickRangeOptions(){const{minDefined:t,maxDefined:i}=this.getUserBounds();let n=this.min,o=this.max;const s=a=>n=t?n:a,l=a=>o=i?o:a;n===o&&(n<=0?(s(1),l(10)):(s(kt(n,-1)),l(kt(o,1)))),n<=0&&s(kt(o,-1)),o<=0&&l(kt(n,1)),this.min=n,this.max=o}buildTicks(){const t=this.options,i={min:this._userMin,max:this._userMax},n=oR(i,this);return t.bounds==="ticks"&&Q2(n,this,"value"),t.reverse?(n.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),n}getLabelForValue(t){return t===void 0?"0":Hi(t,this.chart.options.locale,this.options.ticks.format)}configure(){const t=this.min;super.configure(),this._startValue=mt(t),this._valueRange=mt(this.max)-mt(t)}getPixelForValue(t){return(t===void 0||t===0)&&(t=this.min),t===null||isNaN(t)?NaN:this.getPixelForDecimal(t===this.min?0:(mt(t)-this._startValue)/this._valueRange)}getValueForPixel(t){const i=this.getDecimalForPixel(t);return Math.pow(10,this._startValue+i*this._valueRange)}}j(vl,"id","logarithmic"),j(vl,"defaults",{ticks:{callback:Ui.formatters.logarithmic,major:{enabled:!0}}});function Xn(e){const t=e.ticks;if(t.display&&e.display){const i=Ue(t.backdropPadding);return oe(t.font&&t.font.size,he.font.size)+i.height}return 0}function sR(e,t,i){return i=le(i)?i:[i],{w:$I(e,t.string,i),h:i.length*t.lineHeight}}function ml(e,t,i,n,o){return e===n||e===o?{start:t-i/2,end:t+i/2}:e<n||e>o?{start:t-i,end:t}:{start:t,end:t+i}}function lR(e){const t={l:e.left+e._padding.left,r:e.right-e._padding.right,t:e.top+e._padding.top,b:e.bottom-e._padding.bottom},i=Object.assign({},t),n=[],o=[],s=e._pointLabels.length,l=e.options.pointLabels,a=l.centerPointLabels?ue/s:0;for(let c=0;c<s;c++){const h=l.setContext(e.getPointLabelContext(c));o[c]=h.padding;const d=e.getPointPosition(c,e.drawingArea+o[c],a),f=ke(h.font),u=sR(e.ctx,f,e._pointLabels[c]);n[c]=u;const g=Ne(e.getIndexAngle(c)+a),v=Math.round(Er(g)),m=ml(v,d.x,u.w,0,180),w=ml(v,d.y,u.h,90,270);aR(i,t,g,m,w)}e.setCenterPoint(t.l-i.l,i.r-t.r,t.t-i.t,i.b-t.b),e._pointLabelItems=dR(e,n,o)}function aR(e,t,i,n,o){const s=Math.abs(Math.sin(i)),l=Math.abs(Math.cos(i));let a=0,c=0;n.start<t.l?(a=(t.l-n.start)/s,e.l=Math.min(e.l,t.l-a)):n.end>t.r&&(a=(n.end-t.r)/s,e.r=Math.max(e.r,t.r+a)),o.start<t.t?(c=(t.t-o.start)/l,e.t=Math.min(e.t,t.t-c)):o.end>t.b&&(c=(o.end-t.b)/l,e.b=Math.max(e.b,t.b+c))}function cR(e,t,i){const n=e.drawingArea,{extra:o,additionalAngle:s,padding:l,size:a}=i,c=e.getPointPosition(t,n+o+l,s),h=Math.round(Er(Ne(c.angle+ce))),d=pR(c.y,a.h,h),f=fR(h),u=uR(c.x,a.w,f);return{visible:!0,x:c.x,y:d,textAlign:f,left:u,top:d,right:u+a.w,bottom:d+a.h}}function hR(e,t){if(!t)return!0;const{left:i,top:n,right:o,bottom:s}=e;return!(Kt({x:i,y:n},t)||Kt({x:i,y:s},t)||Kt({x:o,y:n},t)||Kt({x:o,y:s},t))}function dR(e,t,i){const n=[],o=e._pointLabels.length,s=e.options,{centerPointLabels:l,display:a}=s.pointLabels,c={extra:Xn(s)/2,additionalAngle:l?ue/o:0};let h;for(let d=0;d<o;d++){c.padding=i[d],c.size=t[d];const f=cR(e,d,c);n.push(f),a==="auto"&&(f.visible=hR(f,h),f.visible&&(h=f))}return n}function fR(e){return e===0||e===180?"center":e<180?"left":"right"}function uR(e,t,i){return i==="right"?e-=t:i==="center"&&(e-=t/2),e}function pR(e,t,i){return i===90||i===270?e-=t/2:(i>270||i<90)&&(e-=t),e}function gR(e,t,i){const{left:n,top:o,right:s,bottom:l}=i,{backdropColor:a}=t;if(!re(a)){const c=D0(t.borderRadius),h=Ue(t.backdropPadding);e.fillStyle=a;const d=n-h.left,f=o-h.top,u=s-n+h.width,g=l-o+h.height;Object.values(c).some(v=>v!==0)?(e.beginPath(),Gn(e,{x:d,y:f,w:u,h:g,radius:c}),e.fill()):e.fillRect(d,f,u,g)}}function vR(e,t){const{ctx:i,options:{pointLabels:n}}=e;for(let o=t-1;o>=0;o--){const s=e._pointLabelItems[o];if(!s.visible)continue;const l=n.setContext(e.getPointLabelContext(o));gR(i,l,s);const a=ke(l.font),{x:c,y:h,textAlign:d}=s;li(i,e._pointLabels[o],c,h+a.lineHeight/2,a,{color:l.color,textAlign:d,textBaseline:"middle"})}}function M5(e,t,i,n){const{ctx:o}=e;if(i)o.arc(e.xCenter,e.yCenter,t,0,ae);else{let s=e.getPointPosition(0,t);o.moveTo(s.x,s.y);for(let l=1;l<n;l++)s=e.getPointPosition(l,t),o.lineTo(s.x,s.y)}}function mR(e,t,i,n,o){const s=e.ctx,l=t.circular,{color:a,lineWidth:c}=t;!l&&!n||!a||!c||i<0||(s.save(),s.strokeStyle=a,s.lineWidth=c,s.setLineDash(o.dash),s.lineDashOffset=o.dashOffset,s.beginPath(),M5(e,i,l,n),s.closePath(),s.stroke(),s.restore())}function xR(e,t,i){return $t(e,{label:i,index:t,type:"pointLabel"})}class I1 extends di{constructor(t){super(t),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const t=this._padding=Ue(Xn(this.options)/2),i=this.width=this.maxWidth-t.width,n=this.height=this.maxHeight-t.height;this.xCenter=Math.floor(this.left+i/2+t.left),this.yCenter=Math.floor(this.top+n/2+t.top),this.drawingArea=Math.floor(Math.min(i,n)/2)}determineDataLimits(){const{min:t,max:i}=this.getMinMax(!1);this.min=xe(t)&&!isNaN(t)?t:0,this.max=xe(i)&&!isNaN(i)?i:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/Xn(this.options))}generateTickLabels(t){di.prototype.generateTickLabels.call(this,t),this._pointLabels=this.getLabels().map((i,n)=>{const o=se(this.options.pointLabels.callback,[i,n],this);return o||o===0?o:""}).filter((i,n)=>this.chart.getDataVisibility(n))}fit(){const t=this.options;t.display&&t.pointLabels.display?lR(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(t,i,n,o){this.xCenter+=Math.floor((t-i)/2),this.yCenter+=Math.floor((n-o)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(t,i,n,o))}getIndexAngle(t){const i=ae/(this._pointLabels.length||1),n=this.options.startAngle||0;return Ne(t*i+qe(n))}getDistanceFromCenterForValue(t){if(re(t))return NaN;const i=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-t)*i:(t-this.min)*i}getValueForDistanceFromCenter(t){if(re(t))return NaN;const i=t/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-i:this.min+i}getPointLabelContext(t){const i=this._pointLabels||[];if(t>=0&&t<i.length){const n=i[t];return xR(this.getContext(),t,n)}}getPointPosition(t,i,n=0){const o=this.getIndexAngle(t)-ce+n;return{x:Math.cos(o)*i+this.xCenter,y:Math.sin(o)*i+this.yCenter,angle:o}}getPointPositionForValue(t,i){return this.getPointPosition(t,this.getDistanceFromCenterForValue(i))}getBasePosition(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}getPointLabelPosition(t){const{left:i,top:n,right:o,bottom:s}=this._pointLabelItems[t];return{left:i,top:n,right:o,bottom:s}}drawBackground(){const{backgroundColor:t,grid:{circular:i}}=this.options;if(t){const n=this.ctx;n.save(),n.beginPath(),M5(this,this.getDistanceFromCenterForValue(this._endValue),i,this._pointLabels.length),n.closePath(),n.fillStyle=t,n.fill(),n.restore()}}drawGrid(){const t=this.ctx,i=this.options,{angleLines:n,grid:o,border:s}=i,l=this._pointLabels.length;let a,c,h;if(i.pointLabels.display&&vR(this,l),o.display&&this.ticks.forEach((d,f)=>{if(f!==0||f===0&&this.min<0){c=this.getDistanceFromCenterForValue(d.value);const u=this.getContext(f),g=o.setContext(u),v=s.setContext(u);mR(this,g,c,l,v)}}),n.display){for(t.save(),a=l-1;a>=0;a--){const d=n.setContext(this.getPointLabelContext(a)),{color:f,lineWidth:u}=d;!u||!f||(t.lineWidth=u,t.strokeStyle=f,t.setLineDash(d.borderDash),t.lineDashOffset=d.borderDashOffset,c=this.getDistanceFromCenterForValue(i.ticks.reverse?this.min:this.max),h=this.getPointPosition(a,c),t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(h.x,h.y),t.stroke())}t.restore()}}drawBorder(){}drawLabels(){const t=this.ctx,i=this.options,n=i.ticks;if(!n.display)return;const o=this.getIndexAngle(0);let s,l;t.save(),t.translate(this.xCenter,this.yCenter),t.rotate(o),t.textAlign="center",t.textBaseline="middle",this.ticks.forEach((a,c)=>{if(c===0&&this.min>=0&&!i.reverse)return;const h=n.setContext(this.getContext(c)),d=ke(h.font);if(s=this.getDistanceFromCenterForValue(this.ticks[c].value),h.showLabelBackdrop){t.font=d.string,l=t.measureText(a.label).width,t.fillStyle=h.backdropColor;const f=Ue(h.backdropPadding);t.fillRect(-l/2-f.left,-s-d.size/2-f.top,l+f.width,d.size+f.height)}li(t,a.label,0,-s,d,{color:h.color,strokeColor:h.textStrokeColor,strokeWidth:h.textStrokeWidth})}),t.restore()}drawTitle(){}}j(I1,"id","radialLinear"),j(I1,"defaults",{display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:Ui.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(t){return t},padding:5,centerPointLabels:!1}}),j(I1,"defaultRoutes",{"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"}),j(I1,"descriptors",{angleLines:{_fallback:"grid"}});const zi={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},Ie=Object.keys(zi);function xl(e,t){return e-t}function wl(e,t){if(re(t))return null;const i=e._adapter,{parser:n,round:o,isoWeekday:s}=e._parseOpts;let l=t;return typeof n=="function"&&(l=n(l)),xe(l)||(l=typeof n=="string"?i.parse(l,n):i.parse(l)),l===null?null:(o&&(l=o==="week"&&(ri(s)||s===!0)?i.startOf(l,"isoWeek",s):i.startOf(l,o)),+l)}function yl(e,t,i,n){const o=Ie.length;for(let s=Ie.indexOf(e);s<o-1;++s){const l=zi[Ie[s]],a=l.steps?l.steps:Number.MAX_SAFE_INTEGER;if(l.common&&Math.ceil((i-t)/(a*l.size))<=n)return Ie[s]}return Ie[o-1]}function wR(e,t,i,n,o){for(let s=Ie.length-1;s>=Ie.indexOf(i);s--){const l=Ie[s];if(zi[l].common&&e._adapter.diff(o,n,l)>=t-1)return l}return Ie[i?Ie.indexOf(i):0]}function yR(e){for(let t=Ie.indexOf(e)+1,i=Ie.length;t<i;++t)if(zi[Ie[t]].common)return Ie[t]}function _l(e,t,i){if(!i)e[t]=!0;else if(i.length){const{lo:n,hi:o}=Lr(i,t),s=i[n]>=t?i[n]:i[o];e[s]=!0}}function _R(e,t,i,n){const o=e._adapter,s=+o.startOf(t[0].value,n),l=t[t.length-1].value;let a,c;for(a=s;a<=l;a=+o.add(a,1,n))c=i[a],c>=0&&(t[c].major=!0);return t}function bl(e,t,i){const n=[],o={},s=t.length;let l,a;for(l=0;l<s;++l)a=t[l],o[a]=l,n.push({value:a,major:!1});return s===0||!i?n:_R(e,n,o,i)}class fi extends l0{constructor(t){super(t),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(t,i={}){const n=t.time||(t.time={}),o=this._adapter=new LA._date(t.adapters.date);o.init(i),B0(n.displayFormats,o.formats()),this._parseOpts={parser:n.parser,round:n.round,isoWeekday:n.isoWeekday},super.init(t),this._normalized=i.normalized}parse(t,i){return t===void 0?null:wl(this,t)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const t=this.options,i=this._adapter,n=t.time.unit||"day";let{min:o,max:s,minDefined:l,maxDefined:a}=this.getUserBounds();function c(h){!l&&!isNaN(h.min)&&(o=Math.min(o,h.min)),!a&&!isNaN(h.max)&&(s=Math.max(s,h.max))}(!l||!a)&&(c(this._getLabelBounds()),(t.bounds!=="ticks"||t.ticks.source!=="labels")&&c(this.getMinMax(!1))),o=xe(o)&&!isNaN(o)?o:+i.startOf(Date.now(),n),s=xe(s)&&!isNaN(s)?s:+i.endOf(Date.now(),n)+1,this.min=Math.min(o,s-1),this.max=Math.max(o+1,s)}_getLabelBounds(){const t=this.getLabelTimestamps();let i=Number.POSITIVE_INFINITY,n=Number.NEGATIVE_INFINITY;return t.length&&(i=t[0],n=t[t.length-1]),{min:i,max:n}}buildTicks(){const t=this.options,i=t.time,n=t.ticks,o=n.source==="labels"?this.getLabelTimestamps():this._generate();t.bounds==="ticks"&&o.length&&(this.min=this._userMin||o[0],this.max=this._userMax||o[o.length-1]);const s=this.min,l=this.max,a=CI(o,s,l);return this._unit=i.unit||(n.autoSkip?yl(i.minUnit,this.min,this.max,this._getLabelCapacity(s)):wR(this,a.length,i.minUnit,this.min,this.max)),this._majorUnit=!n.major.enabled||this._unit==="year"?void 0:yR(this._unit),this.initOffsets(o),t.reverse&&a.reverse(),bl(this,a,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(t=>+t.value))}initOffsets(t=[]){let i=0,n=0,o,s;this.options.offset&&t.length&&(o=this.getDecimalForValue(t[0]),t.length===1?i=1-o:i=(this.getDecimalForValue(t[1])-o)/2,s=this.getDecimalForValue(t[t.length-1]),t.length===1?n=s:n=(s-this.getDecimalForValue(t[t.length-2]))/2);const l=t.length<3?.5:.25;i=He(i,0,l),n=He(n,0,l),this._offsets={start:i,end:n,factor:1/(i+1+n)}}_generate(){const t=this._adapter,i=this.min,n=this.max,o=this.options,s=o.time,l=s.unit||yl(s.minUnit,i,n,this._getLabelCapacity(i)),a=oe(o.ticks.stepSize,1),c=l==="week"?s.isoWeekday:!1,h=ri(c)||c===!0,d={};let f=i,u,g;if(h&&(f=+t.startOf(f,"isoWeek",c)),f=+t.startOf(f,h?"day":l),t.diff(n,i,l)>1e5*a)throw new Error(i+" and "+n+" are too far apart with stepSize of "+a+" "+l);const v=o.ticks.source==="data"&&this.getDataTimestamps();for(u=f,g=0;u<n;u=+t.add(u,a,l),g++)_l(d,u,v);return(u===n||o.bounds==="ticks"||g===1)&&_l(d,u,v),Object.keys(d).sort(xl).map(m=>+m)}getLabelForValue(t){const i=this._adapter,n=this.options.time;return n.tooltipFormat?i.format(t,n.tooltipFormat):i.format(t,n.displayFormats.datetime)}format(t,i){const o=this.options.time.displayFormats,s=this._unit,l=i||o[s];return this._adapter.format(t,l)}_tickFormatFunction(t,i,n,o){const s=this.options,l=s.ticks.callback;if(l)return se(l,[t,i,n],this);const a=s.time.displayFormats,c=this._unit,h=this._majorUnit,d=c&&a[c],f=h&&a[h],u=n[i],g=h&&f&&u&&u.major;return this._adapter.format(t,o||(g?f:d))}generateTickLabels(t){let i,n,o;for(i=0,n=t.length;i<n;++i)o=t[i],o.label=this._tickFormatFunction(o.value,i,t)}getDecimalForValue(t){return t===null?NaN:(t-this.min)/(this.max-this.min)}getPixelForValue(t){const i=this._offsets,n=this.getDecimalForValue(t);return this.getPixelForDecimal((i.start+n)*i.factor)}getValueForPixel(t){const i=this._offsets,n=this.getDecimalForPixel(t)/i.factor-i.end;return this.min+n*(this.max-this.min)}_getLabelSize(t){const i=this.options.ticks,n=this.ctx.measureText(t).width,o=qe(this.isHorizontal()?i.maxRotation:i.minRotation),s=Math.cos(o),l=Math.sin(o),a=this._resolveTickFontOptions(0).size;return{w:n*s+a*l,h:n*l+a*s}}_getLabelCapacity(t){const i=this.options.time,n=i.displayFormats,o=n[i.unit]||n.millisecond,s=this._tickFormatFunction(t,0,bl(this,[t],this._majorUnit),o),l=this._getLabelSize(s),a=Math.floor(this.isHorizontal()?this.width/l.w:this.height/l.h)-1;return a>0?a:1}getDataTimestamps(){let t=this._cache.data||[],i,n;if(t.length)return t;const o=this.getMatchingVisibleMetas();if(this._normalized&&o.length)return this._cache.data=o[0].controller.getAllParsedValues(this);for(i=0,n=o.length;i<n;++i)t=t.concat(o[i].controller.getAllParsedValues(this));return this._cache.data=this.normalize(t)}getLabelTimestamps(){const t=this._cache.labels||[];let i,n;if(t.length)return t;const o=this.getLabels();for(i=0,n=o.length;i<n;++i)t.push(wl(this,o[i]));return this._cache.labels=this._normalized?t:this.normalize(t)}normalize(t){return FI(t.sort(xl))}}j(fi,"id","time"),j(fi,"defaults",{bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",callback:!1,major:{enabled:!1}}});function A1(e,t,i){let n=0,o=e.length-1,s,l,a,c;i?(t>=e[n].pos&&t<=e[o].pos&&({lo:n,hi:o}=$n(e,"pos",t)),{pos:s,time:a}=e[n],{pos:l,time:c}=e[o]):(t>=e[n].time&&t<=e[o].time&&({lo:n,hi:o}=$n(e,"time",t)),{time:s,pos:a}=e[n],{time:l,pos:c}=e[o]);const h=l-s;return h?a+(c-a)*(t-s)/h:a}class Ml extends fi{constructor(t){super(t),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const t=this._getTimestampsForTable(),i=this._table=this.buildLookupTable(t);this._minPos=A1(i,this.min),this._tableRange=A1(i,this.max)-this._minPos,super.initOffsets(t)}buildLookupTable(t){const{min:i,max:n}=this,o=[],s=[];let l,a,c,h,d;for(l=0,a=t.length;l<a;++l)h=t[l],h>=i&&h<=n&&o.push(h);if(o.length<2)return[{time:i,pos:0},{time:n,pos:1}];for(l=0,a=o.length;l<a;++l)d=o[l+1],c=o[l-1],h=o[l],Math.round((d+c)/2)!==h&&s.push({time:h,pos:l/(a-1)});return s}_generate(){const t=this.min,i=this.max;let n=super.getDataTimestamps();return(!n.includes(t)||!n.length)&&n.splice(0,0,t),(!n.includes(i)||n.length===1)&&n.push(i),n.sort((o,s)=>o-s)}_getTimestampsForTable(){let t=this._cache.all||[];if(t.length)return t;const i=this.getDataTimestamps(),n=this.getLabelTimestamps();return i.length&&n.length?t=this.normalize(i.concat(n)):t=i.length?i:n,t=this._cache.all=t,t}getDecimalForValue(t){return(A1(this._table,t)-this._minPos)/this._tableRange}getValueForPixel(t){const i=this._offsets,n=this.getDecimalForPixel(t)/i.factor-i.end;return A1(this._table,n*this._tableRange+this._minPos,!0)}}j(Ml,"id","timeseries"),j(Ml,"defaults",fi.defaults);const Z5="label";function Zl(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function bR(e,t){const i=e.options;i&&t&&Object.assign(i,t)}function S5(e,t){e.labels=t}function I5(e,t){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Z5;const n=[];e.datasets=t.map(o=>{const s=e.datasets.find(l=>l[i]===o[i]);return!s||!o.data||n.includes(s)?{...o}:(n.push(s),Object.assign(s,o),s)})}function MR(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Z5;const i={labels:[],datasets:[]};return S5(i,e.labels),I5(i,e.datasets,t),i}function ZR(e,t){const{height:i=150,width:n=300,redraw:o=!1,datasetIdKey:s,type:l,data:a,options:c,plugins:h=[],fallbackContent:d,updateMode:f,...u}=e,g=M.exports.useRef(null),v=M.exports.useRef(),m=()=>{!g.current||(v.current=new Ke(g.current,{type:l,data:MR(a,s),options:c&&{...c},plugins:h}),Zl(t,v.current))},w=()=>{Zl(t,null),v.current&&(v.current.destroy(),v.current=null)};return M.exports.useEffect(()=>{!o&&v.current&&c&&bR(v.current,c)},[o,c]),M.exports.useEffect(()=>{!o&&v.current&&S5(v.current.config.data,a.labels)},[o,a.labels]),M.exports.useEffect(()=>{!o&&v.current&&a.datasets&&I5(v.current.config.data,a.datasets,s)},[o,a.datasets]),M.exports.useEffect(()=>{!v.current||(o?(w(),setTimeout(m)):v.current.update(f))},[o,c,a.labels,a.datasets,f]),M.exports.useEffect(()=>{!v.current||(w(),setTimeout(m))},[l]),M.exports.useEffect(()=>(m(),()=>w()),[]),r("canvas",{...Object.assign({ref:g,role:"img",height:i,width:n},u),children:d})}const SR=M.exports.forwardRef(ZR);function IR(e,t){return Ke.register(t),M.exports.forwardRef((i,n)=>r(SR,{...Object.assign({},i,{ref:n,type:e})}))}const AR=IR("doughnut",b0);var A5=M.exports.createContext(typeof HTMLElement<"u"?Ol({key:"css"}):null);A5.Provider;var CR=function(t){return M.exports.forwardRef(function(i,n){var o=M.exports.useContext(A5);return t(i,o,n)})},RR=M.exports.createContext({}),FR=kl,kR=function(t){return t!=="theme"},Sl=function(t){return typeof t=="string"&&t.charCodeAt(0)>96?FR:kR},Il=function(t,i,n){var o;if(i){var s=i.shouldForwardProp;o=t.__emotion_forwardProp&&s?function(l){return t.__emotion_forwardProp(l)&&s(l)}:s}return typeof o!="function"&&n&&(o=t.__emotion_forwardProp),o},BR=function(t){var i=t.cache,n=t.serialized,o=t.isStringTag;return ir(i,n,o),Nl(function(){return Wl(i,n,o)}),null},ER=function e(t,i){var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,s,l;i!==void 0&&(s=i.label,l=i.target);var a=Il(t,i,n),c=a||Sl(o),h=!c("as");return function(){var d=arguments,f=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(s!==void 0&&f.push("label:"+s+";"),d[0]==null||d[0].raw===void 0)f.push.apply(f,d);else{f.push(d[0][0]);for(var u=d.length,g=1;g<u;g++)f.push(d[g],d[0][g])}var v=CR(function(m,w,y){var b=h&&m.as||o,_="",S=[],A=m;if(m.theme==null){A={};for(var L in m)A[L]=m[L];A.theme=M.exports.useContext(RR)}typeof m.className=="string"?_=Gl(w.registered,S,m.className):m.className!=null&&(_=m.className+" ");var C=nr(f.concat(S),w.registered,A);_+=w.key+"-"+C.name,l!==void 0&&(_+=" "+l);var D=h&&a===void 0?Sl(b):c,V={};for(var z in m)h&&z==="as"||D(z)&&(V[z]=m[z]);return V.className=_,V.ref=y,p(e0,{children:[r(BR,{cache:w,serialized:C,isStringTag:typeof b=="string"}),r(b,{...V})]})});return v.displayName=s!==void 0?s:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",v.defaultProps=t.defaultProps,v.__emotion_real=v,v.__emotion_base=o,v.__emotion_styles=f,v.__emotion_forwardProp=a,Object.defineProperty(v,"toString",{value:function(){return"."+l}}),v.withComponent=function(m,w){return e(m,V1({},i,w,{shouldForwardProp:Il(v,w,!0)})).apply(void 0,f)},v}},LR=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],ui=ER.bind();LR.forEach(function(e){ui[e]=ui(e)});const DR=({title:e,value:t,valueColor:i})=>p(Se.Horizontal,{width:"100%",height:"20px",justify:"space-between",align:"center",spacing:"spacing04",style:{padding:"16px 20px",boxSizing:"border-box"},children:[r(Me,{typography:"body1_400",lineClamp:1,color:i,style:{width:"100px"},children:e}),r(Me,{typography:"body1_700",children:t})]});Ke.register(Z0,iR);const C5=ui.div`
|
|
907
|
+
display: flex;
|
|
908
|
+
flex-direction: column;
|
|
909
|
+
height: 100%;
|
|
910
|
+
gap: 20px;
|
|
911
|
+
width: fit-content;
|
|
912
|
+
background: ${R.neutral150};
|
|
913
|
+
padding: 20px;
|
|
914
|
+
border-radius: 10px;
|
|
915
|
+
`,TR=ui(C5)`
|
|
916
|
+
width: 100%;
|
|
917
|
+
padding: 12px 8px;
|
|
918
|
+
`,VR=()=>{const[{systems:e,components:t,systemElement:i},n]=M.exports.useState({systems:0,components:0,systemElement:{}});M.exports.useEffect(()=>{(async()=>await chrome.storage.local.get(["systems","components","systemElement"],a=>n(a)))()},[]);const o=e/t*100,s={labels:["HTML \uC694\uC18C","shoplflow"],datasets:[{label:"# \uCEF4\uD3EC\uB10C\uD2B8 \uAC1C\uC218",data:[t-e,e],backgroundColor:["#3eb0b8","#84c2fc"],borderColor:["#2f839f","#3299fe"],borderWidth:1}]},l=Object.keys(i).sort((a,c)=>i[c]-i[a]);return r(WS,{children:r(Se.Vertical,{width:"500px",height:"300px",align:"center",spacing:"spacing20",children:p(Se.Horizontal,{height:"100%",width:"100%",justify:"space-between",spacing:"spacing16",children:[p(C5,{children:[r(AR,{data:s,height:150,width:150}),p(Se.Vertical,{width:"100%",height:"100%",spacing:"spacing12",justify:"center",align:"center",children:[p(Me,{typography:"body1_700",whiteSpace:"nowrap",children:["\uB514\uC790\uC778\uC2DC\uC2A4\uD15C \uAD50\uCCB4\uC728 ",o.toFixed(2),"%"]}),p(Se.Vertical,{width:"100%",height:"100%",spacing:"spacing06",justify:"center",align:"center",children:[p(Se.Horizontal,{width:"100%",justify:"center",align:"center",spacing:"spacing04",children:[r(Me,{typography:"caption_400",children:"\uC804\uCCB4 \uC694\uC18C"}),r(Me,{typography:"caption_700",color:"navy300",children:t})]}),p(Se.Horizontal,{width:"100%",justify:"center",align:"center",spacing:"spacing04",children:[r(Me,{typography:"caption_400",children:"\uC2DC\uC2A4\uD15C \uC694\uC18C"}),r(Me,{typography:"caption_700",color:"primary300",children:e})]})]})]})]}),p(TR,{children:[r(Me,{typography:"body1_700",whiteSpace:"nowrap",style:{padding:"4px 12px"},children:"\uC2DC\uC2A4\uD15C \uAD6C\uC131 \uC694\uC18C"}),r(pu,{children:r(Se.Vertical,{spacing:"spacing04",children:l==null?void 0:l.map((a,c)=>{const h={0:"primary300",1:"green300",2:"yellow300"};return r(DR,{title:a,value:i[a],valueColor:h[c]},a)})})})]})]})})})},PR=P5(T5(VR,r("div",{children:" Loading ... "})),p("div",{children:[r(Me,{typography:"body2_700",whiteSpace:"nowrap",children:"\uC0E4\uD50C \uC11C\uBE44\uC2A4\uAC00 \uC544\uB2C8\uAC70\uB098 \uC5D0\uB7EC\uAC00 \uBC1C\uC0DD\uD588\uC5B4\uC694."}),r(Me,{typography:"body2_700",whiteSpace:"nowrap",children:"shoplworks \uB3C4\uBA54\uC778\uC73C\uB85C \uC811\uC18D\uD574\uC8FC\uC138\uC694."})]}));function OR(){const e=document.querySelector("#app-container");if(!e)throw new Error("Can not find #app-container");D5(e,document),L5(e).render(r(PR,{}))}OR();
|