@univerjs-pro/ink-ui 1.0.0-alpha.3
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/README.md +46 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +403 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/index.d.ts +6 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +15 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +16 -0
- package/lib/types/services/ink-outside-interaction.service.d.ts +14 -0
- package/lib/types/services/ink-ui-state.service.d.ts +37 -0
- package/lib/types/services/ink-ui.service.d.ts +8 -0
- package/lib/types/views/InkBrushToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkBrushToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkEraserToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkHighlighterToolIcon.d.ts +4 -0
- package/lib/types/views/InkDarkPenToolIcon.d.ts +4 -0
- package/lib/types/views/InkEraserToolIcon.d.ts +4 -0
- package/lib/types/views/InkFloatingToolbar.d.ts +20 -0
- package/lib/types/views/InkFloatingToolbarContainer.d.ts +1 -0
- package/lib/types/views/InkIcons.d.ts +6 -0
- package/lib/types/views/InkPenToolIcon.d.ts +4 -0
- package/lib/types/views/InkSmudgeToolIcon.d.ts +4 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +88 -0
package/README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# @univerjs-pro/ink-ui
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.com/package/@univerjs-pro/ink-ui)
|
|
4
|
+
[](https://npmjs.com/package/@univerjs-pro/ink-ui)
|
|
5
|
+
[](https://npmjs.com/package/@univerjs-pro/ink-ui)
|
|
6
|
+
|
|
7
|
+
`@univerjs-pro/ink-ui` is part of Univer Pro. Ink UI integration for Univer.
|
|
8
|
+
|
|
9
|
+
## Package Overview
|
|
10
|
+
|
|
11
|
+
| Package | UMD global | CSS | Locales | Facade entry |
|
|
12
|
+
| --- | --- | :---: | :---: | :---: |
|
|
13
|
+
| `@univerjs-pro/ink-ui` | `UniverProInkUi` | Yes | Yes | No |
|
|
14
|
+
|
|
15
|
+
## Installation
|
|
16
|
+
|
|
17
|
+
```sh
|
|
18
|
+
pnpm add @univerjs-pro/ink-ui
|
|
19
|
+
# or
|
|
20
|
+
npm install @univerjs-pro/ink-ui
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.
|
|
24
|
+
|
|
25
|
+
## Usage
|
|
26
|
+
|
|
27
|
+
```ts
|
|
28
|
+
import '@univerjs-pro/ink-ui/lib/index.css';
|
|
29
|
+
import EnUS from '@univerjs-pro/ink-ui/locale/en-US';
|
|
30
|
+
import { UniverInkUIPlugin } from '@univerjs-pro/ink-ui';
|
|
31
|
+
|
|
32
|
+
univer.registerPlugin(UniverInkUIPlugin);
|
|
33
|
+
|
|
34
|
+
// Merge EnUS into your Univer locale map when this package contributes UI text.
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Integration Notes
|
|
38
|
+
|
|
39
|
+
- Keep this package on the same version as the other `@univerjs/*` and `@univerjs-pro/*` packages in your application.
|
|
40
|
+
- Import the package stylesheet once in the application entry before rendering Univer UI.
|
|
41
|
+
- Import locale files only for the languages your application enables.
|
|
42
|
+
|
|
43
|
+
## Resources
|
|
44
|
+
|
|
45
|
+
- [Documentation](https://docs.univer.ai/guides/pro)
|
|
46
|
+
- [NPM package](https://npmjs.com/package/@univerjs-pro/ink-ui)
|
package/lib/cjs/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1f5d28=_0xd4a9;(function(_0x274726,_0x1e386a){const _0x365a36=_0xd4a9,_0x2d9554=_0x274726();while(!![]){try{const _0x458733=-parseInt(_0x365a36(0xa1))/0x1+-parseInt(_0x365a36(0x1bf))/0x2+parseInt(_0x365a36(0x1bc))/0x3+parseInt(_0x365a36(0xb1))/0x4*(parseInt(_0x365a36(0xc2))/0x5)+-parseInt(_0x365a36(0x237))/0x6*(parseInt(_0x365a36(0x135))/0x7)+parseInt(_0x365a36(0x11d))/0x8*(parseInt(_0x365a36(0x259))/0x9)+-parseInt(_0x365a36(0x207))/0xa*(-parseInt(_0x365a36(0x136))/0xb);if(_0x458733===_0x1e386a)break;else _0x2d9554['push'](_0x2d9554['shift']());}catch(_0x12e8f6){_0x2d9554['push'](_0x2d9554['shift']());}}}(_0x498d,0x4bd0d),Object['defineProperty'](exports,Symbol['toStringTag'],{'value':_0x1f5d28(0x100)}));let e=require('@univerjs-pro/ink'),t=require('@univerjs-pro/license'),n=require('@univerjs/core'),r=require('@univerjs/ui'),i=require('rxjs'),a=require('@univerjs-pro/shape-editor-ui'),o=require('@univerjs/design'),s=require('@univerjs/icons'),c=require('react'),l=require('react/jsx-runtime');var u=_0x1f5d28(0x71),d=_0x1f5d28(0x82);const f={};function p(_0x284761){'@babel/helpers - typeof';const _0x254a52=_0x1f5d28;return p=typeof Symbol==_0x254a52(0x8d)&&typeof Symbol[_0x254a52(0xcf)]==_0x254a52(0x12a)?function(_0x5a8fdf){return typeof _0x5a8fdf;}:function(_0x5c2932){const _0x2a92ab=_0x254a52;return _0x5c2932&&typeof Symbol==_0x2a92ab(0x8d)&&_0x5c2932['constructor']===Symbol&&_0x5c2932!==Symbol[_0x2a92ab(0x1fb)]?'symbol':typeof _0x5c2932;},p(_0x284761);}function m(_0x1ca236,_0x3c9d22){const _0x529c0b=_0x1f5d28;if(p(_0x1ca236)!=_0x529c0b(0x1c0)||!_0x1ca236)return _0x1ca236;var _0x24e2a5=_0x1ca236[Symbol[_0x529c0b(0x14b)]];if(_0x24e2a5!==void 0x0){var _0xa221d4=_0x24e2a5[_0x529c0b(0xbc)](_0x1ca236,_0x3c9d22||'default');if(p(_0xa221d4)!=_0x529c0b(0x1c0))return _0xa221d4;throw TypeError(_0x529c0b(0xdc));}return(_0x3c9d22===_0x529c0b(0xa8)?String:Number)(_0x1ca236);}function h(_0x2122c4){const _0x57a5d1=_0x1f5d28;var _0x18ad18=m(_0x2122c4,_0x57a5d1(0xa8));return p(_0x18ad18)==_0x57a5d1(0x12a)?_0x18ad18:_0x18ad18+'';}function g(_0x5b6314,_0x3f7b3b,_0x1c6e27){const _0x37ed74=_0x1f5d28;return(_0x3f7b3b=h(_0x3f7b3b))in _0x5b6314?Object[_0x37ed74(0x231)](_0x5b6314,_0x3f7b3b,{'value':_0x1c6e27,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5b6314[_0x3f7b3b]=_0x1c6e27,_0x5b6314;}const _=(0x0,n[_0x1f5d28(0x26d)])(_0x1f5d28(0x222)),v={'pen':{'color':_0x1f5d28(0x22d),'width':0x2,'opacity':0x1},'brush':{'color':_0x1f5d28(0x22d),'width':0x4,'opacity':0x1},'highlighter':{'color':_0x1f5d28(0x18f),'width':0xe,'opacity':0.45},'eraser':{'color':_0x1f5d28(0x1b6),'width':0x18,'opacity':0x1}};function y(_0x1e2ac4){const _0x2d6556=_0x1f5d28;return _0x1e2ac4==='brush'||_0x1e2ac4===_0x2d6556(0x252)||_0x1e2ac4==='eraser'?_0x1e2ac4:_0x2d6556(0x1d3);}var b=class extends n['Disposable']{constructor(..._0x1c9c60){const _0x56e491=_0x1f5d28;super(..._0x1c9c60),g(this,'_state$',new i['BehaviorSubject']({'active':!0x1,'toolbarVisible':!0x1,'tool':'pen',...v[_0x56e491(0x1d3)],'session':null})),g(this,'state$',this[_0x56e491(0x1bb)][_0x56e491(0x9f)]());}['dispose'](){const _0x5f2fce=_0x1f5d28;this[_0x5f2fce(0x1bb)][_0x5f2fce(0x157)](),super[_0x5f2fce(0x128)]();}['getState'](){const _0x209f7b=_0x1f5d28;return this[_0x209f7b(0x1bb)][_0x209f7b(0x1cb)]();}[_0x1f5d28(0x89)](_0x15d9be){const _0x5ca375=_0x1f5d28;let _0x5178d7=y(_0x15d9be[_0x5ca375(0x130)]);this[_0x5ca375(0x1bb)]['next']({...this[_0x5ca375(0x1b4)](),...v[_0x5178d7],'active':!0x0,'toolbarVisible':!0x0,'tool':_0x5178d7,'session':{'unitId':_0x15d9be[_0x5ca375(0x1d6)],'subUnitId':_0x15d9be['subUnitId']}});}['cancelInkMode'](){const _0x5806a2=_0x1f5d28;this[_0x5806a2(0x1bb)][_0x5806a2(0x18a)]({...this[_0x5806a2(0x1b4)](),'active':!0x1,'toolbarVisible':!0x1,'session':null});}['selectTool'](_0x375dcb){const _0xcfc45f=_0x1f5d28;this['_state$'][_0xcfc45f(0x18a)]({...this[_0xcfc45f(0x1b4)](),...v[_0x375dcb],'tool':_0x375dcb});}[_0x1f5d28(0xd5)](_0x373df2){const _0x1cac7e=_0x1f5d28;!Number[_0x1cac7e(0x155)](_0x373df2)||_0x373df2<=0x0||this[_0x1cac7e(0x1bb)]['next']({...this[_0x1cac7e(0x1b4)](),'width':_0x373df2});}[_0x1f5d28(0x1b0)](_0x282d81){const _0x30129b=_0x1f5d28;_0x282d81&&this['_state$'][_0x30129b(0x18a)]({...this[_0x30129b(0x1b4)](),'color':_0x282d81});}};function x(_0x30e733,_0x9efb52){return function(_0x432165,_0x540de1){_0x9efb52(_0x432165,_0x540de1,_0x30e733);};}function S(_0x22698f,_0x342509,_0x3be6b7,_0x4998dd){const _0x2c2515=_0x1f5d28;var _0x5c2e77=arguments[_0x2c2515(0x1ea)],_0x1c1d1f=_0x5c2e77<0x3?_0x342509:_0x4998dd===null?_0x4998dd=Object[_0x2c2515(0x1ab)](_0x342509,_0x3be6b7):_0x4998dd,_0x86d625;if(typeof Reflect==_0x2c2515(0x1c0)&&typeof Reflect['decorate']==_0x2c2515(0x8d))_0x1c1d1f=Reflect[_0x2c2515(0x114)](_0x22698f,_0x342509,_0x3be6b7,_0x4998dd);else{for(var _0x256165=_0x22698f[_0x2c2515(0x1ea)]-0x1;_0x256165>=0x0;_0x256165--)(_0x86d625=_0x22698f[_0x256165])&&(_0x1c1d1f=(_0x5c2e77<0x3?_0x86d625(_0x1c1d1f):_0x5c2e77>0x3?_0x86d625(_0x342509,_0x3be6b7,_0x1c1d1f):_0x86d625(_0x342509,_0x3be6b7))||_0x1c1d1f);}return _0x5c2e77>0x3&&_0x1c1d1f&&Object[_0x2c2515(0x231)](_0x342509,_0x3be6b7,_0x1c1d1f),_0x1c1d1f;}const C=(0x0,n[_0x1f5d28(0x26d)])(_0x1f5d28(0xff)),w=['[data-ink-floating-toolbar=\x22true\x22]',_0x1f5d28(0xde),_0x1f5d28(0x1ee)];function T(_0x2b1a35,_0x8788b9){const _0x2c3b79=_0x1f5d28;return _0x2b1a35['some'](_0x239551=>_0x239551===_0x8788b9||_0x239551 instanceof Node&&_0x8788b9[_0x2c3b79(0x1ae)](_0x239551));}function E(_0x391bcc,_0x33dd97){return _0x391bcc['some'](_0x3499a6=>_0x3499a6 instanceof Element&&!!_0x3499a6['closest'](_0x33dd97));}let D=class extends n[_0x1f5d28(0x165)]{constructor(_0xddb3e8){const _0x30637e=_0x1f5d28;if(super(),this['_stateService']=_0xddb3e8,g(this,_0x30637e(0x1a1),new Set()),typeof window<'u'){let _0x5b6599=_0x25601f=>this[_0x30637e(0x1cf)](_0x25601f);window[_0x30637e(0xd6)](_0x30637e(0x6e),_0x5b6599,{'capture':!0x0}),this[_0x30637e(0x210)]((0x0,n[_0x30637e(0xe4)])(()=>window[_0x30637e(0x166)]('pointerdown',_0x5b6599,{'capture':!0x0})));}}[_0x1f5d28(0x1ca)](_0x29a2b7){const _0x37ee18=_0x1f5d28;return _0x29a2b7['dataset'][_0x37ee18(0xb3)]=_0x37ee18(0x22a),this[_0x37ee18(0x1a1)][_0x37ee18(0x187)](_0x29a2b7),(0x0,n[_0x37ee18(0xe4)])(()=>{const _0x276920=_0x37ee18;this[_0x276920(0x1a1)][_0x276920(0x21e)](_0x29a2b7),_0x29a2b7['dataset'][_0x276920(0xb3)]===_0x276920(0x22a)&&delete _0x29a2b7[_0x276920(0x192)][_0x276920(0xb3)];});}['_handlePointerDown'](_0x1f4b3a){const _0x35b56c=_0x1f5d28;if(!this['_stateService'][_0x35b56c(0x1b4)]()[_0x35b56c(0xc8)])return;let _0x37f6ec=typeof _0x1f4b3a['composedPath']==_0x35b56c(0x8d)?_0x1f4b3a[_0x35b56c(0x208)]():_0x1f4b3a[_0x35b56c(0xfc)]?[_0x1f4b3a[_0x35b56c(0xfc)]]:[];if(!w[_0x35b56c(0x1a2)](_0x25043f=>E(_0x37f6ec,_0x25043f))){for(let _0x33c0b6 of this[_0x35b56c(0x1a1)])if(T(_0x37f6ec,_0x33c0b6))return;this[_0x35b56c(0xb4)]['cancelInkMode']();}}};D=S([x(0x0,_)],D);let O=class{constructor(_0x41ccc5){const _0x23e9d2=_0x1f5d28;this[_0x23e9d2(0xb4)]=_0x41ccc5;}[_0x1f5d28(0x89)](_0x3f26ed){const _0x24908c=_0x1f5d28;return this[_0x24908c(0xb4)]['beginInkMode'](_0x3f26ed),!0x0;}[_0x1f5d28(0x269)](){this['_stateService']['cancelInkMode']();}};O=S([x(0x0,_)],O);function k(_0x4fded6){const _0x1d9922=_0x1f5d28;return(0x0,l[_0x1d9922(0x266)])('svg',{'width':'30','height':_0x1d9922(0xe0),'viewBox':_0x1d9922(0x15c),'fill':_0x1d9922(0x80),'xmlns':_0x1d9922(0x219),'aria-hidden':_0x1d9922(0x22a),..._0x4fded6,'children':[(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x76),{'id':'mask0_2_2784','style':{'maskType':'luminance'},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':'105','children':(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x230),{'width':'30','height':_0x1d9922(0xe0),'fill':'white'})}),(0x0,l[_0x1d9922(0x23e)])('g',{'mask':_0x1d9922(0x168),'children':(0x0,l['jsxs'])('g',{'filter':'url(#filter0_d_2_2784)','children':[(0x0,l['jsx'])(_0x1d9922(0x230),{'x':_0x1d9922(0x1a7),'y':'53','width':'19','height':'52','fill':'url(#paint0_linear_2_2784)'}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x10a),{'fillRule':_0x1d9922(0x11e),'clipRule':'evenodd','d':_0x1d9922(0x7a),'fill':_0x1d9922(0x257)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x10a),{'fillRule':_0x1d9922(0x11e),'clipRule':_0x1d9922(0x11e),'d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','fill':_0x1d9922(0x169)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x10a),{'fillRule':'evenodd','clipRule':_0x1d9922(0x11e),'d':_0x1d9922(0xac),'fill':_0x1d9922(0x149)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x76),{'id':_0x1d9922(0x1ed),'style':{'maskType':_0x1d9922(0x14e)},'maskUnits':_0x1d9922(0x20e),'x':'5','y':'15','width':'20','height':'41','children':(0x0,l[_0x1d9922(0x23e)])('path',{'fillRule':_0x1d9922(0x11e),'clipRule':_0x1d9922(0x11e),'d':'M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V55.9998H24.5V53.9998Z','fill':_0x1d9922(0x1f7)})}),(0x0,l['jsxs'])('g',{'mask':_0x1d9922(0x236),'children':[(0x0,l['jsx'])(_0x1d9922(0x230),{'y':'15','width':'30','height':'47','fill':_0x1d9922(0xba)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x230),{'x':'5.5','y':_0x1d9922(0x17f),'width':'19','height':'47','fill':'url(#paint3_linear_2_2784)'})]})]})}),(0x0,l[_0x1d9922(0x266)])(_0x1d9922(0x24e),{'children':[(0x0,l[_0x1d9922(0x266)])(_0x1d9922(0x176),{'id':'filter0_d_2_2784','x':'-2','y':'-2','width':'34','height':_0x1d9922(0xcd),'filterUnits':_0x1d9922(0x20e),'colorInterpolationFilters':_0x1d9922(0x247),'children':[(0x0,l['jsx'])('feFlood',{'floodOpacity':'0','result':_0x1d9922(0x209)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x13f),{'in':_0x1d9922(0x141),'type':_0x1d9922(0x119),'values':_0x1d9922(0x1d1),'result':_0x1d9922(0x177)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x1aa),{}),(0x0,l[_0x1d9922(0x23e)])('feGaussianBlur',{'stdDeviation':'1'}),(0x0,l[_0x1d9922(0x23e)])('feColorMatrix',{'type':_0x1d9922(0x119),'values':_0x1d9922(0x225)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0xa6),{'mode':'normal','in2':_0x1d9922(0x209),'result':'effect1_dropShadow_2_2784'}),(0x0,l[_0x1d9922(0x23e)])('feBlend',{'mode':'normal','in':_0x1d9922(0x194),'in2':_0x1d9922(0xed),'result':'shape'})]}),(0x0,l[_0x1d9922(0x266)])('linearGradient',{'id':_0x1d9922(0x1e5),'x1':_0x1d9922(0x26b),'y1':'48.1683','x2':_0x1d9922(0x1a7),'y2':_0x1d9922(0x10d),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'stopColor':_0x1d9922(0xfd)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'offset':_0x1d9922(0x14f),'stopColor':_0x1d9922(0x18b)}),(0x0,l[_0x1d9922(0x23e)])('stop',{'offset':_0x1d9922(0x103),'stopColor':'#FAF7F7'}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'offset':_0x1d9922(0x140),'stopColor':_0x1d9922(0x145)}),(0x0,l[_0x1d9922(0x23e)])('stop',{'offset':_0x1d9922(0x15d),'stopColor':_0x1d9922(0x132)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'offset':'0.973543','stopColor':_0x1d9922(0x190)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'offset':'1','stopColor':'#E4E4E4'})]}),(0x0,l['jsxs'])(_0x1d9922(0x101),{'id':'paint1_linear_2_2784','x1':_0x1d9922(0x26b),'y1':_0x1d9922(0xc4),'x2':_0x1d9922(0x1a7),'y2':_0x1d9922(0xc4),'gradientUnits':_0x1d9922(0x20e),'children':[(0x0,l[_0x1d9922(0x23e)])('stop',{'stopColor':_0x1d9922(0xfd)}),(0x0,l['jsx'])('stop',{'offset':'0.169003','stopColor':_0x1d9922(0x18b)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'offset':_0x1d9922(0x103),'stopColor':'#FAF7F7'}),(0x0,l['jsx'])(_0x1d9922(0x174),{'offset':'0.749878','stopColor':_0x1d9922(0x145)}),(0x0,l['jsx'])(_0x1d9922(0x174),{'offset':_0x1d9922(0x15d),'stopColor':'#DCDDDC'}),(0x0,l['jsx'])(_0x1d9922(0x174),{'offset':_0x1d9922(0x87),'stopColor':_0x1d9922(0x190)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'offset':'1','stopColor':'#E4E4E4'})]}),(0x0,l[_0x1d9922(0x266)])(_0x1d9922(0x101),{'id':_0x1d9922(0x10f),'x1':_0x1d9922(0x16f),'y1':_0x1d9922(0x120),'x2':'22.7082','y2':_0x1d9922(0x21f),'gradientUnits':'userSpaceOnUse','children':[(0x0,l['jsx'])(_0x1d9922(0x174),{'stopColor':_0x1d9922(0x1f7),'stopOpacity':_0x1d9922(0x23a)}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'offset':'1','stopOpacity':_0x1d9922(0x83)})]}),(0x0,l[_0x1d9922(0x266)])(_0x1d9922(0x101),{'id':_0x1d9922(0x118),'x1':_0x1d9922(0x1a7),'y1':_0x1d9922(0x1a3),'x2':_0x1d9922(0x26b),'y2':_0x1d9922(0x1a3),'gradientUnits':_0x1d9922(0x20e),'children':[(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'stopOpacity':'0.102218'}),(0x0,l['jsx'])('stop',{'offset':_0x1d9922(0x246),'stopColor':_0x1d9922(0x1f7),'stopOpacity':'0.249973'}),(0x0,l[_0x1d9922(0x23e)])('stop',{'offset':_0x1d9922(0x1c2),'stopColor':'white','stopOpacity':'0.247214'}),(0x0,l[_0x1d9922(0x23e)])(_0x1d9922(0x174),{'offset':'1','stopOpacity':_0x1d9922(0x160)})]})]})]});}function A(_0x6566f4){const _0x3938f4=_0x1f5d28;return(0x0,l[_0x3938f4(0x266)])(_0x3938f4(0x243),{'width':'30','height':_0x3938f4(0xe0),'viewBox':_0x3938f4(0x15c),'fill':_0x3938f4(0x80),'xmlns':_0x3938f4(0x219),'aria-hidden':_0x3938f4(0x22a),..._0x6566f4,'children':[(0x0,l['jsx'])('mask',{'id':'mask0_0_1443','style':{'maskType':_0x3938f4(0x14e)},'maskUnits':_0x3938f4(0x20e),'x':'0','y':'0','width':'30','height':_0x3938f4(0xe0),'children':(0x0,l[_0x3938f4(0x23e)])('rect',{'width':'30','height':'105','fill':_0x3938f4(0x1f7)})}),(0x0,l['jsxs'])('g',{'mask':_0x3938f4(0x212),'children':[(0x0,l[_0x3938f4(0x266)])('g',{'filter':_0x3938f4(0x1c1),'children':[(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x230),{'x':'5.5','y':'52','width':'19','height':'53','fill':_0x3938f4(0x260)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x10a),{'fillRule':_0x3938f4(0x11e),'clipRule':_0x3938f4(0x11e),'d':_0x3938f4(0x1fa),'fill':_0x3938f4(0x88)}),(0x0,l['jsx'])('path',{'fillRule':_0x3938f4(0x11e),'clipRule':_0x3938f4(0x11e),'d':_0x3938f4(0x1fa),'fill':_0x3938f4(0x197)}),(0x0,l[_0x3938f4(0x23e)])('path',{'fillRule':_0x3938f4(0x11e),'clipRule':'evenodd','d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','fill':_0x3938f4(0x22c)})]}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x10a),{'fillRule':_0x3938f4(0x11e),'clipRule':_0x3938f4(0x11e),'d':_0x3938f4(0x15f),'fill':_0x3938f4(0x149)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x76),{'id':_0x3938f4(0x125),'style':{'maskType':_0x3938f4(0x14e)},'maskUnits':_0x3938f4(0x20e),'x':'5','y':'15','width':'20','height':'44','children':(0x0,l[_0x3938f4(0x23e)])('path',{'fillRule':'evenodd','clipRule':_0x3938f4(0x11e),'d':_0x3938f4(0x15f),'fill':_0x3938f4(0x1f7)})}),(0x0,l[_0x3938f4(0x266)])('g',{'mask':_0x3938f4(0x11a),'children':[(0x0,l['jsx'])(_0x3938f4(0x230),{'y':'15','width':'30','height':'47','fill':_0x3938f4(0x1f7)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x230),{'x':_0x3938f4(0x1a7),'y':'14.5','width':'19','height':'47','fill':_0x3938f4(0x1f4)})]})]}),(0x0,l['jsxs'])(_0x3938f4(0x24e),{'children':[(0x0,l[_0x3938f4(0x266)])(_0x3938f4(0x176),{'id':_0x3938f4(0xa0),'x':_0x3938f4(0xb9),'y':_0x3938f4(0x94),'width':'23','height':'93.8258','filterUnits':_0x3938f4(0x20e),'colorInterpolationFilters':_0x3938f4(0x247),'children':[(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x268),{'floodOpacity':'0','result':_0x3938f4(0x209)}),(0x0,l[_0x3938f4(0x23e)])('feColorMatrix',{'in':_0x3938f4(0x141),'type':_0x3938f4(0x119),'values':_0x3938f4(0x1d1),'result':_0x3938f4(0x177)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x1aa),{}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0xdb),{'stdDeviation':'1'}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x13f),{'type':'matrix','values':_0x3938f4(0x225)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0xa6),{'mode':_0x3938f4(0x181),'in2':_0x3938f4(0x209),'result':'effect1_dropShadow_0_1443'}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0xa6),{'mode':_0x3938f4(0x181),'in':_0x3938f4(0x194),'in2':_0x3938f4(0x113),'result':'shape'})]}),(0x0,l[_0x3938f4(0x266)])(_0x3938f4(0x101),{'id':_0x3938f4(0x189),'x1':_0x3938f4(0x26f),'y1':_0x3938f4(0xaa),'x2':'24.5','y2':_0x3938f4(0xaa),'gradientUnits':_0x3938f4(0x20e),'children':[(0x0,l['jsx'])('stop',{'stopColor':_0x3938f4(0xe9)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0x241),'stopColor':_0x3938f4(0xa4)}),(0x0,l[_0x3938f4(0x23e)])('stop',{'offset':'0.195905','stopColor':_0x3938f4(0x220)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0x17e),'stopColor':_0x3938f4(0x228)}),(0x0,l[_0x3938f4(0x23e)])('stop',{'offset':_0x3938f4(0x115),'stopColor':_0x3938f4(0xf4)}),(0x0,l[_0x3938f4(0x23e)])('stop',{'offset':_0x3938f4(0xf8),'stopColor':_0x3938f4(0x213)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0xa7),'stopColor':'#232425'}),(0x0,l[_0x3938f4(0x23e)])('stop',{'offset':_0x3938f4(0x1c8),'stopColor':'#292A2B'}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':'1','stopColor':_0x3938f4(0x95)})]}),(0x0,l['jsxs'])(_0x3938f4(0x101),{'id':_0x3938f4(0x21a),'x1':_0x3938f4(0x26f),'y1':_0x3938f4(0x184),'x2':_0x3938f4(0x26b),'y2':'53.7028','gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x3938f4(0x23e)])('stop',{'stopColor':_0x3938f4(0xe9)}),(0x0,l[_0x3938f4(0x23e)])('stop',{'offset':_0x3938f4(0x241),'stopColor':_0x3938f4(0xa4)}),(0x0,l['jsx'])(_0x3938f4(0x174),{'offset':_0x3938f4(0x167),'stopColor':_0x3938f4(0x220)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0x17e),'stopColor':_0x3938f4(0x228)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0x115),'stopColor':_0x3938f4(0xf4)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0xf8),'stopColor':_0x3938f4(0x213)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0xa7),'stopColor':_0x3938f4(0x262)}),(0x0,l['jsx'])('stop',{'offset':_0x3938f4(0x1c8),'stopColor':_0x3938f4(0x239)}),(0x0,l[_0x3938f4(0x23e)])('stop',{'offset':'1','stopColor':'#2F3031'})]}),(0x0,l[_0x3938f4(0x266)])(_0x3938f4(0x101),{'id':_0x3938f4(0x1ff),'x1':'2.8635','y1':_0x3938f4(0x201),'x2':_0x3938f4(0x146),'y2':_0x3938f4(0x24c),'gradientUnits':_0x3938f4(0x20e),'children':[(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'stopColor':_0x3938f4(0x220),'stopOpacity':_0x3938f4(0x249)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0xf8),'stopColor':_0x3938f4(0x213),'stopOpacity':_0x3938f4(0x1f3)}),(0x0,l['jsx'])(_0x3938f4(0x174),{'offset':'0.920119','stopColor':_0x3938f4(0x262)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0x1c8),'stopColor':_0x3938f4(0x239)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':'1','stopColor':_0x3938f4(0x95)})]}),(0x0,l['jsxs'])('linearGradient',{'id':_0x3938f4(0x1df),'x1':'8.95261','y1':_0x3938f4(0x7e),'x2':_0x3938f4(0x23b),'y2':_0x3938f4(0x202),'gradientUnits':_0x3938f4(0x20e),'children':[(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'stopColor':_0x3938f4(0xe9)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0x241),'stopColor':_0x3938f4(0xa4)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0x167),'stopColor':_0x3938f4(0x220)}),(0x0,l['jsx'])(_0x3938f4(0x174),{'offset':'1','stopColor':_0x3938f4(0x95),'stopOpacity':_0x3938f4(0x249)})]}),(0x0,l['jsxs'])('linearGradient',{'id':'paint4_linear_0_1443','x1':_0x3938f4(0x1a7),'y1':'61.5','x2':'24.5','y2':_0x3938f4(0x1a3),'gradientUnits':_0x3938f4(0x20e),'children':[(0x0,l['jsx'])(_0x3938f4(0x174),{'stopOpacity':'0.102218'}),(0x0,l[_0x3938f4(0x23e)])('stop',{'offset':_0x3938f4(0x246),'stopColor':_0x3938f4(0x1f7),'stopOpacity':_0x3938f4(0x142)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':_0x3938f4(0x1c2),'stopColor':_0x3938f4(0x1f7),'stopOpacity':_0x3938f4(0x20d)}),(0x0,l[_0x3938f4(0x23e)])(_0x3938f4(0x174),{'offset':'1','stopOpacity':'0.1'})]})]})]});}function j(_0x163cef){const _0x6a4f7=_0x1f5d28;return(0x0,l[_0x6a4f7(0x266)])(_0x6a4f7(0x243),{'width':'30','height':_0x6a4f7(0x1e2),'viewBox':_0x6a4f7(0x25b),'fill':_0x6a4f7(0x80),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x6a4f7(0x22a),..._0x163cef,'children':[(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x76),{'id':_0x6a4f7(0x1b5),'style':{'maskType':'luminance'},'maskUnits':_0x6a4f7(0x20e),'x':'0','y':'0','width':'30','height':'105','children':(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x230),{'width':'30','height':_0x6a4f7(0xe0),'fill':'white'})}),(0x0,l['jsx'])('g',{'mask':_0x6a4f7(0x151)}),(0x0,l[_0x6a4f7(0x23e)])('g',{'filter':_0x6a4f7(0x1f0),'children':(0x0,l[_0x6a4f7(0x266)])('g',{'clipPath':_0x6a4f7(0x226),'children':[(0x0,l['jsx'])(_0x6a4f7(0x230),{'x':_0x6a4f7(0x1a7),'y':'33','width':'19','height':'72','fill':'url(#paint0_linear_0_1397)'}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x10a),{'fillRule':'evenodd','clipRule':'evenodd','d':'M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','fill':_0x6a4f7(0x178)}),(0x0,l['jsx'])(_0x6a4f7(0x10a),{'fillRule':_0x6a4f7(0x11e),'clipRule':'evenodd','d':_0x6a4f7(0x218),'fill':_0x6a4f7(0x1da)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x10a),{'fillRule':'evenodd','clipRule':_0x6a4f7(0x11e),'d':'M22.5\x2035V47H7.5V35H22.5Z','fill':'url(#paint3_linear_0_1397)'}),(0x0,l['jsx'])(_0x6a4f7(0x10a),{'fillRule':_0x6a4f7(0x11e),'clipRule':'evenodd','d':_0x6a4f7(0x1dc),'fill':_0x6a4f7(0xf1)}),(0x0,l[_0x6a4f7(0x23e)])('g',{'filter':_0x6a4f7(0x1c6),'children':(0x0,l[_0x6a4f7(0x23e)])('path',{'fillRule':_0x6a4f7(0x11e),'clipRule':'evenodd','d':_0x6a4f7(0x1a6),'fill':'url(#paint5_linear_0_1397)'})})]})}),(0x0,l[_0x6a4f7(0x266)])(_0x6a4f7(0x24e),{'children':[(0x0,l[_0x6a4f7(0x266)])('filter',{'id':_0x6a4f7(0xbe),'x':'3','y':'14','width':'24','height':'93','filterUnits':_0x6a4f7(0x20e),'colorInterpolationFilters':_0x6a4f7(0x247),'children':[(0x0,l['jsx'])('feFlood',{'floodOpacity':'0','result':_0x6a4f7(0x209)}),(0x0,l['jsx'])('feColorMatrix',{'in':_0x6a4f7(0x141),'type':_0x6a4f7(0x119),'values':_0x6a4f7(0x1d1),'result':_0x6a4f7(0x177)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x1aa),{}),(0x0,l['jsx'])(_0x6a4f7(0xdb),{'stdDeviation':'1'}),(0x0,l[_0x6a4f7(0x23e)])('feColorMatrix',{'type':_0x6a4f7(0x119),'values':_0x6a4f7(0x1f6)}),(0x0,l['jsx'])('feBlend',{'mode':'normal','in2':_0x6a4f7(0x209),'result':'effect1_dropShadow_0_1397'}),(0x0,l['jsx'])(_0x6a4f7(0xa6),{'mode':'normal','in':_0x6a4f7(0x194),'in2':_0x6a4f7(0x270),'result':_0x6a4f7(0x211)})]}),(0x0,l['jsxs'])(_0x6a4f7(0x176),{'id':'filter1_d_0_1397','x':_0x6a4f7(0x1a7),'y':'33','width':'19','height':_0x6a4f7(0xcb),'filterUnits':_0x6a4f7(0x20e),'colorInterpolationFilters':_0x6a4f7(0x247),'children':[(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x268),{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x13f),{'in':_0x6a4f7(0x141),'type':_0x6a4f7(0x119),'values':_0x6a4f7(0x1d1),'result':'hardAlpha'}),(0x0,l[_0x6a4f7(0x23e)])('feOffset',{'dy':_0x6a4f7(0x261)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x13f),{'type':_0x6a4f7(0x119),'values':_0x6a4f7(0x1f6)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0xa6),{'mode':_0x6a4f7(0x181),'in2':_0x6a4f7(0x209),'result':_0x6a4f7(0x270)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0xa6),{'mode':_0x6a4f7(0x181),'in':_0x6a4f7(0x194),'in2':_0x6a4f7(0x270),'result':_0x6a4f7(0x211)})]}),(0x0,l[_0x6a4f7(0x266)])(_0x6a4f7(0x101),{'id':_0x6a4f7(0xad),'x1':_0x6a4f7(0x26f),'y1':'104.491','x2':_0x6a4f7(0x26b),'y2':_0x6a4f7(0x185),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'stopColor':'#2F3132'}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0x241),'stopColor':_0x6a4f7(0xa4)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0x167),'stopColor':_0x6a4f7(0x220)}),(0x0,l['jsx'])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0x17e),'stopColor':_0x6a4f7(0x228)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0x115),'stopColor':_0x6a4f7(0xf4)}),(0x0,l[_0x6a4f7(0x23e)])('stop',{'offset':_0x6a4f7(0xf8),'stopColor':_0x6a4f7(0x213)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0xa7),'stopColor':_0x6a4f7(0x262)}),(0x0,l['jsx'])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0x1c8),'stopColor':_0x6a4f7(0x239)}),(0x0,l[_0x6a4f7(0x23e)])('stop',{'offset':'1','stopColor':'#2F3031'})]}),(0x0,l[_0x6a4f7(0x266)])(_0x6a4f7(0x101),{'id':_0x6a4f7(0x204),'x1':_0x6a4f7(0x84),'y1':_0x6a4f7(0x13c),'x2':_0x6a4f7(0x75),'y2':_0x6a4f7(0x13c),'gradientUnits':_0x6a4f7(0x20e),'children':[(0x0,l['jsx'])(_0x6a4f7(0x174),{'stopColor':'#D8918F'}),(0x0,l[_0x6a4f7(0x23e)])('stop',{'offset':_0x6a4f7(0xbd),'stopColor':_0x6a4f7(0x1fd)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':'0.486065','stopColor':_0x6a4f7(0x1fd)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0xf2),'stopColor':'#D9807F'}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':'1','stopColor':_0x6a4f7(0x13a)})]}),(0x0,l['jsxs'])('linearGradient',{'id':'paint2_linear_0_1397','x1':_0x6a4f7(0x16b),'y1':'16','x2':_0x6a4f7(0x16b),'y2':_0x6a4f7(0x10e),'gradientUnits':_0x6a4f7(0x20e),'children':[(0x0,l['jsx'])(_0x6a4f7(0x174),{'stopColor':_0x6a4f7(0x91)}),(0x0,l['jsx'])('stop',{'offset':'1','stopColor':'#525252','stopOpacity':_0x6a4f7(0x249)})]}),(0x0,l[_0x6a4f7(0x266)])('linearGradient',{'id':_0x6a4f7(0x234),'x1':_0x6a4f7(0xd0),'y1':_0x6a4f7(0x1db),'x2':_0x6a4f7(0x240),'y2':_0x6a4f7(0x1db),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'stopColor':_0x6a4f7(0x9c)}),(0x0,l[_0x6a4f7(0x23e)])('stop',{'offset':_0x6a4f7(0xbd),'stopColor':'#F79E9D'}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':'0.486065','stopColor':_0x6a4f7(0x1fd)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':'0.837945','stopColor':_0x6a4f7(0x126)}),(0x0,l['jsx'])(_0x6a4f7(0x174),{'offset':'1','stopColor':_0x6a4f7(0x13a)})]}),(0x0,l[_0x6a4f7(0x266)])(_0x6a4f7(0x101),{'id':_0x6a4f7(0x244),'x1':'14.4183','y1':'35','x2':'14.4183','y2':'35.9307','gradientUnits':_0x6a4f7(0x20e),'children':[(0x0,l['jsx'])(_0x6a4f7(0x174),{'stopColor':'#D27977'}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':'1','stopColor':_0x6a4f7(0x26a),'stopOpacity':_0x6a4f7(0x249)})]}),(0x0,l[_0x6a4f7(0x266)])(_0x6a4f7(0x101),{'id':_0x6a4f7(0x22e),'x1':_0x6a4f7(0x26f),'y1':_0x6a4f7(0x23d),'x2':_0x6a4f7(0x26b),'y2':_0x6a4f7(0x23d),'gradientUnits':_0x6a4f7(0x20e),'children':[(0x0,l['jsx'])(_0x6a4f7(0x174),{'stopColor':_0x6a4f7(0xe9)}),(0x0,l[_0x6a4f7(0x23e)])('stop',{'offset':'0.0722478','stopColor':'#1C1D1E'}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0x167),'stopColor':_0x6a4f7(0x220)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0x17e),'stopColor':_0x6a4f7(0x228)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':_0x6a4f7(0x115),'stopColor':_0x6a4f7(0xf4)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':'0.805495','stopColor':_0x6a4f7(0x213)}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x174),{'offset':'0.920119','stopColor':'#232425'}),(0x0,l[_0x6a4f7(0x23e)])('stop',{'offset':_0x6a4f7(0x1c8),'stopColor':_0x6a4f7(0x239)}),(0x0,l[_0x6a4f7(0x23e)])('stop',{'offset':'1','stopColor':_0x6a4f7(0x95)})]}),(0x0,l[_0x6a4f7(0x23e)])(_0x6a4f7(0x265),{'id':'clip0_0_1397','children':(0x0,l['jsx'])('rect',{'width':'20','height':'89','fill':'white','transform':_0x6a4f7(0x11c)})})]})]});}function M(_0x76465d){const _0x4c35b2=_0x1f5d28;return(0x0,l[_0x4c35b2(0x266)])('svg',{'width':'30','height':_0x4c35b2(0xe0),'viewBox':_0x4c35b2(0x15c),'fill':_0x4c35b2(0x80),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x4c35b2(0x22a),..._0x76465d,'children':[(0x0,l['jsx'])(_0x4c35b2(0x76),{'id':_0x4c35b2(0x139),'style':{'maskType':_0x4c35b2(0x14e)},'maskUnits':_0x4c35b2(0x20e),'x':'0','y':'0','width':'30','height':'105','children':(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x230),{'width':'30','height':_0x4c35b2(0xe0),'fill':_0x4c35b2(0x1f7)})}),(0x0,l[_0x4c35b2(0x266)])('g',{'mask':'url(#mask0_0_1425)','children':[(0x0,l[_0x4c35b2(0x266)])('g',{'filter':'url(#filter0_d_0_1425)','children':[(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x10a),{'fillRule':_0x4c35b2(0x11e),'clipRule':'evenodd','d':'M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','fill':_0x4c35b2(0xda)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x76),{'id':_0x4c35b2(0xfe),'style':{'maskType':_0x4c35b2(0x14e)},'maskUnits':_0x4c35b2(0x20e),'x':'5','y':'26','width':'20','height':'80','children':(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x10a),{'fillRule':_0x4c35b2(0x11e),'clipRule':_0x4c35b2(0x11e),'d':_0x4c35b2(0x224),'fill':_0x4c35b2(0x1f7)})}),(0x0,l[_0x4c35b2(0x266)])('g',{'mask':_0x4c35b2(0x12c),'children':[(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x10a),{'fillRule':_0x4c35b2(0x11e),'clipRule':_0x4c35b2(0x11e),'d':_0x4c35b2(0xb6),'fill':_0x4c35b2(0xb7)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x10a),{'fillRule':'evenodd','clipRule':_0x4c35b2(0x11e),'d':_0x4c35b2(0xb6),'fill':'url(#paint2_linear_0_1425)'}),(0x0,l['jsx'])('rect',{'x':'9','y':'26.5','width':'12','height':_0x4c35b2(0x170),'fill':'url(#paint3_linear_0_1425)'})]})]}),(0x0,l['jsx'])(_0x4c35b2(0x10a),{'fillRule':_0x4c35b2(0x11e),'clipRule':_0x4c35b2(0x11e),'d':_0x4c35b2(0x229),'fill':'#BD10E0'}),(0x0,l[_0x4c35b2(0x23e)])('mask',{'id':_0x4c35b2(0x138),'style':{'maskType':_0x4c35b2(0x14e)},'maskUnits':'userSpaceOnUse','x':'5','y':'15','width':'20','height':'51','children':(0x0,l['jsx'])(_0x4c35b2(0x10a),{'fillRule':'evenodd','clipRule':_0x4c35b2(0x11e),'d':_0x4c35b2(0x229),'fill':_0x4c35b2(0x1f7)})}),(0x0,l[_0x4c35b2(0x266)])('g',{'mask':'url(#mask2_0_1425)','children':[(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x230),{'y':'12','width':'30','height':'62','fill':_0x4c35b2(0x1b2)}),(0x0,l['jsx'])('rect',{'x':_0x4c35b2(0x1a7),'y':_0x4c35b2(0x17f),'width':'19','height':'57','fill':_0x4c35b2(0x153)})]})]}),(0x0,l[_0x4c35b2(0x266)])(_0x4c35b2(0x24e),{'children':[(0x0,l[_0x4c35b2(0x266)])('filter',{'id':'filter0_d_0_1425','x':_0x4c35b2(0xb9),'y':_0x4c35b2(0x26b),'width':'23','height':'83','filterUnits':'userSpaceOnUse','colorInterpolationFilters':'sRGB','children':[(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x268),{'floodOpacity':'0','result':_0x4c35b2(0x209)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x13f),{'in':'SourceAlpha','type':_0x4c35b2(0x119),'values':_0x4c35b2(0x1d1),'result':_0x4c35b2(0x177)}),(0x0,l[_0x4c35b2(0x23e)])('feOffset',{}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0xdb),{'stdDeviation':'1'}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x13f),{'type':_0x4c35b2(0x119),'values':_0x4c35b2(0x20f)}),(0x0,l[_0x4c35b2(0x23e)])('feBlend',{'mode':'normal','in2':_0x4c35b2(0x209),'result':_0x4c35b2(0x144)}),(0x0,l['jsx'])(_0x4c35b2(0xa6),{'mode':_0x4c35b2(0x181),'in':_0x4c35b2(0x194),'in2':'effect1_dropShadow_0_1425','result':_0x4c35b2(0x211)})]}),(0x0,l[_0x4c35b2(0x266)])(_0x4c35b2(0x101),{'id':'paint0_linear_0_1425','x1':_0x4c35b2(0x26f),'y1':_0x4c35b2(0x14d),'x2':_0x4c35b2(0x26b),'y2':_0x4c35b2(0x14d),'gradientUnits':_0x4c35b2(0x20e),'children':[(0x0,l[_0x4c35b2(0x23e)])('stop',{'stopColor':'#2F3132'}),(0x0,l['jsx'])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0x241),'stopColor':_0x4c35b2(0xa4)}),(0x0,l['jsx'])(_0x4c35b2(0x174),{'offset':'0.195905','stopColor':_0x4c35b2(0x220)}),(0x0,l['jsx'])(_0x4c35b2(0x174),{'offset':'0.380181','stopColor':'#252627'}),(0x0,l[_0x4c35b2(0x23e)])('stop',{'offset':_0x4c35b2(0x115),'stopColor':_0x4c35b2(0xf4)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':'0.805495','stopColor':_0x4c35b2(0x213)}),(0x0,l[_0x4c35b2(0x23e)])('stop',{'offset':'0.920119','stopColor':_0x4c35b2(0x262)}),(0x0,l['jsx'])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0x1c8),'stopColor':'#292A2B'}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':'1','stopColor':_0x4c35b2(0x95)})]}),(0x0,l[_0x4c35b2(0x266)])(_0x4c35b2(0x101),{'id':_0x4c35b2(0xf6),'x1':'11.7063','y1':_0x4c35b2(0x20c),'x2':_0x4c35b2(0x108),'y2':_0x4c35b2(0x24d),'gradientUnits':_0x4c35b2(0x20e),'children':[(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'stopColor':_0x4c35b2(0x220),'stopOpacity':_0x4c35b2(0x249)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0xf8),'stopColor':_0x4c35b2(0x213),'stopOpacity':_0x4c35b2(0x1f3)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0xa7),'stopColor':_0x4c35b2(0x262)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':'0.963934','stopColor':'#292A2B'}),(0x0,l['jsx'])(_0x4c35b2(0x174),{'offset':'1','stopColor':_0x4c35b2(0x95)})]}),(0x0,l['jsxs'])(_0x4c35b2(0x101),{'id':_0x4c35b2(0x1b9),'x1':_0x4c35b2(0x163),'y1':_0x4c35b2(0x1d8),'x2':'10.9996','y2':_0x4c35b2(0x199),'gradientUnits':_0x4c35b2(0x20e),'children':[(0x0,l['jsx'])('stop',{'stopColor':'#2F3132'}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0x241),'stopColor':_0x4c35b2(0xa4)}),(0x0,l[_0x4c35b2(0x23e)])('stop',{'offset':_0x4c35b2(0x167),'stopColor':'#181A1A'}),(0x0,l[_0x4c35b2(0x23e)])('stop',{'offset':'1','stopColor':_0x4c35b2(0x95),'stopOpacity':_0x4c35b2(0x249)})]}),(0x0,l[_0x4c35b2(0x266)])('linearGradient',{'id':_0x4c35b2(0x248),'x1':_0x4c35b2(0x162),'y1':_0x4c35b2(0x7b),'x2':'21','y2':_0x4c35b2(0x7b),'gradientUnits':_0x4c35b2(0x20e),'children':[(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'stopColor':_0x4c35b2(0xe9)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0x241),'stopColor':_0x4c35b2(0xa4)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0x167),'stopColor':'#181A1A'}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0x17e),'stopColor':_0x4c35b2(0x228)}),(0x0,l[_0x4c35b2(0x23e)])('stop',{'offset':'0.575612','stopColor':_0x4c35b2(0xf4)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0xf8),'stopColor':_0x4c35b2(0x213)}),(0x0,l[_0x4c35b2(0x23e)])('stop',{'offset':_0x4c35b2(0xa7),'stopColor':'#232425'}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0x1c8),'stopColor':'#292A2B'}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':'1','stopColor':'#2F3031'})]}),(0x0,l[_0x4c35b2(0x266)])(_0x4c35b2(0x101),{'id':'paint4_linear_0_1425','x1':_0x4c35b2(0x1a7),'y1':_0x4c35b2(0x180),'x2':_0x4c35b2(0x26b),'y2':_0x4c35b2(0x180),'gradientUnits':_0x4c35b2(0x20e),'children':[(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'stopOpacity':'0.102218'}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':_0x4c35b2(0x246),'stopColor':_0x4c35b2(0x1f7),'stopOpacity':_0x4c35b2(0x142)}),(0x0,l['jsx'])('stop',{'offset':_0x4c35b2(0x1c2),'stopColor':_0x4c35b2(0x1f7),'stopOpacity':_0x4c35b2(0x20d)}),(0x0,l[_0x4c35b2(0x23e)])(_0x4c35b2(0x174),{'offset':'1','stopOpacity':'0.1'})]})]})]});}function N(_0xc0b020){const _0x39f98b=_0x1f5d28;return(0x0,l[_0x39f98b(0x266)])(_0x39f98b(0x243),{'width':'30','height':_0x39f98b(0xe0),'viewBox':_0x39f98b(0x15c),'fill':'none','xmlns':_0x39f98b(0x219),'aria-hidden':'true',..._0xc0b020,'children':[(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x76),{'id':_0x39f98b(0x1a4),'style':{'maskType':_0x39f98b(0x14e)},'maskUnits':_0x39f98b(0x20e),'x':'0','y':'0','width':'30','height':'105','children':(0x0,l['jsx'])(_0x39f98b(0x230),{'width':'30','height':_0x39f98b(0xe0),'fill':_0x39f98b(0x1f7)})}),(0x0,l[_0x39f98b(0x266)])('g',{'mask':'url(#mask0_0_1451)','children':[(0x0,l[_0x39f98b(0x23e)])('mask',{'id':_0x39f98b(0x183),'style':{'maskType':_0x39f98b(0x14e)},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':'105','children':(0x0,l[_0x39f98b(0x23e)])('rect',{'width':'30','height':_0x39f98b(0xe0),'fill':'white'})}),(0x0,l[_0x39f98b(0x23e)])('g',{'mask':_0x39f98b(0x21b),'children':(0x0,l[_0x39f98b(0x266)])('g',{'filter':_0x39f98b(0x188),'children':[(0x0,l['jsx'])(_0x39f98b(0x10a),{'fillRule':_0x39f98b(0x11e),'clipRule':_0x39f98b(0x11e),'d':_0x39f98b(0x12d),'fill':_0x39f98b(0xa2)}),(0x0,l['jsxs'])('g',{'filter':_0x39f98b(0x25a),'children':[(0x0,l['jsx'])('path',{'fillRule':_0x39f98b(0x11e),'clipRule':_0x39f98b(0x11e),'d':'M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','fill':_0x39f98b(0x198)}),(0x0,l['jsx'])(_0x39f98b(0x10a),{'fillRule':_0x39f98b(0x11e),'clipRule':'evenodd','d':_0x39f98b(0x8c),'fill':_0x39f98b(0x1e9)})]}),(0x0,l[_0x39f98b(0x266)])('g',{'filter':_0x39f98b(0x233),'children':[(0x0,l['jsx'])(_0x39f98b(0x10a),{'fillRule':'evenodd','clipRule':_0x39f98b(0x11e),'d':_0x39f98b(0x8e),'fill':_0x39f98b(0xf7)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x10a),{'fillRule':_0x39f98b(0x11e),'clipRule':_0x39f98b(0x11e),'d':'M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','fill':_0x39f98b(0x267)})]})]})})]}),(0x0,l[_0x39f98b(0x266)])(_0x39f98b(0x24e),{'children':[(0x0,l['jsxs'])(_0x39f98b(0x176),{'id':_0x39f98b(0x221),'x':'4.5','y':'16','width':_0x39f98b(0xd2),'height':_0x39f98b(0x1d0),'filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x39f98b(0x247),'children':[(0x0,l[_0x39f98b(0x23e)])('feFlood',{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,l[_0x39f98b(0x23e)])('feColorMatrix',{'in':'SourceAlpha','type':'matrix','values':_0x39f98b(0x1d1),'result':'hardAlpha'}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x1aa),{}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0xdb),{'stdDeviation':'0.5'}),(0x0,l['jsx'])(_0x39f98b(0x13f),{'type':_0x39f98b(0x119),'values':_0x39f98b(0x78)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0xa6),{'mode':_0x39f98b(0x181),'in2':'BackgroundImageFix','result':_0x39f98b(0x6b)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0xa6),{'mode':'normal','in':_0x39f98b(0x194),'in2':_0x39f98b(0x6b),'result':_0x39f98b(0x211)})]}),(0x0,l[_0x39f98b(0x266)])(_0x39f98b(0x176),{'id':_0x39f98b(0xc1),'x':'7.3501','y':_0x39f98b(0x70),'width':_0x39f98b(0x8a),'height':'23.66','filterUnits':_0x39f98b(0x20e),'colorInterpolationFilters':'sRGB','children':[(0x0,l['jsx'])('feFlood',{'floodOpacity':'0','result':_0x39f98b(0x209)}),(0x0,l[_0x39f98b(0x23e)])('feColorMatrix',{'in':_0x39f98b(0x141),'type':_0x39f98b(0x119),'values':_0x39f98b(0x1d1),'result':_0x39f98b(0x177)}),(0x0,l['jsx'])('feOffset',{'dy':'-1'}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0xdb),{'stdDeviation':_0x39f98b(0x1e4)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x13f),{'type':_0x39f98b(0x119),'values':_0x39f98b(0x1e6)}),(0x0,l[_0x39f98b(0x23e)])('feBlend',{'mode':_0x39f98b(0x181),'in2':_0x39f98b(0x209),'result':_0x39f98b(0x6b)}),(0x0,l['jsx'])(_0x39f98b(0xa6),{'mode':_0x39f98b(0x181),'in':_0x39f98b(0x194),'in2':_0x39f98b(0x6b),'result':'shape'})]}),(0x0,l[_0x39f98b(0x266)])(_0x39f98b(0x176),{'id':'filter2_d_0_1451','x':_0x39f98b(0x255),'y':_0x39f98b(0xf5),'width':_0x39f98b(0xd2),'height':'60.71','filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x39f98b(0x247),'children':[(0x0,l['jsx'])(_0x39f98b(0x268),{'floodOpacity':'0','result':_0x39f98b(0x209)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x13f),{'in':'SourceAlpha','type':_0x39f98b(0x119),'values':_0x39f98b(0x1d1),'result':'hardAlpha'}),(0x0,l['jsx'])(_0x39f98b(0x1aa),{'dy':'-1'}),(0x0,l[_0x39f98b(0x23e)])('feGaussianBlur',{'stdDeviation':_0x39f98b(0x1e4)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x13f),{'type':'matrix','values':_0x39f98b(0xc3)}),(0x0,l['jsx'])(_0x39f98b(0xa6),{'mode':_0x39f98b(0x181),'in2':_0x39f98b(0x209),'result':_0x39f98b(0x6b)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0xa6),{'mode':_0x39f98b(0x181),'in':_0x39f98b(0x194),'in2':'effect1_dropShadow_0_1451','result':_0x39f98b(0x211)})]}),(0x0,l[_0x39f98b(0x266)])(_0x39f98b(0x101),{'id':'paint0_linear_0_1451','x1':_0x39f98b(0x1b1),'y1':'28.115','x2':_0x39f98b(0x74),'y2':'28.115','gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'stopColor':_0x39f98b(0xd3)}),(0x0,l['jsx'])(_0x39f98b(0x174),{'offset':_0x39f98b(0xb5),'stopColor':_0x39f98b(0x173)}),(0x0,l[_0x39f98b(0x23e)])('stop',{'offset':_0x39f98b(0xb0),'stopColor':_0x39f98b(0x1d2)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':'1','stopColor':_0x39f98b(0x121)})]}),(0x0,l['jsxs'])(_0x39f98b(0x101),{'id':_0x39f98b(0x205),'x1':_0x39f98b(0x1a8),'y1':_0x39f98b(0x8f),'x2':'21.1319','y2':_0x39f98b(0x14c),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'stopColor':'#323131'}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0x19e),'stopColor':_0x39f98b(0x106)}),(0x0,l[_0x39f98b(0x23e)])('stop',{'offset':'0.584408','stopColor':_0x39f98b(0x6f)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':'0.745733','stopColor':'#7A7A7A'}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0x1c7),'stopColor':_0x39f98b(0x93)})]}),(0x0,l[_0x39f98b(0x266)])(_0x39f98b(0x101),{'id':_0x39f98b(0x1ac),'x1':_0x39f98b(0x1be),'y1':_0x39f98b(0x1f8),'x2':_0x39f98b(0x16d),'y2':_0x39f98b(0xab),'gradientUnits':'userSpaceOnUse','children':[(0x0,l['jsx'])('stop',{'stopColor':'#5B5B5B'}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0x1fe),'stopColor':'#1B1C1E'}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':'0.210116','stopColor':_0x39f98b(0x19d)}),(0x0,l['jsx'])(_0x39f98b(0x174),{'offset':_0x39f98b(0x1d7),'stopColor':'#EFEFEF','stopOpacity':_0x39f98b(0x249)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':'1','stopColor':'white','stopOpacity':_0x39f98b(0x249)})]}),(0x0,l[_0x39f98b(0x266)])(_0x39f98b(0x101),{'id':_0x39f98b(0xc9),'x1':_0x39f98b(0xe7),'y1':_0x39f98b(0x97),'x2':_0x39f98b(0xf0),'y2':_0x39f98b(0x97),'gradientUnits':_0x39f98b(0x20e),'children':[(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'stopColor':_0x39f98b(0xe9)}),(0x0,l['jsx'])(_0x39f98b(0x174),{'offset':_0x39f98b(0x241),'stopColor':_0x39f98b(0xa4)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0x167),'stopColor':_0x39f98b(0x220)}),(0x0,l['jsx'])(_0x39f98b(0x174),{'offset':_0x39f98b(0x17e),'stopColor':_0x39f98b(0x228)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0x115),'stopColor':'#38393A'}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0xf8),'stopColor':_0x39f98b(0x213)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0xa7),'stopColor':_0x39f98b(0x262)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0x1c8),'stopColor':'#292A2B'}),(0x0,l[_0x39f98b(0x23e)])('stop',{'offset':'1','stopColor':'#2F3031'})]}),(0x0,l[_0x39f98b(0x266)])(_0x39f98b(0x101),{'id':_0x39f98b(0xea),'x1':'6.14427','y1':_0x39f98b(0x7d),'x2':'25.4602','y2':_0x39f98b(0x10c),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x39f98b(0x23e)])('stop',{'stopColor':_0x39f98b(0x220),'stopOpacity':_0x39f98b(0x249)}),(0x0,l[_0x39f98b(0x23e)])('stop',{'offset':_0x39f98b(0x17e),'stopColor':'#252627','stopOpacity':_0x39f98b(0x249)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':_0x39f98b(0x115),'stopColor':_0x39f98b(0xf4),'stopOpacity':'0.01'}),(0x0,l['jsx'])(_0x39f98b(0x174),{'offset':_0x39f98b(0xf8),'stopColor':'#3C3D3E','stopOpacity':_0x39f98b(0x249)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':'0.920119','stopColor':_0x39f98b(0x262)}),(0x0,l['jsx'])(_0x39f98b(0x174),{'offset':_0x39f98b(0x1c8),'stopColor':_0x39f98b(0x239)}),(0x0,l[_0x39f98b(0x23e)])(_0x39f98b(0x174),{'offset':'1','stopColor':_0x39f98b(0x95)})]})]})]});}function _0xd4a9(_0x4fe5f6,_0x350e5d){_0x4fe5f6=_0x4fe5f6-0x6b;const _0x498d2a=_0x498d();let _0xd4a9e=_0x498d2a[_0x4fe5f6];return _0xd4a9e;}function P(_0x1e2375){const _0x2ab280=_0x1f5d28;return(0x0,l['jsxs'])(_0x2ab280(0x243),{'width':'30','height':_0x2ab280(0xe0),'viewBox':_0x2ab280(0x15c),'fill':_0x2ab280(0x80),'xmlns':_0x2ab280(0x219),'aria-hidden':'true',..._0x1e2375,'children':[(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x76),{'id':_0x2ab280(0x1c9),'style':{'maskType':_0x2ab280(0x14e)},'maskUnits':_0x2ab280(0x20e),'x':'0','y':'0','width':'30','height':'105','children':(0x0,l['jsx'])(_0x2ab280(0x230),{'width':'30','height':_0x2ab280(0xe0),'fill':'white'})}),(0x0,l[_0x2ab280(0x23e)])('g',{'mask':_0x2ab280(0x1ef),'children':(0x0,l['jsxs'])('g',{'filter':_0x2ab280(0x1f5),'children':[(0x0,l['jsx'])(_0x2ab280(0x230),{'x':_0x2ab280(0x1a7),'y':'33','width':'19','height':'72','fill':'url(#paint0_linear_0_1593)'}),(0x0,l[_0x2ab280(0x23e)])('path',{'fillRule':_0x2ab280(0x11e),'clipRule':'evenodd','d':_0x2ab280(0x218),'fill':'url(#paint1_linear_0_1593)'}),(0x0,l[_0x2ab280(0x23e)])('path',{'fillRule':_0x2ab280(0x11e),'clipRule':_0x2ab280(0x11e),'d':_0x2ab280(0x218),'fill':'url(#paint2_linear_0_1593)'}),(0x0,l['jsx'])(_0x2ab280(0x10a),{'fillRule':_0x2ab280(0x11e),'clipRule':_0x2ab280(0x11e),'d':_0x2ab280(0x1e0),'fill':_0x2ab280(0x1e7)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x10a),{'fillRule':'evenodd','clipRule':'evenodd','d':_0x2ab280(0x1e0),'fill':_0x2ab280(0x19b)}),(0x0,l[_0x2ab280(0x23e)])('g',{'filter':_0x2ab280(0xc7),'children':(0x0,l['jsx'])(_0x2ab280(0x10a),{'fillRule':_0x2ab280(0x11e),'clipRule':_0x2ab280(0x11e),'d':_0x2ab280(0xca),'fill':_0x2ab280(0x182)})})]})}),(0x0,l[_0x2ab280(0x266)])(_0x2ab280(0x24e),{'children':[(0x0,l[_0x2ab280(0x266)])(_0x2ab280(0x176),{'id':_0x2ab280(0x1cc),'x':_0x2ab280(0xb9),'y':'14','width':'23','height':'93','filterUnits':_0x2ab280(0x20e),'colorInterpolationFilters':_0x2ab280(0x247),'children':[(0x0,l['jsx'])(_0x2ab280(0x268),{'floodOpacity':'0','result':_0x2ab280(0x209)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x13f),{'in':'SourceAlpha','type':_0x2ab280(0x119),'values':_0x2ab280(0x1d1),'result':_0x2ab280(0x177)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x1aa),{}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0xdb),{'stdDeviation':'1'}),(0x0,l['jsx'])(_0x2ab280(0x13f),{'type':'matrix','values':_0x2ab280(0x1f6)}),(0x0,l[_0x2ab280(0x23e)])('feBlend',{'mode':_0x2ab280(0x181),'in2':_0x2ab280(0x209),'result':_0x2ab280(0x117)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0xa6),{'mode':_0x2ab280(0x181),'in':_0x2ab280(0x194),'in2':_0x2ab280(0x117),'result':_0x2ab280(0x211)})]}),(0x0,l[_0x2ab280(0x266)])(_0x2ab280(0x176),{'id':'filter1_d_0_1593','x':_0x2ab280(0x1a7),'y':'33','width':'19','height':_0x2ab280(0xcb),'filterUnits':_0x2ab280(0x20e),'colorInterpolationFilters':_0x2ab280(0x247),'children':[(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x268),{'floodOpacity':'0','result':_0x2ab280(0x209)}),(0x0,l[_0x2ab280(0x23e)])('feColorMatrix',{'in':_0x2ab280(0x141),'type':_0x2ab280(0x119),'values':_0x2ab280(0x1d1),'result':_0x2ab280(0x177)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x1aa),{'dy':'0.2'}),(0x0,l[_0x2ab280(0x23e)])('feColorMatrix',{'type':_0x2ab280(0x119),'values':_0x2ab280(0x1f6)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0xa6),{'mode':_0x2ab280(0x181),'in2':'BackgroundImageFix','result':'effect1_dropShadow_0_1593'}),(0x0,l[_0x2ab280(0x23e)])('feBlend',{'mode':_0x2ab280(0x181),'in':_0x2ab280(0x194),'in2':_0x2ab280(0x117),'result':_0x2ab280(0x211)})]}),(0x0,l['jsxs'])(_0x2ab280(0x101),{'id':_0x2ab280(0xdd),'x1':'24.5','y1':_0x2ab280(0x1ce),'x2':_0x2ab280(0x1a7),'y2':_0x2ab280(0x1ce),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'stopColor':_0x2ab280(0xfd)}),(0x0,l[_0x2ab280(0x23e)])('stop',{'offset':_0x2ab280(0x14f),'stopColor':_0x2ab280(0x18b)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':_0x2ab280(0x103),'stopColor':'#FAF7F7'}),(0x0,l['jsx'])('stop',{'offset':_0x2ab280(0x140),'stopColor':_0x2ab280(0x145)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':_0x2ab280(0x15d),'stopColor':_0x2ab280(0x132)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':'0.973543','stopColor':_0x2ab280(0x190)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':'1','stopColor':'#E4E4E4'})]}),(0x0,l['jsxs'])(_0x2ab280(0x101),{'id':_0x2ab280(0x216),'x1':_0x2ab280(0x84),'y1':_0x2ab280(0x13c),'x2':_0x2ab280(0x75),'y2':_0x2ab280(0x13c),'gradientUnits':_0x2ab280(0x20e),'children':[(0x0,l[_0x2ab280(0x23e)])('stop',{'stopColor':_0x2ab280(0x9c)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':'0.250256','stopColor':_0x2ab280(0x1fd)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':_0x2ab280(0xa9),'stopColor':_0x2ab280(0x1fd)}),(0x0,l[_0x2ab280(0x23e)])('stop',{'offset':_0x2ab280(0xf2),'stopColor':'#D9807F'}),(0x0,l['jsx'])(_0x2ab280(0x174),{'offset':'1','stopColor':_0x2ab280(0x13a)})]}),(0x0,l['jsxs'])(_0x2ab280(0x101),{'id':_0x2ab280(0xc0),'x1':_0x2ab280(0x16b),'y1':'16','x2':'14.2826','y2':_0x2ab280(0x10e),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'stopColor':_0x2ab280(0x91)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':'1','stopColor':_0x2ab280(0x26a),'stopOpacity':_0x2ab280(0x249)})]}),(0x0,l[_0x2ab280(0x266)])(_0x2ab280(0x101),{'id':_0x2ab280(0xa3),'x1':_0x2ab280(0xd8),'y1':_0x2ab280(0x195),'x2':_0x2ab280(0x23c),'y2':'36.6785','gradientUnits':_0x2ab280(0x20e),'children':[(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'stopColor':'#D8918F'}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':'0.250256','stopColor':_0x2ab280(0x1fd)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':'0.486065','stopColor':_0x2ab280(0x1fd)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':_0x2ab280(0xf2),'stopColor':'#D9807F'}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':'1','stopColor':_0x2ab280(0x13a)})]}),(0x0,l[_0x2ab280(0x266)])('linearGradient',{'id':_0x2ab280(0x1d9),'x1':_0x2ab280(0x179),'y1':'36','x2':_0x2ab280(0x179),'y2':'36.7756','gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'stopColor':_0x2ab280(0x91)}),(0x0,l[_0x2ab280(0x23e)])('stop',{'offset':'1','stopColor':'#525252','stopOpacity':'0.01'})]}),(0x0,l[_0x2ab280(0x266)])(_0x2ab280(0x101),{'id':_0x2ab280(0x1bd),'x1':_0x2ab280(0x26b),'y1':'31.5133','x2':'5.5','y2':_0x2ab280(0x9b),'gradientUnits':_0x2ab280(0x20e),'children':[(0x0,l['jsx'])('stop',{'stopColor':'#DADADA'}),(0x0,l['jsx'])('stop',{'offset':'0.169003','stopColor':_0x2ab280(0x18b)}),(0x0,l['jsx'])(_0x2ab280(0x174),{'offset':_0x2ab280(0x103),'stopColor':_0x2ab280(0x175)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':'0.749878','stopColor':_0x2ab280(0x145)}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':_0x2ab280(0x15d),'stopColor':'#DCDDDC'}),(0x0,l[_0x2ab280(0x23e)])(_0x2ab280(0x174),{'offset':_0x2ab280(0x87),'stopColor':_0x2ab280(0x190)}),(0x0,l['jsx'])('stop',{'offset':'1','stopColor':_0x2ab280(0x190)})]})]})]});}function F(_0x358c46){const _0x58eb28=_0x1f5d28;return(0x0,l[_0x58eb28(0x266)])('svg',{'width':'30','height':'105','viewBox':'0\x200\x2030\x20105','fill':_0x58eb28(0x80),'xmlns':_0x58eb28(0x219),'aria-hidden':'true',..._0x358c46,'children':[(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x76),{'id':'mask0_0_1646','style':{'maskType':_0x58eb28(0x14e)},'maskUnits':_0x58eb28(0x20e),'x':'0','y':'0','width':'30','height':_0x58eb28(0xe0),'children':(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x230),{'width':'30','height':'105','fill':_0x58eb28(0x1f7)})}),(0x0,l[_0x58eb28(0x23e)])('g',{'mask':_0x58eb28(0x1f1),'children':(0x0,l[_0x58eb28(0x266)])('g',{'filter':_0x58eb28(0x245),'children':[(0x0,l['jsx'])(_0x58eb28(0x10a),{'fillRule':'evenodd','clipRule':_0x58eb28(0x11e),'d':_0x58eb28(0x12d),'fill':_0x58eb28(0x22f)}),(0x0,l[_0x58eb28(0x266)])('g',{'filter':_0x58eb28(0x217),'children':[(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x10a),{'fillRule':_0x58eb28(0x11e),'clipRule':_0x58eb28(0x11e),'d':'M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','fill':'url(#paint1_linear_0_1646)'}),(0x0,l['jsx'])(_0x58eb28(0x10a),{'fillRule':'evenodd','clipRule':_0x58eb28(0x11e),'d':_0x58eb28(0x8c),'fill':_0x58eb28(0xd7)})]}),(0x0,l[_0x58eb28(0x23e)])('g',{'filter':_0x58eb28(0xcc),'children':(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x10a),{'fillRule':_0x58eb28(0x11e),'clipRule':_0x58eb28(0x11e),'d':'M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','fill':_0x58eb28(0xec)})})]})}),(0x0,l[_0x58eb28(0x266)])(_0x58eb28(0x24e),{'children':[(0x0,l[_0x58eb28(0x266)])(_0x58eb28(0x176),{'id':_0x58eb28(0x1cd),'x':'4.5','y':'16','width':_0x58eb28(0xd2),'height':_0x58eb28(0x1d0),'filterUnits':_0x58eb28(0x20e),'colorInterpolationFilters':'sRGB','children':[(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x268),{'floodOpacity':'0','result':_0x58eb28(0x209)}),(0x0,l['jsx'])(_0x58eb28(0x13f),{'in':_0x58eb28(0x141),'type':'matrix','values':_0x58eb28(0x1d1),'result':_0x58eb28(0x177)}),(0x0,l[_0x58eb28(0x23e)])('feOffset',{}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0xdb),{'stdDeviation':'0.5'}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x13f),{'type':_0x58eb28(0x119),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.253333\x200'}),(0x0,l[_0x58eb28(0x23e)])('feBlend',{'mode':_0x58eb28(0x181),'in2':'BackgroundImageFix','result':'effect1_dropShadow_0_1646'}),(0x0,l[_0x58eb28(0x23e)])('feBlend',{'mode':_0x58eb28(0x181),'in':'SourceGraphic','in2':_0x58eb28(0xbf),'result':'shape'})]}),(0x0,l[_0x58eb28(0x266)])(_0x58eb28(0x176),{'id':_0x58eb28(0x18e),'x':_0x58eb28(0x133),'y':_0x58eb28(0x70),'width':_0x58eb28(0x8a),'height':_0x58eb28(0x21d),'filterUnits':_0x58eb28(0x20e),'colorInterpolationFilters':'sRGB','children':[(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x268),{'floodOpacity':'0','result':_0x58eb28(0x209)}),(0x0,l[_0x58eb28(0x23e)])('feColorMatrix',{'in':_0x58eb28(0x141),'type':'matrix','values':_0x58eb28(0x1d1),'result':'hardAlpha'}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x1aa),{'dy':'-1'}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0xdb),{'stdDeviation':_0x58eb28(0x1e4)}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x13f),{'type':_0x58eb28(0x119),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.5\x200'}),(0x0,l['jsx'])(_0x58eb28(0xa6),{'mode':'normal','in2':_0x58eb28(0x209),'result':_0x58eb28(0xbf)}),(0x0,l['jsx'])('feBlend',{'mode':_0x58eb28(0x181),'in':_0x58eb28(0x194),'in2':'effect1_dropShadow_0_1646','result':'shape'})]}),(0x0,l[_0x58eb28(0x266)])(_0x58eb28(0x176),{'id':_0x58eb28(0x13b),'x':'4.5','y':_0x58eb28(0xf5),'width':'20.8101','height':_0x58eb28(0x203),'filterUnits':_0x58eb28(0x20e),'colorInterpolationFilters':'sRGB','children':[(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x268),{'floodOpacity':'0','result':_0x58eb28(0x209)}),(0x0,l[_0x58eb28(0x23e)])('feColorMatrix',{'in':_0x58eb28(0x141),'type':_0x58eb28(0x119),'values':_0x58eb28(0x1d1),'result':_0x58eb28(0x177)}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x1aa),{'dy':'-1'}),(0x0,l[_0x58eb28(0x23e)])('feGaussianBlur',{'stdDeviation':_0x58eb28(0x1e4)}),(0x0,l[_0x58eb28(0x23e)])('feColorMatrix',{'type':_0x58eb28(0x119),'values':_0x58eb28(0x102)}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0xa6),{'mode':'normal','in2':_0x58eb28(0x209),'result':_0x58eb28(0xbf)}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0xa6),{'mode':_0x58eb28(0x181),'in':_0x58eb28(0x194),'in2':_0x58eb28(0xbf),'result':_0x58eb28(0x211)})]}),(0x0,l[_0x58eb28(0x266)])('linearGradient',{'id':'paint0_linear_0_1646','x1':'12.3401','y1':_0x58eb28(0x90),'x2':_0x58eb28(0x74),'y2':_0x58eb28(0x90),'gradientUnits':_0x58eb28(0x20e),'children':[(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x174),{'stopColor':_0x58eb28(0xfa)}),(0x0,l['jsx'])(_0x58eb28(0x174),{'offset':_0x58eb28(0x16e),'stopColor':'#767B7F'}),(0x0,l['jsx'])(_0x58eb28(0x174),{'offset':'0.640132','stopColor':_0x58eb28(0x105)}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x174),{'offset':'1','stopColor':_0x58eb28(0x215)})]}),(0x0,l[_0x58eb28(0x266)])(_0x58eb28(0x101),{'id':_0x58eb28(0x1a9),'x1':_0x58eb28(0x1a8),'y1':_0x58eb28(0x8f),'x2':_0x58eb28(0x24a),'y2':_0x58eb28(0x14c),'gradientUnits':_0x58eb28(0x20e),'children':[(0x0,l['jsx'])(_0x58eb28(0x174),{'stopColor':_0x58eb28(0xa5)}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x174),{'offset':_0x58eb28(0x19e),'stopColor':'#626567'}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x174),{'offset':_0x58eb28(0x16c),'stopColor':'#DDDEDE'}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x174),{'offset':_0x58eb28(0x127),'stopColor':_0x58eb28(0xe8)}),(0x0,l['jsx'])(_0x58eb28(0x174),{'offset':_0x58eb28(0x1c7),'stopColor':_0x58eb28(0x24b)})]}),(0x0,l['jsxs'])(_0x58eb28(0x101),{'id':_0x58eb28(0x19a),'x1':_0x58eb28(0x1be),'y1':_0x58eb28(0x1f8),'x2':'10.2276','y2':_0x58eb28(0xab),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x174),{'stopColor':_0x58eb28(0x22b),'stopOpacity':_0x58eb28(0x10b)}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x174),{'offset':_0x58eb28(0x263),'stopColor':_0x58eb28(0xe2)}),(0x0,l[_0x58eb28(0x23e)])('stop',{'offset':_0x58eb28(0x12e),'stopColor':_0x58eb28(0x171),'stopOpacity':_0x58eb28(0x249)}),(0x0,l['jsx'])(_0x58eb28(0x174),{'offset':'1','stopColor':'white','stopOpacity':_0x58eb28(0x249)})]}),(0x0,l[_0x58eb28(0x266)])('linearGradient',{'id':_0x58eb28(0x6d),'x1':_0x58eb28(0xf0),'y1':_0x58eb28(0x1b3),'x2':_0x58eb28(0x1a7),'y2':_0x58eb28(0x1b3),'gradientUnits':_0x58eb28(0x20e),'children':[(0x0,l['jsx'])(_0x58eb28(0x174),{'stopColor':_0x58eb28(0xfd)}),(0x0,l['jsx'])(_0x58eb28(0x174),{'offset':'0.157806','stopColor':_0x58eb28(0x18b)}),(0x0,l['jsx'])(_0x58eb28(0x174),{'offset':_0x58eb28(0x238),'stopColor':_0x58eb28(0x1f7)}),(0x0,l[_0x58eb28(0x23e)])('stop',{'offset':_0x58eb28(0xaf),'stopColor':_0x58eb28(0x256)}),(0x0,l[_0x58eb28(0x23e)])(_0x58eb28(0x174),{'offset':'0.887284','stopColor':'#DCDDDC'}),(0x0,l[_0x58eb28(0x23e)])('stop',{'offset':'1','stopColor':_0x58eb28(0x1f7)})]})]})]});}function I(_0x55c097){const _0x4739d0=_0x1f5d28;return(0x0,l[_0x4739d0(0x266)])(_0x4739d0(0x243),{'width':'30','height':_0x4739d0(0xe0),'viewBox':_0x4739d0(0x15c),'fill':_0x4739d0(0x80),'xmlns':_0x4739d0(0x219),'aria-hidden':_0x4739d0(0x22a),..._0x55c097,'children':[(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x76),{'id':_0x4739d0(0x19f),'style':{'maskType':_0x4739d0(0x14e)},'maskUnits':_0x4739d0(0x20e),'x':'0','y':'0','width':'30','height':_0x4739d0(0xe0),'children':(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x230),{'width':'30','height':_0x4739d0(0xe0),'fill':'white'})}),(0x0,l[_0x4739d0(0x266)])('g',{'mask':_0x4739d0(0xfb),'children':[(0x0,l[_0x4739d0(0x266)])('g',{'filter':_0x4739d0(0x21c),'children':[(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x10a),{'fillRule':_0x4739d0(0x11e),'clipRule':_0x4739d0(0x11e),'d':'M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','fill':_0x4739d0(0x134)}),(0x0,l['jsx'])(_0x4739d0(0x76),{'id':'mask1_0_1618','style':{'maskType':_0x4739d0(0x14e)},'maskUnits':'userSpaceOnUse','x':'5','y':'26','width':'20','height':'80','children':(0x0,l['jsx'])('path',{'fillRule':_0x4739d0(0x11e),'clipRule':'evenodd','d':_0x4739d0(0x224),'fill':'white'})}),(0x0,l[_0x4739d0(0x266)])('g',{'mask':_0x4739d0(0x152),'children':[(0x0,l['jsx'])('path',{'fillRule':_0x4739d0(0x11e),'clipRule':'evenodd','d':_0x4739d0(0xb6),'fill':_0x4739d0(0x8b)}),(0x0,l[_0x4739d0(0x23e)])('path',{'fillRule':_0x4739d0(0x11e),'clipRule':_0x4739d0(0x11e),'d':_0x4739d0(0xb6),'fill':'url(#paint1_linear_0_1618)'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x10a),{'fillRule':_0x4739d0(0x11e),'clipRule':_0x4739d0(0x11e),'d':_0x4739d0(0xb6),'fill':_0x4739d0(0x20b)}),(0x0,l['jsx'])(_0x4739d0(0x230),{'x':'9','y':_0x4739d0(0x81),'width':'12','height':_0x4739d0(0x170),'fill':_0x4739d0(0xd4)})]})]}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x10a),{'fillRule':_0x4739d0(0x11e),'clipRule':'evenodd','d':_0x4739d0(0x86),'fill':'#BD10E0'}),(0x0,l['jsx'])(_0x4739d0(0x76),{'id':_0x4739d0(0x250),'style':{'maskType':_0x4739d0(0x14e)},'maskUnits':_0x4739d0(0x20e),'x':'5','y':'15','width':'20','height':'46','children':(0x0,l[_0x4739d0(0x23e)])('path',{'fillRule':_0x4739d0(0x11e),'clipRule':_0x4739d0(0x11e),'d':_0x4739d0(0x86),'fill':'white'})}),(0x0,l[_0x4739d0(0x266)])('g',{'mask':_0x4739d0(0x251),'children':[(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x230),{'y':'12','width':'30','height':'62','fill':_0x4739d0(0x1b2)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x230),{'x':'5.5','y':_0x4739d0(0x17f),'width':'19','height':'57','fill':'url(#paint4_linear_0_1618)'})]})]}),(0x0,l[_0x4739d0(0x266)])(_0x4739d0(0x24e),{'children':[(0x0,l[_0x4739d0(0x266)])(_0x4739d0(0x176),{'id':_0x4739d0(0x1ad),'x':'3.5','y':_0x4739d0(0x26b),'width':'23','height':'83','filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x4739d0(0x247),'children':[(0x0,l[_0x4739d0(0x23e)])('feFlood',{'floodOpacity':'0','result':'BackgroundImageFix'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x13f),{'in':_0x4739d0(0x141),'type':'matrix','values':_0x4739d0(0x1d1),'result':'hardAlpha'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x1aa),{}),(0x0,l['jsx'])(_0x4739d0(0xdb),{'stdDeviation':'1'}),(0x0,l['jsx'])(_0x4739d0(0x13f),{'type':_0x4739d0(0x119),'values':_0x4739d0(0x20f)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0xa6),{'mode':_0x4739d0(0x181),'in2':_0x4739d0(0x209),'result':'effect1_dropShadow_0_1618'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0xa6),{'mode':_0x4739d0(0x181),'in':_0x4739d0(0x194),'in2':'effect1_dropShadow_0_1618','result':'shape'})]}),(0x0,l[_0x4739d0(0x266)])(_0x4739d0(0x101),{'id':'paint0_linear_0_1618','x1':_0x4739d0(0x26b),'y1':_0x4739d0(0x17d),'x2':_0x4739d0(0x1a7),'y2':'19.1595','gradientUnits':_0x4739d0(0x20e),'children':[(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'stopColor':_0x4739d0(0xfd)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'0.169003','stopColor':'#F5F5F5'}),(0x0,l[_0x4739d0(0x23e)])('stop',{'offset':_0x4739d0(0x103),'stopColor':_0x4739d0(0x175)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'0.749878','stopColor':'#E1E1E1'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x15d),'stopColor':'#DCDDDC'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x87),'stopColor':_0x4739d0(0x190)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'1','stopColor':'#E4E4E4'})]}),(0x0,l[_0x4739d0(0x266)])(_0x4739d0(0x101),{'id':_0x4739d0(0x164),'x1':'17.978','y1':_0x4739d0(0x223),'x2':_0x4739d0(0x200),'y2':_0x4739d0(0x99),'gradientUnits':'userSpaceOnUse','children':[(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'stopColor':_0x4739d0(0xfd)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x14f),'stopColor':_0x4739d0(0x18b)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x103),'stopColor':_0x4739d0(0x175)}),(0x0,l[_0x4739d0(0x23e)])('stop',{'offset':_0x4739d0(0x140),'stopColor':_0x4739d0(0x145)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x15d),'stopColor':'#DCDDDC','stopOpacity':_0x4739d0(0x249)}),(0x0,l['jsx'])(_0x4739d0(0x174),{'offset':_0x4739d0(0x87),'stopColor':_0x4739d0(0x190),'stopOpacity':'0.01'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'1','stopColor':'#E4E4E4','stopOpacity':_0x4739d0(0x249)})]}),(0x0,l[_0x4739d0(0x266)])('linearGradient',{'id':_0x4739d0(0x25d),'x1':_0x4739d0(0x104),'y1':'48.3125','x2':_0x4739d0(0x11f),'y2':_0x4739d0(0xe3),'gradientUnits':_0x4739d0(0x20e),'children':[(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'stopColor':_0x4739d0(0xfd),'stopOpacity':_0x4739d0(0x249)}),(0x0,l['jsx'])(_0x4739d0(0x174),{'offset':_0x4739d0(0x14f),'stopColor':_0x4739d0(0x18b),'stopOpacity':_0x4739d0(0x249)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x17c),'stopColor':'#FAF7F7','stopOpacity':_0x4739d0(0x249)}),(0x0,l[_0x4739d0(0x23e)])('stop',{'offset':'0.856298','stopColor':_0x4739d0(0x145)}),(0x0,l[_0x4739d0(0x23e)])('stop',{'offset':_0x4739d0(0x254),'stopColor':_0x4739d0(0x132)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'1','stopColor':_0x4739d0(0x190)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'1','stopColor':_0x4739d0(0x190)})]}),(0x0,l['jsxs'])(_0x4739d0(0x101),{'id':_0x4739d0(0xd9),'x1':'21','y1':'25.0598','x2':'9','y2':_0x4739d0(0x13d),'gradientUnits':_0x4739d0(0x20e),'children':[(0x0,l[_0x4739d0(0x23e)])('stop',{'stopColor':_0x4739d0(0xfd)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'0.169003','stopColor':'#F5F5F5'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'0.445105','stopColor':_0x4739d0(0x175)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':'0.749878','stopColor':'#E1E1E1'}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x15d),'stopColor':_0x4739d0(0x132)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x87),'stopColor':_0x4739d0(0x190)}),(0x0,l['jsx'])(_0x4739d0(0x174),{'offset':'1','stopColor':'#E4E4E4'})]}),(0x0,l[_0x4739d0(0x266)])(_0x4739d0(0x101),{'id':_0x4739d0(0x1eb),'x1':_0x4739d0(0x1a7),'y1':_0x4739d0(0x180),'x2':_0x4739d0(0x26b),'y2':_0x4739d0(0x180),'gradientUnits':_0x4739d0(0x20e),'children':[(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'stopOpacity':_0x4739d0(0x227)}),(0x0,l['jsx'])(_0x4739d0(0x174),{'offset':_0x4739d0(0x246),'stopColor':'white','stopOpacity':_0x4739d0(0x142)}),(0x0,l[_0x4739d0(0x23e)])(_0x4739d0(0x174),{'offset':_0x4739d0(0x1c2),'stopColor':'white','stopOpacity':'0.247214'}),(0x0,l[_0x4739d0(0x23e)])('stop',{'offset':'1','stopOpacity':_0x4739d0(0x160)})]})]})]});}const L=[{'labelKey':'pen','tool':_0x1f5d28(0x1d3),'icon':F,'darkIcon':N},{'labelKey':_0x1f5d28(0x9a),'tool':'brush','icon':k,'darkIcon':A},{'labelKey':_0x1f5d28(0x252),'tool':_0x1f5d28(0x252),'icon':I,'darkIcon':M},{'labelKey':_0x1f5d28(0xb2),'tool':_0x1f5d28(0xb2),'icon':P,'darkIcon':j}],R={'pen':_0x1f5d28(0x7c),'brush':_0x1f5d28(0x1e8),'highlighter':_0x1f5d28(0xe6),'eraser':_0x1f5d28(0x1b8)},z=[{'value':0x2,'icon':s[_0x1f5d28(0x1af)]},{'value':0x4,'icon':s['StrokeSize2Icon']},{'value':0x8,'icon':s[_0x1f5d28(0x24f)]},{'value':0xe,'icon':s[_0x1f5d28(0xbb)]},{'value':0x18,'icon':s[_0x1f5d28(0xef)]}];function B(_0x2b3516){const _0x4c1555=_0x1f5d28;return[_0x4c1555(0x1a0),_0x4c1555(0x73),_0x2b3516?_0x4c1555(0xeb):''][_0x4c1555(0x98)]('\x20');}function V(_0x504ba0){const _0x59f4b4=_0x1f5d28;var _0x27e5c3;return(_0x27e5c3=z[_0x59f4b4(0xdf)](_0x1bdec4=>_0x1bdec4[_0x59f4b4(0x186)]===_0x504ba0))==null?z[0x0]:_0x27e5c3;}function H(_0x18d791){const _0x32be4a=_0x1f5d28;let _0x5ca7b2=_0x18d791[_0x32be4a(0x124)];return(0x0,l['jsx'])(_0x32be4a(0x15b),{'aria-hidden':_0x32be4a(0x22a),'className':_0x32be4a(0x232),'children':(0x0,l[_0x32be4a(0x23e)])(_0x5ca7b2,{'className':_0x32be4a(0x1b7)})});}function U(_0x3742fc){const _0x185b5f=_0x1f5d28;let _0x17d6d9=(0x0,r[_0x185b5f(0x1de)])(n[_0x185b5f(0x1ec)]),_0x25fd35=_0x3742fc[_0x185b5f(0x154)]!=='close';return(0x0,l[_0x185b5f(0x23e)])(o[_0x185b5f(0x17b)],{'title':_0x17d6d9['t'](_0x3742fc[_0x185b5f(0xf9)]),'placement':_0x185b5f(0x161),'visible':_0x3742fc[_0x185b5f(0x264)],'onVisibleChange':_0x3742fc['onTooltipVisibleChange'],'asChild':!0x0,'children':(0x0,l[_0x185b5f(0x23e)])(_0x185b5f(0x15b),{'className':(0x0,o[_0x185b5f(0x9d)])(_0x185b5f(0x1f9),_0x25fd35?_0x185b5f(0x1a5):'univer-h-12\x20univer-w-10'),'data-ink-toolbar-control-tooltip-anchor':_0x185b5f(0x22a),'children':(0x0,l[_0x185b5f(0x23e)])(o[_0x185b5f(0x7f)],{'aria-label':_0x17d6d9['t'](_0x3742fc[_0x185b5f(0xf9)]),'className':(0x0,o[_0x185b5f(0x9d)])('univer-relative\x20univer-flex\x20univer-items-center\x20univer-justify-center\x20univer-rounded-full\x20univer-border-none\x20univer-bg-transparent\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800',_0x185b5f(0x1c4),_0x25fd35?_0x185b5f(0x131):_0x185b5f(0xce),_0x3742fc['active']?'univer-bg-gray-100\x20univer-text-gray-900\x20dark:!univer-bg-gray-800':''),'data-ink-toolbar-control':_0x3742fc[_0x185b5f(0x154)],'size':_0x185b5f(0x148),'type':_0x185b5f(0xd1),'variant':'ghost','onMouseDown':_0x4c0b80=>{const _0x2eeada=_0x185b5f;_0x4c0b80[_0x2eeada(0x92)](),_0x4c0b80[_0x2eeada(0x143)]();},'onClick':_0x3742fc[_0x185b5f(0x107)],'children':_0x3742fc['children']})})});}function W(_0x122e4e){const _0x382434=_0x1f5d28;let {tool:_0x278323,color:_0x5f43d6,width:_0x4bb5c7,onSelectTool:_0xd99afb,onSetWidth:_0x11a1b9,onSetColor:_0x4bebdd,onClose:_0x10211c}=_0x122e4e,_0x205cac=V(_0x4bb5c7),[_0x250c60,_0x490c27]=(0x0,c[_0x382434(0x156)])(null),[_0x314ab7,_0x1749e4]=(0x0,c[_0x382434(0x156)])(null),_0x59516d=(0x0,r['useDependency'])(n['LocaleService']),_0x57111a=(0x0,r[_0x382434(0x79)])(_0x59516d[_0x382434(0x25f)],_0x59516d[_0x382434(0x1c3)]());function _0x67e300(_0x5399f4,_0x3e2df7){_0x1749e4(null),_0x490c27(_0x40ca89=>_0x3e2df7?_0x5399f4:_0x40ca89===_0x5399f4?null:_0x40ca89);}function _0x441874(_0x1e94aa,_0x2c1d14){_0x1749e4(_0x279817=>_0x2c1d14?_0x250c60===_0x1e94aa?null:_0x1e94aa:_0x279817===_0x1e94aa?null:_0x279817);}return(0x0,l[_0x382434(0x266)])(_0x382434(0x112),{'dir':_0x57111a,'className':_0x382434(0x214),'data-ink-floating-toolbar':_0x382434(0x22a),'children':[(0x0,l[_0x382434(0x23e)])('div',{'className':_0x382434(0xae),'aria-hidden':'true'}),(0x0,l[_0x382434(0x23e)])('div',{'className':_0x382434(0x1d4),'children':L[_0x382434(0x17a)](_0x4eec66=>{const _0x513a7b=_0x382434;let _0x1fc365=_0x4eec66[_0x513a7b(0x124)],_0x305165=_0x4eec66[_0x513a7b(0x11b)],_0x354616=_0x278323===_0x4eec66[_0x513a7b(0x130)],_0x5f3bff=_0x59516d['t'](R[_0x4eec66[_0x513a7b(0xf9)]]);return(0x0,l['jsx'])(_0x513a7b(0x112),{'className':_0x513a7b(0x111),'data-ink-tool-tooltip-anchor':'true','children':(0x0,l[_0x513a7b(0x23e)])(o['Tooltip'],{'title':_0x5f3bff,'placement':_0x513a7b(0x161),'asChild':!0x0,'children':(0x0,l['jsx'])('button',{'aria-label':_0x5f3bff,'aria-pressed':_0x354616,'className':B(_0x354616),'type':_0x513a7b(0xd1),'onClick':()=>_0xd99afb(_0x4eec66['tool']),'children':(0x0,l[_0x513a7b(0x266)])('span',{'className':(0x0,o[_0x513a7b(0x9d)])(_0x513a7b(0x1c5),_0x354616?_0x513a7b(0x109):_0x513a7b(0x129)),'children':[(0x0,l['jsx'])(_0x1fc365,{'className':_0x513a7b(0x258)}),(0x0,l['jsx'])(_0x305165,{'className':_0x513a7b(0x172)})]})})})},_0x4eec66[_0x513a7b(0x130)]);})}),(0x0,l[_0x382434(0x23e)])(_0x382434(0x112),{'className':_0x382434(0x1ba)}),(0x0,l[_0x382434(0x266)])(_0x382434(0x112),{'className':_0x382434(0x206),'children':[(0x0,l['jsx'])(o[_0x382434(0x20a)],{'open':_0x250c60==='width','className':'univer-z-[100001]','data-ink-floating-toolbar-popup':_0x382434(0x22a),'onOpenChange':_0x2f6547=>_0x67e300(_0x382434(0x122),_0x2f6547),'overlay':(0x0,l[_0x382434(0x23e)])(a[_0x382434(0x19c)],{'className':_0x382434(0x72),'minWidthClassName':_0x382434(0x159),'children':(0x0,l[_0x382434(0x23e)])('div',{'className':_0x382434(0xf3),'children':z['map'](_0x874c27=>{const _0x54c411=_0x382434;let _0x334436=_0x874c27[_0x54c411(0x124)],_0x58da62=_0x874c27[_0x54c411(0x186)]===_0x4bb5c7;return(0x0,l[_0x54c411(0x23e)])(o[_0x54c411(0x7f)],{'aria-label':_0x59516d['t'](_0x54c411(0x116),String(_0x874c27['value'])),'aria-pressed':_0x58da62,'className':(0x0,o['clsx'])(_0x54c411(0xb8),_0x58da62?_0x54c411(0x15a):''),'size':'icon','type':_0x54c411(0xd1),'variant':'ghost','onClick':()=>{_0x11a1b9(_0x874c27['value']),_0x490c27(null);},'children':(0x0,l[_0x54c411(0x23e)])(_0x334436,{})},_0x874c27[_0x54c411(0x186)]);})})}),'children':(0x0,l[_0x382434(0x23e)])(_0x382434(0x15b),{'className':'univer-flex\x20univer-h-12\x20univer-items-center','children':(0x0,l[_0x382434(0x266)])(U,{'labelKey':_0x382434(0x235),'control':_0x382434(0x122),'tooltipVisible':_0x250c60==='width'?!0x1:_0x314ab7==='width','onTooltipVisibleChange':_0x1f5bc2=>_0x441874('width',_0x1f5bc2),'children':[(0x0,l['jsx'])(H,{'icon':_0x205cac['icon']}),(0x0,l['jsx'])(s[_0x382434(0x18d)],{})]})})}),(0x0,l[_0x382434(0x23e)])(o[_0x382434(0x20a)],{'open':_0x250c60===_0x382434(0x15e),'className':(0x0,o[_0x382434(0x9d)])('univer-rounded-lg\x20univer-p-3\x20!univer-shadow-none',_0x382434(0x1f2)),'data-ink-floating-toolbar-popup':_0x382434(0x22a),'onOpenChange':_0x2236d0=>_0x67e300(_0x382434(0x15e),_0x2236d0),'overlay':(0x0,l[_0x382434(0x23e)])(_0x382434(0x112),{'className':_0x382434(0x9e),'dir':_0x57111a,'children':(0x0,l[_0x382434(0x23e)])(o[_0x382434(0x1e1)],{'value':_0x5f43d6,'onChange':_0x4bebdd})}),'children':(0x0,l[_0x382434(0x23e)])('span',{'className':_0x382434(0x147),'children':(0x0,l['jsxs'])(U,{'labelKey':_0x382434(0x193),'control':'color','tooltipVisible':_0x250c60==='color'?!0x1:_0x314ab7===_0x382434(0x15e),'onTooltipVisibleChange':_0x16f7e5=>_0x441874('color',_0x16f7e5),'children':[(0x0,l['jsx'])(s[_0x382434(0xe1)],{'className':_0x382434(0x110)}),(0x0,l[_0x382434(0x23e)])(s['MoreDownIcon'],{})]})})})]}),(0x0,l['jsx'])('div',{'className':_0x382434(0x147),'children':(0x0,l['jsx'])(U,{'labelKey':_0x382434(0x12b),'control':_0x382434(0x242),'tooltipVisible':_0x314ab7==='close','onTooltipVisibleChange':_0x5ab800=>_0x441874(_0x382434(0x242),_0x5ab800),'onClick':_0x10211c,'children':(0x0,l['jsx'])(s[_0x382434(0x158)],{'className':_0x382434(0x1fc),'aria-hidden':'true'})})})]});}function G(){const _0x214d92=_0x1f5d28;let _0x5a0473=(0x0,r[_0x214d92(0x1de)])(_),_0x3789aa=(0x0,r['useObservable'])(()=>_0x5a0473[_0x214d92(0x6c)],_0x5a0473[_0x214d92(0x1b4)](),!0x1,[_0x5a0473]);return _0x3789aa[_0x214d92(0x85)]?(0x0,l['jsx'])(W,{'color':_0x3789aa[_0x214d92(0x15e)],'tool':_0x3789aa['tool'],'width':_0x3789aa[_0x214d92(0x122)],'onClose':()=>_0x5a0473[_0x214d92(0x269)](),'onSetColor':_0x5b3b3f=>_0x5a0473[_0x214d92(0x1b0)](_0x5b3b3f),'onSetWidth':_0xef5a0b=>_0x5a0473[_0x214d92(0xd5)](_0xef5a0b),'onSelectTool':_0x580adf=>_0x5a0473['selectTool'](_0x580adf)}):null;}let K=class extends n[_0x1f5d28(0x13e)]{constructor(_0x43b8a7=f,_0x1f73c2,_0x1643b7,_0x1124d8){const _0x16d88b=_0x1f5d28;super(),this['_config']=_0x43b8a7,this[_0x16d88b(0x1e3)]=_0x1f73c2,this[_0x16d88b(0x77)]=_0x1643b7,this[_0x16d88b(0x123)]=_0x1124d8;let {..._0x176f36}=(0x0,n['merge'])({},f,this[_0x16d88b(0x25c)]);this['_configService'][_0x16d88b(0xc6)](_0x16d88b(0xc5),_0x176f36);}[_0x1f5d28(0x23f)](){const _0x181f97=_0x1f5d28;[[O],[_,{'useClass':b}],[C,{'useClass':D}]]['forEach'](_0x379c1a=>this[_0x181f97(0x1e3)][_0x181f97(0x187)](_0x379c1a)),this[_0x181f97(0x210)](this[_0x181f97(0x77)]['registerComponent'](r['BuiltInUIPart']['CONTENT'],()=>(0x0,r[_0x181f97(0x1d5)])(G,this[_0x181f97(0x1e3)])));}};g(K,_0x1f5d28(0x96),_0x1f5d28(0x191)),g(K,_0x1f5d28(0x26c),u),g(K,_0x1f5d28(0x14a),d),g(K,_0x1f5d28(0x150),n[_0x1f5d28(0x18c)][_0x1f5d28(0x253)]),K=S([(0x0,n[_0x1f5d28(0xee)])(t['UniverLicensePlugin'],e['UniverInkPlugin'],r[_0x1f5d28(0x16a)]),x(0x1,(0x0,n[_0x1f5d28(0x25e)])(n[_0x1f5d28(0x137)])),x(0x2,r['IUIPartsService']),x(0x3,n['IConfigService'])],K),exports[_0x1f5d28(0xe5)]=C,exports[_0x1f5d28(0x26e)]=_,Object['defineProperty'](exports,_0x1f5d28(0x12f),{'enumerable':!0x0,'get':function(){return O;}}),exports[_0x1f5d28(0x1dd)]=b,Object[_0x1f5d28(0x231)](exports,_0x1f5d28(0x196),{'enumerable':!0x0,'get':function(){return K;}});function _0x498d(){const _0x576d3c=['19.7616','1189128MXlvNx','object','url(#filter0_d_0_1443)','0.68608','getDirection','univer-h-10','univer-pointer-events-none\x20univer-absolute\x20univer-bottom-0\x20univer-left-1/2\x20univer-block\x20univer--translate-x-1/2\x20univer-transition-transform\x20univer-duration-200\x20univer-ease-out','url(#filter1_d_0_1397)','0.999639','0.963934','mask0_0_1593','registerInteractiveRegion','getValue','filter0_d_0_1593','filter0_d_0_1646','26.3099','_handlePointerDown','89.78','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','#6F6F6F','pen','univer-absolute\x20univer-bottom-0\x20univer-left-5\x20univer-flex\x20univer-h-24\x20univer-w-[210px]\x20univer-gap-1.5\x20univer-overflow-hidden\x20rtl:univer-left-auto\x20rtl:univer-right-5','connectInjector','unitId','0.375877','49.089','paint4_linear_0_1593','url(#paint2_linear_0_1397)','35.8142','M22.5\x2035V47H7.5V35H22.5Z','InkUIStateService','useDependency','paint3_linear_0_1443','M20.5\x2036V46H9.5V36H20.5Z','ColorPicker','107','_injector','0.5','paint0_linear_2_2784','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.747897\x200','url(#paint3_linear_0_1593)','ink-ui.toolbar.brush','url(#paint2_linear_0_1451)','length','paint4_linear_0_1618','LocaleService','mask1_2_2784','[data-ink-interactive-region=\x22true\x22]','url(#mask0_0_1593)','url(#filter0_d_0_1397)','url(#mask0_0_1646)','univer-z-[100001]','0.171137','url(#paint4_linear_0_1443)','url(#filter0_d_0_1593)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.25\x200','white','29.1023','univer-flex\x20univer-items-center\x20univer-justify-center','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','prototype','univer-size-5','#F79E9D','0.0907455','paint2_linear_0_1443','9.24166','59.5457','51.3388','60.71','paint1_linear_0_1397','paint1_linear_0_1451','univer-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-3','5020qKfQLP','composedPath','BackgroundImageFix','Dropdown','url(#paint2_linear_0_1618)','55.3071','0.247214','userSpaceOnUse','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.254261\x200','disposeWithMe','shape','url(#mask0_0_1443)','#3C3D3E','univer-fixed\x20univer-bottom-5\x20univer-left-1/2\x20univer-z-[100000]\x20univer-flex\x20univer-h-12\x20univer--translate-x-1/2\x20univer-items-center\x20univer-gap-3\x20univer-overflow-visible\x20univer-rounded-full\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-5\x20univer-pb-0\x20univer-pt-0\x20univer-shadow-2xl\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','#BEBFC1','paint1_linear_0_1593','url(#filter1_d_0_1646)','M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','http://www.w3.org/2000/svg','paint1_linear_0_1443','url(#mask1_0_1451)','url(#filter0_d_0_1618)','23.66','delete','43.2814','#181A1A','filter0_d_0_1451','ink-ui.state.service','42.2475','M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.251939\x200','url(#clip0_0_1397)','0.102218','#252627','M24.5\x2055V66H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','true','#838383','url(#paint3_linear_0_1443)','#f54a45','paint5_linear_0_1397','url(#paint0_linear_0_1646)','rect','defineProperty','univer-flex\x20univer-h-8\x20univer-w-8\x20univer-items-center\x20univer-justify-center\x20univer-text-gray-900\x20dark:!univer-text-gray-100','url(#filter2_d_0_1451)','paint3_linear_0_1397','ink-ui.toolbar.widthSelector','url(#mask1_2_2784)','2148qmSIAn','0.447724','#292A2B','0.119892','23.3094','9.5','48.8868','jsx','onStarting','7.5','0.0722478','close','svg','paint4_linear_0_1397','url(#filter0_d_0_1646)','0.598084','sRGB','paint3_linear_0_1425','0.01','21.1319','#E9E8E8','58.5702','45.6223','defs','StrokeSize3Icon','mask2_0_1618','url(#mask2_0_1618)','highlighter','UNIVER_UNKNOWN','0.964727','4.5','#DFE0DF','url(#paint1_linear_2_2784)','ink-tool-icon-light\x20univer-block\x20univer-w-auto\x20univer-drop-shadow-lg\x20dark:!univer-hidden','198PxvCVA','url(#filter1_d_0_1451)','0\x200\x2030\x20107','_config','paint2_linear_0_1618','Inject','direction$','url(#paint0_linear_0_1443)','0.2','#232425','0.139436','tooltipVisible','clipPath','jsxs','url(#paint4_linear_0_1451)','feFlood','cancelInkMode','#525252','24.5','packageName','createIdentifier','IInkUIStateService','5.76888','effect1_dropShadow_0_1397','effect1_dropShadow_0_1451','state$','paint3_linear_0_1646','pointerdown','#6A6B6B','22.41','@univerjs-pro/ink-ui','univer-w-auto\x20!univer-p-2','univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none\x20univer-outline-none','17.4701','5.75','mask','_uiPartsService','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.253333\x200','useObservable','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','41.8903','ink-ui.toolbar.pen','105.528','50.5317','Button','none','26.5','1.0.0-alpha.3','0.249891','24.25','toolbarVisible','M24.5\x2055V60.5H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','0.973543','url(#paint1_linear_0_1443)','beginInkMode','15.1101','#E6E6E6','M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','function','M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','56.9','28.115','#D27977','stopPropagation','#4F4F4F','13.1742','#2F3031','pluginName','104.365','join','51.9337','brush','31.5133','#D8918F','clsx','univer-w-[244px]','asObservable','filter0_d_0_1443','472612dounQX','url(#paint0_linear_0_1451)','paint3_linear_0_1593','#1C1D1E','#A6A29E','feBlend','0.920119','string','0.486065','104.625','29.4576','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V55.9998H24.5V53.9998Z','paint0_linear_0_1397','univer-w-[210px]\x20univer-shrink-0','0.802592','0.640132','4vQYNtE','eraser','inkInteractiveRegion','_stateService','0.266834','M9\x2042H21L24.5\x2052H5.5L9\x2042Z','url(#paint1_linear_0_1425)','univer-rounded-md\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','3.5','black','StrokeSize4Icon','call','0.250256','filter0_d_0_1397','effect1_dropShadow_0_1646','paint2_linear_0_1593','filter1_d_0_1451','177355zgMRjx','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.752404\x200','8.09744','ink-ui.config','setConfig','url(#filter1_d_0_1593)','active','paint3_linear_0_1451','M24.5\x2033H5.5V49H24.5V33ZM18.7791\x2037.4645C19.1596\x2037.845\x2019.1596\x2038.4619\x2018.7791\x2038.8424L16.6397\x2040.9819L18.6885\x2043.0307C19.079\x2043.4212\x2019.079\x2044.0544\x2018.6885\x2044.4449C18.2979\x2044.8354\x2017.6648\x2044.8354\x2017.2743\x2044.4449L15.2255\x2042.3961L13.086\x2044.5355C12.7055\x2044.916\x2012.0886\x2044.916\x2011.7081\x2044.5355C11.3275\x2044.155\x2011.3275\x2043.5381\x2011.7081\x2043.1576L13.8475\x2041.0181L11.7987\x2038.9693C11.4082\x2038.5788\x2011.4082\x2037.9456\x2011.7987\x2037.5551C12.1892\x2037.1646\x2012.8224\x2037.1646\x2013.2129\x2037.5551L15.2617\x2039.6039L17.4012\x2037.4645C17.7817\x2037.084\x2018.3986\x2037.084\x2018.7791\x2037.4645Z','16.2','url(#filter2_d_0_1646)','109','!univer-w-10\x20!univer-min-w-10\x20!univer-p-0','iterator','22.5','button','20.8101','#353434','url(#paint3_linear_0_1618)','setWidth','addEventListener','url(#paint2_linear_0_1646)','20.5','paint3_linear_0_1618','url(#paint0_linear_0_1425)','feGaussianBlur','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','paint0_linear_0_1593','[data-ink-floating-toolbar-popup=\x22true\x22]','find','105','ColorWheelMultiIcon','#EDEDED','36.3384','toDisposable','IInkOutsideInteractionService','ink-ui.toolbar.highlighter','5.7662','#F0F0F0','#2F3132','paint4_linear_0_1451','univer-z-10','url(#paint3_linear_0_1646)','effect1_dropShadow_2_2784','DependentOn','StrokeSize5Icon','24.31','url(#paint4_linear_0_1397)','0.837945','univer-flex\x20univer-items-center\x20univer-gap-2','#38393A','44.07','paint1_linear_0_1425','url(#paint3_linear_0_1451)','0.805495','labelKey','#C5C4C3','url(#mask0_0_1618)','target','#DADADA','mask1_0_1425','ink-ui.outside-interaction.service','Module','linearGradient','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.5\x200','0.445105','30.295','#ECECED','#121213','onClick','21.2245','univer-translate-y-[15px]','path','0.309277','105.286','48.1683','18.4818','paint2_linear_2_2784','univer-block\x20univer-size-[30px]\x20univer-rounded-full','univer-h-24\x20univer-w-12\x20univer-shrink-0','div','effect1_dropShadow_0_1443','decorate','0.575612','ink-ui.toolbar.widthValue','effect1_dropShadow_0_1593','paint3_linear_2_2784','matrix','url(#mask1_0_1443)','darkIcon','translate(5\x2016)','192224ZMGoAh','evenodd','21.1391','43.4603','#313131','width','_configService','icon','mask1_0_1443','#D9807F','0.745733','dispose','univer-translate-y-[35px]\x20group-hover:univer-translate-y-[27px]','symbol','ink-ui.toolbar.exitInkMode','url(#mask1_0_1425)','M12.9991\x2018.6987C13.1108\x2017.7306\x2013.9305\x2017\x2014.9051\x2017C15.8796\x2017\x2016.6994\x2017.7306\x2016.8111\x2018.6987L17.4701\x2024.41H12.3401L12.9991\x2018.6987Z','0.469628','InkUIService','tool','!univer-w-[72px]\x20!univer-min-w-[72px]\x20!univer-pl-2.5\x20!univer-pr-2\x20rtl:!univer-pl-2\x20rtl:!univer-pr-2.5','#DCDDDC','7.3501','url(#paint0_linear_0_1618)','4676MWXEVf','11627kSfdKl','Injector','mask2_0_1425','mask0_0_1425','#DB9191','filter2_d_0_1646','18.1711','25.0598','Plugin','feColorMatrix','0.749878','SourceAlpha','0.249973','preventDefault','effect1_dropShadow_0_1425','#E1E1E1','21.6039','univer-flex\x20univer-h-12\x20univer-items-center','small','#E731AA','version','toPrimitive','57.327','104.941','luminance','0.169003','type','url(#mask0_0_1397)','url(#mask1_0_1618)','url(#paint4_linear_0_1425)','control','isFinite','useState','complete','CloseIcon','univer-min-w-0','univer-bg-primary-50\x20univer-text-primary-600\x20dark:!univer-bg-gray-800','span','0\x200\x2030\x20105','0.911778','color','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V58.4998H24.5V53.9998Z','0.1','top','9.16982','4.9106','paint1_linear_0_1618','Disposable','removeEventListener','0.195905','url(#mask0_2_2784)','url(#paint2_linear_2_2784)','UniverUIPlugin','14.2826','0.584408','10.2276','0.218117','19.2128','15.5','#EFEFEF','ink-tool-icon-dark\x20univer-hidden\x20univer-w-auto\x20univer-drop-shadow-lg\x20dark:!univer-block','#1E2023','stop','#FAF7F7','filter','hardAlpha','url(#paint1_linear_0_1397)','14.5734','map','Tooltip','0.548318','19.1595','0.380181','14.5','71.5','normal','url(#paint5_linear_0_1593)','mask1_0_1451','53.7028','104.491','value','add','url(#filter0_d_0_1451)','paint0_linear_0_1443','next','#F5F5F5','UniverInstanceType','MoreDownIcon','filter1_d_0_1646','#ffe928','#E4E4E4','UNIVER_INK_UI_PLUGIN','dataset','ink-ui.toolbar.colorPicker','SourceGraphic','36.6785','UniverInkUIPlugin','url(#paint2_linear_0_1443)','url(#paint1_linear_0_1451)','55.8091','paint2_linear_0_1646','url(#paint4_linear_0_1593)','ShapeFloatingToolbarMenuPanel','#787878','0.155077','mask0_0_1618','univer-group\x20univer-relative\x20univer-h-24\x20univer-w-12\x20univer-appearance-none','_interactiveRegions','some','61.5','mask0_0_1451','univer-h-12\x20univer-w-[72px]','M24.5\x2033V49H5.5V33H24.5ZM18.7791\x2037.4645C18.4279\x2037.1132\x2017.8752\x2037.0862\x2017.493\x2037.3834L17.4012\x2037.4645L15.2617\x2039.6041L13.2129\x2037.5551C12.8224\x2037.1646\x2012.1892\x2037.1646\x2011.7987\x2037.5551C11.4382\x2037.9156\x2011.4105\x2038.4828\x2011.7155\x2038.8751L11.7987\x2038.9693L13.8477\x2041.0181L11.7081\x2043.1576C11.3275\x2043.5381\x2011.3275\x2044.155\x2011.7081\x2044.5355C12.0593\x2044.8868\x2012.612\x2044.9138\x2012.9942\x2044.6166L13.086\x2044.5355L15.2257\x2042.3961L17.2743\x2044.4449C17.6648\x2044.8354\x2018.2979\x2044.8354\x2018.6885\x2044.4449C19.049\x2044.0844\x2019.0767\x2043.5172\x2018.7717\x2043.1249L18.6885\x2043.0307L16.6397\x2040.9821L18.7791\x2038.8424C19.1596\x2038.4619\x2019.1596\x2037.845\x2018.7791\x2037.4645Z','5.5','7.99795','paint1_linear_0_1646','feOffset','getOwnPropertyDescriptor','paint2_linear_0_1451','filter0_d_0_1618','contains','StrokeSize1Icon','setColor','12.3401','#FED031','40.6148','getState','mask0_0_1397','#ffffff','univer-block\x20univer-size-6','ink-ui.toolbar.eraser','paint2_linear_0_1425','univer-h-8\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700','_state$','1566480tUivkE','paint5_linear_0_1593'];_0x498d=function(){return _0x576d3c;};return _0x498d();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x345b(){const _0x1f4189=['76vmWUwE','فرشاة','162TJdHrO','112427FPYmwO','550AMyTvV','1195qENuEv','عرض\x20الحبر\x20{0}','43461qQMHOr','exports','ممحاة','8440euXkvT','12379680oOJJGC','قلم\x20تمييز','الخروج\x20من\x20وضع\x20الحبر','محدد\x20عرض\x20الحبر','1033476uZNWqv','835769RYZycN','منتقي\x20لون\x20الحبر','8829495TIeDPq'];_0x345b=function(){return _0x1f4189;};return _0x345b();}function _0x29da(_0x54bfc2,_0x5d9bf3){_0x54bfc2=_0x54bfc2-0xa9;const _0x345bd1=_0x345b();let _0x29da9c=_0x345bd1[_0x54bfc2];return _0x29da9c;}const _0x4b1669=_0x29da;(function(_0x1fd1a7,_0x497051){const _0x3ba8c1=_0x29da,_0x52fe99=_0x1fd1a7();while(!![]){try{const _0x59dc40=parseInt(_0x3ba8c1(0xa9))/0x1+-parseInt(_0x3ba8c1(0xad))/0x2*(-parseInt(_0x3ba8c1(0xb4))/0x3)+parseInt(_0x3ba8c1(0xb7))/0x4*(parseInt(_0x3ba8c1(0xb2))/0x5)+-parseInt(_0x3ba8c1(0xaf))/0x6*(-parseInt(_0x3ba8c1(0xb0))/0x7)+parseInt(_0x3ba8c1(0xb8))/0x8+parseInt(_0x3ba8c1(0xac))/0x9+parseInt(_0x3ba8c1(0xb1))/0xa*(-parseInt(_0x3ba8c1(0xaa))/0xb);if(_0x59dc40===_0x497051)break;else _0x52fe99['push'](_0x52fe99['shift']());}catch(_0x423364){_0x52fe99['push'](_0x52fe99['shift']());}}}(_0x345b,0xd4ca5));const e={'ink-ui':{'toolbar':{'pen':'قلم','brush':_0x4b1669(0xae),'highlighter':_0x4b1669(0xb9),'eraser':_0x4b1669(0xb6),'widthSelector':_0x4b1669(0xbb),'widthValue':_0x4b1669(0xb3),'colorPicker':_0x4b1669(0xab),'exitInkMode':_0x4b1669(0xba)}}};module[_0x4b1669(0xb5)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xfb2e(_0x4e8ba3,_0x142ea2){_0x4e8ba3=_0x4e8ba3-0x1a4;const _0x1f7a4e=_0x1f7a();let _0xfb2ef9=_0x1f7a4e[_0x4e8ba3];return _0xfb2ef9;}function _0x1f7a(){const _0x5f3dc8=['Surt\x20del\x20mode\x20de\x20tinta','Bolígraf','8YgubYX','exports','Ressaltador','104429VcKLbh','7747523Qgtxwq','3712788PnwEXs','170546XreqmB','196TSBYkt','77463TBDnnk','Selector\x20de\x20gruix\x20de\x20tinta','10417149qDTFNa','4618455BswVwa','Esborrador','Selector\x20de\x20color\x20de\x20tinta'];_0x1f7a=function(){return _0x5f3dc8;};return _0x1f7a();}const _0x4c7db3=_0xfb2e;(function(_0x1fb185,_0x228b2a){const _0x10da03=_0xfb2e,_0x25edc5=_0x1fb185();while(!![]){try{const _0x560a66=parseInt(_0x10da03(0x1ac))/0x1+-parseInt(_0x10da03(0x1af))/0x2+-parseInt(_0x10da03(0x1b1))/0x3*(parseInt(_0x10da03(0x1b0))/0x4)+-parseInt(_0x10da03(0x1a4))/0x5+parseInt(_0x10da03(0x1ae))/0x6+parseInt(_0x10da03(0x1ad))/0x7+-parseInt(_0x10da03(0x1a9))/0x8*(-parseInt(_0x10da03(0x1b3))/0x9);if(_0x560a66===_0x228b2a)break;else _0x25edc5['push'](_0x25edc5['shift']());}catch(_0x3ce67a){_0x25edc5['push'](_0x25edc5['shift']());}}}(_0x1f7a,0xae244));const e={'ink-ui':{'toolbar':{'pen':_0x4c7db3(0x1a8),'brush':'Pinzell','highlighter':_0x4c7db3(0x1ab),'eraser':_0x4c7db3(0x1a5),'widthSelector':_0x4c7db3(0x1b2),'widthValue':'Gruix\x20de\x20tinta\x20{0}','colorPicker':_0x4c7db3(0x1a6),'exitInkMode':_0x4c7db3(0x1a7)}}};module[_0x4c7db3(0x1aa)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x43012c=_0x3e09;(function(_0x8c1293,_0x4a0eab){const _0x42ab9f=_0x3e09,_0x13d341=_0x8c1293();while(!![]){try{const _0x13762d=parseInt(_0x42ab9f(0xec))/0x1+-parseInt(_0x42ab9f(0xe3))/0x2*(parseInt(_0x42ab9f(0xe5))/0x3)+-parseInt(_0x42ab9f(0xea))/0x4+-parseInt(_0x42ab9f(0xe6))/0x5*(-parseInt(_0x42ab9f(0xef))/0x6)+-parseInt(_0x42ab9f(0xe2))/0x7*(parseInt(_0x42ab9f(0xdf))/0x8)+-parseInt(_0x42ab9f(0xee))/0x9*(-parseInt(_0x42ab9f(0xf0))/0xa)+parseInt(_0x42ab9f(0xe4))/0xb*(-parseInt(_0x42ab9f(0xe7))/0xc);if(_0x13762d===_0x4a0eab)break;else _0x13d341['push'](_0x13d341['shift']());}catch(_0x1de1dc){_0x13d341['push'](_0x13d341['shift']());}}}(_0x3aa1,0x22773));function _0x3aa1(){const _0x40b8f2=['737paWWpo','3ZdilNz','1243195zDdbOt','8676UQCmqu','Radierer','Tintenbreite\x20{0}','220948zKnFHl','Stift','141015GxjBtl','Tintenfarbe\x20auswählen','162531bAVKJi','6yJaPKY','10PjFLHu','103496zcDmbo','Tintenmodus\x20beenden','exports','7XEiGlF','299854jGahms'];_0x3aa1=function(){return _0x40b8f2;};return _0x3aa1();}function _0x3e09(_0x49a081,_0x3ef83d){_0x49a081=_0x49a081-0xdf;const _0x3aa11c=_0x3aa1();let _0x3e09c7=_0x3aa11c[_0x49a081];return _0x3e09c7;}const e={'ink-ui':{'toolbar':{'pen':_0x43012c(0xeb),'brush':'Pinsel','highlighter':'Textmarker','eraser':_0x43012c(0xe8),'widthSelector':'Tintenbreite\x20auswählen','widthValue':_0x43012c(0xe9),'colorPicker':_0x43012c(0xed),'exitInkMode':_0x43012c(0xe0)}}};module[_0x43012c(0xe1)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3497(){const _0xe6ce2c=['2932IAyrcY','Ink\x20color\x20picker','198OoLieu','Pen','2334wNqZri','Exit\x20ink\x20mode','18053OuDrUs','4770088XtGKnS','476270vKobti','4823upgWOo','28992bmiziU','1224OhTiKu','Highlighter','4227805hGfSlk','9kmAkho','1542488rIoRTN','exports','1BsjIBT','Ink\x20width\x20{0}'];_0x3497=function(){return _0xe6ce2c;};return _0x3497();}const _0x347df4=_0x4c0e;(function(_0x354e56,_0x89a01){const _0x39cce9=_0x4c0e,_0x21ad12=_0x354e56();while(!![]){try{const _0x5db644=parseInt(_0x39cce9(0x97))/0x1*(parseInt(_0x39cce9(0xa8))/0x2)+-parseInt(_0x39cce9(0xa4))/0x3*(-parseInt(_0x39cce9(0x99))/0x4)+-parseInt(_0x39cce9(0xa6))/0x5+parseInt(_0x39cce9(0x9d))/0x6*(parseInt(_0x39cce9(0x9f))/0x7)+-parseInt(_0x39cce9(0xa0))/0x8*(parseInt(_0x39cce9(0xa7))/0x9)+-parseInt(_0x39cce9(0xa1))/0xa*(-parseInt(_0x39cce9(0x9b))/0xb)+-parseInt(_0x39cce9(0xa3))/0xc*(parseInt(_0x39cce9(0xa2))/0xd);if(_0x5db644===_0x89a01)break;else _0x21ad12['push'](_0x21ad12['shift']());}catch(_0x2b59ce){_0x21ad12['push'](_0x21ad12['shift']());}}}(_0x3497,0x90b1b));function _0x4c0e(_0x2ef14c,_0x923866){_0x2ef14c=_0x2ef14c-0x97;const _0x349722=_0x3497();let _0x4c0e20=_0x349722[_0x2ef14c];return _0x4c0e20;}const e={'ink-ui':{'toolbar':{'pen':_0x347df4(0x9c),'brush':'Brush','highlighter':_0x347df4(0xa5),'eraser':'Eraser','widthSelector':'Ink\x20width\x20selector','widthValue':_0x347df4(0x98),'colorPicker':_0x347df4(0x9a),'exitInkMode':_0x347df4(0x9e)}}};module[_0x347df4(0xa9)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xf753d0=_0x366e;(function(_0x245334,_0x1cd4e2){const _0xf39858=_0x366e,_0x44c9ce=_0x245334();while(!![]){try{const _0x54f101=parseInt(_0xf39858(0xd5))/0x1+-parseInt(_0xf39858(0xd1))/0x2*(parseInt(_0xf39858(0xce))/0x3)+parseInt(_0xf39858(0xd2))/0x4*(parseInt(_0xf39858(0xda))/0x5)+-parseInt(_0xf39858(0xd4))/0x6+parseInt(_0xf39858(0xdd))/0x7*(parseInt(_0xf39858(0xdb))/0x8)+parseInt(_0xf39858(0xd3))/0x9+-parseInt(_0xf39858(0xd7))/0xa*(-parseInt(_0xf39858(0xd8))/0xb);if(_0x54f101===_0x1cd4e2)break;else _0x44c9ce['push'](_0x44c9ce['shift']());}catch(_0x4af23f){_0x44c9ce['push'](_0x44c9ce['shift']());}}}(_0x2c6d,0x35e2a));const e={'ink-ui':{'toolbar':{'pen':_0xf753d0(0xd9),'brush':_0xf753d0(0xd6),'highlighter':'Resaltador','eraser':_0xf753d0(0xd0),'widthSelector':_0xf753d0(0xcf),'widthValue':'Grosor\x20de\x20tinta\x20{0}','colorPicker':_0xf753d0(0xdc),'exitInkMode':'Salir\x20del\x20modo\x20de\x20tinta'}}};function _0x2c6d(){const _0x1a1e80=['156536rIvaRU','501381GcPaLK','782604DpivVZ','300801JIEclU','Pincel','370qRtnbq','45859HWHuuM','Pluma','5oIqGVk','4232nbpTui','Selector\x20de\x20color\x20de\x20tinta','609cyCPZF','132FtNkNa','Selector\x20de\x20grosor\x20de\x20tinta','Borrador','11126YcDFIA'];_0x2c6d=function(){return _0x1a1e80;};return _0x2c6d();}function _0x366e(_0x18f18e,_0x53c55d){_0x18f18e=_0x18f18e-0xce;const _0x2c6d83=_0x2c6d();let _0x366ee0=_0x2c6d83[_0x18f18e];return _0x366ee0;}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xdef27c=_0x5656;(function(_0x272639,_0x9fd0f3){const _0x35bcc0=_0x5656,_0x458855=_0x272639();while(!![]){try{const _0x6dea3f=-parseInt(_0x35bcc0(0x18d))/0x1+-parseInt(_0x35bcc0(0x18c))/0x2*(parseInt(_0x35bcc0(0x193))/0x3)+parseInt(_0x35bcc0(0x190))/0x4+-parseInt(_0x35bcc0(0x188))/0x5+-parseInt(_0x35bcc0(0x195))/0x6*(parseInt(_0x35bcc0(0x18f))/0x7)+parseInt(_0x35bcc0(0x18e))/0x8*(parseInt(_0x35bcc0(0x18b))/0x9)+-parseInt(_0x35bcc0(0x191))/0xa*(-parseInt(_0x35bcc0(0x18a))/0xb);if(_0x6dea3f===_0x9fd0f3)break;else _0x458855['push'](_0x458855['shift']());}catch(_0x523567){_0x458855['push'](_0x458855['shift']());}}}(_0x359d,0xa1ef5));function _0x359d(){const _0x20f128=['152970DBYMwd','انتخاب\x20رنگ\x20جوهر','5361545xNwlEI','هایلایتر','143HoPIQf','288027VpMSrN','2FOEmXA','223962CCEBDn','80NjvNnq','35RQacWB','383396TvikHU','1450230HqFUtd','ضخامت\x20جوهر\x20{0}','642441Otohoy','قلم'];_0x359d=function(){return _0x20f128;};return _0x359d();}const e={'ink-ui':{'toolbar':{'pen':_0xdef27c(0x194),'brush':'قلممو','highlighter':_0xdef27c(0x189),'eraser':'پاککن','widthSelector':'انتخاب\x20ضخامت\x20جوهر','widthValue':_0xdef27c(0x192),'colorPicker':_0xdef27c(0x187),'exitInkMode':'خروج\x20از\x20حالت\x20جوهر'}}};function _0x5656(_0x5b7d81,_0x55e396){_0x5b7d81=_0x5b7d81-0x187;const _0x359d23=_0x359d();let _0x565657=_0x359d23[_0x5b7d81];return _0x565657;}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1732(_0x4c5fef,_0x42c2c6){_0x4c5fef=_0x4c5fef-0x1bc;const _0x1c2d9=_0x1c2d();let _0x173208=_0x1c2d9[_0x4c5fef];return _0x173208;}const _0xa4f83=_0x1732;(function(_0x12607e,_0x137f37){const _0x4ea6f2=_0x1732,_0x56a1f7=_0x12607e();while(!![]){try{const _0x50ed5e=parseInt(_0x4ea6f2(0x1ca))/0x1+-parseInt(_0x4ea6f2(0x1c6))/0x2*(-parseInt(_0x4ea6f2(0x1bd))/0x3)+parseInt(_0x4ea6f2(0x1c8))/0x4+parseInt(_0x4ea6f2(0x1c5))/0x5+parseInt(_0x4ea6f2(0x1c9))/0x6*(parseInt(_0x4ea6f2(0x1be))/0x7)+-parseInt(_0x4ea6f2(0x1c1))/0x8+-parseInt(_0x4ea6f2(0x1c2))/0x9;if(_0x50ed5e===_0x137f37)break;else _0x56a1f7['push'](_0x56a1f7['shift']());}catch(_0x28eadb){_0x56a1f7['push'](_0x56a1f7['shift']());}}}(_0x1c2d,0xce6af));const e={'ink-ui':{'toolbar':{'pen':'Stylo','brush':_0xa4f83(0x1c3),'highlighter':_0xa4f83(0x1bf),'eraser':_0xa4f83(0x1c0),'widthSelector':_0xa4f83(0x1bc),'widthValue':_0xa4f83(0x1c4),'colorPicker':_0xa4f83(0x1cb),'exitInkMode':_0xa4f83(0x1c7)}}};module[_0xa4f83(0x1cc)]=e;function _0x1c2d(){const _0x4ffb5a=['1038348rKigPR','Sélecteur\x20de\x20couleur\x20de\x20l’encre','exports','Sélecteur\x20d’épaisseur\x20de\x20l’encre','4292463AibkiD','35oTOoQs','Surligneur','Gomme','6849280Gmrafq','19756017HBvwZF','Pinceau','Épaisseur\x20de\x20l’encre\x20{0}','2966285fzkMbS','2KUqITW','Quitter\x20le\x20mode\x20encre','462956rjqEYm','862314gIRlrz'];_0x1c2d=function(){return _0x4ffb5a;};return _0x1c2d();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5e7e79=_0x2917;(function(_0x420c12,_0x158de8){const _0x1693eb=_0x2917,_0x42580e=_0x420c12();while(!![]){try{const _0x726749=parseInt(_0x1693eb(0x189))/0x1+parseInt(_0x1693eb(0x19a))/0x2*(parseInt(_0x1693eb(0x194))/0x3)+parseInt(_0x1693eb(0x190))/0x4+-parseInt(_0x1693eb(0x195))/0x5+parseInt(_0x1693eb(0x192))/0x6*(parseInt(_0x1693eb(0x198))/0x7)+-parseInt(_0x1693eb(0x18d))/0x8*(parseInt(_0x1693eb(0x197))/0x9)+-parseInt(_0x1693eb(0x199))/0xa;if(_0x726749===_0x158de8)break;else _0x42580e['push'](_0x42580e['shift']());}catch(_0x224128){_0x42580e['push'](_0x42580e['shift']());}}}(_0x1c77,0x4b3b1));function _0x1c77(){const _0x23765b=['Kuas','2309752wOgCUo','Pemilih\x20ketebalan\x20tinta','48GLuvjD','Penghapus','57sCrPKL','256335vMmeni','Pena','1332abpvbW','120757wYMDLe','7209960HjIkoG','49408eLnqYq','110038iStoze','exports','Pemilih\x20warna\x20tinta','Penyorot','11592pNWogZ','Keluar\x20dari\x20mode\x20tinta'];_0x1c77=function(){return _0x23765b;};return _0x1c77();}function _0x2917(_0xb04dda,_0x1f92aa){_0xb04dda=_0xb04dda-0x189;const _0x1c77e6=_0x1c77();let _0x29177b=_0x1c77e6[_0xb04dda];return _0x29177b;}const e={'ink-ui':{'toolbar':{'pen':_0x5e7e79(0x196),'brush':_0x5e7e79(0x18f),'highlighter':_0x5e7e79(0x18c),'eraser':_0x5e7e79(0x193),'widthSelector':_0x5e7e79(0x191),'widthValue':'Ketebalan\x20tinta\x20{0}','colorPicker':_0x5e7e79(0x18b),'exitInkMode':_0x5e7e79(0x18e)}}};module[_0x5e7e79(0x18a)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x470223=_0x2b1c;(function(_0x2fbbb3,_0x38002e){const _0x584305=_0x2b1c,_0x4969a6=_0x2fbbb3();while(!![]){try{const _0x41c45f=parseInt(_0x584305(0xd4))/0x1+-parseInt(_0x584305(0xdb))/0x2*(-parseInt(_0x584305(0xce))/0x3)+-parseInt(_0x584305(0xcd))/0x4+-parseInt(_0x584305(0xd5))/0x5+parseInt(_0x584305(0xd2))/0x6*(parseInt(_0x584305(0xdd))/0x7)+-parseInt(_0x584305(0xdc))/0x8*(parseInt(_0x584305(0xd3))/0x9)+-parseInt(_0x584305(0xcf))/0xa*(parseInt(_0x584305(0xcb))/0xb);if(_0x41c45f===_0x38002e)break;else _0x4969a6['push'](_0x4969a6['shift']());}catch(_0x1dc099){_0x4969a6['push'](_0x4969a6['shift']());}}}(_0x9aa8,0x4764d));const e={'ink-ui':{'toolbar':{'pen':_0x470223(0xd0),'brush':_0x470223(0xd1),'highlighter':'Evidenziatore','eraser':_0x470223(0xd9),'widthSelector':_0x470223(0xcc),'widthValue':_0x470223(0xda),'colorPicker':_0x470223(0xd8),'exitInkMode':_0x470223(0xd6)}}};function _0x2b1c(_0x131871,_0x5cc973){_0x131871=_0x131871-0xcb;const _0x9aa8e5=_0x9aa8();let _0x2b1c6b=_0x9aa8e5[_0x131871];return _0x2b1c6b;}function _0x9aa8(){const _0x54c702=['5578JtEnXL','104QsXztj','602ghhoMm','3377IQTWqk','Selettore\x20spessore\x20inchiostro','2147528SKiDSL','477KjIOlh','160uLaVLo','Penna','Pennello','10662WmGtSx','90081TbxmNK','486167hPeNzW','590500EsyOca','Esci\x20dalla\x20modalità\x20inchiostro','exports','Selettore\x20colore\x20inchiostro','Gomma','Spessore\x20inchiostro\x20{0}'];_0x9aa8=function(){return _0x54c702;};return _0x9aa8();}module[_0x470223(0xd7)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x131534=_0x5cd9;function _0x5cd9(_0x4261cb,_0x2627cf){_0x4261cb=_0x4261cb-0x19f;const _0x3cdedf=_0x3cde();let _0x5cd904=_0x3cdedf[_0x4261cb];return _0x5cd904;}(function(_0x5f51c1,_0x3bb19e){const _0x444205=_0x5cd9,_0x172796=_0x5f51c1();while(!![]){try{const _0x440ccd=parseInt(_0x444205(0x1ab))/0x1*(parseInt(_0x444205(0x1a1))/0x2)+-parseInt(_0x444205(0x1a0))/0x3+-parseInt(_0x444205(0x1a6))/0x4+-parseInt(_0x444205(0x1a2))/0x5+-parseInt(_0x444205(0x1a7))/0x6+parseInt(_0x444205(0x1a5))/0x7+parseInt(_0x444205(0x1a8))/0x8;if(_0x440ccd===_0x3bb19e)break;else _0x172796['push'](_0x172796['shift']());}catch(_0x45fad5){_0x172796['push'](_0x172796['shift']());}}}(_0x3cde,0xaa251));function _0x3cde(){const _0x543076=['インクモードを終了','1694adqEmO','蛍光ペン','3798522sIBaLf','1578fIsrID','1157480IzIzoR','インク幅セレクター','消しゴム','7048909KxoHrT','3598364dNvpzY','4546692DtFDpb','12067224uSwdzT','ブラシ'];_0x3cde=function(){return _0x543076;};return _0x3cde();}const e={'ink-ui':{'toolbar':{'pen':'ペン','brush':_0x131534(0x1a9),'highlighter':_0x131534(0x19f),'eraser':_0x131534(0x1a4),'widthSelector':_0x131534(0x1a3),'widthValue':'インク幅\x20{0}','colorPicker':'インク色セレクター','exitInkMode':_0x131534(0x1aa)}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x235fde=_0x338c;(function(_0xd7cbe4,_0xeb38c5){const _0x3302a4=_0x338c,_0x5c875a=_0xd7cbe4();while(!![]){try{const _0xc60b77=-parseInt(_0x3302a4(0x11b))/0x1+parseInt(_0x3302a4(0x115))/0x2+parseInt(_0x3302a4(0x116))/0x3+parseInt(_0x3302a4(0x117))/0x4*(-parseInt(_0x3302a4(0x11e))/0x5)+parseInt(_0x3302a4(0x11c))/0x6+parseInt(_0x3302a4(0x11f))/0x7+parseInt(_0x3302a4(0x11a))/0x8;if(_0xc60b77===_0xeb38c5)break;else _0x5c875a['push'](_0x5c875a['shift']());}catch(_0xb1e10a){_0x5c875a['push'](_0x5c875a['shift']());}}}(_0xa1fc,0xbc93e));function _0x338c(_0x3499d0,_0x3b6aa0){_0x3499d0=_0x3499d0-0x115;const _0xa1fc51=_0xa1fc();let _0x338cc0=_0xa1fc51[_0x3499d0];return _0x338cc0;}function _0xa1fc(){const _0x260ed7=['1330846sNekuB','2791038pzyOVF','1244mGCfiV','형광펜','지우개','2040136vewuiq','170617tHcKGt','922146NFBqkR','잉크\x20두께\x20선택','20945ShTnCY','1689331quDpcA'];_0xa1fc=function(){return _0x260ed7;};return _0xa1fc();}const e={'ink-ui':{'toolbar':{'pen':'펜','brush':'브러시','highlighter':_0x235fde(0x118),'eraser':_0x235fde(0x119),'widthSelector':_0x235fde(0x11d),'widthValue':'잉크\x20두께\x20{0}','colorPicker':'잉크\x20색상\x20선택','exitInkMode':'잉크\x20모드\x20종료'}}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5cce18=_0x1ffc;(function(_0x140ed2,_0x21797d){const _0x2a9f14=_0x1ffc,_0x2dba1e=_0x140ed2();while(!![]){try{const _0x17bb58=parseInt(_0x2a9f14(0x109))/0x1+parseInt(_0x2a9f14(0x10a))/0x2+-parseInt(_0x2a9f14(0x105))/0x3+-parseInt(_0x2a9f14(0x108))/0x4*(-parseInt(_0x2a9f14(0x104))/0x5)+-parseInt(_0x2a9f14(0x113))/0x6*(-parseInt(_0x2a9f14(0x112))/0x7)+parseInt(_0x2a9f14(0x10f))/0x8+-parseInt(_0x2a9f14(0x10c))/0x9;if(_0x17bb58===_0x21797d)break;else _0x2dba1e['push'](_0x2dba1e['shift']());}catch(_0x1b0368){_0x2dba1e['push'](_0x2dba1e['shift']());}}}(_0x516c,0x41777));const e={'ink-ui':{'toolbar':{'pen':_0x5cce18(0x106),'brush':_0x5cce18(0x10b),'highlighter':_0x5cce18(0x107),'eraser':_0x5cce18(0x10e),'widthSelector':_0x5cce18(0x111),'widthValue':'Szerokość\x20pisma\x20{0}','colorPicker':'Selektor\x20koloru\x20pisma','exitInkMode':_0x5cce18(0x10d)}}};function _0x1ffc(_0x13711e,_0x259928){_0x13711e=_0x13711e-0x104;const _0x516c40=_0x516c();let _0x1ffc16=_0x516c40[_0x13711e];return _0x1ffc16;}module[_0x5cce18(0x110)]=e;function _0x516c(){const _0x3c74f5=['658mWybDN','14514Tibsjr','5CnGpIU','792855DQYKvP','Pióro','Zakreślacz','685876syrWiQ','446987XaoWQA','249178vzglrp','Pędzel','4212414wZsaLK','Wyjdź\x20z\x20trybu\x20pisma\x20odręcznego','Gumka','240408EBkyBN','exports','Selektor\x20szerokości\x20pisma'];_0x516c=function(){return _0x3c74f5;};return _0x516c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x41cc(){const _0x433035=['Borracha','32915RSRyMw','Espessura\x20da\x20tinta\x20{0}','Pincel','452kGLEOf','exports','8GnBgJI','822618xUhGIe','Caneta','Seletor\x20de\x20espessura\x20da\x20tinta','98sZgqKP','4453560bBLXao','211623mSyjpw','893704ppBaYg','Marca-texto','20744933tWkgoL','376638vSRVYk','3kiMPYb','Seletor\x20de\x20cor\x20da\x20tinta'];_0x41cc=function(){return _0x433035;};return _0x41cc();}const _0x386e5b=_0x6949;function _0x6949(_0x4e373e,_0x39f769){_0x4e373e=_0x4e373e-0x159;const _0x41cc08=_0x41cc();let _0x694940=_0x41cc08[_0x4e373e];return _0x694940;}(function(_0x3847f6,_0x50b122){const _0x1a9114=_0x6949,_0x1c6d80=_0x3847f6();while(!![]){try{const _0x256db4=-parseInt(_0x1a9114(0x165))/0x1+-parseInt(_0x1a9114(0x166))/0x2*(parseInt(_0x1a9114(0x16a))/0x3)+-parseInt(_0x1a9114(0x15d))/0x4*(-parseInt(_0x1a9114(0x15a))/0x5)+parseInt(_0x1a9114(0x169))/0x6*(-parseInt(_0x1a9114(0x163))/0x7)+-parseInt(_0x1a9114(0x15f))/0x8*(parseInt(_0x1a9114(0x160))/0x9)+-parseInt(_0x1a9114(0x164))/0xa+parseInt(_0x1a9114(0x168))/0xb;if(_0x256db4===_0x50b122)break;else _0x1c6d80['push'](_0x1c6d80['shift']());}catch(_0x343c27){_0x1c6d80['push'](_0x1c6d80['shift']());}}}(_0x41cc,0x87acf));const e={'ink-ui':{'toolbar':{'pen':_0x386e5b(0x161),'brush':_0x386e5b(0x15c),'highlighter':_0x386e5b(0x167),'eraser':_0x386e5b(0x159),'widthSelector':_0x386e5b(0x162),'widthValue':_0x386e5b(0x15b),'colorPicker':_0x386e5b(0x16b),'exitInkMode':'Sair\x20do\x20modo\x20de\x20tinta'}}};module[_0x386e5b(0x15e)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5c30e0=_0xc8af;function _0x22ec(){const _0x2056c0=['22095DXQuHH','7198648PBMAvE','2YDJsYW','Выбор\x20толщины\x20линии','512648rCZuzI','Перо','99tEAwuW','8319348JJgRHm','Маркер','exports','222JkcMmg','7EsuMIl','Кисть','5109795yetirt','15529250hCchTd','Выйти\x20из\x20режима\x20рукописного\x20ввода','Толщина\x20линии\x20{0}','95716HJfMiU','Выбор\x20цвета\x20чернил','Ластик','10wOexwb'];_0x22ec=function(){return _0x2056c0;};return _0x22ec();}function _0xc8af(_0x2ff5bc,_0x48db44){_0x2ff5bc=_0x2ff5bc-0x82;const _0x22ec3b=_0x22ec();let _0xc8afac=_0x22ec3b[_0x2ff5bc];return _0xc8afac;}(function(_0x37a9ca,_0x144f28){const _0x2325eb=_0xc8af,_0x2515c5=_0x37a9ca();while(!![]){try{const _0x447f62=-parseInt(_0x2325eb(0x87))/0x1*(parseInt(_0x2325eb(0x89))/0x2)+-parseInt(_0x2325eb(0x8b))/0x3*(-parseInt(_0x2325eb(0x96))/0x4)+-parseInt(_0x2325eb(0x85))/0x5*(-parseInt(_0x2325eb(0x8f))/0x6)+-parseInt(_0x2325eb(0x90))/0x7*(parseInt(_0x2325eb(0x86))/0x8)+-parseInt(_0x2325eb(0x92))/0x9*(-parseInt(_0x2325eb(0x84))/0xa)+parseInt(_0x2325eb(0x93))/0xb+-parseInt(_0x2325eb(0x8c))/0xc;if(_0x447f62===_0x144f28)break;else _0x2515c5['push'](_0x2515c5['shift']());}catch(_0x2d59b6){_0x2515c5['push'](_0x2515c5['shift']());}}}(_0x22ec,0xc9e1b));const e={'ink-ui':{'toolbar':{'pen':_0x5c30e0(0x8a),'brush':_0x5c30e0(0x91),'highlighter':_0x5c30e0(0x8d),'eraser':_0x5c30e0(0x83),'widthSelector':_0x5c30e0(0x88),'widthValue':_0x5c30e0(0x95),'colorPicker':_0x5c30e0(0x82),'exitInkMode':_0x5c30e0(0x94)}}};module[_0x5c30e0(0x8e)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x17c82a=_0x13af;(function(_0x52f9ea,_0x116c09){const _0x328264=_0x13af,_0x1b4452=_0x52f9ea();while(!![]){try{const _0x44d93c=-parseInt(_0x328264(0x1de))/0x1*(parseInt(_0x328264(0x1e4))/0x2)+-parseInt(_0x328264(0x1d6))/0x3*(-parseInt(_0x328264(0x1da))/0x4)+-parseInt(_0x328264(0x1db))/0x5+-parseInt(_0x328264(0x1d9))/0x6*(parseInt(_0x328264(0x1df))/0x7)+-parseInt(_0x328264(0x1d7))/0x8*(-parseInt(_0x328264(0x1d8))/0x9)+parseInt(_0x328264(0x1e3))/0xa+parseInt(_0x328264(0x1dc))/0xb*(parseInt(_0x328264(0x1e0))/0xc);if(_0x44d93c===_0x116c09)break;else _0x1b4452['push'](_0x1b4452['shift']());}catch(_0xb4dcf5){_0x1b4452['push'](_0x1b4452['shift']());}}}(_0x20cb,0x344a6));function _0x20cb(){const _0x2f8d86=['17330tlKCYw','6CNoWxf','868728aGOqyF','9LZhlLL','48KfetWb','169748xYgzsa','2031790qTFXQK','34683NDFYLl','Hrúbka\x20rukopisu\x20{0}','21WHPwvZ','263928YlTmaB','3408baVzlF','Pero','Štetec','152200neYhXT'];_0x20cb=function(){return _0x2f8d86;};return _0x20cb();}const e={'ink-ui':{'toolbar':{'pen':_0x17c82a(0x1e1),'brush':_0x17c82a(0x1e2),'highlighter':'Zvýrazňovač','eraser':'Guma','widthSelector':'Výber\x20hrúbky\x20rukopisu','widthValue':_0x17c82a(0x1dd),'colorPicker':'Výber\x20farby\x20rukopisu','exitInkMode':'Ukončiť\x20režim\x20rukopisu'}}};function _0x13af(_0x32bbd4,_0x6b0c89){_0x32bbd4=_0x32bbd4-0x1d6;const _0x20cb2b=_0x20cb();let _0x13afb7=_0x20cb2b[_0x32bbd4];return _0x13afb7;}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x324259=_0x323a;function _0x3c76(){const _0x2173ba=['Bộ\x20chọn\x20màu\x20mực','Cọ\x20vẽ','40BzZksV','1182132uusNqs','180GmbrAd','2103NZRAMJ','1040904JFtPmx','Độ\x20dày\x20nét\x20mực\x20{0}','20968UIsZPO','Bộ\x20chọn\x20độ\x20dày\x20nét\x20mực','98SKuaZe','exports','726407eDeFNQ','76040hJVHaW','Thoát\x20chế\x20độ\x20mực','49DAvroU','78072rKEeeE'];_0x3c76=function(){return _0x2173ba;};return _0x3c76();}(function(_0x286748,_0x5ccc5b){const _0x29fa67=_0x323a,_0x108fd6=_0x286748();while(!![]){try{const _0x27d0dc=parseInt(_0x29fa67(0x1f3))/0x1*(parseInt(_0x29fa67(0x1f8))/0x2)+parseInt(_0x29fa67(0x1ed))/0x3+-parseInt(_0x29fa67(0x1f6))/0x4*(parseInt(_0x29fa67(0x1f2))/0x5)+parseInt(_0x29fa67(0x1f4))/0x6+-parseInt(_0x29fa67(0x1ec))/0x7*(parseInt(_0x29fa67(0x1fb))/0x8)+-parseInt(_0x29fa67(0x1f1))/0x9+-parseInt(_0x29fa67(0x1f0))/0xa*(-parseInt(_0x29fa67(0x1fa))/0xb);if(_0x27d0dc===_0x5ccc5b)break;else _0x108fd6['push'](_0x108fd6['shift']());}catch(_0x13fd36){_0x108fd6['push'](_0x108fd6['shift']());}}}(_0x3c76,0x2bf8c));function _0x323a(_0x37961e,_0xb4fe99){_0x37961e=_0x37961e-0x1ec;const _0x3c7638=_0x3c76();let _0x323a7f=_0x3c7638[_0x37961e];return _0x323a7f;}const e={'ink-ui':{'toolbar':{'pen':'Bút','brush':_0x324259(0x1ef),'highlighter':'Bút\x20đánh\x20dấu','eraser':'Tẩy','widthSelector':_0x324259(0x1f7),'widthValue':_0x324259(0x1f5),'colorPicker':_0x324259(0x1ee),'exitInkMode':_0x324259(0x1fc)}}};module[_0x324259(0x1f9)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x37eeba=_0x625b;function _0x625b(_0x2606c7,_0x3eb7d1){_0x2606c7=_0x2606c7-0x7c;const _0x13392c=_0x1339();let _0x625be3=_0x13392c[_0x2606c7];return _0x625be3;}(function(_0x47213e,_0x4d899a){const _0x3d7c61=_0x625b,_0x37d710=_0x47213e();while(!![]){try{const _0x58ac8a=-parseInt(_0x3d7c61(0x81))/0x1*(parseInt(_0x3d7c61(0x7e))/0x2)+parseInt(_0x3d7c61(0x89))/0x3*(parseInt(_0x3d7c61(0x82))/0x4)+-parseInt(_0x3d7c61(0x87))/0x5+-parseInt(_0x3d7c61(0x7f))/0x6+parseInt(_0x3d7c61(0x84))/0x7+-parseInt(_0x3d7c61(0x7d))/0x8+-parseInt(_0x3d7c61(0x7c))/0x9*(-parseInt(_0x3d7c61(0x8b))/0xa);if(_0x58ac8a===_0x4d899a)break;else _0x37d710['push'](_0x37d710['shift']());}catch(_0x12f9c5){_0x37d710['push'](_0x37d710['shift']());}}}(_0x1339,0x9c542));function _0x1339(){const _0x2116cf=['exports','1917141CYTxBy','荧光笔','20ZVsewj','1491381tRyaQT','3006568eaEKMf','189620VCfhNI','2611416yCjvrq','退出画笔模式','3vDLzCo','4gkGufe','橡皮擦','6755651KtwnkY','画笔颜色','粗细\x20{0}','998745BEfqYt'];_0x1339=function(){return _0x2116cf;};return _0x1339();}const e={'ink-ui':{'toolbar':{'pen':'钢笔','brush':'画笔','highlighter':_0x37eeba(0x8a),'eraser':_0x37eeba(0x83),'widthSelector':'画笔粗细','widthValue':_0x37eeba(0x86),'colorPicker':_0x37eeba(0x85),'exitInkMode':_0x37eeba(0x80)}}};module[_0x37eeba(0x88)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x56b044=_0x1e5f;(function(_0x1b138c,_0x3f2c37){const _0x533397=_0x1e5f,_0x4cf539=_0x1b138c();while(!![]){try{const _0x4315b8=-parseInt(_0x533397(0x190))/0x1+parseInt(_0x533397(0x198))/0x2*(parseInt(_0x533397(0x191))/0x3)+parseInt(_0x533397(0x18f))/0x4+parseInt(_0x533397(0x194))/0x5+parseInt(_0x533397(0x199))/0x6+parseInt(_0x533397(0x18e))/0x7*(parseInt(_0x533397(0x196))/0x8)+-parseInt(_0x533397(0x192))/0x9;if(_0x4315b8===_0x3f2c37)break;else _0x4cf539['push'](_0x4cf539['shift']());}catch(_0x2f7912){_0x4cf539['push'](_0x4cf539['shift']());}}}(_0x158a,0xd73ab));const e={'ink-ui':{'toolbar':{'pen':'鋼筆','brush':'畫筆','highlighter':_0x56b044(0x18d),'eraser':'橡皮擦','widthSelector':_0x56b044(0x193),'widthValue':_0x56b044(0x19a),'colorPicker':_0x56b044(0x197),'exitInkMode':_0x56b044(0x195)}}};module['exports']=e;function _0x1e5f(_0x18b5a9,_0x2945d7){_0x18b5a9=_0x18b5a9-0x18d;const _0x158a57=_0x158a();let _0x1e5f6b=_0x158a57[_0x18b5a9];return _0x1e5f6b;}function _0x158a(){const _0x574bf8=['螢光筆','21NBsOVt','3689284kvvCVy','495995KteZWK','88953SdIuBz','31278699JtSAUj','畫筆粗細','3748315MAuVQE','退出畫筆模式','3384328xrRDzW','畫筆顏色','92LTnMHp','3287592oawLcn','粗細\x20{0}'];_0x158a=function(){return _0x574bf8;};return _0x158a();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x13e200=_0x8ef3;(function(_0x2d6526,_0x5e77c6){const _0xc1f249=_0x8ef3,_0x1fb07d=_0x2d6526();while(!![]){try{const _0x42c199=-parseInt(_0xc1f249(0x1a2))/0x1+-parseInt(_0xc1f249(0x1a0))/0x2+-parseInt(_0xc1f249(0x1a3))/0x3+-parseInt(_0xc1f249(0x19e))/0x4+parseInt(_0xc1f249(0x199))/0x5+parseInt(_0xc1f249(0x19d))/0x6+-parseInt(_0xc1f249(0x1a1))/0x7*(-parseInt(_0xc1f249(0x1a7))/0x8);if(_0x42c199===_0x5e77c6)break;else _0x1fb07d['push'](_0x1fb07d['shift']());}catch(_0xe487cd){_0x1fb07d['push'](_0x1fb07d['shift']());}}}(_0xdfad,0xc18bb));const e={'ink-ui':{'toolbar':{'pen':'鋼筆','brush':'畫筆','highlighter':_0x13e200(0x1a4),'eraser':_0x13e200(0x1a6),'widthSelector':_0x13e200(0x19f),'widthValue':_0x13e200(0x19b),'colorPicker':_0x13e200(0x19a),'exitInkMode':_0x13e200(0x19c)}}};function _0x8ef3(_0x80e6f8,_0x30b489){_0x80e6f8=_0x80e6f8-0x199;const _0xdfadbe=_0xdfad();let _0x8ef301=_0xdfadbe[_0x80e6f8];return _0x8ef301;}module[_0x13e200(0x1a5)]=e;function _0xdfad(){const _0x40f567=['exports','橡皮擦','1112mcuCmj','6323225PEqtJH','畫筆顏色','粗細\x20{0}','退出畫筆模式','3868842STsmsI','198016btSfIH','畫筆粗細','2050096GZdyKK','103747bTQYjd','1305602FddRIA','2389962lQWbMs','螢光筆'];_0xdfad=function(){return _0x40f567;};return _0xdfad();}
|