@medipha/chat 1.0.20 → 1.0.21

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/dist/index.cjs CHANGED
@@ -58,7 +58,7 @@ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.
58
58
  - string (Lottie JSON),
59
59
  - ArrayBuffer (dotLottie),
60
60
  - object (Lottie JSON).
61
- Received: ${typeof e}`);return}if(t){if(this._renderConfig.quality!==void 0&&this._dotLottieCore.set_quality(this._renderConfig.quality),this._drainPlayerEvents({skipFrame:!!this._marker||!!this._segment}),this._marker&&this._dotLottieCore.set_marker(this._marker),this._segment){this._dotLottieCore.set_segment(this._segment[0],this._segment[1]);let e=wm(this._dotLottieCore.mode()),t=e===`reverse`||e===`reverse-bounce`?this._segment[1]:this._segment[0];this._dotLottieCore.set_frame(t)}setTimeout(()=>{this._eventManager.dispatch({type:`frame`,currentFrame:this.currentFrame})},0),this._dotLottieCore.render(),this._drainPlayerEvents(),this._draw(),this._stateMachineId?this.stateMachineLoad(this._stateMachineId)&&this.stateMachineStart()&&this._startAnimationLoop():this._dotLottieCore.status()===$p.Playing&&this._startAnimationLoop(),Tp&&this._canvas instanceof HTMLCanvasElement&&(this._renderConfig.freezeOnOffscreen&&(sm.observe(this._canvas,this),hm(this._canvas)||this.freeze()),this._renderConfig.autoResize&&cm.observe(this._canvas,this))}else this._drainPlayerEvents()}_loadFromSrc(e,t){(t??this._fetchData(e)).then(e=>this._loadFromData(e)).catch(t=>this._dispatchError(`Failed to load animation data from URL: ${e}. ${t}`))}get buffer(){return this._dotLottieCore?this._dotLottieCore.get_pixel_buffer():null}get activeAnimationId(){return this._dotLottieCore?.animation_id()??void 0}get activeThemeId(){return this._dotLottieCore?.theme_id()??void 0}get layout(){if(this._dotLottieCore)return{align:[this._dotLottieCore.layout_align_x(),this._dotLottieCore.layout_align_y()],fit:Tm(this._dotLottieCore.layout_fit())}}get marker(){return this._dotLottieCore?.current_marker()??``}get manifest(){try{let e=this._dotLottieCore?.manifest_string();if(this._dotLottieCore===null||!e)return null;let t=JSON.parse(e);return Object.keys(t).length===0?null:t}catch{return null}}get renderConfig(){return this._renderConfig}get segment(){if(this._dotLottieCore)return[this._dotLottieCore.segment_start(),this._dotLottieCore.segment_end()]}get loop(){return this._dotLottieCore?.loop_animation()??!1}get mode(){return this._dotLottieCore?wm(this._dotLottieCore.mode()):`forward`}get isFrozen(){return this._isFrozen}get isStateMachineRunning(){return this._isStateMachineRunning}get backgroundColor(){return this._backgroundColor??``}get autoplay(){return this._dotLottieCore?.autoplay()??!1}get useFrameInterpolation(){return this._dotLottieCore?.use_frame_interpolation()??!1}get speed(){return this._dotLottieCore?.speed()??0}get isReady(){return this._dotLottieCore!==null}get isLoaded(){return(this._dotLottieCore?.status()??$p.Idle)!==$p.Idle}get isPlaying(){return this._dotLottieCore?.status()===$p.Playing}get isPaused(){return this._dotLottieCore?.status()===$p.Paused}get isStopped(){return this._dotLottieCore?.status()===$p.Stopped}get currentFrame(){return this._dotLottieCore?Math.round(this._dotLottieCore.current_frame()*100)/100:0}get loopCount(){return this._dotLottieCore?.current_loop_count()??0}get totalFrames(){return this._dotLottieCore?.total_frames()??0}get duration(){return(this._dotLottieCore?.duration()??0)/1e3}get canvas(){return this._canvas}load(e){this._dotLottieCore!==null&&(this._stopAnimationLoop(),this._cleanupCanvas(),this._isFrozen=!1,this._dotLottieCore.set_autoplay(e.autoplay??!1),this._dotLottieCore.set_loop(e.loop??!1),this._dotLottieCore.set_loop_count(e.loopCount??0),this._dotLottieCore.set_mode(Cm(e.mode??`forward`)),this._dotLottieCore.set_speed(e.speed??1),this._dotLottieCore.set_use_frame_interpolation(e.useFrameInterpolation??!0),e.segment&&e.segment.length===2?(this._segment=[e.segment[0],e.segment[1]],this._dotLottieCore.set_segment(this._segment[0],this._segment[1])):(this._segment=null,this._dotLottieCore.clear_segment()),this._marker=e.marker??``,this._marker?this._dotLottieCore.set_marker(this._marker):this._dotLottieCore.clear_marker(),this._dotLottieCore.set_layout(e.layout?.fit??`contain`,e.layout?.align?.[0]??.5,e.layout?.align?.[1]??.5),this._applyAssetResolver(e.assetResolver??null),e.data?this._canvas?this._loadFromData(e.data):this._pendingLoad={data:e.data}:e.src&&(this._canvas?this._loadFromSrc(e.src):this._pendingLoad={src:e.src}),e.backgroundColor&&this.setBackgroundColor(e.backgroundColor))}_draw(){if(this._dotLottieCore===null||this._canvas===null||(!this._context&&`getContext`in this._canvas&&typeof this._canvas.getContext==`function`&&(!Tp||typeof HTMLCanvasElement<`u`&&this._canvas instanceof HTMLCanvasElement||typeof OffscreenCanvas<`u`&&this._canvas instanceof OffscreenCanvas)&&(this._context=this._canvas.getContext(`2d`)),!this._context))return;let e=this._dotLottieCore.get_pixel_buffer(),t=this._canvas.width,n=this._canvas.height,r=t*n*4;if(e.byteLength!==r){this._lastExpectedBufferSize===r?this._bufferMismatchCount+=1:(this._bufferMismatchCount=1,this._lastExpectedBufferSize=r),this._bufferMismatchCount===10&&console.warn(`[dotlottie-web] Persistent buffer size mismatch detected. Expected ${r} bytes for canvas ${t}x${n}, but got ${e.byteLength} bytes. This may indicate a WASM memory allocation issue or invalid canvas dimensions.`);return}this._bufferMismatchCount=0,this._lastExpectedBufferSize=r;let i=this._cachedImageData;if(i===null||i.width!==t||i.height!==n||i.data.byteLength!==r||this._cachedImageDataBuffer!==e.buffer||this._cachedImageDataByteOffset!==e.byteOffset){if(typeof ImageData>`u`)this._cachedImageData=this._context.createImageData(t,n);else{let r=new Uint8ClampedArray(e.buffer,e.byteOffset,e.byteLength);this._cachedImageData=new ImageData(r,t,n)}this._cachedImageDataBuffer=e.buffer,this._cachedImageDataByteOffset=e.byteOffset}if(typeof ImageData>`u`){let t=new Uint8ClampedArray(e.buffer,e.byteOffset,e.byteLength);this._cachedImageData.data.set(t)}this._context.putImageData(this._cachedImageData,0,0)}_cleanupCanvas(){this._canvas&&Tp&&this._canvas instanceof HTMLCanvasElement&&(sm.unobserve(this._canvas),cm.unobserve(this._canvas),this._cleanupStateMachineListeners())}_initializeCanvas(){this._setupRendererOnCanvas(),this._canvas&&Tp&&this._canvas instanceof HTMLCanvasElement&&this.isLoaded&&(this._renderConfig.freezeOnOffscreen&&(sm.observe(this._canvas,this),hm(this._canvas)||this.freeze()),this._renderConfig.autoResize&&cm.observe(this._canvas,this),this._isStateMachineRunning&&this._setupStateMachineListeners()),this._canvas&&this._dotLottieCore&&this.isLoaded&&this._setupTarget(this._canvas.width,this._canvas.height)&&(this._dotLottieCore.render(),this._draw())}_setupRendererOnCanvas(){this._context=null}_stopAnimationLoop(){this._animationFrameId!==null&&(this._frameManager.cancelAnimationFrame(this._animationFrameId),this._animationFrameId=null),this._lastFrameTime=null}_startAnimationLoop(){this._animationFrameId===null&&this._dotLottieCore&&!this._isFrozen&&(this._dotLottieCore.status()===$p.Playing||this._isStateMachineRunning)&&(this._animationFrameId=this._frameManager.requestAnimationFrame(this._boundAnimationLoop))}_animationLoop(e){if(this._dotLottieCore===null){this._stopAnimationLoop();return}if(this._dotLottieCore.status()!==$p.Playing&&!this._isStateMachineRunning){this._stopAnimationLoop();return}try{let t=this._lastFrameTime===null?0:e-this._lastFrameTime;this._lastFrameTime=e;let n=this._isStateMachineRunning?this._dotLottieCore.sm_tick(t):this._dotLottieCore.tick(t);this._isStateMachineRunning?this._drainSmEvents():this._drainPlayerEvents(),n&&this._draw(),this._animationFrameId=this._frameManager.requestAnimationFrame(this._boundAnimationLoop)}catch(e){console.error(`Error in animation frame:`,e),this._eventManager.dispatch({type:`renderError`,error:e}),e instanceof WebAssembly.RuntimeError&&this.destroy()}}play(){if(this._dotLottieCore===null||!this.isLoaded)return;this._stopAnimationLoop();let e=this._dotLottieCore.play();this._drainPlayerEvents(),(e||this._dotLottieCore.status()===$p.Playing)&&(this._isFrozen=!1,this._startAnimationLoop()),this._canvas&&Tp&&this._canvas instanceof HTMLCanvasElement&&this._renderConfig.freezeOnOffscreen&&!hm(this._canvas)&&this.freeze()}pause(){this._dotLottieCore!==null&&(this._dotLottieCore.pause(),this._drainPlayerEvents(),this._stopAnimationLoop())}stop(){if(this._dotLottieCore===null)return;let e=this._dotLottieCore.stop();this._drainPlayerEvents(),this._stopAnimationLoop(),e&&(this._eventManager.dispatch({type:`frame`,currentFrame:this.currentFrame}),this._dotLottieCore.render(),this._draw())}setFrame(e){if(this._dotLottieCore!==null&&this._dotLottieCore.set_frame(e)){let e=this._dotLottieCore.render();this._drainPlayerEvents(),e&&this._draw()}}setSpeed(e){this._dotLottieCore!==null&&this._dotLottieCore.set_speed(e)}setBackgroundColor(e){if(this._dotLottieCore!==null){if(Tp&&this._canvas instanceof HTMLCanvasElement)this._canvas.style.backgroundColor=e;else{let[t,n,r,i]=um(e);this._dotLottieCore.set_background(t,n,r,i)}this._backgroundColor=e}}setLoop(e){this._dotLottieCore!==null&&this._dotLottieCore.set_loop(e)}setLoopCount(e){this._dotLottieCore!==null&&this._dotLottieCore.set_loop_count(e)}setUseFrameInterpolation(e){this._dotLottieCore!==null&&this._dotLottieCore.set_use_frame_interpolation(e)}_applyAssetResolver(e){if(this._dotLottieCore!==null){if(e===null){this._dotLottieCore.set_asset_resolver(null);return}this._dotLottieCore.set_asset_resolver(t=>{try{return e(t)??null}catch(e){return console.error(`[dotlottie-web] assetResolver threw for "${t}":`,e),null}})}}addEventListener(e,t){this._eventManager.addEventListener(e,t)}removeEventListener(e,t){this._eventManager.removeEventListener(e,t)}destroy(){this._stopAnimationLoop(),this._isStateMachineRunning=!1,this._cleanupCanvas(),this._srcFetchAbort?.abort(),this._srcFetchAbort=null,this._pendingLoad=null;let e=this._dotLottieCore;if(this._dotLottieCore=null,this._context=null,e)try{e.free()}catch(e){console.warn(`[dotlottie-web] Error freeing wasm core during destroy:`,e)}this._eventManager.dispatch({type:`destroy`}),this._eventManager.removeAllEventListeners(),this._cleanupStateMachineListeners()}freeze(){this._animationFrameId!==null&&(this._stopAnimationLoop(),this._isFrozen=!0,this._eventManager.dispatch({type:`freeze`}))}unfreeze(){this._animationFrameId===null&&(this._isFrozen=!1,this._eventManager.dispatch({type:`unfreeze`}),this._startAnimationLoop())}_syncCanvasSize(){if(!(Tp&&this._canvas instanceof HTMLCanvasElement))return;let e=this._renderConfig.devicePixelRatio||window.devicePixelRatio||1,{height:t,width:n}=this._canvas.getBoundingClientRect();t!==0&&n!==0&&(this._canvas.width=n*e,this._canvas.height=t*e)}resize(){!this._dotLottieCore||!this.isLoaded||!this._canvas||(this._syncCanvasSize(),this._setupTarget(this._canvas.width,this._canvas.height)&&(this._dotLottieCore.render(),this._draw()))}setCanvas(e){if(!(!e||this._canvas===e)&&(this._canvas&&this._cleanupCanvas(),this._canvas=e,this._initializeCanvas(),this._pendingLoad)){let e=this._pendingLoad;this._pendingLoad=null,e.data?this._loadFromData(e.data):e.src&&this._loadFromSrc(e.src,e.dataPromise)}}setTransform(e){if(!this._dotLottieCore)return!1;let t=this._dotLottieCore.set_transform(new Float32Array(e));return t&&this._dotLottieCore.render()&&this._draw(),t}getTransform(){if(!this._dotLottieCore)return;let e=this._dotLottieCore.get_transform();return Array.from(e)}setSegment(e,t){this._dotLottieCore!==null&&(this._segment=[e,t],this._dotLottieCore.set_segment(e,t))}resetSegment(){this._dotLottieCore!==null&&(this._segment=null,this._dotLottieCore.clear_segment())}setMode(e){this._dotLottieCore!==null&&this._dotLottieCore.set_mode(Cm(e))}setRenderConfig(e){let{devicePixelRatio:t,freezeOnOffscreen:n,quality:r,...i}=e;this._renderConfig={...this._renderConfig,...i,devicePixelRatio:t||mm(),freezeOnOffscreen:n??!0,...r!==void 0&&{quality:r}},r!==void 0&&this._dotLottieCore&&this._dotLottieCore.set_quality(r),Tp&&this._canvas instanceof HTMLCanvasElement&&(this._renderConfig.autoResize?cm.observe(this._canvas,this):cm.unobserve(this._canvas),this._renderConfig.freezeOnOffscreen?(sm.observe(this._canvas,this),hm(this._canvas)||this.freeze()):(sm.unobserve(this._canvas),this._isFrozen&&this.unfreeze()))}loadAnimation(e){this._dotLottieCore===null||this._dotLottieCore.animation_id()===e||!this._canvas||(this._syncCanvasSize(),this._setupTarget(this._canvas.width,this._canvas.height),this._dotLottieCore.load_animation_from_id(e)?(this._renderConfig.quality!==void 0&&this._dotLottieCore.set_quality(this._renderConfig.quality),this._drainPlayerEvents(),this._dotLottieCore.render(),this._draw()):this._dispatchError(`Failed to load animation with id: ${e}`))}setMarker(e){this._dotLottieCore!==null&&(this.markers().some(t=>t.name===e)?(this._marker=e,this._dotLottieCore.set_marker(e)):(this._marker=``,this._segment=null,this._dotLottieCore.clear_marker(),this._dotLottieCore.clear_segment()))}markers(){let e=this._dotLottieCore?.markers();return e&&Array.isArray(e)?e:[]}setTheme(e){if(this._dotLottieCore===null)return!1;let t=this._dotLottieCore.set_theme(e);return t&&(this._dotLottieCore.render(),this._draw()),t}resetTheme(){if(this._dotLottieCore===null)return!1;let e=this._dotLottieCore.reset_theme();return e&&(this._dotLottieCore.render(),this._draw()),e}setThemeData(e){if(this._dotLottieCore===null)return!1;let t=typeof e==`string`?e:JSON.stringify(e),n=this._dotLottieCore.set_theme_data(t);return n&&(this._dotLottieCore.render(),this._draw()),n}setSlots(e){this._dotLottieCore!==null&&this._dotLottieCore.set_slots_str(JSON.stringify(e))&&(this._dotLottieCore.render(),this._draw())}_isKeyframeArray(e){return Array.isArray(e)&&e.length>0&&typeof e[0]==`object`&&e[0]!==null&&`t`in e[0]&&`s`in e[0]}getSlotIds(){if(!this._dotLottieCore)return[];let e=this._dotLottieCore.get_slot_ids();return Array.isArray(e)?e:[]}getSlotType(e){if(!this._dotLottieCore)return;let t=this._dotLottieCore.get_slot_type(e);if(t)return t}getSlot(e){if(!this._dotLottieCore)return;let t=this._dotLottieCore.get_slot_str(e);if(t)try{return JSON.parse(t)}catch{return}}getSlots(){if(!this._dotLottieCore)return{};try{return JSON.parse(this._dotLottieCore.get_slots_str())}catch{return{}}}setColorSlot(e,t){if(this._dotLottieCore===null)return!1;let n=this._isKeyframeArray(t),r=JSON.stringify({a:+!!n,k:t}),i=this._dotLottieCore.set_slot_str(e,r);return this._dotLottieCore.render(),this._draw(),i}setScalarSlot(e,t){if(this._dotLottieCore===null)return!1;let n=JSON.stringify({a:typeof t==`number`?0:1,k:t}),r=this._dotLottieCore.set_slot_str(e,n);return this._dotLottieCore.render(),this._draw(),r}setVectorSlot(e,t){if(this._dotLottieCore===null)return!1;let n=this._isKeyframeArray(t),r=JSON.stringify({a:+!!n,k:t}),i=this._dotLottieCore.set_slot_str(e,r);return this._dotLottieCore.render(),this._draw(),i}setGradientSlot(e,t,n){if(this._dotLottieCore===null)return!1;let r=this._isKeyframeArray(t),i=JSON.stringify({k:{a:+!!r,k:t},p:n}),a=this._dotLottieCore.set_slot_str(e,i);return this._dotLottieCore.render(),this._draw(),a}setTextSlot(e,t){if(this._dotLottieCore===null)return!1;let n=this._dotLottieCore.get_slot_str(e),r=t;if(n){let e=JSON.parse(n);if(e&&`k`in e&&Array.isArray(e.k)){let n=e.k[0];`s`in n&&typeof n.s==`object`&&(r={...n.s,...t})}}let i=JSON.stringify({a:0,k:[{t:0,s:r}]}),a=this._dotLottieCore.set_slot_str(e,i);return this._dotLottieCore.render(),this._draw(),a}async setImageSlot(e,t){if(this._dotLottieCore===null)return!1;let n=await vm(t);if(this._dotLottieCore===null)return!1;let r=this._dotLottieCore.set_image_slot(e,n);return this._dotLottieCore.render(),this._draw(),r}resetSlot(e){if(this._dotLottieCore===null)return!1;let t=this._dotLottieCore.reset_slot(e);return this._dotLottieCore.render(),this._draw(),t}clearSlot(e){if(this._dotLottieCore===null)return!1;let t=this._dotLottieCore.clear_slot(e);return this._dotLottieCore.render(),this._draw(),t}resetSlots(){if(this._dotLottieCore===null)return!1;let e=this._dotLottieCore.reset_slots();return this._dotLottieCore.render(),this._draw(),e}clearSlots(){if(this._dotLottieCore===null)return!1;let e=this._dotLottieCore.clear_slots();return this._dotLottieCore.render(),this._draw(),e}setLayout(e){this._dotLottieCore!==null&&this._dotLottieCore.set_layout(e.fit??`contain`,e.align?.[0]??.5,e.align?.[1]??.5)}setViewport(e,t,n,r){return this._dotLottieCore!==null&&this._dotLottieCore.set_viewport(e,t,n,r)}static setWasmUrl(e){Sm().setWasmUrl(e)}static preload(){return Sm().load()}static async registerFont(e,t){try{await Sm().load();let n;if(typeof t==`string`){let e=await fetch(t);if(!e.ok)return console.error(`Failed to fetch font from URL: ${t}. Status: ${e.status}`),!1;n=new Uint8Array(await e.arrayBuffer())}else n=t instanceof Uint8Array?t:new Uint8Array(t);let r=qp(e,n);return r||console.error(`Failed to register font "${e}". Font data may be invalid.`),r}catch(t){return console.error(`Error registering font "${e}":`,t),!1}}animationSize(){let e=this._dotLottieCore?.animation_size();return{width:e?.[0]??0,height:e?.[1]??0}}stateMachineLoad(e){return this._dotLottieCore?this._dotLottieCore.state_machine_load_from_id(e):!1}stateMachineLoadData(e){return this._dotLottieCore?this._dotLottieCore.state_machine_load(e):!1}stateMachineSetConfig(e){this._stateMachineConfig=e}stateMachineStart(){if(this._dotLottieCore===null)return!1;let e=this._dotLottieCore.sm_start(this._stateMachineConfig?.openUrlPolicy?.requireUserInteraction??!0,this._stateMachineConfig?.openUrlPolicy?.whitelist??[]);return this._drainSmEvents(),e&&(this._isStateMachineRunning=!0,this._setupStateMachineListeners(),this._startAnimationLoop()),e}stateMachineStop(){if(!this._dotLottieCore)return!1;let e=this._dotLottieCore.sm_stop();return this._drainSmEvents(),e&&(this._isStateMachineRunning=!1,this._cleanupStateMachineListeners(),this._dotLottieCore.status()!==$p.Playing&&this._stopAnimationLoop()),e}stateMachineGetStatus(){return this._dotLottieCore?.sm_status()??``}stateMachineGetCurrentState(){return this._dotLottieCore?.sm_current_state()??``}stateMachineGetActiveId(){return this._dotLottieCore?.state_machine_id()??``}stateMachineOverrideState(e,t=!1){return this._dotLottieCore?.sm_override_current_state(e,t)??!1}stateMachineSetSeed(e){return this._dotLottieCore?.sm_set_seed(BigInt(Math.trunc(e)))??!1}stateMachineGet(e){return this._dotLottieCore?.get_state_machine(e)??``}stateMachineGetListeners(){if(!this._dotLottieCore)return[];let e=this._dotLottieCore.sm_framework_setup();return Array.isArray(e)?e:[]}stateMachineSetBooleanInput(e,t){return this._dotLottieCore?.sm_set_boolean_input(e,t)??!1}stateMachineSetNumericInput(e,t){return this._dotLottieCore?.sm_set_numeric_input(e,t)??!1}stateMachineSetStringInput(e,t){return this._dotLottieCore?.sm_set_string_input(e,t)??!1}stateMachineGetBooleanInput(e){return this._dotLottieCore?.sm_get_boolean_input(e)??void 0}stateMachineGetNumericInput(e){return this._dotLottieCore?.sm_get_numeric_input(e)??void 0}stateMachineGetStringInput(e){return this._dotLottieCore?.sm_get_string_input(e)??void 0}stateMachineGetInputs(){if(!this._dotLottieCore)return[];let e=this._dotLottieCore.sm_get_inputs();return Array.isArray(e)?e:[]}stateMachineFireEvent(e){this._dotLottieCore?.sm_fire(e)}stateMachinePostClickEvent(e,t){this._dotLottieCore?.sm_post_click(e,t)}stateMachinePostPointerUpEvent(e,t){this._dotLottieCore?.sm_post_pointer_up(e,t)}stateMachinePostPointerDownEvent(e,t){this._dotLottieCore?.sm_post_pointer_down(e,t)}stateMachinePostPointerMoveEvent(e,t){this._dotLottieCore?.sm_post_pointer_move(e,t)}stateMachinePostPointerEnterEvent(e,t){this._dotLottieCore?.sm_post_pointer_enter(e,t)}stateMachinePostPointerExitEvent(e,t){this._dotLottieCore?.sm_post_pointer_exit(e,t)}_onClick(e){let t=gm(e);t&&this.stateMachinePostClickEvent(t.x,t.y)}_onPointerUp(e){let t=gm(e);t&&this.stateMachinePostPointerUpEvent(t.x,t.y)}_onPointerDown(e){let t=gm(e);t&&this.stateMachinePostPointerDownEvent(t.x,t.y)}_onPointerMove(e){let t=gm(e);t&&this.stateMachinePostPointerMoveEvent(t.x,t.y)}_onPointerEnter(e){let t=gm(e);t&&this.stateMachinePostPointerEnterEvent(t.x,t.y)}_onPointerLeave(e){let t=gm(e);t&&this.stateMachinePostPointerExitEvent(t.x,t.y)}_setupStateMachineListeners(){if(Tp&&this._canvas instanceof HTMLCanvasElement&&this._dotLottieCore!==null&&this.isLoaded){let e=this.stateMachineGetListeners();this._cleanupStateMachineListeners(),e.includes(`Click`)&&(this._boundOnClick=this._onClick.bind(this),this._canvas.addEventListener(`click`,this._boundOnClick)),e.includes(`PointerUp`)&&(this._boundOnPointerUp=this._onPointerUp.bind(this),this._canvas.addEventListener(`pointerup`,this._boundOnPointerUp)),e.includes(`PointerDown`)&&(this._boundOnPointerDown=this._onPointerDown.bind(this),this._canvas.addEventListener(`pointerdown`,this._boundOnPointerDown)),e.includes(`PointerMove`)&&(this._boundOnPointerMove=this._onPointerMove.bind(this),this._canvas.addEventListener(`pointermove`,this._boundOnPointerMove)),e.includes(`PointerEnter`)&&(this._boundOnPointerEnter=this._onPointerEnter.bind(this),this._canvas.addEventListener(`pointerenter`,this._boundOnPointerEnter)),e.includes(`PointerExit`)&&(this._boundOnPointerLeave=this._onPointerLeave.bind(this),this._canvas.addEventListener(`pointerleave`,this._boundOnPointerLeave))}}_cleanupStateMachineListeners(){Tp&&this._canvas instanceof HTMLCanvasElement&&(this._boundOnClick&&=(this._canvas.removeEventListener(`click`,this._boundOnClick),null),this._boundOnPointerUp&&=(this._canvas.removeEventListener(`pointerup`,this._boundOnPointerUp),null),this._boundOnPointerDown&&=(this._canvas.removeEventListener(`pointerdown`,this._boundOnPointerDown),null),this._boundOnPointerMove&&=(this._canvas.removeEventListener(`pointermove`,this._boundOnPointerMove),null),this._boundOnPointerEnter&&=(this._canvas.removeEventListener(`pointerenter`,this._boundOnPointerEnter),null),this._boundOnPointerLeave&&=(this._canvas.removeEventListener(`pointerleave`,this._boundOnPointerLeave),null))}},Dm=({animationId:e,autoplay:t,backgroundColor:n,className:r,createDotLottie:i,data:a,dotLottieRefCallback:o,layout:s,loop:c,loopCount:l,mode:u,playOnHover:d,renderConfig:p,segment:h,speed:g,src:_,stateMachineConfig:v,stateMachineId:y,style:b,themeData:x,themeId:S,useFrameInterpolation:C,workerId:w,...T})=>{let E=(0,f.useRef)(null),D=(0,f.useRef)(null),O=(0,f.useRef)(o),k=(0,f.useRef)(null),A={speed:g,mode:u,loop:c,loopCount:l,useFrameInterpolation:C,segment:h,backgroundColor:n,autoplay:t,themeId:S,workerId:w,src:_,data:a,layout:s,renderConfig:p,animationId:e,stateMachineConfig:v,stateMachineId:y},j=(0,f.useRef)(A);O.current=o,j.current=A;let M=(0,f.useCallback)(e=>{if(D.current=e,e){let t=k.current;t&&t.canvas===e?(clearTimeout(t.timer),k.current=null,E.current=t.instance):E.current?.canvas!==e&&(E.current=i({...j.current,canvas:e}))}else if(E.current){let e=E.current,t=e.canvas;E.current=null,t instanceof HTMLCanvasElement?k.current={canvas:t,instance:e,timer:setTimeout(()=>{k.current?.instance===e&&(k.current=null),e.destroy()},0)}:e.destroy()}O.current?.(E.current)},[]);return(0,f.useEffect)(()=>{let e=e=>{d&&(e.type===`mouseenter`&&E.current?.play(),e.type===`mouseleave`&&E.current?.pause())};return D.current?.addEventListener(`mouseenter`,e),D.current?.addEventListener(`mouseleave`,e),()=>{D.current?.removeEventListener(`mouseenter`,e),D.current?.removeEventListener(`mouseleave`,e)}},[d]),(0,f.useEffect)(()=>{E.current?.setSpeed(g??1)},[g]),(0,f.useEffect)(()=>{E.current?.setMode(u??`forward`)},[u]),(0,f.useEffect)(()=>{E.current?.setLoop(c??!1)},[c]),(0,f.useEffect)(()=>{E.current?.setLoopCount(l??0)},[l]),(0,f.useEffect)(()=>{E.current?.setUseFrameInterpolation(C??!0)},[C]),(0,f.useEffect)(()=>{typeof h?.[0]==`number`&&typeof h[1]==`number`?E.current?.setSegment(h[0],h[1]):E.current?.resetSegment()},[h]),(0,f.useEffect)(()=>{E.current?.setBackgroundColor(n??``)},[n]),(0,f.useEffect)(()=>{E.current?.setRenderConfig(p??{})},[JSON.stringify(p)]),(0,f.useEffect)(()=>{typeof a!=`string`&&typeof a!=`object`||E.current?.load({data:a,...j.current})},[a]),(0,f.useEffect)(()=>{typeof _==`string`&&E.current?.load({src:_,...j.current})},[_]),(0,f.useEffect)(()=>{E.current?.setMarker(T.marker??``)},[T.marker]),(0,f.useEffect)(()=>{E.current?.isLoaded&&E.current.activeAnimationId!==e&&E.current.loadAnimation(e??``)},[e]),(0,f.useEffect)(()=>{typeof S==`string`&&E.current?.setTheme(S)},[S]),(0,f.useEffect)(()=>{E.current?.setThemeData(x??``)},[x]),(0,f.useEffect)(()=>{E.current?.setLayout(s??{})},[s?.fit,s?.align?.[0],s?.align?.[1]]),(0,f.useEffect)(()=>{E.current?.isLoaded&&(typeof y==`string`&&y?E.current.stateMachineLoad(y)&&E.current.stateMachineStart():E.current.stateMachineStop())},[y]),(0,f.useEffect)(()=>{E.current?.stateMachineSetConfig(v??null)},[v]),(0,m.jsx)(`div`,{className:r,...!r&&{style:{width:`100%`,height:`100%`,lineHeight:0,...b}},children:(0,m.jsx)(`canvas`,{ref:M,style:{width:`100%`,height:`100%`},...T})})},Om=e=>new Em(e),km=e=>(0,m.jsx)(Dm,{...e,createDotLottie:Om}),Am=0,jm=1,Mm=2,Nm=4;function Pm(e){return()=>e}function Fm(e){e()}function Im(e,t){return n=>e(t(n))}function Lm(e,t){return()=>e(t)}function Rm(e,t){return n=>e(t,n)}function zm(e){return e!==void 0}function Bm(...e){return()=>{e.map(Fm)}}function Vm(){}function Hm(e,t){return t(e),e}function Um(e,t){return t(e)}function Wm(...e){return e}function Gm(e,t){return e(jm,t)}function Km(e,t){e(Am,t)}function qm(e){e(Mm)}function Jm(e){return e(Nm)}function H(e,t){return Gm(e,Rm(t,Am))}function Ym(e,t){let n=e(jm,e=>{n(),t(e)});return n}function Xm(e){let t,n;return r=>i=>{t=i,n&&clearTimeout(n),n=setTimeout(()=>{r(t)},e)}}function Zm(e,t){return e===t}function Qm(e=Zm){let t;return n=>r=>{e(t,r)||(t=r,n(r))}}function $m(e){return t=>n=>{e(n)&&t(n)}}function U(e){return t=>Im(t,e)}function eh(e){return t=>()=>{t(e)}}function W(e,...t){let n=ah(...t);return((t,r)=>{switch(t){case Mm:qm(e);return;case jm:return Gm(e,n(r))}})}function th(e,t){return n=>r=>{n(t=e(t,r))}}function nh(e){return t=>n=>{e>0?e--:t(n)}}function rh(e){let t=null,n;return r=>i=>{t=i,!n&&(n=setTimeout(()=>{n=void 0,r(t)},e))}}function ih(...e){let t=Array.from({length:e.length}),n=0,r=null,i=2**e.length-1;return e.forEach((e,a)=>{let o=2**a;Gm(e,e=>{let s=n;n|=o,t[a]=e,s!==i&&n===i&&r&&(r(),r=null)})}),e=>a=>{let o=()=>{e([a].concat(t))};n===i?o():r=o}}function ah(...e){return t=>e.reduceRight(Um,t)}function oh(e){let t,n,r=()=>t?.();return function(i,a){switch(i){case jm:return a?n===a?void 0:(r(),n=a,t=Gm(e,a),t):(r(),Vm);case Mm:r(),n=null;return}}}function G(e){let t=e,n=ch();return((e,r)=>{switch(e){case Am:t=r;break;case jm:r(t);break;case Nm:return t}return n(e,r)})}function sh(e,t){return Hm(G(t),t=>H(e,t))}function ch(){let e=[];return((t,n)=>{switch(t){case Am:e.slice().forEach(e=>{e(n)});return;case Mm:e.splice(0);return;case jm:return e.push(n),()=>{let t=e.indexOf(n);t>-1&&e.splice(t,1)}}})}function lh(e){return Hm(ch(),t=>H(e,t))}var uh={singleton:!0};function dh(e,t=[],n=uh){let{singleton:r}=n;return{constructor:e,dependencies:t,id:fh(),singleton:r}}var fh=()=>Symbol(`id`);function ph(e){let t=new Map,n=({constructor:e,dependencies:r,id:i,singleton:a})=>{if(a&&t.has(i))return t.get(i);let o=e(r.map(e=>n(e)));return a&&t.set(i,o),o};return n(e)}function mh(...e){let t=ch(),n=Array.from({length:e.length}),r=0,i=2**e.length-1;return e.forEach((e,a)=>{let o=2**a;Gm(e,e=>{n[a]=e,r|=o,r===i&&Km(t,n)})}),function(e,a){switch(e){case Mm:qm(t);return;case jm:return r===i&&a(n),Gm(t,a)}}}function hh(e,t=Zm){return W(e,Qm(t))}function gh(...e){return function(t,n){switch(t){case Mm:return;case jm:return Bm(...e.map(e=>Gm(e,n)))}}}var _h={DEBUG:0,INFO:1,WARN:2,ERROR:3},vh={[_h.DEBUG]:`debug`,[_h.ERROR]:`error`,[_h.INFO]:`log`,[_h.WARN]:`warn`},yh=()=>typeof globalThis>`u`?window:globalThis,bh=dh(()=>{let e=G(_h.ERROR);return{log:G((t,n,r=_h.INFO)=>{r>=(yh().VIRTUOSO_LOG_LEVEL??Jm(e))&&console[vh[r]](`%creact-virtuoso: %c%s %o`,`color: #0253b3; font-weight: bold`,`color: initial`,t,n)}),logLevel:e}},[],{singleton:!0});function xh(e){return`self`in e?e.document.documentElement:e}function Sh(e){let t=xh(e);return t.ownerDocument.defaultView.getComputedStyle(t).direction===`rtl`}function Ch(e,t){return Sh(e)?-t:t}function wh(e,t){return Sh(e)?-t:t}function Th(e,t,n){return Eh(e,t,n).callbackRef}function Eh(e,t,n){let r=f.default.useRef(null),i=e=>{},a=f.default.useMemo(()=>typeof ResizeObserver<`u`?new ResizeObserver(t=>{let r=()=>{let n=t[0].target;n.offsetParent!==null&&e(n)};n?r():requestAnimationFrame(r)}):null,[e,n]);return i=e=>{e&&t?(a?.observe(e),r.current=e):(r.current&&a?.unobserve(r.current),r.current=null)},{callbackRef:i,ref:r}}function Dh(e,t,n,r,i,a,o,s,c){return Eh(f.default.useCallback(n=>{let c=Oh(n.children,t,s?`offsetWidth`:`offsetHeight`,i),l=n.parentElement;for(;l.dataset.virtuosoScroller===void 0;)l=l.parentElement;let u=l.lastElementChild?.dataset.viewportType===`window`,d;u&&(d=l.ownerDocument.defaultView);let f=o?s?o.scrollWidth:o.scrollHeight:u?s?d.document.documentElement.scrollWidth:d.document.documentElement.scrollHeight:s?l.scrollWidth:l.scrollHeight,p=o?s?o.offsetWidth:o.offsetHeight:u?s?d.innerWidth:d.innerHeight:s?l.offsetWidth:l.offsetHeight,m=o?s?Ch(o,o.scrollLeft):o.scrollTop:u?s?Ch(d,d.scrollX||d.document.documentElement.scrollLeft):d.scrollY||d.document.documentElement.scrollTop:s?Ch(l,l.scrollLeft):l.scrollTop;r({scrollHeight:f,scrollTop:Math.max(m,0),viewportHeight:p}),a?.(s?kh(`column-gap`,getComputedStyle(n).columnGap,i):kh(`row-gap`,getComputedStyle(n).rowGap,i)),c!==null&&e(c)},[e,t,i,a,o,r,s]),n,c)}function Oh(e,t,n,r){let i=e.length;if(i===0)return null;let a=[];for(let o=0;o<i;o++){let i=e.item(o);if(i.dataset.index===void 0)continue;let s=parseInt(i.dataset.index,10),c=parseFloat(i.dataset.knownSize),l=t(i,n);if(l===0&&r(`Zero-sized element, this should not happen`,{child:i},_h.ERROR),l===c)continue;let u=a[a.length-1];a.length===0||u.size!==l||u.endIndex!==s-1?a.push({endIndex:s,size:l,startIndex:s}):a[a.length-1].endIndex++}return a}function kh(e,t,n){return t!==`normal`&&t?.endsWith(`px`)!==!0&&n(`${e} was not resolved to pixel value correctly`,t,_h.WARN),t===`normal`?0:parseInt(t??`0`,10)}function Ah(e,t,n){let r=f.default.useRef(null),i=f.default.useCallback(n=>{if(!n?.offsetParent)return;let i=n.getBoundingClientRect(),a=i.width,s,c;if(t){let e=t.getBoundingClientRect(),n=i.top-e.top;c=e.height-Math.max(0,n),s=n+t.scrollTop}else{let e=o.current.ownerDocument.defaultView;c=e.innerHeight-Math.max(0,i.top),s=i.top+e.scrollY}r.current={listHeight:i.height,offsetTop:s,visibleHeight:c,visibleWidth:a},e(r.current)},[e,t]),{callbackRef:a,ref:o}=Eh(i,!0,n),s=f.default.useCallback(()=>{i(o.current)},[i,o]);return f.default.useEffect(()=>{if(t){t.addEventListener(`scroll`,s);let e=new ResizeObserver(()=>{requestAnimationFrame(s)});return e.observe(t),()=>{t.removeEventListener(`scroll`,s),e.unobserve(t)}}let e=o.current?.ownerDocument.defaultView;return e?.addEventListener(`scroll`,s),e?.addEventListener(`resize`,s),()=>{e?.removeEventListener(`scroll`,s),e?.removeEventListener(`resize`,s)}},[s,t,o]),a}var jh=dh(()=>{let e=ch(),t=ch(),n=G(0),r=ch(),i=G(0),a=ch(),o=ch(),s=G(0),c=G(0),l=G(0),u=G(0),d=ch(),f=ch(),p=G(!1),m=G(!1),h=G(!1);return H(W(e,U(({scrollTop:e})=>e)),t),H(W(e,U(({scrollHeight:e})=>e)),o),H(t,i),{deviation:n,fixedFooterHeight:l,fixedHeaderHeight:c,footerHeight:u,headerHeight:s,horizontalDirection:m,scrollBy:f,scrollContainerState:e,scrollHeight:o,scrollingInProgress:p,scrollTo:d,scrollTop:t,skipAnimationFrameInResizeObserver:h,smoothScrollTargetReached:r,statefulScrollTop:i,viewportHeight:a}},[],{singleton:!0}),Mh={lvl:0};function Nh(e,t){let n=e.length;if(n===0)return[];let{index:r,value:i}=t(e[0]),a=[];for(let o=1;o<n;o++){let{index:n,value:s}=t(e[o]);a.push({end:n-1,start:r,value:i}),r=n,i=s}return a.push({end:1/0,start:r,value:i}),a}function Ph(e){return e===Mh}function Fh(e,t){if(!Ph(e))return t===e.k?e.v:t<e.k?Fh(e.l,t):Fh(e.r,t)}function Ih(e,t,n=`k`){if(Ph(e))return[-1/0,void 0];if(Number(e[n])===t)return[e.k,e.v];if(Number(e[n])<t){let r=Ih(e.r,t,n);return r[0]===-1/0?[e.k,e.v]:r}return Ih(e.l,t,n)}function Lh(e,t,n){return Ph(e)?Jh(t,n,1):t===e.k?Wh(e,{k:t,v:n}):t<e.k?Yh(Wh(e,{l:Lh(e.l,t,n)})):Yh(Wh(e,{r:Lh(e.r,t,n)}))}function Rh(){return Mh}function zh(e,t,n){if(Ph(e))return[];let r=Ih(e,t)[0];return Qh(Hh(e,r,n))}function Bh(e,t){if(Ph(e))return Mh;let{k:n,l:r,r:i}=e;if(t===n){if(Ph(r))return i;if(Ph(i))return r;let[t,n]=qh(r);return Uh(Wh(e,{k:t,l:Gh(r),v:n}))}return Uh(t<n?Wh(e,{l:Bh(r,t)}):Wh(e,{r:Bh(i,t)}))}function Vh(e){return Ph(e)?[]:[...Vh(e.l),{k:e.k,v:e.v},...Vh(e.r)]}function Hh(e,t,n){if(Ph(e))return[];let{k:r,l:i,r:a,v:o}=e,s=[];return r>t&&(s=s.concat(Hh(i,t,n))),r>=t&&r<=n&&s.push({k:r,v:o}),r<=n&&(s=s.concat(Hh(a,t,n))),s}function Uh(e){let{l:t,lvl:n,r}=e;if(r.lvl>=n-1&&t.lvl>=n-1)return e;if(n>r.lvl+1){if(Kh(t))return Xh(Wh(e,{lvl:n-1}));if(!Ph(t)&&!Ph(t.r))return Wh(t.r,{l:Wh(t,{r:t.r.l}),lvl:n,r:Wh(e,{l:t.r.r,lvl:n-1})});throw Error(`Unexpected empty nodes`)}if(Kh(e))return Zh(Wh(e,{lvl:n-1}));if(!Ph(r)&&!Ph(r.l)){let t=r.l,i=Kh(t)?r.lvl-1:r.lvl;return Wh(t,{l:Wh(e,{lvl:n-1,r:t.l}),lvl:t.lvl+1,r:Zh(Wh(r,{l:t.r,lvl:i}))})}throw Error(`Unexpected empty nodes`)}function Wh(e,t){return Jh(t.k===void 0?e.k:t.k,t.v===void 0?e.v:t.v,t.lvl===void 0?e.lvl:t.lvl,t.l===void 0?e.l:t.l,t.r===void 0?e.r:t.r)}function Gh(e){return Ph(e.r)?e.l:Uh(Wh(e,{r:Gh(e.r)}))}function Kh(e){return Ph(e)||e.lvl>e.r.lvl}function qh(e){return Ph(e.r)?[e.k,e.v]:qh(e.r)}function Jh(e,t,n,r=Mh,i=Mh){return{k:e,l:r,lvl:n,r:i,v:t}}function Yh(e){return Zh(Xh(e))}function Xh(e){let{l:t}=e;return!Ph(t)&&t.lvl===e.lvl?Wh(t,{r:Wh(e,{l:t.r})}):e}function Zh(e){let{lvl:t,r:n}=e;return!Ph(n)&&!Ph(n.r)&&n.lvl===t&&n.r.lvl===t?Wh(n,{l:Wh(e,{r:n.l}),lvl:t+1}):e}function Qh(e){return Nh(e,({k:e,v:t})=>({index:e,value:t}))}function $h(e,t){return!!(e&&e.startIndex===t.startIndex&&e.endIndex===t.endIndex)}function eg(e,t){return!!(e&&e[0]===t[0]&&e[1]===t[1])}var tg=dh(()=>({recalcInProgress:G(!1)}),[],{singleton:!0});function ng(e,t,n){return e[rg(e,t,n)]}function rg(e,t,n,r=0){let i=e.length-1;for(;r<=i;){let a=Math.floor((r+i)/2),o=e[a],s=n(o,t);if(s===0)return a;if(s===-1){if(i-r<2)return a-1;i=a-1}else{if(i===r)return a;r=a+1}}throw Error(`Failed binary finding record in array - ${e.join(`,`)}, searched for ${t}`)}function ig(e,t,n,r){let i=rg(e,t,r),a=rg(e,n,r,i);return e.slice(i,a+1)}function ag(e,t){return Math.round(e.getBoundingClientRect()[t])}function og(e){return!Ph(e.groupOffsetTree)}function sg({index:e},t){return t===e?0:t<e?-1:1}function cg(){return{groupIndices:[],groupOffsetTree:Rh(),lastIndex:0,lastOffset:0,lastSize:0,offsetTree:[],sizeTree:Rh()}}function lg(e,t){let n=Ph(e)?0:1/0;for(let r of t){let{endIndex:t,size:i,startIndex:a}=r;if(n=Math.min(n,a),Ph(e)){e=Lh(e,0,i);continue}let o=zh(e,a-1,t+1);if(o.some(xg(r)))continue;let s=!1,c=!1;for(let{end:n,start:r,value:a}of o)s?(t>=r||i===a)&&(e=Bh(e,r)):(c=a!==i,s=!0),n>t&&t>=r&&a!==i&&(e=Lh(e,t+1,a));c&&(e=Lh(e,a,i))}return[e,n]}function ug(e){return e.groupIndex!==void 0}function dg({offset:e},t){return t===e?0:t<e?-1:1}function fg(e,t,n){if(t.length===0)return 0;let{index:r,offset:i,size:a}=ng(t,e,sg),o=e-r,s=a*o+(o-1)*n+i;return s>0?s+n:s}function pg(e,t){if(!og(t))return e;let n=0;for(;t.groupIndices[n]<=e+n;)n++;return e+n}function mg(e,t,n){if(ug(e))return t.groupIndices[e.groupIndex]+1;let r=pg(e.index===`LAST`?n:e.index,t);return r=Math.max(0,Math.min(n,r)),r}function hg(e,t,n,r=0){return r>0&&(t=Math.max(t,ng(e,r,sg).offset)),Nh(ig(e,t,n,dg),bg)}function gg(e,[t,n,r,i]){t.length>0&&r(`received item sizes`,t,_h.DEBUG);let a=e.sizeTree,o=a,s=0;if(n.length>0&&Ph(a)&&t.length===2){let e=t[0].size,r=t[1].size;o=n.reduce((t,n)=>Lh(Lh(t,n,e),n+1,r),o)}else[o,s]=lg(o,t);if(o===a)return e;let{lastIndex:c,lastOffset:l,lastSize:u,offsetTree:d}=yg(e.offsetTree,s,o,i);return{groupIndices:n,groupOffsetTree:n.reduce((e,t)=>Lh(e,t,fg(t,d,i)),Rh()),lastIndex:c,lastOffset:l,lastSize:u,offsetTree:d,sizeTree:o}}function _g(e){return Vh(e).map(({k:e,v:t},n,r)=>{let i=r[n+1];return{endIndex:i===void 0?1/0:i.k-1,size:t,startIndex:e}})}function vg(e,t){let n=0,r=0;for(;n<e;)n+=t[r+1]-t[r]-1,r++;return r-(n===e?0:1)}function yg(e,t,n,r){let i=e,a=0,o=0,s=0,c=0;if(t===0)i=[];else{c=rg(i,t-1,sg),s=i[c].offset;let e=Ih(n,t-1);a=e[0],o=e[1],i.length&&i[c].size===Ih(n,t)[1]&&--c,i=i.slice(0,c+1)}for(let{start:e,value:c}of zh(n,t,1/0)){let t=e-a,n=t*o+s+t*r;i.push({index:e,offset:n,size:c}),a=e,s=n,o=c}return{lastIndex:a,lastOffset:s,lastSize:o,offsetTree:i}}function bg(e){return{index:e.index,value:e}}function xg(e){let{endIndex:t,size:n,startIndex:r}=e;return e=>e.start===r&&(e.end===t||e.end===1/0)&&e.value===n}var Sg={offsetHeight:`height`,offsetWidth:`width`},Cg=dh(([{log:e},{recalcInProgress:t}])=>{let n=ch(),r=ch(),i=sh(r,0),a=ch(),o=ch(),s=G(0),c=G([]),l=G(void 0),u=G(void 0),d=G(void 0),f=G(void 0),p=G((e,t)=>ag(e,Sg[t])),m=G(void 0),h=G(0),g=cg(),_=sh(W(n,ih(c,e,h),th(gg,g),Qm()),g),v=sh(W(c,Qm(),th((e,t)=>({current:t,prev:e.current}),{current:[],prev:[]}),U(({prev:e})=>e)),[]);H(W(c,$m(e=>e.length>0),ih(_,h),U(([e,t,n])=>{let r=e.reduce((e,r,i)=>Lh(e,r,fg(r,t.offsetTree,n)||i),Rh());return{...t,groupIndices:e,groupOffsetTree:r}})),_),H(W(r,ih(_),$m(([e,{lastIndex:t}])=>e<t),U(([e,{lastIndex:t,lastSize:n}])=>[{endIndex:t,size:n,startIndex:e}])),n),H(l,u);let y=sh(W(l,U(e=>e===void 0)),!0);H(W(u,$m(e=>e!==void 0&&Ph(Jm(_).sizeTree)),U(e=>{let t=Jm(d),n=Jm(c).length>0;return t!==void 0&&t!==0?n?[{endIndex:0,size:t,startIndex:0},{endIndex:1,size:e,startIndex:1}]:[]:[{endIndex:0,size:e,startIndex:0}]})),n),H(W(f,$m(e=>e!==void 0&&e.length>0&&Ph(Jm(_).sizeTree)),U(e=>{let t=[],n=e[0],r=0;for(let i=1;i<e.length;i++){let a=e[i];a!==n&&(t.push({endIndex:i-1,size:n,startIndex:r}),n=a,r=i)}return t.push({endIndex:e.length-1,size:n,startIndex:r}),t})),n),H(W(c,ih(d,u),$m(([,e,t])=>e!==void 0&&t!==void 0),U(([e,t,n])=>{let r=[];for(let i=0;i<e.length;i++){let a=e[i],o=e[i+1];r.push({startIndex:a,endIndex:a,size:t}),o!==void 0&&r.push({startIndex:a+1,endIndex:o-1,size:n})}return r})),n);let b=lh(W(n,ih(_),th(({sizes:e},[t,n])=>({changed:n!==e,sizes:n}),{changed:!1,sizes:g}),U(e=>e.changed)));Gm(W(s,th((e,t)=>({diff:e.prev-t,prev:t}),{diff:0,prev:0}),U(e=>e.diff)),e=>{let{groupIndices:n}=Jm(_);if(e>0)Km(t,!0),Km(a,e+vg(e,n));else if(e<0){let t=Jm(v);t.length>0&&(e-=vg(-e,t)),Km(o,e)}}),Gm(W(s,ih(e)),([e,t])=>{e<0&&t("`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",{firstItemIndex:s},_h.ERROR)});let x=lh(a);H(W(a,ih(_),U(([e,t])=>{let n=t.groupIndices.length>0,r=[],i=t.lastSize;if(n){let n=Fh(t.sizeTree,0),a=0,o=0;for(;a<e;){let e=t.groupIndices[o],s=t.groupIndices.length===o+1?1/0:t.groupIndices[o+1]-e-1;r.push({endIndex:e,size:n,startIndex:e}),r.push({endIndex:e+1+s-1,size:i,startIndex:e+1}),o++,a+=s+1}let s=Vh(t.sizeTree);return a!==e&&s.shift(),s.reduce((t,{k:n,v:r})=>{let i=t.ranges;return t.prevSize!==0&&(i=[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]),{prevIndex:n+e,prevSize:r,ranges:i}},{prevIndex:e,prevSize:0,ranges:r}).ranges}return Vh(t.sizeTree).reduce((t,{k:n,v:r})=>({prevIndex:n+e,prevSize:r,ranges:[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]}),{prevIndex:0,prevSize:i,ranges:[]}).ranges})),n);let S=lh(W(o,ih(_,h),U(([e,{offsetTree:t},n])=>fg(-e,t,n))));return H(W(o,ih(_,h),U(([e,t,n])=>{if(t.groupIndices.length>0){if(Ph(t.sizeTree))return t;let r=Rh(),i=Jm(v),a=0,o=0,s=0;for(;a<-e;){s=i[o];let e=i[o+1]-s-1;o++,a+=e+1}if(r=Vh(t.sizeTree).reduce((t,{k:n,v:r})=>Lh(t,Math.max(0,n+e),r),r),a!==-e){let n=Fh(t.sizeTree,s);r=Lh(r,0,n);let i=Ih(t.sizeTree,-e+1)[1];r=Lh(r,1,i)}return{...t,sizeTree:r,...yg(t.offsetTree,0,r,n)}}let r=Vh(t.sizeTree).reduce((t,{k:n,v:r})=>Lh(t,Math.max(0,n+e),r),Rh());return{...t,sizeTree:r,...yg(t.offsetTree,0,r,n)}})),_),{beforeUnshiftWith:x,data:m,defaultItemSize:u,firstItemIndex:s,fixedItemSize:l,fixedGroupSize:d,gap:h,groupIndices:c,heightEstimates:f,itemSize:p,listRefresh:b,shiftWith:o,shiftWithOffset:S,sizeRanges:n,sizes:_,statefulTotalCount:i,totalCount:r,trackItemSizes:y,unshiftWith:a}},Wm(bh,tg),{singleton:!0});function wg(e){return e.reduce((e,t)=>(e.groupIndices.push(e.totalCount),e.totalCount+=t+1,e),{groupIndices:[],totalCount:0})}var Tg=dh(([{groupIndices:e,sizes:t,totalCount:n},{headerHeight:r,scrollTop:i}])=>{let a=ch(),o=ch(),s=lh(W(a,U(wg)));return H(W(s,U(e=>e.totalCount)),n),H(W(s,U(e=>e.groupIndices)),e),H(W(mh(i,t,r),$m(([e,t])=>og(t)),U(([e,t,n])=>Ih(t.groupOffsetTree,Math.max(e-n,0),`v`)[0]),Qm(),U(e=>[e])),o),{groupCounts:a,topItemsIndexes:o}},Wm(Cg,jh)),Eg=dh(([{log:e}])=>{let t=G(!1),n=lh(W(t,$m(e=>e),Qm()));return Gm(t,t=>{t&&Jm(e)(`props updated`,{},_h.DEBUG)}),{didMount:n,propsReady:t}},Wm(bh),{singleton:!0}),Dg=typeof document<`u`&&`scrollBehavior`in document.documentElement.style;function Og(e){let t=typeof e==`number`?{index:e}:{...e};return t.align||=`start`,(!t.behavior||!Dg)&&(t.behavior=`auto`),t.offset===void 0&&(t.offset=0),t}var kg=dh(([{gap:e,listRefresh:t,sizes:n,totalCount:r},{fixedFooterHeight:i,fixedHeaderHeight:a,footerHeight:o,headerHeight:s,scrollingInProgress:c,scrollTo:l,smoothScrollTargetReached:u,viewportHeight:d},{log:f}])=>{let p=ch(),m=ch(),h=G(0),g=null,_=null,v=null;function y(){g!==null&&(g(),g=null),v!==null&&(v(),v=null),_&&=(clearTimeout(_),null),Km(c,!1)}return H(W(p,ih(n,d,r,h,s,o,f),ih(e,a,i),U(([[e,n,r,i,a,o,s,l],d,f,h])=>{let b=Og(e),{align:x,behavior:S,offset:C}=b,w=i-1,T=mg(b,n,w),E=fg(T,n.offsetTree,d)+o;x===`end`?(E+=f+Ih(n.sizeTree,T)[1]-r+h,T===w&&(E+=s)):x===`center`?E+=(f+Ih(n.sizeTree,T)[1]-r+h)/2:E-=a,C!==void 0&&C!==0&&(E+=C);let D=t=>{y(),t?(l(`retrying to scroll to`,{location:e},_h.DEBUG),Km(p,e)):(Km(m,!0),l(`list did not change, scroll successful`,{},_h.DEBUG))};if(y(),S===`smooth`){let e=!1;v=Gm(t,t=>{e||=t}),g=Ym(u,()=>{D(e)})}else g=Ym(W(t,Ag(150)),D);return _=setTimeout(()=>{y()},1200),Km(c,!0),l(`scrolling from index to`,{behavior:S,index:T,top:E},_h.DEBUG),{behavior:S,top:E}})),l),{scrollTargetReached:m,scrollToIndex:p,topListHeight:h}},Wm(Cg,jh,bh),{singleton:!0});function Ag(e){return t=>{let n=setTimeout(()=>{t(!1)},e);return e=>{e&&(t(!0),clearTimeout(n))}}}function jg(e,t){e===0?t():requestAnimationFrame(()=>{jg(e-1,t)})}function Mg(e,t){if(e===void 0)return 0;let n=t-1,r=typeof e==`number`?e:e.index===`LAST`?n:e.index;return Math.max(0,Math.min(r,n))}function Ng(e){return e===void 0?!0:typeof e==`number`?e===0:e.index===0&&(e.align===void 0||e.align===`start`)&&(e.offset===void 0||e.offset===0)}var Pg=dh(([{defaultItemSize:e,listRefresh:t,sizes:n},{scrollTop:r},{scrollTargetReached:i,scrollToIndex:a},{didMount:o}])=>{let s=G(!0),c=G(0),l=G(!0);return H(W(o,ih(c),$m(([e,t])=>!Ng(t)),eh(!1)),s),H(W(o,ih(c),$m(([e,t])=>!Ng(t)),eh(!1)),l),Gm(W(mh(t,o),ih(s,n,e,l),$m(([[,e],t,{sizeTree:n},r,i])=>e&&(!Ph(n)||zm(r))&&!t&&!i),ih(c)),([,e])=>{if(e===void 0){Km(s,!0),Km(l,!0);return}Ym(i,()=>{Km(l,!0)}),jg(4,()=>{Ym(r,()=>{Km(s,!0)}),Km(a,e)})}),{initialItemFinalLocationReached:l,initialTopMostItemIndex:c,scrolledToInitialItem:s}},Wm(Cg,jh,kg,Eg),{singleton:!0});function Fg(e,t){return Math.abs(e-t)<1.01}var Ig=`up`,Lg=`down`,Rg=`none`,zg={atBottom:!1,notAtBottomBecause:`NOT_SHOWING_LAST_ITEM`,state:{offsetBottom:0,scrollHeight:0,scrollTop:0,viewportHeight:0}},Bg=0,Vg=dh(([{footerHeight:e,headerHeight:t,scrollBy:n,scrollContainerState:r,scrollTop:i,viewportHeight:a}])=>{let o=G(!1),s=G(!0),c=ch(),l=ch(),u=G(4),d=G(Bg),f=sh(W(gh(W(hh(i),nh(1),eh(!0)),W(hh(i),nh(1),eh(!1),Xm(100))),Qm()),!1),p=sh(W(gh(W(n,eh(!0)),W(n,eh(!1),Xm(200))),Qm()),!1);H(W(mh(hh(i),hh(d)),U(([e,t])=>e<=t),Qm()),s),H(W(s,rh(50)),l);let m=lh(W(mh(r,hh(a),hh(t),hh(e),hh(u)),th((e,[{scrollHeight:t,scrollTop:n},r,i,a,o])=>{let s=n+r-t>-o,c={scrollHeight:t,scrollTop:n,viewportHeight:r};if(s){let t,r;return n>e.state.scrollTop?(t=`SCROLLED_DOWN`,r=e.state.scrollTop-n):(t=`SIZE_DECREASED`,r=e.state.scrollTop-n||e.scrollTopDelta),{atBottom:!0,atBottomBecause:t,scrollTopDelta:r,state:c}}let l;return l=c.scrollHeight>e.state.scrollHeight?`SIZE_INCREASED`:r<e.state.viewportHeight?`VIEWPORT_HEIGHT_DECREASING`:n<e.state.scrollTop?`SCROLLING_UPWARDS`:`NOT_FULLY_SCROLLED_TO_LAST_ITEM_BOTTOM`,{atBottom:!1,notAtBottomBecause:l,state:c}},zg),Qm((e,t)=>e!==void 0&&e.atBottom===t.atBottom))),h=sh(W(r,th((e,{scrollHeight:t,scrollTop:n,viewportHeight:r})=>{if(!Fg(e.scrollHeight,t)){let i=t-(n+r)<1;return e.scrollTop!==n&&i?{changed:!0,jump:e.scrollTop-n,scrollHeight:t,scrollTop:n}:{changed:!0,jump:0,scrollHeight:t,scrollTop:n}}return{changed:!1,jump:0,scrollHeight:t,scrollTop:n}},{changed:!1,jump:0,scrollHeight:0,scrollTop:0}),$m(e=>e.changed),U(e=>e.jump)),0);H(W(m,U(e=>e.atBottom)),o),H(W(o,rh(50)),c);let g=G(Lg);H(W(r,U(({scrollTop:e})=>e),Qm(),th((e,t)=>Jm(p)?{direction:e.direction,prevScrollTop:t}:{direction:t<e.prevScrollTop?Ig:Lg,prevScrollTop:t},{direction:Lg,prevScrollTop:0}),U(e=>e.direction)),g),H(W(r,rh(50),eh(Rg)),g);let _=G(0);return H(W(f,$m(e=>!e),eh(0)),_),H(W(i,rh(100),ih(f),$m(([e,t])=>t),th(([e,t],[n])=>[t,n],[0,0]),U(([e,t])=>t-e)),_),{atBottomState:m,atBottomStateChange:c,atBottomThreshold:u,atTopStateChange:l,atTopThreshold:d,isAtBottom:o,isAtTop:s,isScrolling:f,lastJumpDueToItemResize:h,scrollDirection:g,scrollVelocity:_}},Wm(jh)),Hg=`top`,Ug=`bottom`,Wg=`none`;function Gg(e,t,n){return typeof e==`number`?n===Ig&&t===Hg||n===Lg&&t===Ug?e:0:n===Ig?t===Hg?e.main:e.reverse:t===Ug?e.main:e.reverse}function Kg(e,t){return typeof e==`number`?e:e[t]??0}var qg=dh(([{deviation:e,fixedHeaderHeight:t,headerHeight:n,scrollTop:r,viewportHeight:i}])=>{let a=ch(),o=G(0),s=G(0),c=G(0);return{increaseViewportBy:s,listBoundary:a,overscan:c,topListHeight:o,visibleRange:sh(W(mh(hh(r),hh(i),hh(n),hh(a,eg),hh(c),hh(o),hh(t),hh(e),hh(s)),U(([e,t,n,[r,i],a,o,s,c,l])=>{let u=e-c,d=o+s,f=Math.max(n-u,0),p=Wg,m=Kg(l,Hg),h=Kg(l,Ug);return r-=c,r+=n+s,i+=n+s,i-=c,r>e+d-m&&(p=Ig),i<e-f+t+h&&(p=Lg),p===Wg?null:[Math.max(u-n-Gg(a,Hg,p)-m,0),u-f-s+t+Gg(a,Ug,p)+h]}),$m(e=>e!==null),Qm(eg)),[0,0])}},Wm(jh),{singleton:!0});function Jg(e,t,n){if(og(t)){let r=pg(e,t);return[{index:Ih(t.groupOffsetTree,r)[0],offset:0,size:0},{data:n?.[0],index:r,offset:0,size:0}]}return[{data:n?.[0],index:e,offset:0,size:0}]}var Yg={bottom:0,firstItemIndex:0,items:[],offsetBottom:0,offsetTop:0,top:0,topItems:[],topListHeight:0,totalCount:0};function Xg(e,t,n,r,i,a){let{lastIndex:o,lastOffset:s,lastSize:c}=i,l=0,u=0;if(e.length>0){l=e[0].offset;let t=e[e.length-1];u=t.offset+t.size}let d=n-o,f=s+d*c+(d-1)*r,p=l,m=f-u;return{bottom:u,firstItemIndex:a,items:Qg(e,i,a),offsetBottom:m,offsetTop:l,top:p,topItems:Qg(t,i,a),topListHeight:t.reduce((e,t)=>t.size+e,0),totalCount:n}}function Zg(e,t,n,r,i,a){let o=0;if(n.groupIndices.length>0)for(let t of n.groupIndices){if(t-o>=e)break;o++}let s=e+o,c=Mg(t,s);return Xg(Array.from({length:s}).map((e,t)=>({data:a[t+c],index:t+c,offset:0,size:0})),[],s,i,n,r)}function Qg(e,t,n){if(e.length===0)return[];if(!og(t))return e.map(e=>({...e,index:e.index+n,originalIndex:e.index}));let r=e[0].index,i=e[e.length-1].index,a=[],o=zh(t.groupOffsetTree,r,i),s,c=0;for(let r of e){(!s||s.end<r.index)&&(s=o.shift(),c=t.groupIndices.indexOf(s.start));let e;e=r.index===s.start?{index:c,type:`group`}:{groupIndex:c,index:r.index-(c+1)+n},a.push({...e,data:r.data,offset:r.offset,originalIndex:r.index,size:r.size})}return a}function $g(e,t){return e===void 0?0:typeof e==`number`?e:e[t]??0}var e_=dh(([{data:e,firstItemIndex:t,gap:n,sizes:r,totalCount:i},a,{listBoundary:o,topListHeight:s,visibleRange:c},{initialTopMostItemIndex:l,scrolledToInitialItem:u},{topListHeight:d},f,{didMount:p},{recalcInProgress:m}])=>{let h=G([]),g=G(0),_=ch(),v=G(0);H(a.topItemsIndexes,h);let y=sh(W(mh(p,m,hh(c,eg),hh(i),hh(r),hh(l),u,hh(h),hh(t),hh(n),hh(v),e),$m(([e,t,,n,,,,,,,,r])=>{let i=r!==void 0&&r.length!==n;return e&&!t&&!i}),U(([,,[e,t],n,r,i,a,o,s,c,l,u])=>{let d=r,{offsetTree:f,sizeTree:p}=d,m=Jm(g);if(n===0)return{...Yg,totalCount:n};if(e===0&&t===0)return m===0?{...Yg,totalCount:n}:Zg(m,i,r,s,c,u||[]);if(Ph(p))return m>0?null:Xg(Jg(Mg(i,n),d,u),[],n,c,d,s);let h=[];if(o.length>0){let e=o[0],t=o[o.length-1],n=0;for(let r of zh(p,e,t)){let i=r.value,a=Math.max(r.start,e),o=Math.min(r.end,t);for(let e=a;e<=o;e++)h.push({data:u?.[e],index:e,offset:n,size:i}),n+=i}}if(!a)return Xg([],h,n,c,d,s);let _=o.length>0?o[o.length-1]+1:0,v=hg(f,e,t,_);if(v.length===0)return null;let y=n-1,b=Hm([],n=>{for(let r of v){let i=r.value,a=i.offset,o=r.start,s=i.size;if(i.offset<e){o+=Math.floor((e-i.offset+c)/(s+c));let t=o-r.start;a+=t*s+t*c}o<_&&(a+=(_-o)*s,o=_);let l=Math.min(r.end,y);for(let e=o;e<=l&&!(a>=t);e++)n.push({data:u?.[e],index:e,offset:a,size:s}),a+=s+c}}),x=$g(l,Hg),S=$g(l,Ug);if(b.length>0&&(x>0||S>0)){let e=b[0],t=b[b.length-1];if(x>0&&e.index>_){let t=Math.min(x,e.index-_),n=[],r=e.offset;for(let i=e.index-1;i>=e.index-t;i--){let t=zh(p,i,i)[0]?.value??e.size;r-=t+c,n.unshift({data:u?.[i],index:i,offset:r,size:t})}b.unshift(...n)}if(S>0&&t.index<y){let e=Math.min(S,y-t.index),n=t.offset+t.size+c;for(let r=t.index+1;r<=t.index+e;r++){let e=zh(p,r,r)[0]?.value??t.size;b.push({data:u?.[r],index:r,offset:n,size:e}),n+=e+c}}}return Xg(b,h,n,c,d,s)}),$m(e=>e!==null),Qm()),Yg);H(W(e,$m(zm),U(e=>e?.length)),i),H(W(y,U(e=>e.topListHeight)),d),H(d,s),H(W(y,U(e=>[e.top,e.bottom])),o),H(W(y,U(e=>e.items)),_);let b=lh(W(y,$m(({items:e})=>e.length>0),ih(i,e),$m(([{items:e},t])=>e[e.length-1].originalIndex===t-1),U(([,e,t])=>[e-1,t]),Qm(eg),U(([e])=>e))),x=lh(W(y,rh(200),$m(({items:e,topItems:t})=>e.length>0&&e[0].originalIndex===t.length),U(({items:e})=>e[0].index),Qm()));return{endReached:b,initialItemCount:g,itemsRendered:_,listState:y,minOverscanItemCount:v,rangeChanged:lh(W(y,$m(({items:e})=>e.length>0),U(({items:e})=>{let t=0,n=e.length-1;for(;e[t].type===`group`&&t<n;)t++;for(;e[n].type===`group`&&n>t;)n--;return{endIndex:e[n].index,startIndex:e[t].index}}),Qm($h))),startReached:x,topItemsIndexes:h,...f}},Wm(Cg,Tg,qg,Pg,kg,Vg,Eg,tg),{singleton:!0}),t_=dh(([{fixedFooterHeight:e,fixedHeaderHeight:t,footerHeight:n,headerHeight:r},{listState:i}])=>{let a=ch(),o=sh(W(mh(n,e,r,t,i),U(([e,t,n,r,i])=>e+t+n+r+i.offsetBottom+i.bottom)),0);return H(hh(o),a),{totalListHeight:o,totalListHeightChanged:a}},Wm(jh,e_),{singleton:!0}),n_=dh(([{viewportHeight:e},{totalListHeight:t}])=>{let n=G(!1);return{alignToBottom:n,paddingTopAddition:sh(W(mh(n,e,t),$m(([e])=>e),U(([,e,t])=>Math.max(0,e-t)),rh(0),Qm()),0)}},Wm(jh,t_),{singleton:!0}),r_=dh(()=>({context:G(null)})),i_=({itemBottom:e,itemTop:t,locationParams:{align:n,behavior:r,...i},viewportBottom:a,viewportTop:o})=>t<o?{...i,align:n??`start`,...r===void 0?{}:{behavior:r}}:e>a?{...i,align:n??`end`,...r===void 0?{}:{behavior:r}}:null,a_=dh(([{gap:e,sizes:t,totalCount:n},{fixedFooterHeight:r,fixedHeaderHeight:i,headerHeight:a,scrollingInProgress:o,scrollTop:s,viewportHeight:c},{scrollToIndex:l}])=>{let u=ch();return H(W(u,ih(t,c,n,a,i,r,s),ih(e),U(([[e,t,n,r,i,a,s,c],l])=>{let{calculateViewLocation:u=i_,done:d,...f}=e,p=mg(e,t,r-1),m=fg(p,t.offsetTree,l)+i+a,h=m+Ih(t.sizeTree,p)[1],g=c+a,_=u({itemBottom:h,itemTop:m,locationParams:f,viewportBottom:c+n-s,viewportTop:g});return _===null?d?.():d&&Ym(W(o,$m(e=>!e),nh(Jm(o)?1:2)),d),_}),$m(e=>e!==null)),l),{scrollIntoView:u}},Wm(Cg,jh,kg,e_,bh),{singleton:!0});function o_(e){return e===!1?!1:e===`smooth`?`smooth`:`auto`}var s_=(e,t)=>typeof e==`function`?o_(e(t)):t&&o_(e),c_=dh(([{listRefresh:e,totalCount:t,fixedItemSize:n,data:r},{atBottomState:i,isAtBottom:a},{scrollToIndex:o},{scrolledToInitialItem:s},{didMount:c,propsReady:l},{log:u},{scrollingInProgress:d},{context:f},{scrollIntoView:p}])=>{let m=G(!1),h=ch(),g=null;function _(e){Km(o,{align:`end`,behavior:e,index:`LAST`})}Gm(W(mh(W(hh(t),nh(1)),c),ih(hh(m),a,s,d),U(([[e,t],n,r,i,a])=>{let o=t&&i,s=`auto`;return o&&(s=s_(n,r||a),o&&=s!==!1),{followOutputBehavior:s,shouldFollow:o,totalCount:e}}),$m(({shouldFollow:e})=>e)),({followOutputBehavior:t,totalCount:r})=>{g!==null&&(g(),g=null),Jm(n)===void 0?g=Ym(e,()=>{Jm(u)(`following output to `,{totalCount:r},_h.DEBUG),_(t),g=null}):requestAnimationFrame(()=>{Jm(u)(`following output to `,{totalCount:r},_h.DEBUG),_(t)})});function v(e){let t=Ym(i,t=>{e&&!t.atBottom&&t.notAtBottomBecause===`SIZE_INCREASED`&&g===null&&(Jm(u)(`scrolling to bottom due to increased size`,{},_h.DEBUG),_(`auto`))});setTimeout(t,100)}Gm(W(mh(hh(m),t,l),$m(([e,,t])=>e!==!1&&t),th(({value:e},[,t])=>({refreshed:e===t,value:t}),{refreshed:!1,value:0}),$m(({refreshed:e})=>e),ih(m,t)),([,e])=>{Jm(s)&&v(e!==!1)}),Gm(h,()=>{v(Jm(m)!==!1)}),Gm(mh(hh(m),i),([e,t])=>{e!==!1&&!t.atBottom&&t.notAtBottomBecause===`VIEWPORT_HEIGHT_DECREASING`&&_(`auto`)});let y=G(null),b=ch();return H(gh(W(hh(r),U(e=>e?.length??0)),W(hh(t))),b),Gm(W(mh(W(b,nh(1)),c),ih(hh(y),s,d,f),U(([[e,t],n,r,i,a])=>t&&r&&n?.({context:a,totalCount:e,scrollingInProgress:i})),$m(e=>!!e),rh(0)),t=>{g!==null&&(g(),g=null),Jm(n)===void 0?g=Ym(e,()=>{Jm(u)(`scrolling into view`,{}),Km(p,t),g=null}):requestAnimationFrame(()=>{Jm(u)(`scrolling into view`,{}),Km(p,t)})}),{autoscrollToBottom:h,followOutput:m,scrollIntoViewOnChange:y}},Wm(Cg,Vg,kg,Pg,Eg,bh,jh,r_,a_)),l_=dh(([{data:e,firstItemIndex:t,gap:n,sizes:r},{initialTopMostItemIndex:i},{initialItemCount:a,listState:o},{didMount:s}])=>(H(W(s,ih(a),$m(([,e])=>e!==0),ih(i,r,t,n,e),U(([[,e],t,n,r,i,a=[]])=>Zg(e,t,n,r,i,a))),o),{}),Wm(Cg,Pg,e_,Eg),{singleton:!0}),u_=dh(([{didMount:e},{scrollTo:t},{listState:n}])=>{let r=G(0);return Gm(W(e,ih(r),$m(([,e])=>e!==0),U(([,e])=>({top:e}))),e=>{Ym(W(n,nh(1),$m(e=>e.items.length>1)),()=>{requestAnimationFrame(()=>{Km(t,e)})})}),{initialScrollTop:r}},Wm(Eg,jh,e_),{singleton:!0}),d_=dh(([{scrollVelocity:e}])=>{let t=G(!1),n=ch(),r=G(!1);return H(W(e,ih(r,t,n),$m(([e,t])=>t!==!1&&t!==void 0),U(([e,t,n,r])=>{let{enter:i,exit:a}=t;if(n){if(a(e,r))return!1}else if(i(e,r))return!0;return n}),Qm()),t),Gm(W(mh(t,e,n),ih(r)),([[e,t,n],r])=>{e&&r!==!1&&r!==void 0&&r.change&&r.change(t,n)}),{isSeeking:t,scrollSeekConfiguration:r,scrollSeekRangeChanged:n,scrollVelocity:e}},Wm(Vg),{singleton:!0}),f_=dh(([{scrollContainerState:e,scrollTo:t}])=>{let n=ch(),r=ch(),i=ch(),a=G(!1),o=G(void 0);return H(W(mh(n,r),U(([{scrollTop:e,viewportHeight:t},{offsetTop:n,listHeight:r}])=>({scrollHeight:r,scrollTop:Math.max(0,e-n),viewportHeight:t}))),e),H(W(t,ih(r),U(([e,{offsetTop:t}])=>({...e,top:e.top+t}))),i),{customScrollParent:o,useWindowScroll:a,windowScrollContainerState:n,windowScrollTo:i,windowViewportRect:r}},Wm(jh)),p_=dh(([{sizeRanges:e,sizes:t},{headerHeight:n,scrollTop:r},{initialTopMostItemIndex:i},{didMount:a},{useWindowScroll:o,windowScrollContainerState:s,windowViewportRect:c}])=>{let l=ch(),u=G(void 0),d=G(null),f=G(null);return H(s,d),H(c,f),Gm(W(l,ih(t,r,o,d,f,n)),([e,t,n,r,i,a,o])=>{let s=_g(t.sizeTree);r&&i!==null&&a!==null&&(n=i.scrollTop-a.offsetTop),n-=o,e({ranges:s,scrollTop:n})}),H(W(u,$m(zm),U(m_)),i),H(W(a,ih(u),$m(([,e])=>e!==void 0),Qm(),U(([,e])=>e.ranges)),e),{getState:l,restoreStateFrom:u}},Wm(Cg,jh,Pg,Eg,f_));function m_(e){return{align:`start`,index:0,offset:e.scrollTop}}var h_=dh(([{topItemsIndexes:e}])=>{let t=G(0);return H(W(t,$m(e=>e>=0),U(e=>Array.from({length:e}).map((e,t)=>t))),e),{topItemCount:t}},Wm(e_));function g_(e){let t=!1,n;return(()=>(t||(t=!0,n=e()),n))}var __=g_(()=>/iP(ad|od|hone)/i.test(navigator.userAgent)&&/WebKit/i.test(navigator.userAgent)),v_=dh(([{data:e,defaultItemSize:t,firstItemIndex:n,fixedItemSize:r,fixedGroupSize:i,gap:a,groupIndices:o,heightEstimates:s,itemSize:c,sizeRanges:l,sizes:u,statefulTotalCount:d,totalCount:f,trackItemSizes:p},{initialItemFinalLocationReached:m,initialTopMostItemIndex:h,scrolledToInitialItem:g},_,v,y,b,{scrollToIndex:x},S,{topItemCount:C},{groupCounts:w},T])=>{let{listState:E,minOverscanItemCount:D,topItemsIndexes:O,rangeChanged:k,...A}=b;return H(k,T.scrollSeekRangeChanged),H(W(T.windowViewportRect,U(e=>e.visibleHeight)),_.viewportHeight),{data:e,defaultItemHeight:t,firstItemIndex:n,fixedItemHeight:r,fixedGroupHeight:i,gap:a,groupCounts:w,heightEstimates:s,initialItemFinalLocationReached:m,initialTopMostItemIndex:h,scrolledToInitialItem:g,sizeRanges:l,topItemCount:C,topItemsIndexes:O,totalCount:f,...y,groupIndices:o,itemSize:c,listState:E,minOverscanItemCount:D,scrollToIndex:x,statefulTotalCount:d,trackItemSizes:p,rangeChanged:k,...A,...T,..._,sizes:u,...v}},Wm(Cg,Pg,jh,p_,c_,e_,kg,dh(([{deviation:e,scrollBy:t,scrollingInProgress:n,scrollTop:r},{isAtBottom:i,isScrolling:a,lastJumpDueToItemResize:o,scrollDirection:s},{listState:c},{beforeUnshiftWith:l,gap:u,shiftWithOffset:d,sizes:f},{log:p},{recalcInProgress:m}])=>{let h=lh(W(c,ih(o),th(([,e,t,n],[{bottom:r,items:i,offsetBottom:a,totalCount:o},s])=>{let c=r+a,l=0;return t===o&&e.length>0&&i.length>0&&(i[0].originalIndex===0&&e[0].originalIndex===0||(l=c-n,l!==0&&(l+=s))),[l,i,o,c]},[0,[],0,0]),$m(([e])=>e!==0),ih(r,s,n,i,p,m),$m(([,e,t,n,,,r])=>!r&&!n&&e!==0&&t===Ig),U(([[e],,,,,t])=>(t(`Upward scrolling compensation`,{amount:e},_h.DEBUG),e))));function g(n){n>0?(Km(t,{behavior:`auto`,top:-n}),Km(e,0)):(Km(e,0),Km(t,{behavior:`auto`,top:-n}))}return Gm(W(h,ih(e,a)),([t,n,r])=>{r&&__()?Km(e,n-t):g(-t)}),Gm(W(mh(sh(a,!1),e,m),$m(([e,t,n])=>!e&&!n&&t!==0),U(([e,t])=>t),rh(1)),g),H(W(d,U(e=>({top:-e}))),t),Gm(W(l,ih(f,u),U(([e,{groupIndices:t,lastSize:n,sizeTree:r},i])=>{function a(e){return e*(n+i)}if(t.length===0)return a(e);let o=0,s=Fh(r,0),c=0,l=0;for(;c<e;){c++,o+=s;let n=t.length===l+1?1/0:t[l+1]-t[l]-1;c+n>e&&(o-=s,n=e-c+1),c+=n,o+=a(n),l++}return o})),n=>{Km(e,n),requestAnimationFrame(()=>{Km(t,{top:n}),requestAnimationFrame(()=>{Km(e,0),Km(m,!1)})})}),{deviation:e}},Wm(jh,Vg,e_,Cg,bh,tg)),h_,Tg,dh(([e,t,n,r,i,a,o,s,c,l,u])=>({...e,...t,...n,...r,...i,...a,...o,...s,...c,...l,...u}),Wm(qg,l_,Eg,d_,t_,u_,n_,f_,a_,bh,r_))));function y_(e,t){let n={},r={},i=0,a=e.length;for(;i<a;)r[e[i]]=1,i+=1;for(let e in t)Object.hasOwn(r,e)||(n[e]=t[e]);return n}var b_=typeof document>`u`?f.default.useEffect:f.default.useLayoutEffect;function x_(e,t,n){let r=Object.keys(t.required||{}),i=Object.keys(t.optional||{}),a=Object.keys(t.methods||{}),o=Object.keys(t.events||{}),s=f.default.createContext({});function c(e,n){e.propsReady!==void 0&&Km(e.propsReady,!1);for(let i of r){let r=e[t.required[i]];Km(r,n[i])}for(let r of i)if(r in n){let i=e[t.optional[r]];Km(i,n[r])}e.propsReady!==void 0&&Km(e.propsReady,!0)}function l(e){return a.reduce((n,r)=>(n[r]=n=>{let i=e[t.methods[r]];Km(i,n)},n),{})}function u(e){return o.reduce((n,r)=>(n[r]=oh(e[t.events[r]]),n),{})}return{Component:f.default.forwardRef(function(t,a){let{children:d,...p}=t,[h]=f.default.useState(()=>Hm(ph(e),e=>{c(e,p)})),[g]=f.default.useState(Lm(u,h));b_(()=>{for(let e of o)e in p&&Gm(g[e],p[e]);return()=>{Object.values(g).map(qm)}},[p,g,h]),b_(()=>{c(h,p)}),f.default.useImperativeHandle(a,Pm(l(h)));let _=n;return(0,m.jsx)(s.Provider,{value:h,children:n===void 0?d:(0,m.jsx)(_,{...y_([...r,...i,...o],p),children:d})})}),useEmitter:(e,t)=>{let n=f.default.useContext(s)[e];b_(()=>Gm(n,t),[t,n])},useEmitterValue:parseInt(f.default.version,10)>=18?e=>{let t=f.default.useContext(s)[e],n=f.default.useCallback(e=>Gm(t,e),[t]);return f.default.useSyncExternalStore(n,()=>Jm(t),()=>Jm(t))}:e=>{let t=f.default.useContext(s)[e],[n,r]=f.default.useState(Lm(Jm,t));return b_(()=>Gm(t,e=>{e!==n&&r(Pm(e))}),[t,n]),n},usePublisher:e=>{let t=f.default.useContext(s);return f.default.useCallback(n=>{Km(t[e],n)},[t,e])}}}var S_=f.default.createContext(void 0),C_=f.default.createContext(void 0),w_=`-webkit-sticky`,T_=`sticky`,E_=g_(()=>{if(typeof document>`u`)return T_;let e=document.createElement(`div`);return e.style.position=w_,e.style.position===w_?w_:T_}),D_=typeof document>`u`?f.default.useEffect:f.default.useLayoutEffect;function O_(e){return`self`in e}function k_(e){return`body`in e}function A_(e,t,n,r=Vm,i,a){let o=f.default.useRef(null),s=f.default.useRef(null),c=f.default.useRef(null),l=f.default.useCallback(n=>{let r,i,o,l=n.target;if(k_(l)||O_(l)){let e=O_(l)?l:l.defaultView;o=a===!0?Ch(e,e.scrollX):e.scrollY,r=a===!0?e.document.documentElement.scrollWidth:e.document.documentElement.scrollHeight,i=a===!0?e.innerWidth:e.innerHeight}else o=a===!0?Ch(l,l.scrollLeft):l.scrollTop,r=a===!0?l.scrollWidth:l.scrollHeight,i=a===!0?l.offsetWidth:l.offsetHeight;let u=()=>{e({scrollHeight:r,scrollTop:Math.max(o,0),viewportHeight:i})};n.suppressFlushSync===!0?u():g.default.flushSync(u),s.current!==null&&(o===s.current||o<=0||o===r-i)&&(s.current=null,t(!0),c.current&&=(clearTimeout(c.current),null))},[e,t,a]);f.default.useEffect(()=>{let e=i??o.current;return r(i??o.current),l({suppressFlushSync:!0,target:e}),e.addEventListener(`scroll`,l,{passive:!0}),()=>{r(null),e.removeEventListener(`scroll`,l)}},[o,l,n,r,i]);function u(n){let r=o.current;if(!r||(a===!0?`offsetWidth`in r&&r.offsetWidth===0:`offsetHeight`in r&&r.offsetHeight===0))return;let i=n.behavior===`smooth`,l,u,d;O_(r)?(u=Math.max(ag(r.document.documentElement,a===!0?`width`:`height`),a===!0?r.document.documentElement.scrollWidth:r.document.documentElement.scrollHeight),l=a===!0?r.innerWidth:r.innerHeight,d=a===!0?Ch(r,r.scrollX):r.scrollY):(u=r[a===!0?`scrollWidth`:`scrollHeight`],l=ag(r,a===!0?`width`:`height`),d=a===!0?Ch(r,r.scrollLeft):r.scrollTop);let f=u-l;if(n.top===void 0){r.scrollTo(n);return}let p=Math.ceil(Math.max(Math.min(f,n.top),0));if(n.top=p,Fg(l,u)||p===d){e({scrollHeight:u,scrollTop:d,viewportHeight:l}),i&&t(!0);return}i?(s.current=p,c.current&&clearTimeout(c.current),c.current=setTimeout(()=>{c.current=null,s.current=null,t(!0)},1e3)):s.current=null,a===!0&&(n={...n.behavior===void 0?{}:{behavior:n.behavior},left:wh(r,p)}),r.scrollTo(n)}function d(e){a===!0&&(e={...e.behavior===void 0?{}:{behavior:e.behavior},...e.top===void 0?{}:{left:wh(o.current,e.top)}}),o.current.scrollBy(e)}return{scrollByCallback:d,scrollerRef:o,scrollToCallback:u}}function j_(e){return e}var M_=dh(([e,t])=>({...e,...t}),Wm(v_,dh(()=>{let e=G(e=>`Item ${e}`),t=G(e=>`Group ${e}`),n=G({}),r=G(j_),i=G(`div`),a=G(Vm),o=(e,t=null)=>sh(W(n,U(t=>t[e]),Qm()),t);return{components:n,computeItemKey:r,EmptyPlaceholder:o(`EmptyPlaceholder`),FooterComponent:o(`Footer`),GroupComponent:o(`Group`,`div`),groupContent:t,HeaderComponent:o(`Header`),HeaderFooterTag:i,ItemComponent:o(`Item`,`div`),itemContent:e,ListComponent:o(`List`,`div`),ScrollerComponent:o(`Scroller`,`div`),scrollerRef:a,ScrollSeekPlaceholder:o(`ScrollSeekPlaceholder`),TopItemListComponent:o(`TopItemList`)}}))),N_=({height:e})=>(0,m.jsx)(`div`,{style:{height:e}}),P_={overflowAnchor:`none`,position:E_(),zIndex:1},F_={overflowAnchor:`none`},I_={...F_,display:`inline-block`,height:`100%`},L_=f.default.memo(function({showTopList:e=!1}){let t=ev(`listState`),n=tv(`sizeRanges`),r=ev(`useWindowScroll`),i=ev(`customScrollParent`),a=tv(`windowScrollContainerState`),o=tv(`scrollContainerState`),s=i||r?a:o,c=ev(`itemContent`),l=ev(`context`),u=ev(`groupContent`),d=ev(`trackItemSizes`),p=ev(`itemSize`),h=ev(`log`),g=tv(`gap`),_=ev(`horizontalDirection`),{callbackRef:v}=Dh(n,p,d,e?Vm:s,h,g,i,_,ev(`skipAnimationFrameInResizeObserver`)),[y,b]=f.default.useState(0);$_(`deviation`,e=>{y!==e&&b(e)});let x=ev(`EmptyPlaceholder`),S=ev(`ScrollSeekPlaceholder`)??N_,C=ev(`ListComponent`),w=ev(`ItemComponent`),T=ev(`GroupComponent`),E=ev(`computeItemKey`),D=ev(`isSeeking`),O=ev(`groupIndices`).length>0,k=ev(`alignToBottom`),A=ev(`initialItemFinalLocationReached`),j=e?{}:{boxSizing:`border-box`,..._?{display:`inline-block`,height:`100%`,marginInlineStart:y===0?k?`auto`:0:y,paddingInlineEnd:t.offsetBottom,paddingInlineStart:t.offsetTop,whiteSpace:`nowrap`}:{marginTop:y===0?k?`auto`:0:y,paddingBottom:t.offsetBottom,paddingTop:t.offsetTop},...A?{}:{visibility:`hidden`}};return!e&&t.totalCount===0&&x!=null?(0,m.jsx)(x,{...U_(x,l)}):(0,m.jsx)(C,{...U_(C,l),"data-testid":e?`virtuoso-top-item-list`:`virtuoso-item-list`,ref:v,style:j,children:(e?t.topItems:t.items).map(e=>{let n=e.originalIndex,r=E(n+t.firstItemIndex,e.data,l);return D?(0,f.createElement)(S,{...U_(S,l),height:e.size,index:e.index,key:r,type:e.type||`item`,...e.type===`group`?{}:{groupIndex:e.groupIndex}}):e.type===`group`?(0,f.createElement)(T,{...U_(T,l),"data-index":n,"data-item-index":e.index,"data-known-size":e.size,key:r,style:P_},u(e.index,l)):(0,f.createElement)(w,{...U_(w,l),...W_(w,e.data),"data-index":n,"data-item-group-index":e.groupIndex,"data-item-index":e.index,"data-known-size":e.size,key:r,style:_?I_:F_},O?c(e.index,e.groupIndex,e.data,l):c(e.index,e.data,l))})})}),R_={height:`100%`,outline:`none`,overflowY:`auto`,position:`relative`,WebkitOverflowScrolling:`touch`},z_={outline:`none`,overflowX:`auto`,position:`relative`},B_=e=>({height:`100%`,position:`absolute`,top:0,width:`100%`,...e?{display:`flex`,flexDirection:`column`}:void 0}),V_=(e,t,n=0)=>({...B_(e),position:t?`relative`:`absolute`,top:t?-n:0}),H_={position:E_(),top:0,width:`100%`,zIndex:1};function U_(e,t){if(typeof e!=`string`)return{context:t}}function W_(e,t){return{item:typeof e==`string`?void 0:t}}var G_=f.default.memo(function(){let e=ev(`HeaderComponent`),t=tv(`headerHeight`),n=ev(`HeaderFooterTag`),r=Th(f.default.useMemo(()=>e=>{t(ag(e,`height`))},[t]),!0,ev(`skipAnimationFrameInResizeObserver`)),i=ev(`context`);return e==null?null:(0,m.jsx)(n,{ref:r,children:(0,m.jsx)(e,{...U_(e,i)})})}),K_=f.default.memo(function(){let e=ev(`FooterComponent`),t=tv(`footerHeight`),n=ev(`HeaderFooterTag`),r=Th(f.default.useMemo(()=>e=>{t(ag(e,`height`))},[t]),!0,ev(`skipAnimationFrameInResizeObserver`)),i=ev(`context`);return e==null?null:(0,m.jsx)(n,{ref:r,children:(0,m.jsx)(e,{...U_(e,i)})})});function q_({useEmitter:e,useEmitterValue:t,usePublisher:n}){return f.default.memo(function({children:r,style:i,context:a,...o}){let s=n(`scrollContainerState`),c=t(`ScrollerComponent`),l=n(`smoothScrollTargetReached`),u=t(`scrollerRef`),d=t(`horizontalDirection`)||!1,{scrollByCallback:f,scrollerRef:p,scrollToCallback:h}=A_(s,l,c,u,void 0,d);return e(`scrollTo`,h),e(`scrollBy`,f),(0,m.jsx)(c,{"data-testid":`virtuoso-scroller`,"data-virtuoso-scroller":!0,ref:p,style:{...d?z_:R_,...i},tabIndex:0,...o,...U_(c,a),children:r})})}function J_({useEmitter:e,useEmitterValue:t,usePublisher:n}){return f.default.memo(function({children:r,style:i,context:a,...o}){let s=n(`windowScrollContainerState`),c=t(`ScrollerComponent`),l=n(`smoothScrollTargetReached`),u=t(`totalListHeight`),d=t(`deviation`),p=t(`customScrollParent`),h=f.default.useRef(null),{scrollByCallback:g,scrollerRef:_,scrollToCallback:v}=A_(s,l,c,t(`scrollerRef`),p);return D_(()=>(_.current=p??h.current?.ownerDocument.defaultView,()=>{_.current=null}),[_,p]),e(`windowScrollTo`,v),e(`scrollBy`,g),(0,m.jsx)(c,{ref:h,"data-virtuoso-scroller":!0,style:{position:`relative`,...i,...u===0?void 0:{height:u+d}},...o,...U_(c,a),children:r})})}var Y_=({children:e})=>{let t=f.default.useContext(S_),n=tv(`viewportHeight`),r=tv(`fixedItemHeight`),i=ev(`alignToBottom`),a=ev(`horizontalDirection`),o=Th(f.default.useMemo(()=>Im(n,e=>ag(e,a?`width`:`height`)),[n,a]),!0,ev(`skipAnimationFrameInResizeObserver`));return f.default.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,m.jsx)(`div`,{"data-viewport-type":`element`,ref:o,style:B_(i),children:e})},X_=({children:e})=>{let t=f.default.useContext(S_),n=tv(`windowViewportRect`),r=tv(`fixedItemHeight`),i=ev(`customScrollParent`),a=ev(`useWindowScroll`),o=ev(`topListHeight`),s=Ah(n,i,ev(`skipAnimationFrameInResizeObserver`)),c=ev(`alignToBottom`);return f.default.useEffect(()=>{t&&(r(t.itemHeight),n({listHeight:0,offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,m.jsx)(`div`,{"data-viewport-type":`window`,ref:s,style:V_(c,a,o),children:e})},Z_=({children:e})=>{let t=ev(`TopItemListComponent`)??`div`,n=ev(`headerHeight`),r={...H_,marginTop:`${n}px`},i=ev(`context`);return(0,m.jsx)(t,{style:r,...U_(t,i),children:e})},{Component:Q_,useEmitter:$_,useEmitterValue:ev,usePublisher:tv}=x_(M_,{optional:{restoreStateFrom:`restoreStateFrom`,context:`context`,followOutput:`followOutput`,scrollIntoViewOnChange:`scrollIntoViewOnChange`,itemContent:`itemContent`,groupContent:`groupContent`,overscan:`overscan`,increaseViewportBy:`increaseViewportBy`,minOverscanItemCount:`minOverscanItemCount`,totalCount:`totalCount`,groupCounts:`groupCounts`,topItemCount:`topItemCount`,firstItemIndex:`firstItemIndex`,initialTopMostItemIndex:`initialTopMostItemIndex`,components:`components`,atBottomThreshold:`atBottomThreshold`,atTopThreshold:`atTopThreshold`,computeItemKey:`computeItemKey`,defaultItemHeight:`defaultItemHeight`,fixedGroupHeight:`fixedGroupHeight`,fixedItemHeight:`fixedItemHeight`,heightEstimates:`heightEstimates`,itemSize:`itemSize`,scrollSeekConfiguration:`scrollSeekConfiguration`,headerFooterTag:`HeaderFooterTag`,data:`data`,initialItemCount:`initialItemCount`,initialScrollTop:`initialScrollTop`,alignToBottom:`alignToBottom`,useWindowScroll:`useWindowScroll`,customScrollParent:`customScrollParent`,scrollerRef:`scrollerRef`,logLevel:`logLevel`,horizontalDirection:`horizontalDirection`,skipAnimationFrameInResizeObserver:`skipAnimationFrameInResizeObserver`},methods:{scrollToIndex:`scrollToIndex`,scrollIntoView:`scrollIntoView`,scrollTo:`scrollTo`,scrollBy:`scrollBy`,autoscrollToBottom:`autoscrollToBottom`,getState:`getState`},events:{isScrolling:`isScrolling`,endReached:`endReached`,startReached:`startReached`,rangeChanged:`rangeChanged`,atBottomStateChange:`atBottomStateChange`,atTopStateChange:`atTopStateChange`,totalListHeightChanged:`totalListHeightChanged`,itemsRendered:`itemsRendered`,groupIndices:`groupIndices`}},f.default.memo(function(e){let t=ev(`useWindowScroll`),n=ev(`topItemsIndexes`).length>0,r=ev(`customScrollParent`),i=ev(`context`);return(0,m.jsxs)(r||t?rv:nv,{...e,context:i,children:[n&&(0,m.jsx)(Z_,{children:(0,m.jsx)(L_,{showTopList:!0})}),(0,m.jsxs)(r||t?X_:Y_,{children:[(0,m.jsx)(G_,{}),(0,m.jsx)(L_,{}),(0,m.jsx)(K_,{})]})]})})),nv=q_({useEmitter:$_,useEmitterValue:ev,usePublisher:tv}),rv=J_({useEmitter:$_,useEmitterValue:ev,usePublisher:tv}),iv=Q_,av=dh(([e,t])=>({...e,...t}),Wm(v_,dh(()=>{let e=G(e=>(0,m.jsxs)(`td`,{children:[`Item $`,e]})),t=G(null),n=G(e=>(0,m.jsxs)(`td`,{colSpan:1e3,children:[`Group `,e]})),r=G(null),i=G(null),a=G({}),o=G(j_),s=G(Vm),c=(e,t=null)=>sh(W(a,U(t=>t[e]),Qm()),t);return{components:a,computeItemKey:o,context:t,EmptyPlaceholder:c(`EmptyPlaceholder`),FillerRow:c(`FillerRow`),fixedFooterContent:i,fixedHeaderContent:r,itemContent:e,groupContent:n,ScrollerComponent:c(`Scroller`,`div`),scrollerRef:s,ScrollSeekPlaceholder:c(`ScrollSeekPlaceholder`),TableBodyComponent:c(`TableBody`,`tbody`),TableComponent:c(`Table`,`table`),TableFooterComponent:c(`TableFoot`,`tfoot`),TableHeadComponent:c(`TableHead`,`thead`),TableRowComponent:c(`TableRow`,`tr`),GroupComponent:c(`Group`,`tr`)}}))),ov=({height:e})=>(0,m.jsx)(`tr`,{children:(0,m.jsx)(`td`,{style:{height:e}})}),sv=({height:e})=>(0,m.jsx)(`tr`,{children:(0,m.jsx)(`td`,{style:{border:0,height:e,padding:0}})}),cv={overflowAnchor:`none`},lv={position:E_(),zIndex:2,overflowAnchor:`none`},uv=f.default.memo(function({showTopList:e=!1}){let t=gv(`listState`),n=gv(`computeItemKey`),r=gv(`firstItemIndex`),i=gv(`context`),a=gv(`isSeeking`),o=gv(`fixedHeaderHeight`),s=gv(`groupIndices`).length>0,c=gv(`itemContent`),l=gv(`groupContent`),u=gv(`ScrollSeekPlaceholder`)??ov,d=gv(`GroupComponent`),p=gv(`TableRowComponent`),m=(e?t.topItems:[]).reduce((e,t,n)=>(n===0?e.push(t.size):e.push(e[n-1]+t.size),e),[]);return(e?t.topItems:t.items).map(t=>{let h=t.originalIndex,g=n(h+r,t.data,i),_=e?h===0?0:m[h-1]:0;return a?(0,f.createElement)(u,{...U_(u,i),height:t.size,index:t.index,key:g,type:t.type||`item`}):t.type===`group`?(0,f.createElement)(d,{...U_(d,i),"data-index":h,"data-item-index":t.index,"data-known-size":t.size,key:g,style:{...lv,top:o}},l(t.index,i)):(0,f.createElement)(p,{...U_(p,i),...W_(p,t.data),"data-index":h,"data-item-index":t.index,"data-known-size":t.size,"data-item-group-index":t.groupIndex,key:g,style:e?{...lv,top:o+_}:cv},s?c(t.index,t.groupIndex,t.data,i):c(t.index,t.data,i))})}),dv=f.default.memo(function(){let e=gv(`listState`),t=gv(`topItemsIndexes`).length>0,n=_v(`sizeRanges`),r=gv(`useWindowScroll`),i=gv(`customScrollParent`),a=_v(`windowScrollContainerState`),o=_v(`scrollContainerState`),s=i||r?a:o,c=gv(`trackItemSizes`),{callbackRef:l,ref:u}=Dh(n,gv(`itemSize`),c,s,gv(`log`),void 0,i,!1,gv(`skipAnimationFrameInResizeObserver`)),[d,p]=f.default.useState(0);hv(`deviation`,e=>{d!==e&&(u.current.style.marginTop=`${e}px`,p(e))});let h=gv(`EmptyPlaceholder`),g=gv(`FillerRow`)??sv,_=gv(`TableBodyComponent`),v=gv(`paddingTopAddition`),y=gv(`statefulTotalCount`),b=gv(`context`);if(y===0&&h!=null)return(0,m.jsx)(h,{...U_(h,b)});let x=(t?e.topItems:[]).reduce((e,t)=>e+t.size,0),S=e.offsetTop+v+d-x,C=e.offsetBottom,w=S>0?(0,m.jsx)(g,{context:b,height:S},`padding-top`):null,T=C>0?(0,m.jsx)(g,{context:b,height:C},`padding-bottom`):null;return(0,m.jsxs)(_,{"data-testid":`virtuoso-item-list`,ref:l,...U_(_,b),children:[w,t&&(0,m.jsx)(uv,{showTopList:!0}),(0,m.jsx)(uv,{}),T]})}),fv=({children:e})=>{let t=f.default.useContext(S_),n=_v(`viewportHeight`),r=_v(`fixedItemHeight`),i=Th(f.default.useMemo(()=>Im(n,e=>ag(e,`height`)),[n]),!0,gv(`skipAnimationFrameInResizeObserver`));return f.default.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,m.jsx)(`div`,{"data-viewport-type":`element`,ref:i,style:B_(!1),children:e})},pv=({children:e})=>{let t=f.default.useContext(S_),n=_v(`windowViewportRect`),r=_v(`fixedItemHeight`),i=gv(`customScrollParent`),a=gv(`useWindowScroll`),o=Ah(n,i,gv(`skipAnimationFrameInResizeObserver`));return f.default.useEffect(()=>{t&&(r(t.itemHeight),n({listHeight:0,offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,m.jsx)(`div`,{"data-viewport-type":`window`,ref:o,style:V_(!1,a),children:e})},{Component:mv,useEmitter:hv,useEmitterValue:gv,usePublisher:_v}=x_(av,{optional:{restoreStateFrom:`restoreStateFrom`,context:`context`,followOutput:`followOutput`,firstItemIndex:`firstItemIndex`,itemContent:`itemContent`,groupContent:`groupContent`,fixedHeaderContent:`fixedHeaderContent`,fixedFooterContent:`fixedFooterContent`,overscan:`overscan`,increaseViewportBy:`increaseViewportBy`,minOverscanItemCount:`minOverscanItemCount`,totalCount:`totalCount`,topItemCount:`topItemCount`,initialTopMostItemIndex:`initialTopMostItemIndex`,components:`components`,groupCounts:`groupCounts`,atBottomThreshold:`atBottomThreshold`,atTopThreshold:`atTopThreshold`,computeItemKey:`computeItemKey`,defaultItemHeight:`defaultItemHeight`,fixedGroupHeight:`fixedGroupHeight`,fixedItemHeight:`fixedItemHeight`,itemSize:`itemSize`,scrollSeekConfiguration:`scrollSeekConfiguration`,data:`data`,initialItemCount:`initialItemCount`,initialScrollTop:`initialScrollTop`,alignToBottom:`alignToBottom`,useWindowScroll:`useWindowScroll`,customScrollParent:`customScrollParent`,scrollerRef:`scrollerRef`,logLevel:`logLevel`},methods:{scrollToIndex:`scrollToIndex`,scrollIntoView:`scrollIntoView`,scrollTo:`scrollTo`,scrollBy:`scrollBy`,getState:`getState`},events:{isScrolling:`isScrolling`,endReached:`endReached`,startReached:`startReached`,rangeChanged:`rangeChanged`,atBottomStateChange:`atBottomStateChange`,atTopStateChange:`atTopStateChange`,totalListHeightChanged:`totalListHeightChanged`,itemsRendered:`itemsRendered`,groupIndices:`groupIndices`}},f.default.memo(function(e){let t=gv(`useWindowScroll`),n=gv(`customScrollParent`),r=_v(`fixedHeaderHeight`),i=_v(`fixedFooterHeight`),a=gv(`fixedHeaderContent`),o=gv(`fixedFooterContent`),s=gv(`context`),c=Th(f.default.useMemo(()=>Im(r,e=>ag(e,`height`)),[r]),!0,gv(`skipAnimationFrameInResizeObserver`)),l=Th(f.default.useMemo(()=>Im(i,e=>ag(e,`height`)),[i]),!0,gv(`skipAnimationFrameInResizeObserver`)),u=n||t?yv:vv,d=n||t?pv:fv,p=gv(`TableComponent`),h=gv(`TableHeadComponent`),g=gv(`TableFooterComponent`),_=a?(0,m.jsx)(h,{ref:c,style:{position:`sticky`,top:0,zIndex:2},...U_(h,s),children:a()},`TableHead`):null,v=o?(0,m.jsx)(g,{ref:l,style:{bottom:0,position:`sticky`,zIndex:1},...U_(g,s),children:o()},`TableFoot`):null;return(0,m.jsx)(u,{...e,...U_(u,s),children:(0,m.jsx)(d,{children:(0,m.jsxs)(p,{style:{borderSpacing:0,overflowAnchor:`none`},...U_(p,s),children:[_,(0,m.jsx)(dv,{},`TableBody`),v]})})})})),vv=q_({useEmitter:hv,useEmitterValue:gv,usePublisher:_v}),yv=J_({useEmitter:hv,useEmitterValue:gv,usePublisher:_v}),bv={bottom:0,itemHeight:0,items:[],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},xv={bottom:0,itemHeight:0,items:[{index:0}],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},{ceil:Sv,floor:Cv,max:wv,min:Tv,round:Ev}=Math;function Dv(e,t,n){return Array.from({length:t-e+1}).map((t,r)=>({data:n===null?null:n[r+e],index:r+e}))}function Ov(e){return{...xv,items:e}}function kv(e,t){return e!==void 0&&e.width===t.width&&e.height===t.height}function Av(e,t){return e!==void 0&&e.column===t.column&&e.row===t.row}var jv=dh(([{increaseViewportBy:e,listBoundary:t,overscan:n,visibleRange:r},{footerHeight:i,headerHeight:a,scrollBy:o,scrollContainerState:s,scrollTo:c,scrollTop:l,smoothScrollTargetReached:u,viewportHeight:d},f,p,{didMount:m,propsReady:h},{customScrollParent:g,useWindowScroll:_,windowScrollContainerState:v,windowScrollTo:y,windowViewportRect:b},x])=>{let S=G(0),C=G(0),w=G(bv),T=G({height:0,width:0}),E=G({height:0,width:0}),D=ch(),O=ch(),k=G(0),A=G(null),j=G({column:0,row:0}),M=ch(),N=ch(),P=G(!1),F=G(0),I=G(!0),ee=G(!1),L=G(!1);Gm(W(m,ih(F),$m(([e,t])=>!Ng(t))),()=>{Km(I,!1)}),Gm(W(mh(m,I,E,T,F,ee),$m(([e,t,n,r,,i])=>e&&!t&&n.height!==0&&r.height!==0&&!i)),([,,,,e])=>{if(e===void 0){Km(I,!0);return}Km(ee,!0),jg(1,()=>{Km(D,e)}),Ym(W(l),()=>{Km(t,[0,0]),Km(I,!0)})}),H(W(N,$m(e=>e!=null&&e.scrollTop>0),eh(0)),C),Gm(W(m,ih(N),$m(([,e])=>e!=null)),([,e])=>{e&&(Km(T,e.viewport),Km(E,e.item),Km(j,e.gap),e.scrollTop>0&&(Km(P,!0),Ym(W(l,nh(1)),e=>{Km(P,!1)}),Km(c,{top:e.scrollTop})))}),H(W(T,U(({height:e})=>e)),d),H(W(mh(hh(T,kv),hh(E,kv),hh(j,(e,t)=>e!==void 0&&e.column===t.column&&e.row===t.row),hh(l)),U(([e,t,n,r])=>({gap:n,item:t,scrollTop:r,viewport:e}))),M),H(W(mh(hh(S),r,hh(j,Av),hh(E,kv),hh(T,kv),hh(A),hh(C),hh(P),hh(I),hh(F)),$m(([,,,,,,,e])=>!e),U(([e,[t,n],r,i,a,o,s,,c,l])=>{let{column:u,row:d}=r,{height:f,width:p}=i,{width:m}=a;if(s===0&&(e===0||m===0))return bv;if(p===0){let t=Mg(l,e);return Ov(Dv(t,t+Math.max(s-1,0),o))}let h=Mv(m,p,u),g,_;c?t===0&&n===0&&s>0?(g=0,_=s-1):(g=h*Cv((t+d)/(f+d)),_=h*Sv((n+d)/(f+d))-1,_=Tv(e-1,wv(_,h-1)),g=Tv(_,wv(0,g))):(g=0,_=-1);let v=Dv(g,_,o),{bottom:y,top:b}=Nv(a,r,i,v),x=Sv(e/h);return{bottom:y,itemHeight:f,items:v,itemWidth:p,offsetBottom:x*f+(x-1)*d-y,offsetTop:b,top:b}})),w),H(W(A,$m(e=>e!==null),U(e=>e.length)),S),H(W(mh(T,E,w,j),$m(([e,t,{items:n}])=>n.length>0&&t.height!==0&&e.height!==0),U(([e,t,{items:n},r])=>{let{bottom:i,top:a}=Nv(e,r,t,n);return[a,i]}),Qm(eg)),t);let te=G(!1);H(W(l,ih(te),U(([e,t])=>t||e!==0)),te);let ne=lh(W(mh(w,S),$m(([{items:e}])=>e.length>0),ih(te),$m(([[e,t],n])=>{let r=e.items[e.items.length-1].index===t-1;return(n||e.bottom>0&&e.itemHeight>0&&e.offsetBottom===0&&e.items.length===t)&&r}),U(([[,e]])=>e-1),Qm())),re=lh(W(hh(w),$m(({items:e})=>e.length>0&&e[0].index===0),eh(0),Qm())),ie=lh(W(hh(w),ih(P),$m(([{items:e},t])=>e.length>0&&!t),U(([{items:e}])=>({endIndex:e[e.length-1].index,startIndex:e[0].index})),Qm($h),rh(0)));H(ie,p.scrollSeekRangeChanged),H(W(D,ih(T,E,S,j),U(([e,t,n,r,i])=>{let a=Og(e),{align:o,behavior:s,offset:c}=a,l=a.index;l===`LAST`&&(l=r-1),l=wv(0,l,Tv(r-1,l));let u=Pv(t,i,n,l);return o===`end`?u=Ev(u-t.height+n.height):o===`center`&&(u=Ev(u-t.height/2+n.height/2)),c!==void 0&&c!==0&&(u+=c),{behavior:s,top:u}})),c);let ae=sh(W(w,U(e=>e.offsetBottom+e.bottom)),0);return H(W(b,U(e=>({height:e.visibleHeight,width:e.visibleWidth}))),T),{customScrollParent:g,data:A,deviation:k,footerHeight:i,gap:j,headerHeight:a,increaseViewportBy:e,initialItemCount:C,itemDimensions:E,overscan:n,restoreStateFrom:N,scrollBy:o,scrollContainerState:s,scrollHeight:O,scrollTo:c,scrollToIndex:D,scrollTop:l,smoothScrollTargetReached:u,totalCount:S,useWindowScroll:_,viewportDimensions:T,windowScrollContainerState:v,windowScrollTo:y,windowViewportRect:b,...p,gridState:w,horizontalDirection:L,initialTopMostItemIndex:F,totalListHeight:ae,...f,endReached:ne,propsReady:h,rangeChanged:ie,startReached:re,stateChanged:M,stateRestoreInProgress:P,...x}},Wm(qg,jh,Vg,d_,Eg,f_,bh));function Mv(e,t,n){return wv(1,Cv((e+n)/(Cv(t)+n)))}function Nv(e,t,n,r){let{height:i}=n;if(i===void 0||r.length===0)return{bottom:0,top:0};let a=Pv(e,t,n,r[0].index);return{bottom:Pv(e,t,n,r[r.length-1].index)+i,top:a}}function Pv(e,t,n,r){let i=Cv(r/Mv(e.width,n.width,t.column)),a=i*n.height+wv(0,i-1)*t.row;return a>0?a+t.row:a}var Fv=dh(([e,t])=>({...e,...t}),Wm(jv,dh(()=>{let e=G(e=>`Item ${e}`),t=G({}),n=G(null),r=G(`virtuoso-grid-item`),i=G(`virtuoso-grid-list`),a=G(j_),o=G(`div`),s=G(Vm),c=(e,n=null)=>sh(W(t,U(t=>t[e]),Qm()),n),l=G(!1),u=G(!1);return H(hh(u),l),{components:t,computeItemKey:a,context:n,FooterComponent:c(`Footer`),HeaderComponent:c(`Header`),headerFooterTag:o,itemClassName:r,ItemComponent:c(`Item`,`div`),itemContent:e,listClassName:i,ListComponent:c(`List`,`div`),readyStateChanged:l,reportReadyState:u,ScrollerComponent:c(`Scroller`,`div`),scrollerRef:s,ScrollSeekPlaceholder:c(`ScrollSeekPlaceholder`,`div`)}}))),Iv=f.default.memo(function(){let e=Uv(`gridState`),t=Uv(`listClassName`),n=Uv(`itemClassName`),r=Uv(`itemContent`),i=Uv(`computeItemKey`),a=Uv(`isSeeking`),o=Wv(`scrollHeight`),s=Uv(`ItemComponent`),c=Uv(`ListComponent`),l=Uv(`ScrollSeekPlaceholder`),u=Uv(`context`),d=Wv(`itemDimensions`),p=Wv(`gap`),h=Uv(`log`),g=Uv(`stateRestoreInProgress`),_=Wv(`reportReadyState`),v=Th(f.default.useMemo(()=>e=>{let t=e.parentElement.parentElement.scrollHeight;o(t);let n=e.firstChild;if(n!==null){let{height:e,width:t}=n.getBoundingClientRect();d({height:e,width:t})}p({column:qv(`column-gap`,getComputedStyle(e).columnGap,h),row:qv(`row-gap`,getComputedStyle(e).rowGap,h)})},[o,d,p,h]),!0,!1);return D_(()=>{e.itemHeight>0&&e.itemWidth>0&&_(!0)},[e]),g?null:(0,m.jsx)(c,{className:t,ref:v,...U_(c,u),"data-testid":`virtuoso-item-list`,style:{paddingBottom:e.offsetBottom,paddingTop:e.offsetTop},children:e.items.map(t=>{let o=i(t.index,t.data,u);return a?(0,m.jsx)(l,{...U_(l,u),height:e.itemHeight,index:t.index,width:e.itemWidth},o):(0,f.createElement)(s,{...U_(s,u),className:n,"data-index":t.index,key:o},r(t.index,t.data,u))})})}),Lv=f.default.memo(function(){let e=Uv(`HeaderComponent`),t=Wv(`headerHeight`),n=Uv(`headerFooterTag`),r=Th(f.default.useMemo(()=>e=>{t(ag(e,`height`))},[t]),!0,!1),i=Uv(`context`);return e==null?null:(0,m.jsx)(n,{ref:r,children:(0,m.jsx)(e,{...U_(e,i)})})}),Rv=f.default.memo(function(){let e=Uv(`FooterComponent`),t=Wv(`footerHeight`),n=Uv(`headerFooterTag`),r=Th(f.default.useMemo(()=>e=>{t(ag(e,`height`))},[t]),!0,!1),i=Uv(`context`);return e==null?null:(0,m.jsx)(n,{ref:r,children:(0,m.jsx)(e,{...U_(e,i)})})}),zv=({children:e})=>{let t=f.default.useContext(C_),n=Wv(`itemDimensions`),r=Wv(`viewportDimensions`),i=Th(f.default.useMemo(()=>e=>{r(e.getBoundingClientRect())},[r]),!0,!1);return f.default.useEffect(()=>{t&&(r({height:t.viewportHeight,width:t.viewportWidth}),n({height:t.itemHeight,width:t.itemWidth}))},[t,r,n]),(0,m.jsx)(`div`,{ref:i,style:B_(!1),children:e})},Bv=({children:e})=>{let t=f.default.useContext(C_),n=Wv(`windowViewportRect`),r=Wv(`itemDimensions`),i=Uv(`customScrollParent`),a=Uv(`useWindowScroll`),o=Ah(n,i,!1);return f.default.useEffect(()=>{t&&(r({height:t.itemHeight,width:t.itemWidth}),n({listHeight:0,offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:t.viewportWidth}))},[t,n,r]),(0,m.jsx)(`div`,{ref:o,style:V_(!1,a),children:e})},{Component:Vv,useEmitter:Hv,useEmitterValue:Uv,usePublisher:Wv}=x_(Fv,{optional:{context:`context`,totalCount:`totalCount`,overscan:`overscan`,itemContent:`itemContent`,components:`components`,computeItemKey:`computeItemKey`,data:`data`,initialItemCount:`initialItemCount`,scrollSeekConfiguration:`scrollSeekConfiguration`,headerFooterTag:`headerFooterTag`,listClassName:`listClassName`,itemClassName:`itemClassName`,useWindowScroll:`useWindowScroll`,customScrollParent:`customScrollParent`,scrollerRef:`scrollerRef`,logLevel:`logLevel`,restoreStateFrom:`restoreStateFrom`,initialTopMostItemIndex:`initialTopMostItemIndex`,increaseViewportBy:`increaseViewportBy`},methods:{scrollTo:`scrollTo`,scrollBy:`scrollBy`,scrollToIndex:`scrollToIndex`},events:{isScrolling:`isScrolling`,endReached:`endReached`,startReached:`startReached`,rangeChanged:`rangeChanged`,atBottomStateChange:`atBottomStateChange`,atTopStateChange:`atTopStateChange`,stateChanged:`stateChanged`,readyStateChanged:`readyStateChanged`}},f.default.memo(function({...e}){let t=Uv(`useWindowScroll`),n=Uv(`customScrollParent`),r=n||t?Kv:Gv,i=n||t?Bv:zv,a=Uv(`context`);return(0,m.jsx)(r,{...e,...U_(r,a),children:(0,m.jsxs)(i,{children:[(0,m.jsx)(Lv,{}),(0,m.jsx)(Iv,{}),(0,m.jsx)(Rv,{})]})})})),Gv=q_({useEmitter:Hv,useEmitterValue:Uv,usePublisher:Wv}),Kv=J_({useEmitter:Hv,useEmitterValue:Uv,usePublisher:Wv});function qv(e,t,n){return t!==`normal`&&t?.endsWith(`px`)!==!0&&n(`${e} was not resolved to pixel value correctly`,t,_h.WARN),t===`normal`?0:parseInt(t??`0`,10)}var Jv=`data:application/octet-stream;base64,UEsDBBQAAAAIAAAAAABcGXfZeQAAAJ4AAAANAAAAbWFuaWZlc3QuanNvbiXNOw7CMBAE0LtMHRDm0/gAVNwAUVjxChZiL1ovIBTl7ti4nNEbzYyQOQVjyQX+PIMjPNx2tz9gQJJINWbRFKaaIyuNzcK75TIgvOwmWsVJzJiOPFFpjMqo/OwQtbhSJg32p1Gs69W92Qd9P6Kxnjf4Ji195dYbLD9QSwMEFAAAAAgAAAAAAKvF+/HrAgAAChwAABUAAABhbmltYXRpb25zLzEyMzQ1Lmpzb27tWUuO2kAQvYrVa2N1Y2M+u0lCcoAZZYNGUQdMcLCx1XY+I8RpspiDcLG8atu48QC7MSB5gdvuqq7Pq6p+0syW/WYTNnCEIwbMZkvFJj63WZiyCZYEi/CEzf6wicuxsSrXTYxTH5M4TbJw/7r/l1gCpxeLhT4msyzIMzaZPdsski+BovftQRxusMJo/sImXmVLxnIhrUVgLRMVS20uQzBQW+P0liX0kPr8GtsURPgXL2JnM+hpGSlrTyFtQDrjzsh1EQU8le9Q16YKqfCHBym9Q7rBB+MpdL9VT0iKJ4NyrmOgjDi+AqyCjzhObkkkRnyHbR0ahzUAaIQ9EwNu04+Okk4fKpCaKj3hOT737J5AVbBWqpSoRsKwBhTKX6nk78ggEqQQVzINCuQJafZDAdMQMVIpDgVgQURQNw37znDswrBejWAb+dSZuARdWclws0osVDOIwjQLdC1jwMoePn2YWl+DeZ4o65Gis3rWNNJKUFkhqKWMskBDSaFlObbnDY8OF77NHU8/R3gKI4IzXeJBhBY2RUifJANIIrjoY/mpQYmjuiuflNy/ykXR3W9S+KJkugrnSOIxV8n6dA45od5ArVHi871Qw3u++kb21RwUCmXu/nlYhmQUG28PEWDZcTClhACrsNlkelgVo5bXm9O64hsk7aJ8OrUyiZMgJr/S08jFRmNeabSLuX5nn3Thmk71weI2EePDbQJbEF4DDDJMcQ1bRQPejtwew0HDctzVZX/SHKATy/FG4+m+fEilksqaF3dTdnqeP4dRHiiM85MKqffqliSnNSOOaX5wN9H3d1jHPd8gN7i9RG79jtw6cntPcjPu6o7cOnKrRrt/FXYbO2M08m0yXIVIyxRnQHLPNIcJuERzbkdzHc11NNfRXMujTX+wap3mRtxx+6MbpbkKkXZpzoTknmkON8klmvM6mutorqO5juZaHu0BSt8+zWHKhsDqJmmuQqRlmjMguSeagxwDsS7+O/e8+w9QSwECAAAUAAAACAAAAAAAXBl32XkAAACeAAAADQAAAAAAAAAAAAAAAAAAAAAAbWFuaWZlc3QuanNvblBLAQIAABQAAAAIAAAAAACrxfvx6wIAAAocAAAVAAAAAAAAAAAAAAAAAKQAAABhbmltYXRpb25zLzEyMzQ1Lmpzb25QSwUGAAAAAAIAAgB+AAAAwgMAAAAA`,Yv=`data:application/octet-stream;base64,UEsDBBQAAAAIAAAAAABcGXfZeQAAAJ4AAAANAAAAbWFuaWZlc3QuanNvbiXNOw7CMBAE0LtMHRDm0/gAVNwAUVjxChZiL1ovIBTl7ti4nNEbzYyQOQVjyQX+PIMjPNx2tz9gQJJINWbRFKaaIyuNzcK75TIgvOwmWsVJzJiOPFFpjMqo/OwQtbhSJg32p1Gs69W92Qd9P6Kxnjf4Ji195dYbLD9QSwMEFAAAAAgAAAAAAL6JfuEqLQAA75IBABUAAABhbmltYXRpb25zLzEyMzQ1Lmpzb27tnetuJElWx1/FsvgwI5VLmVl5q1nxAVhAi0CLAAGr2dXK0+OeNuNLy3bP7mq0r8Ez8BK8DE/C739ORN6q7La7XekqdyxMu+KaEZEZ/zjnxLn8fPzT8TfH1bJaNseL48uzu9Pjb34+/oG8f7y+uzs/+7vzi7Pbo7/626NsmS+LnDpUOP6Hs7dvj/7j9Psz0j+S5s/3/PnV1d3Zzembu/Prq9uj66uj06Pb6zfnpxdHl2ffn58evb++vaPm3Ru1+PPi+O3N8Td1tjg+f3/8DX+u+ZMX/PgDf7OWH++Ov1mrwtUlLb4/v33z4fZWfetx3/NAik5vb8/ubo+/+fbn43MN4c315fvfZ1S4OP3T2Y0XxLrnV/zNGcCfjr9ZhV6pf3l2dXfy5vrq7ub6goa3jIpKP9L25+Nr/cOMac081ccfKc0ZPLW2lGSUMA0rUSc+MGVQmi3bFc/l6faLqta9leR1E0r4Rcmd9anxV2W2qKtikf2OXBp8my1O6tWypoFl0TtZXc6fFz+rsZYtti6aTAVU1hgLereX3A2e5qoQpkCxTb0vzrNsEf4Lleo/qxMGM357NVPmFSv5HYvLYkwWv/DFj6/0//77f494AVr/gpV/f3rDT1u4m7O3v+pep766rW9lY4W/tYVlkDwk/B6sMjksbleq377S+ui0WL56n9nZKnSm1XqG7sp23B1ZVcjq3+lMX2Rcp3ydLcuiXhRtscxWo0/TP6TwUdpn52PuViU2LVeh6QPfZVHVy4rPDnja+n3e8/4Xg3+H6z3K31h78rt/h+9hlD9eh3W24P8Hb2bw7rsdE+c33DNnb23Y2gtFFTbDL2+u3x/967vT76//wPd+xTvjNV9eUfJXv/zrvz0aF9tK0A/F+jPoLvTmNY/+5vri+kbAvq2fkyzLtLdCZxwEG6DAtIuqW3mb5WD//vr96ZtzMh7oX/va3u60fwCrYer+5qcd//L85syOkYe6XoWu+YDHXec6O6xkS8e3d6dXb3Ru3dtvGfotp/3yPix/o9d/vX57d3V2q3Pp3l6r0Ctz3tpr1fXKthu+wl9fXTy4wnXouJ52HBaB786+QU7VKmetOFSLnNf9FNym2RbcNuDWB3QfcOsN7RS4nxO38+fF7YI1m+C2oPZFcDvMrK2WvPgmD2j6EcSO6+GtCiHxw2CdVYs69r0vSH0fUHcvO+d80X/3ADWbplRdNk2uN/rQpvGvZkS1fIQIHe6nv7+5/vD+qBFejvaQMh4gSXXKPOVTCi9rvVqWq1rTXq7ytntlW89gjvlPpw6FOr5+FQA1WL6VBv4YYhEYtkX6d04EO8t2sBrFcp03zCBfrnmtD6zGZ1HKt+9O35/516CJHf+g2ZyzBNoXmjF1rOD2XX8q+zS7R9gO+vbbk7xatu1aY2FMnuDnKDfU+R0j0U7fXrjY3hVtOEy+JaNol02tev4jNu+ywy/yaQNnd3fz4Ywpx/WzV/fPp3fvjrQf+kPM36aOsfdnRyf+9VPhHavw9vTili7CIr0VT0a/o7ewbIq8qtu6LLNSG76tsnWblVmerRjJsiWxWhdF3tTlIg9voow4svm1VP6xsNr2JYZRw/pebB/139+cvn93/oZxq87WYd/p3U4+s/7T2f5l3f9dFYyU/0IF4f3Wb7u+f4o6CW7t+5k20rrcjgczWBZbiX+7Ob26fXt9c3ksjBzvRhGq7NQ3gcgLCxg+3i0rN33PmtNTUCGQIjOgQsHJV0Kj5iUsy9q57T2HhWy5hrfyLRo2qmV1GZ4c1RhWiFDxqMr8e9/jInzA5NXsyJNimWeletzMqDiAarUrCw7zLqNPe4vYYJoc1x73NicgrYQ1TVav67XolpXj06rNWo1uVa6znKOlbssiAdLrAiSQaCZAWq0aSHE+oIxNkNnG23dAyqHFTT7UI4RlGd2xUeZFExAaVottvWhYErqNwFOvkS4NYGaahgnKV6U/wMti0TjV1UtYkrBk91iCcGhmLKnrZQP/m6AkQUmCktcEJUhb5uKTuKXRlY7uaUqx4/uPJWzxVVGIT8hzvvseH7IM5gQBQok4UvxPXubCg1Um7iJCRYYk0CpxM0JSPY07Gv7r1WNt75E2uWQn/WO7KmPEUkUGkC2ztQbk44vD65i0YZejzraNJ0w9DjjU76YTGbs4cet0VCfi4kleFMtGzFzF30xcoXIQw4xy9G2QgWB45RktagR0VrbLvLUFDDmDjHq5gt9Wm9irntN3mmfLuqr6jPV62SDBIl0bJA9axIyuy3IdcvqnhoXbGFnXzIZvXO1swL0WbFdtW5aVBFzrgNRZ2+rdrYuKDJAOvYCE2weN25NbA4n7P3JrMAekl0iB60W5RpRqpM2+A3pHEnKrvAokIdJhiK9qbYIgl4CT4jrD8ka1g+zLcQ0Z0qpSWV4bCoC+WbuIyVGpI0LYGc8HCaYm9Ry0XHczuPlBaFtwOTMs6nfFBQ/nY7/4r+E375fSaEn9ePYx2PBaCTjmJPjmuy4zdKh0dFbrg5BCBcoHZaW2FaVUGOVTIN23y75YYqRRJIpQsiK74P65R49BJvdh4zZ9b+PHjKAlz5cNCCTYsefUy3UDAUVu5vSgIZKKJiWjhgl1EursC+rMeB1XwYWgOAhpD/gcDOqAA1LeBSqdr+JCkdupKlAWOZuaZNmzl7pja6o+DQSsC3QT9K9DVYNKxqDE/4RbeRUOWcOCTcufOhA8gbdrwC0NQpyQng7HRtVMlBAMEpyVkmXbIR+PoLLlVoZbg0YhrXlZn0MmctvT+0FOht9PbDzj7cvCE6WzwAPj81FSCVMSJldgMWse+eQOgZF6wtABp6tGnKMQuYQdhqMM7HCxXNExkrvWy0lX60WzrBtbfipKXsoFTGsiAtIFuE8v7SApEWJuGc2yQLB40tKrjQVakoXT821sKgbmY7E1N9j35iEtrtUYXyk+FHr42g4FxlbXGpvxtDb0kqG7vFEzg53VzGwdmbmOJX9yOkLSEbIvR8h8F6giXNlu/JFexwEcIQKCTKdH6zIqII0dDWYMNDq8ioRzUQAoUDCxoLG2MKokJcLzJApuqmzSOEmSDKJL0+WiErxt1OzQXvV8a9S3UYexP9qudH+0XIOXPaU8GlJE7MHYx/Ma9uFoPn7C4OmmYNKPTPMKQw4l3WS8XTfV0Gu3EKNl6o4HqHidWdKO9MOqphM/0rqf4zo1MxKiI7HzZLnWcZCtdZxIHSUHr9EutIZrTqlqieTOeowd8tRhgQQQg1Y8d9glycEDdyOSTDCeYPypgkvp+u+B4BKF5qZYNIDNQejxijje0KAja0jDT2sMK2wo7D1U2YB8++MiAK64wDHytfIbkI10ucyg2bX7B+k+adVj7UlqVHXU0awXK6YanFf80anSlKY6XKFJLHaiKnOhHLIXacenm5VDBqiXE5A2DR/SouGkPggM6gBhjCZDvhlqKai4hF8zMpBAiP4vkRRf3I6dT7iIqla1aDivDoItfMyOtbuELPAu/ivt2bRnX5E0p2pQi5E5q2Toh7JpTWBhchAXbkAdy/5yWWW9uF3CdxMCV604fm9B0puMxNlIDlbs7jJqKkhZCYmH6lmRpBTz6imknf+l7vz5lNdbmNbmIHe+8dJh69sdm2/zoYaSmbPBlIadLwZ6+8bntixsb5PX6h5JAlXdG3lp2vtp7786bXModdwGVSU3vmaMfiCbX7rTfkHuUKA7jHhpof3uqkK6lBjQ9JbU5qZtaNq1tIa6ENpQMiq5m9YtO/fYfrlAkpTd1JsFb+36SoPsYZOEFwkvdo4XuKiZES/MEOBA0IINXppeTtjl6GzoH9/6KN10uYIUZZvB2rCNFXTFXjgosPyp3KDr4jGNh1Z24cEfG2bnEEDvAZwxLLOEUMdSKzfdr/Bj6EiF7gx3u3atMC4Swg0aerJLeeW+m9jLMH++a9MEcV8qxOHXbT6IQ0EA3xcc4geBca7kV6EPIq2CIONYS88tL8dKh6pRF0HTQw1M32RK8pTa+6KighSk4ApYvJNBmBdKTSbRNmnjz7Dx1/Nt/HZZ4nPvEDa9acaKjXG6wRJBwbXLDXV6Yci2wqBkO+2qv/bIWxBDXetv1zhk+o+ZjfAz04zCo3Ulpy1jHQOxY21doIaAu6mkcfC6kECeI+dSfFpxg4lNFpoHJh/YdzyAK2iCIKPXRCJrxMVMagwrbCg+PVTZWJHtj4u4gYX3GgemvabTZgbiVLaomYMOM/q0t4gNpslx7XFvSQEqwdEMcDSnHqZ5DcYf8A4dgiQv6smL+txe1J+TJAaLM0EwL2Gk7yv/Avpj2v9WbKeV2Xx1erzDSlbYn0x9Henbxirqxp44flasMpEIWo9dh/a4rqvY2Hv0cYVxb9TRDL1q/8B+3OFZYYZhbMM63aUGLl5yGSauOLFMnKeMepgh7834mD4pcAZjBtpYmEASUaVo5LNhkKMMN0H0NmpSqEnoVH26QnN4bPcQeA/JIbyJ25UMO411pg/umvnoZnYlMz7w4UQaHAjleJC0D2LFVLHdqBreVDrwD/rAn5hkCIIf6YH+4vxHUG3iel5guwO1LSISlZwtD7zfEuyRn6PPcDpfyD2/Ql3YKcYQIP89wpQytGrKeFSUote/NjH4FhYZT4oD8vpXBi9ovjQWhknhmCLwTTebpv2EcA9aOgPM0dqJCvlSA6ZYPI1xwBSO4hcNmCIuRk6k8HSTuW8CD5pyktfW3wlqKKM4bCiQk42/+FEsNsKveSw2LEdL3UV7Zw/EUpG/OfN/t4/BVFY4w8KRQP+a4vxS1KvEr+0bv2axJD3qlf39FIuxDdzeCNKj2Jk7xW00F54PuPGi85zA3YhqGAM3Zp8vA9xxnZ6M3KCy8vNJGE1M2x26EdeWi5WcB3wEukuhtv2zT9Ad12UDu+MEE3Yn7N5D7G4duvXnUywHR8h9/ZMWcYTb7c4jyz4nbnMj85y43W7iNmpELxRZ9mO4XbWO28jPRrhd4tJHuB2z40RCf9hg051izX4Mt/H+rEh3e4bbcV02cDtOMOF2wu09xG2cllvMR/58ivXoBsWtNzBC7vWukTuC7fME8X5e5MbKc4rcXDC8EHTHhboXuptVgO4oFnlQWJKjI+X9rdVd/QhpyX5Cd1yXDejuZpiwO2H3AWP3RACuJ7y8AzBpXeEiFRCqccFzCIpwA600mfP5VXg+tuepzOUh+3AUNMbu7teu5a4mshc0H4H9vbru8NGpV0LmkvxjyvZ4lx0qw5lHQf0btAdwjjs0QcrkMwyl+hDAZi1THyKlhJaGernbKRYwELFHu8OPBWokxfzQSj2ann4MsODBeEzRPz515R6HW/cobAFfpBQQkmSbLUDwYbwRp3RDn0FLaIoIwwXSao8XW0voa+MLLLUEW+Hhmtpqd7HC3NGvLbD9O3xxLKQ/NVp8y3XjYKW9y8HsLdbPeHFGa2eNB0tr7YIX+/HbCC0HDUfvsVOT9ICuvpY69qIRhRY8rre/B30Yvt6bax3827OkNR6IC9ddafBE0fRJ/GG1pIKTZo5/xYzC/XJ0W+reiutS4yllAt8nCc2DuSvKGG5iJp/GmHKZP2g9k5FjdtYneA2NKmL7l5ulmDu3JpqP4hVZ7HOSKz4KVj4mUdpwk/q2cv/+uUUDIun2spbEU7OplUKWSLNFc7NvxfQ9sMMJ/lJpYxrr0X8qAGxpn02wBu7KpWQqf9qxvZx74oQ69m6x5tyJtD07pnH8HEJwoyvDN1Li/iPYx5mrU5n4esg6d9/Nt+pvU0ot9snVwWWsvbZpmqeXOzOZuUdVxZVRS4hIfbkjn6KirTwmUlOyMZOqykGrqryccz7FAOMW1v49APogGr/is9qjBLgHecDPkuCQqcUBeNr6CgzsprFFf2jBl7kXETeDrQGuklMheF7m3p3OoqGtAr1xNeJu/itwUxrswRGx/BK7wxLANZ6vPrw4Oj9h1b2HWfPhxdGFY5FADuZ7gMCBnvRYcz4+xqABMl8foQ4m+XGOY/QhyubXxuhDFGDaGH2I3QjtVBLfaeOm0Jz+E0kCA0FG6r5SwH1EofKejw8msBzHy1LwI4CU0QpCaeK+FBwTazvpZWdZLBSOIkSJw/ICmyJulmqvQFFtDqzrANdSMtQg8XnqK4kwU28JnLY5oSaoAZKuOdJm1Q0cav/JfZQHlsvNhDuZJr0evJ0wa7qwfnlmjWvSFpIQ0yVO+UMA4wmzVgp6Oiany7XwmiNmTdIkkc9NF/dFtC5E7IixcNrdOaSx7rb5rui5NRrr30CK965dvB/u4yn14FMQesYCNu77Hy1gDc2wmVTw6er5xiB4gRpZTBVvpR7FXHhsLMNNS6+GTKIwQhSkOZ0Ru2Vt+OPTEd5ZJUs2CEQfZte0iBvsmtZ7vNxaw9CVLbEYsFEIGq2qr3e0+uq01TcU0XXURHX1MFULCDpYa+9zOH/VnqzPaPms9WB1vWHHsA1eSGg5aDh6lR3DxuKFxmZP5ivuay0DLg8T5Everfh9DBtCU2IbNpzeIbbACkalS3LEeewbZyh1QpYLbI6dm/V4aPRghyrHNmLTmOIstG6tJvFUMUqERDDmTY+0GKYWCCKmOGfsINRwFPXMBBDYEOn1ERmodq9mrV5an8xYSEVi9Hg3hEozbm7tx7gnCW8e/CbVsIywTKVbAkB8GDeHTnz4QKGxmJp/07J7UNIno8VsBsXBK0rXWrEmJbaJnSst34vx2X2aKEWBfxOnCTngloPQUEjblO1Gyszb7TnW3j/0AdrKghYnMPytTdM8HpJoVn4thRf/UuiHl+PXIBJ0hX8w/BpSF7gL9nRlbliDdRPoF0Ls1BK1wMWYVBFHjUI46KCBVA6PJQCrDHdC1BgOJSDC7b9M3EdvFk9O8Wo49eCvnPuCoWAjSpoUHCPJT4LgihMlnrA+vji8wLDB3HiHPr44vHAuAlRo4DBI5158fIInG6B8UerYjEMMIklN2fr0MYpFtUH6GE3k5U6gNMZuiO5tXpFxqCKHdLYEFtRDB68BPecJ5KKc3hiUC40ZXX/alIArlSzAGqOoOEXpobBjQVxgw6EGlwdfY6N3dJdfe68Q0Fb9rq0GkdMUww0+r7SQPxXcm8R5REcmvPic7FrjAIuttsxqkTKatCxDs9XCwrulVyFQTnh72Hg74dekqPby/Jp4tY+9zf0AYfa0sR9GH024NmQug2BmK3SVu9CSeNO0Ww4j08QcqAxZu6ec5gJ7nBlxEbqjyIjABgfVzMBDBLmwPOBpd78n9QF1YpdYQbBXoDKgHo32tYG6N++RT9Dhc4ZztGkNo50Vomgp9isBn5rdSIXrKk1OD4lXU5peN7vxiq1CqJ4ssBalU6NFvHrUFHWQdGm/VrM5qrrRgiGx8ntIfB77oA3HfIbOkqCgzVWm8WzdAUVEJ2MqOID6Erl/d6+lJiiEd1DkzTLIGmFlROFz52SnBKI1ComqbMyTYo2yOnRodsm6xDOZahtvzvRIdeUzVrmJIEO5CHXq134BJYmlgiTRubNiyCQ5kET+O1+n08zKPRwD50mlaKlxpKTXwHmYyKzSv0CgE6/aObJe3JeEf6/oMHnBUPGwpsjS7d9DODegcXUZAcnaXdwaLR9ECrkXZkZa6grYqWtHekNLqpIpeYJqmFfSoCghotrvA3QxoPuPQIEj1pDrw8xjOEBMu5vDFtlD7xZew+pGpW6DKzQbUhxRAGyFXTOS2glcH5JJhKzUPadGZQKbnY3Lh0Whj8uGJSGPjcuH1Y3KyXTxZAAXb9ekaNxv+Fln1yb0w9DM3MbQuQGsabG2kQKlCJogwjMXZiHE4Z5IVy8uvuLSpQWwuYJ2iFTXBkpBWYB+dAbRq68hV986PEXVG9jLt4FSrFfy9JYQddfkubSR94E8t+sUvI5kuiHYf7idkJkW+pxNNJA8DFTKOl04mHWRnPEywgK/N35V0Qn9TaoeqPjSyHH+dZq5GPYnRS67dokR+IOYoOvJQA9tGa9r7IDdGquJYV0IvyEJQezQieFY4FR2aKT+TM4fSVsJpdV6eM2hCPVGZXsPK2GZ/fHpeKR9KgWOJXrCvO8qZbyCvsyjVdbyxUsUra5R9GM9Qr/A8AW1oyQuvxbX/4xemrNK3TWKFtn/jK5RBnNX7cnaDFfOGg/W1dr5ioeiYUn/mkK33SvsLlFYtlCZxY5r7assbsXW2t+BMUWDcW9eonCY0QqhvelcmMNhORoPSTn6a0hKmcpVvdBtQggVRGVNsVbkZ/NpzJEJ5xRTsCyc27oDcUUHlLNEQ8TzU7sANYM+Ua40RepL51DqFKooHTdTjwgUzFraIn0SkZndO9jrg5jQoSpf+YErUpJh2Mg7JgjlAL9vEw8U1TICUygWKah4itGNU7Gg3ObB3YtNn5BPolM8UTxwBhY7V1pajvHZfbowxlG+oaVRoaugcDOlizpyrbaEm/Yt1d09lhg0caHWu7+waZqHM5hZ708SvfCF0AuJA0scWOLA5hBpBR3hsuR82ZRwuXob9Ey6kD5wRJ1wYHm2FywYF3OmC1IRnLTSneX+I+4jgwkXMp5w+j/8nDGYBsjplBIkkdHr9dpIpboy5gZkM8KpRWO3J5U+J+YGScXc0Kd6YR9OCr2xjyDwglopjd+gVbUYr4MIQyrW0zaP30pB0XAKDkQroiWMSmki62wnPFSMxwKTJMF0VTheneNzvX0MrtxcTheOCrPjycpJHjgxp2xcd9OU9tG1cPWFzavTTKoclIR7OCmW0Jb4p4MIqS4ecV3VoAVqyn3RzbBPJM7DpxFn4ZOIcxBfarYRPgfRWjJKC3PQ3IyU9DmYmp/LXrqgiwOZx1pyGbc8cLmD7gDjVIIj5G4qMVJjJcN4XAIHM8lGCo2QVuEBfdoCQWO/IDYWyswVRtfINlhyxH1GS5KPQo7x78EurrG4aBA/JFGLgVKUCV4wr8tR1lx3b5aLVVyoRLUhJAgo2biWp1hv1iQOAlpTxmfUcRsRWomTly6iLRJGaqJIRV5adIWZ4qx9ku1Yisr05RwNwSPUDEcDkke4H0hANqIUIfb/ZJggmYGSUG6UGYKVjEzQzWbIleRcCqt4DyMFEnKDRWzQ9AiixC5+01AmHW3WUKAZ6vCXFiG/DAZrlQLmdvkCHi9wXZieCZcltyEyBt0u+pxGiNm0ETcGe2Iijnx2tBZM0VhsUw3REgj7B/IHG0iYtZ2HBrimmRPUecYW4h7DfHD/MbDcG0zKJjqYrxV0EvDREoWmmnFQX9FD4kLcb7wtpBfH7zISTK65C4gpdFiQ9KNz6WqiUhCVdTYiiUA6KB3PCB0gPDAmW9lk6Hhxl/sQ7zi3lYTEtTf1UB25doZ50sLS2AnXynAZsYtpnsrCzuy3G5NR6K8ZAHgyKN7K+Fk9Y18ogQSC9xAS3ZKcecEewETEsnQ2+/dwydEfczrJhxVkRC6dodhBny5cIoK6q3qQmMbS8kjm5JTfLfixvpmhejtT209HZToqn3xUBidccwQwlPcnzJaqSja0h3BUAnywGkMEFRY6Im+WedEkVtmwWmzbia67ktBtF58MKp+baxlL253fyUYGnrI4e/0RoTCWTZJdzXl1DZNrhy8TTvBlNdddF3ACzXNAcKILJaf/OjjR5hzeJE0rDMonwPJgXbPD2fqsCDErCCnpV3eIspkB7++GPy4f8XSf9Pqx+jQ5qjzqKuFQwqHd4xCu7+ZyMVPDAWErg2sRnbsHgEPc03rc2CFZI76kA6LNGsMKGyTOQ5XNWHz74zpyRwJTu15eB1c0GxlcsAmcYGsRqfYZfdpbxAbT5Lj2uLekMpzgaOdwhHvNubgseT6yCIXyC3UQdBE6lB7KqwcIssy5pX5MyrxogkHDarGtFw1LQrcRdxrc/UmI1MHMRkaLVo6usgaFsWyS7GomOElwsnM4wUHw1HP6++vbu5Pzy9MfNuJe5Hp9u4j6bOEWVjgyK/X5PeCym3B++u9zgvUpHKAcFdvfJ63VekbnFbglwFkA4WbhdA4Ceqf3A/fpBm27Q0Dv37QMT1q5eTWe9N6cmDFOp0j4CSxniIQftsMMCIBNN8YJ1aJBJOXC3X0HgJeivQjJViGEGbB404yRiNsLO35unHwRETfuo6VdjPG/XWES71vUVsMlnyVRQcYlAdfBuu9MePKq8GRLhN/Tn07vTjWYMeWleBQ70DnJ5P0NX32cpXIa+FBo2fsDyz6W8pIC2KdF1AQBZye9iEuDVdkhIK9pDUI/Ax1TTQ1sOdAFBNVM00Q1TB3HTfEGNSTSD45n1JVM4QZ9ybRkWMmKpcwy6CfU8SrbyL4wyq7raaedDHA4xlGvQ3XPfrrbaozGN3rOlOTEhFHRFQYEJdYnD2Yho5WTUdSW8PNiaklrlEUsC9UtXDqbksaWvC1Nezq3f0KXN8rypoOW8Qn9AzZzps2Sk5h0pu3aoEYv5EkB7X94d/fdh4vvNk48BXfagayhwr8Sjv1WKFz1r3uhUF3HP53eHP3Fd5e/v7n7xW+vlPjj4uhPi6O7xdHN4uhycXS7OLo6+8N/2r+/ocofj/7y6O7d+e0/arrLu/gSlghQzhVfiqBq1PrTx2rlqnWnWueXZ/y84Sd0H78u+VXw95a/Gtj35z999U/s1OU//2pxtPqaEo0nFN5+uPyKAevn5YeLrxiyVX1zfftVLI5l8S9zCt19zTT57/Zr/ufd/qbr9ruvWIRpt7fnV0/v1heXjr/97dUR/7PV7H7+5rdXv/vF8ebOk9Nb/ffJR+0dH5vV1qf0HEH+tAcsa2UNLDxb3WU2qvfAl9WtwsX19ftff7j76mubNQRSUbloyv5+vgWLBRzfAdFIVOsVwM3dgNuW7u0uyj+2h8qNPfTdbvbQ5Qvvob0hVeXtFfhFLdhUQxTxw723ZEFbNkQcCtbDcp1nnibcKYY8AFqcEnc1IRsqM3xG4BbCKRmhx22V0X36Ss3ng3vJEIsj1emo9mte01t3qRh0tOG6ISyDqq5MqBWjBC2PYdwS2RHFCdCph91y7W8bfhy9Dz6O3YceR26+T2RK7iN3cyhZh0elYQ09jlwTNJfuPvKOUG7c7UbmlXzwcmQeNJU1eFNr7mOaSHm4tZgikIrBIaVFJpO0yWyZZKYjclR2qKb/DgWpWFiyCvdZESJPfhvpwJS4aZnborlTc3zwZuiXy4oohtmyoAU4PbQ3jPoz6uo0Cm7vgRDcL9Jp8A5PAcZKVA82RgxEtDD/en1qBieIOFeZ004okxiG8DQrzMPcMYxsSVuiz1h0NGIl6n8FodOSIekXQ/y+nLWQ6NiayzKCQlj0iUMQU4Ahcq8gywVDOfnUlodsC2Xom38lg8wuDBRTFNwTD9DBARyU9QXmHWYtFAwrBTHmDghfR4p5KK8Wbj4icYN0GGLwPzhR2aWSwj4FVMF5RfBNJUSVkSO7Vy7Xg2sLOVkXUuKyo7Mj9TmYmYaNQTFsgxGpG1dqCnEGPoE4fh9+HH2wC+1GrwBRDD+Mnllo+HH0NkmG76OPhlSKkMwCgNVeyWcgnxtBdzK4ie+mEOxHEY9YMDCw2ryRyAev+jE/GBooy4P90gn6aKWNBopPMH1SCt1tYthrysGKgNyOH9pm8oYid0+mGYWVKWI+RBju/HyFLjnjx+yZiJr2dlYAJ61KNzYi2FWLfU+N8M3NXPiuQVMFcsZW3yaHOyZxbrT0tE4C2bUy/STaSOj+mgxcuPuxeyl86yDrHFz/7R2LtQosllgtsViBaZlJNJHYqnC0EiOI80yuwQWNUMvBJ6a70eOSUzatikUbLI7My7tC1gZDT/fYh/56iPkMtPPlhVOrDYey22jqVlr8j/nAo5JCEplRqZW23GkpbmF/rCrQkhRo3VmgnAjCPoDZHAvxUPXRm2dz7zOwVN6lxh6H7iMPA/dxx2FbEGWF9w1Rk33cYdi6M2bccdianLml8mGH8xSXV+JsYKzsBPaBK4xHsD7WwHXY+sj9LOXcwrcXC0K4K6clFKyRTvQEY4jw7GOBXTjgzKMCbnBqnbZoeUODBIMH8Vzc9BuLxMkH0YD9g53NnMUKu60oIm4Iy/m3ILM1j2Kwd9xR0aIJ5qcwtBAVdAlfbRnmTp7bLDm7sVlpKc2DV4j6S12cc4lswh39a3a9kHiqgzh1pxcKEmK+vIcutpntfyJPuJuY/ee3HquLF7FMpLwBfR1Du0s01CVHxbPanT9dOflpMIFaQzI8PyCEeDn3XYYCnNU4kYZkOTAUeMhPn+SrIdSp/0wbPG3wvdngMzphChscx2YmjXs1Gzwe46Y+m07wtMH3aoPPKFnDoibDT6H+KoTf/u9veQY25+XF4KY66m7KiSKiDZMFWKgNCUA8armFg5b3FoJxu1AIPjsowVuJx+kOTtjkAVI1/I4WFtzU7O2KdVOTU8FR7eo5uPj0cahBcL4+6m7ytH4c4wEq5IbEHrn7xfJBxDG423LykK3ozblsw67P708Xuh/RBQ4hvS0tr+Pup9Oqc1cj5QN398l0QjuJWkKutZC5t7WgP0KIW4fz+qhM8Jng88muco7q+wB0ixpcUHLLJ+pvptXi6m9B9Q07cFdzczFNX3UteeOWTqYd4N7WOhBuBtU5dMhin/F1Pw7TNyZCJZ6lxvH5HqdauWo4mAA6Oshhi0WLPMcNLO8EdFyVKpaC/7FcgXBIx9w47tBVkZm4Ff9ByFqlD9dp/+3vqfIYqlEAT8RuWF27kvWUbhFIJvIx4d+u8U9bVQAIbWH4p/Qz+Oj5HPiLSr6fin6QL1P0w4/hfOgXxv8M4EdE7wR+CfwS+O2Y+KPR0/0BHVWJ9nuI9mthM8UaokwmFrQHwABQAfcsNSX2YP/GbV8L4ClYmtkAy6Gs/Uo4l3Buf4i84KooEXmPJfI+AeU6qi6hXEK5hHKzU3NbXYwdlYmae4Caw3lJgc7jhJcNXOuUmX1QkId5Q0W4EmNlpdzxSjDPro46TtZvkhIrm8Bv/0i8pzlYSzTeM2BfpPgS9iXsS9j3YoRfdAU3ofzudfuWKD8a1VgAKQ7rlMFVUDVp5/bQ12dMSD5MZ2ocCrw6PrdnczuON8Fdgrs9IvWepLWfSL3PAbtI4yWwS2CXwG5+2m6r/cL93tkSbTewxMAjyFoelyLcoajrrgAN6rKFEhOaLjbFVNObvhKYs7ifrSuBO9AlmEswt0803ZPsOBJN9ykgF2m5BHIJ5BLIzU/LzReWuHM5scZX9YGZoppR2UpebeR4JhiZVfKDoz/RXY+c/lDNnRThuca42r49DeUWJpTK5Mz+DZ177KUQBV1+h7bHFDU/QlbBbMw0pq6djSgOyMcThxOmYv6M/JdGY88NLTGAi8Ox0XQz3aJ0gmWaQhDIptg9LlkaLAhOTfENhGs7zNVajx4g3JHzv7Y11xv4BCSJ4VxhrXGXhGlc7IwUjl5jiqo484lV1RFq3urInLHqOfYYc5c7GsRoiAlxE+LujQMg3YE8IaKAB9A5uTxl8tOYAvcq0nxe3Ga8clp4HCIY7m8Mnfm8pDx2Pfbl2JLD1BzRqsO2Eobqo1yr42a/7gd2W6Gge0tXPWmLiXHtkVn4EcLBuuWxZ9uv2YO/tuZnjfhjmR2OeFyTX7Y8L+VXGCbDQ5C1Fd9v8mj6qqBVePhI32r/99//E58rweWd10jgkcAjgcfrAI+H3jPvkv+b9wV+ohu4IS344fbs5uT9+RsBlqR+U3rwXjO5zwsh2LpQDw+0xNp4iCBEsvd5waxthEYOajxPgX5N/eXdalYE/kAbEXNkQl0fAtxPnWc+Jcy1gr4Qja9CauBX1XDl8N+BN8enMQKGUOhlCoeTzxzcetVYONqqcfz2VIEsitM4Obc/HDTfXyeahJ/IuCki9kNwBPWa97xcRuXSP65CzI+1PK+jZO1CUS9WnCu/8rBt76Vp16dd/4o8a1aKlrhY4WUedZhD2PTiqnQ6u4TfLxNgsAqT+xN2aXBJ0OhiQ1U9KlGJIJ3ZVnZyG0bQQr1ZHb8wIPyZjve1XSd4t+NedZ1At7FXhbGTfL7r1ymKmguNckHcH/dwh7N/7EDkiE/Sf11LMFouAdZQEbopUAwf0MUivdGIwAVYfTg1Am0C/aH4AZ38fyYGMmvackUACAVB0H2FgU+xJsyCraKBT7WqMUZO2POasGc+p5/EsWpRYgN8+NgPAnygGArzg7mN3pAV02ahS4kiFmWOGiEN/aEwtzFNDDOCgaRNnjb5y7im3MkmJ+IOQfe+hE0ed3Xc5ZNNnvZ42uOz7vEneV/8PNGBfNdjpFwTHOtA9vg24cBjBAibbmukLYWH66CApCjLivlskdC8lJuzzINpEoBNRs9eV40I5KPMeaUKK5bXgiKvUFdSjGRie1UZEGAKWTnOwks0fQjq2cdMTojwKhBhq1PCXYkVKqLpEVTvIK4P0K8r4fx9ezfsEHmZH+ZRQZkRG7YUmSv/aSf9LTGB/Vz1b4XAwHxC2B1zyNUPz54TCJ4eOz3hwKvAgSe57PtcHECJVHeuCgJ6AEjw0Kn/ePpgQiUQNFRkAZhoGr6kW2kmS/836FznClYqzRIBSVdcGTiEZAxI7pW9beIjElrsHC22Or/bCVq0RMDHEH6NF3TMvg4KLTpUwDZEcYYVh3DD3ACzBdPzr00VzVJSNyC5I83+e879J2v2p538Knby0/y4fZ6VlKJO1drKDV/5QW7leCwjsuskfl3MKzYRRp5sYaP8Pam97ER/2stpL+96L8+oDYjomuvsFmY+O9C9vM2gWQHo/IzW5Ts/08ZNG3eGjTujSt+aC/Z20aLG2x6QSp8p1aAvgxbeQMvn0//9GMf+WY/rPJoiMcMzvwXt9KCUJdee1VI9msX4erHmYtCu+zfSqiwNZE+pJ2f4jbjgVgX1ZKSLa7dSDmQJrb28T4fh66eF+JyWjBuO+p1V7pig78uAPnN+8kgb4cuz29vTH8CRiTFIthuSpiT2dvvgS51W+TQ7EDqQIQifu68VhiW2WLnoNy2WMh5lOPOFLFBYH9SvH6Uiyx9bnZuz0zd359dXJ2+ur3AGoI39/vTm7Eor/OD6fNLqDM/L5z5OP0VZL34jF+c/nrECl99dT7+SHZnYz/CV3DExq73FMRWScQ42dyFlv8cOqnKF5g6l+k3pwEkVJ42yzH0T5p3uvomQ2b3LpoX6Of7p9OboL767/P3N3S9+e+U/jv7y6OL6+v2vP9x99fUvjul266d8Au1l77HgYLP3aDkPamTF7/n99e3d4Ft+7g/4ES9uvo84KKoMLQQ1/fEWHlsI7gb0RIZBCEIvo9390NqgIMHF9sqtfT8Z/FpuyPXB1JLLfc5F/vfnt28+3N4CfzoddrLNiV6vDwZdeJz/vAAjYRk3shh10mHScYnFIiNcEXGBEQ7Gdy8Zdy8hJprKVvVfIHtOr364ODv6OAmsul8kLTn+9ERQ8nJ2R1DSy+nNj05P/u7P/w9QSwECAAAUAAAACAAAAAAAXBl32XkAAACeAAAADQAAAAAAAAAAAAAAAAAAAAAAbWFuaWZlc3QuanNvblBLAQIAABQAAAAIAAAAAAC+iX7hKi0AAO+SAQAVAAAAAAAAAAAAAAAAAKQAAABhbmltYXRpb25zLzEyMzQ1Lmpzb25QSwUGAAAAAAIAAgB+AAAAAS4AAAAA`,Xv=Ua((e,t)=>({conversationId:void 0,pinnedMessages:[],setForConversation:(t,n)=>e({conversationId:t,pinnedMessages:n}),applyPinnedUpdate:(n,r)=>{String(t().conversationId)===String(n)&&e(e=>{let t=e.pinnedMessages.filter(e=>String(e.id)!==String(r.id));return!r.pinnedAt||Fo(r)?{pinnedMessages:t}:{pinnedMessages:[r,...t].sort((e,t)=>String(t.pinnedAt??``).localeCompare(String(e.pinnedAt??``)))}})},clearIfTarget:(n,r)=>{String(t().conversationId)===String(n)&&e(e=>({pinnedMessages:e.pinnedMessages.filter(e=>String(e.id)!==r)}))},reset:()=>e({pinnedMessages:[]})}));function Zv(e,t){let n=Xv(e=>e.pinnedMessages),r=Xv(e=>e.setForConversation),i=Xv(e=>e.applyPinnedUpdate),a=Xv(e=>e.clearIfTarget),o=Xv(e=>e.reset),s=(0,f.useMemo)(()=>new Set(n.map(e=>String(e.id))),[n]),c=(0,f.useCallback)(t=>i(e,t),[i,e]);return{pinnedMessages:n,pinnedIds:s,applyPinnedUpdate:c,refreshPinned:(0,f.useCallback)(async()=>{if(!e){r(e,[]);return}try{let t=await rn(e),n=t?.data??t??[];r(e,(Array.isArray(n)?n:[]).map(t=>Bo(t,e)))}catch(e){console.warn(`Unable to load pinned messages`,e)}},[e,r]),togglePin:(0,f.useCallback)((n,r)=>{if(!(!e||!n.id)){t?.();try{if(!cs(On({conversationId:e,messageId:n.id,pinned:r},t=>{let n=t;if(n?.status===`error`){let e=n.error?.code===`MESSAGE_PIN_LIMIT_REACHED`?`Chỉ được ghim tối đa 3 tin trong một hội thoại`:n.error?.code===`MESSAGE_PIN_NOT_ALLOWED`?`Bạn không có quyền ghim tin trong hội thoại này`:n.error?.message||`Không ghim được tin nhắn`;ss.error(e);return}n?.message&&c(Bo(n.message,e))})))return}catch(e){console.warn(`Unable to toggle pin`,e)}}},[c,e,t]),reset:(0,f.useCallback)(()=>o(),[o]),clearIfTarget:(0,f.useCallback)(t=>a(e,t),[a,e])}}var Qv=e=>e.type===`IMAGE`?`[Hình ảnh]`:e.type===`DOCUMENT`?e.attachmentName??`[Tài liệu]`:Mo(e)||`Tin nhắn`;function $v({conversationId:e,canManagePins:t,onJump:n,timelineRef:r}){let{pinnedMessages:i,togglePin:a}=Zv(e),[o,s]=(0,f.useState)(!1),[c,l]=(0,f.useState)(null),d=(0,f.useRef)(null);if((0,f.useEffect)(()=>{if(!o)return;let e=e=>{let t=e.target;d.current?.contains(t)||t.closest(`.pinned-dropdown`)||s(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[o]),i.length===0)return null;let[p]=i,h=()=>s(e=>!e),_=e=>{u.Modal.confirm({title:`Bỏ ghim tin nhắn này?`,content:Qv(e),okText:`Bỏ ghim`,okType:`danger`,cancelText:`Hủy`,onOk:()=>a(e,!1)})};return(0,m.jsxs)(`div`,{className:`pinned-bar${o?` is-expanded`:``}`,ref:d,children:[(0,m.jsxs)(`div`,{className:`pinned-bar-head`,children:[(0,m.jsxs)(`button`,{type:`button`,className:`pinned-bar-summary`,onClick:()=>l(p),children:[(0,m.jsx)(Ri,{className:`pinned-bar-icon`}),(0,m.jsxs)(`span`,{className:`pinned-bar-copy`,children:[(0,m.jsx)(`strong`,{className:`pinned-bar-title`,children:`Tin nhắn`}),(0,m.jsxs)(`span`,{className:`pinned-bar-preview`,children:[p.senderName?(0,m.jsxs)(`strong`,{children:[p.senderName,`: `]}):null,Qv(p)]})]})]}),(0,m.jsxs)(`button`,{type:`button`,className:`pinned-bar-count`,onClick:h,"aria-expanded":o,children:[i.length,` ghim`]})]}),o&&r.current?(0,g.createPortal)((0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(`div`,{className:`pinned-dropdown-scrim`,onClick:()=>s(!1)}),(0,m.jsxs)(`div`,{className:`pinned-dropdown`,children:[(0,m.jsxs)(`div`,{className:`pinned-dropdown-header`,children:[(0,m.jsxs)(`strong`,{children:[`Danh sách ghim (`,i.length,`)`]}),(0,m.jsx)(`button`,{type:`button`,className:`pinned-dropdown-collapse`,onClick:h,children:`Thu gọn`})]}),(0,m.jsx)(`ul`,{className:`pinned-dropdown-list`,"aria-label":`Danh sách tin đã ghim`,children:i.map(e=>(0,m.jsxs)(`li`,{className:`pinned-dropdown-item`,children:[(0,m.jsxs)(`button`,{type:`button`,className:`pinned-dropdown-jump`,onClick:()=>l(e),children:[(0,m.jsx)(Ri,{className:`pinned-dropdown-item-icon`}),(0,m.jsxs)(`span`,{className:`pinned-dropdown-item-text`,children:[e.senderName?(0,m.jsxs)(`strong`,{children:[e.senderName,`: `]}):null,Qv(e)]})]}),t?(0,m.jsx)(`button`,{type:`button`,className:`pinned-dropdown-unpin`,"aria-label":`Bỏ ghim`,onClick:()=>_(e),children:(0,m.jsx)(Xr,{})}):null]},e.id??e.clientMessageId))})]})]}),r.current):null,(0,m.jsx)(u.Modal,{open:c!=null,onCancel:()=>l(null),title:`Tin nhắn`,className:`pinned-detail-modal`,centered:!0,width:460,getContainer:!1,footer:[(0,m.jsx)(`button`,{type:`button`,className:`pinned-detail-copy`,"aria-label":`Sao chép`,onClick:()=>{c&&(navigator.clipboard.writeText(Qv(c)),ss.copied(`Đã sao chép tin nhắn`))},children:(0,m.jsx)(qr,{})},`copy`),(0,m.jsx)(`button`,{type:`button`,className:`pinned-detail-close`,onClick:()=>l(null),children:`Đóng`},`close`)],children:c?(0,m.jsxs)(`div`,{className:`pinned-detail-panel`,children:[c.senderName?(0,m.jsxs)(`p`,{className:`pinned-detail-sender`,children:[`Từ `,c.senderName]}):null,(0,m.jsx)(`p`,{className:`pinned-detail-content`,children:Qv(c)}),(0,m.jsxs)(`p`,{className:`pinned-detail-hint`,children:[(0,m.jsx)(Fr,{}),` Đã gửi lúc `,Nd(c.createdAt),`,`,` `,Fd(c.createdAt)]})]}):null})]})}function ey(){let[e,t]=(0,f.useState)(null);return{reactionPickerMessageId:e,openPicker:(0,f.useCallback)(e=>{t(e)},[]),closePicker:(0,f.useCallback)(()=>{t(null)},[]),toggle:(0,f.useCallback)(e=>{t(t=>t===e?null:e)},[]),clearIfTarget:(0,f.useCallback)(e=>{t(t=>String(t)===e?null:t)},[])}}var ty={updatedAt:null,userId:null};function ny(){let[e,t]=(0,f.useState)(null),[n,r]=(0,f.useState)(null),[i,a]=(0,f.useState)([]),[o,s]=(0,f.useState)(ty),[c,l]=(0,f.useState)(!1),[u,d]=(0,f.useState)(!1),[p,m]=(0,f.useState)(``),h=(0,f.useRef)({messageId:null,filter:null}),g=(0,f.useRef)(0),_=(0,f.useCallback)(async(e,t,n,r)=>{let i=g.current+1;g.current=i,d(!0),m(``);try{let o=await nn(e,{type:t??void 0,limit:30,cursorUpdatedAt:n.updatedAt,cursorUserId:n.userId}),c=o?.data??o;if(g.current!==i)return;a(e=>r?[...e,...c.items]:c.items),s({updatedAt:c.nextCursorUpdatedAt,userId:c.nextCursorUserId}),l(c.hasMore)}catch(e){if(g.current!==i)return;m(e instanceof Error?e.message:`Không thể tải biểu cảm.`)}finally{g.current===i&&d(!1)}},[]);return{messageId:e,filter:n,items:i,cursor:o,hasMore:c,isLoading:u,error:p,open:(0,f.useCallback)((e,n)=>{h.current={messageId:e,filter:n},t(e),r(n),a([]),s(ty),l(!1),_(e,n,ty,!1)},[_]),changeFilter:(0,f.useCallback)(e=>{let t=h.current.messageId;!t||h.current.filter===e||(h.current={messageId:t,filter:e},r(e),a([]),s(ty),l(!1),_(t,e,ty,!1))},[_]),loadMore:(0,f.useCallback)(()=>{!e||!c||!o.updatedAt||!o.userId||_(e,n,o,!0)},[o,n,c,_,e]),close:(0,f.useCallback)(()=>{g.current+=1,h.current={messageId:null,filter:null},t(null),a([]),s(ty),l(!1),m(``)},[]),retry:(0,f.useCallback)(()=>{let{messageId:e,filter:t}=h.current;e&&_(e,t,ty,!1)},[_]),clearIfTarget:(0,f.useCallback)(e=>{t(t=>String(t)===e?null:t),a([]),s(ty),l(!1),m(``),h.current=String(h.current.messageId)===e?{messageId:null,filter:null}:h.current,g.current+=1},[])}}var ry={LIKE:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.3.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_2_00000138562440180532594410000001757817828555337632_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cpath%20style='fill:%23FFCA28;'%20d='M77.6,48.8c7-1.4,13.8-0.7,17.2-0.2c3.8,0.5,9.1,1.3,13.2,3.2c4.7,2.1,5.9,5.7,6,10%20c0.1,4-1.1,6.4-2.5,7.7c4.2,2.3,5.2,5,5,9.5c-0.2,4-2,7.1-5.6,8.9c2.9,3.1,3.5,5.5,3,10.2c-0.4,4.4-2.1,7-9,9c1.3,1.4,1.7,3.8,1.6,6%20c-0.2,2.6-1,5.1-4.6,6.9c-1,0.5-6.9,3.4-19.2-0.5c-10.4,1.8-24.9,0.9-36.4-4.6c-10.9-0.1-23.8-1-24.8-1c-1.1,0-3.2-0.5-4.2-3.3%20S13.2,86.7,16.1,74c0.4-1.8,1.9-2.8,3.2-2.9s8.6-0.9,10.3-1.1c9-1.1,6.8-8.9,17.2-21.3c4.9-5.9,14.9-10,15.5-23.1%20c0.2-4.4,0.5-11.6,0.5-12.6c0-6.3,12.2-7.5,16.6,1.2C87.3,29.7,80.8,37.3,77.6,48.8z'/%3e%3cg%3e%3cg%3e%3cdefs%3e%3cpath%20id='SVGID_1_'%20d='M77.6,48.8c7-1.4,13.8-0.7,17.2-0.2c3.8,0.5,9.1,1.3,13.2,3.2c4.7,2.1,5.9,5.7,6,10c0.1,4-1.1,6.4-2.5,7.7%20c4.2,2.3,5.2,5,5,9.5c-0.2,4-2,7.1-5.6,8.9c2.9,3.1,3.5,5.5,3,10.2c-0.4,4.4-2.1,7-9,9c1.3,1.4,1.7,3.8,1.6,6%20c-0.2,2.6-1,5.1-4.6,6.9c-1,0.5-6.9,3.4-19.2-0.5c-10.4,1.8-24.9,0.9-36.4-4.6c-10.9-0.1-23.8-1-24.8-1c-1.1,0-3.2-0.5-4.2-3.3%20S13.2,86.7,16.1,74c0.4-1.8,1.9-2.8,3.2-2.9s8.6-0.9,10.3-1.1c9-1.1,6.8-8.9,17.2-21.3c4.9-5.9,14.9-10,15.5-23.1%20c0.2-4.4,0.5-11.6,0.5-12.6c0-6.3,12.2-7.5,16.6,1.2C87.3,29.7,80.8,37.3,77.6,48.8z'/%3e%3c/defs%3e%3cclipPath%20id='SVGID_00000086685130194529265600000000660098775673317798_'%3e%3cuse%20xlink:href='%23SVGID_1_'%20style='overflow:visible;'/%3e%3c/clipPath%3e%3cg%20style='clip-path:url(%23SVGID_00000086685130194529265600000000660098775673317798_);'%3e%3cpath%20style='fill:%23FAA700;'%20d='M16,72.2c0.1,1.5,0,3.7,2.8,3.7s9.5-0.7,10.9-0.9c2.7-0.3,7-2.5,8.6-6c1.4-2.9,4.7-10.5,4.7-10.5%20s7-20,9.6-20.3c4.1-0.5,11.9-1.4,11.9-13c0-3.6,0.4-9,0.4-10c0.3-7.7,8.9-4.8,12.3-1.1l3.6-3l-6.4-5.7c0,0-13.4,0.7-13.3,0.8%20C61.4,6.3,16,72.2,16,72.2z'/%3e%3cpolygon%20style='fill:%23FAA700;'%20points='16.6,110.8%2044.1,111.8%2044.1,116%2017.4,114.6%20'/%3e%3cpath%20style='fill:%23FAA700;'%20d='M111.4,48.6l7,12.6l-1.8,41.7l-13.4,20.3l-20-0.5c0,0-5.6-11.3-6.4-13.4c-0.8-2-3-6-7.3-12.2%20c-4.2-6.2-1.3-11.6,1.6-13.7c1.7-1.2,3.1-5.2,3.3-7.6s1-20.7,1.2-26.1s5.1-6.7,7.2-6.7L111.4,48.6z%20M91.6,55.6%20c-3.6,0.4-5.4,4.5-5.4,8.8c0.1,7.2,2.9,7.1,5.9,7.7c0.8,0.2,1.2,1.5,0,1.7c-5.2,0.5-6.2,5-6.2,8.5c0,6.6,4.8,7.2,5.6,7.2%20c1.3,0.1,1.7,1.7,0,1.8c-3.3,0.2-5.3,3.5-5.3,7.4c0,3,0.9,6.1,6.1,7.6c0.6,0.2,1.5,1.6-0.2,1.8c-4.5,0.7-4.6,2.9-4.7,5.8%20c0,3.3,1.6,4.3,3.6,4.9c1.7,0.4,5.1,0.5,7,0.2c4.6-0.8,8.4-5.9,4.4-11.4c-0.8,0-5.8,0-6.4,0s-0.6-0.8,0.2-0.8%20c10.9-0.6,14.1-4.5,14.7-8.9c0.4-3.2-0.5-6.5-3.2-8.9c-0.4-0.4-1-0.2-1.7-0.2c12-6.5,7.6-16.6,1.8-17.6c-1.1-0.2-2.1-0.3-1.1-0.7%20c5.9-2.1,7.4-18.5-6-18C100.9,52.5,94.5,55.3,91.6,55.6z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cdefs%3e%3cpath%20id='SVGID_00000152974783965720440860000010117970161744982703_'%20d='M77.6,48.8c7-1.4,13.8-0.7,17.2-0.2%20c3.8,0.5,9.1,1.3,13.2,3.2c4.7,2.1,5.9,5.7,6,10c0.1,4-1.1,6.4-2.5,7.7c4.2,2.3,5.2,5,5,9.5c-0.2,4-2,7.1-5.6,8.9%20c2.9,3.1,3.5,5.5,3,10.2c-0.4,4.4-2.1,7-9,9c1.3,1.4,1.7,3.8,1.6,6c-0.2,2.6-1,5.1-4.6,6.9c-1,0.5-6.9,3.4-19.2-0.5%20c-10.4,1.8-24.9,0.9-36.4-4.6c-10.9-0.1-23.8-1-24.8-1c-1.1,0-3.2-0.5-4.2-3.3S13.2,86.7,16.1,74c0.4-1.8,1.9-2.8,3.2-2.9%20s8.6-0.9,10.3-1.1c9-1.1,6.8-8.9,17.2-21.3c4.9-5.9,14.9-10,15.5-23.1c0.2-4.4,0.5-11.6,0.5-12.6c0-6.3,12.2-7.5,16.6,1.2%20C87.3,29.7,80.8,37.3,77.6,48.8z'/%3e%3c/defs%3e%3cclipPath%20id='SVGID_00000023269120595958308720000010644443632386750129_'%3e%3cuse%20xlink:href='%23SVGID_00000152974783965720440860000010117970161744982703_'%20style='overflow:visible;'/%3e%3c/clipPath%3e%3cg%20style='clip-path:url(%23SVGID_00000023269120595958308720000010644443632386750129_);'%3e%3cpath%20style='fill:%23B55E19;'%20d='M31.3,68.3c0.8,2.7,4,2.5,5.8,0.6C41.5,64,44.8,54.6,49,50.3c6.9-7.1,14.6-12.6,14.6-20%20c0-2.4,1-8.8-2.1-10.1c-1.6-0.7-2.8,0.5-2.8,1.4c0,1-0.7,10.5-0.7,10.5L31.3,68.3z'/%3e%3cpath%20style='fill:%23B55E19;'%20d='M72.7,7.1c-0.4,1.1-0.2,2.4,1.4,3.9c15.1,14-0.7,31.5-0.5,40.6c0.1,2.5,0,18.6-0.2,20.3%20c-1.6,10.9-8,14.8-11.6,16.9c-0.5,0.3-0.4,1.4,0.4,1.2c0.7-0.2,8-1.6,11.9-9c0.3,2.2,2.6,6.2,4.5,7c-2,0.9-7.5,9.1,1.4,16.5%20c-3.4,1.3-5.8,7.9-0.9,12.2c-3.5,1.1-22,1.4-32.7-5.6c-1-0.7-2.7-0.5-3.5,0.3c-0.9,0.8-1.4,0.8-1.9,0.7s-14.9,0.6-15.9,0.6%20s-3.2,0.2-3.2,1.6s24.6,1.6,24.6,1.6l13.6,6l23.3-0.9c0,0,13.9,1.3,12.1,0.9s-10.6-2.4-14.5-6.5c-4.5-4.9-0.6-8.1,0.5-8.4%20c0.7-0.2,1.5-0.4,2.6,0c1.2,0.4,14,3.5,20.2,0.6c0.8-0.4,0.5-0.9-0.2-0.9c-10.2,0.5-18.9-1.2-23-4.7c-5.9-5.1-3.3-10.6-1.3-11.8%20c0.7-0.4,1.5-0.3,1.9-0.1c8,3.4,24.1,1.5,28.7-1.4c0.5-0.3,0.3-1-0.4-0.8c-1.5,0.4-22.2,4.1-29.4-1.8c-5-4.1-5.9-8.6-2.6-12.1%20c1-1.1,2.8-0.8,3.2-0.7c13.2,2.7,27.2,0,29.7-2.6c0.6-0.6,0.3-1.4-0.7-1.1c-3.5,1.1-17.5,3-23.8,2.2c-1.6-0.2-3.2-0.4-5.4-1.9%20c-1.2-0.8-2.6-1.8-3.6-2.8s-1.9-2.9-1.5-6.4c0.2-2,1.3-4,4.8-4.7c2-0.4,5.2,0.3,6.1,0.5s2.6,0.2,3.7-0.1%20c1.8-0.5,7.8-2.1,11.6-2.4c1.2-0.1,1.4-1.5-0.1-1.6c-1.4-0.1-6.8-0.2-10.9,0.8c-0.5,0.1-0.8-0.2-0.5-0.5c0.3-0.4,1.1-1,1.3-1.2%20c0.3-0.2,0.4-1.2-1.1-0.8c-0.9,0.2-2.5,1.3-3.3,2.4c-0.4,0.6-1.1,0.7-1.5,0.7c-4.8-0.3-7.8,0.2-9.4,1.9c-0.1-2.5,0.3-5.2,0.8-6.6%20c0.3-0.9,8.9-9,8.2-23.4C84.9,10.9,74.4,2.8,72.7,7.1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:72,w:1024,h:1024,nm:`u1f44d`,ddd:0,assets:[],layers:[{ddd:0,ind:1,ty:4,nm:`mask`,parent:2,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[512,512,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[25.6,92],[-27.2,4],[-32.8,15.2],[-.8,34.4],[11.2,10.4],[1.6,36],[28.8,14.4],[4,37.6],[55.2,16],[.8,17.6],[28.8,14.4],[98.4,-31.2],[92,-44],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.6,-1.6],[-83.2,-99.2],[-4.8,-104.8],[0,-8],[-35.2,69.6]],o:[[56,11.2],[30.4,-4],[37.6,-16.8],[.8,-32],[33.6,-18.4],[-1.6,-32],[23.2,-24.8],[-3.2,-35.2],[10.4,-11.2],[-1.6,-20.8],[-8,-4],[-83.2,-14.4],[-87.2,.8],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72,8.8],[39.2,47.2],[1.6,35.2],[0,50.4],[64,-122.4]],v:[[101.6,125.6],[239.2,127.2],[344.8,101.6],[392.8,21.6],[372.8,-40],[412.8,-116],[368,-187.2],[392,-268.8],[320,-340.8],[332.8,-388.8],[296,-444],[142.4,-440],[-148.8,-403.2],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-283.2,-44.8],[-145.6,125.6],[-21.6,310.4],[-17.6,411.2],[115.2,401.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[29.471,90.834],[-27.006,5.149],[-32.127,16.574],[.657,34.403],[11.63,9.917],[3.122,35.9],[29.384,13.169],[5.588,37.397],[55.827,13.65],[1.545,17.55],[29.384,13.168],[96.991,-35.337],[90.055,-47.854],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.799],[-13.656,-1.023],[-87.324,-95.59],[-21.067,-102.773],[-1.247,-7.903],[-23.928,74.233]],o:[[56.424,8.82],[30.204,-5.282],[36.856,-18.376],[-.555,-32.006],[32.791,-19.805],[-2.953,-31.903],[22.13,-25.759],[-4.687,-35.034],[9.916,-11.629],[-2.478,-20.714],[-8.162,-3.658],[-83.735,-10.866],[-87.089,4.491],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.801],[72.308,5.745],[41.163,45.498],[7.065,34.521],[7.851,49.784],[44.15,-130.876]],v:[[116.602,106.415],[260.146,102.189],[364.568,72.144],[409.139,-9.816],[386.55,-70.515],[423.298,-148.14],[375.524,-217.38],[396.049,-299.922],[321.067,-368.811],[331.823,-417.309],[292.72,-470.902],[139.427,-460.405],[-155.954,-411.314],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.601],[-275.065,-47.546],[-130.377,116.878],[9.541,302.447],[29.196,401.394],[158.879,371.223]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[53.805,84.19],[-26.678,6.646],[-31.153,18.34],[2.574,34.313],[12.165,9.252],[5.12,35.67],[30.073,11.509],[7.665,37.028],[56.502,10.514],[2.521,17.437],[30.073,11.509],[112.758,-48.363],[87.246,-52.802],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.691,-.26],[-92.518,-90.572],[-50.366,-92.028],[-3.516,-7.186],[-1.033,77.987]],o:[[56.828,5.659],[29.862,-6.959],[35.774,-20.403],[-2.339,-31.925],[31.635,-21.604],[-4.727,-31.689],[20.659,-26.954],[-6.633,-34.717],[9.252,-12.165],[-3.63,-20.543],[-2.241,-.858],[-84.21,-6.18],[-86.702,9.339],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72.516,1.704],[43.636,43.132],[16.906,30.916],[22.148,45.272],[3.7,-138.074]],v:[[134.396,83.142],[306.482,67.918],[395.065,36.096],[434.997,-48.222],[409.058,-107.566],[441.419,-187.12],[389.859,-253.588],[405.749,-337.147],[327.042,-401.746],[335.077,-450.77],[293.046,-502.098],[135.577,-485.069],[-180.607,-408.582],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-265.247,-48.739],[-111.615,107.361],[64.873,286.144],[112.763,374.932],[227.834,307.95]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[22.017,92.922],[-27.335,2.943],[-33.364,13.918],[-2.132,34.344],[10.788,10.826],[.205,36.035],[28.221,15.505],[2.541,37.727],[54.538,18.126],[.118,17.618],[28.22,15.504],[99.535,-27.365],[93.635,-40.403],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.528,-2.126],[-79.296,-102.349],[10.309,-104.403],[1.15,-7.917],[-44.835,63.819]],o:[[55.524,13.36],[30.532,-2.82],[38.223,-15.331],[2.039,-31.944],[34.287,-17.084],[-.359,-32.038],[24.143,-23.883],[-1.833,-35.298],[10.825,-10.789],[-.793,-20.847],[-7.839,-4.307],[-82.58,-17.612],[-87.166,-2.578],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[71.605,11.582],[37.342,48.682],[-3.475,35.064],[-7.242,49.877],[80.925,-111.934]],v:[[87.163,139.73],[203.598,147.658],[320.11,126.167],[371.173,48.086],[353.574,-14.242],[396.487,-88.635],[354.479,-161.517],[381.621,-242.126],[312.465,-316.861],[327.114,-364.329],[292.48,-420.913],[139.84,-423.866],[-142.567,-398.373],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-290.748,-45.447],[-159.851,130.155],[-61.279,315.328],[-71.805,415.656],[60.996,425.239]],c:!0}]},{t:40,s:[{i:[[25.6,92],[-27.2,4],[-32.8,15.2],[-.8,34.4],[11.2,10.4],[1.6,36],[28.8,14.4],[4,37.6],[55.2,16],[.8,17.6],[28.8,14.4],[98.4,-31.2],[92,-44],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.6,-1.6],[-83.2,-99.2],[-4.8,-104.8],[0,-8],[-35.2,69.6]],o:[[56,11.2],[30.4,-4],[37.6,-16.8],[.8,-32],[33.6,-18.4],[-1.6,-32],[23.2,-24.8],[-3.2,-35.2],[10.4,-11.2],[-1.6,-20.8],[-8,-4],[-83.2,-14.4],[-87.2,.8],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72,8.8],[39.2,47.2],[1.6,35.2],[0,50.4],[64,-122.4]],v:[[101.6,125.6],[239.2,127.2],[344.8,101.6],[392.8,21.6],[372.8,-40],[412.8,-116],[368,-187.2],[392,-268.8],[320,-340.8],[332.8,-388.8],[296,-444],[142.4,-440],[-148.8,-403.2],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-283.2,-44.8],[-145.6,125.6],[-21.6,310.4],[-17.6,411.2],[115.2,401.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,.791999966491,.156999999402,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[519.2,518.4],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 6`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:72,st:0,bm:0},{ddd:0,ind:2,ty:4,nm:`hand`,tt:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.571],y:[1]},o:{x:[.212],y:[0]},t:16,s:[-180]},{i:{x:[.833],y:[1]},o:{x:[.303],y:[0]},t:22,s:[-180.7]},{i:{x:[.833],y:[1]},o:{x:[.212],y:[0]},t:30,s:[-180]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:40,s:[-179.5]},{t:46,s:[-180]}],ix:10},p:{a:0,k:[136,748,0],ix:2,l:2},a:{a:0,k:[136,288,0],ix:1,l:2},s:{a:0,k:[-100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ty:`st`,c:{a:0,k:[1,.792156982422,.156862999411,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:10,ix:5},lc:1,lj:1,ml:4,bm:0,nm:`Stroke 1`,mn:`ADBE Vector Graphic - Stroke`,hd:!1},{ty:`fl`,c:{a:0,k:[.097999999102,.709999952129,.167119807823,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[13.6,33.6],[-12.8,12],[-1.6,72.8],[1.6,13.6],[28.8,16.801],[-6.4,-1.6],[-31.2,-59.2],[-15.2,6.4],[-71.2,59.2],[-39.2,34.4],[85.6,-56],[6.4,6.4],[4,-.8],[8,0],[0,11.201],[0,0],[0,0],[0,0],[14.4,-3.201],[30.4,-32.799],[-8.8,-2.4],[-8.8,3.2],[-49.6,-23.2],[5.6,0],[32.8,-28],[-16,-9.601],[-3.2,1.599],[-36.8,-23.2],[5.6,1.601],[57.6,-47.2],[-26.4,-28],[-3.2,.8],[-20,-20.8],[8,2.4],[50.4,-6.4],[19.781,-19.781],[-3.2,-28],[-13.313,-4.809],[-6.379,1.417],[-8.8,-2.399],[-30.4,-2.401],[12,-.799],[32.8,8],[-2.4,-2.4],[-1.6,-1.6],[12,3.199],[6.4,8.8],[3.2,0],[12.8,13.6],[-4,-11.2],[5.6,-115.2]],o:[[-3.2,-8.801],[120.8,-112],[.8,-20],[-12.8,-87.201],[-4,-2.399],[5.6,1.599],[2.4,-17.6],[-16,-7.2],[-27.2,-10.401],[-28,-8.801],[-8,5.6],[-6.4,-6.4],[-4,.8],[-8,0],[0,-11.199],[0,0],[0,0],[0,0],[-14.4,3.2],[-36,39.201],[5.6,1.6],[9.6,-3.201],[6.4,3.2],[-81.6,-4],[-47.2,40.799],[5.6,3.2],[64,-27.2],[4,2.399],[-12,-3.199],[-40,32.8],[8,8.799],[105.6,-21.6],[4.8,4.8],[-28,-8.8],[-28.173,3.577],[-8,8],[2.213,19.364],[23.358,8.438],[7.2,-1.6],[14.4,4],[9.6,.799],[-11.2,.8],[-4,-.801],[2.4,3.199],[2.4,1.599],[-7.2,-1.601],[-3.2,-4.8],[-38.4,2.401],[-.8,20],[2.4,7.2],[-5.6,117.6]],v:[[581.6,978.4],[592.8,947.2],[588.8,622.4],[587.2,460],[494.4,324.799],[497.6,315.2],[592.8,387.2],[628.8,331.2],[640,199.2],[632.8,101.6],[371.2,146.4],[343.2,144],[328,138.4],[200.8,133.6],[175.2,120.799],[372,108],[480.8,60],[667.2,67.2],[764,60],[648,112.799],[652,180],[672.8,180],[834.4,175.2],[832.8,182.4],[648.8,220],[638.4,314.4],[653.6,315.2],[883.2,326.4],[880,332.799],[644.8,347.2],[624,444],[649.6,449.6],[887.2,470.4],[881.6,479.2],[691.2,461.6],[619.2,499.2],[607.2,550.4],[633.505,584.6],[694.4,584],[724,584.799],[816.8,604],[816,616.799],[728.8,610.4],[724.8,614.4],[735.2,624],[726.4,630.4],[700,611.2],[688,605.599],[612.8,590.4],[619.2,643.2],[684.8,830.4]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[18.668,31.071],[-10.775,13.846],[1.483,72.802],[2.174,13.52],[29.485,15.566],[-6.462,-1.327],[-38.222,-66.667],[-14.916,7.037],[-68.631,62.161],[-37.709,36.029],[83.153,-59.572],[6.665,6.123],[3.963,-.969],[8,0],[0,11.2],[0,0],[0,0],[0,0],[14.252,-3.807],[28.984,-34.057],[-8.893,-2.025],[-8.657,3.57],[-50.537,-21.08],[5.595,-.237],[31.586,-29.363],[-16.392,-8.915],[-3.129,1.734],[-37.749,-21.622],[5.663,1.361],[55.55,-49.595],[-27.561,-26.858],[-3.163,.936],[-20.863,-19.935],[8.095,2.059],[50.084,-8.527],[18.926,-20.601],[-4.382,-27.84],[-28.211,-4.41],[-7.125,1.903],[-8.894,-2.026],[-30.474,-1.112],[11.955,-1.307],[33.109,6.604],[-2.5,-2.296],[-1.667,-1.53],[12.125,2.689],[6.767,8.522],[3.197,-.135],[13.365,13.047],[-4.47,-11.021],[-12.415,-114.666]],o:[[-4.532,-8.194],[101.877,-129.453],[-.047,-20.016],[-16.479,-86.58],[-4.098,-2.229],[5.663,1.362],[1.653,-17.686],[-16.291,-6.516],[-27.616,-9.239],[-28.348,-7.607],[-7.756,5.934],[-6.665,-6.124],[-3.962,.968],[-8,0],[0,-11.2],[0,0],[0,0],[0,0],[-14.251,3.806],[-34.309,40.689],[5.663,1.362],[9.456,-3.603],[6.53,2.926],[-81.696,-.542],[-45.431,42.761],[5.731,2.96],[62.792,-29.885],[4.098,2.229],[-12.124,-2.689],[-38.576,34.464],[8.365,8.453],[104.591,-26.049],[4.999,4.592],[-28.347,-7.607],[-27.997,4.767],[-7.655,8.331],[2.276,15.918],[16.122,2.52],[7.126,-1.904],[14.556,3.386],[9.625,.393],[-11.156,1.273],[-4.03,-.63],[2.533,3.095],[2.465,1.497],[-7.261,-1.294],[-3.4,-4.66],[-38.264,4.024],[.048,20.017],[2.703,7.092],[12.789,117.038]],v:[[635.021,955.535],[641.224,922.972],[602.916,604.589],[594.444,442.402],[496.005,311.251],[498.796,301.524],[599.222,377],[636.556,311.957],[642.159,179.601],[630.835,82.393],[365.365,138.225],[337.289,137.013],[321.865,132.061],[200.8,133.6],[175.2,120.8],[364.539,99.826],[471.21,47.264],[663.748,46.568],[760.156,35.278],[646.495,92.94],[653.335,159.91],[674.117,159.03],[835.369,147.395],[834.075,154.656],[651.831,200.01],[645.436,294.766],[660.656,294.922],[890.525,296.394],[887.598,302.924],[653.219,327.265],[636.534,424.859],[662.348,429.37],[900.616,440.096],[895.393,449.125],[704.419,439.599],[634.075,480.213],[624.252,531.875],[664.209,567.816],[712.796,561.754],[742.404,561.301],[835.933,576.556],[835.676,589.378],[748.283,586.675],[744.456,590.84],[755.253,599.991],[746.731,606.758],[719.542,588.692],[707.316,583.605],[625.54,571.601],[634.169,624.084],[713.905,793.264]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[26.982,24.205],[-6.225,16.404],[5.54,72.606],[2.924,13.378],[30.308,13.898],[-6.526,-.965],[-3.597,-2.554],[-28.721,21.1],[-65.057,65.891],[-35.641,38.075],[79.702,-64.117],[6.996,5.742],[3.902,-1.188],[8,0],[0,11.2],[0,0],[0,0],[0,0],[14.017,-4.595],[24.478,-32.246],[-8.993,-1.526],[-8.444,4.047],[-51.634,-18.229],[5.573,-.549],[34.093,-35.438],[-16.864,-7.987],[-3.027,1.905],[-31.469,-15.763],[5.73,1.044],[60.671,-60.577],[-29.017,-25.279],[-3.106,1.11],[-20.147,-17.208],[8.197,1.605],[49.53,-11.306],[24.594,-29.966],[-5.928,-27.552],[-28.414,-2.83],[-7.008,2.298],[-8.993,-1.525],[-30.489,.589],[11.863,-1.972],[33.426,4.748],[-2.624,-2.154],[-1.75,-1.436],[12.256,2.009],[7.231,8.13],[3.185,-.313],[-2.643,-11.391],[-5.078,-10.755],[-45.594,-105.941]],o:[[-6.742,-6.498],[64.428,-171.804],[-1.164,-19.982],[-21.282,-85.526],[-4.216,-1.996],[70.836,4.808],[-.765,-11.06],[-16.628,-5.598],[-28.088,-7.685],[-28.727,-6.014],[-7.412,6.357],[-6.996,-5.742],[-3.903,1.188],[-8,0],[0,-11.2],[0,0],[0,0],[0,0],[12.544,-4.112],[-31.987,42.538],[5.73,1.044],[9.24,-4.125],[6.683,2.557],[-61.792,3.039],[-42.975,45.228],[5.887,2.636],[77.6,-42.393],[4.216,1.996],[3.772,.618],[-36.594,36.561],[8.823,7.974],[125.181,-38.708],[5.247,4.306],[-28.727,-6.014],[-44.709,10.207],[-7.178,8.745],[3.159,15.767],[16.236,1.617],[7.009,-2.297],[14.723,2.57],[9.632,-.145],[-11.068,1.893],[-4.059,-.405],[2.702,2.949],[2.545,1.357],[-7.322,-.886],[-3.655,-4.464],[-101.451,17.592],[1.163,19.982],[3.094,6.929],[46.65,108.098]],v:[[709.269,902.011],[714.704,875.978],[608.634,573.181],[586.131,421.719],[480.531,296.261],[482.775,286.394],[596.089,366.232],[630.902,288.129],[629.116,155.666],[612.388,59.241],[340.445,140.79],[312.345,141.145],[296.67,137.061],[194.8,133.6],[169.2,120.8],[337.479,102.496],[441.053,34.068],[643.253,21.636],[748.882,4.987],[628.613,68.898],[639.177,135.383],[678.877,131.345],[825.229,114.736],[824.342,122.058],[639.911,175.504],[638.81,270.469],[654.015,269.776],[888.608,260.428],[886.05,267.11],[648.393,302.484],[637.177,400.856],[663.202,403.921],[906.697,403.343],[901.986,412.649],[724.778,409.787],[637.808,456.261],[630.882,508.39],[672.781,542.047],[739.954,531.285],[769.49,529.181],[849.725,543.198],[850.183,556.014],[776.775,554.188],[773.186,558.561],[784.477,567.095],[776.346,574.326],[748.192,557.806],[735.701,553.408],[631.383,539.984],[642.925,591.903],[736.931,723.716]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[12.114,34.164],[-13.314,11.427],[-4.79,72.66],[1.002,13.657],[28.036,18.047],[-6.324,-1.879],[-28.767,-48.426],[-12.938,5.442],[-73.727,56.022],[-40.67,32.648],[87.973,-52.194],[6.113,6.674],[4.031,-.624],[8,0],[0,11.201],[0,0],[0,0],[0,0],[14.526,-2.566],[33.057,-35.458],[-8.686,-2.783],[-8.932,2.811],[-46.679,-23.22],[5.595,.245],[33.996,-26.535],[-15.564,-10.293],[-3.267,1.457],[-35.748,-24.791],[5.525,1.845],[59.599,-44.649],[-25.147,-29.13],[-3.232,.659],[-19.069,-21.657],[7.887,2.748],[55.189,1.432],[18.857,-20.664],[-.499,-37.85],[-13.174,-5.178],[-6.435,1.137],[-8.686,-2.782],[-30.266,-3.731],[12.024,-.272],[32.418,9.43],[-2.292,-2.503],[-1.528,-1.669],[11.848,3.722],[6.008,9.072],[3.197,.14],[12.192,14.148],[-3.505,-11.365],[10.531,-114.854]],o:[[-2.811,-8.933],[135.781,-95.637],[1.676,-19.946],[-8.965,-87.678],[-3.891,-2.572],[5.525,1.843],[3.983,-15.926],[-15.669,-7.894],[-26.718,-11.583],[-29.749,-10.854],[-8.238,5.244],[-6.113,-6.674],[-4.031,.624],[-8,0],[0,-11.199],[0,0],[0,0],[0,0],[-14.526,2.566],[-37.684,37.585],[8.256,3.23],[9.731,-2.777],[6.254,3.477],[-81.346,-7.573],[-48.943,38.691],[5.454,3.442],[65.131,-24.368],[3.891,2.572],[-11.848,-3.722],[-41.399,31.015],[7.606,9.141],[106.445,-16.95],[4.585,5.006],[-38.257,-12.497],[-28.389,-.737],[-13.482,14.775],[.257,19.489],[15.47,6.08],[7.263,-1.283],[14.211,4.627],[9.556,1.219],[-11.224,.308],[-3.961,-.976],[2.257,3.301],[2.328,1.703],[-7.123,-1.915],[-2.986,-4.936],[-33.052,2.212],[-1.676,19.946],[2.082,7.298],[-10.75,117.241]],v:[[521.662,996.316],[534.219,965.637],[577.961,635.474],[580.481,474.16],[492.322,334.896],[495.94,325.447],[581.017,387.176],[616.188,345.308],[632.163,214.425],[629.249,116.854],[377.186,151.643],[347.819,148.018],[332.879,141.757],[200.8,133.6],[175.2,120.799],[379.169,113.065],[489.969,69.13],[663.124,83.495],[752.896,80.795],[642.193,130.958],[648.244,196.52],[682.524,193.182],[827.679,199.22],[825.765,206.343],[643.043,235.591],[627.015,328.945],[642.165,330.41],[870.304,352.164],[866.826,358.417],[632.971,362.994],[607.448,458.789],[632.777,465.506],[868.237,496.201],[862.257,504.747],[687.311,479.318],[616.732,502.725],[596.749,564.1],[619.03,601.42],[659.642,602.49],[690.929,604.336],[793.298,626.587],[791.938,639.338],[694.602,629.373],[690.431,633.194],[700.4,643.24],[691.328,649.248],[665.795,628.91],[654.052,622.788],[600.84,605.807],[605.67,657.837],[646.75,843.483]],c:!0}]},{t:40,s:[{i:[[13.6,33.6],[-12.8,12],[-1.6,72.8],[1.6,13.6],[28.8,16.801],[-6.4,-1.6],[-31.2,-59.2],[-15.2,6.4],[-71.2,59.2],[-39.2,34.4],[85.6,-56],[6.4,6.4],[4,-.8],[8,0],[0,11.201],[0,0],[0,0],[0,0],[14.4,-3.201],[30.4,-32.799],[-8.8,-2.4],[-8.8,3.2],[-49.6,-23.2],[5.6,0],[32.8,-28],[-16,-9.601],[-3.2,1.599],[-36.8,-23.2],[5.6,1.601],[57.6,-47.2],[-26.4,-28],[-3.2,.8],[-20,-20.8],[8,2.4],[50.4,-6.4],[19.781,-19.781],[-3.2,-28],[-13.313,-4.809],[-6.379,1.417],[-8.8,-2.399],[-30.4,-2.401],[12,-.799],[32.8,8],[-2.4,-2.4],[-1.6,-1.6],[12,3.199],[6.4,8.8],[3.2,0],[12.8,13.6],[-4,-11.2],[5.6,-115.2]],o:[[-3.2,-8.801],[120.8,-112],[.8,-20],[-12.8,-87.201],[-4,-2.399],[5.6,1.599],[2.4,-17.6],[-16,-7.2],[-27.2,-10.401],[-28,-8.801],[-8,5.6],[-6.4,-6.4],[-4,.8],[-8,0],[0,-11.199],[0,0],[0,0],[0,0],[-14.4,3.2],[-36,39.201],[5.6,1.6],[9.6,-3.201],[6.4,3.2],[-81.6,-4],[-47.2,40.799],[5.6,3.2],[64,-27.2],[4,2.399],[-12,-3.199],[-40,32.8],[8,8.799],[105.6,-21.6],[4.8,4.8],[-28,-8.8],[-28.173,3.577],[-8,8],[2.213,19.364],[23.358,8.438],[7.2,-1.6],[14.4,4],[9.6,.799],[-11.2,.8],[-4,-.801],[2.4,3.199],[2.4,1.599],[-7.2,-1.601],[-3.2,-4.8],[-38.4,2.401],[-.8,20],[2.4,7.2],[-5.6,117.6]],v:[[581.6,978.4],[592.8,947.2],[588.8,622.4],[587.2,460],[494.4,324.799],[497.6,315.2],[592.8,387.2],[628.8,331.2],[640,199.2],[632.8,101.6],[371.2,146.4],[343.2,144],[328,138.4],[200.8,133.6],[175.2,120.799],[372,108],[480.8,60],[667.2,67.2],[764,60],[648,112.799],[652,180],[672.8,180],[834.4,175.2],[832.8,182.4],[648.8,220],[638.4,314.4],[653.6,315.2],[883.2,326.4],[880,332.799],[644.8,347.2],[624,444],[649.6,449.6],[887.2,470.4],[881.6,479.2],[691.2,461.6],[619.2,499.2],[607.2,550.4],[633.505,584.6],[694.4,584],[724,584.799],[816.8,604],[816,616.799],[728.8,610.4],[724.8,614.4],[735.2,624],[726.4,630.4],[700,611.2],[688,605.599],[612.8,590.4],[619.2,643.2],[684.8,830.4]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.709803921569,.36862745098,.098039223166,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[-14.4,-15.2],[-33.6,-34.399],[0,-59.2],[24.8,-10.4],[0,7.199],[0,0]],o:[[6.4,-21.6],[35.2,39.2],[55.2,56.8],[0,19.2],[-12.8,5.6],[0,-8],[0,0]],v:[[-133.2,-184.4],[-86.8,-189.2],[8.4,-40.4],[125.2,119.6],[108.4,200.4],[86,189.201],[80.4,105.201]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[-15.03,-14.577],[-35.026,-32.947],[-9.222,-58.478],[22.877,-14.137],[1.121,7.112],[0,0]],o:[[5.48,-21.852],[36.828,37.675],[57.554,54.413],[2.991,18.966],[-11.772,7.525],[-1.247,-7.902],[0,0]],v:[[-124.435,-187.769],[-78.28,-194.528],[23.133,-49.891],[150.596,110.342],[146.589,192.773],[122.718,185.199],[104.1,103.097]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[-15.821,-13.716],[-36.809,-30.942],[-26.016,-53.178],[17.706,-20.242],[3.164,6.468],[0,0]],o:[[4.253,-22.123],[38.871,35.563],[60.499,51.119],[8.437,17.246],[-9.038,10.654],[-3.515,-7.186],[0,0]],v:[[-113.827,-189.822],[-68.12,-199.145],[41.2,-60.388],[194.714,94.086],[215.131,174.049],[190.087,173.831],[148.143,100.838]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[-13.8,-15.746],[-32.242,-35.675],[8.506,-58.585],[26.037,-6.729],[-1.034,7.125],[0,0]],o:[[7.232,-21.336],[33.655,40.535],[52.959,58.895],[-2.759,19.001],[-13.471,3.702],[1.15,-7.917],[0,0]],v:[[-141.348,-184.501],[-94.797,-187.501],[-5.432,-35.125],[90.578,126.51],[62.341,204.058],[41.783,189.755],[60.874,113.155]],c:!0}]},{t:40,s:[{i:[[0,0],[-14.4,-15.2],[-33.6,-34.399],[0,-59.2],[24.8,-10.4],[0,7.199],[0,0]],o:[[6.4,-21.6],[35.2,39.2],[55.2,56.8],[0,19.2],[-12.8,5.6],[0,-8],[0,0]],v:[[-133.2,-184.4],[-86.8,-189.2],[8.4,-40.4],[125.2,119.6],[108.4,200.4],[86,189.201],[80.4,105.201]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.709999952129,.368999974868,.097999999102,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[383.6,673.2],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[47.2,16],[-8.8,1.6],[96,52],[-3.2,3.2],[3.2,25.6],[87.2,4.8],[-4.8,0],[0,0],[36.8,6.4],[13.6,-4],[0,-27.2],[-36,-5.6],[4.8,-1.6],[0,-24],[-26.4,-.8],[10.4,-1.6],[0,-52.8],[-41.6,-4],[6.4,-1.6],[1.6,-57.6],[-29.6,-4]],o:[[107.2,4],[-8.8,-3.2],[45.6,-7.2],[5.6,0],[21.6,-18.4],[-4.8,-35.2],[-6.4,0],[0,0],[32,-43.2],[-15.2,-2.4],[-16,4],[0,22.4],[13.6,2.4],[-41.6,12],[0,31.2],[13.6,.8],[-6.4,.8],[0,28],[10.4,.8],[-24,4.8],[-.8,33.599],[21.6,1.6]],v:[[73.2,246.4],[121.2,102.4],[130,96.801],[115.6,-43.999],[129.2,-45.6],[154.8,-116.8],[37.2,-187.999],[35.6,-194.4],[86.8,-194.4],[51.6,-285.6],[-4.4,-284],[-33.2,-244.8],[4.4,-198.4],[6,-183.999],[-42.8,-123.199],[-.4,-63.999],[-.4,-49.6],[-45.2,8.001],[4.4,76.001],[4.4,89.6],[-42.8,151.201],[.4,221.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[47.834,13.988],[-8.724,1.971],[98.115,47.891],[-3.061,3.333],[4.281,25.442],[87.325,1.105],[-4.795,.203],[-6.395,.271],[37.038,4.837],[13.419,-4.572],[-1.151,-27.176],[-36.205,-4.071],[4.728,-1.802],[-1.016,-23.979],[-26.411,.318],[10.323,-2.039],[-2.234,-52.753],[-41.732,-2.236],[6.327,-1.869],[-.839,-57.615],[-29.743,-2.743]],o:[[107.273,-.541],[-8.928,-2.825],[45.255,-9.124],[5.595,-.236],[20.802,-19.297],[-6.286,-34.965],[-6.394,.271],[4.796,-.203],[30.142,-44.516],[-15.288,-1.755],[-15.816,4.674],[.948,22.38],[13.689,1.823],[-41.055,13.75],[1.321,31.172],[13.621,.224],[-6.36,1.07],[1.185,27.974],[10.424,.358],[-23.775,5.811],[.623,33.604],[21.648,.684]],v:[[92.816,219.353],[134.679,73.45],[143.233,67.483],[122.887,-72.582],[136.407,-74.756],[158.971,-146.976],[38.463,-213.134],[36.593,-219.461],[87.748,-221.628],[48.719,-311.256],[-7.163,-307.288],[-34.278,-266.904],[5.252,-222.137],[7.46,-207.817],[-38.723,-145.006],[6.145,-87.654],[6.754,-73.267],[-35.568,-13.822],[16.866,52.018],[17.441,65.605],[-27.109,129.147],[19.032,197.656]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[48.541,11.299],[-8.601,2.455],[100.633,42.345],[-2.871,3.499],[5.693,25.163],[87.251,-3.766],[-4.777,.47],[-6.369,.627],[37.25,2.764],[13.142,-5.314],[-2.665,-27.069],[-36.376,-2.046],[4.62,-2.063],[-2.351,-23.884],[-26.352,1.791],[10.194,-2.611],[-5.173,-52.546],[-41.791,.094],[6.212,-2.219],[-4.051,-57.479],[-29.85,-1.081]],o:[[107.076,-6.521],[-9.071,-2.322],[44.675,-11.633],[5.573,-.548],[19.693,-20.427],[-8.226,-34.56],[-6.369,.627],[4.777,-.47],[27.614,-46.128],[-15.362,-.899],[-15.531,5.548],[2.194,22.292],[13.77,1.056],[-40.224,16.017],[3.057,31.05],[13.612,-.536],[-6.291,1.423],[2.743,27.865],[10.429,-.223],[-23.414,7.128],[2.496,33.517],[21.652,-.524]],v:[[123.268,186.483],[156.929,38.474],[165.138,32.038],[137.013,-106.673],[150.391,-109.598],[168.892,-182.963],[49.882,-244.299],[47.663,-250.512],[93.616,-253.527],[49.651,-340.84],[8.077,-337.762],[-16.744,-295.928],[25.221,-253.436],[28.224,-239.262],[-14.385,-173.973],[33.612,-119.212],[35.022,-104.882],[-3.919,-43.169],[52.104,19.645],[53.437,33.178],[12.499,99.107],[62.389,164.936]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[46.544,17.816],[-8.855,1.258],[93.914,55.679],[-3.321,3.073],[2.206,25.705],[86.948,8.174],[-4.797,-.186],[-6.395,-.247],[36.525,7.82],[13.745,-3.47],[1.053,-27.179],[-35.756,-6.991],[4.859,-1.413],[.93,-23.982],[-26.349,-1.822],[10.455,-1.196],[2.045,-52.76],[-41.414,-5.608],[6.457,-1.35],[3.83,-57.495],[-29.423,-5.143]],o:[[106.965,8.149],[-8.67,-3.538],[45.844,-5.428],[5.596,.217],[22.296,-17.55],[-3.433,-35.359],[-6.395,-.248],[4.796,.186],[33.65,-41.928],[-15.095,-2.988],[-16.143,3.377],[-.868,22.383],[13.497,2.924],[-42.033,10.38],[-1.209,31.176],[13.559,1.326],[-6.426,.551],[-1.085,27.979],[10.361,1.202],[-24.168,3.868],[-2.1,33.544],[21.522,2.436]],v:[[48.739,268.772],[102.281,126.739],[111.291,121.484],[102.355,-19.768],[116.007,-20.84],[144.346,-90.995],[19.592,-166.697],[18.241,-173.154],[79.402,-171.171],[47.761,-263.665],[-18.259,-264.236],[-48.555,-226.181],[-12.781,-178.359],[-11.74,-163.908],[-62.858,-105.044],[-22.783,-44.246],[-23.341,-29.857],[-70.338,25.964],[-23.409,95.835],[-23.936,109.424],[-73.487,169.15],[-33.046,241.17]],c:!0}]},{t:40,s:[{i:[[0,0],[47.2,16],[-8.8,1.6],[96,52],[-3.2,3.2],[3.2,25.6],[87.2,4.8],[-4.8,0],[0,0],[36.8,6.4],[13.6,-4],[0,-27.2],[-36,-5.6],[4.8,-1.6],[0,-24],[-26.4,-.8],[10.4,-1.6],[0,-52.8],[-41.6,-4],[6.4,-1.6],[1.6,-57.6],[-29.6,-4]],o:[[107.2,4],[-8.8,-3.2],[45.6,-7.2],[5.6,0],[21.6,-18.4],[-4.8,-35.2],[-6.4,0],[0,0],[32,-43.2],[-15.2,-2.4],[-16,4],[0,22.4],[13.6,2.4],[-41.6,12],[0,31.2],[13.6,.8],[-6.4,.8],[0,28],[10.4,.8],[-24,4.8],[-.8,33.599],[21.6,1.6]],v:[[73.2,246.4],[121.2,102.4],[130,96.801],[115.6,-43.999],[129.2,-45.6],[154.8,-116.8],[37.2,-187.999],[35.6,-194.4],[86.8,-194.4],[51.6,-285.6],[-4.4,-284],[-33.2,-244.8],[4.4,-198.4],[6,-183.999],[-42.8,-123.199],[-.4,-63.999],[-.4,-49.6],[-45.2,8.001],[4.4,76.001],[4.4,89.6],[-42.8,151.201],[.4,221.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ind:1,ty:`sh`,ix:2,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[1.6,43.2],[1.6,20],[13.6,9.6],[-33.6,49.6],[-7.2,16.8],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-16.8,0],[-1.6,-43.2],[-1.6,-20],[-22.4,-16.8],[33.6,-49.6],[6.4,-16],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-72.4,320.8],[-130,267.201],[-139.6,58.4],[-166,-2.4],[-178.8,-111.999],[-120.4,-209.6],[-69.2,-316.8],[90.8,-320.8],[198,-158.4],[212.4,175.201],[156.4,276]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[3.426,43.094],[2.552,20.783],[13.995,9.017],[-31.471,50.978],[-6.482,17.09],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-16.784,.711],[-3.395,-42.689],[-2.445,-19.915],[-23.091,-15.837],[31.471,-50.977],[5.717,-16.256],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-55.505,299.848],[-115.321,248.734],[-133.75,40.528],[-162.7,-19.101],[-180.127,-128.061],[-119.91,-228.045],[-73.293,-337.315],[86.394,-348.084],[200.372,-190.367],[222.878,142.325],[177.194,245.405]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[5.824,42.835],[3.707,20.608],[14.475,8.221],[-38.853,45.601],[-5.519,17.424],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-25.719,3.646],[-5.77,-42.433],[-3.551,-19.747],[-23.939,-14.524],[57.624,-67.631],[4.802,-16.551],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-26.333,272.125],[-97.907,226.426],[-131.918,25.571],[-191.147,-50.349],[-199.624,-146.168],[-124.076,-290.355],[-69.625,-364.056],[94.214,-381.711],[207.809,-228.595],[248.832,102.324],[217.968,205.79]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[-.074,43.23],[.905,22.029],[13.218,10.119],[-35.496,48.261],[-7.846,16.509],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-16.787,-.65],[.077,-44.354],[-.825,-20.046],[-21.732,-17.656],[35.496,-48.261],[7.015,-15.74],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-88.634,336.476],[-151.074,270.423],[-145.619,71.67],[-169.645,9.894],[-178.19,-100.12],[-126.053,-195.385],[-70.74,-300.521],[79.8,-319.799],[189.125,-130.891],[190.592,203.017],[130.73,301.572]],c:!0}]},{t:40,s:[{i:[[0,0],[1.6,43.2],[1.6,20],[13.6,9.6],[-33.6,49.6],[-7.2,16.8],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-16.8,0],[-1.6,-43.2],[-1.6,-20],[-22.4,-16.8],[33.6,-49.6],[6.4,-16],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-72.4,320.8],[-130,267.201],[-139.6,58.4],[-166,-2.4],[-178.8,-111.999],[-120.4,-209.6],[-69.2,-316.8],[90.8,-320.8],[198,-158.4],[212.4,175.201],[156.4,276]],c:!0}]}],ix:2},nm:`Path 2`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.980000035903,.654999976065,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[734,368.8],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:3,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[110,12.8],[110,-20.8],[-103.6,-9.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[103.911,5.41],[102.489,-28.16],[-103.6,-9.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[94.707,9.023],[91.415,-24.415],[-103.6,-9.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[115.286,16.927],[116.587,-16.648],[-103.6,-9.6]],c:!0}]},{t:40,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[110,12.8],[110,-20.8],[-103.6,-9.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.980000035903,.654999976065,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[242.8,127.2],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:5,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[-22.4,0],[-11.2,-1.6],[-12.8,-28],[0,0],[-20.8,-2.399],[0,-92.8],[0,-8],[-27.2,29.6],[0,0],[0,0],[-.8,.8]],o:[[.8,-12],[22.4,0],[21.6,2.4],[11.2,23.2],[0,0],[32.8,4],[0,28.8],[2.4,61.601],[0,0],[0,0],[0,0],[2.4,-.8]],v:[[-259.2,-252.4],[-236.8,-282],[-149.6,-274.8],[-80.8,-226.8],[-43.2,-142.799],[33.6,19.6],[128.8,123.6],[132,203.6],[230.4,212.4],[259.2,236.4],[208,282],[101.6,275.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[-22.4,0],[-11.257,-1.125],[-13.973,-27.433],[0,0],[-20.883,-1.517],[-14.457,-91.667],[-1.247,-7.902],[-22.256,33.475],[0,0],[0,0],[-.665,.915]],o:[[.8,-12],[22.4,0],[21.682,1.484],[12.172,22.705],[0,0],[32.94,2.608],[4.487,28.448],[11.967,60.474],[0,0],[0,0],[0,0],[2.246,-1.164]],v:[[-259.2,-252.4],[-236.8,-282],[-143.126,-277.578],[-72.356,-232.533],[-31.234,-150.2],[52.37,8.804],[160.34,112.733],[175.964,191.257],[274.533,184.621],[306.72,203.841],[263.249,256.861],[157.151,267.114]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[-22.4,0],[-11.303,-.495],[-15.481,-26.611],[0,0],[-20.935,-.351],[-40.781,-83.359],[-3.515,-7.186],[-11.425,38.542],[0,0],[0,0],[-.367,1.071]],o:[[.8,-12],[22.4,0],[21.731,.272],[13.419,21.991],[0,0],[33.034,.767],[12.656,25.87],[29.226,54.278],[0,0],[0,0],[0,0],[1.804,-1.773]],v:[[-259.2,-252.4],[-236.8,-282],[-135.495,-278.707],[-62.324,-237.678],[-16.675,-157.766],[75.666,-3.671],[215.159,90.852],[253.189,161.307],[345.446,125.969],[381.863,134.871],[355.911,198.332],[257.523,239.341]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[-22.4,0],[-11.13,-2.032],[-11.706,-28.475],[0,0],[-20.692,-3.204],[13.335,-91.837],[1.149,-7.917],[-31.171,25.385],[0,0],[0,0],[-.907,.677]],o:[[.8,-12],[22.4,0],[21.491,3.235],[10.293,23.617],[0,0],[32.62,5.268],[-4.138,28.501],[-6.477,61.305],[0,0],[0,0],[0,0],[2.49,-.446]],v:[[-259.2,-252.4],[-236.8,-282],[-155.631,-275.356],[-88.742,-224.727],[-54.424,-139.334],[16.029,25.919],[88.355,131.13],[80.027,210.76],[176.141,233.608],[201.193,261.497],[143.972,299.267],[39.596,277.644]],c:!0}]},{t:40,s:[{i:[[0,0],[-22.4,0],[-11.2,-1.6],[-12.8,-28],[0,0],[-20.8,-2.399],[0,-92.8],[0,-8],[-27.2,29.6],[0,0],[0,0],[-.8,.8]],o:[[.8,-12],[22.4,0],[21.6,2.4],[11.2,23.2],[0,0],[32.8,4],[0,28.8],[2.4,61.601],[0,0],[0,0],[0,0],[2.4,-.8]],v:[[-259.2,-252.4],[-236.8,-282],[-149.6,-274.8],[-80.8,-226.8],[-43.2,-142.799],[33.6,19.6],[128.8,123.6],[132,203.6],[230.4,212.4],[259.2,236.4],[208,282],[101.6,275.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.980000035903,.654999976065,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[387.2,709.2],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 5`,np:2,cix:2,bm:0,ix:6,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[25.6,92],[-27.2,4],[-32.8,15.2],[-.8,34.4],[11.2,10.4],[1.6,36],[28.8,14.4],[4,37.6],[55.2,16],[.8,17.6],[28.8,14.4],[98.4,-31.2],[92,-44],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.6,-1.6],[-83.2,-99.2],[-4.8,-104.8],[0,-8],[-35.2,69.6]],o:[[56,11.2],[30.4,-4],[37.6,-16.8],[.8,-32],[33.6,-18.4],[-1.6,-32],[23.2,-24.8],[-3.2,-35.2],[10.4,-11.2],[-1.6,-20.8],[-8,-4],[-83.2,-14.4],[-87.2,.8],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72,8.8],[39.2,47.2],[1.6,35.2],[0,50.4],[64,-122.4]],v:[[101.6,125.6],[239.2,127.2],[344.8,101.6],[392.8,21.6],[372.8,-40],[412.8,-116],[368,-187.2],[392,-268.8],[320,-340.8],[332.8,-388.8],[296,-444],[142.4,-440],[-148.8,-403.2],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-283.2,-44.8],[-145.6,125.6],[-21.6,310.4],[-17.6,411.2],[115.2,401.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[29.471,90.834],[-27.006,5.149],[-32.127,16.574],[.657,34.403],[11.63,9.917],[3.122,35.9],[29.384,13.169],[5.588,37.397],[55.827,13.65],[1.545,17.55],[29.384,13.168],[96.991,-35.337],[90.055,-47.854],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.799],[-13.656,-1.023],[-87.324,-95.59],[-21.067,-102.773],[-1.247,-7.903],[-23.928,74.233]],o:[[56.424,8.82],[30.204,-5.282],[36.856,-18.376],[-.555,-32.006],[32.791,-19.805],[-2.953,-31.903],[22.13,-25.759],[-4.687,-35.034],[9.916,-11.629],[-2.478,-20.714],[-8.162,-3.658],[-83.735,-10.866],[-87.089,4.491],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.801],[72.308,5.745],[41.163,45.498],[7.065,34.521],[7.851,49.784],[44.15,-130.876]],v:[[116.602,106.415],[260.146,102.189],[364.568,72.144],[409.139,-9.816],[386.55,-70.515],[423.298,-148.14],[375.524,-217.38],[396.049,-299.922],[321.067,-368.811],[331.823,-417.309],[292.72,-470.902],[139.427,-460.405],[-155.954,-411.314],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.601],[-275.065,-47.546],[-130.377,116.878],[9.541,302.447],[29.196,401.394],[158.879,371.223]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[53.805,84.19],[-26.678,6.646],[-31.153,18.34],[2.574,34.313],[12.165,9.252],[5.12,35.67],[30.073,11.509],[7.665,37.028],[56.502,10.514],[2.521,17.437],[30.073,11.509],[112.758,-48.363],[87.246,-52.802],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.691,-.26],[-92.518,-90.572],[-50.366,-92.028],[-3.516,-7.186],[-1.033,77.987]],o:[[56.828,5.659],[29.862,-6.959],[35.774,-20.403],[-2.339,-31.925],[31.635,-21.604],[-4.727,-31.689],[20.659,-26.954],[-6.633,-34.717],[9.252,-12.165],[-3.63,-20.543],[-2.241,-.858],[-84.21,-6.18],[-86.702,9.339],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72.516,1.704],[43.636,43.132],[16.906,30.916],[22.148,45.272],[3.7,-138.074]],v:[[134.396,83.142],[306.482,67.918],[395.065,36.096],[434.997,-48.222],[409.058,-107.566],[441.419,-187.12],[389.859,-253.588],[405.749,-337.147],[327.042,-401.746],[335.077,-450.77],[293.046,-502.098],[135.577,-485.069],[-166.607,-408.582],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-265.247,-48.739],[-111.615,107.361],[64.873,286.144],[112.763,374.932],[227.834,307.95]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[22.017,92.922],[-27.335,2.943],[-33.364,13.918],[-2.132,34.344],[10.788,10.826],[.205,36.035],[28.221,15.505],[2.541,37.727],[54.538,18.126],[.118,17.618],[28.22,15.504],[99.535,-27.365],[93.635,-40.403],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.528,-2.126],[-79.296,-102.349],[10.309,-104.403],[1.15,-7.917],[-44.835,63.819]],o:[[55.524,13.36],[30.532,-2.82],[38.223,-15.331],[2.039,-31.944],[34.287,-17.084],[-.359,-32.038],[24.143,-23.883],[-1.833,-35.298],[10.825,-10.789],[-.793,-20.847],[-7.839,-4.307],[-82.58,-17.612],[-87.166,-2.578],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[71.605,11.582],[37.342,48.682],[-3.475,35.064],[-7.242,49.877],[80.925,-111.934]],v:[[87.163,139.73],[203.598,147.658],[320.11,126.167],[371.173,48.086],[353.574,-14.242],[396.487,-88.635],[354.479,-161.517],[381.621,-242.126],[312.465,-316.861],[327.114,-364.329],[292.48,-420.913],[139.84,-423.866],[-142.567,-398.373],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-290.748,-45.447],[-159.851,130.155],[-61.279,315.328],[-71.805,415.656],[60.996,425.239]],c:!0}]},{t:40,s:[{i:[[25.6,92],[-27.2,4],[-32.8,15.2],[-.8,34.4],[11.2,10.4],[1.6,36],[28.8,14.4],[4,37.6],[55.2,16],[.8,17.6],[28.8,14.4],[98.4,-31.2],[92,-44],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.6,-1.6],[-83.2,-99.2],[-4.8,-104.8],[0,-8],[-35.2,69.6]],o:[[56,11.2],[30.4,-4],[37.6,-16.8],[.8,-32],[33.6,-18.4],[-1.6,-32],[23.2,-24.8],[-3.2,-35.2],[10.4,-11.2],[-1.6,-20.8],[-8,-4],[-83.2,-14.4],[-87.2,.8],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72,8.8],[39.2,47.2],[1.6,35.2],[0,50.4],[64,-122.4]],v:[[101.6,125.6],[239.2,127.2],[344.8,101.6],[392.8,21.6],[372.8,-40],[412.8,-116],[368,-187.2],[392,-268.8],[320,-340.8],[332.8,-388.8],[296,-444],[142.4,-440],[-148.8,-403.2],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-283.2,-44.8],[-145.6,125.6],[-21.6,310.4],[-17.6,411.2],[115.2,401.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,.791999966491,.156999999402,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[519.2,518.4],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 6`,np:2,cix:2,bm:0,ix:7,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:72,st:0,bm:0}],markers:[{tm:0,cm:`rest`,dr:0}]}},LOVE:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_2'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20style='fill:%23F44336;'%20d='M93.99,8.97c-21.91,0-29.96,22.39-29.96,22.39S56.09,8.97,34.03,8.97%20c-16.58,0-35.48,13.14-28.5,43.01c6.98,29.87,58.56,67.08,58.56,67.08s51.39-37.21,58.38-67.08%20C129.45,22.11,111.91,8.97,93.99,8.97z'/%3e%3cg%3e%3cpath%20style='fill:%23CC3333;'%20d='M30.65,11.2c17.2,0,25.74,18.49,28.5,25.98c0.39,1.07,1.88,1.1,2.33,0.06L64,31.35%20C60.45,20.01,50.69,8.97,34.03,8.97c-6.9,0-14.19,2.28-19.86,7.09C19.18,12.77,25.05,11.2,30.65,11.2z'/%3e%3cpath%20style='fill:%23CC3333;'%20d='M93.99,8.97c-5.29,0-10.11,1.15-13.87,3.47c2.64-1.02,5.91-1.24,9.15-1.24%20c16.21,0,30.72,12.29,24.17,40.7c-5.62,24.39-38.46,53.98-48.49,65.27c-0.64,0.72-0.86,1.88-0.86,1.88s51.39-37.21,58.38-67.08%20C129.45,22.11,111.94,8.97,93.99,8.97z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20style='fill:%23FF8A80;'%20d='M17.04,24.82c3.75-4.68,10.45-8.55,16.13-4.09c3.07,2.41,1.73,7.35-1.02,9.43%20c-4,3.04-7.48,4.87-9.92,9.63c-1.46,2.86-2.34,5.99-2.79,9.18c-0.18,1.26-1.83,1.57-2.45,0.46%20C12.77,41.95,11.57,31.65,17.04,24.82z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cpath%20style='fill:%23FF8A80;'%20d='M77.16,34.66c-1.76,0-3-1.7-2.36-3.34c1.19-3.02,2.73-5.94,4.58-8.54%20c2.74-3.84,7.95-6.08,11.25-3.75c3.38,2.38,2.94,7.14,0.57,9.44C86.11,33.4,79.69,34.66,77.16,34.66z'/%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:110,w:800,h:800,nm:`emoji_u2764`,ddd:0,assets:[],layers:[{ddd:0,ind:1,ty:4,nm:`Heart`,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:0,s:[391,400,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:75,s:[391,362,0],to:[0,0,0],ti:[0,0,0]},{t:110,s:[391,400,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.328,.328,.667],y:[.578,-40.104,.8]},o:{x:[.26,.26,.333],y:[0,0,0]},t:0,s:[100,100,100]},{i:{x:[.541,.541,.667],y:[1,1,1]},o:{x:[.225,.225,.333],y:[.481,.11,.2]},t:14,s:[113.135,100.135,100]},{i:{x:[.764,.764,.667],y:[.538,-.129,.912]},o:{x:[.446,.446,.333],y:[0,0,0]},t:28,s:[117,117,100]},{i:{x:[.675,.675,.667],y:[1,1,1]},o:{x:[.597,.597,.333],y:[.586,.289,.081]},t:41,s:[108.543,113.543,100]},{i:{x:[.168,.168,.667],y:[1,1,1]},o:{x:[.152,.152,.333],y:[0,0,0]},t:53,s:[93,82,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.747,.747,.167],y:[0,0,0]},t:75,s:[112,112,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:90,s:[98,90,100]},{t:110,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[17,-10],[9,-27.5],[-10.5,0],[-29.824,17.692],[7.075,12.184]],o:[[-21.449,12.617],[-9,27.5],[8.5,0],[29.5,-17.5],[-9,-15.5]],v:[[116.5,-215],[73,-158],[90.5,-131],[143.5,-150.5],[165,-207.5]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[12.598,-7.411],[6.67,-20.379],[-7.781,0],[-22.101,13.111],[5.243,9.029]],o:[[-15.895,9.35],[-6.67,20.379],[6.299,0],[21.861,-12.968],[-6.67,-11.486]],v:[[105.052,-234.414],[72.816,-192.174],[85.785,-174.73],[122.497,-190.89],[140.993,-228.856]],c:!0}]},{t:53,s:[{i:[[17,-10],[9,-27.5],[-10.5,0],[-29.824,17.692],[7.075,12.184]],o:[[-21.449,12.617],[-9,27.5],[8.5,0],[29.5,-17.5],[-9,-15.5]],v:[[116.5,-215],[73,-158],[90.5,-131],[143.5,-150.5],[165,-207.5]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,.541176470588,.501960784314,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Hilit 02`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[45,-33],[0,0],[-5.174,.69],[-.5,11],[-37.5,19],[4.5,8.5]],o:[[-69,58],[0,0],[7.5,-1],[.5,-11],[47.924,-24.281],[-4.5,-8.5]],v:[[-233,-201.5],[-257,-57],[-243.5,-43],[-238,-60.5],[-189.5,-137],[-157,-198.5]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[38.338,-18.019],[0,0],[-3.955,-.241],[-4.354,7.135],[-29.303,12.64],[2.112,6.989]],o:[[-55.133,33.626],[0,0],[5.733,.349],[5.06,-8.293],[37.255,-16.07],[-2.112,-6.989]],v:[[-241.449,-225.507],[-290.666,-128.196],[-284.36,-115.37],[-274.719,-127.604],[-221.016,-177.092],[-188.687,-217.312]],c:!0}]},{t:53,s:[{i:[[45,-33],[0,0],[-5.174,.69],[-.5,11],[-37.5,19],[4.5,8.5]],o:[[-69,58],[0,0],[7.5,-1],[.5,-11],[47.924,-24.281],[-4.5,-8.5]],v:[[-233,-201.5],[-257,-57],[-243.5,-43],[-238,-60.5],[-189.5,-137],[-157,-198.5]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,.541176470588,.501960784314,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Hilit 01`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[77,-37],[-6.833,-195.883],[28,-45],[-81,167],[33,14.5]],o:[[1,1],[6,172],[1,-2],[81,-167],[-25.343,-11.135]],v:[[100,-256.5],[290,-104],[8,336],[311,16],[259.5,-252]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[72.834,-23.454],[-6.915,-198.521],[54.393,-44.444],[-71.88,164.479],[33.394,14.695]],o:[[1.012,1.013],[6.072,174.316],[1.012,-2.027],[75.304,-172.316],[-25.645,-11.285]],v:[[100.243,-278.682],[310.458,-119.428],[8,324.786],[313.76,7.316],[260.791,-262.583]],c:!0}]},{t:53,s:[{i:[[77,-37],[-6.833,-195.883],[28,-45],[-81,167],[33,14.5]],o:[[1,1],[6,172],[1,-2],[81,-167],[-25.343,-11.135]],v:[[100,-256.5],[290,-104],[8,336],[311,16],[259.5,-252]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.800000059838,.196078446332,.20000001496,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shadow 02`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[0,1],[0,0],[.5,-1]],o:[[186,-43.5],[0,0],[-78.5,-196]],v:[[-241,-250.5],[-14.5,-106.5],[6.5,-144.5]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[0,.754],[0,0],[.414,-.754]],o:[[174.359,-22.549],[0,0],[-57.013,-140.921]],v:[[-199.145,-284.288],[-6.524,-177.44],[6.586,-198.395]],c:!0}]},{t:53,s:[{i:[[0,1],[0,0],[.5,-1]],o:[[186,-43.5],[0,0],[-78.5,-196]],v:[[-241,-250.5],[-14.5,-106.5],[6.5,-144.5]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.800000059838,.196078446332,.20000001496,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shadow 01`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[44,-25],[6,-69],[-1,0],[2,92],[66,32],[0,-1]],o:[[-57.595,32.724],[-24,201],[287,-206],[-.677,-31.137],[-181.363,-87.934],[-58,-158]],v:[[-238,-252],[-325,-112],[6,336],[341,-114],[258,-250],[6,-145]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[44,-25],[6,-69],[-1,0],[2,92],[66,32],[0,-1]],o:[[-57.594,32.724],[-24,201],[287,-206],[-.677,-31.137],[-181.363,-87.934],[-60.658,-132.258]],v:[[-243.213,-269.091],[-325,-112],[6.787,326.505],[341,-114],[264.951,-259.495],[6.787,-201.971]],c:!0}]},{t:53,s:[{i:[[44,-25],[6,-69],[-1,0],[2,92],[66,32],[0,-1]],o:[[-57.595,32.724],[-24,201],[287,-206],[-.677,-31.137],[-181.363,-87.934],[-58,-158]],v:[[-238,-252],[-325,-112],[6,336],[341,-114],[258,-250],[6,-145]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.956862984452,.2588239782,.211765005074,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Fill`,np:2,cix:2,bm:0,ix:5,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0}],markers:[{tm:75,cm:`rest`,dr:0}]}},HAHA:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%20id='facial_expressions'%3e%3cradialGradient%20id='face_1_'%20cx='63.6'%20cy='216.9'%20r='56.9597'%20gradientTransform='matrix(1%200%200%201%200%20-154)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.5'%20style='stop-color:%23FDE030'/%3e%3cstop%20offset='0.92'%20style='stop-color:%23F7C02B'/%3e%3cstop%20offset='1'%20style='stop-color:%23F4A223'/%3e%3c/radialGradient%3e%3cpath%20id='face'%20style='fill:url(%23face_1_);'%20d='M63.6,118.8c-27.9,0-58-17.5-58-55.9S35.7,7,63.6,7c15.5,0,29.8,5.1,40.4,14.4%20c11.5,10.2,17.6,24.6,17.6,41.5s-6.1,31.2-17.6,41.4C93.4,113.6,79,118.8,63.6,118.8z'/%3e%3cpath%20style='fill:%23EB8F00;'%20d='M111.49,29.67c5.33,8.6,8.11,18.84,8.11,30.23c0,16.9-6.1,31.2-17.6,41.4%20c-10.6,9.3-25,14.5-40.4,14.5c-18.06,0-37-7.35-48.18-22.94c10.76,17.66,31,25.94,50.18,25.94c15.4,0,29.8-5.2,40.4-14.5%20c11.5-10.2,17.6-24.5,17.6-41.4C121.6,50.16,118.13,38.84,111.49,29.67z'/%3e%3cpath%20id='left-eyebrow'%20style='fill:%23422B0D;'%20d='M39.44,31.21C39,30.15,37.8,29.61,36.72,30c-1.62,0.53-3.18,1.22-4.67,2.05%20c-3.96,2.18-7.35,5.27-9.89,9c-0.7,0.95-0.52,2.28,0.41,3c0.49,0.41,1.13,0.61,1.77,0.53c0.48-0.07,0.92-0.3,1.26-0.65%20c3.84-3.76,8.14-7.02,12.79-9.7l0.11-0.06C39.56,33.6,39.98,32.29,39.44,31.21z'/%3e%3cpath%20id='left-eyebrow-2'%20style='fill:%23422B0D;'%20d='M90.69,30.21c0.44-1.06,1.64-1.6,2.72-1.21c1.61,0.52,3.17,1.19,4.66,2%20c3.96,2.18,7.35,5.26,9.9,9c0.69,0.95,0.51,2.27-0.41,3c-0.49,0.41-1.13,0.6-1.77,0.53c-0.48-0.07-0.92-0.3-1.26-0.65%20c-3.84-3.76-8.14-7.02-12.79-9.7l-0.11-0.06C90.6,32.55,90.18,31.28,90.69,30.21z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.49,74.7'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.49,74.7'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M102.07,71.62c-1.4-2.53-4.44-3.64-7.14-2.62c-10.26,2.99-20.9,4.48-31.59,4.43%20C52.65,73.48,42.01,71.99,31.75,69c-2.69-1.02-5.73,0.08-7.13,2.6c-1.36,2.51-0.38,5.42,0.77,7.93%20c6.42,14.1,20.57,22.54,37.87,22.59h0.16c17.3,0,31.45-8.49,37.88-22.59C102.44,77,103.43,74.13,102.07,71.62z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.42,100.89'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.49,74.7'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.49,74.7'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.42,100.89'/%3e%3cpath%20style='fill:%23ED7770;'%20d='M79.35,98.14c-0.37-0.34-0.75-0.65-1.13-1c-4.08-3.59-9.36-5.52-14.8-5.41%20C57.82,91.64,52.37,93.5,48,97c-0.38,0.31-0.78,0.61-1.15,1s-0.57,0.67-0.81,1c5.5,2.15,11.36,3.25,17.27,3.22h0.16%20c5.66,0,11.27-1.01,16.57-3C79.84,98.84,79.61,98.48,79.35,98.14z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M94.93,69c-10.26,2.99-20.9,4.48-31.59,4.43C52.65,73.48,42.01,71.99,31.75,69%20c-2.69-1.02-5.73,0.08-7.13,2.6c-0.2,0.38-0.36,0.78-0.46,1.19c0.33,0.17,0.71,0.34,1.16,0.52c12.04,6.03,25.35,9.09,38.81,8.93%20c12.91,0.15,25.67-2.66,37.33-8.2c0.47-0.2,0.86-0.39,1.21-0.57c-0.08-0.65-0.29-1.29-0.6-1.87C100.67,69.08,97.63,67.97,94.93,69z%20'/%3e%3cpath%20style='fill:%23EB8F00;'%20d='M102.11,71.63c-1.42-2.53-4.47-3.65-7.19-2.63c-10.26,2.99-20.9,4.48-31.58,4.43%20C52.65,73.48,42.01,71.99,31.75,69c-2.69-1.02-5.73,0.08-7.13,2.6c-1.36,2.51-0.38,5.42,0.77,7.93c0.51,1.13,1.08,2.24,1.71,3.31%20c0,0-2.1-7.78-0.28-10.04c0.62-0.96,1.66-1.56,2.8-1.62c0.47,0,0.93,0.08,1.38,0.22c10.44,3.07,21.27,4.62,32.16,4.6h0.35%20c10.89,0.02,21.72-1.53,32.16-4.6c0.45-0.14,0.91-0.22,1.38-0.22c1.14,0.06,2.19,0.66,2.81,1.62c1.85,2.26-0.28,10.07-0.28,10.07%20c0.62-1.07,1.24-2.17,1.76-3.31C102.48,77.05,103.47,74.15,102.11,71.63z'/%3e%3cg%20id='tears-of-joy'%3e%3cg%20id='eyes'%3e%3cpath%20style='fill:%2329B6F6;'%20d='M100.69,57.09c0,0,17,0.47,23.79,13c2.84,5.26,3,14-2.88,17.19c-7.11,3.91-13.78-1.64-14.63-7.56%20C104.68,63.66,100.69,57.09,100.69,57.09z'/%3e%3cpath%20style='fill:%2381D4FA;'%20d='M123.26,81.27c-0.67,1.22-2.14,1.75-3.43,1.24c-1.15-0.61-1.46-2.08-1.64-3.37l-0.55-4%20c-0.23-1.59-1.85-6.74-0.15-7.58c1.35-0.66,3.94,1.16,4.7,2.21C123.86,72.15,124.65,78.93,123.26,81.27z'/%3e%3cpath%20style='fill:%2381D4FA;'%20d='M117.49,67.61c1.35-0.66,3.94,1.16,4.7,2.21c1.67,2.33,2.46,9.11,1.07,11.45%20c-0.67,1.22-2.14,1.75-3.43,1.24c-1.15-0.61-1.46-2.08-1.64-3.37l-0.55-4'/%3e%3cpath%20style='fill:%2329B6F6;'%20d='M27.31,57.09c0,0-17,0.47-23.79,13C0.68,75.3,0.57,84,6.4,87.23c7.11,3.91,13.78-1.64,14.63-7.56%20C23.32,63.66,27.31,57.09,27.31,57.09z'/%3e%3cpath%20style='fill:%2381D4FA;'%20d='M4.74,81.27c0.67,1.22,2.14,1.75,3.43,1.24c1.15-0.61,1.46-2.08,1.64-3.37l0.55-4%20c0.23-1.59,1.85-6.74,0.15-7.58c-1.35-0.66-3.94,1.16-4.7,2.21C4.14,72.15,3.35,78.93,4.74,81.27z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M48.15,55.87L48,55.65l-0.21-0.27c-0.08-0.11-0.16-0.2-0.26-0.29l-0.61-0.62%20c-0.26-0.26-0.55-0.52-0.87-0.79c-0.66-0.57-1.4-1.03-2.2-1.39c-0.77-0.34-1.61-0.52-2.45-0.52c0.35,0,0.09,0,0.17,0H41%20c-0.1-0.01-0.19-0.01-0.29,0c-0.18,0.02-0.36,0.05-0.54,0.09c-0.41,0.1-0.82,0.23-1.21,0.39c-0.8,0.35-1.54,0.82-2.2,1.39%20c-0.54,0.45-1.05,0.94-1.52,1.47l-0.57,0.64l-0.3,0.34c-1.21,1.38-3.3,1.52-4.68,0.32c-1.03-0.9-1.4-2.35-0.94-3.64l0.11-0.32%20c0.09-0.21,0.17-0.53,0.36-0.91c0.46-1.08,1.06-2.11,1.78-3.04c1.75-2.31,4.21-3.99,7-4.79c0.57-0.15,1.15-0.26,1.74-0.34%20c0.3,0,0.74-0.09,0.87-0.09h0.76c1.13,0.02,2.26,0.18,3.36,0.46c1.05,0.29,2.05,0.71,3,1.25c1.55,0.91,2.91,2.11,4,3.54%20c0.74,0.97,1.37,2.02,1.86,3.14c0.08,0.16,0.15,0.32,0.19,0.49c0.05,0.13,0.08,0.24,0.11,0.33l0.09,0.27%20c0.57,1.77-0.4,3.67-2.17,4.24c-1.33,0.43-2.8-0.01-3.67-1.1L48.15,55.87z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M93.48,55.87l-0.18-0.22l-0.21-0.27c-0.08-0.11-0.16-0.2-0.26-0.29l-0.62-0.62%20c-0.27-0.28-0.56-0.54-0.86-0.79c-0.66-0.57-1.4-1.03-2.2-1.39c-0.77-0.34-1.61-0.52-2.45-0.52c0.35,0,0.09,0,0.17,0h-0.58%20c-0.1-0.01-0.19-0.01-0.29,0c-0.18,0.02-0.36,0.05-0.54,0.09c-0.41,0.1-0.82,0.23-1.21,0.39c-0.81,0.37-1.57,0.85-2.25,1.43%20c-0.54,0.46-1.04,0.95-1.51,1.47l-0.57,0.64l-0.3,0.34c-1.21,1.38-3.3,1.52-4.68,0.32c-1.03-0.9-1.4-2.35-0.94-3.64l0.11-0.32%20c0.09-0.21,0.17-0.53,0.35-0.91c0.48-1.1,1.09-2.13,1.83-3.08c1.75-2.31,4.21-3.99,7-4.79c0.57-0.15,1.15-0.26,1.74-0.34%20c0.3,0,0.74-0.09,0.87-0.09h0.76c1.13,0.02,2.26,0.18,3.36,0.46c1.04,0.3,2.04,0.72,2.98,1.26c1.55,0.9,2.91,2.11,4,3.54%20c0.42,0.54,0.79,1.11,1.13,1.7c0.27,0.47,0.51,0.95,0.73,1.44c0.08,0.16,0.14,0.32,0.19,0.49c0,0.13,0.08,0.24,0.11,0.33%20l0.09,0.27c0.57,1.77-0.4,3.67-2.17,4.24c-1.33,0.43-2.8-0.01-3.67-1.1L93.48,55.87z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:118,w:1024,h:1024,nm:`emoji_laught_cry`,ddd:0,assets:[{id:`comp_0`,nm:`laught_cry`,fr:60,layers:[{ddd:0,ind:1,ty:3,nm:`1i`,parent:13,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.2,y:1},o:{x:.4,y:0},t:0,s:[.312,27.313,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.2,y:1},o:{x:.001,y:0},t:35,s:[.312,16.313,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.2,y:1},o:{x:.001,y:0},t:90,s:[.312,33.313,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.2,y:1},o:{x:.001,y:0},t:117,s:[.312,16.313,0],to:[0,0,0],ti:[0,0,0]},{t:144,s:[.312,27.313,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[17,17,100],ix:6,l:2}},ao:0,ip:0,op:151,st:0,bm:0},{ddd:0,ind:2,ty:4,nm:`tear 2`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.5],y:[1.033]},o:{x:[.485],y:[-.113]},t:0,s:[0]},{i:{x:[.701],y:[1.427]},o:{x:[.333],y:[0]},t:15,s:[0]},{i:{x:[.766],y:[1]},o:{x:[.421],y:[.409]},t:37,s:[-60]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:53,s:[4]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:60,s:[-1]},{t:66,s:[0]}],ix:10},p:{a:0,k:[216.369,-194.563,0],ix:2,l:2},a:{a:0,k:[-9.155,-14.388,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.5,.5,.667],y:[1,1,1]},o:{x:[.485,.485,.333],y:[.001,.001,0]},t:0,s:[588.235,588.235,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:15,s:[0,0,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:40,s:[0,0,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:53,s:[622,622,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:60,s:[588.235,588.235,100]},{t:66,s:[588.235,588.235,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[1.639,-.969],[-.476,-3.03],[0,0],[-1.15,-.61],[-.67,1.22],[1.67,2.33]],o:[[-1.639,.969],[.183,1.163],[.18,1.29],[1.29,.51],[1.39,-2.34],[-.755,-1.054]],v:[[29.411,7.977],[29.6,15.378],[30.15,19.378],[31.79,22.748],[35.22,21.508],[34.15,10.058]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.831372608858,.980392216701,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-.364,.35],ix:2},a:{a:0,k:[21.541,12.198],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[0,0],[-6.771,-12.54],[5.88,-3.19],[.844,5.921]],o:[[0,0],[2.84,5.26],[-7.11,3.91],[-2.29,-16.06]],v:[[12.635,-2.577],[36.425,10.423],[33.545,27.613],[18.915,20.053]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.160784313725,.713725490196,.964705942191,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-.364,.35],ix:2},a:{a:0,k:[21.541,12.198],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:3,ty:4,nm:`tear`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.5],y:[1.033]},o:{x:[.485],y:[-.113]},t:0,s:[0]},{i:{x:[.445],y:[-.846]},o:{x:[.333],y:[0]},t:15,s:[0]},{i:{x:[.339],y:[1]},o:{x:[.421],y:[-.991]},t:37,s:[25.73]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:55,s:[-4]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:62,s:[1]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:68,s:[0]},{t:90,s:[0]}],ix:10},p:{a:0,k:[-214.146,-197.136,0],ix:2,l:2},a:{a:0,k:[13.595,-17.388,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.5,.5,.667],y:[1,1,1]},o:{x:[.485,.485,.333],y:[.001,.001,0]},t:0,s:[588.235,588.235,100]},{i:{x:[.577,.577,.833],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:15,s:[0,0,100]},{i:{x:[.407,.407,.833],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:40,s:[0,0,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:55,s:[622.235,622.235,100]},{t:62,s:[588.235,588.235,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[-1.39,-2.34],[-1.29,.51],[-.18,1.29],[0,0],[1.7,.84],[.76,-1.05]],o:[[.67,1.22],[1.15,-.61],[0,0],[.23,-1.59],[-1.35,-.66],[-1.67,2.38]],v:[[18.865,18.158],[22.295,19.398],[23.935,16.028],[24.485,12.028],[24.635,4.448],[19.935,6.658]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.83137254902,.980392156863,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-6.551,1.269],ix:2},a:{a:0,k:[21.642,12.197],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[0,0],[6.79,-12.53],[-5.83,-3.23],[-.85,5.92]],o:[[0,0],[-2.84,5.21],[7.11,3.91],[2.29,-16.01]],v:[[35.275,-5.177],[11.485,7.823],[14.365,24.963],[28.995,17.403]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.160784313725,.713725490196,.964705882353,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-21.905,-11.848],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:4,ty:4,nm:`mouth`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-154.412,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:0,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:11,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:21,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:31,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:41,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:52,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:63,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:74,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:85,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:96,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:107,s:[73.529,73.529,100]},{i:{x:[.626,.62,.833],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:117,s:[69.529,69.529,100]},{t:128,s:[73.529,73.529,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:11,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:21,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:31,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:41,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:52,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:63,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:74,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:85,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:96,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:107,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.46,y:1},o:{x:.333,y:0},t:117,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{t:128,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.922000002394,.560999971278,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[506.92,603.4],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 8`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:11,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.109],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:21,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:31,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.108],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:41,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:52,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.108],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:63,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:74,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.109],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:85,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:96,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.108],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:107,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.46,y:1},o:{x:.333,y:0},t:117,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.108],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.833,y:1},o:{x:.167,y:0},t:128,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{t:145,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[507.32,601.48],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 9`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:11,s:[{i:[[43.52,-.717],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.439,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:21,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:31,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:41,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:52,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:63,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:74,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:85,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:96,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:107,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.46,y:1},o:{x:.167,y:.167},t:117,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{t:128,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.929000016755,.46699999641,.438999998803,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[504.32,775.48],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 10`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:11,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:21,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:31,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:41,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:52,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:63,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:74,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:85,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:96,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:107,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.46,y:1},o:{x:.333,y:0},t:117,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.833,y:1},o:{x:.167,y:0},t:128,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{t:145,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-306.676,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[506.761,680.4],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 11`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:5,ty:3,nm:`White Solid 8`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[12.5,-161.029,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[-73.529,73.529,100],ix:6,l:2}},ao:0,ip:0,op:151,st:0,bm:0},{ddd:0,ind:6,ty:4,nm:`left eyebrow 2`,parent:5,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.488],y:[1]},o:{x:[.601],y:[0]},t:0,s:[0]},{i:{x:[.59],y:[1]},o:{x:[.448],y:[0]},t:28,s:[21]},{i:{x:[.59],y:[1]},o:{x:[.68],y:[0]},t:45,s:[29]},{i:{x:[.59],y:[1]},o:{x:[.68],y:[0]},t:81,s:[29]},{i:{x:[.435],y:[1]},o:{x:[.68],y:[0]},t:107,s:[20]},{t:144,s:[0]}],ix:10},p:{a:1,k:[{i:{x:.488,y:1},o:{x:.601,y:0},t:0,s:[247.622,300.615,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.628,y:.417},o:{x:.418,y:0},t:28,s:[343.122,258.615,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.628,y:.628},o:{x:.3,y:.3},t:52,s:[343.122,275.721,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.6,y:1},o:{x:.3,y:.307},t:81,s:[343.122,275.721,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.68,y:0},t:107,s:[343.122,247.255,0],to:[0,0,0],ti:[0,0,0]},{t:144,s:[247.622,300.615,0]}],ix:2,l:2},a:{a:0,k:[.22,.362,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[.54,1.08],[1.08,-.39],[1.49,-.83],[2.54,-3.73],[-.93,-.72],[-.64,.08],[-.34,.35],[-4.65,2.68],[0,0]],o:[[-.44,-1.06],[-1.62,.53],[-3.96,2.18],[-.7,.95],[.49,.41],[.48,-.07],[3.84,-3.76],[0,0],[1.06,-.57]],v:[[30.625,5.923],[27.905,4.713],[23.235,6.763],[13.345,15.763],[13.755,18.763],[15.525,19.293],[16.785,18.643],[29.575,8.943],[29.685,8.883]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980392157,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-21.905,-11.848],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:7,ty:4,nm:`left eyebrow`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.488],y:[1]},o:{x:[.601],y:[0]},t:0,s:[0]},{i:{x:[.702],y:[1]},o:{x:[.374],y:[0]},t:28,s:[16]},{i:{x:[.702],y:[1]},o:{x:[.373],y:[0]},t:45,s:[29]},{i:{x:[.572],y:[1]},o:{x:[.373],y:[0]},t:81,s:[29]},{i:{x:[.435],y:[1]},o:{x:[.68],y:[0]},t:107,s:[19]},{t:144,s:[0]}],ix:10},p:{a:1,k:[{i:{x:.488,y:1},o:{x:.601,y:0},t:0,s:[-194.396,-309.842,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.628,y:.208},o:{x:.418,y:0},t:28,s:[-141.822,-340.724,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.628,y:.628},o:{x:.3,y:.3},t:52,s:[-141.822,-328.146,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.6,y:1},o:{x:.3,y:.417},t:81,s:[-141.822,-328.146,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.68,y:0},t:107,s:[-141.822,-349.077,0],to:[0,0,0],ti:[0,0,0]},{t:144,s:[-194.396,-309.842,0]}],ix:2,l:2},a:{a:0,k:[.22,.362,0],ix:1,l:2},s:{a:0,k:[588.235,588.235,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[.54,1.08],[1.08,-.39],[1.49,-.83],[2.54,-3.73],[-.93,-.72],[-.64,.08],[-.34,.35],[-4.65,2.68],[0,0]],o:[[-.44,-1.06],[-1.62,.53],[-3.96,2.18],[-.7,.95],[.49,.41],[.48,-.07],[3.84,-3.76],[0,0],[1.06,-.57]],v:[[30.625,5.923],[27.905,4.713],[23.235,6.763],[13.345,15.763],[13.755,18.763],[15.525,19.293],[16.785,18.643],[29.575,8.943],[29.685,8.883]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980392157,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-21.905,-11.848],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:8,ty:4,nm:`eyes 3`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[49.632,-93.382,0],ix:2,l:2},a:{a:0,k:[445,594,0],ix:1,l:2},s:{a:0,k:[-73.529,73.529,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.2,y:1},o:{x:.4,y:.4},t:0,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.667,y:1},o:{x:0,y:0},t:35,s:[{i:[[0,0],[0,0],[0,0],[1.017,.353],[32.25,-.16],[0,0],[0,0],[7.378,12.632],[-6.773,8.611],[0,0],[-52.891,.648],[-7.089,-6.737],[-.823,-1.129],[-.5,-.57],[0,0],[11.27,-9.709],[9.797,5.336]],o:[[0,0],[0,0],[-.931,-.563],[0,0],[-28.012,.139],[0,0],[-12.69,7.383],[-5.519,-9.448],[0,0],[1.217,-1.363],[60.37,-.74],[1.086,.931],[.772,.803],[0,0],[9.696,11.281],[-8.472,7.298],[0,0]],v:[[62.997,27.915],[61.209,26.759],[58.822,25.42],[56.005,24.089],[-3.36,10.6],[-62.448,25.688],[-65.589,27.503],[-101.893,18.011],[-99.751,-11.986],[-98.102,-14.132],[-6.48,-57.32],[90.071,-19.935],[92.993,-16.912],[94.828,-14.82],[96.33,-13.109],[93.49,24.888],[63.017,28.168]],c:!0}]},{i:{x:.2,y:.2},o:{x:.333,y:0},t:58,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.2,y:1},o:{x:0,y:0},t:91,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.667,y:1},o:{x:0,y:0},t:117,s:[{i:[[0,0],[0,0],[0,0],[1.017,.353],[32.25,-.16],[0,0],[0,0],[7.378,12.632],[-6.773,8.611],[0,0],[-52.891,.648],[-7.089,-6.737],[-.823,-1.129],[-.5,-.57],[0,0],[11.27,-9.709],[9.797,5.336]],o:[[0,0],[0,0],[-.931,-.563],[0,0],[-28.012,.139],[0,0],[-12.69,7.383],[-5.519,-9.448],[0,0],[1.217,-1.363],[60.37,-.74],[1.086,.931],[.772,.803],[0,0],[9.696,11.281],[-8.472,7.298],[0,0]],v:[[62.997,27.915],[61.209,26.759],[58.822,25.42],[56.005,24.089],[-3.36,10.6],[-62.448,25.688],[-65.589,27.503],[-101.893,18.011],[-99.751,-11.986],[-98.102,-14.132],[-6.48,-57.32],[90.071,-19.935],[92.993,-16.912],[94.828,-14.82],[96.33,-13.109],[93.49,24.888],[63.017,28.168]],c:!0}]},{t:136,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[331.36,403.56],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:9,ty:4,nm:`eyes`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-49.265,-94.118,0],ix:2,l:2},a:{a:0,k:[445,594,0],ix:1,l:2},s:{a:0,k:[73.529,73.529,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.2,y:1},o:{x:.4,y:.4},t:0,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.667,y:1},o:{x:0,y:0},t:35,s:[{i:[[0,0],[0,0],[0,0],[1.017,.353],[32.25,-.16],[0,0],[0,0],[7.378,12.632],[-6.773,8.611],[0,0],[-52.891,.648],[-7.089,-6.737],[-.823,-1.129],[-.5,-.57],[0,0],[11.27,-9.709],[9.797,5.336]],o:[[0,0],[0,0],[-.931,-.563],[0,0],[-28.012,.139],[0,0],[-12.69,7.383],[-5.519,-9.448],[0,0],[1.217,-1.363],[60.37,-.74],[1.086,.931],[.772,.803],[0,0],[9.696,11.281],[-8.472,7.298],[0,0]],v:[[62.997,27.915],[61.209,26.759],[58.822,25.42],[56.005,24.089],[-3.36,10.6],[-62.448,25.688],[-65.589,27.503],[-101.893,18.011],[-99.751,-11.986],[-98.102,-14.132],[-6.48,-57.32],[90.071,-19.935],[92.993,-16.912],[94.828,-14.82],[96.33,-13.109],[93.49,24.888],[63.017,28.168]],c:!0}]},{i:{x:.2,y:.2},o:{x:.333,y:0},t:58,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.2,y:1},o:{x:0,y:0},t:91,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.667,y:1},o:{x:0,y:0},t:117,s:[{i:[[0,0],[0,0],[0,0],[1.017,.353],[32.25,-.16],[0,0],[0,0],[7.378,12.632],[-6.773,8.611],[0,0],[-52.891,.648],[-7.089,-6.737],[-.823,-1.129],[-.5,-.57],[0,0],[11.27,-9.709],[9.797,5.336]],o:[[0,0],[0,0],[-.931,-.563],[0,0],[-28.012,.139],[0,0],[-12.69,7.383],[-5.519,-9.448],[0,0],[1.217,-1.363],[60.37,-.74],[1.086,.931],[.772,.803],[0,0],[9.696,11.281],[-8.472,7.298],[0,0]],v:[[62.997,27.915],[61.209,26.759],[58.822,25.42],[56.005,24.089],[-3.36,10.6],[-62.448,25.688],[-65.589,27.503],[-101.893,18.011],[-99.751,-11.986],[-98.102,-14.132],[-6.48,-57.32],[90.071,-19.935],[92.993,-16.912],[94.828,-14.82],[96.33,-13.109],[93.49,24.888],[63.017,28.168]],c:!0}]},{t:136,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[331.36,403.56],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:11,ty:4,nm:`base matte`,parent:13,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-2,-3,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:12,ty:4,nm:`base shadow`,parent:13,tt:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.921568627451,.560784313725,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:13,ty:4,nm:`base normal`,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.2,y:1},o:{x:.4,y:0},t:0,s:[509.5,503.5,0],to:[0,-2.667,0],ti:[0,-2.667,0]},{i:{x:.2,y:1},o:{x:0,y:0},t:37,s:[509.5,487.5,0],to:[0,2.667,0],ti:[0,0,0]},{i:{x:.2,y:1},o:{x:0,y:0},t:92,s:[509.5,519.5,0],to:[0,0,0],ti:[0,2.667,0]},{i:{x:.2,y:1},o:{x:0,y:0},t:119,s:[509.5,487.5,0],to:[0,-2.667,0],ti:[0,-2.667,0]},{t:144,s:[509.5,503.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0}]}],layers:[{ddd:0,ind:1,ty:0,nm:`laught_cry`,refId:`comp_0`,sr:.8,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[512,512,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,w:1024,h:1024,ip:0,op:118,st:0,bm:0}],markers:[{tm:116,cm:`rest`,dr:0}]}},WOW:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%20id='gold'%3e%3cradialGradient%20id='face_1_'%20cx='63.6'%20cy='1696.9'%20r='56.9597'%20gradientTransform='matrix(1%200%200%201%200%20-1634)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.5'%20style='stop-color:%23FDE030'/%3e%3cstop%20offset='0.92'%20style='stop-color:%23F7C02B'/%3e%3cstop%20offset='1'%20style='stop-color:%23F4A223'/%3e%3c/radialGradient%3e%3cpath%20id='face'%20style='fill:url(%23face_1_);'%20d='M63.6,118.8c-27.9,0-58-17.5-58-55.9S35.7,7,63.6,7c15.5,0,29.8,5.1,40.4,14.4%20c11.5,10.2,17.6,24.6,17.6,41.5s-6.1,31.2-17.6,41.4C93.4,113.6,79,118.8,63.6,118.8z'/%3e%3cpath%20style='fill:%23EB8F00;'%20d='M111.49,29.67c5.33,8.6,8.11,18.84,8.11,30.23c0,16.9-6.1,31.2-17.6,41.4%20c-10.6,9.3-25,14.5-40.4,14.5c-18.06,0-37-7.35-48.18-22.94c10.76,17.66,31,25.94,50.18,25.94c15.4,0,29.8-5.2,40.4-14.5%20c11.5-10.2,17.6-24.5,17.6-41.4C121.6,50.16,118.13,38.84,111.49,29.67z'/%3e%3c/g%3e%3cg%20id='facial_expressions'%3e%3cg%20id='face-with-open-mouth'%3e%3cpath%20id='mouth'%20style='fill:%23422B0D;'%20d='M84,87.92c0,8.16-9,13-20,13s-20-4.8-20-13s9-17,20-17S84,79.75,84,87.92z'/%3e%3c/g%3e%3cpath%20style='fill:%23422B0D;'%20d='M44,40.94L44,40.94c-4.19,0-8,3.54-8,9.42s3.81,9.41,8,9.41l0,0c4.2,0,8-3.54,8-9.41%20S48.24,40.94,44,40.94z'/%3e%3cg%20id='peepers'%3e%3cpath%20style='fill:%23896024;'%20d='M43.65,44.87L43.65,44.87c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C44.78,47.06,44.54,45.73,43.65,44.87z'/%3e%3c/g%3e%3cpath%20style='fill:%23422B0D;'%20d='M82.4,40.94L82.4,40.94c-4.19,0-8,3.54-8,9.42s3.81,9.41,8,9.41l0,0c4.19,0,8-3.54,8-9.41%20S86.59,40.94,82.4,40.94z'/%3e%3cg%20id='peepers-2'%3e%3cpath%20style='fill:%23896024;'%20d='M82,44.87L82,44.87c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C83.13,47.06,82.89,45.73,82,44.87z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:152,w:1024,h:1024,nm:`emoji_Face with open mouth`,ddd:0,assets:[],layers:[{ddd:0,ind:1,ty:3,nm:`Null ALL`,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:77.998,s:[510,502,0],to:[0,1.667,0],ti:[-1.667,-1.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:84.002,s:[510,512,0],to:[1.667,1.667,0],ti:[1.667,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:90,s:[520,512,0],to:[-1.667,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:97.502,s:[500,512,0],to:[0,0,0],ti:[-1.667,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},t:104,s:[520,512,0],to:[1.667,0,0],ti:[1.667,2,0]},{i:{x:.833,y:1},o:{x:.333,y:0},t:112,s:[510,512,0],to:[-1.667,-2,0],ti:[0,1.667,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:122,s:[510,500,0],to:[0,-1.667,0],ti:[0,-.333,0]},{t:130,s:[510,502,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,ip:0,op:152,st:0,bm:0},{ddd:0,ind:2,ty:1,nm:`Null FACE`,parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.352,y:1},o:{x:.333,y:0},t:0,s:[0,0,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:1,y:0},t:72,s:[0,-38,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.311,y:1},o:{x:.715,y:0},t:84.002,s:[0,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.382,y:1},o:{x:.605,y:0},t:90,s:[24,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.464,y:1},o:{x:.48,y:0},t:97.502,s:[-84,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},t:104,s:[26,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.715,y:0},t:112,s:[-10,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},t:118,s:[0,0,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},t:124,s:[0,-4,0],to:[0,0,0],ti:[0,0,0]},{t:132,s:[0,0,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,sw:100,sh:100,sc:`#ffffff`,ip:0,op:152,st:0,bm:0},{ddd:0,ind:4,ty:4,nm:`eyes Closed`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[2.923,-29.16,0],ix:2,l:2},a:{a:0,k:[257.11,17.967,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[-6.919,.595],[-15.111,.478],[-15.111,.015],[-7.555,-.102],[0,0],[0,0],[0,0],[-15.111,-1.359],[.721,-8.008],[6.881,-.613],[15.111,-.466],[0,0],[0,0],[0,0],[7.555,.007],[15.111,.478],[15.111,1.311],[-.695,8.009]],o:[[15.111,-1.311],[15.111,-.478],[7.555,-.007],[0,0],[0,0],[0,0],[15.111,.467],[8.008,.721],[-.641,7.123],[-15.111,1.359],[0,0],[0,0],[0,0],[-7.555,.102],[-15.111,-.015],[-15.111,-.477],[-8.008,-.694],[.62,-7.155]],v:[[-90.656,-14.5],[-45.324,-16.976],[.01,-17.71],[22.676,-17.567],[34.01,-17.336],[39.676,-17.221],[45.344,-17.034],[90.676,-14.5],[103.872,1.305],[90.676,14.5],[45.344,17.034],[39.676,17.221],[34.01,17.336],[22.676,17.567],[.01,17.71],[-45.324,16.976],[-90.656,14.5],[-103.898,-1.258]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[409.377,17.967],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[-6.919,.595],[-15.111,.478],[-15.112,.015],[-7.555,-.102],[0,0],[0,0],[0,0],[-15.111,-1.359],[.72,-8.008],[6.881,-.613],[15.111,-.466],[0,0],[0,0],[0,0],[7.555,.007],[15.111,.478],[15.111,1.311],[-.695,8.009]],o:[[15.111,-1.311],[15.111,-.478],[7.555,-.007],[0,0],[0,0],[0,0],[15.111,.467],[8.008,.721],[-.641,7.123],[-15.111,1.359],[0,0],[0,0],[0,0],[-7.555,.102],[-15.112,-.015],[-15.111,-.477],[-8.008,-.694],[.62,-7.155]],v:[[-90.656,-14.5],[-45.323,-16.976],[.011,-17.71],[22.677,-17.567],[34.011,-17.336],[39.677,-17.221],[45.344,-17.034],[90.677,-14.5],[103.873,1.305],[90.677,14.5],[45.344,17.034],[39.677,17.221],[34.011,17.336],[22.677,17.567],[.011,17.71],[-45.323,16.976],[-90.656,14.5],[-103.898,-1.258]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[104.843,17.967],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:84,op:118,st:86,bm:0},{ddd:0,ind:5,ty:4,nm:`eyes normal 2`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-4.4,-99.16,0],ix:2,l:2},a:{a:0,k:[217.85,75.571,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,.167,0]},t:118,s:[100,85,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:122,s:[100,103,100]},{t:128,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[7.12,6.88],[0,0],[5.52,-11.36],[-7.12,-6.88],[-5.52,11.36]],o:[[0,0],[-11.36,-5.44],[-4.24,8.88],[11.36,5.44],[4.24,-8.879]],v:[[12.88,-18.56],[12.88,-18.56],[-17.68,-7.84],[-12.88,18.56],[17.68,7.84]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[355.37,50.251],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[33.52,0],[0,0],[0,-47.04],[-33.52,0],[0,46.96]],o:[[0,0],[-33.52,0],[0,47.04],[33.52,0],[0,-46.96]],v:[[0,-75.321],[0,-75.321],[-64,.04],[0,75.321],[64,.04]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[371.45,75.57],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[7.12,6.88],[0,0],[5.52,-11.36],[-7.12,-6.88],[-5.52,11.36]],o:[[0,0],[-11.36,-5.44],[-4.24,8.88],[11.36,5.44],[4.24,-8.879]],v:[[12.88,-18.56],[12.88,-18.56],[-17.68,-7.84],[-12.88,18.56],[17.68,7.84]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[48.57,50.251],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[33.92,0],[0,0],[0,-47.04],[-33.52,0],[0,46.96]],o:[[0,0],[-33.52,0],[0,47.04],[33.6,0],[0,-46.96]],v:[[0,-75.321],[0,-75.321],[-64,.04],[0,75.321],[64,.04]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[64.25,75.57],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:118,op:152,st:126,bm:0},{ddd:0,ind:6,ty:4,nm:`eyes normal`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-4.4,-99.16,0],ix:2,l:2},a:{a:0,k:[217.85,75.571,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.833,.833,.833],y:[1,.833,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:78,s:[100,100,100]},{t:82,s:[100,85,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[7.12,6.88],[0,0],[5.52,-11.36],[-7.12,-6.88],[-5.52,11.36]],o:[[0,0],[-11.36,-5.44],[-4.24,8.88],[11.36,5.44],[4.24,-8.879]],v:[[12.88,-18.56],[12.88,-18.56],[-17.68,-7.84],[-12.88,18.56],[17.68,7.84]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[355.37,50.251],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[33.52,0],[0,0],[0,-47.04],[-33.52,0],[0,46.96]],o:[[0,0],[-33.52,0],[0,47.04],[33.52,0],[0,-46.96]],v:[[0,-75.321],[0,-75.321],[-64,.04],[0,75.321],[64,.04]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[371.45,75.57],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[7.12,6.88],[0,0],[5.52,-11.36],[-7.12,-6.88],[-5.52,11.36]],o:[[0,0],[-11.36,-5.44],[-4.24,8.88],[11.36,5.44],[4.24,-8.879]],v:[[12.88,-18.56],[12.88,-18.56],[-17.68,-7.84],[-12.88,18.56],[17.68,7.84]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[48.57,50.251],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[33.92,0],[0,0],[0,-47.04],[-33.52,0],[0,46.96]],o:[[0,0],[-33.52,0],[0,47.04],[33.6,0],[0,-46.96]],v:[[0,-75.321],[0,-75.321],[-64,.04],[0,75.321],[64,.04]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[64.25,75.57],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:84,st:0,bm:0},{ddd:0,ind:7,ty:4,nm:`mouth`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[2,185.36,0],ix:2,l:2},a:{a:0,k:[160.25,120.25,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.352,y:1},o:{x:.333,y:0},t:0,s:[{i:[[0,-65.36],[88,0],[0,65.6],[-88,0]],o:[[0,65.279],[-88,0],[0,-65.601],[88,0]],v:[[160,16],[0,120],[-160,16],[0,-120]],c:!0}]},{i:{x:1,y:1},o:{x:1,y:0},t:72,s:[{i:[[0,-102.153],[105.126,0],[0,102.528],[-105.127,0]],o:[[0,102.028],[-105.127,0],[0,-102.528],[105.126,0]],v:[[191.279,84.559],[.14,247.104],[-191,84.559],[.14,-128]],c:!0}]},{i:{x:.833,y:1},o:{x:.167,y:0},t:84,s:[{i:[[0,-73.068],[69.85,0],[0,73.337],[-69.85,0]],o:[[0,72.979],[-69.85,0],[0,-73.337],[69.85,0]],v:[[134,40.04],[7,156.307],[-120,40.04],[7,-112]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:0},t:112,s:[{i:[[0,-73.068],[69.85,0],[0,73.337],[-69.85,0]],o:[[0,72.979],[-69.85,0],[0,-73.337],[69.85,0]],v:[[134,40.04],[7,156.307],[-120,40.04],[7,-112]],c:!0}]},{t:122,s:[{i:[[0,-65.36],[88,0],[0,65.6],[-88,0]],o:[[0,65.279],[-88,0],[0,-65.601],[88,0]],v:[[160,16],[0,120],[-160,16],[0,-120]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[160.25,120.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:152,st:0,bm:0},{ddd:0,ind:8,ty:4,nm:`base matte`,parent:10,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-2,-3,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:152,st:0,bm:0},{ddd:0,ind:9,ty:4,nm:`base shadow`,parent:10,tt:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.921568627451,.560784313725,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:152,st:0,bm:0},{ddd:0,ind:10,ty:4,nm:`base normal`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:152,st:0,bm:0}],markers:[{tm:0,cm:`rest`,dr:0}]}},SAD:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%20id='gold'%3e%3cradialGradient%20id='face_1_'%20cx='63.6'%20cy='1992.9'%20r='56.9597'%20gradientTransform='matrix(1%200%200%201%200%20-1930)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.5'%20style='stop-color:%23FDE030'/%3e%3cstop%20offset='0.92'%20style='stop-color:%23F7C02B'/%3e%3cstop%20offset='1'%20style='stop-color:%23F4A223'/%3e%3c/radialGradient%3e%3cpath%20id='face'%20style='fill:url(%23face_1_);'%20d='M63.6,118.8c-27.9,0-58-17.5-58-55.9S35.7,7,63.6,7c15.5,0,29.8,5.1,40.4,14.4%20c11.5,10.2,17.6,24.6,17.6,41.5s-6.1,31.2-17.6,41.4C93.4,113.6,79,118.8,63.6,118.8z'/%3e%3cpath%20style='fill:%23EB8F00;'%20d='M111.49,29.67c5.33,8.6,8.11,18.84,8.11,30.23c0,16.9-6.1,31.2-17.6,41.4%20c-10.6,9.3-25,14.5-40.4,14.5c-18.06,0-37-7.35-48.18-22.94c10.76,17.66,31,25.94,50.18,25.94c15.4,0,29.8-5.2,40.4-14.5%20c11.5-10.2,17.6-24.5,17.6-41.4C121.6,50.16,118.13,38.84,111.49,29.67z'/%3e%3c/g%3e%3cg%20id='facial_expressions'%3e%3cg%20id='crying-face'%3e%3cpath%20id='mouth'%20style='fill:%23422B0D;'%20d='M64,79.4c10.8,0,18.4,5.6,20.7,9.1c0.88,1.11,1.07,2.61,0.5,3.9%20c-0.44,0.81-1.28,1.31-2.2,1.3c-0.34-0.02-0.68-0.09-1-0.2c-5.85-1.67-11.91-2.51-18-2.5c-6.06-0.04-12.1,0.84-17.9,2.6%20c-0.32,0.11-0.66,0.18-1,0.2c-0.92,0.03-1.78-0.47-2.2-1.3c-0.58-1.29-0.38-2.8,0.5-3.9C45.6,85,53.3,79.4,64,79.4z'/%3e%3c/g%3e%3cradialGradient%20id='SVGID_1_'%20cx='37.82'%20cy='-408.8851'%20r='26.42'%20gradientTransform='matrix(1%200%200%20-1.54%200%20-560.29)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.46'%20style='stop-color:%2329B6F6'/%3e%3cstop%20offset='1'%20style='stop-color:%231E88E5'/%3e%3c/radialGradient%3e%3cpath%20style='fill:url(%23SVGID_1_);'%20d='M37,104.5c-6.5,0-11.5-6.3-11.5-11.7c0-3.8,1.7-8.2,4.1-14.3c0.3-0.9,0.7-1.8,1.1-2.8%20c1.4-3.62,3-7.16,4.8-10.6c0.36-0.69,1.18-0.99,1.9-0.7c0.3,0.15,0.55,0.4,0.7,0.7c1.5,3.1,3.2,6.9,4.9,10.8%20c4.2,9.4,5.4,13.2,5.4,17C48.5,98.2,43.4,104.5,37,104.5z'/%3e%3cpath%20style='fill:%2381D4FA;'%20d='M44,97.29c-1.47,2.27-4.8,1.84-4.8-1.93c0-2.41,0.49-14.79,2.56-13.06%20C45.16,85.12,46.12,94.08,44,97.29z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M30,46.7c-1.25,1.85-4.22,0.66-3.35-1.58c2.05-4.87,5.88-8.77,10.72-10.89%20c1.77-0.84,3.68-1.37,5.63-1.58c0.99-0.2,1.96,0.44,2.16,1.43c0.2,0.99-0.44,1.96-1.44,2.16h-0.13C38.01,38.09,33.22,41.78,30,46.7%20z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M97.29,46.7c1.25,1.85,4.22,0.66,3.35-1.58c-2.06-4.88-5.91-8.78-10.77-10.89%20c-1.77-0.84-3.66-1.37-5.61-1.58c-0.99-0.2-1.96,0.44-2.15,1.43c-0.2,0.99,0.44,1.96,1.43,2.16h0.13%20C89.26,38.08,94.07,41.77,97.29,46.7z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M44.67,46.94L44.67,46.94c-4.19,0-8,3.54-8,9.42s3.81,9.41,8,9.41l0,0c4.19,0,8-3.54,8-9.41%20S48.86,46.94,44.67,46.94z'/%3e%3cg%20id='peepers'%3e%3cpath%20style='fill:%23896024;'%20d='M44.28,50.87L44.28,50.87c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C45.41,53.06,45.17,51.73,44.28,50.87z'/%3e%3c/g%3e%3cpath%20style='fill:%23422B0D;'%20d='M83,46.94L83,46.94c-4.19,0-8,3.54-8,9.42s3.81,9.41,8,9.41l0,0c4.19,0,8-3.54,8-9.41%20S87.21,46.94,83,46.94z'/%3e%3cg%20id='peepers-2'%3e%3cpath%20style='fill:%23896024;'%20d='M82.63,50.87L82.63,50.87c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C83.76,53.06,83.52,51.73,82.63,50.87z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:110,w:1024,h:1024,nm:`emoji_crying`,ddd:0,assets:[{id:`comp_0`,nm:`emoji_crying - 60 fps`,fr:60,layers:[{ddd:0,ind:1,ty:4,nm:`DROP 2`,parent:4,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:95,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:107.5,s:[-10]},{t:115,s:[-34.4]}],ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:95,s:[-6.494]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:107.5,s:[19.247]},{t:115,s:[122]}],ix:3},y:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:95,s:[441.754]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:107.5,s:[514.284]},{t:115,s:[556.194]}],ix:4}},a:{a:0,k:[-.727,82.01,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:95,s:[{i:[[3.874,-39.004],[6.228,23.814],[9.072,9.359],[-28.104,-6.344]],o:[[-2.555,25.719],[-6.228,-23.814],[-9.072,-9.359],[26.378,5.954]],v:[[71.953,75.114],[25.628,78.003],[-.977,32.78],[19.943,4.231]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:101,s:[{i:[[-8.055,-21.51],[11.326,15.759],[7.414,7.052],[-10.884,-.878]],o:[[8.164,21.799],[-6.136,-8.538],[-9.927,-9.443],[14.11,1.138]],v:[[50.494,68.768],[31.193,89.571],[-.076,57.668],[8.151,37.878]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:107.5,s:[{i:[[-13.964,-10.817],[7.659,4.636],[9.66,9.499],[-2.176,2.599]],o:[[24.517,18.992],[-4.357,-2.637],[-8.486,-8.345],[5.954,-7.109]],v:[[8.964,70.317],[3.184,89.453],[-22.931,67.441],[-35.846,48.443]],c:!0}]},{t:115,s:[{i:[[-10.688,-12.228],[7.765,4.322],[5.305,9.05],[-3.803,4.345]],o:[[11.418,13.063],[-6.669,-3.712],[-3.913,-6.675],[2.096,-2.394]],v:[[1.074,88.626],[-3.132,98.91],[-25.423,74.694],[-32.657,52.743]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.83137254902,.980392156863,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:95,s:[{i:[[63.572,0],[0,58.069],[-10.934,10.411],[-8.931,2.407],[-9.356,-.159],[-10.604,-3.965],[-10.966,-11.91],[.489,-24.775]],o:[[-64.563,0],[0,-34.726],[14.913,-14.2],[14.085,-3.796],[15.115,.256],[12.14,4.539],[16.401,17.812],[-1.12,56.781]],v:[[-7.954,173.708],[-114.49,76.323],[-84.903,8.348],[-47.202,-15.329],[-5.387,-20.471],[34.279,-12.571],[72.559,13.782],[95.443,80.74]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:101,s:[{i:[[36.442,-4.169],[9.169,25.542],[-2.728,11.58],[-10.153,8.081],[-13.534,1.518],[-15.04,-6.076],[-6.183,-11.664],[3.196,-29.065]],o:[[-36.985,4.211],[-5.422,-15.104],[2.728,-11.58],[10.153,-8.081],[13.534,-1.518],[15.06,6.084],[7.432,14.021],[-2.341,21.29]],v:[[22.477,150.393],[-51.567,111.785],[-51.871,65.789],[-34.935,37.242],[-4.434,24.605],[34.31,30.416],[66.537,58.576],[74.074,106.138]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:107.5,s:[{i:[[9.313,-8.337],[18.569,11.568],[6.547,9.167],[2.233,6.53],[-4.928,4.946],[-6.753,-5.074],[-9.684,-7.221],[-5.901,-7.641]],o:[[-9.408,8.422],[-11.22,-6.99],[-7.213,-10.099],[-5.5,-16.084],[7.961,-7.991],[13.347,10.029],[15.372,11.462],[9.543,12.356]],v:[[52.908,127.078],[3.181,128.932],[-28.537,99.099],[-47.5,66.584],[-46.122,36.95],[-12.847,45.471],[21.128,69.288],[53.457,93.144]],c:!0}]},{t:115,s:[{i:[[3.425,-2.114],[17.381,12.058],[13.712,16.618],[.953,8.743],[-2.536,.575],[-6.14,-5.8],[-7.897,-8.175],[-7.343,-8.771]],o:[[-7.425,4.583],[-10.216,-7.088],[-8.996,-10.902],[-.808,-7.414],[3.533,-.801],[10.549,9.965],[11.471,11.875],[6.238,7.452]],v:[[57.141,140.934],[13.472,121.324],[-25.298,85.935],[-41.366,53.079],[-37.617,42.201],[-22.149,50.082],[22.53,95.148],[54.348,128.621]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:3,k:{a:0,k:[.426,.161,.714,.965,.713,.139,.624,.931,1,.118,.533,.898],ix:9}},s:{a:0,k:[10.39,-49.351],ix:5},e:{a:0,k:[274.026,-10.39],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:95,op:110,st:-27.5,bm:0},{ddd:0,ind:2,ty:3,nm:`Null All`,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:512,ix:3},y:{a:1,k:[{i:{x:[.446],y:[1]},o:{x:[.333],y:[0]},t:0,s:[512]},{i:{x:[.446],y:[1]},o:{x:[.671],y:[0]},t:25,s:[486.545]},{i:{x:[.877],y:[.749]},o:{x:[.671],y:[0]},t:37.5,s:[486.545]},{i:{x:[.241],y:[1]},o:{x:[.093],y:[.295]},t:52.5,s:[504]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:73.928,s:[520]},{t:102.5,s:[512]}],ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,ip:0,op:110,st:0,bm:0},{ddd:0,ind:3,ty:3,nm:`Null Face`,parent:2,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:0,ix:3},y:{a:1,k:[{i:{x:[.365],y:[1]},o:{x:[.333],y:[0]},t:0,s:[0]},{i:{x:[.365],y:[1]},o:{x:[.639],y:[0]},t:27.5,s:[-28]},{i:{x:[.86],y:[.961]},o:{x:[.639],y:[0]},t:42.5,s:[-28]},{i:{x:[.26],y:[1]},o:{x:[.093],y:[.016]},t:68.215,s:[0]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:73.928,s:[10]},{i:{x:[.833],y:[.833]},o:{x:[.333],y:[0]},t:89.762,s:[0]},{t:105,s:[0]}],ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,ip:0,op:110,st:0,bm:0},{ddd:0,ind:4,ty:3,nm:`Null DROP`,parent:3,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-206.727,15.791,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[77,77,100],ix:6,l:2}},ao:0,ip:0,op:110,st:0,bm:0},{ddd:0,ind:5,ty:4,nm:`eyebrows`,parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-181.459,0],ix:2,l:2},a:{a:0,k:[0,-3.459,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[12.88,-19.68],[-6.96,17.92],[-24.955,17.915],[-25.7,2.117],[-1.6,-7.92],[10.325,-3.62],[18.239,-13.994]],o:[[-10,14.8],[12.094,-28.732],[23.113,-16.593],[8.053,-.663],[1.6,7.92],[-22.883,8.022],[-18.239,13.994]],v:[[-269.135,49.132],[-295.935,36.492],[-238.888,-34.444],[-165.135,-63.268],[-147.855,-51.828],[-160.415,-34.548],[-222.277,-1.452]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[12.88,-19.68],[-6.96,17.92],[-24.955,17.915],[-25.7,2.117],[-1.6,-7.92],[10.325,-3.62],[18.239,-13.994]],o:[[-10,14.8],[12.094,-28.732],[23.113,-16.593],[8.053,-.663],[1.6,7.92],[-22.883,8.022],[-18.239,13.994]],v:[[-235.135,29.132],[-261.935,16.492],[-204.888,-54.444],[-131.135,-83.268],[-113.855,-71.828],[-126.415,-54.548],[-188.277,-21.452]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:22.5,s:[{i:[[15.639,-17.567],[-9.524,16.699],[-23.699,19.546],[-23.807,9.91],[-3.956,-7.045],[8.714,-6.617],[17.261,-15.184]],o:[[-12.072,13.165],[16.196,-26.636],[21.95,-18.104],[7.459,-3.105],[3.956,7.045],[-19.311,14.665],[-17.261,15.184]],v:[[-217.206,20.525],[-241.851,4.074],[-185.895,-64.078],[-121.199,-101.777],[-101.241,-96.199],[-107.884,-75.896],[-167.111,-32.273]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:27.5,s:[{i:[[15.639,-17.567],[-9.524,16.699],[-23.699,19.546],[-23.807,9.91],[-3.956,-7.045],[8.714,-6.617],[17.261,-15.184]],o:[[-12.072,13.165],[16.196,-26.636],[21.95,-18.104],[7.459,-3.105],[3.956,7.045],[-19.311,14.665],[-17.261,15.184]],v:[[-217.206,20.525],[-241.851,4.074],[-185.895,-64.078],[-121.199,-101.777],[-101.241,-96.199],[-107.884,-75.896],[-167.111,-32.273]],c:!0}]},{i:{x:0,y:1},o:{x:1,y:0},t:35,s:[{i:[[15.639,-17.567],[-9.524,16.699],[-23.699,19.546],[-23.807,9.91],[-3.956,-7.045],[8.714,-6.617],[17.261,-15.184]],o:[[-12.072,13.165],[16.196,-26.636],[21.95,-18.104],[7.459,-3.105],[3.956,7.045],[-19.311,14.665],[-17.261,15.184]],v:[[-217.206,20.525],[-241.851,4.074],[-185.895,-64.078],[-121.199,-101.777],[-101.241,-96.199],[-107.884,-75.896],[-167.111,-32.273]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:45,s:[{i:[[15.639,-17.567],[-9.524,16.699],[-23.699,19.546],[-23.807,9.91],[-3.956,-7.045],[8.714,-6.617],[17.261,-15.184]],o:[[-12.072,13.165],[16.196,-26.636],[21.95,-18.104],[7.459,-3.105],[3.956,7.045],[-19.311,14.665],[-17.261,15.184]],v:[[-217.206,20.525],[-241.851,4.074],[-185.895,-64.078],[-121.199,-101.777],[-101.241,-96.199],[-107.884,-75.896],[-167.111,-32.273]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:60,s:[{i:[[14.259,-18.624],[-8.242,17.309],[-24.327,18.73],[-24.753,6.014],[-2.778,-7.483],[9.519,-5.118],[17.75,-14.589]],o:[[-11.036,13.982],[14.145,-27.684],[22.532,-17.348],[7.756,-1.884],[2.778,7.483],[-21.097,11.343],[-17.75,14.59]],v:[[-243.171,34.828],[-268.893,20.283],[-212.391,-49.261],[-143.167,-82.523],[-124.548,-74.014],[-134.149,-55.222],[-194.694,-16.862]],c:!0}]},{t:85.953125,s:[{i:[[12.88,-19.68],[-6.96,17.92],[-24.955,17.915],[-25.7,2.117],[-1.6,-7.92],[10.325,-3.62],[18.239,-13.994]],o:[[-10,14.8],[12.094,-28.732],[23.113,-16.593],[8.053,-.663],[1.6,7.92],[-22.883,8.022],[-18.239,13.994]],v:[[-269.135,49.132],[-295.935,36.492],[-238.888,-34.444],[-165.135,-63.268],[-147.855,-51.828],[-160.415,-34.548],[-222.277,-1.452]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ind:1,ty:`sh`,ix:2,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[-12.88,-19.68],[6.96,17.92],[24.955,17.915],[25.7,2.117],[1.6,-7.92],[-10.326,-3.62],[-18.239,-13.994]],o:[[10,14.8],[-12.094,-28.732],[-23.113,-16.593],[-8.053,-.663],[-1.6,7.92],[22.883,8.022],[18.239,13.994]],v:[[269.134,49.132],[295.934,36.492],[238.887,-34.444],[165.134,-63.268],[147.854,-51.828],[160.414,-34.548],[222.276,-1.452]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[-12.88,-19.68],[6.96,17.92],[24.955,17.915],[25.7,2.117],[1.6,-7.92],[-10.326,-3.62],[-18.239,-13.994]],o:[[10,14.8],[-12.094,-28.732],[-23.113,-16.593],[-8.053,-.663],[-1.6,7.92],[22.883,8.022],[18.239,13.994]],v:[[235.134,29.132],[261.934,16.492],[204.887,-54.444],[131.134,-83.268],[113.854,-71.828],[126.414,-54.548],[188.276,-21.452]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:22.5,s:[{i:[[-15.037,-18.086],[8.955,17.011],[22.922,20.451],[22.96,11.74],[4.494,-6.715],[-8.17,-7.278],[-16.659,-15.843]],o:[[11.62,13.565],[-15.286,-27.168],[-21.231,-18.942],[-7.194,-3.679],[-4.494,6.715],[18.107,16.129],[16.659,15.843]],v:[[216.714,20.234],[241.901,4.625],[186.465,-63.836],[124.147,-104.064],[103.813,-100.063],[108.85,-79.303],[166.461,-32.783]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:27.5,s:[{i:[[-15.037,-18.086],[8.955,17.011],[22.922,20.451],[22.96,11.74],[4.494,-6.715],[-8.17,-7.278],[-16.659,-15.843]],o:[[11.62,13.565],[-15.286,-27.168],[-21.231,-18.942],[-7.194,-3.679],[-4.494,6.715],[18.107,16.129],[16.659,15.843]],v:[[216.714,20.234],[241.901,4.625],[186.465,-63.836],[124.147,-104.064],[103.813,-100.063],[108.85,-79.303],[166.461,-32.783]],c:!0}]},{i:{x:0,y:1},o:{x:1,y:0},t:35,s:[{i:[[-15.037,-18.086],[8.955,17.011],[22.922,20.451],[22.96,11.74],[4.494,-6.715],[-8.17,-7.278],[-16.659,-15.843]],o:[[11.62,13.565],[-15.286,-27.168],[-21.231,-18.942],[-7.194,-3.679],[-4.494,6.715],[18.107,16.129],[16.659,15.843]],v:[[216.714,20.234],[241.901,4.625],[186.465,-63.836],[124.147,-104.064],[103.813,-100.063],[108.85,-79.303],[166.461,-32.783]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:45,s:[{i:[[-15.037,-18.086],[8.955,17.011],[22.922,20.451],[22.96,11.74],[4.494,-6.715],[-8.17,-7.278],[-16.659,-15.843]],o:[[11.62,13.565],[-15.286,-27.168],[-21.231,-18.942],[-7.194,-3.679],[-4.494,6.715],[18.107,16.129],[16.659,15.843]],v:[[216.714,20.234],[241.901,4.625],[186.465,-63.836],[124.147,-104.064],[103.813,-100.063],[108.85,-79.303],[166.461,-32.783]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:60,s:[{i:[[-13.958,-18.883],[7.958,17.466],[23.938,19.183],[24.33,6.929],[3.047,-7.317],[-9.248,-5.449],[-17.449,-14.919]],o:[[10.81,14.183],[-13.69,-27.95],[-22.172,-17.768],[-7.623,-2.171],[-3.047,7.317],[20.495,12.075],[17.449,14.919]],v:[[242.924,34.683],[268.917,20.558],[212.676,-49.14],[144.64,-83.666],[125.834,-75.946],[134.632,-56.926],[194.369,-17.118]],c:!0}]},{t:85.953125,s:[{i:[[-12.88,-19.68],[6.96,17.92],[24.955,17.915],[25.7,2.117],[1.6,-7.92],[-10.326,-3.62],[-18.239,-13.994]],o:[[10,14.8],[-12.094,-28.732],[-23.113,-16.593],[-8.053,-.663],[-1.6,7.92],[22.883,8.022],[18.239,13.994]],v:[[269.134,49.132],[295.934,36.492],[238.887,-34.444],[165.134,-63.268],[147.854,-51.828],[160.414,-34.548],[222.276,-1.452]],c:!0}]}],ix:2},nm:`Path 2`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980392157,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:4,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:6,ty:4,nm:`DROP 6`,parent:4,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:-11.688,ix:3},y:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.333],y:[0]},t:48,s:[23.972]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:55,s:[143.453]},{i:{x:[.57],y:[.462]},o:{x:[.194],y:[.187]},t:57.5,s:[169.427]},{i:{x:[.671],y:[.72]},o:{x:[.321],y:[.398]},t:60,s:[200.733]},{i:{x:[.706],y:[.906]},o:{x:[.362],y:[.28]},t:62.5,s:[232.276]},{i:{x:[.661],y:[.89]},o:{x:[.328],y:[.097]},t:65,s:[267]},{i:{x:[.795],y:[.707]},o:{x:[.368],y:[.36]},t:67.5,s:[304.639]},{t:95,s:[441.754]}],ix:4}},a:{a:0,k:[-.727,82.01,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.167,.167,-2.083]},t:57.5,s:[90,90,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:65,s:[100,100,100]},{t:91.189453125,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:15,s:[{i:[[6.136,-3.126],[10.579,3.178],[-8.64,2.55],[-7.229,.806]],o:[[-5.43,2.766],[-3.997,-1.201],[5.855,-1.728],[11.552,-1.287]],v:[[128.658,52.379],[101.007,53.883],[101.954,43.003],[122.781,39.932]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:33,s:[{i:[[14.6,-9.555],[15.901,6.723],[-9.06,3.292],[-11.4,.765]],o:[[-15.992,10.51],[-16.724,-7.293],[13.22,-4.929],[14.252,-.985]],v:[[114.68,84.772],[60.009,96.313],[60.739,69.818],[102.773,63.725]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:48,s:[{i:[[16.956,-11.345],[17.383,7.71],[-9.177,3.498],[-12.561,.754]],o:[[-18.932,12.666],[-20.266,-8.989],[15.27,-5.82],[15.004,-.9]],v:[[113.049,93.789],[48.596,108.125],[49.266,77.283],[99.463,70.348]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:55,s:[{i:[[15.832,-33.759],[6.911,21.685],[-5.623,24.856],[-18.17,-4.748]],o:[[-9.603,20.046],[-6.911,-13.037],[5.41,-23.241],[26.367,11.804]],v:[[89.143,67.674],[41.857,71.302],[40.087,11.172],[72.946,-30.523]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:60,s:[{i:[[21.261,-33.252],[0,39.532],[-4.601,34.755],[-9.726,-8.379]],o:[[-14.93,24.154],[0,-13.588],[3.96,-29.91],[34.315,29.549]],v:[[70.797,128.522],[21.942,108.313],[27.988,29.074],[47.972,-15.703]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70,s:[{i:[[21.261,-33.252],[0,39.532],[-4.601,34.755],[-9.726,-8.379]],o:[[-14.93,24.154],[0,-13.588],[3.96,-29.91],[34.315,29.549]],v:[[70.797,128.522],[21.942,108.313],[27.988,16.217],[47.972,-28.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:82.5,s:[{i:[[21.261,-33.252],[0,39.532],[-4.601,34.755],[-9.726,-8.379]],o:[[-14.93,24.154],[0,-13.588],[3.96,-29.91],[34.315,29.549]],v:[[70.797,128.522],[21.942,108.313],[27.988,16.217],[47.972,-28.561]],c:!0}]},{t:95,s:[{i:[[3.874,-39.004],[6.228,23.814],[9.072,9.359],[-28.104,-6.344]],o:[[-2.555,25.719],[-6.228,-23.814],[-9.072,-9.359],[26.378,5.954]],v:[[71.953,75.114],[25.628,78.003],[-.977,32.78],[19.943,4.231]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.83137254902,.980392156863,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:15,s:[{i:[[22.338,-.059],[9.168,6.432],[-.718,3.791],[-9.38,-.999],[-15.299,.429],[-14.26,.329],[-1.68,-5.81],[13.887,-6.546]],o:[[-20.46,.054],[-7.915,-5.553],[1.408,-7.431],[13.857,1.475],[16.111,-.452],[9.418,-.217],[2.212,7.652],[-11.21,5.284]],v:[[84.24,67.486],[39.262,53.39],[27.014,38.857],[46.71,31.974],[84.86,34.984],[132.47,30.029],[150.871,35.622],[132.796,57.468]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:33,s:[{i:[[34.487,4.018],[15.052,22.942],[-11.776,18.448],[-17.525,-1.598],[-17.067,-2.204],[-14.577,-4.139],[-2.926,-12.952],[41.748,-18.233]],o:[[-23.633,-2.621],[-12.883,-19.24],[11.936,-19.203],[24.715,2.308],[24.558,3.422],[14.663,4.945],[3.401,15.405],[-20.159,8.852]],v:[[22.681,118.453],[-40.837,81.574],[-42.881,20.824],[11.208,-5.035],[72.549,4.574],[130.432,15.721],[155.533,38.785],[106.71,104.692]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:48,s:[{i:[[40.129,4.035],[18.046,24.787],[-12.704,23.888],[-19.987,2.497],[-17.419,-3.735],[-11.506,-12.396],[-1.917,-11.776],[47.244,-21.939]],o:[[-24.631,-2.477],[-18.239,-25.052],[12.381,-23.281],[27.488,-3.434],[26.693,5.724],[13.884,14.959],[2.887,17.734],[-22.404,10.404]],v:[[11.419,136.256],[-62.457,97.554],[-62.564,12.866],[5.003,-33.136],[77.385,-26.975],[135.603,5.818],[152.312,44.184],[101.707,117.839]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:55,s:[{i:[[55.775,4.525],[4.916,47.07],[-20.985,26.412],[-21.046,13.675],[-12.65,-.987],[-7.945,-7.773],[-7.009,-22.984],[5.919,-39.506]],o:[[-56.114,-4.525],[-4.916,-44.486],[15.28,-19.022],[16.968,-10.169],[18.888,1.28],[15.018,15.569],[13.232,40.306],[-5.94,47.11]],v:[[2.553,153.096],[-98.601,63.269],[-63.282,-57.705],[-15.057,-103.124],[36.524,-113.726],[78.812,-100.814],[107.778,-48.624],[123.507,54.822]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:60,s:[{i:[[65.192,0],[0,56.601],[-38.322,37.58],[-20.847,13.405],[-9.119,-2.989],[-2.682,-8.836],[-6.221,-29.602],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[18.326,-17.972],[6.751,-4.459],[9.503,3.115],[7.927,22.491],[17.577,83.638],[1.485,55.796]],v:[[.117,205.471],[-119.277,82.849],[-43.291,-98.845],[12.098,-147.106],[38.108,-149.585],[57.705,-132.154],[75.268,-58.514],[117.792,83.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70,s:[{i:[[65.192,0],[0,56.601],[-24.707,63.456],[-15.634,28.099],[-9.596,0],[-5.301,-11.047],[-15.165,-34.862],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-30.346],[5.026,-9.263],[10.001,0],[14.539,27.616],[42.758,98.549],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-96.456],[-26.694,-186.953],[-2.751,-201.45],[21.301,-186.953],[60.931,-94.604],[115.649,83.654]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:82.5,s:[{i:[[65.192,0],[0,56.601],[-24.707,63.456],[-15.634,28.099],[-9.596,0],[-5.301,-11.047],[-15.165,-34.862],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-30.346],[5.026,-9.263],[10.001,0],[14.539,27.616],[42.758,98.549],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-96.456],[-26.694,-186.953],[-2.751,-201.45],[21.301,-186.953],[60.931,-94.604],[115.649,83.654]],c:!0}]},{t:95,s:[{i:[[63.572,0],[0,58.069],[-10.934,10.411],[-8.931,2.407],[-9.356,-.159],[-10.604,-3.965],[-10.966,-11.91],[.489,-24.775]],o:[[-64.563,0],[0,-34.726],[14.913,-14.2],[14.085,-3.796],[15.115,.256],[12.14,4.539],[16.401,17.812],[-1.12,56.781]],v:[[-7.954,173.708],[-114.49,76.323],[-84.903,8.348],[-47.202,-15.329],[-5.387,-20.471],[34.279,-12.571],[72.559,13.782],[95.443,80.74]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:3,k:{a:0,k:[.426,.161,.714,.965,.713,.139,.624,.931,1,.118,.533,.898],ix:9}},s:{a:0,k:[10.39,-49.351],ix:5},e:{a:0,k:[274.026,-10.39],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:15,op:95,st:15,bm:0},{ddd:0,ind:7,ty:4,nm:`eyes normal`,parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-51.601,0],ix:2,l:2},a:{a:0,k:[27.45,6.65,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[.899,.8],[0,0],[.7,-1.4],[-.901,-.9],[-.701,1.4]],o:[[0,0],[-1.4,-.7],[-.5,1.1],[1.399,.7],[.5,-1.1]],v:[[1.601,-5.3],[1.601,-5.3],[-2.201,-4],[-1.6,-.7],[2.201,-2]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[44.65,6.55],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[4.2,0],[0,0],[0,-5.9],[-4.2,0],[0,5.9]],o:[[0,0],[-4.2,0],[0,5.9],[4.2,0],[0,-5.9]],v:[[0,-12.4],[0,-12.4],[-8,-3],[0,6.4],[8,-3]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[46.65,9.65],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[.9,.8],[0,0],[.7,-1.4],[-.9,-.9],[-.7,1.4]],o:[[0,0],[-1.4,-.7],[-.5,1.1],[1.4,.7],[.6,-1.1]],v:[[1.55,-5.3],[1.55,-5.3],[-2.25,-4],[-1.65,-.7],[2.15,-2]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[6.3,6.55],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[4.2,0],[0,0],[0,-5.9],[-4.2,0],[0,5.9]],o:[[0,0],[-4.2,0],[0,5.9],[4.2,0],[0,-5.9]],v:[[0,-12.4],[0,-12.4],[-8,-3],[0,6.4],[8,-3]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[8.25,9.65],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:8,ty:4,nm:`mouth `,parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:0,ix:3},y:{a:0,k:192.29,ix:4}},a:{a:0,k:[.018,-.566,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[-67.646,0],[-14.541,-28],[3.604,-10.32],[6.924,1.49],[34.463,-.039],[32.334,-8.078],[4.721,13.991],[-5.563,8.8]],o:[[68.279,0],[5.563,8.88],[-6.442,12.911],[-22.298,-4.8],[-34.293,-.155],[-6.27,1.566],[-3.667,-10.32],[13.909,-28.8]],v:[[-22.285,-72.488],[108.583,.312],[111.744,31.512],[85.27,46.535],[-22.251,36.097],[-129.207,46.922],[-155.681,32.312],[-152.52,1.112]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:17.5,s:[{i:[[-66.186,0],[-31.373,-44.586],[3.526,-7.707],[15.151,5.989],[71.16,-.602],[17.545,-7.968],[4.619,10.449],[-6.373,7.638]],o:[[66.804,0],[5.259,7.474],[-6.303,9.642],[-10.572,-4.179],[-71.16,.602],[-11.346,5.152],[-3.588,-7.707],[45.043,-53.989]],v:[[-22.279,-91.103],[144.899,-13.198],[148.742,10.332],[122.089,16.324],[-22.246,-22.673],[-166.028,16.612],[-192.68,10.929],[-188.837,-12.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:27.5,s:[{i:[[-66.186,0],[-31.373,-44.586],[3.526,-7.707],[15.151,5.989],[71.16,-.602],[17.545,-7.968],[4.619,10.449],[-6.373,7.638]],o:[[66.804,0],[5.259,7.474],[-6.303,9.642],[-10.572,-4.179],[-71.16,.602],[-11.346,5.152],[-3.588,-7.707],[45.043,-53.989]],v:[[-22.279,-91.103],[144.899,-13.198],[148.742,10.332],[122.089,16.324],[-22.246,-22.673],[-166.028,16.612],[-192.68,10.929],[-188.837,-12.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:35,s:[{i:[[-66.186,0],[-31.373,-44.586],[3.526,-7.707],[15.151,5.989],[71.16,-.602],[17.545,-7.968],[4.619,10.449],[-6.373,7.638]],o:[[66.804,0],[5.259,7.474],[-6.303,9.642],[-10.572,-4.179],[-71.16,.602],[-11.346,5.152],[-3.588,-7.707],[45.043,-53.989]],v:[[-22.279,-91.103],[144.899,-13.198],[148.742,10.332],[122.089,16.324],[-22.246,-22.673],[-166.028,16.612],[-192.68,10.929],[-188.837,-12.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:87.5,s:[{i:[[-67.647,0],[-32.065,-45.57],[3.604,-7.877],[16.247,3.647],[72.731,-.615],[34.725,-9.148],[4.721,10.68],[-6.513,7.807]],o:[[68.279,0],[5.375,7.639],[-6.442,9.855],[-22.049,-4.949],[-72.731,.615],[-12.316,3.245],[-3.667,-7.877],[46.038,-55.18]],v:[[-22.285,-71.856],[148.583,5.214],[151.744,30.03],[125.27,40.497],[-22.251,20.529],[-169.207,40.793],[-195.681,30.64],[-192.52,5.825]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:105,s:[{i:[[-67.647,0],[-32.065,-45.57],[3.604,-7.877],[16.247,3.647],[72.731,-.615],[34.725,-9.148],[4.721,10.68],[-6.513,7.807]],o:[[68.279,0],[5.375,7.639],[-6.442,9.855],[-22.049,-4.949],[-72.731,.615],[-12.316,3.245],[-3.667,-7.877],[46.038,-55.18]],v:[[-22.285,-71.856],[148.583,5.214],[151.744,30.03],[125.27,40.497],[-22.251,20.529],[-169.207,40.793],[-195.681,30.64],[-192.52,5.825]],c:!0}]},{t:110,s:[{i:[[-67.646,0],[-14.541,-28],[3.604,-10.32],[6.924,1.49],[34.463,-.039],[32.334,-8.078],[4.721,13.991],[-5.563,8.8]],o:[[68.279,0],[5.563,8.88],[-6.442,12.911],[-22.298,-4.8],[-34.293,-.155],[-6.27,1.566],[-3.667,-10.32],[13.909,-28.8]],v:[[-22.285,-72.488],[108.583,.312],[111.744,31.512],[85.27,46.535],[-22.251,36.097],[-129.207,46.922],[-155.681,32.312],[-152.52,1.112]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[22,12],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:9,ty:4,nm:`base matte`,parent:11,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:-2,ix:3},y:{a:0,k:-3,ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.921568627451,.560784313725,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:10,ty:4,nm:`base shadow`,parent:11,tt:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:0,ix:3},y:{a:0,k:0,ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.921568627451,.560784313725,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:11,ty:4,nm:`base`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:0,ix:3},y:{a:0,k:0,ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:12,ty:4,nm:`DROP Back`,parent:4,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.667],y:[1]},o:{x:[.167],y:[.167]},t:-50,s:[-13.2]},{i:{x:[.833],y:[.833]},o:{x:[.333],y:[0]},t:-30,s:[-3.2]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-15,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-5,s:[-10]},{t:7,s:[-34.4]}],ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.966],y:[1]},o:{x:[.034],y:[0]},t:-137.5,s:[-164.336]},{i:{x:[.991],y:[1]},o:{x:[.009],y:[0]},t:-120,s:[-176.755]},{i:{x:[.973],y:[.968]},o:{x:[.027],y:[0]},t:-50,s:[-160.035]},{i:{x:[.833],y:[.833]},o:{x:[.048],y:[-.006]},t:-27.5,s:[-207.555]},{i:{x:[.732],y:[.55]},o:{x:[.167],y:[.167]},t:-15,s:[-6.494]},{i:{x:[.708],y:[.117]},o:{x:[.372],y:[.438]},t:-5,s:[19.247]},{i:{x:[.797],y:[.827]},o:{x:[.452],y:[.416]},t:0,s:[37.585]},{t:7,s:[122]}],ix:3},y:{a:1,k:[{i:{x:[.966],y:[.949]},o:{x:[.034],y:[.183]},t:-137.5,s:[-294.628]},{i:{x:[.991],y:[.434]},o:{x:[.009],y:[.077]},t:-120,s:[-211.822]},{i:{x:[.973],y:[1]},o:{x:[.027],y:[.145]},t:-50,s:[-140.538]},{i:{x:[.833],y:[.833]},o:{x:[.048],y:[0]},t:-27.5,s:[44.454]},{i:{x:[.74],y:[.836]},o:{x:[.167],y:[.167]},t:-15,s:[441.754]},{i:{x:[.677],y:[.105]},o:{x:[.325],y:[3.101]},t:-5,s:[527.272]},{i:{x:[.809],y:[.846]},o:{x:[.431],y:[.26]},t:0,s:[530.108]},{t:7,s:[548.401]}],ix:4}},a:{a:0,k:[-.727,82.01,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-137.5,s:[{i:[[50.203,-39.022],[6.806,5.17],[-13.059,14.838],[-26.259,8.988]],o:[[-10.691,8.309],[-6.806,-5.17],[16.558,-18.813],[48.028,-16.439]],v:[[37.797,49.522],[7.557,53.278],[12.942,22.313],[35.472,-51.061]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:-127.5,s:[{i:[[26.047,-40.147],[8.015,3.847],[1.424,15.016],[-15.825,2.486]],o:[[-8.622,13.289],[-8.015,-3.847],[-2.848,-30.032],[15.825,-2.486]],v:[[84.953,69.866],[58.502,82.538],[42.848,52.751],[62.675,-67.295]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:-115,s:[{i:[[21.261,-33.252],[10.348,3.13],[0,19.766],[-21.027,-18.116]],o:[[-7.465,12.077],[-10.347,-3.13],[0,-25.281],[34.315,29.549]],v:[[72.797,128.522],[42.771,142.3],[23.942,108.313],[49.972,-25.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-85,s:[{i:[[21.261,-33.252],[10.347,3.13],[0,19.766],[-21.027,-18.116]],o:[[-7.465,12.077],[-10.348,-3.13],[0,-25.281],[34.315,29.549]],v:[[70.797,128.522],[40.771,142.3],[21.942,108.313],[47.972,-25.561]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:-65,s:[{i:[[21.261,-33.252],[10.347,3.13],[0,19.766],[-21.027,-18.116]],o:[[-7.465,12.077],[-10.348,-3.13],[0,-25.281],[34.315,29.549]],v:[[70.797,128.522],[40.771,142.3],[21.942,108.313],[47.972,-28.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:-50,s:[{i:[[21.261,-33.252],[10.347,3.13],[0,19.766],[-21.027,-18.116]],o:[[-7.465,12.077],[-10.348,-3.13],[0,-25.281],[34.315,29.549]],v:[[70.797,128.522],[40.771,142.3],[21.942,108.313],[47.972,-28.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-25,s:[{i:[[1.703,-43.522],[16.071,-3.035],[6.779,29.594],[-21.797,17.181]],o:[[-.792,20.244],[-16.071,3.035],[-5.645,-24.643],[24.028,-18.939]],v:[[89.797,-.978],[58.359,37.795],[17.942,1.813],[-2.028,-61.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-15,s:[{i:[[3.874,-39.004],[6.228,23.814],[11.116,6.807],[-28.804,.626]],o:[[-2.555,25.719],[-6.228,-23.814],[-11.116,-6.807],[36.536,-.794]],v:[[71.953,75.114],[25.628,78.003],[-14.406,37.439],[-1.249,4.582]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-10,s:[{i:[[-8.055,-21.51],[11.326,15.759],[7.414,7.052],[-10.884,-.878]],o:[[8.164,21.799],[-6.136,-8.538],[-9.927,-9.443],[14.11,1.138]],v:[[50.494,68.768],[31.193,89.571],[-.076,57.668],[8.151,37.878]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-5,s:[{i:[[-13.964,-10.817],[7.659,4.636],[9.66,9.499],[-2.176,2.599]],o:[[24.517,18.992],[-4.357,-2.637],[-8.486,-8.345],[5.954,-7.109]],v:[[8.964,70.317],[3.184,89.453],[-22.931,67.441],[-35.846,48.443]],c:!0}]},{t:7,s:[{i:[[-10.688,-12.228],[7.765,4.322],[5.305,9.05],[-3.803,4.345]],o:[[11.418,13.063],[-6.669,-3.712],[-3.913,-6.675],[2.096,-2.394]],v:[[1.074,88.626],[-3.132,98.91],[-25.423,74.694],[-32.657,52.743]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.83137254902,.980392156863,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-137.5,s:[{i:[[57.266,-11.971],[16.134,31.151],[-15.915,18.184],[-10.968,6.474],[-10.542,2.108],[-13.301,-3.797],[-8.681,-11.646],[7.149,-26.346]],o:[[-39.105,8.175],[-13.762,-26.572],[15.793,-18.044],[17.444,-10.297],[17.751,-3.55],[11.603,3.312],[12.17,16.326],[-7.149,26.346]],v:[[.234,86.471],[-97.634,52.349],[-82.043,-26.456],[-41.944,-59.203],[-.688,-76.7],[42.426,-76.266],[78.431,-53.104],[91.149,7.154]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:-127.5,s:[{i:[[64.843,-.346],[6.023,52.095],[-19.743,36.746],[-14.936,15.242],[-13.042,4.714],[-15.314,-9.329],[-9.746,-42.375],[11.602,-57.173]],o:[[-72.68,.388],[-7.069,-61.146],[20.894,-38.888],[14.936,-15.242],[13.042,-4.714],[17.438,10.623],[11.053,48.057],[-10.727,52.862]],v:[[.157,166.065],[-114.931,71.864],[-79.894,-81.893],[-33.936,-147.539],[9.958,-177.567],[51.563,-172.904],[100.947,-82.338],[107.227,69.357]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:-115,s:[{i:[[65.192,0],[0,56.601],[-24.707,61.772],[-15.634,27.354],[-9.596,0],[-5.301,-10.754],[-15.132,-33.952],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-29.541],[5.026,-9.017],[10.001,0],[14.539,26.883],[42.758,95.934],[1.485,55.796]],v:[[.117,205.471],[-119.134,82.849],[-65.293,-93.791],[-26.694,-181.888],[-2.751,-196],[21.301,-181.888],[61.931,-91.989],[117.649,83.654]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-85,s:[{i:[[65.192,0],[0,56.601],[-24.707,61.772],[-15.634,27.354],[-9.596,0],[-5.301,-10.754],[-15.132,-33.952],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-29.541],[5.026,-9.017],[10.001,0],[14.539,26.883],[42.758,95.934],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-93.791],[-26.694,-181.888],[-2.751,-196],[21.301,-181.888],[60.931,-91.989],[115.649,83.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:-65,s:[{i:[[65.192,0],[0,56.601],[-24.707,63.456],[-15.634,28.099],[-9.596,0],[-5.301,-11.047],[-15.165,-34.862],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-30.346],[5.026,-9.263],[10.001,0],[14.539,27.616],[42.758,98.549],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-96.456],[-26.694,-186.953],[-2.751,-201.45],[21.301,-186.953],[60.931,-94.604],[115.649,83.654]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:-50,s:[{i:[[65.192,0],[0,56.601],[-24.707,63.456],[-15.634,28.099],[-9.596,0],[-5.301,-11.047],[-15.165,-34.862],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-30.346],[5.026,-9.263],[10.001,0],[14.539,27.616],[42.758,98.549],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-96.456],[-26.694,-186.953],[-2.751,-201.45],[21.301,-186.953],[60.931,-94.604],[115.649,83.654]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-25,s:[{i:[[65.192,0],[0,56.601],[-11.213,10.148],[-9.159,2.346],[-9.595,-.155],[-10.874,-3.865],[-11.246,-11.609],[.501,-24.149]],o:[[-66.208,0],[0,-33.849],[15.293,-13.841],[14.444,-3.7],[15.501,.25],[12.449,4.425],[16.819,17.362],[-1.149,55.346]],v:[[4.617,110.471],[-104.634,8.849],[-74.293,-57.409],[-35.632,-80.487],[7.249,-85.5],[47.926,-77.8],[87.181,-52.112],[110.649,13.154]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-15,s:[{i:[[63.572,0],[0,58.069],[-10.934,10.411],[-8.931,2.407],[-9.356,-.159],[-10.604,-3.965],[-10.966,-11.91],[.489,-24.775]],o:[[-64.563,0],[0,-34.726],[14.913,-14.2],[14.085,-3.796],[15.115,.256],[12.14,4.539],[16.401,17.812],[-1.12,56.781]],v:[[-7.954,173.708],[-114.49,76.323],[-84.903,8.348],[-47.202,-15.329],[-5.387,-20.471],[34.279,-12.571],[72.559,13.782],[95.443,80.74]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-10,s:[{i:[[36.442,-4.169],[9.169,25.542],[-2.728,11.58],[-10.153,8.081],[-13.534,1.518],[-15.04,-6.076],[-6.183,-11.664],[3.196,-29.065]],o:[[-36.985,4.211],[-5.422,-15.104],[2.728,-11.58],[10.153,-8.081],[13.534,-1.518],[15.06,6.084],[7.432,14.021],[-2.341,21.29]],v:[[22.477,150.393],[-51.567,111.785],[-51.871,65.789],[-34.935,37.242],[-4.434,24.605],[34.31,30.416],[66.537,58.576],[74.074,106.138]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-5,s:[{i:[[9.313,-8.337],[18.569,11.568],[6.547,9.167],[2.233,6.53],[-4.928,4.946],[-6.753,-5.074],[-9.684,-7.221],[-5.901,-7.641]],o:[[-9.408,8.422],[-11.22,-6.99],[-7.213,-10.099],[-5.5,-16.084],[7.961,-7.991],[13.347,10.029],[15.372,11.462],[9.543,12.356]],v:[[52.908,127.078],[3.181,128.932],[-28.537,99.099],[-47.5,66.584],[-46.122,36.95],[-12.847,45.471],[21.128,69.288],[53.457,93.144]],c:!0}]},{t:7,s:[{i:[[3.425,-2.114],[17.381,12.058],[13.712,16.618],[.953,8.743],[-2.536,.575],[-6.14,-5.8],[-7.897,-8.175],[-7.343,-8.771]],o:[[-7.425,4.583],[-10.216,-7.088],[-8.996,-10.902],[-.808,-7.414],[3.533,-.801],[10.549,9.965],[11.471,11.875],[6.238,7.452]],v:[[57.141,140.934],[13.472,121.324],[-25.298,85.935],[-41.366,53.079],[-37.617,42.201],[-22.149,50.082],[22.53,95.148],[54.348,128.621]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:3,k:{a:0,k:[.426,.161,.714,.965,.713,.139,.624,.931,1,.118,.533,.898],ix:9}},s:{a:0,k:[10.39,-49.351],ix:5},e:{a:0,k:[274.026,-10.39],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:8,st:-137.5,bm:0}]}],layers:[{ddd:0,ind:1,ty:0,nm:`emoji_crying - 60 fps`,refId:`comp_0`,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[512,512,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,w:1024,h:1024,ip:102,op:110,st:102,bm:0},{ddd:0,ind:2,ty:0,nm:`emoji_crying - 60 fps`,refId:`comp_0`,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[512,512,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,w:1024,h:1024,ip:0,op:102,st:-8,bm:0}],markers:[{tm:61,cm:`rest`,dr:0}]}},ANGRY:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%20id='gold'%3e%3cradialGradient%20id='pouting-face_1_'%20cx='63.6'%20cy='2584.8999'%20r='56.9597'%20gradientTransform='matrix(1%200%200%201%200%20-2522)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.12'%20style='stop-color:%23FAC742'/%3e%3cstop%20offset='0.32'%20style='stop-color:%23FAC440'/%3e%3cstop%20offset='0.48'%20style='stop-color:%23FBBA3B'/%3e%3cstop%20offset='0.62'%20style='stop-color:%23FBA931'/%3e%3cstop%20offset='0.76'%20style='stop-color:%23FC9224'/%3e%3cstop%20offset='0.88'%20style='stop-color:%23FE7413'/%3e%3cstop%20offset='1'%20style='stop-color:%23FF5100'/%3e%3c/radialGradient%3e%3cpath%20id='pouting-face'%20style='fill:url(%23pouting-face_1_);'%20d='M63.6,118.8c-27.9,0-58-17.5-58-55.9S35.7,7,63.6,7%20c15.5,0,29.8,5.1,40.4,14.4c11.5,10.2,17.6,24.6,17.6,41.5s-6.1,31.2-17.6,41.4C93.4,113.6,79,118.8,63.6,118.8z'/%3e%3cpath%20style='fill:%23D84213;'%20d='M111.49,29.67c5.33,8.6,8.11,18.84,8.11,30.23c0,16.9-6.1,31.2-17.6,41.4%20c-10.6,9.3-25,14.5-40.4,14.5c-18.06,0-37-7.35-48.18-22.94c10.76,17.66,31,25.94,50.18,25.94c15.4,0,29.8-5.2,40.4-14.5%20c11.5-10.2,17.6-24.5,17.6-41.4C121.6,50.16,118.13,38.84,111.49,29.67z'/%3e%3c/g%3e%3cg%20id='facial_expressions'%3e%3cg%20id='pouting-face-2'%3e%3cpath%20id='mouth'%20style='fill:%23422B0D;'%20d='M83.94,103.14c-0.34-0.13-0.65-0.34-0.89-0.62c-9.73-10.11-25.82-10.42-35.93-0.69%20c-0.23,0.23-0.47,0.46-0.69,0.69c-0.24,0.28-0.55,0.49-0.89,0.62c-0.75,0.28-1.6,0.12-2.2-0.41c-0.59-0.52-0.79-1.35-0.49-2.08%20C45.83,93,54.69,87,64.74,87s18.91,6,21.89,13.64c0.3,0.73,0.1,1.56-0.49,2.08C85.54,103.25,84.69,103.41,83.94,103.14z'/%3e%3cg%20id='eyes'%3e%3cpath%20style='fill:%23422B0D;'%20d='M58.14,68.82C55.9,66,46.67,60.58,43.34,59c-1.24-0.57-2.53-1.03-3.85-1.37%20c-0.24-0.07-0.5-0.1-0.75-0.1c-1.33,0.03-2.47,0.98-2.74,2.29c-0.31,1.36,0.39,2.76,1.67,3.32c1.57,0.77,4.31,2.23,7.15,3.84%20C42.45,68.39,41,70.95,41,73.71v1.46c0,4.14,3.36,7.5,7.5,7.5s7.5-3.36,7.5-7.5v-1.46c0-0.06,0-0.11,0-0.17%20c1.07-0.07,2.03-0.71,2.5-1.67C58.99,70.87,58.85,69.68,58.14,68.82z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M93.52,59.82c-0.28-1.32-1.44-2.26-2.79-2.27c-0.25,0-0.51,0.03-0.75,0.1%20c-1.32,0.33-2.61,0.79-3.85,1.35c-3.33,1.56-12.56,7-14.8,9.8c-0.71,0.87-0.83,2.07-0.33,3.07c0.48,0.97,1.43,1.6,2.51,1.67%20c0,0.06,0,0.11,0,0.17v1.46c0,4.14,3.36,7.5,7.5,7.5s7.5-3.36,7.5-7.5v-1.46c0-2.75-1.45-5.3-3.81-6.71%20c2.84-1.61,5.58-3.07,7.15-3.84C93.14,62.6,93.85,61.19,93.52,59.82z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='peepers'%3e%3cpath%20style='fill:%23896024;'%20d='M48.12,68.45L48.12,68.45c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C49.25,70.64,49.01,69.31,48.12,68.45z'/%3e%3c/g%3e%3cg%20id='peepers-2'%3e%3cpath%20style='fill:%23896024;'%20d='M80.63,68.45L80.63,68.45c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C81.76,70.64,81.52,69.31,80.63,68.45z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:180,w:1024,h:1024,nm:`emoji_pouting`,ddd:0,assets:[],layers:[{ddd:0,ind:1,ty:3,nm:`Null ALL`,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[512]},{i:{x:[.667],y:[1]},o:{x:[.167],y:[0]},t:20,s:[512]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:60,s:[512]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:92.5,s:[512]},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[512]},{t:180,s:[512]}],ix:3},y:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[500]},{i:{x:[0],y:[1]},o:{x:[.167],y:[.167]},t:20,s:[500]},{i:{x:[.667],y:[1]},o:{x:[1],y:[0]},t:30,s:[476]},{i:{x:[.688],y:[.928]},o:{x:[.333],y:[0]},t:60,s:[576]},{i:{x:[.246],y:[1]},o:{x:[.142],y:[.47]},t:92.5,s:[512]},{t:180,s:[500]}],ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.833,.833,.833],y:[.833,.833,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:30,s:[200,200,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.167,.167,0]},t:47.5,s:[196,208,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:60,s:[202,192,100]},{t:92.5,s:[200,200,100]}],ix:6,l:2}},ao:0,ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:2,ty:3,nm:`Null Face`,parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:20,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:50,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:55,s:[-20]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:60,s:[20]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:65,s:[-20]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:70,s:[20]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:75,s:[-2.253]},{i:{x:[.743],y:[1]},o:{x:[.167],y:[.167]},t:82.5,s:[1.121]},{i:{x:[.667],y:[1]},o:{x:[.167],y:[0]},t:90,s:[0]},{i:{x:[.768],y:[1]},o:{x:[.312],y:[0]},t:110,s:[0]},{t:180,s:[0]}],ix:3},y:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[0]},t:10,s:[59]},{i:{x:[0],y:[1]},o:{x:[.167],y:[.167]},t:20,s:[75]},{i:{x:[0],y:[1]},o:{x:[1],y:[0]},t:30,s:[49]},{i:{x:[0],y:[1]},o:{x:[1],y:[0]},t:45,s:[49]},{i:{x:[.833],y:[.833]},o:{x:[1],y:[0]},t:50,s:[79]},{i:{x:[.482],y:[.864]},o:{x:[.167],y:[.167]},t:65,s:[99]},{i:{x:[.671],y:[1]},o:{x:[.248],y:[1.7]},t:90,s:[63.842]},{t:180,s:[59]}],ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:3,ty:4,nm:`eyes `,parent:2,sr:1,ks:{o:{a:1,k:[{t:30,s:[100],h:1},{t:52,s:[0],h:1},{t:72,s:[100],h:1},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[100]},{t:180,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[4.601,-44.601,0],ix:2,l:2},a:{a:0,k:[29.3,12.85,0],ix:1,l:2},s:{a:0,k:[400,400,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.9,.894],[0,0],[.7,-1.393],[-.9,-.896],[-.7,1.391]],o:[[0,0],[-1.4,-.696],[-.5,1.092],[1.4,.696],[.6,-1.094]],v:[[1.55,-.187],[1.55,-.187],[-2.25,1.105],[-1.65,4.386],[2.15,3.093]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.775,-13.378],[1.775,-13.378],[-2.025,-12.078],[-1.425,-8.778],[2.375,-10.078]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:50,s:[{i:[[.9,.894],[0,0],[.7,-1.393],[-.9,-.896],[-.7,1.391]],o:[[0,0],[-1.4,-.696],[-.5,1.092],[1.4,.696],[.6,-1.094]],v:[[1.55,-3.437],[1.55,-3.437],[-2.25,-2.145],[-1.65,1.136],[2.15,-.157]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[1.028,.742],[0,0],[.474,-1.485],[-1.029,-.744],[-.475,1.483]],o:[[0,0],[-1.491,-.469],[-.324,1.157],[1.491,.469],[.422,-1.175]],v:[[.175,3.214],[.175,3.214],[-3.377,5.082],[-2.273,8.229],[1.279,6.36]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:80,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{t:180,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[43.6,13.451],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.9,.92],[0,0],[.7,-1.433],[-.9,-.922],[-.7,1.431]],o:[[0,0],[-1.4,-.716],[-.5,1.124],[1.4,.716],[.6,-1.126]],v:[[1.55,-.292],[1.55,-.292],[-2.25,1.038],[-1.65,4.414],[2.15,3.084]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.369,-13.363],[1.369,-13.363],[-2.431,-12.063],[-1.831,-8.763],[1.969,-10.063]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:50,s:[{i:[[.9,.92],[0,0],[.7,-1.433],[-.9,-.922],[-.7,1.431]],o:[[0,0],[-1.4,-.716],[-.5,1.124],[1.4,.716],[.6,-1.126]],v:[[1.55,-3.542],[1.55,-3.542],[-2.25,-2.212],[-1.65,1.164],[2.15,-.166]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[.623,1.126],[0,0],[1.056,-1.196],[-.623,-1.128],[-1.055,1.194]],o:[[0,0],[-1.16,-1.062],[-.781,.951],[1.16,1.062],[.878,-.926]],v:[[3.09,2.605],[3.09,2.605],[-.926,2.878],[-1.245,6.292],[2.772,6.019]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:80,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{t:180,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[11.1,13.451],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.65,3.4],[-8.65,3.6],[-8.65,5.1],[-1.151,12.6],[6.35,5.1],[6.35,3.6],[2.549,-3.1]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[-.024,-5.485],[0,0],[0,0],[-4.1,0],[0,3.493],[0,0],[2.3,1.194]],o:[[0,0],[0,0],[0,3.493],[4.101,0],[0,0],[0,-2.385],[-4.724,-2.13]],v:[[-8.65,5.511],[-8.65,5.682],[-8.65,6.96],[-1.151,13.35],[6.35,6.96],[6.35,5.682],[2.549,-.027]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.426,-8.959],[-8.426,-8.759],[-8.426,-5.65],[-.926,1.85],[6.574,-5.65],[6.574,-8.759],[2.774,-15.459]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:50,s:[{i:[[-.024,-5.485],[0,0],[0,0],[-4.1,0],[0,3.493],[0,0],[2.3,1.194]],o:[[0,0],[0,0],[0,3.493],[4.101,0],[0,0],[0,-2.385],[-4.724,-2.13]],v:[[-8.65,2.261],[-8.65,2.432],[-8.65,3.71],[-1.151,10.1],[6.35,3.71],[6.35,2.432],[2.549,-3.277]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[-.685,-4.183],[0,0],[0,0],[-4.05,.639],[.421,2.666],[0,0],[2.38,.327]],o:[[0,0],[0,0],[.421,2.666],[4.051,-.639],[0,0],[-.287,-1.82],[-4.86,-.486]],v:[[-9.677,6.577],[-9.657,6.707],[-9.503,7.682],[-1.527,10.111],[5.314,5.344],[5.16,4.369],[.917,1.858]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:80,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.65,3.4],[-8.65,3.6],[-8.65,5.1],[-1.151,12.6],[6.35,5.1],[6.35,3.6],[2.549,-3.1]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.65,3.4],[-8.65,3.6],[-8.65,5.1],[-1.151,12.6],[6.35,5.1],[6.35,3.6],[2.549,-3.1]],c:!0}]},{t:180,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.65,3.4],[-8.65,3.6],[-8.65,5.1],[-1.151,12.6],[6.35,5.1],[6.35,3.6],[2.549,-3.1]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[46.7,12.85],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.45,-3.149],[-6.25,3.55],[-6.25,5.05],[1.25,12.55],[8.75,5.05],[8.75,3.55],[8.75,3.351]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[6.513,-2.768],[0,-2.28],[0,0],[-4.1,0],[0,3.464],[0,0],[0,0]],o:[[-2.4,1.182],[0,0],[0,3.464],[4.1,0],[0,0],[0,0],[0,-3.296]],v:[[-2.45,.036],[-6.25,5.696],[-6.25,6.963],[1.25,13.3],[8.75,6.963],[8.75,5.696],[8.75,5.528]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.788,-15.462],[-6.588,-8.606],[-6.588,-5.388],[.912,2.112],[8.412,-5.388],[8.412,-9.075],[8.412,-9.274]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:50,s:[{i:[[6.513,-2.768],[0,-2.28],[0,0],[-4.1,0],[0,3.464],[0,0],[0,0]],o:[[-2.4,1.182],[0,0],[0,3.464],[4.1,0],[0,0],[0,0],[0,-3.296]],v:[[-2.45,-3.214],[-6.25,2.446],[-6.25,3.713],[1.25,10.05],[8.75,3.713],[8.75,2.446],[8.75,2.278]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[6.726,.106],[.49,-1.78],[0,0],[-3.953,-1.089],[-.745,2.704],[0,0],[0,0]],o:[[-2.505,.056],[0,0],[-.745,2.704],[3.953,1.089],[0,0],[0,0],[.709,-2.573]],v:[[-.421,1.05],[-4.949,3.178],[-5.222,4.167],[1.001,9.816],[9.24,8.151],[9.512,7.162],[9.548,7.031]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:80,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.45,-3.149],[-6.25,3.55],[-6.25,5.05],[1.25,12.55],[8.75,5.05],[8.75,3.55],[8.75,3.351]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.45,-3.149],[-6.25,3.55],[-6.25,5.05],[1.25,12.55],[8.75,5.05],[8.75,3.55],[8.75,3.351]],c:!0}]},{t:180,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.45,-3.149],[-6.25,3.55],[-6.25,5.05],[1.25,12.55],[8.75,5.05],[8.75,3.55],[8.75,3.351]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[11.9,12.8],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:4,ty:4,nm:`eyebrows extra`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-54.176,14.325,0],ix:2,l:2},a:{a:0,k:[-56.176,61.895,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:52.5,s:[{i:[[12.348,-.143],[-9.203,-2.748],[-5.098,2.063],[10.693,3.764]],o:[[-12.103,.14],[9.203,2.748],[5.098,-2.063],[-10.693,-3.764]],v:[[-78.487,20.149],[-84.359,37.629],[-33.994,43.637],[-33.695,25.716]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:60,s:[{i:[[12.306,1.037],[-8.899,-3.614],[-5.272,1.567],[10.285,4.767]],o:[[-12.061,-1.016],[8.899,3.614],[5.272,-1.567],[-10.285,-4.767]],v:[[-77.155,20.525],[-84.669,37.364],[-35.107,48.153],[-33.099,30.342]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:67.5,s:[{i:[[12.348,-.143],[-9.203,-2.748],[-5.098,2.063],[10.693,3.764]],o:[[-12.103,.14],[9.203,2.748],[5.098,-2.063],[-10.693,-3.764]],v:[[-78.385,22.649],[-84.257,40.129],[-33.892,46.137],[-33.593,28.216]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[12.348,-.143],[-9.203,-2.748],[-5.098,2.063],[10.693,3.764]],o:[[-12.103,.14],[9.203,2.748],[5.098,-2.063],[-10.693,-3.764]],v:[[-78.385,22.649],[-84.257,40.129],[-33.892,46.137],[-33.593,28.216]],c:!0}]},{t:180,s:[{i:[[12.348,-.143],[-9.203,-2.748],[-5.098,2.063],[10.693,3.764]],o:[[-12.103,.14],[9.203,2.748],[5.098,-2.063],[-10.693,-3.764]],v:[[-78.487,20.149],[-84.359,37.629],[-33.994,43.637],[-33.695,25.716]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ind:1,ty:`sh`,ix:2,ks:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:52.5,s:[{i:[[-12.648,-.46],[9.485,-2.512],[5.181,2.194],[-11.032,3.489]],o:[[12.397,.451],[-9.485,2.512],[-5.181,-2.194],[11.032,-3.489]],v:[[83.653,20.58],[89.313,38.21],[37.59,42.924],[37.648,24.995]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:60,s:[{i:[[-12.614,1.037],[9.122,-3.614],[5.404,1.567],[-10.543,4.767]],o:[[12.364,-1.016],[-9.122,3.614],[-5.404,-1.567],[10.543,-4.767]],v:[[81.749,20.55],[89.451,37.389],[38.646,48.177],[36.588,30.367]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:67.5,s:[{i:[[-12.648,-.46],[9.485,-2.512],[5.181,2.194],[-11.032,3.489]],o:[[12.397,.451],[-9.485,2.512],[-5.181,-2.194],[11.032,-3.489]],v:[[83.755,23.08],[89.415,40.71],[37.692,45.424],[37.751,27.495]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[-12.648,-.46],[9.485,-2.512],[5.181,2.194],[-11.032,3.489]],o:[[12.397,.451],[-9.485,2.512],[-5.181,-2.194],[11.032,-3.489]],v:[[83.755,23.08],[89.415,40.71],[37.692,45.424],[37.751,27.495]],c:!0}]},{t:180,s:[{i:[[-12.648,-.46],[9.485,-2.512],[5.181,2.194],[-11.032,3.489]],o:[[12.397,.451],[-9.485,2.512],[-5.181,-2.194],[11.032,-3.489]],v:[[83.653,20.58],[89.313,38.21],[37.59,42.924],[37.648,24.995]],c:!0}]}],ix:2},nm:`Path 2`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980395897,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:4,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:52,op:72,st:0,bm:0},{ddd:0,ind:5,ty:4,nm:`eyebrows`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[4.601,-44.601,0],ix:2,l:2},a:{a:0,k:[29.3,12.85,0],ix:1,l:2},s:{a:0,k:[400,400,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.174,1.421],[1.393,.148],[.309,-.068],[1.246,-.37],[2.471,-2.563],[-.391,-1.047],[-1.083,-.215],[0,0],[-3.928,1.721],[-1.665,.527]],o:[[-.162,-1.325],[-.298,-.032],[-1.323,.161],[-3.451,1.242],[-.791,.821],[.391,1.047],[0,0],[0,0],[2.953,-1.294],[1.258,-.47]],v:[[12.369,-9.359],[9.827,-11.942],[9.021,-11.927],[5.106,-11.036],[-10.648,-2.857],[-11.275,.194],[-8.969,2.149],[-4.872,.272],[2.856,-3.13],[10.418,-6.147]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.402,1.374],[1.399,-.08],[.294,-.117],[1.17,-.568],[2.022,-2.93],[-.556,-.97],[-1.104,-.036],[0,0],[-3.596,2.335],[-1.557,.79]],o:[[-.375,-1.281],[-.3,.017],[-1.28,.374],[-3.203,1.785],[-.648,.938],[.556,.97],[0,0],[0,0],[2.704,-1.756],[1.165,-.667]],v:[[10.729,-8.182],[7.802,-10.318],[7.009,-10.173],[3.29,-8.658],[-10.927,1.969],[-11.051,5.081],[-8.458,6.636],[-4.721,4.119],[2.353,-.492],[9.325,-4.696]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[-.152,1.424],[1.324,.459],[.316,.004],[1.298,-.079],[2.986,-1.939],[-.145,-1.109],[-1.405,.079],[0,0],[-4.215,.789],[-1.741,.137]],o:[[.142,-1.327],[-.283,-.098],[-1.326,-.142],[-3.642,.43],[-.956,.621],[.145,1.109],[0,0],[0,0],[3.169,-.593],[1.331,-.173]],v:[[12.741,-27.444],[10.848,-30.535],[10.059,-30.703],[6.044,-30.719],[-9.9,-26.31],[-11.138,-23.417],[-8.145,-21.054],[-4.981,-21.958],[2.691,-23.526],[10.114,-24.757]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:52.5,s:[{i:[[.388,1.378],[1.399,-.066],[.295,-.114],[1.175,-.556],[2.052,-2.91],[-.546,-.975],[-1.103,-.047],[0,0],[-3.62,2.299],[-1.565,.774]],o:[[-.362,-1.284],[-.3,.014],[-1.284,.361],[-3.221,1.753],[-.657,.932],[.546,.975],[0,0],[0,0],[2.722,-1.728],[1.172,-.656]],v:[[11.719,-4.95],[8.813,-7.117],[8.019,-6.979],[4.285,-5.503],[-10.039,4.98],[-10.195,8.091],[-7.618,9.672],[-3.855,7.193],[3.265,2.654],[10.279,-1.479]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:60,s:[{i:[[.534,1.329],[1.384,-.216],[.281,-.145],[1.109,-.679],[1.727,-3.113],[-.648,-.911],[-1.102,.071],[0,0],[-3.352,2.674],[-1.473,.938]],o:[[-.497,-1.238],[-.296,.046],[-1.237,.496],[-3.015,2.089],[-.553,.997],[.648,.911],[0,0],[0,0],[2.521,-2.011],[1.094,-.778]],v:[[10.347,-5.728],[7.225,-7.57],[6.45,-7.348],[2.896,-5.479],[-10.22,6.481],[-10.04,9.59],[-7.308,10.886],[-3.833,8.017],[2.758,2.74],[9.288,-2.123]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[.507,1.337],[1.386,-.191],[.283,-.14],[1.119,-.658],[1.781,-3.077],[-.631,-.921],[-1.102,.052],[0,0],[-3.394,2.612],[-1.488,.911]],o:[[-.475,-1.245],[-.297,.041],[-1.244,.474],[-3.047,2.033],[-.57,.986],[.631,.921],[0,0],[0,0],[2.552,-1.964],[1.107,-.757]],v:[[10.461,-6.498],[7.376,-8.392],[6.598,-8.184],[3.016,-6.38],[-10.291,5.335],[-10.166,8.443],[-7.461,9.784],[-3.941,6.98],[2.734,1.826],[9.34,-2.916]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:90,s:[{i:[[.3,1.4],[1.401,0],[.3,-.1],[1.2,-.5],[2.2,-2.799],[-.5,-1],[-1.1,-.099],[0,0],[-3.724,2.125],[-1.6,.7]],o:[[-.301,-1.3],[-.3,0],[-1.299,.3],[-3.3,1.6],[-.7,.9],[.5,1],[0,0],[0,0],[2.8,-1.599],[1.201,-.6]],v:[[11.351,-10.3],[8.549,-12.6],[7.749,-12.5],[3.951,-11.2],[-10.85,-1.4],[-11.15,1.7],[-8.65,3.4],[-4.775,1.1],[2.549,-3.1],[9.749,-6.9]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.3,1.4],[1.401,0],[.3,-.1],[1.2,-.5],[2.2,-2.799],[-.5,-1],[-1.1,-.099],[0,0],[-3.724,2.125],[-1.6,.7]],o:[[-.301,-1.3],[-.3,0],[-1.299,.3],[-3.3,1.6],[-.7,.9],[.5,1],[0,0],[0,0],[2.8,-1.599],[1.201,-.6]],v:[[11.351,-10.3],[8.549,-12.6],[7.749,-12.5],[3.951,-11.2],[-10.85,-1.4],[-11.15,1.7],[-8.65,3.4],[-4.775,1.1],[2.549,-3.1],[9.749,-6.9]],c:!0}]},{t:180,s:[{i:[[.174,1.421],[1.393,.148],[.309,-.068],[1.246,-.37],[2.471,-2.563],[-.391,-1.047],[-1.083,-.215],[0,0],[-3.928,1.721],[-1.665,.527]],o:[[-.162,-1.325],[-.298,-.032],[-1.323,.161],[-3.451,1.242],[-.791,.821],[.391,1.047],[0,0],[0,0],[2.953,-1.294],[1.258,-.47]],v:[[12.369,-9.359],[9.827,-11.942],[9.021,-11.927],[5.106,-11.036],[-10.648,-2.857],[-11.275,.194],[-8.969,2.149],[-4.872,.272],[2.856,-3.13],[10.418,-6.147]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[46.7,12.85],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.803,.81],[3.447,1.253],[1.337,.248],[.298,-.034],[.049,-1.314],[-1.349,-.347],[-3.068,-1.249],[-2.211,-.898],[0,0],[-.382,1.051]],o:[[-2.507,-2.529],[-1.261,-.458],[-.21,-.076],[-1.291,.149],[-.137,1.425],[1.681,.611],[4.767,1.94],[1.366,.555],[1.081,-.227],[.306,-.84]],v:[[10.541,-2.733],[-5.287,-10.769],[-9.222,-11.723],[-10.028,-11.731],[-12.446,-9.136],[-10.379,-6.053],[-2.79,-3.104],[5.479,.42],[9.082,2.067],[11.37,.091]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.636,.947],[3.149,1.88],[1.267,.496],[.299,.022],[.296,-1.281],[-1.259,-.596],[-2.778,-1.805],[-2.002,-1.299],[0,0],[-.573,.96]],o:[[-1.985,-2.956],[-1.152,-.688],[-.192,-.115],[-1.296,-.097],[-.404,1.374],[1.536,.917],[4.315,2.804],[1.237,.802],[1.104,-.019],[.458,-.767]],v:[[10.843,2.162],[-3.185,-8.714],[-6.87,-10.394],[-7.66,-10.553],[-10.524,-8.461],[-9.075,-5.043],[-2.179,-.716],[5.278,4.304],[8.505,6.601],[11.125,5.091]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[.97,.6],[3.644,.412],[1.358,-.071],[.282,-.103],[-.259,-1.29],[-1.393,-.023],[-3.275,-.497],[-2.36,-.356],[0,0],[-.126,1.111]],o:[[-3.029,-1.873],[-1.333,-.151],[-.222,-.025],[-1.221,.447],[.2,1.418],[1.777,.201],[5.088,.772],[1.458,.22],[1.425,.092],[.101,-.888]],v:[[8.871,-25.9],[-7.146,-30.014],[-11.195,-30.023],[-11.981,-29.842],[-13.726,-26.754],[-10.995,-24.239],[-3.552,-23.145],[4.687,-21.652],[7.762,-20.892],[10.338,-23.349]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:52.5,s:[{i:[[.649,.937],[3.176,1.834],[1.274,.477],[.299,.018],[.278,-1.286],[-1.268,-.577],[-2.804,-1.764],[-2.021,-1.269],[0,0],[-.559,.968]],o:[[-2.028,-2.927],[-1.162,-.671],[-.194,-.112],[-1.298,-.078],[-.383,1.379],[1.549,.895],[4.356,2.74],[1.249,.784],[1.104,-.035],[.447,-.774]],v:[[10.005,5.572],[-4.18,-5.098],[-7.889,-6.723],[-8.682,-6.871],[-11.515,-4.737],[-10.016,-1.341],[-3.057,2.885],[4.472,7.795],[7.733,10.045],[10.331,8.497]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:60,s:[{i:[[.565,.991],[3.003,2.106],[1.227,.587],[.297,.044],[.389,-1.256],[-1.212,-.686],[-2.638,-2.003],[-1.902,-1.442],[0,0],[-.642,.915]],o:[[-1.763,-3.094],[-1.098,-.77],[-.183,-.128],[-1.286,-.192],[-.503,1.34],[1.465,1.027],[4.099,3.112],[1.175,.891],[1.103,.062],[.513,-.731]],v:[[10.128,7.048],[-3.066,-4.826],[-6.618,-6.771],[-7.395,-6.988],[-10.404,-5.111],[-9.209,-1.596],[-2.648,3.224],[4.421,8.776],[7.472,11.304],[10.195,9.99]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[.58,.98],[3.037,2.048],[1.235,.566],[.297,.039],[.368,-1.261],[-1.222,-.665],[-2.668,-1.957],[-1.924,-1.408],[0,0],[-.626,.925]],o:[[-1.813,-3.06],[-1.11,-.751],[-.185,-.125],[-1.287,-.17],[-.48,1.347],[1.48,1.001],[4.146,3.04],[1.189,.87],[1.103,.044],[.5,-.739]],v:[[10.199,5.854],[-3.178,-5.784],[-6.758,-7.667],[-7.538,-7.87],[-10.512,-5.945],[-9.259,-2.455],[-2.625,2.249],[4.528,7.676],[7.617,10.149],[10.315,8.791]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:90,s:[{i:[[.7,.9],[3.3,1.6],[1.3,.4],[.3,0],[.2,-1.3],[-1.3,-.5],[-2.9,-1.601],[-2.094,-1.146],[0,0],[-.5,1]],o:[[-2.2,-2.8],[-1.2,-.6],[-.2,-.1],[-1.3,0],[-.3,1.4],[1.6,.8],[4.513,2.474],[1.294,.708],[1.1,-.101],[.4,-.799]],v:[[10.75,-1.25],[-4.05,-11.05],[-7.85,-12.45],[-8.65,-12.55],[-11.35,-10.25],[-9.65,-6.95],[-2.45,-3.149],[5.36,1.301],[8.75,3.351],[11.25,1.65]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.7,.9],[3.3,1.6],[1.3,.4],[.3,0],[.2,-1.3],[-1.3,-.5],[-2.9,-1.601],[-2.094,-1.146],[0,0],[-.5,1]],o:[[-2.2,-2.8],[-1.2,-.6],[-.2,-.1],[-1.3,0],[-.3,1.4],[1.6,.8],[4.513,2.474],[1.294,.708],[1.1,-.101],[.4,-.799]],v:[[10.75,-1.25],[-4.05,-11.05],[-7.85,-12.45],[-8.65,-12.55],[-11.35,-10.25],[-9.65,-6.95],[-2.45,-3.149],[5.36,1.301],[8.75,3.351],[11.25,1.65]],c:!0}]},{t:180,s:[{i:[[.803,.81],[3.447,1.253],[1.337,.248],[.298,-.034],[.049,-1.314],[-1.349,-.347],[-3.068,-1.249],[-2.211,-.898],[0,0],[-.382,1.051]],o:[[-2.507,-2.529],[-1.261,-.458],[-.21,-.076],[-1.291,.149],[-.137,1.425],[1.681,.611],[4.767,1.94],[1.366,.555],[1.081,-.227],[.306,-.84]],v:[[10.541,-2.733],[-5.287,-10.769],[-9.222,-11.723],[-10.028,-11.731],[-12.446,-9.136],[-10.379,-6.053],[-2.79,-3.104],[5.479,.42],[9.082,2.067],[11.37,.091]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[11.9,12.8],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:6,ty:4,nm:`mouth open matte`,parent:2,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[3.359,26.5,0],ix:2,l:2},a:{a:0,k:[3.359,57.5,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[22,-.5],[5,-5.311],[-2.325,-4.263],[-15.481,2.755],[-12.991,-3.736],[-1.537,2.93],[3.122,4.094]],o:[[-22,.5],[-2.961,3.145],[3.335,6.114],[15.034,-2.675],[16.015,4.606],[2.202,-4.198],[-4.864,-6.379]],v:[[3,53.5],[-38.5,69.855],[-38.835,82.386],[-15.043,82.175],[22.481,82.736],[46.798,82.698],[47.5,69.855]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:35,s:[{i:[[22,-.5],[5,-22.5],[.485,-20.469],[-15.058,-4.531],[-12.491,2.764],[.199,13.989],[3.122,17.342]],o:[[-22,.5],[-2.961,13.324],[-.334,14.097],[16.034,4.825],[16.27,-3.6],[-.298,-21.027],[-4.864,-27.025]],v:[[3,1],[-38.5,38],[-41.835,88.968],[-19.534,115.175],[27.991,116.236],[51.798,94.527],[47.5,38]],c:!0}]},{t:47.5,s:[{i:[[22,-.5],[5,-5.311],[-2.325,-4.263],[-15.481,2.755],[-12.991,-3.736],[-1.537,2.93],[3.122,4.094]],o:[[-22,.5],[-2.961,3.145],[3.335,6.114],[15.034,-2.675],[16.015,4.606],[2.202,-4.198],[-4.864,-6.379]],v:[[3.051,18.404],[-38.449,34.758],[-38.784,47.29],[-14.992,47.079],[22.532,47.64],[46.849,47.602],[47.551,34.758]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980395897,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:21,op:50,st:-2.5,bm:0},{ddd:0,ind:7,ty:4,nm:`tongue`,parent:2,tt:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[6.268,84.463,0],ix:2,l:2},a:{a:0,k:[6.25,116.75,0],ix:1,l:2},s:{a:0,k:[100.287,99.43,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:22.5,s:[{i:[[42,0],[0,0],[0,0]],o:[[-37.5,0],[0,0],[0,0]],v:[[2.5,100.023],[-50.5,110.363],[62,110.363]],c:!0}]},{t:35,s:[{i:[[42,0],[0,0],[0,0]],o:[[-37.5,0],[0,0],[0,0]],v:[[2.5,96],[-50.5,134.5],[62,134.5]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.925490255917,.466666696586,.435294147566,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:21,op:50,st:0,bm:0},{ddd:0,ind:8,ty:4,nm:`mouth open`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:47,s:[3.359,26.5,0],to:[0,1.459,0],ti:[0,-1.459,0]},{t:49,s:[3.359,35.253,0]}],ix:2,l:2},a:{a:0,k:[3.359,57.5,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[22,-.5],[5,-5.311],[-2.325,-4.263],[-15.481,2.755],[-12.991,-3.736],[-1.537,2.93],[3.122,4.094]],o:[[-22,.5],[-2.961,3.145],[3.335,6.114],[15.034,-2.675],[16.015,4.606],[2.202,-4.198],[-4.864,-6.379]],v:[[3,53.5],[-38.5,69.855],[-38.835,82.386],[-15.043,82.175],[22.481,82.736],[46.798,82.698],[47.5,69.855]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:35,s:[{i:[[22,-.5],[5,-22.5],[.485,-20.469],[-15.058,-4.531],[-12.491,2.764],[.199,13.989],[3.122,17.342]],o:[[-22,.5],[-2.961,13.324],[-.334,14.097],[16.034,4.825],[16.27,-3.6],[-.298,-21.027],[-4.864,-27.025]],v:[[3,1],[-38.5,38],[-41.835,88.968],[-19.534,115.175],[27.991,116.236],[51.798,94.527],[47.5,38]],c:!0}]},{t:47.5,s:[{i:[[22,-.5],[5,-5.311],[-2.325,-4.263],[-15.481,2.755],[-12.991,-3.736],[-1.537,2.93],[3.122,4.094]],o:[[-22,.5],[-2.961,3.145],[3.335,6.114],[15.034,-2.675],[16.015,4.606],[2.202,-4.198],[-4.864,-6.379]],v:[[3.051,18.404],[-38.449,34.758],[-38.784,47.29],[-14.992,47.079],[22.532,47.64],[46.849,47.602],[47.551,34.758]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980395897,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:21,op:50,st:-2.5,bm:0},{ddd:0,ind:9,ty:4,nm:`mouth `,parent:2,sr:1,ks:{o:{a:1,k:[{t:0,s:[100],h:1},{t:21,s:[0],h:1},{t:50,s:[100],h:1}],ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[4.399]},{i:{x:[.667],y:[1]},o:{x:[.167],y:[0]},t:20,s:[4.399]},{i:{x:[.833],y:[1]},o:{x:[.306],y:[0]},t:60,s:[4.399]},{i:{x:[0],y:[1]},o:{x:[.167],y:[0]},t:67.5,s:[4.399]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:90,s:[4.399]},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[4.399]},{t:180,s:[4.399]}],ix:3},y:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[55.8]},{i:{x:[0],y:[1]},o:{x:[.167],y:[.167]},t:20,s:[55.8]},{i:{x:[.667],y:[1]},o:{x:[1],y:[0]},t:30,s:[35.8]},{i:{x:[.833],y:[.833]},o:{x:[.306],y:[0]},t:60,s:[52.8]},{i:{x:[0],y:[1]},o:{x:[.167],y:[.167]},t:67.5,s:[53.142]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:90,s:[55.8]},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[55.8]},{t:180,s:[55.8]}],ix:4}},a:{a:0,k:[22.45,8.451,0],ix:1,l:2},s:{a:0,k:[400,400,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.833,.191],[.237,.271],[11.331,-8.228],[0,0],[.41,-.044],[.526,.577],[-.407,.752],[-10.1,0],[-3.99,-7.13],[.528,-.576]],o:[[-.311,-.059],[-10.965,-8.71],[0,0],[-.239,.27],[-.834,.189],[-.526,-.577],[4.011,-7.119],[10,0],[.391,.654],[-.527,.576]],v:[[20.373,6.069],[19.401,5.594],[-18.681,4.824],[-19.47,5.421],[-20.444,5.893],[-22.569,5.197],[-22.777,3.047],[0,-8.201],[22.714,3.23],[22.499,5.379]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.816,.256],[.215,.288],[10.659,-9.082],[0,0],[.405,-.076],[.569,.535],[-.347,.782],[-10.1,0],[-3.418,-7.421],[.571,-.533]],o:[[-.305,-.083],[-10.248,-9.544],[0,0],[-.217,.288],[-.816,.253],[-.569,-.535],[3.447,-7.408],[10,0],[.338,.682],[-.57,.533]],v:[[19.838,6.863],[18.907,6.314],[-18.212,5.561],[-18.953,6.218],[-19.887,6.764],[-22.059,6.235],[-22.433,4.108],[0,-8.201],[22.395,4.217],[22.012,6.342]],c:!0}]},{i:{x:.667,y:1},o:{x:1,y:0},t:30,s:[{i:[[.792,-.32],[.35,.086],[4.871,-.304],[0,0],[.365,.193],[.113,.773],[-.758,.396],[-5.606,.259],[-3.282,-1.751],[.163,-.885]],o:[[-.288,.13],[-5.421,-.837],[0,0],[-.349,.09],[-.797,-.31],[-.113,-.773],[2.898,-1.166],[5.4,-.25],[.695,.312],[.038,.74]],v:[[11.889,-9.781],[10.822,-9.613],[-9.471,-10.021],[-10.46,-9.967],[-11.53,-10.121],[-12.902,-11.886],[-11.872,-13.785],[0,-16.201],[12.182,-13.449],[13.237,-11.565]],c:!0}]},{i:{x:0,y:1},o:{x:.333,y:0},t:50,s:[{i:[[.792,-.32],[.35,.086],[4.871,-.304],[0,0],[.365,.193],[.113,.773],[-.758,.396],[-5.606,.259],[-3.282,-1.751],[.163,-.885]],o:[[-.288,.13],[-5.421,-.837],[0,0],[-.349,.09],[-.797,-.31],[-.113,-.773],[2.898,-1.166],[5.4,-.25],[.695,.312],[.038,.74]],v:[[11.889,-3.781],[10.822,-3.613],[-9.471,-4.021],[-10.46,-3.967],[-11.53,-4.121],[-12.902,-5.886],[-11.872,-7.785],[0,-10.201],[12.182,-7.449],[13.237,-5.565]],c:!0}]},{i:{x:0,y:1},o:{x:1,y:0},t:60,s:[{i:[[.668,.533],[.097,.347],[5.936,-12.683],[0,0],[.337,-.237],[.74,.251],[.008,.855],[-10.1,0],[-.508,-8.155],[.725,-.29]],o:[[-.255,-.188],[-6.111,-12.6],[0,0],[-.079,.352],[-.638,.569],[-.74,-.251],[.066,-8.17],[10,0],[.069,.758],[-.724,.291]],v:[[14.768,7.099],[14.098,6.251],[-12.829,5.773],[-13.23,6.678],[-13.854,7.561],[-16.05,7.98],[-17.272,6.199],[0,-11.201],[18.108,5.554],[16.984,7.398]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:90,s:[{i:[[.8,.301],[.199,.3],[10.1,-9.7],[0,0],[.4,-.1],[.6,.5],[-.3,.801],[-10.1,0],[-3,-7.6],[.6,-.5]],o:[[-.3,-.1],[-9.701,-10.099],[0,0],[-.2,.3],[-.8,.301],[-.6,-.5],[3,-7.6],[10,0],[.3,.7],[-.599,.5]],v:[[19.2,7.9],[18.301,7.299],[-17.6,6.6],[-18.3,7.299],[-19.2,7.9],[-21.4,7.501],[-21.9,5.4],[0,-8.201],[21.9,5.4],[21.4,7.501]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.8,.301],[.199,.3],[10.1,-9.7],[0,0],[.4,-.1],[.6,.5],[-.3,.801],[-10.1,0],[-3,-7.6],[.6,-.5]],o:[[-.3,-.1],[-9.701,-10.099],[0,0],[-.2,.3],[-.8,.301],[-.6,-.5],[3,-7.6],[10,0],[.3,.7],[-.599,.5]],v:[[19.2,7.9],[18.301,7.299],[-17.6,6.6],[-18.3,7.299],[-19.2,7.9],[-21.4,7.501],[-21.9,5.4],[0,-8.201],[21.9,5.4],[21.4,7.501]],c:!0}]},{t:180,s:[{i:[[.833,.191],[.237,.271],[11.331,-8.228],[0,0],[.41,-.044],[.526,.577],[-.407,.752],[-10.1,0],[-3.99,-7.13],[.528,-.576]],o:[[-.311,-.059],[-10.965,-8.71],[0,0],[-.239,.27],[-.834,.189],[-.526,-.577],[4.011,-7.119],[10,0],[.391,.654],[-.527,.576]],v:[[20.373,6.069],[19.401,5.594],[-18.681,4.824],[-19.47,5.421],[-20.444,5.893],[-22.569,5.197],[-22.777,3.047],[0,-8.201],[22.714,3.23],[22.499,5.379]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[22.45,8.45],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:10,ty:4,nm:`base matte`,parent:12,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-2,-3,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:212.5,st:0,bm:0},{ddd:0,ind:11,ty:4,nm:`base shadow`,parent:12,tt:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:10,s:[.921568632126,.560784339905,0,1]},{i:{x:[0],y:[1]},o:{x:[.167],y:[0]},t:20,s:[.921568632126,.560784339905,0,1]},{i:{x:[.667],y:[1]},o:{x:[1],y:[0]},t:30,s:[.921568632126,.560784339905,0,1]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:60,s:[.84705889225,.258823543787,.074509806931,1]},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[.84705889225,.258823543787,.074509806931,1]},{t:180,s:[.921568632126,.560784339905,0,1]}],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:212.5,st:0,bm:0},{ddd:0,ind:12,ty:4,nm:`base normal`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,6,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[400,400,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137]},{i:{x:.667,y:1},o:{x:1,y:0},t:30,s:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137]},{i:{x:.667,y:1},o:{x:.333,y:0},t:60,s:[.172,1,.616,.18,.336,1,.585,.114,.5,1,.554,.048,.824,1,.436,.024,1,1,.318,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:82.5,s:[.172,.98,.78,.259,.336,.982,.747,.241,.5,.984,.714,.224,.824,.992,.516,.112,1,1,.318,0]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[.172,.98,.78,.259,.336,.982,.747,.241,.5,.984,.714,.224,.824,.992,.516,.112,1,1,.318,0]},{t:180,s:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137]}],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:212.5,st:0,bm:0}],markers:[{tm:110,cm:`rest`,dr:0}]}}},iy={LIKE:`Thích`,LOVE:`Yêu thích`,HAHA:`Haha`,WOW:`Wow`,SAD:`Buồn`,ANGRY:`Phẫn nộ`};function ay({type:e,className:t,animated:n=!1}){let r=ry[e],i=`reaction-icon${t?` ${t}`:``}`;return n?(0,m.jsx)(km,{data:r.animated,loop:!0,autoplay:!0,className:i}):(0,m.jsx)(`img`,{src:r.static,alt:``,className:i,"aria-hidden":`true`})}var oy=(e,t,n,r)=>{if(!e)return`Người dùng`;if(String(e)===String(n))return to(r)||`Bạn`;let i=t?.find(t=>String(t.userId)===String(e));return i?to(Od(i)):`Người dùng`},sy=(e,t)=>{let n=t?.find(t=>String(t.userId)===String(e));return n?Od(n):void 0},cy=(e,t)=>{if(!e)return null;let n=t?.find(t=>String(t.userId)===String(e)),r=n?Od(n):null;return Pt(r?.avatarUrl??r?.avatar??null)};function ly({enabled:e,isLoading:t,onLoadMore:n}){let r=(0,f.useRef)(null),i=(0,f.useRef)(n);return(0,f.useEffect)(()=>{i.current=n},[n]),(0,f.useEffect)(()=>{let n=r.current;if(!n||!e)return;let a=new IntersectionObserver(e=>{!t&&e.some(e=>e.isIntersecting)&&i.current()},{root:n.parentElement,rootMargin:`120px 0px`});return a.observe(n),()=>a.disconnect()},[e,t]),e?(0,m.jsx)(`p`,{className:`conversation-empty chat-modal-load-more-sentinel`,ref:r,children:t?`Đang tải...`:``}):null}function uy({message:e,filter:t,items:n,isLoading:r,error:i,hasMore:a,onFilterChange:o,onLoadMore:s,onRetry:c,onClose:l,members:u,onOpenProfile:d}){let f=e.reactionSummary.byType;return is(l),(0,m.jsx)(`div`,{className:`chat-modal-backdrop`,role:`presentation`,onClick:l,children:(0,m.jsxs)(`div`,{className:`chat-modal reaction-modal`,role:`dialog`,"aria-label":`Biểu cảm`,onClick:e=>e.stopPropagation(),children:[(0,m.jsxs)(`header`,{className:`chat-modal-header`,children:[(0,m.jsx)(`h2`,{children:`Biểu cảm`}),(0,m.jsx)(`button`,{type:`button`,onClick:l,"aria-label":`Đóng`,children:`✕`})]}),(0,m.jsxs)(`div`,{className:`reaction-modal-body`,children:[(0,m.jsxs)(`div`,{className:`reaction-modal-tabs`,children:[(0,m.jsxs)(`button`,{type:`button`,className:t===null?`active`:``,onClick:()=>o(null),children:[(0,m.jsx)(`span`,{children:`Tất cả`}),(0,m.jsx)(`span`,{children:e.reactionSummary.totalCount})]}),f.map(e=>(0,m.jsxs)(`button`,{type:`button`,className:t===e.type?`active`:``,title:iy[e.type],onClick:()=>o(e.type),children:[(0,m.jsx)(ay,{type:e.type}),(0,m.jsx)(`span`,{children:e.count})]},e.type))]}),(0,m.jsxs)(`div`,{className:`reaction-modal-list`,children:[r&&n.length===0?(0,m.jsx)(`p`,{className:`reaction-modal-state`,children:`Đang tải...`}):null,i?(0,m.jsxs)(`div`,{className:`reaction-modal-state reaction-modal-error`,children:[(0,m.jsx)(`span`,{children:i}),(0,m.jsx)(`button`,{type:`button`,onClick:c,children:`Thử lại`})]}):null,!r&&!i&&n.length===0?(0,m.jsx)(`p`,{className:`reaction-modal-state`,children:`Chưa có biểu cảm.`}):null,n.map(e=>{let t=sy(e.userId,u),n=[t?.departmentName,t?.jobTitleName].filter(Boolean).join(` · `);return(0,m.jsxs)(`div`,{className:`chat-modal-user-row chat-modal-user-row--clickable reaction-modal-row`,onClick:()=>d(e.userId),children:[(0,m.jsx)(bs,{user:t??{fullName:e.fullName,avatarUrl:e.avatarUrl??void 0},subtitle:n||void 0}),(0,m.jsx)(`span`,{className:`reaction-modal-row-count`,children:e.count})]},`${e.userId}-${e.updatedAt}`)}),(0,m.jsx)(ly,{enabled:a,isLoading:r,onLoadMore:s})]},t)]})]})})}var dy=30;function fy(){let[e,t]=(0,f.useState)(null),[n,r]=(0,f.useState)(0),[i,a]=(0,f.useState)(``),[o,s]=(0,f.useState)([]),[c,l]=(0,f.useState)(null),[u,d]=(0,f.useState)(!1),[p,m]=(0,f.useState)(!1),[h,g]=(0,f.useState)(``),_=(0,f.useRef)(null),v=(0,f.useRef)(0),y=(0,f.useCallback)(async(e,t,n)=>{let i=v.current+1;v.current=i,m(!0),g(``);try{let a=await Jt(e,{cursorPosition:t,limit:dy});if(v.current!==i||_.current!==e)return;s(e=>n?[...e,...a.items]:a.items),r(a.totalCount),l(a.nextCursorPosition),d(a.nextCursorPosition!==null)}catch{if(v.current!==i)return;g(`Không tải được danh sách thành viên`)}finally{v.current===i&&m(!1)}},[]);return{messageId:e,totalCount:n,actionLabel:i,items:o,hasMore:u,isLoading:p,error:h,open:(0,f.useCallback)((e,n,i)=>{_.current=e,t(e),r(n),a(i),s([]),l(null),d(!1),y(e,null,!1)},[y]),loadMore:(0,f.useCallback)(()=>{!e||c===null||p||y(e,c,!0)},[c,p,y,e]),retry:(0,f.useCallback)(()=>{e&&y(e,null,!1)},[y,e]),close:(0,f.useCallback)(()=>{_.current=null,v.current+=1,t(null),s([]),g(``),m(!1)},[])}}function py({totalCount:e,actionLabel:t,items:n,isLoading:r,error:i,hasMore:a,onLoadMore:o,onRetry:s,onClose:c,members:l,onOpenProfile:u}){return is(c),(0,m.jsx)(`div`,{className:`chat-modal-backdrop`,role:`presentation`,onClick:c,children:(0,m.jsxs)(`div`,{className:`chat-modal reaction-modal system-members-modal`,role:`dialog`,"aria-label":`Danh sách thành viên`,onClick:e=>e.stopPropagation(),children:[(0,m.jsxs)(`header`,{className:`chat-modal-header`,children:[(0,m.jsxs)(`h2`,{className:`system-members-modal-title`,children:[t||`Danh sách`,` `,e,` thành viên`]}),(0,m.jsx)(`button`,{type:`button`,onClick:c,"aria-label":`Đóng`,children:`✕`})]}),(0,m.jsx)(`div`,{className:`reaction-modal-body`,children:(0,m.jsxs)(`div`,{className:`reaction-modal-list`,children:[r&&n.length===0?(0,m.jsx)(`p`,{className:`reaction-modal-state`,children:`Đang tải...`}):null,i?(0,m.jsxs)(`div`,{className:`reaction-modal-state reaction-modal-error`,children:[(0,m.jsx)(`span`,{children:i}),(0,m.jsx)(`button`,{type:`button`,onClick:s,children:`Thử lại`})]}):null,!r&&!i&&n.length===0?(0,m.jsx)(`p`,{className:`reaction-modal-state`,children:`Không có thành viên nào.`}):null,n.map(e=>{let t=sy(e.userId,l),n=[t?.departmentName,t?.jobTitleName].filter(Boolean).join(` · `);return(0,m.jsx)(`div`,{className:`chat-modal-user-row chat-modal-user-row--clickable reaction-modal-row`,onClick:()=>u(e.userId),children:(0,m.jsx)(bs,{user:t??{fullName:e.fullName,avatarUrl:e.avatarUrl??void 0},subtitle:n||void 0})},e.userId)}),(0,m.jsx)(ly,{enabled:a,isLoading:r,onLoadMore:o})]})})]})})}var my=220,hy=280;function gy(e){let[t,n]=(0,f.useState)(null),[r,i]=(0,f.useState)(null),a=(0,f.useCallback)(t=>{let n=e.current?.getBoundingClientRect()??{top:0,left:0,right:window.innerWidth,bottom:window.innerHeight},r=n.bottom-t.bottom,i=t.top-n.top,a=r<hy&&i>r,o=t.right-my;return o=Math.min(o,n.right-my-8),o=Math.max(o,n.left+8),a?{bottom:window.innerHeight-t.top+4,left:o}:{top:t.bottom+4,left:o}},[e]),o=(0,f.useCallback)((e,t)=>{n(e),i(a(t))},[a]),s=(0,f.useCallback)(()=>{n(null)},[]),c=(0,f.useCallback)(e=>{n(e)},[]),l=(0,f.useCallback)(e=>{n(t=>String(t)===e?null:t)},[]);return(0,f.useEffect)(()=>{if(!t)return;let e=e=>{let t=e.target;!t.closest(`.message-options`)&&!t.closest(`.message-options-menu`)&&n(null)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[t]),{openMessageMenuId:t,messageMenuPosition:r,openMenu:o,closeMenu:s,clearIfTarget:l,setOpenId:c}}function _y(e,t,n){let[r,i]=(0,f.useState)(null);return{detailsMessage:r,detailsSeenBy:(0,f.useMemo)(()=>!r?.sequence||!e?[]:t&&n>100?null:e.filter(e=>{if(e.lastReadSequence===void 0)return!1;try{return BigInt(e.lastReadSequence)>=BigInt(r.sequence)}catch{return!1}}),[r,e,t,n]),openDetails:(0,f.useCallback)(e=>{i(e)},[]),closeDetails:(0,f.useCallback)(()=>{i(null)},[]),clearIfTarget:(0,f.useCallback)(e=>{i(t=>String(t?.id)===e?null:t)},[])}}function vy({message:e,isGroup:t,members:n,otherMember:r,currentUserId:i,authUser:a,seenBy:o,onClose:s}){let c=i!=null&&String(e.senderId??``)===String(i),l=oy(e.senderId,n,i,a),u=cy(e.senderId,n),d=r?.lastReadSequence!==void 0&&e.sequence!==void 0&&BigInt(r.lastReadSequence)>=BigInt(e.sequence);return is(s),(0,m.jsx)(`div`,{className:`chat-modal-backdrop`,role:`presentation`,onClick:s,children:(0,m.jsxs)(`div`,{className:`chat-modal message-details-modal`,role:`dialog`,"aria-label":`Thông tin tin nhắn`,onClick:e=>e.stopPropagation(),children:[(0,m.jsxs)(`header`,{className:`chat-modal-header`,children:[(0,m.jsx)(`h2`,{children:`Thông tin tin nhắn`}),(0,m.jsx)(`button`,{type:`button`,onClick:s,"aria-label":`Đóng`,children:`✕`})]}),(0,m.jsxs)(`div`,{className:`message-details-preview`,children:[(0,m.jsx)(Os,{avatarUrl:u,name:l,className:`message-avatar`}),(0,m.jsxs)(`div`,{className:`message-details-preview-body`,children:[(0,m.jsx)(`strong`,{children:l}),(0,m.jsx)(`p`,{children:e.type===`IMAGE`?`[Hình ảnh]`:e.type===`DOCUMENT`?e.attachmentName??`[Tài liệu]`:Mo(e)}),(0,m.jsxs)(`time`,{children:[Fd(e.createdAt),` · `,Nd(e.createdAt)]})]})]}),c?t?o===null?null:o.length===0?(0,m.jsx)(`p`,{className:`message-details-seen-state`,children:`Chưa ai xem`}):(0,m.jsxs)(m.Fragment,{children:[(0,m.jsxs)(`p`,{className:`message-details-seen-title`,children:[`Đã xem (`,o.length,`)`]}),(0,m.jsx)(`div`,{className:`chat-modal-user-list message-details-seen-list`,children:o.map(e=>{let t=Od(e),n=[t.departmentName,t.jobTitleName].filter(Boolean).join(` · `);return(0,m.jsx)(`div`,{className:`chat-modal-user-row`,children:(0,m.jsx)(bs,{user:t,subtitle:n||void 0})},e.userId)})})]}):(0,m.jsx)(`p`,{className:`message-details-seen-state`,children:d?`Đã xem`:`Đã gửi`}):null,c&&t?(0,m.jsx)(`footer`,{className:`message-details-footer`,children:(0,m.jsxs)(`p`,{className:`message-details-footnote`,children:[`(*) Thông tin chi tiết "Đã xem", "Đã nhận" chỉ hiển thị với nhóm không quá`,` `,100,` người`]})}):null]})})}function yy(e,t,n,r,i){let[a,o]=(0,f.useState)(()=>new Set);return{removalInFlightIds:a,requestRemoval:(0,f.useCallback)(s=>{if(!e||!s.id||Fo(s)||a.has(s.id))return;let c=String(s.senderId)===String(t);(c||n)&&u.Modal.confirm({title:c?`Thu hồi tin nhắn`:`Gỡ tin nhắn`,content:`Tin nhắn sẽ không thể khôi phục sau khi thu hồi.`,okText:c?`Thu hồi`:`Gỡ`,okButtonProps:{danger:!0},cancelText:`Hủy`,onOk:()=>{i?.(s),o(e=>new Set(e).add(s.id)),$t(e,s.id).then(e=>{r(e?.data??e)}).catch(e=>{e instanceof kt&&e.code===`MESSAGE_ALREADY_REMOVED`||ss.error(`Không thể thu hồi tin nhắn. Vui lòng thử lại.`)}).finally(()=>{o(e=>{let t=new Set(e);return t.delete(s.id),t})})}})},[e,t,n,r,i,a])}}function by({target:e,avatarUrl:t,senderName:n,onCancel:r}){return(0,m.jsxs)(`div`,{className:`composer-reply-banner`,children:[(0,m.jsx)(Os,{avatarUrl:t,name:n,className:`message-reply-avatar`}),(0,m.jsxs)(`div`,{className:`composer-reply-banner-text`,children:[(0,m.jsx)(`strong`,{children:`Đang trả lời`}),(0,m.jsx)(`small`,{children:Hd(e)})]}),(0,m.jsx)(`button`,{type:`button`,"aria-label":`Hủy trả lời`,onClick:r,children:`✕`})]})}var xy=`data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='800px'%20height='800px'%20viewBox='0%200%2030%2030'%20version='1.1'%20id='svg822'%20inkscape:version='0.92.4%20(f8dce91,%202019-08-02)'%20sodipodi:docname='unpin.svg'%20fill='%23f59e0b'%20transform='rotate(90)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cdefs%20id='defs816'%3e%3cinkscape:path-effect%20effect='copy_rotate'%20starting_point='17,304.0625'%20origin='15,304.0625'%20id='path-effect1009'%20is_visible='true'%20copies_to_360='true'%20fuse_paths='false'%20starting_angle='0'%20rotation_angle='60.2'%20num_copies='8'/%3e%3c/defs%3e%3csodipodi:namedview%20id='base'%20pagecolor='%23ffffff'%20bordercolor='%23f59e0b'%20borderopacity='1.0'%20inkscape:pageopacity='0.0'%20inkscape:pageshadow='2'%20inkscape:zoom='19.610429'%20inkscape:cx='14.638758'%20inkscape:cy='14.520172'%20inkscape:document-units='px'%20inkscape:current-layer='layer1'%20showgrid='true'%20units='px'%20inkscape:window-width='1366'%20inkscape:window-height='713'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20showguides='true'%20inkscape:guide-bbox='true'%3e%3csodipodi:guide%20position='21.126168,22.794393'%20orientation='1,0'%20id='guide1575'%20inkscape:locked='false'/%3e%3csodipodi:guide%20position='22.682243,23.285047'%20orientation='1,0'%20id='guide1635'%20inkscape:locked='false'/%3e%3csodipodi:guide%20position='22.682243,7.6455921'%20orientation='0,1'%20id='guide1639'%20inkscape:locked='false'/%3e%3csodipodi:guide%20position='18.859863,18.859863'%20orientation='1,0'%20id='guide1242'%20inkscape:locked='false'/%3e%3cinkscape:grid%20type='xygrid'%20id='grid1103'/%3e%3csodipodi:guide%20position='-16,8'%20orientation='1,0'%20id='guide1139'%20inkscape:locked='false'/%3e%3c/sodipodi:namedview%3e%3cmetadata%20id='metadata819'%3e%3crdf:rdf%3e%3ccc:work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3e%3cdc:title%3e%3c/dc:title%3e%3c/cc:work%3e%3c/rdf:rdf%3e%3c/metadata%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(0,-289.0625)'%3e%3cpath%20style='fill:f59e0b\\;fill-opacity:1;stroke:none;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%2019.355469%203.5859375%20L%2013.210938%209.7304688%20L%2012.556641%209.078125%20C%2013.347736%207.524045%2013.261719%206.3046875%2013.261719%206.3046875%20L%2011.957031%205%20L%205%2011.957031%20L%206.3046875%2013.261719%20C%206.3046875%2013.261719%207.5262508%2013.349924%209.0800781%2012.558594%20L%209.7304688%2013.210938%20L%203.8007812%2019.142578%20L%205.2148438%2020.556641%20L%2020.771484%205%20L%2019.355469%203.5859375%20z%20M%2020.322266%2011.945312%20C%2019.687749%2011.95014%2018.209443%2012.081186%2016.533203%2013.054688%20L%2016.058594%2012.578125%20L%2012.578125%2016.058594%20L%2013.052734%2016.53125%20C%2011.75378%2018.76502%2011.957031%2020.652344%2011.957031%2020.652344%20L%2013.695312%2022.390625%20L%2017.173828%2018.912109%20L%2023.261719%2025%20L%2025%2025%20L%2025%2023.261719%20L%2018.912109%2017.173828%20L%2022.390625%2013.695312%20L%2020.652344%2011.957031%20C%2020.652344%2011.957031%2020.533771%2011.943703%2020.322266%2011.945312%20z%20'%20transform='translate(0,289.0625)'%20id='rect1085'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`;function Sy(){return(0,m.jsx)(`svg`,{width:`0.8em`,height:`0.8em`,viewBox:`0 0 32 32`,fill:`currentColor`,transform:`matrix(-1, 0, 0, -1, 0, 0)`,"aria-hidden":`true`,children:(0,m.jsx)(`path`,{d:`M9.563 8.469l-0.813-1.25c-5.625 3.781-8.75 8.375-8.75 12.156 0 3.656 2.688 5.375 4.969 5.375 2.875 0 4.906-2.438 4.906-5 0-2.156-1.375-4-3.219-4.688-0.531-0.188-1.031-0.344-1.031-1.25 0-1.156 0.844-2.875 3.938-5.344zM21.969 8.469l-0.813-1.25c-5.563 3.781-8.75 8.375-8.75 12.156 0 3.656 2.75 5.375 5.031 5.375 2.906 0 4.969-2.438 4.969-5 0-2.156-1.406-4-3.313-4.688-0.531-0.188-1-0.344-1-1.25 0-1.156 0.875-2.875 3.875-5.344z`})})}function Cy(){return(0,m.jsx)(`svg`,{width:`0.8em`,height:`0.8em`,viewBox:`-0.5 0 28 28`,fill:`currentColor`,transform:`matrix(-1, 0, 0, 1, 0, 0)`,"aria-hidden":`true`,children:(0,m.jsx)(`g`,{transform:`translate(-102, -1195)`,children:(0,m.jsx)(`path`,{d:`M113.983,1202.01 L113.983,1196.11 C114.017,1195.81 113.936,1195.51 113.708,1195.28 C113.312,1194.89 112.67,1194.89 112.274,1195.28 L102.285,1206.24 C102.074,1206.45 101.984,1206.72 101.998,1207 C101.984,1207.27 102.074,1207.55 102.285,1207.76 L112.219,1218.65 C112.59,1218.97 113.271,1219.15 113.708,1218.71 C113.935,1218.49 114.035,1218.29 114,1218 L114,1212 C120.6,1212 126.569,1216.75 127.754,1223.01 C128.552,1221.17 129,1219.15 129,1217.02 C129,1208.73 122.276,1202.01 113.983,1202.01`})})})}function wy({canRemove:e,removeLabel:t,isRemoving:n,canManagePins:r,canCopy:i,canForward:a,isPinned:o,isMenuOpen:s,menuPosition:c,onReply:l,onForward:u,onOpenMenu:d,onCloseMenu:f,onCopyMessage:p,onTogglePin:h,onViewDetails:_,onRemove:v}){return(0,m.jsxs)(`div`,{className:`message-actions`,children:[(0,m.jsx)(`button`,{className:`message-action-button`,type:`button`,"aria-label":`Phản hồi`,title:`Phản hồi`,onClick:l,children:(0,m.jsx)(Sy,{})}),a?(0,m.jsx)(`button`,{className:`message-action-button`,type:`button`,"aria-label":`Chuyển tiếp`,title:`Chuyển tiếp`,onClick:u,children:(0,m.jsx)(Cy,{})}):null,(0,m.jsxs)(`div`,{className:`message-options`,children:[(0,m.jsx)(`button`,{className:`message-action-button`,type:`button`,"aria-label":`Tùy chọn khác`,title:`Tùy chọn khác`,onClick:e=>{s?f():d(e.currentTarget.getBoundingClientRect())},children:(0,m.jsx)(ci,{})}),s&&c?(0,g.createPortal)((0,m.jsx)(`div`,{className:`med-chat-root med-chat-root--portal`,children:(0,m.jsxs)(`div`,{className:`message-options-menu`,role:`menu`,style:{top:c.top,bottom:c.bottom,left:c.left},children:[i?(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,onClick:p,children:[(0,m.jsx)(qr,{}),` Sao chép tin nhắn`]}):null,r?(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,onClick:h,children:[(0,m.jsx)($i,{}),` `,o?`Bỏ ghim tin nhắn`:`Ghim tin nhắn`]}):null,(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,onClick:_,children:[(0,m.jsx)(bi,{}),` Xem chi tiết`]}),e?(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,className:`message-options-menu-danger`,disabled:n,onClick:v,children:[(0,m.jsx)(Ea,{}),` `,n?`Đang thu hồi…`:t]}):null]})}),document.body):null]})]})}function Ty(e){this.content=e}Ty.prototype={constructor:Ty,find:function(e){for(var t=0;t<this.content.length;t+=2)if(this.content[t]===e)return t;return-1},get:function(e){var t=this.find(e);return t==-1?void 0:this.content[t+1]},update:function(e,t,n){var r=n&&n!=e?this.remove(n):this,i=r.find(e),a=r.content.slice();return i==-1?a.push(n||e,t):(a[i+1]=t,n&&(a[i]=n)),new Ty(a)},remove:function(e){var t=this.find(e);if(t==-1)return this;var n=this.content.slice();return n.splice(t,2),new Ty(n)},addToStart:function(e,t){return new Ty([e,t].concat(this.remove(e).content))},addToEnd:function(e,t){var n=this.remove(e).content.slice();return n.push(e,t),new Ty(n)},addBefore:function(e,t,n){var r=this.remove(t),i=r.content.slice(),a=r.find(e);return i.splice(a==-1?i.length:a,0,t,n),new Ty(i)},forEach:function(e){for(var t=0;t<this.content.length;t+=2)e(this.content[t],this.content[t+1])},prepend:function(e){return e=Ty.from(e),e.size?new Ty(e.content.concat(this.subtract(e).content)):this},append:function(e){return e=Ty.from(e),e.size?new Ty(this.subtract(e).content.concat(e.content)):this},subtract:function(e){var t=this;e=Ty.from(e);for(var n=0;n<e.content.length;n+=2)t=t.remove(e.content[n]);return t},toObject:function(){var e={};return this.forEach(function(t,n){e[t]=n}),e},get size(){return this.content.length>>1}},Ty.from=function(e){if(e instanceof Ty)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new Ty(t)};function Ey(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){let e=i.text,t=a.text,r=0;for(;e[r]==t[r];r++)n++;return r&&r<e.length&&r<t.length&&ky(e.charCodeAt(r-1))&&Oy(e.charCodeAt(r))&&n--,n}if(i.content.size||a.content.size){let e=Ey(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function Dy(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=o.text,t=s.text,i=e.length,a=t.length;for(;i>0&&a>0&&e[i-1]==t[a-1];)i--,a--,n--,r--;return i&&a&&i<e.length&&ky(e.charCodeAt(i-1))&&Oy(e.charCodeAt(i))&&(n++,r++),{a:n,b:r}}if(o.content.size||s.content.size){let e=Dy(o.content,s.content,n-1,r-1);if(e)return e}n-=c,r-=c}}function Oy(e){return e>=56320&&e<57344}function ky(e){return e>=55296&&e<56320}var K=class e{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let t=0;t<e.length;t++)this.size+=e[t].nodeSize}nodesBetween(e,t,n,r=0,i){for(let a=0,o=0;o<t;a++){let s=this.content[a],c=o+s.nodeSize;if(c>e&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);a<t.content.length;a++)i.push(t.content[a]);return new e(i,this.size+t.size)}cut(t,n=this.size){if(t==0&&n==this.size)return this;let r=[],i=0;if(n>t)for(let e=0,a=0;a<n;e++){let o=this.content[e],s=a+o.nodeSize;s>t&&((a<t||s>n)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;t<this.content.length;t++)if(!this.content[t].eq(e.content[t]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let t=this.content[e];if(!t)throw RangeError(`Index `+e+` out of range for `+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,n=0;t<this.content.length;t++){let r=this.content[t];e(r,n,t),n+=r.nodeSize}}findDiffStart(e,t=0){return Ey(this,e,t)}findDiffEnd(e,t=this.size,n=e.size){return Dy(this,e,t,n)}findIndex(e){if(e==0)return jy(0,e);if(e==this.size)return jy(this.content.length,e);if(e>this.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?jy(t+1,i):jy(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return e.fromArray(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;e<t.length;e++){let i=t[e];r+=i.nodeSize,e&&i.isText&&t[e-1].sameMarkup(i)?(n||=t.slice(0,e),n[n.length-1]=i.withText(n[n.length-1].text+i.text)):n&&n.push(i)}return new e(n||t,r)}static from(t){if(!t)return e.empty;if(t instanceof e)return t;if(Array.isArray(t))return this.fromArray(t);if(t.attrs)return new e([t],t.nodeSize);throw RangeError(`Can not convert `+t+` to a Fragment`+(t.nodesBetween?` (looks like multiple versions of prosemirror-model were loaded)`:``))}};K.empty=new K([],0);var Ay={index:0,offset:0};function jy(e,t){return Ay.index=e,Ay.offset=t,Ay}function My(e,t){if(e===t)return!0;if(!(e&&typeof e==`object`)||!(t&&typeof t==`object`))return!1;let n=Array.isArray(e);if(Array.isArray(t)!=n)return!1;if(n){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!My(e[n],t[n]))return!1}else{for(let n in e)if(!(n in t)||!My(e[n],t[n]))return!1;for(let n in t)if(!(n in e))return!1}return!0}var Ny=class e{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,n=!1;for(let r=0;r<e.length;r++){let i=e[r];if(this.eq(i))return e;if(this.type.excludes(i.type))t||=e.slice(0,r);else if(i.type.excludes(this.type))return e;else!n&&i.type.rank>this.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return e.slice(0,t).concat(e.slice(t+1));return e}isInSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return!0;return!1}eq(e){return this==e||this.type==e.type&&My(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Mark.fromJSON`);let n=e.marks[t.type];if(!n)throw RangeError(`There is no mark type ${t.type} in this schema`);let r=n.create(t.attrs);return n.checkAttrs(r.attrs),r}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!e[n].eq(t[n]))return!1;return!0}static setFrom(t){if(!t||Array.isArray(t)&&t.length==0)return e.none;if(t instanceof e)return[t];let n=t.slice();return n.sort((e,t)=>e.type.rank-t.type.rank),n}};Ny.none=[];var Py=class extends Error{},q=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=Iy(this.content,t+this.openStart,n,this.openStart+1,this.openEnd+1);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(Fy(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(K.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};q.empty=new q(K.empty,0,0);function Fy(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(Fy(a.content,t-i-1,n-i-1)))}function Iy(e,t,n,r,i,a){let{index:o,offset:s}=e.findIndex(t),c=e.maybeChild(o);if(s==t||c.isText)return a&&r<=0&&i<=0&&!a.canReplace(o,o,n)?null:e.cut(0,t).append(n).append(e.cut(t));let l=Iy(c.content,t-s-1,n,o==0?r-1:0,o==e.childCount-1?i-1:0,c);return l&&e.replaceChild(o,c.copy(l))}function Ly(e,t,n){if(n.openStart>e.depth)throw new Py(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new Py(`Inconsistent open depths`);return Ry(e,t,n,0)}function Ry(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r<e.depth-n.openStart){let o=Ry(e,t,n,r+1);return a.copy(a.content.replaceChild(i,o))}if(!n.content.size)return Uy(a,Gy(e,t,r));if(!n.openStart&&!n.openEnd&&e.depth==r&&t.depth==r){let r=e.parent,i=r.content;return Uy(r,i.cut(0,e.parentOffset).append(n.content).append(i.cut(t.parentOffset)))}{let{start:i,end:o}=Ky(n,e);return Uy(a,Wy(e,i,o,t,r))}}function zy(e,t){if(!t.type.compatibleContent(e.type))throw new Py(`Cannot join `+t.type.name+` onto `+e.type.name)}function By(e,t,n){let r=e.node(n);return zy(r,t.node(n)),r}function Vy(e,t){let n=t.length-1;n>=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Hy(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(Vy(e.nodeAfter,r),a++));for(let e=a;e<o;e++)Vy(i.child(e),r);t&&t.depth==n&&t.textOffset&&Vy(t.nodeBefore,r)}function Uy(e,t){if(!e.type.validContent(t))throw new Py(`Invalid content for node `+e.type.name);return e.copy(t)}function Wy(e,t,n,r,i){let a=e.depth>i&&By(e,t,i+1),o=r.depth>i&&By(n,r,i+1),s=[];return Hy(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(zy(a,o),Vy(Uy(a,Wy(e,t,n,r,i+1)),s)):(a&&Vy(Uy(a,Gy(e,t,i+1)),s),Hy(t,n,i,s),o&&Vy(Uy(o,Gy(n,r,i+1)),s)),Hy(r,null,i,s),new K(s)}function Gy(e,t,n){let r=[];return Hy(null,e,n,r),e.depth>n&&Vy(Uy(By(e,t,n+1),Gy(e,t,n+1)),r),Hy(t,null,n,r),new K(r)}function Ky(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(K.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var qy=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t<e;t++)r+=n.child(t).nodeSize;return r}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return Ny.none;if(this.textOffset)return e.child(t).marks;let n=e.maybeChild(t-1),r=e.maybeChild(t);if(!n){let e=n;n=r,r=e}let i=n.marks;for(var a=0;a<i.length;a++)i[a].type.spec.inclusive===!1&&(!r||!i[a].isInSet(r.marks))&&(i=i[a--].removeFromSet(i));return i}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let n=t.marks,r=e.parent.maybeChild(e.index());for(var i=0;i<n.length;i++)n[i].type.spec.inclusive===!1&&(!r||!n[i].isInSet(r.marks))&&(n=n[i--].removeFromSet(n));return n}sharedDepth(e){for(let t=this.depth;t>0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos<this.pos)return e.blockRange(this);for(let n=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);n>=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Zy(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e=``;for(let t=1;t<=this.depth;t++)e+=(e?`/`:``)+this.node(t).type.name+`_`+this.index(t-1);return e+`:`+this.parentOffset}static resolve(t,n){if(!(n>=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Xy.get(t);if(r)for(let e=0;e<r.elts.length;e++){let t=r.elts[e];if(t.pos==n)return t}else Xy.set(t,r=new Jy);let i=r.elts[r.i]=e.resolve(t,n);return r.i=(r.i+1)%Yy,i}},Jy=class{constructor(){this.elts=[],this.i=0}},Yy=12,Xy=new WeakMap,Zy=class{constructor(e,t,n){this.$from=e,this.$to=t,this.depth=n}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}},Qy=Object.create(null),$y=class e{constructor(e,t,n,r=Ny.none){this.type=e,this.attrs=t,this.marks=r,this.content=n||K.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,n,r=0){this.content.nodesBetween(e,t,n,r,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,``)}textBetween(e,t,n,r){return this.content.textBetween(e,t,n,r)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,n){return this.type==e&&My(this.attrs,t||e.defaultAttrs||Qy)&&Ny.sameSet(this.marks,n||Ny.none)}copy(t=null){return t==this.content?this:new e(this.type,this.attrs,t,this.marks)}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.content,t)}cut(e,t=this.content.size){return e==0&&t==this.content.size?this:this.copy(this.content.cut(e,t))}slice(e,t=this.content.size,n=!1){if(e==t)return q.empty;let r=this.resolve(e),i=this.resolve(t),a=n?0:r.sharedDepth(t),o=r.start(a);return new q(r.node(a).content.cut(r.pos-o,i.pos-o),r.depth-a,i.depth-a)}replace(e,t,n){return Ly(this.resolve(e),this.resolve(t),n)}nodeAt(e){for(let t=this;;){let{index:n,offset:r}=t.content.findIndex(e);if(t=t.maybeChild(n),!t)return null;if(r==e||t.isText)return t;e-=r+1}}childAfter(e){let{index:t,offset:n}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:n}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:n}=this.content.findIndex(e);if(n<e)return{node:this.content.child(t),index:t,offset:n};let r=this.content.child(t-1);return{node:r,index:t-1,offset:n-r.nodeSize}}resolve(e){return qy.resolveCached(this,e)}resolveNoCache(e){return qy.resolve(this,e)}rangeHasMark(e,t,n){let r=!1;return t>e&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),tb(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=K.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;e<i;e++)if(!this.type.allowsMarks(n.child(e).marks))return!1;return!0}canReplaceWith(e,t,n,r){if(r&&!this.type.allowsMarks(r))return!1;let i=this.contentMatchAt(e).matchType(n),a=i&&i.matchFragment(this.content,t);return a?a.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=Ny.none;for(let t=0;t<this.marks.length;t++){let n=this.marks[t];n.type.checkAttrs(n.attrs),e=n.addToSet(e)}if(!Ny.sameSet(e,this.marks))throw RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(e=>e.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=K.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};$y.prototype.text=void 0;var eb=class e extends $y{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):tb(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function tb(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var nb=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new rb(t,n);if(r.next==null)return e.empty;let i=ib(r);r.next&&r.err(`Unexpected trailing text`);let a=mb(db(i));return hb(a,r),a}matchType(e){for(let t=0;t<this.next.length;t++)if(this.next[t].type==e)return this.next[t].next;return null}matchFragment(e,t=0,n=e.childCount){let r=this;for(let i=t;r&&i<n;i++)r=r.matchType(e.child(i).type);return r}get inlineContent(){return this.next.length!=0&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:t}=this.next[e];if(!(t.isText||t.hasRequiredAttrs()))return t}return null}compatible(e){for(let t=0;t<this.next.length;t++)for(let n=0;n<e.next.length;n++)if(this.next[t].type==e.next[n].type)return!0;return!1}fillBefore(e,t=!1,n=0){let r=[this];function i(a,o){let s=a.matchFragment(e,n);if(s&&(!t||s.validEnd))return K.from(o.map(e=>e.createAndFill()));for(let e=0;e<a.next.length;e++){let{type:t,next:n}=a.next[e];if(!(t.isText||t.hasRequiredAttrs())&&r.indexOf(n)==-1){r.push(n);let e=i(n,o.concat(t));if(e)return e}}return null}return i(this,[])}findWrapping(e){for(let t=0;t<this.wrapCache.length;t+=2)if(this.wrapCache[t]==e)return this.wrapCache[t+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),n=[{match:this,type:null,via:null}];for(;n.length;){let r=n.shift(),i=r.match;if(i.matchType(e)){let e=[];for(let t=r;t.type;t=t.via)e.push(t.type);return e.reverse()}for(let e=0;e<i.next.length;e++){let{type:a,next:o}=i.next[e];!a.isLeaf&&!a.hasRequiredAttrs()&&!(a.name in t)&&(!r.type||o.validEnd)&&(n.push({match:a.contentMatch,type:a,via:r}),t[a.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r<n.next.length;r++)e.indexOf(n.next[r].next)==-1&&t(n.next[r].next)}return t(this),e.map((t,n)=>{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n<t.next.length;n++)r+=(n?`, `:``)+t.next[n].type.name+`->`+e.indexOf(t.next[n].next);return r}).join(`
61
+ Received: ${typeof e}`);return}if(t){if(this._renderConfig.quality!==void 0&&this._dotLottieCore.set_quality(this._renderConfig.quality),this._drainPlayerEvents({skipFrame:!!this._marker||!!this._segment}),this._marker&&this._dotLottieCore.set_marker(this._marker),this._segment){this._dotLottieCore.set_segment(this._segment[0],this._segment[1]);let e=wm(this._dotLottieCore.mode()),t=e===`reverse`||e===`reverse-bounce`?this._segment[1]:this._segment[0];this._dotLottieCore.set_frame(t)}setTimeout(()=>{this._eventManager.dispatch({type:`frame`,currentFrame:this.currentFrame})},0),this._dotLottieCore.render(),this._drainPlayerEvents(),this._draw(),this._stateMachineId?this.stateMachineLoad(this._stateMachineId)&&this.stateMachineStart()&&this._startAnimationLoop():this._dotLottieCore.status()===$p.Playing&&this._startAnimationLoop(),Tp&&this._canvas instanceof HTMLCanvasElement&&(this._renderConfig.freezeOnOffscreen&&(sm.observe(this._canvas,this),hm(this._canvas)||this.freeze()),this._renderConfig.autoResize&&cm.observe(this._canvas,this))}else this._drainPlayerEvents()}_loadFromSrc(e,t){(t??this._fetchData(e)).then(e=>this._loadFromData(e)).catch(t=>this._dispatchError(`Failed to load animation data from URL: ${e}. ${t}`))}get buffer(){return this._dotLottieCore?this._dotLottieCore.get_pixel_buffer():null}get activeAnimationId(){return this._dotLottieCore?.animation_id()??void 0}get activeThemeId(){return this._dotLottieCore?.theme_id()??void 0}get layout(){if(this._dotLottieCore)return{align:[this._dotLottieCore.layout_align_x(),this._dotLottieCore.layout_align_y()],fit:Tm(this._dotLottieCore.layout_fit())}}get marker(){return this._dotLottieCore?.current_marker()??``}get manifest(){try{let e=this._dotLottieCore?.manifest_string();if(this._dotLottieCore===null||!e)return null;let t=JSON.parse(e);return Object.keys(t).length===0?null:t}catch{return null}}get renderConfig(){return this._renderConfig}get segment(){if(this._dotLottieCore)return[this._dotLottieCore.segment_start(),this._dotLottieCore.segment_end()]}get loop(){return this._dotLottieCore?.loop_animation()??!1}get mode(){return this._dotLottieCore?wm(this._dotLottieCore.mode()):`forward`}get isFrozen(){return this._isFrozen}get isStateMachineRunning(){return this._isStateMachineRunning}get backgroundColor(){return this._backgroundColor??``}get autoplay(){return this._dotLottieCore?.autoplay()??!1}get useFrameInterpolation(){return this._dotLottieCore?.use_frame_interpolation()??!1}get speed(){return this._dotLottieCore?.speed()??0}get isReady(){return this._dotLottieCore!==null}get isLoaded(){return(this._dotLottieCore?.status()??$p.Idle)!==$p.Idle}get isPlaying(){return this._dotLottieCore?.status()===$p.Playing}get isPaused(){return this._dotLottieCore?.status()===$p.Paused}get isStopped(){return this._dotLottieCore?.status()===$p.Stopped}get currentFrame(){return this._dotLottieCore?Math.round(this._dotLottieCore.current_frame()*100)/100:0}get loopCount(){return this._dotLottieCore?.current_loop_count()??0}get totalFrames(){return this._dotLottieCore?.total_frames()??0}get duration(){return(this._dotLottieCore?.duration()??0)/1e3}get canvas(){return this._canvas}load(e){this._dotLottieCore!==null&&(this._stopAnimationLoop(),this._cleanupCanvas(),this._isFrozen=!1,this._dotLottieCore.set_autoplay(e.autoplay??!1),this._dotLottieCore.set_loop(e.loop??!1),this._dotLottieCore.set_loop_count(e.loopCount??0),this._dotLottieCore.set_mode(Cm(e.mode??`forward`)),this._dotLottieCore.set_speed(e.speed??1),this._dotLottieCore.set_use_frame_interpolation(e.useFrameInterpolation??!0),e.segment&&e.segment.length===2?(this._segment=[e.segment[0],e.segment[1]],this._dotLottieCore.set_segment(this._segment[0],this._segment[1])):(this._segment=null,this._dotLottieCore.clear_segment()),this._marker=e.marker??``,this._marker?this._dotLottieCore.set_marker(this._marker):this._dotLottieCore.clear_marker(),this._dotLottieCore.set_layout(e.layout?.fit??`contain`,e.layout?.align?.[0]??.5,e.layout?.align?.[1]??.5),this._applyAssetResolver(e.assetResolver??null),e.data?this._canvas?this._loadFromData(e.data):this._pendingLoad={data:e.data}:e.src&&(this._canvas?this._loadFromSrc(e.src):this._pendingLoad={src:e.src}),e.backgroundColor&&this.setBackgroundColor(e.backgroundColor))}_draw(){if(this._dotLottieCore===null||this._canvas===null||(!this._context&&`getContext`in this._canvas&&typeof this._canvas.getContext==`function`&&(!Tp||typeof HTMLCanvasElement<`u`&&this._canvas instanceof HTMLCanvasElement||typeof OffscreenCanvas<`u`&&this._canvas instanceof OffscreenCanvas)&&(this._context=this._canvas.getContext(`2d`)),!this._context))return;let e=this._dotLottieCore.get_pixel_buffer(),t=this._canvas.width,n=this._canvas.height,r=t*n*4;if(e.byteLength!==r){this._lastExpectedBufferSize===r?this._bufferMismatchCount+=1:(this._bufferMismatchCount=1,this._lastExpectedBufferSize=r),this._bufferMismatchCount===10&&console.warn(`[dotlottie-web] Persistent buffer size mismatch detected. Expected ${r} bytes for canvas ${t}x${n}, but got ${e.byteLength} bytes. This may indicate a WASM memory allocation issue or invalid canvas dimensions.`);return}this._bufferMismatchCount=0,this._lastExpectedBufferSize=r;let i=this._cachedImageData;if(i===null||i.width!==t||i.height!==n||i.data.byteLength!==r||this._cachedImageDataBuffer!==e.buffer||this._cachedImageDataByteOffset!==e.byteOffset){if(typeof ImageData>`u`)this._cachedImageData=this._context.createImageData(t,n);else{let r=new Uint8ClampedArray(e.buffer,e.byteOffset,e.byteLength);this._cachedImageData=new ImageData(r,t,n)}this._cachedImageDataBuffer=e.buffer,this._cachedImageDataByteOffset=e.byteOffset}if(typeof ImageData>`u`){let t=new Uint8ClampedArray(e.buffer,e.byteOffset,e.byteLength);this._cachedImageData.data.set(t)}this._context.putImageData(this._cachedImageData,0,0)}_cleanupCanvas(){this._canvas&&Tp&&this._canvas instanceof HTMLCanvasElement&&(sm.unobserve(this._canvas),cm.unobserve(this._canvas),this._cleanupStateMachineListeners())}_initializeCanvas(){this._setupRendererOnCanvas(),this._canvas&&Tp&&this._canvas instanceof HTMLCanvasElement&&this.isLoaded&&(this._renderConfig.freezeOnOffscreen&&(sm.observe(this._canvas,this),hm(this._canvas)||this.freeze()),this._renderConfig.autoResize&&cm.observe(this._canvas,this),this._isStateMachineRunning&&this._setupStateMachineListeners()),this._canvas&&this._dotLottieCore&&this.isLoaded&&this._setupTarget(this._canvas.width,this._canvas.height)&&(this._dotLottieCore.render(),this._draw())}_setupRendererOnCanvas(){this._context=null}_stopAnimationLoop(){this._animationFrameId!==null&&(this._frameManager.cancelAnimationFrame(this._animationFrameId),this._animationFrameId=null),this._lastFrameTime=null}_startAnimationLoop(){this._animationFrameId===null&&this._dotLottieCore&&!this._isFrozen&&(this._dotLottieCore.status()===$p.Playing||this._isStateMachineRunning)&&(this._animationFrameId=this._frameManager.requestAnimationFrame(this._boundAnimationLoop))}_animationLoop(e){if(this._dotLottieCore===null){this._stopAnimationLoop();return}if(this._dotLottieCore.status()!==$p.Playing&&!this._isStateMachineRunning){this._stopAnimationLoop();return}try{let t=this._lastFrameTime===null?0:e-this._lastFrameTime;this._lastFrameTime=e;let n=this._isStateMachineRunning?this._dotLottieCore.sm_tick(t):this._dotLottieCore.tick(t);this._isStateMachineRunning?this._drainSmEvents():this._drainPlayerEvents(),n&&this._draw(),this._animationFrameId=this._frameManager.requestAnimationFrame(this._boundAnimationLoop)}catch(e){console.error(`Error in animation frame:`,e),this._eventManager.dispatch({type:`renderError`,error:e}),e instanceof WebAssembly.RuntimeError&&this.destroy()}}play(){if(this._dotLottieCore===null||!this.isLoaded)return;this._stopAnimationLoop();let e=this._dotLottieCore.play();this._drainPlayerEvents(),(e||this._dotLottieCore.status()===$p.Playing)&&(this._isFrozen=!1,this._startAnimationLoop()),this._canvas&&Tp&&this._canvas instanceof HTMLCanvasElement&&this._renderConfig.freezeOnOffscreen&&!hm(this._canvas)&&this.freeze()}pause(){this._dotLottieCore!==null&&(this._dotLottieCore.pause(),this._drainPlayerEvents(),this._stopAnimationLoop())}stop(){if(this._dotLottieCore===null)return;let e=this._dotLottieCore.stop();this._drainPlayerEvents(),this._stopAnimationLoop(),e&&(this._eventManager.dispatch({type:`frame`,currentFrame:this.currentFrame}),this._dotLottieCore.render(),this._draw())}setFrame(e){if(this._dotLottieCore!==null&&this._dotLottieCore.set_frame(e)){let e=this._dotLottieCore.render();this._drainPlayerEvents(),e&&this._draw()}}setSpeed(e){this._dotLottieCore!==null&&this._dotLottieCore.set_speed(e)}setBackgroundColor(e){if(this._dotLottieCore!==null){if(Tp&&this._canvas instanceof HTMLCanvasElement)this._canvas.style.backgroundColor=e;else{let[t,n,r,i]=um(e);this._dotLottieCore.set_background(t,n,r,i)}this._backgroundColor=e}}setLoop(e){this._dotLottieCore!==null&&this._dotLottieCore.set_loop(e)}setLoopCount(e){this._dotLottieCore!==null&&this._dotLottieCore.set_loop_count(e)}setUseFrameInterpolation(e){this._dotLottieCore!==null&&this._dotLottieCore.set_use_frame_interpolation(e)}_applyAssetResolver(e){if(this._dotLottieCore!==null){if(e===null){this._dotLottieCore.set_asset_resolver(null);return}this._dotLottieCore.set_asset_resolver(t=>{try{return e(t)??null}catch(e){return console.error(`[dotlottie-web] assetResolver threw for "${t}":`,e),null}})}}addEventListener(e,t){this._eventManager.addEventListener(e,t)}removeEventListener(e,t){this._eventManager.removeEventListener(e,t)}destroy(){this._stopAnimationLoop(),this._isStateMachineRunning=!1,this._cleanupCanvas(),this._srcFetchAbort?.abort(),this._srcFetchAbort=null,this._pendingLoad=null;let e=this._dotLottieCore;if(this._dotLottieCore=null,this._context=null,e)try{e.free()}catch(e){console.warn(`[dotlottie-web] Error freeing wasm core during destroy:`,e)}this._eventManager.dispatch({type:`destroy`}),this._eventManager.removeAllEventListeners(),this._cleanupStateMachineListeners()}freeze(){this._animationFrameId!==null&&(this._stopAnimationLoop(),this._isFrozen=!0,this._eventManager.dispatch({type:`freeze`}))}unfreeze(){this._animationFrameId===null&&(this._isFrozen=!1,this._eventManager.dispatch({type:`unfreeze`}),this._startAnimationLoop())}_syncCanvasSize(){if(!(Tp&&this._canvas instanceof HTMLCanvasElement))return;let e=this._renderConfig.devicePixelRatio||window.devicePixelRatio||1,{height:t,width:n}=this._canvas.getBoundingClientRect();t!==0&&n!==0&&(this._canvas.width=n*e,this._canvas.height=t*e)}resize(){!this._dotLottieCore||!this.isLoaded||!this._canvas||(this._syncCanvasSize(),this._setupTarget(this._canvas.width,this._canvas.height)&&(this._dotLottieCore.render(),this._draw()))}setCanvas(e){if(!(!e||this._canvas===e)&&(this._canvas&&this._cleanupCanvas(),this._canvas=e,this._initializeCanvas(),this._pendingLoad)){let e=this._pendingLoad;this._pendingLoad=null,e.data?this._loadFromData(e.data):e.src&&this._loadFromSrc(e.src,e.dataPromise)}}setTransform(e){if(!this._dotLottieCore)return!1;let t=this._dotLottieCore.set_transform(new Float32Array(e));return t&&this._dotLottieCore.render()&&this._draw(),t}getTransform(){if(!this._dotLottieCore)return;let e=this._dotLottieCore.get_transform();return Array.from(e)}setSegment(e,t){this._dotLottieCore!==null&&(this._segment=[e,t],this._dotLottieCore.set_segment(e,t))}resetSegment(){this._dotLottieCore!==null&&(this._segment=null,this._dotLottieCore.clear_segment())}setMode(e){this._dotLottieCore!==null&&this._dotLottieCore.set_mode(Cm(e))}setRenderConfig(e){let{devicePixelRatio:t,freezeOnOffscreen:n,quality:r,...i}=e;this._renderConfig={...this._renderConfig,...i,devicePixelRatio:t||mm(),freezeOnOffscreen:n??!0,...r!==void 0&&{quality:r}},r!==void 0&&this._dotLottieCore&&this._dotLottieCore.set_quality(r),Tp&&this._canvas instanceof HTMLCanvasElement&&(this._renderConfig.autoResize?cm.observe(this._canvas,this):cm.unobserve(this._canvas),this._renderConfig.freezeOnOffscreen?(sm.observe(this._canvas,this),hm(this._canvas)||this.freeze()):(sm.unobserve(this._canvas),this._isFrozen&&this.unfreeze()))}loadAnimation(e){this._dotLottieCore===null||this._dotLottieCore.animation_id()===e||!this._canvas||(this._syncCanvasSize(),this._setupTarget(this._canvas.width,this._canvas.height),this._dotLottieCore.load_animation_from_id(e)?(this._renderConfig.quality!==void 0&&this._dotLottieCore.set_quality(this._renderConfig.quality),this._drainPlayerEvents(),this._dotLottieCore.render(),this._draw()):this._dispatchError(`Failed to load animation with id: ${e}`))}setMarker(e){this._dotLottieCore!==null&&(this.markers().some(t=>t.name===e)?(this._marker=e,this._dotLottieCore.set_marker(e)):(this._marker=``,this._segment=null,this._dotLottieCore.clear_marker(),this._dotLottieCore.clear_segment()))}markers(){let e=this._dotLottieCore?.markers();return e&&Array.isArray(e)?e:[]}setTheme(e){if(this._dotLottieCore===null)return!1;let t=this._dotLottieCore.set_theme(e);return t&&(this._dotLottieCore.render(),this._draw()),t}resetTheme(){if(this._dotLottieCore===null)return!1;let e=this._dotLottieCore.reset_theme();return e&&(this._dotLottieCore.render(),this._draw()),e}setThemeData(e){if(this._dotLottieCore===null)return!1;let t=typeof e==`string`?e:JSON.stringify(e),n=this._dotLottieCore.set_theme_data(t);return n&&(this._dotLottieCore.render(),this._draw()),n}setSlots(e){this._dotLottieCore!==null&&this._dotLottieCore.set_slots_str(JSON.stringify(e))&&(this._dotLottieCore.render(),this._draw())}_isKeyframeArray(e){return Array.isArray(e)&&e.length>0&&typeof e[0]==`object`&&e[0]!==null&&`t`in e[0]&&`s`in e[0]}getSlotIds(){if(!this._dotLottieCore)return[];let e=this._dotLottieCore.get_slot_ids();return Array.isArray(e)?e:[]}getSlotType(e){if(!this._dotLottieCore)return;let t=this._dotLottieCore.get_slot_type(e);if(t)return t}getSlot(e){if(!this._dotLottieCore)return;let t=this._dotLottieCore.get_slot_str(e);if(t)try{return JSON.parse(t)}catch{return}}getSlots(){if(!this._dotLottieCore)return{};try{return JSON.parse(this._dotLottieCore.get_slots_str())}catch{return{}}}setColorSlot(e,t){if(this._dotLottieCore===null)return!1;let n=this._isKeyframeArray(t),r=JSON.stringify({a:+!!n,k:t}),i=this._dotLottieCore.set_slot_str(e,r);return this._dotLottieCore.render(),this._draw(),i}setScalarSlot(e,t){if(this._dotLottieCore===null)return!1;let n=JSON.stringify({a:typeof t==`number`?0:1,k:t}),r=this._dotLottieCore.set_slot_str(e,n);return this._dotLottieCore.render(),this._draw(),r}setVectorSlot(e,t){if(this._dotLottieCore===null)return!1;let n=this._isKeyframeArray(t),r=JSON.stringify({a:+!!n,k:t}),i=this._dotLottieCore.set_slot_str(e,r);return this._dotLottieCore.render(),this._draw(),i}setGradientSlot(e,t,n){if(this._dotLottieCore===null)return!1;let r=this._isKeyframeArray(t),i=JSON.stringify({k:{a:+!!r,k:t},p:n}),a=this._dotLottieCore.set_slot_str(e,i);return this._dotLottieCore.render(),this._draw(),a}setTextSlot(e,t){if(this._dotLottieCore===null)return!1;let n=this._dotLottieCore.get_slot_str(e),r=t;if(n){let e=JSON.parse(n);if(e&&`k`in e&&Array.isArray(e.k)){let n=e.k[0];`s`in n&&typeof n.s==`object`&&(r={...n.s,...t})}}let i=JSON.stringify({a:0,k:[{t:0,s:r}]}),a=this._dotLottieCore.set_slot_str(e,i);return this._dotLottieCore.render(),this._draw(),a}async setImageSlot(e,t){if(this._dotLottieCore===null)return!1;let n=await vm(t);if(this._dotLottieCore===null)return!1;let r=this._dotLottieCore.set_image_slot(e,n);return this._dotLottieCore.render(),this._draw(),r}resetSlot(e){if(this._dotLottieCore===null)return!1;let t=this._dotLottieCore.reset_slot(e);return this._dotLottieCore.render(),this._draw(),t}clearSlot(e){if(this._dotLottieCore===null)return!1;let t=this._dotLottieCore.clear_slot(e);return this._dotLottieCore.render(),this._draw(),t}resetSlots(){if(this._dotLottieCore===null)return!1;let e=this._dotLottieCore.reset_slots();return this._dotLottieCore.render(),this._draw(),e}clearSlots(){if(this._dotLottieCore===null)return!1;let e=this._dotLottieCore.clear_slots();return this._dotLottieCore.render(),this._draw(),e}setLayout(e){this._dotLottieCore!==null&&this._dotLottieCore.set_layout(e.fit??`contain`,e.align?.[0]??.5,e.align?.[1]??.5)}setViewport(e,t,n,r){return this._dotLottieCore!==null&&this._dotLottieCore.set_viewport(e,t,n,r)}static setWasmUrl(e){Sm().setWasmUrl(e)}static preload(){return Sm().load()}static async registerFont(e,t){try{await Sm().load();let n;if(typeof t==`string`){let e=await fetch(t);if(!e.ok)return console.error(`Failed to fetch font from URL: ${t}. Status: ${e.status}`),!1;n=new Uint8Array(await e.arrayBuffer())}else n=t instanceof Uint8Array?t:new Uint8Array(t);let r=qp(e,n);return r||console.error(`Failed to register font "${e}". Font data may be invalid.`),r}catch(t){return console.error(`Error registering font "${e}":`,t),!1}}animationSize(){let e=this._dotLottieCore?.animation_size();return{width:e?.[0]??0,height:e?.[1]??0}}stateMachineLoad(e){return this._dotLottieCore?this._dotLottieCore.state_machine_load_from_id(e):!1}stateMachineLoadData(e){return this._dotLottieCore?this._dotLottieCore.state_machine_load(e):!1}stateMachineSetConfig(e){this._stateMachineConfig=e}stateMachineStart(){if(this._dotLottieCore===null)return!1;let e=this._dotLottieCore.sm_start(this._stateMachineConfig?.openUrlPolicy?.requireUserInteraction??!0,this._stateMachineConfig?.openUrlPolicy?.whitelist??[]);return this._drainSmEvents(),e&&(this._isStateMachineRunning=!0,this._setupStateMachineListeners(),this._startAnimationLoop()),e}stateMachineStop(){if(!this._dotLottieCore)return!1;let e=this._dotLottieCore.sm_stop();return this._drainSmEvents(),e&&(this._isStateMachineRunning=!1,this._cleanupStateMachineListeners(),this._dotLottieCore.status()!==$p.Playing&&this._stopAnimationLoop()),e}stateMachineGetStatus(){return this._dotLottieCore?.sm_status()??``}stateMachineGetCurrentState(){return this._dotLottieCore?.sm_current_state()??``}stateMachineGetActiveId(){return this._dotLottieCore?.state_machine_id()??``}stateMachineOverrideState(e,t=!1){return this._dotLottieCore?.sm_override_current_state(e,t)??!1}stateMachineSetSeed(e){return this._dotLottieCore?.sm_set_seed(BigInt(Math.trunc(e)))??!1}stateMachineGet(e){return this._dotLottieCore?.get_state_machine(e)??``}stateMachineGetListeners(){if(!this._dotLottieCore)return[];let e=this._dotLottieCore.sm_framework_setup();return Array.isArray(e)?e:[]}stateMachineSetBooleanInput(e,t){return this._dotLottieCore?.sm_set_boolean_input(e,t)??!1}stateMachineSetNumericInput(e,t){return this._dotLottieCore?.sm_set_numeric_input(e,t)??!1}stateMachineSetStringInput(e,t){return this._dotLottieCore?.sm_set_string_input(e,t)??!1}stateMachineGetBooleanInput(e){return this._dotLottieCore?.sm_get_boolean_input(e)??void 0}stateMachineGetNumericInput(e){return this._dotLottieCore?.sm_get_numeric_input(e)??void 0}stateMachineGetStringInput(e){return this._dotLottieCore?.sm_get_string_input(e)??void 0}stateMachineGetInputs(){if(!this._dotLottieCore)return[];let e=this._dotLottieCore.sm_get_inputs();return Array.isArray(e)?e:[]}stateMachineFireEvent(e){this._dotLottieCore?.sm_fire(e)}stateMachinePostClickEvent(e,t){this._dotLottieCore?.sm_post_click(e,t)}stateMachinePostPointerUpEvent(e,t){this._dotLottieCore?.sm_post_pointer_up(e,t)}stateMachinePostPointerDownEvent(e,t){this._dotLottieCore?.sm_post_pointer_down(e,t)}stateMachinePostPointerMoveEvent(e,t){this._dotLottieCore?.sm_post_pointer_move(e,t)}stateMachinePostPointerEnterEvent(e,t){this._dotLottieCore?.sm_post_pointer_enter(e,t)}stateMachinePostPointerExitEvent(e,t){this._dotLottieCore?.sm_post_pointer_exit(e,t)}_onClick(e){let t=gm(e);t&&this.stateMachinePostClickEvent(t.x,t.y)}_onPointerUp(e){let t=gm(e);t&&this.stateMachinePostPointerUpEvent(t.x,t.y)}_onPointerDown(e){let t=gm(e);t&&this.stateMachinePostPointerDownEvent(t.x,t.y)}_onPointerMove(e){let t=gm(e);t&&this.stateMachinePostPointerMoveEvent(t.x,t.y)}_onPointerEnter(e){let t=gm(e);t&&this.stateMachinePostPointerEnterEvent(t.x,t.y)}_onPointerLeave(e){let t=gm(e);t&&this.stateMachinePostPointerExitEvent(t.x,t.y)}_setupStateMachineListeners(){if(Tp&&this._canvas instanceof HTMLCanvasElement&&this._dotLottieCore!==null&&this.isLoaded){let e=this.stateMachineGetListeners();this._cleanupStateMachineListeners(),e.includes(`Click`)&&(this._boundOnClick=this._onClick.bind(this),this._canvas.addEventListener(`click`,this._boundOnClick)),e.includes(`PointerUp`)&&(this._boundOnPointerUp=this._onPointerUp.bind(this),this._canvas.addEventListener(`pointerup`,this._boundOnPointerUp)),e.includes(`PointerDown`)&&(this._boundOnPointerDown=this._onPointerDown.bind(this),this._canvas.addEventListener(`pointerdown`,this._boundOnPointerDown)),e.includes(`PointerMove`)&&(this._boundOnPointerMove=this._onPointerMove.bind(this),this._canvas.addEventListener(`pointermove`,this._boundOnPointerMove)),e.includes(`PointerEnter`)&&(this._boundOnPointerEnter=this._onPointerEnter.bind(this),this._canvas.addEventListener(`pointerenter`,this._boundOnPointerEnter)),e.includes(`PointerExit`)&&(this._boundOnPointerLeave=this._onPointerLeave.bind(this),this._canvas.addEventListener(`pointerleave`,this._boundOnPointerLeave))}}_cleanupStateMachineListeners(){Tp&&this._canvas instanceof HTMLCanvasElement&&(this._boundOnClick&&=(this._canvas.removeEventListener(`click`,this._boundOnClick),null),this._boundOnPointerUp&&=(this._canvas.removeEventListener(`pointerup`,this._boundOnPointerUp),null),this._boundOnPointerDown&&=(this._canvas.removeEventListener(`pointerdown`,this._boundOnPointerDown),null),this._boundOnPointerMove&&=(this._canvas.removeEventListener(`pointermove`,this._boundOnPointerMove),null),this._boundOnPointerEnter&&=(this._canvas.removeEventListener(`pointerenter`,this._boundOnPointerEnter),null),this._boundOnPointerLeave&&=(this._canvas.removeEventListener(`pointerleave`,this._boundOnPointerLeave),null))}},Dm=({animationId:e,autoplay:t,backgroundColor:n,className:r,createDotLottie:i,data:a,dotLottieRefCallback:o,layout:s,loop:c,loopCount:l,mode:u,playOnHover:d,renderConfig:p,segment:h,speed:g,src:_,stateMachineConfig:v,stateMachineId:y,style:b,themeData:x,themeId:S,useFrameInterpolation:C,workerId:w,...T})=>{let E=(0,f.useRef)(null),D=(0,f.useRef)(null),O=(0,f.useRef)(o),k=(0,f.useRef)(null),A={speed:g,mode:u,loop:c,loopCount:l,useFrameInterpolation:C,segment:h,backgroundColor:n,autoplay:t,themeId:S,workerId:w,src:_,data:a,layout:s,renderConfig:p,animationId:e,stateMachineConfig:v,stateMachineId:y},j=(0,f.useRef)(A);O.current=o,j.current=A;let M=(0,f.useCallback)(e=>{if(D.current=e,e){let t=k.current;t&&t.canvas===e?(clearTimeout(t.timer),k.current=null,E.current=t.instance):E.current?.canvas!==e&&(E.current=i({...j.current,canvas:e}))}else if(E.current){let e=E.current,t=e.canvas;E.current=null,t instanceof HTMLCanvasElement?k.current={canvas:t,instance:e,timer:setTimeout(()=>{k.current?.instance===e&&(k.current=null),e.destroy()},0)}:e.destroy()}O.current?.(E.current)},[]);return(0,f.useEffect)(()=>{let e=e=>{d&&(e.type===`mouseenter`&&E.current?.play(),e.type===`mouseleave`&&E.current?.pause())};return D.current?.addEventListener(`mouseenter`,e),D.current?.addEventListener(`mouseleave`,e),()=>{D.current?.removeEventListener(`mouseenter`,e),D.current?.removeEventListener(`mouseleave`,e)}},[d]),(0,f.useEffect)(()=>{E.current?.setSpeed(g??1)},[g]),(0,f.useEffect)(()=>{E.current?.setMode(u??`forward`)},[u]),(0,f.useEffect)(()=>{E.current?.setLoop(c??!1)},[c]),(0,f.useEffect)(()=>{E.current?.setLoopCount(l??0)},[l]),(0,f.useEffect)(()=>{E.current?.setUseFrameInterpolation(C??!0)},[C]),(0,f.useEffect)(()=>{typeof h?.[0]==`number`&&typeof h[1]==`number`?E.current?.setSegment(h[0],h[1]):E.current?.resetSegment()},[h]),(0,f.useEffect)(()=>{E.current?.setBackgroundColor(n??``)},[n]),(0,f.useEffect)(()=>{E.current?.setRenderConfig(p??{})},[JSON.stringify(p)]),(0,f.useEffect)(()=>{typeof a!=`string`&&typeof a!=`object`||E.current?.load({data:a,...j.current})},[a]),(0,f.useEffect)(()=>{typeof _==`string`&&E.current?.load({src:_,...j.current})},[_]),(0,f.useEffect)(()=>{E.current?.setMarker(T.marker??``)},[T.marker]),(0,f.useEffect)(()=>{E.current?.isLoaded&&E.current.activeAnimationId!==e&&E.current.loadAnimation(e??``)},[e]),(0,f.useEffect)(()=>{typeof S==`string`&&E.current?.setTheme(S)},[S]),(0,f.useEffect)(()=>{E.current?.setThemeData(x??``)},[x]),(0,f.useEffect)(()=>{E.current?.setLayout(s??{})},[s?.fit,s?.align?.[0],s?.align?.[1]]),(0,f.useEffect)(()=>{E.current?.isLoaded&&(typeof y==`string`&&y?E.current.stateMachineLoad(y)&&E.current.stateMachineStart():E.current.stateMachineStop())},[y]),(0,f.useEffect)(()=>{E.current?.stateMachineSetConfig(v??null)},[v]),(0,m.jsx)(`div`,{className:r,...!r&&{style:{width:`100%`,height:`100%`,lineHeight:0,...b}},children:(0,m.jsx)(`canvas`,{ref:M,style:{width:`100%`,height:`100%`},...T})})},Om=e=>new Em(e),km=e=>(0,m.jsx)(Dm,{...e,createDotLottie:Om}),Am=0,jm=1,Mm=2,Nm=4;function Pm(e){return()=>e}function Fm(e){e()}function Im(e,t){return n=>e(t(n))}function Lm(e,t){return()=>e(t)}function Rm(e,t){return n=>e(t,n)}function zm(e){return e!==void 0}function Bm(...e){return()=>{e.map(Fm)}}function Vm(){}function Hm(e,t){return t(e),e}function Um(e,t){return t(e)}function Wm(...e){return e}function Gm(e,t){return e(jm,t)}function Km(e,t){e(Am,t)}function qm(e){e(Mm)}function Jm(e){return e(Nm)}function H(e,t){return Gm(e,Rm(t,Am))}function Ym(e,t){let n=e(jm,e=>{n(),t(e)});return n}function Xm(e){let t,n;return r=>i=>{t=i,n&&clearTimeout(n),n=setTimeout(()=>{r(t)},e)}}function Zm(e,t){return e===t}function Qm(e=Zm){let t;return n=>r=>{e(t,r)||(t=r,n(r))}}function $m(e){return t=>n=>{e(n)&&t(n)}}function U(e){return t=>Im(t,e)}function eh(e){return t=>()=>{t(e)}}function W(e,...t){let n=ah(...t);return((t,r)=>{switch(t){case Mm:qm(e);return;case jm:return Gm(e,n(r))}})}function th(e,t){return n=>r=>{n(t=e(t,r))}}function nh(e){return t=>n=>{e>0?e--:t(n)}}function rh(e){let t=null,n;return r=>i=>{t=i,!n&&(n=setTimeout(()=>{n=void 0,r(t)},e))}}function ih(...e){let t=Array.from({length:e.length}),n=0,r=null,i=2**e.length-1;return e.forEach((e,a)=>{let o=2**a;Gm(e,e=>{let s=n;n|=o,t[a]=e,s!==i&&n===i&&r&&(r(),r=null)})}),e=>a=>{let o=()=>{e([a].concat(t))};n===i?o():r=o}}function ah(...e){return t=>e.reduceRight(Um,t)}function oh(e){let t,n,r=()=>t?.();return function(i,a){switch(i){case jm:return a?n===a?void 0:(r(),n=a,t=Gm(e,a),t):(r(),Vm);case Mm:r(),n=null;return}}}function G(e){let t=e,n=ch();return((e,r)=>{switch(e){case Am:t=r;break;case jm:r(t);break;case Nm:return t}return n(e,r)})}function sh(e,t){return Hm(G(t),t=>H(e,t))}function ch(){let e=[];return((t,n)=>{switch(t){case Am:e.slice().forEach(e=>{e(n)});return;case Mm:e.splice(0);return;case jm:return e.push(n),()=>{let t=e.indexOf(n);t>-1&&e.splice(t,1)}}})}function lh(e){return Hm(ch(),t=>H(e,t))}var uh={singleton:!0};function dh(e,t=[],n=uh){let{singleton:r}=n;return{constructor:e,dependencies:t,id:fh(),singleton:r}}var fh=()=>Symbol(`id`);function ph(e){let t=new Map,n=({constructor:e,dependencies:r,id:i,singleton:a})=>{if(a&&t.has(i))return t.get(i);let o=e(r.map(e=>n(e)));return a&&t.set(i,o),o};return n(e)}function mh(...e){let t=ch(),n=Array.from({length:e.length}),r=0,i=2**e.length-1;return e.forEach((e,a)=>{let o=2**a;Gm(e,e=>{n[a]=e,r|=o,r===i&&Km(t,n)})}),function(e,a){switch(e){case Mm:qm(t);return;case jm:return r===i&&a(n),Gm(t,a)}}}function hh(e,t=Zm){return W(e,Qm(t))}function gh(...e){return function(t,n){switch(t){case Mm:return;case jm:return Bm(...e.map(e=>Gm(e,n)))}}}var _h={DEBUG:0,INFO:1,WARN:2,ERROR:3},vh={[_h.DEBUG]:`debug`,[_h.ERROR]:`error`,[_h.INFO]:`log`,[_h.WARN]:`warn`},yh=()=>typeof globalThis>`u`?window:globalThis,bh=dh(()=>{let e=G(_h.ERROR);return{log:G((t,n,r=_h.INFO)=>{r>=(yh().VIRTUOSO_LOG_LEVEL??Jm(e))&&console[vh[r]](`%creact-virtuoso: %c%s %o`,`color: #0253b3; font-weight: bold`,`color: initial`,t,n)}),logLevel:e}},[],{singleton:!0});function xh(e){return`self`in e?e.document.documentElement:e}function Sh(e){let t=xh(e);return t.ownerDocument.defaultView.getComputedStyle(t).direction===`rtl`}function Ch(e,t){return Sh(e)?-t:t}function wh(e,t){return Sh(e)?-t:t}function Th(e,t,n){return Eh(e,t,n).callbackRef}function Eh(e,t,n){let r=f.default.useRef(null),i=e=>{},a=f.default.useMemo(()=>typeof ResizeObserver<`u`?new ResizeObserver(t=>{let r=()=>{let n=t[0].target;n.offsetParent!==null&&e(n)};n?r():requestAnimationFrame(r)}):null,[e,n]);return i=e=>{e&&t?(a?.observe(e),r.current=e):(r.current&&a?.unobserve(r.current),r.current=null)},{callbackRef:i,ref:r}}function Dh(e,t,n,r,i,a,o,s,c){return Eh(f.default.useCallback(n=>{let c=Oh(n.children,t,s?`offsetWidth`:`offsetHeight`,i),l=n.parentElement;for(;l.dataset.virtuosoScroller===void 0;)l=l.parentElement;let u=l.lastElementChild?.dataset.viewportType===`window`,d;u&&(d=l.ownerDocument.defaultView);let f=o?s?o.scrollWidth:o.scrollHeight:u?s?d.document.documentElement.scrollWidth:d.document.documentElement.scrollHeight:s?l.scrollWidth:l.scrollHeight,p=o?s?o.offsetWidth:o.offsetHeight:u?s?d.innerWidth:d.innerHeight:s?l.offsetWidth:l.offsetHeight,m=o?s?Ch(o,o.scrollLeft):o.scrollTop:u?s?Ch(d,d.scrollX||d.document.documentElement.scrollLeft):d.scrollY||d.document.documentElement.scrollTop:s?Ch(l,l.scrollLeft):l.scrollTop;r({scrollHeight:f,scrollTop:Math.max(m,0),viewportHeight:p}),a?.(s?kh(`column-gap`,getComputedStyle(n).columnGap,i):kh(`row-gap`,getComputedStyle(n).rowGap,i)),c!==null&&e(c)},[e,t,i,a,o,r,s]),n,c)}function Oh(e,t,n,r){let i=e.length;if(i===0)return null;let a=[];for(let o=0;o<i;o++){let i=e.item(o);if(i.dataset.index===void 0)continue;let s=parseInt(i.dataset.index,10),c=parseFloat(i.dataset.knownSize),l=t(i,n);if(l===0&&r(`Zero-sized element, this should not happen`,{child:i},_h.ERROR),l===c)continue;let u=a[a.length-1];a.length===0||u.size!==l||u.endIndex!==s-1?a.push({endIndex:s,size:l,startIndex:s}):a[a.length-1].endIndex++}return a}function kh(e,t,n){return t!==`normal`&&t?.endsWith(`px`)!==!0&&n(`${e} was not resolved to pixel value correctly`,t,_h.WARN),t===`normal`?0:parseInt(t??`0`,10)}function Ah(e,t,n){let r=f.default.useRef(null),i=f.default.useCallback(n=>{if(!n?.offsetParent)return;let i=n.getBoundingClientRect(),a=i.width,s,c;if(t){let e=t.getBoundingClientRect(),n=i.top-e.top;c=e.height-Math.max(0,n),s=n+t.scrollTop}else{let e=o.current.ownerDocument.defaultView;c=e.innerHeight-Math.max(0,i.top),s=i.top+e.scrollY}r.current={listHeight:i.height,offsetTop:s,visibleHeight:c,visibleWidth:a},e(r.current)},[e,t]),{callbackRef:a,ref:o}=Eh(i,!0,n),s=f.default.useCallback(()=>{i(o.current)},[i,o]);return f.default.useEffect(()=>{if(t){t.addEventListener(`scroll`,s);let e=new ResizeObserver(()=>{requestAnimationFrame(s)});return e.observe(t),()=>{t.removeEventListener(`scroll`,s),e.unobserve(t)}}let e=o.current?.ownerDocument.defaultView;return e?.addEventListener(`scroll`,s),e?.addEventListener(`resize`,s),()=>{e?.removeEventListener(`scroll`,s),e?.removeEventListener(`resize`,s)}},[s,t,o]),a}var jh=dh(()=>{let e=ch(),t=ch(),n=G(0),r=ch(),i=G(0),a=ch(),o=ch(),s=G(0),c=G(0),l=G(0),u=G(0),d=ch(),f=ch(),p=G(!1),m=G(!1),h=G(!1);return H(W(e,U(({scrollTop:e})=>e)),t),H(W(e,U(({scrollHeight:e})=>e)),o),H(t,i),{deviation:n,fixedFooterHeight:l,fixedHeaderHeight:c,footerHeight:u,headerHeight:s,horizontalDirection:m,scrollBy:f,scrollContainerState:e,scrollHeight:o,scrollingInProgress:p,scrollTo:d,scrollTop:t,skipAnimationFrameInResizeObserver:h,smoothScrollTargetReached:r,statefulScrollTop:i,viewportHeight:a}},[],{singleton:!0}),Mh={lvl:0};function Nh(e,t){let n=e.length;if(n===0)return[];let{index:r,value:i}=t(e[0]),a=[];for(let o=1;o<n;o++){let{index:n,value:s}=t(e[o]);a.push({end:n-1,start:r,value:i}),r=n,i=s}return a.push({end:1/0,start:r,value:i}),a}function Ph(e){return e===Mh}function Fh(e,t){if(!Ph(e))return t===e.k?e.v:t<e.k?Fh(e.l,t):Fh(e.r,t)}function Ih(e,t,n=`k`){if(Ph(e))return[-1/0,void 0];if(Number(e[n])===t)return[e.k,e.v];if(Number(e[n])<t){let r=Ih(e.r,t,n);return r[0]===-1/0?[e.k,e.v]:r}return Ih(e.l,t,n)}function Lh(e,t,n){return Ph(e)?Jh(t,n,1):t===e.k?Wh(e,{k:t,v:n}):t<e.k?Yh(Wh(e,{l:Lh(e.l,t,n)})):Yh(Wh(e,{r:Lh(e.r,t,n)}))}function Rh(){return Mh}function zh(e,t,n){if(Ph(e))return[];let r=Ih(e,t)[0];return Qh(Hh(e,r,n))}function Bh(e,t){if(Ph(e))return Mh;let{k:n,l:r,r:i}=e;if(t===n){if(Ph(r))return i;if(Ph(i))return r;let[t,n]=qh(r);return Uh(Wh(e,{k:t,l:Gh(r),v:n}))}return Uh(t<n?Wh(e,{l:Bh(r,t)}):Wh(e,{r:Bh(i,t)}))}function Vh(e){return Ph(e)?[]:[...Vh(e.l),{k:e.k,v:e.v},...Vh(e.r)]}function Hh(e,t,n){if(Ph(e))return[];let{k:r,l:i,r:a,v:o}=e,s=[];return r>t&&(s=s.concat(Hh(i,t,n))),r>=t&&r<=n&&s.push({k:r,v:o}),r<=n&&(s=s.concat(Hh(a,t,n))),s}function Uh(e){let{l:t,lvl:n,r}=e;if(r.lvl>=n-1&&t.lvl>=n-1)return e;if(n>r.lvl+1){if(Kh(t))return Xh(Wh(e,{lvl:n-1}));if(!Ph(t)&&!Ph(t.r))return Wh(t.r,{l:Wh(t,{r:t.r.l}),lvl:n,r:Wh(e,{l:t.r.r,lvl:n-1})});throw Error(`Unexpected empty nodes`)}if(Kh(e))return Zh(Wh(e,{lvl:n-1}));if(!Ph(r)&&!Ph(r.l)){let t=r.l,i=Kh(t)?r.lvl-1:r.lvl;return Wh(t,{l:Wh(e,{lvl:n-1,r:t.l}),lvl:t.lvl+1,r:Zh(Wh(r,{l:t.r,lvl:i}))})}throw Error(`Unexpected empty nodes`)}function Wh(e,t){return Jh(t.k===void 0?e.k:t.k,t.v===void 0?e.v:t.v,t.lvl===void 0?e.lvl:t.lvl,t.l===void 0?e.l:t.l,t.r===void 0?e.r:t.r)}function Gh(e){return Ph(e.r)?e.l:Uh(Wh(e,{r:Gh(e.r)}))}function Kh(e){return Ph(e)||e.lvl>e.r.lvl}function qh(e){return Ph(e.r)?[e.k,e.v]:qh(e.r)}function Jh(e,t,n,r=Mh,i=Mh){return{k:e,l:r,lvl:n,r:i,v:t}}function Yh(e){return Zh(Xh(e))}function Xh(e){let{l:t}=e;return!Ph(t)&&t.lvl===e.lvl?Wh(t,{r:Wh(e,{l:t.r})}):e}function Zh(e){let{lvl:t,r:n}=e;return!Ph(n)&&!Ph(n.r)&&n.lvl===t&&n.r.lvl===t?Wh(n,{l:Wh(e,{r:n.l}),lvl:t+1}):e}function Qh(e){return Nh(e,({k:e,v:t})=>({index:e,value:t}))}function $h(e,t){return!!(e&&e.startIndex===t.startIndex&&e.endIndex===t.endIndex)}function eg(e,t){return!!(e&&e[0]===t[0]&&e[1]===t[1])}var tg=dh(()=>({recalcInProgress:G(!1)}),[],{singleton:!0});function ng(e,t,n){return e[rg(e,t,n)]}function rg(e,t,n,r=0){let i=e.length-1;for(;r<=i;){let a=Math.floor((r+i)/2),o=e[a],s=n(o,t);if(s===0)return a;if(s===-1){if(i-r<2)return a-1;i=a-1}else{if(i===r)return a;r=a+1}}throw Error(`Failed binary finding record in array - ${e.join(`,`)}, searched for ${t}`)}function ig(e,t,n,r){let i=rg(e,t,r),a=rg(e,n,r,i);return e.slice(i,a+1)}function ag(e,t){return Math.round(e.getBoundingClientRect()[t])}function og(e){return!Ph(e.groupOffsetTree)}function sg({index:e},t){return t===e?0:t<e?-1:1}function cg(){return{groupIndices:[],groupOffsetTree:Rh(),lastIndex:0,lastOffset:0,lastSize:0,offsetTree:[],sizeTree:Rh()}}function lg(e,t){let n=Ph(e)?0:1/0;for(let r of t){let{endIndex:t,size:i,startIndex:a}=r;if(n=Math.min(n,a),Ph(e)){e=Lh(e,0,i);continue}let o=zh(e,a-1,t+1);if(o.some(xg(r)))continue;let s=!1,c=!1;for(let{end:n,start:r,value:a}of o)s?(t>=r||i===a)&&(e=Bh(e,r)):(c=a!==i,s=!0),n>t&&t>=r&&a!==i&&(e=Lh(e,t+1,a));c&&(e=Lh(e,a,i))}return[e,n]}function ug(e){return e.groupIndex!==void 0}function dg({offset:e},t){return t===e?0:t<e?-1:1}function fg(e,t,n){if(t.length===0)return 0;let{index:r,offset:i,size:a}=ng(t,e,sg),o=e-r,s=a*o+(o-1)*n+i;return s>0?s+n:s}function pg(e,t){if(!og(t))return e;let n=0;for(;t.groupIndices[n]<=e+n;)n++;return e+n}function mg(e,t,n){if(ug(e))return t.groupIndices[e.groupIndex]+1;let r=pg(e.index===`LAST`?n:e.index,t);return r=Math.max(0,Math.min(n,r)),r}function hg(e,t,n,r=0){return r>0&&(t=Math.max(t,ng(e,r,sg).offset)),Nh(ig(e,t,n,dg),bg)}function gg(e,[t,n,r,i]){t.length>0&&r(`received item sizes`,t,_h.DEBUG);let a=e.sizeTree,o=a,s=0;if(n.length>0&&Ph(a)&&t.length===2){let e=t[0].size,r=t[1].size;o=n.reduce((t,n)=>Lh(Lh(t,n,e),n+1,r),o)}else[o,s]=lg(o,t);if(o===a)return e;let{lastIndex:c,lastOffset:l,lastSize:u,offsetTree:d}=yg(e.offsetTree,s,o,i);return{groupIndices:n,groupOffsetTree:n.reduce((e,t)=>Lh(e,t,fg(t,d,i)),Rh()),lastIndex:c,lastOffset:l,lastSize:u,offsetTree:d,sizeTree:o}}function _g(e){return Vh(e).map(({k:e,v:t},n,r)=>{let i=r[n+1];return{endIndex:i===void 0?1/0:i.k-1,size:t,startIndex:e}})}function vg(e,t){let n=0,r=0;for(;n<e;)n+=t[r+1]-t[r]-1,r++;return r-(n===e?0:1)}function yg(e,t,n,r){let i=e,a=0,o=0,s=0,c=0;if(t===0)i=[];else{c=rg(i,t-1,sg),s=i[c].offset;let e=Ih(n,t-1);a=e[0],o=e[1],i.length&&i[c].size===Ih(n,t)[1]&&--c,i=i.slice(0,c+1)}for(let{start:e,value:c}of zh(n,t,1/0)){let t=e-a,n=t*o+s+t*r;i.push({index:e,offset:n,size:c}),a=e,s=n,o=c}return{lastIndex:a,lastOffset:s,lastSize:o,offsetTree:i}}function bg(e){return{index:e.index,value:e}}function xg(e){let{endIndex:t,size:n,startIndex:r}=e;return e=>e.start===r&&(e.end===t||e.end===1/0)&&e.value===n}var Sg={offsetHeight:`height`,offsetWidth:`width`},Cg=dh(([{log:e},{recalcInProgress:t}])=>{let n=ch(),r=ch(),i=sh(r,0),a=ch(),o=ch(),s=G(0),c=G([]),l=G(void 0),u=G(void 0),d=G(void 0),f=G(void 0),p=G((e,t)=>ag(e,Sg[t])),m=G(void 0),h=G(0),g=cg(),_=sh(W(n,ih(c,e,h),th(gg,g),Qm()),g),v=sh(W(c,Qm(),th((e,t)=>({current:t,prev:e.current}),{current:[],prev:[]}),U(({prev:e})=>e)),[]);H(W(c,$m(e=>e.length>0),ih(_,h),U(([e,t,n])=>{let r=e.reduce((e,r,i)=>Lh(e,r,fg(r,t.offsetTree,n)||i),Rh());return{...t,groupIndices:e,groupOffsetTree:r}})),_),H(W(r,ih(_),$m(([e,{lastIndex:t}])=>e<t),U(([e,{lastIndex:t,lastSize:n}])=>[{endIndex:t,size:n,startIndex:e}])),n),H(l,u);let y=sh(W(l,U(e=>e===void 0)),!0);H(W(u,$m(e=>e!==void 0&&Ph(Jm(_).sizeTree)),U(e=>{let t=Jm(d),n=Jm(c).length>0;return t!==void 0&&t!==0?n?[{endIndex:0,size:t,startIndex:0},{endIndex:1,size:e,startIndex:1}]:[]:[{endIndex:0,size:e,startIndex:0}]})),n),H(W(f,$m(e=>e!==void 0&&e.length>0&&Ph(Jm(_).sizeTree)),U(e=>{let t=[],n=e[0],r=0;for(let i=1;i<e.length;i++){let a=e[i];a!==n&&(t.push({endIndex:i-1,size:n,startIndex:r}),n=a,r=i)}return t.push({endIndex:e.length-1,size:n,startIndex:r}),t})),n),H(W(c,ih(d,u),$m(([,e,t])=>e!==void 0&&t!==void 0),U(([e,t,n])=>{let r=[];for(let i=0;i<e.length;i++){let a=e[i],o=e[i+1];r.push({startIndex:a,endIndex:a,size:t}),o!==void 0&&r.push({startIndex:a+1,endIndex:o-1,size:n})}return r})),n);let b=lh(W(n,ih(_),th(({sizes:e},[t,n])=>({changed:n!==e,sizes:n}),{changed:!1,sizes:g}),U(e=>e.changed)));Gm(W(s,th((e,t)=>({diff:e.prev-t,prev:t}),{diff:0,prev:0}),U(e=>e.diff)),e=>{let{groupIndices:n}=Jm(_);if(e>0)Km(t,!0),Km(a,e+vg(e,n));else if(e<0){let t=Jm(v);t.length>0&&(e-=vg(-e,t)),Km(o,e)}}),Gm(W(s,ih(e)),([e,t])=>{e<0&&t("`firstItemIndex` prop should not be set to less than zero. If you don't know the total count, just use a very high value",{firstItemIndex:s},_h.ERROR)});let x=lh(a);H(W(a,ih(_),U(([e,t])=>{let n=t.groupIndices.length>0,r=[],i=t.lastSize;if(n){let n=Fh(t.sizeTree,0),a=0,o=0;for(;a<e;){let e=t.groupIndices[o],s=t.groupIndices.length===o+1?1/0:t.groupIndices[o+1]-e-1;r.push({endIndex:e,size:n,startIndex:e}),r.push({endIndex:e+1+s-1,size:i,startIndex:e+1}),o++,a+=s+1}let s=Vh(t.sizeTree);return a!==e&&s.shift(),s.reduce((t,{k:n,v:r})=>{let i=t.ranges;return t.prevSize!==0&&(i=[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]),{prevIndex:n+e,prevSize:r,ranges:i}},{prevIndex:e,prevSize:0,ranges:r}).ranges}return Vh(t.sizeTree).reduce((t,{k:n,v:r})=>({prevIndex:n+e,prevSize:r,ranges:[...t.ranges,{endIndex:n+e-1,size:t.prevSize,startIndex:t.prevIndex}]}),{prevIndex:0,prevSize:i,ranges:[]}).ranges})),n);let S=lh(W(o,ih(_,h),U(([e,{offsetTree:t},n])=>fg(-e,t,n))));return H(W(o,ih(_,h),U(([e,t,n])=>{if(t.groupIndices.length>0){if(Ph(t.sizeTree))return t;let r=Rh(),i=Jm(v),a=0,o=0,s=0;for(;a<-e;){s=i[o];let e=i[o+1]-s-1;o++,a+=e+1}if(r=Vh(t.sizeTree).reduce((t,{k:n,v:r})=>Lh(t,Math.max(0,n+e),r),r),a!==-e){let n=Fh(t.sizeTree,s);r=Lh(r,0,n);let i=Ih(t.sizeTree,-e+1)[1];r=Lh(r,1,i)}return{...t,sizeTree:r,...yg(t.offsetTree,0,r,n)}}let r=Vh(t.sizeTree).reduce((t,{k:n,v:r})=>Lh(t,Math.max(0,n+e),r),Rh());return{...t,sizeTree:r,...yg(t.offsetTree,0,r,n)}})),_),{beforeUnshiftWith:x,data:m,defaultItemSize:u,firstItemIndex:s,fixedItemSize:l,fixedGroupSize:d,gap:h,groupIndices:c,heightEstimates:f,itemSize:p,listRefresh:b,shiftWith:o,shiftWithOffset:S,sizeRanges:n,sizes:_,statefulTotalCount:i,totalCount:r,trackItemSizes:y,unshiftWith:a}},Wm(bh,tg),{singleton:!0});function wg(e){return e.reduce((e,t)=>(e.groupIndices.push(e.totalCount),e.totalCount+=t+1,e),{groupIndices:[],totalCount:0})}var Tg=dh(([{groupIndices:e,sizes:t,totalCount:n},{headerHeight:r,scrollTop:i}])=>{let a=ch(),o=ch(),s=lh(W(a,U(wg)));return H(W(s,U(e=>e.totalCount)),n),H(W(s,U(e=>e.groupIndices)),e),H(W(mh(i,t,r),$m(([e,t])=>og(t)),U(([e,t,n])=>Ih(t.groupOffsetTree,Math.max(e-n,0),`v`)[0]),Qm(),U(e=>[e])),o),{groupCounts:a,topItemsIndexes:o}},Wm(Cg,jh)),Eg=dh(([{log:e}])=>{let t=G(!1),n=lh(W(t,$m(e=>e),Qm()));return Gm(t,t=>{t&&Jm(e)(`props updated`,{},_h.DEBUG)}),{didMount:n,propsReady:t}},Wm(bh),{singleton:!0}),Dg=typeof document<`u`&&`scrollBehavior`in document.documentElement.style;function Og(e){let t=typeof e==`number`?{index:e}:{...e};return t.align||=`start`,(!t.behavior||!Dg)&&(t.behavior=`auto`),t.offset===void 0&&(t.offset=0),t}var kg=dh(([{gap:e,listRefresh:t,sizes:n,totalCount:r},{fixedFooterHeight:i,fixedHeaderHeight:a,footerHeight:o,headerHeight:s,scrollingInProgress:c,scrollTo:l,smoothScrollTargetReached:u,viewportHeight:d},{log:f}])=>{let p=ch(),m=ch(),h=G(0),g=null,_=null,v=null;function y(){g!==null&&(g(),g=null),v!==null&&(v(),v=null),_&&=(clearTimeout(_),null),Km(c,!1)}return H(W(p,ih(n,d,r,h,s,o,f),ih(e,a,i),U(([[e,n,r,i,a,o,s,l],d,f,h])=>{let b=Og(e),{align:x,behavior:S,offset:C}=b,w=i-1,T=mg(b,n,w),E=fg(T,n.offsetTree,d)+o;x===`end`?(E+=f+Ih(n.sizeTree,T)[1]-r+h,T===w&&(E+=s)):x===`center`?E+=(f+Ih(n.sizeTree,T)[1]-r+h)/2:E-=a,C!==void 0&&C!==0&&(E+=C);let D=t=>{y(),t?(l(`retrying to scroll to`,{location:e},_h.DEBUG),Km(p,e)):(Km(m,!0),l(`list did not change, scroll successful`,{},_h.DEBUG))};if(y(),S===`smooth`){let e=!1;v=Gm(t,t=>{e||=t}),g=Ym(u,()=>{D(e)})}else g=Ym(W(t,Ag(150)),D);return _=setTimeout(()=>{y()},1200),Km(c,!0),l(`scrolling from index to`,{behavior:S,index:T,top:E},_h.DEBUG),{behavior:S,top:E}})),l),{scrollTargetReached:m,scrollToIndex:p,topListHeight:h}},Wm(Cg,jh,bh),{singleton:!0});function Ag(e){return t=>{let n=setTimeout(()=>{t(!1)},e);return e=>{e&&(t(!0),clearTimeout(n))}}}function jg(e,t){e===0?t():requestAnimationFrame(()=>{jg(e-1,t)})}function Mg(e,t){if(e===void 0)return 0;let n=t-1,r=typeof e==`number`?e:e.index===`LAST`?n:e.index;return Math.max(0,Math.min(r,n))}function Ng(e){return e===void 0?!0:typeof e==`number`?e===0:e.index===0&&(e.align===void 0||e.align===`start`)&&(e.offset===void 0||e.offset===0)}var Pg=dh(([{defaultItemSize:e,listRefresh:t,sizes:n},{scrollTop:r},{scrollTargetReached:i,scrollToIndex:a},{didMount:o}])=>{let s=G(!0),c=G(0),l=G(!0);return H(W(o,ih(c),$m(([e,t])=>!Ng(t)),eh(!1)),s),H(W(o,ih(c),$m(([e,t])=>!Ng(t)),eh(!1)),l),Gm(W(mh(t,o),ih(s,n,e,l),$m(([[,e],t,{sizeTree:n},r,i])=>e&&(!Ph(n)||zm(r))&&!t&&!i),ih(c)),([,e])=>{if(e===void 0){Km(s,!0),Km(l,!0);return}Ym(i,()=>{Km(l,!0)}),jg(4,()=>{Ym(r,()=>{Km(s,!0)}),Km(a,e)})}),{initialItemFinalLocationReached:l,initialTopMostItemIndex:c,scrolledToInitialItem:s}},Wm(Cg,jh,kg,Eg),{singleton:!0});function Fg(e,t){return Math.abs(e-t)<1.01}var Ig=`up`,Lg=`down`,Rg=`none`,zg={atBottom:!1,notAtBottomBecause:`NOT_SHOWING_LAST_ITEM`,state:{offsetBottom:0,scrollHeight:0,scrollTop:0,viewportHeight:0}},Bg=0,Vg=dh(([{footerHeight:e,headerHeight:t,scrollBy:n,scrollContainerState:r,scrollTop:i,viewportHeight:a}])=>{let o=G(!1),s=G(!0),c=ch(),l=ch(),u=G(4),d=G(Bg),f=sh(W(gh(W(hh(i),nh(1),eh(!0)),W(hh(i),nh(1),eh(!1),Xm(100))),Qm()),!1),p=sh(W(gh(W(n,eh(!0)),W(n,eh(!1),Xm(200))),Qm()),!1);H(W(mh(hh(i),hh(d)),U(([e,t])=>e<=t),Qm()),s),H(W(s,rh(50)),l);let m=lh(W(mh(r,hh(a),hh(t),hh(e),hh(u)),th((e,[{scrollHeight:t,scrollTop:n},r,i,a,o])=>{let s=n+r-t>-o,c={scrollHeight:t,scrollTop:n,viewportHeight:r};if(s){let t,r;return n>e.state.scrollTop?(t=`SCROLLED_DOWN`,r=e.state.scrollTop-n):(t=`SIZE_DECREASED`,r=e.state.scrollTop-n||e.scrollTopDelta),{atBottom:!0,atBottomBecause:t,scrollTopDelta:r,state:c}}let l;return l=c.scrollHeight>e.state.scrollHeight?`SIZE_INCREASED`:r<e.state.viewportHeight?`VIEWPORT_HEIGHT_DECREASING`:n<e.state.scrollTop?`SCROLLING_UPWARDS`:`NOT_FULLY_SCROLLED_TO_LAST_ITEM_BOTTOM`,{atBottom:!1,notAtBottomBecause:l,state:c}},zg),Qm((e,t)=>e!==void 0&&e.atBottom===t.atBottom))),h=sh(W(r,th((e,{scrollHeight:t,scrollTop:n,viewportHeight:r})=>{if(!Fg(e.scrollHeight,t)){let i=t-(n+r)<1;return e.scrollTop!==n&&i?{changed:!0,jump:e.scrollTop-n,scrollHeight:t,scrollTop:n}:{changed:!0,jump:0,scrollHeight:t,scrollTop:n}}return{changed:!1,jump:0,scrollHeight:t,scrollTop:n}},{changed:!1,jump:0,scrollHeight:0,scrollTop:0}),$m(e=>e.changed),U(e=>e.jump)),0);H(W(m,U(e=>e.atBottom)),o),H(W(o,rh(50)),c);let g=G(Lg);H(W(r,U(({scrollTop:e})=>e),Qm(),th((e,t)=>Jm(p)?{direction:e.direction,prevScrollTop:t}:{direction:t<e.prevScrollTop?Ig:Lg,prevScrollTop:t},{direction:Lg,prevScrollTop:0}),U(e=>e.direction)),g),H(W(r,rh(50),eh(Rg)),g);let _=G(0);return H(W(f,$m(e=>!e),eh(0)),_),H(W(i,rh(100),ih(f),$m(([e,t])=>t),th(([e,t],[n])=>[t,n],[0,0]),U(([e,t])=>t-e)),_),{atBottomState:m,atBottomStateChange:c,atBottomThreshold:u,atTopStateChange:l,atTopThreshold:d,isAtBottom:o,isAtTop:s,isScrolling:f,lastJumpDueToItemResize:h,scrollDirection:g,scrollVelocity:_}},Wm(jh)),Hg=`top`,Ug=`bottom`,Wg=`none`;function Gg(e,t,n){return typeof e==`number`?n===Ig&&t===Hg||n===Lg&&t===Ug?e:0:n===Ig?t===Hg?e.main:e.reverse:t===Ug?e.main:e.reverse}function Kg(e,t){return typeof e==`number`?e:e[t]??0}var qg=dh(([{deviation:e,fixedHeaderHeight:t,headerHeight:n,scrollTop:r,viewportHeight:i}])=>{let a=ch(),o=G(0),s=G(0),c=G(0);return{increaseViewportBy:s,listBoundary:a,overscan:c,topListHeight:o,visibleRange:sh(W(mh(hh(r),hh(i),hh(n),hh(a,eg),hh(c),hh(o),hh(t),hh(e),hh(s)),U(([e,t,n,[r,i],a,o,s,c,l])=>{let u=e-c,d=o+s,f=Math.max(n-u,0),p=Wg,m=Kg(l,Hg),h=Kg(l,Ug);return r-=c,r+=n+s,i+=n+s,i-=c,r>e+d-m&&(p=Ig),i<e-f+t+h&&(p=Lg),p===Wg?null:[Math.max(u-n-Gg(a,Hg,p)-m,0),u-f-s+t+Gg(a,Ug,p)+h]}),$m(e=>e!==null),Qm(eg)),[0,0])}},Wm(jh),{singleton:!0});function Jg(e,t,n){if(og(t)){let r=pg(e,t);return[{index:Ih(t.groupOffsetTree,r)[0],offset:0,size:0},{data:n?.[0],index:r,offset:0,size:0}]}return[{data:n?.[0],index:e,offset:0,size:0}]}var Yg={bottom:0,firstItemIndex:0,items:[],offsetBottom:0,offsetTop:0,top:0,topItems:[],topListHeight:0,totalCount:0};function Xg(e,t,n,r,i,a){let{lastIndex:o,lastOffset:s,lastSize:c}=i,l=0,u=0;if(e.length>0){l=e[0].offset;let t=e[e.length-1];u=t.offset+t.size}let d=n-o,f=s+d*c+(d-1)*r,p=l,m=f-u;return{bottom:u,firstItemIndex:a,items:Qg(e,i,a),offsetBottom:m,offsetTop:l,top:p,topItems:Qg(t,i,a),topListHeight:t.reduce((e,t)=>t.size+e,0),totalCount:n}}function Zg(e,t,n,r,i,a){let o=0;if(n.groupIndices.length>0)for(let t of n.groupIndices){if(t-o>=e)break;o++}let s=e+o,c=Mg(t,s);return Xg(Array.from({length:s}).map((e,t)=>({data:a[t+c],index:t+c,offset:0,size:0})),[],s,i,n,r)}function Qg(e,t,n){if(e.length===0)return[];if(!og(t))return e.map(e=>({...e,index:e.index+n,originalIndex:e.index}));let r=e[0].index,i=e[e.length-1].index,a=[],o=zh(t.groupOffsetTree,r,i),s,c=0;for(let r of e){(!s||s.end<r.index)&&(s=o.shift(),c=t.groupIndices.indexOf(s.start));let e;e=r.index===s.start?{index:c,type:`group`}:{groupIndex:c,index:r.index-(c+1)+n},a.push({...e,data:r.data,offset:r.offset,originalIndex:r.index,size:r.size})}return a}function $g(e,t){return e===void 0?0:typeof e==`number`?e:e[t]??0}var e_=dh(([{data:e,firstItemIndex:t,gap:n,sizes:r,totalCount:i},a,{listBoundary:o,topListHeight:s,visibleRange:c},{initialTopMostItemIndex:l,scrolledToInitialItem:u},{topListHeight:d},f,{didMount:p},{recalcInProgress:m}])=>{let h=G([]),g=G(0),_=ch(),v=G(0);H(a.topItemsIndexes,h);let y=sh(W(mh(p,m,hh(c,eg),hh(i),hh(r),hh(l),u,hh(h),hh(t),hh(n),hh(v),e),$m(([e,t,,n,,,,,,,,r])=>{let i=r!==void 0&&r.length!==n;return e&&!t&&!i}),U(([,,[e,t],n,r,i,a,o,s,c,l,u])=>{let d=r,{offsetTree:f,sizeTree:p}=d,m=Jm(g);if(n===0)return{...Yg,totalCount:n};if(e===0&&t===0)return m===0?{...Yg,totalCount:n}:Zg(m,i,r,s,c,u||[]);if(Ph(p))return m>0?null:Xg(Jg(Mg(i,n),d,u),[],n,c,d,s);let h=[];if(o.length>0){let e=o[0],t=o[o.length-1],n=0;for(let r of zh(p,e,t)){let i=r.value,a=Math.max(r.start,e),o=Math.min(r.end,t);for(let e=a;e<=o;e++)h.push({data:u?.[e],index:e,offset:n,size:i}),n+=i}}if(!a)return Xg([],h,n,c,d,s);let _=o.length>0?o[o.length-1]+1:0,v=hg(f,e,t,_);if(v.length===0)return null;let y=n-1,b=Hm([],n=>{for(let r of v){let i=r.value,a=i.offset,o=r.start,s=i.size;if(i.offset<e){o+=Math.floor((e-i.offset+c)/(s+c));let t=o-r.start;a+=t*s+t*c}o<_&&(a+=(_-o)*s,o=_);let l=Math.min(r.end,y);for(let e=o;e<=l&&!(a>=t);e++)n.push({data:u?.[e],index:e,offset:a,size:s}),a+=s+c}}),x=$g(l,Hg),S=$g(l,Ug);if(b.length>0&&(x>0||S>0)){let e=b[0],t=b[b.length-1];if(x>0&&e.index>_){let t=Math.min(x,e.index-_),n=[],r=e.offset;for(let i=e.index-1;i>=e.index-t;i--){let t=zh(p,i,i)[0]?.value??e.size;r-=t+c,n.unshift({data:u?.[i],index:i,offset:r,size:t})}b.unshift(...n)}if(S>0&&t.index<y){let e=Math.min(S,y-t.index),n=t.offset+t.size+c;for(let r=t.index+1;r<=t.index+e;r++){let e=zh(p,r,r)[0]?.value??t.size;b.push({data:u?.[r],index:r,offset:n,size:e}),n+=e+c}}}return Xg(b,h,n,c,d,s)}),$m(e=>e!==null),Qm()),Yg);H(W(e,$m(zm),U(e=>e?.length)),i),H(W(y,U(e=>e.topListHeight)),d),H(d,s),H(W(y,U(e=>[e.top,e.bottom])),o),H(W(y,U(e=>e.items)),_);let b=lh(W(y,$m(({items:e})=>e.length>0),ih(i,e),$m(([{items:e},t])=>e[e.length-1].originalIndex===t-1),U(([,e,t])=>[e-1,t]),Qm(eg),U(([e])=>e))),x=lh(W(y,rh(200),$m(({items:e,topItems:t})=>e.length>0&&e[0].originalIndex===t.length),U(({items:e})=>e[0].index),Qm()));return{endReached:b,initialItemCount:g,itemsRendered:_,listState:y,minOverscanItemCount:v,rangeChanged:lh(W(y,$m(({items:e})=>e.length>0),U(({items:e})=>{let t=0,n=e.length-1;for(;e[t].type===`group`&&t<n;)t++;for(;e[n].type===`group`&&n>t;)n--;return{endIndex:e[n].index,startIndex:e[t].index}}),Qm($h))),startReached:x,topItemsIndexes:h,...f}},Wm(Cg,Tg,qg,Pg,kg,Vg,Eg,tg),{singleton:!0}),t_=dh(([{fixedFooterHeight:e,fixedHeaderHeight:t,footerHeight:n,headerHeight:r},{listState:i}])=>{let a=ch(),o=sh(W(mh(n,e,r,t,i),U(([e,t,n,r,i])=>e+t+n+r+i.offsetBottom+i.bottom)),0);return H(hh(o),a),{totalListHeight:o,totalListHeightChanged:a}},Wm(jh,e_),{singleton:!0}),n_=dh(([{viewportHeight:e},{totalListHeight:t}])=>{let n=G(!1);return{alignToBottom:n,paddingTopAddition:sh(W(mh(n,e,t),$m(([e])=>e),U(([,e,t])=>Math.max(0,e-t)),rh(0),Qm()),0)}},Wm(jh,t_),{singleton:!0}),r_=dh(()=>({context:G(null)})),i_=({itemBottom:e,itemTop:t,locationParams:{align:n,behavior:r,...i},viewportBottom:a,viewportTop:o})=>t<o?{...i,align:n??`start`,...r===void 0?{}:{behavior:r}}:e>a?{...i,align:n??`end`,...r===void 0?{}:{behavior:r}}:null,a_=dh(([{gap:e,sizes:t,totalCount:n},{fixedFooterHeight:r,fixedHeaderHeight:i,headerHeight:a,scrollingInProgress:o,scrollTop:s,viewportHeight:c},{scrollToIndex:l}])=>{let u=ch();return H(W(u,ih(t,c,n,a,i,r,s),ih(e),U(([[e,t,n,r,i,a,s,c],l])=>{let{calculateViewLocation:u=i_,done:d,...f}=e,p=mg(e,t,r-1),m=fg(p,t.offsetTree,l)+i+a,h=m+Ih(t.sizeTree,p)[1],g=c+a,_=u({itemBottom:h,itemTop:m,locationParams:f,viewportBottom:c+n-s,viewportTop:g});return _===null?d?.():d&&Ym(W(o,$m(e=>!e),nh(Jm(o)?1:2)),d),_}),$m(e=>e!==null)),l),{scrollIntoView:u}},Wm(Cg,jh,kg,e_,bh),{singleton:!0});function o_(e){return e===!1?!1:e===`smooth`?`smooth`:`auto`}var s_=(e,t)=>typeof e==`function`?o_(e(t)):t&&o_(e),c_=dh(([{listRefresh:e,totalCount:t,fixedItemSize:n,data:r},{atBottomState:i,isAtBottom:a},{scrollToIndex:o},{scrolledToInitialItem:s},{didMount:c,propsReady:l},{log:u},{scrollingInProgress:d},{context:f},{scrollIntoView:p}])=>{let m=G(!1),h=ch(),g=null;function _(e){Km(o,{align:`end`,behavior:e,index:`LAST`})}Gm(W(mh(W(hh(t),nh(1)),c),ih(hh(m),a,s,d),U(([[e,t],n,r,i,a])=>{let o=t&&i,s=`auto`;return o&&(s=s_(n,r||a),o&&=s!==!1),{followOutputBehavior:s,shouldFollow:o,totalCount:e}}),$m(({shouldFollow:e})=>e)),({followOutputBehavior:t,totalCount:r})=>{g!==null&&(g(),g=null),Jm(n)===void 0?g=Ym(e,()=>{Jm(u)(`following output to `,{totalCount:r},_h.DEBUG),_(t),g=null}):requestAnimationFrame(()=>{Jm(u)(`following output to `,{totalCount:r},_h.DEBUG),_(t)})});function v(e){let t=Ym(i,t=>{e&&!t.atBottom&&t.notAtBottomBecause===`SIZE_INCREASED`&&g===null&&(Jm(u)(`scrolling to bottom due to increased size`,{},_h.DEBUG),_(`auto`))});setTimeout(t,100)}Gm(W(mh(hh(m),t,l),$m(([e,,t])=>e!==!1&&t),th(({value:e},[,t])=>({refreshed:e===t,value:t}),{refreshed:!1,value:0}),$m(({refreshed:e})=>e),ih(m,t)),([,e])=>{Jm(s)&&v(e!==!1)}),Gm(h,()=>{v(Jm(m)!==!1)}),Gm(mh(hh(m),i),([e,t])=>{e!==!1&&!t.atBottom&&t.notAtBottomBecause===`VIEWPORT_HEIGHT_DECREASING`&&_(`auto`)});let y=G(null),b=ch();return H(gh(W(hh(r),U(e=>e?.length??0)),W(hh(t))),b),Gm(W(mh(W(b,nh(1)),c),ih(hh(y),s,d,f),U(([[e,t],n,r,i,a])=>t&&r&&n?.({context:a,totalCount:e,scrollingInProgress:i})),$m(e=>!!e),rh(0)),t=>{g!==null&&(g(),g=null),Jm(n)===void 0?g=Ym(e,()=>{Jm(u)(`scrolling into view`,{}),Km(p,t),g=null}):requestAnimationFrame(()=>{Jm(u)(`scrolling into view`,{}),Km(p,t)})}),{autoscrollToBottom:h,followOutput:m,scrollIntoViewOnChange:y}},Wm(Cg,Vg,kg,Pg,Eg,bh,jh,r_,a_)),l_=dh(([{data:e,firstItemIndex:t,gap:n,sizes:r},{initialTopMostItemIndex:i},{initialItemCount:a,listState:o},{didMount:s}])=>(H(W(s,ih(a),$m(([,e])=>e!==0),ih(i,r,t,n,e),U(([[,e],t,n,r,i,a=[]])=>Zg(e,t,n,r,i,a))),o),{}),Wm(Cg,Pg,e_,Eg),{singleton:!0}),u_=dh(([{didMount:e},{scrollTo:t},{listState:n}])=>{let r=G(0);return Gm(W(e,ih(r),$m(([,e])=>e!==0),U(([,e])=>({top:e}))),e=>{Ym(W(n,nh(1),$m(e=>e.items.length>1)),()=>{requestAnimationFrame(()=>{Km(t,e)})})}),{initialScrollTop:r}},Wm(Eg,jh,e_),{singleton:!0}),d_=dh(([{scrollVelocity:e}])=>{let t=G(!1),n=ch(),r=G(!1);return H(W(e,ih(r,t,n),$m(([e,t])=>t!==!1&&t!==void 0),U(([e,t,n,r])=>{let{enter:i,exit:a}=t;if(n){if(a(e,r))return!1}else if(i(e,r))return!0;return n}),Qm()),t),Gm(W(mh(t,e,n),ih(r)),([[e,t,n],r])=>{e&&r!==!1&&r!==void 0&&r.change&&r.change(t,n)}),{isSeeking:t,scrollSeekConfiguration:r,scrollSeekRangeChanged:n,scrollVelocity:e}},Wm(Vg),{singleton:!0}),f_=dh(([{scrollContainerState:e,scrollTo:t}])=>{let n=ch(),r=ch(),i=ch(),a=G(!1),o=G(void 0);return H(W(mh(n,r),U(([{scrollTop:e,viewportHeight:t},{offsetTop:n,listHeight:r}])=>({scrollHeight:r,scrollTop:Math.max(0,e-n),viewportHeight:t}))),e),H(W(t,ih(r),U(([e,{offsetTop:t}])=>({...e,top:e.top+t}))),i),{customScrollParent:o,useWindowScroll:a,windowScrollContainerState:n,windowScrollTo:i,windowViewportRect:r}},Wm(jh)),p_=dh(([{sizeRanges:e,sizes:t},{headerHeight:n,scrollTop:r},{initialTopMostItemIndex:i},{didMount:a},{useWindowScroll:o,windowScrollContainerState:s,windowViewportRect:c}])=>{let l=ch(),u=G(void 0),d=G(null),f=G(null);return H(s,d),H(c,f),Gm(W(l,ih(t,r,o,d,f,n)),([e,t,n,r,i,a,o])=>{let s=_g(t.sizeTree);r&&i!==null&&a!==null&&(n=i.scrollTop-a.offsetTop),n-=o,e({ranges:s,scrollTop:n})}),H(W(u,$m(zm),U(m_)),i),H(W(a,ih(u),$m(([,e])=>e!==void 0),Qm(),U(([,e])=>e.ranges)),e),{getState:l,restoreStateFrom:u}},Wm(Cg,jh,Pg,Eg,f_));function m_(e){return{align:`start`,index:0,offset:e.scrollTop}}var h_=dh(([{topItemsIndexes:e}])=>{let t=G(0);return H(W(t,$m(e=>e>=0),U(e=>Array.from({length:e}).map((e,t)=>t))),e),{topItemCount:t}},Wm(e_));function g_(e){let t=!1,n;return(()=>(t||(t=!0,n=e()),n))}var __=g_(()=>/iP(ad|od|hone)/i.test(navigator.userAgent)&&/WebKit/i.test(navigator.userAgent)),v_=dh(([{data:e,defaultItemSize:t,firstItemIndex:n,fixedItemSize:r,fixedGroupSize:i,gap:a,groupIndices:o,heightEstimates:s,itemSize:c,sizeRanges:l,sizes:u,statefulTotalCount:d,totalCount:f,trackItemSizes:p},{initialItemFinalLocationReached:m,initialTopMostItemIndex:h,scrolledToInitialItem:g},_,v,y,b,{scrollToIndex:x},S,{topItemCount:C},{groupCounts:w},T])=>{let{listState:E,minOverscanItemCount:D,topItemsIndexes:O,rangeChanged:k,...A}=b;return H(k,T.scrollSeekRangeChanged),H(W(T.windowViewportRect,U(e=>e.visibleHeight)),_.viewportHeight),{data:e,defaultItemHeight:t,firstItemIndex:n,fixedItemHeight:r,fixedGroupHeight:i,gap:a,groupCounts:w,heightEstimates:s,initialItemFinalLocationReached:m,initialTopMostItemIndex:h,scrolledToInitialItem:g,sizeRanges:l,topItemCount:C,topItemsIndexes:O,totalCount:f,...y,groupIndices:o,itemSize:c,listState:E,minOverscanItemCount:D,scrollToIndex:x,statefulTotalCount:d,trackItemSizes:p,rangeChanged:k,...A,...T,..._,sizes:u,...v}},Wm(Cg,Pg,jh,p_,c_,e_,kg,dh(([{deviation:e,scrollBy:t,scrollingInProgress:n,scrollTop:r},{isAtBottom:i,isScrolling:a,lastJumpDueToItemResize:o,scrollDirection:s},{listState:c},{beforeUnshiftWith:l,gap:u,shiftWithOffset:d,sizes:f},{log:p},{recalcInProgress:m}])=>{let h=lh(W(c,ih(o),th(([,e,t,n],[{bottom:r,items:i,offsetBottom:a,totalCount:o},s])=>{let c=r+a,l=0;return t===o&&e.length>0&&i.length>0&&(i[0].originalIndex===0&&e[0].originalIndex===0||(l=c-n,l!==0&&(l+=s))),[l,i,o,c]},[0,[],0,0]),$m(([e])=>e!==0),ih(r,s,n,i,p,m),$m(([,e,t,n,,,r])=>!r&&!n&&e!==0&&t===Ig),U(([[e],,,,,t])=>(t(`Upward scrolling compensation`,{amount:e},_h.DEBUG),e))));function g(n){n>0?(Km(t,{behavior:`auto`,top:-n}),Km(e,0)):(Km(e,0),Km(t,{behavior:`auto`,top:-n}))}return Gm(W(h,ih(e,a)),([t,n,r])=>{r&&__()?Km(e,n-t):g(-t)}),Gm(W(mh(sh(a,!1),e,m),$m(([e,t,n])=>!e&&!n&&t!==0),U(([e,t])=>t),rh(1)),g),H(W(d,U(e=>({top:-e}))),t),Gm(W(l,ih(f,u),U(([e,{groupIndices:t,lastSize:n,sizeTree:r},i])=>{function a(e){return e*(n+i)}if(t.length===0)return a(e);let o=0,s=Fh(r,0),c=0,l=0;for(;c<e;){c++,o+=s;let n=t.length===l+1?1/0:t[l+1]-t[l]-1;c+n>e&&(o-=s,n=e-c+1),c+=n,o+=a(n),l++}return o})),n=>{Km(e,n),requestAnimationFrame(()=>{Km(t,{top:n}),requestAnimationFrame(()=>{Km(e,0),Km(m,!1)})})}),{deviation:e}},Wm(jh,Vg,e_,Cg,bh,tg)),h_,Tg,dh(([e,t,n,r,i,a,o,s,c,l,u])=>({...e,...t,...n,...r,...i,...a,...o,...s,...c,...l,...u}),Wm(qg,l_,Eg,d_,t_,u_,n_,f_,a_,bh,r_))));function y_(e,t){let n={},r={},i=0,a=e.length;for(;i<a;)r[e[i]]=1,i+=1;for(let e in t)Object.hasOwn(r,e)||(n[e]=t[e]);return n}var b_=typeof document>`u`?f.default.useEffect:f.default.useLayoutEffect;function x_(e,t,n){let r=Object.keys(t.required||{}),i=Object.keys(t.optional||{}),a=Object.keys(t.methods||{}),o=Object.keys(t.events||{}),s=f.default.createContext({});function c(e,n){e.propsReady!==void 0&&Km(e.propsReady,!1);for(let i of r){let r=e[t.required[i]];Km(r,n[i])}for(let r of i)if(r in n){let i=e[t.optional[r]];Km(i,n[r])}e.propsReady!==void 0&&Km(e.propsReady,!0)}function l(e){return a.reduce((n,r)=>(n[r]=n=>{let i=e[t.methods[r]];Km(i,n)},n),{})}function u(e){return o.reduce((n,r)=>(n[r]=oh(e[t.events[r]]),n),{})}return{Component:f.default.forwardRef(function(t,a){let{children:d,...p}=t,[h]=f.default.useState(()=>Hm(ph(e),e=>{c(e,p)})),[g]=f.default.useState(Lm(u,h));b_(()=>{for(let e of o)e in p&&Gm(g[e],p[e]);return()=>{Object.values(g).map(qm)}},[p,g,h]),b_(()=>{c(h,p)}),f.default.useImperativeHandle(a,Pm(l(h)));let _=n;return(0,m.jsx)(s.Provider,{value:h,children:n===void 0?d:(0,m.jsx)(_,{...y_([...r,...i,...o],p),children:d})})}),useEmitter:(e,t)=>{let n=f.default.useContext(s)[e];b_(()=>Gm(n,t),[t,n])},useEmitterValue:parseInt(f.default.version,10)>=18?e=>{let t=f.default.useContext(s)[e],n=f.default.useCallback(e=>Gm(t,e),[t]);return f.default.useSyncExternalStore(n,()=>Jm(t),()=>Jm(t))}:e=>{let t=f.default.useContext(s)[e],[n,r]=f.default.useState(Lm(Jm,t));return b_(()=>Gm(t,e=>{e!==n&&r(Pm(e))}),[t,n]),n},usePublisher:e=>{let t=f.default.useContext(s);return f.default.useCallback(n=>{Km(t[e],n)},[t,e])}}}var S_=f.default.createContext(void 0),C_=f.default.createContext(void 0),w_=`-webkit-sticky`,T_=`sticky`,E_=g_(()=>{if(typeof document>`u`)return T_;let e=document.createElement(`div`);return e.style.position=w_,e.style.position===w_?w_:T_}),D_=typeof document>`u`?f.default.useEffect:f.default.useLayoutEffect;function O_(e){return`self`in e}function k_(e){return`body`in e}function A_(e,t,n,r=Vm,i,a){let o=f.default.useRef(null),s=f.default.useRef(null),c=f.default.useRef(null),l=f.default.useCallback(n=>{let r,i,o,l=n.target;if(k_(l)||O_(l)){let e=O_(l)?l:l.defaultView;o=a===!0?Ch(e,e.scrollX):e.scrollY,r=a===!0?e.document.documentElement.scrollWidth:e.document.documentElement.scrollHeight,i=a===!0?e.innerWidth:e.innerHeight}else o=a===!0?Ch(l,l.scrollLeft):l.scrollTop,r=a===!0?l.scrollWidth:l.scrollHeight,i=a===!0?l.offsetWidth:l.offsetHeight;let u=()=>{e({scrollHeight:r,scrollTop:Math.max(o,0),viewportHeight:i})};n.suppressFlushSync===!0?u():g.default.flushSync(u),s.current!==null&&(o===s.current||o<=0||o===r-i)&&(s.current=null,t(!0),c.current&&=(clearTimeout(c.current),null))},[e,t,a]);f.default.useEffect(()=>{let e=i??o.current;return r(i??o.current),l({suppressFlushSync:!0,target:e}),e.addEventListener(`scroll`,l,{passive:!0}),()=>{r(null),e.removeEventListener(`scroll`,l)}},[o,l,n,r,i]);function u(n){let r=o.current;if(!r||(a===!0?`offsetWidth`in r&&r.offsetWidth===0:`offsetHeight`in r&&r.offsetHeight===0))return;let i=n.behavior===`smooth`,l,u,d;O_(r)?(u=Math.max(ag(r.document.documentElement,a===!0?`width`:`height`),a===!0?r.document.documentElement.scrollWidth:r.document.documentElement.scrollHeight),l=a===!0?r.innerWidth:r.innerHeight,d=a===!0?Ch(r,r.scrollX):r.scrollY):(u=r[a===!0?`scrollWidth`:`scrollHeight`],l=ag(r,a===!0?`width`:`height`),d=a===!0?Ch(r,r.scrollLeft):r.scrollTop);let f=u-l;if(n.top===void 0){r.scrollTo(n);return}let p=Math.ceil(Math.max(Math.min(f,n.top),0));if(n.top=p,Fg(l,u)||p===d){e({scrollHeight:u,scrollTop:d,viewportHeight:l}),i&&t(!0);return}i?(s.current=p,c.current&&clearTimeout(c.current),c.current=setTimeout(()=>{c.current=null,s.current=null,t(!0)},1e3)):s.current=null,a===!0&&(n={...n.behavior===void 0?{}:{behavior:n.behavior},left:wh(r,p)}),r.scrollTo(n)}function d(e){a===!0&&(e={...e.behavior===void 0?{}:{behavior:e.behavior},...e.top===void 0?{}:{left:wh(o.current,e.top)}}),o.current.scrollBy(e)}return{scrollByCallback:d,scrollerRef:o,scrollToCallback:u}}function j_(e){return e}var M_=dh(([e,t])=>({...e,...t}),Wm(v_,dh(()=>{let e=G(e=>`Item ${e}`),t=G(e=>`Group ${e}`),n=G({}),r=G(j_),i=G(`div`),a=G(Vm),o=(e,t=null)=>sh(W(n,U(t=>t[e]),Qm()),t);return{components:n,computeItemKey:r,EmptyPlaceholder:o(`EmptyPlaceholder`),FooterComponent:o(`Footer`),GroupComponent:o(`Group`,`div`),groupContent:t,HeaderComponent:o(`Header`),HeaderFooterTag:i,ItemComponent:o(`Item`,`div`),itemContent:e,ListComponent:o(`List`,`div`),ScrollerComponent:o(`Scroller`,`div`),scrollerRef:a,ScrollSeekPlaceholder:o(`ScrollSeekPlaceholder`),TopItemListComponent:o(`TopItemList`)}}))),N_=({height:e})=>(0,m.jsx)(`div`,{style:{height:e}}),P_={overflowAnchor:`none`,position:E_(),zIndex:1},F_={overflowAnchor:`none`},I_={...F_,display:`inline-block`,height:`100%`},L_=f.default.memo(function({showTopList:e=!1}){let t=ev(`listState`),n=tv(`sizeRanges`),r=ev(`useWindowScroll`),i=ev(`customScrollParent`),a=tv(`windowScrollContainerState`),o=tv(`scrollContainerState`),s=i||r?a:o,c=ev(`itemContent`),l=ev(`context`),u=ev(`groupContent`),d=ev(`trackItemSizes`),p=ev(`itemSize`),h=ev(`log`),g=tv(`gap`),_=ev(`horizontalDirection`),{callbackRef:v}=Dh(n,p,d,e?Vm:s,h,g,i,_,ev(`skipAnimationFrameInResizeObserver`)),[y,b]=f.default.useState(0);$_(`deviation`,e=>{y!==e&&b(e)});let x=ev(`EmptyPlaceholder`),S=ev(`ScrollSeekPlaceholder`)??N_,C=ev(`ListComponent`),w=ev(`ItemComponent`),T=ev(`GroupComponent`),E=ev(`computeItemKey`),D=ev(`isSeeking`),O=ev(`groupIndices`).length>0,k=ev(`alignToBottom`),A=ev(`initialItemFinalLocationReached`),j=e?{}:{boxSizing:`border-box`,..._?{display:`inline-block`,height:`100%`,marginInlineStart:y===0?k?`auto`:0:y,paddingInlineEnd:t.offsetBottom,paddingInlineStart:t.offsetTop,whiteSpace:`nowrap`}:{marginTop:y===0?k?`auto`:0:y,paddingBottom:t.offsetBottom,paddingTop:t.offsetTop},...A?{}:{visibility:`hidden`}};return!e&&t.totalCount===0&&x!=null?(0,m.jsx)(x,{...U_(x,l)}):(0,m.jsx)(C,{...U_(C,l),"data-testid":e?`virtuoso-top-item-list`:`virtuoso-item-list`,ref:v,style:j,children:(e?t.topItems:t.items).map(e=>{let n=e.originalIndex,r=E(n+t.firstItemIndex,e.data,l);return D?(0,f.createElement)(S,{...U_(S,l),height:e.size,index:e.index,key:r,type:e.type||`item`,...e.type===`group`?{}:{groupIndex:e.groupIndex}}):e.type===`group`?(0,f.createElement)(T,{...U_(T,l),"data-index":n,"data-item-index":e.index,"data-known-size":e.size,key:r,style:P_},u(e.index,l)):(0,f.createElement)(w,{...U_(w,l),...W_(w,e.data),"data-index":n,"data-item-group-index":e.groupIndex,"data-item-index":e.index,"data-known-size":e.size,key:r,style:_?I_:F_},O?c(e.index,e.groupIndex,e.data,l):c(e.index,e.data,l))})})}),R_={height:`100%`,outline:`none`,overflowY:`auto`,position:`relative`,WebkitOverflowScrolling:`touch`},z_={outline:`none`,overflowX:`auto`,position:`relative`},B_=e=>({height:`100%`,position:`absolute`,top:0,width:`100%`,...e?{display:`flex`,flexDirection:`column`}:void 0}),V_=(e,t,n=0)=>({...B_(e),position:t?`relative`:`absolute`,top:t?-n:0}),H_={position:E_(),top:0,width:`100%`,zIndex:1};function U_(e,t){if(typeof e!=`string`)return{context:t}}function W_(e,t){return{item:typeof e==`string`?void 0:t}}var G_=f.default.memo(function(){let e=ev(`HeaderComponent`),t=tv(`headerHeight`),n=ev(`HeaderFooterTag`),r=Th(f.default.useMemo(()=>e=>{t(ag(e,`height`))},[t]),!0,ev(`skipAnimationFrameInResizeObserver`)),i=ev(`context`);return e==null?null:(0,m.jsx)(n,{ref:r,children:(0,m.jsx)(e,{...U_(e,i)})})}),K_=f.default.memo(function(){let e=ev(`FooterComponent`),t=tv(`footerHeight`),n=ev(`HeaderFooterTag`),r=Th(f.default.useMemo(()=>e=>{t(ag(e,`height`))},[t]),!0,ev(`skipAnimationFrameInResizeObserver`)),i=ev(`context`);return e==null?null:(0,m.jsx)(n,{ref:r,children:(0,m.jsx)(e,{...U_(e,i)})})});function q_({useEmitter:e,useEmitterValue:t,usePublisher:n}){return f.default.memo(function({children:r,style:i,context:a,...o}){let s=n(`scrollContainerState`),c=t(`ScrollerComponent`),l=n(`smoothScrollTargetReached`),u=t(`scrollerRef`),d=t(`horizontalDirection`)||!1,{scrollByCallback:f,scrollerRef:p,scrollToCallback:h}=A_(s,l,c,u,void 0,d);return e(`scrollTo`,h),e(`scrollBy`,f),(0,m.jsx)(c,{"data-testid":`virtuoso-scroller`,"data-virtuoso-scroller":!0,ref:p,style:{...d?z_:R_,...i},tabIndex:0,...o,...U_(c,a),children:r})})}function J_({useEmitter:e,useEmitterValue:t,usePublisher:n}){return f.default.memo(function({children:r,style:i,context:a,...o}){let s=n(`windowScrollContainerState`),c=t(`ScrollerComponent`),l=n(`smoothScrollTargetReached`),u=t(`totalListHeight`),d=t(`deviation`),p=t(`customScrollParent`),h=f.default.useRef(null),{scrollByCallback:g,scrollerRef:_,scrollToCallback:v}=A_(s,l,c,t(`scrollerRef`),p);return D_(()=>(_.current=p??h.current?.ownerDocument.defaultView,()=>{_.current=null}),[_,p]),e(`windowScrollTo`,v),e(`scrollBy`,g),(0,m.jsx)(c,{ref:h,"data-virtuoso-scroller":!0,style:{position:`relative`,...i,...u===0?void 0:{height:u+d}},...o,...U_(c,a),children:r})})}var Y_=({children:e})=>{let t=f.default.useContext(S_),n=tv(`viewportHeight`),r=tv(`fixedItemHeight`),i=ev(`alignToBottom`),a=ev(`horizontalDirection`),o=Th(f.default.useMemo(()=>Im(n,e=>ag(e,a?`width`:`height`)),[n,a]),!0,ev(`skipAnimationFrameInResizeObserver`));return f.default.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,m.jsx)(`div`,{"data-viewport-type":`element`,ref:o,style:B_(i),children:e})},X_=({children:e})=>{let t=f.default.useContext(S_),n=tv(`windowViewportRect`),r=tv(`fixedItemHeight`),i=ev(`customScrollParent`),a=ev(`useWindowScroll`),o=ev(`topListHeight`),s=Ah(n,i,ev(`skipAnimationFrameInResizeObserver`)),c=ev(`alignToBottom`);return f.default.useEffect(()=>{t&&(r(t.itemHeight),n({listHeight:0,offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,m.jsx)(`div`,{"data-viewport-type":`window`,ref:s,style:V_(c,a,o),children:e})},Z_=({children:e})=>{let t=ev(`TopItemListComponent`)??`div`,n=ev(`headerHeight`),r={...H_,marginTop:`${n}px`},i=ev(`context`);return(0,m.jsx)(t,{style:r,...U_(t,i),children:e})},{Component:Q_,useEmitter:$_,useEmitterValue:ev,usePublisher:tv}=x_(M_,{optional:{restoreStateFrom:`restoreStateFrom`,context:`context`,followOutput:`followOutput`,scrollIntoViewOnChange:`scrollIntoViewOnChange`,itemContent:`itemContent`,groupContent:`groupContent`,overscan:`overscan`,increaseViewportBy:`increaseViewportBy`,minOverscanItemCount:`minOverscanItemCount`,totalCount:`totalCount`,groupCounts:`groupCounts`,topItemCount:`topItemCount`,firstItemIndex:`firstItemIndex`,initialTopMostItemIndex:`initialTopMostItemIndex`,components:`components`,atBottomThreshold:`atBottomThreshold`,atTopThreshold:`atTopThreshold`,computeItemKey:`computeItemKey`,defaultItemHeight:`defaultItemHeight`,fixedGroupHeight:`fixedGroupHeight`,fixedItemHeight:`fixedItemHeight`,heightEstimates:`heightEstimates`,itemSize:`itemSize`,scrollSeekConfiguration:`scrollSeekConfiguration`,headerFooterTag:`HeaderFooterTag`,data:`data`,initialItemCount:`initialItemCount`,initialScrollTop:`initialScrollTop`,alignToBottom:`alignToBottom`,useWindowScroll:`useWindowScroll`,customScrollParent:`customScrollParent`,scrollerRef:`scrollerRef`,logLevel:`logLevel`,horizontalDirection:`horizontalDirection`,skipAnimationFrameInResizeObserver:`skipAnimationFrameInResizeObserver`},methods:{scrollToIndex:`scrollToIndex`,scrollIntoView:`scrollIntoView`,scrollTo:`scrollTo`,scrollBy:`scrollBy`,autoscrollToBottom:`autoscrollToBottom`,getState:`getState`},events:{isScrolling:`isScrolling`,endReached:`endReached`,startReached:`startReached`,rangeChanged:`rangeChanged`,atBottomStateChange:`atBottomStateChange`,atTopStateChange:`atTopStateChange`,totalListHeightChanged:`totalListHeightChanged`,itemsRendered:`itemsRendered`,groupIndices:`groupIndices`}},f.default.memo(function(e){let t=ev(`useWindowScroll`),n=ev(`topItemsIndexes`).length>0,r=ev(`customScrollParent`),i=ev(`context`);return(0,m.jsxs)(r||t?rv:nv,{...e,context:i,children:[n&&(0,m.jsx)(Z_,{children:(0,m.jsx)(L_,{showTopList:!0})}),(0,m.jsxs)(r||t?X_:Y_,{children:[(0,m.jsx)(G_,{}),(0,m.jsx)(L_,{}),(0,m.jsx)(K_,{})]})]})})),nv=q_({useEmitter:$_,useEmitterValue:ev,usePublisher:tv}),rv=J_({useEmitter:$_,useEmitterValue:ev,usePublisher:tv}),iv=Q_,av=dh(([e,t])=>({...e,...t}),Wm(v_,dh(()=>{let e=G(e=>(0,m.jsxs)(`td`,{children:[`Item $`,e]})),t=G(null),n=G(e=>(0,m.jsxs)(`td`,{colSpan:1e3,children:[`Group `,e]})),r=G(null),i=G(null),a=G({}),o=G(j_),s=G(Vm),c=(e,t=null)=>sh(W(a,U(t=>t[e]),Qm()),t);return{components:a,computeItemKey:o,context:t,EmptyPlaceholder:c(`EmptyPlaceholder`),FillerRow:c(`FillerRow`),fixedFooterContent:i,fixedHeaderContent:r,itemContent:e,groupContent:n,ScrollerComponent:c(`Scroller`,`div`),scrollerRef:s,ScrollSeekPlaceholder:c(`ScrollSeekPlaceholder`),TableBodyComponent:c(`TableBody`,`tbody`),TableComponent:c(`Table`,`table`),TableFooterComponent:c(`TableFoot`,`tfoot`),TableHeadComponent:c(`TableHead`,`thead`),TableRowComponent:c(`TableRow`,`tr`),GroupComponent:c(`Group`,`tr`)}}))),ov=({height:e})=>(0,m.jsx)(`tr`,{children:(0,m.jsx)(`td`,{style:{height:e}})}),sv=({height:e})=>(0,m.jsx)(`tr`,{children:(0,m.jsx)(`td`,{style:{border:0,height:e,padding:0}})}),cv={overflowAnchor:`none`},lv={position:E_(),zIndex:2,overflowAnchor:`none`},uv=f.default.memo(function({showTopList:e=!1}){let t=gv(`listState`),n=gv(`computeItemKey`),r=gv(`firstItemIndex`),i=gv(`context`),a=gv(`isSeeking`),o=gv(`fixedHeaderHeight`),s=gv(`groupIndices`).length>0,c=gv(`itemContent`),l=gv(`groupContent`),u=gv(`ScrollSeekPlaceholder`)??ov,d=gv(`GroupComponent`),p=gv(`TableRowComponent`),m=(e?t.topItems:[]).reduce((e,t,n)=>(n===0?e.push(t.size):e.push(e[n-1]+t.size),e),[]);return(e?t.topItems:t.items).map(t=>{let h=t.originalIndex,g=n(h+r,t.data,i),_=e?h===0?0:m[h-1]:0;return a?(0,f.createElement)(u,{...U_(u,i),height:t.size,index:t.index,key:g,type:t.type||`item`}):t.type===`group`?(0,f.createElement)(d,{...U_(d,i),"data-index":h,"data-item-index":t.index,"data-known-size":t.size,key:g,style:{...lv,top:o}},l(t.index,i)):(0,f.createElement)(p,{...U_(p,i),...W_(p,t.data),"data-index":h,"data-item-index":t.index,"data-known-size":t.size,"data-item-group-index":t.groupIndex,key:g,style:e?{...lv,top:o+_}:cv},s?c(t.index,t.groupIndex,t.data,i):c(t.index,t.data,i))})}),dv=f.default.memo(function(){let e=gv(`listState`),t=gv(`topItemsIndexes`).length>0,n=_v(`sizeRanges`),r=gv(`useWindowScroll`),i=gv(`customScrollParent`),a=_v(`windowScrollContainerState`),o=_v(`scrollContainerState`),s=i||r?a:o,c=gv(`trackItemSizes`),{callbackRef:l,ref:u}=Dh(n,gv(`itemSize`),c,s,gv(`log`),void 0,i,!1,gv(`skipAnimationFrameInResizeObserver`)),[d,p]=f.default.useState(0);hv(`deviation`,e=>{d!==e&&(u.current.style.marginTop=`${e}px`,p(e))});let h=gv(`EmptyPlaceholder`),g=gv(`FillerRow`)??sv,_=gv(`TableBodyComponent`),v=gv(`paddingTopAddition`),y=gv(`statefulTotalCount`),b=gv(`context`);if(y===0&&h!=null)return(0,m.jsx)(h,{...U_(h,b)});let x=(t?e.topItems:[]).reduce((e,t)=>e+t.size,0),S=e.offsetTop+v+d-x,C=e.offsetBottom,w=S>0?(0,m.jsx)(g,{context:b,height:S},`padding-top`):null,T=C>0?(0,m.jsx)(g,{context:b,height:C},`padding-bottom`):null;return(0,m.jsxs)(_,{"data-testid":`virtuoso-item-list`,ref:l,...U_(_,b),children:[w,t&&(0,m.jsx)(uv,{showTopList:!0}),(0,m.jsx)(uv,{}),T]})}),fv=({children:e})=>{let t=f.default.useContext(S_),n=_v(`viewportHeight`),r=_v(`fixedItemHeight`),i=Th(f.default.useMemo(()=>Im(n,e=>ag(e,`height`)),[n]),!0,gv(`skipAnimationFrameInResizeObserver`));return f.default.useEffect(()=>{t&&(n(t.viewportHeight),r(t.itemHeight))},[t,n,r]),(0,m.jsx)(`div`,{"data-viewport-type":`element`,ref:i,style:B_(!1),children:e})},pv=({children:e})=>{let t=f.default.useContext(S_),n=_v(`windowViewportRect`),r=_v(`fixedItemHeight`),i=gv(`customScrollParent`),a=gv(`useWindowScroll`),o=Ah(n,i,gv(`skipAnimationFrameInResizeObserver`));return f.default.useEffect(()=>{t&&(r(t.itemHeight),n({listHeight:0,offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:100}))},[t,n,r]),(0,m.jsx)(`div`,{"data-viewport-type":`window`,ref:o,style:V_(!1,a),children:e})},{Component:mv,useEmitter:hv,useEmitterValue:gv,usePublisher:_v}=x_(av,{optional:{restoreStateFrom:`restoreStateFrom`,context:`context`,followOutput:`followOutput`,firstItemIndex:`firstItemIndex`,itemContent:`itemContent`,groupContent:`groupContent`,fixedHeaderContent:`fixedHeaderContent`,fixedFooterContent:`fixedFooterContent`,overscan:`overscan`,increaseViewportBy:`increaseViewportBy`,minOverscanItemCount:`minOverscanItemCount`,totalCount:`totalCount`,topItemCount:`topItemCount`,initialTopMostItemIndex:`initialTopMostItemIndex`,components:`components`,groupCounts:`groupCounts`,atBottomThreshold:`atBottomThreshold`,atTopThreshold:`atTopThreshold`,computeItemKey:`computeItemKey`,defaultItemHeight:`defaultItemHeight`,fixedGroupHeight:`fixedGroupHeight`,fixedItemHeight:`fixedItemHeight`,itemSize:`itemSize`,scrollSeekConfiguration:`scrollSeekConfiguration`,data:`data`,initialItemCount:`initialItemCount`,initialScrollTop:`initialScrollTop`,alignToBottom:`alignToBottom`,useWindowScroll:`useWindowScroll`,customScrollParent:`customScrollParent`,scrollerRef:`scrollerRef`,logLevel:`logLevel`},methods:{scrollToIndex:`scrollToIndex`,scrollIntoView:`scrollIntoView`,scrollTo:`scrollTo`,scrollBy:`scrollBy`,getState:`getState`},events:{isScrolling:`isScrolling`,endReached:`endReached`,startReached:`startReached`,rangeChanged:`rangeChanged`,atBottomStateChange:`atBottomStateChange`,atTopStateChange:`atTopStateChange`,totalListHeightChanged:`totalListHeightChanged`,itemsRendered:`itemsRendered`,groupIndices:`groupIndices`}},f.default.memo(function(e){let t=gv(`useWindowScroll`),n=gv(`customScrollParent`),r=_v(`fixedHeaderHeight`),i=_v(`fixedFooterHeight`),a=gv(`fixedHeaderContent`),o=gv(`fixedFooterContent`),s=gv(`context`),c=Th(f.default.useMemo(()=>Im(r,e=>ag(e,`height`)),[r]),!0,gv(`skipAnimationFrameInResizeObserver`)),l=Th(f.default.useMemo(()=>Im(i,e=>ag(e,`height`)),[i]),!0,gv(`skipAnimationFrameInResizeObserver`)),u=n||t?yv:vv,d=n||t?pv:fv,p=gv(`TableComponent`),h=gv(`TableHeadComponent`),g=gv(`TableFooterComponent`),_=a?(0,m.jsx)(h,{ref:c,style:{position:`sticky`,top:0,zIndex:2},...U_(h,s),children:a()},`TableHead`):null,v=o?(0,m.jsx)(g,{ref:l,style:{bottom:0,position:`sticky`,zIndex:1},...U_(g,s),children:o()},`TableFoot`):null;return(0,m.jsx)(u,{...e,...U_(u,s),children:(0,m.jsx)(d,{children:(0,m.jsxs)(p,{style:{borderSpacing:0,overflowAnchor:`none`},...U_(p,s),children:[_,(0,m.jsx)(dv,{},`TableBody`),v]})})})})),vv=q_({useEmitter:hv,useEmitterValue:gv,usePublisher:_v}),yv=J_({useEmitter:hv,useEmitterValue:gv,usePublisher:_v}),bv={bottom:0,itemHeight:0,items:[],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},xv={bottom:0,itemHeight:0,items:[{index:0}],itemWidth:0,offsetBottom:0,offsetTop:0,top:0},{ceil:Sv,floor:Cv,max:wv,min:Tv,round:Ev}=Math;function Dv(e,t,n){return Array.from({length:t-e+1}).map((t,r)=>({data:n===null?null:n[r+e],index:r+e}))}function Ov(e){return{...xv,items:e}}function kv(e,t){return e!==void 0&&e.width===t.width&&e.height===t.height}function Av(e,t){return e!==void 0&&e.column===t.column&&e.row===t.row}var jv=dh(([{increaseViewportBy:e,listBoundary:t,overscan:n,visibleRange:r},{footerHeight:i,headerHeight:a,scrollBy:o,scrollContainerState:s,scrollTo:c,scrollTop:l,smoothScrollTargetReached:u,viewportHeight:d},f,p,{didMount:m,propsReady:h},{customScrollParent:g,useWindowScroll:_,windowScrollContainerState:v,windowScrollTo:y,windowViewportRect:b},x])=>{let S=G(0),C=G(0),w=G(bv),T=G({height:0,width:0}),E=G({height:0,width:0}),D=ch(),O=ch(),k=G(0),A=G(null),j=G({column:0,row:0}),M=ch(),N=ch(),P=G(!1),F=G(0),I=G(!0),ee=G(!1),L=G(!1);Gm(W(m,ih(F),$m(([e,t])=>!Ng(t))),()=>{Km(I,!1)}),Gm(W(mh(m,I,E,T,F,ee),$m(([e,t,n,r,,i])=>e&&!t&&n.height!==0&&r.height!==0&&!i)),([,,,,e])=>{if(e===void 0){Km(I,!0);return}Km(ee,!0),jg(1,()=>{Km(D,e)}),Ym(W(l),()=>{Km(t,[0,0]),Km(I,!0)})}),H(W(N,$m(e=>e!=null&&e.scrollTop>0),eh(0)),C),Gm(W(m,ih(N),$m(([,e])=>e!=null)),([,e])=>{e&&(Km(T,e.viewport),Km(E,e.item),Km(j,e.gap),e.scrollTop>0&&(Km(P,!0),Ym(W(l,nh(1)),e=>{Km(P,!1)}),Km(c,{top:e.scrollTop})))}),H(W(T,U(({height:e})=>e)),d),H(W(mh(hh(T,kv),hh(E,kv),hh(j,(e,t)=>e!==void 0&&e.column===t.column&&e.row===t.row),hh(l)),U(([e,t,n,r])=>({gap:n,item:t,scrollTop:r,viewport:e}))),M),H(W(mh(hh(S),r,hh(j,Av),hh(E,kv),hh(T,kv),hh(A),hh(C),hh(P),hh(I),hh(F)),$m(([,,,,,,,e])=>!e),U(([e,[t,n],r,i,a,o,s,,c,l])=>{let{column:u,row:d}=r,{height:f,width:p}=i,{width:m}=a;if(s===0&&(e===0||m===0))return bv;if(p===0){let t=Mg(l,e);return Ov(Dv(t,t+Math.max(s-1,0),o))}let h=Mv(m,p,u),g,_;c?t===0&&n===0&&s>0?(g=0,_=s-1):(g=h*Cv((t+d)/(f+d)),_=h*Sv((n+d)/(f+d))-1,_=Tv(e-1,wv(_,h-1)),g=Tv(_,wv(0,g))):(g=0,_=-1);let v=Dv(g,_,o),{bottom:y,top:b}=Nv(a,r,i,v),x=Sv(e/h);return{bottom:y,itemHeight:f,items:v,itemWidth:p,offsetBottom:x*f+(x-1)*d-y,offsetTop:b,top:b}})),w),H(W(A,$m(e=>e!==null),U(e=>e.length)),S),H(W(mh(T,E,w,j),$m(([e,t,{items:n}])=>n.length>0&&t.height!==0&&e.height!==0),U(([e,t,{items:n},r])=>{let{bottom:i,top:a}=Nv(e,r,t,n);return[a,i]}),Qm(eg)),t);let te=G(!1);H(W(l,ih(te),U(([e,t])=>t||e!==0)),te);let ne=lh(W(mh(w,S),$m(([{items:e}])=>e.length>0),ih(te),$m(([[e,t],n])=>{let r=e.items[e.items.length-1].index===t-1;return(n||e.bottom>0&&e.itemHeight>0&&e.offsetBottom===0&&e.items.length===t)&&r}),U(([[,e]])=>e-1),Qm())),re=lh(W(hh(w),$m(({items:e})=>e.length>0&&e[0].index===0),eh(0),Qm())),ie=lh(W(hh(w),ih(P),$m(([{items:e},t])=>e.length>0&&!t),U(([{items:e}])=>({endIndex:e[e.length-1].index,startIndex:e[0].index})),Qm($h),rh(0)));H(ie,p.scrollSeekRangeChanged),H(W(D,ih(T,E,S,j),U(([e,t,n,r,i])=>{let a=Og(e),{align:o,behavior:s,offset:c}=a,l=a.index;l===`LAST`&&(l=r-1),l=wv(0,l,Tv(r-1,l));let u=Pv(t,i,n,l);return o===`end`?u=Ev(u-t.height+n.height):o===`center`&&(u=Ev(u-t.height/2+n.height/2)),c!==void 0&&c!==0&&(u+=c),{behavior:s,top:u}})),c);let ae=sh(W(w,U(e=>e.offsetBottom+e.bottom)),0);return H(W(b,U(e=>({height:e.visibleHeight,width:e.visibleWidth}))),T),{customScrollParent:g,data:A,deviation:k,footerHeight:i,gap:j,headerHeight:a,increaseViewportBy:e,initialItemCount:C,itemDimensions:E,overscan:n,restoreStateFrom:N,scrollBy:o,scrollContainerState:s,scrollHeight:O,scrollTo:c,scrollToIndex:D,scrollTop:l,smoothScrollTargetReached:u,totalCount:S,useWindowScroll:_,viewportDimensions:T,windowScrollContainerState:v,windowScrollTo:y,windowViewportRect:b,...p,gridState:w,horizontalDirection:L,initialTopMostItemIndex:F,totalListHeight:ae,...f,endReached:ne,propsReady:h,rangeChanged:ie,startReached:re,stateChanged:M,stateRestoreInProgress:P,...x}},Wm(qg,jh,Vg,d_,Eg,f_,bh));function Mv(e,t,n){return wv(1,Cv((e+n)/(Cv(t)+n)))}function Nv(e,t,n,r){let{height:i}=n;if(i===void 0||r.length===0)return{bottom:0,top:0};let a=Pv(e,t,n,r[0].index);return{bottom:Pv(e,t,n,r[r.length-1].index)+i,top:a}}function Pv(e,t,n,r){let i=Cv(r/Mv(e.width,n.width,t.column)),a=i*n.height+wv(0,i-1)*t.row;return a>0?a+t.row:a}var Fv=dh(([e,t])=>({...e,...t}),Wm(jv,dh(()=>{let e=G(e=>`Item ${e}`),t=G({}),n=G(null),r=G(`virtuoso-grid-item`),i=G(`virtuoso-grid-list`),a=G(j_),o=G(`div`),s=G(Vm),c=(e,n=null)=>sh(W(t,U(t=>t[e]),Qm()),n),l=G(!1),u=G(!1);return H(hh(u),l),{components:t,computeItemKey:a,context:n,FooterComponent:c(`Footer`),HeaderComponent:c(`Header`),headerFooterTag:o,itemClassName:r,ItemComponent:c(`Item`,`div`),itemContent:e,listClassName:i,ListComponent:c(`List`,`div`),readyStateChanged:l,reportReadyState:u,ScrollerComponent:c(`Scroller`,`div`),scrollerRef:s,ScrollSeekPlaceholder:c(`ScrollSeekPlaceholder`,`div`)}}))),Iv=f.default.memo(function(){let e=Uv(`gridState`),t=Uv(`listClassName`),n=Uv(`itemClassName`),r=Uv(`itemContent`),i=Uv(`computeItemKey`),a=Uv(`isSeeking`),o=Wv(`scrollHeight`),s=Uv(`ItemComponent`),c=Uv(`ListComponent`),l=Uv(`ScrollSeekPlaceholder`),u=Uv(`context`),d=Wv(`itemDimensions`),p=Wv(`gap`),h=Uv(`log`),g=Uv(`stateRestoreInProgress`),_=Wv(`reportReadyState`),v=Th(f.default.useMemo(()=>e=>{let t=e.parentElement.parentElement.scrollHeight;o(t);let n=e.firstChild;if(n!==null){let{height:e,width:t}=n.getBoundingClientRect();d({height:e,width:t})}p({column:qv(`column-gap`,getComputedStyle(e).columnGap,h),row:qv(`row-gap`,getComputedStyle(e).rowGap,h)})},[o,d,p,h]),!0,!1);return D_(()=>{e.itemHeight>0&&e.itemWidth>0&&_(!0)},[e]),g?null:(0,m.jsx)(c,{className:t,ref:v,...U_(c,u),"data-testid":`virtuoso-item-list`,style:{paddingBottom:e.offsetBottom,paddingTop:e.offsetTop},children:e.items.map(t=>{let o=i(t.index,t.data,u);return a?(0,m.jsx)(l,{...U_(l,u),height:e.itemHeight,index:t.index,width:e.itemWidth},o):(0,f.createElement)(s,{...U_(s,u),className:n,"data-index":t.index,key:o},r(t.index,t.data,u))})})}),Lv=f.default.memo(function(){let e=Uv(`HeaderComponent`),t=Wv(`headerHeight`),n=Uv(`headerFooterTag`),r=Th(f.default.useMemo(()=>e=>{t(ag(e,`height`))},[t]),!0,!1),i=Uv(`context`);return e==null?null:(0,m.jsx)(n,{ref:r,children:(0,m.jsx)(e,{...U_(e,i)})})}),Rv=f.default.memo(function(){let e=Uv(`FooterComponent`),t=Wv(`footerHeight`),n=Uv(`headerFooterTag`),r=Th(f.default.useMemo(()=>e=>{t(ag(e,`height`))},[t]),!0,!1),i=Uv(`context`);return e==null?null:(0,m.jsx)(n,{ref:r,children:(0,m.jsx)(e,{...U_(e,i)})})}),zv=({children:e})=>{let t=f.default.useContext(C_),n=Wv(`itemDimensions`),r=Wv(`viewportDimensions`),i=Th(f.default.useMemo(()=>e=>{r(e.getBoundingClientRect())},[r]),!0,!1);return f.default.useEffect(()=>{t&&(r({height:t.viewportHeight,width:t.viewportWidth}),n({height:t.itemHeight,width:t.itemWidth}))},[t,r,n]),(0,m.jsx)(`div`,{ref:i,style:B_(!1),children:e})},Bv=({children:e})=>{let t=f.default.useContext(C_),n=Wv(`windowViewportRect`),r=Wv(`itemDimensions`),i=Uv(`customScrollParent`),a=Uv(`useWindowScroll`),o=Ah(n,i,!1);return f.default.useEffect(()=>{t&&(r({height:t.itemHeight,width:t.itemWidth}),n({listHeight:0,offsetTop:0,visibleHeight:t.viewportHeight,visibleWidth:t.viewportWidth}))},[t,n,r]),(0,m.jsx)(`div`,{ref:o,style:V_(!1,a),children:e})},{Component:Vv,useEmitter:Hv,useEmitterValue:Uv,usePublisher:Wv}=x_(Fv,{optional:{context:`context`,totalCount:`totalCount`,overscan:`overscan`,itemContent:`itemContent`,components:`components`,computeItemKey:`computeItemKey`,data:`data`,initialItemCount:`initialItemCount`,scrollSeekConfiguration:`scrollSeekConfiguration`,headerFooterTag:`headerFooterTag`,listClassName:`listClassName`,itemClassName:`itemClassName`,useWindowScroll:`useWindowScroll`,customScrollParent:`customScrollParent`,scrollerRef:`scrollerRef`,logLevel:`logLevel`,restoreStateFrom:`restoreStateFrom`,initialTopMostItemIndex:`initialTopMostItemIndex`,increaseViewportBy:`increaseViewportBy`},methods:{scrollTo:`scrollTo`,scrollBy:`scrollBy`,scrollToIndex:`scrollToIndex`},events:{isScrolling:`isScrolling`,endReached:`endReached`,startReached:`startReached`,rangeChanged:`rangeChanged`,atBottomStateChange:`atBottomStateChange`,atTopStateChange:`atTopStateChange`,stateChanged:`stateChanged`,readyStateChanged:`readyStateChanged`}},f.default.memo(function({...e}){let t=Uv(`useWindowScroll`),n=Uv(`customScrollParent`),r=n||t?Kv:Gv,i=n||t?Bv:zv,a=Uv(`context`);return(0,m.jsx)(r,{...e,...U_(r,a),children:(0,m.jsxs)(i,{children:[(0,m.jsx)(Lv,{}),(0,m.jsx)(Iv,{}),(0,m.jsx)(Rv,{})]})})})),Gv=q_({useEmitter:Hv,useEmitterValue:Uv,usePublisher:Wv}),Kv=J_({useEmitter:Hv,useEmitterValue:Uv,usePublisher:Wv});function qv(e,t,n){return t!==`normal`&&t?.endsWith(`px`)!==!0&&n(`${e} was not resolved to pixel value correctly`,t,_h.WARN),t===`normal`?0:parseInt(t??`0`,10)}var Jv=`data:application/octet-stream;base64,UEsDBBQAAAAIAAAAAABcGXfZeQAAAJ4AAAANAAAAbWFuaWZlc3QuanNvbiXNOw7CMBAE0LtMHRDm0/gAVNwAUVjxChZiL1ovIBTl7ti4nNEbzYyQOQVjyQX+PIMjPNx2tz9gQJJINWbRFKaaIyuNzcK75TIgvOwmWsVJzJiOPFFpjMqo/OwQtbhSJg32p1Gs69W92Qd9P6Kxnjf4Ji195dYbLD9QSwMEFAAAAAgAAAAAAKvF+/HrAgAAChwAABUAAABhbmltYXRpb25zLzEyMzQ1Lmpzb27tWUuO2kAQvYrVa2N1Y2M+u0lCcoAZZYNGUQdMcLCx1XY+I8RpspiDcLG8atu48QC7MSB5gdvuqq7Pq6p+0syW/WYTNnCEIwbMZkvFJj63WZiyCZYEi/CEzf6wicuxsSrXTYxTH5M4TbJw/7r/l1gCpxeLhT4msyzIMzaZPdsski+BovftQRxusMJo/sImXmVLxnIhrUVgLRMVS20uQzBQW+P0liX0kPr8GtsURPgXL2JnM+hpGSlrTyFtQDrjzsh1EQU8le9Q16YKqfCHBym9Q7rBB+MpdL9VT0iKJ4NyrmOgjDi+AqyCjzhObkkkRnyHbR0ahzUAaIQ9EwNu04+Okk4fKpCaKj3hOT737J5AVbBWqpSoRsKwBhTKX6nk78ggEqQQVzINCuQJafZDAdMQMVIpDgVgQURQNw37znDswrBejWAb+dSZuARdWclws0osVDOIwjQLdC1jwMoePn2YWl+DeZ4o65Gis3rWNNJKUFkhqKWMskBDSaFlObbnDY8OF77NHU8/R3gKI4IzXeJBhBY2RUifJANIIrjoY/mpQYmjuiuflNy/ykXR3W9S+KJkugrnSOIxV8n6dA45od5ArVHi871Qw3u++kb21RwUCmXu/nlYhmQUG28PEWDZcTClhACrsNlkelgVo5bXm9O64hsk7aJ8OrUyiZMgJr/S08jFRmNeabSLuX5nn3Thmk71weI2EePDbQJbEF4DDDJMcQ1bRQPejtwew0HDctzVZX/SHKATy/FG4+m+fEilksqaF3dTdnqeP4dRHiiM85MKqffqliSnNSOOaX5wN9H3d1jHPd8gN7i9RG79jtw6cntPcjPu6o7cOnKrRrt/FXYbO2M08m0yXIVIyxRnQHLPNIcJuERzbkdzHc11NNfRXMujTX+wap3mRtxx+6MbpbkKkXZpzoTknmkON8klmvM6mutorqO5juZaHu0BSt8+zWHKhsDqJmmuQqRlmjMguSeagxwDsS7+O/e8+w9QSwECAAAUAAAACAAAAAAAXBl32XkAAACeAAAADQAAAAAAAAAAAAAAAAAAAAAAbWFuaWZlc3QuanNvblBLAQIAABQAAAAIAAAAAACrxfvx6wIAAAocAAAVAAAAAAAAAAAAAAAAAKQAAABhbmltYXRpb25zLzEyMzQ1Lmpzb25QSwUGAAAAAAIAAgB+AAAAwgMAAAAA`,Yv=`data:application/octet-stream;base64,UEsDBBQAAAAIAAAAAABcGXfZeQAAAJ4AAAANAAAAbWFuaWZlc3QuanNvbiXNOw7CMBAE0LtMHRDm0/gAVNwAUVjxChZiL1ovIBTl7ti4nNEbzYyQOQVjyQX+PIMjPNx2tz9gQJJINWbRFKaaIyuNzcK75TIgvOwmWsVJzJiOPFFpjMqo/OwQtbhSJg32p1Gs69W92Qd9P6Kxnjf4Ji195dYbLD9QSwMEFAAAAAgAAAAAAL6JfuEqLQAA75IBABUAAABhbmltYXRpb25zLzEyMzQ1Lmpzb27tnetuJElWx1/FsvgwI5VLmVl5q1nxAVhAi0CLAAGr2dXK0+OeNuNLy3bP7mq0r8Ez8BK8DE/C739ORN6q7La7XekqdyxMu+KaEZEZ/zjnxLn8fPzT8TfH1bJaNseL48uzu9Pjb34+/oG8f7y+uzs/+7vzi7Pbo7/626NsmS+LnDpUOP6Hs7dvj/7j9Psz0j+S5s/3/PnV1d3Zzembu/Prq9uj66uj06Pb6zfnpxdHl2ffn58evb++vaPm3Ru1+PPi+O3N8Td1tjg+f3/8DX+u+ZMX/PgDf7OWH++Ov1mrwtUlLb4/v33z4fZWfetx3/NAik5vb8/ubo+/+fbn43MN4c315fvfZ1S4OP3T2Y0XxLrnV/zNGcCfjr9ZhV6pf3l2dXfy5vrq7ub6goa3jIpKP9L25+Nr/cOMac081ccfKc0ZPLW2lGSUMA0rUSc+MGVQmi3bFc/l6faLqta9leR1E0r4Rcmd9anxV2W2qKtikf2OXBp8my1O6tWypoFl0TtZXc6fFz+rsZYtti6aTAVU1hgLereX3A2e5qoQpkCxTb0vzrNsEf4Lleo/qxMGM357NVPmFSv5HYvLYkwWv/DFj6/0//77f494AVr/gpV/f3rDT1u4m7O3v+pep766rW9lY4W/tYVlkDwk/B6sMjksbleq377S+ui0WL56n9nZKnSm1XqG7sp23B1ZVcjq3+lMX2Rcp3ydLcuiXhRtscxWo0/TP6TwUdpn52PuViU2LVeh6QPfZVHVy4rPDnja+n3e8/4Xg3+H6z3K31h78rt/h+9hlD9eh3W24P8Hb2bw7rsdE+c33DNnb23Y2gtFFTbDL2+u3x/967vT76//wPd+xTvjNV9eUfJXv/zrvz0aF9tK0A/F+jPoLvTmNY/+5vri+kbAvq2fkyzLtLdCZxwEG6DAtIuqW3mb5WD//vr96ZtzMh7oX/va3u60fwCrYer+5qcd//L85syOkYe6XoWu+YDHXec6O6xkS8e3d6dXb3Ru3dtvGfotp/3yPix/o9d/vX57d3V2q3Pp3l6r0Ctz3tpr1fXKthu+wl9fXTy4wnXouJ52HBaB786+QU7VKmetOFSLnNf9FNym2RbcNuDWB3QfcOsN7RS4nxO38+fF7YI1m+C2oPZFcDvMrK2WvPgmD2j6EcSO6+GtCiHxw2CdVYs69r0vSH0fUHcvO+d80X/3ADWbplRdNk2uN/rQpvGvZkS1fIQIHe6nv7+5/vD+qBFejvaQMh4gSXXKPOVTCi9rvVqWq1rTXq7ytntlW89gjvlPpw6FOr5+FQA1WL6VBv4YYhEYtkX6d04EO8t2sBrFcp03zCBfrnmtD6zGZ1HKt+9O35/516CJHf+g2ZyzBNoXmjF1rOD2XX8q+zS7R9gO+vbbk7xatu1aY2FMnuDnKDfU+R0j0U7fXrjY3hVtOEy+JaNol02tev4jNu+ywy/yaQNnd3fz4Ywpx/WzV/fPp3fvjrQf+kPM36aOsfdnRyf+9VPhHavw9vTili7CIr0VT0a/o7ewbIq8qtu6LLNSG76tsnWblVmerRjJsiWxWhdF3tTlIg9voow4svm1VP6xsNr2JYZRw/pebB/139+cvn93/oZxq87WYd/p3U4+s/7T2f5l3f9dFYyU/0IF4f3Wb7u+f4o6CW7t+5k20rrcjgczWBZbiX+7Ob26fXt9c3ksjBzvRhGq7NQ3gcgLCxg+3i0rN33PmtNTUCGQIjOgQsHJV0Kj5iUsy9q57T2HhWy5hrfyLRo2qmV1GZ4c1RhWiFDxqMr8e9/jInzA5NXsyJNimWeletzMqDiAarUrCw7zLqNPe4vYYJoc1x73NicgrYQ1TVav67XolpXj06rNWo1uVa6znKOlbssiAdLrAiSQaCZAWq0aSHE+oIxNkNnG23dAyqHFTT7UI4RlGd2xUeZFExAaVottvWhYErqNwFOvkS4NYGaahgnKV6U/wMti0TjV1UtYkrBk91iCcGhmLKnrZQP/m6AkQUmCktcEJUhb5uKTuKXRlY7uaUqx4/uPJWzxVVGIT8hzvvseH7IM5gQBQok4UvxPXubCg1Um7iJCRYYk0CpxM0JSPY07Gv7r1WNt75E2uWQn/WO7KmPEUkUGkC2ztQbk44vD65i0YZejzraNJ0w9DjjU76YTGbs4cet0VCfi4kleFMtGzFzF30xcoXIQw4xy9G2QgWB45RktagR0VrbLvLUFDDmDjHq5gt9Wm9irntN3mmfLuqr6jPV62SDBIl0bJA9axIyuy3IdcvqnhoXbGFnXzIZvXO1swL0WbFdtW5aVBFzrgNRZ2+rdrYuKDJAOvYCE2weN25NbA4n7P3JrMAekl0iB60W5RpRqpM2+A3pHEnKrvAokIdJhiK9qbYIgl4CT4jrD8ka1g+zLcQ0Z0qpSWV4bCoC+WbuIyVGpI0LYGc8HCaYm9Ry0XHczuPlBaFtwOTMs6nfFBQ/nY7/4r+E375fSaEn9ePYx2PBaCTjmJPjmuy4zdKh0dFbrg5BCBcoHZaW2FaVUGOVTIN23y75YYqRRJIpQsiK74P65R49BJvdh4zZ9b+PHjKAlz5cNCCTYsefUy3UDAUVu5vSgIZKKJiWjhgl1EursC+rMeB1XwYWgOAhpD/gcDOqAA1LeBSqdr+JCkdupKlAWOZuaZNmzl7pja6o+DQSsC3QT9K9DVYNKxqDE/4RbeRUOWcOCTcufOhA8gbdrwC0NQpyQng7HRtVMlBAMEpyVkmXbIR+PoLLlVoZbg0YhrXlZn0MmctvT+0FOht9PbDzj7cvCE6WzwAPj81FSCVMSJldgMWse+eQOgZF6wtABp6tGnKMQuYQdhqMM7HCxXNExkrvWy0lX60WzrBtbfipKXsoFTGsiAtIFuE8v7SApEWJuGc2yQLB40tKrjQVakoXT821sKgbmY7E1N9j35iEtrtUYXyk+FHr42g4FxlbXGpvxtDb0kqG7vFEzg53VzGwdmbmOJX9yOkLSEbIvR8h8F6giXNlu/JFexwEcIQKCTKdH6zIqII0dDWYMNDq8ioRzUQAoUDCxoLG2MKokJcLzJApuqmzSOEmSDKJL0+WiErxt1OzQXvV8a9S3UYexP9qudH+0XIOXPaU8GlJE7MHYx/Ma9uFoPn7C4OmmYNKPTPMKQw4l3WS8XTfV0Gu3EKNl6o4HqHidWdKO9MOqphM/0rqf4zo1MxKiI7HzZLnWcZCtdZxIHSUHr9EutIZrTqlqieTOeowd8tRhgQQQg1Y8d9glycEDdyOSTDCeYPypgkvp+u+B4BKF5qZYNIDNQejxijje0KAja0jDT2sMK2wo7D1U2YB8++MiAK64wDHytfIbkI10ucyg2bX7B+k+adVj7UlqVHXU0awXK6YanFf80anSlKY6XKFJLHaiKnOhHLIXacenm5VDBqiXE5A2DR/SouGkPggM6gBhjCZDvhlqKai4hF8zMpBAiP4vkRRf3I6dT7iIqla1aDivDoItfMyOtbuELPAu/ivt2bRnX5E0p2pQi5E5q2Toh7JpTWBhchAXbkAdy/5yWWW9uF3CdxMCV604fm9B0puMxNlIDlbs7jJqKkhZCYmH6lmRpBTz6imknf+l7vz5lNdbmNbmIHe+8dJh69sdm2/zoYaSmbPBlIadLwZ6+8bntixsb5PX6h5JAlXdG3lp2vtp7786bXModdwGVSU3vmaMfiCbX7rTfkHuUKA7jHhpof3uqkK6lBjQ9JbU5qZtaNq1tIa6ENpQMiq5m9YtO/fYfrlAkpTd1JsFb+36SoPsYZOEFwkvdo4XuKiZES/MEOBA0IINXppeTtjl6GzoH9/6KN10uYIUZZvB2rCNFXTFXjgosPyp3KDr4jGNh1Z24cEfG2bnEEDvAZwxLLOEUMdSKzfdr/Bj6EiF7gx3u3atMC4Swg0aerJLeeW+m9jLMH++a9MEcV8qxOHXbT6IQ0EA3xcc4geBca7kV6EPIq2CIONYS88tL8dKh6pRF0HTQw1M32RK8pTa+6KighSk4ApYvJNBmBdKTSbRNmnjz7Dx1/Nt/HZZ4nPvEDa9acaKjXG6wRJBwbXLDXV6Yci2wqBkO+2qv/bIWxBDXetv1zhk+o+ZjfAz04zCo3Ulpy1jHQOxY21doIaAu6mkcfC6kECeI+dSfFpxg4lNFpoHJh/YdzyAK2iCIKPXRCJrxMVMagwrbCg+PVTZWJHtj4u4gYX3GgemvabTZgbiVLaomYMOM/q0t4gNpslx7XFvSQEqwdEMcDSnHqZ5DcYf8A4dgiQv6smL+txe1J+TJAaLM0EwL2Gk7yv/Avpj2v9WbKeV2Xx1erzDSlbYn0x9Henbxirqxp44flasMpEIWo9dh/a4rqvY2Hv0cYVxb9TRDL1q/8B+3OFZYYZhbMM63aUGLl5yGSauOLFMnKeMepgh7834mD4pcAZjBtpYmEASUaVo5LNhkKMMN0H0NmpSqEnoVH26QnN4bPcQeA/JIbyJ25UMO411pg/umvnoZnYlMz7w4UQaHAjleJC0D2LFVLHdqBreVDrwD/rAn5hkCIIf6YH+4vxHUG3iel5guwO1LSISlZwtD7zfEuyRn6PPcDpfyD2/Ql3YKcYQIP89wpQytGrKeFSUote/NjH4FhYZT4oD8vpXBi9ovjQWhknhmCLwTTebpv2EcA9aOgPM0dqJCvlSA6ZYPI1xwBSO4hcNmCIuRk6k8HSTuW8CD5pyktfW3wlqKKM4bCiQk42/+FEsNsKveSw2LEdL3UV7Zw/EUpG/OfN/t4/BVFY4w8KRQP+a4vxS1KvEr+0bv2axJD3qlf39FIuxDdzeCNKj2Jk7xW00F54PuPGi85zA3YhqGAM3Zp8vA9xxnZ6M3KCy8vNJGE1M2x26EdeWi5WcB3wEukuhtv2zT9Ad12UDu+MEE3Yn7N5D7G4duvXnUywHR8h9/ZMWcYTb7c4jyz4nbnMj85y43W7iNmpELxRZ9mO4XbWO28jPRrhd4tJHuB2z40RCf9hg051izX4Mt/H+rEh3e4bbcV02cDtOMOF2wu09xG2cllvMR/58ivXoBsWtNzBC7vWukTuC7fME8X5e5MbKc4rcXDC8EHTHhboXuptVgO4oFnlQWJKjI+X9rdVd/QhpyX5Cd1yXDejuZpiwO2H3AWP3RACuJ7y8AzBpXeEiFRCqccFzCIpwA600mfP5VXg+tuepzOUh+3AUNMbu7teu5a4mshc0H4H9vbru8NGpV0LmkvxjyvZ4lx0qw5lHQf0btAdwjjs0QcrkMwyl+hDAZi1THyKlhJaGernbKRYwELFHu8OPBWokxfzQSj2ann4MsODBeEzRPz515R6HW/cobAFfpBQQkmSbLUDwYbwRp3RDn0FLaIoIwwXSao8XW0voa+MLLLUEW+Hhmtpqd7HC3NGvLbD9O3xxLKQ/NVp8y3XjYKW9y8HsLdbPeHFGa2eNB0tr7YIX+/HbCC0HDUfvsVOT9ICuvpY69qIRhRY8rre/B30Yvt6bax3827OkNR6IC9ddafBE0fRJ/GG1pIKTZo5/xYzC/XJ0W+reiutS4yllAt8nCc2DuSvKGG5iJp/GmHKZP2g9k5FjdtYneA2NKmL7l5ulmDu3JpqP4hVZ7HOSKz4KVj4mUdpwk/q2cv/+uUUDIun2spbEU7OplUKWSLNFc7NvxfQ9sMMJ/lJpYxrr0X8qAGxpn02wBu7KpWQqf9qxvZx74oQ69m6x5tyJtD07pnH8HEJwoyvDN1Li/iPYx5mrU5n4esg6d9/Nt+pvU0ot9snVwWWsvbZpmqeXOzOZuUdVxZVRS4hIfbkjn6KirTwmUlOyMZOqykGrqryccz7FAOMW1v49APogGr/is9qjBLgHecDPkuCQqcUBeNr6CgzsprFFf2jBl7kXETeDrQGuklMheF7m3p3OoqGtAr1xNeJu/itwUxrswRGx/BK7wxLANZ6vPrw4Oj9h1b2HWfPhxdGFY5FADuZ7gMCBnvRYcz4+xqABMl8foQ4m+XGOY/QhyubXxuhDFGDaGH2I3QjtVBLfaeOm0Jz+E0kCA0FG6r5SwH1EofKejw8msBzHy1LwI4CU0QpCaeK+FBwTazvpZWdZLBSOIkSJw/ICmyJulmqvQFFtDqzrANdSMtQg8XnqK4kwU28JnLY5oSaoAZKuOdJm1Q0cav/JfZQHlsvNhDuZJr0evJ0wa7qwfnlmjWvSFpIQ0yVO+UMA4wmzVgp6Oiany7XwmiNmTdIkkc9NF/dFtC5E7IixcNrdOaSx7rb5rui5NRrr30CK965dvB/u4yn14FMQesYCNu77Hy1gDc2wmVTw6er5xiB4gRpZTBVvpR7FXHhsLMNNS6+GTKIwQhSkOZ0Ru2Vt+OPTEd5ZJUs2CEQfZte0iBvsmtZ7vNxaw9CVLbEYsFEIGq2qr3e0+uq01TcU0XXURHX1MFULCDpYa+9zOH/VnqzPaPms9WB1vWHHsA1eSGg5aDh6lR3DxuKFxmZP5ivuay0DLg8T5Everfh9DBtCU2IbNpzeIbbACkalS3LEeewbZyh1QpYLbI6dm/V4aPRghyrHNmLTmOIstG6tJvFUMUqERDDmTY+0GKYWCCKmOGfsINRwFPXMBBDYEOn1ERmodq9mrV5an8xYSEVi9Hg3hEozbm7tx7gnCW8e/CbVsIywTKVbAkB8GDeHTnz4QKGxmJp/07J7UNIno8VsBsXBK0rXWrEmJbaJnSst34vx2X2aKEWBfxOnCTngloPQUEjblO1Gyszb7TnW3j/0AdrKghYnMPytTdM8HpJoVn4thRf/UuiHl+PXIBJ0hX8w/BpSF7gL9nRlbliDdRPoF0Ls1BK1wMWYVBFHjUI46KCBVA6PJQCrDHdC1BgOJSDC7b9M3EdvFk9O8Wo49eCvnPuCoWAjSpoUHCPJT4LgihMlnrA+vji8wLDB3HiHPr44vHAuAlRo4DBI5158fIInG6B8UerYjEMMIklN2fr0MYpFtUH6GE3k5U6gNMZuiO5tXpFxqCKHdLYEFtRDB68BPecJ5KKc3hiUC40ZXX/alIArlSzAGqOoOEXpobBjQVxgw6EGlwdfY6N3dJdfe68Q0Fb9rq0GkdMUww0+r7SQPxXcm8R5REcmvPic7FrjAIuttsxqkTKatCxDs9XCwrulVyFQTnh72Hg74dekqPby/Jp4tY+9zf0AYfa0sR9GH024NmQug2BmK3SVu9CSeNO0Ww4j08QcqAxZu6ec5gJ7nBlxEbqjyIjABgfVzMBDBLmwPOBpd78n9QF1YpdYQbBXoDKgHo32tYG6N++RT9Dhc4ZztGkNo50Vomgp9isBn5rdSIXrKk1OD4lXU5peN7vxiq1CqJ4ssBalU6NFvHrUFHWQdGm/VrM5qrrRgiGx8ntIfB77oA3HfIbOkqCgzVWm8WzdAUVEJ2MqOID6Erl/d6+lJiiEd1DkzTLIGmFlROFz52SnBKI1ComqbMyTYo2yOnRodsm6xDOZahtvzvRIdeUzVrmJIEO5CHXq134BJYmlgiTRubNiyCQ5kET+O1+n08zKPRwD50mlaKlxpKTXwHmYyKzSv0CgE6/aObJe3JeEf6/oMHnBUPGwpsjS7d9DODegcXUZAcnaXdwaLR9ECrkXZkZa6grYqWtHekNLqpIpeYJqmFfSoCghotrvA3QxoPuPQIEj1pDrw8xjOEBMu5vDFtlD7xZew+pGpW6DKzQbUhxRAGyFXTOS2glcH5JJhKzUPadGZQKbnY3Lh0Whj8uGJSGPjcuH1Y3KyXTxZAAXb9ekaNxv+Fln1yb0w9DM3MbQuQGsabG2kQKlCJogwjMXZiHE4Z5IVy8uvuLSpQWwuYJ2iFTXBkpBWYB+dAbRq68hV986PEXVG9jLt4FSrFfy9JYQddfkubSR94E8t+sUvI5kuiHYf7idkJkW+pxNNJA8DFTKOl04mHWRnPEywgK/N35V0Qn9TaoeqPjSyHH+dZq5GPYnRS67dokR+IOYoOvJQA9tGa9r7IDdGquJYV0IvyEJQezQieFY4FR2aKT+TM4fSVsJpdV6eM2hCPVGZXsPK2GZ/fHpeKR9KgWOJXrCvO8qZbyCvsyjVdbyxUsUra5R9GM9Qr/A8AW1oyQuvxbX/4xemrNK3TWKFtn/jK5RBnNX7cnaDFfOGg/W1dr5ioeiYUn/mkK33SvsLlFYtlCZxY5r7assbsXW2t+BMUWDcW9eonCY0QqhvelcmMNhORoPSTn6a0hKmcpVvdBtQggVRGVNsVbkZ/NpzJEJ5xRTsCyc27oDcUUHlLNEQ8TzU7sANYM+Ua40RepL51DqFKooHTdTjwgUzFraIn0SkZndO9jrg5jQoSpf+YErUpJh2Mg7JgjlAL9vEw8U1TICUygWKah4itGNU7Gg3ObB3YtNn5BPolM8UTxwBhY7V1pajvHZfbowxlG+oaVRoaugcDOlizpyrbaEm/Yt1d09lhg0caHWu7+waZqHM5hZ708SvfCF0AuJA0scWOLA5hBpBR3hsuR82ZRwuXob9Ey6kD5wRJ1wYHm2FywYF3OmC1IRnLTSneX+I+4jgwkXMp5w+j/8nDGYBsjplBIkkdHr9dpIpboy5gZkM8KpRWO3J5U+J+YGScXc0Kd6YR9OCr2xjyDwglopjd+gVbUYr4MIQyrW0zaP30pB0XAKDkQroiWMSmki62wnPFSMxwKTJMF0VTheneNzvX0MrtxcTheOCrPjycpJHjgxp2xcd9OU9tG1cPWFzavTTKoclIR7OCmW0Jb4p4MIqS4ecV3VoAVqyn3RzbBPJM7DpxFn4ZOIcxBfarYRPgfRWjJKC3PQ3IyU9DmYmp/LXrqgiwOZx1pyGbc8cLmD7gDjVIIj5G4qMVJjJcN4XAIHM8lGCo2QVuEBfdoCQWO/IDYWyswVRtfINlhyxH1GS5KPQo7x78EurrG4aBA/JFGLgVKUCV4wr8tR1lx3b5aLVVyoRLUhJAgo2biWp1hv1iQOAlpTxmfUcRsRWomTly6iLRJGaqJIRV5adIWZ4qx9ku1Yisr05RwNwSPUDEcDkke4H0hANqIUIfb/ZJggmYGSUG6UGYKVjEzQzWbIleRcCqt4DyMFEnKDRWzQ9AiixC5+01AmHW3WUKAZ6vCXFiG/DAZrlQLmdvkCHi9wXZieCZcltyEyBt0u+pxGiNm0ETcGe2Iijnx2tBZM0VhsUw3REgj7B/IHG0iYtZ2HBrimmRPUecYW4h7DfHD/MbDcG0zKJjqYrxV0EvDREoWmmnFQX9FD4kLcb7wtpBfH7zISTK65C4gpdFiQ9KNz6WqiUhCVdTYiiUA6KB3PCB0gPDAmW9lk6Hhxl/sQ7zi3lYTEtTf1UB25doZ50sLS2AnXynAZsYtpnsrCzuy3G5NR6K8ZAHgyKN7K+Fk9Y18ogQSC9xAS3ZKcecEewETEsnQ2+/dwydEfczrJhxVkRC6dodhBny5cIoK6q3qQmMbS8kjm5JTfLfixvpmhejtT209HZToqn3xUBidccwQwlPcnzJaqSja0h3BUAnywGkMEFRY6Im+WedEkVtmwWmzbia67ktBtF58MKp+baxlL253fyUYGnrI4e/0RoTCWTZJdzXl1DZNrhy8TTvBlNdddF3ACzXNAcKILJaf/OjjR5hzeJE0rDMonwPJgXbPD2fqsCDErCCnpV3eIspkB7++GPy4f8XSf9Pqx+jQ5qjzqKuFQwqHd4xCu7+ZyMVPDAWErg2sRnbsHgEPc03rc2CFZI76kA6LNGsMKGyTOQ5XNWHz74zpyRwJTu15eB1c0GxlcsAmcYGsRqfYZfdpbxAbT5Lj2uLekMpzgaOdwhHvNubgseT6yCIXyC3UQdBE6lB7KqwcIssy5pX5MyrxogkHDarGtFw1LQrcRdxrc/UmI1MHMRkaLVo6usgaFsWyS7GomOElwsnM4wUHw1HP6++vbu5Pzy9MfNuJe5Hp9u4j6bOEWVjgyK/X5PeCym3B++u9zgvUpHKAcFdvfJ63VekbnFbglwFkA4WbhdA4Ceqf3A/fpBm27Q0Dv37QMT1q5eTWe9N6cmDFOp0j4CSxniIQftsMMCIBNN8YJ1aJBJOXC3X0HgJeivQjJViGEGbB404yRiNsLO35unHwRETfuo6VdjPG/XWES71vUVsMlnyVRQcYlAdfBuu9MePKq8GRLhN/Tn07vTjWYMeWleBQ70DnJ5P0NX32cpXIa+FBo2fsDyz6W8pIC2KdF1AQBZye9iEuDVdkhIK9pDUI/Ax1TTQ1sOdAFBNVM00Q1TB3HTfEGNSTSD45n1JVM4QZ9ybRkWMmKpcwy6CfU8SrbyL4wyq7raaedDHA4xlGvQ3XPfrrbaozGN3rOlOTEhFHRFQYEJdYnD2Yho5WTUdSW8PNiaklrlEUsC9UtXDqbksaWvC1Nezq3f0KXN8rypoOW8Qn9AzZzps2Sk5h0pu3aoEYv5EkB7X94d/fdh4vvNk48BXfagayhwr8Sjv1WKFz1r3uhUF3HP53eHP3Fd5e/v7n7xW+vlPjj4uhPi6O7xdHN4uhycXS7OLo6+8N/2r+/ocofj/7y6O7d+e0/arrLu/gSlghQzhVfiqBq1PrTx2rlqnWnWueXZ/y84Sd0H78u+VXw95a/Gtj35z999U/s1OU//2pxtPqaEo0nFN5+uPyKAevn5YeLrxiyVX1zfftVLI5l8S9zCt19zTT57/Zr/ufd/qbr9ruvWIRpt7fnV0/v1heXjr/97dUR/7PV7H7+5rdXv/vF8ebOk9Nb/ffJR+0dH5vV1qf0HEH+tAcsa2UNLDxb3WU2qvfAl9WtwsX19ftff7j76mubNQRSUbloyv5+vgWLBRzfAdFIVOsVwM3dgNuW7u0uyj+2h8qNPfTdbvbQ5Qvvob0hVeXtFfhFLdhUQxTxw723ZEFbNkQcCtbDcp1nnibcKYY8AFqcEnc1IRsqM3xG4BbCKRmhx22V0X36Ss3ng3vJEIsj1emo9mte01t3qRh0tOG6ISyDqq5MqBWjBC2PYdwS2RHFCdCph91y7W8bfhy9Dz6O3YceR26+T2RK7iN3cyhZh0elYQ09jlwTNJfuPvKOUG7c7UbmlXzwcmQeNJU1eFNr7mOaSHm4tZgikIrBIaVFJpO0yWyZZKYjclR2qKb/DgWpWFiyCvdZESJPfhvpwJS4aZnborlTc3zwZuiXy4oohtmyoAU4PbQ3jPoz6uo0Cm7vgRDcL9Jp8A5PAcZKVA82RgxEtDD/en1qBieIOFeZ004okxiG8DQrzMPcMYxsSVuiz1h0NGIl6n8FodOSIekXQ/y+nLWQ6NiayzKCQlj0iUMQU4Ahcq8gywVDOfnUlodsC2Xom38lg8wuDBRTFNwTD9DBARyU9QXmHWYtFAwrBTHmDghfR4p5KK8Wbj4icYN0GGLwPzhR2aWSwj4FVMF5RfBNJUSVkSO7Vy7Xg2sLOVkXUuKyo7Mj9TmYmYaNQTFsgxGpG1dqCnEGPoE4fh9+HH2wC+1GrwBRDD+Mnllo+HH0NkmG76OPhlSKkMwCgNVeyWcgnxtBdzK4ie+mEOxHEY9YMDCw2ryRyAev+jE/GBooy4P90gn6aKWNBopPMH1SCt1tYthrysGKgNyOH9pm8oYid0+mGYWVKWI+RBju/HyFLjnjx+yZiJr2dlYAJ61KNzYi2FWLfU+N8M3NXPiuQVMFcsZW3yaHOyZxbrT0tE4C2bUy/STaSOj+mgxcuPuxeyl86yDrHFz/7R2LtQosllgtsViBaZlJNJHYqnC0EiOI80yuwQWNUMvBJ6a70eOSUzatikUbLI7My7tC1gZDT/fYh/56iPkMtPPlhVOrDYey22jqVlr8j/nAo5JCEplRqZW23GkpbmF/rCrQkhRo3VmgnAjCPoDZHAvxUPXRm2dz7zOwVN6lxh6H7iMPA/dxx2FbEGWF9w1Rk33cYdi6M2bccdianLml8mGH8xSXV+JsYKzsBPaBK4xHsD7WwHXY+sj9LOXcwrcXC0K4K6clFKyRTvQEY4jw7GOBXTjgzKMCbnBqnbZoeUODBIMH8Vzc9BuLxMkH0YD9g53NnMUKu60oIm4Iy/m3ILM1j2Kwd9xR0aIJ5qcwtBAVdAlfbRnmTp7bLDm7sVlpKc2DV4j6S12cc4lswh39a3a9kHiqgzh1pxcKEmK+vIcutpntfyJPuJuY/ee3HquLF7FMpLwBfR1Du0s01CVHxbPanT9dOflpMIFaQzI8PyCEeDn3XYYCnNU4kYZkOTAUeMhPn+SrIdSp/0wbPG3wvdngMzphChscx2YmjXs1Gzwe46Y+m07wtMH3aoPPKFnDoibDT6H+KoTf/u9veQY25+XF4KY66m7KiSKiDZMFWKgNCUA8armFg5b3FoJxu1AIPjsowVuJx+kOTtjkAVI1/I4WFtzU7O2KdVOTU8FR7eo5uPj0cahBcL4+6m7ytH4c4wEq5IbEHrn7xfJBxDG423LykK3ozblsw67P708Xuh/RBQ4hvS0tr+Pup9Oqc1cj5QN398l0QjuJWkKutZC5t7WgP0KIW4fz+qhM8Jng88muco7q+wB0ixpcUHLLJ+pvptXi6m9B9Q07cFdzczFNX3UteeOWTqYd4N7WOhBuBtU5dMhin/F1Pw7TNyZCJZ6lxvH5HqdauWo4mAA6Oshhi0WLPMcNLO8EdFyVKpaC/7FcgXBIx9w47tBVkZm4Ff9ByFqlD9dp/+3vqfIYqlEAT8RuWF27kvWUbhFIJvIx4d+u8U9bVQAIbWH4p/Qz+Oj5HPiLSr6fin6QL1P0w4/hfOgXxv8M4EdE7wR+CfwS+O2Y+KPR0/0BHVWJ9nuI9mthM8UaokwmFrQHwABQAfcsNSX2YP/GbV8L4ClYmtkAy6Gs/Uo4l3Buf4i84KooEXmPJfI+AeU6qi6hXEK5hHKzU3NbXYwdlYmae4Caw3lJgc7jhJcNXOuUmX1QkId5Q0W4EmNlpdzxSjDPro46TtZvkhIrm8Bv/0i8pzlYSzTeM2BfpPgS9iXsS9j3YoRfdAU3ofzudfuWKD8a1VgAKQ7rlMFVUDVp5/bQ12dMSD5MZ2ocCrw6PrdnczuON8Fdgrs9IvWepLWfSL3PAbtI4yWwS2CXwG5+2m6r/cL93tkSbTewxMAjyFoelyLcoajrrgAN6rKFEhOaLjbFVNObvhKYs7ifrSuBO9AlmEswt0803ZPsOBJN9ykgF2m5BHIJ5BLIzU/LzReWuHM5scZX9YGZoppR2UpebeR4JhiZVfKDoz/RXY+c/lDNnRThuca42r49DeUWJpTK5Mz+DZ177KUQBV1+h7bHFDU/QlbBbMw0pq6djSgOyMcThxOmYv6M/JdGY88NLTGAi8Ox0XQz3aJ0gmWaQhDIptg9LlkaLAhOTfENhGs7zNVajx4g3JHzv7Y11xv4BCSJ4VxhrXGXhGlc7IwUjl5jiqo484lV1RFq3urInLHqOfYYc5c7GsRoiAlxE+LujQMg3YE8IaKAB9A5uTxl8tOYAvcq0nxe3Ga8clp4HCIY7m8Mnfm8pDx2Pfbl2JLD1BzRqsO2Eobqo1yr42a/7gd2W6Gge0tXPWmLiXHtkVn4EcLBuuWxZ9uv2YO/tuZnjfhjmR2OeFyTX7Y8L+VXGCbDQ5C1Fd9v8mj6qqBVePhI32r/99//E58rweWd10jgkcAjgcfrAI+H3jPvkv+b9wV+ohu4IS344fbs5uT9+RsBlqR+U3rwXjO5zwsh2LpQDw+0xNp4iCBEsvd5waxthEYOajxPgX5N/eXdalYE/kAbEXNkQl0fAtxPnWc+Jcy1gr4Qja9CauBX1XDl8N+BN8enMQKGUOhlCoeTzxzcetVYONqqcfz2VIEsitM4Obc/HDTfXyeahJ/IuCki9kNwBPWa97xcRuXSP65CzI+1PK+jZO1CUS9WnCu/8rBt76Vp16dd/4o8a1aKlrhY4WUedZhD2PTiqnQ6u4TfLxNgsAqT+xN2aXBJ0OhiQ1U9KlGJIJ3ZVnZyG0bQQr1ZHb8wIPyZjve1XSd4t+NedZ1At7FXhbGTfL7r1ymKmguNckHcH/dwh7N/7EDkiE/Sf11LMFouAdZQEbopUAwf0MUivdGIwAVYfTg1Am0C/aH4AZ38fyYGMmvackUACAVB0H2FgU+xJsyCraKBT7WqMUZO2POasGc+p5/EsWpRYgN8+NgPAnygGArzg7mN3pAV02ahS4kiFmWOGiEN/aEwtzFNDDOCgaRNnjb5y7im3MkmJ+IOQfe+hE0ed3Xc5ZNNnvZ42uOz7vEneV/8PNGBfNdjpFwTHOtA9vg24cBjBAibbmukLYWH66CApCjLivlskdC8lJuzzINpEoBNRs9eV40I5KPMeaUKK5bXgiKvUFdSjGRie1UZEGAKWTnOwks0fQjq2cdMTojwKhBhq1PCXYkVKqLpEVTvIK4P0K8r4fx9ezfsEHmZH+ZRQZkRG7YUmSv/aSf9LTGB/Vz1b4XAwHxC2B1zyNUPz54TCJ4eOz3hwKvAgSe57PtcHECJVHeuCgJ6AEjw0Kn/ePpgQiUQNFRkAZhoGr6kW2kmS/836FznClYqzRIBSVdcGTiEZAxI7pW9beIjElrsHC22Or/bCVq0RMDHEH6NF3TMvg4KLTpUwDZEcYYVh3DD3ACzBdPzr00VzVJSNyC5I83+e879J2v2p538Knby0/y4fZ6VlKJO1drKDV/5QW7leCwjsuskfl3MKzYRRp5sYaP8Pam97ER/2stpL+96L8+oDYjomuvsFmY+O9C9vM2gWQHo/IzW5Ts/08ZNG3eGjTujSt+aC/Z20aLG2x6QSp8p1aAvgxbeQMvn0//9GMf+WY/rPJoiMcMzvwXt9KCUJdee1VI9msX4erHmYtCu+zfSqiwNZE+pJ2f4jbjgVgX1ZKSLa7dSDmQJrb28T4fh66eF+JyWjBuO+p1V7pig78uAPnN+8kgb4cuz29vTH8CRiTFIthuSpiT2dvvgS51W+TQ7EDqQIQifu68VhiW2WLnoNy2WMh5lOPOFLFBYH9SvH6Uiyx9bnZuz0zd359dXJ2+ur3AGoI39/vTm7Eor/OD6fNLqDM/L5z5OP0VZL34jF+c/nrECl99dT7+SHZnYz/CV3DExq73FMRWScQ42dyFlv8cOqnKF5g6l+k3pwEkVJ42yzH0T5p3uvomQ2b3LpoX6Of7p9OboL767/P3N3S9+e+U/jv7y6OL6+v2vP9x99fUvjul266d8Au1l77HgYLP3aDkPamTF7/n99e3d4Ft+7g/4ES9uvo84KKoMLQQ1/fEWHlsI7gb0RIZBCEIvo9390NqgIMHF9sqtfT8Z/FpuyPXB1JLLfc5F/vfnt28+3N4CfzoddrLNiV6vDwZdeJz/vAAjYRk3shh10mHScYnFIiNcEXGBEQ7Gdy8Zdy8hJprKVvVfIHtOr364ODv6OAmsul8kLTn+9ERQ8nJ2R1DSy+nNj05P/u7P/w9QSwECAAAUAAAACAAAAAAAXBl32XkAAACeAAAADQAAAAAAAAAAAAAAAAAAAAAAbWFuaWZlc3QuanNvblBLAQIAABQAAAAIAAAAAAC+iX7hKi0AAO+SAQAVAAAAAAAAAAAAAAAAAKQAAABhbmltYXRpb25zLzEyMzQ1Lmpzb25QSwUGAAAAAAIAAgB+AAAAAS4AAAAA`,Xv=Ua((e,t)=>({conversationId:void 0,pinnedMessages:[],setForConversation:(t,n)=>e({conversationId:t,pinnedMessages:n}),applyPinnedUpdate:(n,r)=>{String(t().conversationId)===String(n)&&e(e=>{let t=e.pinnedMessages.filter(e=>String(e.id)!==String(r.id));return!r.pinnedAt||Fo(r)?{pinnedMessages:t}:{pinnedMessages:[r,...t].sort((e,t)=>String(t.pinnedAt??``).localeCompare(String(e.pinnedAt??``)))}})},clearIfTarget:(n,r)=>{String(t().conversationId)===String(n)&&e(e=>({pinnedMessages:e.pinnedMessages.filter(e=>String(e.id)!==r)}))},reset:()=>e({pinnedMessages:[]})}));function Zv(e,t){let n=Xv(e=>e.pinnedMessages),r=Xv(e=>e.setForConversation),i=Xv(e=>e.applyPinnedUpdate),a=Xv(e=>e.clearIfTarget),o=Xv(e=>e.reset),s=(0,f.useMemo)(()=>new Set(n.map(e=>String(e.id))),[n]),c=(0,f.useCallback)(t=>i(e,t),[i,e]);return{pinnedMessages:n,pinnedIds:s,applyPinnedUpdate:c,refreshPinned:(0,f.useCallback)(async()=>{if(!e){r(e,[]);return}try{let t=await rn(e),n=t?.data??t??[];r(e,(Array.isArray(n)?n:[]).map(t=>Bo(t,e)))}catch(e){console.warn(`Unable to load pinned messages`,e)}},[e,r]),togglePin:(0,f.useCallback)((n,r)=>{if(!(!e||!n.id)){t?.();try{if(!cs(On({conversationId:e,messageId:n.id,pinned:r},t=>{let n=t;if(n?.status===`error`){let e=n.error?.code===`MESSAGE_PIN_LIMIT_REACHED`?`Chỉ được ghim tối đa 3 tin trong một hội thoại`:n.error?.code===`MESSAGE_PIN_NOT_ALLOWED`?`Bạn không có quyền ghim tin trong hội thoại này`:n.error?.message||`Không ghim được tin nhắn`;ss.error(e);return}n?.message&&c(Bo(n.message,e))})))return}catch(e){console.warn(`Unable to toggle pin`,e)}}},[c,e,t]),reset:(0,f.useCallback)(()=>o(),[o]),clearIfTarget:(0,f.useCallback)(t=>a(e,t),[a,e])}}var Qv=e=>e.type===`IMAGE`?`[Hình ảnh]`:e.type===`DOCUMENT`?e.attachmentName??`[Tài liệu]`:Mo(e)||`Tin nhắn`;function $v({conversationId:e,canManagePins:t,onJump:n,timelineRef:r}){let{pinnedMessages:i,togglePin:a}=Zv(e),[o,s]=(0,f.useState)(!1),[c,l]=(0,f.useState)(null),d=(0,f.useRef)(null);if((0,f.useEffect)(()=>{if(!o)return;let e=e=>{let t=e.target;d.current?.contains(t)||t.closest(`.pinned-dropdown`)||s(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[o]),i.length===0)return null;let[p]=i,h=()=>s(e=>!e),_=e=>{u.Modal.confirm({title:`Bỏ ghim tin nhắn này?`,content:Qv(e),okText:`Bỏ ghim`,okType:`danger`,cancelText:`Hủy`,onOk:()=>a(e,!1)})};return(0,m.jsxs)(`div`,{className:`pinned-bar${o?` is-expanded`:``}`,ref:d,children:[(0,m.jsxs)(`div`,{className:`pinned-bar-head`,children:[(0,m.jsxs)(`button`,{type:`button`,className:`pinned-bar-summary`,onClick:()=>l(p),children:[(0,m.jsx)(Ri,{className:`pinned-bar-icon`}),(0,m.jsxs)(`span`,{className:`pinned-bar-copy`,children:[(0,m.jsx)(`strong`,{className:`pinned-bar-title`,children:`Tin nhắn`}),(0,m.jsxs)(`span`,{className:`pinned-bar-preview`,children:[p.senderName?(0,m.jsxs)(`strong`,{children:[p.senderName,`: `]}):null,Qv(p)]})]})]}),(0,m.jsxs)(`button`,{type:`button`,className:`pinned-bar-count`,onClick:h,"aria-expanded":o,children:[i.length,` ghim`]})]}),o&&r.current?(0,g.createPortal)((0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(`div`,{className:`pinned-dropdown-scrim`,onClick:()=>s(!1)}),(0,m.jsxs)(`div`,{className:`pinned-dropdown`,children:[(0,m.jsxs)(`div`,{className:`pinned-dropdown-header`,children:[(0,m.jsxs)(`strong`,{children:[`Danh sách ghim (`,i.length,`)`]}),(0,m.jsx)(`button`,{type:`button`,className:`pinned-dropdown-collapse`,onClick:h,children:`Thu gọn`})]}),(0,m.jsx)(`ul`,{className:`pinned-dropdown-list`,"aria-label":`Danh sách tin đã ghim`,children:i.map(e=>(0,m.jsxs)(`li`,{className:`pinned-dropdown-item`,children:[(0,m.jsxs)(`button`,{type:`button`,className:`pinned-dropdown-jump`,onClick:()=>l(e),children:[(0,m.jsx)(Ri,{className:`pinned-dropdown-item-icon`}),(0,m.jsxs)(`span`,{className:`pinned-dropdown-item-text`,children:[e.senderName?(0,m.jsxs)(`strong`,{children:[e.senderName,`: `]}):null,Qv(e)]})]}),t?(0,m.jsx)(`button`,{type:`button`,className:`pinned-dropdown-unpin`,"aria-label":`Bỏ ghim`,onClick:()=>_(e),children:(0,m.jsx)(Xr,{})}):null]},e.id??e.clientMessageId))})]})]}),r.current):null,(0,m.jsx)(u.Modal,{open:c!=null,onCancel:()=>l(null),title:`Tin nhắn`,className:`pinned-detail-modal`,centered:!0,width:460,getContainer:!1,footer:[(0,m.jsx)(`button`,{type:`button`,className:`pinned-detail-copy`,"aria-label":`Sao chép`,onClick:()=>{c&&(navigator.clipboard.writeText(Qv(c)),ss.copied(`Đã sao chép tin nhắn`))},children:(0,m.jsx)(qr,{})},`copy`),(0,m.jsx)(`button`,{type:`button`,className:`pinned-detail-close`,onClick:()=>l(null),children:`Đóng`},`close`)],children:c?(0,m.jsxs)(`div`,{className:`pinned-detail-panel`,children:[c.senderName?(0,m.jsxs)(`p`,{className:`pinned-detail-sender`,children:[`Từ `,c.senderName]}):null,(0,m.jsx)(`p`,{className:`pinned-detail-content`,children:Qv(c)}),(0,m.jsxs)(`p`,{className:`pinned-detail-hint`,children:[(0,m.jsx)(Fr,{}),` Đã gửi lúc `,Nd(c.createdAt),`,`,` `,Fd(c.createdAt)]})]}):null})]})}function ey(){let[e,t]=(0,f.useState)(null);return{reactionPickerMessageId:e,openPicker:(0,f.useCallback)(e=>{t(e)},[]),closePicker:(0,f.useCallback)(()=>{t(null)},[]),toggle:(0,f.useCallback)(e=>{t(t=>t===e?null:e)},[]),clearIfTarget:(0,f.useCallback)(e=>{t(t=>String(t)===e?null:t)},[])}}var ty={updatedAt:null,userId:null};function ny(){let[e,t]=(0,f.useState)(null),[n,r]=(0,f.useState)(null),[i,a]=(0,f.useState)([]),[o,s]=(0,f.useState)(ty),[c,l]=(0,f.useState)(!1),[u,d]=(0,f.useState)(!1),[p,m]=(0,f.useState)(``),h=(0,f.useRef)({messageId:null,filter:null}),g=(0,f.useRef)(0),_=(0,f.useCallback)(async(e,t,n,r)=>{let i=g.current+1;g.current=i,d(!0),m(``);try{let o=await nn(e,{type:t??void 0,limit:30,cursorUpdatedAt:n.updatedAt,cursorUserId:n.userId}),c=o?.data??o;if(g.current!==i)return;a(e=>r?[...e,...c.items]:c.items),s({updatedAt:c.nextCursorUpdatedAt,userId:c.nextCursorUserId}),l(c.hasMore)}catch(e){if(g.current!==i)return;m(e instanceof Error?e.message:`Không thể tải biểu cảm.`)}finally{g.current===i&&d(!1)}},[]);return{messageId:e,filter:n,items:i,cursor:o,hasMore:c,isLoading:u,error:p,open:(0,f.useCallback)((e,n)=>{h.current={messageId:e,filter:n},t(e),r(n),a([]),s(ty),l(!1),_(e,n,ty,!1)},[_]),changeFilter:(0,f.useCallback)(e=>{let t=h.current.messageId;!t||h.current.filter===e||(h.current={messageId:t,filter:e},r(e),a([]),s(ty),l(!1),_(t,e,ty,!1))},[_]),loadMore:(0,f.useCallback)(()=>{!e||!c||!o.updatedAt||!o.userId||_(e,n,o,!0)},[o,n,c,_,e]),close:(0,f.useCallback)(()=>{g.current+=1,h.current={messageId:null,filter:null},t(null),a([]),s(ty),l(!1),m(``)},[]),retry:(0,f.useCallback)(()=>{let{messageId:e,filter:t}=h.current;e&&_(e,t,ty,!1)},[_]),clearIfTarget:(0,f.useCallback)(e=>{t(t=>String(t)===e?null:t),a([]),s(ty),l(!1),m(``),h.current=String(h.current.messageId)===e?{messageId:null,filter:null}:h.current,g.current+=1},[])}}var ry={LIKE:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.3.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_2_00000138562440180532594410000001757817828555337632_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cpath%20style='fill:%23FFCA28;'%20d='M77.6,48.8c7-1.4,13.8-0.7,17.2-0.2c3.8,0.5,9.1,1.3,13.2,3.2c4.7,2.1,5.9,5.7,6,10%20c0.1,4-1.1,6.4-2.5,7.7c4.2,2.3,5.2,5,5,9.5c-0.2,4-2,7.1-5.6,8.9c2.9,3.1,3.5,5.5,3,10.2c-0.4,4.4-2.1,7-9,9c1.3,1.4,1.7,3.8,1.6,6%20c-0.2,2.6-1,5.1-4.6,6.9c-1,0.5-6.9,3.4-19.2-0.5c-10.4,1.8-24.9,0.9-36.4-4.6c-10.9-0.1-23.8-1-24.8-1c-1.1,0-3.2-0.5-4.2-3.3%20S13.2,86.7,16.1,74c0.4-1.8,1.9-2.8,3.2-2.9s8.6-0.9,10.3-1.1c9-1.1,6.8-8.9,17.2-21.3c4.9-5.9,14.9-10,15.5-23.1%20c0.2-4.4,0.5-11.6,0.5-12.6c0-6.3,12.2-7.5,16.6,1.2C87.3,29.7,80.8,37.3,77.6,48.8z'/%3e%3cg%3e%3cg%3e%3cdefs%3e%3cpath%20id='SVGID_1_'%20d='M77.6,48.8c7-1.4,13.8-0.7,17.2-0.2c3.8,0.5,9.1,1.3,13.2,3.2c4.7,2.1,5.9,5.7,6,10c0.1,4-1.1,6.4-2.5,7.7%20c4.2,2.3,5.2,5,5,9.5c-0.2,4-2,7.1-5.6,8.9c2.9,3.1,3.5,5.5,3,10.2c-0.4,4.4-2.1,7-9,9c1.3,1.4,1.7,3.8,1.6,6%20c-0.2,2.6-1,5.1-4.6,6.9c-1,0.5-6.9,3.4-19.2-0.5c-10.4,1.8-24.9,0.9-36.4-4.6c-10.9-0.1-23.8-1-24.8-1c-1.1,0-3.2-0.5-4.2-3.3%20S13.2,86.7,16.1,74c0.4-1.8,1.9-2.8,3.2-2.9s8.6-0.9,10.3-1.1c9-1.1,6.8-8.9,17.2-21.3c4.9-5.9,14.9-10,15.5-23.1%20c0.2-4.4,0.5-11.6,0.5-12.6c0-6.3,12.2-7.5,16.6,1.2C87.3,29.7,80.8,37.3,77.6,48.8z'/%3e%3c/defs%3e%3cclipPath%20id='SVGID_00000086685130194529265600000000660098775673317798_'%3e%3cuse%20xlink:href='%23SVGID_1_'%20style='overflow:visible;'/%3e%3c/clipPath%3e%3cg%20style='clip-path:url(%23SVGID_00000086685130194529265600000000660098775673317798_);'%3e%3cpath%20style='fill:%23FAA700;'%20d='M16,72.2c0.1,1.5,0,3.7,2.8,3.7s9.5-0.7,10.9-0.9c2.7-0.3,7-2.5,8.6-6c1.4-2.9,4.7-10.5,4.7-10.5%20s7-20,9.6-20.3c4.1-0.5,11.9-1.4,11.9-13c0-3.6,0.4-9,0.4-10c0.3-7.7,8.9-4.8,12.3-1.1l3.6-3l-6.4-5.7c0,0-13.4,0.7-13.3,0.8%20C61.4,6.3,16,72.2,16,72.2z'/%3e%3cpolygon%20style='fill:%23FAA700;'%20points='16.6,110.8%2044.1,111.8%2044.1,116%2017.4,114.6%20'/%3e%3cpath%20style='fill:%23FAA700;'%20d='M111.4,48.6l7,12.6l-1.8,41.7l-13.4,20.3l-20-0.5c0,0-5.6-11.3-6.4-13.4c-0.8-2-3-6-7.3-12.2%20c-4.2-6.2-1.3-11.6,1.6-13.7c1.7-1.2,3.1-5.2,3.3-7.6s1-20.7,1.2-26.1s5.1-6.7,7.2-6.7L111.4,48.6z%20M91.6,55.6%20c-3.6,0.4-5.4,4.5-5.4,8.8c0.1,7.2,2.9,7.1,5.9,7.7c0.8,0.2,1.2,1.5,0,1.7c-5.2,0.5-6.2,5-6.2,8.5c0,6.6,4.8,7.2,5.6,7.2%20c1.3,0.1,1.7,1.7,0,1.8c-3.3,0.2-5.3,3.5-5.3,7.4c0,3,0.9,6.1,6.1,7.6c0.6,0.2,1.5,1.6-0.2,1.8c-4.5,0.7-4.6,2.9-4.7,5.8%20c0,3.3,1.6,4.3,3.6,4.9c1.7,0.4,5.1,0.5,7,0.2c4.6-0.8,8.4-5.9,4.4-11.4c-0.8,0-5.8,0-6.4,0s-0.6-0.8,0.2-0.8%20c10.9-0.6,14.1-4.5,14.7-8.9c0.4-3.2-0.5-6.5-3.2-8.9c-0.4-0.4-1-0.2-1.7-0.2c12-6.5,7.6-16.6,1.8-17.6c-1.1-0.2-2.1-0.3-1.1-0.7%20c5.9-2.1,7.4-18.5-6-18C100.9,52.5,94.5,55.3,91.6,55.6z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cdefs%3e%3cpath%20id='SVGID_00000152974783965720440860000010117970161744982703_'%20d='M77.6,48.8c7-1.4,13.8-0.7,17.2-0.2%20c3.8,0.5,9.1,1.3,13.2,3.2c4.7,2.1,5.9,5.7,6,10c0.1,4-1.1,6.4-2.5,7.7c4.2,2.3,5.2,5,5,9.5c-0.2,4-2,7.1-5.6,8.9%20c2.9,3.1,3.5,5.5,3,10.2c-0.4,4.4-2.1,7-9,9c1.3,1.4,1.7,3.8,1.6,6c-0.2,2.6-1,5.1-4.6,6.9c-1,0.5-6.9,3.4-19.2-0.5%20c-10.4,1.8-24.9,0.9-36.4-4.6c-10.9-0.1-23.8-1-24.8-1c-1.1,0-3.2-0.5-4.2-3.3S13.2,86.7,16.1,74c0.4-1.8,1.9-2.8,3.2-2.9%20s8.6-0.9,10.3-1.1c9-1.1,6.8-8.9,17.2-21.3c4.9-5.9,14.9-10,15.5-23.1c0.2-4.4,0.5-11.6,0.5-12.6c0-6.3,12.2-7.5,16.6,1.2%20C87.3,29.7,80.8,37.3,77.6,48.8z'/%3e%3c/defs%3e%3cclipPath%20id='SVGID_00000023269120595958308720000010644443632386750129_'%3e%3cuse%20xlink:href='%23SVGID_00000152974783965720440860000010117970161744982703_'%20style='overflow:visible;'/%3e%3c/clipPath%3e%3cg%20style='clip-path:url(%23SVGID_00000023269120595958308720000010644443632386750129_);'%3e%3cpath%20style='fill:%23B55E19;'%20d='M31.3,68.3c0.8,2.7,4,2.5,5.8,0.6C41.5,64,44.8,54.6,49,50.3c6.9-7.1,14.6-12.6,14.6-20%20c0-2.4,1-8.8-2.1-10.1c-1.6-0.7-2.8,0.5-2.8,1.4c0,1-0.7,10.5-0.7,10.5L31.3,68.3z'/%3e%3cpath%20style='fill:%23B55E19;'%20d='M72.7,7.1c-0.4,1.1-0.2,2.4,1.4,3.9c15.1,14-0.7,31.5-0.5,40.6c0.1,2.5,0,18.6-0.2,20.3%20c-1.6,10.9-8,14.8-11.6,16.9c-0.5,0.3-0.4,1.4,0.4,1.2c0.7-0.2,8-1.6,11.9-9c0.3,2.2,2.6,6.2,4.5,7c-2,0.9-7.5,9.1,1.4,16.5%20c-3.4,1.3-5.8,7.9-0.9,12.2c-3.5,1.1-22,1.4-32.7-5.6c-1-0.7-2.7-0.5-3.5,0.3c-0.9,0.8-1.4,0.8-1.9,0.7s-14.9,0.6-15.9,0.6%20s-3.2,0.2-3.2,1.6s24.6,1.6,24.6,1.6l13.6,6l23.3-0.9c0,0,13.9,1.3,12.1,0.9s-10.6-2.4-14.5-6.5c-4.5-4.9-0.6-8.1,0.5-8.4%20c0.7-0.2,1.5-0.4,2.6,0c1.2,0.4,14,3.5,20.2,0.6c0.8-0.4,0.5-0.9-0.2-0.9c-10.2,0.5-18.9-1.2-23-4.7c-5.9-5.1-3.3-10.6-1.3-11.8%20c0.7-0.4,1.5-0.3,1.9-0.1c8,3.4,24.1,1.5,28.7-1.4c0.5-0.3,0.3-1-0.4-0.8c-1.5,0.4-22.2,4.1-29.4-1.8c-5-4.1-5.9-8.6-2.6-12.1%20c1-1.1,2.8-0.8,3.2-0.7c13.2,2.7,27.2,0,29.7-2.6c0.6-0.6,0.3-1.4-0.7-1.1c-3.5,1.1-17.5,3-23.8,2.2c-1.6-0.2-3.2-0.4-5.4-1.9%20c-1.2-0.8-2.6-1.8-3.6-2.8s-1.9-2.9-1.5-6.4c0.2-2,1.3-4,4.8-4.7c2-0.4,5.2,0.3,6.1,0.5s2.6,0.2,3.7-0.1%20c1.8-0.5,7.8-2.1,11.6-2.4c1.2-0.1,1.4-1.5-0.1-1.6c-1.4-0.1-6.8-0.2-10.9,0.8c-0.5,0.1-0.8-0.2-0.5-0.5c0.3-0.4,1.1-1,1.3-1.2%20c0.3-0.2,0.4-1.2-1.1-0.8c-0.9,0.2-2.5,1.3-3.3,2.4c-0.4,0.6-1.1,0.7-1.5,0.7c-4.8-0.3-7.8,0.2-9.4,1.9c-0.1-2.5,0.3-5.2,0.8-6.6%20c0.3-0.9,8.9-9,8.2-23.4C84.9,10.9,74.4,2.8,72.7,7.1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:72,w:1024,h:1024,nm:`u1f44d`,ddd:0,assets:[],layers:[{ddd:0,ind:1,ty:4,nm:`mask`,parent:2,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[512,512,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[25.6,92],[-27.2,4],[-32.8,15.2],[-.8,34.4],[11.2,10.4],[1.6,36],[28.8,14.4],[4,37.6],[55.2,16],[.8,17.6],[28.8,14.4],[98.4,-31.2],[92,-44],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.6,-1.6],[-83.2,-99.2],[-4.8,-104.8],[0,-8],[-35.2,69.6]],o:[[56,11.2],[30.4,-4],[37.6,-16.8],[.8,-32],[33.6,-18.4],[-1.6,-32],[23.2,-24.8],[-3.2,-35.2],[10.4,-11.2],[-1.6,-20.8],[-8,-4],[-83.2,-14.4],[-87.2,.8],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72,8.8],[39.2,47.2],[1.6,35.2],[0,50.4],[64,-122.4]],v:[[101.6,125.6],[239.2,127.2],[344.8,101.6],[392.8,21.6],[372.8,-40],[412.8,-116],[368,-187.2],[392,-268.8],[320,-340.8],[332.8,-388.8],[296,-444],[142.4,-440],[-148.8,-403.2],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-283.2,-44.8],[-145.6,125.6],[-21.6,310.4],[-17.6,411.2],[115.2,401.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[29.471,90.834],[-27.006,5.149],[-32.127,16.574],[.657,34.403],[11.63,9.917],[3.122,35.9],[29.384,13.169],[5.588,37.397],[55.827,13.65],[1.545,17.55],[29.384,13.168],[96.991,-35.337],[90.055,-47.854],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.799],[-13.656,-1.023],[-87.324,-95.59],[-21.067,-102.773],[-1.247,-7.903],[-23.928,74.233]],o:[[56.424,8.82],[30.204,-5.282],[36.856,-18.376],[-.555,-32.006],[32.791,-19.805],[-2.953,-31.903],[22.13,-25.759],[-4.687,-35.034],[9.916,-11.629],[-2.478,-20.714],[-8.162,-3.658],[-83.735,-10.866],[-87.089,4.491],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.801],[72.308,5.745],[41.163,45.498],[7.065,34.521],[7.851,49.784],[44.15,-130.876]],v:[[116.602,106.415],[260.146,102.189],[364.568,72.144],[409.139,-9.816],[386.55,-70.515],[423.298,-148.14],[375.524,-217.38],[396.049,-299.922],[321.067,-368.811],[331.823,-417.309],[292.72,-470.902],[139.427,-460.405],[-155.954,-411.314],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.601],[-275.065,-47.546],[-130.377,116.878],[9.541,302.447],[29.196,401.394],[158.879,371.223]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[53.805,84.19],[-26.678,6.646],[-31.153,18.34],[2.574,34.313],[12.165,9.252],[5.12,35.67],[30.073,11.509],[7.665,37.028],[56.502,10.514],[2.521,17.437],[30.073,11.509],[112.758,-48.363],[87.246,-52.802],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.691,-.26],[-92.518,-90.572],[-50.366,-92.028],[-3.516,-7.186],[-1.033,77.987]],o:[[56.828,5.659],[29.862,-6.959],[35.774,-20.403],[-2.339,-31.925],[31.635,-21.604],[-4.727,-31.689],[20.659,-26.954],[-6.633,-34.717],[9.252,-12.165],[-3.63,-20.543],[-2.241,-.858],[-84.21,-6.18],[-86.702,9.339],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72.516,1.704],[43.636,43.132],[16.906,30.916],[22.148,45.272],[3.7,-138.074]],v:[[134.396,83.142],[306.482,67.918],[395.065,36.096],[434.997,-48.222],[409.058,-107.566],[441.419,-187.12],[389.859,-253.588],[405.749,-337.147],[327.042,-401.746],[335.077,-450.77],[293.046,-502.098],[135.577,-485.069],[-180.607,-408.582],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-265.247,-48.739],[-111.615,107.361],[64.873,286.144],[112.763,374.932],[227.834,307.95]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[22.017,92.922],[-27.335,2.943],[-33.364,13.918],[-2.132,34.344],[10.788,10.826],[.205,36.035],[28.221,15.505],[2.541,37.727],[54.538,18.126],[.118,17.618],[28.22,15.504],[99.535,-27.365],[93.635,-40.403],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.528,-2.126],[-79.296,-102.349],[10.309,-104.403],[1.15,-7.917],[-44.835,63.819]],o:[[55.524,13.36],[30.532,-2.82],[38.223,-15.331],[2.039,-31.944],[34.287,-17.084],[-.359,-32.038],[24.143,-23.883],[-1.833,-35.298],[10.825,-10.789],[-.793,-20.847],[-7.839,-4.307],[-82.58,-17.612],[-87.166,-2.578],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[71.605,11.582],[37.342,48.682],[-3.475,35.064],[-7.242,49.877],[80.925,-111.934]],v:[[87.163,139.73],[203.598,147.658],[320.11,126.167],[371.173,48.086],[353.574,-14.242],[396.487,-88.635],[354.479,-161.517],[381.621,-242.126],[312.465,-316.861],[327.114,-364.329],[292.48,-420.913],[139.84,-423.866],[-142.567,-398.373],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-290.748,-45.447],[-159.851,130.155],[-61.279,315.328],[-71.805,415.656],[60.996,425.239]],c:!0}]},{t:40,s:[{i:[[25.6,92],[-27.2,4],[-32.8,15.2],[-.8,34.4],[11.2,10.4],[1.6,36],[28.8,14.4],[4,37.6],[55.2,16],[.8,17.6],[28.8,14.4],[98.4,-31.2],[92,-44],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.6,-1.6],[-83.2,-99.2],[-4.8,-104.8],[0,-8],[-35.2,69.6]],o:[[56,11.2],[30.4,-4],[37.6,-16.8],[.8,-32],[33.6,-18.4],[-1.6,-32],[23.2,-24.8],[-3.2,-35.2],[10.4,-11.2],[-1.6,-20.8],[-8,-4],[-83.2,-14.4],[-87.2,.8],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72,8.8],[39.2,47.2],[1.6,35.2],[0,50.4],[64,-122.4]],v:[[101.6,125.6],[239.2,127.2],[344.8,101.6],[392.8,21.6],[372.8,-40],[412.8,-116],[368,-187.2],[392,-268.8],[320,-340.8],[332.8,-388.8],[296,-444],[142.4,-440],[-148.8,-403.2],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-283.2,-44.8],[-145.6,125.6],[-21.6,310.4],[-17.6,411.2],[115.2,401.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,.791999966491,.156999999402,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[519.2,518.4],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 6`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:72,st:0,bm:0},{ddd:0,ind:2,ty:4,nm:`hand`,tt:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.571],y:[1]},o:{x:[.212],y:[0]},t:16,s:[-180]},{i:{x:[.833],y:[1]},o:{x:[.303],y:[0]},t:22,s:[-180.7]},{i:{x:[.833],y:[1]},o:{x:[.212],y:[0]},t:30,s:[-180]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:40,s:[-179.5]},{t:46,s:[-180]}],ix:10},p:{a:0,k:[136,748,0],ix:2,l:2},a:{a:0,k:[136,288,0],ix:1,l:2},s:{a:0,k:[-100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ty:`st`,c:{a:0,k:[1,.792156982422,.156862999411,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:10,ix:5},lc:1,lj:1,ml:4,bm:0,nm:`Stroke 1`,mn:`ADBE Vector Graphic - Stroke`,hd:!1},{ty:`fl`,c:{a:0,k:[.097999999102,.709999952129,.167119807823,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[13.6,33.6],[-12.8,12],[-1.6,72.8],[1.6,13.6],[28.8,16.801],[-6.4,-1.6],[-31.2,-59.2],[-15.2,6.4],[-71.2,59.2],[-39.2,34.4],[85.6,-56],[6.4,6.4],[4,-.8],[8,0],[0,11.201],[0,0],[0,0],[0,0],[14.4,-3.201],[30.4,-32.799],[-8.8,-2.4],[-8.8,3.2],[-49.6,-23.2],[5.6,0],[32.8,-28],[-16,-9.601],[-3.2,1.599],[-36.8,-23.2],[5.6,1.601],[57.6,-47.2],[-26.4,-28],[-3.2,.8],[-20,-20.8],[8,2.4],[50.4,-6.4],[19.781,-19.781],[-3.2,-28],[-13.313,-4.809],[-6.379,1.417],[-8.8,-2.399],[-30.4,-2.401],[12,-.799],[32.8,8],[-2.4,-2.4],[-1.6,-1.6],[12,3.199],[6.4,8.8],[3.2,0],[12.8,13.6],[-4,-11.2],[5.6,-115.2]],o:[[-3.2,-8.801],[120.8,-112],[.8,-20],[-12.8,-87.201],[-4,-2.399],[5.6,1.599],[2.4,-17.6],[-16,-7.2],[-27.2,-10.401],[-28,-8.801],[-8,5.6],[-6.4,-6.4],[-4,.8],[-8,0],[0,-11.199],[0,0],[0,0],[0,0],[-14.4,3.2],[-36,39.201],[5.6,1.6],[9.6,-3.201],[6.4,3.2],[-81.6,-4],[-47.2,40.799],[5.6,3.2],[64,-27.2],[4,2.399],[-12,-3.199],[-40,32.8],[8,8.799],[105.6,-21.6],[4.8,4.8],[-28,-8.8],[-28.173,3.577],[-8,8],[2.213,19.364],[23.358,8.438],[7.2,-1.6],[14.4,4],[9.6,.799],[-11.2,.8],[-4,-.801],[2.4,3.199],[2.4,1.599],[-7.2,-1.601],[-3.2,-4.8],[-38.4,2.401],[-.8,20],[2.4,7.2],[-5.6,117.6]],v:[[581.6,978.4],[592.8,947.2],[588.8,622.4],[587.2,460],[494.4,324.799],[497.6,315.2],[592.8,387.2],[628.8,331.2],[640,199.2],[632.8,101.6],[371.2,146.4],[343.2,144],[328,138.4],[200.8,133.6],[175.2,120.799],[372,108],[480.8,60],[667.2,67.2],[764,60],[648,112.799],[652,180],[672.8,180],[834.4,175.2],[832.8,182.4],[648.8,220],[638.4,314.4],[653.6,315.2],[883.2,326.4],[880,332.799],[644.8,347.2],[624,444],[649.6,449.6],[887.2,470.4],[881.6,479.2],[691.2,461.6],[619.2,499.2],[607.2,550.4],[633.505,584.6],[694.4,584],[724,584.799],[816.8,604],[816,616.799],[728.8,610.4],[724.8,614.4],[735.2,624],[726.4,630.4],[700,611.2],[688,605.599],[612.8,590.4],[619.2,643.2],[684.8,830.4]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[18.668,31.071],[-10.775,13.846],[1.483,72.802],[2.174,13.52],[29.485,15.566],[-6.462,-1.327],[-38.222,-66.667],[-14.916,7.037],[-68.631,62.161],[-37.709,36.029],[83.153,-59.572],[6.665,6.123],[3.963,-.969],[8,0],[0,11.2],[0,0],[0,0],[0,0],[14.252,-3.807],[28.984,-34.057],[-8.893,-2.025],[-8.657,3.57],[-50.537,-21.08],[5.595,-.237],[31.586,-29.363],[-16.392,-8.915],[-3.129,1.734],[-37.749,-21.622],[5.663,1.361],[55.55,-49.595],[-27.561,-26.858],[-3.163,.936],[-20.863,-19.935],[8.095,2.059],[50.084,-8.527],[18.926,-20.601],[-4.382,-27.84],[-28.211,-4.41],[-7.125,1.903],[-8.894,-2.026],[-30.474,-1.112],[11.955,-1.307],[33.109,6.604],[-2.5,-2.296],[-1.667,-1.53],[12.125,2.689],[6.767,8.522],[3.197,-.135],[13.365,13.047],[-4.47,-11.021],[-12.415,-114.666]],o:[[-4.532,-8.194],[101.877,-129.453],[-.047,-20.016],[-16.479,-86.58],[-4.098,-2.229],[5.663,1.362],[1.653,-17.686],[-16.291,-6.516],[-27.616,-9.239],[-28.348,-7.607],[-7.756,5.934],[-6.665,-6.124],[-3.962,.968],[-8,0],[0,-11.2],[0,0],[0,0],[0,0],[-14.251,3.806],[-34.309,40.689],[5.663,1.362],[9.456,-3.603],[6.53,2.926],[-81.696,-.542],[-45.431,42.761],[5.731,2.96],[62.792,-29.885],[4.098,2.229],[-12.124,-2.689],[-38.576,34.464],[8.365,8.453],[104.591,-26.049],[4.999,4.592],[-28.347,-7.607],[-27.997,4.767],[-7.655,8.331],[2.276,15.918],[16.122,2.52],[7.126,-1.904],[14.556,3.386],[9.625,.393],[-11.156,1.273],[-4.03,-.63],[2.533,3.095],[2.465,1.497],[-7.261,-1.294],[-3.4,-4.66],[-38.264,4.024],[.048,20.017],[2.703,7.092],[12.789,117.038]],v:[[635.021,955.535],[641.224,922.972],[602.916,604.589],[594.444,442.402],[496.005,311.251],[498.796,301.524],[599.222,377],[636.556,311.957],[642.159,179.601],[630.835,82.393],[365.365,138.225],[337.289,137.013],[321.865,132.061],[200.8,133.6],[175.2,120.8],[364.539,99.826],[471.21,47.264],[663.748,46.568],[760.156,35.278],[646.495,92.94],[653.335,159.91],[674.117,159.03],[835.369,147.395],[834.075,154.656],[651.831,200.01],[645.436,294.766],[660.656,294.922],[890.525,296.394],[887.598,302.924],[653.219,327.265],[636.534,424.859],[662.348,429.37],[900.616,440.096],[895.393,449.125],[704.419,439.599],[634.075,480.213],[624.252,531.875],[664.209,567.816],[712.796,561.754],[742.404,561.301],[835.933,576.556],[835.676,589.378],[748.283,586.675],[744.456,590.84],[755.253,599.991],[746.731,606.758],[719.542,588.692],[707.316,583.605],[625.54,571.601],[634.169,624.084],[713.905,793.264]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[26.982,24.205],[-6.225,16.404],[5.54,72.606],[2.924,13.378],[30.308,13.898],[-6.526,-.965],[-3.597,-2.554],[-28.721,21.1],[-65.057,65.891],[-35.641,38.075],[79.702,-64.117],[6.996,5.742],[3.902,-1.188],[8,0],[0,11.2],[0,0],[0,0],[0,0],[14.017,-4.595],[24.478,-32.246],[-8.993,-1.526],[-8.444,4.047],[-51.634,-18.229],[5.573,-.549],[34.093,-35.438],[-16.864,-7.987],[-3.027,1.905],[-31.469,-15.763],[5.73,1.044],[60.671,-60.577],[-29.017,-25.279],[-3.106,1.11],[-20.147,-17.208],[8.197,1.605],[49.53,-11.306],[24.594,-29.966],[-5.928,-27.552],[-28.414,-2.83],[-7.008,2.298],[-8.993,-1.525],[-30.489,.589],[11.863,-1.972],[33.426,4.748],[-2.624,-2.154],[-1.75,-1.436],[12.256,2.009],[7.231,8.13],[3.185,-.313],[-2.643,-11.391],[-5.078,-10.755],[-45.594,-105.941]],o:[[-6.742,-6.498],[64.428,-171.804],[-1.164,-19.982],[-21.282,-85.526],[-4.216,-1.996],[70.836,4.808],[-.765,-11.06],[-16.628,-5.598],[-28.088,-7.685],[-28.727,-6.014],[-7.412,6.357],[-6.996,-5.742],[-3.903,1.188],[-8,0],[0,-11.2],[0,0],[0,0],[0,0],[12.544,-4.112],[-31.987,42.538],[5.73,1.044],[9.24,-4.125],[6.683,2.557],[-61.792,3.039],[-42.975,45.228],[5.887,2.636],[77.6,-42.393],[4.216,1.996],[3.772,.618],[-36.594,36.561],[8.823,7.974],[125.181,-38.708],[5.247,4.306],[-28.727,-6.014],[-44.709,10.207],[-7.178,8.745],[3.159,15.767],[16.236,1.617],[7.009,-2.297],[14.723,2.57],[9.632,-.145],[-11.068,1.893],[-4.059,-.405],[2.702,2.949],[2.545,1.357],[-7.322,-.886],[-3.655,-4.464],[-101.451,17.592],[1.163,19.982],[3.094,6.929],[46.65,108.098]],v:[[709.269,902.011],[714.704,875.978],[608.634,573.181],[586.131,421.719],[480.531,296.261],[482.775,286.394],[596.089,366.232],[630.902,288.129],[629.116,155.666],[612.388,59.241],[340.445,140.79],[312.345,141.145],[296.67,137.061],[194.8,133.6],[169.2,120.8],[337.479,102.496],[441.053,34.068],[643.253,21.636],[748.882,4.987],[628.613,68.898],[639.177,135.383],[678.877,131.345],[825.229,114.736],[824.342,122.058],[639.911,175.504],[638.81,270.469],[654.015,269.776],[888.608,260.428],[886.05,267.11],[648.393,302.484],[637.177,400.856],[663.202,403.921],[906.697,403.343],[901.986,412.649],[724.778,409.787],[637.808,456.261],[630.882,508.39],[672.781,542.047],[739.954,531.285],[769.49,529.181],[849.725,543.198],[850.183,556.014],[776.775,554.188],[773.186,558.561],[784.477,567.095],[776.346,574.326],[748.192,557.806],[735.701,553.408],[631.383,539.984],[642.925,591.903],[736.931,723.716]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[12.114,34.164],[-13.314,11.427],[-4.79,72.66],[1.002,13.657],[28.036,18.047],[-6.324,-1.879],[-28.767,-48.426],[-12.938,5.442],[-73.727,56.022],[-40.67,32.648],[87.973,-52.194],[6.113,6.674],[4.031,-.624],[8,0],[0,11.201],[0,0],[0,0],[0,0],[14.526,-2.566],[33.057,-35.458],[-8.686,-2.783],[-8.932,2.811],[-46.679,-23.22],[5.595,.245],[33.996,-26.535],[-15.564,-10.293],[-3.267,1.457],[-35.748,-24.791],[5.525,1.845],[59.599,-44.649],[-25.147,-29.13],[-3.232,.659],[-19.069,-21.657],[7.887,2.748],[55.189,1.432],[18.857,-20.664],[-.499,-37.85],[-13.174,-5.178],[-6.435,1.137],[-8.686,-2.782],[-30.266,-3.731],[12.024,-.272],[32.418,9.43],[-2.292,-2.503],[-1.528,-1.669],[11.848,3.722],[6.008,9.072],[3.197,.14],[12.192,14.148],[-3.505,-11.365],[10.531,-114.854]],o:[[-2.811,-8.933],[135.781,-95.637],[1.676,-19.946],[-8.965,-87.678],[-3.891,-2.572],[5.525,1.843],[3.983,-15.926],[-15.669,-7.894],[-26.718,-11.583],[-29.749,-10.854],[-8.238,5.244],[-6.113,-6.674],[-4.031,.624],[-8,0],[0,-11.199],[0,0],[0,0],[0,0],[-14.526,2.566],[-37.684,37.585],[8.256,3.23],[9.731,-2.777],[6.254,3.477],[-81.346,-7.573],[-48.943,38.691],[5.454,3.442],[65.131,-24.368],[3.891,2.572],[-11.848,-3.722],[-41.399,31.015],[7.606,9.141],[106.445,-16.95],[4.585,5.006],[-38.257,-12.497],[-28.389,-.737],[-13.482,14.775],[.257,19.489],[15.47,6.08],[7.263,-1.283],[14.211,4.627],[9.556,1.219],[-11.224,.308],[-3.961,-.976],[2.257,3.301],[2.328,1.703],[-7.123,-1.915],[-2.986,-4.936],[-33.052,2.212],[-1.676,19.946],[2.082,7.298],[-10.75,117.241]],v:[[521.662,996.316],[534.219,965.637],[577.961,635.474],[580.481,474.16],[492.322,334.896],[495.94,325.447],[581.017,387.176],[616.188,345.308],[632.163,214.425],[629.249,116.854],[377.186,151.643],[347.819,148.018],[332.879,141.757],[200.8,133.6],[175.2,120.799],[379.169,113.065],[489.969,69.13],[663.124,83.495],[752.896,80.795],[642.193,130.958],[648.244,196.52],[682.524,193.182],[827.679,199.22],[825.765,206.343],[643.043,235.591],[627.015,328.945],[642.165,330.41],[870.304,352.164],[866.826,358.417],[632.971,362.994],[607.448,458.789],[632.777,465.506],[868.237,496.201],[862.257,504.747],[687.311,479.318],[616.732,502.725],[596.749,564.1],[619.03,601.42],[659.642,602.49],[690.929,604.336],[793.298,626.587],[791.938,639.338],[694.602,629.373],[690.431,633.194],[700.4,643.24],[691.328,649.248],[665.795,628.91],[654.052,622.788],[600.84,605.807],[605.67,657.837],[646.75,843.483]],c:!0}]},{t:40,s:[{i:[[13.6,33.6],[-12.8,12],[-1.6,72.8],[1.6,13.6],[28.8,16.801],[-6.4,-1.6],[-31.2,-59.2],[-15.2,6.4],[-71.2,59.2],[-39.2,34.4],[85.6,-56],[6.4,6.4],[4,-.8],[8,0],[0,11.201],[0,0],[0,0],[0,0],[14.4,-3.201],[30.4,-32.799],[-8.8,-2.4],[-8.8,3.2],[-49.6,-23.2],[5.6,0],[32.8,-28],[-16,-9.601],[-3.2,1.599],[-36.8,-23.2],[5.6,1.601],[57.6,-47.2],[-26.4,-28],[-3.2,.8],[-20,-20.8],[8,2.4],[50.4,-6.4],[19.781,-19.781],[-3.2,-28],[-13.313,-4.809],[-6.379,1.417],[-8.8,-2.399],[-30.4,-2.401],[12,-.799],[32.8,8],[-2.4,-2.4],[-1.6,-1.6],[12,3.199],[6.4,8.8],[3.2,0],[12.8,13.6],[-4,-11.2],[5.6,-115.2]],o:[[-3.2,-8.801],[120.8,-112],[.8,-20],[-12.8,-87.201],[-4,-2.399],[5.6,1.599],[2.4,-17.6],[-16,-7.2],[-27.2,-10.401],[-28,-8.801],[-8,5.6],[-6.4,-6.4],[-4,.8],[-8,0],[0,-11.199],[0,0],[0,0],[0,0],[-14.4,3.2],[-36,39.201],[5.6,1.6],[9.6,-3.201],[6.4,3.2],[-81.6,-4],[-47.2,40.799],[5.6,3.2],[64,-27.2],[4,2.399],[-12,-3.199],[-40,32.8],[8,8.799],[105.6,-21.6],[4.8,4.8],[-28,-8.8],[-28.173,3.577],[-8,8],[2.213,19.364],[23.358,8.438],[7.2,-1.6],[14.4,4],[9.6,.799],[-11.2,.8],[-4,-.801],[2.4,3.199],[2.4,1.599],[-7.2,-1.601],[-3.2,-4.8],[-38.4,2.401],[-.8,20],[2.4,7.2],[-5.6,117.6]],v:[[581.6,978.4],[592.8,947.2],[588.8,622.4],[587.2,460],[494.4,324.799],[497.6,315.2],[592.8,387.2],[628.8,331.2],[640,199.2],[632.8,101.6],[371.2,146.4],[343.2,144],[328,138.4],[200.8,133.6],[175.2,120.799],[372,108],[480.8,60],[667.2,67.2],[764,60],[648,112.799],[652,180],[672.8,180],[834.4,175.2],[832.8,182.4],[648.8,220],[638.4,314.4],[653.6,315.2],[883.2,326.4],[880,332.799],[644.8,347.2],[624,444],[649.6,449.6],[887.2,470.4],[881.6,479.2],[691.2,461.6],[619.2,499.2],[607.2,550.4],[633.505,584.6],[694.4,584],[724,584.799],[816.8,604],[816,616.799],[728.8,610.4],[724.8,614.4],[735.2,624],[726.4,630.4],[700,611.2],[688,605.599],[612.8,590.4],[619.2,643.2],[684.8,830.4]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.709803921569,.36862745098,.098039223166,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[-14.4,-15.2],[-33.6,-34.399],[0,-59.2],[24.8,-10.4],[0,7.199],[0,0]],o:[[6.4,-21.6],[35.2,39.2],[55.2,56.8],[0,19.2],[-12.8,5.6],[0,-8],[0,0]],v:[[-133.2,-184.4],[-86.8,-189.2],[8.4,-40.4],[125.2,119.6],[108.4,200.4],[86,189.201],[80.4,105.201]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[-15.03,-14.577],[-35.026,-32.947],[-9.222,-58.478],[22.877,-14.137],[1.121,7.112],[0,0]],o:[[5.48,-21.852],[36.828,37.675],[57.554,54.413],[2.991,18.966],[-11.772,7.525],[-1.247,-7.902],[0,0]],v:[[-124.435,-187.769],[-78.28,-194.528],[23.133,-49.891],[150.596,110.342],[146.589,192.773],[122.718,185.199],[104.1,103.097]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[-15.821,-13.716],[-36.809,-30.942],[-26.016,-53.178],[17.706,-20.242],[3.164,6.468],[0,0]],o:[[4.253,-22.123],[38.871,35.563],[60.499,51.119],[8.437,17.246],[-9.038,10.654],[-3.515,-7.186],[0,0]],v:[[-113.827,-189.822],[-68.12,-199.145],[41.2,-60.388],[194.714,94.086],[215.131,174.049],[190.087,173.831],[148.143,100.838]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[-13.8,-15.746],[-32.242,-35.675],[8.506,-58.585],[26.037,-6.729],[-1.034,7.125],[0,0]],o:[[7.232,-21.336],[33.655,40.535],[52.959,58.895],[-2.759,19.001],[-13.471,3.702],[1.15,-7.917],[0,0]],v:[[-141.348,-184.501],[-94.797,-187.501],[-5.432,-35.125],[90.578,126.51],[62.341,204.058],[41.783,189.755],[60.874,113.155]],c:!0}]},{t:40,s:[{i:[[0,0],[-14.4,-15.2],[-33.6,-34.399],[0,-59.2],[24.8,-10.4],[0,7.199],[0,0]],o:[[6.4,-21.6],[35.2,39.2],[55.2,56.8],[0,19.2],[-12.8,5.6],[0,-8],[0,0]],v:[[-133.2,-184.4],[-86.8,-189.2],[8.4,-40.4],[125.2,119.6],[108.4,200.4],[86,189.201],[80.4,105.201]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.709999952129,.368999974868,.097999999102,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[383.6,673.2],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[47.2,16],[-8.8,1.6],[96,52],[-3.2,3.2],[3.2,25.6],[87.2,4.8],[-4.8,0],[0,0],[36.8,6.4],[13.6,-4],[0,-27.2],[-36,-5.6],[4.8,-1.6],[0,-24],[-26.4,-.8],[10.4,-1.6],[0,-52.8],[-41.6,-4],[6.4,-1.6],[1.6,-57.6],[-29.6,-4]],o:[[107.2,4],[-8.8,-3.2],[45.6,-7.2],[5.6,0],[21.6,-18.4],[-4.8,-35.2],[-6.4,0],[0,0],[32,-43.2],[-15.2,-2.4],[-16,4],[0,22.4],[13.6,2.4],[-41.6,12],[0,31.2],[13.6,.8],[-6.4,.8],[0,28],[10.4,.8],[-24,4.8],[-.8,33.599],[21.6,1.6]],v:[[73.2,246.4],[121.2,102.4],[130,96.801],[115.6,-43.999],[129.2,-45.6],[154.8,-116.8],[37.2,-187.999],[35.6,-194.4],[86.8,-194.4],[51.6,-285.6],[-4.4,-284],[-33.2,-244.8],[4.4,-198.4],[6,-183.999],[-42.8,-123.199],[-.4,-63.999],[-.4,-49.6],[-45.2,8.001],[4.4,76.001],[4.4,89.6],[-42.8,151.201],[.4,221.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[47.834,13.988],[-8.724,1.971],[98.115,47.891],[-3.061,3.333],[4.281,25.442],[87.325,1.105],[-4.795,.203],[-6.395,.271],[37.038,4.837],[13.419,-4.572],[-1.151,-27.176],[-36.205,-4.071],[4.728,-1.802],[-1.016,-23.979],[-26.411,.318],[10.323,-2.039],[-2.234,-52.753],[-41.732,-2.236],[6.327,-1.869],[-.839,-57.615],[-29.743,-2.743]],o:[[107.273,-.541],[-8.928,-2.825],[45.255,-9.124],[5.595,-.236],[20.802,-19.297],[-6.286,-34.965],[-6.394,.271],[4.796,-.203],[30.142,-44.516],[-15.288,-1.755],[-15.816,4.674],[.948,22.38],[13.689,1.823],[-41.055,13.75],[1.321,31.172],[13.621,.224],[-6.36,1.07],[1.185,27.974],[10.424,.358],[-23.775,5.811],[.623,33.604],[21.648,.684]],v:[[92.816,219.353],[134.679,73.45],[143.233,67.483],[122.887,-72.582],[136.407,-74.756],[158.971,-146.976],[38.463,-213.134],[36.593,-219.461],[87.748,-221.628],[48.719,-311.256],[-7.163,-307.288],[-34.278,-266.904],[5.252,-222.137],[7.46,-207.817],[-38.723,-145.006],[6.145,-87.654],[6.754,-73.267],[-35.568,-13.822],[16.866,52.018],[17.441,65.605],[-27.109,129.147],[19.032,197.656]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[48.541,11.299],[-8.601,2.455],[100.633,42.345],[-2.871,3.499],[5.693,25.163],[87.251,-3.766],[-4.777,.47],[-6.369,.627],[37.25,2.764],[13.142,-5.314],[-2.665,-27.069],[-36.376,-2.046],[4.62,-2.063],[-2.351,-23.884],[-26.352,1.791],[10.194,-2.611],[-5.173,-52.546],[-41.791,.094],[6.212,-2.219],[-4.051,-57.479],[-29.85,-1.081]],o:[[107.076,-6.521],[-9.071,-2.322],[44.675,-11.633],[5.573,-.548],[19.693,-20.427],[-8.226,-34.56],[-6.369,.627],[4.777,-.47],[27.614,-46.128],[-15.362,-.899],[-15.531,5.548],[2.194,22.292],[13.77,1.056],[-40.224,16.017],[3.057,31.05],[13.612,-.536],[-6.291,1.423],[2.743,27.865],[10.429,-.223],[-23.414,7.128],[2.496,33.517],[21.652,-.524]],v:[[123.268,186.483],[156.929,38.474],[165.138,32.038],[137.013,-106.673],[150.391,-109.598],[168.892,-182.963],[49.882,-244.299],[47.663,-250.512],[93.616,-253.527],[49.651,-340.84],[8.077,-337.762],[-16.744,-295.928],[25.221,-253.436],[28.224,-239.262],[-14.385,-173.973],[33.612,-119.212],[35.022,-104.882],[-3.919,-43.169],[52.104,19.645],[53.437,33.178],[12.499,99.107],[62.389,164.936]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[46.544,17.816],[-8.855,1.258],[93.914,55.679],[-3.321,3.073],[2.206,25.705],[86.948,8.174],[-4.797,-.186],[-6.395,-.247],[36.525,7.82],[13.745,-3.47],[1.053,-27.179],[-35.756,-6.991],[4.859,-1.413],[.93,-23.982],[-26.349,-1.822],[10.455,-1.196],[2.045,-52.76],[-41.414,-5.608],[6.457,-1.35],[3.83,-57.495],[-29.423,-5.143]],o:[[106.965,8.149],[-8.67,-3.538],[45.844,-5.428],[5.596,.217],[22.296,-17.55],[-3.433,-35.359],[-6.395,-.248],[4.796,.186],[33.65,-41.928],[-15.095,-2.988],[-16.143,3.377],[-.868,22.383],[13.497,2.924],[-42.033,10.38],[-1.209,31.176],[13.559,1.326],[-6.426,.551],[-1.085,27.979],[10.361,1.202],[-24.168,3.868],[-2.1,33.544],[21.522,2.436]],v:[[48.739,268.772],[102.281,126.739],[111.291,121.484],[102.355,-19.768],[116.007,-20.84],[144.346,-90.995],[19.592,-166.697],[18.241,-173.154],[79.402,-171.171],[47.761,-263.665],[-18.259,-264.236],[-48.555,-226.181],[-12.781,-178.359],[-11.74,-163.908],[-62.858,-105.044],[-22.783,-44.246],[-23.341,-29.857],[-70.338,25.964],[-23.409,95.835],[-23.936,109.424],[-73.487,169.15],[-33.046,241.17]],c:!0}]},{t:40,s:[{i:[[0,0],[47.2,16],[-8.8,1.6],[96,52],[-3.2,3.2],[3.2,25.6],[87.2,4.8],[-4.8,0],[0,0],[36.8,6.4],[13.6,-4],[0,-27.2],[-36,-5.6],[4.8,-1.6],[0,-24],[-26.4,-.8],[10.4,-1.6],[0,-52.8],[-41.6,-4],[6.4,-1.6],[1.6,-57.6],[-29.6,-4]],o:[[107.2,4],[-8.8,-3.2],[45.6,-7.2],[5.6,0],[21.6,-18.4],[-4.8,-35.2],[-6.4,0],[0,0],[32,-43.2],[-15.2,-2.4],[-16,4],[0,22.4],[13.6,2.4],[-41.6,12],[0,31.2],[13.6,.8],[-6.4,.8],[0,28],[10.4,.8],[-24,4.8],[-.8,33.599],[21.6,1.6]],v:[[73.2,246.4],[121.2,102.4],[130,96.801],[115.6,-43.999],[129.2,-45.6],[154.8,-116.8],[37.2,-187.999],[35.6,-194.4],[86.8,-194.4],[51.6,-285.6],[-4.4,-284],[-33.2,-244.8],[4.4,-198.4],[6,-183.999],[-42.8,-123.199],[-.4,-63.999],[-.4,-49.6],[-45.2,8.001],[4.4,76.001],[4.4,89.6],[-42.8,151.201],[.4,221.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ind:1,ty:`sh`,ix:2,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[1.6,43.2],[1.6,20],[13.6,9.6],[-33.6,49.6],[-7.2,16.8],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-16.8,0],[-1.6,-43.2],[-1.6,-20],[-22.4,-16.8],[33.6,-49.6],[6.4,-16],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-72.4,320.8],[-130,267.201],[-139.6,58.4],[-166,-2.4],[-178.8,-111.999],[-120.4,-209.6],[-69.2,-316.8],[90.8,-320.8],[198,-158.4],[212.4,175.201],[156.4,276]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[3.426,43.094],[2.552,20.783],[13.995,9.017],[-31.471,50.978],[-6.482,17.09],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-16.784,.711],[-3.395,-42.689],[-2.445,-19.915],[-23.091,-15.837],[31.471,-50.977],[5.717,-16.256],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-55.505,299.848],[-115.321,248.734],[-133.75,40.528],[-162.7,-19.101],[-180.127,-128.061],[-119.91,-228.045],[-73.293,-337.315],[86.394,-348.084],[200.372,-190.367],[222.878,142.325],[177.194,245.405]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[5.824,42.835],[3.707,20.608],[14.475,8.221],[-38.853,45.601],[-5.519,17.424],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-25.719,3.646],[-5.77,-42.433],[-3.551,-19.747],[-23.939,-14.524],[57.624,-67.631],[4.802,-16.551],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-26.333,272.125],[-97.907,226.426],[-131.918,25.571],[-191.147,-50.349],[-199.624,-146.168],[-124.076,-290.355],[-69.625,-364.056],[94.214,-381.711],[207.809,-228.595],[248.832,102.324],[217.968,205.79]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[-.074,43.23],[.905,22.029],[13.218,10.119],[-35.496,48.261],[-7.846,16.509],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-16.787,-.65],[.077,-44.354],[-.825,-20.046],[-21.732,-17.656],[35.496,-48.261],[7.015,-15.74],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-88.634,336.476],[-151.074,270.423],[-145.619,71.67],[-169.645,9.894],[-178.19,-100.12],[-126.053,-195.385],[-70.74,-300.521],[79.8,-319.799],[189.125,-130.891],[190.592,203.017],[130.73,301.572]],c:!0}]},{t:40,s:[{i:[[0,0],[1.6,43.2],[1.6,20],[13.6,9.6],[-33.6,49.6],[-7.2,16.8],[0,0],[0,0],[0,0],[0,0],[0,0]],o:[[-16.8,0],[-1.6,-43.2],[-1.6,-20],[-22.4,-16.8],[33.6,-49.6],[6.4,-16],[0,0],[0,0],[0,0],[0,0],[0,0]],v:[[-72.4,320.8],[-130,267.201],[-139.6,58.4],[-166,-2.4],[-178.8,-111.999],[-120.4,-209.6],[-69.2,-316.8],[90.8,-320.8],[198,-158.4],[212.4,175.201],[156.4,276]],c:!0}]}],ix:2},nm:`Path 2`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.980000035903,.654999976065,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[734,368.8],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:3,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[110,12.8],[110,-20.8],[-103.6,-9.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[103.911,5.41],[102.489,-28.16],[-103.6,-9.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[94.707,9.023],[91.415,-24.415],[-103.6,-9.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[115.286,16.927],[116.587,-16.648],[-103.6,-9.6]],c:!0}]},{t:40,s:[{i:[[0,0],[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0],[0,0]],v:[[-110,20.8],[110,12.8],[110,-20.8],[-103.6,-9.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.980000035903,.654999976065,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[242.8,127.2],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:5,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[0,0],[-22.4,0],[-11.2,-1.6],[-12.8,-28],[0,0],[-20.8,-2.399],[0,-92.8],[0,-8],[-27.2,29.6],[0,0],[0,0],[-.8,.8]],o:[[.8,-12],[22.4,0],[21.6,2.4],[11.2,23.2],[0,0],[32.8,4],[0,28.8],[2.4,61.601],[0,0],[0,0],[0,0],[2.4,-.8]],v:[[-259.2,-252.4],[-236.8,-282],[-149.6,-274.8],[-80.8,-226.8],[-43.2,-142.799],[33.6,19.6],[128.8,123.6],[132,203.6],[230.4,212.4],[259.2,236.4],[208,282],[101.6,275.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[0,0],[-22.4,0],[-11.257,-1.125],[-13.973,-27.433],[0,0],[-20.883,-1.517],[-14.457,-91.667],[-1.247,-7.902],[-22.256,33.475],[0,0],[0,0],[-.665,.915]],o:[[.8,-12],[22.4,0],[21.682,1.484],[12.172,22.705],[0,0],[32.94,2.608],[4.487,28.448],[11.967,60.474],[0,0],[0,0],[0,0],[2.246,-1.164]],v:[[-259.2,-252.4],[-236.8,-282],[-143.126,-277.578],[-72.356,-232.533],[-31.234,-150.2],[52.37,8.804],[160.34,112.733],[175.964,191.257],[274.533,184.621],[306.72,203.841],[263.249,256.861],[157.151,267.114]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[0,0],[-22.4,0],[-11.303,-.495],[-15.481,-26.611],[0,0],[-20.935,-.351],[-40.781,-83.359],[-3.515,-7.186],[-11.425,38.542],[0,0],[0,0],[-.367,1.071]],o:[[.8,-12],[22.4,0],[21.731,.272],[13.419,21.991],[0,0],[33.034,.767],[12.656,25.87],[29.226,54.278],[0,0],[0,0],[0,0],[1.804,-1.773]],v:[[-259.2,-252.4],[-236.8,-282],[-135.495,-278.707],[-62.324,-237.678],[-16.675,-157.766],[75.666,-3.671],[215.159,90.852],[253.189,161.307],[345.446,125.969],[381.863,134.871],[355.911,198.332],[257.523,239.341]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[0,0],[-22.4,0],[-11.13,-2.032],[-11.706,-28.475],[0,0],[-20.692,-3.204],[13.335,-91.837],[1.149,-7.917],[-31.171,25.385],[0,0],[0,0],[-.907,.677]],o:[[.8,-12],[22.4,0],[21.491,3.235],[10.293,23.617],[0,0],[32.62,5.268],[-4.138,28.501],[-6.477,61.305],[0,0],[0,0],[0,0],[2.49,-.446]],v:[[-259.2,-252.4],[-236.8,-282],[-155.631,-275.356],[-88.742,-224.727],[-54.424,-139.334],[16.029,25.919],[88.355,131.13],[80.027,210.76],[176.141,233.608],[201.193,261.497],[143.972,299.267],[39.596,277.644]],c:!0}]},{t:40,s:[{i:[[0,0],[-22.4,0],[-11.2,-1.6],[-12.8,-28],[0,0],[-20.8,-2.399],[0,-92.8],[0,-8],[-27.2,29.6],[0,0],[0,0],[-.8,.8]],o:[[.8,-12],[22.4,0],[21.6,2.4],[11.2,23.2],[0,0],[32.8,4],[0,28.8],[2.4,61.601],[0,0],[0,0],[0,0],[2.4,-.8]],v:[[-259.2,-252.4],[-236.8,-282],[-149.6,-274.8],[-80.8,-226.8],[-43.2,-142.799],[33.6,19.6],[128.8,123.6],[132,203.6],[230.4,212.4],[259.2,236.4],[208,282],[101.6,275.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.980000035903,.654999976065,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[387.2,709.2],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 5`,np:2,cix:2,bm:0,ix:6,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[25.6,92],[-27.2,4],[-32.8,15.2],[-.8,34.4],[11.2,10.4],[1.6,36],[28.8,14.4],[4,37.6],[55.2,16],[.8,17.6],[28.8,14.4],[98.4,-31.2],[92,-44],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.6,-1.6],[-83.2,-99.2],[-4.8,-104.8],[0,-8],[-35.2,69.6]],o:[[56,11.2],[30.4,-4],[37.6,-16.8],[.8,-32],[33.6,-18.4],[-1.6,-32],[23.2,-24.8],[-3.2,-35.2],[10.4,-11.2],[-1.6,-20.8],[-8,-4],[-83.2,-14.4],[-87.2,.8],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72,8.8],[39.2,47.2],[1.6,35.2],[0,50.4],[64,-122.4]],v:[[101.6,125.6],[239.2,127.2],[344.8,101.6],[392.8,21.6],[372.8,-40],[412.8,-116],[368,-187.2],[392,-268.8],[320,-340.8],[332.8,-388.8],[296,-444],[142.4,-440],[-148.8,-403.2],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-283.2,-44.8],[-145.6,125.6],[-21.6,310.4],[-17.6,411.2],[115.2,401.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[29.471,90.834],[-27.006,5.149],[-32.127,16.574],[.657,34.403],[11.63,9.917],[3.122,35.9],[29.384,13.169],[5.588,37.397],[55.827,13.65],[1.545,17.55],[29.384,13.168],[96.991,-35.337],[90.055,-47.854],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.799],[-13.656,-1.023],[-87.324,-95.59],[-21.067,-102.773],[-1.247,-7.903],[-23.928,74.233]],o:[[56.424,8.82],[30.204,-5.282],[36.856,-18.376],[-.555,-32.006],[32.791,-19.805],[-2.953,-31.903],[22.13,-25.759],[-4.687,-35.034],[9.916,-11.629],[-2.478,-20.714],[-8.162,-3.658],[-83.735,-10.866],[-87.089,4.491],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.801],[72.308,5.745],[41.163,45.498],[7.065,34.521],[7.851,49.784],[44.15,-130.876]],v:[[116.602,106.415],[260.146,102.189],[364.568,72.144],[409.139,-9.816],[386.55,-70.515],[423.298,-148.14],[375.524,-217.38],[396.049,-299.922],[321.067,-368.811],[331.823,-417.309],[292.72,-470.902],[139.427,-460.405],[-155.954,-411.314],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.601],[-275.065,-47.546],[-130.377,116.878],[9.541,302.447],[29.196,401.394],[158.879,371.223]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:22,s:[{i:[[53.805,84.19],[-26.678,6.646],[-31.153,18.34],[2.574,34.313],[12.165,9.252],[5.12,35.67],[30.073,11.509],[7.665,37.028],[56.502,10.514],[2.521,17.437],[30.073,11.509],[112.758,-48.363],[87.246,-52.802],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.691,-.26],[-92.518,-90.572],[-50.366,-92.028],[-3.516,-7.186],[-1.033,77.987]],o:[[56.828,5.659],[29.862,-6.959],[35.774,-20.403],[-2.339,-31.925],[31.635,-21.604],[-4.727,-31.689],[20.659,-26.954],[-6.633,-34.717],[9.252,-12.165],[-3.63,-20.543],[-2.241,-.858],[-84.21,-6.18],[-86.702,9.339],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72.516,1.704],[43.636,43.132],[16.906,30.916],[22.148,45.272],[3.7,-138.074]],v:[[134.396,83.142],[306.482,67.918],[395.065,36.096],[434.997,-48.222],[409.058,-107.566],[441.419,-187.12],[389.859,-253.588],[405.749,-337.147],[327.042,-401.746],[335.077,-450.77],[293.046,-502.098],[135.577,-485.069],[-166.607,-408.582],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-265.247,-48.739],[-111.615,107.361],[64.873,286.144],[112.763,374.932],[227.834,307.95]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:30,s:[{i:[[22.017,92.922],[-27.335,2.943],[-33.364,13.918],[-2.132,34.344],[10.788,10.826],[.205,36.035],[28.221,15.505],[2.541,37.727],[54.538,18.126],[.118,17.618],[28.22,15.504],[99.535,-27.365],[93.635,-40.403],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.528,-2.126],[-79.296,-102.349],[10.309,-104.403],[1.15,-7.917],[-44.835,63.819]],o:[[55.524,13.36],[30.532,-2.82],[38.223,-15.331],[2.039,-31.944],[34.287,-17.084],[-.359,-32.038],[24.143,-23.883],[-1.833,-35.298],[10.825,-10.789],[-.793,-20.847],[-7.839,-4.307],[-82.58,-17.612],[-87.166,-2.578],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[71.605,11.582],[37.342,48.682],[-3.475,35.064],[-7.242,49.877],[80.925,-111.934]],v:[[87.163,139.73],[203.598,147.658],[320.11,126.167],[371.173,48.086],[353.574,-14.242],[396.487,-88.635],[354.479,-161.517],[381.621,-242.126],[312.465,-316.861],[327.114,-364.329],[292.48,-420.913],[139.84,-423.866],[-142.567,-398.373],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-290.748,-45.447],[-159.851,130.155],[-61.279,315.328],[-71.805,415.656],[60.996,425.239]],c:!0}]},{t:40,s:[{i:[[25.6,92],[-27.2,4],[-32.8,15.2],[-.8,34.4],[11.2,10.4],[1.6,36],[28.8,14.4],[4,37.6],[55.2,16],[.8,17.6],[28.8,14.4],[98.4,-31.2],[92,-44],[8,0],[8,-22.4],[-23.2,-102.4],[-10.4,-.8],[-13.6,-1.6],[-83.2,-99.2],[-4.8,-104.8],[0,-8],[-35.2,69.6]],o:[[56,11.2],[30.4,-4],[37.6,-16.8],[.8,-32],[33.6,-18.4],[-1.6,-32],[23.2,-24.8],[-3.2,-35.2],[10.4,-11.2],[-1.6,-20.8],[-8,-4],[-83.2,-14.4],[-87.2,.8],[-8.8,0],[-8,22.4],[3.2,14.4],[10.4,.8],[72,8.8],[39.2,47.2],[1.6,35.2],[0,50.4],[64,-122.4]],v:[[101.6,125.6],[239.2,127.2],[344.8,101.6],[392.8,21.6],[372.8,-40],[412.8,-116],[368,-187.2],[392,-268.8],[320,-340.8],[332.8,-388.8],[296,-444],[142.4,-440],[-148.8,-403.2],[-347.2,-395.2],[-380.8,-368.8],[-391.2,-76.8],[-365.6,-53.6],[-283.2,-44.8],[-145.6,125.6],[-21.6,310.4],[-17.6,411.2],[115.2,401.6]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,.791999966491,.156999999402,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[519.2,518.4],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 6`,np:2,cix:2,bm:0,ix:7,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:72,st:0,bm:0}],markers:[{tm:0,cm:`rest`,dr:0}]}},LOVE:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_2'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%3e%3cpath%20style='fill:%23F44336;'%20d='M93.99,8.97c-21.91,0-29.96,22.39-29.96,22.39S56.09,8.97,34.03,8.97%20c-16.58,0-35.48,13.14-28.5,43.01c6.98,29.87,58.56,67.08,58.56,67.08s51.39-37.21,58.38-67.08%20C129.45,22.11,111.91,8.97,93.99,8.97z'/%3e%3cg%3e%3cpath%20style='fill:%23CC3333;'%20d='M30.65,11.2c17.2,0,25.74,18.49,28.5,25.98c0.39,1.07,1.88,1.1,2.33,0.06L64,31.35%20C60.45,20.01,50.69,8.97,34.03,8.97c-6.9,0-14.19,2.28-19.86,7.09C19.18,12.77,25.05,11.2,30.65,11.2z'/%3e%3cpath%20style='fill:%23CC3333;'%20d='M93.99,8.97c-5.29,0-10.11,1.15-13.87,3.47c2.64-1.02,5.91-1.24,9.15-1.24%20c16.21,0,30.72,12.29,24.17,40.7c-5.62,24.39-38.46,53.98-48.49,65.27c-0.64,0.72-0.86,1.88-0.86,1.88s51.39-37.21,58.38-67.08%20C129.45,22.11,111.94,8.97,93.99,8.97z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20style='fill:%23FF8A80;'%20d='M17.04,24.82c3.75-4.68,10.45-8.55,16.13-4.09c3.07,2.41,1.73,7.35-1.02,9.43%20c-4,3.04-7.48,4.87-9.92,9.63c-1.46,2.86-2.34,5.99-2.79,9.18c-0.18,1.26-1.83,1.57-2.45,0.46%20C12.77,41.95,11.57,31.65,17.04,24.82z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cpath%20style='fill:%23FF8A80;'%20d='M77.16,34.66c-1.76,0-3-1.7-2.36-3.34c1.19-3.02,2.73-5.94,4.58-8.54%20c2.74-3.84,7.95-6.08,11.25-3.75c3.38,2.38,2.94,7.14,0.57,9.44C86.11,33.4,79.69,34.66,77.16,34.66z'/%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:110,w:800,h:800,nm:`emoji_u2764`,ddd:0,assets:[],layers:[{ddd:0,ind:1,ty:4,nm:`Heart`,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:0,s:[391,400,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:75,s:[391,362,0],to:[0,0,0],ti:[0,0,0]},{t:110,s:[391,400,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.328,.328,.667],y:[.578,-40.104,.8]},o:{x:[.26,.26,.333],y:[0,0,0]},t:0,s:[100,100,100]},{i:{x:[.541,.541,.667],y:[1,1,1]},o:{x:[.225,.225,.333],y:[.481,.11,.2]},t:14,s:[113.135,100.135,100]},{i:{x:[.764,.764,.667],y:[.538,-.129,.912]},o:{x:[.446,.446,.333],y:[0,0,0]},t:28,s:[117,117,100]},{i:{x:[.675,.675,.667],y:[1,1,1]},o:{x:[.597,.597,.333],y:[.586,.289,.081]},t:41,s:[108.543,113.543,100]},{i:{x:[.168,.168,.667],y:[1,1,1]},o:{x:[.152,.152,.333],y:[0,0,0]},t:53,s:[93,82,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.747,.747,.167],y:[0,0,0]},t:75,s:[112,112,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:90,s:[98,90,100]},{t:110,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[17,-10],[9,-27.5],[-10.5,0],[-29.824,17.692],[7.075,12.184]],o:[[-21.449,12.617],[-9,27.5],[8.5,0],[29.5,-17.5],[-9,-15.5]],v:[[116.5,-215],[73,-158],[90.5,-131],[143.5,-150.5],[165,-207.5]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[12.598,-7.411],[6.67,-20.379],[-7.781,0],[-22.101,13.111],[5.243,9.029]],o:[[-15.895,9.35],[-6.67,20.379],[6.299,0],[21.861,-12.968],[-6.67,-11.486]],v:[[105.052,-234.414],[72.816,-192.174],[85.785,-174.73],[122.497,-190.89],[140.993,-228.856]],c:!0}]},{t:53,s:[{i:[[17,-10],[9,-27.5],[-10.5,0],[-29.824,17.692],[7.075,12.184]],o:[[-21.449,12.617],[-9,27.5],[8.5,0],[29.5,-17.5],[-9,-15.5]],v:[[116.5,-215],[73,-158],[90.5,-131],[143.5,-150.5],[165,-207.5]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,.541176470588,.501960784314,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Hilit 02`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[45,-33],[0,0],[-5.174,.69],[-.5,11],[-37.5,19],[4.5,8.5]],o:[[-69,58],[0,0],[7.5,-1],[.5,-11],[47.924,-24.281],[-4.5,-8.5]],v:[[-233,-201.5],[-257,-57],[-243.5,-43],[-238,-60.5],[-189.5,-137],[-157,-198.5]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[38.338,-18.019],[0,0],[-3.955,-.241],[-4.354,7.135],[-29.303,12.64],[2.112,6.989]],o:[[-55.133,33.626],[0,0],[5.733,.349],[5.06,-8.293],[37.255,-16.07],[-2.112,-6.989]],v:[[-241.449,-225.507],[-290.666,-128.196],[-284.36,-115.37],[-274.719,-127.604],[-221.016,-177.092],[-188.687,-217.312]],c:!0}]},{t:53,s:[{i:[[45,-33],[0,0],[-5.174,.69],[-.5,11],[-37.5,19],[4.5,8.5]],o:[[-69,58],[0,0],[7.5,-1],[.5,-11],[47.924,-24.281],[-4.5,-8.5]],v:[[-233,-201.5],[-257,-57],[-243.5,-43],[-238,-60.5],[-189.5,-137],[-157,-198.5]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,.541176470588,.501960784314,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Hilit 01`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[77,-37],[-6.833,-195.883],[28,-45],[-81,167],[33,14.5]],o:[[1,1],[6,172],[1,-2],[81,-167],[-25.343,-11.135]],v:[[100,-256.5],[290,-104],[8,336],[311,16],[259.5,-252]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[72.834,-23.454],[-6.915,-198.521],[54.393,-44.444],[-71.88,164.479],[33.394,14.695]],o:[[1.012,1.013],[6.072,174.316],[1.012,-2.027],[75.304,-172.316],[-25.645,-11.285]],v:[[100.243,-278.682],[310.458,-119.428],[8,324.786],[313.76,7.316],[260.791,-262.583]],c:!0}]},{t:53,s:[{i:[[77,-37],[-6.833,-195.883],[28,-45],[-81,167],[33,14.5]],o:[[1,1],[6,172],[1,-2],[81,-167],[-25.343,-11.135]],v:[[100,-256.5],[290,-104],[8,336],[311,16],[259.5,-252]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.800000059838,.196078446332,.20000001496,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shadow 02`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[0,1],[0,0],[.5,-1]],o:[[186,-43.5],[0,0],[-78.5,-196]],v:[[-241,-250.5],[-14.5,-106.5],[6.5,-144.5]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[0,.754],[0,0],[.414,-.754]],o:[[174.359,-22.549],[0,0],[-57.013,-140.921]],v:[[-199.145,-284.288],[-6.524,-177.44],[6.586,-198.395]],c:!0}]},{t:53,s:[{i:[[0,1],[0,0],[.5,-1]],o:[[186,-43.5],[0,0],[-78.5,-196]],v:[[-241,-250.5],[-14.5,-106.5],[6.5,-144.5]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.800000059838,.196078446332,.20000001496,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shadow 01`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[44,-25],[6,-69],[-1,0],[2,92],[66,32],[0,-1]],o:[[-57.595,32.724],[-24,201],[287,-206],[-.677,-31.137],[-181.363,-87.934],[-58,-158]],v:[[-238,-252],[-325,-112],[6,336],[341,-114],[258,-250],[6,-145]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:28,s:[{i:[[44,-25],[6,-69],[-1,0],[2,92],[66,32],[0,-1]],o:[[-57.594,32.724],[-24,201],[287,-206],[-.677,-31.137],[-181.363,-87.934],[-60.658,-132.258]],v:[[-243.213,-269.091],[-325,-112],[6.787,326.505],[341,-114],[264.951,-259.495],[6.787,-201.971]],c:!0}]},{t:53,s:[{i:[[44,-25],[6,-69],[-1,0],[2,92],[66,32],[0,-1]],o:[[-57.595,32.724],[-24,201],[287,-206],[-.677,-31.137],[-181.363,-87.934],[-58,-158]],v:[[-238,-252],[-325,-112],[6,336],[341,-114],[258,-250],[6,-145]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.956862984452,.2588239782,.211765005074,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Fill`,np:2,cix:2,bm:0,ix:5,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0}],markers:[{tm:75,cm:`rest`,dr:0}]}},HAHA:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%20id='facial_expressions'%3e%3cradialGradient%20id='face_1_'%20cx='63.6'%20cy='216.9'%20r='56.9597'%20gradientTransform='matrix(1%200%200%201%200%20-154)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.5'%20style='stop-color:%23FDE030'/%3e%3cstop%20offset='0.92'%20style='stop-color:%23F7C02B'/%3e%3cstop%20offset='1'%20style='stop-color:%23F4A223'/%3e%3c/radialGradient%3e%3cpath%20id='face'%20style='fill:url(%23face_1_);'%20d='M63.6,118.8c-27.9,0-58-17.5-58-55.9S35.7,7,63.6,7c15.5,0,29.8,5.1,40.4,14.4%20c11.5,10.2,17.6,24.6,17.6,41.5s-6.1,31.2-17.6,41.4C93.4,113.6,79,118.8,63.6,118.8z'/%3e%3cpath%20style='fill:%23EB8F00;'%20d='M111.49,29.67c5.33,8.6,8.11,18.84,8.11,30.23c0,16.9-6.1,31.2-17.6,41.4%20c-10.6,9.3-25,14.5-40.4,14.5c-18.06,0-37-7.35-48.18-22.94c10.76,17.66,31,25.94,50.18,25.94c15.4,0,29.8-5.2,40.4-14.5%20c11.5-10.2,17.6-24.5,17.6-41.4C121.6,50.16,118.13,38.84,111.49,29.67z'/%3e%3cpath%20id='left-eyebrow'%20style='fill:%23422B0D;'%20d='M39.44,31.21C39,30.15,37.8,29.61,36.72,30c-1.62,0.53-3.18,1.22-4.67,2.05%20c-3.96,2.18-7.35,5.27-9.89,9c-0.7,0.95-0.52,2.28,0.41,3c0.49,0.41,1.13,0.61,1.77,0.53c0.48-0.07,0.92-0.3,1.26-0.65%20c3.84-3.76,8.14-7.02,12.79-9.7l0.11-0.06C39.56,33.6,39.98,32.29,39.44,31.21z'/%3e%3cpath%20id='left-eyebrow-2'%20style='fill:%23422B0D;'%20d='M90.69,30.21c0.44-1.06,1.64-1.6,2.72-1.21c1.61,0.52,3.17,1.19,4.66,2%20c3.96,2.18,7.35,5.26,9.9,9c0.69,0.95,0.51,2.27-0.41,3c-0.49,0.41-1.13,0.6-1.77,0.53c-0.48-0.07-0.92-0.3-1.26-0.65%20c-3.84-3.76-8.14-7.02-12.79-9.7l-0.11-0.06C90.6,32.55,90.18,31.28,90.69,30.21z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.49,74.7'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.49,74.7'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M102.07,71.62c-1.4-2.53-4.44-3.64-7.14-2.62c-10.26,2.99-20.9,4.48-31.59,4.43%20C52.65,73.48,42.01,71.99,31.75,69c-2.69-1.02-5.73,0.08-7.13,2.6c-1.36,2.51-0.38,5.42,0.77,7.93%20c6.42,14.1,20.57,22.54,37.87,22.59h0.16c17.3,0,31.45-8.49,37.88-22.59C102.44,77,103.43,74.13,102.07,71.62z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.42,100.89'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.49,74.7'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.49,74.7'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M63.42,100.89'/%3e%3cpath%20style='fill:%23ED7770;'%20d='M79.35,98.14c-0.37-0.34-0.75-0.65-1.13-1c-4.08-3.59-9.36-5.52-14.8-5.41%20C57.82,91.64,52.37,93.5,48,97c-0.38,0.31-0.78,0.61-1.15,1s-0.57,0.67-0.81,1c5.5,2.15,11.36,3.25,17.27,3.22h0.16%20c5.66,0,11.27-1.01,16.57-3C79.84,98.84,79.61,98.48,79.35,98.14z'/%3e%3cpath%20style='fill:%23FFFFFF;'%20d='M94.93,69c-10.26,2.99-20.9,4.48-31.59,4.43C52.65,73.48,42.01,71.99,31.75,69%20c-2.69-1.02-5.73,0.08-7.13,2.6c-0.2,0.38-0.36,0.78-0.46,1.19c0.33,0.17,0.71,0.34,1.16,0.52c12.04,6.03,25.35,9.09,38.81,8.93%20c12.91,0.15,25.67-2.66,37.33-8.2c0.47-0.2,0.86-0.39,1.21-0.57c-0.08-0.65-0.29-1.29-0.6-1.87C100.67,69.08,97.63,67.97,94.93,69z%20'/%3e%3cpath%20style='fill:%23EB8F00;'%20d='M102.11,71.63c-1.42-2.53-4.47-3.65-7.19-2.63c-10.26,2.99-20.9,4.48-31.58,4.43%20C52.65,73.48,42.01,71.99,31.75,69c-2.69-1.02-5.73,0.08-7.13,2.6c-1.36,2.51-0.38,5.42,0.77,7.93c0.51,1.13,1.08,2.24,1.71,3.31%20c0,0-2.1-7.78-0.28-10.04c0.62-0.96,1.66-1.56,2.8-1.62c0.47,0,0.93,0.08,1.38,0.22c10.44,3.07,21.27,4.62,32.16,4.6h0.35%20c10.89,0.02,21.72-1.53,32.16-4.6c0.45-0.14,0.91-0.22,1.38-0.22c1.14,0.06,2.19,0.66,2.81,1.62c1.85,2.26-0.28,10.07-0.28,10.07%20c0.62-1.07,1.24-2.17,1.76-3.31C102.48,77.05,103.47,74.15,102.11,71.63z'/%3e%3cg%20id='tears-of-joy'%3e%3cg%20id='eyes'%3e%3cpath%20style='fill:%2329B6F6;'%20d='M100.69,57.09c0,0,17,0.47,23.79,13c2.84,5.26,3,14-2.88,17.19c-7.11,3.91-13.78-1.64-14.63-7.56%20C104.68,63.66,100.69,57.09,100.69,57.09z'/%3e%3cpath%20style='fill:%2381D4FA;'%20d='M123.26,81.27c-0.67,1.22-2.14,1.75-3.43,1.24c-1.15-0.61-1.46-2.08-1.64-3.37l-0.55-4%20c-0.23-1.59-1.85-6.74-0.15-7.58c1.35-0.66,3.94,1.16,4.7,2.21C123.86,72.15,124.65,78.93,123.26,81.27z'/%3e%3cpath%20style='fill:%2381D4FA;'%20d='M117.49,67.61c1.35-0.66,3.94,1.16,4.7,2.21c1.67,2.33,2.46,9.11,1.07,11.45%20c-0.67,1.22-2.14,1.75-3.43,1.24c-1.15-0.61-1.46-2.08-1.64-3.37l-0.55-4'/%3e%3cpath%20style='fill:%2329B6F6;'%20d='M27.31,57.09c0,0-17,0.47-23.79,13C0.68,75.3,0.57,84,6.4,87.23c7.11,3.91,13.78-1.64,14.63-7.56%20C23.32,63.66,27.31,57.09,27.31,57.09z'/%3e%3cpath%20style='fill:%2381D4FA;'%20d='M4.74,81.27c0.67,1.22,2.14,1.75,3.43,1.24c1.15-0.61,1.46-2.08,1.64-3.37l0.55-4%20c0.23-1.59,1.85-6.74,0.15-7.58c-1.35-0.66-3.94,1.16-4.7,2.21C4.14,72.15,3.35,78.93,4.74,81.27z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M48.15,55.87L48,55.65l-0.21-0.27c-0.08-0.11-0.16-0.2-0.26-0.29l-0.61-0.62%20c-0.26-0.26-0.55-0.52-0.87-0.79c-0.66-0.57-1.4-1.03-2.2-1.39c-0.77-0.34-1.61-0.52-2.45-0.52c0.35,0,0.09,0,0.17,0H41%20c-0.1-0.01-0.19-0.01-0.29,0c-0.18,0.02-0.36,0.05-0.54,0.09c-0.41,0.1-0.82,0.23-1.21,0.39c-0.8,0.35-1.54,0.82-2.2,1.39%20c-0.54,0.45-1.05,0.94-1.52,1.47l-0.57,0.64l-0.3,0.34c-1.21,1.38-3.3,1.52-4.68,0.32c-1.03-0.9-1.4-2.35-0.94-3.64l0.11-0.32%20c0.09-0.21,0.17-0.53,0.36-0.91c0.46-1.08,1.06-2.11,1.78-3.04c1.75-2.31,4.21-3.99,7-4.79c0.57-0.15,1.15-0.26,1.74-0.34%20c0.3,0,0.74-0.09,0.87-0.09h0.76c1.13,0.02,2.26,0.18,3.36,0.46c1.05,0.29,2.05,0.71,3,1.25c1.55,0.91,2.91,2.11,4,3.54%20c0.74,0.97,1.37,2.02,1.86,3.14c0.08,0.16,0.15,0.32,0.19,0.49c0.05,0.13,0.08,0.24,0.11,0.33l0.09,0.27%20c0.57,1.77-0.4,3.67-2.17,4.24c-1.33,0.43-2.8-0.01-3.67-1.1L48.15,55.87z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M93.48,55.87l-0.18-0.22l-0.21-0.27c-0.08-0.11-0.16-0.2-0.26-0.29l-0.62-0.62%20c-0.27-0.28-0.56-0.54-0.86-0.79c-0.66-0.57-1.4-1.03-2.2-1.39c-0.77-0.34-1.61-0.52-2.45-0.52c0.35,0,0.09,0,0.17,0h-0.58%20c-0.1-0.01-0.19-0.01-0.29,0c-0.18,0.02-0.36,0.05-0.54,0.09c-0.41,0.1-0.82,0.23-1.21,0.39c-0.81,0.37-1.57,0.85-2.25,1.43%20c-0.54,0.46-1.04,0.95-1.51,1.47l-0.57,0.64l-0.3,0.34c-1.21,1.38-3.3,1.52-4.68,0.32c-1.03-0.9-1.4-2.35-0.94-3.64l0.11-0.32%20c0.09-0.21,0.17-0.53,0.35-0.91c0.48-1.1,1.09-2.13,1.83-3.08c1.75-2.31,4.21-3.99,7-4.79c0.57-0.15,1.15-0.26,1.74-0.34%20c0.3,0,0.74-0.09,0.87-0.09h0.76c1.13,0.02,2.26,0.18,3.36,0.46c1.04,0.3,2.04,0.72,2.98,1.26c1.55,0.9,2.91,2.11,4,3.54%20c0.42,0.54,0.79,1.11,1.13,1.7c0.27,0.47,0.51,0.95,0.73,1.44c0.08,0.16,0.14,0.32,0.19,0.49c0,0.13,0.08,0.24,0.11,0.33%20l0.09,0.27c0.57,1.77-0.4,3.67-2.17,4.24c-1.33,0.43-2.8-0.01-3.67-1.1L93.48,55.87z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:118,w:1024,h:1024,nm:`emoji_laught_cry`,ddd:0,assets:[{id:`comp_0`,nm:`laught_cry`,fr:60,layers:[{ddd:0,ind:1,ty:3,nm:`1i`,parent:13,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.2,y:1},o:{x:.4,y:0},t:0,s:[.312,27.313,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.2,y:1},o:{x:.001,y:0},t:35,s:[.312,16.313,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.2,y:1},o:{x:.001,y:0},t:90,s:[.312,33.313,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.2,y:1},o:{x:.001,y:0},t:117,s:[.312,16.313,0],to:[0,0,0],ti:[0,0,0]},{t:144,s:[.312,27.313,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[17,17,100],ix:6,l:2}},ao:0,ip:0,op:151,st:0,bm:0},{ddd:0,ind:2,ty:4,nm:`tear 2`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.5],y:[1.033]},o:{x:[.485],y:[-.113]},t:0,s:[0]},{i:{x:[.701],y:[1.427]},o:{x:[.333],y:[0]},t:15,s:[0]},{i:{x:[.766],y:[1]},o:{x:[.421],y:[.409]},t:37,s:[-60]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:53,s:[4]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:60,s:[-1]},{t:66,s:[0]}],ix:10},p:{a:0,k:[216.369,-194.563,0],ix:2,l:2},a:{a:0,k:[-9.155,-14.388,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.5,.5,.667],y:[1,1,1]},o:{x:[.485,.485,.333],y:[.001,.001,0]},t:0,s:[588.235,588.235,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:15,s:[0,0,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:40,s:[0,0,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:53,s:[622,622,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:60,s:[588.235,588.235,100]},{t:66,s:[588.235,588.235,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[1.639,-.969],[-.476,-3.03],[0,0],[-1.15,-.61],[-.67,1.22],[1.67,2.33]],o:[[-1.639,.969],[.183,1.163],[.18,1.29],[1.29,.51],[1.39,-2.34],[-.755,-1.054]],v:[[29.411,7.977],[29.6,15.378],[30.15,19.378],[31.79,22.748],[35.22,21.508],[34.15,10.058]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.831372608858,.980392216701,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-.364,.35],ix:2},a:{a:0,k:[21.541,12.198],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[0,0],[-6.771,-12.54],[5.88,-3.19],[.844,5.921]],o:[[0,0],[2.84,5.26],[-7.11,3.91],[-2.29,-16.06]],v:[[12.635,-2.577],[36.425,10.423],[33.545,27.613],[18.915,20.053]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.160784313725,.713725490196,.964705942191,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-.364,.35],ix:2},a:{a:0,k:[21.541,12.198],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:3,ty:4,nm:`tear`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.5],y:[1.033]},o:{x:[.485],y:[-.113]},t:0,s:[0]},{i:{x:[.445],y:[-.846]},o:{x:[.333],y:[0]},t:15,s:[0]},{i:{x:[.339],y:[1]},o:{x:[.421],y:[-.991]},t:37,s:[25.73]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:55,s:[-4]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:62,s:[1]},{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:68,s:[0]},{t:90,s:[0]}],ix:10},p:{a:0,k:[-214.146,-197.136,0],ix:2,l:2},a:{a:0,k:[13.595,-17.388,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.5,.5,.667],y:[1,1,1]},o:{x:[.485,.485,.333],y:[.001,.001,0]},t:0,s:[588.235,588.235,100]},{i:{x:[.577,.577,.833],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:15,s:[0,0,100]},{i:{x:[.407,.407,.833],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:40,s:[0,0,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,0,0]},t:55,s:[622.235,622.235,100]},{t:62,s:[588.235,588.235,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[-1.39,-2.34],[-1.29,.51],[-.18,1.29],[0,0],[1.7,.84],[.76,-1.05]],o:[[.67,1.22],[1.15,-.61],[0,0],[.23,-1.59],[-1.35,-.66],[-1.67,2.38]],v:[[18.865,18.158],[22.295,19.398],[23.935,16.028],[24.485,12.028],[24.635,4.448],[19.935,6.658]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.83137254902,.980392156863,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-6.551,1.269],ix:2},a:{a:0,k:[21.642,12.197],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[0,0],[6.79,-12.53],[-5.83,-3.23],[-.85,5.92]],o:[[0,0],[-2.84,5.21],[7.11,3.91],[2.29,-16.01]],v:[[35.275,-5.177],[11.485,7.823],[14.365,24.963],[28.995,17.403]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.160784313725,.713725490196,.964705882353,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-21.905,-11.848],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:4,ty:4,nm:`mouth`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-154.412,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:0,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:11,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:21,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:31,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:41,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:52,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:63,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:74,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:85,s:[73.529,73.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:96,s:[69.529,69.529,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:107,s:[73.529,73.529,100]},{i:{x:[.626,.62,.833],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:117,s:[69.529,69.529,100]},{t:128,s:[73.529,73.529,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:11,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:21,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:31,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:41,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:52,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:63,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:74,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:85,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:96,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:107,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]},{i:{x:.46,y:1},o:{x:.333,y:0},t:117,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-19.785],[252.44,-40.825],[-.2,-10.672],[-252.92,-40.825],[-309.96,-20.025],[-303.8,43.415],[-290.12,69.895],[-292.36,-10.425],[-269.96,-23.386],[-258.92,-21.625],[-1.64,9.888],[1.16,9.888],[258.44,-21.625],[269.481,-23.386],[291.96,-10.425],[289.72,70.135],[303.8,43.654]],c:!0}]},{t:128,s:[{i:[[10.88,20.16],[21.76,-8.16],[85.44,.4],[82.08,23.92],[11.2,-20.16],[-9.2,-20.08],[-5.04,-8.56],[-14.56,18.079],[-9.12,.481],[-3.6,-1.12],[-87.12,.16],[0,0],[-83.52,24.56],[-3.761,0],[-4.96,-7.68],[0,0],[-4.16,9.121]],o:[[-11.36,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.88,20.08],[4.08,9.04],[0,0],[4.96,-7.68],[3.76,0],[83.52,24.56],[0,0],[87.12,.16],[3.6,-1.12],[9.119,.481],[14.8,18.079],[4.96,-8.56],[9.12,-20.079]],v:[[309.96,-30.36],[252.44,-51.4],[-.2,-15.96],[-252.92,-51.4],[-309.96,-30.6],[-303.8,32.84],[-290.12,59.32],[-292.36,-21],[-269.96,-33.961],[-258.92,-32.2],[-1.64,4.6],[1.16,4.6],[258.44,-32.2],[269.481,-33.961],[291.96,-21],[289.72,59.56],[303.8,33.079]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.922000002394,.560999971278,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[506.92,603.4],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 8`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:11,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.109],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:21,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:31,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.108],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:41,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:52,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.108],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:63,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:74,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.109],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:85,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:96,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.108],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:107,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{i:{x:.46,y:1},o:{x:.333,y:0},t:117,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-8.81,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[2.014,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-36.261],[-.599,-6.108],[-253.319,-36.261],[-310.359,-18.105],[-310.339,-7.527],[-304.759,6.15],[5.72,67.015],[304.359,11.991],[311.397,-3.145],[306.597,-18.105]],c:!0}]},{i:{x:.833,y:1},o:{x:.167,y:0},t:128,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]},{t:145,s:[{i:[[21.6,-8.24],[85.52,.4],[82.08,23.92],[11.2,-20.16],[.801,-3.28],[-3.6,-1.439],[-107.681,1.28],[-93.279,44.32],[-2.8,1.44],[2.48,4.64]],o:[[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-1.601,3.04],[2.64,1.36],[96.319,48.241],[103.28,1.2],[3.761,-1.6],[-.641,-5.2],[-11.2,-20.16]],v:[[252.121,-46.98],[-.599,-11.54],[-253.319,-46.98],[-307.859,-28.68],[-311.54,-19.16],[-304.759,-15.001],[5.72,56.44],[304.359,-9.16],[311.54,-13.72],[306.741,-28.68]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[507.32,601.48],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 9`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:11,s:[{i:[[43.52,-.717],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.439,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:21,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:31,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:41,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:52,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:63,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:74,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:85,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:96,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:107,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]},{i:{x:.46,y:1},o:{x:.167,y:.167},t:117,s:[{i:[[43.52,-.718],[27.699,-46.714],[-44.236,.586],[0,0],[-43.956,14.569]],o:[[-44.8,-.587],[44.008,15.021],[0,0],[45.28,0],[-36.342,-51.115]],v:[[3.039,-61.879],[-147.857,8.16],[2.16,31.883],[3.44,31.883],[144.654,11.241]],c:!0}]},{t:128,s:[{i:[[43.52,-.88],[40.43,-43],[-47.28,.24],[0,0],[-42.401,15.92]],o:[[-44.8,-.72],[44,17.2],[0,0],[45.28,0],[-35.071,-43.385]],v:[[3.039,-41.64],[-136.001,16.52],[2.16,42.28],[3.439,42.28],[136,18.28]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.929000016755,.46699999641,.438999998803,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[504.32,775.48],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 10`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:11,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:21,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:31,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:41,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:52,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:63,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:74,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:85,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:96,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:107,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{i:{x:.46,y:1},o:{x:.333,y:0},t:117,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.155,-96.865],[252.68,-115.181],[-.04,-85.028],[-252.761,-115.181],[-307.157,-97.025],[-303.64,-33.585],[-.68,125.985],[.599,125.985],[303.64,-33.585]],c:!0}]},{i:{x:.833,y:1},o:{x:.167,y:0},t:128,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-307.301,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]},{t:145,s:[{i:[[10.881,20.08],[21.599,-8.16],[85.52,.4],[82.081,23.92],[11.201,-20.16],[-9.201,-20.08],[-138.4,-.4],[0,0],[-51.441,112.8]],o:[[-11.199,-20.24],[-82.08,23.92],[-85.52,.4],[-21.52,-8.16],[-10.879,20.08],[51.359,112.8],[0,0],[138.4,0],[9.119,-20.24]],v:[[307.299,-107.44],[252.68,-125.9],[-.04,-90.46],[-252.761,-125.9],[-306.676,-107.6],[-303.64,-44.16],[-.68,136.56],[.599,136.56],[303.64,-44.16]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[506.761,680.4],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 11`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:5,ty:3,nm:`White Solid 8`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[12.5,-161.029,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[-73.529,73.529,100],ix:6,l:2}},ao:0,ip:0,op:151,st:0,bm:0},{ddd:0,ind:6,ty:4,nm:`left eyebrow 2`,parent:5,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.488],y:[1]},o:{x:[.601],y:[0]},t:0,s:[0]},{i:{x:[.59],y:[1]},o:{x:[.448],y:[0]},t:28,s:[21]},{i:{x:[.59],y:[1]},o:{x:[.68],y:[0]},t:45,s:[29]},{i:{x:[.59],y:[1]},o:{x:[.68],y:[0]},t:81,s:[29]},{i:{x:[.435],y:[1]},o:{x:[.68],y:[0]},t:107,s:[20]},{t:144,s:[0]}],ix:10},p:{a:1,k:[{i:{x:.488,y:1},o:{x:.601,y:0},t:0,s:[247.622,300.615,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.628,y:.417},o:{x:.418,y:0},t:28,s:[343.122,258.615,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.628,y:.628},o:{x:.3,y:.3},t:52,s:[343.122,275.721,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.6,y:1},o:{x:.3,y:.307},t:81,s:[343.122,275.721,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.68,y:0},t:107,s:[343.122,247.255,0],to:[0,0,0],ti:[0,0,0]},{t:144,s:[247.622,300.615,0]}],ix:2,l:2},a:{a:0,k:[.22,.362,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[.54,1.08],[1.08,-.39],[1.49,-.83],[2.54,-3.73],[-.93,-.72],[-.64,.08],[-.34,.35],[-4.65,2.68],[0,0]],o:[[-.44,-1.06],[-1.62,.53],[-3.96,2.18],[-.7,.95],[.49,.41],[.48,-.07],[3.84,-3.76],[0,0],[1.06,-.57]],v:[[30.625,5.923],[27.905,4.713],[23.235,6.763],[13.345,15.763],[13.755,18.763],[15.525,19.293],[16.785,18.643],[29.575,8.943],[29.685,8.883]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980392157,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-21.905,-11.848],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:7,ty:4,nm:`left eyebrow`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.488],y:[1]},o:{x:[.601],y:[0]},t:0,s:[0]},{i:{x:[.702],y:[1]},o:{x:[.374],y:[0]},t:28,s:[16]},{i:{x:[.702],y:[1]},o:{x:[.373],y:[0]},t:45,s:[29]},{i:{x:[.572],y:[1]},o:{x:[.373],y:[0]},t:81,s:[29]},{i:{x:[.435],y:[1]},o:{x:[.68],y:[0]},t:107,s:[19]},{t:144,s:[0]}],ix:10},p:{a:1,k:[{i:{x:.488,y:1},o:{x:.601,y:0},t:0,s:[-194.396,-309.842,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.628,y:.208},o:{x:.418,y:0},t:28,s:[-141.822,-340.724,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.628,y:.628},o:{x:.3,y:.3},t:52,s:[-141.822,-328.146,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.6,y:1},o:{x:.3,y:.417},t:81,s:[-141.822,-328.146,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.68,y:0},t:107,s:[-141.822,-349.077,0],to:[0,0,0],ti:[0,0,0]},{t:144,s:[-194.396,-309.842,0]}],ix:2,l:2},a:{a:0,k:[.22,.362,0],ix:1,l:2},s:{a:0,k:[588.235,588.235,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[.54,1.08],[1.08,-.39],[1.49,-.83],[2.54,-3.73],[-.93,-.72],[-.64,.08],[-.34,.35],[-4.65,2.68],[0,0]],o:[[-.44,-1.06],[-1.62,.53],[-3.96,2.18],[-.7,.95],[.49,.41],[.48,-.07],[3.84,-3.76],[0,0],[1.06,-.57]],v:[[30.625,5.923],[27.905,4.713],[23.235,6.763],[13.345,15.763],[13.755,18.763],[15.525,19.293],[16.785,18.643],[29.575,8.943],[29.685,8.883]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980392157,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[-21.905,-11.848],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:8,ty:4,nm:`eyes 3`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[49.632,-93.382,0],ix:2,l:2},a:{a:0,k:[445,594,0],ix:1,l:2},s:{a:0,k:[-73.529,73.529,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.2,y:1},o:{x:.4,y:.4},t:0,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.667,y:1},o:{x:0,y:0},t:35,s:[{i:[[0,0],[0,0],[0,0],[1.017,.353],[32.25,-.16],[0,0],[0,0],[7.378,12.632],[-6.773,8.611],[0,0],[-52.891,.648],[-7.089,-6.737],[-.823,-1.129],[-.5,-.57],[0,0],[11.27,-9.709],[9.797,5.336]],o:[[0,0],[0,0],[-.931,-.563],[0,0],[-28.012,.139],[0,0],[-12.69,7.383],[-5.519,-9.448],[0,0],[1.217,-1.363],[60.37,-.74],[1.086,.931],[.772,.803],[0,0],[9.696,11.281],[-8.472,7.298],[0,0]],v:[[62.997,27.915],[61.209,26.759],[58.822,25.42],[56.005,24.089],[-3.36,10.6],[-62.448,25.688],[-65.589,27.503],[-101.893,18.011],[-99.751,-11.986],[-98.102,-14.132],[-6.48,-57.32],[90.071,-19.935],[92.993,-16.912],[94.828,-14.82],[96.33,-13.109],[93.49,24.888],[63.017,28.168]],c:!0}]},{i:{x:.2,y:.2},o:{x:.333,y:0},t:58,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.2,y:1},o:{x:0,y:0},t:91,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.667,y:1},o:{x:0,y:0},t:117,s:[{i:[[0,0],[0,0],[0,0],[1.017,.353],[32.25,-.16],[0,0],[0,0],[7.378,12.632],[-6.773,8.611],[0,0],[-52.891,.648],[-7.089,-6.737],[-.823,-1.129],[-.5,-.57],[0,0],[11.27,-9.709],[9.797,5.336]],o:[[0,0],[0,0],[-.931,-.563],[0,0],[-28.012,.139],[0,0],[-12.69,7.383],[-5.519,-9.448],[0,0],[1.217,-1.363],[60.37,-.74],[1.086,.931],[.772,.803],[0,0],[9.696,11.281],[-8.472,7.298],[0,0]],v:[[62.997,27.915],[61.209,26.759],[58.822,25.42],[56.005,24.089],[-3.36,10.6],[-62.448,25.688],[-65.589,27.503],[-101.893,18.011],[-99.751,-11.986],[-98.102,-14.132],[-6.48,-57.32],[90.071,-19.935],[92.993,-16.912],[94.828,-14.82],[96.33,-13.109],[93.49,24.888],[63.017,28.168]],c:!0}]},{t:136,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[331.36,403.56],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:9,ty:4,nm:`eyes`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-49.265,-94.118,0],ix:2,l:2},a:{a:0,k:[445,594,0],ix:1,l:2},s:{a:0,k:[73.529,73.529,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.2,y:1},o:{x:.4,y:.4},t:0,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.667,y:1},o:{x:0,y:0},t:35,s:[{i:[[0,0],[0,0],[0,0],[1.017,.353],[32.25,-.16],[0,0],[0,0],[7.378,12.632],[-6.773,8.611],[0,0],[-52.891,.648],[-7.089,-6.737],[-.823,-1.129],[-.5,-.57],[0,0],[11.27,-9.709],[9.797,5.336]],o:[[0,0],[0,0],[-.931,-.563],[0,0],[-28.012,.139],[0,0],[-12.69,7.383],[-5.519,-9.448],[0,0],[1.217,-1.363],[60.37,-.74],[1.086,.931],[.772,.803],[0,0],[9.696,11.281],[-8.472,7.298],[0,0]],v:[[62.997,27.915],[61.209,26.759],[58.822,25.42],[56.005,24.089],[-3.36,10.6],[-62.448,25.688],[-65.589,27.503],[-101.893,18.011],[-99.751,-11.986],[-98.102,-14.132],[-6.48,-57.32],[90.071,-19.935],[92.993,-16.912],[94.828,-14.82],[96.33,-13.109],[93.49,24.888],[63.017,28.168]],c:!0}]},{i:{x:.2,y:.2},o:{x:.333,y:0},t:58,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.2,y:1},o:{x:0,y:0},t:91,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]},{i:{x:.667,y:1},o:{x:0,y:0},t:117,s:[{i:[[0,0],[0,0],[0,0],[1.017,.353],[32.25,-.16],[0,0],[0,0],[7.378,12.632],[-6.773,8.611],[0,0],[-52.891,.648],[-7.089,-6.737],[-.823,-1.129],[-.5,-.57],[0,0],[11.27,-9.709],[9.797,5.336]],o:[[0,0],[0,0],[-.931,-.563],[0,0],[-28.012,.139],[0,0],[-12.69,7.383],[-5.519,-9.448],[0,0],[1.217,-1.363],[60.37,-.74],[1.086,.931],[.772,.803],[0,0],[9.696,11.281],[-8.472,7.298],[0,0]],v:[[62.997,27.915],[61.209,26.759],[58.822,25.42],[56.005,24.089],[-3.36,10.6],[-62.448,25.688],[-65.589,27.503],[-101.893,18.011],[-99.751,-11.986],[-98.102,-14.132],[-6.48,-57.32],[90.071,-19.935],[92.993,-16.912],[94.828,-14.82],[96.33,-13.109],[93.49,24.888],[63.017,28.168]],c:!0}]},{t:136,s:[{i:[[0,0],[0,0],[0,0],[.8,.72],[32.25,-.16],[0,0],[0,0],[11.033,9.606],[-3.686,10.317],[0,0],[-68.085,2.903],[-3.924,-8.958],[-.321,-1.36],[-.24,-.72],[0,0],[14.157,-4.567],[6.964,8.716]],o:[[0,0],[0,0],[-.64,-.88],[0,0],[-28.012,.139],[0,0],[-9.686,11.033],[-8.235,-7.205],[0,0],[.721,-1.679],[70.12,-2.99],[.641,1.28],[.4,1.04],[0,0],[4.567,14.157],[-10.638,3.445],[0,0]],v:[[53.858,43.385],[52.657,41.625],[50.976,39.466],[48.895,37.147],[-3.36,10.6],[-54.022,42.425],[-56.423,45.143],[-93.861,47.678],[-101.362,18.556],[-100.48,15.997],[-6.48,-57.32],[97.359,9.764],[98.881,13.683],[99.762,16.323],[100.483,18.482],[83.141,52.409],[53.778,43.625]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[331.36,403.56],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:11,ty:4,nm:`base matte`,parent:13,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-2,-3,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:12,ty:4,nm:`base shadow`,parent:13,tt:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.921568627451,.560784313725,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0},{ddd:0,ind:13,ty:4,nm:`base normal`,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.2,y:1},o:{x:.4,y:0},t:0,s:[509.5,503.5,0],to:[0,-2.667,0],ti:[0,-2.667,0]},{i:{x:.2,y:1},o:{x:0,y:0},t:37,s:[509.5,487.5,0],to:[0,2.667,0],ti:[0,0,0]},{i:{x:.2,y:1},o:{x:0,y:0},t:92,s:[509.5,519.5,0],to:[0,0,0],ti:[0,2.667,0]},{i:{x:.2,y:1},o:{x:0,y:0},t:119,s:[509.5,487.5,0],to:[0,-2.667,0],ti:[0,-2.667,0]},{t:144,s:[509.5,503.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:151,st:0,bm:0}]}],layers:[{ddd:0,ind:1,ty:0,nm:`laught_cry`,refId:`comp_0`,sr:.8,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[512,512,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,w:1024,h:1024,ip:0,op:118,st:0,bm:0}],markers:[{tm:116,cm:`rest`,dr:0}]}},WOW:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%20id='gold'%3e%3cradialGradient%20id='face_1_'%20cx='63.6'%20cy='1696.9'%20r='56.9597'%20gradientTransform='matrix(1%200%200%201%200%20-1634)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.5'%20style='stop-color:%23FDE030'/%3e%3cstop%20offset='0.92'%20style='stop-color:%23F7C02B'/%3e%3cstop%20offset='1'%20style='stop-color:%23F4A223'/%3e%3c/radialGradient%3e%3cpath%20id='face'%20style='fill:url(%23face_1_);'%20d='M63.6,118.8c-27.9,0-58-17.5-58-55.9S35.7,7,63.6,7c15.5,0,29.8,5.1,40.4,14.4%20c11.5,10.2,17.6,24.6,17.6,41.5s-6.1,31.2-17.6,41.4C93.4,113.6,79,118.8,63.6,118.8z'/%3e%3cpath%20style='fill:%23EB8F00;'%20d='M111.49,29.67c5.33,8.6,8.11,18.84,8.11,30.23c0,16.9-6.1,31.2-17.6,41.4%20c-10.6,9.3-25,14.5-40.4,14.5c-18.06,0-37-7.35-48.18-22.94c10.76,17.66,31,25.94,50.18,25.94c15.4,0,29.8-5.2,40.4-14.5%20c11.5-10.2,17.6-24.5,17.6-41.4C121.6,50.16,118.13,38.84,111.49,29.67z'/%3e%3c/g%3e%3cg%20id='facial_expressions'%3e%3cg%20id='face-with-open-mouth'%3e%3cpath%20id='mouth'%20style='fill:%23422B0D;'%20d='M84,87.92c0,8.16-9,13-20,13s-20-4.8-20-13s9-17,20-17S84,79.75,84,87.92z'/%3e%3c/g%3e%3cpath%20style='fill:%23422B0D;'%20d='M44,40.94L44,40.94c-4.19,0-8,3.54-8,9.42s3.81,9.41,8,9.41l0,0c4.2,0,8-3.54,8-9.41%20S48.24,40.94,44,40.94z'/%3e%3cg%20id='peepers'%3e%3cpath%20style='fill:%23896024;'%20d='M43.65,44.87L43.65,44.87c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C44.78,47.06,44.54,45.73,43.65,44.87z'/%3e%3c/g%3e%3cpath%20style='fill:%23422B0D;'%20d='M82.4,40.94L82.4,40.94c-4.19,0-8,3.54-8,9.42s3.81,9.41,8,9.41l0,0c4.19,0,8-3.54,8-9.41%20S86.59,40.94,82.4,40.94z'/%3e%3cg%20id='peepers-2'%3e%3cpath%20style='fill:%23896024;'%20d='M82,44.87L82,44.87c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C83.13,47.06,82.89,45.73,82,44.87z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:152,w:1024,h:1024,nm:`emoji_Face with open mouth`,ddd:0,assets:[],layers:[{ddd:0,ind:1,ty:3,nm:`Null ALL`,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:77.998,s:[510,502,0],to:[0,1.667,0],ti:[-1.667,-1.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:84.002,s:[510,512,0],to:[1.667,1.667,0],ti:[1.667,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:90,s:[520,512,0],to:[-1.667,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:97.502,s:[500,512,0],to:[0,0,0],ti:[-1.667,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},t:104,s:[520,512,0],to:[1.667,0,0],ti:[1.667,2,0]},{i:{x:.833,y:1},o:{x:.333,y:0},t:112,s:[510,512,0],to:[-1.667,-2,0],ti:[0,1.667,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:122,s:[510,500,0],to:[0,-1.667,0],ti:[0,-.333,0]},{t:130,s:[510,502,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,ip:0,op:152,st:0,bm:0},{ddd:0,ind:2,ty:1,nm:`Null FACE`,parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.352,y:1},o:{x:.333,y:0},t:0,s:[0,0,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:1,y:0},t:72,s:[0,-38,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.311,y:1},o:{x:.715,y:0},t:84.002,s:[0,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.382,y:1},o:{x:.605,y:0},t:90,s:[24,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.464,y:1},o:{x:.48,y:0},t:97.502,s:[-84,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},t:104,s:[26,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.715,y:0},t:112,s:[-10,2,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},t:118,s:[0,0,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},t:124,s:[0,-4,0],to:[0,0,0],ti:[0,0,0]},{t:132,s:[0,0,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,sw:100,sh:100,sc:`#ffffff`,ip:0,op:152,st:0,bm:0},{ddd:0,ind:4,ty:4,nm:`eyes Closed`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[2.923,-29.16,0],ix:2,l:2},a:{a:0,k:[257.11,17.967,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[-6.919,.595],[-15.111,.478],[-15.111,.015],[-7.555,-.102],[0,0],[0,0],[0,0],[-15.111,-1.359],[.721,-8.008],[6.881,-.613],[15.111,-.466],[0,0],[0,0],[0,0],[7.555,.007],[15.111,.478],[15.111,1.311],[-.695,8.009]],o:[[15.111,-1.311],[15.111,-.478],[7.555,-.007],[0,0],[0,0],[0,0],[15.111,.467],[8.008,.721],[-.641,7.123],[-15.111,1.359],[0,0],[0,0],[0,0],[-7.555,.102],[-15.111,-.015],[-15.111,-.477],[-8.008,-.694],[.62,-7.155]],v:[[-90.656,-14.5],[-45.324,-16.976],[.01,-17.71],[22.676,-17.567],[34.01,-17.336],[39.676,-17.221],[45.344,-17.034],[90.676,-14.5],[103.872,1.305],[90.676,14.5],[45.344,17.034],[39.676,17.221],[34.01,17.336],[22.676,17.567],[.01,17.71],[-45.324,16.976],[-90.656,14.5],[-103.898,-1.258]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[409.377,17.967],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[-6.919,.595],[-15.111,.478],[-15.112,.015],[-7.555,-.102],[0,0],[0,0],[0,0],[-15.111,-1.359],[.72,-8.008],[6.881,-.613],[15.111,-.466],[0,0],[0,0],[0,0],[7.555,.007],[15.111,.478],[15.111,1.311],[-.695,8.009]],o:[[15.111,-1.311],[15.111,-.478],[7.555,-.007],[0,0],[0,0],[0,0],[15.111,.467],[8.008,.721],[-.641,7.123],[-15.111,1.359],[0,0],[0,0],[0,0],[-7.555,.102],[-15.112,-.015],[-15.111,-.477],[-8.008,-.694],[.62,-7.155]],v:[[-90.656,-14.5],[-45.323,-16.976],[.011,-17.71],[22.677,-17.567],[34.011,-17.336],[39.677,-17.221],[45.344,-17.034],[90.677,-14.5],[103.873,1.305],[90.677,14.5],[45.344,17.034],[39.677,17.221],[34.011,17.336],[22.677,17.567],[.011,17.71],[-45.323,16.976],[-90.656,14.5],[-103.898,-1.258]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[104.843,17.967],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:84,op:118,st:86,bm:0},{ddd:0,ind:5,ty:4,nm:`eyes normal 2`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-4.4,-99.16,0],ix:2,l:2},a:{a:0,k:[217.85,75.571,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[0,.167,0]},t:118,s:[100,85,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:122,s:[100,103,100]},{t:128,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[7.12,6.88],[0,0],[5.52,-11.36],[-7.12,-6.88],[-5.52,11.36]],o:[[0,0],[-11.36,-5.44],[-4.24,8.88],[11.36,5.44],[4.24,-8.879]],v:[[12.88,-18.56],[12.88,-18.56],[-17.68,-7.84],[-12.88,18.56],[17.68,7.84]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[355.37,50.251],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[33.52,0],[0,0],[0,-47.04],[-33.52,0],[0,46.96]],o:[[0,0],[-33.52,0],[0,47.04],[33.52,0],[0,-46.96]],v:[[0,-75.321],[0,-75.321],[-64,.04],[0,75.321],[64,.04]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[371.45,75.57],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[7.12,6.88],[0,0],[5.52,-11.36],[-7.12,-6.88],[-5.52,11.36]],o:[[0,0],[-11.36,-5.44],[-4.24,8.88],[11.36,5.44],[4.24,-8.879]],v:[[12.88,-18.56],[12.88,-18.56],[-17.68,-7.84],[-12.88,18.56],[17.68,7.84]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[48.57,50.251],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[33.92,0],[0,0],[0,-47.04],[-33.52,0],[0,46.96]],o:[[0,0],[-33.52,0],[0,47.04],[33.6,0],[0,-46.96]],v:[[0,-75.321],[0,-75.321],[-64,.04],[0,75.321],[64,.04]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[64.25,75.57],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:118,op:152,st:126,bm:0},{ddd:0,ind:6,ty:4,nm:`eyes normal`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-4.4,-99.16,0],ix:2,l:2},a:{a:0,k:[217.85,75.571,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.833,.833,.833],y:[1,.833,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:78,s:[100,100,100]},{t:82,s:[100,85,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[7.12,6.88],[0,0],[5.52,-11.36],[-7.12,-6.88],[-5.52,11.36]],o:[[0,0],[-11.36,-5.44],[-4.24,8.88],[11.36,5.44],[4.24,-8.879]],v:[[12.88,-18.56],[12.88,-18.56],[-17.68,-7.84],[-12.88,18.56],[17.68,7.84]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[355.37,50.251],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[33.52,0],[0,0],[0,-47.04],[-33.52,0],[0,46.96]],o:[[0,0],[-33.52,0],[0,47.04],[33.52,0],[0,-46.96]],v:[[0,-75.321],[0,-75.321],[-64,.04],[0,75.321],[64,.04]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[371.45,75.57],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[7.12,6.88],[0,0],[5.52,-11.36],[-7.12,-6.88],[-5.52,11.36]],o:[[0,0],[-11.36,-5.44],[-4.24,8.88],[11.36,5.44],[4.24,-8.879]],v:[[12.88,-18.56],[12.88,-18.56],[-17.68,-7.84],[-12.88,18.56],[17.68,7.84]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[48.57,50.251],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[33.92,0],[0,0],[0,-47.04],[-33.52,0],[0,46.96]],o:[[0,0],[-33.52,0],[0,47.04],[33.6,0],[0,-46.96]],v:[[0,-75.321],[0,-75.321],[-64,.04],[0,75.321],[64,.04]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[64.25,75.57],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:84,st:0,bm:0},{ddd:0,ind:7,ty:4,nm:`mouth`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[2,185.36,0],ix:2,l:2},a:{a:0,k:[160.25,120.25,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.352,y:1},o:{x:.333,y:0},t:0,s:[{i:[[0,-65.36],[88,0],[0,65.6],[-88,0]],o:[[0,65.279],[-88,0],[0,-65.601],[88,0]],v:[[160,16],[0,120],[-160,16],[0,-120]],c:!0}]},{i:{x:1,y:1},o:{x:1,y:0},t:72,s:[{i:[[0,-102.153],[105.126,0],[0,102.528],[-105.127,0]],o:[[0,102.028],[-105.127,0],[0,-102.528],[105.126,0]],v:[[191.279,84.559],[.14,247.104],[-191,84.559],[.14,-128]],c:!0}]},{i:{x:.833,y:1},o:{x:.167,y:0},t:84,s:[{i:[[0,-73.068],[69.85,0],[0,73.337],[-69.85,0]],o:[[0,72.979],[-69.85,0],[0,-73.337],[69.85,0]],v:[[134,40.04],[7,156.307],[-120,40.04],[7,-112]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:0},t:112,s:[{i:[[0,-73.068],[69.85,0],[0,73.337],[-69.85,0]],o:[[0,72.979],[-69.85,0],[0,-73.337],[69.85,0]],v:[[134,40.04],[7,156.307],[-120,40.04],[7,-112]],c:!0}]},{t:122,s:[{i:[[0,-65.36],[88,0],[0,65.6],[-88,0]],o:[[0,65.279],[-88,0],[0,-65.601],[88,0]],v:[[160,16],[0,120],[-160,16],[0,-120]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[160.25,120.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:152,st:0,bm:0},{ddd:0,ind:8,ty:4,nm:`base matte`,parent:10,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-2,-3,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:152,st:0,bm:0},{ddd:0,ind:9,ty:4,nm:`base shadow`,parent:10,tt:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.921568627451,.560784313725,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:152,st:0,bm:0},{ddd:0,ind:10,ty:4,nm:`base normal`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:152,st:0,bm:0}],markers:[{tm:0,cm:`rest`,dr:0}]}},SAD:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%20id='gold'%3e%3cradialGradient%20id='face_1_'%20cx='63.6'%20cy='1992.9'%20r='56.9597'%20gradientTransform='matrix(1%200%200%201%200%20-1930)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.5'%20style='stop-color:%23FDE030'/%3e%3cstop%20offset='0.92'%20style='stop-color:%23F7C02B'/%3e%3cstop%20offset='1'%20style='stop-color:%23F4A223'/%3e%3c/radialGradient%3e%3cpath%20id='face'%20style='fill:url(%23face_1_);'%20d='M63.6,118.8c-27.9,0-58-17.5-58-55.9S35.7,7,63.6,7c15.5,0,29.8,5.1,40.4,14.4%20c11.5,10.2,17.6,24.6,17.6,41.5s-6.1,31.2-17.6,41.4C93.4,113.6,79,118.8,63.6,118.8z'/%3e%3cpath%20style='fill:%23EB8F00;'%20d='M111.49,29.67c5.33,8.6,8.11,18.84,8.11,30.23c0,16.9-6.1,31.2-17.6,41.4%20c-10.6,9.3-25,14.5-40.4,14.5c-18.06,0-37-7.35-48.18-22.94c10.76,17.66,31,25.94,50.18,25.94c15.4,0,29.8-5.2,40.4-14.5%20c11.5-10.2,17.6-24.5,17.6-41.4C121.6,50.16,118.13,38.84,111.49,29.67z'/%3e%3c/g%3e%3cg%20id='facial_expressions'%3e%3cg%20id='crying-face'%3e%3cpath%20id='mouth'%20style='fill:%23422B0D;'%20d='M64,79.4c10.8,0,18.4,5.6,20.7,9.1c0.88,1.11,1.07,2.61,0.5,3.9%20c-0.44,0.81-1.28,1.31-2.2,1.3c-0.34-0.02-0.68-0.09-1-0.2c-5.85-1.67-11.91-2.51-18-2.5c-6.06-0.04-12.1,0.84-17.9,2.6%20c-0.32,0.11-0.66,0.18-1,0.2c-0.92,0.03-1.78-0.47-2.2-1.3c-0.58-1.29-0.38-2.8,0.5-3.9C45.6,85,53.3,79.4,64,79.4z'/%3e%3c/g%3e%3cradialGradient%20id='SVGID_1_'%20cx='37.82'%20cy='-408.8851'%20r='26.42'%20gradientTransform='matrix(1%200%200%20-1.54%200%20-560.29)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.46'%20style='stop-color:%2329B6F6'/%3e%3cstop%20offset='1'%20style='stop-color:%231E88E5'/%3e%3c/radialGradient%3e%3cpath%20style='fill:url(%23SVGID_1_);'%20d='M37,104.5c-6.5,0-11.5-6.3-11.5-11.7c0-3.8,1.7-8.2,4.1-14.3c0.3-0.9,0.7-1.8,1.1-2.8%20c1.4-3.62,3-7.16,4.8-10.6c0.36-0.69,1.18-0.99,1.9-0.7c0.3,0.15,0.55,0.4,0.7,0.7c1.5,3.1,3.2,6.9,4.9,10.8%20c4.2,9.4,5.4,13.2,5.4,17C48.5,98.2,43.4,104.5,37,104.5z'/%3e%3cpath%20style='fill:%2381D4FA;'%20d='M44,97.29c-1.47,2.27-4.8,1.84-4.8-1.93c0-2.41,0.49-14.79,2.56-13.06%20C45.16,85.12,46.12,94.08,44,97.29z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M30,46.7c-1.25,1.85-4.22,0.66-3.35-1.58c2.05-4.87,5.88-8.77,10.72-10.89%20c1.77-0.84,3.68-1.37,5.63-1.58c0.99-0.2,1.96,0.44,2.16,1.43c0.2,0.99-0.44,1.96-1.44,2.16h-0.13C38.01,38.09,33.22,41.78,30,46.7%20z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M97.29,46.7c1.25,1.85,4.22,0.66,3.35-1.58c-2.06-4.88-5.91-8.78-10.77-10.89%20c-1.77-0.84-3.66-1.37-5.61-1.58c-0.99-0.2-1.96,0.44-2.15,1.43c-0.2,0.99,0.44,1.96,1.43,2.16h0.13%20C89.26,38.08,94.07,41.77,97.29,46.7z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M44.67,46.94L44.67,46.94c-4.19,0-8,3.54-8,9.42s3.81,9.41,8,9.41l0,0c4.19,0,8-3.54,8-9.41%20S48.86,46.94,44.67,46.94z'/%3e%3cg%20id='peepers'%3e%3cpath%20style='fill:%23896024;'%20d='M44.28,50.87L44.28,50.87c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C45.41,53.06,45.17,51.73,44.28,50.87z'/%3e%3c/g%3e%3cpath%20style='fill:%23422B0D;'%20d='M83,46.94L83,46.94c-4.19,0-8,3.54-8,9.42s3.81,9.41,8,9.41l0,0c4.19,0,8-3.54,8-9.41%20S87.21,46.94,83,46.94z'/%3e%3cg%20id='peepers-2'%3e%3cpath%20style='fill:%23896024;'%20d='M82.63,50.87L82.63,50.87c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C83.76,53.06,83.52,51.73,82.63,50.87z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:110,w:1024,h:1024,nm:`emoji_crying`,ddd:0,assets:[{id:`comp_0`,nm:`emoji_crying - 60 fps`,fr:60,layers:[{ddd:0,ind:1,ty:4,nm:`DROP 2`,parent:4,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:95,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:107.5,s:[-10]},{t:115,s:[-34.4]}],ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:95,s:[-6.494]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:107.5,s:[19.247]},{t:115,s:[122]}],ix:3},y:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:95,s:[441.754]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:107.5,s:[514.284]},{t:115,s:[556.194]}],ix:4}},a:{a:0,k:[-.727,82.01,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:95,s:[{i:[[3.874,-39.004],[6.228,23.814],[9.072,9.359],[-28.104,-6.344]],o:[[-2.555,25.719],[-6.228,-23.814],[-9.072,-9.359],[26.378,5.954]],v:[[71.953,75.114],[25.628,78.003],[-.977,32.78],[19.943,4.231]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:101,s:[{i:[[-8.055,-21.51],[11.326,15.759],[7.414,7.052],[-10.884,-.878]],o:[[8.164,21.799],[-6.136,-8.538],[-9.927,-9.443],[14.11,1.138]],v:[[50.494,68.768],[31.193,89.571],[-.076,57.668],[8.151,37.878]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:107.5,s:[{i:[[-13.964,-10.817],[7.659,4.636],[9.66,9.499],[-2.176,2.599]],o:[[24.517,18.992],[-4.357,-2.637],[-8.486,-8.345],[5.954,-7.109]],v:[[8.964,70.317],[3.184,89.453],[-22.931,67.441],[-35.846,48.443]],c:!0}]},{t:115,s:[{i:[[-10.688,-12.228],[7.765,4.322],[5.305,9.05],[-3.803,4.345]],o:[[11.418,13.063],[-6.669,-3.712],[-3.913,-6.675],[2.096,-2.394]],v:[[1.074,88.626],[-3.132,98.91],[-25.423,74.694],[-32.657,52.743]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.83137254902,.980392156863,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:95,s:[{i:[[63.572,0],[0,58.069],[-10.934,10.411],[-8.931,2.407],[-9.356,-.159],[-10.604,-3.965],[-10.966,-11.91],[.489,-24.775]],o:[[-64.563,0],[0,-34.726],[14.913,-14.2],[14.085,-3.796],[15.115,.256],[12.14,4.539],[16.401,17.812],[-1.12,56.781]],v:[[-7.954,173.708],[-114.49,76.323],[-84.903,8.348],[-47.202,-15.329],[-5.387,-20.471],[34.279,-12.571],[72.559,13.782],[95.443,80.74]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:101,s:[{i:[[36.442,-4.169],[9.169,25.542],[-2.728,11.58],[-10.153,8.081],[-13.534,1.518],[-15.04,-6.076],[-6.183,-11.664],[3.196,-29.065]],o:[[-36.985,4.211],[-5.422,-15.104],[2.728,-11.58],[10.153,-8.081],[13.534,-1.518],[15.06,6.084],[7.432,14.021],[-2.341,21.29]],v:[[22.477,150.393],[-51.567,111.785],[-51.871,65.789],[-34.935,37.242],[-4.434,24.605],[34.31,30.416],[66.537,58.576],[74.074,106.138]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:107.5,s:[{i:[[9.313,-8.337],[18.569,11.568],[6.547,9.167],[2.233,6.53],[-4.928,4.946],[-6.753,-5.074],[-9.684,-7.221],[-5.901,-7.641]],o:[[-9.408,8.422],[-11.22,-6.99],[-7.213,-10.099],[-5.5,-16.084],[7.961,-7.991],[13.347,10.029],[15.372,11.462],[9.543,12.356]],v:[[52.908,127.078],[3.181,128.932],[-28.537,99.099],[-47.5,66.584],[-46.122,36.95],[-12.847,45.471],[21.128,69.288],[53.457,93.144]],c:!0}]},{t:115,s:[{i:[[3.425,-2.114],[17.381,12.058],[13.712,16.618],[.953,8.743],[-2.536,.575],[-6.14,-5.8],[-7.897,-8.175],[-7.343,-8.771]],o:[[-7.425,4.583],[-10.216,-7.088],[-8.996,-10.902],[-.808,-7.414],[3.533,-.801],[10.549,9.965],[11.471,11.875],[6.238,7.452]],v:[[57.141,140.934],[13.472,121.324],[-25.298,85.935],[-41.366,53.079],[-37.617,42.201],[-22.149,50.082],[22.53,95.148],[54.348,128.621]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:3,k:{a:0,k:[.426,.161,.714,.965,.713,.139,.624,.931,1,.118,.533,.898],ix:9}},s:{a:0,k:[10.39,-49.351],ix:5},e:{a:0,k:[274.026,-10.39],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:95,op:110,st:-27.5,bm:0},{ddd:0,ind:2,ty:3,nm:`Null All`,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:512,ix:3},y:{a:1,k:[{i:{x:[.446],y:[1]},o:{x:[.333],y:[0]},t:0,s:[512]},{i:{x:[.446],y:[1]},o:{x:[.671],y:[0]},t:25,s:[486.545]},{i:{x:[.877],y:[.749]},o:{x:[.671],y:[0]},t:37.5,s:[486.545]},{i:{x:[.241],y:[1]},o:{x:[.093],y:[.295]},t:52.5,s:[504]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:73.928,s:[520]},{t:102.5,s:[512]}],ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,ip:0,op:110,st:0,bm:0},{ddd:0,ind:3,ty:3,nm:`Null Face`,parent:2,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:0,ix:3},y:{a:1,k:[{i:{x:[.365],y:[1]},o:{x:[.333],y:[0]},t:0,s:[0]},{i:{x:[.365],y:[1]},o:{x:[.639],y:[0]},t:27.5,s:[-28]},{i:{x:[.86],y:[.961]},o:{x:[.639],y:[0]},t:42.5,s:[-28]},{i:{x:[.26],y:[1]},o:{x:[.093],y:[.016]},t:68.215,s:[0]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:73.928,s:[10]},{i:{x:[.833],y:[.833]},o:{x:[.333],y:[0]},t:89.762,s:[0]},{t:105,s:[0]}],ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,ip:0,op:110,st:0,bm:0},{ddd:0,ind:4,ty:3,nm:`Null DROP`,parent:3,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-206.727,15.791,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[77,77,100],ix:6,l:2}},ao:0,ip:0,op:110,st:0,bm:0},{ddd:0,ind:5,ty:4,nm:`eyebrows`,parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-181.459,0],ix:2,l:2},a:{a:0,k:[0,-3.459,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[12.88,-19.68],[-6.96,17.92],[-24.955,17.915],[-25.7,2.117],[-1.6,-7.92],[10.325,-3.62],[18.239,-13.994]],o:[[-10,14.8],[12.094,-28.732],[23.113,-16.593],[8.053,-.663],[1.6,7.92],[-22.883,8.022],[-18.239,13.994]],v:[[-269.135,49.132],[-295.935,36.492],[-238.888,-34.444],[-165.135,-63.268],[-147.855,-51.828],[-160.415,-34.548],[-222.277,-1.452]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[12.88,-19.68],[-6.96,17.92],[-24.955,17.915],[-25.7,2.117],[-1.6,-7.92],[10.325,-3.62],[18.239,-13.994]],o:[[-10,14.8],[12.094,-28.732],[23.113,-16.593],[8.053,-.663],[1.6,7.92],[-22.883,8.022],[-18.239,13.994]],v:[[-235.135,29.132],[-261.935,16.492],[-204.888,-54.444],[-131.135,-83.268],[-113.855,-71.828],[-126.415,-54.548],[-188.277,-21.452]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:22.5,s:[{i:[[15.639,-17.567],[-9.524,16.699],[-23.699,19.546],[-23.807,9.91],[-3.956,-7.045],[8.714,-6.617],[17.261,-15.184]],o:[[-12.072,13.165],[16.196,-26.636],[21.95,-18.104],[7.459,-3.105],[3.956,7.045],[-19.311,14.665],[-17.261,15.184]],v:[[-217.206,20.525],[-241.851,4.074],[-185.895,-64.078],[-121.199,-101.777],[-101.241,-96.199],[-107.884,-75.896],[-167.111,-32.273]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:27.5,s:[{i:[[15.639,-17.567],[-9.524,16.699],[-23.699,19.546],[-23.807,9.91],[-3.956,-7.045],[8.714,-6.617],[17.261,-15.184]],o:[[-12.072,13.165],[16.196,-26.636],[21.95,-18.104],[7.459,-3.105],[3.956,7.045],[-19.311,14.665],[-17.261,15.184]],v:[[-217.206,20.525],[-241.851,4.074],[-185.895,-64.078],[-121.199,-101.777],[-101.241,-96.199],[-107.884,-75.896],[-167.111,-32.273]],c:!0}]},{i:{x:0,y:1},o:{x:1,y:0},t:35,s:[{i:[[15.639,-17.567],[-9.524,16.699],[-23.699,19.546],[-23.807,9.91],[-3.956,-7.045],[8.714,-6.617],[17.261,-15.184]],o:[[-12.072,13.165],[16.196,-26.636],[21.95,-18.104],[7.459,-3.105],[3.956,7.045],[-19.311,14.665],[-17.261,15.184]],v:[[-217.206,20.525],[-241.851,4.074],[-185.895,-64.078],[-121.199,-101.777],[-101.241,-96.199],[-107.884,-75.896],[-167.111,-32.273]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:45,s:[{i:[[15.639,-17.567],[-9.524,16.699],[-23.699,19.546],[-23.807,9.91],[-3.956,-7.045],[8.714,-6.617],[17.261,-15.184]],o:[[-12.072,13.165],[16.196,-26.636],[21.95,-18.104],[7.459,-3.105],[3.956,7.045],[-19.311,14.665],[-17.261,15.184]],v:[[-217.206,20.525],[-241.851,4.074],[-185.895,-64.078],[-121.199,-101.777],[-101.241,-96.199],[-107.884,-75.896],[-167.111,-32.273]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:60,s:[{i:[[14.259,-18.624],[-8.242,17.309],[-24.327,18.73],[-24.753,6.014],[-2.778,-7.483],[9.519,-5.118],[17.75,-14.589]],o:[[-11.036,13.982],[14.145,-27.684],[22.532,-17.348],[7.756,-1.884],[2.778,7.483],[-21.097,11.343],[-17.75,14.59]],v:[[-243.171,34.828],[-268.893,20.283],[-212.391,-49.261],[-143.167,-82.523],[-124.548,-74.014],[-134.149,-55.222],[-194.694,-16.862]],c:!0}]},{t:85.953125,s:[{i:[[12.88,-19.68],[-6.96,17.92],[-24.955,17.915],[-25.7,2.117],[-1.6,-7.92],[10.325,-3.62],[18.239,-13.994]],o:[[-10,14.8],[12.094,-28.732],[23.113,-16.593],[8.053,-.663],[1.6,7.92],[-22.883,8.022],[-18.239,13.994]],v:[[-269.135,49.132],[-295.935,36.492],[-238.888,-34.444],[-165.135,-63.268],[-147.855,-51.828],[-160.415,-34.548],[-222.277,-1.452]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ind:1,ty:`sh`,ix:2,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.333,y:0},t:0,s:[{i:[[-12.88,-19.68],[6.96,17.92],[24.955,17.915],[25.7,2.117],[1.6,-7.92],[-10.326,-3.62],[-18.239,-13.994]],o:[[10,14.8],[-12.094,-28.732],[-23.113,-16.593],[-8.053,-.663],[-1.6,7.92],[22.883,8.022],[18.239,13.994]],v:[[269.134,49.132],[295.934,36.492],[238.887,-34.444],[165.134,-63.268],[147.854,-51.828],[160.414,-34.548],[222.276,-1.452]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:10,s:[{i:[[-12.88,-19.68],[6.96,17.92],[24.955,17.915],[25.7,2.117],[1.6,-7.92],[-10.326,-3.62],[-18.239,-13.994]],o:[[10,14.8],[-12.094,-28.732],[-23.113,-16.593],[-8.053,-.663],[-1.6,7.92],[22.883,8.022],[18.239,13.994]],v:[[235.134,29.132],[261.934,16.492],[204.887,-54.444],[131.134,-83.268],[113.854,-71.828],[126.414,-54.548],[188.276,-21.452]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:22.5,s:[{i:[[-15.037,-18.086],[8.955,17.011],[22.922,20.451],[22.96,11.74],[4.494,-6.715],[-8.17,-7.278],[-16.659,-15.843]],o:[[11.62,13.565],[-15.286,-27.168],[-21.231,-18.942],[-7.194,-3.679],[-4.494,6.715],[18.107,16.129],[16.659,15.843]],v:[[216.714,20.234],[241.901,4.625],[186.465,-63.836],[124.147,-104.064],[103.813,-100.063],[108.85,-79.303],[166.461,-32.783]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:27.5,s:[{i:[[-15.037,-18.086],[8.955,17.011],[22.922,20.451],[22.96,11.74],[4.494,-6.715],[-8.17,-7.278],[-16.659,-15.843]],o:[[11.62,13.565],[-15.286,-27.168],[-21.231,-18.942],[-7.194,-3.679],[-4.494,6.715],[18.107,16.129],[16.659,15.843]],v:[[216.714,20.234],[241.901,4.625],[186.465,-63.836],[124.147,-104.064],[103.813,-100.063],[108.85,-79.303],[166.461,-32.783]],c:!0}]},{i:{x:0,y:1},o:{x:1,y:0},t:35,s:[{i:[[-15.037,-18.086],[8.955,17.011],[22.922,20.451],[22.96,11.74],[4.494,-6.715],[-8.17,-7.278],[-16.659,-15.843]],o:[[11.62,13.565],[-15.286,-27.168],[-21.231,-18.942],[-7.194,-3.679],[-4.494,6.715],[18.107,16.129],[16.659,15.843]],v:[[216.714,20.234],[241.901,4.625],[186.465,-63.836],[124.147,-104.064],[103.813,-100.063],[108.85,-79.303],[166.461,-32.783]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:45,s:[{i:[[-15.037,-18.086],[8.955,17.011],[22.922,20.451],[22.96,11.74],[4.494,-6.715],[-8.17,-7.278],[-16.659,-15.843]],o:[[11.62,13.565],[-15.286,-27.168],[-21.231,-18.942],[-7.194,-3.679],[-4.494,6.715],[18.107,16.129],[16.659,15.843]],v:[[216.714,20.234],[241.901,4.625],[186.465,-63.836],[124.147,-104.064],[103.813,-100.063],[108.85,-79.303],[166.461,-32.783]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:60,s:[{i:[[-13.958,-18.883],[7.958,17.466],[23.938,19.183],[24.33,6.929],[3.047,-7.317],[-9.248,-5.449],[-17.449,-14.919]],o:[[10.81,14.183],[-13.69,-27.95],[-22.172,-17.768],[-7.623,-2.171],[-3.047,7.317],[20.495,12.075],[17.449,14.919]],v:[[242.924,34.683],[268.917,20.558],[212.676,-49.14],[144.64,-83.666],[125.834,-75.946],[134.632,-56.926],[194.369,-17.118]],c:!0}]},{t:85.953125,s:[{i:[[-12.88,-19.68],[6.96,17.92],[24.955,17.915],[25.7,2.117],[1.6,-7.92],[-10.326,-3.62],[-18.239,-13.994]],o:[[10,14.8],[-12.094,-28.732],[-23.113,-16.593],[-8.053,-.663],[-1.6,7.92],[22.883,8.022],[18.239,13.994]],v:[[269.134,49.132],[295.934,36.492],[238.887,-34.444],[165.134,-63.268],[147.854,-51.828],[160.414,-34.548],[222.276,-1.452]],c:!0}]}],ix:2},nm:`Path 2`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980392157,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:4,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:6,ty:4,nm:`DROP 6`,parent:4,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:-11.688,ix:3},y:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.333],y:[0]},t:48,s:[23.972]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:55,s:[143.453]},{i:{x:[.57],y:[.462]},o:{x:[.194],y:[.187]},t:57.5,s:[169.427]},{i:{x:[.671],y:[.72]},o:{x:[.321],y:[.398]},t:60,s:[200.733]},{i:{x:[.706],y:[.906]},o:{x:[.362],y:[.28]},t:62.5,s:[232.276]},{i:{x:[.661],y:[.89]},o:{x:[.328],y:[.097]},t:65,s:[267]},{i:{x:[.795],y:[.707]},o:{x:[.368],y:[.36]},t:67.5,s:[304.639]},{t:95,s:[441.754]}],ix:4}},a:{a:0,k:[-.727,82.01,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.167,.167,-2.083]},t:57.5,s:[90,90,100]},{i:{x:[.833,.833,.833],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:65,s:[100,100,100]},{t:91.189453125,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:15,s:[{i:[[6.136,-3.126],[10.579,3.178],[-8.64,2.55],[-7.229,.806]],o:[[-5.43,2.766],[-3.997,-1.201],[5.855,-1.728],[11.552,-1.287]],v:[[128.658,52.379],[101.007,53.883],[101.954,43.003],[122.781,39.932]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:33,s:[{i:[[14.6,-9.555],[15.901,6.723],[-9.06,3.292],[-11.4,.765]],o:[[-15.992,10.51],[-16.724,-7.293],[13.22,-4.929],[14.252,-.985]],v:[[114.68,84.772],[60.009,96.313],[60.739,69.818],[102.773,63.725]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:48,s:[{i:[[16.956,-11.345],[17.383,7.71],[-9.177,3.498],[-12.561,.754]],o:[[-18.932,12.666],[-20.266,-8.989],[15.27,-5.82],[15.004,-.9]],v:[[113.049,93.789],[48.596,108.125],[49.266,77.283],[99.463,70.348]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:55,s:[{i:[[15.832,-33.759],[6.911,21.685],[-5.623,24.856],[-18.17,-4.748]],o:[[-9.603,20.046],[-6.911,-13.037],[5.41,-23.241],[26.367,11.804]],v:[[89.143,67.674],[41.857,71.302],[40.087,11.172],[72.946,-30.523]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:60,s:[{i:[[21.261,-33.252],[0,39.532],[-4.601,34.755],[-9.726,-8.379]],o:[[-14.93,24.154],[0,-13.588],[3.96,-29.91],[34.315,29.549]],v:[[70.797,128.522],[21.942,108.313],[27.988,29.074],[47.972,-15.703]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70,s:[{i:[[21.261,-33.252],[0,39.532],[-4.601,34.755],[-9.726,-8.379]],o:[[-14.93,24.154],[0,-13.588],[3.96,-29.91],[34.315,29.549]],v:[[70.797,128.522],[21.942,108.313],[27.988,16.217],[47.972,-28.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:82.5,s:[{i:[[21.261,-33.252],[0,39.532],[-4.601,34.755],[-9.726,-8.379]],o:[[-14.93,24.154],[0,-13.588],[3.96,-29.91],[34.315,29.549]],v:[[70.797,128.522],[21.942,108.313],[27.988,16.217],[47.972,-28.561]],c:!0}]},{t:95,s:[{i:[[3.874,-39.004],[6.228,23.814],[9.072,9.359],[-28.104,-6.344]],o:[[-2.555,25.719],[-6.228,-23.814],[-9.072,-9.359],[26.378,5.954]],v:[[71.953,75.114],[25.628,78.003],[-.977,32.78],[19.943,4.231]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.83137254902,.980392156863,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:15,s:[{i:[[22.338,-.059],[9.168,6.432],[-.718,3.791],[-9.38,-.999],[-15.299,.429],[-14.26,.329],[-1.68,-5.81],[13.887,-6.546]],o:[[-20.46,.054],[-7.915,-5.553],[1.408,-7.431],[13.857,1.475],[16.111,-.452],[9.418,-.217],[2.212,7.652],[-11.21,5.284]],v:[[84.24,67.486],[39.262,53.39],[27.014,38.857],[46.71,31.974],[84.86,34.984],[132.47,30.029],[150.871,35.622],[132.796,57.468]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:33,s:[{i:[[34.487,4.018],[15.052,22.942],[-11.776,18.448],[-17.525,-1.598],[-17.067,-2.204],[-14.577,-4.139],[-2.926,-12.952],[41.748,-18.233]],o:[[-23.633,-2.621],[-12.883,-19.24],[11.936,-19.203],[24.715,2.308],[24.558,3.422],[14.663,4.945],[3.401,15.405],[-20.159,8.852]],v:[[22.681,118.453],[-40.837,81.574],[-42.881,20.824],[11.208,-5.035],[72.549,4.574],[130.432,15.721],[155.533,38.785],[106.71,104.692]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:48,s:[{i:[[40.129,4.035],[18.046,24.787],[-12.704,23.888],[-19.987,2.497],[-17.419,-3.735],[-11.506,-12.396],[-1.917,-11.776],[47.244,-21.939]],o:[[-24.631,-2.477],[-18.239,-25.052],[12.381,-23.281],[27.488,-3.434],[26.693,5.724],[13.884,14.959],[2.887,17.734],[-22.404,10.404]],v:[[11.419,136.256],[-62.457,97.554],[-62.564,12.866],[5.003,-33.136],[77.385,-26.975],[135.603,5.818],[152.312,44.184],[101.707,117.839]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:55,s:[{i:[[55.775,4.525],[4.916,47.07],[-20.985,26.412],[-21.046,13.675],[-12.65,-.987],[-7.945,-7.773],[-7.009,-22.984],[5.919,-39.506]],o:[[-56.114,-4.525],[-4.916,-44.486],[15.28,-19.022],[16.968,-10.169],[18.888,1.28],[15.018,15.569],[13.232,40.306],[-5.94,47.11]],v:[[2.553,153.096],[-98.601,63.269],[-63.282,-57.705],[-15.057,-103.124],[36.524,-113.726],[78.812,-100.814],[107.778,-48.624],[123.507,54.822]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:60,s:[{i:[[65.192,0],[0,56.601],[-38.322,37.58],[-20.847,13.405],[-9.119,-2.989],[-2.682,-8.836],[-6.221,-29.602],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[18.326,-17.972],[6.751,-4.459],[9.503,3.115],[7.927,22.491],[17.577,83.638],[1.485,55.796]],v:[[.117,205.471],[-119.277,82.849],[-43.291,-98.845],[12.098,-147.106],[38.108,-149.585],[57.705,-132.154],[75.268,-58.514],[117.792,83.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70,s:[{i:[[65.192,0],[0,56.601],[-24.707,63.456],[-15.634,28.099],[-9.596,0],[-5.301,-11.047],[-15.165,-34.862],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-30.346],[5.026,-9.263],[10.001,0],[14.539,27.616],[42.758,98.549],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-96.456],[-26.694,-186.953],[-2.751,-201.45],[21.301,-186.953],[60.931,-94.604],[115.649,83.654]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:82.5,s:[{i:[[65.192,0],[0,56.601],[-24.707,63.456],[-15.634,28.099],[-9.596,0],[-5.301,-11.047],[-15.165,-34.862],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-30.346],[5.026,-9.263],[10.001,0],[14.539,27.616],[42.758,98.549],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-96.456],[-26.694,-186.953],[-2.751,-201.45],[21.301,-186.953],[60.931,-94.604],[115.649,83.654]],c:!0}]},{t:95,s:[{i:[[63.572,0],[0,58.069],[-10.934,10.411],[-8.931,2.407],[-9.356,-.159],[-10.604,-3.965],[-10.966,-11.91],[.489,-24.775]],o:[[-64.563,0],[0,-34.726],[14.913,-14.2],[14.085,-3.796],[15.115,.256],[12.14,4.539],[16.401,17.812],[-1.12,56.781]],v:[[-7.954,173.708],[-114.49,76.323],[-84.903,8.348],[-47.202,-15.329],[-5.387,-20.471],[34.279,-12.571],[72.559,13.782],[95.443,80.74]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:3,k:{a:0,k:[.426,.161,.714,.965,.713,.139,.624,.931,1,.118,.533,.898],ix:9}},s:{a:0,k:[10.39,-49.351],ix:5},e:{a:0,k:[274.026,-10.39],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:15,op:95,st:15,bm:0},{ddd:0,ind:7,ty:4,nm:`eyes normal`,parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-51.601,0],ix:2,l:2},a:{a:0,k:[27.45,6.65,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[.899,.8],[0,0],[.7,-1.4],[-.901,-.9],[-.701,1.4]],o:[[0,0],[-1.4,-.7],[-.5,1.1],[1.399,.7],[.5,-1.1]],v:[[1.601,-5.3],[1.601,-5.3],[-2.201,-4],[-1.6,-.7],[2.201,-2]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[44.65,6.55],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[4.2,0],[0,0],[0,-5.9],[-4.2,0],[0,5.9]],o:[[0,0],[-4.2,0],[0,5.9],[4.2,0],[0,-5.9]],v:[[0,-12.4],[0,-12.4],[-8,-3],[0,6.4],[8,-3]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[46.65,9.65],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[.9,.8],[0,0],[.7,-1.4],[-.9,-.9],[-.7,1.4]],o:[[0,0],[-1.4,-.7],[-.5,1.1],[1.4,.7],[.6,-1.1]],v:[[1.55,-5.3],[1.55,-5.3],[-2.25,-4],[-1.65,-.7],[2.15,-2]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[6.3,6.55],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[4.2,0],[0,0],[0,-5.9],[-4.2,0],[0,5.9]],o:[[0,0],[-4.2,0],[0,5.9],[4.2,0],[0,-5.9]],v:[[0,-12.4],[0,-12.4],[-8,-3],[0,6.4],[8,-3]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[8.25,9.65],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:8,ty:4,nm:`mouth `,parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:0,ix:3},y:{a:0,k:192.29,ix:4}},a:{a:0,k:[.018,-.566,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[{i:[[-67.646,0],[-14.541,-28],[3.604,-10.32],[6.924,1.49],[34.463,-.039],[32.334,-8.078],[4.721,13.991],[-5.563,8.8]],o:[[68.279,0],[5.563,8.88],[-6.442,12.911],[-22.298,-4.8],[-34.293,-.155],[-6.27,1.566],[-3.667,-10.32],[13.909,-28.8]],v:[[-22.285,-72.488],[108.583,.312],[111.744,31.512],[85.27,46.535],[-22.251,36.097],[-129.207,46.922],[-155.681,32.312],[-152.52,1.112]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:17.5,s:[{i:[[-66.186,0],[-31.373,-44.586],[3.526,-7.707],[15.151,5.989],[71.16,-.602],[17.545,-7.968],[4.619,10.449],[-6.373,7.638]],o:[[66.804,0],[5.259,7.474],[-6.303,9.642],[-10.572,-4.179],[-71.16,.602],[-11.346,5.152],[-3.588,-7.707],[45.043,-53.989]],v:[[-22.279,-91.103],[144.899,-13.198],[148.742,10.332],[122.089,16.324],[-22.246,-22.673],[-166.028,16.612],[-192.68,10.929],[-188.837,-12.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:27.5,s:[{i:[[-66.186,0],[-31.373,-44.586],[3.526,-7.707],[15.151,5.989],[71.16,-.602],[17.545,-7.968],[4.619,10.449],[-6.373,7.638]],o:[[66.804,0],[5.259,7.474],[-6.303,9.642],[-10.572,-4.179],[-71.16,.602],[-11.346,5.152],[-3.588,-7.707],[45.043,-53.989]],v:[[-22.279,-91.103],[144.899,-13.198],[148.742,10.332],[122.089,16.324],[-22.246,-22.673],[-166.028,16.612],[-192.68,10.929],[-188.837,-12.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:35,s:[{i:[[-66.186,0],[-31.373,-44.586],[3.526,-7.707],[15.151,5.989],[71.16,-.602],[17.545,-7.968],[4.619,10.449],[-6.373,7.638]],o:[[66.804,0],[5.259,7.474],[-6.303,9.642],[-10.572,-4.179],[-71.16,.602],[-11.346,5.152],[-3.588,-7.707],[45.043,-53.989]],v:[[-22.279,-91.103],[144.899,-13.198],[148.742,10.332],[122.089,16.324],[-22.246,-22.673],[-166.028,16.612],[-192.68,10.929],[-188.837,-12.6]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:87.5,s:[{i:[[-67.647,0],[-32.065,-45.57],[3.604,-7.877],[16.247,3.647],[72.731,-.615],[34.725,-9.148],[4.721,10.68],[-6.513,7.807]],o:[[68.279,0],[5.375,7.639],[-6.442,9.855],[-22.049,-4.949],[-72.731,.615],[-12.316,3.245],[-3.667,-7.877],[46.038,-55.18]],v:[[-22.285,-71.856],[148.583,5.214],[151.744,30.03],[125.27,40.497],[-22.251,20.529],[-169.207,40.793],[-195.681,30.64],[-192.52,5.825]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:105,s:[{i:[[-67.647,0],[-32.065,-45.57],[3.604,-7.877],[16.247,3.647],[72.731,-.615],[34.725,-9.148],[4.721,10.68],[-6.513,7.807]],o:[[68.279,0],[5.375,7.639],[-6.442,9.855],[-22.049,-4.949],[-72.731,.615],[-12.316,3.245],[-3.667,-7.877],[46.038,-55.18]],v:[[-22.285,-71.856],[148.583,5.214],[151.744,30.03],[125.27,40.497],[-22.251,20.529],[-169.207,40.793],[-195.681,30.64],[-192.52,5.825]],c:!0}]},{t:110,s:[{i:[[-67.646,0],[-14.541,-28],[3.604,-10.32],[6.924,1.49],[34.463,-.039],[32.334,-8.078],[4.721,13.991],[-5.563,8.8]],o:[[68.279,0],[5.563,8.88],[-6.442,12.911],[-22.298,-4.8],[-34.293,-.155],[-6.27,1.566],[-3.667,-10.32],[13.909,-28.8]],v:[[-22.285,-72.488],[108.583,.312],[111.744,31.512],[85.27,46.535],[-22.251,36.097],[-129.207,46.922],[-155.681,32.312],[-152.52,1.112]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[22,12],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:9,ty:4,nm:`base matte`,parent:11,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:-2,ix:3},y:{a:0,k:-3,ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.921568627451,.560784313725,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:10,ty:4,nm:`base shadow`,parent:11,tt:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:0,ix:3},y:{a:0,k:0,ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.921568627451,.560784313725,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:11,ty:4,nm:`base`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:0,k:0,ix:3},y:{a:0,k:0,ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[800,800,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:110,st:0,bm:0},{ddd:0,ind:12,ty:4,nm:`DROP Back`,parent:4,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.667],y:[1]},o:{x:[.167],y:[.167]},t:-50,s:[-13.2]},{i:{x:[.833],y:[.833]},o:{x:[.333],y:[0]},t:-30,s:[-3.2]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-15,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-5,s:[-10]},{t:7,s:[-34.4]}],ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.966],y:[1]},o:{x:[.034],y:[0]},t:-137.5,s:[-164.336]},{i:{x:[.991],y:[1]},o:{x:[.009],y:[0]},t:-120,s:[-176.755]},{i:{x:[.973],y:[.968]},o:{x:[.027],y:[0]},t:-50,s:[-160.035]},{i:{x:[.833],y:[.833]},o:{x:[.048],y:[-.006]},t:-27.5,s:[-207.555]},{i:{x:[.732],y:[.55]},o:{x:[.167],y:[.167]},t:-15,s:[-6.494]},{i:{x:[.708],y:[.117]},o:{x:[.372],y:[.438]},t:-5,s:[19.247]},{i:{x:[.797],y:[.827]},o:{x:[.452],y:[.416]},t:0,s:[37.585]},{t:7,s:[122]}],ix:3},y:{a:1,k:[{i:{x:[.966],y:[.949]},o:{x:[.034],y:[.183]},t:-137.5,s:[-294.628]},{i:{x:[.991],y:[.434]},o:{x:[.009],y:[.077]},t:-120,s:[-211.822]},{i:{x:[.973],y:[1]},o:{x:[.027],y:[.145]},t:-50,s:[-140.538]},{i:{x:[.833],y:[.833]},o:{x:[.048],y:[0]},t:-27.5,s:[44.454]},{i:{x:[.74],y:[.836]},o:{x:[.167],y:[.167]},t:-15,s:[441.754]},{i:{x:[.677],y:[.105]},o:{x:[.325],y:[3.101]},t:-5,s:[527.272]},{i:{x:[.809],y:[.846]},o:{x:[.431],y:[.26]},t:0,s:[530.108]},{t:7,s:[548.401]}],ix:4}},a:{a:0,k:[-.727,82.01,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-137.5,s:[{i:[[50.203,-39.022],[6.806,5.17],[-13.059,14.838],[-26.259,8.988]],o:[[-10.691,8.309],[-6.806,-5.17],[16.558,-18.813],[48.028,-16.439]],v:[[37.797,49.522],[7.557,53.278],[12.942,22.313],[35.472,-51.061]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:-127.5,s:[{i:[[26.047,-40.147],[8.015,3.847],[1.424,15.016],[-15.825,2.486]],o:[[-8.622,13.289],[-8.015,-3.847],[-2.848,-30.032],[15.825,-2.486]],v:[[84.953,69.866],[58.502,82.538],[42.848,52.751],[62.675,-67.295]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:-115,s:[{i:[[21.261,-33.252],[10.348,3.13],[0,19.766],[-21.027,-18.116]],o:[[-7.465,12.077],[-10.347,-3.13],[0,-25.281],[34.315,29.549]],v:[[72.797,128.522],[42.771,142.3],[23.942,108.313],[49.972,-25.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-85,s:[{i:[[21.261,-33.252],[10.347,3.13],[0,19.766],[-21.027,-18.116]],o:[[-7.465,12.077],[-10.348,-3.13],[0,-25.281],[34.315,29.549]],v:[[70.797,128.522],[40.771,142.3],[21.942,108.313],[47.972,-25.561]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:-65,s:[{i:[[21.261,-33.252],[10.347,3.13],[0,19.766],[-21.027,-18.116]],o:[[-7.465,12.077],[-10.348,-3.13],[0,-25.281],[34.315,29.549]],v:[[70.797,128.522],[40.771,142.3],[21.942,108.313],[47.972,-28.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:-50,s:[{i:[[21.261,-33.252],[10.347,3.13],[0,19.766],[-21.027,-18.116]],o:[[-7.465,12.077],[-10.348,-3.13],[0,-25.281],[34.315,29.549]],v:[[70.797,128.522],[40.771,142.3],[21.942,108.313],[47.972,-28.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-25,s:[{i:[[1.703,-43.522],[16.071,-3.035],[6.779,29.594],[-21.797,17.181]],o:[[-.792,20.244],[-16.071,3.035],[-5.645,-24.643],[24.028,-18.939]],v:[[89.797,-.978],[58.359,37.795],[17.942,1.813],[-2.028,-61.561]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-15,s:[{i:[[3.874,-39.004],[6.228,23.814],[11.116,6.807],[-28.804,.626]],o:[[-2.555,25.719],[-6.228,-23.814],[-11.116,-6.807],[36.536,-.794]],v:[[71.953,75.114],[25.628,78.003],[-14.406,37.439],[-1.249,4.582]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-10,s:[{i:[[-8.055,-21.51],[11.326,15.759],[7.414,7.052],[-10.884,-.878]],o:[[8.164,21.799],[-6.136,-8.538],[-9.927,-9.443],[14.11,1.138]],v:[[50.494,68.768],[31.193,89.571],[-.076,57.668],[8.151,37.878]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-5,s:[{i:[[-13.964,-10.817],[7.659,4.636],[9.66,9.499],[-2.176,2.599]],o:[[24.517,18.992],[-4.357,-2.637],[-8.486,-8.345],[5.954,-7.109]],v:[[8.964,70.317],[3.184,89.453],[-22.931,67.441],[-35.846,48.443]],c:!0}]},{t:7,s:[{i:[[-10.688,-12.228],[7.765,4.322],[5.305,9.05],[-3.803,4.345]],o:[[11.418,13.063],[-6.669,-3.712],[-3.913,-6.675],[2.096,-2.394]],v:[[1.074,88.626],[-3.132,98.91],[-25.423,74.694],[-32.657,52.743]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.505882352941,.83137254902,.980392156863,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 2`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-137.5,s:[{i:[[57.266,-11.971],[16.134,31.151],[-15.915,18.184],[-10.968,6.474],[-10.542,2.108],[-13.301,-3.797],[-8.681,-11.646],[7.149,-26.346]],o:[[-39.105,8.175],[-13.762,-26.572],[15.793,-18.044],[17.444,-10.297],[17.751,-3.55],[11.603,3.312],[12.17,16.326],[-7.149,26.346]],v:[[.234,86.471],[-97.634,52.349],[-82.043,-26.456],[-41.944,-59.203],[-.688,-76.7],[42.426,-76.266],[78.431,-53.104],[91.149,7.154]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:-127.5,s:[{i:[[64.843,-.346],[6.023,52.095],[-19.743,36.746],[-14.936,15.242],[-13.042,4.714],[-15.314,-9.329],[-9.746,-42.375],[11.602,-57.173]],o:[[-72.68,.388],[-7.069,-61.146],[20.894,-38.888],[14.936,-15.242],[13.042,-4.714],[17.438,10.623],[11.053,48.057],[-10.727,52.862]],v:[[.157,166.065],[-114.931,71.864],[-79.894,-81.893],[-33.936,-147.539],[9.958,-177.567],[51.563,-172.904],[100.947,-82.338],[107.227,69.357]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:-115,s:[{i:[[65.192,0],[0,56.601],[-24.707,61.772],[-15.634,27.354],[-9.596,0],[-5.301,-10.754],[-15.132,-33.952],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-29.541],[5.026,-9.017],[10.001,0],[14.539,26.883],[42.758,95.934],[1.485,55.796]],v:[[.117,205.471],[-119.134,82.849],[-65.293,-93.791],[-26.694,-181.888],[-2.751,-196],[21.301,-181.888],[61.931,-91.989],[117.649,83.654]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-85,s:[{i:[[65.192,0],[0,56.601],[-24.707,61.772],[-15.634,27.354],[-9.596,0],[-5.301,-10.754],[-15.132,-33.952],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-29.541],[5.026,-9.017],[10.001,0],[14.539,26.883],[42.758,95.934],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-93.791],[-26.694,-181.888],[-2.751,-196],[21.301,-181.888],[60.931,-91.989],[115.649,83.654]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:-65,s:[{i:[[65.192,0],[0,56.601],[-24.707,63.456],[-15.634,28.099],[-9.596,0],[-5.301,-11.047],[-15.165,-34.862],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-30.346],[5.026,-9.263],[10.001,0],[14.539,27.616],[42.758,98.549],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-96.456],[-26.694,-186.953],[-2.751,-201.45],[21.301,-186.953],[60.931,-94.604],[115.649,83.654]],c:!0}]},{i:{x:.833,y:.833},o:{x:.333,y:0},t:-50,s:[{i:[[65.192,0],[0,56.601],[-24.707,63.456],[-15.634,28.099],[-9.596,0],[-5.301,-11.047],[-15.165,-34.862],[0,-39.854]],o:[[-66.208,0],[0,-48.849],[11.816,-30.346],[5.026,-9.263],[10.001,0],[14.539,27.616],[42.758,98.549],[1.485,55.796]],v:[[.117,205.471],[-117.134,82.849],[-64.293,-96.456],[-26.694,-186.953],[-2.751,-201.45],[21.301,-186.953],[60.931,-94.604],[115.649,83.654]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-25,s:[{i:[[65.192,0],[0,56.601],[-11.213,10.148],[-9.159,2.346],[-9.595,-.155],[-10.874,-3.865],[-11.246,-11.609],[.501,-24.149]],o:[[-66.208,0],[0,-33.849],[15.293,-13.841],[14.444,-3.7],[15.501,.25],[12.449,4.425],[16.819,17.362],[-1.149,55.346]],v:[[4.617,110.471],[-104.634,8.849],[-74.293,-57.409],[-35.632,-80.487],[7.249,-85.5],[47.926,-77.8],[87.181,-52.112],[110.649,13.154]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-15,s:[{i:[[63.572,0],[0,58.069],[-10.934,10.411],[-8.931,2.407],[-9.356,-.159],[-10.604,-3.965],[-10.966,-11.91],[.489,-24.775]],o:[[-64.563,0],[0,-34.726],[14.913,-14.2],[14.085,-3.796],[15.115,.256],[12.14,4.539],[16.401,17.812],[-1.12,56.781]],v:[[-7.954,173.708],[-114.49,76.323],[-84.903,8.348],[-47.202,-15.329],[-5.387,-20.471],[34.279,-12.571],[72.559,13.782],[95.443,80.74]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-10,s:[{i:[[36.442,-4.169],[9.169,25.542],[-2.728,11.58],[-10.153,8.081],[-13.534,1.518],[-15.04,-6.076],[-6.183,-11.664],[3.196,-29.065]],o:[[-36.985,4.211],[-5.422,-15.104],[2.728,-11.58],[10.153,-8.081],[13.534,-1.518],[15.06,6.084],[7.432,14.021],[-2.341,21.29]],v:[[22.477,150.393],[-51.567,111.785],[-51.871,65.789],[-34.935,37.242],[-4.434,24.605],[34.31,30.416],[66.537,58.576],[74.074,106.138]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:-5,s:[{i:[[9.313,-8.337],[18.569,11.568],[6.547,9.167],[2.233,6.53],[-4.928,4.946],[-6.753,-5.074],[-9.684,-7.221],[-5.901,-7.641]],o:[[-9.408,8.422],[-11.22,-6.99],[-7.213,-10.099],[-5.5,-16.084],[7.961,-7.991],[13.347,10.029],[15.372,11.462],[9.543,12.356]],v:[[52.908,127.078],[3.181,128.932],[-28.537,99.099],[-47.5,66.584],[-46.122,36.95],[-12.847,45.471],[21.128,69.288],[53.457,93.144]],c:!0}]},{t:7,s:[{i:[[3.425,-2.114],[17.381,12.058],[13.712,16.618],[.953,8.743],[-2.536,.575],[-6.14,-5.8],[-7.897,-8.175],[-7.343,-8.771]],o:[[-7.425,4.583],[-10.216,-7.088],[-8.996,-10.902],[-.808,-7.414],[3.533,-.801],[10.549,9.965],[11.471,11.875],[6.238,7.452]],v:[[57.141,140.934],[13.472,121.324],[-25.298,85.935],[-41.366,53.079],[-37.617,42.201],[-22.149,50.082],[22.53,95.148],[54.348,128.621]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:3,k:{a:0,k:[.426,.161,.714,.965,.713,.139,.624,.931,1,.118,.533,.898],ix:9}},s:{a:0,k:[10.39,-49.351],ix:5},e:{a:0,k:[274.026,-10.39],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:8,st:-137.5,bm:0}]}],layers:[{ddd:0,ind:1,ty:0,nm:`emoji_crying - 60 fps`,refId:`comp_0`,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[512,512,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,w:1024,h:1024,ip:102,op:110,st:102,bm:0},{ddd:0,ind:2,ty:0,nm:`emoji_crying - 60 fps`,refId:`comp_0`,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[512,512,0],ix:2,l:2},a:{a:0,k:[512,512,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,w:1024,h:1024,ip:0,op:102,st:-8,bm:0}],markers:[{tm:61,cm:`rest`,dr:0}]}},ANGRY:{static:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.1.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20128%20128'%20style='enable-background:new%200%200%20128%20128;'%20xml:space='preserve'%3e%3cg%20id='gold'%3e%3cradialGradient%20id='pouting-face_1_'%20cx='63.6'%20cy='2584.8999'%20r='56.9597'%20gradientTransform='matrix(1%200%200%201%200%20-2522)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.12'%20style='stop-color:%23FAC742'/%3e%3cstop%20offset='0.32'%20style='stop-color:%23FAC440'/%3e%3cstop%20offset='0.48'%20style='stop-color:%23FBBA3B'/%3e%3cstop%20offset='0.62'%20style='stop-color:%23FBA931'/%3e%3cstop%20offset='0.76'%20style='stop-color:%23FC9224'/%3e%3cstop%20offset='0.88'%20style='stop-color:%23FE7413'/%3e%3cstop%20offset='1'%20style='stop-color:%23FF5100'/%3e%3c/radialGradient%3e%3cpath%20id='pouting-face'%20style='fill:url(%23pouting-face_1_);'%20d='M63.6,118.8c-27.9,0-58-17.5-58-55.9S35.7,7,63.6,7%20c15.5,0,29.8,5.1,40.4,14.4c11.5,10.2,17.6,24.6,17.6,41.5s-6.1,31.2-17.6,41.4C93.4,113.6,79,118.8,63.6,118.8z'/%3e%3cpath%20style='fill:%23D84213;'%20d='M111.49,29.67c5.33,8.6,8.11,18.84,8.11,30.23c0,16.9-6.1,31.2-17.6,41.4%20c-10.6,9.3-25,14.5-40.4,14.5c-18.06,0-37-7.35-48.18-22.94c10.76,17.66,31,25.94,50.18,25.94c15.4,0,29.8-5.2,40.4-14.5%20c11.5-10.2,17.6-24.5,17.6-41.4C121.6,50.16,118.13,38.84,111.49,29.67z'/%3e%3c/g%3e%3cg%20id='facial_expressions'%3e%3cg%20id='pouting-face-2'%3e%3cpath%20id='mouth'%20style='fill:%23422B0D;'%20d='M83.94,103.14c-0.34-0.13-0.65-0.34-0.89-0.62c-9.73-10.11-25.82-10.42-35.93-0.69%20c-0.23,0.23-0.47,0.46-0.69,0.69c-0.24,0.28-0.55,0.49-0.89,0.62c-0.75,0.28-1.6,0.12-2.2-0.41c-0.59-0.52-0.79-1.35-0.49-2.08%20C45.83,93,54.69,87,64.74,87s18.91,6,21.89,13.64c0.3,0.73,0.1,1.56-0.49,2.08C85.54,103.25,84.69,103.41,83.94,103.14z'/%3e%3cg%20id='eyes'%3e%3cpath%20style='fill:%23422B0D;'%20d='M58.14,68.82C55.9,66,46.67,60.58,43.34,59c-1.24-0.57-2.53-1.03-3.85-1.37%20c-0.24-0.07-0.5-0.1-0.75-0.1c-1.33,0.03-2.47,0.98-2.74,2.29c-0.31,1.36,0.39,2.76,1.67,3.32c1.57,0.77,4.31,2.23,7.15,3.84%20C42.45,68.39,41,70.95,41,73.71v1.46c0,4.14,3.36,7.5,7.5,7.5s7.5-3.36,7.5-7.5v-1.46c0-0.06,0-0.11,0-0.17%20c1.07-0.07,2.03-0.71,2.5-1.67C58.99,70.87,58.85,69.68,58.14,68.82z'/%3e%3cpath%20style='fill:%23422B0D;'%20d='M93.52,59.82c-0.28-1.32-1.44-2.26-2.79-2.27c-0.25,0-0.51,0.03-0.75,0.1%20c-1.32,0.33-2.61,0.79-3.85,1.35c-3.33,1.56-12.56,7-14.8,9.8c-0.71,0.87-0.83,2.07-0.33,3.07c0.48,0.97,1.43,1.6,2.51,1.67%20c0,0.06,0,0.11,0,0.17v1.46c0,4.14,3.36,7.5,7.5,7.5s7.5-3.36,7.5-7.5v-1.46c0-2.75-1.45-5.3-3.81-6.71%20c2.84-1.61,5.58-3.07,7.15-3.84C93.14,62.6,93.85,61.19,93.52,59.82z'/%3e%3c/g%3e%3c/g%3e%3cg%20id='peepers'%3e%3cpath%20style='fill:%23896024;'%20d='M48.12,68.45L48.12,68.45c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C49.25,70.64,49.01,69.31,48.12,68.45z'/%3e%3c/g%3e%3cg%20id='peepers-2'%3e%3cpath%20style='fill:%23896024;'%20d='M80.63,68.45L80.63,68.45c-1.42-0.68-3.13-0.08-3.82,1.34c-0.53,1.11-0.29,2.44,0.6,3.3l0,0%20c1.42,0.68,3.13,0.08,3.82-1.34C81.76,70.64,81.52,69.31,80.63,68.45z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,animated:{v:`5.8.1`,fr:60,ip:0,op:180,w:1024,h:1024,nm:`emoji_pouting`,ddd:0,assets:[],layers:[{ddd:0,ind:1,ty:3,nm:`Null ALL`,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[512]},{i:{x:[.667],y:[1]},o:{x:[.167],y:[0]},t:20,s:[512]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:60,s:[512]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:92.5,s:[512]},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[512]},{t:180,s:[512]}],ix:3},y:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[500]},{i:{x:[0],y:[1]},o:{x:[.167],y:[.167]},t:20,s:[500]},{i:{x:[.667],y:[1]},o:{x:[1],y:[0]},t:30,s:[476]},{i:{x:[.688],y:[.928]},o:{x:[.333],y:[0]},t:60,s:[576]},{i:{x:[.246],y:[1]},o:{x:[.142],y:[.47]},t:92.5,s:[512]},{t:180,s:[500]}],ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[.833,.833,.833],y:[.833,.833,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:30,s:[200,200,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.167,.167,0]},t:47.5,s:[196,208,100]},{i:{x:[.667,.667,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},t:60,s:[202,192,100]},{t:92.5,s:[200,200,100]}],ix:6,l:2}},ao:0,ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:2,ty:3,nm:`Null Face`,parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:20,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:50,s:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:55,s:[-20]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:60,s:[20]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:65,s:[-20]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:70,s:[20]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:75,s:[-2.253]},{i:{x:[.743],y:[1]},o:{x:[.167],y:[.167]},t:82.5,s:[1.121]},{i:{x:[.667],y:[1]},o:{x:[.167],y:[0]},t:90,s:[0]},{i:{x:[.768],y:[1]},o:{x:[.312],y:[0]},t:110,s:[0]},{t:180,s:[0]}],ix:3},y:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[0]},t:10,s:[59]},{i:{x:[0],y:[1]},o:{x:[.167],y:[.167]},t:20,s:[75]},{i:{x:[0],y:[1]},o:{x:[1],y:[0]},t:30,s:[49]},{i:{x:[0],y:[1]},o:{x:[1],y:[0]},t:45,s:[49]},{i:{x:[.833],y:[.833]},o:{x:[1],y:[0]},t:50,s:[79]},{i:{x:[.482],y:[.864]},o:{x:[.167],y:[.167]},t:65,s:[99]},{i:{x:[.671],y:[1]},o:{x:[.248],y:[1.7]},t:90,s:[63.842]},{t:180,s:[59]}],ix:4}},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:3,ty:4,nm:`eyes `,parent:2,sr:1,ks:{o:{a:1,k:[{t:30,s:[100],h:1},{t:52,s:[0],h:1},{t:72,s:[100],h:1},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[100]},{t:180,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[4.601,-44.601,0],ix:2,l:2},a:{a:0,k:[29.3,12.85,0],ix:1,l:2},s:{a:0,k:[400,400,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.9,.894],[0,0],[.7,-1.393],[-.9,-.896],[-.7,1.391]],o:[[0,0],[-1.4,-.696],[-.5,1.092],[1.4,.696],[.6,-1.094]],v:[[1.55,-.187],[1.55,-.187],[-2.25,1.105],[-1.65,4.386],[2.15,3.093]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.775,-13.378],[1.775,-13.378],[-2.025,-12.078],[-1.425,-8.778],[2.375,-10.078]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:50,s:[{i:[[.9,.894],[0,0],[.7,-1.393],[-.9,-.896],[-.7,1.391]],o:[[0,0],[-1.4,-.696],[-.5,1.092],[1.4,.696],[.6,-1.094]],v:[[1.55,-3.437],[1.55,-3.437],[-2.25,-2.145],[-1.65,1.136],[2.15,-.157]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[1.028,.742],[0,0],[.474,-1.485],[-1.029,-.744],[-.475,1.483]],o:[[0,0],[-1.491,-.469],[-.324,1.157],[1.491,.469],[.422,-1.175]],v:[[.175,3.214],[.175,3.214],[-3.377,5.082],[-2.273,8.229],[1.279,6.36]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:80,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{t:180,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[43.6,13.451],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.9,.92],[0,0],[.7,-1.433],[-.9,-.922],[-.7,1.431]],o:[[0,0],[-1.4,-.716],[-.5,1.124],[1.4,.716],[.6,-1.126]],v:[[1.55,-.292],[1.55,-.292],[-2.25,1.038],[-1.65,4.414],[2.15,3.084]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.369,-13.363],[1.369,-13.363],[-2.431,-12.063],[-1.831,-8.763],[1.969,-10.063]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:50,s:[{i:[[.9,.92],[0,0],[.7,-1.433],[-.9,-.922],[-.7,1.431]],o:[[0,0],[-1.4,-.716],[-.5,1.124],[1.4,.716],[.6,-1.126]],v:[[1.55,-3.542],[1.55,-3.542],[-2.25,-2.212],[-1.65,1.164],[2.15,-.166]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[.623,1.126],[0,0],[1.056,-1.196],[-.623,-1.128],[-1.055,1.194]],o:[[0,0],[-1.16,-1.062],[-.781,.951],[1.16,1.062],[.878,-.926]],v:[[3.09,2.605],[3.09,2.605],[-.926,2.878],[-1.245,6.292],[2.772,6.019]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:80,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]},{t:180,s:[{i:[[.9,.899],[0,0],[.7,-1.401],[-.9,-.901],[-.7,1.399]],o:[[0,0],[-1.4,-.7],[-.5,1.099],[1.4,.7],[.6,-1.101]],v:[[1.55,-2.3],[1.55,-2.3],[-2.25,-1],[-1.65,2.3],[2.15,1]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.536999990426,.375999989229,.141000007181,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[11.1,13.451],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 2`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.65,3.4],[-8.65,3.6],[-8.65,5.1],[-1.151,12.6],[6.35,5.1],[6.35,3.6],[2.549,-3.1]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[-.024,-5.485],[0,0],[0,0],[-4.1,0],[0,3.493],[0,0],[2.3,1.194]],o:[[0,0],[0,0],[0,3.493],[4.101,0],[0,0],[0,-2.385],[-4.724,-2.13]],v:[[-8.65,5.511],[-8.65,5.682],[-8.65,6.96],[-1.151,13.35],[6.35,6.96],[6.35,5.682],[2.549,-.027]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.426,-8.959],[-8.426,-8.759],[-8.426,-5.65],[-.926,1.85],[6.574,-5.65],[6.574,-8.759],[2.774,-15.459]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:50,s:[{i:[[-.024,-5.485],[0,0],[0,0],[-4.1,0],[0,3.493],[0,0],[2.3,1.194]],o:[[0,0],[0,0],[0,3.493],[4.101,0],[0,0],[0,-2.385],[-4.724,-2.13]],v:[[-8.65,2.261],[-8.65,2.432],[-8.65,3.71],[-1.151,10.1],[6.35,3.71],[6.35,2.432],[2.549,-3.277]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[-.685,-4.183],[0,0],[0,0],[-4.05,.639],[.421,2.666],[0,0],[2.38,.327]],o:[[0,0],[0,0],[.421,2.666],[4.051,-.639],[0,0],[-.287,-1.82],[-4.86,-.486]],v:[[-9.677,6.577],[-9.657,6.707],[-9.503,7.682],[-1.527,10.111],[5.314,5.344],[5.16,4.369],[.917,1.858]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:80,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.65,3.4],[-8.65,3.6],[-8.65,5.1],[-1.151,12.6],[6.35,5.1],[6.35,3.6],[2.549,-3.1]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.65,3.4],[-8.65,3.6],[-8.65,5.1],[-1.151,12.6],[6.35,5.1],[6.35,3.6],[2.549,-3.1]],c:!0}]},{t:180,s:[{i:[[-.024,-6.437],[0,0],[0,0],[-4.1,0],[0,4.1],[0,0],[2.3,1.401]],o:[[0,0],[0,0],[0,4.1],[4.101,0],[0,0],[0,-2.799],[-4.724,-2.5]],v:[[-8.65,3.4],[-8.65,3.6],[-8.65,5.1],[-1.151,12.6],[6.35,5.1],[6.35,3.6],[2.549,-3.1]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[46.7,12.85],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:3,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.45,-3.149],[-6.25,3.55],[-6.25,5.05],[1.25,12.55],[8.75,5.05],[8.75,3.55],[8.75,3.351]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[6.513,-2.768],[0,-2.28],[0,0],[-4.1,0],[0,3.464],[0,0],[0,0]],o:[[-2.4,1.182],[0,0],[0,3.464],[4.1,0],[0,0],[0,0],[0,-3.296]],v:[[-2.45,.036],[-6.25,5.696],[-6.25,6.963],[1.25,13.3],[8.75,6.963],[8.75,5.696],[8.75,5.528]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.788,-15.462],[-6.588,-8.606],[-6.588,-5.388],[.912,2.112],[8.412,-5.388],[8.412,-9.075],[8.412,-9.274]],c:!0}]},{i:{x:.833,y:.833},o:{x:.167,y:.167},t:50,s:[{i:[[6.513,-2.768],[0,-2.28],[0,0],[-4.1,0],[0,3.464],[0,0],[0,0]],o:[[-2.4,1.182],[0,0],[0,3.464],[4.1,0],[0,0],[0,0],[0,-3.296]],v:[[-2.45,-3.214],[-6.25,2.446],[-6.25,3.713],[1.25,10.05],[8.75,3.713],[8.75,2.446],[8.75,2.278]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[6.726,.106],[.49,-1.78],[0,0],[-3.953,-1.089],[-.745,2.704],[0,0],[0,0]],o:[[-2.505,.056],[0,0],[-.745,2.704],[3.953,1.089],[0,0],[0,0],[.709,-2.573]],v:[[-.421,1.05],[-4.949,3.178],[-5.222,4.167],[1.001,9.816],[9.24,8.151],[9.512,7.162],[9.548,7.031]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:80,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.45,-3.149],[-6.25,3.55],[-6.25,5.05],[1.25,12.55],[8.75,5.05],[8.75,3.55],[8.75,3.351]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.45,-3.149],[-6.25,3.55],[-6.25,5.05],[1.25,12.55],[8.75,5.05],[8.75,3.55],[8.75,3.351]],c:!0}]},{t:180,s:[{i:[[6.513,-3.276],[0,-2.699],[0,0],[-4.1,0],[0,4.1],[0,0],[0,0]],o:[[-2.4,1.399],[0,0],[0,4.1],[4.1,0],[0,0],[0,0],[0,-3.901]],v:[[-2.45,-3.149],[-6.25,3.55],[-6.25,5.05],[1.25,12.55],[8.75,5.05],[8.75,3.55],[8.75,3.351]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[11.9,12.8],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:4,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:4,ty:4,nm:`eyebrows extra`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-54.176,14.325,0],ix:2,l:2},a:{a:0,k:[-56.176,61.895,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:52.5,s:[{i:[[12.348,-.143],[-9.203,-2.748],[-5.098,2.063],[10.693,3.764]],o:[[-12.103,.14],[9.203,2.748],[5.098,-2.063],[-10.693,-3.764]],v:[[-78.487,20.149],[-84.359,37.629],[-33.994,43.637],[-33.695,25.716]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:60,s:[{i:[[12.306,1.037],[-8.899,-3.614],[-5.272,1.567],[10.285,4.767]],o:[[-12.061,-1.016],[8.899,3.614],[5.272,-1.567],[-10.285,-4.767]],v:[[-77.155,20.525],[-84.669,37.364],[-35.107,48.153],[-33.099,30.342]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:67.5,s:[{i:[[12.348,-.143],[-9.203,-2.748],[-5.098,2.063],[10.693,3.764]],o:[[-12.103,.14],[9.203,2.748],[5.098,-2.063],[-10.693,-3.764]],v:[[-78.385,22.649],[-84.257,40.129],[-33.892,46.137],[-33.593,28.216]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[12.348,-.143],[-9.203,-2.748],[-5.098,2.063],[10.693,3.764]],o:[[-12.103,.14],[9.203,2.748],[5.098,-2.063],[-10.693,-3.764]],v:[[-78.385,22.649],[-84.257,40.129],[-33.892,46.137],[-33.593,28.216]],c:!0}]},{t:180,s:[{i:[[12.348,-.143],[-9.203,-2.748],[-5.098,2.063],[10.693,3.764]],o:[[-12.103,.14],[9.203,2.748],[5.098,-2.063],[-10.693,-3.764]],v:[[-78.487,20.149],[-84.359,37.629],[-33.994,43.637],[-33.695,25.716]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ind:1,ty:`sh`,ix:2,ks:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:52.5,s:[{i:[[-12.648,-.46],[9.485,-2.512],[5.181,2.194],[-11.032,3.489]],o:[[12.397,.451],[-9.485,2.512],[-5.181,-2.194],[11.032,-3.489]],v:[[83.653,20.58],[89.313,38.21],[37.59,42.924],[37.648,24.995]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:60,s:[{i:[[-12.614,1.037],[9.122,-3.614],[5.404,1.567],[-10.543,4.767]],o:[[12.364,-1.016],[-9.122,3.614],[-5.404,-1.567],[10.543,-4.767]],v:[[81.749,20.55],[89.451,37.389],[38.646,48.177],[36.588,30.367]],c:!0}]},{i:{x:.667,y:1},o:{x:.167,y:.167},t:67.5,s:[{i:[[-12.648,-.46],[9.485,-2.512],[5.181,2.194],[-11.032,3.489]],o:[[12.397,.451],[-9.485,2.512],[-5.181,-2.194],[11.032,-3.489]],v:[[83.755,23.08],[89.415,40.71],[37.692,45.424],[37.751,27.495]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[-12.648,-.46],[9.485,-2.512],[5.181,2.194],[-11.032,3.489]],o:[[12.397,.451],[-9.485,2.512],[-5.181,-2.194],[11.032,-3.489]],v:[[83.755,23.08],[89.415,40.71],[37.692,45.424],[37.751,27.495]],c:!0}]},{t:180,s:[{i:[[-12.648,-.46],[9.485,-2.512],[5.181,2.194],[-11.032,3.489]],o:[[12.397,.451],[-9.485,2.512],[-5.181,-2.194],[11.032,-3.489]],v:[[83.653,20.58],[89.313,38.21],[37.59,42.924],[37.648,24.995]],c:!0}]}],ix:2},nm:`Path 2`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980395897,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:4,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:52,op:72,st:0,bm:0},{ddd:0,ind:5,ty:4,nm:`eyebrows`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[4.601,-44.601,0],ix:2,l:2},a:{a:0,k:[29.3,12.85,0],ix:1,l:2},s:{a:0,k:[400,400,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.174,1.421],[1.393,.148],[.309,-.068],[1.246,-.37],[2.471,-2.563],[-.391,-1.047],[-1.083,-.215],[0,0],[-3.928,1.721],[-1.665,.527]],o:[[-.162,-1.325],[-.298,-.032],[-1.323,.161],[-3.451,1.242],[-.791,.821],[.391,1.047],[0,0],[0,0],[2.953,-1.294],[1.258,-.47]],v:[[12.369,-9.359],[9.827,-11.942],[9.021,-11.927],[5.106,-11.036],[-10.648,-2.857],[-11.275,.194],[-8.969,2.149],[-4.872,.272],[2.856,-3.13],[10.418,-6.147]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.402,1.374],[1.399,-.08],[.294,-.117],[1.17,-.568],[2.022,-2.93],[-.556,-.97],[-1.104,-.036],[0,0],[-3.596,2.335],[-1.557,.79]],o:[[-.375,-1.281],[-.3,.017],[-1.28,.374],[-3.203,1.785],[-.648,.938],[.556,.97],[0,0],[0,0],[2.704,-1.756],[1.165,-.667]],v:[[10.729,-8.182],[7.802,-10.318],[7.009,-10.173],[3.29,-8.658],[-10.927,1.969],[-11.051,5.081],[-8.458,6.636],[-4.721,4.119],[2.353,-.492],[9.325,-4.696]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[-.152,1.424],[1.324,.459],[.316,.004],[1.298,-.079],[2.986,-1.939],[-.145,-1.109],[-1.405,.079],[0,0],[-4.215,.789],[-1.741,.137]],o:[[.142,-1.327],[-.283,-.098],[-1.326,-.142],[-3.642,.43],[-.956,.621],[.145,1.109],[0,0],[0,0],[3.169,-.593],[1.331,-.173]],v:[[12.741,-27.444],[10.848,-30.535],[10.059,-30.703],[6.044,-30.719],[-9.9,-26.31],[-11.138,-23.417],[-8.145,-21.054],[-4.981,-21.958],[2.691,-23.526],[10.114,-24.757]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:52.5,s:[{i:[[.388,1.378],[1.399,-.066],[.295,-.114],[1.175,-.556],[2.052,-2.91],[-.546,-.975],[-1.103,-.047],[0,0],[-3.62,2.299],[-1.565,.774]],o:[[-.362,-1.284],[-.3,.014],[-1.284,.361],[-3.221,1.753],[-.657,.932],[.546,.975],[0,0],[0,0],[2.722,-1.728],[1.172,-.656]],v:[[11.719,-4.95],[8.813,-7.117],[8.019,-6.979],[4.285,-5.503],[-10.039,4.98],[-10.195,8.091],[-7.618,9.672],[-3.855,7.193],[3.265,2.654],[10.279,-1.479]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:60,s:[{i:[[.534,1.329],[1.384,-.216],[.281,-.145],[1.109,-.679],[1.727,-3.113],[-.648,-.911],[-1.102,.071],[0,0],[-3.352,2.674],[-1.473,.938]],o:[[-.497,-1.238],[-.296,.046],[-1.237,.496],[-3.015,2.089],[-.553,.997],[.648,.911],[0,0],[0,0],[2.521,-2.011],[1.094,-.778]],v:[[10.347,-5.728],[7.225,-7.57],[6.45,-7.348],[2.896,-5.479],[-10.22,6.481],[-10.04,9.59],[-7.308,10.886],[-3.833,8.017],[2.758,2.74],[9.288,-2.123]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[.507,1.337],[1.386,-.191],[.283,-.14],[1.119,-.658],[1.781,-3.077],[-.631,-.921],[-1.102,.052],[0,0],[-3.394,2.612],[-1.488,.911]],o:[[-.475,-1.245],[-.297,.041],[-1.244,.474],[-3.047,2.033],[-.57,.986],[.631,.921],[0,0],[0,0],[2.552,-1.964],[1.107,-.757]],v:[[10.461,-6.498],[7.376,-8.392],[6.598,-8.184],[3.016,-6.38],[-10.291,5.335],[-10.166,8.443],[-7.461,9.784],[-3.941,6.98],[2.734,1.826],[9.34,-2.916]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:90,s:[{i:[[.3,1.4],[1.401,0],[.3,-.1],[1.2,-.5],[2.2,-2.799],[-.5,-1],[-1.1,-.099],[0,0],[-3.724,2.125],[-1.6,.7]],o:[[-.301,-1.3],[-.3,0],[-1.299,.3],[-3.3,1.6],[-.7,.9],[.5,1],[0,0],[0,0],[2.8,-1.599],[1.201,-.6]],v:[[11.351,-10.3],[8.549,-12.6],[7.749,-12.5],[3.951,-11.2],[-10.85,-1.4],[-11.15,1.7],[-8.65,3.4],[-4.775,1.1],[2.549,-3.1],[9.749,-6.9]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.3,1.4],[1.401,0],[.3,-.1],[1.2,-.5],[2.2,-2.799],[-.5,-1],[-1.1,-.099],[0,0],[-3.724,2.125],[-1.6,.7]],o:[[-.301,-1.3],[-.3,0],[-1.299,.3],[-3.3,1.6],[-.7,.9],[.5,1],[0,0],[0,0],[2.8,-1.599],[1.201,-.6]],v:[[11.351,-10.3],[8.549,-12.6],[7.749,-12.5],[3.951,-11.2],[-10.85,-1.4],[-11.15,1.7],[-8.65,3.4],[-4.775,1.1],[2.549,-3.1],[9.749,-6.9]],c:!0}]},{t:180,s:[{i:[[.174,1.421],[1.393,.148],[.309,-.068],[1.246,-.37],[2.471,-2.563],[-.391,-1.047],[-1.083,-.215],[0,0],[-3.928,1.721],[-1.665,.527]],o:[[-.162,-1.325],[-.298,-.032],[-1.323,.161],[-3.451,1.242],[-.791,.821],[.391,1.047],[0,0],[0,0],[2.953,-1.294],[1.258,-.47]],v:[[12.369,-9.359],[9.827,-11.942],[9.021,-11.927],[5.106,-11.036],[-10.648,-2.857],[-11.275,.194],[-8.969,2.149],[-4.872,.272],[2.856,-3.13],[10.418,-6.147]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[46.7,12.85],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 3`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1},{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.803,.81],[3.447,1.253],[1.337,.248],[.298,-.034],[.049,-1.314],[-1.349,-.347],[-3.068,-1.249],[-2.211,-.898],[0,0],[-.382,1.051]],o:[[-2.507,-2.529],[-1.261,-.458],[-.21,-.076],[-1.291,.149],[-.137,1.425],[1.681,.611],[4.767,1.94],[1.366,.555],[1.081,-.227],[.306,-.84]],v:[[10.541,-2.733],[-5.287,-10.769],[-9.222,-11.723],[-10.028,-11.731],[-12.446,-9.136],[-10.379,-6.053],[-2.79,-3.104],[5.479,.42],[9.082,2.067],[11.37,.091]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.636,.947],[3.149,1.88],[1.267,.496],[.299,.022],[.296,-1.281],[-1.259,-.596],[-2.778,-1.805],[-2.002,-1.299],[0,0],[-.573,.96]],o:[[-1.985,-2.956],[-1.152,-.688],[-.192,-.115],[-1.296,-.097],[-.404,1.374],[1.536,.917],[4.315,2.804],[1.237,.802],[1.104,-.019],[.458,-.767]],v:[[10.843,2.162],[-3.185,-8.714],[-6.87,-10.394],[-7.66,-10.553],[-10.524,-8.461],[-9.075,-5.043],[-2.179,-.716],[5.278,4.304],[8.505,6.601],[11.125,5.091]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:30,s:[{i:[[.97,.6],[3.644,.412],[1.358,-.071],[.282,-.103],[-.259,-1.29],[-1.393,-.023],[-3.275,-.497],[-2.36,-.356],[0,0],[-.126,1.111]],o:[[-3.029,-1.873],[-1.333,-.151],[-.222,-.025],[-1.221,.447],[.2,1.418],[1.777,.201],[5.088,.772],[1.458,.22],[1.425,.092],[.101,-.888]],v:[[8.871,-25.9],[-7.146,-30.014],[-11.195,-30.023],[-11.981,-29.842],[-13.726,-26.754],[-10.995,-24.239],[-3.552,-23.145],[4.687,-21.652],[7.762,-20.892],[10.338,-23.349]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:52.5,s:[{i:[[.649,.937],[3.176,1.834],[1.274,.477],[.299,.018],[.278,-1.286],[-1.268,-.577],[-2.804,-1.764],[-2.021,-1.269],[0,0],[-.559,.968]],o:[[-2.028,-2.927],[-1.162,-.671],[-.194,-.112],[-1.298,-.078],[-.383,1.379],[1.549,.895],[4.356,2.74],[1.249,.784],[1.104,-.035],[.447,-.774]],v:[[10.005,5.572],[-4.18,-5.098],[-7.889,-6.723],[-8.682,-6.871],[-11.515,-4.737],[-10.016,-1.341],[-3.057,2.885],[4.472,7.795],[7.733,10.045],[10.331,8.497]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:60,s:[{i:[[.565,.991],[3.003,2.106],[1.227,.587],[.297,.044],[.389,-1.256],[-1.212,-.686],[-2.638,-2.003],[-1.902,-1.442],[0,0],[-.642,.915]],o:[[-1.763,-3.094],[-1.098,-.77],[-.183,-.128],[-1.286,-.192],[-.503,1.34],[1.465,1.027],[4.099,3.112],[1.175,.891],[1.103,.062],[.513,-.731]],v:[[10.128,7.048],[-3.066,-4.826],[-6.618,-6.771],[-7.395,-6.988],[-10.404,-5.111],[-9.209,-1.596],[-2.648,3.224],[4.421,8.776],[7.472,11.304],[10.195,9.99]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:70,s:[{i:[[.58,.98],[3.037,2.048],[1.235,.566],[.297,.039],[.368,-1.261],[-1.222,-.665],[-2.668,-1.957],[-1.924,-1.408],[0,0],[-.626,.925]],o:[[-1.813,-3.06],[-1.11,-.751],[-.185,-.125],[-1.287,-.17],[-.48,1.347],[1.48,1.001],[4.146,3.04],[1.189,.87],[1.103,.044],[.5,-.739]],v:[[10.199,5.854],[-3.178,-5.784],[-6.758,-7.667],[-7.538,-7.87],[-10.512,-5.945],[-9.259,-2.455],[-2.625,2.249],[4.528,7.676],[7.617,10.149],[10.315,8.791]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:90,s:[{i:[[.7,.9],[3.3,1.6],[1.3,.4],[.3,0],[.2,-1.3],[-1.3,-.5],[-2.9,-1.601],[-2.094,-1.146],[0,0],[-.5,1]],o:[[-2.2,-2.8],[-1.2,-.6],[-.2,-.1],[-1.3,0],[-.3,1.4],[1.6,.8],[4.513,2.474],[1.294,.708],[1.1,-.101],[.4,-.799]],v:[[10.75,-1.25],[-4.05,-11.05],[-7.85,-12.45],[-8.65,-12.55],[-11.35,-10.25],[-9.65,-6.95],[-2.45,-3.149],[5.36,1.301],[8.75,3.351],[11.25,1.65]],c:!0}]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.7,.9],[3.3,1.6],[1.3,.4],[.3,0],[.2,-1.3],[-1.3,-.5],[-2.9,-1.601],[-2.094,-1.146],[0,0],[-.5,1]],o:[[-2.2,-2.8],[-1.2,-.6],[-.2,-.1],[-1.3,0],[-.3,1.4],[1.6,.8],[4.513,2.474],[1.294,.708],[1.1,-.101],[.4,-.799]],v:[[10.75,-1.25],[-4.05,-11.05],[-7.85,-12.45],[-8.65,-12.55],[-11.35,-10.25],[-9.65,-6.95],[-2.45,-3.149],[5.36,1.301],[8.75,3.351],[11.25,1.65]],c:!0}]},{t:180,s:[{i:[[.803,.81],[3.447,1.253],[1.337,.248],[.298,-.034],[.049,-1.314],[-1.349,-.347],[-3.068,-1.249],[-2.211,-.898],[0,0],[-.382,1.051]],o:[[-2.507,-2.529],[-1.261,-.458],[-.21,-.076],[-1.291,.149],[-.137,1.425],[1.681,.611],[4.767,1.94],[1.366,.555],[1.081,-.227],[.306,-.84]],v:[[10.541,-2.733],[-5.287,-10.769],[-9.222,-11.723],[-10.028,-11.731],[-12.446,-9.136],[-10.379,-6.053],[-2.79,-3.104],[5.479,.42],[9.082,2.067],[11.37,.091]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[11.9,12.8],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 4`,np:2,cix:2,bm:0,ix:2,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:6,ty:4,nm:`mouth open matte`,parent:2,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[3.359,26.5,0],ix:2,l:2},a:{a:0,k:[3.359,57.5,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[22,-.5],[5,-5.311],[-2.325,-4.263],[-15.481,2.755],[-12.991,-3.736],[-1.537,2.93],[3.122,4.094]],o:[[-22,.5],[-2.961,3.145],[3.335,6.114],[15.034,-2.675],[16.015,4.606],[2.202,-4.198],[-4.864,-6.379]],v:[[3,53.5],[-38.5,69.855],[-38.835,82.386],[-15.043,82.175],[22.481,82.736],[46.798,82.698],[47.5,69.855]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:35,s:[{i:[[22,-.5],[5,-22.5],[.485,-20.469],[-15.058,-4.531],[-12.491,2.764],[.199,13.989],[3.122,17.342]],o:[[-22,.5],[-2.961,13.324],[-.334,14.097],[16.034,4.825],[16.27,-3.6],[-.298,-21.027],[-4.864,-27.025]],v:[[3,1],[-38.5,38],[-41.835,88.968],[-19.534,115.175],[27.991,116.236],[51.798,94.527],[47.5,38]],c:!0}]},{t:47.5,s:[{i:[[22,-.5],[5,-5.311],[-2.325,-4.263],[-15.481,2.755],[-12.991,-3.736],[-1.537,2.93],[3.122,4.094]],o:[[-22,.5],[-2.961,3.145],[3.335,6.114],[15.034,-2.675],[16.015,4.606],[2.202,-4.198],[-4.864,-6.379]],v:[[3.051,18.404],[-38.449,34.758],[-38.784,47.29],[-14.992,47.079],[22.532,47.64],[46.849,47.602],[47.551,34.758]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980395897,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:21,op:50,st:-2.5,bm:0},{ddd:0,ind:7,ty:4,nm:`tongue`,parent:2,tt:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[6.268,84.463,0],ix:2,l:2},a:{a:0,k:[6.25,116.75,0],ix:1,l:2},s:{a:0,k:[100.287,99.43,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:22.5,s:[{i:[[42,0],[0,0],[0,0]],o:[[-37.5,0],[0,0],[0,0]],v:[[2.5,100.023],[-50.5,110.363],[62,110.363]],c:!0}]},{t:35,s:[{i:[[42,0],[0,0],[0,0]],o:[[-37.5,0],[0,0],[0,0]],v:[[2.5,96],[-50.5,134.5],[62,134.5]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.925490255917,.466666696586,.435294147566,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:21,op:50,st:0,bm:0},{ddd:0,ind:8,ty:4,nm:`mouth open`,parent:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:47,s:[3.359,26.5,0],to:[0,1.459,0],ti:[0,-1.459,0]},{t:49,s:[3.359,35.253,0]}],ix:2,l:2},a:{a:0,k:[3.359,57.5,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[22,-.5],[5,-5.311],[-2.325,-4.263],[-15.481,2.755],[-12.991,-3.736],[-1.537,2.93],[3.122,4.094]],o:[[-22,.5],[-2.961,3.145],[3.335,6.114],[15.034,-2.675],[16.015,4.606],[2.202,-4.198],[-4.864,-6.379]],v:[[3,53.5],[-38.5,69.855],[-38.835,82.386],[-15.043,82.175],[22.481,82.736],[46.798,82.698],[47.5,69.855]],c:!0}]},{i:{x:.833,y:.833},o:{x:1,y:0},t:35,s:[{i:[[22,-.5],[5,-22.5],[.485,-20.469],[-15.058,-4.531],[-12.491,2.764],[.199,13.989],[3.122,17.342]],o:[[-22,.5],[-2.961,13.324],[-.334,14.097],[16.034,4.825],[16.27,-3.6],[-.298,-21.027],[-4.864,-27.025]],v:[[3,1],[-38.5,38],[-41.835,88.968],[-19.534,115.175],[27.991,116.236],[51.798,94.527],[47.5,38]],c:!0}]},{t:47.5,s:[{i:[[22,-.5],[5,-5.311],[-2.325,-4.263],[-15.481,2.755],[-12.991,-3.736],[-1.537,2.93],[3.122,4.094]],o:[[-22,.5],[-2.961,3.145],[3.335,6.114],[15.034,-2.675],[16.015,4.606],[2.202,-4.198],[-4.864,-6.379]],v:[[3.051,18.404],[-38.449,34.758],[-38.784,47.29],[-14.992,47.079],[22.532,47.64],[46.849,47.602],[47.551,34.758]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258823529412,.16862745098,.050980395897,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Shape 1`,np:3,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:21,op:50,st:-2.5,bm:0},{ddd:0,ind:9,ty:4,nm:`mouth `,parent:2,sr:1,ks:{o:{a:1,k:[{t:0,s:[100],h:1},{t:21,s:[0],h:1},{t:50,s:[100],h:1}],ix:11},r:{a:0,k:0,ix:10},p:{s:!0,x:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[4.399]},{i:{x:[.667],y:[1]},o:{x:[.167],y:[0]},t:20,s:[4.399]},{i:{x:[.833],y:[1]},o:{x:[.306],y:[0]},t:60,s:[4.399]},{i:{x:[0],y:[1]},o:{x:[.167],y:[0]},t:67.5,s:[4.399]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:90,s:[4.399]},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[4.399]},{t:180,s:[4.399]}],ix:3},y:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.167],y:[0]},t:10,s:[55.8]},{i:{x:[0],y:[1]},o:{x:[.167],y:[.167]},t:20,s:[55.8]},{i:{x:[.667],y:[1]},o:{x:[1],y:[0]},t:30,s:[35.8]},{i:{x:[.833],y:[.833]},o:{x:[.306],y:[0]},t:60,s:[52.8]},{i:{x:[0],y:[1]},o:{x:[.167],y:[.167]},t:67.5,s:[53.142]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:90,s:[55.8]},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[55.8]},{t:180,s:[55.8]}],ix:4}},a:{a:0,k:[22.45,8.451,0],ix:1,l:2},s:{a:0,k:[400,400,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[{i:[[.833,.191],[.237,.271],[11.331,-8.228],[0,0],[.41,-.044],[.526,.577],[-.407,.752],[-10.1,0],[-3.99,-7.13],[.528,-.576]],o:[[-.311,-.059],[-10.965,-8.71],[0,0],[-.239,.27],[-.834,.189],[-.526,-.577],[4.011,-7.119],[10,0],[.391,.654],[-.527,.576]],v:[[20.373,6.069],[19.401,5.594],[-18.681,4.824],[-19.47,5.421],[-20.444,5.893],[-22.569,5.197],[-22.777,3.047],[0,-8.201],[22.714,3.23],[22.499,5.379]],c:!0}]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[{i:[[.816,.256],[.215,.288],[10.659,-9.082],[0,0],[.405,-.076],[.569,.535],[-.347,.782],[-10.1,0],[-3.418,-7.421],[.571,-.533]],o:[[-.305,-.083],[-10.248,-9.544],[0,0],[-.217,.288],[-.816,.253],[-.569,-.535],[3.447,-7.408],[10,0],[.338,.682],[-.57,.533]],v:[[19.838,6.863],[18.907,6.314],[-18.212,5.561],[-18.953,6.218],[-19.887,6.764],[-22.059,6.235],[-22.433,4.108],[0,-8.201],[22.395,4.217],[22.012,6.342]],c:!0}]},{i:{x:.667,y:1},o:{x:1,y:0},t:30,s:[{i:[[.792,-.32],[.35,.086],[4.871,-.304],[0,0],[.365,.193],[.113,.773],[-.758,.396],[-5.606,.259],[-3.282,-1.751],[.163,-.885]],o:[[-.288,.13],[-5.421,-.837],[0,0],[-.349,.09],[-.797,-.31],[-.113,-.773],[2.898,-1.166],[5.4,-.25],[.695,.312],[.038,.74]],v:[[11.889,-9.781],[10.822,-9.613],[-9.471,-10.021],[-10.46,-9.967],[-11.53,-10.121],[-12.902,-11.886],[-11.872,-13.785],[0,-16.201],[12.182,-13.449],[13.237,-11.565]],c:!0}]},{i:{x:0,y:1},o:{x:.333,y:0},t:50,s:[{i:[[.792,-.32],[.35,.086],[4.871,-.304],[0,0],[.365,.193],[.113,.773],[-.758,.396],[-5.606,.259],[-3.282,-1.751],[.163,-.885]],o:[[-.288,.13],[-5.421,-.837],[0,0],[-.349,.09],[-.797,-.31],[-.113,-.773],[2.898,-1.166],[5.4,-.25],[.695,.312],[.038,.74]],v:[[11.889,-3.781],[10.822,-3.613],[-9.471,-4.021],[-10.46,-3.967],[-11.53,-4.121],[-12.902,-5.886],[-11.872,-7.785],[0,-10.201],[12.182,-7.449],[13.237,-5.565]],c:!0}]},{i:{x:0,y:1},o:{x:1,y:0},t:60,s:[{i:[[.668,.533],[.097,.347],[5.936,-12.683],[0,0],[.337,-.237],[.74,.251],[.008,.855],[-10.1,0],[-.508,-8.155],[.725,-.29]],o:[[-.255,-.188],[-6.111,-12.6],[0,0],[-.079,.352],[-.638,.569],[-.74,-.251],[.066,-8.17],[10,0],[.069,.758],[-.724,.291]],v:[[14.768,7.099],[14.098,6.251],[-12.829,5.773],[-13.23,6.678],[-13.854,7.561],[-16.05,7.98],[-17.272,6.199],[0,-11.201],[18.108,5.554],[16.984,7.398]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:90,s:[{i:[[.8,.301],[.199,.3],[10.1,-9.7],[0,0],[.4,-.1],[.6,.5],[-.3,.801],[-10.1,0],[-3,-7.6],[.6,-.5]],o:[[-.3,-.1],[-9.701,-10.099],[0,0],[-.2,.3],[-.8,.301],[-.6,-.5],[3,-7.6],[10,0],[.3,.7],[-.599,.5]],v:[[19.2,7.9],[18.301,7.299],[-17.6,6.6],[-18.3,7.299],[-19.2,7.9],[-21.4,7.501],[-21.9,5.4],[0,-8.201],[21.9,5.4],[21.4,7.501]],c:!0}]},{i:{x:.667,y:1},o:{x:.333,y:0},t:110,s:[{i:[[.8,.301],[.199,.3],[10.1,-9.7],[0,0],[.4,-.1],[.6,.5],[-.3,.801],[-10.1,0],[-3,-7.6],[.6,-.5]],o:[[-.3,-.1],[-9.701,-10.099],[0,0],[-.2,.3],[-.8,.301],[-.6,-.5],[3,-7.6],[10,0],[.3,.7],[-.599,.5]],v:[[19.2,7.9],[18.301,7.299],[-17.6,6.6],[-18.3,7.299],[-19.2,7.9],[-21.4,7.501],[-21.9,5.4],[0,-8.201],[21.9,5.4],[21.4,7.501]],c:!0}]},{t:180,s:[{i:[[.833,.191],[.237,.271],[11.331,-8.228],[0,0],[.41,-.044],[.526,.577],[-.407,.752],[-10.1,0],[-3.99,-7.13],[.528,-.576]],o:[[-.311,-.059],[-10.965,-8.71],[0,0],[-.239,.27],[-.834,.189],[-.526,-.577],[4.011,-7.119],[10,0],[.391,.654],[-.527,.576]],v:[[20.373,6.069],[19.401,5.594],[-18.681,4.824],[-19.47,5.421],[-20.444,5.893],[-22.569,5.197],[-22.777,3.047],[0,-8.201],[22.714,3.23],[22.499,5.379]],c:!0}]}],ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:0,k:[.258999992819,.169000004787,.051000000449,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[22.45,8.45],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:182.5,st:0,bm:0},{ddd:0,ind:10,ty:4,nm:`base matte`,parent:12,td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[-2,-3,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:0,k:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:212.5,st:0,bm:0},{ddd:0,ind:11,ty:4,nm:`base shadow`,parent:12,tt:2,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`fl`,c:{a:1,k:[{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:10,s:[.921568632126,.560784339905,0,1]},{i:{x:[0],y:[1]},o:{x:[.167],y:[0]},t:20,s:[.921568632126,.560784339905,0,1]},{i:{x:[.667],y:[1]},o:{x:[1],y:[0]},t:30,s:[.921568632126,.560784339905,0,1]},{i:{x:[.667],y:[1]},o:{x:[.333],y:[0]},t:60,s:[.84705889225,.258823543787,.074509806931,1]},{i:{x:[.833],y:[1]},o:{x:[.333],y:[0]},t:110,s:[.84705889225,.258823543787,.074509806931,1]},{t:180,s:[.921568632126,.560784339905,0,1]}],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:`Fill 1`,mn:`ADBE Vector Graphic - Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:212.5,st:0,bm:0},{ddd:0,ind:12,ty:4,nm:`base normal`,parent:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,6,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[400,400,100],ix:6,l:2}},ao:0,shapes:[{ty:`gr`,it:[{ind:0,ty:`sh`,ix:1,ks:{a:0,k:{i:[[15.4,0],[0,38.4],[-27.9,0],[-10.6,-9.3],[0,-16.9],[11.5,-10.2]],o:[[-27.9,0],[0,-38.4],[15.5,0],[11.5,10.2],[0,16.9],[-10.6,9.3]],v:[[0,55.9],[-58,0],[0,-55.9],[40.4,-41.5],[58,0],[40.4,41.4]],c:!0},ix:2},nm:`Path 1`,mn:`ADBE Vector Shape - Group`,hd:!1},{ty:`gf`,o:{a:0,k:100,ix:10},r:1,bm:0,g:{p:5,k:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:0},t:10,s:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137]},{i:{x:0,y:1},o:{x:.167,y:.167},t:20,s:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137]},{i:{x:.667,y:1},o:{x:1,y:0},t:30,s:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137]},{i:{x:.667,y:1},o:{x:.333,y:0},t:60,s:[.172,1,.616,.18,.336,1,.585,.114,.5,1,.554,.048,.824,1,.436,.024,1,1,.318,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:82.5,s:[.172,.98,.78,.259,.336,.982,.747,.241,.5,.984,.714,.224,.824,.992,.516,.112,1,1,.318,0]},{i:{x:.833,y:1},o:{x:.333,y:0},t:110,s:[.172,.98,.78,.259,.336,.982,.747,.241,.5,.984,.714,.224,.824,.992,.516,.112,1,1,.318,0]},{t:180,s:[.48,.992,.878,.188,.691,.98,.816,.178,.902,.969,.753,.169,.966,.963,.694,.153,1,.957,.635,.137]}],ix:9}},s:{a:0,k:[0,0],ix:5},e:{a:0,k:[56.225,0],ix:6},t:2,h:{a:0,k:0,ix:7},a:{a:0,k:0,ix:8},nm:`Gradient Fill 1`,mn:`ADBE Vector Graphic - G-Fill`,hd:!1},{ty:`tr`,p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:`Transform`}],nm:`Group 1`,np:2,cix:2,bm:0,ix:1,mn:`ADBE Vector Group`,hd:!1}],ip:0,op:212.5,st:0,bm:0}],markers:[{tm:110,cm:`rest`,dr:0}]}}},iy={LIKE:`Thích`,LOVE:`Yêu thích`,HAHA:`Haha`,WOW:`Wow`,SAD:`Buồn`,ANGRY:`Phẫn nộ`};function ay({type:e,className:t,animated:n=!1}){let r=ry[e],i=`reaction-icon${t?` ${t}`:``}`;return n?(0,m.jsx)(km,{data:r.animated,loop:!0,autoplay:!0,className:i}):(0,m.jsx)(`img`,{src:r.static,alt:``,className:i,"aria-hidden":`true`})}var oy=(e,t,n,r)=>{if(!e)return`Người dùng`;if(String(e)===String(n))return to(r)||`Bạn`;let i=t?.find(t=>String(t.userId)===String(e));return i?to(Od(i)):`Người dùng`},sy=(e,t)=>{let n=t?.find(t=>String(t.userId)===String(e));return n?Od(n):void 0},cy=(e,t)=>{if(!e)return null;let n=t?.find(t=>String(t.userId)===String(e)),r=n?Od(n):null;return Pt(r?.avatarUrl??r?.avatar??null)};function ly({enabled:e,isLoading:t,onLoadMore:n}){let r=(0,f.useRef)(null),i=(0,f.useRef)(n);return(0,f.useEffect)(()=>{i.current=n},[n]),(0,f.useEffect)(()=>{let n=r.current;if(!n||!e)return;let a=new IntersectionObserver(e=>{!t&&e.some(e=>e.isIntersecting)&&i.current()},{root:n.parentElement,rootMargin:`120px 0px`});return a.observe(n),()=>a.disconnect()},[e,t]),e?(0,m.jsx)(`p`,{className:`conversation-empty chat-modal-load-more-sentinel`,ref:r,children:t?`Đang tải...`:``}):null}function uy({message:e,filter:t,items:n,isLoading:r,error:i,hasMore:a,onFilterChange:o,onLoadMore:s,onRetry:c,onClose:l,members:u,onOpenProfile:d}){let f=e.reactionSummary.byType;return is(l),(0,m.jsx)(`div`,{className:`chat-modal-backdrop`,role:`presentation`,onClick:l,children:(0,m.jsxs)(`div`,{className:`chat-modal reaction-modal`,role:`dialog`,"aria-label":`Biểu cảm`,onClick:e=>e.stopPropagation(),children:[(0,m.jsxs)(`header`,{className:`chat-modal-header`,children:[(0,m.jsx)(`h2`,{children:`Biểu cảm`}),(0,m.jsx)(`button`,{type:`button`,onClick:l,"aria-label":`Đóng`,children:`✕`})]}),(0,m.jsxs)(`div`,{className:`reaction-modal-body`,children:[(0,m.jsxs)(`div`,{className:`reaction-modal-tabs`,children:[(0,m.jsxs)(`button`,{type:`button`,className:t===null?`active`:``,onClick:()=>o(null),children:[(0,m.jsx)(`span`,{children:`Tất cả`}),(0,m.jsx)(`span`,{children:e.reactionSummary.totalCount})]}),f.map(e=>(0,m.jsxs)(`button`,{type:`button`,className:t===e.type?`active`:``,title:iy[e.type],onClick:()=>o(e.type),children:[(0,m.jsx)(ay,{type:e.type}),(0,m.jsx)(`span`,{children:e.count})]},e.type))]}),(0,m.jsxs)(`div`,{className:`reaction-modal-list`,children:[r&&n.length===0?(0,m.jsx)(`p`,{className:`reaction-modal-state`,children:`Đang tải...`}):null,i?(0,m.jsxs)(`div`,{className:`reaction-modal-state reaction-modal-error`,children:[(0,m.jsx)(`span`,{children:i}),(0,m.jsx)(`button`,{type:`button`,onClick:c,children:`Thử lại`})]}):null,!r&&!i&&n.length===0?(0,m.jsx)(`p`,{className:`reaction-modal-state`,children:`Chưa có biểu cảm.`}):null,n.map(e=>{let t=sy(e.userId,u),n=[t?.departmentName,t?.jobTitleName].filter(Boolean).join(` · `);return(0,m.jsxs)(`div`,{className:`chat-modal-user-row chat-modal-user-row--clickable reaction-modal-row`,onClick:()=>d(e.userId),children:[(0,m.jsx)(bs,{user:t??{fullName:e.fullName,avatarUrl:e.avatarUrl??void 0},subtitle:n||void 0}),(0,m.jsx)(`span`,{className:`reaction-modal-row-count`,children:e.count})]},`${e.userId}-${e.updatedAt}`)}),(0,m.jsx)(ly,{enabled:a,isLoading:r,onLoadMore:s})]},t)]})]})})}var dy=30;function fy(){let[e,t]=(0,f.useState)(null),[n,r]=(0,f.useState)(0),[i,a]=(0,f.useState)(``),[o,s]=(0,f.useState)([]),[c,l]=(0,f.useState)(null),[u,d]=(0,f.useState)(!1),[p,m]=(0,f.useState)(!1),[h,g]=(0,f.useState)(``),_=(0,f.useRef)(null),v=(0,f.useRef)(0),y=(0,f.useCallback)(async(e,t,n)=>{let i=v.current+1;v.current=i,m(!0),g(``);try{let a=await Jt(e,{cursorPosition:t,limit:dy});if(v.current!==i||_.current!==e)return;s(e=>n?[...e,...a.items]:a.items),r(a.totalCount),l(a.nextCursorPosition),d(a.nextCursorPosition!==null)}catch{if(v.current!==i)return;g(`Không tải được danh sách thành viên`)}finally{v.current===i&&m(!1)}},[]);return{messageId:e,totalCount:n,actionLabel:i,items:o,hasMore:u,isLoading:p,error:h,open:(0,f.useCallback)((e,n,i)=>{_.current=e,t(e),r(n),a(i),s([]),l(null),d(!1),y(e,null,!1)},[y]),loadMore:(0,f.useCallback)(()=>{!e||c===null||p||y(e,c,!0)},[c,p,y,e]),retry:(0,f.useCallback)(()=>{e&&y(e,null,!1)},[y,e]),close:(0,f.useCallback)(()=>{_.current=null,v.current+=1,t(null),s([]),g(``),m(!1)},[])}}function py({totalCount:e,actionLabel:t,items:n,isLoading:r,error:i,hasMore:a,onLoadMore:o,onRetry:s,onClose:c,members:l,onOpenProfile:u}){return is(c),(0,m.jsx)(`div`,{className:`chat-modal-backdrop`,role:`presentation`,onClick:c,children:(0,m.jsxs)(`div`,{className:`chat-modal reaction-modal system-members-modal`,role:`dialog`,"aria-label":`Danh sách thành viên`,onClick:e=>e.stopPropagation(),children:[(0,m.jsxs)(`header`,{className:`chat-modal-header`,children:[(0,m.jsxs)(`h2`,{className:`system-members-modal-title`,children:[t||`Danh sách`,` `,e,` thành viên`]}),(0,m.jsx)(`button`,{type:`button`,onClick:c,"aria-label":`Đóng`,children:`✕`})]}),(0,m.jsx)(`div`,{className:`reaction-modal-body`,children:(0,m.jsxs)(`div`,{className:`reaction-modal-list`,children:[r&&n.length===0?(0,m.jsx)(`p`,{className:`reaction-modal-state`,children:`Đang tải...`}):null,i?(0,m.jsxs)(`div`,{className:`reaction-modal-state reaction-modal-error`,children:[(0,m.jsx)(`span`,{children:i}),(0,m.jsx)(`button`,{type:`button`,onClick:s,children:`Thử lại`})]}):null,!r&&!i&&n.length===0?(0,m.jsx)(`p`,{className:`reaction-modal-state`,children:`Không có thành viên nào.`}):null,n.map(e=>{let t=sy(e.userId,l),n=[t?.departmentName,t?.jobTitleName].filter(Boolean).join(` · `);return(0,m.jsx)(`div`,{className:`chat-modal-user-row chat-modal-user-row--clickable reaction-modal-row`,onClick:()=>u(e.userId),children:(0,m.jsx)(bs,{user:t??{fullName:e.fullName,avatarUrl:e.avatarUrl??void 0},subtitle:n||void 0})},e.userId)}),(0,m.jsx)(ly,{enabled:a,isLoading:r,onLoadMore:o})]})})]})})}var my=220,hy=280;function gy(e){let[t,n]=(0,f.useState)(null),[r,i]=(0,f.useState)(null),a=(0,f.useCallback)(t=>{let n=e.current?.getBoundingClientRect()??{top:0,left:0,right:window.innerWidth,bottom:window.innerHeight},r=n.bottom-t.bottom,i=t.top-n.top,a=r<hy&&i>r,o=t.right-my;return o=Math.min(o,n.right-my-8),o=Math.max(o,n.left+8),a?{bottom:window.innerHeight-t.top+4,left:o}:{top:t.bottom+4,left:o}},[e]),o=(0,f.useCallback)((e,t)=>{n(e),i(a(t))},[a]),s=(0,f.useCallback)(()=>{n(null)},[]),c=(0,f.useCallback)(e=>{n(e)},[]),l=(0,f.useCallback)(e=>{n(t=>String(t)===e?null:t)},[]);return(0,f.useEffect)(()=>{if(!t)return;let e=e=>{let t=e.target;!t.closest(`.message-options`)&&!t.closest(`.message-options-menu`)&&n(null)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[t]),{openMessageMenuId:t,messageMenuPosition:r,openMenu:o,closeMenu:s,clearIfTarget:l,setOpenId:c}}function _y(e,t,n){let[r,i]=(0,f.useState)(null);return{detailsMessage:r,detailsSeenBy:(0,f.useMemo)(()=>!r?.sequence||!e?[]:t&&n>100?null:e.filter(e=>{if(e.lastReadSequence===void 0)return!1;try{return BigInt(e.lastReadSequence)>=BigInt(r.sequence)}catch{return!1}}),[r,e,t,n]),openDetails:(0,f.useCallback)(e=>{i(e)},[]),closeDetails:(0,f.useCallback)(()=>{i(null)},[]),clearIfTarget:(0,f.useCallback)(e=>{i(t=>String(t?.id)===e?null:t)},[])}}function vy({message:e,isGroup:t,members:n,otherMember:r,currentUserId:i,authUser:a,seenBy:o,onClose:s}){let c=i!=null&&String(e.senderId??``)===String(i),l=oy(e.senderId,n,i,a),u=cy(e.senderId,n),d=r?.lastReadSequence!==void 0&&e.sequence!==void 0&&BigInt(r.lastReadSequence)>=BigInt(e.sequence);return is(s),(0,m.jsx)(`div`,{className:`chat-modal-backdrop`,role:`presentation`,onClick:s,children:(0,m.jsxs)(`div`,{className:`chat-modal message-details-modal`,role:`dialog`,"aria-label":`Thông tin tin nhắn`,onClick:e=>e.stopPropagation(),children:[(0,m.jsxs)(`header`,{className:`chat-modal-header`,children:[(0,m.jsx)(`h2`,{children:`Thông tin tin nhắn`}),(0,m.jsx)(`button`,{type:`button`,onClick:s,"aria-label":`Đóng`,children:`✕`})]}),(0,m.jsxs)(`div`,{className:`message-details-preview`,children:[(0,m.jsx)(Os,{avatarUrl:u,name:l,className:`message-avatar`}),(0,m.jsxs)(`div`,{className:`message-details-preview-body`,children:[(0,m.jsx)(`strong`,{children:l}),(0,m.jsx)(`p`,{children:e.type===`IMAGE`?`[Hình ảnh]`:e.type===`DOCUMENT`?e.attachmentName??`[Tài liệu]`:Mo(e)}),(0,m.jsxs)(`time`,{children:[Fd(e.createdAt),` · `,Nd(e.createdAt)]})]})]}),c?t?o===null?null:o.length===0?(0,m.jsx)(`p`,{className:`message-details-seen-state`,children:`Chưa ai xem`}):(0,m.jsxs)(m.Fragment,{children:[(0,m.jsxs)(`p`,{className:`message-details-seen-title`,children:[`Đã xem (`,o.length,`)`]}),(0,m.jsx)(`div`,{className:`chat-modal-user-list message-details-seen-list`,children:o.map(e=>{let t=Od(e),n=[t.departmentName,t.jobTitleName].filter(Boolean).join(` · `);return(0,m.jsx)(`div`,{className:`chat-modal-user-row`,children:(0,m.jsx)(bs,{user:t,subtitle:n||void 0})},e.userId)})})]}):(0,m.jsx)(`p`,{className:`message-details-seen-state`,children:d?`Đã xem`:`Đã gửi`}):null,c&&t?(0,m.jsx)(`footer`,{className:`message-details-footer`,children:(0,m.jsxs)(`p`,{className:`message-details-footnote`,children:[`(*) Thông tin chi tiết "Đã xem", "Đã nhận" chỉ hiển thị với nhóm không quá`,` `,100,` người`]})}):null]})})}function yy(e,t,n,r,i){let[a,o]=(0,f.useState)(()=>new Set);return{removalInFlightIds:a,requestRemoval:(0,f.useCallback)(s=>{if(!e||!s.id||Fo(s)||a.has(s.id))return;let c=String(s.senderId)===String(t);(c||n)&&u.Modal.confirm({title:c?`Thu hồi tin nhắn`:`Gỡ tin nhắn`,content:`Tin nhắn sẽ không thể khôi phục sau khi thu hồi.`,okText:c?`Thu hồi`:`Gỡ`,okButtonProps:{danger:!0},cancelText:`Hủy`,onOk:()=>{i?.(s),o(e=>new Set(e).add(s.id)),$t(e,s.id).then(e=>{r(e?.data??e)}).catch(e=>{e instanceof kt&&e.code===`MESSAGE_ALREADY_REMOVED`||ss.error(`Không thể thu hồi tin nhắn. Vui lòng thử lại.`)}).finally(()=>{o(e=>{let t=new Set(e);return t.delete(s.id),t})})}})},[e,t,n,r,i,a])}}function by({target:e,avatarUrl:t,senderName:n,onCancel:r}){return(0,m.jsxs)(`div`,{className:`composer-reply-banner`,children:[(0,m.jsx)(Os,{avatarUrl:t,name:n,className:`message-reply-avatar`}),(0,m.jsxs)(`div`,{className:`composer-reply-banner-text`,children:[(0,m.jsx)(`strong`,{children:`Đang trả lời`}),(0,m.jsx)(`small`,{children:Hd(e)})]}),(0,m.jsx)(`button`,{type:`button`,"aria-label":`Hủy trả lời`,onClick:r,children:`✕`})]})}var xy=`data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20xmlns:dc='http://purl.org/dc/elements/1.1/'%20xmlns:cc='http://creativecommons.org/ns%23'%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20width='800px'%20height='800px'%20viewBox='0%200%2030%2030'%20version='1.1'%20id='svg822'%20inkscape:version='0.92.4%20(f8dce91,%202019-08-02)'%20sodipodi:docname='unpin.svg'%20fill='%23f59e0b'%20transform='rotate(90)'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cdefs%20id='defs816'%3e%3cinkscape:path-effect%20effect='copy_rotate'%20starting_point='17,304.0625'%20origin='15,304.0625'%20id='path-effect1009'%20is_visible='true'%20copies_to_360='true'%20fuse_paths='false'%20starting_angle='0'%20rotation_angle='60.2'%20num_copies='8'/%3e%3c/defs%3e%3csodipodi:namedview%20id='base'%20pagecolor='%23ffffff'%20bordercolor='%23f59e0b'%20borderopacity='1.0'%20inkscape:pageopacity='0.0'%20inkscape:pageshadow='2'%20inkscape:zoom='19.610429'%20inkscape:cx='14.638758'%20inkscape:cy='14.520172'%20inkscape:document-units='px'%20inkscape:current-layer='layer1'%20showgrid='true'%20units='px'%20inkscape:window-width='1366'%20inkscape:window-height='713'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20showguides='true'%20inkscape:guide-bbox='true'%3e%3csodipodi:guide%20position='21.126168,22.794393'%20orientation='1,0'%20id='guide1575'%20inkscape:locked='false'/%3e%3csodipodi:guide%20position='22.682243,23.285047'%20orientation='1,0'%20id='guide1635'%20inkscape:locked='false'/%3e%3csodipodi:guide%20position='22.682243,7.6455921'%20orientation='0,1'%20id='guide1639'%20inkscape:locked='false'/%3e%3csodipodi:guide%20position='18.859863,18.859863'%20orientation='1,0'%20id='guide1242'%20inkscape:locked='false'/%3e%3cinkscape:grid%20type='xygrid'%20id='grid1103'/%3e%3csodipodi:guide%20position='-16,8'%20orientation='1,0'%20id='guide1139'%20inkscape:locked='false'/%3e%3c/sodipodi:namedview%3e%3cmetadata%20id='metadata819'%3e%3crdf:rdf%3e%3ccc:work%20rdf:about=''%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3cdc:type%20rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3e%3cdc:title%3e%3c/dc:title%3e%3c/cc:work%3e%3c/rdf:rdf%3e%3c/metadata%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(0,-289.0625)'%3e%3cpath%20style='fill:f59e0b\\;fill-opacity:1;stroke:none;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'%20d='M%2019.355469%203.5859375%20L%2013.210938%209.7304688%20L%2012.556641%209.078125%20C%2013.347736%207.524045%2013.261719%206.3046875%2013.261719%206.3046875%20L%2011.957031%205%20L%205%2011.957031%20L%206.3046875%2013.261719%20C%206.3046875%2013.261719%207.5262508%2013.349924%209.0800781%2012.558594%20L%209.7304688%2013.210938%20L%203.8007812%2019.142578%20L%205.2148438%2020.556641%20L%2020.771484%205%20L%2019.355469%203.5859375%20z%20M%2020.322266%2011.945312%20C%2019.687749%2011.95014%2018.209443%2012.081186%2016.533203%2013.054688%20L%2016.058594%2012.578125%20L%2012.578125%2016.058594%20L%2013.052734%2016.53125%20C%2011.75378%2018.76502%2011.957031%2020.652344%2011.957031%2020.652344%20L%2013.695312%2022.390625%20L%2017.173828%2018.912109%20L%2023.261719%2025%20L%2025%2025%20L%2025%2023.261719%20L%2018.912109%2017.173828%20L%2022.390625%2013.695312%20L%2020.652344%2011.957031%20C%2020.652344%2011.957031%2020.533771%2011.943703%2020.322266%2011.945312%20z%20'%20transform='translate(0,289.0625)'%20id='rect1085'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`;function Sy(){return(0,m.jsx)(`svg`,{width:`0.8em`,height:`0.8em`,viewBox:`0 0 32 32`,fill:`currentColor`,transform:`matrix(-1, 0, 0, -1, 0, 0)`,"aria-hidden":`true`,children:(0,m.jsx)(`path`,{d:`M9.563 8.469l-0.813-1.25c-5.625 3.781-8.75 8.375-8.75 12.156 0 3.656 2.688 5.375 4.969 5.375 2.875 0 4.906-2.438 4.906-5 0-2.156-1.375-4-3.219-4.688-0.531-0.188-1.031-0.344-1.031-1.25 0-1.156 0.844-2.875 3.938-5.344zM21.969 8.469l-0.813-1.25c-5.563 3.781-8.75 8.375-8.75 12.156 0 3.656 2.75 5.375 5.031 5.375 2.906 0 4.969-2.438 4.969-5 0-2.156-1.406-4-3.313-4.688-0.531-0.188-1-0.344-1-1.25 0-1.156 0.875-2.875 3.875-5.344z`})})}function Cy(){return(0,m.jsx)(`svg`,{width:`0.8em`,height:`0.8em`,viewBox:`-0.5 0 28 28`,fill:`currentColor`,transform:`matrix(-1, 0, 0, 1, 0, 0)`,"aria-hidden":`true`,children:(0,m.jsx)(`g`,{transform:`translate(-102, -1195)`,children:(0,m.jsx)(`path`,{d:`M113.983,1202.01 L113.983,1196.11 C114.017,1195.81 113.936,1195.51 113.708,1195.28 C113.312,1194.89 112.67,1194.89 112.274,1195.28 L102.285,1206.24 C102.074,1206.45 101.984,1206.72 101.998,1207 C101.984,1207.27 102.074,1207.55 102.285,1207.76 L112.219,1218.65 C112.59,1218.97 113.271,1219.15 113.708,1218.71 C113.935,1218.49 114.035,1218.29 114,1218 L114,1212 C120.6,1212 126.569,1216.75 127.754,1223.01 C128.552,1221.17 129,1219.15 129,1217.02 C129,1208.73 122.276,1202.01 113.983,1202.01`})})})}function wy({canRemove:e,removeLabel:t,isRemoving:n,canManagePins:r,canCopy:i,canForward:a,isPinned:o,isMenuOpen:s,menuPosition:c,onReply:l,onForward:u,onOpenMenu:d,onCloseMenu:f,onCopyMessage:p,onTogglePin:h,onViewDetails:_,onRemove:v}){return(0,m.jsxs)(`div`,{className:`message-actions${s?` is-open`:``}`,children:[(0,m.jsx)(`button`,{className:`message-action-button`,type:`button`,"aria-label":`Phản hồi`,title:`Phản hồi`,onClick:l,children:(0,m.jsx)(Sy,{})}),a?(0,m.jsx)(`button`,{className:`message-action-button`,type:`button`,"aria-label":`Chuyển tiếp`,title:`Chuyển tiếp`,onClick:u,children:(0,m.jsx)(Cy,{})}):null,(0,m.jsxs)(`div`,{className:`message-options`,children:[(0,m.jsx)(`button`,{className:`message-action-button`,type:`button`,"aria-label":`Tùy chọn khác`,title:`Tùy chọn khác`,onClick:e=>{s?f():d(e.currentTarget.getBoundingClientRect())},children:(0,m.jsx)(ci,{})}),s&&c?(0,g.createPortal)((0,m.jsx)(`div`,{className:`med-chat-root med-chat-root--portal`,children:(0,m.jsxs)(`div`,{className:`message-options-menu`,role:`menu`,style:{top:c.top,bottom:c.bottom,left:c.left},children:[i?(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,onClick:p,children:[(0,m.jsx)(qr,{}),` Sao chép tin nhắn`]}):null,r?(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,onClick:h,children:[(0,m.jsx)($i,{}),` `,o?`Bỏ ghim tin nhắn`:`Ghim tin nhắn`]}):null,(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,onClick:_,children:[(0,m.jsx)(bi,{}),` Xem chi tiết`]}),e?(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,className:`message-options-menu-danger`,disabled:n,onClick:v,children:[(0,m.jsx)(Ea,{}),` `,n?`Đang thu hồi…`:t]}):null]})}),document.body):null]})]})}function Ty(e){this.content=e}Ty.prototype={constructor:Ty,find:function(e){for(var t=0;t<this.content.length;t+=2)if(this.content[t]===e)return t;return-1},get:function(e){var t=this.find(e);return t==-1?void 0:this.content[t+1]},update:function(e,t,n){var r=n&&n!=e?this.remove(n):this,i=r.find(e),a=r.content.slice();return i==-1?a.push(n||e,t):(a[i+1]=t,n&&(a[i]=n)),new Ty(a)},remove:function(e){var t=this.find(e);if(t==-1)return this;var n=this.content.slice();return n.splice(t,2),new Ty(n)},addToStart:function(e,t){return new Ty([e,t].concat(this.remove(e).content))},addToEnd:function(e,t){var n=this.remove(e).content.slice();return n.push(e,t),new Ty(n)},addBefore:function(e,t,n){var r=this.remove(t),i=r.content.slice(),a=r.find(e);return i.splice(a==-1?i.length:a,0,t,n),new Ty(i)},forEach:function(e){for(var t=0;t<this.content.length;t+=2)e(this.content[t],this.content[t+1])},prepend:function(e){return e=Ty.from(e),e.size?new Ty(e.content.concat(this.subtract(e).content)):this},append:function(e){return e=Ty.from(e),e.size?new Ty(this.subtract(e).content.concat(e.content)):this},subtract:function(e){var t=this;e=Ty.from(e);for(var n=0;n<e.content.length;n+=2)t=t.remove(e.content[n]);return t},toObject:function(){var e={};return this.forEach(function(t,n){e[t]=n}),e},get size(){return this.content.length>>1}},Ty.from=function(e){if(e instanceof Ty)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new Ty(t)};function Ey(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){let e=i.text,t=a.text,r=0;for(;e[r]==t[r];r++)n++;return r&&r<e.length&&r<t.length&&ky(e.charCodeAt(r-1))&&Oy(e.charCodeAt(r))&&n--,n}if(i.content.size||a.content.size){let e=Ey(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function Dy(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=o.text,t=s.text,i=e.length,a=t.length;for(;i>0&&a>0&&e[i-1]==t[a-1];)i--,a--,n--,r--;return i&&a&&i<e.length&&ky(e.charCodeAt(i-1))&&Oy(e.charCodeAt(i))&&(n++,r++),{a:n,b:r}}if(o.content.size||s.content.size){let e=Dy(o.content,s.content,n-1,r-1);if(e)return e}n-=c,r-=c}}function Oy(e){return e>=56320&&e<57344}function ky(e){return e>=55296&&e<56320}var K=class e{constructor(e,t){if(this.content=e,this.size=t||0,t==null)for(let t=0;t<e.length;t++)this.size+=e[t].nodeSize}nodesBetween(e,t,n,r=0,i){for(let a=0,o=0;o<t;a++){let s=this.content[a],c=o+s.nodeSize;if(c>e&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);a<t.content.length;a++)i.push(t.content[a]);return new e(i,this.size+t.size)}cut(t,n=this.size){if(t==0&&n==this.size)return this;let r=[],i=0;if(n>t)for(let e=0,a=0;a<n;e++){let o=this.content[e],s=a+o.nodeSize;s>t&&((a<t||s>n)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;t<this.content.length;t++)if(!this.content[t].eq(e.content[t]))return!1;return!0}get firstChild(){return this.content.length?this.content[0]:null}get lastChild(){return this.content.length?this.content[this.content.length-1]:null}get childCount(){return this.content.length}child(e){let t=this.content[e];if(!t)throw RangeError(`Index `+e+` out of range for `+this);return t}maybeChild(e){return this.content[e]||null}forEach(e){for(let t=0,n=0;t<this.content.length;t++){let r=this.content[t];e(r,n,t),n+=r.nodeSize}}findDiffStart(e,t=0){return Ey(this,e,t)}findDiffEnd(e,t=this.size,n=e.size){return Dy(this,e,t,n)}findIndex(e){if(e==0)return jy(0,e);if(e==this.size)return jy(this.content.length,e);if(e>this.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?jy(t+1,i):jy(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return e.fromArray(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;e<t.length;e++){let i=t[e];r+=i.nodeSize,e&&i.isText&&t[e-1].sameMarkup(i)?(n||=t.slice(0,e),n[n.length-1]=i.withText(n[n.length-1].text+i.text)):n&&n.push(i)}return new e(n||t,r)}static from(t){if(!t)return e.empty;if(t instanceof e)return t;if(Array.isArray(t))return this.fromArray(t);if(t.attrs)return new e([t],t.nodeSize);throw RangeError(`Can not convert `+t+` to a Fragment`+(t.nodesBetween?` (looks like multiple versions of prosemirror-model were loaded)`:``))}};K.empty=new K([],0);var Ay={index:0,offset:0};function jy(e,t){return Ay.index=e,Ay.offset=t,Ay}function My(e,t){if(e===t)return!0;if(!(e&&typeof e==`object`)||!(t&&typeof t==`object`))return!1;let n=Array.isArray(e);if(Array.isArray(t)!=n)return!1;if(n){if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!My(e[n],t[n]))return!1}else{for(let n in e)if(!(n in t)||!My(e[n],t[n]))return!1;for(let n in t)if(!(n in e))return!1}return!0}var Ny=class e{constructor(e,t){this.type=e,this.attrs=t}addToSet(e){let t,n=!1;for(let r=0;r<e.length;r++){let i=e[r];if(this.eq(i))return e;if(this.type.excludes(i.type))t||=e.slice(0,r);else if(i.type.excludes(this.type))return e;else!n&&i.type.rank>this.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return e.slice(0,t).concat(e.slice(t+1));return e}isInSet(e){for(let t=0;t<e.length;t++)if(this.eq(e[t]))return!0;return!1}eq(e){return this==e||this.type==e.type&&My(this.attrs,e.attrs)}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Mark.fromJSON`);let n=e.marks[t.type];if(!n)throw RangeError(`There is no mark type ${t.type} in this schema`);let r=n.create(t.attrs);return n.checkAttrs(r.attrs),r}static sameSet(e,t){if(e==t)return!0;if(e.length!=t.length)return!1;for(let n=0;n<e.length;n++)if(!e[n].eq(t[n]))return!1;return!0}static setFrom(t){if(!t||Array.isArray(t)&&t.length==0)return e.none;if(t instanceof e)return[t];let n=t.slice();return n.sort((e,t)=>e.type.rank-t.type.rank),n}};Ny.none=[];var Py=class extends Error{},q=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=Iy(this.content,t+this.openStart,n,this.openStart+1,this.openEnd+1);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(Fy(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(K.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};q.empty=new q(K.empty,0,0);function Fy(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(Fy(a.content,t-i-1,n-i-1)))}function Iy(e,t,n,r,i,a){let{index:o,offset:s}=e.findIndex(t),c=e.maybeChild(o);if(s==t||c.isText)return a&&r<=0&&i<=0&&!a.canReplace(o,o,n)?null:e.cut(0,t).append(n).append(e.cut(t));let l=Iy(c.content,t-s-1,n,o==0?r-1:0,o==e.childCount-1?i-1:0,c);return l&&e.replaceChild(o,c.copy(l))}function Ly(e,t,n){if(n.openStart>e.depth)throw new Py(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new Py(`Inconsistent open depths`);return Ry(e,t,n,0)}function Ry(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r<e.depth-n.openStart){let o=Ry(e,t,n,r+1);return a.copy(a.content.replaceChild(i,o))}if(!n.content.size)return Uy(a,Gy(e,t,r));if(!n.openStart&&!n.openEnd&&e.depth==r&&t.depth==r){let r=e.parent,i=r.content;return Uy(r,i.cut(0,e.parentOffset).append(n.content).append(i.cut(t.parentOffset)))}{let{start:i,end:o}=Ky(n,e);return Uy(a,Wy(e,i,o,t,r))}}function zy(e,t){if(!t.type.compatibleContent(e.type))throw new Py(`Cannot join `+t.type.name+` onto `+e.type.name)}function By(e,t,n){let r=e.node(n);return zy(r,t.node(n)),r}function Vy(e,t){let n=t.length-1;n>=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Hy(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(Vy(e.nodeAfter,r),a++));for(let e=a;e<o;e++)Vy(i.child(e),r);t&&t.depth==n&&t.textOffset&&Vy(t.nodeBefore,r)}function Uy(e,t){if(!e.type.validContent(t))throw new Py(`Invalid content for node `+e.type.name);return e.copy(t)}function Wy(e,t,n,r,i){let a=e.depth>i&&By(e,t,i+1),o=r.depth>i&&By(n,r,i+1),s=[];return Hy(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(zy(a,o),Vy(Uy(a,Wy(e,t,n,r,i+1)),s)):(a&&Vy(Uy(a,Gy(e,t,i+1)),s),Hy(t,n,i,s),o&&Vy(Uy(o,Gy(n,r,i+1)),s)),Hy(r,null,i,s),new K(s)}function Gy(e,t,n){let r=[];return Hy(null,e,n,r),e.depth>n&&Vy(Uy(By(e,t,n+1),Gy(e,t,n+1)),r),Hy(t,null,n,r),new K(r)}function Ky(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(K.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var qy=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t<e;t++)r+=n.child(t).nodeSize;return r}marks(){let e=this.parent,t=this.index();if(e.content.size==0)return Ny.none;if(this.textOffset)return e.child(t).marks;let n=e.maybeChild(t-1),r=e.maybeChild(t);if(!n){let e=n;n=r,r=e}let i=n.marks;for(var a=0;a<i.length;a++)i[a].type.spec.inclusive===!1&&(!r||!i[a].isInSet(r.marks))&&(i=i[a--].removeFromSet(i));return i}marksAcross(e){let t=this.parent.maybeChild(this.index());if(!t||!t.isInline)return null;let n=t.marks,r=e.parent.maybeChild(e.index());for(var i=0;i<n.length;i++)n[i].type.spec.inclusive===!1&&(!r||!n[i].isInSet(r.marks))&&(n=n[i--].removeFromSet(n));return n}sharedDepth(e){for(let t=this.depth;t>0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos<this.pos)return e.blockRange(this);for(let n=this.depth-(this.parent.inlineContent||this.pos==e.pos?1:0);n>=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Zy(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos<this.pos?e:this}toString(){let e=``;for(let t=1;t<=this.depth;t++)e+=(e?`/`:``)+this.node(t).type.name+`_`+this.index(t-1);return e+`:`+this.parentOffset}static resolve(t,n){if(!(n>=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Xy.get(t);if(r)for(let e=0;e<r.elts.length;e++){let t=r.elts[e];if(t.pos==n)return t}else Xy.set(t,r=new Jy);let i=r.elts[r.i]=e.resolve(t,n);return r.i=(r.i+1)%Yy,i}},Jy=class{constructor(){this.elts=[],this.i=0}},Yy=12,Xy=new WeakMap,Zy=class{constructor(e,t,n){this.$from=e,this.$to=t,this.depth=n}get start(){return this.$from.before(this.depth+1)}get end(){return this.$to.after(this.depth+1)}get parent(){return this.$from.node(this.depth)}get startIndex(){return this.$from.index(this.depth)}get endIndex(){return this.$to.indexAfter(this.depth)}},Qy=Object.create(null),$y=class e{constructor(e,t,n,r=Ny.none){this.type=e,this.attrs=t,this.marks=r,this.content=n||K.empty}get children(){return this.content.content}get nodeSize(){return this.isLeaf?1:2+this.content.size}get childCount(){return this.content.childCount}child(e){return this.content.child(e)}maybeChild(e){return this.content.maybeChild(e)}forEach(e){this.content.forEach(e)}nodesBetween(e,t,n,r=0){this.content.nodesBetween(e,t,n,r,this)}descendants(e){this.nodesBetween(0,this.content.size,e)}get textContent(){return this.isLeaf&&this.type.spec.leafText?this.type.spec.leafText(this):this.textBetween(0,this.content.size,``)}textBetween(e,t,n,r){return this.content.textBetween(e,t,n,r)}get firstChild(){return this.content.firstChild}get lastChild(){return this.content.lastChild}eq(e){return this==e||this.sameMarkup(e)&&this.content.eq(e.content)}sameMarkup(e){return this.hasMarkup(e.type,e.attrs,e.marks)}hasMarkup(e,t,n){return this.type==e&&My(this.attrs,t||e.defaultAttrs||Qy)&&Ny.sameSet(this.marks,n||Ny.none)}copy(t=null){return t==this.content?this:new e(this.type,this.attrs,t,this.marks)}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.content,t)}cut(e,t=this.content.size){return e==0&&t==this.content.size?this:this.copy(this.content.cut(e,t))}slice(e,t=this.content.size,n=!1){if(e==t)return q.empty;let r=this.resolve(e),i=this.resolve(t),a=n?0:r.sharedDepth(t),o=r.start(a);return new q(r.node(a).content.cut(r.pos-o,i.pos-o),r.depth-a,i.depth-a)}replace(e,t,n){return Ly(this.resolve(e),this.resolve(t),n)}nodeAt(e){for(let t=this;;){let{index:n,offset:r}=t.content.findIndex(e);if(t=t.maybeChild(n),!t)return null;if(r==e||t.isText)return t;e-=r+1}}childAfter(e){let{index:t,offset:n}=this.content.findIndex(e);return{node:this.content.maybeChild(t),index:t,offset:n}}childBefore(e){if(e==0)return{node:null,index:0,offset:0};let{index:t,offset:n}=this.content.findIndex(e);if(n<e)return{node:this.content.child(t),index:t,offset:n};let r=this.content.child(t-1);return{node:r,index:t-1,offset:n-r.nodeSize}}resolve(e){return qy.resolveCached(this,e)}resolveNoCache(e){return qy.resolve(this,e)}rangeHasMark(e,t,n){let r=!1;return t>e&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),tb(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=K.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;e<i;e++)if(!this.type.allowsMarks(n.child(e).marks))return!1;return!0}canReplaceWith(e,t,n,r){if(r&&!this.type.allowsMarks(r))return!1;let i=this.contentMatchAt(e).matchType(n),a=i&&i.matchFragment(this.content,t);return a?a.validEnd:!1}canAppend(e){return e.content.size?this.canReplace(this.childCount,this.childCount,e.content):this.type.compatibleContent(e.type)}check(){this.type.checkContent(this.content),this.type.checkAttrs(this.attrs);let e=Ny.none;for(let t=0;t<this.marks.length;t++){let n=this.marks[t];n.type.checkAttrs(n.attrs),e=n.addToSet(e)}if(!Ny.sameSet(e,this.marks))throw RangeError(`Invalid collection of marks for node ${this.type.name}: ${this.marks.map(e=>e.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=K.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};$y.prototype.text=void 0;var eb=class e extends $y{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):tb(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function tb(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var nb=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new rb(t,n);if(r.next==null)return e.empty;let i=ib(r);r.next&&r.err(`Unexpected trailing text`);let a=mb(db(i));return hb(a,r),a}matchType(e){for(let t=0;t<this.next.length;t++)if(this.next[t].type==e)return this.next[t].next;return null}matchFragment(e,t=0,n=e.childCount){let r=this;for(let i=t;r&&i<n;i++)r=r.matchType(e.child(i).type);return r}get inlineContent(){return this.next.length!=0&&this.next[0].type.isInline}get defaultType(){for(let e=0;e<this.next.length;e++){let{type:t}=this.next[e];if(!(t.isText||t.hasRequiredAttrs()))return t}return null}compatible(e){for(let t=0;t<this.next.length;t++)for(let n=0;n<e.next.length;n++)if(this.next[t].type==e.next[n].type)return!0;return!1}fillBefore(e,t=!1,n=0){let r=[this];function i(a,o){let s=a.matchFragment(e,n);if(s&&(!t||s.validEnd))return K.from(o.map(e=>e.createAndFill()));for(let e=0;e<a.next.length;e++){let{type:t,next:n}=a.next[e];if(!(t.isText||t.hasRequiredAttrs())&&r.indexOf(n)==-1){r.push(n);let e=i(n,o.concat(t));if(e)return e}}return null}return i(this,[])}findWrapping(e){for(let t=0;t<this.wrapCache.length;t+=2)if(this.wrapCache[t]==e)return this.wrapCache[t+1];let t=this.computeWrapping(e);return this.wrapCache.push(e,t),t}computeWrapping(e){let t=Object.create(null),n=[{match:this,type:null,via:null}];for(;n.length;){let r=n.shift(),i=r.match;if(i.matchType(e)){let e=[];for(let t=r;t.type;t=t.via)e.push(t.type);return e.reverse()}for(let e=0;e<i.next.length;e++){let{type:a,next:o}=i.next[e];!a.isLeaf&&!a.hasRequiredAttrs()&&!(a.name in t)&&(!r.type||o.validEnd)&&(n.push({match:a.contentMatch,type:a,via:r}),t[a.name]=!0)}}return null}get edgeCount(){return this.next.length}edge(e){if(e>=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r<n.next.length;r++)e.indexOf(n.next[r].next)==-1&&t(n.next[r].next)}return t(this),e.map((t,n)=>{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n<t.next.length;n++)r+=(n?`, `:``)+t.next[n].type.name+`->`+e.indexOf(t.next[n].next);return r}).join(`
62
62
  `)}};nb.empty=new nb(!0);var rb=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function ib(e){let t=[];do t.push(ab(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function ab(e){let t=[];do t.push(ob(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function ob(e){let t=ub(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=cb(e,t);else break;return t}function sb(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function cb(e,t){let n=sb(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:sb(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function lb(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function ub(e){if(e.eat(`(`)){let t=ib(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=lb(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function db(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t<e.min;t++){let t=n();i(a(e.expr,o),t),o=t}if(e.max==-1)i(a(e.expr,o),o);else for(let t=e.min;t<e.max;t++){let t=n();r(o,t),i(a(e.expr,o),t),o=t}return[r(o)]}else if(e.type==`name`)return[r(t,void 0,e.value)];else throw Error(`Unknown expr type`)}}function fb(e,t){return t-e}function pb(e,t){let n=[];return r(t),n.sort(fb);function r(t){let i=e[t];if(i.length==1&&!i[0].term)return r(i[0].to);n.push(t);for(let e=0;e<i.length;e++){let{term:t,to:a}=i[e];!t&&n.indexOf(a)==-1&&r(a)}}}function mb(e){let t=Object.create(null);return n(pb(e,0));function n(r){let i=[];r.forEach(t=>{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e<i.length;e++)i[e][0]==t&&(r=i[e][1]);pb(e,n).forEach(e=>{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new nb(r.indexOf(e.length-1)>-1);for(let e=0;e<i.length;e++){let r=i[e][1].sort(fb);a.next.push({type:i[e][0],next:t[r.join(`,`)]||n(r)})}return a}}function hb(e,t){for(let n=0,r=[e];n<r.length;n++){let e=r[n],i=!e.validEnd,a=[];for(let t=0;t<e.next.length;t++){let{type:n,next:o}=e.next[t];a.push(n.name),i&&!(n.isText||n.hasRequiredAttrs())&&(i=!1),r.indexOf(o)==-1&&r.push(o)}i&&t.err(`Only non-generatable nodes (`+a.join(`, `)+`) in a required position (see https://prosemirror.net/docs/guide/#generatable)`)}}function gb(e){let t=Object.create(null);for(let n in e){let r=e[n];if(!r.hasDefault)return null;t[n]=r.default}return t}function _b(e,t){let n=Object.create(null);for(let r in e){let i=t&&t[r];if(i===void 0){let t=e[r];if(t.hasDefault)i=t.default;else throw RangeError(`No value supplied for attribute `+r)}n[r]=i}return n}function vb(e,t,n,r){for(let i in t)if(!(i in e))throw RangeError(`Unsupported attribute ${i} for ${n} of type ${r}`);for(let n in e)e[n].validate&&e[n].validate(t[n])}function yb(e,t){let n=Object.create(null);if(t)for(let r in t)n[r]=new Sb(e,r,t[r]);return n}var bb=class e{constructor(e,t,n){this.name=e,this.schema=t,this.spec=n,this.markSet=null,this.groups=n.group?n.group.split(` `):[],this.attrs=yb(e,n.attrs),this.defaultAttrs=gb(this.attrs),this.contentMatch=null,this.inlineContent=null,this.isBlock=!(n.inline||e==`text`),this.isText=e==`text`}get isInline(){return!this.isBlock}get isTextblock(){return this.isBlock&&this.inlineContent}get isLeaf(){return this.contentMatch==nb.empty}get isAtom(){return this.isLeaf||!!this.spec.atom}isInGroup(e){return this.groups.indexOf(e)>-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:_b(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new $y(this,this.computeAttrs(e),K.from(t),Ny.setFrom(n))}createChecked(e=null,t,n){return t=K.from(t),this.checkContent(t),new $y(this,this.computeAttrs(e),t,Ny.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=K.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(K.empty,!0);return i?new $y(this,e,t.append(i),Ny.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t<e.childCount;t++)if(!this.allowsMarks(e.child(t).marks))return!1;return!0}checkContent(e){if(!this.validContent(e))throw RangeError(`Invalid content for node ${this.name}: ${e.toString().slice(0,50)}`)}checkAttrs(e){vb(this.attrs,e,`node`,this.name)}allowsMarkType(e){return this.markSet==null||this.markSet.indexOf(e)>-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;t<e.length;t++)if(!this.allowsMarkType(e[t].type))return!1;return!0}allowedMarks(e){if(this.markSet==null)return e;let t;for(let n=0;n<e.length;n++)this.allowsMarkType(e[n].type)?t&&t.push(e[n]):t||=e.slice(0,n);return t?t.length?t:Ny.none:e}static compile(t,n){let r=Object.create(null);t.forEach((t,i)=>r[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function xb(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var Sb=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?xb(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},Cb=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=yb(e,r.attrs),this.excluded=null;let i=gb(this.attrs);this.instance=i?new Ny(this,i):null}create(e=null){return!e&&this.instance?this.instance:new Ny(this,_b(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t<e.length;t++)e[t].type==this&&(e=e.slice(0,t).concat(e.slice(t+1)),t--);return e}isInSet(e){for(let t=0;t<e.length;t++)if(e[t].type==this)return e[t]}checkAttrs(e){vb(this.attrs,e,`mark`,this.name)}excludes(e){return this.excluded.indexOf(e)>-1}},wb=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=Ty.from(e.nodes),t.marks=Ty.from(e.marks||{}),this.nodes=bb.compile(this.spec.nodes,this),this.marks=Cb.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=nb.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?Tb(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:Tb(this,n.split(` `))}this.nodeFromJSON=e=>$y.fromJSON(this,e),this.markFromJSON=e=>Ny.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof bb))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new eb(n,n.defaultAttrs,e,Ny.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function Tb(e,t){let n=[];for(let r=0;r<t.length;r++){let i=t[r],a=e.marks[i],o=a;if(a)n.push(a);else for(let t in e.marks){let r=e.marks[t];(i==`_`||r.spec.group&&r.spec.group.split(` `).indexOf(i)>-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function Eb(e){return e.tag!=null}function Db(e){return e.style!=null}var Ob=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(Eb(e))this.tags.push(e);else if(Db(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new Lb(this,t,!1);return n.addAll(e,Ny.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new Lb(this,t,!0);return n.addAll(e,Ny.none,t.from,t.to),q.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;r<this.tags.length;r++){let n=this.tags[r];if(zb(e,n.tag)&&(n.namespace===void 0||e.namespaceURI==n.namespace)&&(!n.context||t.matchesContext(n.context))){if(n.getAttrs){let t=n.getAttrs(e);if(t===!1)continue;n.attrs=t||void 0}return n}}}matchStyle(e,t,n,r){for(let i=r?this.styles.indexOf(r)+1:0;i<this.styles.length;i++){let r=this.styles[i],a=r.style;if(!(a.indexOf(e)!=0||r.context&&!n.matchesContext(r.context)||a.length>e.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r<t.length;r++){let e=t[r];if((e.priority==null?50:e.priority)<n)break}t.splice(r,0,e)}for(let t in e.marks){let r=e.marks[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Bb(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Bb(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},kb={address:!0,article:!0,aside:!0,blockquote:!0,body:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},Ab={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},jb={ol:!0,ul:!0},Mb=1,Nb=2,Pb=4;function Fb(e,t,n){return t==null?e&&e.whitespace==`pre`?3:n&-5:(t?Mb:0)|(t===`full`?Nb:0)}var Ib=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=Ny.none,this.match=i||(a&Pb?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(K.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&Mb)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=K.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(K.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!kb.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},Lb=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=Fb(null,t.preserveWhitespace,0)|(n?Pb:0);i=r?new Ib(r.type,r.attrs,Ny.none,!0,t.topMatch||r.type.contentMatch,a):n?new Ib(null,null,Ny.none,!0,null,a):new Ib(e.schema.topNodeType,null,Ny.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options&Nb?`full`:this.localPreserveWS||(r.options&Mb)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,`
63
63
  `);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n<e.length;n++)n&&this.insertNode(a.linebreakReplacement.create(),t,!0),e[n]&&this.insertNode(a.text(e[n]),t,!/\S/.test(e[n]));n=``}else n=n.replace(/\r?\n|\r/g,` `);n&&this.insertNode(a.text(n),t,!/\S/.test(n)),this.findInText(e)}else this.findInside(e)}addElement(e,t,n){let r=this.localPreserveWS,i=this.top;(e.tagName==`PRE`||/pre/.test(e.style&&e.style.whiteSpace))&&(this.localPreserveWS=!0);let a=e.nodeName.toLowerCase(),o;jb.hasOwnProperty(a)&&this.parser.normalizeLists&&Rb(e);let s=this.options.ruleFromNode&&this.options.ruleFromNode(e)||(o=this.parser.matchTag(e,this,n));out:if(s?s.ignore:Ab.hasOwnProperty(a))this.findInside(e),this.ignoreFallback(e,t);else if(!s||s.skip||s.closeParent){s&&s.closeParent?this.open=Math.max(0,this.open-1):s&&s.skip.nodeType&&(e=s.skip);let n,r=this.needsBlock;if(kb.hasOwnProperty(a))i.content.length&&i.content[0].isInline&&this.open&&(this.open--,i=this.top),n=!0,i.type||(this.needsBlock=!0);else if(!e.firstChild){this.leafFallback(e,t);break out}let o=s&&s.skip?t:this.readStyles(e,t);o&&this.addAll(e,o),n&&this.sync(i),this.needsBlock=r}else{let n=this.readStyles(e,t);n&&this.addElementByRule(e,s,n,s.consuming===!1?o:void 0)}this.localPreserveWS=r}leafFallback(e,t){e.nodeName==`BR`&&this.top.type&&this.top.type.inlineContent&&this.addTextNode(e.ownerDocument.createTextNode(`
64
64
  `),t)}ignoreFallback(e,t){e.nodeName==`BR`&&(!this.top.type||!this.top.type.inlineContent)&&this.findPlace(this.parser.schema.text(`-`),t,!0)}readStyles(e,t){let n=e.style;if(n&&n.length)for(let e=0;e<this.parser.matchedStyles.length;e++){let r=this.parser.matchedStyles[e],i=n.getPropertyValue(r);if(i)for(let e;;){let n=this.parser.matchStyle(r,i,this,e);if(!n)break;if(n.ignore)return null;if(t=n.clearMark?t.filter(e=>!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e<r.length;e++)t=this.enterInner(r[e],null,t,!1);return t}insertNode(e,t,n){if(e.isInline&&this.needsBlock&&!this.top.type){let e=this.textblockFromContext();e&&(t=this.enterInner(e,null,t))}let r=this.findPlace(e,t,n);if(r){this.closeExtra();let t=this.top;t.match&&=t.match.matchType(e.type);let n=Ny.none;for(let i of r.concat(e.marks))(t.type?t.type.allowsMarkType(i.type):Vb(i.type,e.type))&&(n=i.addToSet(n));return t.content.push(e.mark(n)),!0}return!1}enter(e,t,n,r){let i=this.findPlace(e.create(t),n,!1);return i&&=this.enterInner(e,t,n,!0,r),i}enterInner(e,t,n,r=!1,i){this.closeExtra();let a=this.top;a.match=a.match&&a.match.matchType(e);let o=Fb(e,i,a.options);a.options&Pb&&a.content.length==0&&(o|=Pb);let s=Ny.none;return n=n.filter(t=>!(a.type?a.type.allowsMarkType(t.type):Vb(t.type,e))||(s=t.addToSet(s),!1)),this.nodes.push(new Ib(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=Mb);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n<this.find.length;n++)this.find[n].node==e&&this.find[n].offset==t&&(this.find[n].pos=this.currentPos)}findInside(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].pos==null&&e.nodeType==1&&e.contains(this.find[t].node)&&(this.find[t].pos=this.currentPos)}findAround(e,t,n){if(e!=t&&this.find)for(let r=0;r<this.find.length;r++)this.find[r].pos==null&&e.nodeType==1&&e.contains(this.find[r].node)&&t.compareDocumentPosition(this.find[r].node)&(n?2:4)&&(this.find[r].pos=this.currentPos)}findInText(e){if(this.find)for(let t=0;t<this.find.length;t++)this.find[t].node==e&&(this.find[t].pos=this.currentPos-(e.nodeValue.length-this.find[t].offset))}matchesContext(e){if(e.indexOf(`|`)>-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function Rb(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&jb.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function zb(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Bb(e){let t={};for(let n in e)t[n]=e[n];return t}function Vb(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n<e.edgeCount;n++){let{type:r,next:i}=e.edge(n);if(r==t||a.indexOf(i)<0&&o(i))return!0}};if(o(i.contentMatch))return!0}}var Hb=class e{constructor(e,t){this.nodes=e,this.marks=t}serializeFragment(e,t={},n){n||=Wb(t).createDocumentFragment();let r=n,i=[];return e.forEach(e=>{if(i.length||e.marks.length){let n=0,a=0;for(;n<i.length&&a<e.marks.length;){let t=e.marks[a];if(!this.marks[t.type.name]){a++;continue}if(!t.eq(i[n][0])||t.type.spec.spanning===!1)break;n++,a++}for(;n<i.length;)r=i.pop()[1];for(;a<e.marks.length;){let n=e.marks[a++],o=this.serializeMark(n,e.isInline,t);o&&(i.push([n,r]),r.appendChild(o.dom),r=o.contentDOM||o.dom)}}r.appendChild(this.serializeNodeInner(e,t))}),n}serializeNodeInner(e,t){if(e.isText)return Wb(t).createTextNode(e.text);let{dom:n,contentDOM:r}=Jb(Wb(t),this.nodes[e.type.name](e),null,e.attrs);if(r){if(e.isLeaf)throw RangeError(`Content hole not allowed in a leaf node spec`);this.serializeFragment(e.content,t,r)}return n}serializeNode(e,t={}){let n=this.serializeNodeInner(e,t);for(let r=e.marks.length-1;r>=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&Jb(Wb(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return typeof t==`string`?{dom:e.createTextNode(t)}:Jb(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Ub(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Ub(e.marks)}};function Ub(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Wb(e){return e.document||window.document}var Gb=new WeakMap;function Kb(e){let t=Gb.get(e);return t===void 0&&Gb.set(e,t=qb(e)),t}function qb(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t<e.length;t++)n(e[t]);else for(let t in e)n(e[t])}return n(e),t}function Jb(e,t,n,r){if(t.nodeType==1)return{dom:t};if(t.dom&&t.dom.nodeType==1)return t;let i=t[0],a;if(typeof i!=`string`)throw RangeError(`Invalid array passed to renderSpec`);if(r&&(a=Kb(r))&&a.indexOf(t)>-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;i<t.length;i++){let a=t[i];if(a===0){if(i<t.length-1||i>u)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}if(typeof a==`string`)c.appendChild(e.createTextNode(a));else{let{dom:t,contentDOM:i}=Jb(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Yb=65535,Xb=2**16;function Zb(e,t){return e+t*Xb}function Qb(e){return e&Yb}function $b(e){return(e-(e&Yb))/Xb}var ex=1,tx=2,nx=4,rx=8,ix=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&rx)>0}get deletedBefore(){return(this.delInfo&5)>0}get deletedAfter(){return(this.delInfo&6)>0}get deletedAcross(){return(this.delInfo&nx)>0}},ax=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Qb(e);if(!this.inverted)for(let e=0;e<n;e++)t+=this.ranges[e*3+2]-this.ranges[e*3+1];return this.ranges[n*3]+t+$b(e)}mapResult(e,t=1){return this._map(e,t,!1)}map(e,t=1){return this._map(e,t,!0)}_map(e,t,n){let r=0,i=this.inverted?2:1,a=this.inverted?1:2;for(let o=0;o<this.ranges.length;o+=3){let s=this.ranges[o]-(this.inverted?r:0);if(s>e)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Zb(o/3,e-s),f=e==s?tx:e==u?ex:nx;return(t<0?e!=s:e!=u)&&(f|=rx),new ix(a,f,d)}r+=l-c}return n?e+r:new ix(e+r,0,null)}touches(e,t){let n=0,r=Qb(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;t<this.ranges.length;t+=3){let o=this.ranges[t]-(this.inverted?n:0);if(o>e)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r<this.ranges.length;r+=3){let a=this.ranges[r],o=a-(this.inverted?i:0),s=a+(this.inverted?0:i),c=this.ranges[r+t],l=this.ranges[r+n];e(o,o+c,s,s+l),i+=l-c}}invert(){return new e(this.ranges,!this.inverted)}toString(){return(this.inverted?`-`:``)+JSON.stringify(this.ranges)}static offset(t){return t==0?e.empty:new e(t<0?[0,-t,0]:[0,0,t])}};ax.empty=new ax([]);var ox=class e{constructor(e,t,n=0,r=e?e.length:0){this.mirror=t,this.from=n,this.to=r,this._maps=e||[],this.ownData=!(e||t)}get maps(){return this._maps}slice(t=0,n=this.maps.length){return new e(this._maps,this.mirror,t,n)}appendMap(e,t){this.ownData||=(this._maps=this._maps.slice(),this.mirror=this.mirror&&this.mirror.slice(),!0),this.to=this._maps.push(e),t!=null&&this.setMirror(this._maps.length-1,t)}appendMapping(e){for(let t=0,n=this._maps.length;t<e._maps.length;t++){let r=e.getMirror(t);this.appendMap(e._maps[t],r!=null&&r<t?n+r:void 0)}}getMirror(e){if(this.mirror){for(let t=0;t<this.mirror.length;t++)if(this.mirror[t]==e)return this.mirror[t+(t%2?-1:1)]}}setMirror(e,t){this.mirror||=[],this.mirror.push(e,t)}appendMappingInverted(e){for(let t=e.maps.length-1,n=this._maps.length+e._maps.length;t>=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;n<this.to;n++)e=this._maps[n].map(e,t);return e}mapResult(e,t=1){return this._map(e,t,!1)}_map(e,t,n){let r=0;for(let n=this.from;n<this.to;n++){let i=this._maps[n].mapResult(e,t);if(i.recover!=null){let t=this.getMirror(n);if(t!=null&&t>n&&t<this.to){n=t,e=this._maps[t].recover(i.recover);continue}}r|=i.delInfo,e=i.pos}return n?e:new ix(e,r,null)}},sx=Object.create(null),cx=class{getMap(){return ax.empty}merge(e){return null}static fromJSON(e,t){if(!t||!t.stepType)throw RangeError(`Invalid input for Step.fromJSON`);let n=sx[t.stepType];if(!n)throw RangeError(`No step type ${t.stepType} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in sx)throw RangeError(`Duplicate use of step JSON ID `+e);return sx[e]=t,t.prototype.jsonID=e,t}},lx=class e{constructor(e,t){this.doc=e,this.failed=t}static ok(t){return new e(t,null)}static fail(t){return new e(null,t)}static fromReplace(t,n,r,i){try{return e.ok(t.replace(n,r,i))}catch(t){if(t instanceof Py)return e.fail(t.message);throw t}}};function ux(e,t,n){let r=[];for(let i=0;i<e.childCount;i++){let a=e.child(i);a.content.size&&(a=a.copy(ux(a.content,t,a))),a.isInline&&(a=t(a,n,i)),r.push(a)}return K.fromArray(r)}var dx=class e extends cx{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=e.resolve(this.from),r=n.node(n.sharedDepth(this.to)),i=new q(ux(t.content,(e,t)=>!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return lx.fromReplace(e,this.from,this.to,i)}invert(){return new fx(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};cx.jsonID(`addMark`,dx);var fx=class e extends cx{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new q(ux(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return lx.fromReplace(e,this.from,this.to,n)}invert(){return new dx(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};cx.jsonID(`removeMark`,fx);var px=class e extends cx{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return lx.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return lx.fromReplace(e,this.pos,this.pos+1,new q(K.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;r<n.marks.length;r++)if(!n.marks[r].isInSet(t))return new e(this.pos,n.marks[r]);return new e(this.pos,this.mark)}}return new mx(this.pos,this.mark)}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.mark)}toJSON(){return{stepType:`addNodeMark`,pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for AddNodeMarkStep.fromJSON`);return new e(n.pos,t.markFromJSON(n.mark))}};cx.jsonID(`addNodeMark`,px);var mx=class e extends cx{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return lx.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.removeFromSet(t.marks));return lx.fromReplace(e,this.pos,this.pos+1,new q(K.from(n),0,+!t.isLeaf))}invert(e){let t=e.nodeAt(this.pos);return!t||!this.mark.isInSet(t.marks)?this:new px(this.pos,this.mark)}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.mark)}toJSON(){return{stepType:`removeNodeMark`,pos:this.pos,mark:this.mark.toJSON()}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for RemoveNodeMarkStep.fromJSON`);return new e(n.pos,t.markFromJSON(n.mark))}};cx.jsonID(`removeNodeMark`,mx);var hx=class e extends cx{constructor(e,t,n,r=!1){super(),this.from=e,this.to=t,this.slice=n,this.structure=r}apply(e){return this.structure&&_x(e,this.from,this.to)?lx.fail(`Structure replace would overwrite content`):lx.fromReplace(e,this.from,this.to,this.slice)}getMap(){return new ax([this.from,this.to-this.from,this.slice.size])}invert(t){return new e(this.from,this.from+this.slice.size,t.slice(this.from,this.to))}map(t){let n=t.mapResult(this.to,-1),r=this.from==this.to&&e.MAP_BIAS<0?n:t.mapResult(this.from,1);return r.deletedAcross&&n.deletedAcross?null:new e(r.pos,Math.max(r.pos,n.pos),this.slice,this.structure)}merge(t){if(!(t instanceof e)||t.structure||this.structure)return null;if(this.from+this.slice.size==t.from&&!this.slice.openEnd&&!t.slice.openStart){let n=this.slice.size+t.slice.size==0?q.empty:new q(this.slice.content.append(t.slice.content),this.slice.openStart,t.slice.openEnd);return new e(this.from,this.to+(t.to-t.from),n,this.structure)}if(t.to==this.from&&!this.slice.openStart&&!t.slice.openEnd){let n=this.slice.size+t.slice.size==0?q.empty:new q(t.slice.content.append(this.slice.content),t.slice.openStart,this.slice.openEnd);return new e(t.from,this.to,n,this.structure)}return null}toJSON(){let e={stepType:`replace`,from:this.from,to:this.to};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for ReplaceStep.fromJSON`);return new e(n.from,n.to,q.fromJSON(t,n.slice),!!n.structure)}};hx.MAP_BIAS=1,cx.jsonID(`replace`,hx);var gx=class e extends cx{constructor(e,t,n,r,i,a,o=!1){super(),this.from=e,this.to=t,this.gapFrom=n,this.gapTo=r,this.slice=i,this.insert=a,this.structure=o}apply(e){if(this.structure&&(_x(e,this.from,this.gapFrom)||_x(e,this.gapTo,this.to)))return lx.fail(`Structure gap-replace would overwrite content`);let t=e.slice(this.gapFrom,this.gapTo);if(t.openStart||t.openEnd)return lx.fail(`Gap is not a flat range`);let n=this.slice.insertAt(this.insert,t.content);return n?lx.fromReplace(e,this.from,this.to,n):lx.fail(`Content does not fit in gap`)}getMap(){return new ax([this.from,this.gapFrom-this.from,this.insert,this.gapTo,this.to-this.gapTo,this.slice.size-this.insert])}invert(t){let n=this.gapTo-this.gapFrom;return new e(this.from,this.from+this.slice.size+n,this.from+this.insert,this.from+this.insert+n,t.slice(this.from,this.to).removeBetween(this.gapFrom-this.from,this.gapTo-this.from),this.gapFrom-this.from,this.structure)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1),i=this.from==this.gapFrom?n.pos:t.map(this.gapFrom,-1),a=this.to==this.gapTo?r.pos:t.map(this.gapTo,1);return n.deletedAcross&&r.deletedAcross||i<n.pos||a>r.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,q.fromJSON(t,n.slice),n.insert,!!n.structure)}};cx.jsonID(`replaceAround`,gx);function _x(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function vx(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;e<u.length;e++)u[e].isInSet(f)||(o&&o.to==l&&o.mark.eq(u[e])?o.to=d:i.push(o=new fx(l,d,u[e])));s&&s.to==l?s.to=d:a.push(s=new dx(l,d,r))}}),i.forEach(t=>e.step(t)),a.forEach(t=>e.step(t))}function yx(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof Cb){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;e<s.length;e++){let n=s[e],c;for(let e=0;e<i.length;e++){let t=i[e];t.step==a-1&&n.eq(i[e].style)&&(c=t)}c?(c.to=r,c.step=a):i.push({style:n,from:Math.max(o,t),to:r,step:a})}}}),i.forEach(t=>e.step(new fx(t.from,t.to,t.style)))}function bx(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t<a.childCount;t++){let c=a.child(t),l=s+c.nodeSize,u=r.matchType(c.type);if(!u)o.push(new hx(s,l,q.empty));else{r=u;for(let t=0;t<c.marks.length;t++)n.allowsMarkType(c.marks[t].type)||e.step(new fx(s,l,c.marks[t]));if(i&&c.isText&&n.whitespace!=`pre`){let e,t=/\r?\n|\r/g,r;for(;e=t.exec(c.text);)r||=new q(K.from(n.schema.text(` `,n.allowedMarks(c.marks))),0,0),o.push(new hx(s+e.index,s+e.index+e[0].length,r))}}s=l}if(!r.validEnd){let t=r.fillBefore(K.empty,!0);e.replace(s,s,new q(t,0,0))}for(let t=o.length-1;t>=0;t--)e.step(o[t])}function xx(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function Sx(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(n<e.depth&&a.canReplace(o,s,t))return n;if(n==0||a.type.spec.isolating||!xx(a,o,s))break;o&&(r=1),s<a.childCount&&(i=1)}return null}function Cx(e,t,n){let{$from:r,$to:i,depth:a}=t,o=r.before(a+1),s=i.after(a+1),c=o,l=s,u=K.empty,d=0;for(let e=a,t=!1;e>n;e--)t||r.index(e)>0?(t=!0,u=K.from(r.node(e).copy(u)),d++):c--;let f=K.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)<i.end(e)?(t=!0,f=K.from(i.node(e).copy(f)),p++):l++;e.step(new gx(c,l,o,s,new q(u.append(f),d,p),u.size-d,!0))}function wx(e,t,n=null,r=e){let i=Ex(e,t),a=i&&Dx(r,t);return a?i.map(Tx).concat({type:t,attrs:n}).concat(a.map(Tx)):null}function Tx(e){return{type:e,attrs:null}}function Ex(e,t){let{parent:n,startIndex:r,endIndex:i}=e,a=n.contentMatchAt(r).findWrapping(t);if(!a)return null;let o=a.length?a[0]:t;return n.canReplaceWith(r,i,o)?a:null}function Dx(e,t){let{parent:n,startIndex:r,endIndex:i}=e,a=n.child(r),o=t.contentMatch.findWrapping(a.type);if(!o)return null;let s=(o.length?o[o.length-1]:t).contentMatch;for(let e=r;s&&e<i;e++)s=s.matchType(n.child(e).type);return!s||!s.validEnd?null:o}function Ox(e,t,n){let r=K.empty;for(let e=n.length-1;e>=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=K.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new gx(i,a,i,a,new q(r,0,0),n.length,!0))}function kx(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&Mx(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&jx(e,t,n,a),bx(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new gx(c,l,c+1,l-1,new q(K.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&Ax(e,t,n,a),!1}})}function Ax(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function jx(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(`
@@ -201,7 +201,7 @@ img.ProseMirror-separator {
201
201
  `):``,markdownTokenizer:{name:`orderedList`,level:`block`,start:()=>-1,tokenize:(e,t,n)=>{let r=e.split(`
202
202
  `),[i,a]=xL(r);if(i.length===0)return;let o=wL(i,i[0].indent,n);if(o.length!==0)return{type:`list`,ordered:!0,start:i[0]?.number||1,typeMarker:i[0]?.type,items:o,raw:r.slice(0,a).join(`
203
203
  `)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(EL,this.editor.getAttributes(DL)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addProseMirrorPlugins(){return[new jS({props:{handlePaste:(e,t)=>{if((t.clipboardData?.getData(`text/html`))?.trim())return!1;let n=t.clipboardData?.getData(`text/plain`);if(!n)return!1;let r=CL(n);if(!r)return!1;try{let t=e.state.schema.nodeFromJSON(r),n=e.state.tr.replaceSelectionWith(t);return e.dispatch(n),!0}catch{return!1}}}})]},addInputRules(){let e=(e,t)=>(!t.attrs.type||t.attrs.type===`1`)&&t.childCount+t.attrs.start===+e[1],t=Gj({find:OL,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:e});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Gj({find:OL,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(DL)}),joinPredicate:e,editor:this.editor})),[t]}}),jL=/^\s*(\[([( |x])?\])\s$/,ML=Kj.create({name:`taskItem`,addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:`taskList`,a11y:void 0}},content(){return this.options.nested?`paragraph block*`:`paragraph+`},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:e=>{let t=e.getAttribute(`data-checked`);return t===``||t===`true`},renderHTML:e=>({"data-checked":e.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:e,HTMLAttributes:t}){return[`li`,Hk(this.options.HTMLAttributes,t,{"data-type":this.name}),[`label`,[`input`,{type:`checkbox`,checked:e.attrs.checked?`checked`:null}],[`span`]],[`div`,0]]},parseMarkdown:(e,t)=>{let n=[];if(e.tokens&&e.tokens.length>0?n.push(t.createNode(`paragraph`,{},t.parseInline(e.tokens))):e.text?n.push(t.createNode(`paragraph`,{},[t.createNode(`text`,{text:e.text})])):n.push(t.createNode(`paragraph`,{},[])),e.nestedTokens&&e.nestedTokens.length>0){let r=t.parseChildren(e.nestedTokens);n.push(...r)}return t.createNode(`taskItem`,{checked:e.checked||!1},n)},renderMarkdown:(e,t)=>dj(e,t,`- [${e.attrs?.checked?`x`:` `}] `),addExtensions(){return this.options.nested?[LI(this.name,[this.options.taskListTypeName])]:[]},addKeyboardShortcuts(){let e={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...e,Tab:()=>this.editor.commands.sinkListItem(this.name)}:e},addNodeView(){return({node:e,HTMLAttributes:t,getPos:n,editor:r})=>{let i=document.createElement(`li`),a=document.createElement(`label`),o=document.createElement(`span`),s=document.createElement(`input`),c=document.createElement(`div`),l=e=>{var t;s.ariaLabel=((t=this.options.a11y)?.checkboxLabel)?.call(t,e,s.checked)||`Task item checkbox for ${e.textContent||`empty task item`}`};l(e),a.contentEditable=`false`,s.type=`checkbox`,s.addEventListener(`mousedown`,e=>e.preventDefault()),s.addEventListener(`change`,t=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){s.checked=!s.checked;return}let{checked:i}=t.target;r.isEditable&&typeof n==`function`&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:e})=>{let t=n();if(typeof t!=`number`)return!1;let r=e.doc.nodeAt(t);return e.setNodeMarkup(t,void 0,{...r?.attrs,checked:i}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(e,i)||(s.checked=!s.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([e,t])=>{i.setAttribute(e,t)}),i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,a.append(s,o),i.append(a,c),Object.entries(t).forEach(([e,t])=>{i.setAttribute(e,t)});let u=new Set(Object.keys(t));return{dom:i,contentDOM:c,update:e=>{if(e.type!==this.type)return!1;i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,l(e);let t=r.extensionManager.attributes,n=Uk(e,t),a=new Set(Object.keys(n)),o=this.options.HTMLAttributes;return u.forEach(e=>{a.has(e)||(e in o?i.setAttribute(e,o[e]):i.removeAttribute(e))}),Object.entries(n).forEach(([e,t])=>{t==null?e in o?i.setAttribute(e,o[e]):i.removeAttribute(e):i.setAttribute(e,t)}),u=a,!0}}}},addInputRules(){return[Gj({find:jL,type:this.type,getAttributes:e=>({checked:e[e.length-1]===`x`})})]}}),NL=Kj.create({name:`taskList`,addOptions(){return{itemTypeName:`taskItem`,HTMLAttributes:{}}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:e}){return[`ul`,Hk(this.options.HTMLAttributes,e,{"data-type":this.name}),0]},parseMarkdown:(e,t)=>t.createNode(`taskList`,{},t.parseChildren(e.items||[])),renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,`
204
- `):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=uj(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(t){let r={type:`taskList`,raw:t.raw,items:t.items},i=e.slice(t.raw.length);return i.trim()?[r,...n.blockTokens(i)]:[r]}return n.blockTokens(e)},i=uj(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});Dj.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(NI.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(nL.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(pL.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(AL.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(ML.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(NL.configure(this.options.taskList)),e}});var PL=`&nbsp;`,FL=`\xA0`,IL=Kj.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,Hk(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===PL||n[0].text===PL||n[0].raw===FL||n[0].text===FL)&&r.length===1&&r[0].type===`text`&&(r[0].text===PL||r[0].text===FL)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?PL:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),LL=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,RL=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,zL=yj.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,Hk(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Hj({find:LL,type:this.type})]},addPasteRules(){return[qj({find:RL,type:this.type})]}}),BL=Kj.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``});function VL(e={}){return new jS({view(t){return new HL(t,e)}})}var HL=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.lastDragEvent=null,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){if(this.cursorPos!=null&&t.doc!=e.state.doc)if(this.lastDragEvent){let e=this.computeTarget(this.lastDragEvent);e==this.cursorPos?this.updateOverlay():this.setCursor(e)}else this.updateOverlay()}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}computeTarget(e){let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(!t||i)return null;let a=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let e=Hx(this.editorView.state.doc,a,this.editorView.dragging.slice);e!=null&&(a=e)}return a}dragover(e){if(!this.editorView.editable)return;this.lastDragEvent=e;let t=this.computeTarget(e);t!=null&&(this.setCursor(t),this.scheduleRemoval(5e3))}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},UL=class e extends lS{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):lS.near(r)}content(){return q.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new WL(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!KL(e)||!qL(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)<o.childCount:t.index(r)>0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!hS.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};UL.prototype.visible=!1,UL.findFrom=UL.findGapCursorFrom,lS.jsonID(`gapcursor`,UL);var WL=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return UL.valid(t)?new UL(t):lS.near(t)}};function GL(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function KL(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||GL(e.type))return!0;if(e.inlineContent)return!1}}return!0}function qL(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||GL(e.type))return!0;if(e.inlineContent)return!1}}return!0}function JL(){return new jS({props:{decorations:$L,createSelectionBetween(e,t,n){return t.pos==n.pos&&UL.valid(n)?new UL(n):null},handleClick:ZL,handleKeyDown:YL,handleDOMEvents:{beforeinput:QL}}})}var YL=sO({ArrowLeft:XL(`horiz`,-1),ArrowRight:XL(`horiz`,1),ArrowUp:XL(`vert`,-1),ArrowDown:XL(`vert`,1)});function XL(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof pS){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=UL.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new UL(c))),!0):!1}}function ZL(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!UL.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&hS.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new UL(r))),!0)}function QL(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof UL))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=K.empty;for(let e=r.length-1;e>=0;e--)i=K.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new q(i,0,0));return a.setSelection(pS.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function $L(e){if(!(e.selection instanceof UL))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,sD.create(e.doc,[iD.widget(e.selection.head,t,{key:`gapcursor`})])}var eR=200,tR=function(){};tR.prototype.append=function(e){return e.length?(e=tR.from(e),!this.length&&e||e.length<eR&&this.leafAppend(e)||this.length<eR&&e.leafPrepend(this)||this.appendInner(e)):this},tR.prototype.prepend=function(e){return e.length?tR.from(e).append(this):this},tR.prototype.appendInner=function(e){return new rR(this,e)},tR.prototype.slice=function(e,t){return e===void 0&&(e=0),t===void 0&&(t=this.length),e>=t?tR.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},tR.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},tR.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},tR.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},tR.from=function(e){return e instanceof tR?e:e&&e.length?new nR(e):tR.empty};var nR=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i<n;i++)if(e(this.values[i],r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){for(var i=t-1;i>=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=eR)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=eR)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(tR);tR.empty=new nR([]);var rR=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return e<this.left.length?this.left.get(e):this.right.get(e-this.left.length)},t.prototype.forEachInner=function(e,t,n,r){var i=this.left.length;if(t<i&&this.left.forEachInner(e,t,Math.min(n,i),r)===!1||n>i&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n<i&&this.left.forEachInvertedInner(e,Math.min(t,i),n,r)===!1)return!1},t.prototype.sliceInner=function(e,t){if(e==0&&t==this.length)return this;var n=this.left.length;return t<=n?this.left.slice(e,t):e>=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(tR),iR=500,aR=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new sR(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new sR(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;e<t.steps.length;e++){let r=t.steps[e].invert(t.docs[e]),l=new sR(t.mapping.maps[e],r,n),u;(u=c&&c.merge(l))&&(l=u,e?a.pop():s=s.slice(0,s.length-1)),a.push(l),n&&=(o++,void 0),i||(c=l)}let l=o-r.depth;return l>lR&&(s=oR(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new ox;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new sR(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new sR(i,o,l))}else r.push(new sR(i))},i);let l=[];for(let e=n;e<o;e++)l.push(new sR(a.maps[e]));let u=this.items.slice(0,i).append(l).append(r),d=new e(u,s);return d.emptyItemCount()>iR&&(d=d.compress(this.items.length-r.length)),d}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new sR(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(tR.from(i.reverse()),a)}};aR.empty=new aR(tR.empty,0);function oR(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var sR=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},cR=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},lR=20;function uR(e,t,n,r){let i=n.getMeta(vR),a;if(i)return i.historyState;n.getMeta(yR)&&(e=new cR(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(vR))return o.getMeta(vR).redo?new cR(e.done.addTransform(n,void 0,r,_R(t)),e.undone,fR(n.mapping.maps),e.prevTime,e.prevComposition):new cR(e.done,e.undone.addTransform(n,void 0,r,_R(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!dR(n,e.prevRanges)),s=o?pR(e.prevRanges,n.mapping):fR(n.mapping.maps);return new cR(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,_R(t)),aR.empty,s,n.time,i??e.prevComposition)}return(a=n.getMeta(`rebased`))?new cR(e.done.rebased(n,a),e.undone.rebased(n,a),pR(e.prevRanges,n.mapping),e.prevTime,e.prevComposition):new cR(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),pR(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function dR(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i<t.length;i+=2)e<=t[i+1]&&r>=t[i]&&(n=!0)}),n}function fR(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function pR(e,t){if(!e)return null;let n=[];for(let r=0;r<e.length;r+=2){let i=t.map(e[r],1),a=t.map(e[r+1],-1);i<=a&&n.push(i,a)}return n}function mR(e,t,n){let r=_R(t),i=vR.get(t).spec.config,a=(n?e.undone:e.done).popEvent(t,r);if(!a)return null;let o=a.selection.resolve(a.transform.doc),s=(n?e.done:e.undone).addTransform(a.transform,t.selection.getBookmark(),i,r),c=new cR(n?s:a.remaining,n?a.remaining:s,null,0,-1);return a.transform.setSelection(o).setMeta(vR,{redo:n,historyState:c})}var hR=!1,gR=null;function _R(e){let t=e.plugins;if(gR!=t){hR=!1,gR=t;for(let e=0;e<t.length;e++)if(t[e].spec.historyPreserveItems){hR=!0;break}}return hR}var vR=new PS(`history`),yR=new PS(`closeHistory`);function bR(e={}){return e={depth:e.depth||100,newGroupDelay:e.newGroupDelay||500},new jS({key:vR,state:{init(){return new cR(aR.empty,aR.empty,null,0,-1)},apply(t,n,r){return uR(n,r,t,e)}},config:e,props:{handleDOMEvents:{beforeinput(e,t){let n=t.inputType,r=n==`historyUndo`?SR:n==`historyRedo`?CR:null;return!r||!e.editable?!1:(t.preventDefault(),r(e.state,e.dispatch))}}}})}function xR(e,t){return(n,r)=>{let i=vR.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=mR(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var SR=xR(!1,!0),CR=xR(!0,!0);Dj.create({name:`characterCount`,addOptions(){return{limit:null,autoTrim:!0,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new jS({key:new PS(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit,a=this.options.autoTrim;if(i==null||i===0||a===!1){e=!0;return}let o=this.storage.characters({node:r.doc});if(o>i){let t=o-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var wR=Dj.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[VL(this.options)]}});Dj.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new jS({key:new PS(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return sD.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(iD.node(t,t+e.nodeSize,{class:this.options.className}))}),sD.create(e,a)}}})]}});var TR=Dj.create({name:`gapCursor`,addProseMirrorPlugins(){return[JL()]},extendNodeSchema(e){return{allowGapCursor:Ik(J(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),ER=`placeholder`,DR=new PS(`tiptap__placeholder`);function OR(e){let{editor:t,placeholder:n,dataAttribute:r,pos:i,node:a,isEmptyDoc:o,hasAnchor:s,classes:{emptyNode:c,emptyEditor:l}}=e,u=[c];return o&&u.push(l),iD.node(i,i+a.nodeSize,{class:u.join(` `),[r]:typeof n==`function`?n({editor:t,node:a,pos:i,hasAnchor:s}):n})}function kR(e,t){return typeof e==`function`?e(t):e}function AR({editor:e,options:t,dataAttribute:n,doc:r,selection:i,from:a,to:o}){let{anchor:s}=i,c=[],l=e.isEmpty;return r.nodesBetween(a,o,(r,i)=>{let a=s>=i&&s<=i+r.nodeSize,o=!r.isLeaf&&_A(r);return r.type.isTextblock&&(a||!t.showOnlyCurrent)&&o&&c.push(OR({editor:e,isEmptyDoc:l,dataAttribute:n,hasAnchor:a,placeholder:t.placeholder,classes:{emptyEditor:t.emptyEditorClass,emptyNode:kR(t.emptyNodeClass,{editor:e,node:r,pos:i,hasAnchor:a})},node:r,pos:i})),t.includeChildren}),c}function jR({editor:e,options:t,dataAttribute:n,doc:r,selection:i}){if(!(e.isEditable||!t.showOnlyWhenEditable))return null;let{anchor:a}=i,o=[],s=e.isEmpty;if(t.showOnlyCurrent&&!t.includeChildren){let i=r.resolve(a),c=i.depth>0?i.node(1):i.nodeAfter,l=i.depth>0?i.before(1):a;if(c&&c.type.isTextblock&&_A(c)){let r=a>=l&&a<=l+c.nodeSize;o.push(OR({editor:e,isEmptyDoc:s,dataAttribute:n,hasAnchor:r,placeholder:t.placeholder,classes:{emptyEditor:t.emptyEditorClass,emptyNode:kR(t.emptyNodeClass,{editor:e,node:c,pos:l,hasAnchor:r})},node:c,pos:l}))}}else o.push(...AR({editor:e,options:t,dataAttribute:n,doc:r,selection:i,from:0,to:r.content.size}));return sD.create(r,o)}function MR(e,t){let n=e.resolve(t);if(n.depth===0){let e=n.nodeAfter??n.nodeBefore;if(!e)return{from:t,to:t};let r=n.nodeAfter?t:t-e.nodeSize;return{from:r,to:r+e.nodeSize}}let r=n.before(1);return{from:r,to:r+n.node(1).nodeSize}}function NR(e,t){return{from:Math.max(0,t.from-1),to:Math.min(e.content.size,t.to-1)}}function PR(e,t,n){let r=[];return e.forEach((e,i)=>{let a=i,o=a+e.nodeSize,s=a+1,c=o+1;s<n&&c>t&&r.push({from:a,to:o})}),r}function FR(e){if(e.length===0)return[];let t=[...e].sort((e,t)=>e.from-t.from),n=[{...t[0]}];for(let e=1;e<t.length;e+=1){let r=n[n.length-1],i=t[e];i.from<=r.to?r.to=Math.max(r.to,i.to):n.push({...i})}return n}function IR(e,t){let n=PR(e,t.from,t.to);return n.push(NR(e,MR(e,t.from))),t.to>t.from?n.push(NR(e,MR(e,Math.min(t.to,e.content.size+1)-1))):t.from<e.content.size+1&&n.push(NR(e,MR(e,Math.min(t.from+1,e.content.size)))),n}function LR(e,t,n){let r=[];if(e.docChanged){let t=aA(e);for(let e of t)r.push(...IR(n.doc,e.newRange))}return e.selectionSet&&(r.push(NR(n.doc,MR(n.doc,e.mapping.map(t.selection.anchor)))),r.push(NR(n.doc,MR(n.doc,n.selection.anchor)))),FR(r)}function RR(e,t,n){let r=Math.max(0,Math.min(e,n.content.size));return{from:r,to:Math.max(r,Math.min(t,n.content.size))}}function zR({decorations:e,ranges:t,editor:n,options:r,dataAttribute:i,doc:a,selection:o}){let s=e;for(let e of t){let{from:t,to:c}=RR(e.from,e.to,a),l=s.find(t,c).filter(e=>e.from>=t&&e.to<=c);l.length&&(s=s.remove(l));let u=AR({editor:n,options:r,dataAttribute:i,doc:a,selection:o,from:t,to:c});u.length&&(s=s.add(a,u))}return s}function BR({editor:e,options:t,dataAttribute:n}){return{init(r,i){return jR({editor:e,options:t,dataAttribute:n,doc:i.doc,selection:i.selection})??sD.empty},apply(r,i,a,o){return!r.docChanged&&!r.selectionSet?i:zR({decorations:i.map(r.mapping,r.doc),ranges:LR(r,a,o),editor:e,options:t,dataAttribute:n,doc:o.doc,selection:o.selection})}}}function VR(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}function HR({editor:e,options:t}){let n=t.dataAttribute?`data-${VR(t.dataAttribute)}`:`data-${ER}`,r=t.showOnlyCurrent&&!t.includeChildren;return new jS({key:DR,...r?{}:{state:BR({editor:e,options:t,dataAttribute:n})},props:{decorations:r?({doc:r,selection:i})=>jR({editor:e,options:t,dataAttribute:n,doc:r,selection:i}):n=>t.showOnlyWhenEditable&&!e.isEditable?sD.empty:DR.getState(n)??sD.empty}})}Dj.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:ER,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[HR({editor:this.editor,options:this.options})]}});function UR(e,t){return!e.selection.empty&&!vA(e.selection)&&t.isEditable}function WR(e,t){return UR(e,t)&&!t.isFocused&&!t.view.dragging}function GR(){var e;(e=window.getSelection())==null||e.removeAllRanges()}function KR(e){e.focus()}Dj.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new jS({key:new PS(`selection`),props:{decorations(n){return WR(n,e)?sD.create(n.doc,[iD.inline(n.selection.from,n.selection.to,{class:t.className})]):null},handleDOMEvents:{blur(t){return UR(t.state,e)&&GR(),!1},focus(t){return UR(t.state,e)&&requestAnimationFrame(()=>{!e.isDestroyed&&t.hasFocus()&&KR(t)}),!1}}}})]}});function qR({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var JR=Dj.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new PS(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new jS({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!qR({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!qR({node:r,types:n})}}})]}}),YR=Dj.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>SR(e,t),redo:()=>({state:e,dispatch:t})=>CR(e,t)}},addProseMirrorPlugins(){return[bR(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),XR=Dj.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(dI.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(oI.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(NI.configure(this.options.bulletList)),this.options.code!==!1&&e.push(mI.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(vI.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(yI.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(wR.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(TR.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(bI.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(xI.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(YR.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(SI.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(DI.configure(this.options.italic)),this.options.listItem!==!1&&e.push(nL.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(pL.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(OP.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(AL.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(IL.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(zL.configure(this.options.strike)),this.options.text!==!1&&e.push(BL.configure(this.options.text)),this.options.underline!==!1&&e.push(AP.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(JR.configure(this.options?.trailingNode)),e}}),ZR=Dj.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize||null,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).run()}}}),QR=/https?:\/\/[^\s<]+/gi,$R=/[.,;:!?)\]}'"]+$/,ez=Kj.create({name:`mention_user`,inline:!0,group:`inline`,atom:!0,selectable:!1,addAttributes(){return{userId:{default:null},fallbackName:{default:null}}},parseHTML(){return[{tag:`span[data-mention-user-id]`}]},renderHTML({node:e}){let t=typeof e.attrs.fallbackName==`string`?e.attrs.fallbackName:`Unknown user`;return[`span`,{class:`message-mention message-mention--user`,"data-mention-user-id":String(e.attrs.userId??``),role:`button`,tabindex:`0`},`@`+t]}}),tz=Kj.create({name:`mention_all`,inline:!0,group:`inline`,atom:!0,selectable:!1,parseHTML(){return[{tag:`span[data-mention-all]`}]},renderHTML(){return[`span`,{class:`message-mention`,"data-mention-all":`true`},`@all`]}}),nz=e=>{if(e.type===`mention_user`){let t=e;return{type:`mention_user`,attrs:{userId:t.userId??null,fallbackName:t.fallbackName??null}}}if(e.type===`mention_all`)return{type:`mention_all`};let t=e.content?.map(nz);return t?{...e,content:t}:e},rz=e=>{let t=e=>{if(e.type===`text`&&e.text){QR.lastIndex=0;let t=[],n=0,r;for(;r=QR.exec(e.text);){let i=r[0].match($R)?.[0]??``,a=r[0].slice(0,r[0].length-i.length);r.index>n&&t.push({...e,text:e.text.slice(n,r.index)}),a&&t.push({...e,text:a,marks:[...e.marks??[],{type:`link`,attrs:{href:a}}]}),i&&t.push({...e,text:i}),n=r.index+r[0].length}if(t.length)return n<e.text.length&&t.push({...e,text:e.text.slice(n)}),{type:`fragment`,content:t}}let n=e.content?.flatMap(e=>{let n=t(e);return n.type===`fragment`?n.content??[]:[n]});return n?{...e,content:n}:e};return t(e)};function iz({content:e,onOpenMentionCard:t}){let n=(0,f.useMemo)(()=>rz(nz(e)),[e]),r=YF({immediatelyRender:!1,editable:!1,content:n,extensions:[XR.configure({link:!1,underline:!1}),jP,Zj,rM,ZR,kP.configure({openOnClick:!0,autolink:!1}),ez,tz],editorProps:{attributes:{class:`rich-message-content__editor`}}},[n]),i=e=>{let n=e instanceof Element?e.closest(`[data-mention-user-id]`):null,r=n?.dataset.mentionUserId;r&&t(r,n.textContent?.replace(/^@/,``))};return(0,m.jsx)(`div`,{className:`rich-message-content`,onClick:e=>i(e.target),onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&i(e.target)},children:(0,m.jsx)(VF,{editor:r})})}function az({url:e,name:t,className:n=`archive-file-action`,onClick:r}){return(0,m.jsx)(u.Tooltip,{title:`Tải xuống`,children:(0,m.jsx)(`a`,{className:n,href:e,download:t??void 0,"aria-label":`Tải xuống`,onClick:r,children:(0,m.jsx)(ni,{})})})}var oz=[`doc`,`docx`,`xls`,`xlsx`,`ppt`,`pptx`],sz=[`jpg`,`jpeg`,`png`,`webp`,`gif`],cz=e=>(e??``).trim().split(`.`).pop()?.toLowerCase()??``,lz=e=>/^https?:\/\//i.test(e)?e:new URL(e,window.location.origin).href,uz=(e,t)=>{let n=cz(t);return n===`pdf`||sz.includes(n)?e:oz.includes(n)?`https://view.officeapps.live.com/op/view.aspx?src=${encodeURIComponent(lz(e))}`:e};function dz({attachment:e,meta:t,onShare:n,onJumpToMessage:r,inline:i=!1}){let a=Pt(e.url,e.id),o=ud(e.name),s=a?uz(a,e.name):null,c=()=>{s&&window.open(s,`_blank`,`noopener,noreferrer`)},l=(0,m.jsxs)(`span`,{className:`file-card-actions`,children:[n?(0,m.jsx)(u.Tooltip,{title:`Chia sẻ`,children:(0,m.jsx)(`button`,{type:`button`,className:`archive-file-action`,"aria-label":`Chia sẻ`,onClick:e=>{e.stopPropagation(),n()},children:(0,m.jsx)(Cy,{})})}):null,a?(0,m.jsx)(az,{url:a,name:e.name,onClick:e=>e.stopPropagation()}):null,r?(0,m.jsx)(u.Tooltip,{title:`Xem trong hội thoại`,children:(0,m.jsx)(`button`,{type:`button`,className:`archive-file-action`,"aria-label":`Xem trong hội thoại`,onClick:e=>{e.stopPropagation(),r()},children:(0,m.jsx)(Ri,{})})}):null]}),d=!!s;return(0,m.jsxs)(`div`,{className:`file-card${i?` file-card--inline`:` file-card-conversation`}${d?` file-card--clickable`:``}`,...d?{role:`button`,tabIndex:0,onClick:c,onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),c())}}:{},children:[(0,m.jsx)(`span`,{className:`archive-file-icon ${o.className}`,"aria-hidden":`true`,children:o.label}),(0,m.jsxs)(`span`,{className:`file-card-info`,children:[(0,m.jsx)(u.Tooltip,{title:e.name??`Tài liệu`,children:(0,m.jsx)(`strong`,{children:Ud(e.name??`Tài liệu`)})}),(0,m.jsxs)(`span`,{className:`file-card-meta`,children:[(0,m.jsx)(`small`,{children:[Vo(e.sizeBytes),t].filter(Boolean).join(` · `)}),l]})]})]})}var fz={bold:`strong`,italic:`em`,underline:`u`,strike:`s`},pz=/(https?:\/\/[^\s<]+|www\.[^\s<]+)/gi,mz=/[.,;:!?)\]}'"]+$/;function hz(e){if(!pz.test(e))return e;pz.lastIndex=0;let t=[],n=0,r,i=0;for(;r=pz.exec(e);){let a=r[0].match(mz)?.[0]??``,o=r[0].slice(0,r[0].length-a.length);o&&(r.index>n&&t.push(e.slice(n,r.index)),t.push((0,m.jsx)(`a`,{href:o.startsWith(`http`)?o:`https://${o}`,target:`_blank`,rel:`noreferrer`,onClick:e=>e.stopPropagation(),children:o},`link-${i++}`)),a&&t.push(a),n=r.index+r[0].length)}return n===0?e:(n<e.length&&t.push(e.slice(n)),t)}function gz(e,t,n){let r=hz(e),i=t?.reduce((e,t)=>{let n=fz[t];return n?(0,m.jsx)(n,{children:e}):e},r);return(0,m.jsx)(`span`,{children:i??r},n)}function _z({message:e,isLatestMessage:t,onOpenImageLightbox:n,onImageSettled:r,onOpenMentionCard:i}){let a=Pt(e.attachmentUrl,e.attachmentId),o=e.type===`IMAGE`,[s,c]=(0,f.useState)(new Set),l=e=>{c(t=>t.has(e)?t:new Set(t).add(e))},u=()=>{t&&r()};return(0,m.jsxs)(m.Fragment,{children:[o?(()=>{let t=e.attachments&&e.attachments.length>0?e.attachments.map(e=>Pt(e.url,e.id)).filter(e=>!!e):e.previewUrls?.length?e.previewUrls:a||e.previewUrl?[a||e.previewUrl]:[];if(t.length===0)return null;if(t.length===1){let r=s.has(t[0]);return(0,m.jsx)(`button`,{type:`button`,className:`message-image-button${r?``:` is-loading`}`,onClick:()=>n(t,0),children:(0,m.jsx)(_d,{className:`message-image`,fallbackClassName:`message-image`,src:t[0],alt:e.attachmentName??`Ảnh đính kèm`,onLoad:()=>{l(t[0]),u()},onError:()=>{l(t[0]),u()}})})}return(0,m.jsx)(`div`,{className:`message-image-grid message-image-grid--${Math.min(t.length,4)}`,children:t.map((e,r)=>{let i=s.has(e);return(0,m.jsx)(`button`,{type:`button`,className:`message-image-grid-item${i?``:` is-loading`}`,onClick:()=>n(t,r),children:(0,m.jsx)(_d,{src:e,alt:`Ảnh ${r+1}`,onLoad:()=>{l(e),r===t.length-1&&u()},onError:()=>{l(e),r===t.length-1&&u()}})},e+r)})})})():null,e.type===`DOCUMENT`?(0,m.jsx)(`div`,{className:`message-document-list`,children:(e.attachments&&e.attachments.length>0?e.attachments:[{id:e.attachmentId??``,url:e.attachmentUrl??``,name:e.attachmentName??null,mimeType:e.attachmentMimeType??null,sizeBytes:e.attachmentSizeBytes??null}]).map(e=>(0,m.jsx)(dz,{attachment:e},e.id||e.name||`file`))}):null,Array.isArray(e.content)?(0,m.jsx)(`p`,{children:Ao(e).map(e=>e.kind===`text`?gz(e.value,e.marks,e.key):e.kind===`line_break`?(0,m.jsx)(`br`,{},e.key):e.kind===`mention_user`&&e.userId?(0,m.jsx)(`span`,{className:`message-mention message-mention--user`,role:`button`,tabIndex:0,onClick:()=>i(e.userId,e.value.replace(/^@/,``)),onKeyDown:t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),i(e.userId,e.value.replace(/^@/,``)))},children:e.value},e.key):(0,m.jsx)(`span`,{className:`message-mention`,children:e.value},e.key))}):e.content?.type===`doc`?(0,m.jsx)(iz,{content:e.content,onOpenMentionCard:i}):null]})}var vz=new Map;function yz(e){let[t,n]=(0,f.useState)(e?vz.get(e)??null:null),[r,i]=(0,f.useState)(!1),a=(0,f.useRef)(0),o=(0,f.useRef)(!0);return(0,f.useEffect)(()=>()=>{o.current=!1},[]),{preview:t,isLoading:r,load:(0,f.useCallback)(()=>{if(!e)return;let t=vz.get(e);if(t){n(t);return}let r=a.current+1;a.current=r,i(!0),nn(e,{limit:3}).then(t=>{if(!o.current||a.current!==r)return;let i=t?.data??t,s={names:i.items.map(e=>e.fullName),totalCount:i.totalCount};vz.set(e,s),n(s)}).catch(()=>{}).finally(()=>{o.current&&a.current===r&&i(!1)})},[e])}}var bz=10,xz=650;function Sz({iconUrl:e,x:t,y:n}){let[r]=(0,f.useState)(()=>Array.from({length:bz},(e,t)=>360/bz*t+(Math.random()*24-12)));return(0,g.createPortal)((0,m.jsx)(`div`,{className:`reaction-burst-viewport`,"aria-hidden":`true`,children:(0,m.jsx)(`div`,{className:`reaction-burst`,style:{left:t,top:n},children:r.map((t,n)=>(0,m.jsx)(`img`,{src:e,alt:``,className:`reaction-burst-particle`,style:{"--burst-angle":`${t}deg`}},n))})}),document.body)}var Cz=3;function wz({message:e,isPickerOpen:t,myReactionType:n,onOpenPicker:r,onClosePickerIfSelf:i,onApplyReaction:a,onRemoveReaction:o,onOpenModal:s}){let[c,l]=(0,f.useState)(null),d=(0,f.useRef)(0),p=yz(e.id??null);if((0,f.useEffect)(()=>{if(!c)return;let e=window.setTimeout(()=>l(null),xz);return()=>window.clearTimeout(e)},[c]),!e.id)return null;let h=e.reactionSummary.byType,g=[...h].sort((e,t)=>t.count-e.count).slice(0,Cz),_=p.preview?(0,m.jsxs)(`div`,{className:`message-reaction-tooltip`,children:[p.preview.names.map((e,t)=>(0,m.jsx)(`div`,{className:`message-reaction-tooltip-name`,children:e},t)),p.preview.totalCount>p.preview.names.length?(0,m.jsxs)(`div`,{className:`message-reaction-tooltip-more`,children:[`và `,p.preview.totalCount-p.preview.names.length,` người khác`]}):null]}):(0,m.jsx)(`div`,{className:`message-reaction-tooltip`,children:`Đang tải...`}),v=(e,t)=>{a(e);let n=t.getBoundingClientRect();d.current+=1,l({iconUrl:ry[e].static,key:d.current,x:n.left+n.width/2,y:n.top+n.height/2})};return(0,m.jsxs)(`div`,{className:`message-reaction-anchor`,onMouseEnter:r,onMouseLeave:i,children:[h.length>0?(0,m.jsx)(u.Tooltip,{title:_,mouseEnterDelay:.25,children:(0,m.jsxs)(`button`,{type:`button`,className:`message-reaction-badge`,"aria-label":`Xem cảm xúc (${e.reactionSummary.totalCount})`,onClick:s,onMouseEnter:p.load,onFocus:p.load,children:[(0,m.jsx)(`span`,{className:`message-reaction-badge-icons`,children:g.map(e=>(0,m.jsx)(`span`,{className:`message-reaction-badge-icon`,children:(0,m.jsx)(ay,{type:e.type})},e.type))}),(0,m.jsx)(`span`,{className:`message-reaction-badge-count`,children:e.reactionSummary.totalCount})]})}):null,(0,m.jsxs)(`div`,{className:`message-reaction-picker-control`,children:[(0,m.jsx)(`button`,{type:`button`,className:`message-reaction-trigger`,"aria-label":n?`Đổi cảm xúc`:`Thả cảm xúc`,onClick:e=>v(n??Ya[0],e.currentTarget),children:n?(0,m.jsx)(ay,{type:n}):(0,m.jsx)(ma,{})}),c?(0,m.jsx)(Sz,{iconUrl:c.iconUrl,x:c.x,y:c.y},c.key):null,t?(0,m.jsx)(`div`,{className:`reaction-picker-anchor`,children:(0,m.jsxs)(`div`,{className:`reaction-picker`,role:`menu`,"aria-label":`Chọn cảm xúc`,children:[Ya.map(e=>(0,m.jsx)(`button`,{type:`button`,title:iy[e],"aria-label":`Thả cảm xúc ${iy[e]}`,onClick:t=>v(e,t.currentTarget),children:(0,m.jsx)(ay,{type:e,animated:!0})},e)),n?(0,m.jsx)(`button`,{type:`button`,className:`reaction-picker-remove`,"aria-label":`Xóa cảm xúc của tôi`,onClick:o,children:(0,m.jsx)(Vr,{})}):null]})}):null]})]})}var Tz={GROUP_INFO_UPDATE:(0,m.jsx)(ai,{className:`message-date-icon`,"aria-hidden":`true`}),MEMBER_CHANGE:(0,m.jsx)(ba,{className:`message-date-icon`,"aria-hidden":`true`})};function Ez(e,t){return Ao(e).map(e=>e.kind===`mention_user`&&e.userId?(0,m.jsx)(`span`,{className:`message-mention message-mention--user`,role:`button`,tabIndex:0,onClick:()=>t(e.userId,e.value.replace(/^@/,``)),onKeyDown:n=>{(n.key===`Enter`||n.key===` `)&&(n.preventDefault(),t(e.userId,e.value.replace(/^@/,``)))},children:e.value.replace(/^@/,``)},e.key):(0,m.jsx)(`span`,{children:e.value},e.key))}function Dz({message:e,isMine:t,isGroup:n,isFocused:r,isLatestMessage:i,showDayDivider:a,isReactionPickerOpen:o,myReactionType:s,onOpenReactionPicker:c,onCloseReactionPickerIfSelf:l,onApplyReaction:u,onRemoveReaction:d,onOpenReactionModal:f,canManagePins:p,isPinned:h,onTogglePin:g,isMenuOpen:_,menuPosition:v,onOpenMenu:y,onCloseMenu:b,onCopyMessage:x,onViewDetails:S,canRemove:C,removeLabel:w,isRemoving:T,onRemove:E,onReply:D,onForward:O,onJumpToReply:k,onOpenMentionCard:A,onOpenSystemMembers:j,onOpenImageLightbox:M,onImageSettled:N,onRetry:P,onDeleteFailed:F,isSenderGroupOwner:I,resolveUserAvatar:ee,onOpenUserProfile:L}){let te=Fo(e),ne=a?Fd(e.createdAt):null,re=ne?(0,m.jsx)(`div`,{className:`message-day-divider`,children:(0,m.jsxs)(`span`,{children:[ne===`Hôm nay`?``:`${Nd(e.createdAt)} · `,ne]})}):null;if(e.type===`SYSTEM`){let t=Mo(e).includes(`bỏ ghim`);return(0,m.jsxs)(m.Fragment,{children:[re,(0,m.jsx)(`div`,{className:`message-date`,children:e.replyTo?(0,m.jsxs)(`div`,{className:`message-date-pin`,children:[t?(0,m.jsx)(`img`,{src:xy,alt:``,className:`message-date-pin-icon message-date-unpin-icon`}):(0,m.jsx)(Xi,{className:`message-date-pin-icon`,"aria-hidden":`true`}),(0,m.jsxs)(`span`,{className:`message-date-pin-text`,children:[Ez(e,A),` `,Hd(e.replyTo)]}),t?null:(0,m.jsx)(`button`,{type:`button`,className:`message-date-pin-view`,onClick:()=>k(e.replyTo.id),children:`Xem`})]}):(0,m.jsxs)(`span`,{className:`message-date-info`,children:[e.systemCategory?Tz[e.systemCategory]:null,Ez(e,A)]})})]})}let ie=e.type===`IMAGE`&&!te,ae=t?e.status===`pending`?`Đang gửi`:e.status===`failed`?`Gửi thất bại`:`Đã gửi`:null;return(0,m.jsxs)(m.Fragment,{children:[re,(0,m.jsxs)(`article`,{className:`message message--${t?`mine`:`incoming`}${r?` message--focused`:``}`,children:[t?null:L?(0,m.jsxs)(`button`,{type:`button`,className:`message-avatar-button`,"aria-label":`Xem thông tin tài khoản`,onClick:()=>L(e.senderId??``),children:[(0,m.jsx)(Os,{avatarUrl:ee?.(e.senderId),name:e.senderName||e.senderId||``,className:`message-avatar`}),I?(0,m.jsx)(`img`,{src:ks,className:`message-avatar-owner-icon`,alt:`Trưởng nhóm`,title:`Trưởng nhóm`}):null]}):(0,m.jsxs)(`span`,{className:`message-avatar-button`,children:[(0,m.jsx)(Os,{avatarUrl:ee?.(e.senderId),name:e.senderName||e.senderId||``,className:`message-avatar`}),I?(0,m.jsx)(`img`,{src:ks,className:`message-avatar-owner-icon`,alt:`Trưởng nhóm`,title:`Trưởng nhóm`}):null]}),(0,m.jsxs)(`div`,{className:`message-content`,children:[(0,m.jsxs)(`div`,{className:`message-bubble-row`,children:[(0,m.jsxs)(`div`,{className:`message-bubble${I&&!t?` message-bubble--owner`:``}`,children:[n&&!t&&!ie?L?(0,m.jsx)(`button`,{type:`button`,className:`message-sender`,onClick:()=>L(e.senderId??``),children:e.senderName}):(0,m.jsx)(`span`,{className:`message-sender`,children:e.senderName}):null,e.replyTo&&!te?(0,m.jsxs)(`button`,{type:`button`,className:`message-reply-context`,onClick:()=>k(e.replyTo.id),children:[(0,m.jsx)(Os,{avatarUrl:ee?.(e.replyTo.senderId),name:e.replyTo.senderName,className:`message-reply-avatar`}),(0,m.jsxs)(`div`,{className:`message-reply-text`,children:[(0,m.jsx)(`strong`,{children:e.replyTo.senderName}),(0,m.jsx)(`small`,{children:Hd(e.replyTo)})]})]}):null,te?(0,m.jsx)(`p`,{className:`message-tombstone`,children:`Tin nhắn đã được thu hồi.`}):(0,m.jsx)(_z,{message:e,isLatestMessage:i,onOpenImageLightbox:M,onImageSettled:N,onOpenMentionCard:A}),ie?null:(0,m.jsxs)(`time`,{className:`message-time`,children:[Nd(e.createdAt),ae?` · ${ae}`:``]}),te?null:(0,m.jsx)(wz,{message:e,isPickerOpen:o,myReactionType:s,onOpenPicker:c,onClosePickerIfSelf:l,onApplyReaction:u,onRemoveReaction:d,onOpenModal:f})]}),e.id&&e.status!==`failed`&&!te?(0,m.jsx)(wy,{canRemove:C,removeLabel:w,isRemoving:T,canManagePins:p,canCopy:!!Mo(e),canForward:!0,isPinned:h,isMenuOpen:_,menuPosition:v,onReply:D,onForward:O,onOpenMenu:y,onCloseMenu:b,onCopyMessage:x,onTogglePin:g,onViewDetails:S,onRemove:E}):null]}),e.status===`failed`&&t&&!te?(0,m.jsxs)(`div`,{className:`message-retry-actions`,children:[(0,m.jsx)(`button`,{className:`message-retry`,type:`button`,onClick:P,children:`Thử lại`}),(0,m.jsx)(`button`,{className:`message-delete-failed`,type:`button`,onClick:F,children:`Xóa`})]}):null]})]})]})}var Oz=(0,f.forwardRef)(function({conversationId:e,timelineRef:t,isLoading:n,chatError:r,isTimelineReady:i,isFollowingLatest:a,messageWindow:o,isRemovedMessageId:s,virtuosoRef:c,setScrollerRef:l,handleTimelineScrolling:d,handleVisibleRangeChanged:p,visibleDayLabel:h,isNearBottomOfList:g,onCatchUp:_,members:v,isGroup:y,groupMemberCount:b,currentUserId:x,authUser:S,composerError:C,pendingAttachments:w,onRemovePendingAttachment:T,canModerateMessages:E,canManagePins:D,dayDividerKeys:O,replyTargetState:k,onForward:A,onJumpToReply:j,onOpenMentionCard:M,onOpenUserProfile:N,onOpenImageLightbox:P,onRetry:F,onDeleteFailed:I,stickToLatestRef:ee,readIsFollowingLatest:L,scrollToLatest:te,loadAround:ne,onMessageRemoved:re},ie){let[ae,oe]=(0,f.useState)(null),se=w.filter(e=>e.previewUrl),ce=ey(),le=Zv(e,()=>ce.closePicker()),ue=ny(),R=fy(),de=gy(t),fe=_y(v,y,b);(0,f.useImperativeHandle)(ie,()=>({closeMessageMenu:de.closeMenu}),[de.closeMenu]);let pe=(0,f.useCallback)(t=>{if(String(t.conversationId)!==String(e))return;let n=String(t.messageId);Xf.getState().noteRemoval(String(t.conversationId),n),de.clearIfTarget(n),ce.clearIfTarget(n),ue.clearIfTarget(n),fe.clearIfTarget(n),le.clearIfTarget(n),re(t)},[e,fe.clearIfTarget,re,le.clearIfTarget,ue.clearIfTarget]),me=yy(e,x,E,pe,e=>de.setOpenId(e.id??null));(0,f.useEffect)(()=>{le.reset(),Promise.resolve().then(le.refreshPinned)},[e,le.refreshPinned]),(0,f.useEffect)(()=>e?_n({onMessagePinned:t=>{let n=Bo(t?.data??t,e);String(n.conversationId)===String(e)&&!Fo(n)&&!s(String(n.id))&&le.applyPinnedUpdate(n)},onMessageRemoved:e=>{let t=e?.data??e;!t?.conversationId||!t.messageId||!t.removedAt||!t.removedById||pe(t)}}):void 0,[e,s,le.applyPinnedUpdate,pe]);let he=(0,f.useCallback)((t,n)=>{if(!(!e||!t))try{cs(En({conversationId:e,messageId:t,type:n}))}catch(e){console.warn(`Unable to apply reaction`,e)}},[e]),ge=(0,f.useCallback)(t=>{if(!(!e||!t))try{cs(Dn({conversationId:e,messageId:t}))}catch(e){console.warn(`Unable to remove reaction`,e)}},[e]),_e=o.messages.find(e=>String(e.id)===String(ue.messageId))??null,ve=e=>cy(e,v),ye=e=>oy(e,v,x,S),be=async e=>{de.closeMenu();let t=Mo(e);if(t)try{await navigator.clipboard.writeText(t),ss.copied(`Đã sao chép tin nhắn`)}catch{ss.error(`Không sao chép được tin nhắn`)}},xe=y?jd(v):null;return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsxs)(`section`,{className:`message-timeline`,"aria-label":`Nội dung cuộc trò chuyện`,ref:t,children:[(0,m.jsx)($v,{conversationId:e,canManagePins:D,onJump:e=>ne(e),timelineRef:t}),n||o.messages.length>0&&!i?(0,m.jsx)(`div`,{className:`conversation-loading-overlay`,children:(0,m.jsx)(km,{src:Jv,loop:!0,autoplay:!0,className:`conversation-loading-animation`})}):null,r?(0,m.jsx)(`p`,{className:`conversation-error`,children:r}):null,!n&&!r&&o.messages.length===0?(0,m.jsx)(`div`,{className:`conversation-empty-state`,role:`button`,tabIndex:0,onClick:()=>{document.querySelector(`.med-chat-root .message-editor .ProseMirror`)?.focus()},children:(0,m.jsx)(km,{src:Yv,loop:!0,autoplay:!0,className:`conversation-empty-state-animation`})}):null,!n&&o.messages.length>0?(0,m.jsx)(`div`,{className:`message-list-enter${i?``:` message-list-enter--pending`}`,children:(0,m.jsx)(iv,{ref:c,className:`chat-scroller`,scrollerRef:l,isScrolling:d,data:o.messages,firstItemIndex:o.firstItemIndex,alignToBottom:!0,followOutput:a?`smooth`:!1,startReached:o.loadOlder,atTopStateChange:e=>{e&&o.loadOlder()},endReached:o.loadNewer,atBottomStateChange:o.updateAtBottom,rangeChanged:p,computeItemKey:(e,t)=>t.id??t.clientMessageId??String(t.sequence),itemContent:(e,t)=>{let n=t.id??t.clientMessageId??String(t.sequence),r=String(t.senderId)===String(x),i=r||E,a=r?`Thu hồi tin nhắn`:`Gỡ tin nhắn`,s=String(t.id)===String(o.focusedMessageId),c=o.messages.at(-1)?.clientMessageId===t.clientMessageId;return(0,m.jsx)(Dz,{message:t,isMine:r,isGroup:y,isFocused:s,isLatestMessage:c,showDayDivider:O.has(n),isReactionPickerOpen:ce.reactionPickerMessageId===t.id,myReactionType:t.reactionSummary.mine?.type??null,onOpenReactionPicker:()=>ce.openPicker(t.id??null),onCloseReactionPickerIfSelf:()=>t.id&&ce.clearIfTarget(t.id),onApplyReaction:e=>he(t.id,e),onRemoveReaction:()=>ge(t.id),onOpenReactionModal:()=>ue.open(t.id,null),onOpenSystemMembers:R.open,resolveUserAvatar:ve,canManagePins:D,isPinned:le.pinnedIds.has(String(t.id)),onTogglePin:()=>{de.closeMenu(),le.togglePin(t,!le.pinnedIds.has(String(t.id)))},isMenuOpen:de.openMessageMenuId===t.id,menuPosition:de.messageMenuPosition,onOpenMenu:e=>de.openMenu(t.id??``,e),onCloseMenu:()=>de.closeMenu(),onCopyMessage:()=>be(t),onViewDetails:()=>{de.closeMenu(),fe.openDetails(t)},canRemove:i,removeLabel:a,isRemoving:t.id?me.removalInFlightIds.has(t.id):!1,onRemove:()=>me.requestRemoval(t),onReply:()=>k.startReply(t),onForward:()=>A(t),onJumpToReply:j,onOpenMentionCard:M,onOpenUserProfile:N,onOpenImageLightbox:(e,n)=>P(t,e,n),onImageSettled:()=>{(ee.current||L())&&requestAnimationFrame(()=>requestAnimationFrame(()=>te(`auto`)))},onRetry:()=>F(t),onDeleteFailed:()=>I(t),isSenderGroupOwner:xe!=null&&String(t.senderId??``)===String(xe)})}},o.timelineRevision)}):null,h?(0,m.jsx)(`p`,{className:`message-timeline-day-pill${o.isLoadingOlder?` message-timeline-day-pill--below-loader`:``}`,children:h}):null,o.isLoadingOlder?(0,m.jsx)(`p`,{className:`history-loader top`,role:`status`,"aria-label":`Đang tải tin cũ`,children:(0,m.jsx)(u.Spin,{size:`small`})}):null,o.isLoadingNewer?(0,m.jsx)(`p`,{className:`history-loader bottom`,role:`status`,"aria-label":`Đang tải tin mới`,children:(0,m.jsx)(u.Spin,{size:`small`})}):null,o.hasUnseenMessages?(0,m.jsx)(`button`,{className:`new-messages-button`,type:`button`,onClick:_,children:`Tin nhắn mới`}):!o.isAtBottom&&!g?(0,m.jsx)(`button`,{className:`scroll-to-bottom-button`,type:`button`,"aria-label":`Cuộn xuống cuối`,onClick:_,children:(0,m.jsx)(_r,{})}):null]}),k.replyTarget?(0,m.jsx)(by,{target:k.replyTarget,avatarUrl:ve(k.replyTarget.senderId),senderName:ye(k.replyTarget.senderId),onCancel:()=>k.clearReply()}):null,C?(0,m.jsx)(`p`,{className:`conversation-error composer-error`,children:C}):null,w.length>0?(0,m.jsx)(`div`,{className:`composer-attachments-preview`,children:w.map((e,t)=>{let n=e.previewUrl?null:ud(e.file.name),r=se.indexOf(e);return(0,m.jsxs)(`div`,{className:`composer-attachment-thumb`,children:[e.previewUrl?(0,m.jsx)(`button`,{type:`button`,className:`composer-attachment-thumb-preview`,"aria-label":`Xem trước ${e.file.name}`,onClick:()=>oe(r),children:(0,m.jsx)(`img`,{src:e.previewUrl,alt:e.file.name})}):(0,m.jsxs)(`span`,{className:`composer-attachment-file`,title:e.file.name,children:[(0,m.jsx)(`span`,{className:`archive-file-icon ${n.className}`,"aria-hidden":`true`,children:n.label}),(0,m.jsx)(`span`,{className:`composer-attachment-file-name`,children:e.file.name})]}),(0,m.jsx)(`button`,{type:`button`,className:`composer-attachment-remove`,"aria-label":`Bỏ tệp`,title:`Bỏ tệp`,onClick:()=>T(t),children:(0,m.jsx)(Xr,{})})]},`${e.file.name}-${t}`)})}):null,ae===null?null:(0,m.jsx)(vd,{state:{items:se.map((e,t)=>({id:`${e.file.name}-${t}`,url:e.previewUrl,createdAt:new Date().toISOString(),name:e.file.name})),index:ae},onClose:()=>oe(null),onIndexChange:oe}),R.messageId?(0,m.jsx)(py,{totalCount:R.totalCount,actionLabel:R.actionLabel,items:R.items,isLoading:R.isLoading,error:R.error,hasMore:R.hasMore,onLoadMore:R.loadMore,onRetry:R.retry,onClose:R.close,members:v,onOpenProfile:N}):null,_e?(0,m.jsx)(uy,{message:_e,filter:ue.filter,items:ue.items,isLoading:ue.isLoading,error:ue.error,hasMore:ue.hasMore,onFilterChange:ue.changeFilter,onLoadMore:ue.loadMore,onRetry:ue.retry,onClose:ue.close,members:v,onOpenProfile:N}):null,fe.detailsMessage?(0,m.jsx)(vy,{message:fe.detailsMessage,isGroup:y,members:v,otherMember:y?void 0:v?.find(e=>String(e.userId)!==String(x)),currentUserId:x,authUser:S,seenBy:fe.detailsSeenBy,onClose:()=>fe.closeDetails()}):null]})}),kz=Math.min,Az=Math.max,jz=Math.round,Mz=Math.floor,Nz=e=>({x:e,y:e}),Pz={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function Fz(e,t){return typeof e==`function`?e(t):e}function Iz(e){return e.split(`-`)[0]}function Lz(e){return e.split(`-`)[1]}function Rz(e){return e===`x`?`y`:`x`}function zz(e){return e===`y`?`height`:`width`}function Bz(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function Vz(e){return Rz(Bz(e))}function Hz(e,t,n){n===void 0&&(n=!1);let r=Lz(e),i=Vz(e),a=zz(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=Zz(o)),[o,Zz(o)]}function Uz(e){let t=Zz(e);return[Wz(e),t,Wz(t)]}function Wz(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var Gz=[`left`,`right`],Kz=[`right`,`left`],qz=[`top`,`bottom`],Jz=[`bottom`,`top`];function Yz(e,t,n){switch(e){case`top`:case`bottom`:return n?t?Kz:Gz:t?Gz:Kz;case`left`:case`right`:return t?qz:Jz;default:return[]}}function Xz(e,t,n,r){let i=Lz(e),a=Yz(Iz(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(Wz)))),a}function Zz(e){let t=Iz(e);return Pz[t]+e.slice(t.length)}function Qz(e){return{top:e.top??0,right:e.right??0,bottom:e.bottom??0,left:e.left??0}}function $z(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:Qz(e)}function eB(e){let{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function tB(e,t,n){let{reference:r,floating:i}=e,a=Bz(t),o=Vz(t),s=zz(o),c=Iz(t),l=a===`y`,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2,p;switch(c){case`top`:p={x:u,y:r.y-i.height};break;case`bottom`:p={x:u,y:r.y+r.height};break;case`right`:p={x:r.x+r.width,y:d};break;case`left`:p={x:r.x-i.width,y:d};break;default:p={x:r.x,y:r.y}}let m=Lz(t);return m&&(p[o]+=f*(m===`end`?1:-1)*(n&&l?-1:1)),p}async function nB(e,t){t===void 0&&(t={});let{x:n,y:r,platform:i,rects:a,elements:o,strategy:s}=e,{boundary:c=`clippingAncestors`,rootBoundary:l=`viewport`,elementContext:u=`floating`,altBoundary:d=!1,padding:f=0}=Fz(t,e),p=$z(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=eB(await i.getClippingRect({element:await(i.isElement==null?void 0:i.isElement(m))??!0?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(o.floating)),boundary:c,rootBoundary:l,strategy:s})),g=u===`floating`?{x:n,y:r,width:a.floating.width,height:a.floating.height}:a.reference,_=await(i.getOffsetParent==null?void 0:i.getOffsetParent(o.floating)),v=await(i.isElement==null?void 0:i.isElement(_))&&await(i.getScale==null?void 0:i.getScale(_))||{x:1,y:1},y=eB(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:o,rect:g,offsetParent:_,strategy:s}):g);return{top:(h.top-y.top+p.top)/v.y,bottom:(y.bottom-h.bottom+p.bottom)/v.y,left:(h.left-y.left+p.left)/v.x,right:(y.right-h.right+p.right)/v.x}}var rB=50,iB=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:nB},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=tB(l,r,c),f=r,p=0,m={};for(let n=0;n<a.length;n++){let h=a[n];if(!h)continue;let{name:g,fn:_}=h,{x:v,y,data:b,reset:x}=await _({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:m,rects:l,platform:s,elements:{reference:e,floating:t}});u=v??u,d=y??d,m[g]={...m[g],...b},x&&p<rB&&(p++,typeof x==`object`&&(x.placement&&(f=x.placement),x.rects&&(l=x.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:u,y:d}=tB(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},aB=function(e){return e===void 0&&(e={}),{name:`flip`,options:e,async fn(t){var n;let{placement:r,middlewareData:i,rects:a,initialPlacement:o,platform:s,elements:c}=t,{mainAxis:l=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:f=`bestFit`,fallbackAxisSideDirection:p=`none`,flipAlignment:m=!0,...h}=Fz(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=Iz(r),_=Bz(o),v=Iz(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[Zz(o)]:Uz(o)),x=p!==`none`;!d&&x&&b.push(...Xz(o,m,p,y));let S=[o,...b],C=await s.detectOverflow(t,h),w=[],T=i.flip?.overflows||[];if(l&&w.push(C[g]),u){let e=Hz(r,a,y);w.push(C[e[0]],C[e[1]])}if(T=[...T,{placement:r,overflows:w}],!w.every(e=>e<=0)){let e=(i.flip?.index||0)+1,t=S[e];if(t&&(u!==`alignment`||_===Bz(t)||T.every(e=>Bz(e.placement)!==_||e.overflows[0]>0)))return{data:{index:e,overflows:T},reset:{placement:t}};let n=T.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0]?.placement;if(!n)switch(f){case`bestFit`:{let e=T.filter(e=>{if(x){let t=Bz(e.placement);return t===_||t===`y`}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0]?.[0];e&&(n=e);break}case`initialPlacement`:n=o}if(r!==n)return{reset:{placement:n}}}return{}}}},oB=new Set([`left`,`top`]);async function sB(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=Iz(n),s=Lz(n),c=Bz(n)===`y`,l=oB.has(o)?-1:1,u=a&&c?-1:1,d=Fz(t,e),{mainAxis:f,crossAxis:p,alignmentAxis:m}=typeof d==`number`?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof m==`number`&&(p=s===`end`?m*-1:m),c?{x:p*u,y:f*l}:{x:f*l,y:p*u}}var cB=function(e){return e===void 0&&(e=0),{name:`offset`,options:e,async fn(t){var n;let{x:r,y:i,placement:a,middlewareData:o}=t,s=await sB(t,e);return a===o.offset?.placement&&(n=o.arrow)!=null&&n.alignmentOffset?{}:{x:r+s.x,y:i+s.y,data:{...s,placement:a}}}}};function lB(){return typeof window<`u`}function uB(e){return pB(e)?(e.nodeName||``).toLowerCase():`#document`}function dB(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function fB(e){return((pB(e)?e.ownerDocument:e.document)||window.document)?.documentElement}function pB(e){return lB()?e instanceof Node||e instanceof dB(e).Node:!1}function mB(e){return lB()?e instanceof Element||e instanceof dB(e).Element:!1}function hB(e){return lB()?e instanceof HTMLElement||e instanceof dB(e).HTMLElement:!1}function gB(e){return!lB()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof dB(e).ShadowRoot}function _B(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=OB(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&i!==`inline`&&i!==`contents`}function vB(e){return/^(table|td|th)$/.test(uB(e))}function yB(e){try{if(e.matches(`:popover-open`))return!0}catch{}try{return e.matches(`:modal`)}catch{return!1}}var bB=/transform|translate|scale|rotate|perspective|filter/,xB=/paint|layout|strict|content/,SB=e=>!!e&&e!==`none`,CB;function wB(e){let t=mB(e)?OB(e):e;return SB(t.transform)||SB(t.translate)||SB(t.scale)||SB(t.rotate)||SB(t.perspective)||!EB()&&(SB(t.backdropFilter)||SB(t.filter))||bB.test(t.willChange||``)||xB.test(t.contain||``)}function TB(e){let t=AB(e);for(;hB(t)&&!DB(t);){if(wB(t))return t;if(yB(t))return null;t=AB(t)}return null}function EB(){return CB??=typeof CSS<`u`&&CSS.supports&&CSS.supports(`-webkit-backdrop-filter`,`none`),CB}function DB(e){return/^(html|body|#document)$/.test(uB(e))}function OB(e){return dB(e).getComputedStyle(e)}function kB(e){return mB(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function AB(e){if(uB(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||gB(e)&&e.host||fB(e);return gB(t)?t.host:t}function jB(e){let t=AB(e);return DB(t)?(e.ownerDocument||e).body:hB(t)&&_B(t)?t:jB(t)}function MB(e,t,n){t===void 0&&(t=[]),n===void 0&&(n=!0);let r=jB(e),i=r===e.ownerDocument?.body,a=dB(r);if(i){let e=NB(a);return t.concat(a,a.visualViewport||[],_B(r)?r:[],e&&n?MB(e):[])}return t.concat(r,MB(r,[],n))}function NB(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function PB(e){let t=OB(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=hB(e),a=i?e.offsetWidth:n,o=i?e.offsetHeight:r,s=jz(n)!==a||jz(r)!==o;return s&&(n=a,r=o),{width:n,height:r,$:s}}function FB(e){return mB(e)?e:e.contextElement}function IB(e){let t=FB(e);if(!hB(t))return Nz(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:a}=PB(t),o=(a?jz(n.width):n.width)/r,s=(a?jz(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!s||!Number.isFinite(s))&&(s=1),{x:o,y:s}}var LB=Nz(0);function RB(e){let t=dB(e);return!EB()||!t.visualViewport?LB:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function zB(e,t,n){return t===void 0&&(t=!1),!!n&&t&&n===dB(e)}function BB(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),a=FB(e),o=Nz(1);t&&(r?mB(r)&&(o=IB(r)):o=IB(e));let s=zB(a,n,r)?RB(a):Nz(0),c=(i.left+s.x)/o.x,l=(i.top+s.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(a&&r){let e=dB(a),t=mB(r)?dB(r):r,n=e,i=NB(n);for(;i&&t!==n;){let e=IB(i),t=i.getBoundingClientRect(),r=OB(i),a=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;c*=e.x,l*=e.y,u*=e.x,d*=e.y,c+=a,l+=o,n=dB(i),i=NB(n)}}return eB({width:u,height:d,x:c,y:l})}function VB(e,t){let n=kB(e).scrollLeft;return t?t.left+n:BB(fB(e)).left+n}function HB(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-VB(e,n),y:n.top+t.scrollTop}}function UB(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e,a=i===`fixed`,o=fB(r),s=t?yB(t.floating):!1;if(r===o||s&&a)return n;let c={scrollLeft:0,scrollTop:0},l=Nz(1),u=Nz(0),d=hB(r);if((d||!a)&&((uB(r)!==`body`||_B(o))&&(c=kB(r)),d)){let e=BB(r);l=IB(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}let f=o&&!d&&!a?HB(o,c):Nz(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-c.scrollLeft*l.x+u.x+f.x,y:n.y*l.y-c.scrollTop*l.y+u.y+f.y}}function WB(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function GB(e){let t=kB(e),n=e.ownerDocument.body,r=Az(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),i=Az(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),a=-t.scrollLeft+VB(e),o=-t.scrollTop;return OB(n).direction===`rtl`&&(a+=Az(e.clientWidth,n.clientWidth)-r),{width:r,height:i,x:a,y:o}}var KB=25;function qB(e,t,n){n===void 0&&(n=`viewport`);let r=n===`layoutViewport`,i=dB(e),a=fB(e),o=i.visualViewport,s=a.clientWidth,c=a.clientHeight,l=0,u=0;if(o){let e=!EB()||t===`fixed`;r?e||(l=-o.offsetLeft,u=-o.offsetTop):(s=o.width,c=o.height,e&&(l=o.offsetLeft,u=o.offsetTop))}if(VB(a)<=0){let e=a.ownerDocument,t=e.body,n=getComputedStyle(t),r=e.compatMode===`CSS1Compat`&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,i=Math.abs(a.clientWidth-t.clientWidth-r),o=getComputedStyle(a).scrollbarGutter===`stable both-edges`?i/2:i;o<=KB&&(s-=o)}return{width:s,height:c,x:l,y:u}}function JB(e,t){let n=BB(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=IB(e);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function YB(e,t,n){let r;if(t===`viewport`||t===`layoutViewport`)r=qB(e,n,t);else if(t===`document`)r=GB(fB(e));else if(mB(t))r=JB(t,n);else{let n=RB(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return eB(r)}function XB(e,t){let n=t.get(e);if(n)return n;let r=MB(e,[],!1).filter(e=>mB(e)&&uB(e)!==`body`),i=null,a=OB(e).position===`fixed`,o=a?AB(e):e;for(;mB(o)&&!DB(o);){let e=OB(o),t=wB(o),n=i?i.position:a?`fixed`:``;!t&&(n===`fixed`||n===`absolute`&&e.position===`static`)?r=r.filter(e=>e!==o):i=e,o=AB(o)}return t.set(e,r),r}function ZB(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?yB(t)?[]:XB(t,this._c):[].concat(n),r],o=YB(t,a[0],i),s=o.top,c=o.right,l=o.bottom,u=o.left;for(let e=1;e<a.length;e++){let n=YB(t,a[e],i);s=Az(n.top,s),c=kz(n.right,c),l=kz(n.bottom,l),u=Az(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function QB(e){let{width:t,height:n}=PB(e);return{width:t,height:n}}function $B(e,t,n){let r=hB(t),i=fB(t),a=n===`fixed`,o=BB(e,!0,a,t),s={scrollLeft:0,scrollTop:0},c=Nz(0);if((r||!a)&&((uB(t)!==`body`||_B(i))&&(s=kB(t)),r)){let e=BB(t,!0,a,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}!r&&i&&(c.x=VB(i));let l=i&&!r&&!a?HB(i,s):Nz(0);return{x:o.left+s.scrollLeft-c.x-l.x,y:o.top+s.scrollTop-c.y-l.y,width:o.width,height:o.height}}function eV(e){return OB(e).position===`static`}function tV(e,t){if(!hB(e)||OB(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return fB(e)===n&&(n=n.ownerDocument.body),n}function nV(e,t){let n=dB(e);if(yB(e))return n;if(!hB(e)){let t=AB(e);for(;t&&!DB(t);){if(mB(t)&&!eV(t))return t;t=AB(t)}return n}let r=tV(e,t);for(;r&&vB(r)&&eV(r);)r=tV(r,t);return r&&DB(r)&&eV(r)&&!wB(r)?n:r||TB(e)||n}var rV=async function(e){let t=this.getOffsetParent||nV,n=this.getDimensions,r=await n(e.floating);return{reference:$B(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function iV(e){return OB(e).direction===`rtl`}var aV={convertOffsetParentRelativeRectToViewportRelativeRect:UB,getDocumentElement:fB,getClippingRect:ZB,getOffsetParent:nV,getElementRects:rV,getClientRects:WB,getDimensions:QB,getScale:IB,isElement:mB,isRTL:iV};function oV(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function sV(e,t,n){let r=null,i,a=fB(e);function o(){var e;clearTimeout(i),(e=r)==null||e.disconnect(),r=null}function s(n,c){n===void 0&&(n=!1),c===void 0&&(c=1),o();let l=e.getBoundingClientRect(),{left:u,top:d,width:f,height:p}=l;if(n||t(),!f||!p)return;let m=Mz(d),h=Mz(a.clientWidth-(u+f)),g=Mz(a.clientHeight-(d+p)),_=Mz(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:Az(0,kz(1,c))||1},y=!0;function b(t){let n=t[0].intersectionRatio;if(!oV(l,e.getBoundingClientRect()))return s();if(n!==c){if(!y)return s();n?s(!1,n):i=setTimeout(()=>{s(!1,1e-7)},1e3)}y=!1}try{r=new IntersectionObserver(b,{...v,root:a.ownerDocument})}catch{r=new IntersectionObserver(b,v)}r.observe(e)}let c=dB(e),l=()=>s(n);return c.addEventListener(`resize`,l),s(!0),()=>{c.removeEventListener(`resize`,l),o()}}function cV(e,t,n,r){r===void 0&&(r={});let{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:o=typeof ResizeObserver==`function`,layoutShift:s=typeof IntersectionObserver==`function`,animationFrame:c=!1}=r,l=FB(e),u=i||a?[...l?MB(l):[],...t?MB(t):[]]:[];u.forEach(e=>{i&&e.addEventListener(`scroll`,n),a&&e.addEventListener(`resize`,n)});let d=l&&s?sV(l,n,a):null,f=-1,p=null;o&&(p=new ResizeObserver(e=>{let[r]=e;r&&r.target===l&&p&&t&&(p.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var e;(e=p)==null||e.observe(t)})),n()}),l&&!c&&p.observe(l),t&&p.observe(t));let m,h=c?BB(e):null;c&&g();function g(){let t=BB(e);h&&!oV(h,t)&&n(),h=t,m=requestAnimationFrame(g)}return n(),()=>{var e;u.forEach(e=>{i&&e.removeEventListener(`scroll`,n),a&&e.removeEventListener(`resize`,n)}),d?.(),(e=p)==null||e.disconnect(),p=null,c&&cancelAnimationFrame(m)}}var lV=cB,uV=aB,dV=(e,t,n)=>{let r=new Map,i=n??{},a={...aV,...i.platform,_c:r};return iB(e,t,{...i,platform:a})};function fV(e){let{char:t,allowSpaces:n,allowToIncludeChar:r,allowedPrefixes:i,startOfLine:a,$position:o}=e,s=n&&!r,c=QA(t),l=RegExp(`\\s${c}$`),u=a?`^`:``,d=r?``:c,f=RegExp(s?`${u}${c}.*?(?=\\s${d}|$)`:`${u}(?:^)?${c}[^\\s${d}]*`,`gm`),p=o.nodeBefore?.isText&&o.nodeBefore.text;if(!p)return null;let m=o.pos-p.length,h=Array.from(p.matchAll(f)).pop();if(!h||h.input===void 0||h.index===void 0)return null;let g=h.input.slice(Math.max(0,h.index-1),h.index),_=RegExp(`^[${i?.join(``)}\0]?$`).test(g);if(i!==null&&!_)return null;let v=m+h.index,y=v+h[0].length;return s&&l.test(p.slice(y-1,y+1))&&(h[0]+=` `,y+=1),v<o.pos&&y>=o.pos?{range:{from:v,to:y},query:h[0].slice(t.length),text:h[0]}:null}function pV(e){return e.docChanged?e.steps.some(e=>{let t=e.slice;if(!t?.content)return!1;let n=t.content.textBetween(0,t.content.size,`
204
+ `):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=uj(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(t){let r={type:`taskList`,raw:t.raw,items:t.items},i=e.slice(t.raw.length);return i.trim()?[r,...n.blockTokens(i)]:[r]}return n.blockTokens(e)},i=uj(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});Dj.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(NI.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(nL.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(pL.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(AL.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(ML.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(NL.configure(this.options.taskList)),e}});var PL=`&nbsp;`,FL=`\xA0`,IL=Kj.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,Hk(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===PL||n[0].text===PL||n[0].raw===FL||n[0].text===FL)&&r.length===1&&r[0].type===`text`&&(r[0].text===PL||r[0].text===FL)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?PL:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),LL=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,RL=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,zL=yj.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,Hk(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Hj({find:LL,type:this.type})]},addPasteRules(){return[qj({find:RL,type:this.type})]}}),BL=Kj.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``});function VL(e={}){return new jS({view(t){return new HL(t,e)}})}var HL=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.lastDragEvent=null,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){if(this.cursorPos!=null&&t.doc!=e.state.doc)if(this.lastDragEvent){let e=this.computeTarget(this.lastDragEvent);e==this.cursorPos?this.updateOverlay():this.setCursor(e)}else this.updateOverlay()}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}computeTarget(e){let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(!t||i)return null;let a=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let e=Hx(this.editorView.state.doc,a,this.editorView.dragging.slice);e!=null&&(a=e)}return a}dragover(e){if(!this.editorView.editable)return;this.lastDragEvent=e;let t=this.computeTarget(e);t!=null&&(this.setCursor(t),this.scheduleRemoval(5e3))}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},UL=class e extends lS{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):lS.near(r)}content(){return q.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new WL(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!KL(e)||!qL(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)<o.childCount:t.index(r)>0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!hS.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};UL.prototype.visible=!1,UL.findFrom=UL.findGapCursorFrom,lS.jsonID(`gapcursor`,UL);var WL=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return UL.valid(t)?new UL(t):lS.near(t)}};function GL(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function KL(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||GL(e.type))return!0;if(e.inlineContent)return!1}}return!0}function qL(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||GL(e.type))return!0;if(e.inlineContent)return!1}}return!0}function JL(){return new jS({props:{decorations:$L,createSelectionBetween(e,t,n){return t.pos==n.pos&&UL.valid(n)?new UL(n):null},handleClick:ZL,handleKeyDown:YL,handleDOMEvents:{beforeinput:QL}}})}var YL=sO({ArrowLeft:XL(`horiz`,-1),ArrowRight:XL(`horiz`,1),ArrowUp:XL(`vert`,-1),ArrowDown:XL(`vert`,1)});function XL(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof pS){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=UL.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new UL(c))),!0):!1}}function ZL(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!UL.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&hS.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new UL(r))),!0)}function QL(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof UL))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=K.empty;for(let e=r.length-1;e>=0;e--)i=K.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new q(i,0,0));return a.setSelection(pS.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function $L(e){if(!(e.selection instanceof UL))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,sD.create(e.doc,[iD.widget(e.selection.head,t,{key:`gapcursor`})])}var eR=200,tR=function(){};tR.prototype.append=function(e){return e.length?(e=tR.from(e),!this.length&&e||e.length<eR&&this.leafAppend(e)||this.length<eR&&e.leafPrepend(this)||this.appendInner(e)):this},tR.prototype.prepend=function(e){return e.length?tR.from(e).append(this):this},tR.prototype.appendInner=function(e){return new rR(this,e)},tR.prototype.slice=function(e,t){return e===void 0&&(e=0),t===void 0&&(t=this.length),e>=t?tR.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},tR.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},tR.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},tR.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},tR.from=function(e){return e instanceof tR?e:e&&e.length?new nR(e):tR.empty};var nR=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i<n;i++)if(e(this.values[i],r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){for(var i=t-1;i>=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=eR)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=eR)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(tR);tR.empty=new nR([]);var rR=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return e<this.left.length?this.left.get(e):this.right.get(e-this.left.length)},t.prototype.forEachInner=function(e,t,n,r){var i=this.left.length;if(t<i&&this.left.forEachInner(e,t,Math.min(n,i),r)===!1||n>i&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n<i&&this.left.forEachInvertedInner(e,Math.min(t,i),n,r)===!1)return!1},t.prototype.sliceInner=function(e,t){if(e==0&&t==this.length)return this;var n=this.left.length;return t<=n?this.left.slice(e,t):e>=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(tR),iR=500,aR=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new sR(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new sR(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;e<t.steps.length;e++){let r=t.steps[e].invert(t.docs[e]),l=new sR(t.mapping.maps[e],r,n),u;(u=c&&c.merge(l))&&(l=u,e?a.pop():s=s.slice(0,s.length-1)),a.push(l),n&&=(o++,void 0),i||(c=l)}let l=o-r.depth;return l>lR&&(s=oR(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new ox;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new sR(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new sR(i,o,l))}else r.push(new sR(i))},i);let l=[];for(let e=n;e<o;e++)l.push(new sR(a.maps[e]));let u=this.items.slice(0,i).append(l).append(r),d=new e(u,s);return d.emptyItemCount()>iR&&(d=d.compress(this.items.length-r.length)),d}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new sR(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(tR.from(i.reverse()),a)}};aR.empty=new aR(tR.empty,0);function oR(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var sR=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},cR=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},lR=20;function uR(e,t,n,r){let i=n.getMeta(vR),a;if(i)return i.historyState;n.getMeta(yR)&&(e=new cR(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(vR))return o.getMeta(vR).redo?new cR(e.done.addTransform(n,void 0,r,_R(t)),e.undone,fR(n.mapping.maps),e.prevTime,e.prevComposition):new cR(e.done,e.undone.addTransform(n,void 0,r,_R(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!dR(n,e.prevRanges)),s=o?pR(e.prevRanges,n.mapping):fR(n.mapping.maps);return new cR(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,_R(t)),aR.empty,s,n.time,i??e.prevComposition)}return(a=n.getMeta(`rebased`))?new cR(e.done.rebased(n,a),e.undone.rebased(n,a),pR(e.prevRanges,n.mapping),e.prevTime,e.prevComposition):new cR(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),pR(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function dR(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i<t.length;i+=2)e<=t[i+1]&&r>=t[i]&&(n=!0)}),n}function fR(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function pR(e,t){if(!e)return null;let n=[];for(let r=0;r<e.length;r+=2){let i=t.map(e[r],1),a=t.map(e[r+1],-1);i<=a&&n.push(i,a)}return n}function mR(e,t,n){let r=_R(t),i=vR.get(t).spec.config,a=(n?e.undone:e.done).popEvent(t,r);if(!a)return null;let o=a.selection.resolve(a.transform.doc),s=(n?e.done:e.undone).addTransform(a.transform,t.selection.getBookmark(),i,r),c=new cR(n?s:a.remaining,n?a.remaining:s,null,0,-1);return a.transform.setSelection(o).setMeta(vR,{redo:n,historyState:c})}var hR=!1,gR=null;function _R(e){let t=e.plugins;if(gR!=t){hR=!1,gR=t;for(let e=0;e<t.length;e++)if(t[e].spec.historyPreserveItems){hR=!0;break}}return hR}var vR=new PS(`history`),yR=new PS(`closeHistory`);function bR(e={}){return e={depth:e.depth||100,newGroupDelay:e.newGroupDelay||500},new jS({key:vR,state:{init(){return new cR(aR.empty,aR.empty,null,0,-1)},apply(t,n,r){return uR(n,r,t,e)}},config:e,props:{handleDOMEvents:{beforeinput(e,t){let n=t.inputType,r=n==`historyUndo`?SR:n==`historyRedo`?CR:null;return!r||!e.editable?!1:(t.preventDefault(),r(e.state,e.dispatch))}}}})}function xR(e,t){return(n,r)=>{let i=vR.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=mR(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var SR=xR(!1,!0),CR=xR(!0,!0);Dj.create({name:`characterCount`,addOptions(){return{limit:null,autoTrim:!0,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new jS({key:new PS(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit,a=this.options.autoTrim;if(i==null||i===0||a===!1){e=!0;return}let o=this.storage.characters({node:r.doc});if(o>i){let t=o-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var wR=Dj.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[VL(this.options)]}});Dj.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new jS({key:new PS(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return sD.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(iD.node(t,t+e.nodeSize,{class:this.options.className}))}),sD.create(e,a)}}})]}});var TR=Dj.create({name:`gapCursor`,addProseMirrorPlugins(){return[JL()]},extendNodeSchema(e){return{allowGapCursor:Ik(J(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),ER=`placeholder`,DR=new PS(`tiptap__placeholder`);function OR(e){let{editor:t,placeholder:n,dataAttribute:r,pos:i,node:a,isEmptyDoc:o,hasAnchor:s,classes:{emptyNode:c,emptyEditor:l}}=e,u=[c];return o&&u.push(l),iD.node(i,i+a.nodeSize,{class:u.join(` `),[r]:typeof n==`function`?n({editor:t,node:a,pos:i,hasAnchor:s}):n})}function kR(e,t){return typeof e==`function`?e(t):e}function AR({editor:e,options:t,dataAttribute:n,doc:r,selection:i,from:a,to:o}){let{anchor:s}=i,c=[],l=e.isEmpty;return r.nodesBetween(a,o,(r,i)=>{let a=s>=i&&s<=i+r.nodeSize,o=!r.isLeaf&&_A(r);return r.type.isTextblock&&(a||!t.showOnlyCurrent)&&o&&c.push(OR({editor:e,isEmptyDoc:l,dataAttribute:n,hasAnchor:a,placeholder:t.placeholder,classes:{emptyEditor:t.emptyEditorClass,emptyNode:kR(t.emptyNodeClass,{editor:e,node:r,pos:i,hasAnchor:a})},node:r,pos:i})),t.includeChildren}),c}function jR({editor:e,options:t,dataAttribute:n,doc:r,selection:i}){if(!(e.isEditable||!t.showOnlyWhenEditable))return null;let{anchor:a}=i,o=[],s=e.isEmpty;if(t.showOnlyCurrent&&!t.includeChildren){let i=r.resolve(a),c=i.depth>0?i.node(1):i.nodeAfter,l=i.depth>0?i.before(1):a;if(c&&c.type.isTextblock&&_A(c)){let r=a>=l&&a<=l+c.nodeSize;o.push(OR({editor:e,isEmptyDoc:s,dataAttribute:n,hasAnchor:r,placeholder:t.placeholder,classes:{emptyEditor:t.emptyEditorClass,emptyNode:kR(t.emptyNodeClass,{editor:e,node:c,pos:l,hasAnchor:r})},node:c,pos:l}))}}else o.push(...AR({editor:e,options:t,dataAttribute:n,doc:r,selection:i,from:0,to:r.content.size}));return sD.create(r,o)}function MR(e,t){let n=e.resolve(t);if(n.depth===0){let e=n.nodeAfter??n.nodeBefore;if(!e)return{from:t,to:t};let r=n.nodeAfter?t:t-e.nodeSize;return{from:r,to:r+e.nodeSize}}let r=n.before(1);return{from:r,to:r+n.node(1).nodeSize}}function NR(e,t){return{from:Math.max(0,t.from-1),to:Math.min(e.content.size,t.to-1)}}function PR(e,t,n){let r=[];return e.forEach((e,i)=>{let a=i,o=a+e.nodeSize,s=a+1,c=o+1;s<n&&c>t&&r.push({from:a,to:o})}),r}function FR(e){if(e.length===0)return[];let t=[...e].sort((e,t)=>e.from-t.from),n=[{...t[0]}];for(let e=1;e<t.length;e+=1){let r=n[n.length-1],i=t[e];i.from<=r.to?r.to=Math.max(r.to,i.to):n.push({...i})}return n}function IR(e,t){let n=PR(e,t.from,t.to);return n.push(NR(e,MR(e,t.from))),t.to>t.from?n.push(NR(e,MR(e,Math.min(t.to,e.content.size+1)-1))):t.from<e.content.size+1&&n.push(NR(e,MR(e,Math.min(t.from+1,e.content.size)))),n}function LR(e,t,n){let r=[];if(e.docChanged){let t=aA(e);for(let e of t)r.push(...IR(n.doc,e.newRange))}return e.selectionSet&&(r.push(NR(n.doc,MR(n.doc,e.mapping.map(t.selection.anchor)))),r.push(NR(n.doc,MR(n.doc,n.selection.anchor)))),FR(r)}function RR(e,t,n){let r=Math.max(0,Math.min(e,n.content.size));return{from:r,to:Math.max(r,Math.min(t,n.content.size))}}function zR({decorations:e,ranges:t,editor:n,options:r,dataAttribute:i,doc:a,selection:o}){let s=e;for(let e of t){let{from:t,to:c}=RR(e.from,e.to,a),l=s.find(t,c).filter(e=>e.from>=t&&e.to<=c);l.length&&(s=s.remove(l));let u=AR({editor:n,options:r,dataAttribute:i,doc:a,selection:o,from:t,to:c});u.length&&(s=s.add(a,u))}return s}function BR({editor:e,options:t,dataAttribute:n}){return{init(r,i){return jR({editor:e,options:t,dataAttribute:n,doc:i.doc,selection:i.selection})??sD.empty},apply(r,i,a,o){return!r.docChanged&&!r.selectionSet?i:zR({decorations:i.map(r.mapping,r.doc),ranges:LR(r,a,o),editor:e,options:t,dataAttribute:n,doc:o.doc,selection:o.selection})}}}function VR(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}function HR({editor:e,options:t}){let n=t.dataAttribute?`data-${VR(t.dataAttribute)}`:`data-${ER}`,r=t.showOnlyCurrent&&!t.includeChildren;return new jS({key:DR,...r?{}:{state:BR({editor:e,options:t,dataAttribute:n})},props:{decorations:r?({doc:r,selection:i})=>jR({editor:e,options:t,dataAttribute:n,doc:r,selection:i}):n=>t.showOnlyWhenEditable&&!e.isEditable?sD.empty:DR.getState(n)??sD.empty}})}Dj.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:ER,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[HR({editor:this.editor,options:this.options})]}});function UR(e,t){return!e.selection.empty&&!vA(e.selection)&&t.isEditable}function WR(e,t){return UR(e,t)&&!t.isFocused&&!t.view.dragging}function GR(){var e;(e=window.getSelection())==null||e.removeAllRanges()}function KR(e){e.focus()}Dj.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new jS({key:new PS(`selection`),props:{decorations(n){return WR(n,e)?sD.create(n.doc,[iD.inline(n.selection.from,n.selection.to,{class:t.className})]):null},handleDOMEvents:{blur(t){return UR(t.state,e)&&GR(),!1},focus(t){return UR(t.state,e)&&requestAnimationFrame(()=>{!e.isDestroyed&&t.hasFocus()&&KR(t)}),!1}}}})]}});function qR({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var JR=Dj.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new PS(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new jS({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!qR({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!qR({node:r,types:n})}}})]}}),YR=Dj.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>SR(e,t),redo:()=>({state:e,dispatch:t})=>CR(e,t)}},addProseMirrorPlugins(){return[bR(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),XR=Dj.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(dI.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(oI.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(NI.configure(this.options.bulletList)),this.options.code!==!1&&e.push(mI.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(vI.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(yI.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(wR.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(TR.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(bI.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(xI.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(YR.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(SI.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(DI.configure(this.options.italic)),this.options.listItem!==!1&&e.push(nL.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(pL.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(OP.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(AL.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(IL.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(zL.configure(this.options.strike)),this.options.text!==!1&&e.push(BL.configure(this.options.text)),this.options.underline!==!1&&e.push(AP.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(JR.configure(this.options?.trailingNode)),e}}),ZR=Dj.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize||null,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).run()}}}),QR=/https?:\/\/[^\s<]+/gi,$R=/[.,;:!?)\]}'"]+$/,ez=Kj.create({name:`mention_user`,inline:!0,group:`inline`,atom:!0,selectable:!1,addAttributes(){return{userId:{default:null},fallbackName:{default:null}}},parseHTML(){return[{tag:`span[data-mention-user-id]`}]},renderHTML({node:e}){let t=typeof e.attrs.fallbackName==`string`?e.attrs.fallbackName:`Unknown user`;return[`span`,{class:`message-mention message-mention--user`,"data-mention-user-id":String(e.attrs.userId??``),role:`button`,tabindex:`0`},`@`+t]}}),tz=Kj.create({name:`mention_all`,inline:!0,group:`inline`,atom:!0,selectable:!1,parseHTML(){return[{tag:`span[data-mention-all]`}]},renderHTML(){return[`span`,{class:`message-mention`,"data-mention-all":`true`},`@all`]}}),nz=e=>{if(e.type===`mention_user`){let t=e;return{type:`mention_user`,attrs:{userId:t.userId??null,fallbackName:t.fallbackName??null}}}if(e.type===`mention_all`)return{type:`mention_all`};let t=e.content?.map(nz);return t?{...e,content:t}:e},rz=e=>{let t=e=>{if(e.type===`text`&&e.text){QR.lastIndex=0;let t=[],n=0,r;for(;r=QR.exec(e.text);){let i=r[0].match($R)?.[0]??``,a=r[0].slice(0,r[0].length-i.length);r.index>n&&t.push({...e,text:e.text.slice(n,r.index)}),a&&t.push({...e,text:a,marks:[...e.marks??[],{type:`link`,attrs:{href:a}}]}),i&&t.push({...e,text:i}),n=r.index+r[0].length}if(t.length)return n<e.text.length&&t.push({...e,text:e.text.slice(n)}),{type:`fragment`,content:t}}let n=e.content?.flatMap(e=>{let n=t(e);return n.type===`fragment`?n.content??[]:[n]});return n?{...e,content:n}:e};return t(e)};function iz({content:e,onOpenMentionCard:t}){let n=(0,f.useMemo)(()=>rz(nz(e)),[e]),r=YF({immediatelyRender:!1,editable:!1,content:n,extensions:[XR.configure({link:!1,underline:!1}),jP,Zj,rM,ZR,kP.configure({openOnClick:!0,autolink:!1}),ez,tz],editorProps:{attributes:{class:`rich-message-content__editor`}}},[n]),i=e=>{let n=e instanceof Element?e.closest(`[data-mention-user-id]`):null,r=n?.dataset.mentionUserId;r&&t(r,n.textContent?.replace(/^@/,``))};return(0,m.jsx)(`div`,{className:`rich-message-content`,onClick:e=>i(e.target),onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&i(e.target)},children:(0,m.jsx)(VF,{editor:r})})}function az({url:e,name:t,className:n=`archive-file-action`,onClick:r}){return(0,m.jsx)(u.Tooltip,{title:`Tải xuống`,children:(0,m.jsx)(`a`,{className:n,href:e,download:t??void 0,"aria-label":`Tải xuống`,onClick:r,children:(0,m.jsx)(ni,{})})})}var oz=[`doc`,`docx`,`xls`,`xlsx`,`ppt`,`pptx`],sz=[`jpg`,`jpeg`,`png`,`webp`,`gif`],cz=e=>(e??``).trim().split(`.`).pop()?.toLowerCase()??``,lz=e=>/^https?:\/\//i.test(e)?e:new URL(e,window.location.origin).href,uz=(e,t)=>{let n=cz(t);return n===`pdf`||sz.includes(n)?e:oz.includes(n)?`https://view.officeapps.live.com/op/view.aspx?src=${encodeURIComponent(lz(e))}`:e};function dz({attachment:e,meta:t,onShare:n,onJumpToMessage:r,inline:i=!1}){let a=Pt(e.url,e.id),o=ud(e.name),s=a?uz(a,e.name):null,c=()=>{s&&window.open(s,`_blank`,`noopener,noreferrer`)},l=(0,m.jsxs)(`span`,{className:`file-card-actions`,children:[n?(0,m.jsx)(u.Tooltip,{title:`Chia sẻ`,children:(0,m.jsx)(`button`,{type:`button`,className:`archive-file-action`,"aria-label":`Chia sẻ`,onClick:e=>{e.stopPropagation(),n()},children:(0,m.jsx)(Cy,{})})}):null,a?(0,m.jsx)(az,{url:a,name:e.name,onClick:e=>e.stopPropagation()}):null,r?(0,m.jsx)(u.Tooltip,{title:`Xem trong hội thoại`,children:(0,m.jsx)(`button`,{type:`button`,className:`archive-file-action`,"aria-label":`Xem trong hội thoại`,onClick:e=>{e.stopPropagation(),r()},children:(0,m.jsx)(Ri,{})})}):null]}),d=!!s;return(0,m.jsxs)(`div`,{className:`file-card${i?` file-card--inline`:` file-card-conversation`}${d?` file-card--clickable`:``}`,...d?{role:`button`,tabIndex:0,onClick:c,onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),c())}}:{},children:[(0,m.jsx)(`span`,{className:`archive-file-icon ${o.className}`,"aria-hidden":`true`,children:o.label}),(0,m.jsxs)(`span`,{className:`file-card-info`,children:[(0,m.jsx)(u.Tooltip,{title:e.name??`Tài liệu`,children:(0,m.jsx)(`strong`,{children:Ud(e.name??`Tài liệu`)})}),(0,m.jsxs)(`span`,{className:`file-card-meta`,children:[(0,m.jsx)(`small`,{children:[Vo(e.sizeBytes),t].filter(Boolean).join(` · `)}),l]})]})]})}var fz={bold:`strong`,italic:`em`,underline:`u`,strike:`s`},pz=/(https?:\/\/[^\s<]+|www\.[^\s<]+)/gi,mz=/[.,;:!?)\]}'"]+$/;function hz(e){if(!pz.test(e))return e;pz.lastIndex=0;let t=[],n=0,r,i=0;for(;r=pz.exec(e);){let a=r[0].match(mz)?.[0]??``,o=r[0].slice(0,r[0].length-a.length);o&&(r.index>n&&t.push(e.slice(n,r.index)),t.push((0,m.jsx)(`a`,{href:o.startsWith(`http`)?o:`https://${o}`,target:`_blank`,rel:`noreferrer`,onClick:e=>e.stopPropagation(),children:o},`link-${i++}`)),a&&t.push(a),n=r.index+r[0].length)}return n===0?e:(n<e.length&&t.push(e.slice(n)),t)}function gz(e,t,n){let r=hz(e),i=t?.reduce((e,t)=>{let n=fz[t];return n?(0,m.jsx)(n,{children:e}):e},r);return(0,m.jsx)(`span`,{children:i??r},n)}function _z({message:e,isLatestMessage:t,onOpenImageLightbox:n,onImageSettled:r,onOpenMentionCard:i}){let a=Pt(e.attachmentUrl,e.attachmentId),o=e.type===`IMAGE`,[s,c]=(0,f.useState)(new Set),l=e=>{c(t=>t.has(e)?t:new Set(t).add(e))},u=()=>{t&&r()};return(0,m.jsxs)(m.Fragment,{children:[o?(()=>{let t=e.attachments&&e.attachments.length>0?e.attachments.map(e=>Pt(e.url,e.id)).filter(e=>!!e):e.previewUrls?.length?e.previewUrls:a||e.previewUrl?[a||e.previewUrl]:[];if(t.length===0)return null;if(t.length===1){let r=s.has(t[0]);return(0,m.jsx)(`button`,{type:`button`,className:`message-image-button${r?``:` is-loading`}`,onClick:()=>n(t,0),children:(0,m.jsx)(_d,{className:`message-image`,fallbackClassName:`message-image`,src:t[0],alt:e.attachmentName??`Ảnh đính kèm`,onLoad:()=>{l(t[0]),u()},onError:()=>{l(t[0]),u()}})})}return(0,m.jsx)(`div`,{className:`message-image-grid message-image-grid--${Math.min(t.length,4)}`,children:t.map((e,r)=>{let i=s.has(e);return(0,m.jsx)(`button`,{type:`button`,className:`message-image-grid-item${i?``:` is-loading`}`,onClick:()=>n(t,r),children:(0,m.jsx)(_d,{src:e,alt:`Ảnh ${r+1}`,onLoad:()=>{l(e),r===t.length-1&&u()},onError:()=>{l(e),r===t.length-1&&u()}})},e+r)})})})():null,e.type===`DOCUMENT`?(0,m.jsx)(`div`,{className:`message-document-list`,children:(e.attachments&&e.attachments.length>0?e.attachments:[{id:e.attachmentId??``,url:e.attachmentUrl??``,name:e.attachmentName??null,mimeType:e.attachmentMimeType??null,sizeBytes:e.attachmentSizeBytes??null}]).map(e=>(0,m.jsx)(dz,{attachment:e},e.id||e.name||`file`))}):null,Array.isArray(e.content)?(0,m.jsx)(`p`,{children:Ao(e).map(e=>e.kind===`text`?gz(e.value,e.marks,e.key):e.kind===`line_break`?(0,m.jsx)(`br`,{},e.key):e.kind===`mention_user`&&e.userId?(0,m.jsx)(`span`,{className:`message-mention message-mention--user`,role:`button`,tabIndex:0,onClick:()=>i(e.userId,e.value.replace(/^@/,``)),onKeyDown:t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),i(e.userId,e.value.replace(/^@/,``)))},children:e.value},e.key):(0,m.jsx)(`span`,{className:`message-mention`,children:e.value},e.key))}):e.content?.type===`doc`?(0,m.jsx)(iz,{content:e.content,onOpenMentionCard:i}):null]})}var vz=new Map;function yz(e){let[t,n]=(0,f.useState)(e?vz.get(e)??null:null),[r,i]=(0,f.useState)(!1),a=(0,f.useRef)(0),o=(0,f.useRef)(!0);return(0,f.useEffect)(()=>()=>{o.current=!1},[]),{preview:t,isLoading:r,load:(0,f.useCallback)(()=>{if(!e)return;let t=vz.get(e);if(t){n(t);return}let r=a.current+1;a.current=r,i(!0),nn(e,{limit:3}).then(t=>{if(!o.current||a.current!==r)return;let i=t?.data??t,s={names:i.items.map(e=>e.fullName),totalCount:i.totalUsers};vz.set(e,s),n(s)}).catch(()=>{}).finally(()=>{o.current&&a.current===r&&i(!1)})},[e])}}var bz=10,xz=650;function Sz({iconUrl:e,x:t,y:n}){let[r]=(0,f.useState)(()=>Array.from({length:bz},(e,t)=>360/bz*t+(Math.random()*24-12)));return(0,g.createPortal)((0,m.jsx)(`div`,{className:`reaction-burst-viewport`,"aria-hidden":`true`,children:(0,m.jsx)(`div`,{className:`reaction-burst`,style:{left:t,top:n},children:r.map((t,n)=>(0,m.jsx)(`img`,{src:e,alt:``,className:`reaction-burst-particle`,style:{"--burst-angle":`${t}deg`}},n))})}),document.body)}var Cz=3;function wz({message:e,isPickerOpen:t,myReactionType:n,onOpenPicker:r,onClosePickerIfSelf:i,onApplyReaction:a,onRemoveReaction:o,onOpenModal:s}){let[c,l]=(0,f.useState)(null),d=(0,f.useRef)(0),p=yz(e.id??null);if((0,f.useEffect)(()=>{if(!c)return;let e=window.setTimeout(()=>l(null),xz);return()=>window.clearTimeout(e)},[c]),!e.id)return null;let h=e.reactionSummary.byType,g=[...h].sort((e,t)=>t.count-e.count).slice(0,Cz),_=p.preview?(0,m.jsxs)(`div`,{className:`message-reaction-tooltip`,children:[p.preview.names.map((e,t)=>(0,m.jsx)(`div`,{className:`message-reaction-tooltip-name`,children:e},t)),p.preview.totalCount>p.preview.names.length?(0,m.jsxs)(`div`,{className:`message-reaction-tooltip-more`,children:[`và `,p.preview.totalCount-p.preview.names.length,` người khác`]}):null]}):(0,m.jsx)(`div`,{className:`message-reaction-tooltip`,children:`Đang tải...`}),v=(e,t)=>{a(e);let n=t.getBoundingClientRect();d.current+=1,l({iconUrl:ry[e].static,key:d.current,x:n.left+n.width/2,y:n.top+n.height/2})};return(0,m.jsxs)(`div`,{className:`message-reaction-anchor`,children:[h.length>0?(0,m.jsx)(u.Tooltip,{title:_,mouseEnterDelay:.25,children:(0,m.jsxs)(`button`,{type:`button`,className:`message-reaction-badge`,"aria-label":`Xem cảm xúc (${e.reactionSummary.totalCount})`,onClick:s,onMouseEnter:p.load,onFocus:p.load,children:[(0,m.jsx)(`span`,{className:`message-reaction-badge-icons`,children:g.map(e=>(0,m.jsx)(`span`,{className:`message-reaction-badge-icon`,children:(0,m.jsx)(ay,{type:e.type})},e.type))}),(0,m.jsx)(`span`,{className:`message-reaction-badge-count`,children:e.reactionSummary.totalCount})]})}):null,(0,m.jsxs)(`div`,{className:`message-reaction-picker-control`,onMouseEnter:r,onMouseLeave:i,children:[(0,m.jsx)(`button`,{type:`button`,className:`message-reaction-trigger`,"aria-label":n?`Đổi cảm xúc`:`Thả cảm xúc`,"aria-expanded":t,onClick:r,children:n?(0,m.jsx)(ay,{type:n}):(0,m.jsx)(ma,{})}),c?(0,m.jsx)(Sz,{iconUrl:c.iconUrl,x:c.x,y:c.y},c.key):null,t?(0,m.jsx)(`div`,{className:`reaction-picker-anchor`,children:(0,m.jsxs)(`div`,{className:`reaction-picker`,role:`menu`,"aria-label":`Chọn cảm xúc`,children:[Ya.map(e=>(0,m.jsx)(`button`,{type:`button`,title:iy[e],"aria-label":`Thả cảm xúc ${iy[e]}`,onClick:t=>v(e,t.currentTarget),children:(0,m.jsx)(ay,{type:e,animated:!0})},e)),n?(0,m.jsx)(`button`,{type:`button`,className:`reaction-picker-remove`,"aria-label":`Xóa cảm xúc của tôi`,onClick:o,children:(0,m.jsx)(Vr,{})}):null]})}):null]})]})}var Tz={GROUP_INFO_UPDATE:(0,m.jsx)(ai,{className:`message-date-icon`,"aria-hidden":`true`}),MEMBER_CHANGE:(0,m.jsx)(ba,{className:`message-date-icon`,"aria-hidden":`true`})};function Ez(e,t){return Ao(e).map(e=>e.kind===`mention_user`&&e.userId?(0,m.jsx)(`span`,{className:`message-mention message-mention--user`,role:`button`,tabIndex:0,onClick:()=>t(e.userId,e.value.replace(/^@/,``)),onKeyDown:n=>{(n.key===`Enter`||n.key===` `)&&(n.preventDefault(),t(e.userId,e.value.replace(/^@/,``)))},children:e.value.replace(/^@/,``)},e.key):(0,m.jsx)(`span`,{children:e.value},e.key))}function Dz({message:e,isMine:t,isGroup:n,isFocused:r,isLatestMessage:i,showDayDivider:a,isReactionPickerOpen:o,myReactionType:s,onOpenReactionPicker:c,onCloseReactionPickerIfSelf:l,onApplyReaction:u,onRemoveReaction:d,onOpenReactionModal:f,canManagePins:p,isPinned:h,onTogglePin:g,isMenuOpen:_,menuPosition:v,onOpenMenu:y,onCloseMenu:b,onCopyMessage:x,onViewDetails:S,canRemove:C,removeLabel:w,isRemoving:T,onRemove:E,onReply:D,onForward:O,onJumpToReply:k,onOpenMentionCard:A,onOpenSystemMembers:j,onOpenImageLightbox:M,onImageSettled:N,onRetry:P,onDeleteFailed:F,isSenderGroupOwner:I,resolveUserAvatar:ee,onOpenUserProfile:L}){let te=Fo(e),ne=a?Fd(e.createdAt):null,re=ne?(0,m.jsx)(`div`,{className:`message-day-divider`,children:(0,m.jsxs)(`span`,{children:[ne===`Hôm nay`?``:`${Nd(e.createdAt)} · `,ne]})}):null;if(e.type===`SYSTEM`){let t=Mo(e).includes(`bỏ ghim`);return(0,m.jsxs)(m.Fragment,{children:[re,(0,m.jsx)(`div`,{className:`message-date`,children:e.replyTo?(0,m.jsxs)(`div`,{className:`message-date-pin`,children:[t?(0,m.jsx)(`img`,{src:xy,alt:``,className:`message-date-pin-icon message-date-unpin-icon`}):(0,m.jsx)(Xi,{className:`message-date-pin-icon`,"aria-hidden":`true`}),(0,m.jsxs)(`span`,{className:`message-date-pin-text`,children:[Ez(e,A),` `,Hd(e.replyTo)]}),t?null:(0,m.jsx)(`button`,{type:`button`,className:`message-date-pin-view`,onClick:()=>k(e.replyTo.id),children:`Xem`})]}):(0,m.jsxs)(`span`,{className:`message-date-info`,children:[e.systemCategory?Tz[e.systemCategory]:null,Ez(e,A)]})})]})}let ie=e.type===`IMAGE`&&!te,ae=t?e.status===`pending`?`Đang gửi`:e.status===`failed`?`Gửi thất bại`:`Đã gửi`:null;return(0,m.jsxs)(m.Fragment,{children:[re,(0,m.jsxs)(`article`,{className:`message message--${t?`mine`:`incoming`}${r?` message--focused`:``}`,children:[t?null:L?(0,m.jsxs)(`button`,{type:`button`,className:`message-avatar-button`,"aria-label":`Xem thông tin tài khoản`,onClick:()=>L(e.senderId??``),children:[(0,m.jsx)(Os,{avatarUrl:ee?.(e.senderId),name:e.senderName||e.senderId||``,className:`message-avatar`}),I?(0,m.jsx)(`img`,{src:ks,className:`message-avatar-owner-icon`,alt:`Trưởng nhóm`,title:`Trưởng nhóm`}):null]}):(0,m.jsxs)(`span`,{className:`message-avatar-button`,children:[(0,m.jsx)(Os,{avatarUrl:ee?.(e.senderId),name:e.senderName||e.senderId||``,className:`message-avatar`}),I?(0,m.jsx)(`img`,{src:ks,className:`message-avatar-owner-icon`,alt:`Trưởng nhóm`,title:`Trưởng nhóm`}):null]}),(0,m.jsxs)(`div`,{className:`message-content`,children:[(0,m.jsxs)(`div`,{className:`message-bubble-row`,children:[(0,m.jsxs)(`div`,{className:`message-bubble${I&&!t?` message-bubble--owner`:``}`,children:[n&&!t&&!ie?L?(0,m.jsx)(`button`,{type:`button`,className:`message-sender`,onClick:()=>L(e.senderId??``),children:e.senderName}):(0,m.jsx)(`span`,{className:`message-sender`,children:e.senderName}):null,e.replyTo&&!te?(0,m.jsxs)(`button`,{type:`button`,className:`message-reply-context`,onClick:()=>k(e.replyTo.id),children:[(0,m.jsx)(Os,{avatarUrl:ee?.(e.replyTo.senderId),name:e.replyTo.senderName,className:`message-reply-avatar`}),(0,m.jsxs)(`div`,{className:`message-reply-text`,children:[(0,m.jsx)(`strong`,{children:e.replyTo.senderName}),(0,m.jsx)(`small`,{children:Hd(e.replyTo)})]})]}):null,te?(0,m.jsx)(`p`,{className:`message-tombstone`,children:`Tin nhắn đã được thu hồi.`}):(0,m.jsx)(_z,{message:e,isLatestMessage:i,onOpenImageLightbox:M,onImageSettled:N,onOpenMentionCard:A}),ie?null:(0,m.jsxs)(`time`,{className:`message-time`,children:[Nd(e.createdAt),ae?` · ${ae}`:``]}),te?null:(0,m.jsx)(wz,{message:e,isPickerOpen:o,myReactionType:s,onOpenPicker:c,onClosePickerIfSelf:l,onApplyReaction:u,onRemoveReaction:d,onOpenModal:f})]}),e.id&&e.status!==`failed`&&!te?(0,m.jsx)(wy,{canRemove:C,removeLabel:w,isRemoving:T,canManagePins:p,canCopy:!!Mo(e),canForward:!0,isPinned:h,isMenuOpen:_,menuPosition:v,onReply:D,onForward:O,onOpenMenu:y,onCloseMenu:b,onCopyMessage:x,onTogglePin:g,onViewDetails:S,onRemove:E}):null]}),e.status===`failed`&&t&&!te?(0,m.jsxs)(`div`,{className:`message-retry-actions`,children:[(0,m.jsx)(`button`,{className:`message-retry`,type:`button`,onClick:P,children:`Thử lại`}),(0,m.jsx)(`button`,{className:`message-delete-failed`,type:`button`,onClick:F,children:`Xóa`})]}):null]})]})]})}var Oz=(0,f.forwardRef)(function({conversationId:e,timelineRef:t,isLoading:n,chatError:r,isTimelineReady:i,isFollowingLatest:a,messageWindow:o,isRemovedMessageId:s,virtuosoRef:c,setScrollerRef:l,handleTimelineScrolling:d,handleVisibleRangeChanged:p,visibleDayLabel:h,isNearBottomOfList:g,onCatchUp:_,members:v,isGroup:y,groupMemberCount:b,currentUserId:x,authUser:S,composerError:C,pendingAttachments:w,onRemovePendingAttachment:T,canModerateMessages:E,canManagePins:D,dayDividerKeys:O,replyTargetState:k,onForward:A,onJumpToReply:j,onOpenMentionCard:M,onOpenUserProfile:N,onOpenImageLightbox:P,onRetry:F,onDeleteFailed:I,stickToLatestRef:ee,readIsFollowingLatest:L,scrollToLatest:te,loadAround:ne,onMessageRemoved:re},ie){let[ae,oe]=(0,f.useState)(null),se=w.filter(e=>e.previewUrl),ce=ey(),le=Zv(e,()=>ce.closePicker()),ue=ny(),R=fy(),de=gy(t),fe=_y(v,y,b);(0,f.useImperativeHandle)(ie,()=>({closeMessageMenu:de.closeMenu}),[de.closeMenu]);let pe=(0,f.useCallback)(t=>{if(String(t.conversationId)!==String(e))return;let n=String(t.messageId);Xf.getState().noteRemoval(String(t.conversationId),n),de.clearIfTarget(n),ce.clearIfTarget(n),ue.clearIfTarget(n),fe.clearIfTarget(n),le.clearIfTarget(n),re(t)},[e,fe.clearIfTarget,re,le.clearIfTarget,ue.clearIfTarget]),me=yy(e,x,E,pe,e=>de.setOpenId(e.id??null));(0,f.useEffect)(()=>{le.reset(),Promise.resolve().then(le.refreshPinned)},[e,le.refreshPinned]),(0,f.useEffect)(()=>e?_n({onMessagePinned:t=>{let n=Bo(t?.data??t,e);String(n.conversationId)===String(e)&&!Fo(n)&&!s(String(n.id))&&le.applyPinnedUpdate(n)},onMessageRemoved:e=>{let t=e?.data??e;!t?.conversationId||!t.messageId||!t.removedAt||!t.removedById||pe(t)}}):void 0,[e,s,le.applyPinnedUpdate,pe]);let he=(0,f.useCallback)((t,n)=>{if(!(!e||!t))try{cs(En({conversationId:e,messageId:t,type:n}))}catch(e){console.warn(`Unable to apply reaction`,e)}},[e]),ge=(0,f.useCallback)(t=>{if(!(!e||!t))try{cs(Dn({conversationId:e,messageId:t}))}catch(e){console.warn(`Unable to remove reaction`,e)}},[e]),_e=o.messages.find(e=>String(e.id)===String(ue.messageId))??null,ve=e=>cy(e,v),ye=e=>oy(e,v,x,S),be=async e=>{de.closeMenu();let t=Mo(e);if(t)try{await navigator.clipboard.writeText(t),ss.copied(`Đã sao chép tin nhắn`)}catch{ss.error(`Không sao chép được tin nhắn`)}},xe=y?jd(v):null;return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsxs)(`section`,{className:`message-timeline`,"aria-label":`Nội dung cuộc trò chuyện`,ref:t,children:[(0,m.jsx)($v,{conversationId:e,canManagePins:D,onJump:e=>ne(e),timelineRef:t}),n||o.messages.length>0&&!i?(0,m.jsx)(`div`,{className:`conversation-loading-overlay`,children:(0,m.jsx)(km,{src:Jv,loop:!0,autoplay:!0,className:`conversation-loading-animation`})}):null,r?(0,m.jsx)(`p`,{className:`conversation-error`,children:r}):null,!n&&!r&&o.messages.length===0?(0,m.jsx)(`div`,{className:`conversation-empty-state`,role:`button`,tabIndex:0,onClick:()=>{document.querySelector(`.med-chat-root .message-editor .ProseMirror`)?.focus()},children:(0,m.jsx)(km,{src:Yv,loop:!0,autoplay:!0,className:`conversation-empty-state-animation`})}):null,!n&&o.messages.length>0?(0,m.jsx)(`div`,{className:`message-list-enter${i?``:` message-list-enter--pending`}`,children:(0,m.jsx)(iv,{ref:c,className:`chat-scroller`,scrollerRef:l,isScrolling:d,data:o.messages,firstItemIndex:o.firstItemIndex,alignToBottom:!0,followOutput:a?`smooth`:!1,startReached:o.loadOlder,atTopStateChange:e=>{e&&o.loadOlder()},endReached:o.loadNewer,atBottomStateChange:o.updateAtBottom,rangeChanged:p,computeItemKey:(e,t)=>t.id??t.clientMessageId??String(t.sequence),itemContent:(e,t)=>{let n=t.id??t.clientMessageId??String(t.sequence),r=String(t.senderId)===String(x),i=r||E,a=r?`Thu hồi tin nhắn`:`Gỡ tin nhắn`,s=String(t.id)===String(o.focusedMessageId),c=o.messages.at(-1)?.clientMessageId===t.clientMessageId;return(0,m.jsx)(Dz,{message:t,isMine:r,isGroup:y,isFocused:s,isLatestMessage:c,showDayDivider:O.has(n),isReactionPickerOpen:ce.reactionPickerMessageId===t.id,myReactionType:t.reactionSummary.mine?.type??null,onOpenReactionPicker:()=>ce.openPicker(t.id??null),onCloseReactionPickerIfSelf:()=>t.id&&ce.clearIfTarget(t.id),onApplyReaction:e=>he(t.id,e),onRemoveReaction:()=>ge(t.id),onOpenReactionModal:()=>ue.open(t.id,null),onOpenSystemMembers:R.open,resolveUserAvatar:ve,canManagePins:D,isPinned:le.pinnedIds.has(String(t.id)),onTogglePin:()=>{de.closeMenu(),le.togglePin(t,!le.pinnedIds.has(String(t.id)))},isMenuOpen:de.openMessageMenuId===t.id,menuPosition:de.messageMenuPosition,onOpenMenu:e=>de.openMenu(t.id??``,e),onCloseMenu:()=>de.closeMenu(),onCopyMessage:()=>be(t),onViewDetails:()=>{de.closeMenu(),fe.openDetails(t)},canRemove:i,removeLabel:a,isRemoving:t.id?me.removalInFlightIds.has(t.id):!1,onRemove:()=>me.requestRemoval(t),onReply:()=>k.startReply(t),onForward:()=>A(t),onJumpToReply:j,onOpenMentionCard:M,onOpenUserProfile:N,onOpenImageLightbox:(e,n)=>P(t,e,n),onImageSettled:()=>{(ee.current||L())&&requestAnimationFrame(()=>requestAnimationFrame(()=>te(`auto`)))},onRetry:()=>F(t),onDeleteFailed:()=>I(t),isSenderGroupOwner:xe!=null&&String(t.senderId??``)===String(xe)})}},o.timelineRevision)}):null,h?(0,m.jsx)(`p`,{className:`message-timeline-day-pill${o.isLoadingOlder?` message-timeline-day-pill--below-loader`:``}`,children:h}):null,o.isLoadingOlder?(0,m.jsx)(`p`,{className:`history-loader top`,role:`status`,"aria-label":`Đang tải tin cũ`,children:(0,m.jsx)(u.Spin,{size:`small`})}):null,o.isLoadingNewer?(0,m.jsx)(`p`,{className:`history-loader bottom`,role:`status`,"aria-label":`Đang tải tin mới`,children:(0,m.jsx)(u.Spin,{size:`small`})}):null,o.hasUnseenMessages?(0,m.jsx)(`button`,{className:`new-messages-button`,type:`button`,onClick:_,children:`Tin nhắn mới`}):!o.isAtBottom&&!g?(0,m.jsx)(`button`,{className:`scroll-to-bottom-button`,type:`button`,"aria-label":`Cuộn xuống cuối`,onClick:_,children:(0,m.jsx)(_r,{})}):null]}),k.replyTarget?(0,m.jsx)(by,{target:k.replyTarget,avatarUrl:ve(k.replyTarget.senderId),senderName:ye(k.replyTarget.senderId),onCancel:()=>k.clearReply()}):null,C?(0,m.jsx)(`p`,{className:`conversation-error composer-error`,children:C}):null,w.length>0?(0,m.jsx)(`div`,{className:`composer-attachments-preview`,children:w.map((e,t)=>{let n=e.previewUrl?null:ud(e.file.name),r=se.indexOf(e);return(0,m.jsxs)(`div`,{className:`composer-attachment-thumb`,children:[e.previewUrl?(0,m.jsx)(`button`,{type:`button`,className:`composer-attachment-thumb-preview`,"aria-label":`Xem trước ${e.file.name}`,onClick:()=>oe(r),children:(0,m.jsx)(`img`,{src:e.previewUrl,alt:e.file.name})}):(0,m.jsxs)(`span`,{className:`composer-attachment-file`,title:e.file.name,children:[(0,m.jsx)(`span`,{className:`archive-file-icon ${n.className}`,"aria-hidden":`true`,children:n.label}),(0,m.jsx)(`span`,{className:`composer-attachment-file-name`,children:e.file.name})]}),(0,m.jsx)(`button`,{type:`button`,className:`composer-attachment-remove`,"aria-label":`Bỏ tệp`,title:`Bỏ tệp`,onClick:()=>T(t),children:(0,m.jsx)(Xr,{})})]},`${e.file.name}-${t}`)})}):null,ae===null?null:(0,m.jsx)(vd,{state:{items:se.map((e,t)=>({id:`${e.file.name}-${t}`,url:e.previewUrl,createdAt:new Date().toISOString(),name:e.file.name})),index:ae},onClose:()=>oe(null),onIndexChange:oe}),R.messageId?(0,m.jsx)(py,{totalCount:R.totalCount,actionLabel:R.actionLabel,items:R.items,isLoading:R.isLoading,error:R.error,hasMore:R.hasMore,onLoadMore:R.loadMore,onRetry:R.retry,onClose:R.close,members:v,onOpenProfile:N}):null,_e?(0,m.jsx)(uy,{message:_e,filter:ue.filter,items:ue.items,isLoading:ue.isLoading,error:ue.error,hasMore:ue.hasMore,onFilterChange:ue.changeFilter,onLoadMore:ue.loadMore,onRetry:ue.retry,onClose:ue.close,members:v,onOpenProfile:N}):null,fe.detailsMessage?(0,m.jsx)(vy,{message:fe.detailsMessage,isGroup:y,members:v,otherMember:y?void 0:v?.find(e=>String(e.userId)!==String(x)),currentUserId:x,authUser:S,seenBy:fe.detailsSeenBy,onClose:()=>fe.closeDetails()}):null]})}),kz=Math.min,Az=Math.max,jz=Math.round,Mz=Math.floor,Nz=e=>({x:e,y:e}),Pz={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function Fz(e,t){return typeof e==`function`?e(t):e}function Iz(e){return e.split(`-`)[0]}function Lz(e){return e.split(`-`)[1]}function Rz(e){return e===`x`?`y`:`x`}function zz(e){return e===`y`?`height`:`width`}function Bz(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function Vz(e){return Rz(Bz(e))}function Hz(e,t,n){n===void 0&&(n=!1);let r=Lz(e),i=Vz(e),a=zz(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=Zz(o)),[o,Zz(o)]}function Uz(e){let t=Zz(e);return[Wz(e),t,Wz(t)]}function Wz(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var Gz=[`left`,`right`],Kz=[`right`,`left`],qz=[`top`,`bottom`],Jz=[`bottom`,`top`];function Yz(e,t,n){switch(e){case`top`:case`bottom`:return n?t?Kz:Gz:t?Gz:Kz;case`left`:case`right`:return t?qz:Jz;default:return[]}}function Xz(e,t,n,r){let i=Lz(e),a=Yz(Iz(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(Wz)))),a}function Zz(e){let t=Iz(e);return Pz[t]+e.slice(t.length)}function Qz(e){return{top:e.top??0,right:e.right??0,bottom:e.bottom??0,left:e.left??0}}function $z(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:Qz(e)}function eB(e){let{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function tB(e,t,n){let{reference:r,floating:i}=e,a=Bz(t),o=Vz(t),s=zz(o),c=Iz(t),l=a===`y`,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2,p;switch(c){case`top`:p={x:u,y:r.y-i.height};break;case`bottom`:p={x:u,y:r.y+r.height};break;case`right`:p={x:r.x+r.width,y:d};break;case`left`:p={x:r.x-i.width,y:d};break;default:p={x:r.x,y:r.y}}let m=Lz(t);return m&&(p[o]+=f*(m===`end`?1:-1)*(n&&l?-1:1)),p}async function nB(e,t){t===void 0&&(t={});let{x:n,y:r,platform:i,rects:a,elements:o,strategy:s}=e,{boundary:c=`clippingAncestors`,rootBoundary:l=`viewport`,elementContext:u=`floating`,altBoundary:d=!1,padding:f=0}=Fz(t,e),p=$z(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=eB(await i.getClippingRect({element:await(i.isElement==null?void 0:i.isElement(m))??!0?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(o.floating)),boundary:c,rootBoundary:l,strategy:s})),g=u===`floating`?{x:n,y:r,width:a.floating.width,height:a.floating.height}:a.reference,_=await(i.getOffsetParent==null?void 0:i.getOffsetParent(o.floating)),v=await(i.isElement==null?void 0:i.isElement(_))&&await(i.getScale==null?void 0:i.getScale(_))||{x:1,y:1},y=eB(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:o,rect:g,offsetParent:_,strategy:s}):g);return{top:(h.top-y.top+p.top)/v.y,bottom:(y.bottom-h.bottom+p.bottom)/v.y,left:(h.left-y.left+p.left)/v.x,right:(y.right-h.right+p.right)/v.x}}var rB=50,iB=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:nB},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=tB(l,r,c),f=r,p=0,m={};for(let n=0;n<a.length;n++){let h=a[n];if(!h)continue;let{name:g,fn:_}=h,{x:v,y,data:b,reset:x}=await _({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:m,rects:l,platform:s,elements:{reference:e,floating:t}});u=v??u,d=y??d,m[g]={...m[g],...b},x&&p<rB&&(p++,typeof x==`object`&&(x.placement&&(f=x.placement),x.rects&&(l=x.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:u,y:d}=tB(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},aB=function(e){return e===void 0&&(e={}),{name:`flip`,options:e,async fn(t){var n;let{placement:r,middlewareData:i,rects:a,initialPlacement:o,platform:s,elements:c}=t,{mainAxis:l=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:f=`bestFit`,fallbackAxisSideDirection:p=`none`,flipAlignment:m=!0,...h}=Fz(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=Iz(r),_=Bz(o),v=Iz(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[Zz(o)]:Uz(o)),x=p!==`none`;!d&&x&&b.push(...Xz(o,m,p,y));let S=[o,...b],C=await s.detectOverflow(t,h),w=[],T=i.flip?.overflows||[];if(l&&w.push(C[g]),u){let e=Hz(r,a,y);w.push(C[e[0]],C[e[1]])}if(T=[...T,{placement:r,overflows:w}],!w.every(e=>e<=0)){let e=(i.flip?.index||0)+1,t=S[e];if(t&&(u!==`alignment`||_===Bz(t)||T.every(e=>Bz(e.placement)!==_||e.overflows[0]>0)))return{data:{index:e,overflows:T},reset:{placement:t}};let n=T.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0]?.placement;if(!n)switch(f){case`bestFit`:{let e=T.filter(e=>{if(x){let t=Bz(e.placement);return t===_||t===`y`}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0]?.[0];e&&(n=e);break}case`initialPlacement`:n=o}if(r!==n)return{reset:{placement:n}}}return{}}}},oB=new Set([`left`,`top`]);async function sB(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=Iz(n),s=Lz(n),c=Bz(n)===`y`,l=oB.has(o)?-1:1,u=a&&c?-1:1,d=Fz(t,e),{mainAxis:f,crossAxis:p,alignmentAxis:m}=typeof d==`number`?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof m==`number`&&(p=s===`end`?m*-1:m),c?{x:p*u,y:f*l}:{x:f*l,y:p*u}}var cB=function(e){return e===void 0&&(e=0),{name:`offset`,options:e,async fn(t){var n;let{x:r,y:i,placement:a,middlewareData:o}=t,s=await sB(t,e);return a===o.offset?.placement&&(n=o.arrow)!=null&&n.alignmentOffset?{}:{x:r+s.x,y:i+s.y,data:{...s,placement:a}}}}};function lB(){return typeof window<`u`}function uB(e){return pB(e)?(e.nodeName||``).toLowerCase():`#document`}function dB(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function fB(e){return((pB(e)?e.ownerDocument:e.document)||window.document)?.documentElement}function pB(e){return lB()?e instanceof Node||e instanceof dB(e).Node:!1}function mB(e){return lB()?e instanceof Element||e instanceof dB(e).Element:!1}function hB(e){return lB()?e instanceof HTMLElement||e instanceof dB(e).HTMLElement:!1}function gB(e){return!lB()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof dB(e).ShadowRoot}function _B(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=OB(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&i!==`inline`&&i!==`contents`}function vB(e){return/^(table|td|th)$/.test(uB(e))}function yB(e){try{if(e.matches(`:popover-open`))return!0}catch{}try{return e.matches(`:modal`)}catch{return!1}}var bB=/transform|translate|scale|rotate|perspective|filter/,xB=/paint|layout|strict|content/,SB=e=>!!e&&e!==`none`,CB;function wB(e){let t=mB(e)?OB(e):e;return SB(t.transform)||SB(t.translate)||SB(t.scale)||SB(t.rotate)||SB(t.perspective)||!EB()&&(SB(t.backdropFilter)||SB(t.filter))||bB.test(t.willChange||``)||xB.test(t.contain||``)}function TB(e){let t=AB(e);for(;hB(t)&&!DB(t);){if(wB(t))return t;if(yB(t))return null;t=AB(t)}return null}function EB(){return CB??=typeof CSS<`u`&&CSS.supports&&CSS.supports(`-webkit-backdrop-filter`,`none`),CB}function DB(e){return/^(html|body|#document)$/.test(uB(e))}function OB(e){return dB(e).getComputedStyle(e)}function kB(e){return mB(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function AB(e){if(uB(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||gB(e)&&e.host||fB(e);return gB(t)?t.host:t}function jB(e){let t=AB(e);return DB(t)?(e.ownerDocument||e).body:hB(t)&&_B(t)?t:jB(t)}function MB(e,t,n){t===void 0&&(t=[]),n===void 0&&(n=!0);let r=jB(e),i=r===e.ownerDocument?.body,a=dB(r);if(i){let e=NB(a);return t.concat(a,a.visualViewport||[],_B(r)?r:[],e&&n?MB(e):[])}return t.concat(r,MB(r,[],n))}function NB(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function PB(e){let t=OB(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=hB(e),a=i?e.offsetWidth:n,o=i?e.offsetHeight:r,s=jz(n)!==a||jz(r)!==o;return s&&(n=a,r=o),{width:n,height:r,$:s}}function FB(e){return mB(e)?e:e.contextElement}function IB(e){let t=FB(e);if(!hB(t))return Nz(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:a}=PB(t),o=(a?jz(n.width):n.width)/r,s=(a?jz(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!s||!Number.isFinite(s))&&(s=1),{x:o,y:s}}var LB=Nz(0);function RB(e){let t=dB(e);return!EB()||!t.visualViewport?LB:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function zB(e,t,n){return t===void 0&&(t=!1),!!n&&t&&n===dB(e)}function BB(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),a=FB(e),o=Nz(1);t&&(r?mB(r)&&(o=IB(r)):o=IB(e));let s=zB(a,n,r)?RB(a):Nz(0),c=(i.left+s.x)/o.x,l=(i.top+s.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(a&&r){let e=dB(a),t=mB(r)?dB(r):r,n=e,i=NB(n);for(;i&&t!==n;){let e=IB(i),t=i.getBoundingClientRect(),r=OB(i),a=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;c*=e.x,l*=e.y,u*=e.x,d*=e.y,c+=a,l+=o,n=dB(i),i=NB(n)}}return eB({width:u,height:d,x:c,y:l})}function VB(e,t){let n=kB(e).scrollLeft;return t?t.left+n:BB(fB(e)).left+n}function HB(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-VB(e,n),y:n.top+t.scrollTop}}function UB(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e,a=i===`fixed`,o=fB(r),s=t?yB(t.floating):!1;if(r===o||s&&a)return n;let c={scrollLeft:0,scrollTop:0},l=Nz(1),u=Nz(0),d=hB(r);if((d||!a)&&((uB(r)!==`body`||_B(o))&&(c=kB(r)),d)){let e=BB(r);l=IB(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}let f=o&&!d&&!a?HB(o,c):Nz(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-c.scrollLeft*l.x+u.x+f.x,y:n.y*l.y-c.scrollTop*l.y+u.y+f.y}}function WB(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function GB(e){let t=kB(e),n=e.ownerDocument.body,r=Az(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),i=Az(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),a=-t.scrollLeft+VB(e),o=-t.scrollTop;return OB(n).direction===`rtl`&&(a+=Az(e.clientWidth,n.clientWidth)-r),{width:r,height:i,x:a,y:o}}var KB=25;function qB(e,t,n){n===void 0&&(n=`viewport`);let r=n===`layoutViewport`,i=dB(e),a=fB(e),o=i.visualViewport,s=a.clientWidth,c=a.clientHeight,l=0,u=0;if(o){let e=!EB()||t===`fixed`;r?e||(l=-o.offsetLeft,u=-o.offsetTop):(s=o.width,c=o.height,e&&(l=o.offsetLeft,u=o.offsetTop))}if(VB(a)<=0){let e=a.ownerDocument,t=e.body,n=getComputedStyle(t),r=e.compatMode===`CSS1Compat`&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,i=Math.abs(a.clientWidth-t.clientWidth-r),o=getComputedStyle(a).scrollbarGutter===`stable both-edges`?i/2:i;o<=KB&&(s-=o)}return{width:s,height:c,x:l,y:u}}function JB(e,t){let n=BB(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=IB(e);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function YB(e,t,n){let r;if(t===`viewport`||t===`layoutViewport`)r=qB(e,n,t);else if(t===`document`)r=GB(fB(e));else if(mB(t))r=JB(t,n);else{let n=RB(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return eB(r)}function XB(e,t){let n=t.get(e);if(n)return n;let r=MB(e,[],!1).filter(e=>mB(e)&&uB(e)!==`body`),i=null,a=OB(e).position===`fixed`,o=a?AB(e):e;for(;mB(o)&&!DB(o);){let e=OB(o),t=wB(o),n=i?i.position:a?`fixed`:``;!t&&(n===`fixed`||n===`absolute`&&e.position===`static`)?r=r.filter(e=>e!==o):i=e,o=AB(o)}return t.set(e,r),r}function ZB(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?yB(t)?[]:XB(t,this._c):[].concat(n),r],o=YB(t,a[0],i),s=o.top,c=o.right,l=o.bottom,u=o.left;for(let e=1;e<a.length;e++){let n=YB(t,a[e],i);s=Az(n.top,s),c=kz(n.right,c),l=kz(n.bottom,l),u=Az(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function QB(e){let{width:t,height:n}=PB(e);return{width:t,height:n}}function $B(e,t,n){let r=hB(t),i=fB(t),a=n===`fixed`,o=BB(e,!0,a,t),s={scrollLeft:0,scrollTop:0},c=Nz(0);if((r||!a)&&((uB(t)!==`body`||_B(i))&&(s=kB(t)),r)){let e=BB(t,!0,a,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}!r&&i&&(c.x=VB(i));let l=i&&!r&&!a?HB(i,s):Nz(0);return{x:o.left+s.scrollLeft-c.x-l.x,y:o.top+s.scrollTop-c.y-l.y,width:o.width,height:o.height}}function eV(e){return OB(e).position===`static`}function tV(e,t){if(!hB(e)||OB(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return fB(e)===n&&(n=n.ownerDocument.body),n}function nV(e,t){let n=dB(e);if(yB(e))return n;if(!hB(e)){let t=AB(e);for(;t&&!DB(t);){if(mB(t)&&!eV(t))return t;t=AB(t)}return n}let r=tV(e,t);for(;r&&vB(r)&&eV(r);)r=tV(r,t);return r&&DB(r)&&eV(r)&&!wB(r)?n:r||TB(e)||n}var rV=async function(e){let t=this.getOffsetParent||nV,n=this.getDimensions,r=await n(e.floating);return{reference:$B(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function iV(e){return OB(e).direction===`rtl`}var aV={convertOffsetParentRelativeRectToViewportRelativeRect:UB,getDocumentElement:fB,getClippingRect:ZB,getOffsetParent:nV,getElementRects:rV,getClientRects:WB,getDimensions:QB,getScale:IB,isElement:mB,isRTL:iV};function oV(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function sV(e,t,n){let r=null,i,a=fB(e);function o(){var e;clearTimeout(i),(e=r)==null||e.disconnect(),r=null}function s(n,c){n===void 0&&(n=!1),c===void 0&&(c=1),o();let l=e.getBoundingClientRect(),{left:u,top:d,width:f,height:p}=l;if(n||t(),!f||!p)return;let m=Mz(d),h=Mz(a.clientWidth-(u+f)),g=Mz(a.clientHeight-(d+p)),_=Mz(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:Az(0,kz(1,c))||1},y=!0;function b(t){let n=t[0].intersectionRatio;if(!oV(l,e.getBoundingClientRect()))return s();if(n!==c){if(!y)return s();n?s(!1,n):i=setTimeout(()=>{s(!1,1e-7)},1e3)}y=!1}try{r=new IntersectionObserver(b,{...v,root:a.ownerDocument})}catch{r=new IntersectionObserver(b,v)}r.observe(e)}let c=dB(e),l=()=>s(n);return c.addEventListener(`resize`,l),s(!0),()=>{c.removeEventListener(`resize`,l),o()}}function cV(e,t,n,r){r===void 0&&(r={});let{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:o=typeof ResizeObserver==`function`,layoutShift:s=typeof IntersectionObserver==`function`,animationFrame:c=!1}=r,l=FB(e),u=i||a?[...l?MB(l):[],...t?MB(t):[]]:[];u.forEach(e=>{i&&e.addEventListener(`scroll`,n),a&&e.addEventListener(`resize`,n)});let d=l&&s?sV(l,n,a):null,f=-1,p=null;o&&(p=new ResizeObserver(e=>{let[r]=e;r&&r.target===l&&p&&t&&(p.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var e;(e=p)==null||e.observe(t)})),n()}),l&&!c&&p.observe(l),t&&p.observe(t));let m,h=c?BB(e):null;c&&g();function g(){let t=BB(e);h&&!oV(h,t)&&n(),h=t,m=requestAnimationFrame(g)}return n(),()=>{var e;u.forEach(e=>{i&&e.removeEventListener(`scroll`,n),a&&e.removeEventListener(`resize`,n)}),d?.(),(e=p)==null||e.disconnect(),p=null,c&&cancelAnimationFrame(m)}}var lV=cB,uV=aB,dV=(e,t,n)=>{let r=new Map,i=n??{},a={...aV,...i.platform,_c:r};return iB(e,t,{...i,platform:a})};function fV(e){let{char:t,allowSpaces:n,allowToIncludeChar:r,allowedPrefixes:i,startOfLine:a,$position:o}=e,s=n&&!r,c=QA(t),l=RegExp(`\\s${c}$`),u=a?`^`:``,d=r?``:c,f=RegExp(s?`${u}${c}.*?(?=\\s${d}|$)`:`${u}(?:^)?${c}[^\\s${d}]*`,`gm`),p=o.nodeBefore?.isText&&o.nodeBefore.text;if(!p)return null;let m=o.pos-p.length,h=Array.from(p.matchAll(f)).pop();if(!h||h.input===void 0||h.index===void 0)return null;let g=h.input.slice(Math.max(0,h.index-1),h.index),_=RegExp(`^[${i?.join(``)}\0]?$`).test(g);if(i!==null&&!_)return null;let v=m+h.index,y=v+h[0].length;return s&&l.test(p.slice(y-1,y+1))&&(h[0]+=` `,y+=1),v<o.pos&&y>=o.pos?{range:{from:v,to:y},query:h[0].slice(t.length),text:h[0]}:null}function pV(e){return e.docChanged?e.steps.some(e=>{let t=e.slice;if(!t?.content)return!1;let n=t.content.textBetween(0,t.content.size,`
205
205
  `);return/\s/.test(n)}):!1}function mV(e){return()=>{let t=e.state.selection.$anchor.pos,{top:n,right:r,bottom:i,left:a}=e.view.coordsAtPos(t);try{return new DOMRect(a,n,r-a,i-n)}catch{return null}}}function hV(e,t,n,r){return n?()=>{let n=r.getState(e.state)?.decorationId;return t.dom.querySelector(`[data-decoration-id="${n}"]`)?.getBoundingClientRect()||null}:mV(e)}function gV({match:e,dismissedRange:t,state:n,transaction:r,editor:i,shouldResetDismissed:a,effectiveAllowSpaces:o}){return a?.({editor:i,state:n,range:t,match:e,transaction:r,allowSpaces:o})?!1:o?e.range.from===t.from:e.range.from===t.from&&!pV(r)}function _V({view:e,pluginKeyRef:t}){let n=e.state.tr.setMeta(t,{exit:!0});e.dispatch(n)}function vV({pluginKey:e,decorationTag:t,decorationClass:n,decorationContent:r,decorationEmptyClass:i,renderer:a,dispatchExit:o}){return{handleKeyDown(t,n){var r;let i=e.getState(t.state);return i.active?n.key===`Escape`||n.key===`Esc`?((r=a?.onKeyDown)==null||r.call(a,{view:t,event:n,range:i.range}),o(t),!0):(a?.onKeyDown)?.call(a,{view:t,event:n,range:i.range})||!1:!1},decorations(a){let{active:o,range:s,decorationId:c,query:l}=e.getState(a);if(!o)return null;let u=!l?.length,d=[n];return u&&d.push(i),sD.create(a.doc,[iD.inline(s.from,s.to,{nodeName:t,class:d.join(` `),"data-decoration-id":c||void 0,"data-decoration-content":r})])}}}function yV({editor:e,char:t,effectiveAllowSpaces:n,allowToIncludeChar:r,allowedPrefixes:i,startOfLine:a,findSuggestionMatch:o,allow:s,shouldShow:c,shouldKeepDismissed:l,pluginKey:u}){return{init(){return{active:!1,range:{from:0,to:0},query:null,text:null,composing:!1,dismissedRange:null}},apply(d,f,p,m){let{isEditable:h}=e,{composing:g}=e.view,{selection:_}=d,{empty:v,from:y}=_,b={...f},x=d.getMeta(u);if(x&&x.exit)return b.active=!1,b.decorationId=null,b.range={from:0,to:0},b.query=null,b.text=null,b.dismissedRange=f.active?{...f.range}:f.dismissedRange,b;if(b.composing=g,d.docChanged&&b.dismissedRange!==null&&(b.dismissedRange={from:d.mapping.map(b.dismissedRange.from),to:d.mapping.map(b.dismissedRange.to)}),h&&(v||e.view.composing)){(y<f.range.from||y>f.range.to)&&!g&&!f.composing&&(b.active=!1);let u=o({char:t,allowSpaces:n,allowToIncludeChar:r,allowedPrefixes:i,startOfLine:a,$position:_.$from}),p=`id_${Math.floor(Math.random()*4294967295)}`;u&&s({editor:e,state:m,range:u.range,isActive:f.active})&&(!c||c({editor:e,range:u.range,query:u.query,text:u.text,transaction:d}))?(b.dismissedRange!==null&&!l({match:u,dismissedRange:b.dismissedRange,state:m,transaction:d})&&(b.dismissedRange=null),b.dismissedRange===null?(b.active=!0,b.decorationId=f.decorationId||p,b.range=u.range,b.query=u.query,b.text=u.text):b.active=!1):(u||(b.dismissedRange=null),b.active=!1)}else b.active=!1;return b.active||(b.decorationId=null,b.range={from:0,to:0},b.query=null,b.text=null),b}}}function bV({editor:e,items:t}){let n=null,r=null,i=null,a=()=>{r!==null&&(clearTimeout(r),r=null),i?.(),i=null},o=e=>new Promise(t=>{i=t,r=setTimeout(()=>{r=null;let e=i;i=null,e?.()},e)}),s=()=>{n?.abort(),a(),n=null};return{abort:s,fetch:async(r,i)=>{s(),n=new AbortController;let a=n;if(i>0&&await o(i),n!==a||a.signal.aborted)return{status:`aborted`};try{let i=await t({editor:e,query:r,signal:a.signal});return n!==a||a.signal.aborted?{status:`aborted`}:{status:`resolved`,items:i}}catch{return n!==a||a.signal.aborted?{status:`aborted`}:{status:`error`}}}}}function xV({placement:e,offset:t,flip:n,floatingUi:r}){let i=[lV({mainAxis:t.mainAxis??4,crossAxis:t.crossAxis??0})];return n&&i.push(uV()),r?.middleware?.length&&i.push(...r.middleware),{placement:e,strategy:r?.strategy??`absolute`,middleware:i}}function SV(e){if(e instanceof HTMLElement)return e;if(typeof e==`string`)try{let t=document.querySelector(e);if(t)return t}catch{return document.body}return document.body}function CV({getReferenceRect:e,contextElement:t,config:n,container:r,dismissOnOutsideClick:i,dismiss:a}){return(o,s={})=>{let c={getBoundingClientRect:()=>e()??new DOMRect,contextElement:t},l=!1,u=!o.isConnected;u&&SV(r).appendChild(o),s.onPosition||(o.style.visibility=`hidden`,o.style.width=`max-content`);let d=cV(c,o,()=>{dV(c,o,{placement:n.placement,strategy:n.strategy,middleware:n.middleware}).then(({x:e,y:t,placement:n,strategy:r})=>{if(s.onPosition){s.onPosition({x:e,y:t,placement:n,strategy:r});return}Object.assign(o.style,{position:r,left:`${e}px`,top:`${t}px`}),l||(l=!0,o.style.visibility=``)})},s.autoUpdate),f;return i&&(f=e=>{let n=e.target;!(n instanceof Node)||o.contains(n)||t.contains(n)||a()},document.addEventListener(`pointerdown`,f,!0)),()=>{d(),f&&document.removeEventListener(`pointerdown`,f,!0),u&&o.remove()}}}function wV({editor:e,pluginKey:t,items:n,renderer:r,minQueryLength:i,debounce:a,initialItems:o,placement:s,offset:c,container:l,flip:u,floatingUi:d,dismissOnOutsideClick:f,command:p,clientRectFor:m,dispatchExit:h}){let g,_=bV({editor:e,items:n}),v=xV({placement:s,offset:c,flip:u,floatingUi:d});function y(e,t){var n,i,a;switch(e){case`started`:(n=r?.onStart)==null||n.call(r,t);break;case`updated`:(i=r?.onUpdate)==null||i.call(r,t);break;case`stopped`:(a=r?.onExit)==null||a.call(r,t)}}return{update:async(n,d)=>{var b,x;let S=t.getState(d),C=t.getState(n.state);if(!S||!C)return;let w=null,T=S.query!==C.query,E=S.text!==C.text,D=S.range.from!==C.range.from||S.range.to!==C.range.to,O=T||E||D;if(!S.active&&C.active)w=`started`;else if(S.active&&!C.active)w=`stopped`;else if(C.active&&O)w=`updated`;else return;let k=w===`stopped`?S:C,A=n.dom.querySelector(`[data-decoration-id="${k.decorationId}"]`),j=m(n,A),M=i===0||(k.query?k.query.length>=i:!1),N=(w===`started`||w===`updated`)&&M;if(g={editor:e,range:k.range,query:k.query||``,text:k.text||``,items:o??[],command:t=>p({editor:e,range:k.range,props:t}),decorationNode:A,clientRect:j,loading:N,placement:s,offset:{mainAxis:c.mainAxis??4,crossAxis:c.crossAxis??0},container:l,flip:u,floatingUi:v,mount:CV({getReferenceRect:j,contextElement:n.dom,config:v,container:l,dismissOnOutsideClick:f,dismiss:()=>h(e.view)})},w===`started`&&((b=r?.onBeforeStart)==null||b.call(r,g)),w===`updated`&&((x=r?.onBeforeUpdate)==null||x.call(r,g)),w===`started`&&y(w,g),w===`started`||w===`updated`)if(!N)_.abort(),g={...g,items:o??[],loading:!1};else{g={...g,items:o??[],loading:!0},w=`updated`,y(w,g);let e=await _.fetch(k.query||``,a);if(e.status===`aborted`)return;if(!t.getState(n.state)?.active){_.abort();return}g=e.status===`resolved`?{...g,items:e.items,loading:!1}:{...g,loading:!1}}if(w===`stopped`){_.abort(),y(w,g),g=void 0;return}w===`updated`&&y(w,g)},destroy:()=>{var e;_.abort(),g&&((e=r?.onExit)==null||e.call(r,g))}}}var TV=new PS(`suggestion`);function EV({pluginKey:e=TV,editor:t,char:n=`@`,allowSpaces:r=!1,allowToIncludeChar:i=!1,allowedPrefixes:a=[` `],startOfLine:o=!1,decorationTag:s=`span`,decorationClass:c=`suggestion`,decorationContent:l=``,decorationEmptyClass:u=`is-empty`,command:d=()=>null,items:f=()=>[],minQueryLength:p=0,debounce:m=0,initialItems:h,placement:g=`bottom-start`,offset:_={},container:v,flip:y=!0,floatingUi:b,dismissOnOutsideClick:x=!0,render:S=()=>({}),allow:C=()=>!0,findSuggestionMatch:w=fV,shouldShow:T,shouldResetDismissed:E}){let D=S?.(),O=r&&!i,k=(n,r)=>hV(t,n,r,e);function A(e){return gV({...e,editor:t,shouldResetDismissed:E,effectiveAllowSpaces:O})}let j=t=>_V({view:t,pluginKeyRef:e});return new jS({key:e,view:()=>wV({editor:t,pluginKey:e,items:f,renderer:D,minQueryLength:p,debounce:m,initialItems:h,placement:g,offset:_,container:v,flip:y,floatingUi:b,dismissOnOutsideClick:x,command:d,clientRectFor:k,dispatchExit:j}),state:yV({editor:t,char:n,effectiveAllowSpaces:O,allowToIncludeChar:i,allowedPrefixes:a,startOfLine:o,findSuggestionMatch:w,allow:C,shouldShow:T,shouldKeepDismissed:A,pluginKey:e}),props:vV({pluginKey:e,decorationTag:s,decorationClass:c,decorationContent:l,decorationEmptyClass:u,renderer:D,dispatchExit:j})})}function DV({editor:e,overrideSuggestionOptions:t,extensionName:n,char:r=`@`}){return{editor:e,char:r,pluginKey:new PS,command:({editor:e,range:t,props:i})=>{var a;(e.view.state.selection.$to.nodeAfter?.text)?.startsWith(` `)&&(t.to+=1),e.chain().focus().insertContentAt(t,[{type:n,attrs:{...i,mentionSuggestionChar:r}},{type:`text`,text:` `}]).run(),(a=e.view.dom.ownerDocument.defaultView?.getSelection())==null||a.collapseToEnd()},allow:({state:e,range:t})=>{let r=e.doc.resolve(t.from),i=e.schema.nodes[n];return!!r.parent.type.contentMatch.matchType(i)},...t}}function OV(e){return(e.options.suggestions.length?e.options.suggestions:[e.options.suggestion]).map(t=>DV({editor:e.editor,overrideSuggestionOptions:t,extensionName:e.name,char:t.char}))}function kV(e,t){let n=OV(e);return n.find(e=>e.char===t)||(n.length?n[0]:null)}var AV=Kj.create({name:`mention`,priority:101,addOptions(){return{HTMLAttributes:{},renderText({node:e,suggestion:t}){return`${t?.char??`@`}${e.attrs.label??e.attrs.id}`},deleteTriggerWithBackspace:!1,renderHTML({options:e,node:t,suggestion:n}){return[`span`,Hk(this.HTMLAttributes,e.HTMLAttributes),`${n?.char??`@`}${t.attrs.label??t.attrs.id}`]},suggestions:[],suggestion:{}}},group:`inline`,inline:!0,selectable:!1,atom:!0,addAttributes(){return{id:{default:null,parseHTML:e=>e.getAttribute(`data-id`),renderHTML:e=>e.id?{"data-id":e.id}:{}},label:{default:null,parseHTML:e=>e.getAttribute(`data-label`),renderHTML:e=>e.label?{"data-label":e.label}:{}},mentionSuggestionChar:{default:`@`,parseHTML:e=>e.getAttribute(`data-mention-suggestion-char`),renderHTML:e=>({"data-mention-suggestion-char":e.mentionSuggestionChar})}}},parseHTML(){return[{tag:`span[data-type="${this.name}"]`}]},renderHTML({node:e,HTMLAttributes:t}){let n=kV(this,e.attrs.mentionSuggestionChar);if(this.options.renderLabel!==void 0)return console.warn(`renderLabel is deprecated use renderText and renderHTML instead`),[`span`,Hk({"data-type":this.name},this.options.HTMLAttributes,t),this.options.renderLabel({options:this.options,node:e,suggestion:n})];let r={...this.options};r.HTMLAttributes=Hk({"data-type":this.name},this.options.HTMLAttributes,t);let i=this.options.renderHTML({options:r,node:e,suggestion:n});return typeof i==`string`?[`span`,Hk({"data-type":this.name},this.options.HTMLAttributes,t),i]:i},...lj({nodeName:`mention`,name:`@`,selfClosing:!0,allowedAttributes:[`id`,`label`,{name:`mentionSuggestionChar`,skipIfDefault:`@`}],parseAttributes:e=>{let t={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g,r=n.exec(e);for(;r!==null;){let[,i,a,o]=r;t[i===`char`?`mentionSuggestionChar`:i]=a??o,r=n.exec(e)}return t},serializeAttributes:e=>Object.entries(e).filter(([,e])=>e!=null).map(([e,t])=>`${e===`mentionSuggestionChar`?`char`:e}="${t}"`).join(` `)}),renderText({node:e}){let t={options:this.options,node:e,suggestion:kV(this,e.attrs.mentionSuggestionChar)};return this.options.renderLabel===void 0?this.options.renderText(t):(console.warn(`renderLabel is deprecated use renderText and renderHTML instead`),this.options.renderLabel(t))},addKeyboardShortcuts(){return{Backspace:()=>this.editor.commands.command(({tr:e,state:t})=>{let n=!1,{selection:r}=t,{empty:i,anchor:a}=r;if(!i)return!1;let o=new $y,s=0;return t.doc.nodesBetween(a-1,a,(e,t)=>{if(e.type.name===this.name)return n=!0,o=e,s=t,!1}),n&&e.insertText(this.options.deleteTriggerWithBackspace?``:o.attrs.mentionSuggestionChar,s,s+o.nodeSize),n})}},addProseMirrorPlugins(){return OV(this).map(EV)}});Dj.create({name:`characterCount`,addOptions(){return{limit:null,autoTrim:!0,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new jS({key:new PS(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit,a=this.options.autoTrim;if(i==null||i===0||a===!1){e=!0;return}let o=this.storage.characters({node:r.doc});if(o>i){let t=o-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}}),Dj.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[VL(this.options)]}}),Dj.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new jS({key:new PS(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return sD.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(iD.node(t,t+e.nodeSize,{class:this.options.className}))}),sD.create(e,a)}}})]}}),Dj.create({name:`gapCursor`,addProseMirrorPlugins(){return[JL()]},extendNodeSchema(e){return{allowGapCursor:Ik(J(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}});var jV=`placeholder`,MV=new PS(`tiptap__placeholder`);function NV(e){let{editor:t,placeholder:n,dataAttribute:r,pos:i,node:a,isEmptyDoc:o,hasAnchor:s,classes:{emptyNode:c,emptyEditor:l}}=e,u=[c];return o&&u.push(l),iD.node(i,i+a.nodeSize,{class:u.join(` `),[r]:typeof n==`function`?n({editor:t,node:a,pos:i,hasAnchor:s}):n})}function PV(e,t){return typeof e==`function`?e(t):e}function FV({editor:e,options:t,dataAttribute:n,doc:r,selection:i,from:a,to:o}){let{anchor:s}=i,c=[],l=e.isEmpty;return r.nodesBetween(a,o,(r,i)=>{let a=s>=i&&s<=i+r.nodeSize,o=!r.isLeaf&&_A(r);return r.type.isTextblock&&(a||!t.showOnlyCurrent)&&o&&c.push(NV({editor:e,isEmptyDoc:l,dataAttribute:n,hasAnchor:a,placeholder:t.placeholder,classes:{emptyEditor:t.emptyEditorClass,emptyNode:PV(t.emptyNodeClass,{editor:e,node:r,pos:i,hasAnchor:a})},node:r,pos:i})),t.includeChildren}),c}function IV({editor:e,options:t,dataAttribute:n,doc:r,selection:i}){if(!(e.isEditable||!t.showOnlyWhenEditable))return null;let{anchor:a}=i,o=[],s=e.isEmpty;if(t.showOnlyCurrent&&!t.includeChildren){let i=r.resolve(a),c=i.depth>0?i.node(1):i.nodeAfter,l=i.depth>0?i.before(1):a;if(c&&c.type.isTextblock&&_A(c)){let r=a>=l&&a<=l+c.nodeSize;o.push(NV({editor:e,isEmptyDoc:s,dataAttribute:n,hasAnchor:r,placeholder:t.placeholder,classes:{emptyEditor:t.emptyEditorClass,emptyNode:PV(t.emptyNodeClass,{editor:e,node:c,pos:l,hasAnchor:r})},node:c,pos:l}))}}else o.push(...FV({editor:e,options:t,dataAttribute:n,doc:r,selection:i,from:0,to:r.content.size}));return sD.create(r,o)}function LV(e,t){let n=e.resolve(t);if(n.depth===0){let e=n.nodeAfter??n.nodeBefore;if(!e)return{from:t,to:t};let r=n.nodeAfter?t:t-e.nodeSize;return{from:r,to:r+e.nodeSize}}let r=n.before(1);return{from:r,to:r+n.node(1).nodeSize}}function RV(e,t){return{from:Math.max(0,t.from-1),to:Math.min(e.content.size,t.to-1)}}function zV(e,t,n){let r=[];return e.forEach((e,i)=>{let a=i,o=a+e.nodeSize,s=a+1,c=o+1;s<n&&c>t&&r.push({from:a,to:o})}),r}function BV(e){if(e.length===0)return[];let t=[...e].sort((e,t)=>e.from-t.from),n=[{...t[0]}];for(let e=1;e<t.length;e+=1){let r=n[n.length-1],i=t[e];i.from<=r.to?r.to=Math.max(r.to,i.to):n.push({...i})}return n}function VV(e,t){let n=zV(e,t.from,t.to);return n.push(RV(e,LV(e,t.from))),t.to>t.from?n.push(RV(e,LV(e,Math.min(t.to,e.content.size+1)-1))):t.from<e.content.size+1&&n.push(RV(e,LV(e,Math.min(t.from+1,e.content.size)))),n}function HV(e,t,n){let r=[];if(e.docChanged){let t=aA(e);for(let e of t)r.push(...VV(n.doc,e.newRange))}return e.selectionSet&&(r.push(RV(n.doc,LV(n.doc,e.mapping.map(t.selection.anchor)))),r.push(RV(n.doc,LV(n.doc,n.selection.anchor)))),BV(r)}function UV(e,t,n){let r=Math.max(0,Math.min(e,n.content.size));return{from:r,to:Math.max(r,Math.min(t,n.content.size))}}function WV({decorations:e,ranges:t,editor:n,options:r,dataAttribute:i,doc:a,selection:o}){let s=e;for(let e of t){let{from:t,to:c}=UV(e.from,e.to,a),l=s.find(t,c).filter(e=>e.from>=t&&e.to<=c);l.length&&(s=s.remove(l));let u=FV({editor:n,options:r,dataAttribute:i,doc:a,selection:o,from:t,to:c});u.length&&(s=s.add(a,u))}return s}function GV({editor:e,options:t,dataAttribute:n}){return{init(r,i){return IV({editor:e,options:t,dataAttribute:n,doc:i.doc,selection:i.selection})??sD.empty},apply(r,i,a,o){return!r.docChanged&&!r.selectionSet?i:WV({decorations:i.map(r.mapping,r.doc),ranges:HV(r,a,o),editor:e,options:t,dataAttribute:n,doc:o.doc,selection:o.selection})}}}function KV(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}function qV({editor:e,options:t}){let n=t.dataAttribute?`data-${KV(t.dataAttribute)}`:`data-${jV}`,r=t.showOnlyCurrent&&!t.includeChildren;return new jS({key:MV,...r?{}:{state:GV({editor:e,options:t,dataAttribute:n})},props:{decorations:r?({doc:r,selection:i})=>IV({editor:e,options:t,dataAttribute:n,doc:r,selection:i}):n=>t.showOnlyWhenEditable&&!e.isEditable?sD.empty:MV.getState(n)??sD.empty}})}var JV=Dj.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:jV,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[qV({editor:this.editor,options:this.options})]}});function YV(e,t){return!e.selection.empty&&!vA(e.selection)&&t.isEditable}function XV(e,t){return YV(e,t)&&!t.isFocused&&!t.view.dragging}function ZV(){var e;(e=window.getSelection())==null||e.removeAllRanges()}function QV(e){e.focus()}Dj.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new jS({key:new PS(`selection`),props:{decorations(n){return XV(n,e)?sD.create(n.doc,[iD.inline(n.selection.from,n.selection.to,{class:t.className})]):null},handleDOMEvents:{blur(t){return YV(t.state,e)&&ZV(),!1},focus(t){return YV(t.state,e)&&requestAnimationFrame(()=>{!e.isDestroyed&&t.hasFocus()&&QV(t)}),!1}}}})]}});function $V({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}Dj.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new PS(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new jS({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!$V({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!$V({node:r,types:n})}}})]}}),Dj.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>SR(e,t),redo:()=>({state:e,dispatch:t})=>CR(e,t)}},addProseMirrorPlugins(){return[bR(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}});var eH=JV,tH=o((e=>{var t=require("react-dom");if(process.env.NODE_ENV===`production`)e.createRoot=t.createRoot,e.hydrateRoot=t.hydrateRoot;else{var n=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;e.createRoot=function(e,r){n.usingClientEntryPoint=!0;try{return t.createRoot(e,r)}finally{n.usingClientEntryPoint=!1}},e.hydrateRoot=function(e,r,i){n.usingClientEntryPoint=!0;try{return t.hydrateRoot(e,r,i)}finally{n.usingClientEntryPoint=!1}}}}))(),nH={":)":`🙂`,":((":`😢`,":))":`😁`,":(":`🙁`,":D":`😀`,":d":`😀`,":v":`😆`,":V":`😆`,":3":`😊`,":P":`😛`,":p":`😛`,";)":`😉`,"<3":`❤️`,":*":`😘`,":|":`😐`,":o":`😮`,":O":`😮`,":'(":`😢`,XD:`😆`,xD:`😆`,":>":`😏`,"^^":`😊`},rH=new PS(`emojiShortcode`),iH=[{pattern:/:\){2,}$/,emoji:nH[`:))`]},{pattern:/:\){1}$/,emoji:nH[`:)`]},{pattern:/:\({2,}$/,emoji:nH[`:((`]},{pattern:/:\({1}$/,emoji:nH[`:(`]}],aH=Object.keys(nH).filter(e=>!e.startsWith(`:)`)&&!e.startsWith(`:(`)).sort((e,t)=>t.length-e.length),oH=Math.max(...Object.keys(nH).map(e=>e.length))+1,sH=350;function cH(e){for(let{pattern:t,emoji:n}of iH){let r=e.match(t);if(r)return{length:r[0].length,emoji:n}}for(let t of aH)if(e.endsWith(t))return{length:t.length,emoji:nH[t]};return null}var lH=Dj.create({name:`emojiShortcode`,addProseMirrorPlugins(){let e=null;return[new jS({key:rH,view(){return{update(t,n){t.state.doc.eq(n.doc)||(e&&clearTimeout(e),e=setTimeout(()=>{if(e=null,t.isDestroyed)return;let{selection:n}=t.state,{$from:r}=n;if(!n.empty||!r.parent.isTextblock)return;let i=Math.max(0,r.parentOffset-oH),a=cH(r.parent.textBetween(i,r.parentOffset,void 0,``));if(!a)return;let o=r.pos,s=o-a.length;t.dispatch(t.state.tr.insertText(a.emoji,s,o))},sH))},destroy(){e&&clearTimeout(e)}}}})]}});function uH(e){let t=document.createElement(`div`);if(t.style.color=``,t.style.color=e,!t.style.color)return null;t.style.display=`none`,document.body.appendChild(t);let n=getComputedStyle(t).color;document.body.removeChild(t);let r=n.match(/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/i);return r?{r:Number(r[1]),g:Number(r[2]),b:Number(r[3])}:null}var dH=qa.reduce((e,t)=>(e[t]={r:parseInt(t.slice(1,3),16),g:parseInt(t.slice(3,5),16),b:parseInt(t.slice(5,7),16)},e),{});function fH(e){let t=uH(e);if(t)return qa.find(e=>{let n=dH[e];return n.r===t.r&&n.g===t.g&&n.b===t.b})}function pH(e){let t=e.trim().match(/^(-?\d*\.?\d+)(px|pt|em|rem|%)?$/i);if(!t)return null;let n=Number(t[1]),r=(t[2]??`px`).toLowerCase();return r===`pt`?96/72*n:r===`em`||r===`rem`?n*14:r===`%`?n/100*14:n}function mH(e){let t=pH(e);if(t===null)return;let n={[Ja[0]]:13,[Ja[1]]:18};return Ja.find(e=>Math.abs(n[e]-t)<.5)}function hH(e){let t=document.createElement(`div`);return t.innerHTML=e,t.querySelectorAll(`[style]`).forEach(e=>{if(e.style.color){let t=fH(e.style.color);t?e.style.color=t:e.style.removeProperty(`color`)}if(e.style.fontSize){let t=mH(e.style.fontSize);t?e.style.fontSize=t:e.style.removeProperty(`font-size`)}}),t.innerHTML}function gH({items:e,selectedIndex:t,onSelect:n}){let r=(0,f.useRef)(null);return(0,f.useEffect)(()=>{r.current?.scrollIntoView({block:`nearest`})},[t]),e.length===0?null:(0,m.jsxs)(`div`,{className:`mention-menu`,role:`listbox`,children:[(0,m.jsx)(`div`,{className:`mention-menu__hint`,children:`Dùng ↑ ↓ để chọn · Enter để chèn`}),e.map((e,i)=>(0,m.jsxs)(`button`,{ref:i===t?r:void 0,type:`button`,role:`option`,"aria-selected":i===t,className:`mention-menu__item${i===t?` mention-menu__item--selected`:``}`,onMouseDown:e=>{e.preventDefault(),n(i)},children:[e.isAll?(0,m.jsx)(`span`,{className:`mention-menu__avatar mention-menu__avatar--all`,children:`@`}):e.avatarUrl?(0,m.jsx)(`img`,{className:`mention-menu__avatar`,src:e.avatarUrl,alt:``}):(0,m.jsx)(`span`,{className:`mention-menu__avatar`,children:no(e.label)}),(0,m.jsx)(`span`,{className:`mention-menu__text`,children:e.isAll?(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(`span`,{children:`Báo cho cả nhóm`}),(0,m.jsx)(`span`,{className:`mention-menu__all-badge`,children:`@All`})]}):e.label})]},e.id))]})}function _H({onAttach:e,onAttachImages:t}){return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(u.Tooltip,{title:`Đính kèm tệp`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Đính kèm`,onClick:e,children:(0,m.jsx)(Wi,{})})}),(0,m.jsx)(u.Tooltip,{title:`Gửi ảnh`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Ảnh`,onClick:t??e,children:(0,m.jsx)(qi,{})})})]})}function vH(e){return[].concat(e)}function yH(e){return e.startsWith(`:`)}function bH(e){return TH(e)&&(e===`*`||e.length>1&&`:>~.+*`.includes(e.slice(0,1))||EH(e))}function xH(e,t){return(TH(t)||typeof t==`number`)&&!wH(e)&&!yH(e)&&!SH(e)}function SH(e){return e.startsWith(`@media`)}function CH(e){return e===`.`}function wH(e){return e===`--`}function TH(e){return e+``===e}function EH(e){return TH(e)&&(e.startsWith(`&`)||yH(e))}function DH(e,t=``){return e.filter(Boolean).join(t)}function OH(e,t){let n=0;if(t.length===0)return n.toString();for(let e=0;e<t.length;e++){let r=t.charCodeAt(e);n=(n<<5)-n+r,n&=n}return`${e??`cl`}_${n.toString(36)}`}function kH(e,t){return e===`content`?`"${t}"`:t}function AH(e){return e.replace(/([a-z])([A-Z])/g,`$1-$2`).toLowerCase()}function jH(e,t){return`${e}:${t}`}function MH(e){return e?`.${e}`:``}function NH(e,t){return e?`${e}
206
206
  ${t}`:t}var PH=class e{constructor(e,t,n,r){this.sheet=e,this.property=t,this.value=n,this.selector=r,this.property=t,this.value=n,this.joined=jH(t,n);let i=this.selector.preconditions.concat(this.selector.postconditions);this.hash=this.selector.hasConditions?this.selector.scopeClassName:OH(this.sheet.name,this.joined),this.key=DH([this.joined,i,this.hash])}toString(){let t=FH(this.selector.preconditions,{right:this.hash});return t=FH(this.selector.postconditions,{left:t}),`${t} {${e.genRule(this.property,this.value)}}`}static genRule(e,t){return jH(AH(e),kH(e,t))+`;`}};function FH(e,{left:t=``,right:n=``}={}){return DH([e.reduce((e,t)=>yH(t)?e+t:EH(t)?e+t.slice(1):DH([e,t],` `),t),MH(n)],` `)}var IH=class e{constructor(e,t=null,{preconditions:n,postconditions:r}={}){this.sheet=e,this.preconditions=[],this.scopeClassName=null,this.scopeName=null,this.postconditions=[],this.preconditions=n?vH(n):[],this.postconditions=r?vH(r):[],this.setScope(t)}setScope(e){return e&&(this.scopeClassName||=(this.scopeName=e,OH(this.sheet.name,e+this.sheet.count))),this}get hasConditions(){return this.preconditions.length>0||this.postconditions.length>0}addScope(t){return new e(this.sheet,t,{preconditions:this.preconditions,postconditions:this.postconditions})}addPrecondition(t){return new e(this.sheet,this.scopeClassName,{postconditions:this.postconditions,preconditions:this.preconditions.concat(t)})}addPostcondition(t){return new e(this.sheet,this.scopeClassName,{preconditions:this.preconditions,postconditions:this.postconditions.concat(t)})}createRule(e,t){return new PH(this.sheet,e,t,this)}},LH=class{constructor(e,t){this.name=e,this.rootNode=t,this.storedStyles={},this.storedClasses={},this.style=``,this.count=0,this.id=`flairup-${e}`,this.styleTag=this.createStyleTag()}getStyle(){return this.style}append(e){this.style=NH(this.style,e)}apply(){this.count++,this.styleTag&&(this.styleTag.innerHTML=this.style)}isApplied(){return!!this.styleTag}createStyleTag(){if(typeof document>`u`||this.isApplied()||this.rootNode===null)return this.styleTag;let e=document.createElement(`style`);return e.type=`text/css`,e.id=this.id,(this.rootNode??document.head).appendChild(e),e}addRule(e){let t=this.storedClasses[e.key];return TH(t)?t:(this.storedClasses[e.key]=e.hash,this.storedStyles[e.hash]=[e.property,e.value],this.append(e.toString()),e.hash)}};function RH(e,t){for(let n in e)t(n.trim(),e[n])}function zH(...e){return DH(e.reduce((e,t)=>(t instanceof Set?e.push(...t):typeof t==`string`?e.push(t):Array.isArray(t)?e.push(zH(...t)):typeof t==`object`&&Object.entries(t).forEach(([t,n])=>{n&&e.push(t)}),e),[]),` `).trim()}function BH(e,t){let n=new LH(e,t);return{create:r,getStyle:n.getStyle.bind(n),isApplied:n.isApplied.bind(n)};function r(e){let t={};return VH(n,e,new IH(n)).forEach(([e,t,i])=>{HH(n,t,i).forEach(t=>{r(e,t)})}),n.apply(),t;function r(e,n){t[e]=t[e]??new Set,t[e].add(n)}}}function VH(e,t,n){let r=[];return RH(t,(i,a)=>{if(bH(i))return VH(e,a,n.addPrecondition(i)).forEach(e=>r.push(e));r.push([i,t[i],n.addScope(i)])}),r}function HH(e,t,n){let r=new Set;return RH(t,(t,i)=>{let a=[];if(bH(t))a=HH(e,i,n.addPostcondition(t));else if(CH(t))a=vH(i);else if(SH(t))a=GH(e,i,t,n);else if(wH(t))a=WH(e,i,n);else if(xH(t,i)){let a=n.createRule(t,i);e.addRule(a),r.add(a.hash)}return UH(a,r)}),r}function UH(e,t){return e.forEach(e=>t.add(e)),t}function WH(e,t,n){let r=new Set,i=[];if(RH(t,(t,a)=>{if(xH(t,a)){i.push(PH.genRule(t,a));return}UH(HH(e,a??{},n),r)}),!n.scopeClassName)return r;if(i.length){let t=i.join(` `);e.append(`${FH(n.preconditions,{right:n.scopeClassName})} {${t}}`)}return r.add(n.scopeClassName),r}function GH(e,t,n,r){e.append(n+` {`);let i=HH(e,t,r);return e.append(`}`),i}function KH(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function qH(e,t){var n=typeof Symbol<`u`&&e[Symbol.iterator]||e[`@@iterator`];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=QH(e))||t&&e&&typeof e.length==`number`){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw TypeError(`Invalid attempt to iterate non-iterable instance.
207
207
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function JH(){return JH=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},JH.apply(null,arguments)}function YH(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ZH(e,t)}function XH(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)!==-1)continue;n[r]=e[r]}return n}function ZH(e,t){return ZH=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},ZH(e,t)}function QH(e,t){if(e){if(typeof e==`string`)return KH(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?KH(e,t):void 0}}var $H;(function(e){e.hiddenOnSearch=`epr-hidden-on-search`,e.searchActive=`epr-search-active`,e.hidden=`epr-hidden`,e.visible=`epr-visible`,e.active=`epr-active`,e.emoji=`epr-emoji`,e.category=`epr-emoji-category`,e.label=`epr-emoji-category-label`,e.categoryContent=`epr-emoji-category-content`,e.emojiHasVariations=`epr-emoji-has-variations`,e.scrollBody=`epr-body`,e.emojiList=`epr-emoji-list`,e.external=`__EmojiPicker__`,e.emojiPicker=`EmojiPickerReact`,e.open=`epr-open`,e.vertical=`epr-vertical`,e.horizontal=`epr-horizontal`,e.variationPicker=`epr-emoji-variation-picker`,e.darkTheme=`epr-dark-theme`,e.autoTheme=`epr-auto-theme`})($H||={});function eU(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.map(function(e){return`.`+e}).join(``)}var tU=BH(`epr`,null),nU={display:`none`,opacity:`0`,pointerEvents:`none`,visibility:`hidden`,overflow:`hidden`},rU=tU.create({hidden:JH({".":$H.hidden},nU)}),iU=(0,d.memo)(function(e){var t=e.nonce;return(0,d.createElement)(`style`,{nonce:t,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:tU.getStyle()}})}),aU=tU.create({".epr-main":{":has(input:not(:placeholder-shown))":{categoryBtn:{":hover":{opacity:`1`,backgroundPositionY:`var(--epr-category-navigation-button-size)`}},hiddenOnSearch:JH({".":$H.hiddenOnSearch},nU)},":has(input:placeholder-shown)":{visibleOnSearchOnly:nU}},hiddenOnReactions:{transition:`all 0.5s ease-in-out`},".epr-reactions":{hiddenOnReactions:{height:`0px`,width:`0px`,opacity:`0`,pointerEvents:`none`,overflow:`hidden`}},".EmojiPickerReact:not(.epr-search-active)":{categoryBtn:{":hover":{opacity:`1`,backgroundPositionY:`var(--epr-category-navigation-button-size)`},"&.epr-active":{opacity:`1`,backgroundPositionY:`var(--epr-category-navigation-button-size)`}},visibleOnSearchOnly:JH({".":`epr-visible-on-search-only`},nU)}});function oU(e,t){var n,r;return{".epr-dark-theme":(n={},n[e]=t,n),".epr-auto-theme":(r={},r[e]={"@media (prefers-color-scheme: dark)":t},r)}}function sU(e,t){var n=e.customEmojis??[],r=t.customEmojis??[];return e.open===t.open&&e.emojiVersion===t.emojiVersion&&e.reactionsDefaultOpen===t.reactionsDefaultOpen&&e.searchPlaceHolder===t.searchPlaceHolder&&e.searchPlaceholder===t.searchPlaceholder&&e.searchClearButtonLabel===t.searchClearButtonLabel&&e.defaultSkinTone===t.defaultSkinTone&&e.skinTonesDisabled===t.skinTonesDisabled&&e.autoFocusSearch===t.autoFocusSearch&&e.emojiStyle===t.emojiStyle&&e.theme===t.theme&&e.suggestedEmojisMode===t.suggestedEmojisMode&&e.lazyLoadEmojis===t.lazyLoadEmojis&&e.className===t.className&&e.height===t.height&&e.width===t.width&&e.style===t.style&&e.searchDisabled===t.searchDisabled&&e.skinTonePickerLocation===t.skinTonePickerLocation&&n.length===r.length&&e.emojiData===t.emojiData}var cU=[`1f44d`,`2764-fe0f`,`1f603`,`1f622`,`1f64f`,`1f44e`,`1f621`],lU;(function(e){e.RECENT=`recent`,e.FREQUENT=`frequent`})(lU||={});var uU;(function(e){e.NATIVE=`native`,e.APPLE=`apple`,e.TWITTER=`twitter`,e.GOOGLE=`google`,e.FACEBOOK=`facebook`})(uU||={});var dU;(function(e){e.DARK=`dark`,e.LIGHT=`light`,e.AUTO=`auto`})(dU||={});var fU;(function(e){e.NEUTRAL=`neutral`,e.LIGHT=`1f3fb`,e.MEDIUM_LIGHT=`1f3fc`,e.MEDIUM=`1f3fd`,e.MEDIUM_DARK=`1f3fe`,e.DARK=`1f3ff`})(fU||={});var pU;(function(e){e.SUGGESTED=`suggested`,e.CUSTOM=`custom`,e.SMILEYS_PEOPLE=`smileys_people`,e.ANIMALS_NATURE=`animals_nature`,e.FOOD_DRINK=`food_drink`,e.TRAVEL_PLACES=`travel_places`,e.ACTIVITIES=`activities`,e.OBJECTS=`objects`,e.SYMBOLS=`symbols`,e.FLAGS=`flags`})(pU||={});var mU;(function(e){e.SEARCH=`SEARCH`,e.PREVIEW=`PREVIEW`})(mU||={});var hU=`https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/`,gU=`https://cdn.jsdelivr.net/npm/emoji-datasource-facebook/img/facebook/64/`,_U=`https://cdn.jsdelivr.net/npm/emoji-datasource-twitter/img/twitter/64/`,vU=`https://cdn.jsdelivr.net/npm/emoji-datasource-google/img/google/64/`;function yU(e){switch(e){case uU.TWITTER:return _U;case uU.GOOGLE:return vU;case uU.FACEBOOK:return gU;case uU.APPLE:default:return hU}}var bU=[fU.NEUTRAL,fU.LIGHT,fU.MEDIUM_LIGHT,fU.MEDIUM,fU.MEDIUM_DARK,fU.DARK],xU=Object.entries(fU).reduce(function(e,t){var n=t[0],r=t[1];return e[r]=n,e},{}),SU=bU.reduce(function(e,t){var n;return Object.assign(e,(n={},n[t]=t,n))},{}),CU;(function(e){e.name=`n`,e.unified=`u`,e.variations=`v`,e.added_in=`a`,e.imgUrl=`imgUrl`})(CU||={});function wU(e){return e[CU.name]??[]}function TU(e){return parseFloat(e[CU.added_in]||`0`)}function EU(e){if(!e)return``;var t=wU(e);return t[t.length-1]}function DU(e){var t=e.split(`-`);return SU[t.splice(1,1)[0]]?t.join(`-`):e}function OU(e,t){var n=e[CU.unified];return!t||!jU(e)?n:MU(e,t)??n}function kU(e,t){return``+yU(t)+e+`.png`}function AU(e){return e[CU.variations]??[]}function jU(e){return AU(e).length>0}function MU(e,t){return t?AU(e).find(function(e){return e.includes(t)}):OU(e)}function NU(e){var t=e.split(`-`)[1];return Object.keys(SU).includes(t)?t:null}var PU,FU=[pU.SUGGESTED,pU.CUSTOM,pU.SMILEYS_PEOPLE,pU.ANIMALS_NATURE,pU.FOOD_DRINK,pU.TRAVEL_PLACES,pU.ACTIVITIES,pU.OBJECTS,pU.SYMBOLS,pU.FLAGS],IU={name:`Recently Used`,category:pU.SUGGESTED},LU=(PU={},PU[pU.SUGGESTED]={category:pU.SUGGESTED,name:`Frequently Used`},PU[pU.CUSTOM]={category:pU.CUSTOM,name:`Custom Emojis`},PU[pU.SMILEYS_PEOPLE]={category:pU.SMILEYS_PEOPLE,name:`Smileys & People`},PU[pU.ANIMALS_NATURE]={category:pU.ANIMALS_NATURE,name:`Animals & Nature`},PU[pU.FOOD_DRINK]={category:pU.FOOD_DRINK,name:`Food & Drink`},PU[pU.TRAVEL_PLACES]={category:pU.TRAVEL_PLACES,name:`Travel & Places`},PU[pU.ACTIVITIES]={category:pU.ACTIVITIES,name:`Activities`},PU[pU.OBJECTS]={category:pU.OBJECTS,name:`Objects`},PU[pU.SYMBOLS]={category:pU.SYMBOLS,name:`Symbols`},PU[pU.FLAGS]={category:pU.FLAGS,name:`Flags`},PU);function RU(e){return FU.map(function(t){return JH({},LU[t],e&&e[t]&&e[t])})}function zU(e){return e.category}function BU(e){return e.name}function VU(e,t,n){var r;e===void 0&&(e=[]),t===void 0&&(t={});var i=function(){var e=n!=null&&n.categories?Object.fromEntries(Object.entries(n.categories).filter(function(e){return!!e[1]})):{};if(t.suggestionMode===lU.RECENT){var r=n?.categories?.suggested_recent;e[pU.SUGGESTED]=r?{category:pU.SUGGESTED,name:r.name}:IU}return e}(),a=RU(i);return(r=e)!=null&&r.length?e.map(function(e){return typeof e==`string`?HU(e,i[e]):JH({},HU(e.category,i[e.category]),e)}):a}function HU(e,t){return t===void 0&&(t={}),Object.assign(LU[e],t)}var UU=[`2640-fe0f`,`2642-fe0f`,`2695-fe0f`],WU=`Search`,GU=`Clear`,KU=`No results found`,qU=` found. Use up and down arrow keys to navigate.`,JU=`1 result`+qU,YU=`%n results`+qU;function XU(e){var t,n,r;e===void 0&&(e={});var i=ZU(),a=(t=e.emojiData)==null||(n=t.categories)==null?void 0:n.preview_mood?.name,o=JH({},i.previewConfig,a&&!((r=e.previewConfig)!=null&&r.defaultCaption)?{defaultCaption:a}:{},e.previewConfig??{}),s=Object.assign(i,e),c=VU(e.categories,{suggestionMode:s.suggestedEmojisMode},e.emojiData);s.hiddenEmojis.forEach(function(e){s.unicodeToHide.add(e)});var l=s.searchDisabled?mU.PREVIEW:s.skinTonePickerLocation;return JH({},s,{categories:c,previewConfig:o,skinTonePickerLocation:l})}function ZU(){return{autoFocusSearch:!0,categories:RU(),className:``,customEmojis:[],defaultSkinTone:fU.NEUTRAL,emojiStyle:uU.APPLE,emojiVersion:null,getEmojiUrl:kU,height:450,lazyLoadEmojis:!1,previewConfig:JH({},QU),searchDisabled:!1,searchPlaceHolder:WU,searchPlaceholder:WU,searchClearButtonLabel:GU,skinTonePickerLocation:mU.SEARCH,skinTonesDisabled:!1,style:{},suggestedEmojisMode:lU.FREQUENT,theme:dU.LIGHT,unicodeToHide:new Set(UU),width:350,reactionsDefaultOpen:!1,reactions:cU,open:!0,allowExpandReactions:!0,hiddenEmojis:[],emojiData:void 0,categoryIcons:{},nonce:void 0}}var QU={defaultEmoji:`1f60a`,defaultCaption:`What's your mood?`,showPreview:!0},$U=[`children`],eW=(0,d.createContext)(ZU());function tW(e){var t=e.children,n=nW(XH(e,$U));return(0,d.createElement)(eW.Provider,{value:n},t)}function nW(e){var t=(0,d.useState)(function(){return XU(e)}),n=t[0],r=t[1];return(0,d.useEffect)(function(){sU(n,e)||r(XU(e))},[e.customEmojis?.length,e.open,e.emojiVersion,e.reactionsDefaultOpen,e.searchPlaceHolder,e.searchPlaceholder,e.searchClearButtonLabel,e.defaultSkinTone,e.skinTonesDisabled,e.autoFocusSearch,e.emojiStyle,e.theme,e.suggestedEmojisMode,e.lazyLoadEmojis,e.className,e.height,e.width,e.searchDisabled,e.skinTonePickerLocation,e.allowExpandReactions,e.emojiData]),n}function rW(){return(0,d.useContext)(eW)}function iW(e,t){t===void 0&&(t=0);var n=(0,d.useState)(e),r=n[0],i=n[1],a=(0,d.useRef)(null);function o(e){return new Promise(function(n){a.current&&clearTimeout(a.current),a.current=window?.setTimeout(function(){i(e),n(e)},t)})}return[r,o]}var aW={categories:{smileys_people:{category:`smileys_people`,name:`people & body`},animals_nature:{category:`animals_nature`,name:`animals & nature`},food_drink:{category:`food_drink`,name:`food & drink`},travel_places:{category:`travel_places`,name:`travel & places`},activities:{category:`activities`,name:`activities`},objects:{category:`objects`,name:`objects`},symbols:{category:`symbols`,name:`symbols`},flags:{category:`flags`,name:`flags`},suggested:{category:`suggested`,name:`Frequently Used`},custom:{category:`custom`,name:`Custom Emojis`},suggested_recent:{category:`suggested`,name:`Recently Used`},preview_mood:{category:`preview_mood`,name:`What's your mood?`}},emojis:{custom:[],smileys_people:[{n:[`face`,`grin`,`grinning face`],u:`1f600`,a:`1`},{n:[`face`,`open`,`mouth`,`smile`,`grinning face with big eyes`],u:`1f603`,a:`0.6`},{n:[`eye`,`face`,`open`,`mouth`,`smile`,`grinning face with smiling eyes`],u:`1f604`,a:`0.6`},{n:[`eye`,`face`,`grin`,`smile`,`beaming face with smiling eyes`],u:`1f601`,a:`0.6`},{n:[`face`,`laugh`,`mouth`,`smile`,`satisfied`,`grinning squinting face`],u:`1f606`,a:`0.6`},{n:[`cold`,`face`,`open`,`smile`,`sweat`,`grinning face with sweat`],u:`1f605`,a:`0.6`},{n:[`face`,`rofl`,`floor`,`laugh`,`rotfl`,`rolling`,`rolling on the floor laughing`],u:`1f923`,a:`3`},{n:[`joy`,`face`,`tear`,`laugh`,`face with tears of joy`],u:`1f602`,a:`0.6`},{n:[`face`,`smile`,`slightly smiling face`],u:`1f642`,a:`1`},{n:[`face`,`upside down`,`upside down face`],u:`1f643`,a:`1`},{n:[`melt`,`liquid`,`dissolve`,`disappear`,`melting face`],u:`1fae0`,a:`14`},{n:[`face`,`wink`,`winking face`],u:`1f609`,a:`0.6`},{n:[`eye`,`face`,`blush`,`smile`,`smiling face with smiling eyes`],u:`1f60a`,a:`0.6`},{n:[`face`,`halo`,`angel`,`fantasy`,`innocent`,`smiling face with halo`],u:`1f607`,a:`1`},{n:[`adore`,`crush`,`hearts`,`in love`,`smiling face with hearts`],u:`1f970`,a:`11`},{n:[`eye`,`face`,`love`,`smile`,`smiling face with heart eyes`],u:`1f60d`,a:`0.6`},{n:[`eyes`,`face`,`star`,`grinning`,`star struck`],u:`1f929`,a:`5`},{n:[`face`,`kiss`,`face blowing a kiss`],u:`1f618`,a:`0.6`},{n:[`face`,`kiss`,`kissing face`],u:`1f617`,a:`1`},{n:[`face`,`smile`,`relaxed`,`outlined`,`smiling face`],u:`263a-fe0f`,a:`0.6`},{n:[`eye`,`face`,`kiss`,`closed`,`kissing face with closed eyes`],u:`1f61a`,a:`0.6`},{n:[`eye`,`face`,`kiss`,`smile`,`kissing face with smiling eyes`],u:`1f619`,a:`1`},{n:[`tear`,`proud`,`smiling`,`touched`,`grateful`,`relieved`,`smiling face with tear`],u:`1f972`,a:`13`},{n:[`yum`,`face`,`smile`,`delicious`,`savouring`,`face savoring food`],u:`1f60b`,a:`0.6`},{n:[`face`,`tongue`,`face with tongue`],u:`1f61b`,a:`1`},{n:[`eye`,`face`,`joke`,`wink`,`tongue`,`winking face with tongue`],u:`1f61c`,a:`0.6`},{n:[`eye`,`goofy`,`large`,`small`,`zany face`],u:`1f92a`,a:`5`},{n:[`eye`,`face`,`taste`,`tongue`,`horrible`,`squinting face with tongue`],u:`1f61d`,a:`0.6`},{n:[`face`,`money`,`mouth`,`money mouth face`],u:`1f911`,a:`1`},{n:[`hug`,`face`,`hugging`,`open hands`,`smiling face`,`smiling face with open hands`],u:`1f917`,a:`1`},{n:[`whoops`,`face with hand over mouth`],u:`1f92d`,a:`5`},{n:[`awe`,`scared`,`surprise`,`amazement`,`disbelief`,`embarrass`,`face with open eyes and hand over mouth`],u:`1fae2`,a:`14`},{n:[`peep`,`stare`,`captivated`,`face with peeking eye`],u:`1fae3`,a:`14`},{n:[`quiet`,`shush`,`shushing face`],u:`1f92b`,a:`5`},{n:[`face`,`thinking`,`thinking face`],u:`1f914`,a:`1`},{n:[`ok`,`yes`,`sunny`,`salute`,`troops`,`saluting face`],u:`1fae1`,a:`14`},{n:[`zip`,`face`,`mouth`,`zipper`,`zipper mouth face`],u:`1f910`,a:`1`},{n:[`skeptic`,`distrust`,`face with raised eyebrow`],u:`1f928`,a:`5`},{n:[`meh`,`face`,`deadpan`,`neutral`,`neutral face`],u:`1f610`,a:`0.7`},{n:[`meh`,`face`,`inexpressive`,`unexpressive`,`expressionless`,`expressionless face`],u:`1f611`,a:`1`},{n:[`face`,`mouth`,`quiet`,`silent`,`face without mouth`],u:`1f636`,a:`1`},{n:[`hide`,`depressed`,`disappear`,`introvert`,`invisible`,`dotted line face`],u:`1fae5`,a:`14`},{n:[`absentminded`,`face in clouds`,`head in clouds`,`face in the fog`],u:`1f636-200d-1f32b-fe0f`,a:`13.1`},{n:[`face`,`smirk`,`smirking face`],u:`1f60f`,a:`0.6`},{n:[`face`,`unhappy`,`unamused`,`unamused face`],u:`1f612`,a:`0.6`},{n:[`eyes`,`face`,`eyeroll`,`rolling`,`face with rolling eyes`],u:`1f644`,a:`1`},{n:[`face`,`grimace`,`grimacing face`],u:`1f62c`,a:`1`},{n:[`gasp`,`groan`,`exhale`,`relief`,`whisper`,`whistle`,`face exhaling`],u:`1f62e-200d-1f4a8`,a:`13.1`},{n:[`lie`,`face`,`pinocchio`,`lying face`],u:`1f925`,a:`3`},{n:[`face`,`shock`,`shaking`,`vibrate`,`earthquake`,`shaking face`],u:`1fae8`,a:`15`},{n:[`no`,`shake`,`head shaking horizontally`],u:`1f642-200d-2194-fe0f`,a:`15.1`},{n:[`nod`,`yes`,`head shaking vertically`],u:`1f642-200d-2195-fe0f`,a:`15.1`},{n:[`face`,`relieved`,`relieved face`],u:`1f60c`,a:`0.6`},{n:[`face`,`pensive`,`dejected`,`pensive face`],u:`1f614`,a:`0.6`},{n:[`face`,`sleep`,`good night`,`sleepy face`],u:`1f62a`,a:`0.6`},{n:[`face`,`drooling`,`drooling face`],u:`1f924`,a:`3`},{n:[`zzz`,`face`,`sleep`,`good night`,`sleeping face`],u:`1f634`,a:`1`},{n:[`cold`,`face`,`mask`,`sick`,`doctor`,`face with medical mask`],u:`1f637`,a:`0.6`},{n:[`ill`,`face`,`sick`,`thermometer`,`face with thermometer`],u:`1f912`,a:`1`},{n:[`face`,`hurt`,`injury`,`bandage`,`face with head bandage`],u:`1f915`,a:`1`},{n:[`face`,`vomit`,`nauseated`,`nauseated face`],u:`1f922`,a:`3`},{n:[`puke`,`sick`,`vomit`,`face vomiting`],u:`1f92e`,a:`5`},{n:[`face`,`sneeze`,`gesundheit`,`sneezing face`],u:`1f927`,a:`3`},{n:[`hot`,`hot face`,`feverish`,`sweating`,`red faced`,`heat stroke`],u:`1f975`,a:`11`},{n:[`cold`,`icicles`,`freezing`,`cold face`,`frostbite`,`blue faced`],u:`1f976`,a:`11`},{n:[`dizzy`,`tipsy`,`woozy face`,`wavy mouth`,`intoxicated`,`uneven eyes`],u:`1f974`,a:`11`},{n:[`dead`,`face`,`knocked out`,`crossed out eyes`,`face with crossed out eyes`],u:`1f635`,a:`0.6`},{n:[`whoa`,`dizzy`,`spiral`,`trouble`,`hypnotized`,`face with spiral eyes`],u:`1f635-200d-1f4ab`,a:`13.1`},{n:[`shocked`,`mind blown`,`exploding head`],u:`1f92f`,a:`5`},{n:[`hat`,`face`,`cowboy`,`cowgirl`,`cowboy hat face`],u:`1f920`,a:`3`},{n:[`hat`,`horn`,`party`,`celebration`,`partying face`],u:`1f973`,a:`11`},{n:[`face`,`nose`,`glasses`,`disguise`,`incognito`,`disguised face`],u:`1f978`,a:`13`},{n:[`sun`,`cool`,`face`,`bright`,`sunglasses`,`smiling face with sunglasses`],u:`1f60e`,a:`1`},{n:[`face`,`geek`,`nerd`,`nerd face`],u:`1f913`,a:`1`},{n:[`face`,`stuffy`,`monocle`,`face with monocle`],u:`1f9d0`,a:`5`},{n:[`meh`,`face`,`confused`,`confused face`],u:`1f615`,a:`1`},{n:[`meh`,`unsure`,`skeptical`,`disappointed`,`face with diagonal mouth`],u:`1fae4`,a:`14`},{n:[`face`,`worried`,`worried face`],u:`1f61f`,a:`1`},{n:[`face`,`frown`,`slightly frowning face`],u:`1f641`,a:`1`},{n:[`face`,`frown`,`frowning face`],u:`2639-fe0f`,a:`0.7`},{n:[`face`,`open`,`mouth`,`sympathy`,`face with open mouth`],u:`1f62e`,a:`1`},{n:[`face`,`hushed`,`stunned`,`surprised`,`hushed face`],u:`1f62f`,a:`1`},{n:[`face`,`shocked`,`totally`,`astonished`,`astonished face`],u:`1f632`,a:`0.6`},{n:[`face`,`dazed`,`flushed`,`flushed face`],u:`1f633`,a:`0.6`},{n:[`mercy`,`begging`,`puppy eyes`,`pleading face`],u:`1f97a`,a:`11`},{n:[`cry`,`sad`,`angry`,`proud`,`resist`,`face holding back tears`],u:`1f979`,a:`14`},{n:[`face`,`open`,`frown`,`mouth`,`frowning face with open mouth`],u:`1f626`,a:`1`},{n:[`face`,`anguished`,`anguished face`],u:`1f627`,a:`1`},{n:[`face`,`fear`,`scared`,`fearful`,`fearful face`],u:`1f628`,a:`0.6`},{n:[`blue`,`cold`,`face`,`sweat`,`rushed`,`anxious face with sweat`],u:`1f630`,a:`0.6`},{n:[`face`,`whew`,`relieved`,`disappointed`,`sad but relieved face`],u:`1f625`,a:`0.6`},{n:[`cry`,`sad`,`face`,`tear`,`crying face`],u:`1f622`,a:`0.6`},{n:[`cry`,`sad`,`sob`,`face`,`tear`,`loudly crying face`],u:`1f62d`,a:`0.6`},{n:[`face`,`fear`,`munch`,`scared`,`scream`,`face screaming in fear`],u:`1f631`,a:`0.6`},{n:[`face`,`confounded`,`confounded face`],u:`1f616`,a:`0.6`},{n:[`face`,`persevere`,`persevering face`],u:`1f623`,a:`0.6`},{n:[`face`,`disappointed`,`disappointed face`],u:`1f61e`,a:`0.6`},{n:[`cold`,`face`,`sweat`,`downcast face with sweat`],u:`1f613`,a:`0.6`},{n:[`face`,`tired`,`weary`,`weary face`],u:`1f629`,a:`0.6`},{n:[`face`,`tired`,`tired face`],u:`1f62b`,a:`0.6`},{n:[`yawn`,`bored`,`tired`,`yawning face`],u:`1f971`,a:`12`},{n:[`won`,`face`,`triumph`,`face with steam from nose`],u:`1f624`,a:`0.6`},{n:[`mad`,`red`,`face`,`rage`,`angry`,`enraged`,`pouting`,`enraged face`],u:`1f621`,a:`0.6`},{n:[`mad`,`face`,`anger`,`angry`,`angry face`],u:`1f620`,a:`0.6`},{n:[`swearing`,`face with symbols on mouth`],u:`1f92c`,a:`5`},{n:[`face`,`horns`,`smile`,`fantasy`,`fairy tale`,`smiling face with horns`],u:`1f608`,a:`1`},{n:[`imp`,`face`,`demon`,`devil`,`fantasy`,`angry face with horns`],u:`1f47f`,a:`0.6`},{n:[`face`,`skull`,`death`,`monster`,`fairy tale`],u:`1f480`,a:`0.6`},{n:[`face`,`death`,`skull`,`monster`,`crossbones`,`skull and crossbones`],u:`2620-fe0f`,a:`1`},{n:[`poo`,`dung`,`face`,`poop`,`monster`,`pile of poo`],u:`1f4a9`,a:`0.6`},{n:[`face`,`clown`,`clown face`],u:`1f921`,a:`3`},{n:[`ogre`,`face`,`fantasy`,`monster`,`creature`,`fairy tale`],u:`1f479`,a:`0.6`},{n:[`face`,`goblin`,`fantasy`,`monster`,`creature`,`fairy tale`],u:`1f47a`,a:`0.6`},{n:[`face`,`ghost`,`fantasy`,`monster`,`creature`,`fairy tale`],u:`1f47b`,a:`0.6`},{n:[`ufo`,`face`,`alien`,`fantasy`,`creature`,`extraterrestrial`],u:`1f47d`,a:`0.6`},{n:[`ufo`,`face`,`alien`,`monster`,`creature`,`alien monster`,`extraterrestrial`],u:`1f47e`,a:`0.6`},{n:[`face`,`robot`,`monster`],u:`1f916`,a:`1`},{n:[`cat`,`face`,`open`,`mouth`,`smile`,`grinning`,`grinning cat`],u:`1f63a`,a:`0.6`},{n:[`cat`,`eye`,`face`,`grin`,`smile`,`grinning cat with smiling eyes`],u:`1f638`,a:`0.6`},{n:[`cat`,`joy`,`face`,`tear`,`cat with tears of joy`],u:`1f639`,a:`0.6`},{n:[`cat`,`eye`,`face`,`love`,`heart`,`smile`,`smiling cat with heart eyes`],u:`1f63b`,a:`0.6`},{n:[`cat`,`wry`,`face`,`smile`,`ironic`,`cat with wry smile`],u:`1f63c`,a:`0.6`},{n:[`cat`,`eye`,`face`,`kiss`,`kissing cat`],u:`1f63d`,a:`0.6`},{n:[`oh`,`cat`,`face`,`weary`,`weary cat`,`surprised`],u:`1f640`,a:`0.6`},{n:[`cat`,`cry`,`sad`,`face`,`tear`,`crying cat`],u:`1f63f`,a:`0.6`},{n:[`cat`,`face`,`pouting`,`pouting cat`],u:`1f63e`,a:`0.6`},{n:[`see`,`evil`,`face`,`monkey`,`forbidden`,`see no evil monkey`],u:`1f648`,a:`0.6`},{n:[`evil`,`face`,`hear`,`monkey`,`forbidden`,`hear no evil monkey`],u:`1f649`,a:`0.6`},{n:[`evil`,`face`,`speak`,`monkey`,`forbidden`,`speak no evil monkey`],u:`1f64a`,a:`0.6`},{n:[`love`,`mail`,`heart`,`letter`,`love letter`],u:`1f48c`,a:`0.6`},{n:[`arrow`,`cupid`,`heart with arrow`],u:`1f498`,a:`0.6`},{n:[`ribbon`,`valentine`,`heart with ribbon`],u:`1f49d`,a:`0.6`},{n:[`excited`,`sparkle`,`sparkling heart`],u:`1f496`,a:`0.6`},{n:[`pulse`,`excited`,`growing`,`nervous`,`growing heart`],u:`1f497`,a:`0.6`},{n:[`beating`,`heartbeat`,`pulsating`,`beating heart`],u:`1f493`,a:`0.6`},{n:[`revolving`,`revolving hearts`],u:`1f49e`,a:`0.6`},{n:[`love`,`two hearts`],u:`1f495`,a:`0.6`},{n:[`heart`,`heart decoration`],u:`1f49f`,a:`0.6`},{n:[`mark`,`exclamation`,`punctuation`,`heart exclamation`],u:`2763-fe0f`,a:`1`},{n:[`break`,`broken`,`broken heart`],u:`1f494`,a:`0.6`},{n:[`burn`,`love`,`lust`,`heart`,`sacred heart`,`heart on fire`],u:`2764-fe0f-200d-1f525`,a:`13.1`},{n:[`well`,`mending`,`healthier`,`improving`,`recovering`,`recuperating`,`mending heart`],u:`2764-fe0f-200d-1fa79`,a:`13.1`},{n:[`heart`,`red heart`],u:`2764-fe0f`,a:`0.6`},{n:[`cute`,`like`,`love`,`pink`,`heart`,`pink heart`],u:`1fa77`,a:`15`},{n:[`orange`,`orange heart`],u:`1f9e1`,a:`5`},{n:[`yellow`,`yellow heart`],u:`1f49b`,a:`0.6`},{n:[`green`,`green heart`],u:`1f49a`,a:`0.6`},{n:[`blue`,`blue heart`],u:`1f499`,a:`0.6`},{n:[`cyan`,`teal`,`heart`,`light blue`,`light blue heart`],u:`1fa75`,a:`15`},{n:[`purple`,`purple heart`],u:`1f49c`,a:`0.6`},{n:[`brown`,`heart`,`brown heart`],u:`1f90e`,a:`12`},{n:[`evil`,`black`,`wicked`,`black heart`],u:`1f5a4`,a:`3`},{n:[`gray`,`heart`,`slate`,`silver`,`grey heart`],u:`1fa76`,a:`15`},{n:[`heart`,`white`,`white heart`],u:`1f90d`,a:`12`},{n:[`kiss`,`lips`,`kiss mark`],u:`1f48b`,a:`0.6`},{n:[`100`,`full`,`score`,`hundred`,`hundred points`],u:`1f4af`,a:`0.6`},{n:[`mad`,`angry`,`comic`,`anger symbol`],u:`1f4a2`,a:`0.6`},{n:[`boom`,`comic`,`collision`],u:`1f4a5`,a:`0.6`},{n:[`star`,`dizzy`,`comic`],u:`1f4ab`,a:`0.6`},{n:[`comic`,`sweat`,`splashing`,`sweat droplets`],u:`1f4a6`,a:`0.6`},{n:[`dash`,`comic`,`running`,`dashing away`],u:`1f4a8`,a:`0.6`},{n:[`hole`],u:`1f573-fe0f`,a:`0.7`},{n:[`comic`,`bubble`,`dialog`,`speech`,`balloon`,`speech balloon`],u:`1f4ac`,a:`0.6`},{n:[`eye`,`bubble`,`speech`,`balloon`,`witness`,`eye in speech bubble`],u:`1f441-fe0f-200d-1f5e8-fe0f`,a:`2`},{n:[`bubble`,`dialog`,`speech`,`balloon`,`left speech bubble`],u:`1f5e8-fe0f`,a:`2`},{n:[`mad`,`angry`,`bubble`,`balloon`,`right anger bubble`],u:`1f5ef-fe0f`,a:`0.7`},{n:[`comic`,`bubble`,`balloon`,`thought`,`thought balloon`],u:`1f4ad`,a:`1`},{n:[`ZZZ`,`zzz`,`comic`,`sleep`,`good night`],u:`1f4a4`,a:`0.6`},{n:[`hand`,`wave`,`waving`,`waving hand`],u:`1f44b`,v:[`1f44b-1f3fb`,`1f44b-1f3fc`,`1f44b-1f3fd`,`1f44b-1f3fe`,`1f44b-1f3ff`],a:`0.6`},{n:[`raised`,`backhand`,`raised back of hand`],u:`1f91a`,v:[`1f91a-1f3fb`,`1f91a-1f3fc`,`1f91a-1f3fd`,`1f91a-1f3fe`,`1f91a-1f3ff`],a:`3`},{n:[`hand`,`finger`,`splayed`,`hand with fingers splayed`],u:`1f590-fe0f`,v:[`1f590-1f3fb`,`1f590-1f3fc`,`1f590-1f3fd`,`1f590-1f3fe`,`1f590-1f3ff`],a:`0.7`},{n:[`hand`,`high 5`,`high five`,`raised hand`],u:`270b`,v:[`270b-1f3fb`,`270b-1f3fc`,`270b-1f3fd`,`270b-1f3fe`,`270b-1f3ff`],a:`0.6`},{n:[`hand`,`spock`,`finger`,`vulcan`,`vulcan salute`],u:`1f596`,v:[`1f596-1f3fb`,`1f596-1f3fc`,`1f596-1f3fd`,`1f596-1f3fe`,`1f596-1f3ff`],a:`1`},{n:[`hand`,`right`,`rightward`,`rightwards hand`],u:`1faf1`,v:[`1faf1-1f3fb`,`1faf1-1f3fc`,`1faf1-1f3fd`,`1faf1-1f3fe`,`1faf1-1f3ff`],a:`14`},{n:[`hand`,`left`,`leftward`,`leftwards hand`],u:`1faf2`,v:[`1faf2-1f3fb`,`1faf2-1f3fc`,`1faf2-1f3fd`,`1faf2-1f3fe`,`1faf2-1f3ff`],a:`14`},{n:[`drop`,`shoo`,`dismiss`,`palm down hand`],u:`1faf3`,v:[`1faf3-1f3fb`,`1faf3-1f3fc`,`1faf3-1f3fd`,`1faf3-1f3fe`,`1faf3-1f3ff`],a:`14`},{n:[`come`,`catch`,`offer`,`beckon`,`palm up hand`],u:`1faf4`,v:[`1faf4-1f3fb`,`1faf4-1f3fc`,`1faf4-1f3fd`,`1faf4-1f3fe`,`1faf4-1f3ff`],a:`14`},{n:[`push`,`stop`,`wait`,`refuse`,`leftward`,`high five`,`leftwards pushing hand`],u:`1faf7`,v:[`1faf7-1f3fb`,`1faf7-1f3fc`,`1faf7-1f3fd`,`1faf7-1f3fe`,`1faf7-1f3ff`],a:`15`},{n:[`push`,`stop`,`wait`,`refuse`,`high five`,`rightward`,`rightwards pushing hand`],u:`1faf8`,v:[`1faf8-1f3fb`,`1faf8-1f3fc`,`1faf8-1f3fd`,`1faf8-1f3fe`,`1faf8-1f3ff`],a:`15`},{n:[`ok`,`hand`,`OK hand`],u:`1f44c`,v:[`1f44c-1f3fb`,`1f44c-1f3fc`,`1f44c-1f3fd`,`1f44c-1f3fe`,`1f44c-1f3ff`],a:`0.6`},{n:[`fingers`,`pinched`,`sarcastic`,`hand gesture`,`interrogation`,`pinched fingers`],u:`1f90c`,v:[`1f90c-1f3fb`,`1f90c-1f3fc`,`1f90c-1f3fd`,`1f90c-1f3fe`,`1f90c-1f3ff`],a:`13`},{n:[`small amount`,`pinching hand`],u:`1f90f`,v:[`1f90f-1f3fb`,`1f90f-1f3fc`,`1f90f-1f3fd`,`1f90f-1f3fe`,`1f90f-1f3ff`],a:`12`},{n:[`v`,`hand`,`victory`,`victory hand`],u:`270c-fe0f`,v:[`270c-1f3fb`,`270c-1f3fc`,`270c-1f3fd`,`270c-1f3fe`,`270c-1f3ff`],a:`0.6`},{n:[`hand`,`luck`,`cross`,`finger`,`crossed fingers`],u:`1f91e`,v:[`1f91e-1f3fb`,`1f91e-1f3fc`,`1f91e-1f3fd`,`1f91e-1f3fe`,`1f91e-1f3ff`],a:`3`},{n:[`love`,`snap`,`heart`,`money`,`expensive`,`hand with index finger and thumb crossed`],u:`1faf0`,v:[`1faf0-1f3fb`,`1faf0-1f3fc`,`1faf0-1f3fd`,`1faf0-1f3fe`,`1faf0-1f3ff`],a:`14`},{n:[`ily`,`hand`,`love you gesture`],u:`1f91f`,v:[`1f91f-1f3fb`,`1f91f-1f3fc`,`1f91f-1f3fd`,`1f91f-1f3fe`,`1f91f-1f3ff`],a:`5`},{n:[`hand`,`horns`,`finger`,`rock on`,`sign of the horns`],u:`1f918`,v:[`1f918-1f3fb`,`1f918-1f3fc`,`1f918-1f3fd`,`1f918-1f3fe`,`1f918-1f3ff`],a:`1`},{n:[`call`,`hand`,`shaka`,`hang loose`,`call me hand`],u:`1f919`,v:[`1f919-1f3fb`,`1f919-1f3fc`,`1f919-1f3fd`,`1f919-1f3fe`,`1f919-1f3ff`],a:`3`},{n:[`hand`,`index`,`point`,`finger`,`backhand`,`backhand index pointing left`],u:`1f448`,v:[`1f448-1f3fb`,`1f448-1f3fc`,`1f448-1f3fd`,`1f448-1f3fe`,`1f448-1f3ff`],a:`0.6`},{n:[`hand`,`index`,`point`,`finger`,`backhand`,`backhand index pointing right`],u:`1f449`,v:[`1f449-1f3fb`,`1f449-1f3fc`,`1f449-1f3fd`,`1f449-1f3fe`,`1f449-1f3ff`],a:`0.6`},{n:[`up`,`hand`,`point`,`finger`,`backhand`,`backhand index pointing up`],u:`1f446`,v:[`1f446-1f3fb`,`1f446-1f3fc`,`1f446-1f3fd`,`1f446-1f3fe`,`1f446-1f3ff`],a:`0.6`},{n:[`hand`,`finger`,`middle finger`],u:`1f595`,v:[`1f595-1f3fb`,`1f595-1f3fc`,`1f595-1f3fd`,`1f595-1f3fe`,`1f595-1f3ff`],a:`1`},{n:[`down`,`hand`,`point`,`finger`,`backhand`,`backhand index pointing down`],u:`1f447`,v:[`1f447-1f3fb`,`1f447-1f3fc`,`1f447-1f3fd`,`1f447-1f3fe`,`1f447-1f3ff`],a:`0.6`},{n:[`up`,`hand`,`index`,`point`,`finger`,`index pointing up`],u:`261d-fe0f`,v:[`261d-1f3fb`,`261d-1f3fc`,`261d-1f3fd`,`261d-1f3fe`,`261d-1f3ff`],a:`0.6`},{n:[`you`,`point`,`index pointing at the viewer`],u:`1faf5`,v:[`1faf5-1f3fb`,`1faf5-1f3fc`,`1faf5-1f3fd`,`1faf5-1f3fe`,`1faf5-1f3ff`],a:`14`},{n:[`+1`,`up`,`hand`,`thumb`,`thumbs up`],u:`1f44d`,v:[`1f44d-1f3fb`,`1f44d-1f3fc`,`1f44d-1f3fd`,`1f44d-1f3fe`,`1f44d-1f3ff`],a:`0.6`},{n:[` 1`,`down`,`hand`,`thumb`,`thumbs down`],u:`1f44e`,v:[`1f44e-1f3fb`,`1f44e-1f3fc`,`1f44e-1f3fd`,`1f44e-1f3fe`,`1f44e-1f3ff`],a:`0.6`},{n:[`fist`,`hand`,`punch`,`clenched`,`raised fist`],u:`270a`,v:[`270a-1f3fb`,`270a-1f3fc`,`270a-1f3fd`,`270a-1f3fe`,`270a-1f3ff`],a:`0.6`},{n:[`fist`,`hand`,`punch`,`clenched`,`oncoming fist`],u:`1f44a`,v:[`1f44a-1f3fb`,`1f44a-1f3fc`,`1f44a-1f3fd`,`1f44a-1f3fe`,`1f44a-1f3ff`],a:`0.6`},{n:[`fist`,`leftwards`,`left facing fist`],u:`1f91b`,v:[`1f91b-1f3fb`,`1f91b-1f3fc`,`1f91b-1f3fd`,`1f91b-1f3fe`,`1f91b-1f3ff`],a:`3`},{n:[`fist`,`rightwards`,`right facing fist`],u:`1f91c`,v:[`1f91c-1f3fb`,`1f91c-1f3fc`,`1f91c-1f3fd`,`1f91c-1f3fe`,`1f91c-1f3ff`],a:`3`},{n:[`clap`,`hand`,`clapping hands`],u:`1f44f`,v:[`1f44f-1f3fb`,`1f44f-1f3fc`,`1f44f-1f3fd`,`1f44f-1f3fe`,`1f44f-1f3ff`],a:`0.6`},{n:[`hand`,`hooray`,`raised`,`gesture`,`celebration`,`raising hands`],u:`1f64c`,v:[`1f64c-1f3fb`,`1f64c-1f3fc`,`1f64c-1f3fd`,`1f64c-1f3fe`,`1f64c-1f3ff`],a:`0.6`},{n:[`love`,`heart hands`],u:`1faf6`,v:[`1faf6-1f3fb`,`1faf6-1f3fc`,`1faf6-1f3fd`,`1faf6-1f3fe`,`1faf6-1f3ff`],a:`14`},{n:[`hand`,`open`,`open hands`],u:`1f450`,v:[`1f450-1f3fb`,`1f450-1f3fc`,`1f450-1f3fd`,`1f450-1f3fe`,`1f450-1f3ff`],a:`0.6`},{n:[`prayer`,`palms up together`],u:`1f932`,v:[`1f932-1f3fb`,`1f932-1f3fc`,`1f932-1f3fd`,`1f932-1f3fe`,`1f932-1f3ff`],a:`5`},{n:[`hand`,`shake`,`meeting`,`handshake`,`agreement`],u:`1f91d`,v:[`1f91d-1f3fb`,`1f91d-1f3fc`,`1f91d-1f3fd`,`1f91d-1f3fe`,`1f91d-1f3ff`,`1faf1-1f3fb-200d-1faf2-1f3fc`,`1faf1-1f3fb-200d-1faf2-1f3fd`,`1faf1-1f3fb-200d-1faf2-1f3fe`,`1faf1-1f3fb-200d-1faf2-1f3ff`,`1faf1-1f3fc-200d-1faf2-1f3fb`,`1faf1-1f3fc-200d-1faf2-1f3fd`,`1faf1-1f3fc-200d-1faf2-1f3fe`,`1faf1-1f3fc-200d-1faf2-1f3ff`,`1faf1-1f3fd-200d-1faf2-1f3fb`,`1faf1-1f3fd-200d-1faf2-1f3fc`,`1faf1-1f3fd-200d-1faf2-1f3fe`,`1faf1-1f3fd-200d-1faf2-1f3ff`,`1faf1-1f3fe-200d-1faf2-1f3fb`,`1faf1-1f3fe-200d-1faf2-1f3fc`,`1faf1-1f3fe-200d-1faf2-1f3fd`,`1faf1-1f3fe-200d-1faf2-1f3ff`,`1faf1-1f3ff-200d-1faf2-1f3fb`,`1faf1-1f3ff-200d-1faf2-1f3fc`,`1faf1-1f3ff-200d-1faf2-1f3fd`,`1faf1-1f3ff-200d-1faf2-1f3fe`],a:`3`},{n:[`ask`,`hand`,`pray`,`high 5`,`please`,`thanks`,`high five`,`folded hands`],u:`1f64f`,v:[`1f64f-1f3fb`,`1f64f-1f3fc`,`1f64f-1f3fd`,`1f64f-1f3fe`,`1f64f-1f3ff`],a:`0.6`},{n:[`hand`,`write`,`writing hand`],u:`270d-fe0f`,v:[`270d-1f3fb`,`270d-1f3fc`,`270d-1f3fd`,`270d-1f3fe`,`270d-1f3ff`],a:`0.7`},{n:[`care`,`nail`,`polish`,`manicure`,`cosmetics`,`nail polish`],u:`1f485`,v:[`1f485-1f3fb`,`1f485-1f3fc`,`1f485-1f3fd`,`1f485-1f3fe`,`1f485-1f3ff`],a:`0.6`},{n:[`phone`,`selfie`,`camera`],u:`1f933`,v:[`1f933-1f3fb`,`1f933-1f3fc`,`1f933-1f3fd`,`1f933-1f3fe`,`1f933-1f3ff`],a:`3`},{n:[`flex`,`comic`,`biceps`,`muscle`,`flexed biceps`],u:`1f4aa`,v:[`1f4aa-1f3fb`,`1f4aa-1f3fc`,`1f4aa-1f3fd`,`1f4aa-1f3fe`,`1f4aa-1f3ff`],a:`0.6`},{n:[`prosthetic`,`accessibility`,`mechanical arm`],u:`1f9be`,a:`12`},{n:[`prosthetic`,`accessibility`,`mechanical leg`],u:`1f9bf`,a:`12`},{n:[`leg`,`kick`,`limb`],u:`1f9b5`,v:[`1f9b5-1f3fb`,`1f9b5-1f3fc`,`1f9b5-1f3fd`,`1f9b5-1f3fe`,`1f9b5-1f3ff`],a:`11`},{n:[`foot`,`kick`,`stomp`],u:`1f9b6`,v:[`1f9b6-1f3fb`,`1f9b6-1f3fc`,`1f9b6-1f3fd`,`1f9b6-1f3fe`,`1f9b6-1f3ff`],a:`11`},{n:[`ear`,`body`],u:`1f442`,v:[`1f442-1f3fb`,`1f442-1f3fc`,`1f442-1f3fd`,`1f442-1f3fe`,`1f442-1f3ff`],a:`0.6`},{n:[`accessibility`,`hard of hearing`,`ear with hearing aid`],u:`1f9bb`,v:[`1f9bb-1f3fb`,`1f9bb-1f3fc`,`1f9bb-1f3fd`,`1f9bb-1f3fe`,`1f9bb-1f3ff`],a:`12`},{n:[`nose`,`body`],u:`1f443`,v:[`1f443-1f3fb`,`1f443-1f3fc`,`1f443-1f3fd`,`1f443-1f3fe`,`1f443-1f3ff`],a:`0.6`},{n:[`brain`,`intelligent`],u:`1f9e0`,a:`5`},{n:[`heart`,`organ`,`pulse`,`anatomical`,`cardiology`,`anatomical heart`],u:`1fac0`,a:`13`},{n:[`lungs`,`organ`,`breath`,`exhalation`,`inhalation`,`respiration`],u:`1fac1`,a:`13`},{n:[`tooth`,`dentist`],u:`1f9b7`,a:`11`},{n:[`bone`,`skeleton`],u:`1f9b4`,a:`11`},{n:[`eye`,`eyes`,`face`],u:`1f440`,a:`0.6`},{n:[`eye`,`body`],u:`1f441-fe0f`,a:`0.7`},{n:[`body`,`tongue`],u:`1f445`,a:`0.6`},{n:[`lips`,`mouth`],u:`1f444`,a:`0.6`},{n:[`fear`,`anxious`,`nervous`,`worried`,`flirting`,`biting lip`,`uncomfortable`],u:`1fae6`,a:`14`},{n:[`baby`,`young`],u:`1f476`,v:[`1f476-1f3fb`,`1f476-1f3fc`,`1f476-1f3fd`,`1f476-1f3fe`,`1f476-1f3ff`],a:`0.6`},{n:[`child`,`young`,`gender neutral`,`unspecified gender`],u:`1f9d2`,v:[`1f9d2-1f3fb`,`1f9d2-1f3fc`,`1f9d2-1f3fd`,`1f9d2-1f3fe`,`1f9d2-1f3ff`],a:`5`},{n:[`boy`,`young`],u:`1f466`,v:[`1f466-1f3fb`,`1f466-1f3fc`,`1f466-1f3fd`,`1f466-1f3fe`,`1f466-1f3ff`],a:`0.6`},{n:[`girl`,`virgo`,`young`,`zodiac`],u:`1f467`,v:[`1f467-1f3fb`,`1f467-1f3fc`,`1f467-1f3fd`,`1f467-1f3fe`,`1f467-1f3ff`],a:`0.6`},{n:[`adult`,`person`,`gender neutral`,`unspecified gender`],u:`1f9d1`,v:[`1f9d1-1f3fb`,`1f9d1-1f3fc`,`1f9d1-1f3fd`,`1f9d1-1f3fe`,`1f9d1-1f3ff`],a:`5`},{n:[`hair`,`blond`,`person: blond hair`,`blond haired person`],u:`1f471`,v:[`1f471-1f3fb`,`1f471-1f3fc`,`1f471-1f3fd`,`1f471-1f3fe`,`1f471-1f3ff`],a:`0.6`},{n:[`man`,`adult`],u:`1f468`,v:[`1f468-1f3fb`,`1f468-1f3fc`,`1f468-1f3fd`,`1f468-1f3fe`,`1f468-1f3ff`],a:`0.6`},{n:[`beard`,`person`,`person: beard`],u:`1f9d4`,v:[`1f9d4-1f3fb`,`1f9d4-1f3fc`,`1f9d4-1f3fd`,`1f9d4-1f3fe`,`1f9d4-1f3ff`],a:`5`},{n:[`man`,`beard`,`man: beard`],u:`1f9d4-200d-2642-fe0f`,v:[`1f9d4-1f3fb-200d-2642-fe0f`,`1f9d4-1f3fc-200d-2642-fe0f`,`1f9d4-1f3fd-200d-2642-fe0f`,`1f9d4-1f3fe-200d-2642-fe0f`,`1f9d4-1f3ff-200d-2642-fe0f`],a:`13.1`},{n:[`beard`,`woman`,`woman: beard`],u:`1f9d4-200d-2640-fe0f`,v:[`1f9d4-1f3fb-200d-2640-fe0f`,`1f9d4-1f3fc-200d-2640-fe0f`,`1f9d4-1f3fd-200d-2640-fe0f`,`1f9d4-1f3fe-200d-2640-fe0f`,`1f9d4-1f3ff-200d-2640-fe0f`],a:`13.1`},{n:[`man`,`adult`,`red hair`,`man: red hair`],u:`1f468-200d-1f9b0`,v:[`1f468-1f3fb-200d-1f9b0`,`1f468-1f3fc-200d-1f9b0`,`1f468-1f3fd-200d-1f9b0`,`1f468-1f3fe-200d-1f9b0`,`1f468-1f3ff-200d-1f9b0`],a:`11`},{n:[`man`,`adult`,`curly hair`,`man: curly hair`],u:`1f468-200d-1f9b1`,v:[`1f468-1f3fb-200d-1f9b1`,`1f468-1f3fc-200d-1f9b1`,`1f468-1f3fd-200d-1f9b1`,`1f468-1f3fe-200d-1f9b1`,`1f468-1f3ff-200d-1f9b1`],a:`11`},{n:[`man`,`adult`,`white hair`,`man: white hair`],u:`1f468-200d-1f9b3`,v:[`1f468-1f3fb-200d-1f9b3`,`1f468-1f3fc-200d-1f9b3`,`1f468-1f3fd-200d-1f9b3`,`1f468-1f3fe-200d-1f9b3`,`1f468-1f3ff-200d-1f9b3`],a:`11`},{n:[`man`,`bald`,`adult`,`man: bald`],u:`1f468-200d-1f9b2`,v:[`1f468-1f3fb-200d-1f9b2`,`1f468-1f3fc-200d-1f9b2`,`1f468-1f3fd-200d-1f9b2`,`1f468-1f3fe-200d-1f9b2`,`1f468-1f3ff-200d-1f9b2`],a:`11`},{n:[`woman`,`adult`],u:`1f469`,v:[`1f469-1f3fb`,`1f469-1f3fc`,`1f469-1f3fd`,`1f469-1f3fe`,`1f469-1f3ff`],a:`0.6`},{n:[`adult`,`woman`,`red hair`,`woman: red hair`],u:`1f469-200d-1f9b0`,v:[`1f469-1f3fb-200d-1f9b0`,`1f469-1f3fc-200d-1f9b0`,`1f469-1f3fd-200d-1f9b0`,`1f469-1f3fe-200d-1f9b0`,`1f469-1f3ff-200d-1f9b0`],a:`11`},{n:[`adult`,`person`,`red hair`,`gender neutral`,`person: red hair`,`unspecified gender`],u:`1f9d1-200d-1f9b0`,v:[`1f9d1-1f3fb-200d-1f9b0`,`1f9d1-1f3fc-200d-1f9b0`,`1f9d1-1f3fd-200d-1f9b0`,`1f9d1-1f3fe-200d-1f9b0`,`1f9d1-1f3ff-200d-1f9b0`],a:`12.1`},{n:[`adult`,`woman`,`curly hair`,`woman: curly hair`],u:`1f469-200d-1f9b1`,v:[`1f469-1f3fb-200d-1f9b1`,`1f469-1f3fc-200d-1f9b1`,`1f469-1f3fd-200d-1f9b1`,`1f469-1f3fe-200d-1f9b1`,`1f469-1f3ff-200d-1f9b1`],a:`11`},{n:[`adult`,`person`,`curly hair`,`gender neutral`,`person: curly hair`,`unspecified gender`],u:`1f9d1-200d-1f9b1`,v:[`1f9d1-1f3fb-200d-1f9b1`,`1f9d1-1f3fc-200d-1f9b1`,`1f9d1-1f3fd-200d-1f9b1`,`1f9d1-1f3fe-200d-1f9b1`,`1f9d1-1f3ff-200d-1f9b1`],a:`12.1`},{n:[`adult`,`woman`,`white hair`,`woman: white hair`],u:`1f469-200d-1f9b3`,v:[`1f469-1f3fb-200d-1f9b3`,`1f469-1f3fc-200d-1f9b3`,`1f469-1f3fd-200d-1f9b3`,`1f469-1f3fe-200d-1f9b3`,`1f469-1f3ff-200d-1f9b3`],a:`11`},{n:[`adult`,`person`,`white hair`,`gender neutral`,`person: white hair`,`unspecified gender`],u:`1f9d1-200d-1f9b3`,v:[`1f9d1-1f3fb-200d-1f9b3`,`1f9d1-1f3fc-200d-1f9b3`,`1f9d1-1f3fd-200d-1f9b3`,`1f9d1-1f3fe-200d-1f9b3`,`1f9d1-1f3ff-200d-1f9b3`],a:`12.1`},{n:[`bald`,`adult`,`woman`,`woman: bald`],u:`1f469-200d-1f9b2`,v:[`1f469-1f3fb-200d-1f9b2`,`1f469-1f3fc-200d-1f9b2`,`1f469-1f3fd-200d-1f9b2`,`1f469-1f3fe-200d-1f9b2`,`1f469-1f3ff-200d-1f9b2`],a:`11`},{n:[`bald`,`adult`,`person`,`person: bald`,`gender neutral`,`unspecified gender`],u:`1f9d1-200d-1f9b2`,v:[`1f9d1-1f3fb-200d-1f9b2`,`1f9d1-1f3fc-200d-1f9b2`,`1f9d1-1f3fd-200d-1f9b2`,`1f9d1-1f3fe-200d-1f9b2`,`1f9d1-1f3ff-200d-1f9b2`],a:`12.1`},{n:[`hair`,`woman`,`blonde`,`woman: blond hair`,`blond haired woman`],u:`1f471-200d-2640-fe0f`,v:[`1f471-1f3fb-200d-2640-fe0f`,`1f471-1f3fc-200d-2640-fe0f`,`1f471-1f3fd-200d-2640-fe0f`,`1f471-1f3fe-200d-2640-fe0f`,`1f471-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`man`,`hair`,`blond`,`man: blond hair`,`blond haired man`],u:`1f471-200d-2642-fe0f`,v:[`1f471-1f3fb-200d-2642-fe0f`,`1f471-1f3fc-200d-2642-fe0f`,`1f471-1f3fd-200d-2642-fe0f`,`1f471-1f3fe-200d-2642-fe0f`,`1f471-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`old`,`adult`,`older person`,`gender neutral`,`unspecified gender`],u:`1f9d3`,v:[`1f9d3-1f3fb`,`1f9d3-1f3fc`,`1f9d3-1f3fd`,`1f9d3-1f3fe`,`1f9d3-1f3ff`],a:`5`},{n:[`man`,`old`,`adult`,`old man`],u:`1f474`,v:[`1f474-1f3fb`,`1f474-1f3fc`,`1f474-1f3fd`,`1f474-1f3fe`,`1f474-1f3ff`],a:`0.6`},{n:[`old`,`adult`,`woman`,`old woman`],u:`1f475`,v:[`1f475-1f3fb`,`1f475-1f3fc`,`1f475-1f3fd`,`1f475-1f3fe`,`1f475-1f3ff`],a:`0.6`},{n:[`frown`,`gesture`,`person frowning`],u:`1f64d`,v:[`1f64d-1f3fb`,`1f64d-1f3fc`,`1f64d-1f3fd`,`1f64d-1f3fe`,`1f64d-1f3ff`],a:`0.6`},{n:[`man`,`gesture`,`frowning`,`man frowning`],u:`1f64d-200d-2642-fe0f`,v:[`1f64d-1f3fb-200d-2642-fe0f`,`1f64d-1f3fc-200d-2642-fe0f`,`1f64d-1f3fd-200d-2642-fe0f`,`1f64d-1f3fe-200d-2642-fe0f`,`1f64d-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`gesture`,`frowning`,`woman frowning`],u:`1f64d-200d-2640-fe0f`,v:[`1f64d-1f3fb-200d-2640-fe0f`,`1f64d-1f3fc-200d-2640-fe0f`,`1f64d-1f3fd-200d-2640-fe0f`,`1f64d-1f3fe-200d-2640-fe0f`,`1f64d-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`gesture`,`pouting`,`person pouting`],u:`1f64e`,v:[`1f64e-1f3fb`,`1f64e-1f3fc`,`1f64e-1f3fd`,`1f64e-1f3fe`,`1f64e-1f3ff`],a:`0.6`},{n:[`man`,`gesture`,`pouting`,`man pouting`],u:`1f64e-200d-2642-fe0f`,v:[`1f64e-1f3fb-200d-2642-fe0f`,`1f64e-1f3fc-200d-2642-fe0f`,`1f64e-1f3fd-200d-2642-fe0f`,`1f64e-1f3fe-200d-2642-fe0f`,`1f64e-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`gesture`,`pouting`,`woman pouting`],u:`1f64e-200d-2640-fe0f`,v:[`1f64e-1f3fb-200d-2640-fe0f`,`1f64e-1f3fc-200d-2640-fe0f`,`1f64e-1f3fd-200d-2640-fe0f`,`1f64e-1f3fe-200d-2640-fe0f`,`1f64e-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`hand`,`gesture`,`forbidden`,`prohibited`,`person gesturing NO`,`person gesturing no`],u:`1f645`,v:[`1f645-1f3fb`,`1f645-1f3fc`,`1f645-1f3fd`,`1f645-1f3fe`,`1f645-1f3ff`],a:`0.6`},{n:[`man`,`hand`,`gesture`,`forbidden`,`prohibited`,`man gesturing NO`,`man gesturing no`],u:`1f645-200d-2642-fe0f`,v:[`1f645-1f3fb-200d-2642-fe0f`,`1f645-1f3fc-200d-2642-fe0f`,`1f645-1f3fd-200d-2642-fe0f`,`1f645-1f3fe-200d-2642-fe0f`,`1f645-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`hand`,`woman`,`gesture`,`forbidden`,`prohibited`,`woman gesturing NO`,`woman gesturing no`],u:`1f645-200d-2640-fe0f`,v:[`1f645-1f3fb-200d-2640-fe0f`,`1f645-1f3fc-200d-2640-fe0f`,`1f645-1f3fd-200d-2640-fe0f`,`1f645-1f3fe-200d-2640-fe0f`,`1f645-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`ok`,`hand`,`gesture`,`person gesturing OK`,`person gesturing ok`],u:`1f646`,v:[`1f646-1f3fb`,`1f646-1f3fc`,`1f646-1f3fd`,`1f646-1f3fe`,`1f646-1f3ff`],a:`0.6`},{n:[`ok`,`man`,`hand`,`gesture`,`man gesturing OK`,`man gesturing ok`],u:`1f646-200d-2642-fe0f`,v:[`1f646-1f3fb-200d-2642-fe0f`,`1f646-1f3fc-200d-2642-fe0f`,`1f646-1f3fd-200d-2642-fe0f`,`1f646-1f3fe-200d-2642-fe0f`,`1f646-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`ok`,`hand`,`woman`,`gesture`,`woman gesturing OK`,`woman gesturing ok`],u:`1f646-200d-2640-fe0f`,v:[`1f646-1f3fb-200d-2640-fe0f`,`1f646-1f3fc-200d-2640-fe0f`,`1f646-1f3fd-200d-2640-fe0f`,`1f646-1f3fe-200d-2640-fe0f`,`1f646-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`hand`,`help`,`sassy`,`tipping`,`information`,`person tipping hand`],u:`1f481`,v:[`1f481-1f3fb`,`1f481-1f3fc`,`1f481-1f3fd`,`1f481-1f3fe`,`1f481-1f3ff`],a:`0.6`},{n:[`man`,`sassy`,`tipping hand`,`man tipping hand`],u:`1f481-200d-2642-fe0f`,v:[`1f481-1f3fb-200d-2642-fe0f`,`1f481-1f3fc-200d-2642-fe0f`,`1f481-1f3fd-200d-2642-fe0f`,`1f481-1f3fe-200d-2642-fe0f`,`1f481-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`sassy`,`woman`,`tipping hand`,`woman tipping hand`],u:`1f481-200d-2640-fe0f`,v:[`1f481-1f3fb-200d-2640-fe0f`,`1f481-1f3fc-200d-2640-fe0f`,`1f481-1f3fd-200d-2640-fe0f`,`1f481-1f3fe-200d-2640-fe0f`,`1f481-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`hand`,`happy`,`raised`,`gesture`,`person raising hand`],u:`1f64b`,v:[`1f64b-1f3fb`,`1f64b-1f3fc`,`1f64b-1f3fd`,`1f64b-1f3fe`,`1f64b-1f3ff`],a:`0.6`},{n:[`man`,`gesture`,`raising hand`,`man raising hand`],u:`1f64b-200d-2642-fe0f`,v:[`1f64b-1f3fb-200d-2642-fe0f`,`1f64b-1f3fc-200d-2642-fe0f`,`1f64b-1f3fd-200d-2642-fe0f`,`1f64b-1f3fe-200d-2642-fe0f`,`1f64b-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`gesture`,`raising hand`,`woman raising hand`],u:`1f64b-200d-2640-fe0f`,v:[`1f64b-1f3fb-200d-2640-fe0f`,`1f64b-1f3fc-200d-2640-fe0f`,`1f64b-1f3fd-200d-2640-fe0f`,`1f64b-1f3fe-200d-2640-fe0f`,`1f64b-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`ear`,`deaf`,`hear`,`deaf person`,`accessibility`],u:`1f9cf`,v:[`1f9cf-1f3fb`,`1f9cf-1f3fc`,`1f9cf-1f3fd`,`1f9cf-1f3fe`,`1f9cf-1f3ff`],a:`12`},{n:[`man`,`deaf`,`deaf man`],u:`1f9cf-200d-2642-fe0f`,v:[`1f9cf-1f3fb-200d-2642-fe0f`,`1f9cf-1f3fc-200d-2642-fe0f`,`1f9cf-1f3fd-200d-2642-fe0f`,`1f9cf-1f3fe-200d-2642-fe0f`,`1f9cf-1f3ff-200d-2642-fe0f`],a:`12`},{n:[`deaf`,`woman`,`deaf woman`],u:`1f9cf-200d-2640-fe0f`,v:[`1f9cf-1f3fb-200d-2640-fe0f`,`1f9cf-1f3fc-200d-2640-fe0f`,`1f9cf-1f3fd-200d-2640-fe0f`,`1f9cf-1f3fe-200d-2640-fe0f`,`1f9cf-1f3ff-200d-2640-fe0f`],a:`12`},{n:[`bow`,`sorry`,`apology`,`gesture`,`person bowing`],u:`1f647`,v:[`1f647-1f3fb`,`1f647-1f3fc`,`1f647-1f3fd`,`1f647-1f3fe`,`1f647-1f3ff`],a:`0.6`},{n:[`man`,`favor`,`sorry`,`bowing`,`apology`,`gesture`,`man bowing`],u:`1f647-200d-2642-fe0f`,v:[`1f647-1f3fb-200d-2642-fe0f`,`1f647-1f3fc-200d-2642-fe0f`,`1f647-1f3fd-200d-2642-fe0f`,`1f647-1f3fe-200d-2642-fe0f`,`1f647-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`favor`,`sorry`,`woman`,`bowing`,`apology`,`gesture`,`woman bowing`],u:`1f647-200d-2640-fe0f`,v:[`1f647-1f3fb-200d-2640-fe0f`,`1f647-1f3fc-200d-2640-fe0f`,`1f647-1f3fd-200d-2640-fe0f`,`1f647-1f3fe-200d-2640-fe0f`,`1f647-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`face`,`palm`,`disbelief`,`exasperation`,`person facepalming`],u:`1f926`,v:[`1f926-1f3fb`,`1f926-1f3fc`,`1f926-1f3fd`,`1f926-1f3fe`,`1f926-1f3ff`],a:`3`},{n:[`man`,`facepalm`,`disbelief`,`exasperation`,`man facepalming`],u:`1f926-200d-2642-fe0f`,v:[`1f926-1f3fb-200d-2642-fe0f`,`1f926-1f3fc-200d-2642-fe0f`,`1f926-1f3fd-200d-2642-fe0f`,`1f926-1f3fe-200d-2642-fe0f`,`1f926-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`facepalm`,`disbelief`,`exasperation`,`woman facepalming`],u:`1f926-200d-2640-fe0f`,v:[`1f926-1f3fb-200d-2640-fe0f`,`1f926-1f3fc-200d-2640-fe0f`,`1f926-1f3fd-200d-2640-fe0f`,`1f926-1f3fe-200d-2640-fe0f`,`1f926-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`doubt`,`shrug`,`ignorance`,`indifference`,`person shrugging`],u:`1f937`,v:[`1f937-1f3fb`,`1f937-1f3fc`,`1f937-1f3fd`,`1f937-1f3fe`,`1f937-1f3ff`],a:`3`},{n:[`man`,`doubt`,`shrug`,`ignorance`,`indifference`,`man shrugging`],u:`1f937-200d-2642-fe0f`,v:[`1f937-1f3fb-200d-2642-fe0f`,`1f937-1f3fc-200d-2642-fe0f`,`1f937-1f3fd-200d-2642-fe0f`,`1f937-1f3fe-200d-2642-fe0f`,`1f937-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`doubt`,`shrug`,`woman`,`ignorance`,`indifference`,`woman shrugging`],u:`1f937-200d-2640-fe0f`,v:[`1f937-1f3fb-200d-2640-fe0f`,`1f937-1f3fc-200d-2640-fe0f`,`1f937-1f3fd-200d-2640-fe0f`,`1f937-1f3fe-200d-2640-fe0f`,`1f937-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`nurse`,`doctor`,`therapist`,`healthcare`,`health worker`],u:`1f9d1-200d-2695-fe0f`,v:[`1f9d1-1f3fb-200d-2695-fe0f`,`1f9d1-1f3fc-200d-2695-fe0f`,`1f9d1-1f3fd-200d-2695-fe0f`,`1f9d1-1f3fe-200d-2695-fe0f`,`1f9d1-1f3ff-200d-2695-fe0f`],a:`12.1`},{n:[`man`,`nurse`,`doctor`,`therapist`,`healthcare`,`man health worker`],u:`1f468-200d-2695-fe0f`,v:[`1f468-1f3fb-200d-2695-fe0f`,`1f468-1f3fc-200d-2695-fe0f`,`1f468-1f3fd-200d-2695-fe0f`,`1f468-1f3fe-200d-2695-fe0f`,`1f468-1f3ff-200d-2695-fe0f`],a:`4`},{n:[`nurse`,`woman`,`doctor`,`therapist`,`healthcare`,`woman health worker`],u:`1f469-200d-2695-fe0f`,v:[`1f469-1f3fb-200d-2695-fe0f`,`1f469-1f3fc-200d-2695-fe0f`,`1f469-1f3fd-200d-2695-fe0f`,`1f469-1f3fe-200d-2695-fe0f`,`1f469-1f3ff-200d-2695-fe0f`],a:`4`},{n:[`student`,`graduate`],u:`1f9d1-200d-1f393`,v:[`1f9d1-1f3fb-200d-1f393`,`1f9d1-1f3fc-200d-1f393`,`1f9d1-1f3fd-200d-1f393`,`1f9d1-1f3fe-200d-1f393`,`1f9d1-1f3ff-200d-1f393`],a:`12.1`},{n:[`man`,`student`,`graduate`,`man student`],u:`1f468-200d-1f393`,v:[`1f468-1f3fb-200d-1f393`,`1f468-1f3fc-200d-1f393`,`1f468-1f3fd-200d-1f393`,`1f468-1f3fe-200d-1f393`,`1f468-1f3ff-200d-1f393`],a:`4`},{n:[`woman`,`student`,`graduate`,`woman student`],u:`1f469-200d-1f393`,v:[`1f469-1f3fb-200d-1f393`,`1f469-1f3fc-200d-1f393`,`1f469-1f3fd-200d-1f393`,`1f469-1f3fe-200d-1f393`,`1f469-1f3ff-200d-1f393`],a:`4`},{n:[`teacher`,`lecturer`,`professor`,`instructor`],u:`1f9d1-200d-1f3eb`,v:[`1f9d1-1f3fb-200d-1f3eb`,`1f9d1-1f3fc-200d-1f3eb`,`1f9d1-1f3fd-200d-1f3eb`,`1f9d1-1f3fe-200d-1f3eb`,`1f9d1-1f3ff-200d-1f3eb`],a:`12.1`},{n:[`man`,`teacher`,`lecturer`,`professor`,`instructor`,`man teacher`],u:`1f468-200d-1f3eb`,v:[`1f468-1f3fb-200d-1f3eb`,`1f468-1f3fc-200d-1f3eb`,`1f468-1f3fd-200d-1f3eb`,`1f468-1f3fe-200d-1f3eb`,`1f468-1f3ff-200d-1f3eb`],a:`4`},{n:[`woman`,`teacher`,`lecturer`,`professor`,`instructor`,`woman teacher`],u:`1f469-200d-1f3eb`,v:[`1f469-1f3fb-200d-1f3eb`,`1f469-1f3fc-200d-1f3eb`,`1f469-1f3fd-200d-1f3eb`,`1f469-1f3fe-200d-1f3eb`,`1f469-1f3ff-200d-1f3eb`],a:`4`},{n:[`law`,`judge`,`scales`,`justice`],u:`1f9d1-200d-2696-fe0f`,v:[`1f9d1-1f3fb-200d-2696-fe0f`,`1f9d1-1f3fc-200d-2696-fe0f`,`1f9d1-1f3fd-200d-2696-fe0f`,`1f9d1-1f3fe-200d-2696-fe0f`,`1f9d1-1f3ff-200d-2696-fe0f`],a:`12.1`},{n:[`law`,`man`,`judge`,`scales`,`justice`,`man judge`],u:`1f468-200d-2696-fe0f`,v:[`1f468-1f3fb-200d-2696-fe0f`,`1f468-1f3fc-200d-2696-fe0f`,`1f468-1f3fd-200d-2696-fe0f`,`1f468-1f3fe-200d-2696-fe0f`,`1f468-1f3ff-200d-2696-fe0f`],a:`4`},{n:[`law`,`judge`,`woman`,`scales`,`justice`,`woman judge`],u:`1f469-200d-2696-fe0f`,v:[`1f469-1f3fb-200d-2696-fe0f`,`1f469-1f3fc-200d-2696-fe0f`,`1f469-1f3fd-200d-2696-fe0f`,`1f469-1f3fe-200d-2696-fe0f`,`1f469-1f3ff-200d-2696-fe0f`],a:`4`},{n:[`farmer`,`rancher`,`gardener`],u:`1f9d1-200d-1f33e`,v:[`1f9d1-1f3fb-200d-1f33e`,`1f9d1-1f3fc-200d-1f33e`,`1f9d1-1f3fd-200d-1f33e`,`1f9d1-1f3fe-200d-1f33e`,`1f9d1-1f3ff-200d-1f33e`],a:`12.1`},{n:[`man`,`farmer`,`rancher`,`gardener`,`man farmer`],u:`1f468-200d-1f33e`,v:[`1f468-1f3fb-200d-1f33e`,`1f468-1f3fc-200d-1f33e`,`1f468-1f3fd-200d-1f33e`,`1f468-1f3fe-200d-1f33e`,`1f468-1f3ff-200d-1f33e`],a:`4`},{n:[`woman`,`farmer`,`rancher`,`gardener`,`woman farmer`],u:`1f469-200d-1f33e`,v:[`1f469-1f3fb-200d-1f33e`,`1f469-1f3fc-200d-1f33e`,`1f469-1f3fd-200d-1f33e`,`1f469-1f3fe-200d-1f33e`,`1f469-1f3ff-200d-1f33e`],a:`4`},{n:[`cook`,`chef`],u:`1f9d1-200d-1f373`,v:[`1f9d1-1f3fb-200d-1f373`,`1f9d1-1f3fc-200d-1f373`,`1f9d1-1f3fd-200d-1f373`,`1f9d1-1f3fe-200d-1f373`,`1f9d1-1f3ff-200d-1f373`],a:`12.1`},{n:[`man`,`chef`,`cook`,`man cook`],u:`1f468-200d-1f373`,v:[`1f468-1f3fb-200d-1f373`,`1f468-1f3fc-200d-1f373`,`1f468-1f3fd-200d-1f373`,`1f468-1f3fe-200d-1f373`,`1f468-1f3ff-200d-1f373`],a:`4`},{n:[`chef`,`cook`,`woman`,`woman cook`],u:`1f469-200d-1f373`,v:[`1f469-1f3fb-200d-1f373`,`1f469-1f3fc-200d-1f373`,`1f469-1f3fd-200d-1f373`,`1f469-1f3fe-200d-1f373`,`1f469-1f3ff-200d-1f373`],a:`4`},{n:[`plumber`,`mechanic`,`electrician`,`tradesperson`],u:`1f9d1-200d-1f527`,v:[`1f9d1-1f3fb-200d-1f527`,`1f9d1-1f3fc-200d-1f527`,`1f9d1-1f3fd-200d-1f527`,`1f9d1-1f3fe-200d-1f527`,`1f9d1-1f3ff-200d-1f527`],a:`12.1`},{n:[`man`,`plumber`,`mechanic`,`electrician`,`man mechanic`,`tradesperson`],u:`1f468-200d-1f527`,v:[`1f468-1f3fb-200d-1f527`,`1f468-1f3fc-200d-1f527`,`1f468-1f3fd-200d-1f527`,`1f468-1f3fe-200d-1f527`,`1f468-1f3ff-200d-1f527`],a:`4`},{n:[`woman`,`plumber`,`mechanic`,`electrician`,`tradesperson`,`woman mechanic`],u:`1f469-200d-1f527`,v:[`1f469-1f3fb-200d-1f527`,`1f469-1f3fc-200d-1f527`,`1f469-1f3fd-200d-1f527`,`1f469-1f3fe-200d-1f527`,`1f469-1f3ff-200d-1f527`],a:`4`},{n:[`worker`,`factory`,`assembly`,`industrial`,`factory worker`],u:`1f9d1-200d-1f3ed`,v:[`1f9d1-1f3fb-200d-1f3ed`,`1f9d1-1f3fc-200d-1f3ed`,`1f9d1-1f3fd-200d-1f3ed`,`1f9d1-1f3fe-200d-1f3ed`,`1f9d1-1f3ff-200d-1f3ed`],a:`12.1`},{n:[`man`,`worker`,`factory`,`assembly`,`industrial`,`man factory worker`],u:`1f468-200d-1f3ed`,v:[`1f468-1f3fb-200d-1f3ed`,`1f468-1f3fc-200d-1f3ed`,`1f468-1f3fd-200d-1f3ed`,`1f468-1f3fe-200d-1f3ed`,`1f468-1f3ff-200d-1f3ed`],a:`4`},{n:[`woman`,`worker`,`factory`,`assembly`,`industrial`,`woman factory worker`],u:`1f469-200d-1f3ed`,v:[`1f469-1f3fb-200d-1f3ed`,`1f469-1f3fc-200d-1f3ed`,`1f469-1f3fd-200d-1f3ed`,`1f469-1f3fe-200d-1f3ed`,`1f469-1f3ff-200d-1f3ed`],a:`4`},{n:[`manager`,`business`,`architect`,`white collar`,`office worker`],u:`1f9d1-200d-1f4bc`,v:[`1f9d1-1f3fb-200d-1f4bc`,`1f9d1-1f3fc-200d-1f4bc`,`1f9d1-1f3fd-200d-1f4bc`,`1f9d1-1f3fe-200d-1f4bc`,`1f9d1-1f3ff-200d-1f4bc`],a:`12.1`},{n:[`man`,`manager`,`business`,`architect`,`white collar`,`man office worker`],u:`1f468-200d-1f4bc`,v:[`1f468-1f3fb-200d-1f4bc`,`1f468-1f3fc-200d-1f4bc`,`1f468-1f3fd-200d-1f4bc`,`1f468-1f3fe-200d-1f4bc`,`1f468-1f3ff-200d-1f4bc`],a:`4`},{n:[`woman`,`manager`,`business`,`architect`,`white collar`,`woman office worker`],u:`1f469-200d-1f4bc`,v:[`1f469-1f3fb-200d-1f4bc`,`1f469-1f3fc-200d-1f4bc`,`1f469-1f3fd-200d-1f4bc`,`1f469-1f3fe-200d-1f4bc`,`1f469-1f3ff-200d-1f4bc`],a:`4`},{n:[`chemist`,`engineer`,`scientist`,`biologist`,`physicist`],u:`1f9d1-200d-1f52c`,v:[`1f9d1-1f3fb-200d-1f52c`,`1f9d1-1f3fc-200d-1f52c`,`1f9d1-1f3fd-200d-1f52c`,`1f9d1-1f3fe-200d-1f52c`,`1f9d1-1f3ff-200d-1f52c`],a:`12.1`},{n:[`man`,`chemist`,`engineer`,`biologist`,`physicist`,`scientist`,`man scientist`],u:`1f468-200d-1f52c`,v:[`1f468-1f3fb-200d-1f52c`,`1f468-1f3fc-200d-1f52c`,`1f468-1f3fd-200d-1f52c`,`1f468-1f3fe-200d-1f52c`,`1f468-1f3ff-200d-1f52c`],a:`4`},{n:[`woman`,`chemist`,`engineer`,`biologist`,`physicist`,`scientist`,`woman scientist`],u:`1f469-200d-1f52c`,v:[`1f469-1f3fb-200d-1f52c`,`1f469-1f3fc-200d-1f52c`,`1f469-1f3fd-200d-1f52c`,`1f469-1f3fe-200d-1f52c`,`1f469-1f3ff-200d-1f52c`],a:`4`},{n:[`coder`,`inventor`,`software`,`developer`,`technologist`],u:`1f9d1-200d-1f4bb`,v:[`1f9d1-1f3fb-200d-1f4bb`,`1f9d1-1f3fc-200d-1f4bb`,`1f9d1-1f3fd-200d-1f4bb`,`1f9d1-1f3fe-200d-1f4bb`,`1f9d1-1f3ff-200d-1f4bb`],a:`12.1`},{n:[`man`,`coder`,`inventor`,`software`,`developer`,`technologist`,`man technologist`],u:`1f468-200d-1f4bb`,v:[`1f468-1f3fb-200d-1f4bb`,`1f468-1f3fc-200d-1f4bb`,`1f468-1f3fd-200d-1f4bb`,`1f468-1f3fe-200d-1f4bb`,`1f468-1f3ff-200d-1f4bb`],a:`4`},{n:[`coder`,`woman`,`inventor`,`software`,`developer`,`technologist`,`woman technologist`],u:`1f469-200d-1f4bb`,v:[`1f469-1f3fb-200d-1f4bb`,`1f469-1f3fc-200d-1f4bb`,`1f469-1f3fd-200d-1f4bb`,`1f469-1f3fe-200d-1f4bb`,`1f469-1f3ff-200d-1f4bb`],a:`4`},{n:[`rock`,`star`,`actor`,`singer`,`entertainer`],u:`1f9d1-200d-1f3a4`,v:[`1f9d1-1f3fb-200d-1f3a4`,`1f9d1-1f3fc-200d-1f3a4`,`1f9d1-1f3fd-200d-1f3a4`,`1f9d1-1f3fe-200d-1f3a4`,`1f9d1-1f3ff-200d-1f3a4`],a:`12.1`},{n:[`man`,`rock`,`star`,`actor`,`singer`,`man singer`,`entertainer`],u:`1f468-200d-1f3a4`,v:[`1f468-1f3fb-200d-1f3a4`,`1f468-1f3fc-200d-1f3a4`,`1f468-1f3fd-200d-1f3a4`,`1f468-1f3fe-200d-1f3a4`,`1f468-1f3ff-200d-1f3a4`],a:`4`},{n:[`rock`,`star`,`actor`,`woman`,`singer`,`entertainer`,`woman singer`],u:`1f469-200d-1f3a4`,v:[`1f469-1f3fb-200d-1f3a4`,`1f469-1f3fc-200d-1f3a4`,`1f469-1f3fd-200d-1f3a4`,`1f469-1f3fe-200d-1f3a4`,`1f469-1f3ff-200d-1f3a4`],a:`4`},{n:[`artist`,`palette`],u:`1f9d1-200d-1f3a8`,v:[`1f9d1-1f3fb-200d-1f3a8`,`1f9d1-1f3fc-200d-1f3a8`,`1f9d1-1f3fd-200d-1f3a8`,`1f9d1-1f3fe-200d-1f3a8`,`1f9d1-1f3ff-200d-1f3a8`],a:`12.1`},{n:[`man`,`artist`,`palette`,`man artist`],u:`1f468-200d-1f3a8`,v:[`1f468-1f3fb-200d-1f3a8`,`1f468-1f3fc-200d-1f3a8`,`1f468-1f3fd-200d-1f3a8`,`1f468-1f3fe-200d-1f3a8`,`1f468-1f3ff-200d-1f3a8`],a:`4`},{n:[`woman`,`artist`,`palette`,`woman artist`],u:`1f469-200d-1f3a8`,v:[`1f469-1f3fb-200d-1f3a8`,`1f469-1f3fc-200d-1f3a8`,`1f469-1f3fd-200d-1f3a8`,`1f469-1f3fe-200d-1f3a8`,`1f469-1f3ff-200d-1f3a8`],a:`4`},{n:[`pilot`,`plane`],u:`1f9d1-200d-2708-fe0f`,v:[`1f9d1-1f3fb-200d-2708-fe0f`,`1f9d1-1f3fc-200d-2708-fe0f`,`1f9d1-1f3fd-200d-2708-fe0f`,`1f9d1-1f3fe-200d-2708-fe0f`,`1f9d1-1f3ff-200d-2708-fe0f`],a:`12.1`},{n:[`man`,`pilot`,`plane`,`man pilot`],u:`1f468-200d-2708-fe0f`,v:[`1f468-1f3fb-200d-2708-fe0f`,`1f468-1f3fc-200d-2708-fe0f`,`1f468-1f3fd-200d-2708-fe0f`,`1f468-1f3fe-200d-2708-fe0f`,`1f468-1f3ff-200d-2708-fe0f`],a:`4`},{n:[`pilot`,`plane`,`woman`,`woman pilot`],u:`1f469-200d-2708-fe0f`,v:[`1f469-1f3fb-200d-2708-fe0f`,`1f469-1f3fc-200d-2708-fe0f`,`1f469-1f3fd-200d-2708-fe0f`,`1f469-1f3fe-200d-2708-fe0f`,`1f469-1f3ff-200d-2708-fe0f`],a:`4`},{n:[`rocket`,`astronaut`],u:`1f9d1-200d-1f680`,v:[`1f9d1-1f3fb-200d-1f680`,`1f9d1-1f3fc-200d-1f680`,`1f9d1-1f3fd-200d-1f680`,`1f9d1-1f3fe-200d-1f680`,`1f9d1-1f3ff-200d-1f680`],a:`12.1`},{n:[`man`,`rocket`,`astronaut`,`man astronaut`],u:`1f468-200d-1f680`,v:[`1f468-1f3fb-200d-1f680`,`1f468-1f3fc-200d-1f680`,`1f468-1f3fd-200d-1f680`,`1f468-1f3fe-200d-1f680`,`1f468-1f3ff-200d-1f680`],a:`4`},{n:[`woman`,`rocket`,`astronaut`,`woman astronaut`],u:`1f469-200d-1f680`,v:[`1f469-1f3fb-200d-1f680`,`1f469-1f3fc-200d-1f680`,`1f469-1f3fd-200d-1f680`,`1f469-1f3fe-200d-1f680`,`1f469-1f3ff-200d-1f680`],a:`4`},{n:[`fire`,`firetruck`,`firefighter`],u:`1f9d1-200d-1f692`,v:[`1f9d1-1f3fb-200d-1f692`,`1f9d1-1f3fc-200d-1f692`,`1f9d1-1f3fd-200d-1f692`,`1f9d1-1f3fe-200d-1f692`,`1f9d1-1f3ff-200d-1f692`],a:`12.1`},{n:[`man`,`firetruck`,`firefighter`,`man firefighter`],u:`1f468-200d-1f692`,v:[`1f468-1f3fb-200d-1f692`,`1f468-1f3fc-200d-1f692`,`1f468-1f3fd-200d-1f692`,`1f468-1f3fe-200d-1f692`,`1f468-1f3ff-200d-1f692`],a:`4`},{n:[`woman`,`firetruck`,`firefighter`,`woman firefighter`],u:`1f469-200d-1f692`,v:[`1f469-1f3fb-200d-1f692`,`1f469-1f3fc-200d-1f692`,`1f469-1f3fd-200d-1f692`,`1f469-1f3fe-200d-1f692`,`1f469-1f3ff-200d-1f692`],a:`4`},{n:[`cop`,`police`,`officer`,`police officer`],u:`1f46e`,v:[`1f46e-1f3fb`,`1f46e-1f3fc`,`1f46e-1f3fd`,`1f46e-1f3fe`,`1f46e-1f3ff`],a:`0.6`},{n:[`cop`,`man`,`police`,`officer`,`man police officer`],u:`1f46e-200d-2642-fe0f`,v:[`1f46e-1f3fb-200d-2642-fe0f`,`1f46e-1f3fc-200d-2642-fe0f`,`1f46e-1f3fd-200d-2642-fe0f`,`1f46e-1f3fe-200d-2642-fe0f`,`1f46e-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`cop`,`woman`,`police`,`officer`,`woman police officer`],u:`1f46e-200d-2640-fe0f`,v:[`1f46e-1f3fb-200d-2640-fe0f`,`1f46e-1f3fc-200d-2640-fe0f`,`1f46e-1f3fd-200d-2640-fe0f`,`1f46e-1f3fe-200d-2640-fe0f`,`1f46e-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`spy`,`sleuth`,`detective`],u:`1f575-fe0f`,v:[`1f575-1f3fb`,`1f575-1f3fc`,`1f575-1f3fd`,`1f575-1f3fe`,`1f575-1f3ff`],a:`0.7`},{n:[`man`,`spy`,`sleuth`,`detective`,`man detective`],u:`1f575-fe0f-200d-2642-fe0f`,v:[`1f575-1f3fb-200d-2642-fe0f`,`1f575-1f3fc-200d-2642-fe0f`,`1f575-1f3fd-200d-2642-fe0f`,`1f575-1f3fe-200d-2642-fe0f`,`1f575-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`spy`,`woman`,`sleuth`,`detective`,`woman detective`],u:`1f575-fe0f-200d-2640-fe0f`,v:[`1f575-1f3fb-200d-2640-fe0f`,`1f575-1f3fc-200d-2640-fe0f`,`1f575-1f3fd-200d-2640-fe0f`,`1f575-1f3fe-200d-2640-fe0f`,`1f575-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`guard`],u:`1f482`,v:[`1f482-1f3fb`,`1f482-1f3fc`,`1f482-1f3fd`,`1f482-1f3fe`,`1f482-1f3ff`],a:`0.6`},{n:[`man`,`guard`,`man guard`],u:`1f482-200d-2642-fe0f`,v:[`1f482-1f3fb-200d-2642-fe0f`,`1f482-1f3fc-200d-2642-fe0f`,`1f482-1f3fd-200d-2642-fe0f`,`1f482-1f3fe-200d-2642-fe0f`,`1f482-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`guard`,`woman`,`woman guard`],u:`1f482-200d-2640-fe0f`,v:[`1f482-1f3fb-200d-2640-fe0f`,`1f482-1f3fc-200d-2640-fe0f`,`1f482-1f3fd-200d-2640-fe0f`,`1f482-1f3fe-200d-2640-fe0f`,`1f482-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`ninja`,`hidden`,`fighter`,`stealth`],u:`1f977`,v:[`1f977-1f3fb`,`1f977-1f3fc`,`1f977-1f3fd`,`1f977-1f3fe`,`1f977-1f3ff`],a:`13`},{n:[`hat`,`worker`,`construction`,`construction worker`],u:`1f477`,v:[`1f477-1f3fb`,`1f477-1f3fc`,`1f477-1f3fd`,`1f477-1f3fe`,`1f477-1f3ff`],a:`0.6`},{n:[`man`,`worker`,`construction`,`man construction worker`],u:`1f477-200d-2642-fe0f`,v:[`1f477-1f3fb-200d-2642-fe0f`,`1f477-1f3fc-200d-2642-fe0f`,`1f477-1f3fd-200d-2642-fe0f`,`1f477-1f3fe-200d-2642-fe0f`,`1f477-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`worker`,`construction`,`woman construction worker`],u:`1f477-200d-2640-fe0f`,v:[`1f477-1f3fb-200d-2640-fe0f`,`1f477-1f3fc-200d-2640-fe0f`,`1f477-1f3fd-200d-2640-fe0f`,`1f477-1f3fe-200d-2640-fe0f`,`1f477-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`noble`,`regal`,`monarch`,`royalty`,`person with crown`],u:`1fac5`,v:[`1fac5-1f3fb`,`1fac5-1f3fc`,`1fac5-1f3fd`,`1fac5-1f3fe`,`1fac5-1f3ff`],a:`14`},{n:[`prince`],u:`1f934`,v:[`1f934-1f3fb`,`1f934-1f3fc`,`1f934-1f3fd`,`1f934-1f3fe`,`1f934-1f3ff`],a:`3`},{n:[`fantasy`,`princess`,`fairy tale`],u:`1f478`,v:[`1f478-1f3fb`,`1f478-1f3fc`,`1f478-1f3fd`,`1f478-1f3fe`,`1f478-1f3ff`],a:`0.6`},{n:[`turban`,`person wearing turban`],u:`1f473`,v:[`1f473-1f3fb`,`1f473-1f3fc`,`1f473-1f3fd`,`1f473-1f3fe`,`1f473-1f3ff`],a:`0.6`},{n:[`man`,`turban`,`man wearing turban`],u:`1f473-200d-2642-fe0f`,v:[`1f473-1f3fb-200d-2642-fe0f`,`1f473-1f3fc-200d-2642-fe0f`,`1f473-1f3fd-200d-2642-fe0f`,`1f473-1f3fe-200d-2642-fe0f`,`1f473-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`turban`,`woman wearing turban`],u:`1f473-200d-2640-fe0f`,v:[`1f473-1f3fb-200d-2640-fe0f`,`1f473-1f3fc-200d-2640-fe0f`,`1f473-1f3fd-200d-2640-fe0f`,`1f473-1f3fe-200d-2640-fe0f`,`1f473-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`cap`,`hat`,`person`,`skullcap`,`gua pi mao`,`person with skullcap`],u:`1f472`,v:[`1f472-1f3fb`,`1f472-1f3fc`,`1f472-1f3fd`,`1f472-1f3fe`,`1f472-1f3ff`],a:`0.6`},{n:[`hijab`,`tichel`,`mantilla`,`headscarf`,`woman with headscarf`],u:`1f9d5`,v:[`1f9d5-1f3fb`,`1f9d5-1f3fc`,`1f9d5-1f3fd`,`1f9d5-1f3fe`,`1f9d5-1f3ff`],a:`5`},{n:[`groom`,`person`,`tuxedo`,`person in tuxedo`],u:`1f935`,v:[`1f935-1f3fb`,`1f935-1f3fc`,`1f935-1f3fd`,`1f935-1f3fe`,`1f935-1f3ff`],a:`3`},{n:[`man`,`tuxedo`,`man in tuxedo`],u:`1f935-200d-2642-fe0f`,v:[`1f935-1f3fb-200d-2642-fe0f`,`1f935-1f3fc-200d-2642-fe0f`,`1f935-1f3fd-200d-2642-fe0f`,`1f935-1f3fe-200d-2642-fe0f`,`1f935-1f3ff-200d-2642-fe0f`],a:`13`},{n:[`woman`,`tuxedo`,`woman in tuxedo`],u:`1f935-200d-2640-fe0f`,v:[`1f935-1f3fb-200d-2640-fe0f`,`1f935-1f3fc-200d-2640-fe0f`,`1f935-1f3fd-200d-2640-fe0f`,`1f935-1f3fe-200d-2640-fe0f`,`1f935-1f3ff-200d-2640-fe0f`],a:`13`},{n:[`veil`,`bride`,`person`,`wedding`,`person with veil`],u:`1f470`,v:[`1f470-1f3fb`,`1f470-1f3fc`,`1f470-1f3fd`,`1f470-1f3fe`,`1f470-1f3ff`],a:`0.6`},{n:[`man`,`veil`,`man with veil`],u:`1f470-200d-2642-fe0f`,v:[`1f470-1f3fb-200d-2642-fe0f`,`1f470-1f3fc-200d-2642-fe0f`,`1f470-1f3fd-200d-2642-fe0f`,`1f470-1f3fe-200d-2642-fe0f`,`1f470-1f3ff-200d-2642-fe0f`],a:`13`},{n:[`veil`,`woman`,`woman with veil`],u:`1f470-200d-2640-fe0f`,v:[`1f470-1f3fb-200d-2640-fe0f`,`1f470-1f3fc-200d-2640-fe0f`,`1f470-1f3fd-200d-2640-fe0f`,`1f470-1f3fe-200d-2640-fe0f`,`1f470-1f3ff-200d-2640-fe0f`],a:`13`},{n:[`woman`,`pregnant`,`pregnant woman`],u:`1f930`,v:[`1f930-1f3fb`,`1f930-1f3fc`,`1f930-1f3fd`,`1f930-1f3fe`,`1f930-1f3ff`],a:`3`},{n:[`full`,`belly`,`bloated`,`pregnant`,`pregnant man`],u:`1fac3`,v:[`1fac3-1f3fb`,`1fac3-1f3fc`,`1fac3-1f3fd`,`1fac3-1f3fe`,`1fac3-1f3ff`],a:`14`},{n:[`full`,`belly`,`bloated`,`pregnant`,`pregnant person`],u:`1fac4`,v:[`1fac4-1f3fb`,`1fac4-1f3fc`,`1fac4-1f3fd`,`1fac4-1f3fe`,`1fac4-1f3ff`],a:`14`},{n:[`baby`,`breast`,`nursing`,`breast feeding`],u:`1f931`,v:[`1f931-1f3fb`,`1f931-1f3fc`,`1f931-1f3fd`,`1f931-1f3fe`,`1f931-1f3ff`],a:`5`},{n:[`baby`,`woman`,`feeding`,`nursing`,`woman feeding baby`],u:`1f469-200d-1f37c`,v:[`1f469-1f3fb-200d-1f37c`,`1f469-1f3fc-200d-1f37c`,`1f469-1f3fd-200d-1f37c`,`1f469-1f3fe-200d-1f37c`,`1f469-1f3ff-200d-1f37c`],a:`13`},{n:[`man`,`baby`,`feeding`,`nursing`,`man feeding baby`],u:`1f468-200d-1f37c`,v:[`1f468-1f3fb-200d-1f37c`,`1f468-1f3fc-200d-1f37c`,`1f468-1f3fd-200d-1f37c`,`1f468-1f3fe-200d-1f37c`,`1f468-1f3ff-200d-1f37c`],a:`13`},{n:[`baby`,`person`,`feeding`,`nursing`,`person feeding baby`],u:`1f9d1-200d-1f37c`,v:[`1f9d1-1f3fb-200d-1f37c`,`1f9d1-1f3fc-200d-1f37c`,`1f9d1-1f3fd-200d-1f37c`,`1f9d1-1f3fe-200d-1f37c`,`1f9d1-1f3ff-200d-1f37c`],a:`13`},{n:[`baby`,`face`,`angel`,`fantasy`,`baby angel`,`fairy tale`],u:`1f47c`,v:[`1f47c-1f3fb`,`1f47c-1f3fc`,`1f47c-1f3fd`,`1f47c-1f3fe`,`1f47c-1f3ff`],a:`0.6`},{n:[`claus`,`santa`,`father`,`christmas`,`Santa Claus`,`celebration`],u:`1f385`,v:[`1f385-1f3fb`,`1f385-1f3fc`,`1f385-1f3fd`,`1f385-1f3fe`,`1f385-1f3ff`],a:`0.6`},{n:[`mrs.`,`claus`,`mother`,`christmas`,`Mrs. Claus`,`celebration`],u:`1f936`,v:[`1f936-1f3fb`,`1f936-1f3fc`,`1f936-1f3fd`,`1f936-1f3fe`,`1f936-1f3ff`],a:`3`},{n:[`claus`,`mx claus`,`christmas`],u:`1f9d1-200d-1f384`,v:[`1f9d1-1f3fb-200d-1f384`,`1f9d1-1f3fc-200d-1f384`,`1f9d1-1f3fd-200d-1f384`,`1f9d1-1f3fe-200d-1f384`,`1f9d1-1f3ff-200d-1f384`],a:`13`},{n:[`good`,`hero`,`heroine`,`superhero`,`superpower`],u:`1f9b8`,v:[`1f9b8-1f3fb`,`1f9b8-1f3fc`,`1f9b8-1f3fd`,`1f9b8-1f3fe`,`1f9b8-1f3ff`],a:`11`},{n:[`man`,`good`,`hero`,`superpower`,`man superhero`],u:`1f9b8-200d-2642-fe0f`,v:[`1f9b8-1f3fb-200d-2642-fe0f`,`1f9b8-1f3fc-200d-2642-fe0f`,`1f9b8-1f3fd-200d-2642-fe0f`,`1f9b8-1f3fe-200d-2642-fe0f`,`1f9b8-1f3ff-200d-2642-fe0f`],a:`11`},{n:[`good`,`hero`,`woman`,`heroine`,`superpower`,`woman superhero`],u:`1f9b8-200d-2640-fe0f`,v:[`1f9b8-1f3fb-200d-2640-fe0f`,`1f9b8-1f3fc-200d-2640-fe0f`,`1f9b8-1f3fd-200d-2640-fe0f`,`1f9b8-1f3fe-200d-2640-fe0f`,`1f9b8-1f3ff-200d-2640-fe0f`],a:`11`},{n:[`evil`,`villain`,`criminal`,`superpower`,`supervillain`],u:`1f9b9`,v:[`1f9b9-1f3fb`,`1f9b9-1f3fc`,`1f9b9-1f3fd`,`1f9b9-1f3fe`,`1f9b9-1f3ff`],a:`11`},{n:[`man`,`evil`,`villain`,`criminal`,`superpower`,`man supervillain`],u:`1f9b9-200d-2642-fe0f`,v:[`1f9b9-1f3fb-200d-2642-fe0f`,`1f9b9-1f3fc-200d-2642-fe0f`,`1f9b9-1f3fd-200d-2642-fe0f`,`1f9b9-1f3fe-200d-2642-fe0f`,`1f9b9-1f3ff-200d-2642-fe0f`],a:`11`},{n:[`evil`,`woman`,`villain`,`criminal`,`superpower`,`woman supervillain`],u:`1f9b9-200d-2640-fe0f`,v:[`1f9b9-1f3fb-200d-2640-fe0f`,`1f9b9-1f3fc-200d-2640-fe0f`,`1f9b9-1f3fd-200d-2640-fe0f`,`1f9b9-1f3fe-200d-2640-fe0f`,`1f9b9-1f3ff-200d-2640-fe0f`],a:`11`},{n:[`mage`,`witch`,`wizard`,`sorcerer`,`sorceress`],u:`1f9d9`,v:[`1f9d9-1f3fb`,`1f9d9-1f3fc`,`1f9d9-1f3fd`,`1f9d9-1f3fe`,`1f9d9-1f3ff`],a:`5`},{n:[`wizard`,`man mage`,`sorcerer`],u:`1f9d9-200d-2642-fe0f`,v:[`1f9d9-1f3fb-200d-2642-fe0f`,`1f9d9-1f3fc-200d-2642-fe0f`,`1f9d9-1f3fd-200d-2642-fe0f`,`1f9d9-1f3fe-200d-2642-fe0f`,`1f9d9-1f3ff-200d-2642-fe0f`],a:`5`},{n:[`witch`,`sorceress`,`woman mage`],u:`1f9d9-200d-2640-fe0f`,v:[`1f9d9-1f3fb-200d-2640-fe0f`,`1f9d9-1f3fc-200d-2640-fe0f`,`1f9d9-1f3fd-200d-2640-fe0f`,`1f9d9-1f3fe-200d-2640-fe0f`,`1f9d9-1f3ff-200d-2640-fe0f`],a:`5`},{n:[`puck`,`fairy`,`oberon`,`titania`],u:`1f9da`,v:[`1f9da-1f3fb`,`1f9da-1f3fc`,`1f9da-1f3fd`,`1f9da-1f3fe`,`1f9da-1f3ff`],a:`5`},{n:[`puck`,`oberon`,`man fairy`],u:`1f9da-200d-2642-fe0f`,v:[`1f9da-1f3fb-200d-2642-fe0f`,`1f9da-1f3fc-200d-2642-fe0f`,`1f9da-1f3fd-200d-2642-fe0f`,`1f9da-1f3fe-200d-2642-fe0f`,`1f9da-1f3ff-200d-2642-fe0f`],a:`5`},{n:[`titania`,`woman fairy`],u:`1f9da-200d-2640-fe0f`,v:[`1f9da-1f3fb-200d-2640-fe0f`,`1f9da-1f3fc-200d-2640-fe0f`,`1f9da-1f3fd-200d-2640-fe0f`,`1f9da-1f3fe-200d-2640-fe0f`,`1f9da-1f3ff-200d-2640-fe0f`],a:`5`},{n:[`undead`,`vampire`,`dracula`],u:`1f9db`,v:[`1f9db-1f3fb`,`1f9db-1f3fc`,`1f9db-1f3fd`,`1f9db-1f3fe`,`1f9db-1f3ff`],a:`5`},{n:[`undead`,`dracula`,`man vampire`],u:`1f9db-200d-2642-fe0f`,v:[`1f9db-1f3fb-200d-2642-fe0f`,`1f9db-1f3fc-200d-2642-fe0f`,`1f9db-1f3fd-200d-2642-fe0f`,`1f9db-1f3fe-200d-2642-fe0f`,`1f9db-1f3ff-200d-2642-fe0f`],a:`5`},{n:[`undead`,`woman vampire`],u:`1f9db-200d-2640-fe0f`,v:[`1f9db-1f3fb-200d-2640-fe0f`,`1f9db-1f3fc-200d-2640-fe0f`,`1f9db-1f3fd-200d-2640-fe0f`,`1f9db-1f3fe-200d-2640-fe0f`,`1f9db-1f3ff-200d-2640-fe0f`],a:`5`},{n:[`merman`,`mermaid`,`merwoman`,`merperson`],u:`1f9dc`,v:[`1f9dc-1f3fb`,`1f9dc-1f3fc`,`1f9dc-1f3fd`,`1f9dc-1f3fe`,`1f9dc-1f3ff`],a:`5`},{n:[`merman`,`triton`],u:`1f9dc-200d-2642-fe0f`,v:[`1f9dc-1f3fb-200d-2642-fe0f`,`1f9dc-1f3fc-200d-2642-fe0f`,`1f9dc-1f3fd-200d-2642-fe0f`,`1f9dc-1f3fe-200d-2642-fe0f`,`1f9dc-1f3ff-200d-2642-fe0f`],a:`5`},{n:[`mermaid`,`merwoman`],u:`1f9dc-200d-2640-fe0f`,v:[`1f9dc-1f3fb-200d-2640-fe0f`,`1f9dc-1f3fc-200d-2640-fe0f`,`1f9dc-1f3fd-200d-2640-fe0f`,`1f9dc-1f3fe-200d-2640-fe0f`,`1f9dc-1f3ff-200d-2640-fe0f`],a:`5`},{n:[`elf`,`magical`],u:`1f9dd`,v:[`1f9dd-1f3fb`,`1f9dd-1f3fc`,`1f9dd-1f3fd`,`1f9dd-1f3fe`,`1f9dd-1f3ff`],a:`5`},{n:[`man elf`,`magical`],u:`1f9dd-200d-2642-fe0f`,v:[`1f9dd-1f3fb-200d-2642-fe0f`,`1f9dd-1f3fc-200d-2642-fe0f`,`1f9dd-1f3fd-200d-2642-fe0f`,`1f9dd-1f3fe-200d-2642-fe0f`,`1f9dd-1f3ff-200d-2642-fe0f`],a:`5`},{n:[`magical`,`woman elf`],u:`1f9dd-200d-2640-fe0f`,v:[`1f9dd-1f3fb-200d-2640-fe0f`,`1f9dd-1f3fc-200d-2640-fe0f`,`1f9dd-1f3fd-200d-2640-fe0f`,`1f9dd-1f3fe-200d-2640-fe0f`,`1f9dd-1f3ff-200d-2640-fe0f`],a:`5`},{n:[`genie`,`djinn`],u:`1f9de`,a:`5`},{n:[`djinn`,`man genie`],u:`1f9de-200d-2642-fe0f`,a:`5`},{n:[`djinn`,`woman genie`],u:`1f9de-200d-2640-fe0f`,a:`5`},{n:[`zombie`,`undead`,`walking dead`],u:`1f9df`,a:`5`},{n:[`undead`,`man zombie`,`walking dead`],u:`1f9df-200d-2642-fe0f`,a:`5`},{n:[`undead`,`woman zombie`,`walking dead`],u:`1f9df-200d-2640-fe0f`,a:`5`},{n:[`troll`,`fantasy`,`monster`,`fairy tale`],u:`1f9cc`,a:`14`},{n:[`face`,`salon`,`massage`,`person getting massage`],u:`1f486`,v:[`1f486-1f3fb`,`1f486-1f3fc`,`1f486-1f3fd`,`1f486-1f3fe`,`1f486-1f3ff`],a:`0.6`},{n:[`man`,`face`,`massage`,`man getting massage`],u:`1f486-200d-2642-fe0f`,v:[`1f486-1f3fb-200d-2642-fe0f`,`1f486-1f3fc-200d-2642-fe0f`,`1f486-1f3fd-200d-2642-fe0f`,`1f486-1f3fe-200d-2642-fe0f`,`1f486-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`face`,`woman`,`massage`,`woman getting massage`],u:`1f486-200d-2640-fe0f`,v:[`1f486-1f3fb-200d-2640-fe0f`,`1f486-1f3fc-200d-2640-fe0f`,`1f486-1f3fd-200d-2640-fe0f`,`1f486-1f3fe-200d-2640-fe0f`,`1f486-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`barber`,`beauty`,`parlor`,`haircut`,`person getting haircut`],u:`1f487`,v:[`1f487-1f3fb`,`1f487-1f3fc`,`1f487-1f3fd`,`1f487-1f3fe`,`1f487-1f3ff`],a:`0.6`},{n:[`man`,`haircut`,`man getting haircut`],u:`1f487-200d-2642-fe0f`,v:[`1f487-1f3fb-200d-2642-fe0f`,`1f487-1f3fc-200d-2642-fe0f`,`1f487-1f3fd-200d-2642-fe0f`,`1f487-1f3fe-200d-2642-fe0f`,`1f487-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`haircut`,`woman getting haircut`],u:`1f487-200d-2640-fe0f`,v:[`1f487-1f3fb-200d-2640-fe0f`,`1f487-1f3fc-200d-2640-fe0f`,`1f487-1f3fd-200d-2640-fe0f`,`1f487-1f3fe-200d-2640-fe0f`,`1f487-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`hike`,`walk`,`walking`,`person walking`],u:`1f6b6`,v:[`1f6b6-1f3fb`,`1f6b6-1f3fc`,`1f6b6-1f3fd`,`1f6b6-1f3fe`,`1f6b6-1f3ff`],a:`0.6`},{n:[`man`,`hike`,`walk`,`man walking`],u:`1f6b6-200d-2642-fe0f`,v:[`1f6b6-1f3fb-200d-2642-fe0f`,`1f6b6-1f3fc-200d-2642-fe0f`,`1f6b6-1f3fd-200d-2642-fe0f`,`1f6b6-1f3fe-200d-2642-fe0f`,`1f6b6-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`hike`,`walk`,`woman`,`woman walking`],u:`1f6b6-200d-2640-fe0f`,v:[`1f6b6-1f3fb-200d-2640-fe0f`,`1f6b6-1f3fc-200d-2640-fe0f`,`1f6b6-1f3fd-200d-2640-fe0f`,`1f6b6-1f3fe-200d-2640-fe0f`,`1f6b6-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`hike`,`walk`,`walking`,`person walking`,`person walking facing right`],u:`1f6b6-200d-27a1-fe0f`,v:[`1f6b6-1f3fb-200d-27a1-fe0f`,`1f6b6-1f3fc-200d-27a1-fe0f`,`1f6b6-1f3fd-200d-27a1-fe0f`,`1f6b6-1f3fe-200d-27a1-fe0f`,`1f6b6-1f3ff-200d-27a1-fe0f`],a:`15.1`},{n:[`hike`,`walk`,`woman`,`woman walking`,`woman walking facing right`],u:`1f6b6-200d-2640-fe0f-200d-27a1-fe0f`,v:[`1f6b6-1f3fb-200d-2640-fe0f-200d-27a1-fe0f`,`1f6b6-1f3fc-200d-2640-fe0f-200d-27a1-fe0f`,`1f6b6-1f3fd-200d-2640-fe0f-200d-27a1-fe0f`,`1f6b6-1f3fe-200d-2640-fe0f-200d-27a1-fe0f`,`1f6b6-1f3ff-200d-2640-fe0f-200d-27a1-fe0f`],a:`15.1`},{n:[`man`,`hike`,`walk`,`man walking`,`man walking facing right`],u:`1f6b6-200d-2642-fe0f-200d-27a1-fe0f`,v:[`1f6b6-1f3fb-200d-2642-fe0f-200d-27a1-fe0f`,`1f6b6-1f3fc-200d-2642-fe0f-200d-27a1-fe0f`,`1f6b6-1f3fd-200d-2642-fe0f-200d-27a1-fe0f`,`1f6b6-1f3fe-200d-2642-fe0f-200d-27a1-fe0f`,`1f6b6-1f3ff-200d-2642-fe0f-200d-27a1-fe0f`],a:`15.1`},{n:[`stand`,`standing`,`person standing`],u:`1f9cd`,v:[`1f9cd-1f3fb`,`1f9cd-1f3fc`,`1f9cd-1f3fd`,`1f9cd-1f3fe`,`1f9cd-1f3ff`],a:`12`},{n:[`man`,`standing`,`man standing`],u:`1f9cd-200d-2642-fe0f`,v:[`1f9cd-1f3fb-200d-2642-fe0f`,`1f9cd-1f3fc-200d-2642-fe0f`,`1f9cd-1f3fd-200d-2642-fe0f`,`1f9cd-1f3fe-200d-2642-fe0f`,`1f9cd-1f3ff-200d-2642-fe0f`],a:`12`},{n:[`woman`,`standing`,`woman standing`],u:`1f9cd-200d-2640-fe0f`,v:[`1f9cd-1f3fb-200d-2640-fe0f`,`1f9cd-1f3fc-200d-2640-fe0f`,`1f9cd-1f3fd-200d-2640-fe0f`,`1f9cd-1f3fe-200d-2640-fe0f`,`1f9cd-1f3ff-200d-2640-fe0f`],a:`12`},{n:[`kneel`,`kneeling`,`person kneeling`],u:`1f9ce`,v:[`1f9ce-1f3fb`,`1f9ce-1f3fc`,`1f9ce-1f3fd`,`1f9ce-1f3fe`,`1f9ce-1f3ff`],a:`12`},{n:[`man`,`kneeling`,`man kneeling`],u:`1f9ce-200d-2642-fe0f`,v:[`1f9ce-1f3fb-200d-2642-fe0f`,`1f9ce-1f3fc-200d-2642-fe0f`,`1f9ce-1f3fd-200d-2642-fe0f`,`1f9ce-1f3fe-200d-2642-fe0f`,`1f9ce-1f3ff-200d-2642-fe0f`],a:`12`},{n:[`woman`,`kneeling`,`woman kneeling`],u:`1f9ce-200d-2640-fe0f`,v:[`1f9ce-1f3fb-200d-2640-fe0f`,`1f9ce-1f3fc-200d-2640-fe0f`,`1f9ce-1f3fd-200d-2640-fe0f`,`1f9ce-1f3fe-200d-2640-fe0f`,`1f9ce-1f3ff-200d-2640-fe0f`],a:`12`},{n:[`kneel`,`kneeling`,`person kneeling`,`person kneeling facing right`],u:`1f9ce-200d-27a1-fe0f`,v:[`1f9ce-1f3fb-200d-27a1-fe0f`,`1f9ce-1f3fc-200d-27a1-fe0f`,`1f9ce-1f3fd-200d-27a1-fe0f`,`1f9ce-1f3fe-200d-27a1-fe0f`,`1f9ce-1f3ff-200d-27a1-fe0f`],a:`15.1`},{n:[`woman`,`kneeling`,`woman kneeling facing right`],u:`1f9ce-200d-2640-fe0f-200d-27a1-fe0f`,v:[`1f9ce-1f3fb-200d-2640-fe0f-200d-27a1-fe0f`,`1f9ce-1f3fc-200d-2640-fe0f-200d-27a1-fe0f`,`1f9ce-1f3fd-200d-2640-fe0f-200d-27a1-fe0f`,`1f9ce-1f3fe-200d-2640-fe0f-200d-27a1-fe0f`,`1f9ce-1f3ff-200d-2640-fe0f-200d-27a1-fe0f`],a:`15.1`},{n:[`man`,`kneeling`,`man kneeling facing right`],u:`1f9ce-200d-2642-fe0f-200d-27a1-fe0f`,v:[`1f9ce-1f3fb-200d-2642-fe0f-200d-27a1-fe0f`,`1f9ce-1f3fc-200d-2642-fe0f-200d-27a1-fe0f`,`1f9ce-1f3fd-200d-2642-fe0f-200d-27a1-fe0f`,`1f9ce-1f3fe-200d-2642-fe0f-200d-27a1-fe0f`,`1f9ce-1f3ff-200d-2642-fe0f-200d-27a1-fe0f`],a:`15.1`},{n:[`blind`,`accessibility`,`person with white cane`],u:`1f9d1-200d-1f9af`,v:[`1f9d1-1f3fb-200d-1f9af`,`1f9d1-1f3fc-200d-1f9af`,`1f9d1-1f3fd-200d-1f9af`,`1f9d1-1f3fe-200d-1f9af`,`1f9d1-1f3ff-200d-1f9af`],a:`12.1`},{n:[`blind`,`accessibility`,`person with white cane`,`person with white cane facing right`],u:`1f9d1-200d-1f9af-200d-27a1-fe0f`,v:[`1f9d1-1f3fb-200d-1f9af-200d-27a1-fe0f`,`1f9d1-1f3fc-200d-1f9af-200d-27a1-fe0f`,`1f9d1-1f3fd-200d-1f9af-200d-27a1-fe0f`,`1f9d1-1f3fe-200d-1f9af-200d-27a1-fe0f`,`1f9d1-1f3ff-200d-1f9af-200d-27a1-fe0f`],a:`15.1`},{n:[`man`,`blind`,`accessibility`,`man with white cane`],u:`1f468-200d-1f9af`,v:[`1f468-1f3fb-200d-1f9af`,`1f468-1f3fc-200d-1f9af`,`1f468-1f3fd-200d-1f9af`,`1f468-1f3fe-200d-1f9af`,`1f468-1f3ff-200d-1f9af`],a:`12`},{n:[`man`,`blind`,`accessibility`,`man with white cane`,`man with white cane facing right`],u:`1f468-200d-1f9af-200d-27a1-fe0f`,v:[`1f468-1f3fb-200d-1f9af-200d-27a1-fe0f`,`1f468-1f3fc-200d-1f9af-200d-27a1-fe0f`,`1f468-1f3fd-200d-1f9af-200d-27a1-fe0f`,`1f468-1f3fe-200d-1f9af-200d-27a1-fe0f`,`1f468-1f3ff-200d-1f9af-200d-27a1-fe0f`],a:`15.1`},{n:[`blind`,`woman`,`accessibility`,`woman with white cane`],u:`1f469-200d-1f9af`,v:[`1f469-1f3fb-200d-1f9af`,`1f469-1f3fc-200d-1f9af`,`1f469-1f3fd-200d-1f9af`,`1f469-1f3fe-200d-1f9af`,`1f469-1f3ff-200d-1f9af`],a:`12`},{n:[`blind`,`woman`,`accessibility`,`woman with white cane`,`woman with white cane facing right`],u:`1f469-200d-1f9af-200d-27a1-fe0f`,v:[`1f469-1f3fb-200d-1f9af-200d-27a1-fe0f`,`1f469-1f3fc-200d-1f9af-200d-27a1-fe0f`,`1f469-1f3fd-200d-1f9af-200d-27a1-fe0f`,`1f469-1f3fe-200d-1f9af-200d-27a1-fe0f`,`1f469-1f3ff-200d-1f9af-200d-27a1-fe0f`],a:`15.1`},{n:[`wheelchair`,`accessibility`,`person in motorized wheelchair`],u:`1f9d1-200d-1f9bc`,v:[`1f9d1-1f3fb-200d-1f9bc`,`1f9d1-1f3fc-200d-1f9bc`,`1f9d1-1f3fd-200d-1f9bc`,`1f9d1-1f3fe-200d-1f9bc`,`1f9d1-1f3ff-200d-1f9bc`],a:`12.1`},{n:[`wheelchair`,`accessibility`,`person in motorized wheelchair`,`person in motorized wheelchair facing right`],u:`1f9d1-200d-1f9bc-200d-27a1-fe0f`,v:[`1f9d1-1f3fb-200d-1f9bc-200d-27a1-fe0f`,`1f9d1-1f3fc-200d-1f9bc-200d-27a1-fe0f`,`1f9d1-1f3fd-200d-1f9bc-200d-27a1-fe0f`,`1f9d1-1f3fe-200d-1f9bc-200d-27a1-fe0f`,`1f9d1-1f3ff-200d-1f9bc-200d-27a1-fe0f`],a:`15.1`},{n:[`man`,`wheelchair`,`accessibility`,`man in motorized wheelchair`],u:`1f468-200d-1f9bc`,v:[`1f468-1f3fb-200d-1f9bc`,`1f468-1f3fc-200d-1f9bc`,`1f468-1f3fd-200d-1f9bc`,`1f468-1f3fe-200d-1f9bc`,`1f468-1f3ff-200d-1f9bc`],a:`12`},{n:[`man`,`wheelchair`,`accessibility`,`man in motorized wheelchair`,`man in motorized wheelchair facing right`],u:`1f468-200d-1f9bc-200d-27a1-fe0f`,v:[`1f468-1f3fb-200d-1f9bc-200d-27a1-fe0f`,`1f468-1f3fc-200d-1f9bc-200d-27a1-fe0f`,`1f468-1f3fd-200d-1f9bc-200d-27a1-fe0f`,`1f468-1f3fe-200d-1f9bc-200d-27a1-fe0f`,`1f468-1f3ff-200d-1f9bc-200d-27a1-fe0f`],a:`15.1`},{n:[`woman`,`wheelchair`,`accessibility`,`woman in motorized wheelchair`],u:`1f469-200d-1f9bc`,v:[`1f469-1f3fb-200d-1f9bc`,`1f469-1f3fc-200d-1f9bc`,`1f469-1f3fd-200d-1f9bc`,`1f469-1f3fe-200d-1f9bc`,`1f469-1f3ff-200d-1f9bc`],a:`12`},{n:[`woman`,`wheelchair`,`accessibility`,`woman in motorized wheelchair`,`woman in motorized wheelchair facing right`],u:`1f469-200d-1f9bc-200d-27a1-fe0f`,v:[`1f469-1f3fb-200d-1f9bc-200d-27a1-fe0f`,`1f469-1f3fc-200d-1f9bc-200d-27a1-fe0f`,`1f469-1f3fd-200d-1f9bc-200d-27a1-fe0f`,`1f469-1f3fe-200d-1f9bc-200d-27a1-fe0f`,`1f469-1f3ff-200d-1f9bc-200d-27a1-fe0f`],a:`15.1`},{n:[`wheelchair`,`accessibility`,`person in manual wheelchair`],u:`1f9d1-200d-1f9bd`,v:[`1f9d1-1f3fb-200d-1f9bd`,`1f9d1-1f3fc-200d-1f9bd`,`1f9d1-1f3fd-200d-1f9bd`,`1f9d1-1f3fe-200d-1f9bd`,`1f9d1-1f3ff-200d-1f9bd`],a:`12.1`},{n:[`wheelchair`,`accessibility`,`person in manual wheelchair`,`person in manual wheelchair facing right`],u:`1f9d1-200d-1f9bd-200d-27a1-fe0f`,v:[`1f9d1-1f3fb-200d-1f9bd-200d-27a1-fe0f`,`1f9d1-1f3fc-200d-1f9bd-200d-27a1-fe0f`,`1f9d1-1f3fd-200d-1f9bd-200d-27a1-fe0f`,`1f9d1-1f3fe-200d-1f9bd-200d-27a1-fe0f`,`1f9d1-1f3ff-200d-1f9bd-200d-27a1-fe0f`],a:`15.1`},{n:[`man`,`wheelchair`,`accessibility`,`man in manual wheelchair`],u:`1f468-200d-1f9bd`,v:[`1f468-1f3fb-200d-1f9bd`,`1f468-1f3fc-200d-1f9bd`,`1f468-1f3fd-200d-1f9bd`,`1f468-1f3fe-200d-1f9bd`,`1f468-1f3ff-200d-1f9bd`],a:`12`},{n:[`man`,`wheelchair`,`accessibility`,`man in manual wheelchair`,`man in manual wheelchair facing right`],u:`1f468-200d-1f9bd-200d-27a1-fe0f`,v:[`1f468-1f3fb-200d-1f9bd-200d-27a1-fe0f`,`1f468-1f3fc-200d-1f9bd-200d-27a1-fe0f`,`1f468-1f3fd-200d-1f9bd-200d-27a1-fe0f`,`1f468-1f3fe-200d-1f9bd-200d-27a1-fe0f`,`1f468-1f3ff-200d-1f9bd-200d-27a1-fe0f`],a:`15.1`},{n:[`woman`,`wheelchair`,`accessibility`,`woman in manual wheelchair`],u:`1f469-200d-1f9bd`,v:[`1f469-1f3fb-200d-1f9bd`,`1f469-1f3fc-200d-1f9bd`,`1f469-1f3fd-200d-1f9bd`,`1f469-1f3fe-200d-1f9bd`,`1f469-1f3ff-200d-1f9bd`],a:`12`},{n:[`woman`,`wheelchair`,`accessibility`,`woman in manual wheelchair`,`woman in manual wheelchair facing right`],u:`1f469-200d-1f9bd-200d-27a1-fe0f`,v:[`1f469-1f3fb-200d-1f9bd-200d-27a1-fe0f`,`1f469-1f3fc-200d-1f9bd-200d-27a1-fe0f`,`1f469-1f3fd-200d-1f9bd-200d-27a1-fe0f`,`1f469-1f3fe-200d-1f9bd-200d-27a1-fe0f`,`1f469-1f3ff-200d-1f9bd-200d-27a1-fe0f`],a:`15.1`},{n:[`running`,`marathon`,`person running`],u:`1f3c3`,v:[`1f3c3-1f3fb`,`1f3c3-1f3fc`,`1f3c3-1f3fd`,`1f3c3-1f3fe`,`1f3c3-1f3ff`],a:`0.6`},{n:[`man`,`racing`,`running`,`marathon`,`man running`],u:`1f3c3-200d-2642-fe0f`,v:[`1f3c3-1f3fb-200d-2642-fe0f`,`1f3c3-1f3fc-200d-2642-fe0f`,`1f3c3-1f3fd-200d-2642-fe0f`,`1f3c3-1f3fe-200d-2642-fe0f`,`1f3c3-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`racing`,`running`,`marathon`,`woman running`],u:`1f3c3-200d-2640-fe0f`,v:[`1f3c3-1f3fb-200d-2640-fe0f`,`1f3c3-1f3fc-200d-2640-fe0f`,`1f3c3-1f3fd-200d-2640-fe0f`,`1f3c3-1f3fe-200d-2640-fe0f`,`1f3c3-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`running`,`marathon`,`person running`,`person running facing right`],u:`1f3c3-200d-27a1-fe0f`,v:[`1f3c3-1f3fb-200d-27a1-fe0f`,`1f3c3-1f3fc-200d-27a1-fe0f`,`1f3c3-1f3fd-200d-27a1-fe0f`,`1f3c3-1f3fe-200d-27a1-fe0f`,`1f3c3-1f3ff-200d-27a1-fe0f`],a:`15.1`},{n:[`woman`,`racing`,`running`,`marathon`,`woman running facing right`],u:`1f3c3-200d-2640-fe0f-200d-27a1-fe0f`,v:[`1f3c3-1f3fb-200d-2640-fe0f-200d-27a1-fe0f`,`1f3c3-1f3fc-200d-2640-fe0f-200d-27a1-fe0f`,`1f3c3-1f3fd-200d-2640-fe0f-200d-27a1-fe0f`,`1f3c3-1f3fe-200d-2640-fe0f-200d-27a1-fe0f`,`1f3c3-1f3ff-200d-2640-fe0f-200d-27a1-fe0f`],a:`15.1`},{n:[`man`,`racing`,`running`,`marathon`,`man running facing right`],u:`1f3c3-200d-2642-fe0f-200d-27a1-fe0f`,v:[`1f3c3-1f3fb-200d-2642-fe0f-200d-27a1-fe0f`,`1f3c3-1f3fc-200d-2642-fe0f-200d-27a1-fe0f`,`1f3c3-1f3fd-200d-2642-fe0f-200d-27a1-fe0f`,`1f3c3-1f3fe-200d-2642-fe0f-200d-27a1-fe0f`,`1f3c3-1f3ff-200d-2642-fe0f-200d-27a1-fe0f`],a:`15.1`},{n:[`dance`,`woman`,`dancing`,`woman dancing`],u:`1f483`,v:[`1f483-1f3fb`,`1f483-1f3fc`,`1f483-1f3fd`,`1f483-1f3fe`,`1f483-1f3ff`],a:`0.6`},{n:[`man`,`dance`,`dancing`,`man dancing`],u:`1f57a`,v:[`1f57a-1f3fb`,`1f57a-1f3fc`,`1f57a-1f3fd`,`1f57a-1f3fe`,`1f57a-1f3ff`],a:`3`},{n:[`suit`,`person`,`business`,`person in suit levitating`],u:`1f574-fe0f`,v:[`1f574-1f3fb`,`1f574-1f3fc`,`1f574-1f3fd`,`1f574-1f3fe`,`1f574-1f3ff`],a:`0.7`},{n:[`dancer`,`partying`,`bunny ear`,`people with bunny ears`],u:`1f46f`,a:`0.6`},{n:[`men`,`dancer`,`partying`,`bunny ear`,`men with bunny ears`],u:`1f46f-200d-2642-fe0f`,a:`4`},{n:[`women`,`dancer`,`partying`,`bunny ear`,`women with bunny ears`],u:`1f46f-200d-2640-fe0f`,a:`4`},{n:[`sauna`,`steam room`,`person in steamy room`],u:`1f9d6`,v:[`1f9d6-1f3fb`,`1f9d6-1f3fc`,`1f9d6-1f3fd`,`1f9d6-1f3fe`,`1f9d6-1f3ff`],a:`5`},{n:[`sauna`,`steam room`,`man in steamy room`],u:`1f9d6-200d-2642-fe0f`,v:[`1f9d6-1f3fb-200d-2642-fe0f`,`1f9d6-1f3fc-200d-2642-fe0f`,`1f9d6-1f3fd-200d-2642-fe0f`,`1f9d6-1f3fe-200d-2642-fe0f`,`1f9d6-1f3ff-200d-2642-fe0f`],a:`5`},{n:[`sauna`,`steam room`,`woman in steamy room`],u:`1f9d6-200d-2640-fe0f`,v:[`1f9d6-1f3fb-200d-2640-fe0f`,`1f9d6-1f3fc-200d-2640-fe0f`,`1f9d6-1f3fd-200d-2640-fe0f`,`1f9d6-1f3fe-200d-2640-fe0f`,`1f9d6-1f3ff-200d-2640-fe0f`],a:`5`},{n:[`climber`,`person climbing`],u:`1f9d7`,v:[`1f9d7-1f3fb`,`1f9d7-1f3fc`,`1f9d7-1f3fd`,`1f9d7-1f3fe`,`1f9d7-1f3ff`],a:`5`},{n:[`climber`,`man climbing`],u:`1f9d7-200d-2642-fe0f`,v:[`1f9d7-1f3fb-200d-2642-fe0f`,`1f9d7-1f3fc-200d-2642-fe0f`,`1f9d7-1f3fd-200d-2642-fe0f`,`1f9d7-1f3fe-200d-2642-fe0f`,`1f9d7-1f3ff-200d-2642-fe0f`],a:`5`},{n:[`climber`,`woman climbing`],u:`1f9d7-200d-2640-fe0f`,v:[`1f9d7-1f3fb-200d-2640-fe0f`,`1f9d7-1f3fc-200d-2640-fe0f`,`1f9d7-1f3fd-200d-2640-fe0f`,`1f9d7-1f3fe-200d-2640-fe0f`,`1f9d7-1f3ff-200d-2640-fe0f`],a:`5`},{n:[`sword`,`fencer`,`fencing`,`person fencing`],u:`1f93a`,a:`3`},{n:[`horse`,`jockey`,`racing`,`racehorse`,`horse racing`],u:`1f3c7`,v:[`1f3c7-1f3fb`,`1f3c7-1f3fc`,`1f3c7-1f3fd`,`1f3c7-1f3fe`,`1f3c7-1f3ff`],a:`1`},{n:[`ski`,`snow`,`skier`],u:`26f7-fe0f`,a:`0.7`},{n:[`ski`,`snow`,`snowboard`,`snowboarder`],u:`1f3c2`,v:[`1f3c2-1f3fb`,`1f3c2-1f3fc`,`1f3c2-1f3fd`,`1f3c2-1f3fe`,`1f3c2-1f3ff`],a:`0.6`},{n:[`ball`,`golf`,`person golfing`],u:`1f3cc-fe0f`,v:[`1f3cc-1f3fb`,`1f3cc-1f3fc`,`1f3cc-1f3fd`,`1f3cc-1f3fe`,`1f3cc-1f3ff`],a:`0.7`},{n:[`man`,`golf`,`man golfing`],u:`1f3cc-fe0f-200d-2642-fe0f`,v:[`1f3cc-1f3fb-200d-2642-fe0f`,`1f3cc-1f3fc-200d-2642-fe0f`,`1f3cc-1f3fd-200d-2642-fe0f`,`1f3cc-1f3fe-200d-2642-fe0f`,`1f3cc-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`golf`,`woman`,`woman golfing`],u:`1f3cc-fe0f-200d-2640-fe0f`,v:[`1f3cc-1f3fb-200d-2640-fe0f`,`1f3cc-1f3fc-200d-2640-fe0f`,`1f3cc-1f3fd-200d-2640-fe0f`,`1f3cc-1f3fe-200d-2640-fe0f`,`1f3cc-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`surfing`,`person surfing`],u:`1f3c4`,v:[`1f3c4-1f3fb`,`1f3c4-1f3fc`,`1f3c4-1f3fd`,`1f3c4-1f3fe`,`1f3c4-1f3ff`],a:`0.6`},{n:[`man`,`surfing`,`man surfing`],u:`1f3c4-200d-2642-fe0f`,v:[`1f3c4-1f3fb-200d-2642-fe0f`,`1f3c4-1f3fc-200d-2642-fe0f`,`1f3c4-1f3fd-200d-2642-fe0f`,`1f3c4-1f3fe-200d-2642-fe0f`,`1f3c4-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`surfing`,`woman surfing`],u:`1f3c4-200d-2640-fe0f`,v:[`1f3c4-1f3fb-200d-2640-fe0f`,`1f3c4-1f3fc-200d-2640-fe0f`,`1f3c4-1f3fd-200d-2640-fe0f`,`1f3c4-1f3fe-200d-2640-fe0f`,`1f3c4-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`boat`,`rowboat`,`person rowing boat`],u:`1f6a3`,v:[`1f6a3-1f3fb`,`1f6a3-1f3fc`,`1f6a3-1f3fd`,`1f6a3-1f3fe`,`1f6a3-1f3ff`],a:`1`},{n:[`man`,`boat`,`rowboat`,`man rowing boat`],u:`1f6a3-200d-2642-fe0f`,v:[`1f6a3-1f3fb-200d-2642-fe0f`,`1f6a3-1f3fc-200d-2642-fe0f`,`1f6a3-1f3fd-200d-2642-fe0f`,`1f6a3-1f3fe-200d-2642-fe0f`,`1f6a3-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`boat`,`woman`,`rowboat`,`woman rowing boat`],u:`1f6a3-200d-2640-fe0f`,v:[`1f6a3-1f3fb-200d-2640-fe0f`,`1f6a3-1f3fc-200d-2640-fe0f`,`1f6a3-1f3fd-200d-2640-fe0f`,`1f6a3-1f3fe-200d-2640-fe0f`,`1f6a3-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`swim`,`person swimming`],u:`1f3ca`,v:[`1f3ca-1f3fb`,`1f3ca-1f3fc`,`1f3ca-1f3fd`,`1f3ca-1f3fe`,`1f3ca-1f3ff`],a:`0.6`},{n:[`man`,`swim`,`man swimming`],u:`1f3ca-200d-2642-fe0f`,v:[`1f3ca-1f3fb-200d-2642-fe0f`,`1f3ca-1f3fc-200d-2642-fe0f`,`1f3ca-1f3fd-200d-2642-fe0f`,`1f3ca-1f3fe-200d-2642-fe0f`,`1f3ca-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`swim`,`woman`,`woman swimming`],u:`1f3ca-200d-2640-fe0f`,v:[`1f3ca-1f3fb-200d-2640-fe0f`,`1f3ca-1f3fc-200d-2640-fe0f`,`1f3ca-1f3fd-200d-2640-fe0f`,`1f3ca-1f3fe-200d-2640-fe0f`,`1f3ca-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`ball`,`person bouncing ball`],u:`26f9-fe0f`,v:[`26f9-1f3fb`,`26f9-1f3fc`,`26f9-1f3fd`,`26f9-1f3fe`,`26f9-1f3ff`],a:`0.7`},{n:[`man`,`ball`,`man bouncing ball`],u:`26f9-fe0f-200d-2642-fe0f`,v:[`26f9-1f3fb-200d-2642-fe0f`,`26f9-1f3fc-200d-2642-fe0f`,`26f9-1f3fd-200d-2642-fe0f`,`26f9-1f3fe-200d-2642-fe0f`,`26f9-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`ball`,`woman`,`woman bouncing ball`],u:`26f9-fe0f-200d-2640-fe0f`,v:[`26f9-1f3fb-200d-2640-fe0f`,`26f9-1f3fc-200d-2640-fe0f`,`26f9-1f3fd-200d-2640-fe0f`,`26f9-1f3fe-200d-2640-fe0f`,`26f9-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`lifter`,`weight`,`person lifting weights`],u:`1f3cb-fe0f`,v:[`1f3cb-1f3fb`,`1f3cb-1f3fc`,`1f3cb-1f3fd`,`1f3cb-1f3fe`,`1f3cb-1f3ff`],a:`0.7`},{n:[`man`,`weight lifter`,`man lifting weights`],u:`1f3cb-fe0f-200d-2642-fe0f`,v:[`1f3cb-1f3fb-200d-2642-fe0f`,`1f3cb-1f3fc-200d-2642-fe0f`,`1f3cb-1f3fd-200d-2642-fe0f`,`1f3cb-1f3fe-200d-2642-fe0f`,`1f3cb-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`weight lifter`,`woman lifting weights`],u:`1f3cb-fe0f-200d-2640-fe0f`,v:[`1f3cb-1f3fb-200d-2640-fe0f`,`1f3cb-1f3fc-200d-2640-fe0f`,`1f3cb-1f3fd-200d-2640-fe0f`,`1f3cb-1f3fe-200d-2640-fe0f`,`1f3cb-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`biking`,`bicycle`,`cyclist`,`person biking`],u:`1f6b4`,v:[`1f6b4-1f3fb`,`1f6b4-1f3fc`,`1f6b4-1f3fd`,`1f6b4-1f3fe`,`1f6b4-1f3ff`],a:`1`},{n:[`man`,`biking`,`bicycle`,`cyclist`,`man biking`],u:`1f6b4-200d-2642-fe0f`,v:[`1f6b4-1f3fb-200d-2642-fe0f`,`1f6b4-1f3fc-200d-2642-fe0f`,`1f6b4-1f3fd-200d-2642-fe0f`,`1f6b4-1f3fe-200d-2642-fe0f`,`1f6b4-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`biking`,`bicycle`,`cyclist`,`woman biking`],u:`1f6b4-200d-2640-fe0f`,v:[`1f6b4-1f3fb-200d-2640-fe0f`,`1f6b4-1f3fc-200d-2640-fe0f`,`1f6b4-1f3fd-200d-2640-fe0f`,`1f6b4-1f3fe-200d-2640-fe0f`,`1f6b4-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`bike`,`bicycle`,`cyclist`,`mountain`,`bicyclist`,`person mountain biking`],u:`1f6b5`,v:[`1f6b5-1f3fb`,`1f6b5-1f3fc`,`1f6b5-1f3fd`,`1f6b5-1f3fe`,`1f6b5-1f3ff`],a:`1`},{n:[`man`,`bike`,`bicycle`,`cyclist`,`mountain`,`man mountain biking`],u:`1f6b5-200d-2642-fe0f`,v:[`1f6b5-1f3fb-200d-2642-fe0f`,`1f6b5-1f3fc-200d-2642-fe0f`,`1f6b5-1f3fd-200d-2642-fe0f`,`1f6b5-1f3fe-200d-2642-fe0f`,`1f6b5-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`bike`,`woman`,`biking`,`bicycle`,`cyclist`,`mountain`,`woman mountain biking`],u:`1f6b5-200d-2640-fe0f`,v:[`1f6b5-1f3fb-200d-2640-fe0f`,`1f6b5-1f3fc-200d-2640-fe0f`,`1f6b5-1f3fd-200d-2640-fe0f`,`1f6b5-1f3fe-200d-2640-fe0f`,`1f6b5-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`cartwheel`,`gymnastics`,`person cartwheeling`],u:`1f938`,v:[`1f938-1f3fb`,`1f938-1f3fc`,`1f938-1f3fd`,`1f938-1f3fe`,`1f938-1f3ff`],a:`3`},{n:[`man`,`cartwheel`,`gymnastics`,`man cartwheeling`],u:`1f938-200d-2642-fe0f`,v:[`1f938-1f3fb-200d-2642-fe0f`,`1f938-1f3fc-200d-2642-fe0f`,`1f938-1f3fd-200d-2642-fe0f`,`1f938-1f3fe-200d-2642-fe0f`,`1f938-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`cartwheel`,`gymnastics`,`woman cartwheeling`],u:`1f938-200d-2640-fe0f`,v:[`1f938-1f3fb-200d-2640-fe0f`,`1f938-1f3fc-200d-2640-fe0f`,`1f938-1f3fd-200d-2640-fe0f`,`1f938-1f3fe-200d-2640-fe0f`,`1f938-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`wrestle`,`wrestler`,`people wrestling`],u:`1f93c`,a:`3`},{n:[`men`,`wrestle`,`men wrestling`],u:`1f93c-200d-2642-fe0f`,a:`4`},{n:[`women`,`wrestle`,`women wrestling`],u:`1f93c-200d-2640-fe0f`,a:`4`},{n:[`polo`,`water`,`person playing water polo`],u:`1f93d`,v:[`1f93d-1f3fb`,`1f93d-1f3fc`,`1f93d-1f3fd`,`1f93d-1f3fe`,`1f93d-1f3ff`],a:`3`},{n:[`man`,`water polo`,`man playing water polo`],u:`1f93d-200d-2642-fe0f`,v:[`1f93d-1f3fb-200d-2642-fe0f`,`1f93d-1f3fc-200d-2642-fe0f`,`1f93d-1f3fd-200d-2642-fe0f`,`1f93d-1f3fe-200d-2642-fe0f`,`1f93d-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`water polo`,`woman playing water polo`],u:`1f93d-200d-2640-fe0f`,v:[`1f93d-1f3fb-200d-2640-fe0f`,`1f93d-1f3fc-200d-2640-fe0f`,`1f93d-1f3fd-200d-2640-fe0f`,`1f93d-1f3fe-200d-2640-fe0f`,`1f93d-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`ball`,`handball`,`person playing handball`],u:`1f93e`,v:[`1f93e-1f3fb`,`1f93e-1f3fc`,`1f93e-1f3fd`,`1f93e-1f3fe`,`1f93e-1f3ff`],a:`3`},{n:[`man`,`handball`,`man playing handball`],u:`1f93e-200d-2642-fe0f`,v:[`1f93e-1f3fb-200d-2642-fe0f`,`1f93e-1f3fc-200d-2642-fe0f`,`1f93e-1f3fd-200d-2642-fe0f`,`1f93e-1f3fe-200d-2642-fe0f`,`1f93e-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`handball`,`woman playing handball`],u:`1f93e-200d-2640-fe0f`,v:[`1f93e-1f3fb-200d-2640-fe0f`,`1f93e-1f3fc-200d-2640-fe0f`,`1f93e-1f3fd-200d-2640-fe0f`,`1f93e-1f3fe-200d-2640-fe0f`,`1f93e-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`skill`,`juggle`,`balance`,`multitask`,`person juggling`],u:`1f939`,v:[`1f939-1f3fb`,`1f939-1f3fc`,`1f939-1f3fd`,`1f939-1f3fe`,`1f939-1f3ff`],a:`3`},{n:[`man`,`juggling`,`multitask`,`man juggling`],u:`1f939-200d-2642-fe0f`,v:[`1f939-1f3fb-200d-2642-fe0f`,`1f939-1f3fc-200d-2642-fe0f`,`1f939-1f3fd-200d-2642-fe0f`,`1f939-1f3fe-200d-2642-fe0f`,`1f939-1f3ff-200d-2642-fe0f`],a:`4`},{n:[`woman`,`juggling`,`multitask`,`woman juggling`],u:`1f939-200d-2640-fe0f`,v:[`1f939-1f3fb-200d-2640-fe0f`,`1f939-1f3fc-200d-2640-fe0f`,`1f939-1f3fd-200d-2640-fe0f`,`1f939-1f3fe-200d-2640-fe0f`,`1f939-1f3ff-200d-2640-fe0f`],a:`4`},{n:[`yoga`,`meditation`,`person in lotus position`],u:`1f9d8`,v:[`1f9d8-1f3fb`,`1f9d8-1f3fc`,`1f9d8-1f3fd`,`1f9d8-1f3fe`,`1f9d8-1f3ff`],a:`5`},{n:[`yoga`,`meditation`,`man in lotus position`],u:`1f9d8-200d-2642-fe0f`,v:[`1f9d8-1f3fb-200d-2642-fe0f`,`1f9d8-1f3fc-200d-2642-fe0f`,`1f9d8-1f3fd-200d-2642-fe0f`,`1f9d8-1f3fe-200d-2642-fe0f`,`1f9d8-1f3ff-200d-2642-fe0f`],a:`5`},{n:[`yoga`,`meditation`,`woman in lotus position`],u:`1f9d8-200d-2640-fe0f`,v:[`1f9d8-1f3fb-200d-2640-fe0f`,`1f9d8-1f3fc-200d-2640-fe0f`,`1f9d8-1f3fd-200d-2640-fe0f`,`1f9d8-1f3fe-200d-2640-fe0f`,`1f9d8-1f3ff-200d-2640-fe0f`],a:`5`},{n:[`bath`,`bathtub`,`person taking bath`],u:`1f6c0`,v:[`1f6c0-1f3fb`,`1f6c0-1f3fc`,`1f6c0-1f3fd`,`1f6c0-1f3fe`,`1f6c0-1f3ff`],a:`0.6`},{n:[`hotel`,`sleep`,`good night`,`person in bed`],u:`1f6cc`,v:[`1f6cc-1f3fb`,`1f6cc-1f3fc`,`1f6cc-1f3fd`,`1f6cc-1f3fe`,`1f6cc-1f3ff`],a:`1`},{n:[`hand`,`hold`,`couple`,`person`,`holding hands`,`people holding hands`],u:`1f9d1-200d-1f91d-200d-1f9d1`,v:[`1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb`,`1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc`,`1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd`,`1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe`,`1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff`,`1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb`,`1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc`,`1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd`,`1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe`,`1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff`,`1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb`,`1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc`,`1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd`,`1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe`,`1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff`,`1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb`,`1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc`,`1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd`,`1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe`,`1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff`,`1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb`,`1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc`,`1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd`,`1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe`,`1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff`],a:`12`},{n:[`hand`,`women`,`couple`,`holding hands`,`women holding hands`],u:`1f46d`,v:[`1f46d-1f3fb`,`1f46d-1f3fc`,`1f46d-1f3fd`,`1f46d-1f3fe`,`1f46d-1f3ff`,`1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc`,`1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd`,`1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe`,`1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff`,`1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb`,`1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd`,`1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe`,`1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff`,`1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb`,`1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc`,`1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe`,`1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff`,`1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb`,`1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc`,`1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd`,`1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff`,`1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb`,`1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc`,`1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd`,`1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe`],a:`1`},{n:[`man`,`hand`,`hold`,`woman`,`couple`,`holding hands`,`woman and man holding hands`],u:`1f46b`,v:[`1f46b-1f3fb`,`1f46b-1f3fc`,`1f46b-1f3fd`,`1f46b-1f3fe`,`1f46b-1f3ff`,`1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc`,`1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd`,`1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe`,`1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff`,`1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb`,`1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd`,`1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe`,`1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff`,`1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb`,`1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc`,`1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe`,`1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff`,`1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb`,`1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc`,`1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd`,`1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff`,`1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb`,`1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc`,`1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd`,`1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe`],a:`0.6`},{n:[`man`,`men`,`twins`,`couple`,`gemini`,`zodiac`,`holding hands`,`men holding hands`],u:`1f46c`,v:[`1f46c-1f3fb`,`1f46c-1f3fc`,`1f46c-1f3fd`,`1f46c-1f3fe`,`1f46c-1f3ff`,`1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc`,`1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd`,`1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe`,`1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff`,`1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb`,`1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd`,`1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe`,`1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff`,`1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb`,`1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc`,`1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe`,`1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff`,`1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb`,`1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc`,`1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd`,`1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff`,`1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb`,`1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc`,`1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd`,`1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe`],a:`1`},{n:[`kiss`,`couple`],u:`1f48f`,v:[`1f48f-1f3fb`,`1f48f-1f3fc`,`1f48f-1f3fd`,`1f48f-1f3fe`,`1f48f-1f3ff`,`1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc`,`1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd`,`1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe`,`1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff`,`1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb`,`1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd`,`1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe`,`1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff`,`1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb`,`1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc`,`1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe`,`1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff`,`1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb`,`1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc`,`1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd`,`1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff`,`1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb`,`1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc`,`1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd`,`1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe`],a:`0.6`},{n:[`man`,`kiss`,`woman`,`couple`,`kiss: woman, man`],u:`1f469-200d-2764-fe0f-200d-1f48b-200d-1f468`,v:[`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`],a:`2`},{n:[`man`,`kiss`,`couple`,`kiss: man, man`],u:`1f468-200d-2764-fe0f-200d-1f48b-200d-1f468`,v:[`1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`,`1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`,`1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`,`1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`,`1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb`,`1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc`,`1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd`,`1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe`,`1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff`],a:`2`},{n:[`kiss`,`woman`,`couple`,`kiss: woman, woman`],u:`1f469-200d-2764-fe0f-200d-1f48b-200d-1f469`,v:[`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb`,`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc`,`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd`,`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe`,`1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe`,`1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe`,`1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe`,`1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe`,`1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff`],a:`2`},{n:[`love`,`couple`,`couple with heart`],u:`1f491`,v:[`1f491-1f3fb`,`1f491-1f3fc`,`1f491-1f3fd`,`1f491-1f3fe`,`1f491-1f3ff`,`1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fc`,`1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fd`,`1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fe`,`1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3ff`,`1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fb`,`1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fd`,`1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fe`,`1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3ff`,`1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fb`,`1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fc`,`1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fe`,`1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3ff`,`1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fb`,`1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fc`,`1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fd`,`1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3ff`,`1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fb`,`1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fc`,`1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fd`,`1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fe`],a:`0.6`},{n:[`man`,`love`,`woman`,`couple`,`couple with heart`,`couple with heart: woman, man`],u:`1f469-200d-2764-fe0f-200d-1f468`,v:[`1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb`,`1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc`,`1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd`,`1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe`,`1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff`,`1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb`,`1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc`,`1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd`,`1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe`,`1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff`,`1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb`,`1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc`,`1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd`,`1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe`,`1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff`,`1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb`,`1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc`,`1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd`,`1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe`,`1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff`,`1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb`,`1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc`,`1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd`,`1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe`,`1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff`],a:`2`},{n:[`man`,`love`,`couple`,`couple with heart`,`couple with heart: man, man`],u:`1f468-200d-2764-fe0f-200d-1f468`,v:[`1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb`,`1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc`,`1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd`,`1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe`,`1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff`,`1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb`,`1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc`,`1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd`,`1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe`,`1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff`,`1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb`,`1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc`,`1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd`,`1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe`,`1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff`,`1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb`,`1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc`,`1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd`,`1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe`,`1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff`,`1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb`,`1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc`,`1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd`,`1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe`,`1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff`],a:`2`},{n:[`love`,`woman`,`couple`,`couple with heart`,`couple with heart: woman, woman`],u:`1f469-200d-2764-fe0f-200d-1f469`,v:[`1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fb`,`1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fc`,`1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fd`,`1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fe`,`1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3ff`,`1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fb`,`1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fc`,`1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fd`,`1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fe`,`1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3ff`,`1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fb`,`1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fc`,`1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fd`,`1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fe`,`1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3ff`,`1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fb`,`1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fc`,`1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fd`,`1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fe`,`1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3ff`,`1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fb`,`1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fc`,`1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fd`,`1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fe`,`1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3ff`],a:`2`},{n:[`boy`,`man`,`woman`,`family`,`family: man, woman, boy`],u:`1f468-200d-1f469-200d-1f466`,a:`2`},{n:[`man`,`girl`,`woman`,`family`,`family: man, woman, girl`],u:`1f468-200d-1f469-200d-1f467`,a:`2`},{n:[`boy`,`man`,`girl`,`woman`,`family`,`family: man, woman, girl, boy`],u:`1f468-200d-1f469-200d-1f467-200d-1f466`,a:`2`},{n:[`boy`,`man`,`woman`,`family`,`family: man, woman, boy, boy`],u:`1f468-200d-1f469-200d-1f466-200d-1f466`,a:`2`},{n:[`man`,`girl`,`woman`,`family`,`family: man, woman, girl, girl`],u:`1f468-200d-1f469-200d-1f467-200d-1f467`,a:`2`},{n:[`boy`,`man`,`family`,`family: man, man, boy`],u:`1f468-200d-1f468-200d-1f466`,a:`2`},{n:[`man`,`girl`,`family`,`family: man, man, girl`],u:`1f468-200d-1f468-200d-1f467`,a:`2`},{n:[`boy`,`man`,`girl`,`family`,`family: man, man, girl, boy`],u:`1f468-200d-1f468-200d-1f467-200d-1f466`,a:`2`},{n:[`boy`,`man`,`family`,`family: man, man, boy, boy`],u:`1f468-200d-1f468-200d-1f466-200d-1f466`,a:`2`},{n:[`man`,`girl`,`family`,`family: man, man, girl, girl`],u:`1f468-200d-1f468-200d-1f467-200d-1f467`,a:`2`},{n:[`boy`,`woman`,`family`,`family: woman, woman, boy`],u:`1f469-200d-1f469-200d-1f466`,a:`2`},{n:[`girl`,`woman`,`family`,`family: woman, woman, girl`],u:`1f469-200d-1f469-200d-1f467`,a:`2`},{n:[`boy`,`girl`,`woman`,`family`,`family: woman, woman, girl, boy`],u:`1f469-200d-1f469-200d-1f467-200d-1f466`,a:`2`},{n:[`boy`,`woman`,`family`,`family: woman, woman, boy, boy`],u:`1f469-200d-1f469-200d-1f466-200d-1f466`,a:`2`},{n:[`girl`,`woman`,`family`,`family: woman, woman, girl, girl`],u:`1f469-200d-1f469-200d-1f467-200d-1f467`,a:`2`},{n:[`boy`,`man`,`family`,`family: man, boy`],u:`1f468-200d-1f466`,a:`4`},{n:[`boy`,`man`,`family`,`family: man, boy, boy`],u:`1f468-200d-1f466-200d-1f466`,a:`4`},{n:[`man`,`girl`,`family`,`family: man, girl`],u:`1f468-200d-1f467`,a:`4`},{n:[`boy`,`man`,`girl`,`family`,`family: man, girl, boy`],u:`1f468-200d-1f467-200d-1f466`,a:`4`},{n:[`man`,`girl`,`family`,`family: man, girl, girl`],u:`1f468-200d-1f467-200d-1f467`,a:`4`},{n:[`boy`,`woman`,`family`,`family: woman, boy`],u:`1f469-200d-1f466`,a:`4`},{n:[`boy`,`woman`,`family`,`family: woman, boy, boy`],u:`1f469-200d-1f466-200d-1f466`,a:`4`},{n:[`girl`,`woman`,`family`,`family: woman, girl`],u:`1f469-200d-1f467`,a:`4`},{n:[`boy`,`girl`,`woman`,`family`,`family: woman, girl, boy`],u:`1f469-200d-1f467-200d-1f466`,a:`4`},{n:[`girl`,`woman`,`family`,`family: woman, girl, girl`],u:`1f469-200d-1f467-200d-1f467`,a:`4`},{n:[`face`,`head`,`speak`,`speaking`,`silhouette`,`speaking head`],u:`1f5e3-fe0f`,a:`0.7`},{n:[`bust`,`silhouette`,`bust in silhouette`],u:`1f464`,a:`0.6`},{n:[`bust`,`silhouette`,`busts in silhouette`],u:`1f465`,a:`1`},{n:[`hug`,`hello`,`thanks`,`goodbye`,`people hugging`],u:`1fac2`,a:`13`},{n:[`family`],u:`1f46a`,a:`0.6`},{n:[`family: adult, adult, child`],u:`1f9d1-200d-1f9d1-200d-1f9d2`,a:`15.1`},{n:[`family: adult, adult, child, child`],u:`1f9d1-200d-1f9d1-200d-1f9d2-200d-1f9d2`,a:`15.1`},{n:[`family: adult, child`],u:`1f9d1-200d-1f9d2`,a:`15.1`},{n:[`family: adult, child, child`],u:`1f9d1-200d-1f9d2-200d-1f9d2`,a:`15.1`},{n:[`print`,`clothing`,`footprint`,`footprints`],u:`1f463`,a:`0.6`}],animals_nature:[{n:[`face`,`monkey`,`monkey face`],u:`1f435`,a:`0.6`},{n:[`monkey`],u:`1f412`,a:`0.6`},{n:[`gorilla`],u:`1f98d`,a:`3`},{n:[`ape`,`orangutan`],u:`1f9a7`,a:`12`},{n:[`dog`,`pet`,`face`,`dog face`],u:`1f436`,a:`0.6`},{n:[`dog`,`pet`],u:`1f415`,a:`0.7`},{n:[`blind`,`guide`,`guide dog`,`accessibility`],u:`1f9ae`,a:`12`},{n:[`dog`,`service`,`assistance`,`service dog`,`accessibility`],u:`1f415-200d-1f9ba`,a:`12`},{n:[`dog`,`poodle`],u:`1f429`,a:`0.6`},{n:[`wolf`,`face`],u:`1f43a`,a:`0.6`},{n:[`fox`,`face`],u:`1f98a`,a:`3`},{n:[`sly`,`raccoon`,`curious`],u:`1f99d`,a:`11`},{n:[`cat`,`pet`,`face`,`cat face`],u:`1f431`,a:`0.6`},{n:[`cat`,`pet`],u:`1f408`,a:`0.7`},{n:[`cat`,`black`,`unlucky`,`black cat`],u:`1f408-200d-2b1b`,a:`13`},{n:[`leo`,`lion`,`face`,`zodiac`],u:`1f981`,a:`1`},{n:[`face`,`tiger`,`tiger face`],u:`1f42f`,a:`0.6`},{n:[`tiger`],u:`1f405`,a:`1`},{n:[`leopard`],u:`1f406`,a:`1`},{n:[`face`,`horse`,`horse face`],u:`1f434`,a:`0.6`},{n:[`elk`,`moose`,`animal`,`mammal`,`antlers`],u:`1face`,a:`15`},{n:[`ass`,`mule`,`burro`,`donkey`,`animal`,`mammal`,`stubborn`],u:`1facf`,a:`15`},{n:[`horse`,`racing`,`racehorse`,`equestrian`],u:`1f40e`,a:`0.6`},{n:[`face`,`unicorn`],u:`1f984`,a:`1`},{n:[`zebra`,`stripe`],u:`1f993`,a:`5`},{n:[`deer`],u:`1f98c`,a:`3`},{n:[`herd`,`bison`,`wisent`,`buffalo`],u:`1f9ac`,a:`13`},{n:[`cow`,`face`,`cow face`],u:`1f42e`,a:`0.6`},{n:[`ox`,`bull`,`taurus`,`zodiac`],u:`1f402`,a:`1`},{n:[`water`,`buffalo`,`water buffalo`],u:`1f403`,a:`1`},{n:[`cow`],u:`1f404`,a:`1`},{n:[`pig`,`face`,`pig face`],u:`1f437`,a:`0.6`},{n:[`pig`,`sow`],u:`1f416`,a:`1`},{n:[`pig`,`boar`],u:`1f417`,a:`0.6`},{n:[`pig`,`face`,`nose`,`pig nose`],u:`1f43d`,a:`0.6`},{n:[`ram`,`male`,`aries`,`sheep`,`zodiac`],u:`1f40f`,a:`1`},{n:[`ewe`,`sheep`,`female`],u:`1f411`,a:`0.6`},{n:[`goat`,`zodiac`,`capricorn`],u:`1f410`,a:`1`},{n:[`hump`,`camel`,`dromedary`],u:`1f42a`,a:`1`},{n:[`hump`,`camel`,`bactrian`,`two hump camel`],u:`1f42b`,a:`0.6`},{n:[`wool`,`llama`,`alpaca`,`vicuña`,`guanaco`],u:`1f999`,a:`11`},{n:[`spots`,`giraffe`],u:`1f992`,a:`5`},{n:[`elephant`],u:`1f418`,a:`0.6`},{n:[`tusk`,`large`,`woolly`,`mammoth`,`extinction`],u:`1f9a3`,a:`13`},{n:[`rhinoceros`],u:`1f98f`,a:`3`},{n:[`hippo`,`hippopotamus`],u:`1f99b`,a:`11`},{n:[`face`,`mouse`,`mouse face`],u:`1f42d`,a:`0.6`},{n:[`mouse`],u:`1f401`,a:`1`},{n:[`rat`],u:`1f400`,a:`1`},{n:[`pet`,`face`,`hamster`],u:`1f439`,a:`0.6`},{n:[`pet`,`face`,`bunny`,`rabbit`,`rabbit face`],u:`1f430`,a:`0.6`},{n:[`pet`,`bunny`,`rabbit`],u:`1f407`,a:`1`},{n:[`chipmunk`,`squirrel`],u:`1f43f-fe0f`,a:`0.7`},{n:[`dam`,`beaver`],u:`1f9ab`,a:`13`},{n:[`spiny`,`hedgehog`],u:`1f994`,a:`5`},{n:[`bat`,`vampire`],u:`1f987`,a:`3`},{n:[`bear`,`face`],u:`1f43b`,a:`0.6`},{n:[`bear`,`white`,`arctic`,`polar bear`],u:`1f43b-200d-2744-fe0f`,a:`13`},{n:[`face`,`koala`,`marsupial`],u:`1f428`,a:`0.6`},{n:[`face`,`panda`],u:`1f43c`,a:`0.6`},{n:[`lazy`,`slow`,`sloth`],u:`1f9a5`,a:`12`},{n:[`otter`,`fishing`,`playful`],u:`1f9a6`,a:`12`},{n:[`skunk`,`stink`],u:`1f9a8`,a:`12`},{n:[`joey`,`jump`,`kangaroo`,`marsupial`],u:`1f998`,a:`11`},{n:[`badger`,`pester`,`honey badger`],u:`1f9a1`,a:`11`},{n:[`paw`,`feet`,`print`,`paw prints`],u:`1f43e`,a:`0.6`},{n:[`bird`,`turkey`],u:`1f983`,a:`1`},{n:[`bird`,`chicken`],u:`1f414`,a:`0.6`},{n:[`bird`,`rooster`],u:`1f413`,a:`1`},{n:[`baby`,`bird`,`chick`,`hatching`,`hatching chick`],u:`1f423`,a:`0.6`},{n:[`baby`,`bird`,`chick`,`baby chick`],u:`1f424`,a:`0.6`},{n:[`baby`,`bird`,`chick`,`front facing baby chick`],u:`1f425`,a:`0.6`},{n:[`bird`],u:`1f426`,a:`0.6`},{n:[`bird`,`penguin`],u:`1f427`,a:`0.6`},{n:[`fly`,`dove`,`bird`,`peace`],u:`1f54a-fe0f`,a:`0.7`},{n:[`bird`,`eagle`],u:`1f985`,a:`3`},{n:[`duck`,`bird`],u:`1f986`,a:`3`},{n:[`swan`,`bird`,`cygnet`,`ugly duckling`],u:`1f9a2`,a:`11`},{n:[`owl`,`bird`,`wise`],u:`1f989`,a:`3`},{n:[`dodo`,`large`,`mauritius`,`extinction`],u:`1f9a4`,a:`13`},{n:[`bird`,`light`,`flight`,`feather`,`plumage`],u:`1fab6`,a:`13`},{n:[`flamingo`,`tropical`,`flamboyant`],u:`1f9a9`,a:`12`},{n:[`bird`,`proud`,`peahen`,`peacock`,`ostentatious`],u:`1f99a`,a:`11`},{n:[`bird`,`talk`,`parrot`,`pirate`],u:`1f99c`,a:`11`},{n:[`wing`,`bird`,`flying`,`angelic`,`aviation`,`mythology`],u:`1fabd`,a:`15`},{n:[`bird`,`crow`,`rook`,`black`,`raven`,`black bird`],u:`1f426-200d-2b1b`,a:`15`},{n:[`bird`,`fowl`,`honk`,`goose`,`silly`],u:`1fabf`,a:`15`},{n:[`phoenix`,`fantasy`,`rebirth`,`firebird`,`reincarnation`],u:`1f426-200d-1f525`,a:`15.1`},{n:[`frog`,`face`],u:`1f438`,a:`0.6`},{n:[`crocodile`],u:`1f40a`,a:`1`},{n:[`turtle`,`terrapin`,`tortoise`],u:`1f422`,a:`0.6`},{n:[`lizard`,`reptile`],u:`1f98e`,a:`3`},{n:[`snake`,`bearer`,`zodiac`,`serpent`,`ophiuchus`],u:`1f40d`,a:`0.6`},{n:[`face`,`dragon`,`fairy tale`,`dragon face`],u:`1f432`,a:`0.6`},{n:[`dragon`,`fairy tale`],u:`1f409`,a:`1`},{n:[`sauropod`,`diplodocus`,`brontosaurus`,`brachiosaurus`],u:`1f995`,a:`5`},{n:[`T Rex`,`t rex`,`tyrannosaurus rex`],u:`1f996`,a:`5`},{n:[`face`,`whale`,`spouting`,`spouting whale`],u:`1f433`,a:`0.6`},{n:[`whale`],u:`1f40b`,a:`1`},{n:[`dolphin`,`flipper`],u:`1f42c`,a:`0.6`},{n:[`seal`,`sea lion`],u:`1f9ad`,a:`13`},{n:[`fish`,`pisces`,`zodiac`],u:`1f41f`,a:`0.6`},{n:[`fish`,`tropical`,`tropical fish`],u:`1f420`,a:`0.6`},{n:[`fish`,`blowfish`],u:`1f421`,a:`0.6`},{n:[`fish`,`shark`],u:`1f988`,a:`3`},{n:[`octopus`],u:`1f419`,a:`0.6`},{n:[`shell`,`spiral`,`spiral shell`],u:`1f41a`,a:`0.6`},{n:[`reef`,`coral`,`ocean`],u:`1fab8`,a:`14`},{n:[`burn`,`ouch`,`jelly`,`marine`,`stinger`,`jellyfish`,`invertebrate`],u:`1fabc`,a:`15`},{n:[`snail`],u:`1f40c`,a:`0.6`},{n:[`insect`,`pretty`,`butterfly`],u:`1f98b`,a:`3`},{n:[`bug`,`insect`],u:`1f41b`,a:`0.6`},{n:[`ant`,`insect`],u:`1f41c`,a:`0.6`},{n:[`bee`,`insect`,`honeybee`],u:`1f41d`,a:`0.6`},{n:[`bug`,`beetle`,`insect`],u:`1fab2`,a:`13`},{n:[`beetle`,`insect`,`ladybug`,`ladybird`,`lady beetle`],u:`1f41e`,a:`0.6`},{n:[`cricket`,`grasshopper`],u:`1f997`,a:`5`},{n:[`pest`,`roach`,`insect`,`cockroach`],u:`1fab3`,a:`13`},{n:[`spider`,`insect`],u:`1f577-fe0f`,a:`0.7`},{n:[`web`,`spider`,`spider web`],u:`1f578-fe0f`,a:`0.7`},{n:[`zodiac`,`scorpio`,`scorpion`],u:`1f982`,a:`1`},{n:[`pest`,`fever`,`virus`,`disease`,`malaria`,`mosquito`],u:`1f99f`,a:`11`},{n:[`fly`,`pest`,`maggot`,`disease`,`rotting`],u:`1fab0`,a:`13`},{n:[`worm`,`annelid`,`parasite`,`earthworm`],u:`1fab1`,a:`13`},{n:[`virus`,`amoeba`,`microbe`,`bacteria`],u:`1f9a0`,a:`11`},{n:[`flower`,`bouquet`],u:`1f490`,a:`0.6`},{n:[`cherry`,`flower`,`blossom`,`cherry blossom`],u:`1f338`,a:`0.6`},{n:[`flower`,`white flower`],u:`1f4ae`,a:`0.6`},{n:[`lotus`,`flower`,`purity`,`buddhism`,`hinduism`],u:`1fab7`,a:`14`},{n:[`plant`,`rosette`],u:`1f3f5-fe0f`,a:`0.7`},{n:[`rose`,`flower`],u:`1f339`,a:`0.6`},{n:[`flower`,`wilted`,`wilted flower`],u:`1f940`,a:`3`},{n:[`flower`,`hibiscus`],u:`1f33a`,a:`0.6`},{n:[`sun`,`flower`,`sunflower`],u:`1f33b`,a:`0.6`},{n:[`flower`,`blossom`],u:`1f33c`,a:`0.6`},{n:[`tulip`,`flower`],u:`1f337`,a:`0.6`},{n:[`flower`,`lupine`,`hyacinth`,`lavender`,`bluebonnet`,`snapdragon`],u:`1fabb`,a:`15`},{n:[`young`,`seedling`],u:`1f331`,a:`0.6`},{n:[`grow`,`house`,`plant`,`boring`,`useless`,`nurturing`,`potted plant`],u:`1fab4`,a:`13`},{n:[`tree`,`evergreen tree`],u:`1f332`,a:`1`},{n:[`tree`,`shedding`,`deciduous`,`deciduous tree`],u:`1f333`,a:`1`},{n:[`palm`,`tree`,`palm tree`],u:`1f334`,a:`0.6`},{n:[`plant`,`cactus`],u:`1f335`,a:`0.6`},{n:[`ear`,`rice`,`grain`,`sheaf of rice`],u:`1f33e`,a:`0.6`},{n:[`herb`,`leaf`],u:`1f33f`,a:`0.6`},{n:[`plant`,`shamrock`],u:`2618-fe0f`,a:`1`},{n:[`4`,`four`,`leaf`,`clover`,`four leaf clover`],u:`1f340`,a:`0.6`},{n:[`leaf`,`maple`,`falling`,`maple leaf`],u:`1f341`,a:`0.6`},{n:[`leaf`,`falling`,`fallen leaf`],u:`1f342`,a:`0.6`},{n:[`blow`,`leaf`,`wind`,`flutter`,`leaf fluttering in wind`],u:`1f343`,a:`0.6`},{n:[`nesting`,`empty nest`],u:`1fab9`,a:`14`},{n:[`nesting`,`nest with eggs`],u:`1faba`,a:`14`},{n:[`mushroom`,`toadstool`],u:`1f344`,a:`0.6`}],food_drink:[{n:[`fruit`,`grape`,`grapes`],u:`1f347`,a:`0.6`},{n:[`melon`,`fruit`],u:`1f348`,a:`0.6`},{n:[`fruit`,`watermelon`],u:`1f349`,a:`0.6`},{n:[`fruit`,`orange`,`tangerine`],u:`1f34a`,a:`0.6`},{n:[`lemon`,`fruit`,`citrus`],u:`1f34b`,a:`1`},{n:[`lime`,`fruit`,`citrus`,`tropical`],u:`1f34b-200d-1f7e9`,a:`15.1`},{n:[`fruit`,`banana`],u:`1f34c`,a:`0.6`},{n:[`fruit`,`pineapple`],u:`1f34d`,a:`0.6`},{n:[`mango`,`fruit`,`tropical`],u:`1f96d`,a:`11`},{n:[`red`,`apple`,`fruit`,`red apple`],u:`1f34e`,a:`0.6`},{n:[`apple`,`fruit`,`green`,`green apple`],u:`1f34f`,a:`0.6`},{n:[`pear`,`fruit`],u:`1f350`,a:`1`},{n:[`peach`,`fruit`],u:`1f351`,a:`0.6`},{n:[`red`,`fruit`,`cherry`,`berries`,`cherries`],u:`1f352`,a:`0.6`},{n:[`berry`,`fruit`,`strawberry`],u:`1f353`,a:`0.6`},{n:[`blue`,`berry`,`bilberry`,`blueberry`,`blueberries`],u:`1fad0`,a:`13`},{n:[`food`,`kiwi`,`fruit`,`kiwi fruit`],u:`1f95d`,a:`3`},{n:[`fruit`,`tomato`,`vegetable`],u:`1f345`,a:`0.6`},{n:[`food`,`olive`],u:`1fad2`,a:`13`},{n:[`palm`,`coconut`,`piña colada`],u:`1f965`,a:`5`},{n:[`food`,`fruit`,`avocado`],u:`1f951`,a:`3`},{n:[`eggplant`,`aubergine`,`vegetable`],u:`1f346`,a:`0.6`},{n:[`food`,`potato`,`vegetable`],u:`1f954`,a:`3`},{n:[`food`,`carrot`,`vegetable`],u:`1f955`,a:`3`},{n:[`ear`,`corn`,`maze`,`maize`,`ear of corn`],u:`1f33d`,a:`0.6`},{n:[`hot`,`pepper`,`hot pepper`],u:`1f336-fe0f`,a:`0.7`},{n:[`pepper`,`capsicum`,`vegetable`,`bell pepper`],u:`1fad1`,a:`13`},{n:[`food`,`pickle`,`cucumber`,`vegetable`],u:`1f952`,a:`3`},{n:[`kale`,`cabbage`,`lettuce`,`bok choy`,`leafy green`],u:`1f96c`,a:`11`},{n:[`broccoli`,`wild cabbage`],u:`1f966`,a:`5`},{n:[`garlic`,`flavoring`],u:`1f9c4`,a:`12`},{n:[`onion`,`flavoring`],u:`1f9c5`,a:`12`},{n:[`nut`,`food`,`peanut`,`peanuts`,`vegetable`],u:`1f95c`,a:`3`},{n:[`food`,`beans`,`kidney`,`legume`],u:`1fad8`,a:`14`},{n:[`plant`,`chestnut`],u:`1f330`,a:`0.6`},{n:[`beer`,`root`,`spice`,`ginger root`],u:`1fada`,a:`15`},{n:[`pea`,`pod`,`beans`,`legume`,`pea pod`,`edamame`,`vegetable`],u:`1fadb`,a:`15`},{n:[`food`,`fungus`,`nature`,`vegetable`,`brown mushroom`],u:`1f344-200d-1f7eb`,a:`15.1`},{n:[`loaf`,`bread`],u:`1f35e`,a:`0.6`},{n:[`food`,`roll`,`bread`,`french`,`croissant`,`breakfast`],u:`1f950`,a:`3`},{n:[`food`,`bread`,`french`,`baguette`,`baguette bread`],u:`1f956`,a:`3`},{n:[`naan`,`pita`,`arepa`,`lavash`,`flatbread`],u:`1fad3`,a:`13`},{n:[`pretzel`,`twisted`],u:`1f968`,a:`5`},{n:[`bagel`,`bakery`,`schmear`,`breakfast`],u:`1f96f`,a:`11`},{n:[`food`,`crêpe`,`hotcake`,`pancake`,`pancakes`,`breakfast`],u:`1f95e`,a:`3`},{n:[`iron`,`waffle`,`breakfast`,`indecisive`],u:`1f9c7`,a:`12`},{n:[`cheese`,`cheese wedge`],u:`1f9c0`,a:`1`},{n:[`bone`,`meat`,`meat on bone`],u:`1f356`,a:`0.6`},{n:[`leg`,`bone`,`chicken`,`poultry`,`drumstick`,`poultry leg`],u:`1f357`,a:`0.6`},{n:[`chop`,`steak`,`lambchop`,`porkchop`,`cut of meat`],u:`1f969`,a:`5`},{n:[`food`,`meat`,`bacon`,`breakfast`],u:`1f953`,a:`3`},{n:[`burger`,`hamburger`],u:`1f354`,a:`0.6`},{n:[`fries`,`french`,`french fries`],u:`1f35f`,a:`0.6`},{n:[`pizza`,`slice`,`cheese`],u:`1f355`,a:`0.6`},{n:[`hotdog`,`hot dog`,`sausage`,`frankfurter`],u:`1f32d`,a:`1`},{n:[`bread`,`sandwich`],u:`1f96a`,a:`5`},{n:[`taco`,`mexican`],u:`1f32e`,a:`1`},{n:[`wrap`,`burrito`,`mexican`],u:`1f32f`,a:`1`},{n:[`tamale`,`mexican`,`wrapped`],u:`1fad4`,a:`13`},{n:[`food`,`gyro`,`kebab`,`falafel`,`stuffed`,`flatbread`,`stuffed flatbread`],u:`1f959`,a:`3`},{n:[`falafel`,`chickpea`,`meatball`],u:`1f9c6`,a:`12`},{n:[`egg`,`food`,`breakfast`],u:`1f95a`,a:`3`},{n:[`egg`,`pan`,`frying`,`cooking`,`breakfast`],u:`1f373`,a:`0.6`},{n:[`pan`,`food`,`paella`,`shallow`,`casserole`,`shallow pan of food`],u:`1f958`,a:`3`},{n:[`pot`,`stew`,`pot of food`],u:`1f372`,a:`0.6`},{n:[`pot`,`swiss`,`fondue`,`cheese`,`melted`,`chocolate`],u:`1fad5`,a:`13`},{n:[`cereal`,`congee`,`breakfast`,`bowl with spoon`],u:`1f963`,a:`5`},{n:[`food`,`green`,`salad`,`green salad`],u:`1f957`,a:`3`},{n:[`popcorn`],u:`1f37f`,a:`1`},{n:[`dairy`,`butter`],u:`1f9c8`,a:`12`},{n:[`salt`,`shaker`,`condiment`],u:`1f9c2`,a:`11`},{n:[`can`,`canned food`],u:`1f96b`,a:`5`},{n:[`box`,`bento`,`bento box`],u:`1f371`,a:`0.6`},{n:[`rice`,`cracker`,`rice cracker`],u:`1f358`,a:`0.6`},{n:[`ball`,`rice`,`japanese`,`rice ball`],u:`1f359`,a:`0.6`},{n:[`rice`,`cooked`,`cooked rice`],u:`1f35a`,a:`0.6`},{n:[`rice`,`curry`,`curry rice`],u:`1f35b`,a:`0.6`},{n:[`bowl`,`ramen`,`noodle`,`steaming`,`steaming bowl`],u:`1f35c`,a:`0.6`},{n:[`pasta`,`spaghetti`],u:`1f35d`,a:`0.6`},{n:[`sweet`,`potato`,`roasted`,`roasted sweet potato`],u:`1f360`,a:`0.6`},{n:[`oden`,`kebab`,`stick`,`skewer`,`seafood`],u:`1f362`,a:`0.6`},{n:[`sushi`],u:`1f363`,a:`0.6`},{n:[`fried`,`prawn`,`shrimp`,`tempura`,`fried shrimp`],u:`1f364`,a:`0.6`},{n:[`cake`,`fish`,`swirl`,`pastry`,`fish cake with swirl`],u:`1f365`,a:`0.6`},{n:[`autumn`,`yuèbǐng`,`festival`,`moon cake`],u:`1f96e`,a:`11`},{n:[`dango`,`stick`,`sweet`,`skewer`,`dessert`,`japanese`],u:`1f361`,a:`0.6`},{n:[`gyōza`,`jiaozi`,`pierogi`,`dumpling`,`empanada`,`potsticker`],u:`1f95f`,a:`5`},{n:[`prophecy`,`fortune cookie`],u:`1f960`,a:`5`},{n:[`takeout box`,`oyster pail`],u:`1f961`,a:`5`},{n:[`crab`,`cancer`,`zodiac`],u:`1f980`,a:`1`},{n:[`claws`,`bisque`,`lobster`,`seafood`],u:`1f99e`,a:`11`},{n:[`food`,`small`,`shrimp`,`shellfish`],u:`1f990`,a:`3`},{n:[`food`,`squid`,`molusc`],u:`1f991`,a:`3`},{n:[`pearl`,`oyster`,`diving`],u:`1f9aa`,a:`12`},{n:[`ice`,`soft`,`cream`,`sweet`,`dessert`,`icecream`,`soft ice cream`],u:`1f366`,a:`0.6`},{n:[`ice`,`sweet`,`shaved`,`dessert`,`shaved ice`],u:`1f367`,a:`0.6`},{n:[`ice`,`cream`,`sweet`,`dessert`,`ice cream`],u:`1f368`,a:`0.6`},{n:[`donut`,`sweet`,`dessert`,`doughnut`,`breakfast`],u:`1f369`,a:`0.6`},{n:[`sweet`,`cookie`,`dessert`],u:`1f36a`,a:`0.6`},{n:[`cake`,`sweet`,`pastry`,`dessert`,`birthday`,`celebration`,`birthday cake`],u:`1f382`,a:`0.6`},{n:[`cake`,`slice`,`sweet`,`pastry`,`dessert`,`shortcake`],u:`1f370`,a:`0.6`},{n:[`sweet`,`bakery`,`cupcake`],u:`1f9c1`,a:`11`},{n:[`pie`,`pastry`,`filling`],u:`1f967`,a:`5`},{n:[`bar`,`sweet`,`dessert`,`chocolate`,`chocolate bar`],u:`1f36b`,a:`0.6`},{n:[`candy`,`sweet`,`dessert`],u:`1f36c`,a:`0.6`},{n:[`candy`,`sweet`,`dessert`,`lollipop`],u:`1f36d`,a:`0.6`},{n:[`sweet`,`custard`,`dessert`,`pudding`],u:`1f36e`,a:`0.6`},{n:[`pot`,`honey`,`sweet`,`honeypot`,`honey pot`],u:`1f36f`,a:`0.6`},{n:[`baby`,`milk`,`drink`,`bottle`,`baby bottle`],u:`1f37c`,a:`1`},{n:[`milk`,`drink`,`glass`,`glass of milk`],u:`1f95b`,a:`3`},{n:[`hot`,`tea`,`drink`,`coffee`,`beverage`,`steaming`,`hot beverage`],u:`2615`,a:`0.6`},{n:[`pot`,`tea`,`drink`,`teapot`],u:`1fad6`,a:`13`},{n:[`cup`,`tea`,`drink`,`teacup`,`beverage`,`teacup without handle`],u:`1f375`,a:`0.6`},{n:[`bar`,`cup`,`sake`,`drink`,`bottle`,`beverage`],u:`1f376`,a:`0.6`},{n:[`bar`,`cork`,`drink`,`bottle`,`popping`,`bottle with popping cork`],u:`1f37e`,a:`1`},{n:[`bar`,`wine`,`drink`,`glass`,`beverage`,`wine glass`],u:`1f377`,a:`0.6`},{n:[`bar`,`drink`,`glass`,`cocktail`,`cocktail glass`],u:`1f378`,a:`0.6`},{n:[`bar`,`drink`,`tropical`,`tropical drink`],u:`1f379`,a:`0.6`},{n:[`bar`,`mug`,`beer`,`drink`,`beer mug`],u:`1f37a`,a:`0.6`},{n:[`bar`,`mug`,`beer`,`clink`,`drink`,`clinking beer mugs`],u:`1f37b`,a:`0.6`},{n:[`clink`,`drink`,`glass`,`celebrate`,`clinking glasses`],u:`1f942`,a:`3`},{n:[`shot`,`glass`,`liquor`,`whisky`,`tumbler`,`tumbler glass`],u:`1f943`,a:`3`},{n:[`drink`,`empty`,`glass`,`spill`,`pouring liquid`],u:`1fad7`,a:`14`},{n:[`soda`,`juice`,`cup with straw`],u:`1f964`,a:`5`},{n:[`tea`,`milk`,`pearl`,`bubble`,`bubble tea`],u:`1f9cb`,a:`13`},{n:[`box`,`juice`,`straw`,`sweet`,`beverage`,`beverage box`],u:`1f9c3`,a:`12`},{n:[`mate`,`drink`],u:`1f9c9`,a:`12`},{n:[`ice`,`cold`,`iceberg`,`ice cube`],u:`1f9ca`,a:`12`},{n:[`hashi`,`chopsticks`],u:`1f962`,a:`5`},{n:[`fork`,`knife`,`plate`,`cooking`,`fork and knife with plate`],u:`1f37d-fe0f`,a:`0.7`},{n:[`fork`,`knife`,`cooking`,`cutlery`,`fork and knife`],u:`1f374`,a:`0.6`},{n:[`spoon`,`tableware`],u:`1f944`,a:`3`},{n:[`tool`,`hocho`,`knife`,`weapon`,`cooking`,`kitchen knife`],u:`1f52a`,a:`0.6`},{n:[`jar`,`empty`,`sauce`,`store`,`condiment`,`container`],u:`1fad9`,a:`14`},{n:[`jug`,`drink`,`zodiac`,`amphora`,`cooking`,`aquarius`],u:`1f3fa`,a:`1`}],travel_places:[{n:[`earth`,`globe`,`world`,`africa`,`europe`,`globe showing Europe Africa`,`globe showing europe africa`],u:`1f30d`,a:`0.7`},{n:[`earth`,`globe`,`world`,`americas`,`globe showing Americas`,`globe showing americas`],u:`1f30e`,a:`0.7`},{n:[`asia`,`earth`,`globe`,`world`,`australia`,`globe showing Asia Australia`,`globe showing asia australia`],u:`1f30f`,a:`0.6`},{n:[`earth`,`globe`,`world`,`meridians`,`globe with meridians`],u:`1f310`,a:`1`},{n:[`map`,`world`,`world map`],u:`1f5fa-fe0f`,a:`0.7`},{n:[`map`,`japan`,`map of Japan`,`map of japan`],u:`1f5fe`,a:`0.6`},{n:[`compass`,`magnetic`,`navigation`,`orienteering`],u:`1f9ed`,a:`11`},{n:[`cold`,`snow`,`mountain`,`snow capped mountain`],u:`1f3d4-fe0f`,a:`0.7`},{n:[`mountain`],u:`26f0-fe0f`,a:`0.7`},{n:[`volcano`,`eruption`,`mountain`],u:`1f30b`,a:`0.6`},{n:[`fuji`,`mountain`,`mount fuji`],u:`1f5fb`,a:`0.6`},{n:[`camping`],u:`1f3d5-fe0f`,a:`0.7`},{n:[`beach`,`umbrella`,`beach with umbrella`],u:`1f3d6-fe0f`,a:`0.7`},{n:[`desert`],u:`1f3dc-fe0f`,a:`0.7`},{n:[`desert`,`island`,`desert island`],u:`1f3dd-fe0f`,a:`0.7`},{n:[`park`,`national park`],u:`1f3de-fe0f`,a:`0.7`},{n:[`stadium`],u:`1f3df-fe0f`,a:`0.7`},{n:[`classical`,`classical building`],u:`1f3db-fe0f`,a:`0.7`},{n:[`construction`,`building construction`],u:`1f3d7-fe0f`,a:`0.7`},{n:[`clay`,`wall`,`brick`,`bricks`,`mortar`],u:`1f9f1`,a:`11`},{n:[`rock`,`heavy`,`solid`,`stone`,`boulder`],u:`1faa8`,a:`13`},{n:[`log`,`wood`,`lumber`,`timber`],u:`1fab5`,a:`13`},{n:[`hut`,`yurt`,`house`,`roundhouse`],u:`1f6d6`,a:`13`},{n:[`houses`],u:`1f3d8-fe0f`,a:`0.7`},{n:[`house`,`derelict`,`derelict house`],u:`1f3da-fe0f`,a:`0.7`},{n:[`home`,`house`],u:`1f3e0`,a:`0.6`},{n:[`home`,`house`,`garden`,`house with garden`],u:`1f3e1`,a:`0.6`},{n:[`building`,`office building`],u:`1f3e2`,a:`0.6`},{n:[`post`,`japanese`,`Japanese post office`,`japanese post office`],u:`1f3e3`,a:`0.6`},{n:[`post`,`european`,`post office`],u:`1f3e4`,a:`1`},{n:[`doctor`,`hospital`,`medicine`],u:`1f3e5`,a:`0.6`},{n:[`bank`,`building`],u:`1f3e6`,a:`0.6`},{n:[`hotel`,`building`],u:`1f3e8`,a:`0.6`},{n:[`love`,`hotel`,`love hotel`],u:`1f3e9`,a:`0.6`},{n:[`store`,`convenience`,`convenience store`],u:`1f3ea`,a:`0.6`},{n:[`school`,`building`],u:`1f3eb`,a:`0.6`},{n:[`store`,`department`,`department store`],u:`1f3ec`,a:`0.6`},{n:[`factory`,`building`],u:`1f3ed`,a:`0.6`},{n:[`castle`,`japanese`,`Japanese castle`],u:`1f3ef`,a:`0.6`},{n:[`castle`,`european`],u:`1f3f0`,a:`0.6`},{n:[`chapel`,`wedding`,`romance`],u:`1f492`,a:`0.6`},{n:[`tokyo`,`tower`,`Tokyo tower`],u:`1f5fc`,a:`0.6`},{n:[`statue`,`liberty`,`Statue of Liberty`,`statue of liberty`],u:`1f5fd`,a:`0.6`},{n:[`cross`,`church`,`religion`,`christian`],u:`26ea`,a:`0.6`},{n:[`islam`,`mosque`,`muslim`,`religion`],u:`1f54c`,a:`1`},{n:[`hindu`,`temple`,`hindu temple`],u:`1f6d5`,a:`12`},{n:[`jew`,`jewish`,`temple`,`religion`,`synagogue`],u:`1f54d`,a:`1`},{n:[`shinto`,`shrine`,`religion`,`shinto shrine`],u:`26e9-fe0f`,a:`0.7`},{n:[`kaaba`,`islam`,`muslim`,`religion`],u:`1f54b`,a:`1`},{n:[`fountain`],u:`26f2`,a:`0.6`},{n:[`tent`,`camping`],u:`26fa`,a:`0.6`},{n:[`fog`,`foggy`],u:`1f301`,a:`0.6`},{n:[`star`,`night`,`night with stars`],u:`1f303`,a:`0.6`},{n:[`city`,`cityscape`],u:`1f3d9-fe0f`,a:`0.7`},{n:[`sun`,`morning`,`sunrise`,`mountain`,`sunrise over mountains`],u:`1f304`,a:`0.6`},{n:[`sun`,`sunrise`,`morning`],u:`1f305`,a:`0.6`},{n:[`city`,`dusk`,`sunset`,`evening`,`landscape`,`cityscape at dusk`],u:`1f306`,a:`0.6`},{n:[`sun`,`dusk`,`sunset`],u:`1f307`,a:`0.6`},{n:[`night`,`bridge`,`bridge at night`],u:`1f309`,a:`0.6`},{n:[`hot`,`springs`,`steaming`,`hotsprings`,`hot springs`],u:`2668-fe0f`,a:`0.6`},{n:[`horse`,`carousel`,`carousel horse`],u:`1f3a0`,a:`0.6`},{n:[`play`,`theme park`,`amusement park`,`playground slide`],u:`1f6dd`,a:`14`},{n:[`wheel`,`ferris`,`theme park`,`ferris wheel`,`amusement park`],u:`1f3a1`,a:`0.6`},{n:[`roller`,`coaster`,`theme park`,`roller coaster`,`amusement park`],u:`1f3a2`,a:`0.6`},{n:[`pole`,`barber`,`haircut`,`barber pole`],u:`1f488`,a:`0.6`},{n:[`tent`,`circus`,`circus tent`],u:`1f3aa`,a:`0.6`},{n:[`steam`,`train`,`engine`,`railway`,`locomotive`],u:`1f682`,a:`1`},{n:[`car`,`tram`,`train`,`railway`,`electric`,`trolleybus`,`railway car`],u:`1f683`,a:`0.6`},{n:[`speed`,`train`,`railway`,`shinkansen`,`high speed train`],u:`1f684`,a:`0.6`},{n:[`speed`,`train`,`bullet`,`railway`,`shinkansen`,`bullet train`],u:`1f685`,a:`0.6`},{n:[`train`,`railway`],u:`1f686`,a:`1`},{n:[`metro`,`subway`],u:`1f687`,a:`0.6`},{n:[`railway`,`light rail`],u:`1f688`,a:`1`},{n:[`train`,`station`,`railway`],u:`1f689`,a:`0.6`},{n:[`tram`,`trolleybus`],u:`1f68a`,a:`1`},{n:[`vehicle`,`monorail`],u:`1f69d`,a:`1`},{n:[`car`,`railway`,`mountain`,`mountain railway`],u:`1f69e`,a:`1`},{n:[`car`,`tram`,`tram car`,`trolleybus`],u:`1f68b`,a:`1`},{n:[`bus`,`vehicle`],u:`1f68c`,a:`0.6`},{n:[`bus`,`oncoming`,`oncoming bus`],u:`1f68d`,a:`0.7`},{n:[`bus`,`tram`,`trolley`,`trolleybus`],u:`1f68e`,a:`1`},{n:[`bus`,`minibus`],u:`1f690`,a:`1`},{n:[`vehicle`,`ambulance`],u:`1f691`,a:`0.6`},{n:[`fire`,`truck`,`engine`,`fire engine`],u:`1f692`,a:`0.6`},{n:[`car`,`patrol`,`police`,`police car`],u:`1f693`,a:`0.6`},{n:[`car`,`police`,`oncoming`,`oncoming police car`],u:`1f694`,a:`0.7`},{n:[`taxi`,`vehicle`],u:`1f695`,a:`0.6`},{n:[`taxi`,`oncoming`,`oncoming taxi`],u:`1f696`,a:`1`},{n:[`car`,`automobile`],u:`1f697`,a:`0.6`},{n:[`car`,`oncoming`,`automobile`,`oncoming automobile`],u:`1f698`,a:`0.7`},{n:[`recreational`,`sport utility`,`sport utility vehicle`],u:`1f699`,a:`0.6`},{n:[`truck`,`pickup`,`pick up`,`pickup truck`],u:`1f6fb`,a:`13`},{n:[`truck`,`delivery`,`delivery truck`],u:`1f69a`,a:`0.6`},{n:[`semi`,`lorry`,`truck`,`articulated lorry`],u:`1f69b`,a:`1`},{n:[`tractor`,`vehicle`],u:`1f69c`,a:`1`},{n:[`car`,`racing`,`racing car`],u:`1f3ce-fe0f`,a:`0.7`},{n:[`racing`,`motorcycle`],u:`1f3cd-fe0f`,a:`0.7`},{n:[`motor`,`scooter`,`motor scooter`],u:`1f6f5`,a:`3`},{n:[`accessibility`,`manual wheelchair`],u:`1f9bd`,a:`12`},{n:[`accessibility`,`motorized wheelchair`],u:`1f9bc`,a:`12`},{n:[`tuk tuk`,`auto rickshaw`],u:`1f6fa`,a:`12`},{n:[`bike`,`bicycle`],u:`1f6b2`,a:`0.6`},{n:[`kick`,`scooter`,`kick scooter`],u:`1f6f4`,a:`3`},{n:[`board`,`skateboard`],u:`1f6f9`,a:`11`},{n:[`skate`,`roller`,`roller skate`],u:`1f6fc`,a:`13`},{n:[`bus`,`stop`,`bus stop`],u:`1f68f`,a:`0.6`},{n:[`road`,`highway`,`motorway`],u:`1f6e3-fe0f`,a:`0.7`},{n:[`train`,`railway`,`railway track`],u:`1f6e4-fe0f`,a:`0.7`},{n:[`oil`,`drum`,`oil drum`],u:`1f6e2-fe0f`,a:`0.7`},{n:[`gas`,`fuel`,`pump`,`diesel`,`station`,`fuelpump`,`fuel pump`],u:`26fd`,a:`0.6`},{n:[`tire`,`turn`,`wheel`,`circle`],u:`1f6de`,a:`14`},{n:[`car`,`light`,`beacon`,`police`,`revolving`,`police car light`],u:`1f6a8`,a:`0.6`},{n:[`light`,`signal`,`traffic`,`horizontal traffic light`],u:`1f6a5`,a:`0.6`},{n:[`light`,`signal`,`traffic`,`vertical traffic light`],u:`1f6a6`,a:`1`},{n:[`sign`,`stop`,`stop sign`,`octagonal`],u:`1f6d1`,a:`3`},{n:[`barrier`,`construction`],u:`1f6a7`,a:`0.6`},{n:[`ship`,`tool`,`anchor`],u:`2693`,a:`0.6`},{n:[`float`,`rescue`,`safety`,`ring buoy`,`life saver`,`life preserver`],u:`1f6df`,a:`14`},{n:[`sea`,`boat`,`yacht`,`resort`,`sailboat`],u:`26f5`,a:`0.6`},{n:[`boat`,`canoe`],u:`1f6f6`,a:`3`},{n:[`boat`,`speedboat`],u:`1f6a4`,a:`0.6`},{n:[`ship`,`passenger`,`passenger ship`],u:`1f6f3-fe0f`,a:`0.7`},{n:[`boat`,`ferry`,`passenger`],u:`26f4-fe0f`,a:`0.7`},{n:[`boat`,`motorboat`,`motor boat`],u:`1f6e5-fe0f`,a:`0.7`},{n:[`ship`,`boat`,`passenger`],u:`1f6a2`,a:`0.6`},{n:[`airplane`,`aeroplane`],u:`2708-fe0f`,a:`0.6`},{n:[`airplane`,`aeroplane`,`small airplane`],u:`1f6e9-fe0f`,a:`0.7`},{n:[`airplane`,`check in`,`aeroplane`,`departure`,`departures`,`airplane departure`],u:`1f6eb`,a:`1`},{n:[`landing`,`airplane`,`arrivals`,`arriving`,`aeroplane`,`airplane arrival`],u:`1f6ec`,a:`1`},{n:[`skydive`,`parasail`,`parachute`,`hang glide`],u:`1fa82`,a:`12`},{n:[`seat`,`chair`],u:`1f4ba`,a:`0.6`},{n:[`vehicle`,`helicopter`],u:`1f681`,a:`1`},{n:[`railway`,`suspension`,`suspension railway`],u:`1f69f`,a:`1`},{n:[`cable`,`gondola`,`mountain`,`mountain cableway`],u:`1f6a0`,a:`1`},{n:[`car`,`cable`,`aerial`,`gondola`,`tramway`,`aerial tramway`],u:`1f6a1`,a:`1`},{n:[`space`,`satellite`],u:`1f6f0-fe0f`,a:`0.7`},{n:[`space`,`rocket`],u:`1f680`,a:`0.6`},{n:[`ufo`,`flying saucer`],u:`1f6f8`,a:`5`},{n:[`bell`,`hotel`,`bellhop`,`bellhop bell`],u:`1f6ce-fe0f`,a:`0.7`},{n:[`travel`,`luggage`,`packing`],u:`1f9f3`,a:`11`},{n:[`sand`,`timer`,`hourglass done`],u:`231b`,a:`0.6`},{n:[`sand`,`timer`,`hourglass`,`hourglass not done`],u:`23f3`,a:`0.6`},{n:[`watch`,`clock`],u:`231a`,a:`0.6`},{n:[`alarm`,`clock`,`alarm clock`],u:`23f0`,a:`0.6`},{n:[`clock`,`stopwatch`],u:`23f1-fe0f`,a:`1`},{n:[`clock`,`timer`,`timer clock`],u:`23f2-fe0f`,a:`1`},{n:[`clock`,`mantelpiece clock`],u:`1f570-fe0f`,a:`0.7`},{n:[`00`,`12`,`12:00`,`clock`,`twelve`,`o’clock`,`twelve o’clock`],u:`1f55b`,a:`0.6`},{n:[`12`,`12:30`,`clock`,`thirty`,`twelve`,`twelve thirty`],u:`1f567`,a:`0.7`},{n:[`1`,`00`,`one`,`1:00`,`clock`,`o’clock`,`one o’clock`],u:`1f550`,a:`0.6`},{n:[`1`,`one`,`1:30`,`clock`,`thirty`,`one thirty`],u:`1f55c`,a:`0.7`},{n:[`2`,`00`,`two`,`2:00`,`clock`,`o’clock`,`two o’clock`],u:`1f551`,a:`0.6`},{n:[`2`,`two`,`2:30`,`clock`,`thirty`,`two thirty`],u:`1f55d`,a:`0.7`},{n:[`3`,`00`,`3:00`,`clock`,`three`,`o’clock`,`three o’clock`],u:`1f552`,a:`0.6`},{n:[`3`,`3:30`,`clock`,`three`,`thirty`,`three thirty`],u:`1f55e`,a:`0.7`},{n:[`4`,`00`,`4:00`,`four`,`clock`,`o’clock`,`four o’clock`],u:`1f553`,a:`0.6`},{n:[`4`,`4:30`,`four`,`clock`,`thirty`,`four thirty`],u:`1f55f`,a:`0.7`},{n:[`5`,`00`,`5:00`,`five`,`clock`,`o’clock`,`five o’clock`],u:`1f554`,a:`0.6`},{n:[`5`,`5:30`,`five`,`clock`,`thirty`,`five thirty`],u:`1f560`,a:`0.7`},{n:[`6`,`00`,`six`,`6:00`,`clock`,`o’clock`,`six o’clock`],u:`1f555`,a:`0.6`},{n:[`6`,`six`,`6:30`,`clock`,`thirty`,`six thirty`],u:`1f561`,a:`0.7`},{n:[`7`,`00`,`7:00`,`clock`,`seven`,`o’clock`,`seven o’clock`],u:`1f556`,a:`0.6`},{n:[`7`,`7:30`,`clock`,`seven`,`thirty`,`seven thirty`],u:`1f562`,a:`0.7`},{n:[`8`,`00`,`8:00`,`clock`,`eight`,`o’clock`,`eight o’clock`],u:`1f557`,a:`0.6`},{n:[`8`,`8:30`,`clock`,`eight`,`thirty`,`eight thirty`],u:`1f563`,a:`0.7`},{n:[`9`,`00`,`9:00`,`nine`,`clock`,`o’clock`,`nine o’clock`],u:`1f558`,a:`0.6`},{n:[`9`,`9:30`,`nine`,`clock`,`thirty`,`nine thirty`],u:`1f564`,a:`0.7`},{n:[`00`,`10`,`ten`,`10:00`,`clock`,`o’clock`,`ten o’clock`],u:`1f559`,a:`0.6`},{n:[`10`,`ten`,`10:30`,`clock`,`thirty`,`ten thirty`],u:`1f565`,a:`0.7`},{n:[`00`,`11`,`11:00`,`clock`,`eleven`,`o’clock`,`eleven o’clock`],u:`1f55a`,a:`0.6`},{n:[`11`,`11:30`,`clock`,`eleven`,`thirty`,`eleven thirty`],u:`1f566`,a:`0.7`},{n:[`dark`,`moon`,`new moon`],u:`1f311`,a:`0.6`},{n:[`moon`,`waxing`,`crescent`,`waxing crescent moon`],u:`1f312`,a:`1`},{n:[`moon`,`quarter`,`first quarter moon`],u:`1f313`,a:`0.6`},{n:[`moon`,`waxing`,`gibbous`,`waxing gibbous moon`],u:`1f314`,a:`0.6`},{n:[`full`,`moon`,`full moon`],u:`1f315`,a:`0.6`},{n:[`moon`,`waning`,`gibbous`,`waning gibbous moon`],u:`1f316`,a:`1`},{n:[`moon`,`quarter`,`last quarter moon`],u:`1f317`,a:`1`},{n:[`moon`,`waning`,`crescent`,`waning crescent moon`],u:`1f318`,a:`1`},{n:[`moon`,`crescent`,`crescent moon`],u:`1f319`,a:`0.6`},{n:[`face`,`moon`,`new moon face`],u:`1f31a`,a:`1`},{n:[`face`,`moon`,`quarter`,`first quarter moon face`],u:`1f31b`,a:`0.6`},{n:[`face`,`moon`,`quarter`,`last quarter moon face`],u:`1f31c`,a:`0.7`},{n:[`weather`,`thermometer`],u:`1f321-fe0f`,a:`0.7`},{n:[`sun`,`rays`,`sunny`,`bright`],u:`2600-fe0f`,a:`0.6`},{n:[`face`,`full`,`moon`,`bright`,`full moon face`],u:`1f31d`,a:`1`},{n:[`sun`,`face`,`bright`,`sun with face`],u:`1f31e`,a:`1`},{n:[`saturn`,`saturnine`,`ringed planet`],u:`1fa90`,a:`12`},{n:[`star`],u:`2b50`,a:`0.6`},{n:[`glow`,`star`,`shining`,`sparkle`,`glittery`,`glowing star`],u:`1f31f`,a:`0.6`},{n:[`star`,`falling`,`shooting`,`shooting star`],u:`1f320`,a:`0.6`},{n:[`space`,`milky way`],u:`1f30c`,a:`0.6`},{n:[`cloud`,`weather`],u:`2601-fe0f`,a:`0.6`},{n:[`sun`,`cloud`,`sun behind cloud`],u:`26c5`,a:`0.6`},{n:[`rain`,`cloud`,`thunder`,`cloud with lightning and rain`],u:`26c8-fe0f`,a:`0.7`},{n:[`sun`,`cloud`,`sun behind small cloud`],u:`1f324-fe0f`,a:`0.7`},{n:[`sun`,`cloud`,`sun behind large cloud`],u:`1f325-fe0f`,a:`0.7`},{n:[`sun`,`rain`,`cloud`,`sun behind rain cloud`],u:`1f326-fe0f`,a:`0.7`},{n:[`rain`,`cloud`,`cloud with rain`],u:`1f327-fe0f`,a:`0.7`},{n:[`cold`,`snow`,`cloud`,`cloud with snow`],u:`1f328-fe0f`,a:`0.7`},{n:[`cloud`,`lightning`,`cloud with lightning`],u:`1f329-fe0f`,a:`0.7`},{n:[`cloud`,`tornado`,`whirlwind`],u:`1f32a-fe0f`,a:`0.7`},{n:[`fog`,`cloud`],u:`1f32b-fe0f`,a:`0.7`},{n:[`blow`,`face`,`wind`,`cloud`,`wind face`],u:`1f32c-fe0f`,a:`0.7`},{n:[`dizzy`,`cyclone`,`twister`,`typhoon`,`hurricane`],u:`1f300`,a:`0.6`},{n:[`rain`,`rainbow`],u:`1f308`,a:`0.6`},{n:[`rain`,`clothing`,`umbrella`,`closed umbrella`],u:`1f302`,a:`0.6`},{n:[`rain`,`umbrella`,`clothing`],u:`2602-fe0f`,a:`0.7`},{n:[`drop`,`rain`,`clothing`,`umbrella`,`umbrella with rain drops`],u:`2614`,a:`0.6`},{n:[`sun`,`rain`,`umbrella`,`umbrella on ground`],u:`26f1-fe0f`,a:`0.7`},{n:[`zap`,`danger`,`voltage`,`electric`,`lightning`,`high voltage`],u:`26a1`,a:`0.6`},{n:[`cold`,`snow`,`snowflake`],u:`2744-fe0f`,a:`0.6`},{n:[`cold`,`snow`,`snowman`],u:`2603-fe0f`,a:`0.7`},{n:[`cold`,`snow`,`snowman`,`snowman without snow`],u:`26c4`,a:`0.6`},{n:[`comet`,`space`],u:`2604-fe0f`,a:`1`},{n:[`fire`,`tool`,`flame`],u:`1f525`,a:`0.6`},{n:[`cold`,`drop`,`comic`,`sweat`,`droplet`],u:`1f4a7`,a:`0.6`},{n:[`wave`,`ocean`,`water`,`water wave`],u:`1f30a`,a:`0.6`}],activities:[{n:[`jack`,`lantern`,`halloween`,`celebration`,`jack o lantern`],u:`1f383`,a:`0.6`},{n:[`tree`,`christmas`,`celebration`,`Christmas tree`],u:`1f384`,a:`0.6`},{n:[`fireworks`,`celebration`],u:`1f386`,a:`0.6`},{n:[`sparkle`,`sparkler`,`fireworks`,`celebration`],u:`1f387`,a:`0.6`},{n:[`dynamite`,`explosive`,`fireworks`,`firecracker`],u:`1f9e8`,a:`11`},{n:[`*`,`star`,`sparkle`,`sparkles`],u:`2728`,a:`0.6`},{n:[`balloon`,`celebration`],u:`1f388`,a:`0.6`},{n:[`tada`,`party`,`popper`,`celebration`,`party popper`],u:`1f389`,a:`0.6`},{n:[`ball`,`confetti`,`celebration`,`confetti ball`],u:`1f38a`,a:`0.6`},{n:[`tree`,`banner`,`japanese`,`celebration`,`tanabata tree`],u:`1f38b`,a:`0.6`},{n:[`pine`,`bamboo`,`japanese`,`celebration`,`pine decoration`],u:`1f38d`,a:`0.6`},{n:[`doll`,`festival`,`japanese`,`celebration`,`Japanese dolls`,`japanese dolls`],u:`1f38e`,a:`0.6`},{n:[`carp`,`streamer`,`celebration`,`carp streamer`],u:`1f38f`,a:`0.6`},{n:[`bell`,`wind`,`chime`,`wind chime`,`celebration`],u:`1f390`,a:`0.6`},{n:[`moon`,`ceremony`,`celebration`,`moon viewing ceremony`],u:`1f391`,a:`0.6`},{n:[`gift`,`money`,`hóngbāo`,`lai see`,`good luck`,`red envelope`],u:`1f9e7`,a:`11`},{n:[`ribbon`,`celebration`],u:`1f380`,a:`0.6`},{n:[`box`,`gift`,`present`,`wrapped`,`celebration`,`wrapped gift`],u:`1f381`,a:`0.6`},{n:[`ribbon`,`reminder`,`celebration`,`reminder ribbon`],u:`1f397-fe0f`,a:`0.7`},{n:[`ticket`,`admission`,`admission tickets`],u:`1f39f-fe0f`,a:`0.7`},{n:[`ticket`,`admission`],u:`1f3ab`,a:`0.6`},{n:[`medal`,`military`,`celebration`,`military medal`],u:`1f396-fe0f`,a:`0.7`},{n:[`prize`,`trophy`],u:`1f3c6`,a:`0.6`},{n:[`medal`,`sports medal`],u:`1f3c5`,a:`1`},{n:[`gold`,`first`,`medal`,`1st place medal`],u:`1f947`,a:`3`},{n:[`medal`,`second`,`silver`,`2nd place medal`],u:`1f948`,a:`3`},{n:[`medal`,`third`,`bronze`,`3rd place medal`],u:`1f949`,a:`3`},{n:[`ball`,`soccer`,`football`,`soccer ball`],u:`26bd`,a:`0.6`},{n:[`ball`,`baseball`],u:`26be`,a:`0.6`},{n:[`ball`,`glove`,`softball`,`underarm`],u:`1f94e`,a:`11`},{n:[`ball`,`hoop`,`basketball`],u:`1f3c0`,a:`0.6`},{n:[`ball`,`game`,`volleyball`],u:`1f3d0`,a:`1`},{n:[`ball`,`american`,`football`,`american football`],u:`1f3c8`,a:`0.6`},{n:[`ball`,`rugby`,`football`,`rugby football`],u:`1f3c9`,a:`1`},{n:[`ball`,`tennis`,`racquet`],u:`1f3be`,a:`0.6`},{n:[`ultimate`,`flying disc`],u:`1f94f`,a:`11`},{n:[`ball`,`game`,`bowling`],u:`1f3b3`,a:`0.6`},{n:[`bat`,`ball`,`game`,`cricket game`],u:`1f3cf`,a:`1`},{n:[`ball`,`game`,`field`,`stick`,`hockey`,`field hockey`],u:`1f3d1`,a:`1`},{n:[`ice`,`game`,`puck`,`stick`,`hockey`,`ice hockey`],u:`1f3d2`,a:`1`},{n:[`ball`,`goal`,`stick`,`lacrosse`],u:`1f94d`,a:`11`},{n:[`bat`,`ball`,`game`,`paddle`,`ping pong`,`table tennis`],u:`1f3d3`,a:`1`},{n:[`game`,`birdie`,`racquet`,`badminton`,`shuttlecock`],u:`1f3f8`,a:`1`},{n:[`glove`,`boxing`,`boxing glove`],u:`1f94a`,a:`3`},{n:[`judo`,`karate`,`uniform`,`taekwondo`,`martial arts`,`martial arts uniform`],u:`1f94b`,a:`3`},{n:[`net`,`goal`,`goal net`],u:`1f945`,a:`3`},{n:[`golf`,`hole`,`flag in hole`],u:`26f3`,a:`0.6`},{n:[`ice`,`skate`,`ice skate`],u:`26f8-fe0f`,a:`0.7`},{n:[`fish`,`pole`,`fishing pole`],u:`1f3a3`,a:`0.6`},{n:[`scuba`,`diving`,`snorkeling`,`diving mask`],u:`1f93f`,a:`12`},{n:[`sash`,`shirt`,`running`,`athletics`,`running shirt`],u:`1f3bd`,a:`0.6`},{n:[`ski`,`skis`,`snow`],u:`1f3bf`,a:`0.6`},{n:[`sled`,`sledge`,`sleigh`],u:`1f6f7`,a:`5`},{n:[`game`,`rock`,`curling stone`],u:`1f94c`,a:`5`},{n:[`hit`,`dart`,`game`,`target`,`bullseye`,`direct hit`],u:`1f3af`,a:`0.6`},{n:[`toy`,`yo yo`,`fluctuate`],u:`1fa80`,a:`12`},{n:[`fly`,`kite`,`soar`],u:`1fa81`,a:`12`},{n:[`gun`,`tool`,`water`,`pistol`,`weapon`,`handgun`,`revolver`,`water pistol`],u:`1f52b`,a:`0.6`},{n:[`8`,`ball`,`game`,`eight`,`billiard`,`pool 8 ball`],u:`1f3b1`,a:`0.6`},{n:[`ball`,`tool`,`crystal`,`fantasy`,`fortune`,`fairy tale`,`crystal ball`],u:`1f52e`,a:`0.6`},{n:[`magic`,`witch`,`wizard`,`magic wand`],u:`1fa84`,a:`13`},{n:[`game`,`video game`,`controller`],u:`1f3ae`,a:`0.6`},{n:[`game`,`joystick`,`video game`],u:`1f579-fe0f`,a:`0.7`},{n:[`game`,`slot`,`slot machine`],u:`1f3b0`,a:`0.6`},{n:[`die`,`dice`,`game`,`game die`],u:`1f3b2`,a:`0.6`},{n:[`clue`,`piece`,`jigsaw`,`puzzle`,`puzzle piece`,`interlocking`],u:`1f9e9`,a:`11`},{n:[`toy`,`plush`,`stuffed`,`plaything`,`teddy bear`],u:`1f9f8`,a:`11`},{n:[`party`,`piñata`,`celebration`],u:`1fa85`,a:`13`},{n:[`dance`,`disco`,`party`,`glitter`,`mirror ball`],u:`1faa9`,a:`14`},{n:[`doll`,`russia`,`nesting`,`nesting dolls`],u:`1fa86`,a:`13`},{n:[`card`,`game`,`spade suit`],u:`2660-fe0f`,a:`0.6`},{n:[`card`,`game`,`heart suit`],u:`2665-fe0f`,a:`0.6`},{n:[`card`,`game`,`diamond suit`],u:`2666-fe0f`,a:`0.6`},{n:[`card`,`game`,`club suit`],u:`2663-fe0f`,a:`0.6`},{n:[`dupe`,`chess`,`chess pawn`,`expendable`],u:`265f-fe0f`,a:`11`},{n:[`card`,`game`,`joker`,`wildcard`],u:`1f0cf`,a:`0.6`},{n:[`red`,`game`,`mahjong`,`mahjong red dragon`],u:`1f004`,a:`0.6`},{n:[`card`,`game`,`flower`,`playing`,`japanese`,`flower playing cards`],u:`1f3b4`,a:`0.6`},{n:[`art`,`mask`,`theater`,`theatre`,`performing`,`performing arts`],u:`1f3ad`,a:`0.6`},{n:[`art`,`frame`,`museum`,`picture`,`painting`,`framed picture`],u:`1f5bc-fe0f`,a:`0.7`},{n:[`art`,`museum`,`palette`,`painting`,`artist palette`],u:`1f3a8`,a:`0.6`},{n:[`spool`,`thread`,`needle`,`sewing`,`string`],u:`1f9f5`,a:`11`},{n:[`needle`,`sewing`,`sutures`,`stitches`,`tailoring`,`embroidery`,`sewing needle`],u:`1faa1`,a:`13`},{n:[`yarn`,`ball`,`knit`,`crochet`],u:`1f9f6`,a:`11`},{n:[`tie`,`knot`,`rope`,`twine`,`twist`,`tangled`],u:`1faa2`,a:`13`}],objects:[{n:[`eye`,`glasses`,`eyewear`,`clothing`,`eyeglasses`],u:`1f453`,a:`0.6`},{n:[`eye`,`dark`,`eyewear`,`glasses`,`sunglasses`],u:`1f576-fe0f`,a:`0.7`},{n:[`goggles`,`welding`,`swimming`,`eye protection`],u:`1f97d`,a:`11`},{n:[`doctor`,`lab coat`,`scientist`,`experiment`],u:`1f97c`,a:`11`},{n:[`vest`,`safety`,`emergency`,`safety vest`],u:`1f9ba`,a:`12`},{n:[`tie`,`necktie`,`clothing`],u:`1f454`,a:`0.6`},{n:[`shirt`,`tshirt`,`t shirt`,`clothing`],u:`1f455`,a:`0.6`},{n:[`jeans`,`pants`,`clothing`,`trousers`],u:`1f456`,a:`0.6`},{n:[`neck`,`scarf`],u:`1f9e3`,a:`5`},{n:[`hand`,`gloves`],u:`1f9e4`,a:`5`},{n:[`coat`,`jacket`],u:`1f9e5`,a:`5`},{n:[`socks`,`stocking`],u:`1f9e6`,a:`5`},{n:[`dress`,`clothing`],u:`1f457`,a:`0.6`},{n:[`kimono`,`clothing`],u:`1f458`,a:`0.6`},{n:[`sari`,`dress`,`clothing`],u:`1f97b`,a:`12`},{n:[`bathing suit`,`one piece swimsuit`],u:`1fa71`,a:`12`},{n:[`briefs`,`swimsuit`,`one piece`,`underwear`,`bathing suit`],u:`1fa72`,a:`12`},{n:[`pants`,`shorts`,`underwear`,`bathing suit`],u:`1fa73`,a:`12`},{n:[`swim`,`bikini`,`clothing`],u:`1f459`,a:`0.6`},{n:[`woman`,`clothing`,`woman’s clothes`],u:`1f45a`,a:`0.6`},{n:[`fan`,`hot`,`shy`,`dance`,`cooling`,`flutter`,`folding hand fan`],u:`1faad`,a:`15`},{n:[`coin`,`purse`,`clothing`],u:`1f45b`,a:`0.6`},{n:[`bag`,`purse`,`handbag`,`clothing`],u:`1f45c`,a:`0.6`},{n:[`bag`,`pouch`,`clothing`,`clutch bag`],u:`1f45d`,a:`0.6`},{n:[`bag`,`hotel`,`shopping`,`shopping bags`],u:`1f6cd-fe0f`,a:`0.7`},{n:[`bag`,`school`,`satchel`,`backpack`,`rucksack`],u:`1f392`,a:`0.6`},{n:[`zōri`,`thongs`,`sandals`,`thong sandal`,`beach sandals`,`thong sandals`],u:`1fa74`,a:`13`},{n:[`man`,`shoe`,`clothing`,`man’s shoe`],u:`1f45e`,a:`0.6`},{n:[`shoe`,`sneaker`,`athletic`,`clothing`,`running shoe`],u:`1f45f`,a:`0.6`},{n:[`boot`,`hiking`,`camping`,`hiking boot`,`backpacking`],u:`1f97e`,a:`11`},{n:[`slip on`,`slipper`,`flat shoe`,`ballet flat`],u:`1f97f`,a:`11`},{n:[`heel`,`shoe`,`woman`,`clothing`,`high heeled shoe`],u:`1f460`,a:`0.6`},{n:[`shoe`,`woman`,`sandal`,`clothing`,`woman’s sandal`],u:`1f461`,a:`0.6`},{n:[`dance`,`ballet`,`ballet shoes`],u:`1fa70`,a:`12`},{n:[`boot`,`shoe`,`woman`,`clothing`,`woman’s boot`],u:`1f462`,a:`0.6`},{n:[`afro`,`comb`,`hair`,`pick`,`hair pick`],u:`1faae`,a:`15`},{n:[`king`,`crown`,`queen`,`clothing`],u:`1f451`,a:`0.6`},{n:[`hat`,`woman`,`clothing`,`woman’s hat`],u:`1f452`,a:`0.6`},{n:[`hat`,`top`,`tophat`,`top hat`,`clothing`],u:`1f3a9`,a:`0.6`},{n:[`cap`,`hat`,`clothing`,`graduation`,`celebration`,`graduation cap`],u:`1f393`,a:`0.6`},{n:[`billed cap`,`baseball cap`],u:`1f9e2`,a:`5`},{n:[`army`,`helmet`,`soldier`,`warrior`,`military`,`military helmet`],u:`1fa96`,a:`13`},{n:[`aid`,`hat`,`face`,`cross`,`helmet`,`rescue worker’s helmet`],u:`26d1-fe0f`,a:`0.7`},{n:[`beads`,`prayer`,`clothing`,`necklace`,`religion`,`prayer beads`],u:`1f4ff`,a:`1`},{n:[`makeup`,`lipstick`,`cosmetics`],u:`1f484`,a:`0.6`},{n:[`ring`,`diamond`],u:`1f48d`,a:`0.6`},{n:[`gem`,`jewel`,`diamond`,`gem stone`],u:`1f48e`,a:`0.6`},{n:[`mute`,`quiet`,`silent`,`speaker`,`muted speaker`],u:`1f507`,a:`1`},{n:[`soft`,`speaker low volume`],u:`1f508`,a:`0.7`},{n:[`medium`,`speaker medium volume`],u:`1f509`,a:`1`},{n:[`loud`,`speaker high volume`],u:`1f50a`,a:`0.6`},{n:[`loud`,`loudspeaker`,`public address`],u:`1f4e2`,a:`0.6`},{n:[`cheering`,`megaphone`],u:`1f4e3`,a:`0.6`},{n:[`horn`,`post`,`postal`,`postal horn`],u:`1f4ef`,a:`1`},{n:[`bell`],u:`1f514`,a:`0.6`},{n:[`bell`,`mute`,`quiet`,`silent`,`forbidden`,`bell with slash`],u:`1f515`,a:`1`},{n:[`music`,`score`,`musical score`],u:`1f3bc`,a:`0.6`},{n:[`note`,`music`,`musical note`],u:`1f3b5`,a:`0.6`},{n:[`note`,`music`,`notes`,`musical notes`],u:`1f3b6`,a:`0.6`},{n:[`mic`,`music`,`studio`,`microphone`,`studio microphone`],u:`1f399-fe0f`,a:`0.7`},{n:[`level`,`music`,`slider`,`level slider`],u:`1f39a-fe0f`,a:`0.7`},{n:[`knobs`,`music`,`control`,`control knobs`],u:`1f39b-fe0f`,a:`0.7`},{n:[`mic`,`karaoke`,`microphone`],u:`1f3a4`,a:`0.6`},{n:[`earbud`,`headphone`],u:`1f3a7`,a:`0.6`},{n:[`radio`,`video`],u:`1f4fb`,a:`0.6`},{n:[`sax`,`music`,`saxophone`,`instrument`],u:`1f3b7`,a:`0.6`},{n:[`accordion`,`concertina`,`squeeze box`],u:`1fa97`,a:`13`},{n:[`music`,`guitar`,`instrument`],u:`1f3b8`,a:`0.6`},{n:[`music`,`piano`,`keyboard`,`instrument`,`musical keyboard`],u:`1f3b9`,a:`0.6`},{n:[`music`,`trumpet`,`instrument`],u:`1f3ba`,a:`0.6`},{n:[`music`,`violin`,`instrument`],u:`1f3bb`,a:`0.6`},{n:[`banjo`,`music`,`stringed`],u:`1fa95`,a:`12`},{n:[`drum`,`music`,`drumsticks`],u:`1f941`,a:`3`},{n:[`beat`,`drum`,`conga`,`rhythm`,`long drum`],u:`1fa98`,a:`13`},{n:[`music`,`shake`,`rattle`,`maracas`,`instrument`,`percussion`],u:`1fa87`,a:`15`},{n:[`fife`,`pipe`,`flute`,`music`,`recorder`,`woodwind`],u:`1fa88`,a:`15`},{n:[`cell`,`phone`,`mobile`,`telephone`,`mobile phone`],u:`1f4f1`,a:`0.6`},{n:[`cell`,`arrow`,`phone`,`mobile`,`receive`,`mobile phone with arrow`],u:`1f4f2`,a:`0.6`},{n:[`phone`,`telephone`],u:`260e-fe0f`,a:`0.6`},{n:[`phone`,`receiver`,`telephone`,`telephone receiver`],u:`1f4de`,a:`0.6`},{n:[`pager`],u:`1f4df`,a:`0.6`},{n:[`fax`,`fax machine`],u:`1f4e0`,a:`0.6`},{n:[`battery`],u:`1f50b`,a:`0.6`},{n:[`electronic`,`low energy`,`low battery`],u:`1faab`,a:`14`},{n:[`plug`,`electric`,`electricity`,`electric plug`],u:`1f50c`,a:`0.6`},{n:[`pc`,`laptop`,`computer`,`personal`],u:`1f4bb`,a:`0.6`},{n:[`desktop`,`computer`,`desktop computer`],u:`1f5a5-fe0f`,a:`0.7`},{n:[`printer`,`computer`],u:`1f5a8-fe0f`,a:`0.7`},{n:[`keyboard`,`computer`],u:`2328-fe0f`,a:`1`},{n:[`computer`,`computer mouse`],u:`1f5b1-fe0f`,a:`0.7`},{n:[`computer`,`trackball`],u:`1f5b2-fe0f`,a:`0.7`},{n:[`disk`,`optical`,`computer`,`minidisk`,`computer disk`],u:`1f4bd`,a:`0.6`},{n:[`disk`,`floppy`,`computer`,`floppy disk`],u:`1f4be`,a:`0.6`},{n:[`cd`,`disk`,`optical`,`computer`,`optical disk`],u:`1f4bf`,a:`0.6`},{n:[`dvd`,`disk`,`blu ray`,`optical`,`computer`],u:`1f4c0`,a:`0.6`},{n:[`abacus`,`calculation`],u:`1f9ee`,a:`11`},{n:[`movie`,`camera`,`cinema`,`movie camera`],u:`1f3a5`,a:`0.6`},{n:[`film`,`movie`,`cinema`,`frames`,`film frames`],u:`1f39e-fe0f`,a:`0.7`},{n:[`film`,`movie`,`video`,`cinema`,`projector`,`film projector`],u:`1f4fd-fe0f`,a:`0.7`},{n:[`movie`,`clapper`,`clapper board`],u:`1f3ac`,a:`0.6`},{n:[`tv`,`video`,`television`],u:`1f4fa`,a:`0.6`},{n:[`video`,`camera`],u:`1f4f7`,a:`0.6`},{n:[`flash`,`video`,`camera`,`camera with flash`],u:`1f4f8`,a:`1`},{n:[`video`,`camera`,`video camera`],u:`1f4f9`,a:`0.6`},{n:[`vhs`,`tape`,`video`,`videocassette`],u:`1f4fc`,a:`0.6`},{n:[`tool`,`glass`,`search`,`magnifying`,`magnifying glass tilted left`],u:`1f50d`,a:`0.6`},{n:[`tool`,`glass`,`search`,`magnifying`,`magnifying glass tilted right`],u:`1f50e`,a:`0.6`},{n:[`light`,`candle`],u:`1f56f-fe0f`,a:`0.7`},{n:[`bulb`,`idea`,`comic`,`light`,`electric`,`light bulb`],u:`1f4a1`,a:`0.6`},{n:[`tool`,`light`,`torch`,`electric`,`flashlight`],u:`1f526`,a:`0.6`},{n:[`bar`,`red`,`light`,`lantern`,`red paper lantern`],u:`1f3ee`,a:`0.6`},{n:[`oil`,`diya`,`lamp`,`diya lamp`],u:`1fa94`,a:`12`},{n:[`book`,`cover`,`notebook`,`decorated`,`notebook with decorative cover`],u:`1f4d4`,a:`0.6`},{n:[`book`,`closed`,`closed book`],u:`1f4d5`,a:`0.6`},{n:[`book`,`open`,`open book`],u:`1f4d6`,a:`0.6`},{n:[`book`,`green`,`green book`],u:`1f4d7`,a:`0.6`},{n:[`blue`,`book`,`blue book`],u:`1f4d8`,a:`0.6`},{n:[`book`,`orange`,`orange book`],u:`1f4d9`,a:`0.6`},{n:[`book`,`books`],u:`1f4da`,a:`0.6`},{n:[`notebook`],u:`1f4d3`,a:`0.6`},{n:[`ledger`,`notebook`],u:`1f4d2`,a:`0.6`},{n:[`curl`,`page`,`document`,`page with curl`],u:`1f4c3`,a:`0.6`},{n:[`paper`,`scroll`],u:`1f4dc`,a:`0.6`},{n:[`page`,`document`,`page facing up`],u:`1f4c4`,a:`0.6`},{n:[`news`,`paper`,`newspaper`],u:`1f4f0`,a:`0.6`},{n:[`news`,`paper`,`rolled`,`newspaper`,`rolled up newspaper`],u:`1f5de-fe0f`,a:`0.7`},{n:[`mark`,`tabs`,`marker`,`bookmark`,`bookmark tabs`],u:`1f4d1`,a:`0.6`},{n:[`mark`,`bookmark`],u:`1f516`,a:`0.6`},{n:[`label`],u:`1f3f7-fe0f`,a:`0.7`},{n:[`bag`,`money`,`dollar`,`moneybag`,`money bag`],u:`1f4b0`,a:`0.6`},{n:[`coin`,`gold`,`metal`,`money`,`silver`,`treasure`],u:`1fa99`,a:`13`},{n:[`yen`,`bill`,`note`,`money`,`banknote`,`currency`,`yen banknote`],u:`1f4b4`,a:`0.6`},{n:[`bill`,`note`,`money`,`dollar`,`banknote`,`currency`,`dollar banknote`],u:`1f4b5`,a:`0.6`},{n:[`bill`,`euro`,`note`,`money`,`banknote`,`currency`,`euro banknote`],u:`1f4b6`,a:`1`},{n:[`bill`,`note`,`money`,`pound`,`banknote`,`currency`,`pound banknote`],u:`1f4b7`,a:`1`},{n:[`fly`,`bill`,`money`,`wings`,`banknote`,`money with wings`],u:`1f4b8`,a:`0.6`},{n:[`card`,`money`,`credit`,`credit card`],u:`1f4b3`,a:`0.6`},{n:[`proof`,`receipt`,`evidence`,`accounting`,`bookkeeping`],u:`1f9fe`,a:`11`},{n:[`yen`,`chart`,`graph`,`money`,`growth`,`chart increasing with yen`],u:`1f4b9`,a:`0.6`},{n:[`email`,`letter`,`envelope`],u:`2709-fe0f`,a:`0.6`},{n:[`mail`,`email`,`e mail`,`letter`],u:`1f4e7`,a:`0.6`},{n:[`email`,`e mail`,`letter`,`receive`,`envelope`,`incoming`,`incoming envelope`],u:`1f4e8`,a:`0.6`},{n:[`arrow`,`email`,`e mail`,`envelope`,`outgoing`,`envelope with arrow`],u:`1f4e9`,a:`0.6`},{n:[`box`,`mail`,`sent`,`tray`,`letter`,`outbox`,`outbox tray`],u:`1f4e4`,a:`0.6`},{n:[`box`,`mail`,`tray`,`inbox`,`letter`,`receive`,`inbox tray`],u:`1f4e5`,a:`0.6`},{n:[`box`,`parcel`,`package`],u:`1f4e6`,a:`0.6`},{n:[`mail`,`closed`,`mailbox`,`postbox`,`closed mailbox with raised flag`],u:`1f4eb`,a:`0.6`},{n:[`mail`,`closed`,`lowered`,`mailbox`,`postbox`,`closed mailbox with lowered flag`],u:`1f4ea`,a:`0.6`},{n:[`mail`,`open`,`mailbox`,`postbox`,`open mailbox with raised flag`],u:`1f4ec`,a:`0.7`},{n:[`mail`,`open`,`lowered`,`mailbox`,`postbox`,`open mailbox with lowered flag`],u:`1f4ed`,a:`0.7`},{n:[`mail`,`postbox`,`mailbox`],u:`1f4ee`,a:`0.6`},{n:[`box`,`ballot`,`ballot box with ballot`],u:`1f5f3-fe0f`,a:`0.7`},{n:[`pencil`],u:`270f-fe0f`,a:`0.6`},{n:[`nib`,`pen`,`black nib`],u:`2712-fe0f`,a:`0.6`},{n:[`pen`,`fountain`,`fountain pen`],u:`1f58b-fe0f`,a:`0.7`},{n:[`pen`,`ballpoint`],u:`1f58a-fe0f`,a:`0.7`},{n:[`painting`,`paintbrush`],u:`1f58c-fe0f`,a:`0.7`},{n:[`crayon`],u:`1f58d-fe0f`,a:`0.7`},{n:[`memo`,`pencil`],u:`1f4dd`,a:`0.6`},{n:[`briefcase`],u:`1f4bc`,a:`0.6`},{n:[`file`,`folder`,`file folder`],u:`1f4c1`,a:`0.6`},{n:[`file`,`open`,`folder`,`open file folder`],u:`1f4c2`,a:`0.6`},{n:[`card`,`index`,`dividers`,`card index dividers`],u:`1f5c2-fe0f`,a:`0.7`},{n:[`date`,`calendar`],u:`1f4c5`,a:`0.6`},{n:[`calendar`,`tear off calendar`],u:`1f4c6`,a:`0.6`},{n:[`pad`,`note`,`spiral`,`spiral notepad`],u:`1f5d2-fe0f`,a:`0.7`},{n:[`pad`,`spiral`,`calendar`,`spiral calendar`],u:`1f5d3-fe0f`,a:`0.7`},{n:[`card`,`index`,`rolodex`,`card index`],u:`1f4c7`,a:`0.6`},{n:[`chart`,`graph`,`trend`,`growth`,`upward`,`chart increasing`],u:`1f4c8`,a:`0.6`},{n:[`down`,`chart`,`graph`,`trend`,`chart decreasing`],u:`1f4c9`,a:`0.6`},{n:[`bar`,`chart`,`graph`,`bar chart`],u:`1f4ca`,a:`0.6`},{n:[`clipboard`],u:`1f4cb`,a:`0.6`},{n:[`pin`,`pushpin`],u:`1f4cc`,a:`0.6`},{n:[`pin`,`pushpin`,`round pushpin`],u:`1f4cd`,a:`0.6`},{n:[`paperclip`],u:`1f4ce`,a:`0.6`},{n:[`link`,`paperclip`,`linked paperclips`],u:`1f587-fe0f`,a:`0.7`},{n:[`ruler`,`straight edge`,`straight ruler`],u:`1f4cf`,a:`0.6`},{n:[`set`,`ruler`,`triangle`,`triangular ruler`],u:`1f4d0`,a:`0.6`},{n:[`tool`,`cutting`,`scissors`],u:`2702-fe0f`,a:`0.6`},{n:[`box`,`card`,`file`,`card file box`],u:`1f5c3-fe0f`,a:`0.7`},{n:[`file`,`filing`,`cabinet`,`file cabinet`],u:`1f5c4-fe0f`,a:`0.7`},{n:[`wastebasket`],u:`1f5d1-fe0f`,a:`0.7`},{n:[`locked`,`closed`],u:`1f512`,a:`0.6`},{n:[`lock`,`open`,`unlock`,`unlocked`],u:`1f513`,a:`0.6`},{n:[`ink`,`nib`,`pen`,`lock`,`privacy`,`locked with pen`],u:`1f50f`,a:`0.6`},{n:[`key`,`lock`,`closed`,`secure`,`locked with key`],u:`1f510`,a:`0.6`},{n:[`key`,`lock`,`password`],u:`1f511`,a:`0.6`},{n:[`key`,`old`,`clue`,`lock`,`old key`],u:`1f5dd-fe0f`,a:`0.7`},{n:[`tool`,`hammer`],u:`1f528`,a:`0.6`},{n:[`axe`,`chop`,`wood`,`split`,`hatchet`],u:`1fa93`,a:`12`},{n:[`pick`,`tool`,`mining`],u:`26cf-fe0f`,a:`0.7`},{n:[`pick`,`tool`,`hammer`,`hammer and pick`],u:`2692-fe0f`,a:`1`},{n:[`tool`,`hammer`,`wrench`,`spanner`,`hammer and wrench`],u:`1f6e0-fe0f`,a:`0.7`},{n:[`knife`,`dagger`,`weapon`],u:`1f5e1-fe0f`,a:`0.7`},{n:[`swords`,`weapon`,`crossed`,`crossed swords`],u:`2694-fe0f`,a:`1`},{n:[`bomb`,`comic`],u:`1f4a3`,a:`0.6`},{n:[`rebound`,`boomerang`,`repercussion`],u:`1fa83`,a:`13`},{n:[`bow`,`arrow`,`archer`,`zodiac`,`sagittarius`,`bow and arrow`],u:`1f3f9`,a:`1`},{n:[`shield`,`weapon`],u:`1f6e1-fe0f`,a:`0.7`},{n:[`saw`,`tool`,`lumber`,`carpenter`,`carpentry saw`],u:`1fa9a`,a:`13`},{n:[`tool`,`wrench`,`spanner`],u:`1f527`,a:`0.6`},{n:[`tool`,`screw`,`screwdriver`],u:`1fa9b`,a:`13`},{n:[`nut`,`bolt`,`tool`,`nut and bolt`],u:`1f529`,a:`0.6`},{n:[`cog`,`gear`,`tool`,`cogwheel`],u:`2699-fe0f`,a:`1`},{n:[`tool`,`vice`,`clamp`,`compress`],u:`1f5dc-fe0f`,a:`0.7`},{n:[`libra`,`scale`,`zodiac`,`balance`,`justice`,`balance scale`],u:`2696-fe0f`,a:`1`},{n:[`blind`,`white cane`,`accessibility`],u:`1f9af`,a:`12`},{n:[`link`],u:`1f517`,a:`0.6`},{n:[`break`,`chain`,`cuffs`,`freedom`,`breaking`,`broken chain`],u:`26d3-fe0f-200d-1f4a5`,a:`15.1`},{n:[`chain`,`chains`],u:`26d3-fe0f`,a:`0.7`},{n:[`hook`,`catch`,`crook`,`curve`,`ensnare`,`selling point`],u:`1fa9d`,a:`13`},{n:[`tool`,`chest`,`toolbox`,`mechanic`],u:`1f9f0`,a:`11`},{n:[`magnet`,`magnetic`,`horseshoe`,`attraction`],u:`1f9f2`,a:`11`},{n:[`rung`,`step`,`climb`,`ladder`],u:`1fa9c`,a:`13`},{n:[`tool`,`alembic`,`chemistry`],u:`2697-fe0f`,a:`1`},{n:[`lab`,`chemist`,`science`,`test tube`,`chemistry`,`experiment`],u:`1f9ea`,a:`11`},{n:[`lab`,`biology`,`culture`,`bacteria`,`biologist`,`petri dish`],u:`1f9eb`,a:`11`},{n:[`dna`,`gene`,`life`,`genetics`,`biologist`,`evolution`],u:`1f9ec`,a:`11`},{n:[`tool`,`science`,`microscope`],u:`1f52c`,a:`1`},{n:[`tool`,`science`,`telescope`],u:`1f52d`,a:`1`},{n:[`dish`,`antenna`,`satellite`,`satellite antenna`],u:`1f4e1`,a:`0.6`},{n:[`shot`,`sick`,`needle`,`syringe`,`medicine`],u:`1f489`,a:`0.6`},{n:[`bleed`,`injury`,`medicine`,`menstruation`,`drop of blood`,`blood donation`],u:`1fa78`,a:`12`},{n:[`pill`,`sick`,`doctor`,`medicine`],u:`1f48a`,a:`0.6`},{n:[`bandage`,`adhesive bandage`],u:`1fa79`,a:`12`},{n:[`cane`,`hurt`,`stick`,`crutch`,`disability`,`mobility aid`],u:`1fa7c`,a:`14`},{n:[`heart`,`doctor`,`medicine`,`stethoscope`],u:`1fa7a`,a:`12`},{n:[`x ray`,`bones`,`doctor`,`medical`,`skeleton`],u:`1fa7b`,a:`14`},{n:[`door`],u:`1f6aa`,a:`0.6`},{n:[`lift`,`hoist`,`elevator`,`accessibility`],u:`1f6d7`,a:`13`},{n:[`mirror`,`speculum`,`reflector`,`reflection`],u:`1fa9e`,a:`13`},{n:[`view`,`frame`,`window`,`opening`,`fresh air`,`transparent`],u:`1fa9f`,a:`13`},{n:[`bed`,`hotel`,`sleep`],u:`1f6cf-fe0f`,a:`0.7`},{n:[`lamp`,`couch`,`hotel`,`couch and lamp`],u:`1f6cb-fe0f`,a:`0.7`},{n:[`sit`,`seat`,`chair`],u:`1fa91`,a:`12`},{n:[`toilet`],u:`1f6bd`,a:`0.6`},{n:[`toilet`,`plunger`,`plumber`,`suction`,`force cup`],u:`1faa0`,a:`13`},{n:[`water`,`shower`],u:`1f6bf`,a:`1`},{n:[`bath`,`bathtub`],u:`1f6c1`,a:`1`},{n:[`bait`,`trap`,`snare`,`mousetrap`,`mouse trap`],u:`1faa4`,a:`13`},{n:[`razor`,`sharp`,`shave`],u:`1fa92`,a:`12`},{n:[`lotion`,`shampoo`,`sunscreen`,`moisturizer`,`lotion bottle`],u:`1f9f4`,a:`11`},{n:[`diaper`,`punk rock`,`safety pin`],u:`1f9f7`,a:`11`},{n:[`broom`,`witch`,`cleaning`,`sweeping`],u:`1f9f9`,a:`11`},{n:[`basket`,`picnic`,`farming`,`laundry`],u:`1f9fa`,a:`11`},{n:[`paper towels`,`toilet paper`,`roll of paper`],u:`1f9fb`,a:`11`},{n:[`vat`,`cask`,`pail`,`bucket`],u:`1faa3`,a:`13`},{n:[`bar`,`soap`,`lather`,`bathing`,`cleaning`,`soapdish`],u:`1f9fc`,a:`11`},{n:[`burp`,`soap`,`clean`,`bubbles`,`underwater`],u:`1fae7`,a:`14`},{n:[`brush`,`clean`,`teeth`,`dental`,`hygiene`,`bathroom`,`toothbrush`],u:`1faa5`,a:`13`},{n:[`sponge`,`porous`,`cleaning`,`absorbing`],u:`1f9fd`,a:`11`},{n:[`fire`,`quench`,`extinguish`,`fire extinguisher`],u:`1f9ef`,a:`11`},{n:[`cart`,`trolley`,`shopping`,`shopping cart`],u:`1f6d2`,a:`3`},{n:[`smoking`,`cigarette`],u:`1f6ac`,a:`0.6`},{n:[`death`,`coffin`],u:`26b0-fe0f`,a:`1`},{n:[`grave`,`cemetery`,`headstone`,`graveyard`,`tombstone`],u:`1faa6`,a:`13`},{n:[`urn`,`ashes`,`death`,`funeral`,`funeral urn`],u:`26b1-fe0f`,a:`1`},{n:[`bead`,`charm`,`nazar`,`evil eye`,`talisman`,`nazar amulet`],u:`1f9ff`,a:`11`},{n:[`hand`,`mary`,`hamsa`,`amulet`,`fatima`,`miriam`,`protection`],u:`1faac`,a:`14`},{n:[`moai`,`face`,`moyai`,`statue`],u:`1f5ff`,a:`0.6`},{n:[`sign`,`picket`,`placard`,`protest`,`demonstration`],u:`1faa7`,a:`13`},{n:[`id`,`license`,`security`,`credentials`,`identification card`],u:`1faaa`,a:`14`}],symbols:[{n:[`atm`,`bank`,`teller`,`ATM sign`,`atm sign`,`automated`],u:`1f3e7`,a:`0.6`},{n:[`litter`,`litter bin`,`litter in bin sign`],u:`1f6ae`,a:`1`},{n:[`water`,`potable`,`drinking`,`potable water`],u:`1f6b0`,a:`1`},{n:[`access`,`wheelchair symbol`],u:`267f`,a:`0.6`},{n:[`wc`,`man`,`toilet`,`bathroom`,`lavatory`,`restroom`,`men’s room`],u:`1f6b9`,a:`0.6`},{n:[`wc`,`woman`,`toilet`,`bathroom`,`lavatory`,`restroom`,`women’s room`],u:`1f6ba`,a:`0.6`},{n:[`wc`,`toilet`,`restroom`,`bathroom`,`lavatory`],u:`1f6bb`,a:`0.6`},{n:[`baby`,`changing`,`baby symbol`],u:`1f6bc`,a:`0.6`},{n:[`wc`,`water`,`closet`,`toilet`,`bathroom`,`lavatory`,`restroom`,`water closet`],u:`1f6be`,a:`0.6`},{n:[`control`,`passport`,`passport control`],u:`1f6c2`,a:`1`},{n:[`customs`],u:`1f6c3`,a:`1`},{n:[`claim`,`baggage`,`baggage claim`],u:`1f6c4`,a:`1`},{n:[`locker`,`baggage`,`luggage`,`left luggage`],u:`1f6c5`,a:`1`},{n:[`warning`],u:`26a0-fe0f`,a:`0.6`},{n:[`child`,`traffic`,`crossing`,`pedestrian`,`children crossing`],u:`1f6b8`,a:`1`},{n:[`no`,`not`,`entry`,`traffic`,`no entry`,`forbidden`,`prohibited`],u:`26d4`,a:`0.6`},{n:[`no`,`not`,`entry`,`forbidden`,`prohibited`],u:`1f6ab`,a:`0.6`},{n:[`no`,`bike`,`bicycle`,`forbidden`,`prohibited`,`no bicycles`],u:`1f6b3`,a:`1`},{n:[`no`,`not`,`smoking`,`forbidden`,`no smoking`,`prohibited`],u:`1f6ad`,a:`0.6`},{n:[`no`,`not`,`litter`,`forbidden`,`prohibited`,`no littering`],u:`1f6af`,a:`1`},{n:[`water`,`non potable`,`non drinking`,`non potable water`],u:`1f6b1`,a:`1`},{n:[`no`,`not`,`forbidden`,`pedestrian`,`prohibited`,`no pedestrians`],u:`1f6b7`,a:`1`},{n:[`no`,`cell`,`phone`,`mobile`,`forbidden`,`no mobile phones`],u:`1f4f5`,a:`1`},{n:[`18`,`eighteen`,`underage`,`prohibited`,`age restriction`,`no one under eighteen`],u:`1f51e`,a:`0.6`},{n:[`sign`,`radioactive`],u:`2622-fe0f`,a:`1`},{n:[`sign`,`biohazard`],u:`2623-fe0f`,a:`1`},{n:[`arrow`,`north`,`up arrow`,`cardinal`,`direction`],u:`2b06-fe0f`,a:`0.6`},{n:[`arrow`,`direction`,`northeast`,`intercardinal`,`up right arrow`],u:`2197-fe0f`,a:`0.6`},{n:[`east`,`arrow`,`cardinal`,`direction`,`right arrow`],u:`27a1-fe0f`,a:`0.6`},{n:[`arrow`,`direction`,`southeast`,`intercardinal`,`down right arrow`],u:`2198-fe0f`,a:`0.6`},{n:[`down`,`arrow`,`south`,`cardinal`,`direction`,`down arrow`],u:`2b07-fe0f`,a:`0.6`},{n:[`arrow`,`direction`,`southwest`,`intercardinal`,`down left arrow`],u:`2199-fe0f`,a:`0.6`},{n:[`west`,`arrow`,`cardinal`,`direction`,`left arrow`],u:`2b05-fe0f`,a:`0.6`},{n:[`arrow`,`direction`,`northwest`,`up left arrow`,`intercardinal`],u:`2196-fe0f`,a:`0.6`},{n:[`arrow`,`up down arrow`],u:`2195-fe0f`,a:`0.6`},{n:[`arrow`,`left right arrow`],u:`2194-fe0f`,a:`0.6`},{n:[`arrow`,`right arrow curving left`],u:`21a9-fe0f`,a:`0.6`},{n:[`arrow`,`left arrow curving right`],u:`21aa-fe0f`,a:`0.6`},{n:[`arrow`,`right arrow curving up`],u:`2934-fe0f`,a:`0.6`},{n:[`down`,`arrow`,`right arrow curving down`],u:`2935-fe0f`,a:`0.6`},{n:[`arrow`,`reload`,`clockwise`,`clockwise vertical arrows`],u:`1f503`,a:`0.6`},{n:[`arrow`,`withershins`,`anticlockwise`,`counterclockwise`,`counterclockwise arrows button`],u:`1f504`,a:`1`},{n:[`back`,`arrow`,`BACK arrow`],u:`1f519`,a:`0.6`},{n:[`end`,`arrow`,`END arrow`],u:`1f51a`,a:`0.6`},{n:[`on`,`on!`,`mark`,`arrow`,`ON! arrow`],u:`1f51b`,a:`0.6`},{n:[`soon`,`arrow`,`SOON arrow`],u:`1f51c`,a:`0.6`},{n:[`up`,`top`,`arrow`,`TOP arrow`],u:`1f51d`,a:`0.6`},{n:[`worship`,`religion`,`place of worship`],u:`1f6d0`,a:`1`},{n:[`atom`,`atheist`,`atom symbol`],u:`269b-fe0f`,a:`1`},{n:[`om`,`hindu`,`religion`],u:`1f549-fe0f`,a:`0.7`},{n:[`jew`,`star`,`david`,`jewish`,`religion`,`star of David`,`star of david`],u:`2721-fe0f`,a:`0.7`},{n:[`wheel`,`dharma`,`buddhist`,`religion`,`wheel of dharma`],u:`2638-fe0f`,a:`0.7`},{n:[`tao`,`yin`,`yang`,`taoist`,`yin yang`,`religion`],u:`262f-fe0f`,a:`0.7`},{n:[`cross`,`religion`,`christian`,`latin cross`],u:`271d-fe0f`,a:`0.7`},{n:[`cross`,`religion`,`christian`,`orthodox cross`],u:`2626-fe0f`,a:`1`},{n:[`islam`,`muslim`,`religion`,`star and crescent`],u:`262a-fe0f`,a:`0.7`},{n:[`peace`,`peace symbol`],u:`262e-fe0f`,a:`1`},{n:[`menorah`,`religion`,`candelabrum`,`candlestick`],u:`1f54e`,a:`1`},{n:[`star`,`fortune`,`dotted six pointed star`],u:`1f52f`,a:`0.6`},{n:[`sikh`,`khanda`,`religion`],u:`1faaf`,a:`15`},{n:[`ram`,`Aries`,`aries`,`zodiac`],u:`2648`,a:`0.6`},{n:[`ox`,`bull`,`Taurus`,`taurus`,`zodiac`],u:`2649`,a:`0.6`},{n:[`twins`,`Gemini`,`gemini`,`zodiac`],u:`264a`,a:`0.6`},{n:[`crab`,`Cancer`,`cancer`,`zodiac`],u:`264b`,a:`0.6`},{n:[`Leo`,`leo`,`lion`,`zodiac`],u:`264c`,a:`0.6`},{n:[`Virgo`,`virgo`,`zodiac`],u:`264d`,a:`0.6`},{n:[`Libra`,`libra`,`scales`,`zodiac`,`balance`,`justice`],u:`264e`,a:`0.6`},{n:[`zodiac`,`Scorpio`,`scorpio`,`scorpion`,`scorpius`],u:`264f`,a:`0.6`},{n:[`archer`,`zodiac`,`Sagittarius`,`sagittarius`],u:`2650`,a:`0.6`},{n:[`goat`,`zodiac`,`Capricorn`,`capricorn`],u:`2651`,a:`0.6`},{n:[`water`,`bearer`,`zodiac`,`Aquarius`,`aquarius`],u:`2652`,a:`0.6`},{n:[`fish`,`Pisces`,`pisces`,`zodiac`],u:`2653`,a:`0.6`},{n:[`snake`,`bearer`,`zodiac`,`serpent`,`Ophiuchus`,`ophiuchus`],u:`26ce`,a:`0.6`},{n:[`arrow`,`crossed`,`shuffle tracks button`],u:`1f500`,a:`1`},{n:[`arrow`,`repeat`,`clockwise`,`repeat button`],u:`1f501`,a:`1`},{n:[`once`,`arrow`,`clockwise`,`repeat single button`],u:`1f502`,a:`1`},{n:[`play`,`arrow`,`right`,`triangle`,`play button`],u:`25b6-fe0f`,a:`0.6`},{n:[`fast`,`arrow`,`double`,`forward`,`fast forward button`],u:`23e9`,a:`0.6`},{n:[`arrow`,`triangle`,`next scene`,`next track`,`next track button`],u:`23ed-fe0f`,a:`0.7`},{n:[`play`,`arrow`,`pause`,`right`,`triangle`,`play or pause button`],u:`23ef-fe0f`,a:`1`},{n:[`left`,`arrow`,`reverse`,`triangle`,`reverse button`],u:`25c0-fe0f`,a:`0.6`},{n:[`arrow`,`double`,`rewind`,`fast reverse button`],u:`23ea`,a:`0.6`},{n:[`arrow`,`triangle`,`previous scene`,`previous track`,`last track button`],u:`23ee-fe0f`,a:`0.7`},{n:[`arrow`,`button`,`upwards button`],u:`1f53c`,a:`0.6`},{n:[`arrow`,`double`,`fast up button`],u:`23eb`,a:`0.6`},{n:[`down`,`arrow`,`button`,`downwards button`],u:`1f53d`,a:`0.6`},{n:[`down`,`arrow`,`double`,`fast down button`],u:`23ec`,a:`0.6`},{n:[`bar`,`pause`,`double`,`vertical`,`pause button`],u:`23f8-fe0f`,a:`0.7`},{n:[`stop`,`square`,`stop button`],u:`23f9-fe0f`,a:`0.7`},{n:[`circle`,`record`,`record button`],u:`23fa-fe0f`,a:`0.7`},{n:[`eject`,`eject button`],u:`23cf-fe0f`,a:`1`},{n:[`film`,`movie`,`cinema`,`camera`],u:`1f3a6`,a:`0.6`},{n:[`dim`,`low`,`dim button`,`brightness`],u:`1f505`,a:`1`},{n:[`bright`,`brightness`,`bright button`],u:`1f506`,a:`1`},{n:[`bar`,`cell`,`phone`,`mobile`,`antenna`,`antenna bars`],u:`1f4f6`,a:`0.6`},{n:[`wifi`,`wi fi`,`network`,`wireless`,`computer`,`internet`],u:`1f6dc`,a:`15`},{n:[`cell`,`mode`,`phone`,`mobile`,`telephone`,`vibration`,`vibration mode`],u:`1f4f3`,a:`0.6`},{n:[`off`,`cell`,`phone`,`mobile`,`telephone`,`mobile phone off`],u:`1f4f4`,a:`0.6`},{n:[`woman`,`female sign`],u:`2640-fe0f`,a:`4`},{n:[`man`,`male sign`],u:`2642-fe0f`,a:`4`},{n:[`transgender`,`transgender symbol`],u:`26a7-fe0f`,a:`13`},{n:[`x`,`×`,`sign`,`cancel`,`multiply`,`multiplication`],u:`2716-fe0f`,a:`0.6`},{n:[`+`,`plus`,`math`,`sign`],u:`2795`,a:`0.6`},{n:[` `,`−`,`math`,`sign`,`minus`],u:`2796`,a:`0.6`},{n:[`÷`,`math`,`sign`,`divide`,`division`],u:`2797`,a:`0.6`},{n:[`math`,`equality`,`heavy equals sign`],u:`1f7f0`,a:`14`},{n:[`forever`,`infinity`,`unbounded`,`universal`],u:`267e-fe0f`,a:`11`},{n:[`!`,`!!`,`mark`,`bangbang`,`exclamation`,`double exclamation mark`],u:`203c-fe0f`,a:`0.6`},{n:[`!`,`?`,`!?`,`mark`,`question`,`exclamation`,`interrobang`,`punctuation`,`exclamation question mark`],u:`2049-fe0f`,a:`0.6`},{n:[`?`,`mark`,`question`,`punctuation`,`red question mark`],u:`2753`,a:`0.6`},{n:[`?`,`mark`,`outlined`,`question`,`punctuation`,`white question mark`],u:`2754`,a:`0.6`},{n:[`!`,`mark`,`outlined`,`exclamation`,`punctuation`,`white exclamation mark`],u:`2755`,a:`0.6`},{n:[`!`,`mark`,`exclamation`,`punctuation`,`red exclamation mark`],u:`2757`,a:`0.6`},{n:[`dash`,`wavy`,`wavy dash`,`punctuation`],u:`3030-fe0f`,a:`0.6`},{n:[`bank`,`money`,`currency`,`exchange`,`currency exchange`],u:`1f4b1`,a:`0.6`},{n:[`money`,`dollar`,`currency`,`heavy dollar sign`],u:`1f4b2`,a:`0.6`},{n:[`staff`,`medicine`,`aesculapius`,`medical symbol`],u:`2695-fe0f`,a:`4`},{n:[`recycle`,`recycling symbol`],u:`267b-fe0f`,a:`0.6`},{n:[`fleur de lis`],u:`269c-fe0f`,a:`1`},{n:[`ship`,`tool`,`anchor`,`emblem`,`trident`,`trident emblem`],u:`1f531`,a:`0.6`},{n:[`name`,`badge`,`name badge`],u:`1f4db`,a:`0.6`},{n:[`leaf`,`chevron`,`beginner`,`japanese`,`Japanese symbol for beginner`,`japanese symbol for beginner`],u:`1f530`,a:`0.6`},{n:[`o`,`red`,`large`,`circle`,`hollow red circle`],u:`2b55`,a:`0.6`},{n:[`✓`,`mark`,`check`,`button`,`check mark button`],u:`2705`,a:`0.6`},{n:[`✓`,`box`,`check`,`check box with check`],u:`2611-fe0f`,a:`0.6`},{n:[`✓`,`mark`,`check`,`check mark`],u:`2714-fe0f`,a:`0.6`},{n:[`x`,`×`,`mark`,`cross`,`cancel`,`multiply`,`cross mark`,`multiplication`],u:`274c`,a:`0.6`},{n:[`x`,`×`,`mark`,`square`,`cross mark button`],u:`274e`,a:`0.6`},{n:[`curl`,`loop`,`curly loop`],u:`27b0`,a:`0.6`},{n:[`curl`,`loop`,`double`,`double curly loop`],u:`27bf`,a:`1`},{n:[`mark`,`part`,`part alternation mark`],u:`303d-fe0f`,a:`0.6`},{n:[`*`,`asterisk`,`eight spoked asterisk`],u:`2733-fe0f`,a:`0.6`},{n:[`*`,`star`,`eight pointed star`],u:`2734-fe0f`,a:`0.6`},{n:[`*`,`sparkle`],u:`2747-fe0f`,a:`0.6`},{n:[`c`,`copyright`],u:`00a9-fe0f`,a:`0.6`},{n:[`r`,`registered`],u:`00ae-fe0f`,a:`0.6`},{n:[`tm`,`mark`,`trademark`,`trade mark`],u:`2122-fe0f`,a:`0.6`},{n:[`keycap`,`keycap: #`],u:`0023-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: *`],u:`002a-fe0f-20e3`,a:`2`},{n:[`keycap`,`keycap: 0`],u:`0030-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 1`],u:`0031-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 2`],u:`0032-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 3`],u:`0033-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 4`],u:`0034-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 5`],u:`0035-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 6`],u:`0036-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 7`],u:`0037-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 8`],u:`0038-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 9`],u:`0039-fe0f-20e3`,a:`0.6`},{n:[`keycap`,`keycap: 10`],u:`1f51f`,a:`0.6`},{n:[`abcd`,`input`,`latin`,`letters`,`uppercase`,`input latin uppercase`],u:`1f520`,a:`0.6`},{n:[`abcd`,`input`,`latin`,`letters`,`lowercase`,`input latin lowercase`],u:`1f521`,a:`0.6`},{n:[`1234`,`input`,`numbers`,`input numbers`],u:`1f522`,a:`0.6`},{n:[`〒♪&%`,`input`,`input symbols`],u:`1f523`,a:`0.6`},{n:[`abc`,`input`,`latin`,`letters`,`alphabet`,`input latin letters`],u:`1f524`,a:`0.6`},{n:[`a`,`blood type`,`A button (blood type)`,`a button (blood type)`],u:`1f170-fe0f`,a:`0.6`},{n:[`ab`,`blood type`,`AB button (blood type)`,`ab button (blood type)`],u:`1f18e`,a:`0.6`},{n:[`b`,`blood type`,`B button (blood type)`,`b button (blood type)`],u:`1f171-fe0f`,a:`0.6`},{n:[`cl`,`CL button`,`cl button`],u:`1f191`,a:`0.6`},{n:[`cool`,`COOL button`,`cool button`],u:`1f192`,a:`0.6`},{n:[`free`,`FREE button`,`free button`],u:`1f193`,a:`0.6`},{n:[`i`,`information`],u:`2139-fe0f`,a:`0.6`},{n:[`id`,`identity`,`ID button`,`id button`],u:`1f194`,a:`0.6`},{n:[`m`,`circle`,`circled M`,`circled m`],u:`24c2-fe0f`,a:`0.6`},{n:[`new`,`NEW button`,`new button`],u:`1f195`,a:`0.6`},{n:[`ng`,`NG button`,`ng button`],u:`1f196`,a:`0.6`},{n:[`o`,`blood type`,`O button (blood type)`,`o button (blood type)`],u:`1f17e-fe0f`,a:`0.6`},{n:[`ok`,`OK button`,`ok button`],u:`1f197`,a:`0.6`},{n:[`p`,`parking`,`P button`,`p button`],u:`1f17f-fe0f`,a:`0.6`},{n:[`sos`,`help`,`SOS button`,`sos button`],u:`1f198`,a:`0.6`},{n:[`up`,`up!`,`mark`,`UP! button`,`up! button`],u:`1f199`,a:`0.6`},{n:[`vs`,`versus`,`VS button`,`vs button`],u:`1f19a`,a:`0.6`},{n:[`ココ`,`“here”`,`japanese`,`katakana`,`Japanese “here” button`,`japanese “here” button`],u:`1f201`,a:`0.6`},{n:[`サ`,`japanese`,`katakana`,`“service charge”`,`Japanese “service charge” button`,`japanese “service charge” button`],u:`1f202-fe0f`,a:`0.6`},{n:[`月`,`japanese`,`ideograph`,`“monthly amount”`,`Japanese “monthly amount” button`,`japanese “monthly amount” button`],u:`1f237-fe0f`,a:`0.6`},{n:[`有`,`japanese`,`ideograph`,`“not free of charge”`,`Japanese “not free of charge” button`,`japanese “not free of charge” button`],u:`1f236`,a:`0.6`},{n:[`指`,`japanese`,`ideograph`,`“reserved”`,`Japanese “reserved” button`,`japanese “reserved” button`],u:`1f22f`,a:`0.6`},{n:[`得`,`japanese`,`ideograph`,`“bargain”`,`Japanese “bargain” button`,`japanese “bargain” button`],u:`1f250`,a:`0.6`},{n:[`割`,`japanese`,`ideograph`,`“discount”`,`Japanese “discount” button`,`japanese “discount” button`],u:`1f239`,a:`0.6`},{n:[`無`,`japanese`,`ideograph`,`“free of charge”`,`Japanese “free of charge” button`,`japanese “free of charge” button`],u:`1f21a`,a:`0.6`},{n:[`禁`,`japanese`,`ideograph`,`“prohibited”`,`Japanese “prohibited” button`,`japanese “prohibited” button`],u:`1f232`,a:`0.6`},{n:[`可`,`japanese`,`ideograph`,`“acceptable”`,`Japanese “acceptable” button`,`japanese “acceptable” button`],u:`1f251`,a:`0.6`},{n:[`申`,`japanese`,`ideograph`,`“application”`,`Japanese “application” button`,`japanese “application” button`],u:`1f238`,a:`0.6`},{n:[`合`,`japanese`,`ideograph`,`“passing grade”`,`Japanese “passing grade” button`,`japanese “passing grade” button`],u:`1f234`,a:`0.6`},{n:[`空`,`japanese`,`ideograph`,`“vacancy”`,`Japanese “vacancy” button`,`japanese “vacancy” button`],u:`1f233`,a:`0.6`},{n:[`祝`,`japanese`,`ideograph`,`“congratulations”`,`Japanese “congratulations” button`,`japanese “congratulations” button`],u:`3297-fe0f`,a:`0.6`},{n:[`秘`,`japanese`,`“secret”`,`ideograph`,`Japanese “secret” button`,`japanese “secret” button`],u:`3299-fe0f`,a:`0.6`},{n:[`営`,`japanese`,`ideograph`,`“open for business”`,`Japanese “open for business” button`,`japanese “open for business” button`],u:`1f23a`,a:`0.6`},{n:[`満`,`japanese`,`ideograph`,`“no vacancy”`,`Japanese “no vacancy” button`,`japanese “no vacancy” button`],u:`1f235`,a:`0.6`},{n:[`red`,`circle`,`geometric`,`red circle`],u:`1f534`,a:`0.6`},{n:[`circle`,`orange`,`orange circle`],u:`1f7e0`,a:`12`},{n:[`circle`,`yellow`,`yellow circle`],u:`1f7e1`,a:`12`},{n:[`green`,`circle`,`green circle`],u:`1f7e2`,a:`12`},{n:[`blue`,`circle`,`geometric`,`blue circle`],u:`1f535`,a:`0.6`},{n:[`circle`,`purple`,`purple circle`],u:`1f7e3`,a:`12`},{n:[`brown`,`circle`,`brown circle`],u:`1f7e4`,a:`12`},{n:[`circle`,`geometric`,`black circle`],u:`26ab`,a:`0.6`},{n:[`circle`,`geometric`,`white circle`],u:`26aa`,a:`0.6`},{n:[`red`,`square`,`red square`],u:`1f7e5`,a:`12`},{n:[`orange`,`square`,`orange square`],u:`1f7e7`,a:`12`},{n:[`square`,`yellow`,`yellow square`],u:`1f7e8`,a:`12`},{n:[`green`,`square`,`green square`],u:`1f7e9`,a:`12`},{n:[`blue`,`square`,`blue square`],u:`1f7e6`,a:`12`},{n:[`purple`,`square`,`purple square`],u:`1f7ea`,a:`12`},{n:[`brown`,`square`,`brown square`],u:`1f7eb`,a:`12`},{n:[`square`,`geometric`,`black large square`],u:`2b1b`,a:`0.6`},{n:[`square`,`geometric`,`white large square`],u:`2b1c`,a:`0.6`},{n:[`square`,`geometric`,`black medium square`],u:`25fc-fe0f`,a:`0.6`},{n:[`square`,`geometric`,`white medium square`],u:`25fb-fe0f`,a:`0.6`},{n:[`square`,`geometric`,`black medium small square`],u:`25fe`,a:`0.6`},{n:[`square`,`geometric`,`white medium small square`],u:`25fd`,a:`0.6`},{n:[`square`,`geometric`,`black small square`],u:`25aa-fe0f`,a:`0.6`},{n:[`square`,`geometric`,`white small square`],u:`25ab-fe0f`,a:`0.6`},{n:[`orange`,`diamond`,`geometric`,`large orange diamond`],u:`1f536`,a:`0.6`},{n:[`blue`,`diamond`,`geometric`,`large blue diamond`],u:`1f537`,a:`0.6`},{n:[`orange`,`diamond`,`geometric`,`small orange diamond`],u:`1f538`,a:`0.6`},{n:[`blue`,`diamond`,`geometric`,`small blue diamond`],u:`1f539`,a:`0.6`},{n:[`red`,`geometric`,`red triangle pointed up`],u:`1f53a`,a:`0.6`},{n:[`red`,`down`,`geometric`,`red triangle pointed down`],u:`1f53b`,a:`0.6`},{n:[`comic`,`inside`,`diamond`,`geometric`,`diamond with a dot`],u:`1f4a0`,a:`0.6`},{n:[`radio`,`button`,`geometric`,`radio button`],u:`1f518`,a:`0.6`},{n:[`button`,`square`,`outlined`,`geometric`,`white square button`],u:`1f533`,a:`0.6`},{n:[`button`,`square`,`geometric`,`black square button`],u:`1f532`,a:`0.6`}],flags:[{n:[`racing`,`checkered`,`chequered`,`chequered flag`],u:`1f3c1`,a:`0.6`},{n:[`post`,`triangular flag`],u:`1f6a9`,a:`0.6`},{n:[`cross`,`crossed`,`japanese`,`celebration`,`crossed flags`],u:`1f38c`,a:`0.6`},{n:[`waving`,`black flag`],u:`1f3f4`,a:`1`},{n:[`waving`,`white flag`],u:`1f3f3-fe0f`,a:`0.7`},{n:[`pride`,`rainbow`,`rainbow flag`],u:`1f3f3-fe0f-200d-1f308`,a:`4`},{n:[`flag`,`pink`,`white`,`light blue`,`transgender`,`transgender flag`],u:`1f3f3-fe0f-200d-26a7-fe0f`,a:`13`},{n:[`pirate`,`plunder`,`treasure`,`pirate flag`,`jolly roger`],u:`1f3f4-200d-2620-fe0f`,a:`11`},{n:[`AC`,`flag`,`flag: Ascension Island`,`flag: ascension island`],u:`1f1e6-1f1e8`,a:`2`},{n:[`AD`,`flag`,`flag: Andorra`,`flag: andorra`],u:`1f1e6-1f1e9`,a:`2`},{n:[`AE`,`flag`,`flag: United Arab Emirates`,`flag: united arab emirates`],u:`1f1e6-1f1ea`,a:`2`},{n:[`AF`,`flag`,`flag: Afghanistan`,`flag: afghanistan`],u:`1f1e6-1f1eb`,a:`2`},{n:[`AG`,`flag`,`flag: Antigua & Barbuda`,`flag: antigua & barbuda`],u:`1f1e6-1f1ec`,a:`2`},{n:[`AI`,`flag`,`flag: Anguilla`,`flag: anguilla`],u:`1f1e6-1f1ee`,a:`2`},{n:[`AL`,`flag`,`flag: Albania`,`flag: albania`],u:`1f1e6-1f1f1`,a:`2`},{n:[`AM`,`flag`,`flag: Armenia`,`flag: armenia`],u:`1f1e6-1f1f2`,a:`2`},{n:[`AO`,`flag`,`flag: Angola`,`flag: angola`],u:`1f1e6-1f1f4`,a:`2`},{n:[`AQ`,`flag`,`flag: Antarctica`,`flag: antarctica`],u:`1f1e6-1f1f6`,a:`2`},{n:[`AR`,`flag`,`flag: Argentina`,`flag: argentina`],u:`1f1e6-1f1f7`,a:`2`},{n:[`AS`,`flag`,`flag: American Samoa`,`flag: american samoa`],u:`1f1e6-1f1f8`,a:`2`},{n:[`AT`,`flag`,`flag: Austria`,`flag: austria`],u:`1f1e6-1f1f9`,a:`2`},{n:[`AU`,`flag`,`flag: Australia`,`flag: australia`],u:`1f1e6-1f1fa`,a:`2`},{n:[`AW`,`flag`,`flag: Aruba`,`flag: aruba`],u:`1f1e6-1f1fc`,a:`2`},{n:[`AX`,`flag`,`flag: Åland Islands`,`flag: åland islands`],u:`1f1e6-1f1fd`,a:`2`},{n:[`AZ`,`flag`,`flag: Azerbaijan`,`flag: azerbaijan`],u:`1f1e6-1f1ff`,a:`2`},{n:[`BA`,`flag`,`flag: Bosnia & Herzegovina`,`flag: bosnia & herzegovina`],u:`1f1e7-1f1e6`,a:`2`},{n:[`BB`,`flag`,`flag: Barbados`,`flag: barbados`],u:`1f1e7-1f1e7`,a:`2`},{n:[`BD`,`flag`,`flag: Bangladesh`,`flag: bangladesh`],u:`1f1e7-1f1e9`,a:`2`},{n:[`BE`,`flag`,`flag: Belgium`,`flag: belgium`],u:`1f1e7-1f1ea`,a:`2`},{n:[`BF`,`flag`,`flag: Burkina Faso`,`flag: burkina faso`],u:`1f1e7-1f1eb`,a:`2`},{n:[`BG`,`flag`,`flag: Bulgaria`,`flag: bulgaria`],u:`1f1e7-1f1ec`,a:`2`},{n:[`BH`,`flag`,`flag: Bahrain`,`flag: bahrain`],u:`1f1e7-1f1ed`,a:`2`},{n:[`BI`,`flag`,`flag: Burundi`,`flag: burundi`],u:`1f1e7-1f1ee`,a:`2`},{n:[`BJ`,`flag`,`flag: Benin`,`flag: benin`],u:`1f1e7-1f1ef`,a:`2`},{n:[`BL`,`flag`,`flag: St. Barthélemy`,`flag: st. barthélemy`],u:`1f1e7-1f1f1`,a:`2`},{n:[`BM`,`flag`,`flag: Bermuda`,`flag: bermuda`],u:`1f1e7-1f1f2`,a:`2`},{n:[`BN`,`flag`,`flag: Brunei`,`flag: brunei`],u:`1f1e7-1f1f3`,a:`2`},{n:[`BO`,`flag`,`flag: Bolivia`,`flag: bolivia`],u:`1f1e7-1f1f4`,a:`2`},{n:[`BQ`,`flag`,`flag: Caribbean Netherlands`,`flag: caribbean netherlands`],u:`1f1e7-1f1f6`,a:`2`},{n:[`BR`,`flag`,`flag: Brazil`,`flag: brazil`],u:`1f1e7-1f1f7`,a:`2`},{n:[`BS`,`flag`,`flag: Bahamas`,`flag: bahamas`],u:`1f1e7-1f1f8`,a:`2`},{n:[`BT`,`flag`,`flag: Bhutan`,`flag: bhutan`],u:`1f1e7-1f1f9`,a:`2`},{n:[`BV`,`flag`,`flag: Bouvet Island`,`flag: bouvet island`],u:`1f1e7-1f1fb`,a:`2`},{n:[`BW`,`flag`,`flag: Botswana`,`flag: botswana`],u:`1f1e7-1f1fc`,a:`2`},{n:[`BY`,`flag`,`flag: Belarus`,`flag: belarus`],u:`1f1e7-1f1fe`,a:`2`},{n:[`BZ`,`flag`,`flag: Belize`,`flag: belize`],u:`1f1e7-1f1ff`,a:`2`},{n:[`CA`,`flag`,`flag: Canada`,`flag: canada`],u:`1f1e8-1f1e6`,a:`2`},{n:[`CC`,`flag`,`flag: Cocos (Keeling) Islands`,`flag: cocos (keeling) islands`],u:`1f1e8-1f1e8`,a:`2`},{n:[`CD`,`flag`,`flag: Congo Kinshasa`,`flag: congo kinshasa`],u:`1f1e8-1f1e9`,a:`2`},{n:[`CF`,`flag`,`flag: Central African Republic`,`flag: central african republic`],u:`1f1e8-1f1eb`,a:`2`},{n:[`CG`,`flag`,`flag: Congo Brazzaville`,`flag: congo brazzaville`],u:`1f1e8-1f1ec`,a:`2`},{n:[`CH`,`flag`,`flag: Switzerland`,`flag: switzerland`],u:`1f1e8-1f1ed`,a:`2`},{n:[`CI`,`flag`,`flag: Côte d’Ivoire`,`flag: côte d’ivoire`],u:`1f1e8-1f1ee`,a:`2`},{n:[`CK`,`flag`,`flag: Cook Islands`,`flag: cook islands`],u:`1f1e8-1f1f0`,a:`2`},{n:[`CL`,`flag`,`flag: Chile`,`flag: chile`],u:`1f1e8-1f1f1`,a:`2`},{n:[`CM`,`flag`,`flag: Cameroon`,`flag: cameroon`],u:`1f1e8-1f1f2`,a:`2`},{n:[`CN`,`flag`,`flag: China`,`flag: china`],u:`1f1e8-1f1f3`,a:`0.6`},{n:[`CO`,`flag`,`flag: Colombia`,`flag: colombia`],u:`1f1e8-1f1f4`,a:`2`},{n:[`CP`,`flag`,`flag: Clipperton Island`,`flag: clipperton island`],u:`1f1e8-1f1f5`,a:`2`},{n:[`CR`,`flag`,`flag: Costa Rica`,`flag: costa rica`],u:`1f1e8-1f1f7`,a:`2`},{n:[`CU`,`flag`,`flag: Cuba`,`flag: cuba`],u:`1f1e8-1f1fa`,a:`2`},{n:[`CV`,`flag`,`flag: Cape Verde`,`flag: cape verde`],u:`1f1e8-1f1fb`,a:`2`},{n:[`CW`,`flag`,`flag: Curaçao`,`flag: curaçao`],u:`1f1e8-1f1fc`,a:`2`},{n:[`CX`,`flag`,`flag: Christmas Island`,`flag: christmas island`],u:`1f1e8-1f1fd`,a:`2`},{n:[`CY`,`flag`,`flag: Cyprus`,`flag: cyprus`],u:`1f1e8-1f1fe`,a:`2`},{n:[`CZ`,`flag`,`flag: Czechia`,`flag: czechia`],u:`1f1e8-1f1ff`,a:`2`},{n:[`DE`,`flag`,`flag: Germany`,`flag: germany`],u:`1f1e9-1f1ea`,a:`0.6`},{n:[`DG`,`flag`,`flag: Diego Garcia`,`flag: diego garcia`],u:`1f1e9-1f1ec`,a:`2`},{n:[`DJ`,`flag`,`flag: Djibouti`,`flag: djibouti`],u:`1f1e9-1f1ef`,a:`2`},{n:[`DK`,`flag`,`flag: Denmark`,`flag: denmark`],u:`1f1e9-1f1f0`,a:`2`},{n:[`DM`,`flag`,`flag: Dominica`,`flag: dominica`],u:`1f1e9-1f1f2`,a:`2`},{n:[`DO`,`flag`,`flag: Dominican Republic`,`flag: dominican republic`],u:`1f1e9-1f1f4`,a:`2`},{n:[`DZ`,`flag`,`flag: Algeria`,`flag: algeria`],u:`1f1e9-1f1ff`,a:`2`},{n:[`EA`,`flag`,`flag: Ceuta & Melilla`,`flag: ceuta & melilla`],u:`1f1ea-1f1e6`,a:`2`},{n:[`EC`,`flag`,`flag: Ecuador`,`flag: ecuador`],u:`1f1ea-1f1e8`,a:`2`},{n:[`EE`,`flag`,`flag: Estonia`,`flag: estonia`],u:`1f1ea-1f1ea`,a:`2`},{n:[`EG`,`flag`,`flag: Egypt`,`flag: egypt`],u:`1f1ea-1f1ec`,a:`2`},{n:[`EH`,`flag`,`flag: Western Sahara`,`flag: western sahara`],u:`1f1ea-1f1ed`,a:`2`},{n:[`ER`,`flag`,`flag: Eritrea`,`flag: eritrea`],u:`1f1ea-1f1f7`,a:`2`},{n:[`ES`,`flag`,`flag: Spain`,`flag: spain`],u:`1f1ea-1f1f8`,a:`0.6`},{n:[`ET`,`flag`,`flag: Ethiopia`,`flag: ethiopia`],u:`1f1ea-1f1f9`,a:`2`},{n:[`EU`,`flag`,`flag: European Union`,`flag: european union`],u:`1f1ea-1f1fa`,a:`2`},{n:[`FI`,`flag`,`flag: Finland`,`flag: finland`],u:`1f1eb-1f1ee`,a:`2`},{n:[`FJ`,`flag`,`flag: Fiji`,`flag: fiji`],u:`1f1eb-1f1ef`,a:`2`},{n:[`FK`,`flag`,`flag: Falkland Islands`,`flag: falkland islands`],u:`1f1eb-1f1f0`,a:`2`},{n:[`FM`,`flag`,`flag: Micronesia`,`flag: micronesia`],u:`1f1eb-1f1f2`,a:`2`},{n:[`FO`,`flag`,`flag: Faroe Islands`,`flag: faroe islands`],u:`1f1eb-1f1f4`,a:`2`},{n:[`FR`,`flag`,`flag: France`,`flag: france`],u:`1f1eb-1f1f7`,a:`0.6`},{n:[`GA`,`flag`,`flag: Gabon`,`flag: gabon`],u:`1f1ec-1f1e6`,a:`2`},{n:[`GB`,`flag`,`flag: United Kingdom`,`flag: united kingdom`],u:`1f1ec-1f1e7`,a:`0.6`},{n:[`GD`,`flag`,`flag: Grenada`,`flag: grenada`],u:`1f1ec-1f1e9`,a:`2`},{n:[`GE`,`flag`,`flag: Georgia`,`flag: georgia`],u:`1f1ec-1f1ea`,a:`2`},{n:[`GF`,`flag`,`flag: French Guiana`,`flag: french guiana`],u:`1f1ec-1f1eb`,a:`2`},{n:[`GG`,`flag`,`flag: Guernsey`,`flag: guernsey`],u:`1f1ec-1f1ec`,a:`2`},{n:[`GH`,`flag`,`flag: Ghana`,`flag: ghana`],u:`1f1ec-1f1ed`,a:`2`},{n:[`GI`,`flag`,`flag: Gibraltar`,`flag: gibraltar`],u:`1f1ec-1f1ee`,a:`2`},{n:[`GL`,`flag`,`flag: Greenland`,`flag: greenland`],u:`1f1ec-1f1f1`,a:`2`},{n:[`GM`,`flag`,`flag: Gambia`,`flag: gambia`],u:`1f1ec-1f1f2`,a:`2`},{n:[`GN`,`flag`,`flag: Guinea`,`flag: guinea`],u:`1f1ec-1f1f3`,a:`2`},{n:[`GP`,`flag`,`flag: Guadeloupe`,`flag: guadeloupe`],u:`1f1ec-1f1f5`,a:`2`},{n:[`GQ`,`flag`,`flag: Equatorial Guinea`,`flag: equatorial guinea`],u:`1f1ec-1f1f6`,a:`2`},{n:[`GR`,`flag`,`flag: Greece`,`flag: greece`],u:`1f1ec-1f1f7`,a:`2`},{n:[`GS`,`flag`,`flag: South Georgia & South Sandwich Islands`,`flag: south georgia & south sandwich islands`],u:`1f1ec-1f1f8`,a:`2`},{n:[`GT`,`flag`,`flag: Guatemala`,`flag: guatemala`],u:`1f1ec-1f1f9`,a:`2`},{n:[`GU`,`flag`,`flag: Guam`,`flag: guam`],u:`1f1ec-1f1fa`,a:`2`},{n:[`GW`,`flag`,`flag: Guinea Bissau`,`flag: guinea bissau`],u:`1f1ec-1f1fc`,a:`2`},{n:[`GY`,`flag`,`flag: Guyana`,`flag: guyana`],u:`1f1ec-1f1fe`,a:`2`},{n:[`HK`,`flag`,`flag: Hong Kong SAR China`,`flag: hong kong sar china`],u:`1f1ed-1f1f0`,a:`2`},{n:[`HM`,`flag`,`flag: Heard & McDonald Islands`,`flag: heard & mcdonald islands`],u:`1f1ed-1f1f2`,a:`2`},{n:[`HN`,`flag`,`flag: Honduras`,`flag: honduras`],u:`1f1ed-1f1f3`,a:`2`},{n:[`HR`,`flag`,`flag: Croatia`,`flag: croatia`],u:`1f1ed-1f1f7`,a:`2`},{n:[`HT`,`flag`,`flag: Haiti`,`flag: haiti`],u:`1f1ed-1f1f9`,a:`2`},{n:[`HU`,`flag`,`flag: Hungary`,`flag: hungary`],u:`1f1ed-1f1fa`,a:`2`},{n:[`IC`,`flag`,`flag: Canary Islands`,`flag: canary islands`],u:`1f1ee-1f1e8`,a:`2`},{n:[`ID`,`flag`,`flag: Indonesia`,`flag: indonesia`],u:`1f1ee-1f1e9`,a:`2`},{n:[`IE`,`flag`,`flag: Ireland`,`flag: ireland`],u:`1f1ee-1f1ea`,a:`2`},{n:[`IL`,`flag`,`flag: Israel`,`flag: israel`],u:`1f1ee-1f1f1`,a:`2`},{n:[`IM`,`flag`,`flag: Isle of Man`,`flag: isle of man`],u:`1f1ee-1f1f2`,a:`2`},{n:[`IN`,`flag`,`flag: India`,`flag: india`],u:`1f1ee-1f1f3`,a:`2`},{n:[`IO`,`flag`,`flag: British Indian Ocean Territory`,`flag: british indian ocean territory`],u:`1f1ee-1f1f4`,a:`2`},{n:[`IQ`,`flag`,`flag: Iraq`,`flag: iraq`],u:`1f1ee-1f1f6`,a:`2`},{n:[`IR`,`flag`,`flag: Iran`,`flag: iran`],u:`1f1ee-1f1f7`,a:`2`},{n:[`IS`,`flag`,`flag: Iceland`,`flag: iceland`],u:`1f1ee-1f1f8`,a:`2`},{n:[`IT`,`flag`,`flag: Italy`,`flag: italy`],u:`1f1ee-1f1f9`,a:`0.6`},{n:[`JE`,`flag`,`flag: Jersey`,`flag: jersey`],u:`1f1ef-1f1ea`,a:`2`},{n:[`JM`,`flag`,`flag: Jamaica`,`flag: jamaica`],u:`1f1ef-1f1f2`,a:`2`},{n:[`JO`,`flag`,`flag: Jordan`,`flag: jordan`],u:`1f1ef-1f1f4`,a:`2`},{n:[`JP`,`flag`,`flag: Japan`,`flag: japan`],u:`1f1ef-1f1f5`,a:`0.6`},{n:[`KE`,`flag`,`flag: Kenya`,`flag: kenya`],u:`1f1f0-1f1ea`,a:`2`},{n:[`KG`,`flag`,`flag: Kyrgyzstan`,`flag: kyrgyzstan`],u:`1f1f0-1f1ec`,a:`2`},{n:[`KH`,`flag`,`flag: Cambodia`,`flag: cambodia`],u:`1f1f0-1f1ed`,a:`2`},{n:[`KI`,`flag`,`flag: Kiribati`,`flag: kiribati`],u:`1f1f0-1f1ee`,a:`2`},{n:[`KM`,`flag`,`flag: Comoros`,`flag: comoros`],u:`1f1f0-1f1f2`,a:`2`},{n:[`KN`,`flag`,`flag: St. Kitts & Nevis`,`flag: st. kitts & nevis`],u:`1f1f0-1f1f3`,a:`2`},{n:[`KP`,`flag`,`flag: North Korea`,`flag: north korea`],u:`1f1f0-1f1f5`,a:`2`},{n:[`KR`,`flag`,`flag: South Korea`,`flag: south korea`],u:`1f1f0-1f1f7`,a:`0.6`},{n:[`KW`,`flag`,`flag: Kuwait`,`flag: kuwait`],u:`1f1f0-1f1fc`,a:`2`},{n:[`KY`,`flag`,`flag: Cayman Islands`,`flag: cayman islands`],u:`1f1f0-1f1fe`,a:`2`},{n:[`KZ`,`flag`,`flag: Kazakhstan`,`flag: kazakhstan`],u:`1f1f0-1f1ff`,a:`2`},{n:[`LA`,`flag`,`flag: Laos`,`flag: laos`],u:`1f1f1-1f1e6`,a:`2`},{n:[`LB`,`flag`,`flag: Lebanon`,`flag: lebanon`],u:`1f1f1-1f1e7`,a:`2`},{n:[`LC`,`flag`,`flag: St. Lucia`,`flag: st. lucia`],u:`1f1f1-1f1e8`,a:`2`},{n:[`LI`,`flag`,`flag: Liechtenstein`,`flag: liechtenstein`],u:`1f1f1-1f1ee`,a:`2`},{n:[`LK`,`flag`,`flag: Sri Lanka`,`flag: sri lanka`],u:`1f1f1-1f1f0`,a:`2`},{n:[`LR`,`flag`,`flag: Liberia`,`flag: liberia`],u:`1f1f1-1f1f7`,a:`2`},{n:[`LS`,`flag`,`flag: Lesotho`,`flag: lesotho`],u:`1f1f1-1f1f8`,a:`2`},{n:[`LT`,`flag`,`flag: Lithuania`,`flag: lithuania`],u:`1f1f1-1f1f9`,a:`2`},{n:[`LU`,`flag`,`flag: Luxembourg`,`flag: luxembourg`],u:`1f1f1-1f1fa`,a:`2`},{n:[`LV`,`flag`,`flag: Latvia`,`flag: latvia`],u:`1f1f1-1f1fb`,a:`2`},{n:[`LY`,`flag`,`flag: Libya`,`flag: libya`],u:`1f1f1-1f1fe`,a:`2`},{n:[`MA`,`flag`,`flag: Morocco`,`flag: morocco`],u:`1f1f2-1f1e6`,a:`2`},{n:[`MC`,`flag`,`flag: Monaco`,`flag: monaco`],u:`1f1f2-1f1e8`,a:`2`},{n:[`MD`,`flag`,`flag: Moldova`,`flag: moldova`],u:`1f1f2-1f1e9`,a:`2`},{n:[`ME`,`flag`,`flag: Montenegro`,`flag: montenegro`],u:`1f1f2-1f1ea`,a:`2`},{n:[`MF`,`flag`,`flag: St. Martin`,`flag: st. martin`],u:`1f1f2-1f1eb`,a:`2`},{n:[`MG`,`flag`,`flag: Madagascar`,`flag: madagascar`],u:`1f1f2-1f1ec`,a:`2`},{n:[`MH`,`flag`,`flag: Marshall Islands`,`flag: marshall islands`],u:`1f1f2-1f1ed`,a:`2`},{n:[`MK`,`flag`,`flag: North Macedonia`,`flag: north macedonia`],u:`1f1f2-1f1f0`,a:`2`},{n:[`ML`,`flag`,`flag: Mali`,`flag: mali`],u:`1f1f2-1f1f1`,a:`2`},{n:[`MM`,`flag`,`flag: Myanmar (Burma)`,`flag: myanmar (burma)`],u:`1f1f2-1f1f2`,a:`2`},{n:[`MN`,`flag`,`flag: Mongolia`,`flag: mongolia`],u:`1f1f2-1f1f3`,a:`2`},{n:[`MO`,`flag`,`flag: Macao SAR China`,`flag: macao sar china`],u:`1f1f2-1f1f4`,a:`2`},{n:[`MP`,`flag`,`flag: Northern Mariana Islands`,`flag: northern mariana islands`],u:`1f1f2-1f1f5`,a:`2`},{n:[`MQ`,`flag`,`flag: Martinique`,`flag: martinique`],u:`1f1f2-1f1f6`,a:`2`},{n:[`MR`,`flag`,`flag: Mauritania`,`flag: mauritania`],u:`1f1f2-1f1f7`,a:`2`},{n:[`MS`,`flag`,`flag: Montserrat`,`flag: montserrat`],u:`1f1f2-1f1f8`,a:`2`},{n:[`MT`,`flag`,`flag: Malta`,`flag: malta`],u:`1f1f2-1f1f9`,a:`2`},{n:[`MU`,`flag`,`flag: Mauritius`,`flag: mauritius`],u:`1f1f2-1f1fa`,a:`2`},{n:[`MV`,`flag`,`flag: Maldives`,`flag: maldives`],u:`1f1f2-1f1fb`,a:`2`},{n:[`MW`,`flag`,`flag: Malawi`,`flag: malawi`],u:`1f1f2-1f1fc`,a:`2`},{n:[`MX`,`flag`,`flag: Mexico`,`flag: mexico`],u:`1f1f2-1f1fd`,a:`2`},{n:[`MY`,`flag`,`flag: Malaysia`,`flag: malaysia`],u:`1f1f2-1f1fe`,a:`2`},{n:[`MZ`,`flag`,`flag: Mozambique`,`flag: mozambique`],u:`1f1f2-1f1ff`,a:`2`},{n:[`NA`,`flag`,`flag: Namibia`,`flag: namibia`],u:`1f1f3-1f1e6`,a:`2`},{n:[`NC`,`flag`,`flag: New Caledonia`,`flag: new caledonia`],u:`1f1f3-1f1e8`,a:`2`},{n:[`NE`,`flag`,`flag: Niger`,`flag: niger`],u:`1f1f3-1f1ea`,a:`2`},{n:[`NF`,`flag`,`flag: Norfolk Island`,`flag: norfolk island`],u:`1f1f3-1f1eb`,a:`2`},{n:[`NG`,`flag`,`flag: Nigeria`,`flag: nigeria`],u:`1f1f3-1f1ec`,a:`2`},{n:[`NI`,`flag`,`flag: Nicaragua`,`flag: nicaragua`],u:`1f1f3-1f1ee`,a:`2`},{n:[`NL`,`flag`,`flag: Netherlands`,`flag: netherlands`],u:`1f1f3-1f1f1`,a:`2`},{n:[`NO`,`flag`,`flag: Norway`,`flag: norway`],u:`1f1f3-1f1f4`,a:`2`},{n:[`NP`,`flag`,`flag: Nepal`,`flag: nepal`],u:`1f1f3-1f1f5`,a:`2`},{n:[`NR`,`flag`,`flag: Nauru`,`flag: nauru`],u:`1f1f3-1f1f7`,a:`2`},{n:[`NU`,`flag`,`flag: Niue`,`flag: niue`],u:`1f1f3-1f1fa`,a:`2`},{n:[`NZ`,`flag`,`flag: New Zealand`,`flag: new zealand`],u:`1f1f3-1f1ff`,a:`2`},{n:[`OM`,`flag`,`flag: Oman`,`flag: oman`],u:`1f1f4-1f1f2`,a:`2`},{n:[`PA`,`flag`,`flag: Panama`,`flag: panama`],u:`1f1f5-1f1e6`,a:`2`},{n:[`PE`,`flag`,`flag: Peru`,`flag: peru`],u:`1f1f5-1f1ea`,a:`2`},{n:[`PF`,`flag`,`flag: French Polynesia`,`flag: french polynesia`],u:`1f1f5-1f1eb`,a:`2`},{n:[`PG`,`flag`,`flag: Papua New Guinea`,`flag: papua new guinea`],u:`1f1f5-1f1ec`,a:`2`},{n:[`PH`,`flag`,`flag: Philippines`,`flag: philippines`],u:`1f1f5-1f1ed`,a:`2`},{n:[`PK`,`flag`,`flag: Pakistan`,`flag: pakistan`],u:`1f1f5-1f1f0`,a:`2`},{n:[`PL`,`flag`,`flag: Poland`,`flag: poland`],u:`1f1f5-1f1f1`,a:`2`},{n:[`PM`,`flag`,`flag: St. Pierre & Miquelon`,`flag: st. pierre & miquelon`],u:`1f1f5-1f1f2`,a:`2`},{n:[`PN`,`flag`,`flag: Pitcairn Islands`,`flag: pitcairn islands`],u:`1f1f5-1f1f3`,a:`2`},{n:[`PR`,`flag`,`flag: Puerto Rico`,`flag: puerto rico`],u:`1f1f5-1f1f7`,a:`2`},{n:[`PS`,`flag`,`flag: Palestinian Territories`,`flag: palestinian territories`],u:`1f1f5-1f1f8`,a:`2`},{n:[`PT`,`flag`,`flag: Portugal`,`flag: portugal`],u:`1f1f5-1f1f9`,a:`2`},{n:[`PW`,`flag`,`flag: Palau`,`flag: palau`],u:`1f1f5-1f1fc`,a:`2`},{n:[`PY`,`flag`,`flag: Paraguay`,`flag: paraguay`],u:`1f1f5-1f1fe`,a:`2`},{n:[`QA`,`flag`,`flag: Qatar`,`flag: qatar`],u:`1f1f6-1f1e6`,a:`2`},{n:[`RE`,`flag`,`flag: Réunion`,`flag: réunion`],u:`1f1f7-1f1ea`,a:`2`},{n:[`RO`,`flag`,`flag: Romania`,`flag: romania`],u:`1f1f7-1f1f4`,a:`2`},{n:[`RS`,`flag`,`flag: Serbia`,`flag: serbia`],u:`1f1f7-1f1f8`,a:`2`},{n:[`RU`,`flag`,`flag: Russia`,`flag: russia`],u:`1f1f7-1f1fa`,a:`0.6`},{n:[`RW`,`flag`,`flag: Rwanda`,`flag: rwanda`],u:`1f1f7-1f1fc`,a:`2`},{n:[`SA`,`flag`,`flag: Saudi Arabia`,`flag: saudi arabia`],u:`1f1f8-1f1e6`,a:`2`},{n:[`SB`,`flag`,`flag: Solomon Islands`,`flag: solomon islands`],u:`1f1f8-1f1e7`,a:`2`},{n:[`SC`,`flag`,`flag: Seychelles`,`flag: seychelles`],u:`1f1f8-1f1e8`,a:`2`},{n:[`SD`,`flag`,`flag: Sudan`,`flag: sudan`],u:`1f1f8-1f1e9`,a:`2`},{n:[`SE`,`flag`,`flag: Sweden`,`flag: sweden`],u:`1f1f8-1f1ea`,a:`2`},{n:[`SG`,`flag`,`flag: Singapore`,`flag: singapore`],u:`1f1f8-1f1ec`,a:`2`},{n:[`SH`,`flag`,`flag: St. Helena`,`flag: st. helena`],u:`1f1f8-1f1ed`,a:`2`},{n:[`SI`,`flag`,`flag: Slovenia`,`flag: slovenia`],u:`1f1f8-1f1ee`,a:`2`},{n:[`SJ`,`flag`,`flag: Svalbard & Jan Mayen`,`flag: svalbard & jan mayen`],u:`1f1f8-1f1ef`,a:`2`},{n:[`SK`,`flag`,`flag: Slovakia`,`flag: slovakia`],u:`1f1f8-1f1f0`,a:`2`},{n:[`SL`,`flag`,`flag: Sierra Leone`,`flag: sierra leone`],u:`1f1f8-1f1f1`,a:`2`},{n:[`SM`,`flag`,`flag: San Marino`,`flag: san marino`],u:`1f1f8-1f1f2`,a:`2`},{n:[`SN`,`flag`,`flag: Senegal`,`flag: senegal`],u:`1f1f8-1f1f3`,a:`2`},{n:[`SO`,`flag`,`flag: Somalia`,`flag: somalia`],u:`1f1f8-1f1f4`,a:`2`},{n:[`SR`,`flag`,`flag: Suriname`,`flag: suriname`],u:`1f1f8-1f1f7`,a:`2`},{n:[`SS`,`flag`,`flag: South Sudan`,`flag: south sudan`],u:`1f1f8-1f1f8`,a:`2`},{n:[`ST`,`flag`,`flag: São Tomé & Príncipe`,`flag: são tomé & príncipe`],u:`1f1f8-1f1f9`,a:`2`},{n:[`SV`,`flag`,`flag: El Salvador`,`flag: el salvador`],u:`1f1f8-1f1fb`,a:`2`},{n:[`SX`,`flag`,`flag: Sint Maarten`,`flag: sint maarten`],u:`1f1f8-1f1fd`,a:`2`},{n:[`SY`,`flag`,`flag: Syria`,`flag: syria`],u:`1f1f8-1f1fe`,a:`2`},{n:[`SZ`,`flag`,`flag: Eswatini`,`flag: eswatini`],u:`1f1f8-1f1ff`,a:`2`},{n:[`TA`,`flag`,`flag: Tristan da Cunha`,`flag: tristan da cunha`],u:`1f1f9-1f1e6`,a:`2`},{n:[`TC`,`flag`,`flag: Turks & Caicos Islands`,`flag: turks & caicos islands`],u:`1f1f9-1f1e8`,a:`2`},{n:[`TD`,`flag`,`flag: Chad`,`flag: chad`],u:`1f1f9-1f1e9`,a:`2`},{n:[`TF`,`flag`,`flag: French Southern Territories`,`flag: french southern territories`],u:`1f1f9-1f1eb`,a:`2`},{n:[`TG`,`flag`,`flag: Togo`,`flag: togo`],u:`1f1f9-1f1ec`,a:`2`},{n:[`TH`,`flag`,`flag: Thailand`,`flag: thailand`],u:`1f1f9-1f1ed`,a:`2`},{n:[`TJ`,`flag`,`flag: Tajikistan`,`flag: tajikistan`],u:`1f1f9-1f1ef`,a:`2`},{n:[`TK`,`flag`,`flag: Tokelau`,`flag: tokelau`],u:`1f1f9-1f1f0`,a:`2`},{n:[`TL`,`flag`,`flag: Timor Leste`,`flag: timor leste`],u:`1f1f9-1f1f1`,a:`2`},{n:[`TM`,`flag`,`flag: Turkmenistan`,`flag: turkmenistan`],u:`1f1f9-1f1f2`,a:`2`},{n:[`TN`,`flag`,`flag: Tunisia`,`flag: tunisia`],u:`1f1f9-1f1f3`,a:`2`},{n:[`TO`,`flag`,`flag: Tonga`,`flag: tonga`],u:`1f1f9-1f1f4`,a:`2`},{n:[`TR`,`flag`,`flag: Türkiye`,`flag: türkiye`],u:`1f1f9-1f1f7`,a:`2`},{n:[`TT`,`flag`,`flag: Trinidad & Tobago`,`flag: trinidad & tobago`],u:`1f1f9-1f1f9`,a:`2`},{n:[`TV`,`flag`,`flag: Tuvalu`,`flag: tuvalu`],u:`1f1f9-1f1fb`,a:`2`},{n:[`TW`,`flag`,`flag: Taiwan`,`flag: taiwan`],u:`1f1f9-1f1fc`,a:`2`},{n:[`TZ`,`flag`,`flag: Tanzania`,`flag: tanzania`],u:`1f1f9-1f1ff`,a:`2`},{n:[`UA`,`flag`,`flag: Ukraine`,`flag: ukraine`],u:`1f1fa-1f1e6`,a:`2`},{n:[`UG`,`flag`,`flag: Uganda`,`flag: uganda`],u:`1f1fa-1f1ec`,a:`2`},{n:[`UM`,`flag`,`flag: U.S. Outlying Islands`,`flag: u.s. outlying islands`],u:`1f1fa-1f1f2`,a:`2`},{n:[`UN`,`flag`,`flag: United Nations`,`flag: united nations`],u:`1f1fa-1f1f3`,a:`4`},{n:[`US`,`flag`,`flag: United States`,`flag: united states`],u:`1f1fa-1f1f8`,a:`0.6`},{n:[`UY`,`flag`,`flag: Uruguay`,`flag: uruguay`],u:`1f1fa-1f1fe`,a:`2`},{n:[`UZ`,`flag`,`flag: Uzbekistan`,`flag: uzbekistan`],u:`1f1fa-1f1ff`,a:`2`},{n:[`VA`,`flag`,`flag: Vatican City`,`flag: vatican city`],u:`1f1fb-1f1e6`,a:`2`},{n:[`VC`,`flag`,`flag: St. Vincent & Grenadines`,`flag: st. vincent & grenadines`],u:`1f1fb-1f1e8`,a:`2`},{n:[`VE`,`flag`,`flag: Venezuela`,`flag: venezuela`],u:`1f1fb-1f1ea`,a:`2`},{n:[`VG`,`flag`,`flag: British Virgin Islands`,`flag: british virgin islands`],u:`1f1fb-1f1ec`,a:`2`},{n:[`VI`,`flag`,`flag: U.S. Virgin Islands`,`flag: u.s. virgin islands`],u:`1f1fb-1f1ee`,a:`2`},{n:[`VN`,`flag`,`flag: Vietnam`,`flag: vietnam`],u:`1f1fb-1f1f3`,a:`2`},{n:[`VU`,`flag`,`flag: Vanuatu`,`flag: vanuatu`],u:`1f1fb-1f1fa`,a:`2`},{n:[`WF`,`flag`,`flag: Wallis & Futuna`,`flag: wallis & futuna`],u:`1f1fc-1f1eb`,a:`2`},{n:[`WS`,`flag`,`flag: Samoa`,`flag: samoa`],u:`1f1fc-1f1f8`,a:`2`},{n:[`XK`,`flag`,`flag: Kosovo`,`flag: kosovo`],u:`1f1fd-1f1f0`,a:`2`},{n:[`YE`,`flag`,`flag: Yemen`,`flag: yemen`],u:`1f1fe-1f1ea`,a:`2`},{n:[`YT`,`flag`,`flag: Mayotte`,`flag: mayotte`],u:`1f1fe-1f1f9`,a:`2`},{n:[`ZA`,`flag`,`flag: South Africa`,`flag: south africa`],u:`1f1ff-1f1e6`,a:`2`},{n:[`ZM`,`flag`,`flag: Zambia`,`flag: zambia`],u:`1f1ff-1f1f2`,a:`2`},{n:[`ZW`,`flag`,`flag: Zimbabwe`,`flag: zimbabwe`],u:`1f1ff-1f1fc`,a:`2`},{n:[`flag`,`gbeng`,`flag: England`,`flag: england`],u:`1f3f4-e0067-e0062-e0065-e006e-e0067-e007f`,a:`5`},{n:[`flag`,`gbsct`,`flag: Scotland`,`flag: scotland`],u:`1f3f4-e0067-e0062-e0073-e0063-e0074-e007f`,a:`5`},{n:[`flag`,`gbwls`,`flag: Wales`,`flag: wales`],u:`1f3f4-e0067-e0062-e0077-e006c-e0073-e007f`,a:`5`}]}},oW=`epr_suggested`;function sW(e){try{var t;if(!((t=window)!=null&&t.localStorage))return[];var n=JSON.parse(window?.localStorage.getItem(oW)??`[]`);return e===lU.FREQUENT?n.sort(function(e,t){return t.count-e.count}):n}catch{return[]}}function cW(e,t){var n=sW(),r=fW(e,t),i=fW(e),a=n.find(function(e){return e.unified===r}),o;a?o=[a].concat(n.filter(function(e){return e!==a})):(a={unified:r,original:i,count:0},o=[a].concat(n)),a.count++,o.length=Math.min(o.length,14);try{var s;(s=window)==null||s.localStorage.setItem(oW,JSON.stringify(o))}catch{}}function lW(e){return e[CU.name]??[]}function uW(e){if(!e)return``;var t=lW(e);return t[t.length-1]}function dW(e){var t=e.split(`-`);return SU[t.splice(1,1)[0]]?t.join(`-`):e}function fW(e,t){var n=e[CU.unified];return!t||!hW(e)?n:gW(e,t)??n}function pW(){var e=dG(),t=WW()[0],n=d.default.useMemo(function(){return(sW(e)??[]).map(function(e){return _W(e.unified)}).filter(Boolean)},[t,e]);return function(e){return e===pU.SUGGESTED?n:aW.emojis[e]??[]}}function mW(e){return e[CU.variations]??[]}function hW(e){return mW(e).length>0}function gW(e,t){return t?mW(e).find(function(e){return e.includes(t)}):fW(e)}function _W(e){if(e)return yW[e]?yW[e]:yW[dW(e)]}var vW=Object.values(aW.emojis).flat(),yW={};vW.reduce(function(e,t){return e[fW(t)]=t,hW(t)&&mW(t).forEach(function(n){e[n]=t}),e},yW);function bW(e){var t=e.split(`-`)[1];return bU.includes(t)?t:null}var xW=d.default.createContext({emojiData:{},allEmojis:[],allEmojisByUnified:{},searchIndex:{},emojiByUnified:_W,activeVariationFromUnified:function(){return null}});function SW(e){var t=e.children,n=rW(),r=n.customEmojis,i=n.emojiData,a=d.default.useMemo(function(){var e=JSON.parse(JSON.stringify(i||aW));r&&r.length>0&&(e.emojis[pU.CUSTOM]=r.map(TW));var t=e.emojis||{},n=Object.values(t).flat(),a={},o={};return n.forEach(function(e){var t=e[CU.unified];if(a[t]=e,e[CU.variations]){var n;(n=e[CU.variations])==null||n.forEach(function(t){a[t]=e})}(e[CU.name]||[]).join(``).toLowerCase().split(``).forEach(function(n){o[n]=o[n]??{},o[n][t]=e})}),{emojiData:e,allEmojis:n,allEmojisByUnified:a,searchIndex:o}},[i,r]),o=d.default.useCallback(function(e){if(e)return a.allEmojisByUnified[e]??a.allEmojisByUnified[DU(e)]},[a.allEmojisByUnified]);return d.default.createElement(xW.Provider,{value:JH({},a,{emojiByUnified:o,activeVariationFromUnified:NU})},t)}function CW(){return d.default.useContext(xW)}function wW(){var e=CW(),t=e.emojiData,n=e.emojiByUnified,r=dG(),i=WW()[0],a=d.default.useMemo(function(){return(sW(r)??[]).map(function(e){var t,r=n(e.unified);if(r)return JH({},r,(t={},t[CU.unified]=e.unified,t))}).filter(Boolean)},[i,r,n]);return function(e){return e===pU.SUGGESTED?a:t.emojis?.[e]??[]}}function TW(e){var t;return t={},t[CU.name]=e.names.map(function(e){return e.toLowerCase()}),t[CU.unified]=e.id.toLowerCase(),t[CU.added_in]=`0`,t[CU.imgUrl]=e.imgUrl,t}function EW(){var e=yG();return function(t){return e.has(t)}}function DW(){var e=(0,d.useRef)({}),t=gG(),n=CW().allEmojis;return(0,d.useMemo)(function(){var r=parseFloat(``+t);return!t||Number.isNaN(r)?e.current:n.reduce(function(e,t){return kW(t,r)&&(e[OU(t)]=!0),e},e.current)},[t,n])}function OW(){var e=DW(),t=EW();return function(n){var r=DU(OU(n));return!!(e[r]||t(r))}}function kW(e,t){return TU(e)>t}function AW(e){(0,d.useEffect)(function(){e(!0)},[e])}function jW(e){var t=e.children,n=DW(),r=QW(),i=hG(),a=CW().searchIndex,o=(0,d.useRef)(a);(0,d.useEffect)(function(){o.current=a},[a]);var s=(0,d.useRef)(!1),c=(0,d.useRef)(!1),l=(0,d.useRef)(n),u=iW(Date.now(),200),f=iW(``,100),p=(0,d.useState)(!1),m=(0,d.useState)(r),h=(0,d.useState)(null),g=(0,d.useState)(new Set),_=(0,d.useState)(null),v=(0,d.useState)(i),y=(0,d.useState)(!1),b=y[0],x=y[1],S=(0,d.useState)([]),C=(0,d.useState)(null);return AW(x),(0,d.createElement)(MW.Provider,{value:{activeCategoryState:h,activeSkinTone:m,disallowClickRef:s,disallowMouseRef:c,disallowedEmojisRef:l,emojiVariationPickerState:_,emojisThatFailedToLoadState:g,filterRef:o,isPastInitialLoad:b,searchTerm:f,skinToneFanOpenState:p,suggestedUpdateState:u,reactionsModeState:v,visibleCategoriesState:S,emojiSizeState:C}},t)}var MW=(0,d.createContext)({activeCategoryState:[null,function(){}],activeSkinTone:[fU.NEUTRAL,function(){}],disallowClickRef:{current:!1},disallowMouseRef:{current:!1},disallowedEmojisRef:{current:{}},emojiVariationPickerState:[null,function(){}],emojisThatFailedToLoadState:[new Set,function(){}],filterRef:{current:{}},isPastInitialLoad:!0,searchTerm:[``,function(){return new Promise(function(){})}],skinToneFanOpenState:[!1,function(){}],suggestedUpdateState:[Date.now(),function(){}],reactionsModeState:[!1,function(){}],visibleCategoriesState:[[],function(){return[]}],emojiSizeState:[null,function(){}]});function NW(){return(0,d.useContext)(MW).filterRef}function PW(){return(0,d.useContext)(MW).disallowClickRef}function FW(){return(0,d.useContext)(MW).disallowMouseRef}function IW(){return(0,d.useContext)(MW).reactionsModeState}function LW(){return(0,d.useContext)(MW).searchTerm}function RW(){return(0,d.useContext)(MW).activeSkinTone}function zW(){return(0,d.useContext)(MW).emojisThatFailedToLoadState}function BW(){return(0,d.useContext)(MW).emojiVariationPickerState}function VW(){return(0,d.useContext)(MW).skinToneFanOpenState}function HW(){return(0,d.useContext)(MW).visibleCategoriesState}function UW(){return(0,d.useContext)(MW).emojiSizeState}function WW(){var e=(0,d.useContext)(MW).suggestedUpdateState,t=e[0],n=e[1];return[t,function(){n(Date.now())}]}var GW=d.default.createContext({});function KW(){return d.default.useContext(GW)}function qW(e){var t=d.default.useRef({onEmojiClick:e.onEmojiClick||JW,onReactionClick:e.onReactionClick||e.onEmojiClick,onSkinToneChange:e.onSkinToneChange||JW});return d.default.useEffect(function(){t.current.onEmojiClick=e.onEmojiClick||JW,t.current.onReactionClick=e.onReactionClick||e.onEmojiClick},[e.onEmojiClick,e.onReactionClick]),d.default.useEffect(function(){t.current.onSkinToneChange=e.onSkinToneChange||JW},[e.onSkinToneChange]),t}function JW(){}var YW;(function(e){e.REACTIONS=`reactions`,e.PICKER=`picker`})(YW||={});function XW(){var e=rW();return[e.searchPlaceHolder,e.searchPlaceholder].find(function(e){return e!==WU})??WU}function ZW(){return rW().searchClearButtonLabel??GU}function QW(){return rW().defaultSkinTone}function $W(){return rW().allowExpandReactions}function eG(){return rW().skinTonesDisabled}function tG(){return rW().emojiStyle}function nG(){return rW().autoFocusSearch}function rG(){return rW().categories}function iG(){return rW().categoryIcons}function aG(){return rW().customEmojis}function oG(){return rW().open}function sG(e){var t=KW().current,n=IW()[1],r=t.onEmojiClick||function(){},i=t.onReactionClick;return e===YW.REACTIONS&&i?function(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return i.apply(void 0,t.concat([{collapseToReactions:function(){n(function(e){return e})}}]))}:function(){for(var e=arguments.length,t=Array(e),i=0;i<e;i++)t[i]=arguments[i];r.apply(void 0,t.concat([{collapseToReactions:function(){n(!0)}}]))}}function cG(){return KW().current.onSkinToneChange||function(){}}function lG(){return rW().previewConfig}function uG(){return rW().theme}function dG(){return rW().suggestedEmojisMode}function fG(){return rW().lazyLoadEmojis}function pG(){return rW().className}function mG(){var e=rW(),t=e.height,n=e.width,r=e.style;return JH({height:SG(t),width:SG(n)},r)}function hG(){return rW().reactionsDefaultOpen}function gG(){return rW().emojiVersion}function _G(){return rW().searchDisabled}function vG(){return rW().skinTonePickerLocation}function yG(){return rW().unicodeToHide}function bG(){return rW().reactions}function xG(){return rW().getEmojiUrl}function SG(e){return typeof e==`number`?e+`px`:e}function CG(e){return e>0?e>1?YU.replace(`%n`,e.toString()):JU:KU}function wG(){return!!LW()[0]}function TG(e){e&&requestAnimationFrame(function(){e.focus()})}function EG(e){if(e){var t=e.previousElementSibling;TG(t)}}function DG(e){if(e){var t=e.nextElementSibling;TG(t)}}function OG(e){if(e){var t=e.firstElementChild;TG(t)}}function kG(){return document.activeElement}function AG(e){var t=e.children,n=(0,d.useRef)(null),r=(0,d.useRef)(null),i=(0,d.useRef)(null),a=(0,d.useRef)(null),o=(0,d.useRef)(null),s=(0,d.useRef)(null),c=(0,d.useRef)(null),l=(0,d.useRef)(null),u=(0,d.useRef)(null);return(0,d.createElement)(jG.Provider,{value:{AnchoredEmojiRef:r,BodyRef:i,EmojiListRef:a,CategoryNavigationRef:c,PickerMainRef:n,SearchInputRef:o,SkinTonePickerRef:s,VariationPickerRef:l,ReactionsRef:u}},t)}var jG=(0,d.createContext)({AnchoredEmojiRef:(0,d.createRef)(),BodyRef:(0,d.createRef)(),CategoryNavigationRef:(0,d.createRef)(),EmojiListRef:(0,d.createRef)(),PickerMainRef:(0,d.createRef)(),SearchInputRef:(0,d.createRef)(),SkinTonePickerRef:(0,d.createRef)(),VariationPickerRef:(0,d.createRef)(),ReactionsRef:(0,d.createRef)()});function MG(){return(0,d.useContext)(jG)}function NG(){return MG().EmojiListRef}function PG(){return MG().PickerMainRef}function FG(){return MG().AnchoredEmojiRef}function IG(){var e=FG();return function(t){t===null&&e.current!==null&&TG(e.current),e.current=t}}function LG(){return MG().BodyRef}function RG(){return MG().ReactionsRef}function zG(){return MG().SearchInputRef}function BG(){return MG().SkinTonePickerRef}function VG(){return MG().CategoryNavigationRef}function HG(){return MG().VariationPickerRef}function UG(e,t){t===void 0&&(t=0);var n=lq(e);n&&requestAnimationFrame(function(){n.scrollTop=t})}function WG(e,t){var n=lq(e);n&&requestAnimationFrame(function(){n.scrollTop+=t})}function GG(){var e=LG();return(0,d.useCallback)(function(t){requestAnimationFrame(function(){e.current&&(e.current.scrollTop=t)})},[e])}function KG(e){if(!(!e||!cq(e))&&!e.closest(eU($H.variationPicker))){var t=dq(e),n=uq(e);WG(t,-(sq(kq(e))-n))}}function qG(e){var t=Eq(e);TG(t),KG(t)}function JG(e){var t=Eq(e);TG(t),t?.click()}function YG(e){TG(Cq(e))}function XG(e){if(e){var t=wq(e);if(!t)return qG(Oq(e));TG(t),KG(t)}}function ZG(e){if(e){var t=Tq(e);if(!t)return YG(Dq(e));TG(t),KG(t)}}function QG(e,t){if(e){var n=eK(e);if(!n)return t();TG(n),KG(n)}}function $G(e){if(e)return TG(tK(e))}function eK(e){if(!e)return null;var t=Aq(e),n=kq(t),r=XK(t,e),i=Sq(n),a=i.indexOf(e),o=a%r;if(a===-1)return null;if(i[a-r])return i[a-r];var s=Dq(n);if(!s)return null;var c=Sq(s);if(o>c.length%r-1)return c.at(-1);for(var l=c.length-1;l>=0;l--)if(l%r===o)return c[l];return c.at(-1)}function tK(e){if(!e)return null;var t=Aq(e),n=kq(t),r=XK(t,e),i=Sq(n),a=i.indexOf(e);if(a===-1)return null;if(i[a+(r-a%r-1)+1]){for(var o=a+r;o%r>=0;o--)if(i[o])return i[o]}var s=a%r,c=Sq(Oq(n));return c[s]?c[s]:c.at(0)??null}function nK(){var e=BW(),t=e[0],n=e[1],r=VW(),i=r[0],a=r[1];return(0,d.useCallback)(function(){t&&n(null),i&&a(!1)},[t,i,n,a])}function rK(){var e=BW()[0],t=VW()[0];return function(){return!!e||t}}function iK(){var e=FW();return function(){e.current=!0}}function aK(){var e=FW();return function(){e.current=!1}}function oK(){var e=FW();return function(){return e.current}}function sK(){var e=LG(),t=aK(),n=oK();(0,d.useEffect)(function(){var r=e.current;r?.addEventListener(`mousemove`,i,{passive:!0});function i(){n()&&t()}return function(){r?.removeEventListener(`mousemove`,i)}},[e,t,n])}function cK(){var e=zG();return(0,d.useCallback)(function(){TG(e.current)},[e])}function lK(){var e=BG();return(0,d.useCallback)(function(){e.current&&OG(e.current)},[e])}function uK(){var e=VG();return(0,d.useCallback)(function(){e.current&&OG(e.current)},[e])}function dK(){var e=NW();return function t(n){if(typeof n==`function`)return t(n(e.current));e.current=n}}function fK(){var e=hK(),t=zG(),n=cK();return function(){t.current&&(t.current.value=``),e(``),n()}}function pK(){var e=zG(),t=hK();return function(n){e.current?(e.current.value=``+e.current.value+n,t(xK(e.current.value))):t(xK(n))}}function mK(){var e=zG(),t=NW(),n=dK(),r=hK(),i=LW()[0];return{onChange:a,searchTerm:i,SearchInputRef:e,statusSearchResults:SK(t.current,i)};function a(e){var i=t.current,a=e.toLowerCase();if(i!=null&&i[a]||a.length<=1)return r(a);var o=bK(a,i);if(!o)return r(a);n(function(e){var t;return Object.assign(e,(t={},t[a]=gK(o,a),t))}),r(a)}}function hK(){var e=LW()[1],t=PG();return function(n){requestAnimationFrame(function(){e(n&&n?.toLowerCase()).then(function(){UG(t.current,0)})})}}function gK(e,t){var n={};for(var r in e){var i=e[r];_K(i,t)&&(n[r]=i)}return n}function _K(e,t){return wU(e).some(function(e){return e.includes(t)})}function vK(){var e=NW().current,t=LW()[0];return function(n){return yK(n,e,t)}}function yK(e,t,n){var r;return!t||!n?!1:!((r=t[n])!=null&&r[e])}function bK(e,t){if(!t)return null;if(t[e])return t[e];var n=Object.keys(t).sort(function(e,t){return t.length-e.length}).find(function(t){return e.includes(t)});return n?t[n]:null}function xK(e){return!e||typeof e!=`string`?``:e.trim().toLowerCase()}function SK(e,t){return e!=null&&e[t]?CG(Object.entries(e?.[t])?.length||0):``}function CK(){var e=IG(),t=BW()[1];return function(n){var r=rq(n)[0];r&&(e(n),t(r))}}function wK(){return vG()===mU.SEARCH}function TK(){return vG()===mU.PREVIEW}var EK;(function(e){e.ArrowDown=`ArrowDown`,e.ArrowUp=`ArrowUp`,e.ArrowLeft=`ArrowLeft`,e.ArrowRight=`ArrowRight`,e.Escape=`Escape`,e.Enter=`Enter`,e.Space=` `})(EK||={});function DK(){OK(),kK(),AK(),jK(),MK()}function OK(){var e=PG(),t=fK(),n=GG(),r=zG(),i=cK(),a=rK(),o=iK(),s=nK(),c=(0,d.useMemo)(function(){return function(e){var r=e.key;switch(o(),r){case EK.Escape:if(e.preventDefault(),a()){s();return}t(),n(0),i()}}},[n,t,s,i,a,o]);(0,d.useEffect)(function(){var t=e.current;if(t)return t.addEventListener(`keydown`,c),function(){t.removeEventListener(`keydown`,c)}},[e,r,n,c])}function kK(){var e=lK(),t=PG(),n=LG(),r=zG(),i=VW()[1],a=NK(),o=wK(),s=(0,d.useMemo)(function(){return function(t){switch(t.key){case EK.ArrowRight:if(!o)return;t.preventDefault(),i(!0),e();break;case EK.ArrowDown:t.preventDefault(),a();break;case EK.Enter:t.preventDefault(),JG(n.current)}}},[e,a,i,n,o]);(0,d.useEffect)(function(){var e=r.current;if(e)return e.addEventListener(`keydown`,s),function(){e.removeEventListener(`keydown`,s)}},[t,r,s])}function AK(){var e=BG(),t=cK(),n=zG(),r=NK(),i=VW(),a=i[0],o=i[1],s=TK(),c=wK(),l=LK(),u=(0,d.useMemo)(function(){return(function(e){var n=e.key;if(c)switch(n){case EK.ArrowLeft:if(e.preventDefault(),!a)return t();FK(t);break;case EK.ArrowRight:if(e.preventDefault(),!a)return t();IK();break;case EK.ArrowDown:e.preventDefault(),a&&o(!1),r();break;default:l(e)}if(s)switch(n){case EK.ArrowUp:if(e.preventDefault(),!a)return t();FK(t);break;case EK.ArrowDown:if(e.preventDefault(),!a)return t();IK();break;default:l(e)}})},[a,t,o,r,l,s,c]);(0,d.useEffect)(function(){var t=e.current;if(t)return t.addEventListener(`keydown`,u),function(){t.removeEventListener(`keydown`,u)}},[e,n,a,u])}function jK(){var e=cK(),t=VG(),n=LG(),r=LK(),i=(0,d.useMemo)(function(){return function(t){switch(t.key){case EK.ArrowUp:t.preventDefault(),e();break;case EK.ArrowRight:t.preventDefault(),DG(kG());break;case EK.ArrowLeft:t.preventDefault(),EG(kG());break;case EK.ArrowDown:t.preventDefault(),qG(n.current);break;default:r(t)}}},[n,e,r]);(0,d.useEffect)(function(){var e=t.current;if(e)return e.addEventListener(`keydown`,i),function(){e.removeEventListener(`keydown`,i)}},[t,n,i])}function MK(){var e=LG(),t=PK(),n=CK(),r=rK(),i=nK(),a=LK(),o=(0,d.useMemo)(function(){return(function(e){var o=e.key,s=nq(kG());switch(o){case EK.ArrowRight:e.preventDefault(),XG(s);break;case EK.ArrowLeft:e.preventDefault(),ZG(s);break;case EK.ArrowDown:if(e.preventDefault(),r()){i();break}$G(s);break;case EK.ArrowUp:if(e.preventDefault(),r()){i();break}QG(s,t);break;case EK.Space:e.preventDefault(),n(e.target);break;default:a(e)}})},[t,a,n,r,i]);(0,d.useEffect)(function(){var t=e.current;if(t)return t.addEventListener(`keydown`,o),function(){t.removeEventListener(`keydown`,o)}},[e,o])}function NK(){var e=uK(),t=wG(),n=LG();return(0,d.useCallback)(function(){return t?qG(n.current):e()},[n,e,t])}function PK(){var e=cK(),t=uK(),n=wG();return(0,d.useCallback)(function(){return n?e():t()},[e,n,t])}function FK(e){var t=kG();t&&(QK(t)||e(),DG(t))}function IK(){var e=kG();e&&EG(e)}function LK(){var e=pK(),t=cK(),n=_G(),r=nK();return function(i){var a=i.key;RK(i)||n||a.match(/(^[a-zA-Z0-9]$){1}/)&&(i.preventDefault(),r(),t(),e(a))}}function RK(e){var t=e.metaKey,n=e.ctrlKey,r=e.altKey;return t||n||r}function zK(e,t,n,r,i,a,o,s){if(e&&t!==uU.NATIVE){var c=OU(e);VK.has(c)||!a||!o||setTimeout(function(){var c=i+a.top,l=n+r;c>=l&&c<l+o.emojiSize*2&&BK(s,e,t)})}}function BK(e,t,n){if(t){var r=OU(t);VK.has(r)||(VK.add(r),AU(t).concat(r).forEach(function(t){HK(e(t,n))}))}}var VK=new Set;function HK(e){var t=new Image;t.src=e}function UK(){var e=LG(),t=tG(),n=xG();(0,d.useEffect)(function(){if(t===uU.NATIVE)return;var r=e.current;return r?.addEventListener(`focusin`,i),function(){r?.removeEventListener(`focusin`,i)};function i(e){var r=nq(e.target);if(r){var i=rq(r)[0];i&&hW(i)&&BK(n,i,t)}}},[e,t,n])}var WK=[`width`,`height`],GK=40;function KK(e){var t=e.children;return(0,d.createElement)(jW,null,(0,d.createElement)(qK,null,t))}function qK(e){var t,n=e.children,r=IW()[0],i=uG(),a=wG(),o=PG(),s=pG(),c=mG();DK(),UK();var l=c||{},u=l.width,f=l.height,p=XH(l,WK);return(0,d.createElement)(`aside`,{className:zH(YK.main,YK.baseVariables,i===dU.DARK&&YK.darkTheme,i===dU.AUTO&&YK.autoThemeDark,(t={},t[$H.searchActive]=a,t),r&&YK.reactionsMenu,s),ref:o,style:JH({},p,!r&&{height:f,width:u})},n)}var JK={"--epr-emoji-variation-picker-bg-color":`var(--epr-dark-emoji-variation-picker-bg-color)`,"--epr-hover-bg-color-reduced-opacity":`var(--epr-dark-hover-bg-color-reduced-opacity)`,"--epr-highlight-color":`var(--epr-dark-highlight-color)`,"--epr-text-color":`var(--epr-dark-text-color)`,"--epr-hover-bg-color":`var(--epr-dark-hover-bg-color)`,"--epr-focus-bg-color":`var(--epr-dark-focus-bg-color)`,"--epr-search-input-bg-color":`var(--epr-dark-search-input-bg-color)`,"--epr-category-label-bg-color":`var(--epr-dark-category-label-bg-color)`,"--epr-picker-border-color":`var(--epr-dark-picker-border-color)`,"--epr-bg-color":`var(--epr-dark-bg-color)`,"--epr-reactions-bg-color":`var(--epr-dark-reactions-bg-color)`,"--epr-search-input-bg-color-active":`var(--epr-dark-search-input-bg-color-active)`,"--epr-emoji-variation-indicator-color":`var(--epr-dark-emoji-variation-indicator-color)`,"--epr-category-icon-active-color":`var(--epr-dark-category-icon-active-color)`,"--epr-skin-tone-picker-menu-color":`var(--epr-dark-skin-tone-picker-menu-color)`,"--epr-skin-tone-outer-border-color":`var(--epr-dark-skin-tone-outer-border-color)`,"--epr-skin-tone-inner-border-color":`var(--epr-dark-skin-tone-inner-border-color)`},YK=tU.create({main:{".":[`epr-main`,$H.emojiPicker],position:`relative`,display:`flex`,flexDirection:`column`,borderWidth:`1px`,borderStyle:`solid`,borderRadius:`var(--epr-picker-border-radius)`,borderColor:`var(--epr-picker-border-color)`,backgroundColor:`var(--epr-bg-color)`,overflow:`hidden`,transition:`height 0.3s ease-in-out, background-color 0.1s ease-in-out`,"*":{boxSizing:`border-box`,fontFamily:`sans-serif`}},baseVariables:{"--":{"--epr-highlight-color":`#007aeb`,"--epr-hover-bg-color":`#e5f0fa`,"--epr-hover-bg-color-reduced-opacity":`#e5f0fa80`,"--epr-focus-bg-color":`#e0f0ff`,"--epr-text-color":`#858585`,"--epr-search-input-bg-color":`#f6f6f6`,"--epr-picker-border-color":`#e7e7e7`,"--epr-bg-color":`#fff`,"--epr-reactions-bg-color":`#ffffff90`,"--epr-category-icon-active-color":`#6aa8de`,"--epr-skin-tone-picker-menu-color":`#ffffff95`,"--epr-skin-tone-outer-border-color":`#555555`,"--epr-skin-tone-inner-border-color":`var(--epr-bg-color)`,"--epr-horizontal-padding":`10px`,"--epr-picker-border-radius":`8px`,"--epr-header-padding":`15px var(--epr-horizontal-padding)`,"--epr-active-skin-tone-indicator-border-color":`var(--epr-highlight-color)`,"--epr-active-skin-hover-color":`var(--epr-hover-bg-color)`,"--epr-search-input-bg-color-active":`var(--epr-search-input-bg-color)`,"--epr-search-input-padding":`0 30px`,"--epr-search-input-border-radius":`8px`,"--epr-search-input-height":`40px`,"--epr-search-input-text-color":`var(--epr-text-color)`,"--epr-search-input-placeholder-color":`var(--epr-text-color)`,"--epr-search-bar-inner-padding":`var(--epr-horizontal-padding)`,"--epr-search-border-color":`var(--epr-search-input-bg-color)`,"--epr-search-border-color-active":`var(--epr-highlight-color)`,"--epr-category-navigation-button-size":`30px`,"--epr-emoji-variation-picker-height":`45px`,"--epr-emoji-variation-picker-bg-color":`var(--epr-bg-color)`,"--epr-preview-height":`70px`,"--epr-preview-text-size":`14px`,"--epr-preview-text-padding":`0 var(--epr-horizontal-padding)`,"--epr-preview-border-color":`var(--epr-picker-border-color)`,"--epr-preview-text-color":`var(--epr-text-color)`,"--epr-category-padding":`0 var(--epr-horizontal-padding)`,"--epr-category-label-bg-color":`#ffffffe6`,"--epr-category-label-text-color":`var(--epr-text-color)`,"--epr-category-label-padding":`0 var(--epr-horizontal-padding)`,"--epr-category-label-height":GK+`px`,"--epr-emoji-size":`30px`,"--epr-emoji-padding":`5px`,"--epr-emoji-fullsize":`calc(var(--epr-emoji-size) + var(--epr-emoji-padding) * 2)`,"--epr-emoji-hover-color":`var(--epr-hover-bg-color)`,"--epr-emoji-variation-indicator-color":`var(--epr-picker-border-color)`,"--epr-emoji-variation-indicator-color-hover":`var(--epr-text-color)`,"--epr-header-overlay-z-index":`3`,"--epr-emoji-variations-indictator-z-index":`1`,"--epr-category-label-z-index":`2`,"--epr-skin-variation-picker-z-index":`5`,"--epr-preview-z-index":`6`,"--epr-dark":`#000`,"--epr-dark-emoji-variation-picker-bg-color":`var(--epr-dark)`,"--epr-dark-highlight-color":`#c0c0c0`,"--epr-dark-text-color":`var(--epr-highlight-color)`,"--epr-dark-hover-bg-color":`#363636f6`,"--epr-dark-hover-bg-color-reduced-opacity":`#36363680`,"--epr-dark-focus-bg-color":`#474747`,"--epr-dark-search-input-bg-color":`#333333`,"--epr-dark-category-label-bg-color":`#222222e6`,"--epr-dark-picker-border-color":`#151617`,"--epr-dark-bg-color":`#222222`,"--epr-dark-reactions-bg-color":`#22222290`,"--epr-dark-search-input-bg-color-active":`var(--epr-dark)`,"--epr-dark-emoji-variation-indicator-color":`#444`,"--epr-dark-category-icon-active-color":`#3271b7`,"--epr-dark-skin-tone-picker-menu-color":`#22222295`,"--epr-dark-skin-tone-outer-border-color":`var(--epr-dark-picker-border-color)`,"--epr-dark-skin-tone-inner-border-color":`#00000000`}},autoThemeDark:{".":$H.autoTheme,"@media (prefers-color-scheme: dark)":{"--":JK}},darkTheme:{".":$H.darkTheme,"--":JK},reactionsMenu:{".":`epr-reactions`,height:`50px`,display:`inline-flex`,backgroundColor:`var(--epr-reactions-bg-color)`,backdropFilter:`blur(8px)`,"--":{"--epr-picker-border-radius":`50px`}}});function XK(e,t){if(!e||!t)return 0;var n=e.getBoundingClientRect().width,r=t.getBoundingClientRect().width;return Math.floor(n/r)}function ZK(e,t,n){if(n===void 0&&(n=0),!e||!t.length)return null;var r=e.getBoundingClientRect().top,i=e.getBoundingClientRect().bottom,a=r+$K(e);return t.find(function(e){var t=e.getBoundingClientRect().top,o=e.getBoundingClientRect().bottom,s=e.clientHeight*n,c=t+s,l=o-s;return c<a?!1:c>=r&&c<=i||l>=r&&l<=i})||null}function QK(e){return!!e.nextElementSibling}function $K(e){if(!e)return GK;var t=e.querySelector(eU($H.label));if(t){var n=t.getBoundingClientRect().height;if(n>0)return n}return GK}var eq=`button`+eU($H.emoji),tq=[eq,eU($H.visible),`:not(`+eU($H.hidden)+`)`].join(``);function nq(e){return e?.closest(eq)??null}function rq(e){var t=gq(e),n=hq(e);if(!t)return[];var r=_W(n??t);return r?[r,n]:[]}function iq(e){return!!(e?.matches(eq)||e!=null&&e.parentElement?.matches(eq))}function aq(e){return e?.clientHeight??0}function oq(e){if(!e)return 0;var t=nq(e),n=kq(t),r=sq(n);return pq(t)+pq(n)+r}function sq(e){if(!e)return 0;var t=e.querySelector(eU($H.categoryContent));return(e?.clientHeight??0)-(t?.clientHeight??0)}function cq(e){return e?uq(e)<sq(kq(e)):!1}function lq(e){return e?e.matches(eU($H.scrollBody))?e:e.querySelector(eU($H.scrollBody)):null}function uq(e){return e?oq(e)-(dq(e)?.scrollTop??0):0}function dq(e){return e?e.closest(eU($H.scrollBody))??null:null}function fq(e){var t=nq(e),n=kq(t);return mq(t)+mq(n)}function pq(e){return e?.offsetTop??0}function mq(e){return e?.offsetLeft??0}function hq(e){return vq(nq(e),`unified`)??null}function gq(e){var t=hq(e);return t?dW(t):null}function _q(e){return e?{unified:hq(e),originalUnified:gq(e)}:{unified:null,originalUnified:null}}function vq(e,t){return yq(e)[t]??null}function yq(e){return e?.dataset??{}}function bq(e){return e.classList.contains($H.visible)}function xq(e){return!e||e.classList.contains($H.hidden)}function Sq(e){return e?Array.from(e.querySelectorAll(tq)):[]}function Cq(e){if(!e)return null;var t=Sq(e).slice(-1)[0];return t?bq(t)?t:Tq(t):null}function wq(e){var t=e.nextElementSibling;return t?bq(t)?t:wq(t):Eq(Oq(e))}function Tq(e){var t=e.previousElementSibling;return t?bq(t)?t:Tq(t):Cq(Dq(e))}function Eq(e){return e?ZK(e,Sq(e),.1):null}function Dq(e){var t=kq(e);if(!t)return null;var n=t.previousElementSibling;return n?xq(n)?Dq(n):n:null}function Oq(e){var t=kq(e);if(!t)return null;var n=t.nextElementSibling;return n?xq(n)?Oq(n):n:null}function kq(e){return e?e.closest(eU($H.category)):null}function Aq(e){return e?e.closest(eU($H.categoryContent)):null}function jq(e){return e.split(`-`).map(function(e){return String.fromCodePoint(parseInt(e,16))}).join(``)}function Mq(e){return e.category===pU.CUSTOM}function Nq(e){return e.imgUrl!==void 0}function Pq(e,t){var n=(0,d.useRef)(),r=CK(),i=PW(),a=BW()[1],o=nK(),s=RW()[0],c=sG(t),l=WW()[1],u=xG(),f=tG(),p=CW().emojiByUnified,m=(0,d.useCallback)(function(e){if(!i.current){o();var t=Fq(e,p),n=t[0],r=t[1];if(!(!n||!r)){var a=bW(r)||s;l(),cW(n,a),c(Iq(n,a,f,u),e)}}},[s,o,i,p,c,l,u,f]),h=(0,d.useCallback)(function(e){n.current&&clearTimeout(n.current);var t=Fq(e,p)[0];!t||!hW(t)||(n.current=window?.setTimeout(function(){i.current=!0,n.current=void 0,o(),r(e.target),a(t)},500))},[i,p,o,r,a]),g=(0,d.useCallback)(function(){n.current?(clearTimeout(n.current),n.current=void 0):i.current&&requestAnimationFrame(function(){i.current=!1})},[i]);(0,d.useEffect)(function(){if(e.current){var t=e.current;return t.addEventListener(`click`,m,{passive:!0}),t.addEventListener(`mousedown`,h,{passive:!0}),t.addEventListener(`mouseup`,g,{passive:!0}),function(){t?.removeEventListener(`click`,m),t?.removeEventListener(`mousedown`,h),t?.removeEventListener(`mouseup`,g)}}},[e,m,h,g])}function Fq(e,t){var n=e?.target;if(!iq(n))return[];var r=_q(n),i=r.unified,a=r.originalUnified,o=i??a;if(!o)return[];var s=t(o);return s?[s,i??o]:[]}function Iq(e,t,n,r){var i=lW(e);if(Nq(e)){var a=fW(e);return{activeSkinTone:t,emoji:a,getImageUrl:function(){return e.imgUrl},imageUrl:e.imgUrl,isCustom:!0,names:i,unified:a,unifiedWithoutSkinTone:a}}var o=fW(e,t);return{activeSkinTone:t,emoji:jq(o),getImageUrl:function(e){return e===void 0&&(e=n??uU.APPLE),r(o,e)},imageUrl:r(o,n??uU.APPLE),isCustom:!1,names:i,unified:o,unifiedWithoutSkinTone:fW(e)}}function Lq(e){return(0,d.createElement)(`button`,Object.assign({type:`button`},e,{className:zH(Rq.button,e.className)}),e.children)}var Rq=tU.create({button:{".":`epr-btn`,cursor:`pointer`,border:`0`,background:`none`,outline:`none`}});function zq(e){var t,n=e.emojiNames,r=e.unified,i=e.hidden,a=e.hiddenOnSearch,o=e.showVariations,s=o===void 0||o,c=e.hasVariations,l=e.children,u=e.className,f=e.noBackground,p=f!==void 0&&f,m=e.style;return(0,d.createElement)(Lq,{className:zH(Vq.emoji,i&&rU.hidden,a&&aU.hiddenOnSearch,(t={},t[$H.visible]=!i&&!a,t),!!(c&&s)&&Vq.hasVariations,p&&Vq.noBackground,u),"data-unified":r,"aria-label":Bq(n),"data-full-name":n,style:m},l)}function Bq(e){return e[e.length-1]}var Vq=tU.create({emoji:{".":$H.emoji,position:`relative`,width:`var(--epr-emoji-fullsize)`,height:`var(--epr-emoji-fullsize)`,boxSizing:`border-box`,display:`flex`,alignItems:`center`,justifyContent:`center`,maxWidth:`var(--epr-emoji-fullsize)`,maxHeight:`var(--epr-emoji-fullsize)`,borderRadius:`8px`,overflow:`hidden`,transition:`background-color 0.2s`,":hover":{backgroundColor:`var(--epr-emoji-hover-color)`},":focus":{backgroundColor:`var(--epr-focus-bg-color)`}},noBackground:{background:`none`,":hover":{backgroundColor:`transparent`,background:`none`},":focus":{backgroundColor:`transparent`,background:`none`}},hasVariations:{".":$H.emojiHasVariations,":after":{content:``,display:`block`,width:`0`,height:`0`,right:`0px`,bottom:`1px`,position:`absolute`,borderLeft:`4px solid transparent`,borderRight:`4px solid transparent`,transform:`rotate(135deg)`,borderBottom:`4px solid var(--epr-emoji-variation-indicator-color)`,zIndex:`var(--epr-emoji-variations-indictator-z-index)`},":hover:after":{borderBottom:`4px solid var(--epr-emoji-variation-indicator-color-hover)`}}}),Hq=tU.create({external:{".":$H.external,fontSize:`0`},common:{alignSelf:`center`,justifySelf:`center`,display:`block`}});function Uq(e){var t=e.emojiName,n=e.style,r=e.lazyLoad,i=r!==void 0&&r,a=e.imgUrl,o=e.onError,s=e.className;return(0,d.createElement)(`img`,{src:a,alt:t,className:zH(Wq.emojiImag,Hq.external,Hq.common,s),loading:i?`lazy`:`eager`,onError:o,style:n})}var Wq=tU.create({emojiImag:{".":`epr-emoji-img`,maxWidth:`var(--epr-emoji-fullsize)`,maxHeight:`var(--epr-emoji-fullsize)`,minWidth:`var(--epr-emoji-fullsize)`,minHeight:`var(--epr-emoji-fullsize)`,padding:`var(--epr-emoji-padding)`}});function Gq(e){var t=e.unified,n=e.style,r=e.className;return(0,d.createElement)(`span`,{className:zH(Kq.nativeEmoji,Hq.common,Hq.external,r),"data-unified":t,style:n},jq(t))}var Kq=tU.create({nativeEmoji:{".":`epr-emoji-native`,fontFamily:`"Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "EmojiOne Color", "Android Emoji"!important`,position:`relative`,lineHeight:`100%`,fontSize:`var(--epr-emoji-size)`,textAlign:`center`,alignSelf:`center`,justifySelf:`center`,letterSpacing:`0`,padding:`var(--epr-emoji-padding)`}});function qq(e){var t=e.emoji,n=e.unified,r=e.emojiStyle,i=e.size,a=e.lazyLoad,o=e.getEmojiUrl,s=o===void 0?kU:o,c=e.className,l=zW()[1],u=CW().emojiByUnified,f={};i&&(f.width=f.height=f.fontSize=i+`px`);var p=t||u(n);if(!p)return null;if(Nq(p))return(0,d.createElement)(Uq,{style:f,emojiName:n,emojiStyle:uU.NATIVE,lazyLoad:a,imgUrl:p.imgUrl,onError:m,className:c});return(0,d.createElement)(d.Fragment,null,r===uU.NATIVE?(0,d.createElement)(Gq,{unified:n,style:f,className:c}):(0,d.createElement)(Uq,{style:f,emojiName:EU(p),emojiStyle:r,lazyLoad:a,imgUrl:s(n,r),onError:m,className:c}));function m(){l(function(e){return new Set(e).add(n)})}}function Jq(e){var t=e.emoji,n=e.unified,r=e.hidden,i=e.hiddenOnSearch,a=e.emojiStyle,o=e.showVariations,s=o===void 0||o,c=e.size,l=e.lazyLoad,u=e.getEmojiUrl,f=e.className,p=e.noBackground,m=p!==void 0&&p,h=e.style,g=hW(t);return(0,d.createElement)(zq,{hasVariations:g,showVariations:s,hidden:r,hiddenOnSearch:i,emojiNames:lW(t),unified:n,noBackground:m,style:h},(0,d.createElement)(qq,{unified:n,emoji:t,size:c,emojiStyle:a,lazyLoad:l,getEmojiUrl:u,className:f}))}var Yq=`data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjgwcHgiIHZpZXdCb3g9IjAgMCAyMCA4MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgODAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjODY4Njg2IiBkPSJNNS43LDEwLjRjMCwwLjEsMC4xLDAuMywwLjIsMC40QzYsMTAuOSw2LjEsMTEsNi4zLDExaDMuNHYzLjRjMCwwLjEsMC4xLDAuMywwLjIsMC40CgljMC4xLDAuMSwwLjIsMC4yLDAuNCwwLjJjMC4zLDAsMC41LTAuMiwwLjUtMC41di0zLjRoMy40YzAuMywwLDAuNS0wLjIsMC41LTAuNXMtMC4yLTAuNS0wLjUtMC41aC0zLjRWNi43YzAtMC4zLTAuMi0wLjUtMC41LTAuNQoJQzkuOCw2LDkuNiw2LjIsOS42LDYuNXYzLjRINi4yQzUuOSw5LjksNS43LDEwLjEsNS43LDEwLjRMNS43LDEwLjR6Ii8+CjxwYXRoIGZpbGw9IiMzMzcxQjciIGQ9Ik01LjcsMzAuNGMwLDAuMSwwLjEsMC4zLDAuMiwwLjRTNi4xLDMxLDYuMywzMWgzLjR2My40YzAsMC4xLDAuMSwwLjMsMC4yLDAuNGMwLjEsMC4xLDAuMiwwLjIsMC40LDAuMgoJYzAuMywwLDAuNS0wLjIsMC41LTAuNXYtMy40aDMuNGMwLjMsMCwwLjUtMC4yLDAuNS0wLjVzLTAuMi0wLjUtMC41LTAuNWgtMy40di0zLjRjMC0wLjMtMC4yLTAuNS0wLjUtMC41cy0wLjUsMC4yLTAuNSwwLjV2My40SDYuMgoJQzUuOSwyOS45LDUuNywzMC4xLDUuNywzMC40TDUuNywzMC40eiIvPgo8cGF0aCBmaWxsPSIjQzBDMEJGIiBkPSJNNS43LDUwLjRjMCwwLjEsMC4xLDAuMywwLjIsMC40QzYsNTAuOSw2LjEsNTEsNi4zLDUxaDMuNHYzLjRjMCwwLjEsMC4xLDAuMywwLjIsMC40CgljMC4xLDAuMSwwLjIsMC4yLDAuNCwwLjJjMC4zLDAsMC41LTAuMiwwLjUtMC41di0zLjRoMy40YzAuMywwLDAuNS0wLjIsMC41LTAuNXMtMC4yLTAuNS0wLjUtMC41aC0zLjR2LTMuNGMwLTAuMy0wLjItMC41LTAuNS0wLjUKCXMtMC41LDAuMi0wLjUsMC41djMuNEg2LjJDNS45LDQ5LjksNS43LDUwLjEsNS43LDUwLjRMNS43LDUwLjR6Ii8+CjxwYXRoIGZpbGw9IiM2QUE5REQiIGQ9Ik01LjcsNzAuNGMwLDAuMSwwLjEsMC4zLDAuMiwwLjRTNi4xLDcxLDYuMyw3MWgzLjR2My40YzAsMC4xLDAuMSwwLjMsMC4yLDAuNGMwLjEsMC4xLDAuMiwwLjIsMC40LDAuMgoJYzAuMywwLDAuNS0wLjIsMC41LTAuNXYtMy40aDMuNGMwLjMsMCwwLjUtMC4yLDAuNS0wLjVzLTAuMi0wLjUtMC41LTAuNWgtMy40di0zLjRjMC0wLjMtMC4yLTAuNS0wLjUtMC41cy0wLjUsMC4yLTAuNSwwLjV2My40SDYuNAoJQzUuOSw2OS45LDUuNyw3MC4xLDUuNyw3MC40TDUuNyw3MC40eiIvPgo8L3N2Zz4=`;function Xq(){var e=IW()[1];return(0,d.createElement)(Lq,{"aria-label":`Show all Emojis`,title:`Show all Emojis`,tabIndex:0,className:zH(Zq.plusSign),onClick:function(){return e(!1)}})}var Zq=tU.create(JH({plusSign:{fontSize:`20px`,padding:`17px`,color:`var(--epr-text-color)`,borderRadius:`50%`,textAlign:`center`,lineHeight:`100%`,width:`20px`,height:`20px`,display:`flex`,justifyContent:`center`,alignItems:`center`,transition:`background-color 0.2s ease-in-out`,":after":{content:``,minWidth:`20px`,minHeight:`20px`,backgroundImage:`url(`+Yq+`)`,backgroundColor:`transparent`,backgroundRepeat:`no-repeat`,backgroundSize:`20px`,backgroundPositionY:`0`},":hover":{color:`var(--epr-highlight-color)`,backgroundColor:`var(--epr-hover-bg-color-reduced-opacity)`,":after":{backgroundPositionY:`-20px`}},":focus":{color:`var(--epr-highlight-color)`,backgroundColor:`var(--epr-hover-bg-color-reduced-opacity)`,":after":{backgroundPositionY:`-40px`}}}},oU(`plusSign`,{":after":{backgroundPositionY:`-40px`},":hover:after":{backgroundPositionY:`-60px`}})));function Qq(){var e=IW()[0],t=RG(),n=bG();Pq(t,YW.REACTIONS);var r=tG(),i=$W(),a=xG();return e?(0,d.createElement)(`ul`,{className:zH($q.list,!e&&rU.hidden),ref:t,"aria-label":`Reactions`},n.map(function(e){var t=_W(e);return t?(0,d.createElement)(`li`,{key:e},(0,d.createElement)(Jq,{emoji:t,emojiStyle:r,unified:e,showVariations:!1,className:zH($q.emojiButton),noBackground:!0,getEmojiUrl:a})):null}),i?(0,d.createElement)(`li`,null,(0,d.createElement)(Xq,null)):null):null}var $q=tU.create({list:{listStyle:`none`,margin:`0`,padding:`0 5px`,display:`flex`,justifyContent:`space-between`,alignItems:`center`,height:`100%`},emojiButton:{":hover":{transform:`scale(1.2)`},":focus":{transform:`scale(1.2)`},":active":{transform:`scale(1.1)`},transition:`transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.5)`}});function eJ(e){var t=nK(),n=(0,d.useState)(0),r=n[0],i=n[1];return(0,d.useEffect)(function(){var n=e.current;if(!n)return;n.addEventListener(`scroll`,r,{passive:!0});function r(){i(n?.scrollTop??0),t()}return function(){n?.removeEventListener(`scroll`,r)}},[e,t]),r}function tJ(e){var t=e.scrollTop,n=e.clientHeight,r=e.topOffset,i=e.style,a=e.dimensions;if(!i||!a)return!1;var o=r+i.top;return!(o+a.emojiSize+a.emojiSize*2>=t&&o<=t+n+a.emojiSize)}function nJ(e,t){return e?{top:Math.floor(t/e.emojisPerRow)*e.emojiSize,left:t%e.emojisPerRow*e.emojiSize}:void 0}var rJ=40;function iJ(e){var t=NG(),n=IW()[0],r=PG(),i=(0,d.useRef)(),a=HW()[0],o=UW()[0],s=(0,d.useState)(),c=s[0],l=s[1],u=(0,d.useCallback)(function(){var n=t.current;if(n){var r=n.querySelector(eq)?.clientHeight;r&&(i.current=r);var a=o||r||i.current||rJ,s=n.clientWidth;if(s!==0&&a!==0){var c=Math.max(1,Math.floor(s/a));l({categoryHeight:Math.ceil(e/c)*a,emojisPerRow:c,emojiSize:a})}}},[t,e,o]);return(0,d.useEffect)(function(){u()},[e,n,u,a.length]),(0,d.useEffect)(function(){var e=r.current;if(e){var t=function(e){var t=e.propertyName;(t===`width`||t===`max-width`||t===`min-width`||t===`height`||t===`max-height`||t===`min-height`)&&(typeof queueMicrotask==`function`?queueMicrotask(function(){return u()}):requestAnimationFrame(function(){return u()}))};return e.addEventListener(`transitionend`,t,{passive:!0}),function(){e.removeEventListener(`transitionend`,t)}}},[r,u]),c}function aJ(){var e=zW()[0],t=vK();return function(n){var r=OU(n),i=e.has(r),a=t(r);return{failedToLoad:i,filteredOut:a,hidden:i||a}}}function oJ(e){var t=e.categoryEmojis,n=e.topOffset,r=e.onHeightReady,i=e.scrollTop,a=e.isCategoryVisible,o=aJ(),s=fG(),c=tG(),l=RW()[0],u=OW(),f=xG(),p=!eG(),m=LG(),h=0,g=t.filter(function(e){var t=u(e),n=o(e),r=n.failedToLoad,i=n.filteredOut,a=n.hidden;return!r&&!i&&!a&&!t}),_=iJ(g.length);(0,d.useEffect)(function(){_&&r(_.categoryHeight)},[_,r,g.length]);var v=function(e){return _&&m.current&&tJ({scrollTop:i,clientHeight:m.current?.clientHeight??0,topOffset:n,style:e,dimensions:_})},y=g.reduce(function(e,t,r){var o=OU(t,l),u=nJ(_,r);return v(u)?(h++,zK(t,c,i,m.current?.clientHeight??0,n,u,_,f),e):a?(e.push((0,d.createElement)(Jq,{showVariations:p,key:o,emoji:t,unified:o,emojiStyle:c,lazyLoad:s,getEmojiUrl:f,style:JH({},u,{position:`absolute`})})),e):(h++,e)},[]);return{virtualizedCounter:h,emojis:y,dimensions:_}}function sJ(e){var t=e.categoryConfig,n=e.children,r=e.hidden,i=e.hiddenOnSearch,a=e.height,o=zU(t),s=BU(t);return(0,d.createElement)(`li`,{className:zH(cJ.category,r&&rU.hidden,i&&aU.hiddenOnSearch),"data-name":o,"aria-label":s},(0,d.createElement)(`h2`,{className:zH(cJ.label)},s),(0,d.createElement)(`div`,{className:zH(cJ.categoryContent),style:{height:a}},n))}var cJ=tU.create({category:{".":$H.category,minHeight:`calc(var(--epr-emoji-fullsize) + var(--epr-category-label-height))`,position:`relative`},categoryContent:{".":$H.categoryContent,display:`grid`,gridGap:`0`,gridTemplateColumns:`repeat(auto-fill, var(--epr-emoji-fullsize))`,justifyContent:`space-between`,margin:`var(--epr-category-padding)`,position:`relative`},label:{".":$H.label,alignItems:`center`,backdropFilter:`blur(3px)`,backgroundColor:`var(--epr-category-label-bg-color)`,color:`var(--epr-category-label-text-color)`,display:`flex`,fontSize:`16px`,fontWeight:`bold`,height:`var(--epr-category-label-height)`,margin:`0`,padding:`var(--epr-category-label-padding)`,position:`sticky`,textTransform:`capitalize`,top:`0`,width:`100%`,zIndex:`var(--epr-category-label-z-index)`}});function lJ(){var e=rG(),t=pW(),n=tG(),r=xG(),i=fG(),a=RW()[0],o=UW(),s=o[0],c=o[1],l=(0,d.useRef)(null);if((0,d.useLayoutEffect)(function(){l.current&&c(l.current.clientHeight)}),s)return null;var u=e[0],f=t(zU(u))[0],p=f?fW(f,a):``;return f?(0,d.createElement)(`div`,{ref:l},(0,d.createElement)(Jq,{emoji:f,unified:p,emojiStyle:n,getEmojiUrl:r,lazyLoad:i,showVariations:!1,hidden:!1,style:{opacity:0,pointerEvents:`none`,position:`absolute`,top:0,left:0,zIndex:-1,height:`var(--epr-emoji-fullsize)`,width:`var(--epr-emoji-fullsize)`}})):null}function uJ(e){var t=e.scrollTop,n=rG(),r=(0,d.useState)({}),i=r[0],a=r[1],o=NG(),s=wW(),c=$K(o.current),l=0;return(0,d.createElement)(`ul`,{className:zH(fJ.emojiList),ref:o},(0,d.createElement)(lJ,null),n.map(function(e){var n=zU(e),r=l,o=i[n];return o&&(l+=o+c),(0,d.createElement)(d.Suspense,{key:n},(0,d.createElement)(dJ,{categoryEmojis:s(n),categoryConfig:e,topOffset:r,onHeightReady:function(e){i[n]!==e&&a(function(t){var r;return JH({},t,(r={},r[n]=e,r))})},scrollTop:t}))}))}function dJ(e){var t=e.categoryEmojis,n=e.categoryConfig,r=e.topOffset,i=e.onHeightReady,a=e.scrollTop,o=HW()[0],s=oJ({categoryEmojis:t,topOffset:r,onHeightReady:i,scrollTop:a,isCategoryVisible:o.includes(n.category)}),c=s.virtualizedCounter,l=s.emojis,u=s.dimensions;return(0,d.createElement)(sJ,{categoryConfig:n,height:u?.categoryHeight,hidden:!l.length&&c===0},l)}var fJ=tU.create({emojiList:{".":$H.emojiList,listStyle:`none`,margin:`0`,padding:`0`}}),pJ=`data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MHB4IgoJIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDUwIDE1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MCAxNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGlkPSJMYXllcl8xIj4KPC9nPgo8ZyBpZD0iTGF5ZXJfMiI+Cgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBzdHJva2U9IiNFOEU3RTciIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEuODYtMC40M2w5LjgzLDExLjUzYzAuNTksMC42OSwxLjU2LDAuNjksMi4xNCwwbDkuODMtMTEuNTMiLz4KCTxwYXRoIGZpbGw9IiMwMTAyMDIiIHN0cm9rZT0iIzE1MTYxNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjYuODYtMC40M2w5LjgzLDExLjUzYzAuNTksMC42OSwxLjU2LDAuNjksMi4xNCwwbDkuODMtMTEuNTMiLz4KPC9nPgo8L3N2Zz4=`,mJ;(function(e){e[e.Up=0]=`Up`,e[e.Down=1]=`Down`})(mJ||={});function hJ(){var e=FG(),t=HG(),n=BW()[0],r=tG(),i=_J(t),a=i.getTop,o=i.getMenuDirection,s=IG(),c=gJ(t),l=xG(),u=nq(e.current),f=!!(n&&u&&hW(n)&&u.classList.contains($H.emojiHasVariations));(0,d.useEffect)(function(){f&&qG(t.current)},[t,f,e]);var p,m;return!f&&e.current?s(null):(p=a(),m=c()),(0,d.createElement)(`div`,{ref:t,className:zH(vJ.variationPicker,o()===mJ.Down&&vJ.pointingUp,f&&vJ.visible),style:{top:p}},f&&n?[fW(n)].concat(mW(n)).slice(0,6).map(function(e){return(0,d.createElement)(Jq,{key:e,emoji:n,unified:e,emojiStyle:r,showVariations:!1,getEmojiUrl:l})}):null,(0,d.createElement)(`div`,{className:zH(vJ.pointer),style:m}))}function gJ(e){var t=FG();return function(){var n={};if(!e.current)return n;if(t.current){var r=nq(t.current),i=fq(r);if(!r)return n;n.left=i+r?.clientWidth/2}return n}}function _J(e){var t=FG(),n=LG(),r=mJ.Up;return{getMenuDirection:i,getTop:a};function i(){return r}function a(){r=mJ.Up;var i=0;if(!e.current)return 0;var a=aq(e.current);if(t.current){var o=n.current,s=nq(t.current),c=aq(s);i=oq(s),(o?.scrollTop??0)>i-a&&(r=mJ.Down,i+=c+a)}return i-a}}var vJ=tU.create(JH({variationPicker:{".":$H.variationPicker,position:`absolute`,right:`15px`,left:`15px`,padding:`5px`,boxShadow:`0px 2px 5px rgba(0, 0, 0, 0.2)`,borderRadius:`3px`,display:`flex`,alignItems:`center`,justifyContent:`space-around`,opacity:`0`,visibility:`hidden`,pointerEvents:`none`,top:`-100%`,border:`1px solid var(--epr-picker-border-color)`,height:`var(--epr-emoji-variation-picker-height)`,zIndex:`var(--epr-skin-variation-picker-z-index)`,background:`var(--epr-emoji-variation-picker-bg-color)`,transform:`scale(0.9)`,transition:`transform 0.1s ease-out, opacity 0.2s ease-out`},visible:{opacity:`1`,visibility:`visible`,pointerEvents:`all`,transform:`scale(1)`},pointingUp:{".":`pointing-up`,transformOrigin:`center 0%`,transform:`scale(0.9)`},".pointing-up":{pointer:{top:`0`,transform:`rotate(180deg) translateY(100%) translateX(18px)`}},pointer:{".":`epr-emoji-pointer`,content:``,position:`absolute`,width:`25px`,height:`15px`,backgroundRepeat:`no-repeat`,backgroundPosition:`0 0`,backgroundSize:`50px 15px`,top:`100%`,transform:`translateX(-18px)`,backgroundImage:`url(`+pJ+`)`}},oU(`pointer`,{backgroundPosition:`-25px 0`})));function yJ(){var e=LG(),t=eJ(e);return Pq(e,YW.PICKER),sK(),(0,d.createElement)(`div`,{className:zH(bJ.body,aU.hiddenOnReactions),ref:e},(0,d.createElement)(hJ,null),(0,d.createElement)(uJ,{scrollTop:t}))}var bJ=tU.create({body:{".":$H.scrollBody,flex:`1`,overflowY:`scroll`,overflowX:`hidden`,position:`relative`}});function xJ(e,t){if(!e||!t)return 0;var n=e.getBoundingClientRect(),r=t.getBoundingClientRect();return r.height-(n.y-r.y)}function SJ(e,t){var n=LG(),r=oK(),i=aK();(0,d.useEffect)(function(){if(!e)return;var i=n.current;i?.addEventListener(`keydown`,s,{passive:!0}),i?.addEventListener(`mouseover`,c,!0),i?.addEventListener(`focus`,a,!0),i?.addEventListener(`mouseout`,o,{passive:!0}),i?.addEventListener(`blur`,o,!0);function a(e){var n=nq(e.target);if(!n)return o();var r=_q(n),i=r.unified,a=r.originalUnified;if(!i||!a)return o();t({unified:i,originalUnified:a})}function o(e){if(e){var n=e.relatedTarget;if(!nq(n))return t(null)}t(null)}function s(e){e.key===`Escape`&&t(null)}function c(e){if(!r()){var n=nq(e.target);if(n){if(xJ(n,i)<n.getBoundingClientRect().height)return CJ(n,t);TG(n)}}}return function(){i?.removeEventListener(`mouseover`,c),i?.removeEventListener(`mouseout`,o),i?.removeEventListener(`focus`,a,!0),i?.removeEventListener(`blur`,o,!0),i?.removeEventListener(`keydown`,s)}},[n,e,t,r,i])}function CJ(e,t){var n,r=_q(e),i=r.unified,a=r.originalUnified;!i||!a||((n=document.activeElement)==null||n.blur==null||n.blur(),t({unified:i,originalUnified:a}))}var wJ,TJ;(function(e){e.ROW=`FlexRow`,e.COLUMN=`FlexColumn`})(TJ||={});function EJ(e){var t=e.children,n=e.className,r=e.style,i=r===void 0?{}:r,a=e.direction,o=a===void 0?TJ.ROW:a;return(0,d.createElement)(`div`,{style:JH({},i),className:zH(DJ.flex,n,DJ[o])},t)}var DJ=tU.create((wJ={flex:{display:`flex`}},wJ[TJ.ROW]={flexDirection:`row`},wJ[TJ.COLUMN]={flexDirection:`column`},wJ));function OJ(e){var t=e.className,n=e.style;return(0,d.createElement)(`div`,{style:JH({flex:1},n===void 0?{}:n),className:zH(t)})}function kJ(e){var t=e.children,n=e.className,r=e.style;return(0,d.createElement)(`div`,{style:JH({},r,{position:`absolute`}),className:n},t)}function AJ(e){var t=e.children,n=e.className,r=e.style;return(0,d.createElement)(`div`,{style:JH({},r,{position:`relative`}),className:n},t)}function jJ(e){var t=e.isOpen,n=e.onClick,r=e.isActive,i=e.skinToneVariation,a=e.style;return(0,d.createElement)(Lq,{style:a,onClick:n,className:zH(`epr-tone-`+i,MJ.tone,!t&&MJ.closedTone,r&&MJ.active),"aria-pressed":r,"aria-label":`Skin tone `+xU[i]})}var MJ=tU.create({closedTone:{opacity:`0`,zIndex:`0`},active:{".":`epr-active`,zIndex:`1`,opacity:`1`},tone:{".":`epr-tone`,width:`var(--epr-skin-tone-size)`,display:`block`,cursor:`pointer`,borderRadius:`4px`,height:`var(--epr-skin-tone-size)`,position:`absolute`,right:`0`,transition:`transform 0.3s ease-in-out, opacity 0.35s ease-in-out`,zIndex:`0`,border:`1px solid var(--epr-skin-tone-outer-border-color)`,boxShadow:`inset 0px 0px 0 1px var(--epr-skin-tone-inner-border-color)`,":hover":{boxShadow:`0 0 0 3px var(--epr-active-skin-hover-color), inset 0px 0px 0 1px var(--epr-skin-tone-inner-border-color)`},":focus":{boxShadow:`0 0 0 3px var(--epr-focus-bg-color)`},"&.epr-tone-neutral":{backgroundColor:`#ffd225`},"&.epr-tone-1f3fb":{backgroundColor:`#ffdfbd`},"&.epr-tone-1f3fc":{backgroundColor:`#e9c197`},"&.epr-tone-1f3fd":{backgroundColor:`#c88e62`},"&.epr-tone-1f3fe":{backgroundColor:`#a86637`},"&.epr-tone-1f3ff":{backgroundColor:`#60463a`}}}),NJ=28;function PJ(){return(0,d.createElement)(AJ,{style:{height:NJ}},(0,d.createElement)(kJ,{style:{bottom:0,right:0}},(0,d.createElement)(FJ,{direction:IJ.VERTICAL})))}function FJ(e){var t=e.direction,n=t===void 0?IJ.HORIZONTAL:t,r=BG(),i=eG(),a=VW(),o=a[0],s=a[1],c=RW(),l=c[0],u=c[1],f=cG(),p=nK(),m=cK();if(i)return null;var h=NJ*bU.length+`px`,g=o?h:NJ+`px`,_=n===IJ.VERTICAL;return(0,d.createElement)(AJ,{className:zH(LJ.skinTones,_&&LJ.vertical,o&&LJ.open,_&&o&&LJ.verticalShadow),style:_?{flexBasis:g,height:g}:{flexBasis:g}},(0,d.createElement)(`div`,{className:zH(LJ.select),ref:r},bU.map(function(e,t){var n=e===l;return(0,d.createElement)(jJ,{key:e,skinToneVariation:e,isOpen:o,style:{transform:zH(_?`translateY(-`+t*(o?NJ:0)+`px)`:`translateX(-`+t*(o?NJ:0)+`px)`,o&&n&&`scale(1.3)`)},isActive:n,onClick:function(){o?(u(e),f(e),m()):s(!0),p()}})})))}var IJ;(function(e){e.VERTICAL=`epr-vertical`,e.HORIZONTAL=`epr-horizontal`})(IJ||={});var LJ=tU.create({skinTones:{".":`epr-skin-tones`,"--":{"--epr-skin-tone-size":`15px`},display:`flex`,alignItems:`center`,justifyContent:`flex-end`,transition:`all 0.3s ease-in-out`,padding:`10px 0`},vertical:{padding:`9px`,alignItems:`flex-end`,flexDirection:`column`,borderRadius:`6px`,border:`1px solid var(--epr-bg-color)`},verticalShadow:{boxShadow:`0px 0 7px var(--epr-picker-border-color)`},open:{backdropFilter:`blur(5px)`,background:`var(--epr-skin-tone-picker-menu-color)`,".epr-active":{border:`1px solid var(--epr-active-skin-tone-indicator-border-color)`}},select:{".":`epr-skin-tone-select`,position:`relative`,width:`var(--epr-skin-tone-size)`,height:`var(--epr-skin-tone-size)`}});function RJ(){var e=lG(),t=TK(),n=IW()[0];return e.showPreview?(0,d.createElement)(EJ,{className:zH(BJ.preview,aU.hiddenOnReactions,n&&BJ.hideOnReactions)},(0,d.createElement)(zJ,null),(0,d.createElement)(OJ,null),t?(0,d.createElement)(PJ,null):null):null}function zJ(){var e=lG(),t=(0,d.useState)(null),n=t[0],r=t[1],i=tG(),a=BW()[0],o=xG(),s=CW().emojiByUnified;SJ(e.showPreview,r);var c=s(n?.unified??n?.originalUnified),l=c!=null&&n!=null;return(0,d.createElement)(u,null);function u(){var t=a??s(e.defaultEmoji);if(!t)return null;var r=a?uW(a):e.defaultCaption;return(0,d.createElement)(d.Fragment,null,(0,d.createElement)(`div`,null,l?(0,d.createElement)(qq,{unified:n?.unified,emoji:c,emojiStyle:i,size:45,getEmojiUrl:o,className:zH(BJ.emoji)}):t?(0,d.createElement)(qq,{unified:fW(t),emoji:t,emojiStyle:i,size:45,getEmojiUrl:o,className:zH(BJ.emoji)}):null),(0,d.createElement)(`div`,{className:zH(BJ.label)},l?uW(c):r))}}var BJ=tU.create({preview:{alignItems:`center`,borderTop:`1px solid var(--epr-preview-border-color)`,height:`var(--epr-preview-height)`,padding:`0 var(--epr-horizontal-padding)`,position:`relative`,zIndex:`var(--epr-preview-z-index)`},label:{color:`var(--epr-preview-text-color)`,fontSize:`var(--epr-preview-text-size)`,padding:`var(--epr-preview-text-padding)`,textTransform:`capitalize`},emoji:{padding:`0`},hideOnReactions:{opacity:`0`,transition:`opacity 0.5s ease-in-out`}});function VJ(e){return e?.getAttribute(`data-name`)??null}function HJ(e){var t=e.setActiveCategory,n=e.setVisibleCategories,r=LG();(0,d.useEffect)(function(){var e=new Map,i=new Map,a=r.current,o=new IntersectionObserver(function(r){if(a){for(var o=qH(r),s;!(s=o()).done;){var c=s.value,l=VJ(c.target);l&&(e.set(l,c.intersectionRatio),i.set(l,c.isIntersecting))}var u=Array.from(e);n(u.filter(function(e){var t=e[0];return e[1]>0||i.get(t)}).map(function(e){return e[0]}));var d=u[u.length-1];if(d?.[1]==1)return t(d[0]);for(var f=0,p=u;f<p.length;f++){var m=p[f],h=m[0];if(m[1]){t(h);break}}}},{root:a,threshold:[0,1]});return a?.querySelectorAll(eU($H.category)).forEach(function(e){o.observe(e)}),function(){o.disconnect()}},[r,t,n])}function UJ(){var e=LG(),t=PG();return function(n){if(e.current){var r=e.current?.querySelector(`[data-name="`+n+`"]`);if(r){var i=r.offsetTop||0;UG(t.current,i)}}}}function WJ(){var e=aG();return e?e.length===0:!1}var GJ=`data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMjAwIDgwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMDAgODAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iTGF5ZXJfMTEiPgoJPGc+CgkJPHBhdGggZmlsbD0iIzMzNzFCNyIgc3Ryb2tlPSIjMzM3MUI3IiBzdHJva2Utd2lkdGg9IjAuMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTIuOCwyOS41YzAuNiwwLDEuMS0wLjUsMS4xLTEuMQoJCQljMC0wLjYtMC41LTEuMi0xLjEtMS4yYy0wLjYsMC0xLjIsMC41LTEuMiwxLjJDMTEuNiwyOSwxMi4yLDI5LjUsMTIuOCwyOS41eiBNMTIuOCwyOGMwLjIsMCwwLjQsMC4yLDAuNCwwLjQKCQkJYzAsMC4yLTAuMiwwLjQtMC40LDAuNGMtMC4yLDAtMC40LTAuMi0wLjQtMC40QzEyLjQsMjguMSwxMi42LDI4LDEyLjgsMjh6Ii8+CgkJPHBhdGggZmlsbD0iIzMzNzFCNyIgc3Ryb2tlPSIjMzM3MUI3IiBzdHJva2Utd2lkdGg9IjAuMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTAsMjNjLTMuOCwwLTcsMy4xLTcsN2MwLDMuOCwzLjEsNyw3LDcKCQkJczctMy4xLDctN0MxNywyNi4yLDEzLjgsMjMsMTAsMjN6IE0xMCwzNi4yYy0zLjQsMC02LjItMi44LTYuMi02LjJjMC0zLjQsMi44LTYuMiw2LjItNi4yczYuMiwyLjgsNi4yLDYuMgoJCQlDMTYuMiwzMy40LDEzLjQsMzYuMiwxMCwzNi4yeiIvPgoJCTxwYXRoIGZpbGw9IiMzMzcxQjciIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLXdpZHRoPSIwLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTE0LjYsMzEuMmMtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjJINS43CgkJCWMtMC4xLDAtMC4yLDAuMS0wLjMsMC4yYy0wLjEsMC4xLTAuMSwwLjIsMCwwLjRjMC43LDIsMi41LDMuMyw0LjYsMy4zczMuOS0xLjMsNC42LTMuM0MxNC43LDMxLjUsMTQuNywzMS4zLDE0LjYsMzEuMnogTTEwLDM0LjEKCQkJYy0xLjYsMC0zLTAuOS0zLjctMi4yaDcuM0MxMywzMy4yLDExLjYsMzQuMSwxMCwzNC4xeiIvPgoJCTxwYXRoIGZpbGw9IiMzMzcxQjciIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLXdpZHRoPSIwLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTcuMiwyOS41YzAuNiwwLDEuMi0wLjUsMS4yLTEuMQoJCQljMC0wLjYtMC41LTEuMi0xLjItMS4yYy0wLjYsMC0xLjEsMC41LTEuMSwxLjJDNi4xLDI5LDYuNiwyOS41LDcuMiwyOS41eiBNNy4yLDI4YzAuMiwwLDAuNCwwLjIsMC40LDAuNGMwLDAuMi0wLjIsMC40LTAuNCwwLjQKCQkJYy0wLjIsMC0wLjQtMC4yLTAuNC0wLjRDNi44LDI4LjEsNywyOCw3LjIsMjh6Ii8+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzM3MUI3IiBkPSJNNjQuMSwzMy40bDIuMywwYzAuMiwwLDAuNCwwLjIsMC40LDAuNHYyLjFjMCwwLjItMC4yLDAuNC0wLjQsMC40aC0yLjMKCQkJCWMtMC4yLDAtMC40LTAuMi0wLjQtMC40di0yLjFDNjMuNywzMy42LDYzLjgsMzMuNCw2NC4xLDMzLjR6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgZD0iTTczLjUsMzMuNWgyLjRjMC4yLDAsMC40LDAuMiwwLjQsMC40djJjMCwwLjItMC4yLDAuNC0wLjQsMC40aC0yLjQKCQkJCWMtMC4yLDAtMC40LTAuMi0wLjQtMC40bDAtMkM3My4xLDMzLjYsNzMuMywzMy41LDczLjUsMzMuNXoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzM3MUI3IiBkPSJNNjMuNywyOC40aDEyLjZ2NUg2My43VjI4LjR6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgZD0iTTY1LjUsMjMuNmg4LjljMSwwLDEuOSwwLjgsMS45LDEuOXYzLjFINjMuN3YtMy4xQzYzLjcsMjQuNSw2NC41LDIzLjYsNjUuNSwyMy42eiIvPgoJCQk8ZWxsaXBzZSBmaWxsPSIjMzM3MUI3IiBjeD0iNjYuMiIgY3k9IjMwLjkiIHJ4PSIwLjkiIHJ5PSIxIi8+CgkJCTxlbGxpcHNlIGZpbGw9IiMzMzcxQjciIGN4PSI3My44IiBjeT0iMzAuOSIgcng9IjAuOSIgcnk9IjEiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzM3MUI3IiBkPSJNOTYuNCwzMGMwLDMuNi0yLjksNi41LTYuNCw2LjVzLTYuNC0yLjktNi40LTYuNXMyLjktNi41LDYuNC02LjVTOTYuNCwyNi40LDk2LjQsMzB6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgZD0iTTk2LjMsMjguNmMwLDAsMCwwLjEsMCwwLjFjLTAuOSwwLjEtMi45LDAuMS00LjYtMS4xYy0xLjEtMC44LTItMS43LTIuNi0yLjUKCQkJCWMtMC4zLTAuNC0wLjYtMC44LTAuNy0xYy0wLjEtMC4xLTAuMS0wLjEtMC4xLTAuMmMwLjUtMC4xLDEuMi0wLjIsMi0wLjFjMS4yLDAsMi41LDAuMywzLjUsMS4xYzEsMC44LDEuNywxLjgsMi4xLDIuOAoJCQkJQzk2LjEsMjcuOSw5Ni4yLDI4LjMsOTYuMywyOC42eiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIGQ9Ik04NCwzMi4yYzAsMCwwLTAuMSwwLTAuMWMwLjktMC4yLDIuOS0wLjQsNC43LDAuNmMxLjEsMC43LDEuOSwxLjUsMi40LDIuMwoJCQkJYzAuNCwwLjUsMC42LDEsMC43LDEuM2MtMC40LDAuMS0xLDAuMi0xLjcsMC4zYy0xLDAtMi4xLTAuMS0zLjItMC44cy0xLjktMS42LTIuNC0yLjVDODQuMiwzMi44LDg0LjEsMzIuNSw4NCwzMi4yeiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTExNi4zLDI2LjhsLTEuNCwybC0wLjgtMC44bC0wLjYtMC42bDAsMC45bC0wLjEsOC4yaC02LjgKCQkJCWwtMC4xLTguMmwwLTAuOWwtMC42LDAuNmwtMC44LDAuOGwtMS40LTJsMi42LTIuOWMwLjEtMC4xLDAuMi0wLjEsMC4zLTAuMWgxLjNsMC40LDAuN2MwLjcsMS4zLDIuNiwxLjMsMy4zLTAuMWwwLjMtMC42aDEuMgoJCQkJYzAuMSwwLDAuMiwwLDAuMywwLjFsMC4zLTAuM2wtMC4zLDAuM0wxMTYuMywyNi44eiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIGQ9Ik0xMTAuMSwyNy43aDJ2MC45YzAsMC40LTAuNCwwLjctMSwwLjdjLTAuNiwwLTEtMC4zLTEtMC43TDExMC4xLDI3LjdMMTEwLjEsMjcuN3oiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzM3MUI3IiBkPSJNMTI2LjgsMzQuM2MwLDEuMi0xLDIuMi0yLjIsMi4ycy0yLjItMS0yLjItMi4yczEtMi4yLDIuMi0yLjJTMTI2LjgsMzMuMSwxMjYuOCwzNC4zeiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIGQ9Ik0xMzcuNiwzNC4zYzAsMS4yLTEsMi4yLTIuMiwyLjJjLTEuMiwwLTIuMi0xLTIuMi0yLjJzMS0yLjIsMi4yLTIuMgoJCQkJQzEzNi42LDMyLjEsMTM3LjYsMzMuMSwxMzcuNiwzNC4zeiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIGQ9Ik0xMjYuOCwyNC40djkuOSIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIGQ9Ik0xMzcuNywyNC40djkuOSIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIGQ9Ik0xMjYuOCwyMy41aDEwLjh2Mi43aC0xMC44QzEyNi44LDI2LjIsMTI2LjgsMjMuNSwxMjYuOCwyMy41eiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSIjMzM3MUI3IiBkPSJNMTcwLjgsMjMuMUwxNzAuOCwyMy4xYy0wLjMsMC0wLjUsMC0wLjgsMGMtMi4xLDAtNCwxLTUuMywyLjVsLTAuMSwwbC0wLjEtMC4xbC0xLTEuMmwtMC4zLDMuNGwzLjQsMC4zCgkJCQlsLTEuMS0xLjNsLTAuMS0wLjFsMC4xLTAuMWMxLjEtMS41LDMtMi4zLDUtMi4xbDAsMGMzLjIsMC4zLDUuNSwzLjEsNS4yLDYuM2MtMC4zLDMtMy4xLDUuMy02LjEsNS4xYy0zLjEtMC4yLTUuNC0yLjktNS4zLTYKCQkJCWwtMS4zLTAuMWMtMC4yLDMuOCwyLjYsNy4xLDYuMyw3LjRjMy45LDAuMyw3LjMtMi42LDcuNi02LjVDMTc3LjIsMjYuOCwxNzQuNCwyMy41LDE3MC44LDIzLjF6Ii8+CgkJCTxwYXRoIGZpbGw9IiMzMzcxQjciIGQ9Ik0xNzAuMywyNy40YzAtMC4zLTAuMy0wLjYtMC42LTAuNnMtMC42LDAuMy0wLjYsMC42djMuMmMwLDAuMiwwLjEsMC4zLDAuMiwwLjRjMC4xLDAuMSwwLjMsMC4yLDAuNCwwLjIKCQkJCWgyLjRjMC40LDAsMC42LTAuMywwLjYtMC42YzAtMC40LTAuMy0wLjYtMC42LTAuNmgtMS42aC0wLjJ2LTAuMkwxNzAuMywyNy40TDE3MC4zLDI3LjR6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgZD0iTTE4Ni4yLDIzLjRoNy43YzEuNSwwLDIuNywxLjIsMi43LDIuN3Y3LjdjMCwxLjUtMS4yLDIuNy0yLjcsMi43aC03LjcKCQkJCWMtMS41LDAtMi43LTEuMi0yLjctMi43di03LjdDMTgzLjQsMjQuNiwxODQuNywyMy40LDE4Ni4yLDIzLjR6Ii8+CgkJCTxlbGxpcHNlIGZpbGw9IiMzMzcxQjciIGN4PSIxODYiIGN5PSIyOC45IiByeD0iMC43IiByeT0iMC43Ii8+CgkJCTxlbGxpcHNlIGZpbGw9IiMzMzcxQjciIGN4PSIxOTQiIGN5PSIyNi43IiByeD0iMC43IiByeT0iMC43Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTg2LDMzLjNsMC40LTAuM2MwLjQtMC4zLDEtMC4zLDEuNS0wLjFsMSwwLjQKCQkJCWMwLjUsMC4yLDEsMC4yLDEuNS0wLjFsMC44LTAuNWMwLjQtMC4zLDEtMC4zLDEuNS0wLjFsMS44LDAuOCIvPgoJCTwvZz4KCTwvZz4KCTxwYXRoIGZpbGw9IiMzMzcxQjciIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLXdpZHRoPSIwLjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xNTYsMjQuM2MtMC4yLTAuMS0wLjQtMC4xLTAuNSwwCgkJYzAsMC0wLjIsMC4xLTAuOSwwLjJjLTAuNywwLTIuNC0wLjEtMy44LTAuNmMtMC44LTAuMy0xLjctMC41LTIuNS0wLjVjLTAuMiwwLTAuNCwwLTAuNSwwYy0xLjMsMC0yLjUsMC4zLTMuNiwxCgkJYy0wLjIsMC4xLTAuMiwwLjItMC4yLDAuNHYxMS42YzAsMC4zLDAuMSwwLjUsMC4zLDAuNWMwLjYsMCwwLjUtMC40LDAuNS0wLjZ2LTUuN2MwLjctMC4zLDMuMi0xLjEsNS44LTAuMQoJCWMxLjYsMC42LDMuNSwwLjcsNC4zLDAuN2MwLjgsMCwxLjMtMC4zLDEuMy0wLjNjMC4yLTAuMSwwLjMtMC4yLDAuMy0wLjR2LTUuN0MxNTYuMiwyNC42LDE1Ni4xLDI0LjQsMTU2LDI0LjN6IE0xNTUuNiwzMC4yCgkJYy0wLjEsMC0wLjcsMC4xLTEsMC4xYy0wLjcsMC0yLjQtMC4xLTMuOC0wLjZjLTIuNS0xLTUtMC41LTYuMi0wLjF2LTQuOWMwLjktMC41LDIuMi0wLjcsMy4yLTAuN2MwLjEsMCwwLjMsMCwwLjQsMAoJCWMwLjcsMCwxLjUsMC4yLDIuMiwwLjRjMS42LDAuNiwzLjUsMC43LDQuMywwLjdjMC4yLDAsMC44LDAsMS0wLjFWMzAuMnoiLz4KCTxnPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgZD0iTTQ4LjEsMjMuNWgzLjdjMi41LDAsNC41LDIsNC41LDQuNWMwLDAuNS0wLjQsMC45LTAuOSwwLjlINDQuNWMtMC41LDAtMC45LTAuNC0wLjktMC45CgkJCUM0My42LDI1LjUsNDUuNiwyMy41LDQ4LjEsMjMuNXoiLz4KCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTQzLjUsMjguOGMtMC4yLDAuMS0wLjUsMS4yLDAsMS41YzEuNCwxLDguNSwwLjgsMTEuMywwLjYKCQkJYzAuOC0wLjEsMS42LTAuNCwxLjctMS4yYzAtMC4zLTAuMS0wLjYtMC42LTAuOSIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNDMuNSwzMC42TDQzLjMsMzFjLTAuMiwwLjUsMC4yLDEsMC43LDAuOWMwLjMtMC4xLDAuNSwwLDAuNywwLjMKCQkJbDAuMSwwLjJjMC4zLDAuNSwxLDAuNiwxLjUsMC4ybDAsMGMwLjMtMC4yLDAuNy0wLjMsMS0wLjJsMC44LDAuM2MwLjQsMC4yLDAuOCwwLjEsMS4yLDBsMC41LTAuMmMwLjQtMC4yLDAuOS0wLjIsMS4zLDBsMC41LDAuMgoJCQljMC40LDAuMiwwLjgsMC4yLDEuMiwwbDAuMi0wLjFjMC4zLTAuMiwwLjgtMC4yLDEuMSwwLjFsMC4yLDAuMmMwLjMsMC4zLDAuOCwwLjIsMS0wLjJsMC4xLTAuMmMwLjEtMC4yLDAtMC4zLDAuMi0wLjMKCQkJYzAuNSwwLDEuMi0wLjMsMS4xLTAuN2wtMC40LTEuMSIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNDMuNSwzMi4yYy0wLjEsMC4yLTAuMywwLjgsMCwxLjFjMC4zLDAuNCwzLDEuMSw2LjQsMS4xCgkJCWMyLjIsMCw0LjYtMC4zLDYtMC42YzAuNS0wLjEsMC45LTAuNSwwLjgtMC45YzAtMC4yLTAuMi0wLjUtMC40LTAuNyIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNDMuNSwzMy4zYzAsMC41LDAuNiwyLjMsMS4zLDIuN2MxLjgsMC44LDUuNywwLjcsOC4xLDAuNQoJCQljMS4zLTAuMSwyLjUtMC43LDMuMi0xLjhjMC4zLTAuNSwwLjUtMSwwLjUtMS40Ii8+CgkJPGVsbGlwc2UgZmlsbD0iIzMzNzFCNyIgY3g9IjUxLjYiIGN5PSIyNi41IiByeD0iMC4zIiByeT0iMC40Ii8+CgkJPGVsbGlwc2UgZmlsbD0iIzMzNzFCNyIgY3g9IjUzIiBjeT0iMjUiIHJ4PSIwLjMiIHJ5PSIwLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjMzM3MUI3IiBjeD0iNTMiIGN5PSIyNy4yIiByeD0iMC4zIiByeT0iMC40Ii8+CgkJPGVsbGlwc2UgZmlsbD0iIzMzNzFCNyIgY3g9IjU0LjMiIGN5PSIyNi41IiByeD0iMC4zIiByeT0iMC40Ii8+CgkJPGVsbGlwc2UgZmlsbD0iIzMzNzFCNyIgY3g9IjUwLjkiIGN5PSIyNSIgcng9IjAuMyIgcnk9IjAuNCIvPgoJPC9nPgoJPGc+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzM3MUI3IiBkPSJNMjQuMiwzMXYtNy42YzAuMSwwLjEsMC44LDAuOSwyLjgsMy4xYzIuNS0xLjYsNS42LTAuNyw2LjksMGwyLjQtMy4xdjcuMQoJCQljMCwxLjItMC4xLDIuNS0wLjksMy40Yy0xLDEuMi0yLjcsMi41LTUuMywyLjVjLTIuOSwwLTQuNS0xLjUtNS4zLTIuOUMyNC4yLDMyLjksMjQuMiwzMiwyNC4yLDMxeiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMjEuMiwzMGw1LjQsMS4yIi8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzM3MUI3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0yMS4yLDM0LjFsNS40LTEuMiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMzguOCwzMGwtNS40LDEuMiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzNzFCNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMzguOCwzNC4xbC01LjQtMS4yIi8+CgkJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzcxQjciIGQ9Ik0yOS41LDMyLjRMMjksMzEuN2MtMC4yLTAuMywwLTAuNiwwLjMtMC42aDEuNAoJCQljMC4zLDAsMC41LDAuNCwwLjMsMC42bC0wLjcsMWwwLDBjLTAuNywxLjItMi42LDEuMS0zLjEtMC4zbC0wLjEtMC4yYy0wLjEtMC4yLDAtMC40LDAuMi0wLjVzMC40LDAsMC41LDAuMmwwLjEsMC4yCgkJCUMyOC4zLDMyLjgsMjkuMSwzMi45LDI5LjUsMzIuNHoiLz4KCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzcxQjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTMyLjQsMzIuMWwtMC4xLDAuMmMtMC40LDEtMS44LDEuMS0yLjMsMC4yIi8+CgkJPGVsbGlwc2UgZmlsbD0iIzMzNzFCNyIgY3g9IjI3LjYiIGN5PSIyOS43IiByeD0iMC43IiByeT0iMC43Ii8+CgkJPGVsbGlwc2UgZmlsbD0iIzMzNzFCNyIgY3g9IjMyLjQiIGN5PSIyOS43IiByeD0iMC43IiByeT0iMC43Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjQzBDMEJGIiBzdHJva2U9IiNDMEMwQkYiIHN0cm9rZS13aWR0aD0iMC4xIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xMi44LDQ5LjVjMC42LDAsMS4xLTAuNSwxLjEtMS4xCgkJCWMwLTAuNi0wLjUtMS4yLTEuMS0xLjJjLTAuNiwwLTEuMiwwLjUtMS4yLDEuMkMxMS42LDQ5LDEyLjIsNDkuNSwxMi44LDQ5LjV6IE0xMi44LDQ4YzAuMiwwLDAuNCwwLjIsMC40LDAuNAoJCQljMCwwLjItMC4yLDAuNC0wLjQsMC40Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjRDMTIuNCw0OC4xLDEyLjYsNDgsMTIuOCw0OHoiLz4KCQk8cGF0aCBmaWxsPSIjQzBDMEJGIiBzdHJva2U9IiNDMEMwQkYiIHN0cm9rZS13aWR0aD0iMC4xIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xNC42LDUxLjJjLTAuMS0wLjEtMC4yLTAuMi0wLjMtMC4ySDUuNwoJCQljLTAuMSwwLTAuMiwwLjEtMC4zLDAuMmMtMC4xLDAuMS0wLjEsMC4yLDAsMC40YzAuNywyLDIuNSwzLjMsNC42LDMuM3MzLjktMS4zLDQuNi0zLjNDMTQuNyw1MS41LDE0LjcsNTEuMywxNC42LDUxLjJ6IE0xMCw1NC4xCgkJCWMtMS42LDAtMy0wLjktMy43LTIuMmg3LjNDMTMsNTMuMiwxMS42LDU0LjEsMTAsNTQuMXoiLz4KCQk8cGF0aCBmaWxsPSIjQzBDMEJGIiBzdHJva2U9IiNDMEMwQkYiIHN0cm9rZS13aWR0aD0iMC4xIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik03LjIsNDkuNWMwLjYsMCwxLjItMC41LDEuMi0xLjEKCQkJYzAtMC42LTAuNS0xLjItMS4yLTEuMmMtMC42LDAtMS4xLDAuNS0xLjEsMS4yQzYuMSw0OSw2LjYsNDkuNSw3LjIsNDkuNXogTTcuMiw0OGMwLjIsMCwwLjQsMC4yLDAuNCwwLjRjMCwwLjItMC4yLDAuNC0wLjQsMC40CgkJCWMtMC4yLDAtMC40LTAuMi0wLjQtMC40QzYuOCw0OC4xLDcsNDgsNy4yLDQ4eiIvPgoJCTxwYXRoIGZpbGw9IiNDMEMwQkYiIHN0cm9rZT0iI0MwQzBCRiIgc3Ryb2tlLXdpZHRoPSIwLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEwLDQzYy0zLjgsMC03LDMuMS03LDdjMCwzLjgsMy4xLDcsNyw3CgkJCXM3LTMuMSw3LTdDMTcsNDYuMiwxMy44LDQzLDEwLDQzeiBNMTAsNTYuMmMtMy40LDAtNi4yLTIuOC02LjItNi4yYzAtMy40LDIuOC02LjIsNi4yLTYuMnM2LjIsMi44LDYuMiw2LjIKCQkJQzE2LjIsNTMuNCwxMy40LDU2LjIsMTAsNTYuMnoiLz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNDMEMwQkYiIGQ9Ik02NC4xLDUzLjRsMi4zLDBjMC4yLDAsMC40LDAuMiwwLjQsMC40djIuMWMwLDAuMi0wLjIsMC40LTAuNCwwLjRoLTIuMwoJCQkJYy0wLjIsMC0wLjQtMC4yLTAuNC0wLjR2LTIuMUM2My43LDUzLjYsNjMuOCw1My40LDY0LjEsNTMuNHoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBkPSJNNzMuNSw1My41aDIuNGMwLjIsMCwwLjQsMC4yLDAuNCwwLjR2MmMwLDAuMi0wLjIsMC40LTAuNCwwLjRoLTIuNAoJCQkJYy0wLjIsMC0wLjQtMC4yLTAuNC0wLjRsMC0yQzczLjEsNTMuNiw3My4zLDUzLjUsNzMuNSw1My41eiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNDMEMwQkYiIGQ9Ik02My43LDQ4LjRoMTIuNnY1SDYzLjdWNDguNHoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBkPSJNNjUuNSw0My42aDguOWMxLDAsMS45LDAuOCwxLjksMS45djMuMUg2My43di0zLjFDNjMuNyw0NC41LDY0LjUsNDMuNiw2NS41LDQzLjZ6Ii8+CgkJCTxlbGxpcHNlIGZpbGw9IiNDMEMwQkYiIGN4PSI2Ni4yIiBjeT0iNTAuOSIgcng9IjAuOSIgcnk9IjEiLz4KCQkJPGVsbGlwc2UgZmlsbD0iI0MwQzBCRiIgY3g9IjczLjgiIGN5PSI1MC45IiByeD0iMC45IiByeT0iMSIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNDMEMwQkYiIGQ9Ik05Ni40LDUwYzAsMy42LTIuOSw2LjUtNi40LDYuNXMtNi40LTIuOS02LjQtNi41czIuOS02LjUsNi40LTYuNVM5Ni40LDQ2LjQsOTYuNCw1MHoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBkPSJNOTYuMyw0OC42YzAsMCwwLDAuMSwwLDAuMWMtMC45LDAuMS0yLjksMC4xLTQuNi0xLjJjLTEuMS0wLjgtMi0xLjctMi42LTIuNQoJCQkJYy0wLjMtMC40LTAuNi0wLjgtMC43LTFjLTAuMS0wLjEtMC4xLTAuMi0wLjEtMC4yYzAuNS0wLjEsMS4yLTAuMiwyLTAuMmMxLjIsMCwyLjUsMC4zLDMuNSwxLjFjMSwwLjgsMS43LDEuOCwyLjEsMi44CgkJCQlDOTYuMSw0Ny45LDk2LjIsNDguMyw5Ni4zLDQ4LjZ6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgZD0iTTg0LDUyLjJjMCwwLDAtMC4xLDAtMC4xYzAuOS0wLjIsMi45LTAuNCw0LjcsMC42YzEuMSwwLjcsMS45LDEuNSwyLjQsMi4zCgkJCQljMC40LDAuNSwwLjYsMSwwLjcsMS4zYy0wLjQsMC4xLTEsMC4yLTEuNywwLjNjLTEsMC0yLjEtMC4xLTMuMi0wLjhzLTEuOS0xLjYtMi40LTIuNUM4NC4yLDUyLjgsODQuMSw1Mi41LDg0LDUyLjJ6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTE2LjMsNDYuOGwtMS40LDJsLTAuOC0wLjhsLTAuNi0wLjdsMCwwLjlsLTAuMSw4LjJoLTYuOAoJCQkJbC0wLjEtOC4ybDAtMC45bC0wLjYsMC43bC0wLjgsMC44bC0xLjQtMmwyLjYtMi45YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xaDEuM2wwLjQsMC43YzAuNywxLjMsMi42LDEuMywzLjMtMC4xbDAuMy0wLjZoMS4yCgkJCQljMC4xLDAsMC4yLDAsMC4zLDAuMWwwLjMtMC4zbC0wLjMsMC4zTDExNi4zLDQ2Ljh6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgZD0iTTExMC4xLDQ3LjdoMnYwLjljMCwwLjQtMC40LDAuNy0xLDAuN2MtMC42LDAtMS0wLjMtMS0wLjdMMTEwLjEsNDcuN0wxMTAuMSw0Ny43eiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNDMEMwQkYiIGQ9Ik0xMjYuOCw1NC4zYzAsMS4yLTEsMi4yLTIuMiwyLjJzLTIuMi0xLTIuMi0yLjJzMS0yLjIsMi4yLTIuMlMxMjYuOCw1My4xLDEyNi44LDU0LjN6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgZD0iTTEzNy42LDU0LjNjMCwxLjItMSwyLjItMi4yLDIuMmMtMS4yLDAtMi4yLTEtMi4yLTIuMnMxLTIuMiwyLjItMi4yCgkJCQlDMTM2LjYsNTIuMSwxMzcuNiw1My4xLDEzNy42LDU0LjN6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgZD0iTTEyNi44LDQ0LjR2OS45Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgZD0iTTEzNy43LDQ0LjR2OS45Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgZD0iTTEyNi44LDQzLjVoMTAuOHYyLjdoLTEwLjhDMTI2LjgsNDYuMiwxMjYuOCw0My41LDEyNi44LDQzLjV6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9IiNDMEMwQkYiIGQ9Ik0xNzAuOCw0My4xTDE3MC44LDQzLjFjLTAuMywwLTAuNSwwLTAuOCwwYy0yLjEsMC00LDEtNS4zLDIuNWwtMC4xLDBsLTAuMS0wLjFsLTEtMS4ybC0wLjMsMy40bDMuNCwwLjMKCQkJCWwtMS4xLTEuM2wtMC4xLTAuMWwwLjEtMC4xYzEuMS0xLjUsMy0yLjMsNS0yLjFsMCwwYzMuMiwwLjMsNS41LDMuMSw1LjIsNi4zYy0wLjMsMy0zLjEsNS4zLTYuMSw1LjFjLTMuMS0wLjItNS40LTIuOS01LjMtNgoJCQkJbC0xLjMtMC4xYy0wLjIsMy44LDIuNiw3LjEsNi4zLDcuNGMzLjksMC4zLDcuMy0yLjYsNy42LTYuNUMxNzcuMiw0Ni44LDE3NC40LDQzLjUsMTcwLjgsNDMuMXoiLz4KCQkJPHBhdGggZmlsbD0iI0MwQzBCRiIgZD0iTTE3MC4zLDQ3LjRjMC0wLjMtMC4zLTAuNi0wLjYtMC42cy0wLjYsMC4zLTAuNiwwLjZ2My4yYzAsMC4yLDAuMSwwLjMsMC4yLDAuNGMwLjEsMC4xLDAuMywwLjIsMC40LDAuMgoJCQkJaDIuNGMwLjQsMCwwLjYtMC4zLDAuNi0wLjZjMC0wLjMtMC4zLTAuNi0wLjYtMC42aC0xLjZoLTAuMnYtMC4yTDE3MC4zLDQ3LjRMMTcwLjMsNDcuNHoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBkPSJNMTg2LjIsNDMuNGg3LjdjMS41LDAsMi43LDEuMiwyLjcsMi43djcuN2MwLDEuNS0xLjIsMi43LTIuNywyLjdoLTcuNwoJCQkJYy0xLjUsMC0yLjctMS4yLTIuNy0yLjd2LTcuN0MxODMuNCw0NC43LDE4NC43LDQzLjQsMTg2LjIsNDMuNHoiLz4KCQkJPGVsbGlwc2UgZmlsbD0iI0MwQzBCRiIgY3g9IjE4NiIgY3k9IjQ4LjkiIHJ4PSIwLjciIHJ5PSIwLjciLz4KCQkJPGVsbGlwc2UgZmlsbD0iI0MwQzBCRiIgY3g9IjE5NCIgY3k9IjQ2LjciIHJ4PSIwLjciIHJ5PSIwLjciLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xODYsNTMuM2wwLjQtMC4zYzAuNC0wLjMsMS0wLjMsMS41LTAuMWwxLDAuNAoJCQkJYzAuNSwwLjIsMSwwLjIsMS41LTAuMWwwLjgtMC41YzAuNC0wLjMsMS0wLjMsMS41LTAuMWwxLjgsMC44Ii8+CgkJPC9nPgoJPC9nPgoJPHBhdGggZmlsbD0iI0MwQzBCRiIgc3Ryb2tlPSIjQzBDMEJGIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTE1Niw0NC4zYy0wLjItMC4xLTAuNC0wLjEtMC41LDAKCQljMCwwLTAuMiwwLjEtMC45LDAuMmMtMC43LDAtMi40LTAuMS0zLjgtMC42Yy0wLjgtMC4zLTEuNy0wLjUtMi41LTAuNWMtMC4yLDAtMC40LDAtMC41LDBjLTEuMywwLTIuNSwwLjMtMy42LDEKCQljLTAuMiwwLjEtMC4yLDAuMi0wLjIsMC40djExLjZjMCwwLjMsMC4xLDAuNSwwLjMsMC41YzAuNiwwLDAuNS0wLjQsMC41LTAuNnYtNS43YzAuNy0wLjMsMy4yLTEuMSw1LjgtMC4xCgkJYzEuNiwwLjYsMy41LDAuNyw0LjMsMC43YzAuOCwwLDEuMy0wLjMsMS4zLTAuM2MwLjItMC4xLDAuMy0wLjIsMC4zLTAuNHYtNS43QzE1Ni4yLDQ0LjYsMTU2LjEsNDQuNCwxNTYsNDQuM3ogTTE1NS42LDUwLjIKCQljLTAuMSwwLTAuNywwLjEtMSwwLjFjLTAuNywwLTIuNC0wLjEtMy44LTAuNmMtMi41LTEtNS0wLjUtNi4yLTAuMXYtNC45YzAuOS0wLjUsMi4yLTAuNywzLjItMC43YzAuMSwwLDAuMywwLDAuNCwwCgkJYzAuNywwLDEuNSwwLjIsMi4yLDAuNGMxLjYsMC42LDMuNSwwLjcsNC4zLDAuN2MwLjIsMCwwLjgsMCwxLTAuMVY1MC4yeiIvPgoJPGc+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBkPSJNNDguMSw0My41aDMuN2MyLjUsMCw0LjUsMiw0LjUsNC41YzAsMC41LTAuNCwwLjktMC45LDAuOUg0NC41Yy0wLjUsMC0wLjktMC40LTAuOS0wLjkKCQkJQzQzLjYsNDUuNSw0NS42LDQzLjUsNDguMSw0My41eiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNDMuNSw0OC44Yy0wLjIsMC4xLTAuNSwxLjIsMCwxLjVjMS40LDEsOC41LDAuOCwxMS4zLDAuNgoJCQljMC44LTAuMSwxLjYtMC40LDEuNy0xLjJjMC0wLjMtMC4xLTAuNi0wLjYtMC45Ii8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik00My41LDUwLjZMNDMuMyw1MWMtMC4yLDAuNSwwLjIsMSwwLjcsMC45YzAuMy0wLjEsMC41LDAsMC43LDAuMwoJCQlsMC4xLDAuMmMwLjMsMC41LDEsMC42LDEuNSwwLjJsMCwwYzAuMy0wLjIsMC43LTAuMywxLTAuMmwwLjgsMC4zYzAuNCwwLjIsMC44LDAuMSwxLjIsMGwwLjUtMC4yYzAuNC0wLjIsMC45LTAuMiwxLjMsMGwwLjUsMC4yCgkJCWMwLjQsMC4yLDAuOCwwLjIsMS4yLDBsMC4yLTAuMWMwLjMtMC4yLDAuOC0wLjIsMS4xLDAuMWwwLjIsMC4yYzAuMywwLjMsMC44LDAuMiwxLTAuMmwwLjEtMC4yYzAuMS0wLjIsMC0wLjMsMC4yLTAuMwoJCQljMC41LDAsMS4yLTAuMywxLjEtMC43bC0wLjQtMS4xIi8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik00My41LDUyLjJjLTAuMSwwLjItMC4zLDAuOCwwLDEuMWMwLjMsMC40LDMsMS4xLDYuNCwxLjEKCQkJYzIuMiwwLDQuNi0wLjMsNi0wLjZjMC41LTAuMSwwLjktMC41LDAuOC0wLjljMC0wLjItMC4yLTAuNS0wLjQtMC43Ii8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik00My41LDUzLjNjMCwwLjUsMC42LDIuMywxLjMsMi43YzEuOCwwLjgsNS43LDAuNyw4LjEsMC41CgkJCWMxLjMtMC4xLDIuNS0wLjcsMy4yLTEuOGMwLjMtMC41LDAuNS0xLDAuNS0xLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjQzBDMEJGIiBjeD0iNTEuNiIgY3k9IjQ2LjUiIHJ4PSIwLjMiIHJ5PSIwLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjQzBDMEJGIiBjeD0iNTMiIGN5PSI0NSIgcng9IjAuMyIgcnk9IjAuNCIvPgoJCTxlbGxpcHNlIGZpbGw9IiNDMEMwQkYiIGN4PSI1MyIgY3k9IjQ3LjIiIHJ4PSIwLjMiIHJ5PSIwLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjQzBDMEJGIiBjeD0iNTQuMyIgY3k9IjQ2LjUiIHJ4PSIwLjMiIHJ5PSIwLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjQzBDMEJGIiBjeD0iNTAuOSIgY3k9IjQ1IiByeD0iMC4zIiByeT0iMC40Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNDMEMwQkYiIGQ9Ik0yNC4yLDUxdi03LjZjMC4xLDAuMSwwLjgsMC45LDIuOCwzLjFjMi41LTEuNyw1LjYtMC43LDYuOSwwbDIuNC0zLjF2Ny4xCgkJCWMwLDEuMi0wLjEsMi41LTAuOSwzLjRjLTEsMS4yLTIuNywyLjUtNS4zLDIuNWMtMi45LDAtNC41LTEuNS01LjMtMi45QzI0LjIsNTIuOSwyNC4yLDUyLDI0LjIsNTF6Ii8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0yMS4yLDUwbDUuNCwxLjIiLz4KCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNDMEMwQkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTIxLjIsNTQuMWw1LjQtMS4yIi8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0zOC44LDUwbC01LjQsMS4yIi8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQzBDMEJGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0zOC44LDU0LjFsLTUuNC0xLjIiLz4KCQk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0MwQzBCRiIgZD0iTTI5LjUsNTIuNEwyOSw1MS43Yy0wLjItMC4zLDAtMC42LDAuMy0wLjZoMS40CgkJCWMwLjMsMCwwLjUsMC40LDAuMywwLjZsLTAuNywxbDAsMGMtMC43LDEuMi0yLjYsMS4xLTMuMS0wLjNsLTAuMS0wLjJjLTAuMS0wLjIsMC0wLjQsMC4yLTAuNXMwLjQsMCwwLjUsMC4ybDAuMSwwLjIKCQkJQzI4LjMsNTIuOCwyOS4xLDUyLjksMjkuNSw1Mi40eiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0MwQzBCRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMzIuNCw1Mi4xbC0wLjEsMC4yYy0wLjQsMS0xLjgsMS4xLTIuMywwLjIiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjQzBDMEJGIiBjeD0iMjcuNiIgY3k9IjQ5LjciIHJ4PSIwLjciIHJ5PSIwLjciLz4KCQk8ZWxsaXBzZSBmaWxsPSIjQzBDMEJGIiBjeD0iMzIuNCIgY3k9IjQ5LjciIHJ4PSIwLjciIHJ5PSIwLjciLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGZpbGw9IiM2QUE5REQiIHN0cm9rZT0iIzZBQTlERCIgc3Ryb2tlLXdpZHRoPSIwLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTE0LjYsNzEuMmMtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjJINS43CgkJCWMtMC4xLDAtMC4yLDAuMS0wLjMsMC4yYy0wLjEsMC4xLTAuMSwwLjIsMCwwLjRjMC43LDIsMi41LDMuMyw0LjYsMy4zczMuOS0xLjMsNC42LTMuM0MxNC43LDcxLjUsMTQuNyw3MS4zLDE0LjYsNzEuMnogTTEwLDc0LjEKCQkJYy0xLjYsMC0zLTAuOS0zLjctMi4yaDcuM0MxMyw3My4yLDExLjYsNzQuMSwxMCw3NC4xeiIvPgoJCTxwYXRoIGZpbGw9IiM2QUE5REQiIHN0cm9rZT0iIzZBQTlERCIgc3Ryb2tlLXdpZHRoPSIwLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEyLjgsNjkuNWMwLjYsMCwxLjEtMC41LDEuMS0xLjEKCQkJYzAtMC42LTAuNS0xLjItMS4xLTEuMmMtMC42LDAtMS4yLDAuNS0xLjIsMS4yQzExLjYsNjksMTIuMiw2OS41LDEyLjgsNjkuNXogTTEyLjgsNjhjMC4yLDAsMC40LDAuMiwwLjQsMC40CgkJCWMwLDAuMi0wLjIsMC40LTAuNCwwLjRjLTAuMiwwLTAuNC0wLjItMC40LTAuNEMxMi40LDY4LjEsMTIuNiw2OCwxMi44LDY4eiIvPgoJCTxwYXRoIGZpbGw9IiM2QUE5REQiIHN0cm9rZT0iIzZBQTlERCIgc3Ryb2tlLXdpZHRoPSIwLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTcuMiw2OS41YzAuNiwwLDEuMi0wLjUsMS4yLTEuMQoJCQljMC0wLjYtMC41LTEuMi0xLjItMS4yYy0wLjYsMC0xLjEsMC41LTEuMSwxLjJDNi4xLDY5LDYuNiw2OS41LDcuMiw2OS41eiBNNy4yLDY4YzAuMiwwLDAuNCwwLjIsMC40LDAuNGMwLDAuMi0wLjIsMC40LTAuNCwwLjQKCQkJYy0wLjIsMC0wLjQtMC4yLTAuNC0wLjRDNi44LDY4LjEsNyw2OCw3LjIsNjh6Ii8+CgkJPHBhdGggZmlsbD0iIzZBQTlERCIgc3Ryb2tlPSIjNkFBOUREIiBzdHJva2Utd2lkdGg9IjAuMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTAsNjNjLTMuOCwwLTcsMy4xLTcsN2MwLDMuOCwzLjEsNyw3LDcKCQkJczctMy4xLDctN0MxNyw2Ni4yLDEzLjgsNjMsMTAsNjN6IE0xMCw3Ni4yYy0zLjQsMC02LjItMi44LTYuMi02LjJjMC0zLjQsMi44LTYuMiw2LjItNi4yczYuMiwyLjgsNi4yLDYuMgoJCQlDMTYuMiw3My40LDEzLjQsNzYuMiwxMCw3Ni4yeiIvPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgZD0iTTY0LjEsNzMuNGwyLjMsMGMwLjIsMCwwLjQsMC4yLDAuNCwwLjR2Mi4xYzAsMC4yLTAuMiwwLjQtMC40LDAuNGgtMi4zCgkJCQljLTAuMiwwLTAuNC0wLjItMC40LTAuNHYtMi4xQzYzLjcsNzMuNiw2My44LDczLjQsNjQuMSw3My40eiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2QUE5REQiIGQ9Ik03My41LDczLjVoMi40YzAuMiwwLDAuNCwwLjIsMC40LDAuNHYyLjFjMCwwLjItMC4yLDAuNC0wLjQsMC40aC0yLjQKCQkJCWMtMC4yLDAtMC40LTAuMi0wLjQtMC40bDAtMi4xQzczLjEsNzMuNiw3My4zLDczLjUsNzMuNSw3My41eiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2QUE5REQiIGQ9Ik02My43LDY4LjRoMTIuNnY1SDYzLjdWNjguNHoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNkFBOUREIiBkPSJNNjUuNSw2My42aDguOWMxLDAsMS45LDAuOCwxLjksMS45djMuMUg2My43di0zLjFDNjMuNyw2NC41LDY0LjUsNjMuNiw2NS41LDYzLjZ6Ii8+CgkJCTxlbGxpcHNlIGZpbGw9IiM2QUE5REQiIGN4PSI2Ni4yIiBjeT0iNzAuOSIgcng9IjAuOSIgcnk9IjAuOSIvPgoJCQk8ZWxsaXBzZSBmaWxsPSIjNkFBOUREIiBjeD0iNzMuOCIgY3k9IjcwLjkiIHJ4PSIwLjkiIHJ5PSIwLjkiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNkFBOUREIiBkPSJNOTYuNCw3MGMwLDMuNi0yLjksNi41LTYuNCw2LjVzLTYuNC0yLjktNi40LTYuNXMyLjktNi41LDYuNC02LjVTOTYuNCw2Ni40LDk2LjQsNzB6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgZD0iTTk2LjMsNjguNmMwLDAsMCwwLjEsMCwwLjFjLTAuOSwwLjEtMi45LDAuMS00LjYtMS4yYy0xLjEtMC44LTItMS43LTIuNi0yLjUKCQkJCWMtMC4zLTAuNC0wLjYtMC44LTAuNy0xLjFjLTAuMS0wLjEtMC4xLTAuMi0wLjEtMC4yYzAuNS0wLjEsMS4yLTAuMiwyLTAuMmMxLjIsMCwyLjUsMC4zLDMuNSwxLjFjMSwwLjgsMS43LDEuOCwyLjEsMi44CgkJCQlDOTYuMSw2Ny45LDk2LjIsNjguMyw5Ni4zLDY4LjZ6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgZD0iTTg0LDcyLjJjMCwwLDAtMC4xLDAtMC4xYzAuOS0wLjIsMi45LTAuNCw0LjcsMC42YzEuMSwwLjcsMS45LDEuNSwyLjQsMi4zCgkJCQljMC40LDAuNSwwLjYsMSwwLjcsMS4zYy0wLjQsMC4xLTEsMC4yLTEuNywwLjNjLTEsMC0yLjEtMC4xLTMuMi0wLjhzLTEuOS0xLjYtMi40LTIuNUM4NC4yLDcyLjgsODQuMSw3Mi40LDg0LDcyLjJ6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTE2LjMsNjYuOGwtMS40LDJsLTAuOC0wLjhsLTAuNi0wLjdsMCwwLjlsLTAuMSw4LjJoLTYuOAoJCQkJbC0wLjEtOC4ybDAtMC45bC0wLjYsMC43bC0wLjgsMC44bC0xLjQtMmwyLjYtMi45YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xaDEuM2wwLjQsMC43YzAuNywxLjMsMi42LDEuMywzLjMtMC4xbDAuMy0wLjZoMS4yCgkJCQljMC4xLDAsMC4yLDAsMC4zLDAuMWwwLjMtMC4zbC0wLjMsMC4zTDExNi4zLDY2Ljh6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgZD0iTTExMC4xLDY3LjdoMnYwLjljMCwwLjQtMC40LDAuNy0xLDAuN2MtMC42LDAtMS0wLjMtMS0wLjdMMTEwLjEsNjcuN0wxMTAuMSw2Ny43eiIvPgoJCTwvZz4KCTwvZz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2QUE5REQiIGQ9Ik0xMjYuOCw3NC4zYzAsMS4yLTEsMi4yLTIuMiwyLjJzLTIuMi0xLTIuMi0yLjJzMS0yLjIsMi4yLTIuMlMxMjYuOCw3My4xLDEyNi44LDc0LjN6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgZD0iTTEzNy42LDc0LjNjMCwxLjItMSwyLjItMi4yLDIuMmMtMS4yLDAtMi4yLTEtMi4yLTIuMnMxLTIuMiwyLjItMi4yCgkJCQlDMTM2LjYsNzIuMSwxMzcuNiw3My4xLDEzNy42LDc0LjN6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgZD0iTTEyNi44LDY0LjR2OS45Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgZD0iTTEzNy43LDY0LjR2OS45Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgZD0iTTEyNi44LDYzLjVoMTAuOHYyLjdoLTEwLjhDMTI2LjgsNjYuMiwxMjYuOCw2My41LDEyNi44LDYzLjV6Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9IiM2QUE5REQiIGQ9Ik0xNzAuOCw2My4xTDE3MC44LDYzLjFjLTAuMywwLTAuNSwwLTAuOCwwYy0yLjEsMC00LDEtNS4zLDIuNWwtMC4xLDBsLTAuMS0wLjFsLTEtMS4ybC0wLjMsMy40bDMuNCwwLjMKCQkJCWwtMS4xLTEuM2wtMC4xLTAuMWwwLjEtMC4xYzEuMS0xLjQsMy0yLjMsNS0yLjFsMCwwYzMuMiwwLjMsNS41LDMuMSw1LjIsNi4zYy0wLjMsMy0zLjEsNS4zLTYuMSw1LjFjLTMuMS0wLjItNS40LTIuOS01LjMtNgoJCQkJbC0xLjMtMC4xYy0wLjIsMy44LDIuNiw3LjEsNi4zLDcuNGMzLjksMC4zLDcuMy0yLjYsNy42LTYuNUMxNzcuMiw2Ni44LDE3NC40LDYzLjUsMTcwLjgsNjMuMXoiLz4KCQkJPHBhdGggZmlsbD0iIzZBQTlERCIgZD0iTTE3MC4zLDY3LjRjMC0wLjMtMC4zLTAuNi0wLjYtMC42cy0wLjYsMC4zLTAuNiwwLjZ2My4yYzAsMC4yLDAuMSwwLjMsMC4yLDAuNGMwLjEsMC4xLDAuMywwLjIsMC40LDAuMgoJCQkJaDIuNGMwLjQsMCwwLjYtMC4zLDAuNi0wLjZTMTcyLjQsNzAsMTcyLDcwaC0xLjZoLTAuMnYtMC4yTDE3MC4zLDY3LjRMMTcwLjMsNjcuNHoiLz4KCQk8L2c+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNkFBOUREIiBkPSJNMTg2LjIsNjMuNGg3LjdjMS41LDAsMi43LDEuMiwyLjcsMi43djcuN2MwLDEuNS0xLjIsMi43LTIuNywyLjdoLTcuNwoJCQkJYy0xLjUsMC0yLjctMS4yLTIuNy0yLjd2LTcuN0MxODMuNCw2NC43LDE4NC43LDYzLjQsMTg2LjIsNjMuNHoiLz4KCQkJPGVsbGlwc2UgZmlsbD0iIzZBQTlERCIgY3g9IjE4NiIgY3k9IjY4LjkiIHJ4PSIwLjciIHJ5PSIwLjciLz4KCQkJPGVsbGlwc2UgZmlsbD0iIzZBQTlERCIgY3g9IjE5NCIgY3k9IjY2LjciIHJ4PSIwLjciIHJ5PSIwLjciLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNkFBOUREIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xODYsNzMuM2wwLjQtMC4zYzAuNC0wLjMsMS0wLjMsMS41LTAuMWwxLDAuNAoJCQkJYzAuNSwwLjIsMSwwLjIsMS41LTAuMWwwLjgtMC41YzAuNC0wLjMsMS0wLjMsMS41LTAuMWwxLjgsMC44Ii8+CgkJPC9nPgoJPC9nPgoJPHBhdGggZmlsbD0iIzZBQTlERCIgc3Ryb2tlPSIjNkFBOUREIiBzdHJva2Utd2lkdGg9IjAuMjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTE1Niw2NC4zYy0wLjItMC4xLTAuNC0wLjEtMC41LDAKCQljMCwwLTAuMiwwLjEtMC45LDAuMmMtMC43LDAtMi40LTAuMS0zLjgtMC42Yy0wLjgtMC4zLTEuNy0wLjUtMi41LTAuNWMtMC4yLDAtMC40LDAtMC41LDBjLTEuMywwLTIuNSwwLjMtMy42LDEKCQljLTAuMiwwLjEtMC4yLDAuMi0wLjIsMC40djExLjZjMCwwLjMsMC4xLDAuNSwwLjMsMC41YzAuNiwwLDAuNS0wLjQsMC41LTAuNnYtNS43YzAuNy0wLjMsMy4yLTEuMSw1LjgtMC4xCgkJYzEuNiwwLjYsMy41LDAuNyw0LjMsMC43YzAuOCwwLDEuMy0wLjMsMS4zLTAuM2MwLjItMC4xLDAuMy0wLjIsMC4zLTAuNHYtNS43QzE1Ni4yLDY0LjYsMTU2LjEsNjQuNCwxNTYsNjQuM3ogTTE1NS42LDcwLjIKCQljLTAuMSwwLTAuNywwLjEtMSwwLjFjLTAuNywwLTIuNC0wLjEtMy44LTAuNmMtMi41LTEtNS0wLjUtNi4yLTAuMXYtNC45YzAuOS0wLjUsMi4yLTAuNywzLjItMC43YzAuMSwwLDAuMywwLDAuNCwwCgkJYzAuNywwLDEuNSwwLjIsMi4yLDAuNGMxLjYsMC42LDMuNSwwLjcsNC4zLDAuN2MwLjIsMCwwLjgsMCwxLTAuMVY3MC4yeiIvPgoJPGc+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNkFBOUREIiBkPSJNNDguMSw2My41aDMuN2MyLjUsMCw0LjUsMiw0LjUsNC41YzAsMC41LTAuNCwwLjktMC45LDAuOUg0NC41Yy0wLjUsMC0wLjktMC40LTAuOS0wLjkKCQkJQzQzLjYsNjUuNSw0NS42LDYzLjUsNDguMSw2My41eiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNDMuNSw2OC44Yy0wLjIsMC4xLTAuNSwxLjIsMCwxLjVjMS40LDAuOSw4LjUsMC44LDExLjMsMC42CgkJCWMwLjgtMC4xLDEuNi0wLjQsMS43LTEuMmMwLTAuMy0wLjEtMC42LTAuNi0wLjkiLz4KCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2QUE5REQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTQzLjUsNzAuNkw0My4zLDcxYy0wLjIsMC41LDAuMiwxLDAuNywwLjljMC4zLTAuMSwwLjUsMC4xLDAuNywwLjMKCQkJbDAuMSwwLjJjMC4zLDAuNSwxLDAuNiwxLjUsMC4ybDAsMGMwLjMtMC4yLDAuNy0wLjMsMS0wLjJsMC44LDAuM2MwLjQsMC4yLDAuOCwwLjEsMS4yLDBsMC41LTAuMmMwLjQtMC4yLDAuOS0wLjIsMS4zLDBsMC41LDAuMgoJCQljMC40LDAuMiwwLjgsMC4yLDEuMi0wLjFsMC4yLTAuMWMwLjMtMC4yLDAuOC0wLjIsMS4xLDAuMWwwLjIsMC4yYzAuMywwLjMsMC44LDAuMiwxLTAuMmwwLjEtMC4yYzAuMS0wLjIsMC0wLjMsMC4yLTAuMwoJCQljMC41LDAsMS4yLTAuMywxLjEtMC43bC0wLjQtMS4xIi8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNkFBOUREIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik00My41LDcyLjJjLTAuMSwwLjItMC4zLDAuOCwwLDEuMWMwLjMsMC40LDMsMS4xLDYuNCwxLjEKCQkJYzIuMiwwLDQuNi0wLjMsNi0wLjZjMC41LTAuMSwwLjktMC40LDAuOC0wLjljMC0wLjItMC4yLTAuNS0wLjQtMC43Ii8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNkFBOUREIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik00My41LDczLjNjMCwwLjUsMC42LDIuMywxLjMsMi43YzEuOCwwLjgsNS43LDAuNyw4LjEsMC41CgkJCWMxLjMtMC4xLDIuNS0wLjcsMy4yLTEuOGMwLjMtMC41LDAuNS0xLDAuNS0xLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjNkFBOUREIiBjeD0iNTEuNiIgY3k9IjY2LjUiIHJ4PSIwLjMiIHJ5PSIwLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjNkFBOUREIiBjeD0iNTMiIGN5PSI2NSIgcng9IjAuMyIgcnk9IjAuNCIvPgoJCTxlbGxpcHNlIGZpbGw9IiM2QUE5REQiIGN4PSI1MyIgY3k9IjY3LjIiIHJ4PSIwLjMiIHJ5PSIwLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjNkFBOUREIiBjeD0iNTQuMyIgY3k9IjY2LjUiIHJ4PSIwLjMiIHJ5PSIwLjQiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjNkFBOUREIiBjeD0iNTAuOSIgY3k9IjY1IiByeD0iMC4zIiByeT0iMC40Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2QUE5REQiIGQ9Ik0yNC4yLDcxdi03LjZjMC4xLDAuMSwwLjgsMC45LDIuOCwzLjFjMi41LTEuNyw1LjYtMC43LDYuOSwwbDIuNC0zLjF2Ny4xCgkJCWMwLDEuMi0wLjEsMi41LTAuOSwzLjRjLTEsMS4yLTIuNywyLjUtNS4zLDIuNWMtMi45LDAtNC41LTEuNS01LjMtMi45QzI0LjIsNzIuOSwyNC4yLDcyLDI0LjIsNzF6Ii8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNkFBOUREIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0yMS4yLDcwLjFsNS40LDEuMiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMjEuMiw3NC4xbDUuNC0xLjIiLz4KCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2QUE5REQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTM4LjgsNzAuMWwtNS40LDEuMiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMzguOCw3NC4xbC01LjQtMS4yIi8+CgkJPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM2QUE5REQiIGQ9Ik0yOS41LDcyLjRMMjksNzEuN2MtMC4yLTAuMywwLTAuNiwwLjMtMC42aDEuNAoJCQljMC4zLDAsMC41LDAuNCwwLjMsMC42bC0wLjcsMWwwLDBjLTAuNywxLjItMi42LDEuMS0zLjEtMC4zbC0wLjEtMC4yYy0wLjEtMC4yLDAtMC40LDAuMi0wLjVjMC4yLTAuMSwwLjQsMCwwLjUsMC4ybDAuMSwwLjIKCQkJQzI4LjMsNzIuOCwyOS4xLDcyLjksMjkuNSw3Mi40eiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZBQTlERCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMzIuNCw3Mi4xbC0wLjEsMC4yYy0wLjQsMS0xLjgsMS4xLTIuMywwLjIiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjNkFBOUREIiBjeD0iMjcuNiIgY3k9IjY5LjciIHJ4PSIwLjciIHJ5PSIwLjciLz4KCQk8ZWxsaXBzZSBmaWxsPSIjNkFBOUREIiBjeD0iMzIuNCIgY3k9IjY5LjciIHJ4PSIwLjciIHJ5PSIwLjciLz4KCTwvZz4KPC9nPgo8Zz4KCTxwYXRoIGZpbGw9IiM4Njg2ODYiIHN0cm9rZT0iIzg2ODY4NiIgc3Ryb2tlLXdpZHRoPSIwLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTEyLjgsOS41YzAuNiwwLDEuMS0wLjUsMS4xLTEuMgoJCWMwLTAuNi0wLjUtMS4xLTEuMS0xLjFjLTAuNiwwLTEuMiwwLjUtMS4yLDEuMVMxMi4yLDkuNSwxMi44LDkuNXogTTEyLjgsNy45YzAuMiwwLDAuNCwwLjIsMC40LDAuNGMwLDAuMi0wLjIsMC40LTAuNCwwLjQKCQljLTAuMiwwLTAuNC0wLjItMC40LTAuNEMxMi40LDguMSwxMi42LDcuOSwxMi44LDcuOXoiLz4KCTxwYXRoIGZpbGw9IiM4Njg2ODYiIHN0cm9rZT0iIzg2ODY4NiIgc3Ryb2tlLXdpZHRoPSIwLjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTcuMiw5LjVjMC42LDAsMS4yLTAuNSwxLjItMS4yCgkJYzAtMC42LTAuNS0xLjEtMS4yLTEuMWMtMC42LDAtMS4xLDAuNS0xLjEsMS4xUzYuNiw5LjUsNy4yLDkuNXogTTcuMiw3LjljMC4yLDAsMC40LDAuMiwwLjQsMC40YzAsMC4yLTAuMiwwLjQtMC40LDAuNAoJCUM3LDguNyw2LjgsOC41LDYuOCw4LjNDNi44LDguMSw3LDcuOSw3LjIsNy45eiIvPgoJPHBhdGggZmlsbD0iIzg2ODY4NiIgc3Ryb2tlPSIjODY4Njg2IiBzdHJva2Utd2lkdGg9IjAuMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTQuNiwxMS4yYy0wLjEtMC4xLTAuMi0wLjItMC4zLTAuMkg1LjcKCQljLTAuMSwwLTAuMiwwLjEtMC4zLDAuMmMtMC4xLDAuMS0wLjEsMC4yLDAsMC40YzAuNywyLDIuNSwzLjMsNC42LDMuM3MzLjktMS4zLDQuNi0zLjNDMTQuNywxMS40LDE0LjcsMTEuMywxNC42LDExLjJ6IE0xMCwxNC4xCgkJYy0xLjYsMC0zLTAuOS0zLjctMi4yaDcuM0MxMywxMy4yLDExLjYsMTQuMSwxMCwxNC4xeiIvPgoJPHBhdGggZmlsbD0iIzg2ODY4NiIgc3Ryb2tlPSIjODY4Njg2IiBzdHJva2Utd2lkdGg9IjAuMSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTAsM2MtMy44LDAtNywzLjEtNyw3czMuMSw3LDcsN3M3LTMuMSw3LTcKCQlTMTMuOCwzLDEwLDN6IE0xMCwxNi4yYy0zLjQsMC02LjItMi44LTYuMi02LjJTNi42LDMuOCwxMCwzLjhzNi4yLDIuOCw2LjIsNi4yUzEzLjQsMTYuMiwxMCwxNi4yeiIvPgo8L2c+CjxnIGlkPSJDYXJfMDAwMDAwMTg5MzUzOTUwODU0MTM0MTM3NTAwMDAwMDA4MjUyNzM4Nzc4NDI3NzU3MTVfIj4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4Njg2ODYiIGQ9Ik02NC4xLDEzLjRsMi4zLDBjMC4yLDAsMC40LDAuMiwwLjQsMC40djIuMWMwLDAuMi0wLjIsMC40LTAuNCwwLjRoLTIuMwoJCQkJYy0wLjIsMC0wLjQtMC4yLTAuNC0wLjR2LTIuMUM2My43LDEzLjYsNjMuOCwxMy40LDY0LjEsMTMuNHoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBkPSJNNzMuNSwxMy40aDIuNGMwLjIsMCwwLjQsMC4yLDAuNCwwLjR2Mi4xYzAsMC4yLTAuMiwwLjQtMC40LDAuNGgtMi40CgkJCQljLTAuMiwwLTAuNC0wLjItMC40LTAuNGwwLTIuMUM3My4xLDEzLjYsNzMuMywxMy40LDczLjUsMTMuNHoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBkPSJNNjMuNyw4LjRoMTIuNnY1SDYzLjdWOC40eiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4Njg2ODYiIGQ9Ik02NS41LDMuNmg4LjljMSwwLDEuOSwwLjgsMS45LDEuOXYzLjFINjMuN1Y1LjVDNjMuNyw0LjQsNjQuNSwzLjYsNjUuNSwzLjZ6Ii8+CgkJCTxlbGxpcHNlIGZpbGw9IiM4Njg2ODYiIGN4PSI2Ni4yIiBjeT0iMTAuOSIgcng9IjAuOSIgcnk9IjAuOSIvPgoJCQk8ZWxsaXBzZSBmaWxsPSIjODY4Njg2IiBjeD0iNzMuOCIgY3k9IjEwLjkiIHJ4PSIwLjkiIHJ5PSIwLjkiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGcgaWQ9IkFjdGl2aXRpZXMiPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgZD0iTTk2LjQsMTBjMCwzLjYtMi45LDYuNS02LjQsNi41cy02LjQtMi45LTYuNC02LjVzMi45LTYuNSw2LjQtNi41Uzk2LjQsNi40LDk2LjQsMTB6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgZD0iTTk2LjMsOC42YzAsMCwwLDAuMSwwLDAuMWMtMC45LDAuMS0yLjksMC4xLTQuNi0xLjJjLTEuMS0wLjgtMi0xLjctMi42LTIuNQoJCQkJYy0wLjMtMC40LTAuNi0wLjgtMC43LTEuMWMtMC4xLTAuMS0wLjEtMC4yLTAuMS0wLjJjMC41LTAuMSwxLjItMC4yLDItMC4yYzEuMiwwLDIuNSwwLjMsMy41LDEuMWMxLDAuOCwxLjcsMS44LDIuMSwyLjgKCQkJCUM5Ni4xLDcuOSw5Ni4yLDguMyw5Ni4zLDguNnoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBkPSJNODQsMTIuMWMwLDAsMC0wLjEsMC0wLjFjMC45LTAuMiwyLjktMC40LDQuNywwLjZjMS4xLDAuNiwxLjksMS41LDIuNCwyLjMKCQkJCWMwLjQsMC41LDAuNiwxLDAuNywxLjNjLTAuNCwwLjEtMSwwLjItMS43LDAuM2MtMSwwLTIuMS0wLjEtMy4yLTAuOGMtMS4xLTAuNi0xLjktMS42LTIuNC0yLjVDODQuMiwxMi44LDg0LjEsMTIuNCw4NCwxMi4xeiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyBpZD0iT2JqZWN0c18wMDAwMDA2NDMxMjM3MTczOTEzMDMxNTI1MDAwMDAxMDIyNTg4OTAzMjIyODYzMjk3NV8iPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTE2LjMsNi44bC0xLjQsMkwxMTQuMSw4bC0wLjYtMC43bDAsMC45bC0wLjEsOC4yaC02LjhsLTAuMS04LjIKCQkJCWwwLTAuOUwxMDUuOSw4bC0wLjgsMC44bC0xLjQtMmwyLjYtMi45YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xaDEuM2wwLjQsMC43YzAuNywxLjMsMi42LDEuMywzLjMtMC4xbDAuMy0wLjZoMS4yCgkJCQljMC4xLDAsMC4yLDAsMC4zLDAuMWwwLjMtMC4zbC0wLjMsMC4zTDExNi4zLDYuOHoiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBkPSJNMTEwLjEsNy43aDJ2MC45YzAsMC40LTAuNCwwLjctMSwwLjdjLTAuNiwwLTEtMC4zLTEtMC43TDExMC4xLDcuN0wxMTAuMSw3Ljd6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnIGlkPSJTeW1ib2xzXzAwMDAwMDk2NzQ2OTA3ODY5OTI5OTIxMTgwMDAwMDA2NDg0ODEyODMwMjgyNTgyNDE2XyI+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBkPSJNMTI2LjgsMTQuM2MwLDEuMi0xLDIuMi0yLjIsMi4ycy0yLjItMS0yLjItMi4yczEtMi4yLDIuMi0yLjJTMTI2LjgsMTMuMSwxMjYuOCwxNC4zeiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4Njg2ODYiIGQ9Ik0xMzcuNiwxNC4zYzAsMS4yLTEsMi4yLTIuMiwyLjJjLTEuMiwwLTIuMi0xLTIuMi0yLjJzMS0yLjIsMi4yLTIuMgoJCQkJQzEzNi42LDEyLjEsMTM3LjYsMTMuMSwxMzcuNiwxNC4zeiIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4Njg2ODYiIGQ9Ik0xMjYuOCw0LjR2OS45Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgZD0iTTEzNy43LDQuNHY5LjkiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBkPSJNMTI2LjgsMy41aDEwLjh2Mi43aC0xMC44QzEyNi44LDYuMiwxMjYuOCwzLjUsMTI2LjgsMy41eiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyBpZD0iUmVjZW50cyI+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZmlsbD0iIzg2ODY4NiIgZD0iTTE3MC44LDMuMUwxNzAuOCwzLjFjLTAuMywwLTAuNSwwLTAuOCwwYy0yLjEsMC00LDEtNS4zLDIuNWwtMC4xLDBsLTAuMS0wLjFsLTEtMS4ybC0wLjMsMy40bDMuNCwwLjMKCQkJCWwtMS4xLTEuM2wtMC4xLTAuMWwwLjEtMC4xYzEuMS0xLjQsMy0yLjMsNS0yLjFsMCwwYzMuMiwwLjMsNS41LDMuMSw1LjIsNi4zYy0wLjMsMy0zLjEsNS4zLTYuMSw1LjFjLTMuMS0wLjItNS40LTIuOS01LjMtNgoJCQkJTDE2Myw5LjVjLTAuMiwzLjgsMi42LDcuMSw2LjMsNy40YzMuOSwwLjQsNy4zLTIuNiw3LjYtNi41QzE3Ny4yLDYuOCwxNzQuNCwzLjUsMTcwLjgsMy4xeiIvPgoJCQk8cGF0aCBmaWxsPSIjODY4Njg2IiBkPSJNMTcwLjMsNy40YzAtMC4zLTAuMy0wLjYtMC42LTAuNlMxNjksNy4xLDE2OSw3LjR2My4yYzAsMC4yLDAuMSwwLjMsMC4yLDAuNGMwLjEsMC4xLDAuMywwLjIsMC40LDAuMgoJCQkJaDIuNGMwLjQsMCwwLjYtMC4zLDAuNi0wLjZzLTAuMy0wLjYtMC42LTAuNmgtMS42aC0wLjJWOS44TDE3MC4zLDcuNEwxNzAuMyw3LjR6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnIGlkPSJDdXN0b21fMDAwMDAxODEwODcyMjk0MzQzMDIzMzY3ODAwMDAwMDUxNTIyNzc5NDU5NDA2NzQ0ODhfIj4KCTxnPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4Njg2ODYiIGQ9Ik0xODYuMiwzLjRoNy43YzEuNSwwLDIuNywxLjIsMi43LDIuN3Y3LjdjMCwxLjUtMS4yLDIuNy0yLjcsMi43aC03LjcKCQkJCWMtMS41LDAtMi43LTEuMi0yLjctMi43VjYuMUMxODMuNCw0LjYsMTg0LjcsMy40LDE4Ni4yLDMuNHoiLz4KCQkJPGVsbGlwc2UgZmlsbD0iIzg2ODY4NiIgY3g9IjE4NiIgY3k9IjguOSIgcng9IjAuNyIgcnk9IjAuNyIvPgoJCQk8ZWxsaXBzZSBmaWxsPSIjODY4Njg2IiBjeD0iMTk0IiBjeT0iNi43IiByeD0iMC43IiByeT0iMC43Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMTg2LDEzLjNsMC40LTAuM2MwLjQtMC4zLDEtMC4zLDEuNS0wLjFsMSwwLjQKCQkJCWMwLjUsMC4yLDEsMC4yLDEuNS0wLjFsMC44LTAuNWMwLjQtMC4zLDEtMC4zLDEuNS0wLjFsMS44LDAuOCIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8cGF0aCBmaWxsPSIjODY4Njg2IiBzdHJva2U9IiM4Njg2ODYiIHN0cm9rZS13aWR0aD0iMC4yNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTU2LDQuM2MtMC4yLTAuMS0wLjQtMC4xLTAuNSwwCgljMCwwLTAuMiwwLjEtMC45LDAuMWMtMC43LDAtMi40LTAuMS0zLjgtMC42Yy0wLjgtMC4zLTEuNy0wLjUtMi41LTAuNWMtMC4yLDAtMC40LDAtMC41LDBjLTEuMywwLTIuNSwwLjMtMy42LDEKCWMtMC4yLDAuMS0wLjIsMC4yLTAuMiwwLjR2MTEuNmMwLDAuMywwLjEsMC41LDAuMywwLjVjMC42LDAsMC41LTAuNCwwLjUtMC42di01LjdjMC43LTAuMywzLjItMS4xLDUuOC0wLjFjMS42LDAuNiwzLjUsMC43LDQuMywwLjcKCWMwLjgsMCwxLjMtMC4zLDEuMy0wLjNjMC4yLTAuMSwwLjMtMC4yLDAuMy0wLjRWNC43QzE1Ni4yLDQuNSwxNTYuMSw0LjQsMTU2LDQuM3ogTTE1NS42LDEwLjJjLTAuMSwwLTAuNywwLjEtMSwwLjEKCWMtMC43LDAtMi40LTAuMS0zLjgtMC42Yy0yLjUtMS01LTAuNS02LjItMC4xVjQuN2MwLjktMC41LDIuMi0wLjcsMy4yLTAuN2MwLjEsMCwwLjMsMCwwLjQsMGMwLjcsMCwxLjUsMC4yLDIuMiwwLjQKCWMxLjYsMC42LDMuNSwwLjcsNC4zLDAuN2MwLjIsMCwwLjgsMCwxLTAuMVYxMC4yeiIvPgo8ZyBpZD0iRm9vZCI+Cgk8ZyBpZD0iTGF5ZXJfMTIiPgoJCTxnPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4Njg2ODYiIGQ9Ik00OC4xLDMuNWgzLjdjMi41LDAsNC41LDIsNC41LDQuNWMwLDAuNS0wLjQsMC45LTAuOSwwLjlINDQuNWMtMC41LDAtMC45LTAuNC0wLjktMC45CgkJCQlDNDMuNiw1LjUsNDUuNiwzLjUsNDguMSwzLjV6Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNDMuNSw4LjdjLTAuMiwwLjEtMC41LDEuMiwwLDEuNWMxLjQsMC45LDguNSwwLjgsMTEuMywwLjYKCQkJCWMwLjgtMC4xLDEuNi0wLjQsMS43LTEuMmMwLTAuMy0wLjEtMC42LTAuNi0wLjkiLz4KCQkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik00My41LDEwLjZMNDMuMywxMWMtMC4yLDAuNSwwLjIsMSwwLjcsMC45CgkJCQljMC4zLTAuMSwwLjUsMC4xLDAuNywwLjNsMC4xLDAuMmMwLjMsMC41LDEsMC42LDEuNSwwLjJsMCwwYzAuMy0wLjIsMC43LTAuMywxLTAuMmwwLjgsMC4zYzAuNCwwLjEsMC44LDAuMSwxLjIsMGwwLjUtMC4yCgkJCQljMC40LTAuMiwwLjktMC4yLDEuMywwbDAuNSwwLjJjMC40LDAuMiwwLjgsMC4xLDEuMi0wLjFsMC4yLTAuMWMwLjMtMC4yLDAuOC0wLjEsMS4xLDAuMWwwLjIsMC4yYzAuMywwLjMsMC44LDAuMiwxLTAuMmwwLjEtMC4yCgkJCQljMC4xLTAuMiwwLTAuMywwLjItMC40YzAuNSwwLDEuMi0wLjMsMS4xLTAuN2wtMC40LTEuMSIvPgoJCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4Njg2ODYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTQzLjUsMTIuMWMtMC4xLDAuMi0wLjMsMC44LDAsMS4xYzAuMywwLjQsMywxLjEsNi40LDEuMQoJCQkJYzIuMiwwLDQuNi0wLjMsNi0wLjZjMC41LTAuMSwwLjktMC40LDAuOC0wLjljMC0wLjItMC4yLTAuNS0wLjQtMC43Ii8+CgkJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNDMuNSwxMy4zYzAsMC41LDAuNiwyLjQsMS4zLDIuNmMxLjgsMC44LDUuNywwLjcsOC4xLDAuNQoJCQkJYzEuMy0wLjEsMi41LTAuNywzLjItMS44YzAuMy0wLjUsMC41LTEsMC41LTEuNCIvPgoJCQk8ZWxsaXBzZSBmaWxsPSIjODY4Njg2IiBjeD0iNTEuNiIgY3k9IjYuNSIgcng9IjAuMyIgcnk9IjAuNCIvPgoJCQk8ZWxsaXBzZSBmaWxsPSIjODY4Njg2IiBjeD0iNTMiIGN5PSI0LjkiIHJ4PSIwLjMiIHJ5PSIwLjQiLz4KCQkJPGVsbGlwc2UgZmlsbD0iIzg2ODY4NiIgY3g9IjUzIiBjeT0iNy4yIiByeD0iMC4zIiByeT0iMC40Ii8+CgkJCTxlbGxpcHNlIGZpbGw9IiM4Njg2ODYiIGN4PSI1NC4zIiBjeT0iNi41IiByeD0iMC4zIiByeT0iMC40Ii8+CgkJCTxlbGxpcHNlIGZpbGw9IiM4Njg2ODYiIGN4PSI1MC45IiBjeT0iNC45IiByeD0iMC4zIiByeT0iMC40Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnIGlkPSJBbmltYWxzIj4KCTxnPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgZD0iTTI0LjIsMTFWMy41YzAuMSwwLjEsMC44LDAuOSwyLjgsMy4xYzIuNS0xLjcsNS42LTAuNyw2LjksMGwyLjQtMy4xdjcuMQoJCQljMCwxLjItMC4xLDIuNS0wLjksMy40Yy0xLDEuMi0yLjcsMi41LTUuMywyLjVjLTIuOSwwLTQuNS0xLjUtNS4zLTIuOUMyNC4yLDEyLjksMjQuMiwxMS45LDI0LjIsMTF6Ii8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0yMS4yLDEwbDUuNCwxLjIiLz4KCQk8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM4Njg2ODYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTIxLjIsMTQuMWw1LjQtMS4yIi8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0zOC44LDEwbC01LjQsMS4yIi8+CgkJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjODY4Njg2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0zOC44LDE0LjFsLTUuNC0xLjIiLz4KCQk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzg2ODY4NiIgZD0iTTI5LjUsMTIuNEwyOSwxMS43Yy0wLjItMC4zLDAtMC42LDAuMy0wLjZoMS40CgkJCWMwLjMsMCwwLjUsMC40LDAuMywwLjZsLTAuNywxbDAsMGMtMC43LDEuMi0yLjYsMS4xLTMuMS0wLjNsLTAuMS0wLjJjLTAuMS0wLjIsMC0wLjQsMC4yLTAuNXMwLjQsMCwwLjUsMC4ybDAuMSwwLjIKCQkJQzI4LjMsMTIuNywyOS4xLDEyLjksMjkuNSwxMi40eiIvPgoJCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg2ODY4NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMzIuNCwxMi4xbC0wLjEsMC4yYy0wLjQsMS0xLjgsMS4xLTIuMywwLjIiLz4KCQk8ZWxsaXBzZSBmaWxsPSIjODY4Njg2IiBjeD0iMjcuNiIgY3k9IjkuNyIgcng9IjAuNyIgcnk9IjAuNyIvPgoJCTxlbGxpcHNlIGZpbGw9IiM4Njg2ODYiIGN4PSIzMi40IiBjeT0iOS43IiByeD0iMC43IiByeT0iMC43Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+`;function KJ(e){var t,n=e.isActiveCategory,r=e.category,i=e.allowNavigation,a=e.categoryConfig,o=e.onClick,s=e.customIcon,c=a.icon??s,l=c!=null;return(0,d.createElement)(Lq,{tabIndex:i?0:-1,className:zH(XJ.catBtn,aU.categoryBtn,l?XJ.customIcon:`epr-icn-`+r,(t={},t[$H.active]=n,t)),onClick:o,"aria-label":BU(a),"aria-selected":n,role:`tab`,"aria-controls":`epr-category-nav-id`},l?c:null)}var qJ={backgroundPositionY:`calc(var(--epr-category-navigation-button-size) * 3)`},JJ={backgroundPositionY:`calc(var(--epr-category-navigation-button-size) * 2)`},YJ={":not(.epr-search-active)":{catBtn:{":hover":qJ,"&.epr-active":qJ}}},XJ=tU.create(JH({catBtn:{".":`epr-cat-btn`,display:`inline-block`,transition:`opacity 0.2s ease-in-out`,position:`relative`,height:`var(--epr-category-navigation-button-size)`,width:`var(--epr-category-navigation-button-size)`,backgroundSize:`calc(var(--epr-category-navigation-button-size) * 10)`,outline:`none`,backgroundPosition:`0 0`,backgroundImage:`url(`+GJ+`)`,":focus:before":{content:``,position:`absolute`,top:`-2px`,left:`-2px`,right:`-2px`,bottom:`-2px`,border:`2px solid var(--epr-category-icon-active-color)`,borderRadius:`50%`},"&.epr-icn-suggested":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -8)`},"&.epr-icn-custom":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -9)`},"&.epr-icn-activities":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -4)`},"&.epr-icn-animals_nature":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -1)`},"&.epr-icn-flags":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -7)`},"&.epr-icn-food_drink":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -2)`},"&.epr-icn-objects":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -5)`},"&.epr-icn-smileys_people":{backgroundPositionX:`0px`},"&.epr-icn-symbols":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -6)`},"&.epr-icn-travel_places":{backgroundPositionX:`calc(var(--epr-category-navigation-button-size) * -3)`}},customIcon:{".":`epr-cat-btn-custom-icon`,backgroundImage:`none`,display:`flex`,alignItems:`center`,justifyContent:`center`}},oU(`catBtn`,JJ),{".epr-dark-theme":JH({},YJ),".epr-auto-theme":JH({},YJ)}));function ZJ(){var e=(0,d.useState)(null),t=e[0],n=e[1],r=HW()[1],i=UJ();HJ({setActiveCategory:n,setVisibleCategories:r});var a=wG(),o=rG(),s=iG(),c=VG(),l=WJ();return(0,d.createElement)(`div`,{className:zH(QJ.nav),role:`tablist`,"aria-label":`Category navigation`,id:`epr-category-nav-id`,ref:c},o.map(function(e){var r=zU(e),o=r===t;return Mq(e)&&l?null:(0,d.createElement)(KJ,{key:r,category:r,isActiveCategory:o,allowNavigation:!a&&!o,categoryConfig:e,customIcon:s[r],onClick:function(){i(r),setTimeout(function(){n(r)},10)}})}))}var QJ=tU.create({nav:{".":`epr-category-nav`,display:`flex`,flexDirection:`row`,justifyContent:`space-around`,padding:`var(--epr-header-padding)`},".epr-search-active":{nav:{opacity:`0.3`,cursor:`default`,pointerEvents:`none`}},".epr-main:has(input:not(:placeholder-shown))":{nav:{opacity:`0.3`,cursor:`default`,pointerEvents:`none`}}}),$J=`data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjgwcHgiIHZpZXdCb3g9IjAgMCAyMCA4MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgODAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjODY4Njg2IiBkPSJNNi45OCwxMy41OWMwLjEsMC4xLDAuMjQsMC4xNSwwLjM3LDAuMTVzMC4yNy0wLjA1LDAuMzctMC4xNWwyLjQyLTIuNDJsMi40MywyLjQzCgljMC4xLDAuMSwwLjI0LDAuMTUsMC4zNywwLjE1YzAuMTQsMCwwLjI3LTAuMDUsMC4zNy0wLjE1YzAuMjEtMC4yMSwwLjIxLTAuNTQsMC0wLjc1bC0yLjQzLTIuNDNMMTMuMzIsOAoJYzAuMjEtMC4yMSwwLjIxLTAuNTQsMC0wLjc1Yy0wLjIxLTAuMjEtMC41NC0wLjIxLTAuNzUsMGwtMi40MiwyLjQyTDcuNzQsNy4yN2MtMC4yMS0wLjIxLTAuNTQtMC4yMS0wLjc1LDAKCWMtMC4yMSwwLjIxLTAuMjEsMC41NCwwLDAuNzVsMi40MSwyLjQxbC0yLjQyLDIuNDJDNi43NywxMy4wNSw2Ljc3LDEzLjM5LDYuOTgsMTMuNTlMNi45OCwxMy41OXoiLz4KPHBhdGggZmlsbD0iIzg2ODY4NiIgZD0iTTEwLjE1LDE4LjQzYzQuNDEsMCw4LTMuNTksOC04YzAtNC40MS0zLjU5LTgtOC04Yy00LjQxLDAtOCwzLjU5LTgsOEMyLjE1LDE0Ljg0LDUuNzQsMTguNDMsMTAuMTUsMTguNDN6CgkgTTEwLjE1LDMuNDljMy44MywwLDYuOTQsMy4xMSw2Ljk0LDYuOTRjMCwzLjgzLTMuMTEsNi45NC02Ljk0LDYuOTRjLTMuODMsMC02Ljk0LTMuMTEtNi45NC02Ljk0QzMuMjEsNi42LDYuMzMsMy40OSwxMC4xNSwzLjQ5CglMMTAuMTUsMy40OXoiLz4KPHBhdGggZmlsbD0iIzMzNzFCNyIgZD0iTTYuOTgsMzMuNTljMC4xLDAuMSwwLjI0LDAuMTUsMC4zNywwLjE1czAuMjctMC4wNSwwLjM3LTAuMTVsMi40Mi0yLjQybDIuNDMsMi40MwoJYzAuMSwwLjEsMC4yNCwwLjE1LDAuMzcsMC4xNWMwLjE0LDAsMC4yNy0wLjA1LDAuMzctMC4xNWMwLjIxLTAuMjEsMC4yMS0wLjU0LDAtMC43NWwtMi40My0yLjQzTDEzLjMyLDI4CgljMC4yMS0wLjIxLDAuMjEtMC41NCwwLTAuNzVjLTAuMjEtMC4yMS0wLjU0LTAuMjEtMC43NSwwbC0yLjQyLDIuNDJsLTIuNDEtMi40MWMtMC4yMS0wLjIxLTAuNTQtMC4yMS0wLjc1LDAKCWMtMC4yMSwwLjIxLTAuMjEsMC41NCwwLDAuNzVsMi40MSwyLjQxbC0yLjQyLDIuNDJDNi43NywzMy4wNSw2Ljc3LDMzLjM5LDYuOTgsMzMuNTlMNi45OCwzMy41OXoiLz4KPHBhdGggZmlsbD0iIzMzNzFCNyIgZD0iTTEwLjE1LDM4LjQzYzQuNDEsMCw4LTMuNTksOC04YzAtNC40MS0zLjU5LTgtOC04Yy00LjQxLDAtOCwzLjU5LTgsOEMyLjE1LDM0Ljg0LDUuNzQsMzguNDMsMTAuMTUsMzguNDN6CgkgTTEwLjE1LDIzLjQ5YzMuODMsMCw2Ljk0LDMuMTEsNi45NCw2Ljk0YzAsMy44My0zLjExLDYuOTQtNi45NCw2Ljk0Yy0zLjgzLDAtNi45NC0zLjExLTYuOTQtNi45NAoJQzMuMjEsMjYuNiw2LjMzLDIzLjQ5LDEwLjE1LDIzLjQ5TDEwLjE1LDIzLjQ5eiIvPgo8cGF0aCBmaWxsPSIjQzBDMEJGIiBkPSJNNi45OCw1My41OWMwLjEsMC4xLDAuMjQsMC4xNSwwLjM3LDAuMTVzMC4yNy0wLjA1LDAuMzctMC4xNWwyLjQyLTIuNDJsMi40MywyLjQzCgljMC4xLDAuMSwwLjI0LDAuMTUsMC4zNywwLjE1YzAuMTQsMCwwLjI3LTAuMDUsMC4zNy0wLjE1YzAuMjEtMC4yMSwwLjIxLTAuNTQsMC0wLjc1bC0yLjQzLTIuNDNMMTMuMzIsNDgKCWMwLjIxLTAuMjEsMC4yMS0wLjU0LDAtMC43NWMtMC4yMS0wLjIxLTAuNTQtMC4yMS0wLjc1LDBsLTIuNDIsMi40MmwtMi40MS0yLjQxYy0wLjIxLTAuMjEtMC41NC0wLjIxLTAuNzUsMAoJYy0wLjIxLDAuMjEtMC4yMSwwLjU0LDAsMC43NWwyLjQxLDIuNDFsLTIuNDIsMi40MkM2Ljc3LDUzLjA1LDYuNzcsNTMuMzksNi45OCw1My41OUw2Ljk4LDUzLjU5eiIvPgo8cGF0aCBmaWxsPSIjQzBDMEJGIiBkPSJNMTAuMTUsNTguNDNjNC40MSwwLDgtMy41OSw4LThjMC00LjQxLTMuNTktOC04LThjLTQuNDEsMC04LDMuNTktOCw4QzIuMTUsNTQuODQsNS43NCw1OC40MywxMC4xNSw1OC40M3oKCSBNMTAuMTUsNDMuNDljMy44MywwLDYuOTQsMy4xMSw2Ljk0LDYuOTRjMCwzLjgzLTMuMTEsNi45NC02Ljk0LDYuOTRjLTMuODMsMC02Ljk0LTMuMTEtNi45NC02Ljk0CglDMy4yMSw0Ni42LDYuMzMsNDMuNDksMTAuMTUsNDMuNDlMMTAuMTUsNDMuNDl6Ii8+CjxwYXRoIGZpbGw9IiM2QUE5REQiIGQ9Ik02Ljk4LDczLjU5YzAuMSwwLjEsMC4yNCwwLjE1LDAuMzcsMC4xNXMwLjI3LTAuMDUsMC4zNy0wLjE1bDIuNDItMi40MmwyLjQzLDIuNDMKCWMwLjEsMC4xLDAuMjQsMC4xNSwwLjM3LDAuMTVjMC4xNCwwLDAuMjctMC4wNSwwLjM3LTAuMTVjMC4yMS0wLjIxLDAuMjEtMC41NCwwLTAuNzVsLTIuNDMtMi40M0wxMy4zMiw2OAoJYzAuMjEtMC4yMSwwLjIxLTAuNTQsMC0wLjc1Yy0wLjIxLTAuMjEtMC41NC0wLjIxLTAuNzUsMGwtMi40MiwyLjQybC0yLjQxLTIuNDFjLTAuMjEtMC4yMS0wLjU0LTAuMjEtMC43NSwwCgljLTAuMjEsMC4yMS0wLjIxLDAuNTQsMCwwLjc1bDIuNDEsMi40MWwtMi40MiwyLjQyQzYuNzcsNzMuMDUsNi43Nyw3My4zOSw2Ljk4LDczLjU5TDYuOTgsNzMuNTl6Ii8+CjxwYXRoIGZpbGw9IiM2QUE5REQiIGQ9Ik0xMC4xNSw3OC40M2M0LjQxLDAsOC0zLjU5LDgtOGMwLTQuNDEtMy41OS04LTgtOGMtNC40MSwwLTgsMy41OS04LDhDMi4xNSw3NC44NCw1Ljc0LDc4LjQzLDEwLjE1LDc4LjQzegoJIE0xMC4xNSw2My40OWMzLjgzLDAsNi45NCwzLjExLDYuOTQsNi45NGMwLDMuODMtMy4xMSw2Ljk0LTYuOTQsNi45NGMtMy44MywwLTYuOTQtMy4xMS02Ljk0LTYuOTQKCUMzLjIxLDY2LjYsNi4zMyw2My40OSwxMC4xNSw2My40OUwxMC4xNSw2My40OXoiLz4KPC9zdmc+`;function eY(){var e=fK(),t=ZW();return(0,d.createElement)(Lq,{className:zH(tY.btnClearSearch,aU.visibleOnSearchOnly),onClick:e,"aria-label":t,title:t},(0,d.createElement)(`div`,{className:zH(tY.icnClearnSearch)}))}var tY=tU.create(JH({btnClearSearch:{".":`epr-btn-clear-search`,position:`absolute`,right:`var(--epr-search-bar-inner-padding)`,height:`30px`,width:`30px`,display:`flex`,alignItems:`center`,justifyContent:`center`,top:`50%`,transform:`translateY(-50%)`,padding:`0`,borderRadius:`50%`,":hover":{background:`var(--epr-hover-bg-color)`},":focus":{background:`var(--epr-hover-bg-color)`}},icnClearnSearch:{".":`epr-icn-clear-search`,backgroundColor:`transparent`,backgroundRepeat:`no-repeat`,backgroundSize:`20px`,height:`20px`,width:`20px`,backgroundImage:`url(`+$J+`)`,":hover":{backgroundPositionY:`-20px`},":focus":{backgroundPositionY:`-20px`}}},oU(`icnClearnSearch`,{backgroundPositionY:`-40px`}),oU(`btnClearSearch`,{":hover":{"> .epr-icn-clear-search":{backgroundPositionY:`-60px`}}}))),nY=`data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzg2ODY4NiIgZD0iTTEyLDguODFjMCwyLjA4LTEuNjgsMy43Ni0zLjc2LDMuNzZjLTIuMDgsMC0zLjc2LTEuNjgtMy43Ni0zLjc2CgljMC0yLjA4LDEuNjgtMy43NiwzLjc2LTMuNzZDMTAuMzIsNS4wNSwxMiw2LjczLDEyLDguODF6IE0xMS4yMywxMi43MmMtMC44MywwLjY0LTEuODcsMS4wMS0yLjk5LDEuMDFjLTIuNzIsMC00LjkyLTIuMi00LjkyLTQuOTIKCWMwLTIuNzIsMi4yLTQuOTIsNC45Mi00LjkyYzIuNzIsMCw0LjkyLDIuMiw0LjkyLDQuOTJjMCwxLjEzLTAuMzgsMi4xNi0xLjAxLDIuOTlsMy45NCwzLjkzYzAuMjUsMC4yNSwwLjI1LDAuNjYsMCwwLjkyCgljLTAuMjUsMC4yNS0wLjY2LDAuMjUtMC45MiwwTDExLjIzLDEyLjcyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0MwQzBCRiIgZD0iTTEyLDI4LjgxYzAsMi4wOC0xLjY4LDMuNzYtMy43NiwzLjc2Yy0yLjA4LDAtMy43Ni0xLjY4LTMuNzYtMy43NgoJYzAtMi4wOCwxLjY4LTMuNzYsMy43Ni0zLjc2QzEwLjMyLDI1LjA1LDEyLDI2LjczLDEyLDI4LjgxeiBNMTEuMjMsMzIuNzJjLTAuODMsMC42NC0xLjg3LDEuMDEtMi45OSwxLjAxCgljLTIuNzIsMC00LjkyLTIuMi00LjkyLTQuOTJjMC0yLjcyLDIuMi00LjkyLDQuOTItNC45MmMyLjcyLDAsNC45MiwyLjIsNC45Miw0LjkyYzAsMS4xMy0wLjM4LDIuMTYtMS4wMSwyLjk5bDMuOTQsMy45MwoJYzAuMjUsMC4yNSwwLjI1LDAuNjYsMCwwLjkyYy0wLjI1LDAuMjUtMC42NiwwLjI1LTAuOTIsMEwxMS4yMywzMi43MnoiLz4KPC9zdmc+`;function rY(){return(0,d.createElement)(`div`,{className:zH(iY.icnSearch)})}var iY=tU.create(JH({icnSearch:{".":`epr-icn-search`,content:``,position:`absolute`,top:`50%`,left:`var(--epr-search-bar-inner-padding)`,transform:`translateY(-50%)`,width:`20px`,height:`20px`,backgroundRepeat:`no-repeat`,backgroundPosition:`0 0`,backgroundSize:`20px`,backgroundImage:`url(`+nY+`)`}},oU(`icnSearch`,{backgroundPositionY:`-20px`})));function aY(){var e=_G(),t=wK();return e?null:(0,d.createElement)(EJ,{className:zH(sY.overlay)},(0,d.createElement)(oY,null),t?(0,d.createElement)(FJ,null):null)}function oY(){var e=nK(),t=zG(),n=XW(),r=nG(),i=mK(),a=i.statusSearchResults,o=i.searchTerm,s=i.onChange,c=t?.current?.value;return(0,d.createElement)(AJ,{className:zH(sY.searchContainer)},(0,d.createElement)(`input`,{autoFocus:r,"aria-label":`Type to search for an emoji`,onFocus:e,className:zH(sY.search),type:`text`,"aria-controls":`epr-search-id`,placeholder:n,onChange:function(e){s(e?.target?.value??c)},ref:t}),o?(0,d.createElement)(`div`,{role:`status`,className:zH(`epr-status-search-results`,sY.visuallyHidden),"aria-live":`polite`,id:`epr-search-id`,"aria-atomic":`true`},a):null,(0,d.createElement)(rY,null),(0,d.createElement)(eY,null))}var sY=tU.create(JH({overlay:{padding:`var(--epr-header-padding)`,zIndex:`var(--epr-header-overlay-z-index)`},searchContainer:{".":`epr-search-container`,flex:`1`,display:`block`,minWidth:`0`},visuallyHidden:{clip:`rect(0 0 0 0)`,clipPath:`inset(50%)`,height:`1px`,overflow:`hidden`,position:`absolute`,whiteSpace:`nowrap`,width:`1px`},search:{outline:`none`,transition:`all 0.2s ease-in-out`,color:`var(--epr-search-input-text-color)`,borderRadius:`var(--epr-search-input-border-radius)`,padding:`var(--epr-search-input-padding)`,height:`var(--epr-search-input-height)`,backgroundColor:`var(--epr-search-input-bg-color)`,border:`1px solid var(--epr-search-border-color)`,width:`100%`,":focus":{backgroundColor:`var(--epr-search-input-bg-color-active)`,border:`1px solid var(--epr-search-border-color-active)`},"::placeholder":{color:`var(--epr-search-input-placeholder-color)`}},btnClearSearch:{".":`epr-btn-clear-search`,position:`absolute`,right:`var(--epr-search-bar-inner-padding)`,height:`30px`,width:`30px`,display:`flex`,alignItems:`center`,justifyContent:`center`,top:`50%`,transform:`translateY(-50%)`,padding:`0`,borderRadius:`50%`,":hover":{background:`var(--epr-hover-bg-color)`},":focus":{background:`var(--epr-hover-bg-color)`}},icnClearnSearch:{".":`epr-icn-clear-search`,backgroundColor:`transparent`,backgroundRepeat:`no-repeat`,backgroundSize:`20px`,height:`20px`,width:`20px`,backgroundImage:`url(`+$J+`)`,":hover":{backgroundPositionY:`-20px`},":focus":{backgroundPositionY:`-20px`}}},oU(`icnClearnSearch`,{backgroundPositionY:`-40px`}),oU(`btnClearSearch`,{":hover > .epr-icn-clear-search":{backgroundPositionY:`-60px`}})));function cY(){return(0,d.createElement)(AJ,{className:zH(`epr-header`,aU.hiddenOnReactions)},(0,d.createElement)(aY,null),(0,d.createElement)(ZJ,null))}function lY(e){return(0,d.createElement)(AG,null,(0,d.createElement)(iU,{nonce:e.nonce}),(0,d.createElement)(tW,Object.assign({},e),(0,d.createElement)(SW,null,(0,d.createElement)(uY,null))))}function uY(){var e=IW()[0],t=$W(),n=(0,d.useState)(!e),r=n[0],i=n[1],a=oG();return(0,d.useEffect)(function(){e&&!t||r||i(!0)},[r,t,e]),a?(0,d.createElement)(KK,null,(0,d.createElement)(Qq,null),(0,d.createElement)(dY,{renderAll:r})):null}function dY(e){return e.renderAll?(0,d.createElement)(d.Fragment,null,(0,d.createElement)(cY,null),(0,d.createElement)(yJ,null),(0,d.createElement)(RJ,null)):null}var fY=(0,d.memo)(lY,sU),pY=function(e){YH(t,e);function t(t){var n=e.call(this,t)||this;return n.state={hasError:!1},n}t.getDerivedStateFromError=function(){return{hasError:!0}};var n=t.prototype;return n.componentDidCatch=function(e,t){console.error(`Emoji Picker React failed to render:`,e,t)},n.render=function(){return this.state.hasError?null:this.props.children},t}(d.Component);function mY(e){var t=qW({onEmojiClick:e.onEmojiClick,onReactionClick:e.onReactionClick,onSkinToneChange:e.onSkinToneChange});return(0,d.createElement)(pY,null,(0,d.createElement)(GW.Provider,{value:t},(0,d.createElement)(fY,Object.assign({},e))))}function hY({editor:e}){let[t,n]=(0,f.useState)(!1),r=(0,f.useRef)(null);(0,f.useEffect)(()=>{if(!t)return;let e=e=>{r.current?.contains(e.target)||n(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[t]);function i(t){e?.commands.insertContent(t),e?.commands.focus()}return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(u.Tooltip,{title:`Biểu tượng cảm xúc`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Biểu tượng cảm xúc`,"aria-pressed":t,className:t?`is-active`:``,onClick:()=>n(e=>!e),children:(0,m.jsx)(ma,{})})}),t?(0,m.jsx)(`div`,{className:`composer-popover-anchor`,ref:r,children:(0,m.jsx)(`div`,{className:`composer-popover`,children:(0,m.jsx)(mY,{onEmojiClick:e=>i(e.emoji),emojiStyle:uU.NATIVE,suggestedEmojisMode:lU.RECENT,autoFocusSearch:!1,skinTonesDisabled:!0,previewConfig:{showPreview:!1},width:360,height:400})})}):null]})}var gY={"#1f2937":`Đen`,"#dc2626":`Đỏ`,"#f97316":`Cam`,"#ca8a04":`Vàng`,"#16a34a":`Xanh lá`,"#0284c7":`Xanh dương`,"#7c3aed":`Tím`,"#db2777":`Hồng`},_Y=[{value:`13px`,label:`Nhỏ`},{value:null,label:`Vừa`},{value:`18px`,label:`Lớn`}];function vY(e,t){if(!e)return;let{state:n}=e.view,{from:r,to:i}=n.selection,a=[];if(n.doc.nodesBetween(r,i,(e,t)=>{if(!e.isTextblock)return;let n=t+1;e.forEach((e,t)=>{e.type.name===`hardBreak`&&a.push(n+t)})}),a.length>0){let t=n.tr;a.sort((e,t)=>t-e).forEach(e=>{t.delete(e,e+1),t.split(e)}),t.setSelection(pS.create(t.doc,t.mapping.map(r),t.mapping.map(i))),e.view.dispatch(t)}let o=e.chain().focus();(t===`bulletList`?o.toggleBulletList():o.toggleOrderedList()).run()}function yY({editor:e,isEnlarged:t,onToggleEnlarged:n,sendButton:r}){let[i,a]=(0,f.useState)(!1),[o,s]=(0,f.useState)(!1),c=(0,f.useRef)(null),l=(0,f.useRef)(null);return(0,f.useEffect)(()=>{if(!i)return;let e=e=>{c.current?.contains(e.target)||a(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[i]),(0,f.useEffect)(()=>{if(!o)return;let e=e=>{l.current?.contains(e.target)||s(!1)};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[o]),(0,m.jsxs)(`div`,{className:`composer-format-bar`,role:`toolbar`,"aria-label":`Định dạng văn bản`,onMouseDown:e=>e.preventDefault(),children:[(0,m.jsx)(u.Tooltip,{title:`Đậm`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Đậm`,"aria-pressed":e?.isActive(`bold`)??!1,className:e?.isActive(`bold`)?`is-active`:``,onClick:()=>e?.chain().focus().toggleBold().run(),children:(0,m.jsx)(br,{})})}),(0,m.jsx)(u.Tooltip,{title:`Nghiêng`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Nghiêng`,"aria-pressed":e?.isActive(`italic`)??!1,className:e?.isActive(`italic`)?`is-active`:``,onClick:()=>e?.chain().focus().toggleItalic().run(),children:(0,m.jsx)(Ci,{})})}),(0,m.jsx)(u.Tooltip,{title:`Gạch chân`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Gạch chân`,"aria-pressed":e?.isActive(`underline`)??!1,className:e?.isActive(`underline`)?`is-active`:``,onClick:()=>e?.chain().focus().toggleUnderline().run(),children:(0,m.jsx)(Ca,{})})}),(0,m.jsx)(u.Tooltip,{title:`Gạch ngang`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Gạch ngang`,"aria-pressed":e?.isActive(`strike`)??!1,className:e?.isActive(`strike`)?`is-active`:``,onClick:()=>e?.chain().focus().toggleStrike().run(),children:(0,m.jsx)(_a,{})})}),(0,m.jsxs)(`div`,{className:`composer-toolbar-item`,children:[(0,m.jsx)(u.Tooltip,{title:`Cỡ chữ`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Cỡ chữ`,"aria-pressed":o,className:o?`is-active`:``,onClick:()=>{s(e=>!e),a(!1)},children:(0,m.jsx)(`span`,{className:`composer-font-size-icon`,"aria-hidden":`true`,children:`A`})})}),o?(0,m.jsx)(`div`,{className:`composer-inline-popover-anchor`,ref:l,children:(0,m.jsx)(`div`,{className:`composer-popover`,children:(0,m.jsx)(`div`,{className:`composer-font-size-list`,children:_Y.map(t=>(0,m.jsx)(`button`,{type:`button`,style:t.value?{fontSize:t.value}:void 0,onClick:()=>{t.value?e?.chain().focus().setFontSize(t.value).run():e?.chain().focus().unsetFontSize().run(),s(!1)},children:t.label},t.label))})})}):null]}),(0,m.jsxs)(`div`,{className:`composer-toolbar-item`,children:[(0,m.jsx)(u.Tooltip,{title:`Màu chữ`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Màu chữ`,"aria-pressed":i,className:i?`is-active`:``,onClick:()=>{a(e=>!e),s(!1)},children:(0,m.jsx)(mi,{})})}),i?(0,m.jsx)(`div`,{className:`composer-inline-popover-anchor`,ref:c,children:(0,m.jsx)(`div`,{className:`composer-popover`,children:(0,m.jsx)(`div`,{className:`composer-color-grid`,children:qa.map(t=>(0,m.jsx)(`button`,{type:`button`,className:`composer-color-swatch`,style:{backgroundColor:t},title:gY[t],"aria-label":gY[t],onClick:()=>{e?.chain().focus().setColor(t).run(),a(!1)}},t))})})}):null]}),(0,m.jsx)(u.Tooltip,{title:`Xóa nội dung`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Xóa nội dung`,onClick:()=>e?.commands.clearContent(),children:(0,m.jsx)(Mr,{})})}),(0,m.jsx)(`span`,{className:`composer-format-bar-divider`}),(0,m.jsx)(u.Tooltip,{title:`Danh sách dấu đầu dòng`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Danh sách dấu đầu dòng`,"aria-pressed":e?.isActive(`bulletList`)??!1,className:e?.isActive(`bulletList`)?`is-active`:``,onClick:()=>vY(e,`bulletList`),children:(0,m.jsx)(ka,{})})}),(0,m.jsx)(u.Tooltip,{title:`Danh sách đánh số`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Danh sách đánh số`,"aria-pressed":e?.isActive(`orderedList`)??!1,className:e?.isActive(`orderedList`)?`is-active`:``,onClick:()=>vY(e,`orderedList`),children:(0,m.jsx)(Vi,{})})}),(0,m.jsx)(u.Tooltip,{title:`Lùi đầu dòng`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Lùi đầu dòng`,disabled:!(e?.can().sinkListItem(`listItem`)??!1),onClick:()=>e?.chain().focus().sinkListItem(`listItem`).run(),children:(0,m.jsx)(Fi,{})})}),(0,m.jsx)(u.Tooltip,{title:`Bỏ lùi đầu dòng`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Bỏ lùi đầu dòng`,disabled:!(e?.can().liftListItem(`listItem`)??!1),onClick:()=>e?.chain().focus().liftListItem(`listItem`).run(),children:(0,m.jsx)(Mi,{})})}),(0,m.jsx)(`span`,{className:`composer-format-bar-divider`}),(0,m.jsx)(u.Tooltip,{title:`Hoàn tác`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Hoàn tác`,onClick:()=>e?.chain().focus().undo().run(),children:(0,m.jsx)(Ea,{})})}),(0,m.jsx)(u.Tooltip,{title:`Khôi phục hoàn tác`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Khôi phục hoàn tác`,onClick:()=>e?.chain().focus().redo().run(),children:(0,m.jsx)(na,{})})}),(0,m.jsx)(`span`,{className:`composer-format-bar-divider`}),(0,m.jsx)(u.Tooltip,{title:t?`Thu nhỏ khung soạn`:`Phóng to khung soạn`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":t?`Thu nhỏ khung soạn`:`Phóng to khung soạn`,"aria-pressed":t,className:t?`is-active`:``,onClick:n,children:t?(0,m.jsx)(Wr,{}):(0,m.jsx)(di,{})})}),(0,m.jsx)(`span`,{className:`composer-format-bar-spacer`}),r]})}function bY(){let[e,t]=(0,f.useState)(!1),n=(0,f.useRef)(null);(0,f.useEffect)(()=>{if(!e)return;let r=e=>{n.current?.contains(e.target)||t(!1)};return document.addEventListener(`mousedown`,r),()=>document.removeEventListener(`mousedown`,r)},[e]);function r(){t(!1),ss.info(`Chức năng sắp ra mắt`)}return(0,m.jsxs)(`div`,{className:`composer-more-anchor`,ref:n,children:[(0,m.jsx)(u.Tooltip,{title:`Thêm`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Thêm`,"aria-pressed":e,className:e?`is-active`:``,onClick:()=>t(e=>!e),children:(0,m.jsx)(ci,{})})}),e?(0,m.jsx)(`div`,{className:`composer-more-menu`,role:`menu`,"aria-label":`Thêm nội dung`,children:(0,m.jsxs)(`button`,{type:`button`,role:`menuitem`,onClick:r,children:[(0,m.jsx)(kr,{className:`composer-more-menu-icon composer-more-menu-icon--task`}),`Tạo công việc`]})}):null]})}function xY({editor:e,onAttach:t,onAttachImages:n,isFormatOpen:r,onToggleFormat:i,isEnlarged:a,onToggleEnlarged:o,sendButton:s}){return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsxs)(`div`,{className:`message-toolbar`,"aria-label":`Công cụ soạn tin`,children:[(0,m.jsx)(_H,{onAttach:t,onAttachImages:n}),(0,m.jsx)(u.Tooltip,{title:`Định dạng`,children:(0,m.jsx)(`button`,{type:`button`,"aria-label":`Định dạng`,"aria-pressed":r,className:r?`is-active`:``,onClick:i,children:(0,m.jsx)(_i,{})})}),(0,m.jsx)(hY,{editor:e}),(0,m.jsx)(bY,{})]}),r?(0,m.jsx)(yY,{editor:e,isEnlarged:a,onToggleEnlarged:o,sendButton:s}):null]})}var SY=2e3;function CY({onTypingStart:e,onTypingStop:t}){let n=(0,f.useRef)(e),r=(0,f.useRef)(t),i=(0,f.useRef)(!1),a=(0,f.useRef)();(0,f.useEffect)(()=>{n.current=e,r.current=t},[e,t]);function o(){i.current||(i.current=!0,n.current?.()),a.current&&window.clearTimeout(a.current),a.current=window.setTimeout(()=>{i.current=!1,r.current?.()},SY)}function s(){a.current&&window.clearTimeout(a.current),i.current&&(i.current=!1,r.current?.())}return(0,f.useEffect)(()=>()=>{a.current&&window.clearTimeout(a.current),i.current&&r.current?.()},[]),{notifyTyping:o,stopTyping:s}}var wY=`__mention_all__`,TY=kP.extend({inclusive(){return!1}});function EY(e){let t,n,r,i=0;function a(e){let t=r?.items[e];t&&r?.command(t)}function o(){!t||!r||t.render((0,m.jsx)(gH,{items:r.items,selectedIndex:i,onSelect:a}))}let s;return{onStart(a){e.current=!0,r=a,i=-1,s=document.createElement(`div`),s.className=`med-chat-root med-chat-root--portal`,document.body.appendChild(s);let c=document.createElement(`div`);c.style.zIndex=`1200`,s.appendChild(c),t=(0,tH.createRoot)(c),o(),n=a.mount(c)},onUpdate(e){r=e,i=Math.min(i,e.items.length-1),o()},onKeyDown({event:e}){let t=r?.items??[];return e.key===`Escape`?!0:t.length?e.key===`ArrowDown`?(i=(i+1)%t.length,o(),!0):e.key===`ArrowUp`?(i=(i+t.length-1)%t.length,o(),!0):e.key===`Enter`&&(a(i>=0?i:0),!0):!1},onExit(){e.current=!1;let i=t;queueMicrotask(()=>i?.unmount()),n?.(),s?.remove(),s=void 0,t=void 0,r=void 0}}}var DY=(0,f.forwardRef)(function({draftKey:e,conversationName:t,members:n,canMentionAll:r,enableMentions:i=!0,disabled:a,hasPendingAttachments:o,onSubmit:s,onError:c,onAttach:l,onAttachImages:u,onPasteFiles:d,onTypingStart:p,onTypingStop:h},g){let _=(0,f.useRef)(s),v=(0,f.useRef)(!1),y=(0,f.useRef)(c),b=(0,f.useRef)(d),x=(0,f.useMemo)(()=>({current:!1}),[]),[S,C]=(0,f.useState)(!1),[w,T]=(0,f.useState)(!1),[,E]=(0,f.useState)(0),{notifyTyping:D,stopTyping:O}=CY({onTypingStart:p,onTypingStop:h}),k=(0,f.useRef)(e),A=cf(e=>e.setDraft);(0,f.useEffect)(()=>{_.current=s,y.current=c,b.current=d,v.current=o??!1,k.current=e},[e,o,c,d,s]);let j=(0,f.useMemo)(()=>[...r?[{id:wY,label:`all`,isAll:!0}]:[],...n.map(e=>({id:String(e.id??e.userId??``),label:to(e),fallbackName:to(e),avatarUrl:Pt(e.avatarUrl??e.avatar??null)}))],[r,n]),M=YF({immediatelyRender:!1,extensions:[XR.configure({link:!1,underline:!1}),TY.configure({autolink:!0,openOnClick:!1}),jP,Zj,rM,ZR,lH,eH.configure({placeholder:`${i?`Nhập @, `:`Nhập `}tin nhắn tới ${t}`}),...i?[AV.extend({addAttributes(){return{...this.parent?.(),fallbackName:{default:null,parseHTML:e=>e.getAttribute(`data-fallback-name`)}}}}).configure({HTMLAttributes:{class:`mention`},renderText:({node:e})=>e.attrs.id===wY?`@all`:`@${e.attrs.label??e.attrs.id}`,suggestion:{items:({query:e})=>{let t=e.trim().toLocaleLowerCase(`vi`);return j.filter(e=>e.label.toLocaleLowerCase(`vi`).includes(t))},floatingUi:{strategy:`fixed`},render:()=>EY(x),command:({editor:e,range:t,props:n})=>{let r=n;e.chain().focus().insertContentAt(t,[{type:`mention`,attrs:{id:r.id,label:r.label,fallbackName:r.fallbackName}},{type:`text`,text:` `}]).run()}}})]:[]],editorProps:{attributes:{"aria-label":`Nhập tin nhắn tới ${t}`,spellcheck:`false`},transformPastedHTML:hH,handlePaste:(e,t)=>{let n=Array.from(t.clipboardData?.files??[]).filter(e=>e.type.startsWith(`image/`));return n.length!==0&&(t.preventDefault(),b.current?.(n),!0)},handleKeyDown:(e,t)=>{if(t.key!==`Enter`||x.current)return!1;if(t.shiftKey||t.altKey){let{$from:n}=e.state.selection;for(let r=n.depth;r>0;--r)if(n.node(r).type.name===`listItem`)return t.preventDefault(),e.dom.editor?.commands.splitListItem(`listItem`),!0;return t.altKey?(t.preventDefault(),e.dom.editor?.commands.setHardBreak(),!0):!1}t.preventDefault();let n=Do(e.state.doc.toJSON());return!n&&!v.current||(y.current?.(``),_.current(n??[]),e.dispatch(e.state.tr.delete(0,e.state.doc.content.size)),O(),!0)}},onUpdate:({editor:e})=>{e.isEmpty||D();let t=k.current;if(!t)return;let n=e.getJSON();A(t,tf(n)?n:null)},onSelectionUpdate:()=>E(e=>e+1),onTransaction:()=>E(e=>e+1)},[j,i]);(0,f.useEffect)(()=>{if(!M||!e)return;let t=()=>{if(M.isDestroyed)return;let t=cf.getState().draftByConversation[e];try{M.commands.setContent(t??``,{emitUpdate:!1,errorOnInvalidContent:!1})}catch{M.commands.clearContent(),A(e,null)}};if(M.isInitialized){t();return}return M.on(`create`,t),()=>{M.off(`create`,t)}},[M,e,A]),(0,f.useEffect)(()=>()=>M?.destroy(),[M]),(0,f.useImperativeHandle)(g,()=>({focus:()=>M?.commands.focus()}),[M]);function N(t){t.preventDefault();let n=Do(M?.getJSON());!n&&!o||(c?.(``),s(n??[]),M?.commands.clearContent(),e&&A(e,null),O())}let P=(0,m.jsx)(`button`,{className:`message-send-button`,type:`submit`,"aria-label":`Gửi tin nhắn`,disabled:a,children:(0,m.jsx)(da,{})});return(0,m.jsxs)(`form`,{className:`message-composer`,onSubmit:N,children:[(0,m.jsx)(xY,{editor:M,onAttach:l,onAttachImages:u,isFormatOpen:S,onToggleFormat:()=>{C(e=>{let t=!e;return T(t),t}),M?.commands.focus()},isEnlarged:w,onToggleEnlarged:()=>T(e=>!e),sendButton:P}),(0,m.jsxs)(`div`,{className:`message-input-row`,children:[(0,m.jsx)(`div`,{className:`message-editor${S&&w?` is-expanded`:``}`,children:(0,m.jsx)(VF,{editor:M})}),S?null:P]})]})});function OY({conversationId:e,currentUserId:t,conversationTitle:n,mentionMembers:r,canMentionAll:i,isGroup:a,disabled:o,pendingAttachmentsState:s,replyTargetState:c,emitOutgoingMessage:l,markMessageFailed:u,mergeOutgoingMessage:d,stickToLatest:p,onComposerError:h,onAttach:g,onAttachImages:_,onTypingStart:v,onTypingStop:y,uploadInputRef:b,imageUploadInputRef:x,acceptAttribute:S}){let C=(0,f.useRef)(null),w=Wf(l,u,d),T=(n,r)=>{if(!e)return;let i=lp();w({id:i,clientMessageId:i,conversationId:e,content:null,mentionsAll:!1,mentionedUserIds:[],mentionedUsers:[],senderId:t??void 0,createdAt:new Date().toISOString(),status:`pending`,type:n[0].isImage?`IMAGE`:`DOCUMENT`,attachmentName:n.length===1?n[0].file.name:void 0,attachmentMimeType:n.length===1?n[0].file.type:void 0,previewUrls:n.map(e=>e.previewUrl).filter(e=>!!e),files:n.map(e=>e.file),reactionSummary:Xa(),replyToId:r})},E=n=>{if(!e)return;let r=s.pendingAttachments;if(!(!ko(n)&&r.length===0)){if(r.length>0){let i=ko(n);if(i){let r=lp();l({id:r,clientMessageId:r,conversationId:e,content:n,mentionsAll:!1,mentionedUserIds:[],mentionedUsers:[],senderId:t??void 0,createdAt:new Date().toISOString(),status:`pending`,type:`TEXT`,reactionSummary:Xa(),replyToId:c.replyTarget?.id??null})}zf(r).forEach((e,t)=>T(e,!i&&t===0?c.replyTarget?.id??null:null)),s.clear()}else{let r=lp();l({id:r,clientMessageId:r,conversationId:e,content:n,mentionsAll:!1,mentionedUserIds:[],mentionedUsers:[],senderId:t??void 0,createdAt:new Date().toISOString(),status:`pending`,type:`TEXT`,reactionSummary:Xa(),replyToId:c.replyTarget?.id??null})}h(``),c.clearReply(),p()}};(0,f.useEffect)(()=>{c.replyTarget&&C.current?.focus()},[c.replyTarget]);let D=(e,t)=>{e.length&&(h(s.addFiles(e,t)?`Định dạng file không được hỗ trợ`:``),C.current?.focus())},O=e=>{let t=Array.from(e.target.files??[]),n=e.target===b.current;e.target.value=``,D(t,{forceDocument:n})},[k,A]=(0,f.useState)(!1);return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(`div`,{className:`conversation-footer-dropzone${k?` is-dragging-over`:``}`,onDrop:e=>{e.preventDefault(),A(!1),D(Array.from(e.dataTransfer.files??[]))},onDragOver:e=>{e.preventDefault(),k||A(!0)},onDragLeave:e=>{e.currentTarget.contains(e.relatedTarget)||A(!1)},children:(0,m.jsx)(DY,{ref:C,draftKey:e,conversationName:n,members:r,canMentionAll:i,enableMentions:a,disabled:o,hasPendingAttachments:s.pendingAttachments.length>0,onSubmit:E,onError:h,onAttach:g,onAttachImages:_,onPasteFiles:e=>D(e),onTypingStart:v,onTypingStop:y})}),(0,m.jsx)(`input`,{ref:b,className:`conversation-upload-input`,type:`file`,accept:S,multiple:!0,onChange:O}),(0,m.jsx)(`input`,{ref:x,className:`conversation-upload-input`,type:`file`,accept:`image/*`,multiple:!0,onChange:O})]})}function kY({typingNames:e}){if(e.length===0)return null;let t=e.length===1?e[0]:e.length===2?`${e[0]}, ${e[1]}`:`${e[0]}, ${e[1]} và ${e.length-2} người khác`;return(0,m.jsxs)(`div`,{className:`typing-indicator`,children:[(0,m.jsxs)(`span`,{className:`typing-indicator-name`,children:[t,` đang soạn tin nhắn`]}),(0,m.jsxs)(`span`,{className:`typing-indicator-dots`,"aria-hidden":`true`,children:[(0,m.jsx)(`span`,{}),(0,m.jsx)(`span`,{}),(0,m.jsx)(`span`,{})]})]})}var AY=(0,f.forwardRef)(function({conversationId:e,conversation:t,isLoadingConversation:n,currentUserId:r,authUser:i,accessToken:a,isSettingsOpen:o,onToggleSettings:s,onOpenSearch:c,onEditTitle:l,onOpenMembers:u,onOpenUserProfile:d,onNavigateBack:p},h){let[g,_]=(0,f.useState)(``),v=String(t?.type??``).toUpperCase(),y=v===`GROUP`,b=gp(e,v,r,_),x=ws(e=>e.hasUpdateGroupVerified),S=!!t?.isVerified&&!x,[C,w]=(0,f.useState)(!1),T=Nf(),E=Uf(),D=Tf(),O=(0,f.useRef)(null),k=(0,f.useRef)(null),A=(0,f.useRef)(null),j=(0,f.useRef)(null),M=(0,f.useRef)(null),[N,P]=(0,f.useState)(e);N!==e&&(P(e),b.reset(),w(!1));let F=tp(e),I=Yf(e),{virtuosoRef:ee,stickToLatestRef:L,visibleDayLabel:te,isNearBottomOfList:ne,scrollToLatest:re,stickToLatest:ie,handleTimelineScrolling:ae,handleVisibleRangeChanged:oe,setScrollerRef:se}=Mf(I.messages,I.firstItemIndex,()=>j.current?.closeMessageMenu()),{clearFocusedMessage:ce,completeAroundFocus:le,handleRealtimeMessage:ue,isFollowingLatest:R,loadAround:de,loadLatest:fe,reconcile:pe,applyMessageRemoved:me,isRemovedMessageId:he,updateMessageReactionSummary:ge}=I,_e=pp({onForwarded:ie});(0,f.useImperativeHandle)(h,()=>({loadAround:de}),[de]);let ve=b.mentionMembers.length+1,ye=(0,f.useCallback)(t=>{if(String(t.conversationId)!==String(e))return;me(t);let n=String(t.messageId);T.clearIfTarget(n),_e.clearIfTarget(n),D.close()},[me,e,_e.clearIfTarget]),be=t?ao(t,r):`Cuộc trò chuyện`,xe=t?Pt(oo(t,r)):null,Se=I.mode===`latest`&&I.isAtBottom&&!I.windowMeta.hasNewerMessages,Ce=v===`GROUP`&&[`OWNER`,`ADMIN`].includes(b.currentMemberRole),we=v!==`GROUP`||[`OWNER`,`ADMIN`].includes(b.currentMemberRole),Te=v===`GROUP`&&b.currentMemberRole===`OWNER`&&b.currentMemberStatus===`ACTIVE`,Ee=(0,f.useMemo)(()=>{let e=new Set,t=null;return I.messages.forEach(n=>{let r=Id(n.createdAt);!r||r===t||(t=r,e.add(n.id??n.clientMessageId??String(n.sequence)))}),e},[I.messages]),De=y?void 0:t?.members?.find(e=>String(e.userId)!==String(r)),Oe=Kd(e=>De?.userId?!!e.onlineByUserId[String(De.userId)]:!1),ke=Of(e,y,De,b.mentionMembers);(0,f.useEffect)(()=>{Promise.resolve().then(b.reload)},[b.reload]),(0,f.useEffect)(()=>{e&&F.load(`media`)},[e]),(0,f.useEffect)(()=>{M.current=null},[e]),(0,f.useEffect)(()=>{E.discardAll()},[e,E.discardAll]),(0,f.useEffect)(()=>{if(!e)return;let t=!0;return(async()=>{await fe(),t&&(ie(),requestAnimationFrame(()=>{requestAnimationFrame(()=>{t&&w(!0)})}))})(),()=>{t=!1}},[e,fe,ie]),(0,f.useEffect)(()=>{!Se||I.messages.length===0||ee.current?.scrollToIndex({index:I.messages.length-1,align:`end`,behavior:`auto`})},[Se,I.firstItemIndex,I.messages.length]),(0,f.useEffect)(()=>{if(!e||!Se)return;let t=I.windowMeta.newestSequence;if(!(!t||t===M.current)){M.current=t;try{An({conversationId:e,sequence:t})}catch(e){console.warn(`Unable to mark conversation read`,e)}}},[e,Se,I.windowMeta.newestSequence]),(0,f.useEffect)(()=>{if(!I.focusedMessageId||I.focusedMessageIndex===null||I.focusedMessageIndex<0)return;let e=null,t=requestAnimationFrame(()=>{ee.current?.scrollToIndex({index:I.focusedMessageIndex,align:`center`,behavior:`auto`}),e=requestAnimationFrame(le)}),n=window.setTimeout(ce,2200);return()=>{cancelAnimationFrame(t),e&&cancelAnimationFrame(e),window.clearTimeout(n)}},[ce,le,I.focusedMessageId,I.focusedMessageIndex]),(0,f.useEffect)(()=>{if(!a||!e)return;let t=t=>{let n=t?.data??t;!n?.messageId||String(n.conversationId)!==String(e)||!n.summary||ge(String(n.messageId),e=>({...zo(n.summary),mine:String(n.userId)===String(r)?n.reaction:e.mine}))},n=e=>{let t=e?.data??e;!t?.conversationId||!t.messageId||!t.removedAt||!t.removedById||ye(t)},i=t=>{let n=t?.data??t;!n?.userId||String(n.conversationId)!==String(e)||String(n.userId)!==String(r)&&ke.markUserTyping(String(n.userId))},o=t=>{let n=t?.data??t;!n?.userId||String(n.conversationId)!==String(e)||ke.markUserStoppedTyping(String(n.userId))},s=()=>{try{Cn(e)}catch(e){console.warn(`Unable to subscribe to conversation`,e)}pe()},c=_n({onMessageSent:ue,onMessageNew:ue,onMessageRemoved:n,onMessageReactionUpdated:t,onConversationMembershipChanged:()=>b.reload(),onTypingStart:i,onTypingStop:o,onConnected:s});return bn()?.connected&&s(),()=>{try{wn(e)}catch(e){console.warn(`Unable to unsubscribe from conversation`,e)}finally{c()}ke.resetAll()}},[a,ye,e,r,ue,b.reload,ke.markUserStoppedTyping,ke.markUserTyping,ke.resetAll,pe,ge]);let Ae=(0,f.useCallback)((e,t)=>{I.mergeOutgoingMessage({...e,status:`failed`,failureStage:t})},[I]),je=(0,f.useCallback)(e=>{let t={conversationId:e.conversationId,clientMessageId:e.clientMessageId,type:e.type,...e.replyToId?{replyToId:e.replyToId}:{},...e.type===`TEXT`?{content:e.content}:{attachmentIds:e.attachmentIds??(e.attachmentId?[e.attachmentId]:[]),...ko(e.content)?{content:e.content}:{}}};I.mergeOutgoingMessage({...e,status:`pending`,failureStage:void 0});try{cs(Tn(t,t=>{let n=t,i=ls(n,`Không thể gửi tin nhắn`);if(i){Ae(e,`send`),ss.error(i);return}let a=n?.message??n?.data;if(!a){Ae(e,`send`);return}let o=Bo({...a,clientMessageId:a.clientMessageId??e.clientMessageId,conversationId:a.conversationId??e.conversationId,senderId:a.senderId??r,status:a.status??`sent`},e.conversationId);I.mergeOutgoingMessage(o),R()||fe()}))||Ae(e,`send`)}catch(t){Ae(e,`send`),console.warn(`Unable to send message`,t)}},[r,fe,Ae,I,R]),Me=Wf(je,Ae,I.mergeOutgoingMessage),Ne=(0,f.useCallback)(e=>{if(e.type===`TEXT`||e.attachmentIds?.length&&e.failureStage===`send`){je(e);return}Me(e)},[je,Me]),Pe=(0,f.useCallback)(e=>{e.clientMessageId&&I.removeOutgoingMessage(e.clientMessageId)},[I.removeOutgoingMessage]),Fe=I.error,Ie=n||I.isLoadingLatest&&I.messages.length===0;return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(_p,{title:be,isVerified:!!t?.isVerified,avatarUrl:xe,isGroup:y,groupMemberCount:ve,members:t?.members,currentUserId:r,isOtherMemberOnline:Oe,onOpenSearch:c,onOpenMessageList:p,isSettingsOpen:o,onToggleSettings:s,canEditTitle:y&&b.currentMemberRole===`OWNER`&&!S,onEditTitle:l,onOpenAvatarProfile:!y&&De?.userId?()=>d(String(De.userId)):y&&xe?()=>D.openItems([{id:e??`group-avatar`,url:xe,createdAt:new Date().toISOString(),name:be}],0):void 0,onOpenMembers:y?u:void 0}),(0,m.jsx)(Oz,{ref:j,conversationId:e,timelineRef:A,isLoading:Ie,chatError:Fe,isTimelineReady:C,isFollowingLatest:Se,messageWindow:I,isRemovedMessageId:he,virtuosoRef:ee,setScrollerRef:se,handleTimelineScrolling:ae,handleVisibleRangeChanged:oe,visibleDayLabel:te,isNearBottomOfList:ne,onCatchUp:async()=>{await fe(),ie()},members:t?.members,isGroup:y,groupMemberCount:ve,currentUserId:r,authUser:i,composerError:g,pendingAttachments:E.pendingAttachments,onRemovePendingAttachment:E.removeAt,canModerateMessages:Te,canManagePins:we,dayDividerKeys:Ee,replyTargetState:T,loadAround:de,onForward:e=>_e.openForward(e),onJumpToReply:e=>de(e),onOpenMentionCard:d,onOpenUserProfile:d,onOpenImageLightbox:(e,t,n)=>D.openFromBubble(e,F.mediaItems,t,n),onRetry:Ne,onDeleteFailed:Pe,stickToLatestRef:L,readIsFollowingLatest:R,scrollToLatest:re,onMessageRemoved:ye}),(0,m.jsx)(kY,{typingNames:ke.typingNames}),(0,m.jsx)(OY,{conversationId:e,currentUserId:r,conversationTitle:be,mentionMembers:b.mentionMembers,canMentionAll:Ce,isGroup:y,disabled:!e,pendingAttachmentsState:E,replyTargetState:T,emitOutgoingMessage:je,markMessageFailed:Ae,mergeOutgoingMessage:I.mergeOutgoingMessage,stickToLatest:ie,onComposerError:_,onAttach:()=>O.current?.click(),onAttachImages:()=>k.current?.click(),onTypingStart:()=>e&&jn({conversationId:e}),onTypingStop:()=>e&&Mn({conversationId:e}),uploadInputRef:O,imageUploadInputRef:k,acceptAttribute:Pf}),D.imageLightbox?(0,m.jsx)(vd,{state:D.imageLightbox,onClose:()=>D.close(),onIndexChange:e=>D.setIndex(e)}):null,_e.forwardSource?(0,m.jsx)(hp,{source:_e.forwardSource,onClose:_e.closeForward,onForward:_e.submitForward}):null]})}),jY=l(o(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?t.exports=r():typeof define==`function`&&define.amd?define(r):(n=typeof globalThis<`u`?globalThis:n||self).dayjs=r()})(e,(function(){"use strict";var e=1e3,t=6e4,n=36e5,r=`millisecond`,i=`second`,a=`minute`,o=`hour`,s=`day`,c=`week`,l=`month`,u=`quarter`,d=`year`,f=`date`,p=`Invalid Date`,m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,g={name:`en`,weekdays:`Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday`.split(`_`),months:`January_February_March_April_May_June_July_August_September_October_November_December`.split(`_`),ordinal:function(e){var t=[`th`,`st`,`nd`,`rd`],n=e%100;return`[`+e+(t[(n-20)%10]||t[n]||t[0])+`]`}},_=function(e,t,n){var r=String(e);return!r||r.length>=t?e:``+Array(t+1-r.length).join(n)+e},v={s:_,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?`+`:`-`)+_(r,2,`0`)+`:`+_(i,2,`0`)},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),i=t.clone().add(r,l),a=n-i<0,o=t.clone().add(r+(a?-1:1),l);return+(-(r+(n-i)/(a?i-o:o-i))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:l,y:d,w:c,d:s,D:f,h:o,m:a,s:i,ms:r,Q:u}[e]||String(e||``).toLowerCase().replace(/s$/,``)},u:function(e){return e===void 0}},y=`en`,b={};b[y]=g;var x=`$isDayjsObject`,S=function(e){return e instanceof E||!(!e||!e[x])},C=function e(t,n,r){var i;if(!t)return y;if(typeof t==`string`){var a=t.toLowerCase();b[a]&&(i=a),n&&(b[a]=n,i=a);var o=t.split(`-`);if(!i&&o.length>1)return e(o[0])}else{var s=t.name;b[s]=t,i=s}return!r&&i&&(y=i),i||!r&&y},w=function(e,t){if(S(e))return e.clone();var n=typeof t==`object`?t:{};return n.date=e,n.args=arguments,new E(n)},T=v;T.l=C,T.i=S,T.w=function(e,t){return w(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var E=function(){function g(e){this.$L=C(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[x]=!0}var _=g.prototype;return _.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(t===null)return new Date(NaN);if(T.u(t))return new Date;if(t instanceof Date)return new Date(t);if(typeof t==`string`&&!/Z$/i.test(t)){var r=t.match(m);if(r){var i=r[2]-1||0,a=(r[7]||`0`).substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)}}return new Date(t)}(e),this.init()},_.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},_.$utils=function(){return T},_.isValid=function(){return this.$d.toString()!==p},_.isSame=function(e,t){var n=w(e);return this.startOf(t)<=n&&n<=this.endOf(t)},_.isAfter=function(e,t){return w(e)<this.startOf(t)},_.isBefore=function(e,t){return this.endOf(t)<w(e)},_.$g=function(e,t,n){return T.u(e)?this[t]:this.set(n,e)},_.unix=function(){return Math.floor(this.valueOf()/1e3)},_.valueOf=function(){return this.$d.getTime()},_.startOf=function(e,t){var n=this,r=!!T.u(t)||t,u=T.p(e),p=function(e,t){var i=T.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(s)},m=function(e,t){return T.w(n.toDate()[e].apply(n.toDate(`s`),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},h=this.$W,g=this.$M,_=this.$D,v=`set`+(this.$u?`UTC`:``);switch(u){case d:return r?p(1,0):p(31,11);case l:return r?p(1,g):p(0,g+1);case c:var y=this.$locale().weekStart||0,b=(h<y?h+7:h)-y;return p(r?_-b:_+(6-b),g);case s:case f:return m(v+`Hours`,0);case o:return m(v+`Minutes`,1);case a:return m(v+`Seconds`,2);case i:return m(v+`Milliseconds`,3);default:return this.clone()}},_.endOf=function(e){return this.startOf(e,!1)},_.$set=function(e,t){var n,c=T.p(e),u=`set`+(this.$u?`UTC`:``),p=(n={},n[s]=u+`Date`,n[f]=u+`Date`,n[l]=u+`Month`,n[d]=u+`FullYear`,n[o]=u+`Hours`,n[a]=u+`Minutes`,n[i]=u+`Seconds`,n[r]=u+`Milliseconds`,n)[c],m=c===s?this.$D+(t-this.$W):t;if(c===l||c===d){var h=this.clone().set(f,1);h.$d[p](m),h.init(),this.$d=h.set(f,Math.min(this.$D,h.daysInMonth())).$d}else p&&this.$d[p](m);return this.init(),this},_.set=function(e,t){return this.clone().$set(e,t)},_.get=function(e){return this[T.p(e)]()},_.add=function(r,u){var f,p=this;r=Number(r);var m=T.p(u),h=function(e){var t=w(p);return T.w(t.date(t.date()+Math.round(e*r)),p)};if(m===l)return this.set(l,this.$M+r);if(m===d)return this.set(d,this.$y+r);if(m===s)return h(1);if(m===c)return h(7);var g=(f={},f[a]=t,f[o]=n,f[i]=e,f)[m]||1,_=this.$d.getTime()+r*g;return T.w(_,this)},_.subtract=function(e,t){return this.add(-1*e,t)},_.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return n.invalidDate||p;var r=e||`YYYY-MM-DDTHH:mm:ssZ`,i=T.z(this),a=this.$H,o=this.$m,s=this.$M,c=n.weekdays,l=n.months,u=n.meridiem,d=function(e,n,i,a){return e&&(e[n]||e(t,r))||i[n].slice(0,a)},f=function(e){return T.s(a%12||12,e,`0`)},m=u||function(e,t,n){var r=e<12?`AM`:`PM`;return n?r.toLowerCase():r};return r.replace(h,(function(e,r){return r||function(e){switch(e){case`YY`:return String(t.$y).slice(-2);case`YYYY`:return T.s(t.$y,4,`0`);case`M`:return s+1;case`MM`:return T.s(s+1,2,`0`);case`MMM`:return d(n.monthsShort,s,l,3);case`MMMM`:return d(l,s);case`D`:return t.$D;case`DD`:return T.s(t.$D,2,`0`);case`d`:return String(t.$W);case`dd`:return d(n.weekdaysMin,t.$W,c,2);case`ddd`:return d(n.weekdaysShort,t.$W,c,3);case`dddd`:return c[t.$W];case`H`:return String(a);case`HH`:return T.s(a,2,`0`);case`h`:return f(1);case`hh`:return f(2);case`a`:return m(a,o,!0);case`A`:return m(a,o,!1);case`m`:return String(o);case`mm`:return T.s(o,2,`0`);case`s`:return String(t.$s);case`ss`:return T.s(t.$s,2,`0`);case`SSS`:return T.s(t.$ms,3,`0`);case`Z`:return i}return null}(e)||i.replace(`:`,``)}))},_.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},_.diff=function(r,f,p){var m,h=this,g=T.p(f),_=w(r),v=(_.utcOffset()-this.utcOffset())*t,y=this-_,b=function(){return T.m(h,_)};switch(g){case d:m=b()/12;break;case l:m=b();break;case u:m=b()/3;break;case c:m=(y-v)/6048e5;break;case s:m=(y-v)/864e5;break;case o:m=y/n;break;case a:m=y/t;break;case i:m=y/e;break;default:m=y}return p?m:T.a(m)},_.daysInMonth=function(){return this.endOf(l).$D},_.$locale=function(){return b[this.$L]},_.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=C(e,t,!0);return r&&(n.$L=r),n},_.clone=function(){return T.w(this.$d,this)},_.toDate=function(){return new Date(this.valueOf())},_.toJSON=function(){return this.isValid()?this.toISOString():null},_.toISOString=function(){return this.$d.toISOString()},_.toString=function(){return this.$d.toUTCString()},g}(),D=E.prototype;return w.prototype=D,[[`$ms`,r],[`$s`,i],[`$m`,a],[`$H`,o],[`$W`,s],[`$M`,l],[`$y`,d],[`$D`,f]].forEach((function(e){D[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),w.extend=function(e,t){return e.$i||=(e(t,E,w),!0),w},w.locale=C,w.isDayjs=S,w.unix=function(e){return w(1e3*e)},w.en=b[y],w.Ls=b,w.p={},w}))}))()),MY=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return t};function NY(e){"@babel/helpers - typeof";return NY=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},NY(e)}function PY(e,t){if(NY(e)!=`object`||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||`default`);if(NY(r)!=`object`)return r;throw TypeError(`@@toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}function FY(e){var t=PY(e,`string`);return NY(t)==`symbol`?t:t+``}function X(e,t,n){return(t=FY(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function IY(e){if(Array.isArray(e))return e}function LY(e,t){var n=e==null?null:typeof Symbol<`u`&&e[Symbol.iterator]||e[`@@iterator`];if(n!=null){var r,i,a,o,s=[],c=!0,l=!1;try{if(a=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);c=!0);}catch(e){l=!0,i=e}finally{try{if(!c&&n.return!=null&&(o=n.return(),Object(o)!==o))return}finally{if(l)throw i}}return s}}function RY(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function zY(e,t){if(e){if(typeof e==`string`)return RY(e,t);var n={}.toString.call(e).slice(8,-1);return n===`Object`&&e.constructor&&(n=e.constructor.name),n===`Map`||n===`Set`?Array.from(e):n===`Arguments`||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?RY(e,t):void 0}}function BY(){throw TypeError(`Invalid attempt to destructure non-iterable instance.