@mobilon-dev/chotto 0.3.11 → 0.3.12
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/CreateChat-DYGyItgE.js +31 -0
- package/dist/CreateChat2-BssQxlzC.js +42 -0
- package/dist/CreateDialog-nG1d1JLQ.js +77 -0
- package/dist/{ModalVideoRecorder-BM0u4RGq.js → ModalVideoRecorder-Di7x1f3E.js} +1 -1
- package/dist/SelectUser2-CMkdxD6H.js +46 -0
- package/dist/chotto.css +1 -1
- package/dist/{index-BHd0LYyt.js → index-CBuP7XAZ.js} +2594 -2714
- package/dist/types/apps/data/index.d.ts +1 -0
- package/dist/types/apps/data/themes.d.ts +7 -0
- package/dist/types/apps/validators/chats/chatValidator.d.ts +21 -0
- package/dist/types/apps/validators/chats/index.d.ts +7 -0
- package/dist/types/apps/validators/chats/types.d.ts +63 -0
- package/dist/types/apps/validators/chats/useChatValidator.d.ts +49 -0
- package/dist/types/apps/validators/examples.d.ts +1358 -0
- package/dist/types/apps/validators/index.d.ts +29 -0
- package/dist/types/apps/validators/messages/index.d.ts +7 -0
- package/dist/types/apps/validators/messages/messageValidator.d.ts +21 -0
- package/dist/types/apps/validators/messages/types.d.ts +66 -0
- package/dist/types/apps/validators/messages/useMessageValidator.d.ts +49 -0
- package/dist/types/apps/validators/sidebar/index.d.ts +7 -0
- package/dist/types/apps/validators/sidebar/sidebarValidator.d.ts +21 -0
- package/dist/types/apps/validators/sidebar/types.d.ts +14 -0
- package/dist/types/apps/validators/sidebar/useSidebarValidator.d.ts +45 -0
- package/dist/types/apps/validators/test.d.ts +23 -0
- package/dist/types/components/1_icons/AvatarIcon.vue.d.ts +6 -6
- package/dist/types/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.d.ts +2 -2
- package/dist/types/components/2_blocks/CommunicationPanel/stories/CommunicationPanel.stories.d.ts +2 -2
- package/dist/types/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.d.ts +2 -2
- package/dist/types/components/2_elements/ContactInfo/ContactInfo.vue.d.ts +2 -2
- package/dist/types/components/2_elements/ContactInfo/stories/ContactInfo.stories.d.ts +2 -2
- package/dist/types/components/2_modals/CreateDialog/CreateDialog.vue.d.ts +2 -2
- package/dist/types/components/2_modals/CreateDialog/stories/CreateDialog.stories.d.ts +2 -2
- package/dist/types/components/index.d.ts +0 -4
- package/dist/types/functions/formatTimestamp.d.ts +20 -0
- package/dist/types/functions/getStatusMessage.d.ts +14 -0
- package/dist/types/functions/index.d.ts +5 -0
- package/dist/types/functions/insertDaySeparators.d.ts +46 -0
- package/dist/types/functions/playNotificationAudio.d.ts +6 -0
- package/dist/types/hooks/index.d.ts +1 -7
- package/dist/types/hooks/modals/index.d.ts +4 -0
- package/dist/types/hooks/uploadFile/index.d.ts +3 -0
- package/dist/types/hooks/useMessage.d.ts +69 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/vuessages.es.js +81 -81
- package/dist/vuessages.umd.js +5 -5
- package/package.json +1 -1
- package/dist/types/apps/helpers/index.d.ts +0 -9
- package/dist/types/hooks/formatTimestamp.d.ts +0 -1
- package/dist/types/hooks/getStatusMessage.d.ts +0 -2
- package/dist/types/hooks/insertDaySeparators.d.ts +0 -3
- package/dist/types/hooks/playNotificationAudio.d.ts +0 -1
- /package/dist/types/{hooks → components/3_compounds/Feed/functions}/throttle.d.ts +0 -0
- /package/dist/types/{apps/helpers → functions}/sortByTimestamp.d.ts +0 -0
- /package/dist/types/{apps/helpers → hooks/modals}/useCreateChat.d.ts +0 -0
- /package/dist/types/{apps/helpers → hooks/modals}/useCreateChat2.d.ts +0 -0
- /package/dist/types/{apps/helpers → hooks/modals}/useCreateDialog.d.ts +0 -0
- /package/dist/types/{apps/helpers → hooks/modals}/useModalSelectUser2.d.ts +0 -0
- /package/dist/types/hooks/{generatePreview.d.ts → uploadFile/generatePreview.d.ts} +0 -0
- /package/dist/types/hooks/{getTypeFileByMime.d.ts → uploadFile/getTypeFileByMime.d.ts} +0 -0
- /package/dist/types/hooks/{uploadFile.d.ts → uploadFile/uploadFile.d.ts} +0 -0
package/dist/vuessages.umd.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
(function(N,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(N=typeof globalThis<"u"?globalThis:N||self,e(N.vuessages={},N.Vue))})(this,(function(N,e){"use strict";var N2=typeof document<"u"?document.currentScript:null;function Y4(t){if(!t||t==="")return;const n=+new Date(Number(t)*1e3),a=+new Date,o=Math.floor((a-n)/1e3),l=Math.floor(o/60),s=Math.floor(l/60),f=Math.floor(s/24);return f>30?new Date(n).toLocaleDateString("ru-RU"):f>0?`${f} ${f===1?"день":"дня"} назад`:s>0?`${s} ${s===1?"час":"часа"} назад`:l>0?`${l} ${l===1?"минута":"минуты"} назад`:o>0?`${o} ${o===1?"секунда":"секунды"} назад`:"Только что"}const M1=t=>{let n="file";return t.startsWith("image/")?n="image":t.startsWith("video/")?n="video":t.startsWith("audio/")&&(n="audio"),n},r3=t=>{const n=M1(t.type),a=e.ref(!1),o=e.ref(!1),l=e.ref(!1),s=e.ref("");n==="image"?a.value=!0:n==="video"?o.value=!0:n==="audio"&&(l.value=!0),a.value||o.value||l.value?s.value=URL.createObjectURL(t):s.value="";const f=["б","Кб","Мб","Гб"];let i=t.size,r=0;for(;i>1024;)i=i/1024,r++;return{isImage:a.value,isVideo:o.value,isAudio:l.value,previewUrl:s.value,fileSize:i.toFixed(2)+f[r]}},z2=["read","received","sent"],Z2=t=>{switch(t){case"read":return"status--read";case"received":return"status--received";default:return""}};function c3(t,n){let a=null;return function(...l){a||(a=setTimeout(()=>{t(...l),a&&clearTimeout(a),a=null},n))}}const a0=async(t,n)=>{const a=new FormData;a.append("file",n);const l=(t||"https://filebump2.services.mobilon.ru")+"/upload";try{return{url:(await(await fetch(l,{method:"POST",body:a})).json()).url,name:n.name,size:n.size,type:M1(n.type),status:"success",preview:r3(n)}}catch(s){return console.error("Ошибка при загрузке файла:",s),{status:"error"}}};function d3(t,n=500){let a;return e.customRef((o,l)=>({get(){return o(),t},set(s){clearTimeout(a),a=window.setTimeout(()=>{t=s,l()},n)}}))}function C3(t,n=500){let a;return e.customRef((o,l)=>({get(){return o(),t},set(s){a||(a=window.setTimeout(()=>{t=s,l(),a=void 0},n))}}))}const e2=e.ref([]),t2=t=>{const n=e.ref(0),a=e2.value.find(({id:A})=>A==t);a!=null?n.value=e2.value.indexOf(a):(e2.value.push({id:t,text:"",file:void 0,forceSend:!1,isRecording:!1}),n.value=e2.value.length-1);const o=()=>{e2.value[n.value]={id:c().id,text:"",file:void 0,reply:void 0,forceSend:!1,isRecording:c().isRecording}},l=A=>{e2.value[n.value]={id:c().id,text:A,file:c().file,reply:c().reply,forceSend:!1,isRecording:c().isRecording}},s=A=>{e2.value[n.value]={id:c().id,text:c().text,file:A,reply:c().reply,forceSend:!1,isRecording:c().isRecording}},f=()=>{e2.value[n.value]={id:c().id,text:c().text,file:void 0,reply:c().reply,forceSend:!1,isRecording:c().isRecording}},i=A=>{e2.value[n.value]={id:c().id,text:c().text,file:c().file,reply:A,forceSend:!1,isRecording:c().isRecording}},r=()=>{e2.value[n.value]={id:c().id,text:c().text,file:c().file,reply:void 0,forceSend:!1,isRecording:c().isRecording}};function c(){return e2.value[n.value]}return{getMessage:c,resetMessage:o,setMessageFile:s,resetMessageFile:f,setMessageText:l,setReply:i,resetReply:r,setForceSendMessage:A=>{e2.value[n.value].forceSend=A},setRecordingMessage:A=>{e2.value[n.value].isRecording=A}}};function A3({component:t,attrs:n,Modal:a,modalAttrs:o}){return new Promise(l=>{const s=document.createElement("div");document.body.appendChild(s);const f=e.ref({}),i=()=>{C.unmount(),document.body.removeChild(s)},r=()=>{i(),l(f.value)},c=A=>{Object.keys(A).forEach(p=>{f.value[p]=A[p]})},d=e.defineComponent({render(){return e.h(a,{...o,onClose:i,onSubmit:r},{default:()=>e.h(e.defineAsyncComponent(()=>t),{...n,onChange:c,onSubmit:r,onClose:i})})}}),C=e.createApp(d);C.mount(s)})}const o0=e.ref([]),u3=t=>{const n=e.ref(0),a=o0.value.find(({id:l})=>l==t);return a!=null?n.value=o0.value.indexOf(a):(o0.value.push({id:t,text:""}),n.value=o0.value.length-1),{getModel:()=>o0.value[n.value]}},l0=e.ref([]),o2=t=>{const n=e.ref(0),a=l0.value.find(({id:l})=>l==t);return a!=null?n.value=l0.value.indexOf(a):(l0.value.push({id:t,theme:""}),n.value=l0.value.length-1),{getTheme:()=>l0.value[n.value]}},I=(t,n)=>{const a=t.__vccOpts||t;for(const[o,l]of n)a[o]=l;return a},q4=["data-theme"],W4={class:"modal",role:"dialog","aria-labelledby":"modalTitle","aria-describedby":"modalDescription"},m3=I({__name:"ModalNoFooter",props:{theme:{type:String,required:!1,default:"light"}},emits:["close"],setup(t,{emit:n}){const a=n,o=l=>{l.target.classList.contains("modal-backdrop")&&a("close")};return(l,s)=>(e.openBlock(),e.createBlock(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{"data-theme":t.theme,class:"modal-backdrop",onClick:o},[e.createElementVNode("div",W4,[e.renderSlot(l.$slots,"default",{},void 0,!0)])],8,q4),[[e.vShow,!0]])]),_:3}))}},[["__scopeId","data-v-01dc3148"]]),g3=async t=>await A3({component:Promise.resolve().then(()=>Ds),attrs:{},Modal:m3,modalAttrs:{theme:t}}),K4=(t,n=null)=>{const a=[];let o=null;const l=d=>new Date(d.getFullYear(),d.getMonth(),d.getDate()).getTime(),s=new Date,f=l(s),i=new Date(s);i.setDate(i.getDate()-1);const r=l(i),c=d=>{const C=new Date(d*1e3),A=l(C);return A===f?"Сегодня":A===r?"Вчера":C.toLocaleDateString()};n!==null&&(o=c(n));for(let d=0;d<t.length;d++){const C=t[d],A=c(C.timestamp);A!==o&&(a.push({isSeparator:!0,day:A,text:A,type:"system.date"}),o=A),a.push(C)}return a},J4=async()=>{try{if(await navigator.mediaDevices.getUserMedia({audio:!0})){const n=new Audio;n.src="data:audio/mpeg;base64,SUQzAwAAAAAfdlRZRVIAAAAFAAAAMjAyMlRJVDIAAAA7AAAB//4XBDIEQwQ6BCAAPQQwBD8EPgQ8BDgEPQQwBD0EOARPBCAAPARDBDcESwQ6BDAEOwRMBD0ESwQ5BFRQRTEAAAABAAAAVEFMQgAAAAEAAABUQ09OAAAAAQAAAENPTU0AAAAFAAAAZW5nAFRSQ0sAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/7UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEluZm8AAAAPAAAAJQAAPTgACgoREREXFxceHiUlJSwsLDMzOjo6QEBAR0dHTk5VVVVcXFxiYmlpaXBwcHd3fn5+hYWFi4uLkpKZmZmgoKCnp66urrS0tLu7wsLCycnJ0NDQ19fd3d3k5OTr6/Ly8vn5+f//AAAAAExhdmM1Ny4xMAAAAAAAAAAAAAAAACQGAAAAAAAAAD045p9SdAAAAAAAAAAAAAAAAAAAAAD/+5BkAAADLEvLxQTAADMgGU2gCAAQsQ1p+PeAERiLrT8a0AJb/4AAAAAAAABDGMYxuOIjP+9xERBhAgQAYDJ3v/+3e//3ERERERd3dk09Y8mTJk07u4iIz/+M////7REQYQAYWmxhAghCd3d3d3ERH7RF3d74iLu7Jp2fWH/4IQfD5c/wfB8HwfAAsZFkiQAAHggCAIQcOZwHwff1AgsMf4Y5c/g+CAIf/BwENYIfgg7/g//+XD//Lg++oMS8zMxEPCMrqafWN1yJIgkKFDddHpRDWa7azkkP4tnHmsoY2q2BdgcHsJ9/ZPsmFWI2zWioqba2GPDovvG13CkWn8KNJK5sDh/mR7P/8ajf/+2Gek1Hmvi1bZz38f6/++uH8fSfc8/2vAezPv/5fj/5vT+JoocCRUaCq/wQu86VCulX///1ADgAVL1SVKIqfYQYCANgIfX+YAtqIIUcESCEnAtxQW5mUjJzEkm784t5nnjJ8HWKf9pnoAAd/6CSf/KXKDBUFQREoM//5pWHV3gyRVWIhVRR2PRkkEkiLVZZfl/zLS7/+5JkDAADkTlcfmGgBEypG2/FtAAMvMN7+YaAEWsX67s1QALSit528ZfMz76gxAwhqMCoDyNSUMB3l0zOEIzJxoHIE7MWHMUhxxrQOmZmrH0ZjZ1mALiC+tjpfqqmv0hBhkourEnCXSZluSItv/Qf9RqEtbvZuPJOea8o/4sABe8yLDV/84THa5ow6GwB/+xVIKSwdMWxGw/k0jmjhsnxJ5ieWdKJ3ZJ/ro0+rzhH/rf6H0y4bHvKZ35ic///dP+TTb//9ay/8Q//qeIiaJEZVuaRWklGsyDQYAlW1wQ5GZfeemkmHNVv0+s2DncHsgIk+EmYImF0HuQBGxzQuRLj0s2ZEu8zEsYahiqeZCk9R0vLqVVRS/UyCCblRTdkXZR/4uDKNDyQIcJf4Y7Kv0FAGis8OREilDOpgrWqAAB+t5YuhFAKIb8RG39BgZophxTCDaCX3G04AoxEEFMTIEABAO2JGFuDMQQJ0UuRci6J41KdVXzb++r677PU5siyah0CYN5HC2/SNfp//WrbbaN3XbSVxiCSJMpAiWcpcrN/kzlQ//uSZAsAAsMvXO5mIARgBXtfzVAAjDD9XzjTgAF9juo3MtAAcrx4Hh0KDlxVMEASABpICwG7MmvegpE6jtzZUq3nFoGStD/toN+WEr0UThrZNNNz4K/ZyhwtPCDO6RAOMkAJqJf9MQsRCGbKkzDK3klsjAAAAFmGpRY/UqSuh8LBcSQVDp5EjYjLn2xlVEBq4pDQMkMHoHAyoFk4Y+JQC/ojwd4YKKBslMeq7ZfFLifxOSC23stbIMqmotHlKToXRdRxJ/OdR+E3QH+f/e0EGeo6vMwGcoJC4I0EzCLE3/1V8w7vor/u/56+hzcxoneee6SWhzs8wxp7mZg5U2rKc7GGMinmD5MHwcOBABjyyzpFhNMEENCI4MKDNyzKzp5lNOHm//+r/9cgkgAAEkgDbijTbTJAH5f3/zm+2PtPAakNOcpkpExQkJuDqYKFigjRqSUg3/7rJxTyeYpVlxSQXesUUbDyhlwsWCtkQIYUisSnWmVlEuYHzhM2bQGFmD6SkMOG/7ec+qr7/dy7//3XbWyOJhJBCQc38u12A/gnUE7aBf/7kmQNAALsI9xuYeAEX+Va3cxgAI9EzW/5iQARGo8sNx8wAsTrjIiELPUB0jhdxN4zfOM+3+Y/pVyx8vp8arFXEC1NXi718fX9t+/jnlnUiZ4UAdRwFQmds0nDkp8S+OMye7b//NE5btik3f/97JHIAwAAAPy3vesFo5M+7Nx4S2+JoVHCokRGkSQ94Fcf9Jm5F3Fjsvk0elEA2rkqwz5L8eSml1Iakpl3aGLZ/ELmeHaHVLTVvz/vd/3HLe+XMK+s+Vf888TM7uzKiQzREO8bayNthpJBb1a5D/flvWeelI4gWPAqP0HIWgTkrB+yAdVEzPlokzY8O5RomXCqjUXi8ooCtBchpUZF+ZFMwPl9ZxzZ2sXz/aupBk9N6001+rTfWmyZuAwdP+gHwi9B8B3PPgrrg+96jJGvd/yjyhysPqG2uaXc/9wt0gDAAAAA/1b5wTDBhbZuALpTRfKwD6gcg1Yiblc+mamxWKCCXXpK8vGxTKx43YZQxMS+ZiCZ4n0jjdgS/xYDVfq3Endv/t7bG42USSQBRXhZznpjpLorRjv/+5JkDIADODHabj3gBFPje6/JyJCLsGd5+YyQEX+Qq/c1kArzIIoc4smwHdlDIZmnW2mBjbZu27MVL79rK5XQXsWu759KZrWBL8+1a6/971+LaxSu/r43vf9/Crv1pG86HwQREsrYV9fUESypKs7Z/+wABkZUZViIpmnXXZyhgCgD8+KHi1uHDDBYAcxDwMQhBYB7RKBoIBmoKibDjKixYnRPG3p3qUpOobo6ibL0zKp5xGJy45ZmJwd1+hyI1P7v//1VCZbRLKaKcREVTuG/nDoTBALH3Z+6893NVf3r+hHniES3lBb8iOsiQoJcyEDWNbdSzhAsN6wp6e3/41f//3vK7XrDnNDaYEGnJ7kHFx8qd6w8TL+v4fdT/+aaD7z+sRV3Ot1D5/6+/bVgAAABgfhqY+544f9ntguAHETU0leFvSgAPCj7mb0zpZOVEq1L35NzcXp5//3+PcJRj/w1Yl65H6oZqJPpI7DEUyi38qlvd5XcKJpIvcK///////BF5PuVu1gCU1rbRJJcaXT0ZlriqlUFd1mNVuJejt0KDnIN//uSZA8AAywg029kwARehVmM7bQADDi3R+fhCmF2kSXwHhh4LgkMEyJwQcCIDcKK1/U1pFq3M7uqdU3bcV9/o1cYFRcJBUJAUfZ4Sfnjp6giGg0yR+PLFREJhKm7sbEQlI+07qLFVD8iSIkROAAAnQCAf+6zEkAcDSqeeJOYwdqNaWTGgkwYNMcTznlhAEEhAXQnI4R6l0czGr29VStUzRd8sMC8XlpoVXq6XWre7WX6zjjugt9j5HxZJWhV41rRE+pTDqw3ER5H62qYgAI0ctRRAsy8r7GiDZJefh+pC4ugamKZswNgYwKBs+PF1NWCFuJukdP/v/dGk+SkJKQvWr2m0qfi/v3MOZKPgcYlnxCB6wIT/w2O6HqFljUEwHAhN1LHucwHCaPplyBkIAAACCCwGg9mpVMxp1l0mDQMdtIIcMl4ggSGpiulZGE+nfjHdPz5w8wDHw/zdx49tOtcz9TUgge33PmVmJYNSeWKnQUB4MKDYONMJXa45AgmAf3VccfF9ri562n9SvrpoKYDYKYLYXSIKdFSXQ/QdjwVMJACAf/7kmQMAAL2aFMBqi3iXen6IE0logzhP2ejPmiRYBwqdSY2iLRtN+vQrOFQCgF4NGRrJ/8wwjEgGgJYIbu3/+eREItkACgNBhZ//9FQwlAHh+jf/9RpmGB0HV//+854CCJlf//nQQKHgRgj6RIE+xiXgQ1A9sHsqCMgoI2NmNmz+rvJMXoVhvZwhVy/52MKDBQTHgAajHsf+ih9hBnINFyZ0/1q4CFkAQUQr/361GCouQ5FO9//4gD5IcBAaK/JwgUJiD9wgLwcdN7kXGLyxMkzMiWPSwoGyewscX3hZoqVp/u6hziDgHpBHcQiFlFw6XBS4+r/9VRSD9wuZKqkv//U5wVsLOFif//pLMBcwtYBqgO8A1eLhQSRRzX/66Sy6////mJ3/DIcEQd/xKVCQKzbUhXDUIbEE/eo1NS8XSZcP1AbwqpGBGUTNa8qfresyegAgaerJ20739t9JIYolZqpd//91DuIQOkdCatTP/9ZdUXkySHiDaJYGjv4u4RCa3+drd/WW/9dS5qhAURRGgJg+Be+Q4Qy/jtuI1/T1BqWXKD/+5JkDQACbx9TcyhTMFFj+k5lh3QKcI9T7D0HAUkPab2ElgjSEELEuEkwbNflQFhO0saUZB233aecLAKjdU+t/cMHC5///+xv6aoK9Yh04qVgm89+08OU2QtABrDwnQDnZmMk6lI77j2JGrJNiix8AwJXegDB4LSe9SqYAc+XR1+vqQJNVkJGNx+Yp3WgjBNNQ4hwIHZGsIk1f44f+jqJEvPt70fT//0EZ3OsQOVjpq4JRrlOu1Zky2EOIvdKlngown69qi6FePp/dYBrbtDj/4KDP/7NIq2VUf01XlN3/sYhBC1oLIGiITWu///Vj2RVFnpFe3UKDyLaHPUmMx4ADlniKu6YpY+y6NwGupXz+teROmR2B/DGsWZhBpGtZNR1JXljU8dG4P1AJ0VtUaVdVZ38RO7izhCSF4iKGRKlzjIdex9/os/frcMVWJgQ61mjcAJjVAFyAIBZQLJXVk1AuaDTcJZieqfC2iPukafLp3LbJqNAxLfbpeFVnDxoFLAZTMqpr5Mfhq51DFHkfrd/bFKHwaTV+lVIoIg0iiFC9nXX//uSZCmAApEZUXmYEkBRRXqvYKOVCoQ9R+NhJQFSkmcxtInQbUkCX1bPb5IRuozZnVd4GsNloIVYYeP2n+QahBjFGWuDZf+JA5LWIRD49PiJlX+UdzyM6upDma0vavsdnz5IKEqdzAOLyyRD0hr7UNoM3bkNDM4AbC9QUmSiIaFspvZdDrSaxA8HEpclHxIVeIlHSfMFo0+ntF1n1KPQ6tR2BwNFA2kwKJEzgEPuLoTzzJ7W0tb+qxW/HYNJF4/H4aLVOSHyPX7V8kACooNg1MXZis41FcD5vyyFO4qxZiKwsuSN0AQL6ATG/OibT0Fmr+ESDbR3HEGawfVzzO7J9pgQudU4+1FTh+9YOv/0CE1TInQD3KPWmF/11t70qmeIYgJUSFMpAICwjH0VLHWBOh8LlQ7L6NXXbR4aQID0roDerZ+uE/QlGapj1Ypnnleq/9/TQrqCEAjVJpCAguTqd/2XPT9Cro1crMaEJUn0pX8YAQcQJDAMb4zlmcPL5WFZE4K6WXGEG5/wEPBL3PoRDVtYBW0sS210A7OpUWjKIBpZhP/7kmRCAAKGLVZ56ROcUIO5zWxlcgp4wU/09oABUpanPrRwAI/ILFFDN4owYo6bWuHvScI2aaf0Doi5yNlmt/67XC3gCFEbKNyohOzfvozPDc0hQwATLuykMnbG5vc6SXs3zP6ZmE/HIUC4aJUFKe63W2pr9O10dbqN+Zj3SDkBpEoNEazet7y7aVh9TeXqn2P9f/+QOHEAABVIAEEAWpVX8bnKmLuW7cXbgiYZCof6unHJ5asJYHiJByAqAqJZEx9+eEv6jdXOXdupyN32dTGT1mqk6lqCw31E7/FRpP8qQonzTsKAR//pdZmQAAAIeZmSM26nASySAgDHMzN3znr2LnxdgXXCcRhRwFB8NSiEpEg4d1EfUzUJgaLw5OOYKVTpz6Ht6nGqji8k4wP9BcNs88wVzjUNNf/8yqTLD8uNC8yn/7Ge7sQlBmVHhOPiHvQ+37v//KFCckpHijQZ////8GoiSIiIXd4iEU05pgIAKDQKr1vyofCRSfodvVS94mh7RbyU52JyTg5yYXlANZ9w9HEA5hmgvWt7dTeh7JVUeYr/+5JkXAADxmFXfiVAAFXGCy/MNACOOTFv+LaAEVaT7L8e0AJe7rcwNy+//+migYuZ//SIyjhT/X3xaAciFEJ2iIgzP/W1uNIJAEE5H1o1cx1QkRDYbTjhOyISpUDqEIMCVl4plagpytXInInKiaXBNh4lIPQyh7EooSgxmS6kjq7VIIqbW614zmi/JpY2tSiVU311L/qaj90f/oIMafTpJmqzokFGf/+sRKi64iEIREJd4ZTVr/RgAAwwAFIDvqNFhLrx98jfNkbeyu05bACoCiChJIJIH8F0muJXULZL1O0nLWgVV0lmKiYS5LEsgOIhnd1Io/rZkZd///+k78gUnyK2pEgWS11qNtFJMBkADKgk5LjPj0hZk9p7B2oqFbSgaux0E8+TEJtsAtvylzokLKuqR2VFvV4tF7Hvl9Pe+I1n1bv8um2TbDtNOTy9jm3D5nmf/3vv/v62ete2nTtuUH7EDjxWoKu/ti4WcPU2G7vPf///+TmKAAYAdouCtwvoAAAAgAAzryYRHGjyM8zSRKA8MkRi29eGMXQ8YdNXhKlP//uSZFAAA6RJ2W4lYAROQlrPx+AAC+lXa/z5gBkoHqz/ntACx7d/Xo60aSVztDwulTf////2a1EADrerNFmf/KO9xpP//6YmXc0VkOSBNkhUiZqBEgpzWWlpLL1jOENVNYSH1MhBIZ0qEWCy4Ds4YC5NaKKPvTuykkyJm1tJv/+opHRk0u3Ur1trRQbbQT/ssxRWks3umbEQZvtauqhb///pP7KNVXmGVCRTWgVhkHeYNYzXH1qDUugWMXUzL1IqKzhPAB+S5IEwlxiHk7um3//6qfqmx1FRi6zgmgmJCoqf/////2qTPnp02d///6QVZ4pjJmALJHECEUj3xdxJls0QLcjnQzC9x7uZlOBoCUPJnoC8/f/F03vcclq1zdohu9WbiKqf5ZEz/tQAqQV9/7nTLW1ENh51JIFv9RqJTv/620VmLIipgNhgdAE94CHpJbjw1WYEASAkLndef7OlaMoMoF0ARVB3qWZppm6c6kiZmCHZ+/9FTf291F5//6DfUi6Jqm1WtBBKiqk6LITpNFv///6wW/8ZAFBJM3d23sgBAP/7kmRZAAKVMFp9PWAEUyfKr6fQAA50+2W4eAABT5CrvxcwAAAIx8gGz4/C8Qh8PcZmgN7qF3GdC7jkjrBpC2rQTZNBBSKRkYq6x4U1RNoLMbJs6K6jBCRS6zy3detDbWpA4igfQ/oJ/1dWkeNDMgBAyNAienEiwgLM0Pcow9tduEBIuazn////WEnVdgJAAAAEAzNB3/hgAAEAJmqYeXAL4hYjZBDXAdeHdEIoYMeQIGDYLNC2DIlhwL2LDE4Xyo1E1Y3KBoQz9rTI1z6aJkXzdwqCgoZQn9X9zv//90VqebdzR3ENJK0kFNEwlNmJCIwAE4riy1uNVmKwEuyZ8m+wU9EKKssPXQrr2v/9PjGqZx9bhW3vK+nlVYuEbgENPsAgnBIiOiIa1JVtRz2PRihiNQ5do0yQCwDBsg9SfFDKq2mplCZQGRRsgDdlQxApC3DcGGri/ZKkpo208hJ7h8CQNhDkOQBDmVazf9N6tsossLOxy5je+RHMYYUK5A7OmpJmgmz/k8azS8mSMBWONAACSXiom0DJTbYW7DIR4uTKSiH/+5JkYQADCBna/2HgBEYi2z/noAGNBJNd7Bhy0QIMqjz8CgBF+1/Rd1m8jUs++EKvoQ6vd+69zt+aEBacEY7zPCrCCLCOkVKZA0iwMgkIxkKoBMCJf/pInR9oxCW1n0IkSTIwrWAkMb3akWOsbQyWxZr2uAFYB8lqIB3hDDaIoIaLxRlYS3meY29d2x7VKfVGcyFS4Liu+a1/7jAA/aEVDqixKPeg9+j1f/7vtf///V+qeZqDNWA9XZGiWItOVw4L2NnHvphMxuZKgOmneqh+3nOxKHylLq5iajRoeaWWagEwqPiK5+aixn3fMRw3zDM19zENrS1mCOJQVBXFwVWVQYMJWdc/Q5qWrWxX//pj7YrqWaqgIiAGxGQAN2PxLMqFh0kIOUV3AJEQyXG4EG1vFrPSavV0uGX9fKm1S6G2yRQSBfWMfr1/9v//2v/+v6gqZVQxWxxLpCRN5moZ2gU0u1jQZxQNMdCAbK113ww0+cJBg4kZBwmxPB5aQMB4AdlkwNfOx2t097f/klnTKKXOczLWS5tWrVzEubzUcTznb/3x//uSZHgAAwAuWXsPQdRHw9o/PwWACui1afW1gBE+jau+tRAGtSAVn7XYwcOUlEo473ftCJlmV4AIo4wAP9/IIYCmwWoARCPwhYcK2z0DAgQ4i6C5K6wbXGbHaATlFAUim++rpfrtmJfSoF8OX4YLiFYmCQdaFHmnES5gOo/93//jP1379KSR2J2Xb6Ty1uJIAMAsTfinS5qxgwsn2j+o2RVpEPOqAaBPHHCovx2YuFLAUZXkxQJd8Wloe16K4LCYWY490asRJrSgrHJ3CHHYa/EKOjijzv+3aMUsap4vHuc+rS5/++93+UCO6n0uxrksu012raw3ztSx9Jh+O7cbn71uf1vCzy5KcK+t/vuGrHIcdnOWYfOWNyt/7tn9477upjWwx+vnzKphrnbeedfH8OcsBhQUVcVizC/WHw/b/+Lgl/+Kph3hkREVmNEVWu+20FAgBAglBahiERkEHGgcRgKTMSQ4VtLRWwnCKTHpcFRUWAM1hhDvHo014OvTV5U2d7eHbG8Msu93axzx/LCBJdrOCJY7EWltDf5vC9dq16ud7f/7kmSPgAYOVVfuayAEcKUK/81oAJf9mV/5igASMSEpNzNAAn8/djOwcFN4H+EDpH/ykQGP//1RDmZqZKisiMz/ffbeWyVBqAvyVjUObO/nSQvkgfWyHAgoiBVUI8aoQThwgVMB/gDQQGESkREmAtPJgrAp6JRMQRJ02L4b+Rikzgx581I8MIDSE+j0cHBIeiwucgAyhDCqsslcpIEVJ0YAg46fKqAvkDhPomZoTRRLrJGibvdJRcNC+XzWbJIoqY4TRibVLmyE2TZBSCZ03RNTFkUkUCaWYrPW9eThox1M3NEJgaIqo9STrLpM1//++mm7LTQW6BcshASCcSbl9ljsiQSIAjDXMI9StZvFR7hVI4SjCZMYaTKVR6KQJGw84FC5EwbJBRwR5VAs9MUwp0WTSdUtsanSBHSKEqGAgURgYkYBqEIpQfYXBBdMLrl8sjmDkkMUaD4K6BmYJls4x0fR0+iuxFitWYnSZOvdB1GjVf2ZJIyvq00v++m5kCjBoz3f+WXbUggtst267WXXICOABpViCRRDoGUB2ztRtaaOlab/+5JkDwADEjJYbj3gBGIley/H0ACMiRVXuLgAAXiRqXcxoAAIHgKecHqa34vt1Qj1gwt7jRflnrveWaFLnKAhYmkYdwN5etMuJ/nWNblxa8b+15/qBv2/22YzvHqxfWJf+KAYiBsh5N3ciMiF2ZVZnjf/bfgAAQCIuWBC6GDzO6S8Yr+Nex98Y0CgZgIGhog0cBRAZwopMzcAYyR4729GkWk1nZUPIoHC+aIE4oejcslEznUEWWtLrWZrVttpGwqHBGgk/////+rx+2ACQrrb2212m1zVYBC9mbYnB7B7Fw+2IOBnJRCDcdLkMECLMAuss4GmrM0nsp3SU+xs6lLUzLstOtM8i9zNFroHNeptZla1RI/L7/QXT9qkG/1J37q5uUeXP///1AOvLDv//Kf8AADaYj//78aCgAQAWJXjANie9n/U/+lgJNLpMLjFusKIYD+oApYI0Z0RsAOsUM7njxa5zHL+Yfq13mtTNzOzTcg69QVrlWtj3+3tf+O+XndVAf/6nf//6AuCgLBVa86FBoAX84CiIPgw0JRxyC5Pjmbi//uSZAqAApgwU/884AhVxFo/58wBCni7X/T0ADFRDyo2nvAGDgl41lEY2xuAKJILjgOASRNu8YHl6Fr7WxuzMfamroWGptLtznPT//0HS3/xRiwfDRh721EvqV//tfxTdWhKxlAFYAGbliC1z+TggIyzpOVUm6wg+QDBysbpJFKO5ZJjdIaHwgdJDnFZFE8i30WS61aix7Zug6Le6KjYLpFnvWImoKkIw8wngD0qvG6Q7f6v//xcXaIdxJWA5dI0SFdlhUKvQgfhKEAGPdFkGiaa1xBBeAAKEThv5800WTghb+WY3oAoXFUYq/mWFw+zXeGMta0/rr///Q04RK/ndqhEHezpY/lxf71BSf/MSgLVIIFayTsdpCxGihH2ScBYeGqKGnJwW1Ok3HAjyUULoBMs8fN9++f/pbo/3JaT2poWY1LVzGp/Xw3Dayhq3/5H9EWPf/0tTyo1LP5sO/g0df+AABLXV//r7dJmGAAHQLhw1ORCxpmItIoQ1URdKIcgH5jTVBWygbBpyp5HRfX591HVruY2W6yxqRl166aH+z90E//7kmQhAAOjX1VuNkAAdWUq/8fkgI6At2H494ARKJPp9x8gAkTdD1Ud0FMpBB601Ln0/++/2zdA2bQTOmXX+3//KhcM0jY8T5mZHmsqZERdYlZ//4GAaw4EQGaGQmbRGu31FlrYACtPw5AjUFd8suPbkaMWypdGO5P4aL1wdDwQLI2pJkJdUF5c33obhf/RyrfIlOV+tkStiHYf+j/8aGVZ/nPRSnd/+wBC7kA8pL+vps+3L1Lfef6QVPCyULPrLxZ6yRUNPvogQ1AYWZ1MREhMjNCiI/+u1rYJAAdryWTFsdEde6YNrjV0s/Ag+x78PkIrGh8XmGZnTlHfszFZ6ioTJLaRRxlh6uWmM5YlOCzDDrW27Y+YO9e2GT6rmfULddfHveEdAE7wfxEFSP4PlIYrUJTv/TUA9r8Kg1/v//UqSAAAAkgSSSJwAAAAACsGkPDfzO6S9jXoRdxt4cP7HJPh1AVg6ag5TsNpW6Br20X1jw0snC6lWoknqbrtalU+iZ/////d7f//6yLakiMZtJ7bba6yyRBAA/RqPvh7h7pASwD/+5JkDAADcE/ZbiWgBEjE6s3ExACPsSlhuNoAES4MbH8ZggLcn8kwGysOiIIYGpcKVcObd2rr7oUixNFUpvonzdk1oksbuhrvZNEtZzdFTIm5ov7VqQqUk3QQTT/v6Czdk3W5ognW7Ipf/qQUyaajQwYwamDRn//n6rYQAAUoVrrtLQ4AEAALR4dqfL87zodsX1+LFYWKGYdYWJoEuIHVBfHKKtD2onS8+dHjdRaVRWzKsiz3NnM01TPp673f/zIQzj9c0yS3JHv//dbbKAgADQrWZkMrh2mUfx1i/HWsIQESJQs8ERMwPg6OUHBYkcZnpGjLOMeUpxYDxxZQMyqTqlDDMldFFaKTnWKhr0Fu/eyjI6YHisann0qkUakn0SKnC+bmhubmjf//VomR06yTGxrMf/U+wehg8kb/6f/2hJGcCEzIUQ0JojXS2CsAAAD/6jRhInyJ8wg2GRYcNL6VnrEh8nZA4pVRCUK95Qjf09ndye1zK3z86C/q+x8TZE047Fy1BUShHzy5VqrfNJJ122f/36722RpIE80GjpJYKxPE//uSZAsAAvUnWm4eQARSxQr9xcwAjMlBZ7i2gBGRlax/H0JCIfGZKfCF4u0gtqBdkjwsxzwaYttdN7O6p021IoJqnDVk9mTWn1Ur0zNMMCABrHuFhHB9ukMWQ6d0eFgAcFnMCp6XeCH+//og/bnIgW04////dhKBAABDHuk9i3JOCgWYZSRoWFqFhJ0O8CNpZcAYJiS4FvmB/VNFrSPV0R4ZFRkWUHxtO1JIginrVT6k0KRMrHAR/IxflzX/5QMzdNRP2OX//+C2ySEoAR0wSJZFxXqjRJlhzJoF6dBghoDKuC6txPboV2RsgySZkOp1JJEvLXPjxLiKXqQ/63TdJSRioyfXbR1JstGtGizdN760TlSRk6NL9Gr/vrQRejSUbK9jv/9aqxAhEiCYkbvO/lDgABIAEdulntuhGOvaCiERVpNX0rISAGDHKDU2CIUKLjkBq8Sh4Sk54ia1GRXJcvJjrIuSZZOjMLePgLkkUJ9M4O9/u6lUy4aL/daSHNRP///+e9H1ez//7Ns9Untqp///r9bI0EgB8SOKRGjkjFhGzP/7kmQMAANGKtnuLkAEVwPK/cXIgo54q124ugARHw5q9x+AArHEMEOICgiMBq4XepyFw3pWnrTsfUpjAqsmmorJ5fJ83QQoKqOfUpNM3PGjGiaBPk+bhIRHWBcoCAYQQB94KiLlAwD74PgQMB/+fvBBDihmYeYQBAhCN23zsUaYAAATylOLxGyC0iHXM6C70g6pfDkUQ6gbQtgdJ2BdTrn31NkgTJiaj+IJOixiKIzR9CEqlm+arbEQKbe5DVGP6G///8EP/9//////purbbck1n3+2giaKIAAM4GTIZiFiFioGWELZ1kIRJwIA6Ys0DLhCMHgBR4WS0C0QssgTBkXnNaB43TTI0hByiZLqjEuKd3QQTRdaUmldv6SKKJw3LuZOKGYrnq0ujLpGJga1V/5XJRU6ZWxvV+VU//9n/97rbCgS3anttsAIAAAAALy3h2h3Jn1/j3aegsrVsyV1EodAwXqabwQ5xQa50OdW5Zs7/drd7Xc+Vmr5a+hiV3uFVzA1/y4uD4hqlrT1caTW221kcaSJIAxnWlinPjtXXnpM0e3/+5JkDQADlz3Xbj4ABEujyr3F4ACONQ1buLmAETySa78XMANO4pfBAMEhEU4OyuI9RPiN1PTZJJJaakWUZDuJ0uosTlBTE6YupJdJjKmnodSOkmitB2ZJAv1rdKpKpS62RZLppvW9SWZBrUDxJpzmuFQkSi1kW6P1221FmwQFRGRMrb/8WoABAAAXf3GRcV2FIhAMgwXDBaWEB5QyjbGC/Fe8p7fq932mwz79n/3unqR50aSliWSn8/zmZituz3qCRxKab///su1rTTWRaW2222rjQQAAEpOZbZxC1MqM7Dpwj2TwGdjCh1DdBmyxC1pJh0WWmmfM03U+5cJdToJjnF5bIjw2gkgo6yp1NaOkiiYFArl+aGiN9SVVBBVTsxunTL5v9f/7aZmbmiyjv/8EHHH1WREe///+DTKyIAiKKioMPH431tAAAAEkBajFMUcMNQcY4YRsxCFROgVggT4B2ygVgq8yces1K5mbIpLk8tNbEiihrpJfWhZBJ05iXj//iOQKXbMimaYqn2xPoN1rSRdTsValar2alu192FZeQBMo//uSZAwAAxksVG9hoAxHQkpt7CQBjAyzN60NsoEUlGj0V7S2FrKJxWJaigC7RfjxMUlzyZkmyKaT5kMGMlFSLWf3fW1SSamtUvTZ1uoxTNBgy8bE5YmbPNYgX1DmAv2O/6E+6AlEXqORsOj4o97FDa0rULV1FID/r3rkWh5rUWZFWX0k/AtmIgMzEkKRwV2MhJqUY3gEkpMzEHRcmNOSGqqlb+sJlUO2bWNIKPzRsLAV7+pgXmEHf8CUCfZpNzLCIOvR1XFhqtXuKOvFV+hSYvXN2ZHea2fcWx5EBgXT0JrUohwaoqMwmKNukmvvrX7JaqmWuhZFnnQ4JQ+5tqqHu2MD0VQkzb/6FoQFjKYobUGAsdxS5KxUWbIShOWIggYTBEpEwTCHk9JUDzn7eMzUKC3F9wiRJKm1IoNQoMvqZjZzAxgaA8VLUp//X+1lLOrMKmbaaRf9Dr2rF8WREcwFgEngBbVxcFZzjp0IWnRGkE71oiXsqnqWNOjEhQafio7ptR4Y057LbVeeuZzV6gFRrGMIMSX/LTNRZrzyA441tig9XP/7kmQjAILEGUzpOlpASkUJnyNKLgqoc0unvMPxNQymNbM+UOoLERKiZfu/yI5CA0+fzZJe7qBFdwCAAHbWUwOmc8CCuIfkDOag6PM6CjeDWi7st/91ImMDDyJXEp87Ej7MuydHQ9EZRaDml1p+5vSj6csBjQGCB8/lSRI8Gfy4ieu5MgMtqJSXsGOd96quILCfmVwcOvCI/yyQ1Jk9AktLvF+NR6qVy9nJetgED9u/IOKRYC95BEJCzSBxjHyRBpNRKtggYYKQ89RciJCDf/7hV5kd/+oRgXTIF0f8xyq+qarOkTU+ZUMCYGUIrlYfqrj2zLp0vsEla4hhhdUaVPsv/vPIxX1KtlUrGFQLdcR0svGmmHPFmpen5JVNPbn/62hwk5V27NagT2tApfT95GYEE6YmaUKEMe3KMMyC9naEtp8BydtXVNxTMLBuUFogVIBf+3Z9wi21oWFCgtIg2UOCAOjhJRuepmJUmfcz//fYmIgKHlaPYJdWVQJpWQCP/mFI3NLto1qxPpiD4aLuH/WpY86OpKBgWf63MuUkmw9moeL/+5BkPwAClRxS6edErFDEeh1hY5eKTNNLp5xzcVCXpbWmKkiEW0A5LquHwACyspy8tVRUERQAB1SBUmJDgbFhPjJtm/o7/3f9su2hlAtlSJSTsAuK6yg1Eu43ij1jb38HDJGhtx24TJ6V7S57HqPGqc40ZC2oQl2veY1ijq9//1t2131kZEOlxfKi3D8WM7dL12W6AwZI/ps/Zmw7uAeB5eiUh/02rz4MGgRlSyJKWDQEC0G9W/paChYBXYUZ/LJL34ZfpvEvZHQut+7vCcTFkRUVaKVOWiHfbp2/ZHs5CGw8ztzxA6piOs2PnDn2/9Au7IagPbIAEZZYZ09LFINfiVWHbGqp/lGt6va5bncmkncNZ7ZtZ6rJjbyRjgmCcyWMMWViq0KR/TW9+mZzoWszmZ2AGvGnAo4g2mhEWOUvFr7CDu2C2AulZKQtCkhrh4jJIZy9fHBXpg03iWkOstngAYad7v4QSiKbS744FDgJYDWVDdJd08Wzws9L2iI6RDQsBooEz8ncGFhQUYIQObFBdKnJ/1izZLYF21IlD9/a3VL/+5JEWIACkzJM6yoUuFJDGk08K5GJ+PFHp6hxsUoY6bTzil5xKCsg9zuzhWiMPbVgqyMAo/e2tit8mJXIjUA0Z59yfVl5v/XtdONFpmkX0jBRMKmcp8s/1HckAgK550XIJtWLBKj9M3/Z2CmuiKa9FfOp4iGnqc6N2XUtNdsQpt3t45ewtW2qZf1lkI0IqmAG59rTM9rUiVvqzxDoV/mt0S6KHCQqxV9FZE2W5YgbFmSxEyIGXN9BL9EKGEagP7QBM5YgckRTgKco12DWGTW3YYHhq1T62n8dAFAnwSer/Qyk3SciccehABBY0ParXn7U1YhIYYeFSbKswDJURj12BQw46t4JA2SecBUNAJQsRWJGlRpClv16ezWVALoMwDu7RCGeNmq3WzWQLTkpbdK6+dLGrkNVSUANaeaobF0yvu3y/j2zQGyEbbYYqx1OXMBEz3TMNGRP4GNoaLoeBV/Tnv9IkTA+Af2ZDRypUvH4pJ7LVbUySDC2tJuPJ1U1PTadazCz7pXzizVWdfvo3Xn24I8g2zwyHR/sXcCcmKTf+j2o//uSZHQAAwgdSuk6WkBHo9ltAyseDGD/K60wUsDgj6b015WSZtN0RFkChUcOLVE2ly7rQ15laaCVrSwHMqjguFSjl//F6f9ITbAkIccCSA3ptLjoyaKLUSUDPjUH4UwmkXrUjz7GZH+Cs/QjPUVqKf8CvCjBOjS84LwTEUSf6KkSgkDJGAAKxBKMVnVSrlVKISQHJutZtt7ytduSVog67N90YnKLE+1aTR8QgvQ40XHKI/uC12iEjet1Nv+omIWLaIrtrv+d6XyskdFUUTFOOd4EagwKBBkBPWECaZjvZ/15kMbVN7knvUG5IpQZLYkgJm239kwYWGCEBnNcEHkjiw36LAY565vfh2pF534eCAXGXtXfxIx4q20bx/QQQEk+w7D06p36wmoBcArvEVB3FppDILecF9iVU/yRMTzlVqRupfbQ+h28H2YSdscr2/3zXwQJwCITWx73Nqnw047ZGPvVaEAbIJhR4sFVvNNLhpTlAwpwHbq3Xi/EAIpYBKMAAf/LRP7Uvg7A6PNlBzqZhYkTAQiQm02NNyxtOZZRtnV6Of/7kmSRAANDNcjRmkJQPePZzTHogIqEgS2jZMkBRBdkKP0eCI75oh3ptU6aOGIyKls3W9P55qnEw8fKvoXGgoHIZFyelKH6HPV3///9KhE2DaA/fUUhmCgcqc7lq1kXUAlLp613UNWUTMFUJVcFgxqbo/dXVRlSznqvp3yL+bZVM9z6mVjh9UdYjOsWOqi7jhIIuakKPRao6rKx5oMkwCSBaAZIwABxBYxr1RQrGWe0SCkvm7cbcCVigY9F+HKfOw+eaO+shWdjMruCGdFWjNZWIsjqvVC3bT+tFZbvY1p2VRNmDVCKpksbUj/sU7bYrgpbYyiLyGinZ0NcWqkGMK6Dx1tSiMOLIeTQhf2HbtIn7l8+4vSn31kEQtDHZqgIEwJiW/Tk/KnD5fn8Isgy2R0qAe1pNJVOS1WCkHNBdJo0GZdKUF/sS7OfhW3VlAf+s11FBfq6psD7tUvwiqTgMUp7eQyt9rLMpwZedVzbEbzRdUqJlDChoLpAAwXd7JUosuaYlw30NMiEgbSKrH0FNAWASOUEoWcIdSSIwy5LNJwIFub/+5JkqgACgiBLaZhaQE5m2R0HRUoLJPtDp6By+RuMqPTxJlbWwEEyb6WPOzHiRU8oI7rnZbwqkVyrQiNyxQ+yJNQp85LmBBboN6S/3Out4HpDCDN75/LtuLFUb9kuYd/9y/G1pH/wApARgNXQAgd45gA9A7LtEY8ixbmNLP3nXucsO0b2dvhf2dqttfOli4EoboUKDwysPDkrRgVL/+FQ6QIkllQaiCLM1KqGB4CGAdgX7ZlMRSbjH+8o7e2FKvy4mUJzv6q9wydEcXUmc7JhJkYlQ7LFzyEoj93Su/bqoykJr7uCFA5UPctKrYCR9wGE40+ISyzqiSVk1k33p1Pbt6gEWB6BrrY4h//+t67V1pWdCrPSU5kgz7/T2IDqI7nJHQOxknN8OfTqp9tf6+oLB+leIlb//6655d7dW9V6XKzOiJcOMwYSKlMFAIPjOl9pJ19SARQFgD2lASG8qTmT8bytZ/ARELLjIwcqrKZfreo2fGNDyLVryS9F6pLwQpH44QPwpTpst5l+7tmvczAqol7//+7o7rBlZU3ZX6qzoqXm//uSZMmAAr4xyWk5ElJGg1kdDypICpCVKaDhA8FHnqU1pYpYsUZ4udNrReA6aFubSAAMD9AB0wqwgTiY0MB0BFSMz0ACQNqSqiiz8uUYGB5yIUEQxhcTgqKzpl7hQpzCGrKSgQGQRYCHJcHcgnpJWU9xaXUC4fC54DmxyhywigKhIFV6xZj7BQVknu///7wCiVGAdJEABuO43nx+WVMqXOAytNy20UiJduXq9JKxQBTBtEbai25eR9IWzbnMlG2OyCy0sd4LOGRnVlU5a0cd2dx//2fOzsqLZ2OcLjiuBoSf0VHZa/3Y836gAJICJD9fzWeOGOq6uQyRkHVUAwjtRHczBDdyBUNfl26SunnFnUd/3SUTptmShRWE+Mvyv8IzIZHzkVvv///vfRDESVTDEMYMZCDCRAWYsMkx5ZRNhpAC9H//9lUAIoFHEQAPrv3UoLlP3sejAqWRH25uML1+YoK8qiIjeMv1pxsEgTOVJSjjhXsVIBqMHmsA9Xq6ci7qB6yQrxzOrHNR7N/1alflgjI/NOxBICFQgEj6wbdWpAsh5P/7kmTmABLVQsjrBhTAXiPIyQ+DSgtc2x+sJFLJbh1i6bSKkMvbc7/0//vefFYmEA2AbJCCGWNI75kAASG3NvGXS3Kd0UjnEAxx1ihUsqV4zq9o4sORCYOYEosxrAZGiQpUKyKyzrDfjlHFxGz+XrwDiILho29UsaAYCVc2rVd///kAEKgea7N5S2SXoZgTLOmJAVDy7MTTZ6bKmrSuUCMFOVSGnh4QLghTehJqpBJJ5xRw5Ac1zzyVm0ZtoZtZ84kyLq/2/9u9qVMqHY5FYK8hxLjlDBSBQYNa4mF8rFHPverWjZ//kH0EqAF/HmNQjo8EBcuyglPDDW6k2wgVTzjQtQeUUlHSUT5WuilVkOd3F9iM8iXrKUq3eSN3WV///v3rHqbHmFBURAUzBNmqIBuVbmlZi2/uBjlzv/QGCygBdj8SpbsIlEu512hwNImSBZfhA2OdnLGSDg6dUWw6k9A8v3ral6+xyjXYdDXmdylV9ORdWVke1SWvp/y+7r9DHKWclFUFkRlWRDFdiiZAGgMInxYtNOmm49I7/Vvl6cOkD///+5Jk7QEDLjrGUygUwFTEmO0HSEoMvQMXLaBTAU4dokgtlSnv8qbH6alC4WFle99mSLFuWuT06w4wMQTuCcGgS883ASnqX+kZbal3qbSJHgBTwcB7DkzP611lU5yfr//fz/mfz+SHsShbCcuPTRUvAVDafdwXDjkKDeVPjCrhfK6bfKYpk8sO01DS5U7gBirIN0MQ5dwxuWklTjwQeAqvaWVacQhmBsrjFI7GVgEYiNoaz9pUv9L20//7//reGknJSEkbwGDXUlK02bponF5n91RrqJQ1BJIxcHdeqA375rH7nN9mEEYKgpfO0yzuSWpNwQyMGIhg/ahk+8Xg5FqeYhFVImYJTMBohJNETFYLpIpa9BW//7/xS6JiTEISgQs3MbMG2JLCMEQPaKPMDW0+76YkAA3NTuWcvxmeQ1TlUcWhlF33V+7jlVgoGIz2RkzbWNM8vG2++FJIjZEoXfwHx6zsRGTYj2LU0qOVr/VXVOlKo7TpZvn2zm3hnTmdTBlbhkjNcOUG6DVYokKa5hiGnDeVS/fyBuoAAAAD+Y93yQ5c//uSZPIBUxtGRLNmFLBgKThhcMOkC2FHDi2IdYFVImGVsI6wr0BIJxCBpTlH4lS1dyyH2CGDwCdtiAYP1qOw3NFmpay/vOBEJxOyYXuCbIsG2bUkIRhXIRnRWi1Ll0dPJ8gDnBV0JgIBVaI4wqwqhiiQFKigGewGBU9hTPztABD8VTRPzSoyQogogRXZRu9VC2ooY2Msd0CzpM/z/N8qlknw0MAQ0iRHXBJT+TYKqhlbSqR7pFwUG3iyiS2TjiE2HUHwRDDFDJRybQIZbkT/Lsn4AACB26riGxMqFAqPFmTVpTLcrnK0RWCChROHHMeCsHzL7Q/Om1LhojUoy5GDgAHU/j2Zd8yIo9rbTmUhQ8j/lb8ib/Qsr94ssNbt/tnzFX43Ta5IhQkmQG///+xNCAs1S99WaSNaDPTBRAIV9ZV1YM+p4qFRR16BQTnKklgXMpoyE9lFScwzXACXbygR9H7ef2r/EFMdCavjkIq63Xtva3ksojPLqbKpDYPOs64xW4reljpYxuFJh2aSNHXMenSlJjtPiKnYd2vD/zT9OW5UqP/7kmT3BEMuQ0ITRhUiZKkYOHAjuopkYw8m5RABdKJgrD4NKbwh/yszf///lJfnfsNKrbQqVjACZEHxivKZbO4y6OwUouFi44VQARNBcjfl0oGRMUTIxJp7lVRqWt7g4vxtQdNrToMCEsn0mrJ+S20fa+5Lcob0tIV6ZlZyi5rHNwpsfdPQ+nApne3q6ZEOZ3p1JnFxzY+0GJFJEkE6UbGV+12j//6JRz+UlkU5EQGi54iehhkVkKqyxzMtSDzTMkkXKpa0BXZvZfL1WFs4UBEqtVVARM6x/0m/UtY3V1ElVVjoCvS4eUZjYvUtV1IMKv8UtS6qnVJjKepMa7VoBAQpv+hQEiQi+IpUNh7AR7alRpfkKhPnz6uabPYYwEiBKtkyuzIBMBATbARrnsqlDgEK6pcZtlJmZttmZmP1Y75Rv1Uv9V/6qnlwMKNaJJS1/Zqsa/qscKv/1S4q9ElVilhhQl2BpUxBTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+5Jk+ITj8WJAMfo0EHgLB8AbZkoMVWDwBOBwQWsp3kQ3jSpVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQABo4uLzcp3zUUiIoSBCgMw+HKPMh2eNmndrzZqWIyHkf//5fmRmR8yP8jIjLkZF/+TKwMECsdD//JlYGCBB0cmVgoUFUsoIHZWWAwQMKCBpYDBAwciLBNFSy1NQMBkE1JERQkSIJoLRJGiij0FqqTjQUCPQWNEdTf14qKC38XZ///i2sVFG//8WFxVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//uSZIaP8uNbJpDBHkIvYgTgGMY4AAABpAAAACAAADSAAAAEVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVRBRz8/Pz8gPz8/Pz8/Pz8/Pz8gPz8/Pz8/Pz8/Pz8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADIwMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/",n.play()}}catch(t){console.log("no audio permissions",t)}},G4=["id"],f0=I(e.defineComponent({__name:"ButtonContextMenu",props:{actions:{type:Array,required:!0},mode:{type:String,required:!1,default:"hover"},disabled:{type:Boolean,default:!1,required:!1},menuSide:{type:String,required:!1,default:"top"}},emits:["click","buttonClick","menuMouseEnter","menuMouseLeave"],setup(t,{expose:n,emit:a}){const o=e.inject("chatAppId"),l=e.inject("extChatAppId"),{getTheme:s}=o2(o),f=t,i=e.useId(),r=a,c=e.ref(),d=e.ref(),C=e.ref(!1),A=y=>{M(),r("click",y)},p=()=>{f.disabled||(f.mode=="click"&&!C.value?_():f.mode=="click"&&C.value&&M(),r("buttonClick"))},m=()=>{f.disabled||f.mode=="hover"&&_()},h=()=>{f.disabled||f.mode=="hover"&&M()},u=()=>{r("menuMouseEnter"),f.disabled||f.mode=="hover"&&_()},k=()=>{r("menuMouseLeave"),f.disabled||f.mode=="hover"&&M()},_=()=>{if(d.value&&c.value){const y=c.value,g=d.value.getBoundingClientRect();y.style.display="inherit";const b=c.value.getBoundingClientRect();y.style.display="none",e.nextTick(()=>{const E={left:{top:g.top-(b.height-g.height)/2-b.top,left:g.left-b.width-b.left},right:{top:g.top-(b.height-g.height)/2-b.top,left:g.left+g.width-b.left},bottom:{top:(g==null?void 0:g.bottom)-b.top,left:(g==null?void 0:g.left)-(b.width-g.width)/2-b.left},top:{top:g.top-b.height-b.top,left:(g==null?void 0:g.left)-(b.width-g.width)/2-b.left},"top-right":{top:g.top-b.height,left:g.right-b.width/2}};y.style.top=E[f.menuSide].top+"px",y.style.left=E[f.menuSide].left+"px",y.style.opacity="1",y.style.display="inherit",C.value=!0})}},M=()=>{if(c.value){const y=c.value;y&&(y.style.top="0",y.style.left="0",y.style.opacity="0",y.style.display="none",C.value=!1)}},L=y=>{f.mode=="click"&&d.value&&!d.value.contains(y.target)&&M()};return e.onMounted(()=>{e.nextTick(()=>{c.value=document.getElementById("context-menu-"+i+l),c.value&&(M(),document.addEventListener("click",L))})}),e.onUnmounted(()=>{document.removeEventListener("click",L)}),n({updatePosition:_,hideMenu:M}),(y,g)=>(e.openBlock(),e.createElementBlock("button",{id:"container-"+e.unref(i)+e.unref(l),ref_key:"actionScope",ref:d,style:{position:"relative",width:"fit-content",border:"none",background:"transparent",height:"fit-content"},onMouseenter:m,onMouseleave:h},[e.createElementVNode("div",{onClick:p},[e.renderSlot(y.$slots,"default",{},void 0,!0)]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.unref(O2),{id:"context-menu-"+e.unref(i)+e.unref(l),actions:t.actions,"data-theme":e.unref(s)().theme?e.unref(s)().theme:"light",onMouseenter:u,onMouseleave:k,onClick:A},null,8,["id","actions","data-theme"])]))],40,G4))}}),[["__scopeId","data-v-da8ac8ea"]]),X4={class:"context-menu__container"},e6={class:"context-menu__list"},t6=["onClick"],n6=["src"],a6={key:2,style:{"white-space":"nowrap"}},o6={key:3},O2=I({__name:"ContextMenu",props:{actions:{type:Array,required:!0}},emits:["click"],setup(t,{emit:n}){const a=t,o=n,l=s=>{const f=a.actions[s];o("click",f)};return(s,f)=>(e.openBlock(),e.createElementBlock("div",X4,[e.createElementVNode("ul",e6,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.actions,(i,r)=>(e.openBlock(),e.createElementBlock("li",{key:r,class:"context-menu__item",onClick:c=>l(r)},[i.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:i.icon,width:"18",height:"18"},null,8,n6)):i.prime?(e.openBlock(),e.createElementBlock("i",{key:1,class:e.normalizeClass("pi pi-"+i.prime)},null,2)):e.createCommentVNode("",!0),i.title?(e.openBlock(),e.createElementBlock("span",a6,e.toDisplayString(i.title),1)):e.createCommentVNode("",!0),i.description?(e.openBlock(),e.createElementBlock("span",o6,e.toDisplayString(i.description),1)):e.createCommentVNode("",!0)],8,t6))),128))])]))}},[["__scopeId","data-v-d90d3063"]]),l6={class:"embed-preview"},f6=["src"],s6=["src"],i6=["src"],P2=I(e.defineComponent({__name:"EmbedPreview",props:{embed:{type:Object,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",l6,[t.embed.type=="youtube"?(e.openBlock(),e.createElementBlock("iframe",{key:0,class:"embed-preview__player",src:t.embed.url,title:"YouTube video player",frameborder:"0",allowfullscreen:""},null,8,f6)):t.embed.type=="rutube"?(e.openBlock(),e.createElementBlock("iframe",{key:1,class:"embed-preview__player",src:t.embed.url,title:"YouTube video player",frameborder:"0",allow:"clipboard-write; autoplay",webkitAllowFullScreen:"",mozallowfullscreen:"",allowFullScreen:""},null,8,s6)):(e.openBlock(),e.createElementBlock("iframe",{key:2,class:"embed-preview__player",src:t.embed.url},null,8,i6))]))}}),[["__scopeId","data-v-78e87f87"]]),r6={class:"link-preview"},c6={class:"link-preview__container"},d6=["href"],C6={class:"link-preview__title"},A6={class:"link-preview__description"},u6=["src","alt"],Y2=I(e.defineComponent({__name:"LinkPreview",props:{linkPreview:{type:Object,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",r6,[e.createElementVNode("div",c6,[e.createElementVNode("a",{class:"link-preview__link-container",href:t.linkPreview.url,target:"_blank"},[e.createElementVNode("p",C6,e.toDisplayString(t.linkPreview.title),1),e.createElementVNode("p",A6,e.toDisplayString(t.linkPreview.description),1),e.createElementVNode("img",{class:"link-preview__image",src:t.linkPreview.imageUrl,alt:t.linkPreview.title},null,8,u6)],8,d6)])]))}}),[["__scopeId","data-v-e9834d72"]]),m6=["data-theme"],w2=I(e.defineComponent({__name:"Tooltip",props:{text:{type:String,required:!0},position:{type:String,default:"top"},offset:{type:Number,default:8}},setup(t){const n=e.inject("chatAppId"),{getTheme:a}=o2(n),o=e.ref(),l=e.ref(),s=e.ref(!1),f=t,i=e.computed(()=>({tooltip__text:!0,[`tooltip--${f.position}`]:!0})),r=()=>{s.value=!0,e.nextTick(()=>{if(o.value&&l.value){const d=l.value,C=o.value.getBoundingClientRect(),A=l.value.getBoundingClientRect(),p=A.left<0?A.left:0,m=A.top<0?A.top:0,h={left:{top:C.top-(A.height-C.height)/2-m,left:(C==null?void 0:C.left)-A.width-p-f.offset},right:{top:C.top-(A.height-C.height)/2-m,left:(C==null?void 0:C.left)+C.width-p+f.offset},bottom:{top:(C==null?void 0:C.bottom)-m+f.offset,left:(C==null?void 0:C.left)-p},top:{top:C.top-A.height-f.offset-m,left:(C==null?void 0:C.left)-p}};d.style.top=h[f.position].top+"px",d.style.left=h[f.position].left+"px"}})},c=()=>{s.value=!1,e.nextTick(()=>{const d=e.unref(l);d&&(d.style.top="0",d.style.left="0")})};return(d,C)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{ref_key:"container",ref:o,class:"tooltip-wrapper",onMouseover:r,onMouseout:c},[e.renderSlot(d.$slots,"default",{},void 0,!0)],544),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,null,{default:e.withCtx(()=>[s.value?(e.openBlock(),e.createElementBlock("span",{key:0,ref_key:"tooltip",ref:l,"data-theme":e.unref(a)().theme?e.unref(a)().theme:"light",class:e.normalizeClass(i.value)},e.toDisplayString(t.text),11,m6)):e.createCommentVNode("",!0)]),_:1})]))],64))}}),[["__scopeId","data-v-a87fdd7a"]]),g6={name:"AvatarIcon",props:{size:{type:[String,Number],default:48},width:{type:[String,Number],default:48},height:{type:[String,Number],default:48}},computed:{computedWidth(){return this.width||this.size},computedHeight(){return this.height||this.size}}},p6=["width","height"];function L6(t,n,a,o,l,s){return e.openBlock(),e.createElementBlock("svg",{width:a.size,height:a.size,viewBox:"0 0 52 50",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[...n[0]||(n[0]=[e.createStaticVNode('<g clip-path="url(#clip0_4389_421)"><path d="M35.4075 18.75C35.4075 21.2364 34.3978 23.621 32.6005 25.3791C30.8032 27.1373 28.3655 28.125 25.8237 28.125C23.282 28.125 20.8443 27.1373 19.047 25.3791C17.2497 23.621 16.24 21.2364 16.24 18.75C16.24 16.2636 17.2497 13.879 19.047 12.1209C20.8443 10.3627 23.282 9.375 25.8237 9.375C28.3655 9.375 30.8032 10.3627 32.6005 12.1209C34.3978 13.879 35.4075 16.2636 35.4075 18.75Z" fill="#DCDCDC"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0.26709 25C0.26709 18.3696 2.95966 12.0107 7.75247 7.32233C12.5453 2.63392 19.0457 0 25.8238 0C32.6018 0 39.1023 2.63392 43.8951 7.32233C48.6879 12.0107 51.3805 18.3696 51.3805 25C51.3805 31.6304 48.6879 37.9893 43.8951 42.6777C39.1023 47.3661 32.6018 50 25.8238 50C19.0457 50 12.5453 47.3661 7.75247 42.6777C2.95966 37.9893 0.26709 31.6304 0.26709 25ZM25.8238 3.125C21.6126 3.12522 17.4871 4.28863 13.922 6.48134C10.357 8.67404 7.49734 11.8069 5.67221 15.5194C3.84709 19.2318 3.13067 23.3729 3.60543 27.4661C4.08018 31.5593 5.72681 35.4382 8.35578 38.6562C10.6239 35.0812 15.6171 31.25 25.8238 31.25C36.0305 31.25 41.0204 35.0781 43.2918 38.6562C45.9207 35.4382 47.5674 31.5593 48.0421 27.4661C48.5169 23.3729 47.8005 19.2318 45.9753 15.5194C44.1502 11.8069 41.2906 8.67404 37.7255 6.48134C34.1605 4.28863 30.0349 3.12522 25.8238 3.125Z" fill="#DCDCDC"></path></g><defs><clipPath id="clip0_4389_421"><rect width="51.1134" height="50" fill="white" transform="translate(0.26709)"></rect></clipPath></defs>',2)])],8,p6)}const y1=I(g6,[["render",L6]]),h6=["fill"],p3={__name:"CheckIcon",props:{fillColor:{type:String,default:"#5F5F5F"}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.normalizeStyle({color:t.fillColor})},[e.createElementVNode("path",{d:"M11.1436 3.47369C11.2033 3.41276 11.2745 3.36436 11.3532 3.33131C11.4318 3.29827 11.5163 3.28125 11.6016 3.28125C11.6869 3.28125 11.7714 3.29827 11.85 3.33131C11.9287 3.36436 12 3.41276 12.0597 3.47369C12.3099 3.72657 12.3134 4.13519 12.0684 4.39244L6.89456 10.5087C6.83581 10.5732 6.76453 10.625 6.68506 10.661C6.60559 10.6971 6.51962 10.7165 6.43239 10.7181C6.34516 10.7198 6.25851 10.7036 6.17775 10.6706C6.09698 10.6376 6.0238 10.5884 5.96268 10.5262L2.81443 7.33594C2.69301 7.21212 2.625 7.04561 2.625 6.87219C2.625 6.69877 2.69301 6.53227 2.81443 6.40844C2.87415 6.34751 2.94542 6.29911 3.02407 6.26606C3.10272 6.23302 3.18718 6.216 3.27249 6.216C3.35781 6.216 3.44226 6.23302 3.52092 6.26606C3.59957 6.29911 3.67084 6.34751 3.73056 6.40844L6.40106 9.11482L11.1261 3.49294L11.1436 3.47369Z",fill:t.fillColor},null,8,h6)],4))}},M6={},y6={width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function k6(t,n){return e.openBlock(),e.createElementBlock("svg",y6,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M0.950642 1.92512C0.886721 1.8612 0.836016 1.78531 0.801422 1.7018C0.766829 1.61828 0.749023 1.52877 0.749023 1.43837C0.749023 1.34797 0.766829 1.25846 0.801422 1.17494C0.836016 1.09142 0.886721 1.01554 0.950642 0.951618C1.01456 0.887697 1.09045 0.836993 1.17396 0.802399C1.25748 0.767805 1.34699 0.75 1.43739 0.75C1.52779 0.75 1.6173 0.767805 1.70082 0.802399C1.78434 0.836993 1.86022 0.887697 1.92414 0.951618L8.99989 8.02874L16.0756 0.951618C16.1396 0.887697 16.2154 0.836993 16.299 0.802399C16.3825 0.767805 16.472 0.75 16.5624 0.75C16.6528 0.75 16.7423 0.767805 16.8258 0.802399C16.9093 0.836993 16.9852 0.887697 17.0491 0.951618C17.1131 1.01554 17.1638 1.09142 17.1984 1.17494C17.233 1.25846 17.2508 1.34797 17.2508 1.43837C17.2508 1.52877 17.233 1.61828 17.1984 1.7018C17.1638 1.78531 17.1131 1.8612 17.0491 1.92512L9.97202 9.00087L17.0491 16.0766C17.1131 16.1405 17.1638 16.2164 17.1984 16.2999C17.233 16.3835 17.2508 16.473 17.2508 16.5634C17.2508 16.6538 17.233 16.7433 17.1984 16.8268C17.1638 16.9103 17.1131 16.9862 17.0491 17.0501C16.9852 17.114 16.9093 17.1647 16.8258 17.1993C16.7423 17.2339 16.6528 17.2517 16.5624 17.2517C16.472 17.2517 16.3825 17.2339 16.299 17.1993C16.2154 17.1647 16.1396 17.114 16.0756 17.0501L8.99989 9.97299L1.92414 17.0501C1.86022 17.114 1.78434 17.1647 1.70082 17.1993C1.6173 17.2339 1.52779 17.2517 1.43739 17.2517C1.34699 17.2517 1.25748 17.2339 1.17396 17.1993C1.09045 17.1647 1.01456 17.114 0.950642 17.0501C0.886721 16.9862 0.836016 16.9103 0.801422 16.8268C0.766829 16.7433 0.749023 16.6538 0.749023 16.5634C0.749023 16.473 0.766829 16.3835 0.801422 16.2999C0.836016 16.2164 0.886721 16.1405 0.950642 16.0766L8.02777 9.00087L0.950642 1.92512Z",fill:"#5F5F5F"},null,-1)])])}const L3=I(M6,[["render",k6]]),_6={},b6={width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function E6(t,n){return e.openBlock(),e.createElementBlock("svg",b6,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M8.25 11C9.34402 11 10.3932 10.5654 11.1668 9.79182C11.9404 9.01823 12.375 7.96902 12.375 6.875C12.375 5.78098 11.9404 4.73177 11.1668 3.95818C10.3932 3.1846 9.34402 2.75 8.25 2.75C7.15598 2.75 6.10677 3.1846 5.33318 3.95818C4.5596 4.73177 4.125 5.78098 4.125 6.875C4.125 7.96902 4.5596 9.01823 5.33318 9.79182C6.10677 10.5654 7.15598 11 8.25 11ZM1.375 19.25C1.375 19.25 0 19.25 0 17.875C0 16.5 1.375 12.375 8.25 12.375C15.125 12.375 16.5 16.5 16.5 17.875C16.5 19.25 15.125 19.25 15.125 19.25H1.375ZM15.125 4.8125C15.125 4.63016 15.1974 4.4553 15.3264 4.32636C15.4553 4.19743 15.6302 4.125 15.8125 4.125H21.3125C21.4948 4.125 21.6697 4.19743 21.7986 4.32636C21.9276 4.4553 22 4.63016 22 4.8125C22 4.99484 21.9276 5.1697 21.7986 5.29864C21.6697 5.42757 21.4948 5.5 21.3125 5.5H15.8125C15.6302 5.5 15.4553 5.42757 15.3264 5.29864C15.1974 5.1697 15.125 4.99484 15.125 4.8125ZM15.8125 8.25C15.6302 8.25 15.4553 8.32243 15.3264 8.45136C15.1974 8.5803 15.125 8.75516 15.125 8.9375C15.125 9.11984 15.1974 9.2947 15.3264 9.42364C15.4553 9.55257 15.6302 9.625 15.8125 9.625H21.3125C21.4948 9.625 21.6697 9.55257 21.7986 9.42364C21.9276 9.2947 22 9.11984 22 8.9375C22 8.75516 21.9276 8.5803 21.7986 8.45136C21.6697 8.32243 21.4948 8.25 21.3125 8.25H15.8125ZM18.5625 12.375C18.3802 12.375 18.2053 12.4474 18.0764 12.5764C17.9474 12.7053 17.875 12.8802 17.875 13.0625C17.875 13.2448 17.9474 13.4197 18.0764 13.5486C18.2053 13.6776 18.3802 13.75 18.5625 13.75H21.3125C21.4948 13.75 21.6697 13.6776 21.7986 13.5486C21.9276 13.4197 22 13.2448 22 13.0625C22 12.8802 21.9276 12.7053 21.7986 12.5764C21.6697 12.4474 21.4948 12.375 21.3125 12.375H18.5625ZM18.5625 16.5C18.3802 16.5 18.2053 16.5724 18.0764 16.7014C17.9474 16.8303 17.875 17.0052 17.875 17.1875C17.875 17.3698 17.9474 17.5447 18.0764 17.6736C18.2053 17.8026 18.3802 17.875 18.5625 17.875H21.3125C21.4948 17.875 21.6697 17.8026 21.7986 17.6736C21.9276 17.5447 22 17.3698 22 17.1875C22 17.0052 21.9276 16.8303 21.7986 16.7014C21.6697 16.5724 21.4948 16.5 21.3125 16.5H18.5625Z",fill:"#5F5F5F"},null,-1)])])}const h3=I(_6,[["render",E6]]),N6={},w6={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function V6(t,n){return e.openBlock(),e.createElementBlock("svg",w6,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M14.25 19.5C14.25 20.0967 14.0129 20.669 13.591 21.091C13.169 21.5129 12.5967 21.75 12 21.75C11.4033 21.75 10.831 21.5129 10.409 21.091C9.98705 20.669 9.75 20.0967 9.75 19.5C9.75 18.9033 9.98705 18.331 10.409 17.909C10.831 17.4871 11.4033 17.25 12 17.25C12.5967 17.25 13.169 17.4871 13.591 17.909C14.0129 18.331 14.25 18.9033 14.25 19.5ZM14.25 12C14.25 12.5967 14.0129 13.169 13.591 13.591C13.169 14.0129 12.5967 14.25 12 14.25C11.4033 14.25 10.831 14.0129 10.409 13.591C9.98705 13.169 9.75 12.5967 9.75 12C9.75 11.4033 9.98705 10.831 10.409 10.409C10.831 9.98705 11.4033 9.75 12 9.75C12.5967 9.75 13.169 9.98705 13.591 10.409C14.0129 10.831 14.25 11.4033 14.25 12ZM14.25 4.5C14.25 5.09674 14.0129 5.66903 13.591 6.09099C13.169 6.51295 12.5967 6.75 12 6.75C11.4033 6.75 10.831 6.51295 10.409 6.09099C9.98705 5.66903 9.75 5.09674 9.75 4.5C9.75 3.90326 9.98705 3.33097 10.409 2.90901C10.831 2.48705 11.4033 2.25 12 2.25C12.5967 2.25 13.169 2.48705 13.591 2.90901C14.0129 3.33097 14.25 3.90326 14.25 4.5Z",fill:"#5F5F5F"},null,-1)])])}const I6=I(N6,[["render",V6]]),D6={},B6={width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function S6(t,n){return e.openBlock(),e.createElementBlock("svg",B6,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M6.30444 0.5C9.16802 0.5 11.5242 2.92542 11.5242 5.96094C11.5241 8.99635 9.16796 11.4219 6.30444 11.4219C3.44097 11.4218 1.08483 8.99633 1.08472 5.96094C1.08472 2.92545 3.4409 0.500047 6.30444 0.5Z",stroke:"#5F5F5F"},null,-1),e.createElementVNode("line",{y1:"-0.5",x2:"6.23094",y2:"-0.5",transform:"matrix(-0.692375 -0.721538 0.692375 -0.721538 16.3389 15.1016)",stroke:"#5F5F5F"},null,-1)])])}const M3=I(D6,[["render",S6]]),T6={},x6={width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function j6(t,n){return e.openBlock(),e.createElementBlock("svg",x6,[...n[0]||(n[0]=[e.createStaticVNode('<g clip-path="url(#clip0_3130_417)"><path d="M13.0003 7.72656C12.3076 7.72656 11.6217 7.863 10.9818 8.12808C10.3418 8.39316 9.76033 8.78169 9.27053 9.2715C8.78072 9.76131 8.39218 10.3428 8.1271 10.9828C7.86202 11.6227 7.72559 12.3086 7.72559 13.0013C7.72559 13.694 7.86202 14.3799 8.1271 15.0199C8.39218 15.6598 8.78072 16.2413 9.27053 16.7311C9.76033 17.2209 10.3418 17.6095 10.9818 17.8745C11.6217 18.1396 12.3076 18.2761 13.0003 18.2761C14.3993 18.2761 15.7409 17.7203 16.7301 16.7311C17.7194 15.7419 18.2751 14.4003 18.2751 13.0013C18.2751 11.6024 17.7194 10.2607 16.7301 9.2715C15.7409 8.28229 14.3993 7.72656 13.0003 7.72656ZM9.35059 13.0013C9.35059 12.0333 9.73511 11.105 10.4196 10.4205C11.104 9.73609 12.0324 9.35156 13.0003 9.35156C13.9683 9.35156 14.8966 9.73609 15.5811 10.4205C16.2656 11.105 16.6501 12.0333 16.6501 13.0013C16.6501 13.9693 16.2656 14.8976 15.5811 15.5821C14.8966 16.2665 13.9683 16.6511 13.0003 16.6511C12.0324 16.6511 11.104 16.2665 10.4196 15.5821C9.73511 14.8976 9.35059 13.9693 9.35059 13.0013Z" fill="#5F5F5F"></path><path d="M15.9187 2.18156C15.0623 -0.727187 10.938 -0.727187 10.0817 2.18156L9.92891 2.69994C9.86911 2.90298 9.76462 3.09008 9.62312 3.24749C9.48161 3.40491 9.30667 3.52867 9.11112 3.6097C8.91557 3.69072 8.70436 3.72696 8.49299 3.71575C8.28161 3.70455 8.07543 3.64618 7.88954 3.54494L7.41504 3.28494C4.75004 1.83544 1.83641 4.75069 3.28754 7.41406L3.54591 7.88856C3.64716 8.07445 3.70552 8.28064 3.71673 8.49201C3.72794 8.70339 3.6917 8.91459 3.61067 9.11014C3.52965 9.30569 3.40589 9.48063 3.24847 9.62214C3.09105 9.76365 2.90396 9.86813 2.70091 9.92794L2.18254 10.0807C-0.726211 10.9371 -0.726211 15.0613 2.18254 15.9177L2.70091 16.0704C2.90396 16.1302 3.09105 16.2347 3.24847 16.3762C3.40589 16.5177 3.52965 16.6927 3.61067 16.8882C3.6917 17.0838 3.72794 17.295 3.71673 17.5064C3.70552 17.7177 3.64716 17.9239 3.54591 18.1098L3.28591 18.5843C1.83641 21.2493 4.75004 24.1646 7.41504 22.7118L7.88954 22.4534C8.07543 22.3522 8.28161 22.2938 8.49299 22.2826C8.70436 22.2714 8.91557 22.3077 9.11112 22.3887C9.30667 22.4697 9.48161 22.5935 9.62312 22.7509C9.76462 22.9083 9.86911 23.0954 9.92891 23.2984L10.0817 23.8168C10.938 26.7256 15.0623 26.7256 15.9187 23.8168L16.0714 23.2984C16.1312 23.0954 16.2357 22.9083 16.3772 22.7509C16.5187 22.5935 16.6937 22.4697 16.8892 22.3887C17.0848 22.3077 17.296 22.2714 17.5073 22.2826C17.7187 22.2938 17.9249 22.3522 18.1108 22.4534L18.5853 22.7134C21.2503 24.1646 24.1655 21.2477 22.7128 18.5843L22.4544 18.1098C22.3532 17.9239 22.2948 17.7177 22.2836 17.5064C22.2724 17.295 22.3086 17.0838 22.3897 16.8882C22.4707 16.6927 22.5944 16.5177 22.7519 16.3762C22.9093 16.2347 23.0964 16.1302 23.2994 16.0704L23.8178 15.9177C26.7265 15.0613 26.7265 10.9371 23.8178 10.0807L23.2994 9.92794C23.0964 9.86813 22.9093 9.76365 22.7519 9.62214C22.5944 9.48063 22.4707 9.30569 22.3897 9.11014C22.3086 8.91459 22.2724 8.70339 22.2836 8.49201C22.2948 8.28064 22.3532 8.07445 22.4544 7.88856L22.7144 7.41406C24.1655 4.74906 21.2487 1.83544 18.5853 3.28656L18.1108 3.54494C17.9249 3.64618 17.7187 3.70455 17.5073 3.71575C17.296 3.72696 17.0848 3.69072 16.8892 3.6097C16.6937 3.52867 16.5187 3.40491 16.3772 3.24749C16.2357 3.09008 16.1312 2.90298 16.0714 2.69994L15.9187 2.18156ZM11.64 2.64144C12.0398 1.28456 13.9605 1.28456 14.3603 2.64144L14.513 3.15981C14.6414 3.59545 14.8657 3.99683 15.1694 4.33452C15.4731 4.67222 15.8485 4.93766 16.2682 5.1114C16.6878 5.28514 17.141 5.36277 17.5945 5.3386C18.048 5.31442 18.4904 5.18905 18.8892 4.97169L19.362 4.71169C20.6035 4.03731 21.962 5.39419 21.286 6.63731L21.0277 7.11181C20.8106 7.51063 20.6856 7.95296 20.6617 8.40638C20.6377 8.8598 20.7156 9.31282 20.8895 9.73226C21.0633 10.1517 21.3289 10.5269 21.6666 10.8304C22.0043 11.1339 22.4056 11.358 22.8412 11.4863L23.3579 11.6391C24.7148 12.0388 24.7148 13.9596 23.3579 14.3593L22.8395 14.5121C22.4039 14.6405 22.0025 14.8647 21.6648 15.1684C21.3271 15.4721 21.0617 15.8476 20.8879 16.2672C20.7142 16.6868 20.6366 17.14 20.6608 17.5935C20.6849 18.047 20.8103 18.4894 21.0277 18.8882L21.2877 19.3611C21.962 20.6026 20.6052 21.9611 19.362 21.2851L18.8892 21.0267C18.4903 20.8093 18.0478 20.684 17.5942 20.66C17.1406 20.6359 16.6873 20.7137 16.2677 20.8876C15.848 21.0615 15.4726 21.3271 15.169 21.665C14.8654 22.0029 14.6413 22.4044 14.513 22.8402L14.3603 23.3569C13.9605 24.7138 12.0398 24.7138 11.64 23.3569L11.4873 22.8386C11.3588 22.4032 11.1346 22.002 10.831 21.6645C10.5274 21.3269 10.1522 21.0616 9.73276 20.8879C9.31334 20.7142 8.86038 20.6365 8.40705 20.6605C7.95372 20.6845 7.5115 20.8096 7.11279 21.0267L6.63829 21.2867C5.39679 21.9611 4.03829 20.6042 4.71429 19.3611L4.97266 18.8882C5.19033 18.4893 5.31595 18.0468 5.34028 17.5931C5.36462 17.1394 5.28706 16.686 5.1133 16.2662C4.93954 15.8463 4.67398 15.4707 4.33612 15.1669C3.99825 14.8631 3.59665 14.6388 3.16079 14.5104L2.64241 14.3577C1.28554 13.9579 1.28554 12.0372 2.64241 11.6374L3.16079 11.4847C3.59597 11.3562 3.99692 11.132 4.33427 10.8285C4.67162 10.525 4.93685 10.15 5.11055 9.73075C5.28425 9.31155 5.36201 8.85881 5.33815 8.40567C5.31429 7.95253 5.18942 7.51046 4.97266 7.11181L4.71266 6.63731C4.03829 5.39581 5.39516 4.03731 6.63829 4.71331L7.11279 4.97169C7.5115 5.18875 7.95372 5.31387 8.40705 5.33789C8.86038 5.3619 9.31334 5.28421 9.73276 5.11049C10.1522 4.93677 10.5274 4.67143 10.831 4.33391C11.1346 3.99638 11.3588 3.59522 11.4873 3.15981L11.64 2.64144Z" fill="#5F5F5F"></path></g><defs><clipPath id="clip0_3130_417"><rect width="26" height="26" fill="white"></rect></clipPath></defs>',2)])])}const y3=I(T6,[["render",j6]]),z6={},Z6={width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function O6(t,n){return e.openBlock(),e.createElementBlock("svg",Z6,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_1633_3547)"},[e.createElementVNode("path",{d:"M22 11C22 13.9174 20.8411 16.7153 18.7782 18.7782C16.7153 20.8411 13.9174 22 11 22C8.08262 22 5.28473 20.8411 3.22183 18.7782C1.15893 16.7153 0 13.9174 0 11C0 8.08262 1.15893 5.28473 3.22183 3.22183C5.28473 1.15893 8.08262 0 11 0C13.9174 0 16.7153 1.15893 18.7782 3.22183C20.8411 5.28473 22 8.08262 22 11ZM11.3946 8.12075C10.3249 8.56625 8.18538 9.4875 4.97888 10.8845C4.45913 11.0907 4.1855 11.2942 4.16075 11.4922C4.1195 11.8264 4.53888 11.9584 5.1095 12.1385L5.35012 12.2141C5.91113 12.397 6.66737 12.6101 7.05925 12.6184C7.41675 12.6266 7.81412 12.4809 8.25275 12.1784C11.2489 10.1558 12.7958 9.13412 12.892 9.11212C12.9608 9.09562 13.057 9.07638 13.1202 9.13412C13.1849 9.1905 13.178 9.29912 13.1711 9.328C13.1299 9.50537 11.484 11.0344 10.6329 11.8264C10.3675 12.0739 10.1791 12.2485 10.1406 12.2884C10.0558 12.375 9.96967 12.4603 9.88212 12.5441C9.35962 13.0474 8.96912 13.4241 9.90275 14.0401C10.3524 14.3371 10.7126 14.5805 11.0715 14.8252C11.462 15.092 11.8525 15.3574 12.3585 15.6901C12.4864 15.7726 12.6101 15.862 12.7298 15.9472C13.1849 16.2717 13.596 16.5632 14.1006 16.5165C14.3949 16.489 14.6988 16.214 14.8527 15.389C15.2171 13.4406 15.9335 9.22075 16.0985 7.48137C16.1086 7.33678 16.1026 7.19152 16.0806 7.04825C16.0677 6.93264 16.0117 6.82613 15.9239 6.74988C15.7988 6.66351 15.6496 6.61877 15.4976 6.622C15.0851 6.62887 14.4485 6.85025 11.3946 8.12075Z",fill:"#37AFE2"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_1633_3547"},[e.createElementVNode("rect",{width:"22",height:"22",fill:"white"})])],-1)])])}const k3=I(z6,[["render",O6]]),U6={},$6={width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function v6(t,n){return e.openBlock(),e.createElementBlock("svg",$6,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_1624_2571)"},[e.createElementVNode("path",{d:"M18.7014 3.19832C17.6928 2.18037 16.4917 1.37334 15.168 0.82425C13.8444 0.275158 12.4247 -0.00501088 10.9917 6.78295e-05C4.98712 6.78295e-05 0.0935 4.89232 0.088 10.8983C0.088 12.8219 0.59125 14.6933 1.54137 16.3502L0 22.0001L5.7805 20.4848C7.37963 21.3551 9.17115 21.8112 10.9917 21.8117H10.9972C17.0032 21.8117 21.8955 16.9194 21.901 10.9079C21.9024 9.47525 21.6202 8.05645 21.0709 6.73328C20.5215 5.4101 19.7171 4.20871 18.7014 3.19832ZM10.9917 19.9664C9.36787 19.967 7.77384 19.53 6.37725 18.7014L6.04725 18.5034L2.618 19.4027L3.53375 16.0573L3.31925 15.7122C2.41148 14.2689 1.93139 12.5979 1.93462 10.8928C1.93462 5.90707 6.0005 1.83982 10.9972 1.83982C12.1876 1.83768 13.3667 2.0712 14.4664 2.52689C15.5661 2.98259 16.5648 3.65146 17.4047 4.49494C18.2477 5.33513 18.9159 6.3339 19.3709 7.43364C19.8259 8.53337 20.0587 9.71231 20.0557 10.9024C20.0502 15.9061 15.9844 19.9664 10.9917 19.9664ZM15.9624 13.1822C15.6915 13.0461 14.3536 12.3874 14.102 12.2939C13.8517 12.2046 13.6689 12.1578 13.4901 12.4301C13.3072 12.7009 12.7847 13.3183 12.628 13.4957C12.4712 13.6786 12.309 13.6992 12.0367 13.5644C11.7659 13.4269 10.8872 13.1409 9.84775 12.2101C9.0365 11.4882 8.49337 10.5944 8.33112 10.3236C8.17437 10.0513 8.316 9.90557 8.45212 9.76944C8.57175 9.64844 8.723 9.45044 8.85912 9.29369C8.99662 9.13694 9.042 9.02144 9.13137 8.83994C9.22075 8.65569 9.17812 8.49894 9.11075 8.36282C9.042 8.22669 8.49887 6.88332 8.26925 6.34157C8.04925 5.80669 7.82512 5.88094 7.65737 5.87407C7.50062 5.86444 7.31775 5.86444 7.13487 5.86444C6.99677 5.86788 6.86087 5.89982 6.7357 5.95826C6.61053 6.01671 6.49879 6.10039 6.4075 6.20407C6.15725 6.47632 5.45737 7.13494 5.45737 8.47832C5.45737 9.82169 6.43362 11.1128 6.57112 11.2957C6.70587 11.4786 8.48787 14.2272 11.2227 15.4097C11.869 15.6916 12.3777 15.8579 12.7751 15.9844C13.4282 16.1934 14.0181 16.1618 14.4884 16.0944C15.0109 16.0147 16.0985 15.4344 16.3281 14.7978C16.5536 14.1598 16.5536 13.6153 16.4849 13.5012C16.4175 13.3857 16.2346 13.3183 15.9624 13.1822Z",fill:"#25D366"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_1624_2571"},[e.createElementVNode("rect",{width:"22",height:"22",fill:"white"})])],-1)])])}const _3=I(U6,[["render",v6]]),R6={},F6={width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Q6(t,n){return e.openBlock(),e.createElementBlock("svg",F6,[...n[0]||(n[0]=[e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.12018 0.573942C2.31702 0.377391 2.55339 0.22492 2.81362 0.12663C3.07385 0.028341 3.352 -0.0135214 3.62963 0.00381737C3.90727 0.0211561 4.17805 0.0973 4.42402 0.227203C4.67 0.357106 4.88557 0.537802 5.05643 0.757317L7.0758 3.35157C7.44593 3.82744 7.57643 4.44732 7.43018 5.03232L6.8148 7.49607C6.78299 7.62367 6.78471 7.75734 6.81979 7.88409C6.85488 8.01084 6.92214 8.12636 7.01505 8.21944L9.77918 10.9836C9.87237 11.0767 9.98808 11.144 10.115 11.1791C10.242 11.2142 10.3759 11.2158 10.5037 11.1838L12.9663 10.5684C13.255 10.4963 13.5563 10.4907 13.8475 10.552C14.1387 10.6134 14.4121 10.7402 14.6471 10.9228L17.2413 12.9411C18.1739 13.6667 18.2594 15.0448 17.4247 15.8784L16.2614 17.0417C15.4289 17.8742 14.1847 18.2398 13.0248 17.8314C10.0561 16.7869 7.36073 15.0874 5.13855 12.8589C2.91025 10.6371 1.21074 7.94208 0.166053 4.97382C-0.241197 3.81507 0.124428 2.56969 0.956928 1.73719L2.12018 0.573942Z",fill:"#5F5F5F"},null,-1)])])}const H6=I(R6,[["render",Q6]]),P6={},Y6={width:"30",height:"30",viewBox:"0 0 30 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function q6(t,n){return e.openBlock(),e.createElementBlock("svg",Y6,[...n[0]||(n[0]=[e.createStaticVNode('<path fill-rule="evenodd" clip-rule="evenodd" d="M3.04297 27.0644L4.72672 20.9175C3.68797 19.1187 3.14172 17.0775 3.14234 14.9869C3.14547 8.44625 8.46797 3.125 15.0092 3.125C18.1836 3.12625 21.1623 4.36188 23.403 6.60375C25.643 8.84625 26.8767 11.8263 26.8755 14.9963C26.873 21.5369 21.5492 26.8587 15.0092 26.8587H15.0042C13.0186 26.8581 11.0667 26.36 9.33359 25.4144L3.04297 27.0644Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M3.0427 27.3769C2.9602 27.3769 2.8802 27.3444 2.82082 27.2844C2.7427 27.205 2.71207 27.0894 2.74145 26.9825L4.39082 20.96C3.36832 19.1437 2.82895 17.0812 2.8302 14.9875C2.8327 8.27375 8.29582 2.8125 15.0089 2.8125C18.2652 2.81375 21.3246 4.08188 23.6239 6.38313C25.9233 8.685 27.1889 11.7437 27.1877 14.9963C27.1852 21.7094 21.7214 27.1712 15.0089 27.1712C13.0158 27.1706 11.0439 26.6787 9.29395 25.7481L3.12207 27.3662C3.09582 27.3737 3.06957 27.3769 3.0427 27.3769Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15.0085 3.125C18.1829 3.12625 21.1616 4.36188 23.4023 6.60375C25.6423 8.84625 26.876 11.8263 26.8748 14.9963C26.8722 21.5369 21.5485 26.8587 15.0085 26.8587H15.0035C13.0179 26.8581 11.066 26.36 9.33287 25.4144L3.04225 27.0644L4.726 20.9175C3.68725 19.1187 3.141 17.0775 3.14162 14.9869C3.14475 8.44625 8.46725 3.125 15.0085 3.125ZM15.0085 2.5C8.1235 2.5 2.51975 8.10125 2.51662 14.9869C2.516 17.0913 3.04725 19.165 4.05475 21.0006L2.43912 26.9C2.38037 27.1156 2.44037 27.3456 2.59787 27.5044C2.71662 27.6244 2.87725 27.69 3.04225 27.69C3.09537 27.69 3.1485 27.6831 3.201 27.6694L9.25537 26.0819C11.0229 26.9994 13.0041 27.4837 15.0035 27.4844C21.8935 27.4844 27.4972 21.8825 27.5004 14.9969C27.5016 11.66 26.2035 8.5225 23.8454 6.1625C21.486 3.80187 18.3479 2.50125 15.0085 2.5Z" fill="#CFD8DC"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M21.9845 8.02016C20.122 6.15641 17.6464 5.12953 15.0114 5.12891C9.57141 5.12891 5.14703 9.55141 5.14453 14.9877C5.14391 16.8508 5.66516 18.6645 6.65266 20.2352L6.88766 20.6083L5.89078 24.2464L9.62391 23.2677L9.98453 23.4814C11.4983 24.3802 13.2345 24.8552 15.0045 24.8558H15.0083C20.4445 24.8558 24.8689 20.4327 24.8708 14.9958C24.8714 12.3614 23.847 9.88391 21.9845 8.02016Z" fill="#40C351"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0429 10.0272C11.821 9.53345 11.5873 9.52345 11.3754 9.5147C11.2023 9.5072 11.0048 9.50783 10.8073 9.50783C10.6098 9.50783 10.2885 9.5822 10.0166 9.87908C9.74477 10.176 8.97852 10.8928 8.97852 12.3516C8.97852 13.8103 10.041 15.2203 10.1891 15.4178C10.3373 15.6153 12.2404 18.7047 15.2541 19.8934C17.7585 20.8809 18.2685 20.6847 18.8123 20.6353C19.356 20.586 20.5666 19.9185 20.8135 19.226C21.0604 18.5335 21.0604 17.9403 20.9866 17.8166C20.9123 17.6928 20.7148 17.6191 20.4185 17.4703C20.1223 17.3216 18.6641 16.6047 18.3923 16.5059C18.1204 16.4072 17.9229 16.3578 17.7248 16.6547C17.5273 16.951 16.9591 17.6191 16.786 17.8166C16.6129 18.0147 16.4398 18.0397 16.1435 17.891C15.8473 17.7422 14.8923 17.4297 13.7591 16.4197C12.8779 15.6341 12.2829 14.6635 12.1098 14.3666C11.9366 14.0703 12.091 13.9097 12.2398 13.7616C12.3729 13.6285 12.536 13.4153 12.6848 13.2422C12.8329 13.0691 12.8823 12.9453 12.981 12.7478C13.0798 12.5497 13.0304 12.3766 12.956 12.2285C12.8829 12.0797 12.3066 10.6135 12.0429 10.0272Z" fill="white"></path>',5)])])}const W6=I(P6,[["render",q6]]),K6={},J6={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function G6(t,n){return e.openBlock(),e.createElementBlock("svg",J6,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_5484_1269)"},[e.createElementVNode("path",{d:"M24 12C24 15.1826 22.7357 18.2348 20.4853 20.4853C18.2348 22.7357 15.1826 24 12 24C8.8174 24 5.76516 22.7357 3.51472 20.4853C1.26428 18.2348 0 15.1826 0 12C0 8.8174 1.26428 5.76516 3.51472 3.51472C5.76516 1.26428 8.8174 0 12 0C15.1826 0 18.2348 1.26428 20.4853 3.51472C22.7357 5.76516 24 8.8174 24 12ZM12.4305 8.859C11.2635 9.345 8.9295 10.35 5.4315 11.874C4.8645 12.099 4.566 12.321 4.539 12.537C4.494 12.9015 4.9515 13.0455 5.574 13.242L5.8365 13.3245C6.4485 13.524 7.2735 13.7565 7.701 13.7655C8.091 13.7745 8.5245 13.6155 9.003 13.2855C12.2715 11.079 13.959 9.9645 14.064 9.9405C14.139 9.9225 14.244 9.9015 14.313 9.9645C14.3835 10.026 14.376 10.1445 14.3685 10.176C14.3235 10.3695 12.528 12.0375 11.5995 12.9015C11.31 13.1715 11.1045 13.362 11.0625 13.4055C10.97 13.5 10.876 13.593 10.7805 13.6845C10.2105 14.2335 9.7845 14.6445 10.803 15.3165C11.2935 15.6405 11.6865 15.906 12.078 16.173C12.504 16.464 12.93 16.7535 13.482 17.1165C13.6215 17.2065 13.7565 17.304 13.887 17.397C14.3835 17.751 14.832 18.069 15.3825 18.018C15.7035 17.988 16.035 17.688 16.203 16.788C16.6005 14.6625 17.382 10.059 17.562 8.1615C17.573 8.00376 17.5664 7.84529 17.5425 7.689C17.5284 7.56288 17.4673 7.44669 17.3715 7.3635C17.235 7.26928 17.0723 7.22047 16.9065 7.224C16.4565 7.2315 15.762 7.473 12.4305 8.859Z",fill:"#1B92D1"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_5484_1269"},[e.createElementVNode("rect",{width:"24",height:"24",fill:"white"})])],-1)])])}const X6=I(K6,[["render",G6]]),e9={},t9={width:"24",height:"23",viewBox:"0 0 24 23",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function n9(t,n){return e.openBlock(),e.createElementBlock("svg",t9,[...n[0]||(n[0]=[e.createStaticVNode('<g clip-path="url(#clip0_5484_1263)"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.8465 22.9371C9.5763 22.9371 8.52184 22.6072 6.69327 21.2872C5.52964 22.7721 1.86702 23.9271 1.70628 21.9472C1.70628 20.464 1.37041 19.214 1.00063 17.8378C0.547734 16.1523 0.0439453 14.2774 0.0439453 11.5525C0.0439453 5.05468 5.41635 0.167969 11.7862 0.167969C18.1561 0.167969 23.1503 5.29327 23.1503 11.6157C23.1503 17.9381 17.9972 22.9371 11.8465 22.9371ZM11.939 5.78538C8.83924 5.62414 6.42029 7.7577 5.88688 11.0971C5.44515 13.8625 6.22833 17.2322 6.89823 17.4018C7.21393 17.4817 8.02297 16.8324 8.52167 16.3374C9.34193 16.865 10.2832 17.2737 11.3295 17.3281C14.5118 17.4936 17.3319 15.0231 17.4985 11.8663C17.6652 8.70944 15.1213 5.95092 11.939 5.78538Z" fill="url(#paint0_linear_5484_1263)"></path></g><defs><linearGradient id="paint0_linear_5484_1263" x1="11.5971" y1="0.167969" x2="11.5971" y2="23.0001" gradientUnits="userSpaceOnUse"><stop stop-color="#45BEFD"></stop><stop offset="1" stop-color="#6726E2"></stop></linearGradient><clipPath id="clip0_5484_1263"><rect width="24" height="23" fill="white"></rect></clipPath></defs>',2)])])}const a9=I(e9,[["render",n9]]),o9={},l9={width:"24",height:"10",viewBox:"0 0 24 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function f9(t,n){return e.openBlock(),e.createElementBlock("svg",l9,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M5.86523 6.62109C5.86523 7.12891 5.74219 7.57031 5.49609 7.94531C5.25 8.32031 4.89062 8.60938 4.41797 8.8125C3.94922 9.01562 3.37891 9.11719 2.70703 9.11719C2.41016 9.11719 2.11914 9.09766 1.83398 9.05859C1.55273 9.01953 1.28125 8.96289 1.01953 8.88867C0.761719 8.81055 0.515625 8.71484 0.28125 8.60156V6.91406C0.6875 7.09375 1.10938 7.25586 1.54688 7.40039C1.98438 7.54492 2.41797 7.61719 2.84766 7.61719C3.14453 7.61719 3.38281 7.57812 3.5625 7.5C3.74609 7.42188 3.87891 7.31445 3.96094 7.17773C4.04297 7.04102 4.08398 6.88477 4.08398 6.70898C4.08398 6.49414 4.01172 6.31055 3.86719 6.1582C3.72266 6.00586 3.52344 5.86328 3.26953 5.73047C3.01953 5.59766 2.73633 5.45508 2.41992 5.30273C2.2207 5.20898 2.00391 5.0957 1.76953 4.96289C1.53516 4.82617 1.3125 4.66016 1.10156 4.46484C0.890625 4.26953 0.716797 4.0332 0.580078 3.75586C0.447266 3.47461 0.380859 3.13867 0.380859 2.74805C0.380859 2.23633 0.498047 1.79883 0.732422 1.43555C0.966797 1.07227 1.30078 0.794922 1.73438 0.603516C2.17188 0.408203 2.6875 0.310547 3.28125 0.310547C3.72656 0.310547 4.15039 0.363281 4.55273 0.46875C4.95898 0.570312 5.38281 0.71875 5.82422 0.914062L5.23828 2.32617C4.84375 2.16602 4.49023 2.04297 4.17773 1.95703C3.86523 1.86719 3.54688 1.82227 3.22266 1.82227C2.99609 1.82227 2.80273 1.85938 2.64258 1.93359C2.48242 2.00391 2.36133 2.10547 2.2793 2.23828C2.19727 2.36719 2.15625 2.51758 2.15625 2.68945C2.15625 2.89258 2.21484 3.06445 2.33203 3.20508C2.45312 3.3418 2.63281 3.47461 2.87109 3.60352C3.11328 3.73242 3.41406 3.88281 3.77344 4.05469C4.21094 4.26172 4.58398 4.47852 4.89258 4.70508C5.20508 4.92773 5.44531 5.19141 5.61328 5.49609C5.78125 5.79688 5.86523 6.17188 5.86523 6.62109ZM11.0449 9L8.98242 2.2793H8.92969C8.9375 2.43945 8.94922 2.68164 8.96484 3.00586C8.98438 3.32617 9.00195 3.66797 9.01758 4.03125C9.0332 4.39453 9.04102 4.72266 9.04102 5.01562V9H7.41797V0.433594H9.89062L11.918 6.98438H11.9531L14.1035 0.433594H16.5762V9H14.8828V4.94531C14.8828 4.67578 14.8867 4.36523 14.8945 4.01367C14.9062 3.66211 14.9199 3.32812 14.9355 3.01172C14.9512 2.69141 14.9629 2.45117 14.9707 2.29102H14.918L12.709 9H11.0449ZM23.7949 6.62109C23.7949 7.12891 23.6719 7.57031 23.4258 7.94531C23.1797 8.32031 22.8203 8.60938 22.3477 8.8125C21.8789 9.01562 21.3086 9.11719 20.6367 9.11719C20.3398 9.11719 20.0488 9.09766 19.7637 9.05859C19.4824 9.01953 19.2109 8.96289 18.9492 8.88867C18.6914 8.81055 18.4453 8.71484 18.2109 8.60156V6.91406C18.6172 7.09375 19.0391 7.25586 19.4766 7.40039C19.9141 7.54492 20.3477 7.61719 20.7773 7.61719C21.0742 7.61719 21.3125 7.57812 21.4922 7.5C21.6758 7.42188 21.8086 7.31445 21.8906 7.17773C21.9727 7.04102 22.0137 6.88477 22.0137 6.70898C22.0137 6.49414 21.9414 6.31055 21.7969 6.1582C21.6523 6.00586 21.4531 5.86328 21.1992 5.73047C20.9492 5.59766 20.666 5.45508 20.3496 5.30273C20.1504 5.20898 19.9336 5.0957 19.6992 4.96289C19.4648 4.82617 19.2422 4.66016 19.0312 4.46484C18.8203 4.26953 18.6465 4.0332 18.5098 3.75586C18.377 3.47461 18.3105 3.13867 18.3105 2.74805C18.3105 2.23633 18.4277 1.79883 18.6621 1.43555C18.8965 1.07227 19.2305 0.794922 19.6641 0.603516C20.1016 0.408203 20.6172 0.310547 21.2109 0.310547C21.6562 0.310547 22.0801 0.363281 22.4824 0.46875C22.8887 0.570312 23.3125 0.71875 23.7539 0.914062L23.168 2.32617C22.7734 2.16602 22.4199 2.04297 22.1074 1.95703C21.7949 1.86719 21.4766 1.82227 21.1523 1.82227C20.9258 1.82227 20.7324 1.85938 20.5723 1.93359C20.4121 2.00391 20.291 2.10547 20.209 2.23828C20.127 2.36719 20.0859 2.51758 20.0859 2.68945C20.0859 2.89258 20.1445 3.06445 20.2617 3.20508C20.3828 3.3418 20.5625 3.47461 20.8008 3.60352C21.043 3.73242 21.3438 3.88281 21.7031 4.05469C22.1406 4.26172 22.5137 4.47852 22.8223 4.70508C23.1348 4.92773 23.375 5.19141 23.543 5.49609C23.7109 5.79688 23.7949 6.17188 23.7949 6.62109Z",fill:"#5F5F5F"},null,-1)])])}const s9=I(o9,[["render",f9]]),i9={},r9={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function c9(t,n){return e.openBlock(),e.createElementBlock("svg",r9,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_5178_3903)"},[e.createElementVNode("path",{d:"M3.65398 1.32829C3.59495 1.25236 3.52043 1.18985 3.43538 1.14492C3.35034 1.09999 3.2567 1.07368 3.1607 1.06772C3.0647 1.06176 2.96853 1.07629 2.87858 1.11036C2.78863 1.14442 2.70695 1.19724 2.63898 1.26529L1.60498 2.30029C1.12198 2.78429 0.943983 3.4693 1.15498 4.0703C2.03072 6.55788 3.45528 8.81639 5.32298 10.6783C7.18491 12.546 9.44341 13.9705 11.931 14.8463C12.532 15.0573 13.217 14.8793 13.701 14.3963L14.735 13.3623C14.803 13.2943 14.8559 13.2127 14.8899 13.1227C14.924 13.0327 14.9385 12.9366 14.9326 12.8406C14.9266 12.7446 14.9003 12.6509 14.8554 12.5659C14.8104 12.4808 14.7479 12.4063 14.672 12.3473L12.365 10.5533C12.2839 10.4904 12.1895 10.4467 12.089 10.4256C11.9885 10.4044 11.8846 10.4064 11.785 10.4313L9.59498 10.9783C9.30266 11.0514 8.9964 11.0475 8.70603 10.967C8.41565 10.8866 8.15105 10.7324 7.93798 10.5193L5.48198 8.06229C5.26875 7.84933 5.11431 7.58478 5.0337 7.29439C4.95308 7.00401 4.94905 6.6977 5.02198 6.4053L5.56998 4.2153C5.59489 4.11569 5.59685 4.01173 5.57572 3.91126C5.55458 3.81079 5.51091 3.71642 5.44798 3.63529L3.65398 1.32829ZM1.88398 0.511295C2.05898 0.336244 2.26921 0.200425 2.50072 0.112856C2.73223 0.0252871 2.97973 -0.0120282 3.22676 0.00338804C3.4738 0.0188043 3.71474 0.0865995 3.93356 0.202272C4.15239 0.317944 4.34411 0.478846 4.49598 0.674295L6.28998 2.98029C6.61898 3.4033 6.73498 3.9543 6.60498 4.4743L6.05798 6.6643C6.0297 6.77772 6.03123 6.89654 6.06242 7.0092C6.09361 7.12187 6.1534 7.22456 6.23598 7.3073L8.69298 9.76429C8.77582 9.84705 8.87868 9.90694 8.99153 9.93813C9.10439 9.96933 9.22341 9.97076 9.33698 9.9423L11.526 9.3953C11.7826 9.33113 12.0504 9.32615 12.3093 9.38072C12.5681 9.43529 12.8111 9.54799 13.02 9.71029L15.326 11.5043C16.155 12.1493 16.231 13.3743 15.489 14.1153L14.455 15.1493C13.715 15.8893 12.609 16.2143 11.578 15.8513C8.93917 14.9228 6.54325 13.4121 4.56798 11.4313C2.58727 9.45631 1.07659 7.06075 0.147983 4.4223C-0.214017 3.3923 0.110983 2.2853 0.850983 1.54529L1.88498 0.511295H1.88398Z",fill:"#1E1E1E"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_5178_3903"},[e.createElementVNode("rect",{width:"16",height:"16",fill:"white"})])],-1)])])}const d9=I(i9,[["render",c9]]),C9={},A9={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function u9(t,n){return e.openBlock(),e.createElementBlock("svg",A9,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_5167_3788)"},[e.createElementVNode("path",{d:"M13.601 2.32605C12.8675 1.58573 11.9939 0.998793 11.0313 0.599454C10.0687 0.200115 9.03617 -0.00364427 7.994 4.93305e-05C3.627 4.93305e-05 0.068 3.55805 0.064 7.92605C0.064 9.32505 0.43 10.686 1.121 11.891L0 16L4.204 14.898C5.367 15.531 6.66993 15.8627 7.994 15.863H7.998C12.366 15.863 15.924 12.305 15.928 7.93305C15.929 6.89109 15.7238 5.85924 15.3243 4.89693C14.9247 3.93462 14.3397 3.06088 13.601 2.32605ZM7.994 14.521C6.813 14.5214 5.6537 14.2036 4.638 13.601L4.398 13.457L1.904 14.111L2.57 11.6781L2.414 11.427C1.75381 10.3774 1.40465 9.16208 1.407 7.92205C1.407 4.29605 4.364 1.33805 7.998 1.33805C8.86374 1.3365 9.72123 1.50632 10.521 1.83774C11.3208 2.16916 12.0471 2.65561 12.658 3.26905C13.271 3.8801 13.757 4.60647 14.0879 5.40628C14.4188 6.20609 14.5881 7.06349 14.586 7.92905C14.582 11.568 11.625 14.521 7.994 14.521ZM11.609 9.58705C11.412 9.48805 10.439 9.00905 10.256 8.94105C10.074 8.87605 9.941 8.84205 9.811 9.04005C9.678 9.23705 9.298 9.68605 9.184 9.81505C9.07 9.94805 8.952 9.96305 8.754 9.86505C8.557 9.76505 7.918 9.55705 7.162 8.88005C6.572 8.35505 6.177 7.70505 6.059 7.50805C5.945 7.31005 6.048 7.20405 6.147 7.10505C6.234 7.01705 6.344 6.87305 6.443 6.75905C6.543 6.64505 6.576 6.56105 6.641 6.42905C6.706 6.29505 6.675 6.18105 6.626 6.08205C6.576 5.98305 6.181 5.00605 6.014 4.61205C5.854 4.22305 5.691 4.27705 5.569 4.27205C5.455 4.26505 5.322 4.26505 5.189 4.26505C5.08856 4.26755 4.98973 4.29078 4.89869 4.33328C4.80766 4.37579 4.7264 4.43665 4.66 4.51205C4.478 4.71005 3.969 5.18905 3.969 6.16605C3.969 7.14305 4.679 8.08205 4.779 8.21505C4.877 8.34805 6.173 10.347 8.162 11.207C8.632 11.412 9.002 11.533 9.291 11.625C9.766 11.7771 10.195 11.754 10.537 11.705C10.917 11.647 11.708 11.225 11.875 10.762C12.039 10.298 12.039 9.90205 11.989 9.81905C11.94 9.73505 11.807 9.68605 11.609 9.58705Z",fill:"#5F5F5F"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_5167_3788"},[e.createElementVNode("rect",{width:"16",height:"16",fill:"white"})])],-1)])])}const m9=I(C9,[["render",u9]]),g9={},p9={width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function L9(t,n){return e.openBlock(),e.createElementBlock("svg",p9,[...n[0]||(n[0]=[e.createStaticVNode('<circle cx="9" cy="9" r="8.5" fill="#5F5F5F" stroke="#5F5F5F"></circle><g clip-path="url(#clip0_5305_2149)"><path d="M17 9C17 11.1217 16.1571 13.1566 14.6569 14.6569C13.1566 16.1571 11.1217 17 9 17C6.87827 17 4.84344 16.1571 3.34315 14.6569C1.84285 13.1566 1 11.1217 1 9C1 6.87827 1.84285 4.84344 3.34315 3.34315C4.84344 1.84285 6.87827 1 9 1C11.1217 1 13.1566 1.84285 14.6569 3.34315C16.1571 4.84344 17 6.87827 17 9ZM9.287 6.906C8.509 7.23 6.953 7.9 4.621 8.916C4.243 9.066 4.044 9.214 4.026 9.358C3.996 9.601 4.301 9.697 4.716 9.828L4.891 9.883C5.299 10.016 5.849 10.171 6.134 10.177C6.394 10.183 6.683 10.077 7.002 9.857C9.181 8.386 10.306 7.643 10.376 7.627C10.426 7.615 10.496 7.601 10.542 7.643C10.589 7.684 10.584 7.763 10.579 7.784C10.549 7.913 9.352 9.025 8.733 9.601C8.54 9.781 8.403 9.908 8.375 9.937C8.31334 10 8.25067 10.062 8.187 10.123C7.807 10.489 7.523 10.763 8.202 11.211C8.529 11.427 8.791 11.604 9.052 11.782C9.336 11.976 9.62 12.169 9.988 12.411C10.081 12.471 10.171 12.536 10.258 12.598C10.589 12.834 10.888 13.046 11.255 13.012C11.469 12.992 11.69 12.792 11.802 12.192C12.067 10.775 12.588 7.706 12.708 6.441C12.7153 6.33584 12.711 6.2302 12.695 6.126C12.6856 6.04192 12.6449 5.96446 12.581 5.909C12.49 5.84619 12.3815 5.81365 12.271 5.816C11.971 5.821 11.508 5.982 9.287 6.906Z" fill="white"></path></g><defs><clipPath id="clip0_5305_2149"><rect width="16" height="16" fill="white" transform="translate(1 1)"></rect></clipPath></defs>',3)])])}const h9=I(g9,[["render",L9]]),M9={},y9={width:"16",height:"15",viewBox:"0 0 16 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function k9(t,n){return e.openBlock(),e.createElementBlock("svg",y9,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_5305_2136)"},[e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.89769 14.9588C6.3842 14.9588 5.68123 14.7436 4.46218 13.8828C3.68643 14.8512 1.24468 15.6045 1.13752 14.3132C1.13752 13.3459 0.913609 12.5307 0.667087 11.6332C0.365156 10.5339 0.0292969 9.3112 0.0292969 7.53408C0.0292969 3.29636 3.6109 0.109375 7.85749 0.109375C12.1041 0.109375 15.4336 3.45196 15.4336 7.57526C15.4336 11.6986 11.9981 14.9588 7.89769 14.9588ZM7.95932 3.77291C5.89283 3.66775 4.28019 5.0592 3.92459 7.23708C3.6301 9.04058 4.15222 11.2382 4.59882 11.3488C4.80929 11.401 5.34865 10.9775 5.68112 10.6546C6.22795 10.9988 6.85545 11.2653 7.55298 11.3008C9.67452 11.4087 11.5546 9.79751 11.6657 7.7387C11.7768 5.6799 10.0809 3.88086 7.95932 3.77291Z",fill:"#5F5F5F"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_5305_2136"},[e.createElementVNode("rect",{width:"16",height:"15",fill:"white"})])],-1)])])}const _9=I(M9,[["render",k9]]),b9={},E9={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function N9(t,n){return e.openBlock(),e.createElementBlock("svg",E9,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M0 4C0 3.46957 0.210714 2.96086 0.585786 2.58579C0.960859 2.21071 1.46957 2 2 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V12C16 12.5304 15.7893 13.0391 15.4142 13.4142C15.0391 13.7893 14.5304 14 14 14H2C1.46957 14 0.960859 13.7893 0.585786 13.4142C0.210714 13.0391 0 12.5304 0 12V4ZM2 3C1.73478 3 1.48043 3.10536 1.29289 3.29289C1.10536 3.48043 1 3.73478 1 4V4.217L8 8.417L15 4.217V4C15 3.73478 14.8946 3.48043 14.7071 3.29289C14.5196 3.10536 14.2652 3 14 3H2ZM15 5.383L10.292 8.208L15 11.105V5.383ZM14.966 12.259L9.326 8.788L8 9.583L6.674 8.788L1.034 12.258C1.09083 12.4708 1.21632 12.6589 1.39099 12.7931C1.56566 12.9272 1.77975 13 2 13H14C14.2201 13 14.4341 12.9274 14.6088 12.7934C14.7834 12.6595 14.909 12.4716 14.966 12.259ZM1 11.105L5.708 8.208L1 5.383V11.105Z",fill:"#5F5F5F"},null,-1)])])}const w9=I(b9,[["render",N9]]),V9=["onClick","onMouseenter"],I9={class:"channel-icon"},D9={class:"channel-icon"},B9={class:"menu-header"},S9={class:"attribute-info"},T9={class:"attribute-value"},x9={class:"attribute-info"},j9={class:"attribute-value"},z9={key:2,class:"menu-divider"},Z9=["onMouseenter","onClick"],O9={class:"attribute-info"},U9={class:"attribute-value"},$9={class:"menu-icon"},v9={key:0,class:"menu-icon-arrow"},R9=["onClick"],F9={class:"sub-menu-title"},Q9=I({__name:"CommunicationPanel",props:{contactAttributes:{type:Array,required:!0,default:()=>[]},channels:{type:Array,required:!0,default:()=>[]},recentAttributeChannels:{type:Object,required:!0,default:()=>({})},selectedDialog:{type:Object,required:!1,default:null},channelTooltips:{type:Object,required:!1,default:()=>({})}},emits:["select-attribute-channel","phone-call"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(null),s=e.ref(null),f=e.ref(null),i=e.ref(null),r=e.ref(!1),c=e.ref(!1),d=e.ref(null),C=e.ref("0px"),A=e.ref(null),p=e.ref(!1),m=e.ref(null),h=e.ref({}),u=e.ref(0),k=["phone","whatsapp","telegram","max","sms"],_={phone:H6,whatsapp:W6,telegram:X6,max:a9,sms:s9},M={phone:d9,whatsapp:m9,telegram:h9,max:_9,sms:w9},L=e.computed(()=>k.map(T=>({type:T,component:_[T]}))),y=e.ref(Object.fromEntries(k.map(T=>[T,[]]))),g=e.computed(()=>f.value?k2(f.value):null),b=e.computed(()=>{var T;return f.value!=="phone"&&g.value&&((T=a.recentAttributeChannels[f.value])==null?void 0:T.channelId)}),E=e.computed(()=>f.value?y2(f.value):[]),B=e.computed(()=>c.value&&d.value&&E.value.length>0&&f.value!=="phone"&&S(f.value)),j={phone:"Позвонить",whatsapp:"Выберите контакт и канал для отправки сообщения",telegram:"Выберите контакт и канал для отправки сообщения",max:"Выберите контакт и канал для отправки сообщения",sms:"Выберите контакт и канал для отправки сообщения"},O=T=>{var x;return((x=a.channelTooltips)==null?void 0:x[T])??j[T]??""},V=T=>{if(!T)return null;const[x]=T.split(".");return x.includes("waba")?"whatsapp":x.includes("telegrambot")?"telegram":x},S=T=>a.channels.filter(x=>V(x.channelId)===T).length>1,v=T=>m.value===T,H=T=>{const x=a.channels.filter(W=>V(W.channelId)===T);return x.length===1?x[0]:null},F=T=>M[T]||null,P=T=>{const x=V(T);return F(x)},M2=T=>{const x=H(T);return x?P(x.channelId):F(T)},K=()=>{const T=Object.fromEntries(k.map(x=>[x,[]]));a.contactAttributes.forEach(x=>{x.type==="telegram"?T.telegram.push(x):x.type==="phone"&&["whatsapp","max","sms","phone"].forEach(W=>{T[W].push(x)})}),y.value=T},y2=T=>a.channels.filter(x=>V(x.channelId)===T),k2=T=>{var W;const x=(W=a.recentAttributeChannels[T])==null?void 0:W.attributeId;return a.contactAttributes.find(E2=>E2.id===x)},d2=T=>{var x;return((x=A.value)==null?void 0:x.id)===T.id},$=T=>{m.value===T&&f.value===T?U():(f.value=T,r.value=!0,c.value=!1,A.value=null,p.value=!1,R2())},U=()=>{r.value=!1,f.value=null,A.value=null,p.value=!1,c.value=!1},w=()=>{var T;if(f.value==="phone")Z(g.value);else if(S(f.value)){const x=(T=a.recentAttributeChannels[f.value])==null?void 0:T.channelId;g.value&&x&&a2(x)}else{const x=H(f.value);g.value&&x&&Y(g.value,x.channelId)}},z=T=>{if(f.value==="phone")Z(T);else if(!S(f.value)){const x=H(f.value);x&&Y(T,x.channelId)}},Z=T=>{T&&(o("phone-call",{attributeId:T.id,phoneNumber:T.data}),U())},Y=(T,x)=>{o("select-attribute-channel",{attributeId:T.id,channelId:x}),m.value=f.value,h.value=a.channels.find(W=>W.channelId===x),console.log("TEST selectedChannel.value",h.value),U()},a2=T=>{g.value&&o("select-attribute-channel",{attributeId:g.value.id,channelId:T}),m.value=f.value,h.value=a.channels.find(x=>x.channelId===T),console.log("TEST selectedChannel.value",h.value),U()},_2=T=>{S(f.value)&&(w0(),p.value=!0,c.value=!0,h1(T.currentTarget))},n0=()=>{c.value||(p.value=!1)},f3=(T,x)=>{S(f.value)&&(p.value=!1,d.value=T,c.value=!0,A.value=T,h1(x.currentTarget))},g1=()=>{c.value||(A.value=null)},w0=()=>{c.value=!1,A.value=null,d.value=null},s3=()=>{c.value=!0},p1=()=>{c.value=!1,A.value=null,p.value=!1},L1=T=>{p.value?a2(T):d.value&&(o("select-attribute-channel",{attributeId:d.value.id,channelId:T}),m.value=f.value,h.value=a.channels.find(x=>x.channelId===T),console.log("TEST selectedChannel.value",h.value)),U()},R2=()=>{s.value&&(C.value=`${s.value.offsetWidth}px`)},h1=T=>{try{requestAnimationFrame(()=>{var V0,Q4,H4;const x=(V0=l.value)==null?void 0:V0.querySelector(".attributes-menu"),W=(Q4=l.value)==null?void 0:Q4.querySelector(".sub-menu-header"),E2=(H4=l.value)==null?void 0:H4.querySelector(".sub-menu");if(!x||!T){u.value=0;return}const Q2=x.getBoundingClientRect(),H2=T.getBoundingClientRect();let Q=0;if(W){const i3=W.getBoundingClientRect(),Bs=getComputedStyle(W),P4=parseFloat(Bs.marginBottom||"0");Q=i3.height+(isNaN(P4)?0:P4)}let C2=0;if(E2){const i3=getComputedStyle(E2);C2=parseFloat(i3.paddingTop||"0")||0}u.value=H2.top-Q2.top-Q-C2-2})}catch{u.value=0}},b2=T=>{l.value&&!l.value.contains(T.target)&&U()};e.watch(()=>a.contactAttributes,K,{deep:!0}),e.watch(()=>a.selectedDialog,T=>{F2(T)},{deep:!0});const F2=T=>{if(!T){m.value=null,h.value={};return}const x=V(T.channelId);x&&k.includes(x)&&(m.value=x,h.value=a.channels.find(W=>W.channelId===T.channelId))};return e.onMounted(()=>{R2(),window.addEventListener("resize",R2),document.addEventListener("click",b2),K(),F2(a.selectedDialog)}),e.onUnmounted(()=>{window.removeEventListener("resize",R2),document.removeEventListener("click",b2)}),(T,x)=>{var W,E2,Q2,H2;return e.openBlock(),e.createElementBlock("div",{ref_key:"panelRef",ref:l,class:"communication-panel"},[e.createElementVNode("div",{ref_key:"channelsPanelRef",ref:s,class:"channels-panel"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(L.value,Q=>{var C2;return e.openBlock(),e.createElementBlock("button",{key:Q.type,class:e.normalizeClass(["channel-btn",{active:v(Q.type),hover:i.value===Q.type&&!v(Q.type)||i.value===Q.type&&v(Q.type)}]),onClick:V0=>$(Q.type),onMouseenter:V0=>i.value=Q.type,onMouseleave:x[0]||(x[0]=V0=>i.value=null)},[v(Q.type)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(e.unref(w2),{text:(C2=h.value)==null?void 0:C2.title,position:"bottom",offset:8},{default:e.withCtx(()=>[e.createElementVNode("span",I9,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(Q.component)))])]),_:2},1032,["text"]),x[5]||(x[5]=e.createElementVNode("span",{class:"active-indicator"},null,-1))],64)):(e.openBlock(),e.createBlock(e.unref(w2),{key:1,text:O(Q.type),position:"bottom",offset:8},{default:e.withCtx(()=>[e.createElementVNode("span",D9,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(Q.component)))])]),_:2},1032,["text"]))],42,V9)}),128))],512),r.value&&f.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"attributes-menu",style:e.normalizeStyle({width:C.value})},[e.createElementVNode("div",B9,e.toDisplayString(f.value==="phone"?"Телефон":"Недавний"),1),b.value&&((W=a.recentAttributeChannels[f.value])!=null&&W.tooltip)?(e.openBlock(),e.createBlock(e.unref(w2),{key:0,text:(E2=a.recentAttributeChannels[f.value])==null?void 0:E2.tooltip,position:"bottom",offset:8},{default:e.withCtx(()=>{var Q;return[e.createElementVNode("div",{class:e.normalizeClass(["recent-attribute",{"frozen-hover":p.value}]),onMouseenter:x[1]||(x[1]=C2=>_2(C2)),onMouseleave:n0,onMouseover:w0,onClick:x[2]||(x[2]=C2=>w())},[e.createElementVNode("div",S9,[e.createElementVNode("span",T9,e.toDisplayString((Q=g.value)==null?void 0:Q.value),1)]),e.createElementVNode("span",{class:e.normalizeClass(["channel-icon-small",{"menu-icon-grey":f.value!=="sms"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(F(f.value))))],2)],34)]}),_:1},8,["text"])):b.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["recent-attribute",{"frozen-hover":p.value}]),onMouseenter:x[3]||(x[3]=Q=>_2(Q)),onMouseleave:n0,onMouseover:w0,onClick:x[4]||(x[4]=Q=>w())},[e.createElementVNode("div",x9,[e.createElementVNode("span",j9,e.toDisplayString((Q2=g.value)==null?void 0:Q2.value),1)]),e.createElementVNode("span",{class:e.normalizeClass(["channel-icon-small",{"menu-icon-grey":f.value!=="sms"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(F(f.value))))],2)],34)):e.createCommentVNode("",!0),b.value&&((H2=y.value[f.value])!=null&&H2.length)&&f.value!=="phone"?(e.openBlock(),e.createElementBlock("div",z9)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value[f.value],Q=>(e.openBlock(),e.createElementBlock("div",{key:Q.attributeId,class:e.normalizeClass(["attribute-item",{"frozen-hover":d2(Q)}]),onMouseenter:C2=>f3(Q,C2),onMouseleave:g1,onClick:C2=>z(Q)},[e.createElementVNode("div",O9,[e.createElementVNode("span",U9,e.toDisplayString(Q.value),1)]),e.createElementVNode("span",$9,[S(f.value)?(e.openBlock(),e.createElementBlock("span",v9)):(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["channel-icon-small",{"menu-icon-grey":f.value!=="sms"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(M2(f.value))))],2))])],42,Z9))),128)),c.value&&B.value?(e.openBlock(),e.createElementBlock("div",{key:3,class:"sub-menu left",style:e.normalizeStyle({top:u.value+"px"}),onMouseenter:s3,onMouseleave:p1},[x[6]||(x[6]=e.createElementVNode("div",{class:"sub-menu-header"}," Канал связи ",-1)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(E.value,Q=>(e.openBlock(),e.createElementBlock("div",{key:Q.channelId,class:"sub-menu-item",onClick:C2=>L1(Q.channelId)},[e.createElementVNode("span",F9,e.toDisplayString(Q.title||Q.channelId),1),e.createElementVNode("span",{class:e.normalizeClass(["sub-menu-icon",{"menu-icon-grey":V(Q.channelId)!=="sms"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(P(Q.channelId))))],2)],8,R9))),128))],36)):e.createCommentVNode("",!0)],4)):e.createCommentVNode("",!0)],512)}}},[["__scopeId","data-v-acc88302"]]),H9={class:"feed-found-item__avatar-container"},P9=["src"],Y9={key:1,class:"pi pi-user"},q9={class:"feed-found-item__info"},W9={class:"feed-found-item__first-line"},K9={class:"feed-found-item__name"},J9={class:"feed-found-item__time"},G9={class:"feed-found-item__second-line"},X9=["src"],b3=I(e.defineComponent({__name:"FeedFoundItem",props:{object:{type:Object,required:!0},selected:{type:Boolean,default:!1}},setup(t){const n=t,a=e.computed(()=>({"message.file":"pi pi-file","message.audio":"pi pi-volume-up","message.video":"pi pi-video","message.call":"pi pi-phone"})[n.object.type]||null);return(o,l)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["feed-found-item__container",{"feed-found-item__selected-container":t.selected}])},[e.createElementVNode("div",H9,[t.object.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,src:t.object.avatar,width:"48",height:"48"},null,8,P9)):(e.openBlock(),e.createElementBlock("span",Y9))]),e.createElementVNode("div",q9,[e.createElementVNode("div",W9,[e.createElementVNode("p",K9,e.toDisplayString(t.object.subtext),1),e.createElementVNode("p",J9,e.toDisplayString(t.object.time),1)]),e.createElementVNode("div",G9,[t.object.type=="message.image"?(e.openBlock(),e.createElementBlock("img",{key:0,src:t.object.url,style:{"margin-right":"3px"},width:"24",height:"24"},null,8,X9)):e.createCommentVNode("",!0),a.value?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(a.value),style:{"margin-right":"3px","font-size":"20px"}},null,2)):e.createCommentVNode("",!0),e.createElementVNode("p",null,e.toDisplayString(t.object.text),1)])])],2))}}),[["__scopeId","data-v-dd915a68"]]),e7={"component.ChatList.Title":"Mobilon One","component.ChatFilter.InputPlaceholder":"Поиск чата","layout.ChatWrapper.noSelectedChat":"Выберите контакт для начала общения","component.ChatItem.typing":"печатает","component.ChatInput.InputPlaceholder":"Введите сообщение","component.FeedFoundObjects.results":"Результаты поиска","component.FeedFoundObjects.notFound":"Сообщения не найдены","component.FeedFoundObjects.notSearched":"Поиск по сообщениям в чате","component.FeedSearch.SearchLabel":"Поиск","component.FeedSearch.SearchPlaceholder":"Поиск сообщения...","component.ChannelSelector.Placeholder":"Канал не выбран"},t7={"component.ChatList.Title":"Chats","component.ChatFilter.InputPlaceholder":"Chat search","layout.ChatWrapper.noSelectedChat":"Choose contact to start conversation","component.ChatItem.typing":"typing","component.ChatInput.InputPlaceholder":"Type a message...","component.FeedFoundObjects.results":"Search results","component.FeedFoundObjects.notFound":"Messages not found","component.FeedFoundObjects.notSearched":"Message search in chat","component.FeedSearch.SearchLabel":"Search","component.FeedSearch.SearchPlaceholder":"Find a message...","component.ChannelSelector.Placeholder":"Channel not selected"},E3=[{code:"en",name:"English",flag:"england"},{code:"ru",name:"Pусский",flag:"russian"}],N3=e.ref(E3[1]);let n7={ru:e7,en:t7};const l2=a7().t;function a7(){function t(n){return n7[N3.value.code][n]}return{t,locale:N3,locales:E3}}const o7={style:{"padding-left":"12px"}},l7=["onClick"],f7={key:1,class:"feed-found-objects__placeholder"},s7=I(e.defineComponent({__name:"FeedFoundObjects",props:{objects:{type:Array,required:!0},foundAmount:{type:Number,default:0},notFound:{type:Boolean,required:!1,default:!1}},emits:["clickedSearch","loadMore"],setup(t,{emit:n}){const a=n,o=t,l=e.ref(),s=e.ref(null),f=e.computed(()=>o.notFound?l2("component.FeedFoundObjects.notFound"):o.notFound?"":l2("component.FeedFoundObjects.notSearched")),i=c=>{c.messageId&&(a("clickedSearch",c.messageId),s.value=c)},r=()=>{const c=e.unref(l);c.scrollHeight-c.scrollTop-c.clientHeight<=0&&a("loadMore")};return(c,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("h3",o7,e.toDisplayString(e.unref(l2)("component.FeedFoundObjects.results"))+": "+e.toDisplayString(t.foundAmount),1),t.foundAmount>0?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"refItems",ref:l,class:"feed-found-objects__items",onScroll:r},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.objects,C=>(e.openBlock(),e.createElementBlock("div",{key:C.messageId,onClick:A=>i(C)},[e.createVNode(e.unref(b3),{object:C,selected:C==s.value},null,8,["object","selected"])],8,l7))),128))],544)):t.foundAmount==0?(e.openBlock(),e.createElementBlock("div",f7,[e.createElementVNode("p",null,e.toDisplayString(f.value),1)])):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-fe43179d"]]),i7={class:"feed-search__container"},r7={style:{"line-height":"40px"}},c7=["placeholder"],d7=I(e.defineComponent({__name:"FeedSearch",props:{isFeedLocation:{type:Boolean,default:!1}},emits:["search","cancel","switch"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getModel:o}=u3(a),l=n,s=t,f=e.ref(),i=d3("",500),r=e.computed(()=>s.isFeedLocation?"40px":(s.isFeedLocation,"20px"));e.watch(()=>[o().text,i.value],()=>{i.value==o().text?l("search",o().text):i.value=o().text});const c=()=>{const d=e.unref(f);d&&(d.value=""),o().text="",l("cancel")};return e.onMounted(()=>{const d=e.unref(f);d==null||d.focus()}),(d,C)=>(e.openBlock(),e.createBlock(e.Transition,null,{default:e.withCtx(()=>[e.createElementVNode("div",i7,[e.createElementVNode("span",r7,e.toDisplayString(e.unref(l2)("component.FeedSearch.SearchLabel")),1),e.withDirectives(e.createElementVNode("input",{ref_key:"refInput",ref:f,"onUpdate:modelValue":C[0]||(C[0]=A=>e.unref(o)().text=A),class:"feed-search__input",type:"text",placeholder:e.unref(l2)("component.FeedSearch.SearchPlaceholder")},null,8,c7),[[e.vModelText,e.unref(o)().text]]),e.createElementVNode("i",{class:"pi pi-times",style:e.normalizeStyle({right:r.value}),onClick:c},null,4),t.isFeedLocation?(e.openBlock(),e.createElementBlock("span",{key:0,class:"pi pi-refresh",style:{"margin-left":"5px","margin-top":"10px",cursor:"pointer"},onClick:C[1]||(C[1]=A=>l("switch"))})):e.createCommentVNode("",!0)])]),_:1}))}}),[["__scopeId","data-v-19449ec3"]]),C7={key:0,class:"new-chat-modal"},A7={class:"modal-content"},u7={class:"participant-list"},m7=["id","value"],g7=["for"],p7=I({__name:"SelectUser",props:{users:{type:Array,required:!0},title:{type:String,required:!0}},emits:["confirm","close"],setup(t,{emit:n}){const a=e.ref(!0),o=e.ref([]),l=n,s=async()=>{l("confirm",o.value),f(),i()},f=()=>{l("close"),a.value=!1},i=()=>{o.value=[]},r=()=>{f(),i()};return(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[a.value?(e.openBlock(),e.createElementBlock("div",C7,[e.createElementVNode("div",A7,[e.createElementVNode("h2",null,e.toDisplayString(t.title),1),e.createElementVNode("div",u7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.users,C=>(e.openBlock(),e.createElementBlock("div",{key:C.userId,class:"participant-item"},[e.withDirectives(e.createElementVNode("input",{id:C.userId,"onUpdate:modelValue":d[0]||(d[0]=A=>o.value=A),type:"checkbox",value:C.userId},null,8,m7),[[e.vModelCheckbox,o.value]]),e.createElementVNode("label",{for:C.userId},e.toDisplayString(C.name||"unknown username"),9,g7)]))),128))]),e.createElementVNode("div",{class:"modal-actions"},[e.createElementVNode("button",{onClick:s}," ОК "),e.createElementVNode("button",{onClick:r}," Отмена ")])])])):e.createCommentVNode("",!0)]))}},[["__scopeId","data-v-8751434e"]]),L7={class:"participant-list"},h7=["id","value"],M7=["for"],y7=I({__name:"SelectUser2",props:{users:{type:Array,required:!0},title:{type:String,required:!0}},emits:["change"],setup(t,{emit:n}){const a=e.ref([]),o=n,l=()=>{console.log("check"),o("change",{selectedUsers:a.value})};return(s,f)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("h2",null,e.toDisplayString(t.title),1),e.createElementVNode("div",L7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.users,i=>(e.openBlock(),e.createElementBlock("div",{key:i.userId,class:"participant-item"},[e.withDirectives(e.createElementVNode("input",{id:i.userId,"onUpdate:modelValue":f[0]||(f[0]=r=>a.value=r),type:"checkbox",value:i.userId,onChange:l},null,40,h7),[[e.vModelCheckbox,a.value]]),e.createElementVNode("label",{for:i.userId},e.toDisplayString(i.name||"unknown username"),9,M7)]))),128))])]))}},[["__scopeId","data-v-9268d5f4"]]),k7=I(e.defineComponent({__name:"ButtonCommandsSelector",props:{commands:{type:Array,required:!1,default:null},mode:{type:String,required:!1,default:"hover"},state:{type:String,default:"active"}},emits:["send"],setup(t,{emit:n}){const a=t,o=n,l=e.inject("chatAppId"),{getMessage:s}=t2(l),f=e.useTemplateRef("refBCM"),i=r=>{console.log(r);const c={type:"message.command",text:r.action};o("send",c)};return e.watch(()=>s().text,()=>{var r,c;a.commands&&(s().text.startsWith("/")?(r=f.value)==null||r.updatePosition():(c=f.value)==null||c.hideMenu())}),(r,c)=>(e.openBlock(),e.createBlock(e.Transition,null,{default:e.withCtx(()=>[t.commands?(e.openBlock(),e.createBlock(e.unref(f0),{key:0,ref_key:"refBCM",ref:f,"menu-side":"top",mode:t.mode,disabled:e.unref(s)().isRecording||t.state=="disabled",actions:t.commands,onClick:i},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(["commands__trigger",{commands__disabled:e.unref(s)().isRecording||t.state=="disabled"}])}," / ",2)]),_:1},8,["mode","disabled","actions"])):e.createCommentVNode("",!0)]),_:1}))}}),[["__scopeId","data-v-7799a040"]]),w3="https://cdn.jsdelivr.net/npm/emoji-datasource-apple@6.0.1/img/apple/64",V3={recent:"Recently used",smileys_people:"Smiles & People",animals_nature:"Animals & Nature",food_drink:"Food & Drink",activities:"Activities",travel_places:"Travel places",objects:"Objects",symbols:"Symbols",flags:"Flags"},I3="u",I0="n",D0="v",s0="r",_7={[I0]:["grinning face","grinning"],[I3]:"1f600",[s0]:"1f600"},B0="neutral",b7=[B0,"1f3fb","1f3fc","1f3fd","1f3fe","1f3ff"],E7={placeholder:"Search emoji",skinTone:"Skin tone"},N7=["light","dark","auto"];var w7={smileys_people:[{n:["grinning face","grinning"],u:"1f600"},{n:["grinning face with smiling eyes","grin"],u:"1f601"},{n:["face with tears of joy","joy"],u:"1f602"},{n:["rolling on the floor laughing","rolling_on_the_floor_laughing"],u:"1f923"},{n:["smiling face with open mouth","smiley"],u:"1f603"},{n:["smiling face with open mouth and smiling eyes","smile"],u:"1f604"},{n:["smiling face with open mouth and cold sweat","sweat_smile"],u:"1f605"},{n:["smiling face with open mouth and tightly-closed eyes","laughing","satisfied"],u:"1f606"},{n:["winking face","wink"],u:"1f609"},{n:["smiling face with smiling eyes","blush"],u:"1f60a"},{n:["face savouring delicious food","yum"],u:"1f60b"},{n:["smiling face with sunglasses","sunglasses"],u:"1f60e"},{n:["smiling face with heart-shaped eyes","heart_eyes"],u:"1f60d"},{n:["face throwing a kiss","kissing_heart"],u:"1f618"},{n:["kissing face","kissing"],u:"1f617"},{n:["kissing face with smiling eyes","kissing_smiling_eyes"],u:"1f619"},{n:["kissing face with closed eyes","kissing_closed_eyes"],u:"1f61a"},{n:["white smiling face","relaxed"],u:"263a-fe0f"},{n:["slightly smiling face","slightly_smiling_face"],u:"1f642"},{n:["hugging face","hugging_face"],u:"1f917"},{n:["grinning face with star eyes","star-struck","grinning_face_with_star_eyes"],u:"1f929"},{n:["thinking face","thinking_face"],u:"1f914"},{n:["face with one eyebrow raised","face_with_raised_eyebrow","face_with_one_eyebrow_raised"],u:"1f928"},{n:["neutral face","neutral_face"],u:"1f610"},{n:["expressionless face","expressionless"],u:"1f611"},{n:["face without mouth","no_mouth"],u:"1f636"},{n:["face with rolling eyes","face_with_rolling_eyes"],u:"1f644"},{n:["smirking face","smirk"],u:"1f60f"},{n:["persevering face","persevere"],u:"1f623"},{n:["disappointed but relieved face","disappointed_relieved"],u:"1f625"},{n:["face with open mouth","open_mouth"],u:"1f62e"},{n:["zipper-mouth face","zipper_mouth_face"],u:"1f910"},{n:["hushed face","hushed"],u:"1f62f"},{n:["sleepy face","sleepy"],u:"1f62a"},{n:["tired face","tired_face"],u:"1f62b"},{n:["sleeping face","sleeping"],u:"1f634"},{n:["relieved face","relieved"],u:"1f60c"},{n:["face with stuck-out tongue","stuck_out_tongue"],u:"1f61b"},{n:["face with stuck-out tongue and winking eye","stuck_out_tongue_winking_eye"],u:"1f61c"},{n:["face with stuck-out tongue and tightly-closed eyes","stuck_out_tongue_closed_eyes"],u:"1f61d"},{n:["drooling face","drooling_face"],u:"1f924"},{n:["unamused face","unamused"],u:"1f612"},{n:["face with cold sweat","sweat"],u:"1f613"},{n:["pensive face","pensive"],u:"1f614"},{n:["confused face","confused"],u:"1f615"},{n:["upside-down face","upside_down_face"],u:"1f643"},{n:["money-mouth face","money_mouth_face"],u:"1f911"},{n:["astonished face","astonished"],u:"1f632"},{n:["white_frowning_face"],u:"2639-fe0f"},{n:["slightly frowning face","slightly_frowning_face"],u:"1f641"},{n:["confounded face","confounded"],u:"1f616"},{n:["disappointed face","disappointed"],u:"1f61e"},{n:["worried face","worried"],u:"1f61f"},{n:["face with look of triumph","triumph"],u:"1f624"},{n:["crying face","cry"],u:"1f622"},{n:["loudly crying face","sob"],u:"1f62d"},{n:["frowning face with open mouth","frowning"],u:"1f626"},{n:["anguished face","anguished"],u:"1f627"},{n:["fearful face","fearful"],u:"1f628"},{n:["weary face","weary"],u:"1f629"},{n:["shocked face with exploding head","exploding_head","shocked_face_with_exploding_head"],u:"1f92f"},{n:["grimacing face","grimacing"],u:"1f62c"},{n:["face with open mouth and cold sweat","cold_sweat"],u:"1f630"},{n:["face screaming in fear","scream"],u:"1f631"},{n:["flushed face","flushed"],u:"1f633"},{n:["grinning face with one large and one small eye","zany_face","grinning_face_with_one_large_and_one_small_eye"],u:"1f92a"},{n:["dizzy face","dizzy_face"],u:"1f635"},{n:["pouting face","rage"],u:"1f621"},{n:["angry face","angry"],u:"1f620"},{n:["serious face with symbols covering mouth","face_with_symbols_on_mouth","serious_face_with_symbols_covering_mouth"],u:"1f92c"},{n:["face with medical mask","mask"],u:"1f637"},{n:["face with thermometer","face_with_thermometer"],u:"1f912"},{n:["face with head-bandage","face_with_head_bandage"],u:"1f915"},{n:["nauseated face","nauseated_face"],u:"1f922"},{n:["face with open mouth vomiting","face_vomiting","face_with_open_mouth_vomiting"],u:"1f92e"},{n:["sneezing face","sneezing_face"],u:"1f927"},{n:["smiling face with halo","innocent"],u:"1f607"},{n:["face with cowboy hat","face_with_cowboy_hat"],u:"1f920"},{n:["clown face","clown_face"],u:"1f921"},{n:["lying face","lying_face"],u:"1f925"},{n:["face with finger covering closed lips","shushing_face","face_with_finger_covering_closed_lips"],u:"1f92b"},{n:["smiling face with smiling eyes and hand covering mouth","face_with_hand_over_mouth","smiling_face_with_smiling_eyes_and_hand_covering_mouth"],u:"1f92d"},{n:["face with monocle","face_with_monocle"],u:"1f9d0"},{n:["nerd face","nerd_face"],u:"1f913"},{n:["smiling face with horns","smiling_imp"],u:"1f608"},{n:["imp"],u:"1f47f"},{n:["japanese ogre","japanese_ogre"],u:"1f479"},{n:["japanese goblin","japanese_goblin"],u:"1f47a"},{n:["skull"],u:"1f480"},{n:["skull_and_crossbones"],u:"2620-fe0f"},{n:["ghost"],u:"1f47b"},{n:["extraterrestrial alien","alien"],u:"1f47d"},{n:["alien monster","space_invader"],u:"1f47e"},{n:["robot face","robot_face"],u:"1f916"},{n:["pile of poo","hankey","poop","shit"],u:"1f4a9"},{n:["smiling cat face with open mouth","smiley_cat"],u:"1f63a"},{n:["grinning cat face with smiling eyes","smile_cat"],u:"1f638"},{n:["cat face with tears of joy","joy_cat"],u:"1f639"},{n:["smiling cat face with heart-shaped eyes","heart_eyes_cat"],u:"1f63b"},{n:["cat face with wry smile","smirk_cat"],u:"1f63c"},{n:["kissing cat face with closed eyes","kissing_cat"],u:"1f63d"},{n:["weary cat face","scream_cat"],u:"1f640"},{n:["crying cat face","crying_cat_face"],u:"1f63f"},{n:["pouting cat face","pouting_cat"],u:"1f63e"},{n:["see-no-evil monkey","see_no_evil"],u:"1f648"},{n:["hear-no-evil monkey","hear_no_evil"],u:"1f649"},{n:["speak-no-evil monkey","speak_no_evil"],u:"1f64a"},{n:["baby"],u:"1f476",v:["1f476-1f3fb","1f476-1f3fc","1f476-1f3fd","1f476-1f3fe","1f476-1f3ff"]},{n:["child"],u:"1f9d2",v:["1f9d2-1f3fb","1f9d2-1f3fc","1f9d2-1f3fd","1f9d2-1f3fe","1f9d2-1f3ff"]},{n:["boy"],u:"1f466",v:["1f466-1f3fb","1f466-1f3fc","1f466-1f3fd","1f466-1f3fe","1f466-1f3ff"]},{n:["girl"],u:"1f467",v:["1f467-1f3fb","1f467-1f3fc","1f467-1f3fd","1f467-1f3fe","1f467-1f3ff"]},{n:["adult"],u:"1f9d1",v:["1f9d1-1f3fb","1f9d1-1f3fc","1f9d1-1f3fd","1f9d1-1f3fe","1f9d1-1f3ff"]},{n:["man"],u:"1f468",v:["1f468-1f3fb","1f468-1f3fc","1f468-1f3fd","1f468-1f3fe","1f468-1f3ff"]},{n:["woman"],u:"1f469",v:["1f469-1f3fb","1f469-1f3fc","1f469-1f3fd","1f469-1f3fe","1f469-1f3ff"]},{n:["older adult","older_adult"],u:"1f9d3",v:["1f9d3-1f3fb","1f9d3-1f3fc","1f9d3-1f3fd","1f9d3-1f3fe","1f9d3-1f3ff"]},{n:["older man","older_man"],u:"1f474",v:["1f474-1f3fb","1f474-1f3fc","1f474-1f3fd","1f474-1f3fe","1f474-1f3ff"]},{n:["older woman","older_woman"],u:"1f475",v:["1f475-1f3fb","1f475-1f3fc","1f475-1f3fd","1f475-1f3fe","1f475-1f3ff"]},{n:["male-doctor"],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"]},{n:["female-doctor"],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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-mechanic"],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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-singer"],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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["police officer","cop"],u:"1f46e",v:["1f46e-1f3fb","1f46e-1f3fc","1f46e-1f3fd","1f46e-1f3fe","1f46e-1f3ff"]},{n:["male-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"]},{n:["female-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"]},{n:["sleuth_or_spy"],u:"1f575-fe0f",v:["1f575-1f3fb","1f575-1f3fc","1f575-1f3fd","1f575-1f3fe","1f575-1f3ff"]},{n:["male-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"]},{n:["female-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"]},{n:["guardsman"],u:"1f482",v:["1f482-1f3fb","1f482-1f3fc","1f482-1f3fd","1f482-1f3fe","1f482-1f3ff"]},{n:["male-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"]},{n:["female-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"]},{n:["construction worker","construction_worker"],u:"1f477",v:["1f477-1f3fb","1f477-1f3fc","1f477-1f3fd","1f477-1f3fe","1f477-1f3ff"]},{n:["male-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"]},{n:["female-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"]},{n:["prince"],u:"1f934",v:["1f934-1f3fb","1f934-1f3fc","1f934-1f3fd","1f934-1f3fe","1f934-1f3ff"]},{n:["princess"],u:"1f478",v:["1f478-1f3fb","1f478-1f3fc","1f478-1f3fd","1f478-1f3fe","1f478-1f3ff"]},{n:["man with turban","man_with_turban"],u:"1f473",v:["1f473-1f3fb","1f473-1f3fc","1f473-1f3fd","1f473-1f3fe","1f473-1f3ff"]},{n:["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"]},{n:["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"]},{n:["man with gua pi mao","man_with_gua_pi_mao"],u:"1f472",v:["1f472-1f3fb","1f472-1f3fc","1f472-1f3fd","1f472-1f3fe","1f472-1f3ff"]},{n:["person with headscarf","person_with_headscarf"],u:"1f9d5",v:["1f9d5-1f3fb","1f9d5-1f3fc","1f9d5-1f3fd","1f9d5-1f3fe","1f9d5-1f3ff"]},{n:["bearded person","bearded_person"],u:"1f9d4",v:["1f9d4-1f3fb","1f9d4-1f3fc","1f9d4-1f3fd","1f9d4-1f3fe","1f9d4-1f3ff"]},{n:["person with blond hair","person_with_blond_hair"],u:"1f471",v:["1f471-1f3fb","1f471-1f3fc","1f471-1f3fd","1f471-1f3fe","1f471-1f3ff"]},{n:["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"]},{n:["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"]},{n:["man in tuxedo","man_in_tuxedo"],u:"1f935",v:["1f935-1f3fb","1f935-1f3fc","1f935-1f3fd","1f935-1f3fe","1f935-1f3ff"]},{n:["bride with veil","bride_with_veil"],u:"1f470",v:["1f470-1f3fb","1f470-1f3fc","1f470-1f3fd","1f470-1f3fe","1f470-1f3ff"]},{n:["pregnant woman","pregnant_woman"],u:"1f930",v:["1f930-1f3fb","1f930-1f3fc","1f930-1f3fd","1f930-1f3fe","1f930-1f3ff"]},{n:["breast-feeding"],u:"1f931",v:["1f931-1f3fb","1f931-1f3fc","1f931-1f3fd","1f931-1f3fe","1f931-1f3ff"]},{n:["baby angel","angel"],u:"1f47c",v:["1f47c-1f3fb","1f47c-1f3fc","1f47c-1f3fd","1f47c-1f3fe","1f47c-1f3ff"]},{n:["father christmas","santa"],u:"1f385",v:["1f385-1f3fb","1f385-1f3fc","1f385-1f3fd","1f385-1f3fe","1f385-1f3ff"]},{n:["mother christmas","mrs_claus","mother_christmas"],u:"1f936",v:["1f936-1f3fb","1f936-1f3fc","1f936-1f3fd","1f936-1f3fe","1f936-1f3ff"]},{n:["mage"],u:"1f9d9",v:["1f9d9-1f3fb","1f9d9-1f3fc","1f9d9-1f3fd","1f9d9-1f3fe","1f9d9-1f3ff"]},{n:["female_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"]},{n:["male_mage"],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"]},{n:["fairy"],u:"1f9da",v:["1f9da-1f3fb","1f9da-1f3fc","1f9da-1f3fd","1f9da-1f3fe","1f9da-1f3ff"]},{n:["female_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"]},{n:["male_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"]},{n:["vampire"],u:"1f9db",v:["1f9db-1f3fb","1f9db-1f3fc","1f9db-1f3fd","1f9db-1f3fe","1f9db-1f3ff"]},{n:["female_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"]},{n:["male_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"]},{n:["merperson"],u:"1f9dc",v:["1f9dc-1f3fb","1f9dc-1f3fc","1f9dc-1f3fd","1f9dc-1f3fe","1f9dc-1f3ff"]},{n:["mermaid"],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"]},{n:["merman"],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"]},{n:["elf"],u:"1f9dd",v:["1f9dd-1f3fb","1f9dd-1f3fc","1f9dd-1f3fd","1f9dd-1f3fe","1f9dd-1f3ff"]},{n:["female_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"]},{n:["male_elf"],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"]},{n:["genie"],u:"1f9de"},{n:["female_genie"],u:"1f9de-200d-2640-fe0f"},{n:["male_genie"],u:"1f9de-200d-2642-fe0f"},{n:["zombie"],u:"1f9df"},{n:["female_zombie"],u:"1f9df-200d-2640-fe0f"},{n:["male_zombie"],u:"1f9df-200d-2642-fe0f"},{n:["person frowning","person_frowning"],u:"1f64d",v:["1f64d-1f3fb","1f64d-1f3fc","1f64d-1f3fd","1f64d-1f3fe","1f64d-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person with pouting face","person_with_pouting_face"],u:"1f64e",v:["1f64e-1f3fb","1f64e-1f3fc","1f64e-1f3fd","1f64e-1f3fe","1f64e-1f3ff"]},{n:["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"]},{n:["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"]},{n:["face with no good gesture","no_good"],u:"1f645",v:["1f645-1f3fb","1f645-1f3fc","1f645-1f3fd","1f645-1f3fe","1f645-1f3ff"]},{n:["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"]},{n:["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"]},{n:["face with ok gesture","ok_woman"],u:"1f646",v:["1f646-1f3fb","1f646-1f3fc","1f646-1f3fd","1f646-1f3fe","1f646-1f3ff"]},{n:["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"]},{n:["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"]},{n:["information desk person","information_desk_person"],u:"1f481",v:["1f481-1f3fb","1f481-1f3fc","1f481-1f3fd","1f481-1f3fe","1f481-1f3ff"]},{n:["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"]},{n:["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"]},{n:["happy person raising one hand","raising_hand"],u:"1f64b",v:["1f64b-1f3fb","1f64b-1f3fc","1f64b-1f3fd","1f64b-1f3fe","1f64b-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person bowing deeply","bow"],u:"1f647",v:["1f647-1f3fb","1f647-1f3fc","1f647-1f3fd","1f647-1f3fe","1f647-1f3ff"]},{n:["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"]},{n:["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"]},{n:["face palm","face_palm"],u:"1f926",v:["1f926-1f3fb","1f926-1f3fc","1f926-1f3fd","1f926-1f3fe","1f926-1f3ff"]},{n:["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"]},{n:["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"]},{n:["shrug"],u:"1f937",v:["1f937-1f3fb","1f937-1f3fc","1f937-1f3fd","1f937-1f3fe","1f937-1f3ff"]},{n:["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"]},{n:["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"]},{n:["face massage","massage"],u:"1f486",v:["1f486-1f3fb","1f486-1f3fc","1f486-1f3fd","1f486-1f3fe","1f486-1f3ff"]},{n:["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"]},{n:["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"]},{n:["haircut"],u:"1f487",v:["1f487-1f3fb","1f487-1f3fc","1f487-1f3fd","1f487-1f3fe","1f487-1f3ff"]},{n:["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"]},{n:["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"]},{n:["pedestrian","walking"],u:"1f6b6",v:["1f6b6-1f3fb","1f6b6-1f3fc","1f6b6-1f3fd","1f6b6-1f3fe","1f6b6-1f3ff"]},{n:["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"]},{n:["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"]},{n:["runner","running"],u:"1f3c3",v:["1f3c3-1f3fb","1f3c3-1f3fc","1f3c3-1f3fd","1f3c3-1f3fe","1f3c3-1f3ff"]},{n:["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"]},{n:["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"]},{n:["dancer"],u:"1f483",v:["1f483-1f3fb","1f483-1f3fc","1f483-1f3fd","1f483-1f3fe","1f483-1f3ff"]},{n:["man dancing","man_dancing"],u:"1f57a",v:["1f57a-1f3fb","1f57a-1f3fc","1f57a-1f3fd","1f57a-1f3fe","1f57a-1f3ff"]},{n:["woman with bunny ears","dancers"],u:"1f46f"},{n:["man-with-bunny-ears-partying"],u:"1f46f-200d-2642-fe0f"},{n:["woman-with-bunny-ears-partying"],u:"1f46f-200d-2640-fe0f"},{n:["person in steamy room","person_in_steamy_room"],u:"1f9d6",v:["1f9d6-1f3fb","1f9d6-1f3fc","1f9d6-1f3fd","1f9d6-1f3fe","1f9d6-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person climbing","person_climbing"],u:"1f9d7",v:["1f9d7-1f3fb","1f9d7-1f3fc","1f9d7-1f3fd","1f9d7-1f3fe","1f9d7-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person in lotus position","person_in_lotus_position"],u:"1f9d8",v:["1f9d8-1f3fb","1f9d8-1f3fc","1f9d8-1f3fd","1f9d8-1f3fe","1f9d8-1f3ff"]},{n:["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"]},{n:["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"]},{n:["bath"],u:"1f6c0",v:["1f6c0-1f3fb","1f6c0-1f3fc","1f6c0-1f3fd","1f6c0-1f3fe","1f6c0-1f3ff"]},{n:["sleeping accommodation","sleeping_accommodation"],u:"1f6cc",v:["1f6cc-1f3fb","1f6cc-1f3fc","1f6cc-1f3fd","1f6cc-1f3fe","1f6cc-1f3ff"]},{n:["man_in_business_suit_levitating"],u:"1f574-fe0f",v:["1f574-1f3fb","1f574-1f3fc","1f574-1f3fd","1f574-1f3fe","1f574-1f3ff"]},{n:["speaking_head_in_silhouette"],u:"1f5e3-fe0f"},{n:["bust in silhouette","bust_in_silhouette"],u:"1f464"},{n:["busts in silhouette","busts_in_silhouette"],u:"1f465"},{n:["fencer"],u:"1f93a"},{n:["horse racing","horse_racing"],u:"1f3c7",v:["1f3c7-1f3fb","1f3c7-1f3fc","1f3c7-1f3fd","1f3c7-1f3fe","1f3c7-1f3ff"]},{n:["skier"],u:"26f7-fe0f"},{n:["snowboarder"],u:"1f3c2",v:["1f3c2-1f3fb","1f3c2-1f3fc","1f3c2-1f3fd","1f3c2-1f3fe","1f3c2-1f3ff"]},{n:["golfer"],u:"1f3cc-fe0f",v:["1f3cc-1f3fb","1f3cc-1f3fc","1f3cc-1f3fd","1f3cc-1f3fe","1f3cc-1f3ff"]},{n:["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"]},{n:["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"]},{n:["surfer"],u:"1f3c4",v:["1f3c4-1f3fb","1f3c4-1f3fc","1f3c4-1f3fd","1f3c4-1f3fe","1f3c4-1f3ff"]},{n:["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"]},{n:["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"]},{n:["rowboat"],u:"1f6a3",v:["1f6a3-1f3fb","1f6a3-1f3fc","1f6a3-1f3fd","1f6a3-1f3fe","1f6a3-1f3ff"]},{n:["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"]},{n:["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"]},{n:["swimmer"],u:"1f3ca",v:["1f3ca-1f3fb","1f3ca-1f3fc","1f3ca-1f3fd","1f3ca-1f3fe","1f3ca-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person_with_ball"],u:"26f9-fe0f",v:["26f9-1f3fb","26f9-1f3fc","26f9-1f3fd","26f9-1f3fe","26f9-1f3ff"]},{n:["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"]},{n:["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"]},{n:["weight_lifter"],u:"1f3cb-fe0f",v:["1f3cb-1f3fb","1f3cb-1f3fc","1f3cb-1f3fd","1f3cb-1f3fe","1f3cb-1f3ff"]},{n:["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"]},{n:["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"]},{n:["bicyclist"],u:"1f6b4",v:["1f6b4-1f3fb","1f6b4-1f3fc","1f6b4-1f3fd","1f6b4-1f3fe","1f6b4-1f3ff"]},{n:["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"]},{n:["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"]},{n:["mountain bicyclist","mountain_bicyclist"],u:"1f6b5",v:["1f6b5-1f3fb","1f6b5-1f3fc","1f6b5-1f3fd","1f6b5-1f3fe","1f6b5-1f3ff"]},{n:["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"]},{n:["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"]},{n:["racing_car"],u:"1f3ce-fe0f"},{n:["racing_motorcycle"],u:"1f3cd-fe0f"},{n:["person doing cartwheel","person_doing_cartwheel"],u:"1f938",v:["1f938-1f3fb","1f938-1f3fc","1f938-1f3fd","1f938-1f3fe","1f938-1f3ff"]},{n:["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"]},{n:["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"]},{n:["wrestlers"],u:"1f93c"},{n:["man-wrestling"],u:"1f93c-200d-2642-fe0f"},{n:["woman-wrestling"],u:"1f93c-200d-2640-fe0f"},{n:["water polo","water_polo"],u:"1f93d",v:["1f93d-1f3fb","1f93d-1f3fc","1f93d-1f3fd","1f93d-1f3fe","1f93d-1f3ff"]},{n:["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"]},{n:["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"]},{n:["handball"],u:"1f93e",v:["1f93e-1f3fb","1f93e-1f3fc","1f93e-1f3fd","1f93e-1f3fe","1f93e-1f3ff"]},{n:["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"]},{n:["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"]},{n:["juggling"],u:"1f939",v:["1f939-1f3fb","1f939-1f3fc","1f939-1f3fd","1f939-1f3fe","1f939-1f3ff"]},{n:["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"]},{n:["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"]},{n:["man and woman holding hands","couple","man_and_woman_holding_hands"],u:"1f46b"},{n:["two men holding hands","two_men_holding_hands"],u:"1f46c"},{n:["two women holding hands","two_women_holding_hands"],u:"1f46d"},{n:["kiss","couplekiss"],u:"1f48f"},{n:["woman-kiss-man"],u:"1f469-200d-2764-fe0f-200d-1f48b-200d-1f468"},{n:["man-kiss-man"],u:"1f468-200d-2764-fe0f-200d-1f48b-200d-1f468"},{n:["woman-kiss-woman"],u:"1f469-200d-2764-fe0f-200d-1f48b-200d-1f469"},{n:["couple with heart","couple_with_heart"],u:"1f491"},{n:["woman-heart-man"],u:"1f469-200d-2764-fe0f-200d-1f468"},{n:["man-heart-man"],u:"1f468-200d-2764-fe0f-200d-1f468"},{n:["woman-heart-woman"],u:"1f469-200d-2764-fe0f-200d-1f469"},{n:["family","man-woman-boy"],u:"1f46a"},{n:["man-woman-boy","family"],u:"1f468-200d-1f469-200d-1f466"},{n:["man-woman-girl"],u:"1f468-200d-1f469-200d-1f467"},{n:["man-woman-girl-boy"],u:"1f468-200d-1f469-200d-1f467-200d-1f466"},{n:["man-woman-boy-boy"],u:"1f468-200d-1f469-200d-1f466-200d-1f466"},{n:["man-woman-girl-girl"],u:"1f468-200d-1f469-200d-1f467-200d-1f467"},{n:["man-man-boy"],u:"1f468-200d-1f468-200d-1f466"},{n:["man-man-girl"],u:"1f468-200d-1f468-200d-1f467"},{n:["man-man-girl-boy"],u:"1f468-200d-1f468-200d-1f467-200d-1f466"},{n:["man-man-boy-boy"],u:"1f468-200d-1f468-200d-1f466-200d-1f466"},{n:["man-man-girl-girl"],u:"1f468-200d-1f468-200d-1f467-200d-1f467"},{n:["woman-woman-boy"],u:"1f469-200d-1f469-200d-1f466"},{n:["woman-woman-girl"],u:"1f469-200d-1f469-200d-1f467"},{n:["woman-woman-girl-boy"],u:"1f469-200d-1f469-200d-1f467-200d-1f466"},{n:["woman-woman-boy-boy"],u:"1f469-200d-1f469-200d-1f466-200d-1f466"},{n:["woman-woman-girl-girl"],u:"1f469-200d-1f469-200d-1f467-200d-1f467"},{n:["man-boy"],u:"1f468-200d-1f466"},{n:["man-boy-boy"],u:"1f468-200d-1f466-200d-1f466"},{n:["man-girl"],u:"1f468-200d-1f467"},{n:["man-girl-boy"],u:"1f468-200d-1f467-200d-1f466"},{n:["man-girl-girl"],u:"1f468-200d-1f467-200d-1f467"},{n:["woman-boy"],u:"1f469-200d-1f466"},{n:["woman-boy-boy"],u:"1f469-200d-1f466-200d-1f466"},{n:["woman-girl"],u:"1f469-200d-1f467"},{n:["woman-girl-boy"],u:"1f469-200d-1f467-200d-1f466"},{n:["woman-girl-girl"],u:"1f469-200d-1f467-200d-1f467"},{n:["selfie"],u:"1f933",v:["1f933-1f3fb","1f933-1f3fc","1f933-1f3fd","1f933-1f3fe","1f933-1f3ff"]},{n:["flexed biceps","muscle"],u:"1f4aa",v:["1f4aa-1f3fb","1f4aa-1f3fc","1f4aa-1f3fd","1f4aa-1f3fe","1f4aa-1f3ff"]},{n:["white left pointing backhand index","point_left"],u:"1f448",v:["1f448-1f3fb","1f448-1f3fc","1f448-1f3fd","1f448-1f3fe","1f448-1f3ff"]},{n:["white right pointing backhand index","point_right"],u:"1f449",v:["1f449-1f3fb","1f449-1f3fc","1f449-1f3fd","1f449-1f3fe","1f449-1f3ff"]},{n:["white up pointing index","point_up"],u:"261d-fe0f",v:["261d-1f3fb","261d-1f3fc","261d-1f3fd","261d-1f3fe","261d-1f3ff"]},{n:["white up pointing backhand index","point_up_2"],u:"1f446",v:["1f446-1f3fb","1f446-1f3fc","1f446-1f3fd","1f446-1f3fe","1f446-1f3ff"]},{n:["reversed hand with middle finger extended","middle_finger","reversed_hand_with_middle_finger_extended"],u:"1f595",v:["1f595-1f3fb","1f595-1f3fc","1f595-1f3fd","1f595-1f3fe","1f595-1f3ff"]},{n:["white down pointing backhand index","point_down"],u:"1f447",v:["1f447-1f3fb","1f447-1f3fc","1f447-1f3fd","1f447-1f3fe","1f447-1f3ff"]},{n:["victory hand","v"],u:"270c-fe0f",v:["270c-1f3fb","270c-1f3fc","270c-1f3fd","270c-1f3fe","270c-1f3ff"]},{n:["hand with index and middle fingers crossed","crossed_fingers","hand_with_index_and_middle_fingers_crossed"],u:"1f91e",v:["1f91e-1f3fb","1f91e-1f3fc","1f91e-1f3fd","1f91e-1f3fe","1f91e-1f3ff"]},{n:["raised hand with part between middle and ring fingers","spock-hand"],u:"1f596",v:["1f596-1f3fb","1f596-1f3fc","1f596-1f3fd","1f596-1f3fe","1f596-1f3ff"]},{n:["sign of the horns","the_horns","sign_of_the_horns"],u:"1f918",v:["1f918-1f3fb","1f918-1f3fc","1f918-1f3fd","1f918-1f3fe","1f918-1f3ff"]},{n:["call me hand","call_me_hand"],u:"1f919",v:["1f919-1f3fb","1f919-1f3fc","1f919-1f3fd","1f919-1f3fe","1f919-1f3ff"]},{n:["raised_hand_with_fingers_splayed"],u:"1f590-fe0f",v:["1f590-1f3fb","1f590-1f3fc","1f590-1f3fd","1f590-1f3fe","1f590-1f3ff"]},{n:["raised hand","hand","raised_hand"],u:"270b",v:["270b-1f3fb","270b-1f3fc","270b-1f3fd","270b-1f3fe","270b-1f3ff"]},{n:["ok hand sign","ok_hand"],u:"1f44c",v:["1f44c-1f3fb","1f44c-1f3fc","1f44c-1f3fd","1f44c-1f3fe","1f44c-1f3ff"]},{n:["thumbs up sign","+1","thumbsup"],u:"1f44d",v:["1f44d-1f3fb","1f44d-1f3fc","1f44d-1f3fd","1f44d-1f3fe","1f44d-1f3ff"]},{n:["thumbs down sign","-1","thumbsdown"],u:"1f44e",v:["1f44e-1f3fb","1f44e-1f3fc","1f44e-1f3fd","1f44e-1f3fe","1f44e-1f3ff"]},{n:["raised fist","fist"],u:"270a",v:["270a-1f3fb","270a-1f3fc","270a-1f3fd","270a-1f3fe","270a-1f3ff"]},{n:["fisted hand sign","facepunch","punch"],u:"1f44a",v:["1f44a-1f3fb","1f44a-1f3fc","1f44a-1f3fd","1f44a-1f3fe","1f44a-1f3ff"]},{n:["left-facing fist","left-facing_fist"],u:"1f91b",v:["1f91b-1f3fb","1f91b-1f3fc","1f91b-1f3fd","1f91b-1f3fe","1f91b-1f3ff"]},{n:["right-facing fist","right-facing_fist"],u:"1f91c",v:["1f91c-1f3fb","1f91c-1f3fc","1f91c-1f3fd","1f91c-1f3fe","1f91c-1f3ff"]},{n:["raised back of hand","raised_back_of_hand"],u:"1f91a",v:["1f91a-1f3fb","1f91a-1f3fc","1f91a-1f3fd","1f91a-1f3fe","1f91a-1f3ff"]},{n:["waving hand sign","wave"],u:"1f44b",v:["1f44b-1f3fb","1f44b-1f3fc","1f44b-1f3fd","1f44b-1f3fe","1f44b-1f3ff"]},{n:["i love you hand sign","i_love_you_hand_sign"],u:"1f91f",v:["1f91f-1f3fb","1f91f-1f3fc","1f91f-1f3fd","1f91f-1f3fe","1f91f-1f3ff"]},{n:["writing_hand"],u:"270d-fe0f",v:["270d-1f3fb","270d-1f3fc","270d-1f3fd","270d-1f3fe","270d-1f3ff"]},{n:["clapping hands sign","clap"],u:"1f44f",v:["1f44f-1f3fb","1f44f-1f3fc","1f44f-1f3fd","1f44f-1f3fe","1f44f-1f3ff"]},{n:["open hands sign","open_hands"],u:"1f450",v:["1f450-1f3fb","1f450-1f3fc","1f450-1f3fd","1f450-1f3fe","1f450-1f3ff"]},{n:["person raising both hands in celebration","raised_hands"],u:"1f64c",v:["1f64c-1f3fb","1f64c-1f3fc","1f64c-1f3fd","1f64c-1f3fe","1f64c-1f3ff"]},{n:["palms up together","palms_up_together"],u:"1f932",v:["1f932-1f3fb","1f932-1f3fc","1f932-1f3fd","1f932-1f3fe","1f932-1f3ff"]},{n:["person with folded hands","pray"],u:"1f64f",v:["1f64f-1f3fb","1f64f-1f3fc","1f64f-1f3fd","1f64f-1f3fe","1f64f-1f3ff"]},{n:["handshake"],u:"1f91d"},{n:["nail polish","nail_care"],u:"1f485",v:["1f485-1f3fb","1f485-1f3fc","1f485-1f3fd","1f485-1f3fe","1f485-1f3ff"]},{n:["ear"],u:"1f442",v:["1f442-1f3fb","1f442-1f3fc","1f442-1f3fd","1f442-1f3fe","1f442-1f3ff"]},{n:["nose"],u:"1f443",v:["1f443-1f3fb","1f443-1f3fc","1f443-1f3fd","1f443-1f3fe","1f443-1f3ff"]},{n:["footprints"],u:"1f463"},{n:["eyes"],u:"1f440"},{n:["eye"],u:"1f441-fe0f"},{n:["eye-in-speech-bubble"],u:"1f441-fe0f-200d-1f5e8-fe0f"},{n:["brain"],u:"1f9e0"},{n:["tongue"],u:"1f445"},{n:["mouth","lips"],u:"1f444"},{n:["kiss mark","kiss"],u:"1f48b"},{n:["heart with arrow","cupid"],u:"1f498"},{n:["heavy black heart","heart"],u:"2764-fe0f"},{n:["beating heart","heartbeat"],u:"1f493"},{n:["broken heart","broken_heart"],u:"1f494"},{n:["two hearts","two_hearts"],u:"1f495"},{n:["sparkling heart","sparkling_heart"],u:"1f496"},{n:["growing heart","heartpulse"],u:"1f497"},{n:["blue heart","blue_heart"],u:"1f499"},{n:["green heart","green_heart"],u:"1f49a"},{n:["yellow heart","yellow_heart"],u:"1f49b"},{n:["orange heart","orange_heart"],u:"1f9e1"},{n:["purple heart","purple_heart"],u:"1f49c"},{n:["black heart","black_heart"],u:"1f5a4"},{n:["heart with ribbon","gift_heart"],u:"1f49d"},{n:["revolving hearts","revolving_hearts"],u:"1f49e"},{n:["heart decoration","heart_decoration"],u:"1f49f"},{n:["heavy_heart_exclamation_mark_ornament"],u:"2763-fe0f"},{n:["love letter","love_letter"],u:"1f48c"},{n:["sleeping symbol","zzz"],u:"1f4a4"},{n:["anger symbol","anger"],u:"1f4a2"},{n:["bomb"],u:"1f4a3"},{n:["collision symbol","boom","collision"],u:"1f4a5"},{n:["splashing sweat symbol","sweat_drops"],u:"1f4a6"},{n:["dash symbol","dash"],u:"1f4a8"},{n:["dizzy symbol","dizzy"],u:"1f4ab"},{n:["speech balloon","speech_balloon"],u:"1f4ac"},{n:["left_speech_bubble"],u:"1f5e8-fe0f"},{n:["right_anger_bubble"],u:"1f5ef-fe0f"},{n:["thought balloon","thought_balloon"],u:"1f4ad"},{n:["hole"],u:"1f573-fe0f"},{n:["eyeglasses"],u:"1f453"},{n:["dark_sunglasses"],u:"1f576-fe0f"},{n:["necktie"],u:"1f454"},{n:["t-shirt","shirt","tshirt"],u:"1f455"},{n:["jeans"],u:"1f456"},{n:["scarf"],u:"1f9e3"},{n:["gloves"],u:"1f9e4"},{n:["coat"],u:"1f9e5"},{n:["socks"],u:"1f9e6"},{n:["dress"],u:"1f457"},{n:["kimono"],u:"1f458"},{n:["bikini"],u:"1f459"},{n:["womans clothes","womans_clothes"],u:"1f45a"},{n:["purse"],u:"1f45b"},{n:["handbag"],u:"1f45c"},{n:["pouch"],u:"1f45d"},{n:["shopping_bags"],u:"1f6cd-fe0f"},{n:["school satchel","school_satchel"],u:"1f392"},{n:["mans shoe","mans_shoe","shoe"],u:"1f45e"},{n:["athletic shoe","athletic_shoe"],u:"1f45f"},{n:["high-heeled shoe","high_heel"],u:"1f460"},{n:["womans sandal","sandal"],u:"1f461"},{n:["womans boots","boot"],u:"1f462"},{n:["crown"],u:"1f451"},{n:["womans hat","womans_hat"],u:"1f452"},{n:["top hat","tophat"],u:"1f3a9"},{n:["graduation cap","mortar_board"],u:"1f393"},{n:["billed cap","billed_cap"],u:"1f9e2"},{n:["helmet_with_white_cross"],u:"26d1-fe0f"},{n:["prayer beads","prayer_beads"],u:"1f4ff"},{n:["lipstick"],u:"1f484"},{n:["ring"],u:"1f48d"},{n:["gem stone","gem"],u:"1f48e"}],animals_nature:[{n:["monkey face","monkey_face"],u:"1f435"},{n:["monkey"],u:"1f412"},{n:["gorilla"],u:"1f98d"},{n:["dog face","dog"],u:"1f436"},{n:["dog","dog2"],u:"1f415"},{n:["poodle"],u:"1f429"},{n:["wolf face","wolf"],u:"1f43a"},{n:["fox face","fox_face"],u:"1f98a"},{n:["cat face","cat"],u:"1f431"},{n:["cat","cat2"],u:"1f408"},{n:["lion face","lion_face"],u:"1f981"},{n:["tiger face","tiger"],u:"1f42f"},{n:["tiger","tiger2"],u:"1f405"},{n:["leopard"],u:"1f406"},{n:["horse face","horse"],u:"1f434"},{n:["horse","racehorse"],u:"1f40e"},{n:["unicorn face","unicorn_face"],u:"1f984"},{n:["zebra face","zebra_face"],u:"1f993"},{n:["deer"],u:"1f98c"},{n:["cow face","cow"],u:"1f42e"},{n:["ox"],u:"1f402"},{n:["water buffalo","water_buffalo"],u:"1f403"},{n:["cow","cow2"],u:"1f404"},{n:["pig face","pig"],u:"1f437"},{n:["pig","pig2"],u:"1f416"},{n:["boar"],u:"1f417"},{n:["pig nose","pig_nose"],u:"1f43d"},{n:["ram"],u:"1f40f"},{n:["sheep"],u:"1f411"},{n:["goat"],u:"1f410"},{n:["dromedary camel","dromedary_camel"],u:"1f42a"},{n:["bactrian camel","camel"],u:"1f42b"},{n:["giraffe face","giraffe_face"],u:"1f992"},{n:["elephant"],u:"1f418"},{n:["rhinoceros"],u:"1f98f"},{n:["mouse face","mouse"],u:"1f42d"},{n:["mouse","mouse2"],u:"1f401"},{n:["rat"],u:"1f400"},{n:["hamster face","hamster"],u:"1f439"},{n:["rabbit face","rabbit"],u:"1f430"},{n:["rabbit","rabbit2"],u:"1f407"},{n:["chipmunk"],u:"1f43f-fe0f"},{n:["hedgehog"],u:"1f994"},{n:["bat"],u:"1f987"},{n:["bear face","bear"],u:"1f43b"},{n:["koala"],u:"1f428"},{n:["panda face","panda_face"],u:"1f43c"},{n:["paw prints","feet","paw_prints"],u:"1f43e"},{n:["turkey"],u:"1f983"},{n:["chicken"],u:"1f414"},{n:["rooster"],u:"1f413"},{n:["hatching chick","hatching_chick"],u:"1f423"},{n:["baby chick","baby_chick"],u:"1f424"},{n:["front-facing baby chick","hatched_chick"],u:"1f425"},{n:["bird"],u:"1f426"},{n:["penguin"],u:"1f427"},{n:["dove_of_peace"],u:"1f54a-fe0f"},{n:["eagle"],u:"1f985"},{n:["duck"],u:"1f986"},{n:["owl"],u:"1f989"},{n:["frog face","frog"],u:"1f438"},{n:["crocodile"],u:"1f40a"},{n:["turtle"],u:"1f422"},{n:["lizard"],u:"1f98e"},{n:["snake"],u:"1f40d"},{n:["dragon face","dragon_face"],u:"1f432"},{n:["dragon"],u:"1f409"},{n:["sauropod"],u:"1f995"},{n:["t-rex"],u:"1f996"},{n:["spouting whale","whale"],u:"1f433"},{n:["whale","whale2"],u:"1f40b"},{n:["dolphin","flipper"],u:"1f42c"},{n:["fish"],u:"1f41f"},{n:["tropical fish","tropical_fish"],u:"1f420"},{n:["blowfish"],u:"1f421"},{n:["shark"],u:"1f988"},{n:["octopus"],u:"1f419"},{n:["spiral shell","shell"],u:"1f41a"},{n:["crab"],u:"1f980"},{n:["shrimp"],u:"1f990"},{n:["squid"],u:"1f991"},{n:["snail"],u:"1f40c"},{n:["butterfly"],u:"1f98b"},{n:["bug"],u:"1f41b"},{n:["ant"],u:"1f41c"},{n:["honeybee","bee"],u:"1f41d"},{n:["lady beetle","beetle"],u:"1f41e"},{n:["cricket"],u:"1f997"},{n:["spider"],u:"1f577-fe0f"},{n:["spider_web"],u:"1f578-fe0f"},{n:["scorpion"],u:"1f982"},{n:["bouquet"],u:"1f490"},{n:["cherry blossom","cherry_blossom"],u:"1f338"},{n:["white flower","white_flower"],u:"1f4ae"},{n:["rosette"],u:"1f3f5-fe0f"},{n:["rose"],u:"1f339"},{n:["wilted flower","wilted_flower"],u:"1f940"},{n:["hibiscus"],u:"1f33a"},{n:["sunflower"],u:"1f33b"},{n:["blossom"],u:"1f33c"},{n:["tulip"],u:"1f337"},{n:["seedling"],u:"1f331"},{n:["evergreen tree","evergreen_tree"],u:"1f332"},{n:["deciduous tree","deciduous_tree"],u:"1f333"},{n:["palm tree","palm_tree"],u:"1f334"},{n:["cactus"],u:"1f335"},{n:["ear of rice","ear_of_rice"],u:"1f33e"},{n:["herb"],u:"1f33f"},{n:["shamrock"],u:"2618-fe0f"},{n:["four leaf clover","four_leaf_clover"],u:"1f340"},{n:["maple leaf","maple_leaf"],u:"1f341"},{n:["fallen leaf","fallen_leaf"],u:"1f342"},{n:["leaf fluttering in wind","leaves"],u:"1f343"}],food_drink:[{n:["grapes"],u:"1f347"},{n:["melon"],u:"1f348"},{n:["watermelon"],u:"1f349"},{n:["tangerine"],u:"1f34a"},{n:["lemon"],u:"1f34b"},{n:["banana"],u:"1f34c"},{n:["pineapple"],u:"1f34d"},{n:["red apple","apple"],u:"1f34e"},{n:["green apple","green_apple"],u:"1f34f"},{n:["pear"],u:"1f350"},{n:["peach"],u:"1f351"},{n:["cherries"],u:"1f352"},{n:["strawberry"],u:"1f353"},{n:["kiwifruit"],u:"1f95d"},{n:["tomato"],u:"1f345"},{n:["coconut"],u:"1f965"},{n:["avocado"],u:"1f951"},{n:["aubergine","eggplant"],u:"1f346"},{n:["potato"],u:"1f954"},{n:["carrot"],u:"1f955"},{n:["ear of maize","corn"],u:"1f33d"},{n:["hot_pepper"],u:"1f336-fe0f"},{n:["cucumber"],u:"1f952"},{n:["broccoli"],u:"1f966"},{n:["mushroom"],u:"1f344"},{n:["peanuts"],u:"1f95c"},{n:["chestnut"],u:"1f330"},{n:["bread"],u:"1f35e"},{n:["croissant"],u:"1f950"},{n:["baguette bread","baguette_bread"],u:"1f956"},{n:["pretzel"],u:"1f968"},{n:["pancakes"],u:"1f95e"},{n:["cheese wedge","cheese_wedge"],u:"1f9c0"},{n:["meat on bone","meat_on_bone"],u:"1f356"},{n:["poultry leg","poultry_leg"],u:"1f357"},{n:["cut of meat","cut_of_meat"],u:"1f969"},{n:["bacon"],u:"1f953"},{n:["hamburger"],u:"1f354"},{n:["french fries","fries"],u:"1f35f"},{n:["slice of pizza","pizza"],u:"1f355"},{n:["hot dog","hotdog"],u:"1f32d"},{n:["sandwich"],u:"1f96a"},{n:["taco"],u:"1f32e"},{n:["burrito"],u:"1f32f"},{n:["stuffed flatbread","stuffed_flatbread"],u:"1f959"},{n:["egg"],u:"1f95a"},{n:["cooking","fried_egg"],u:"1f373"},{n:["shallow pan of food","shallow_pan_of_food"],u:"1f958"},{n:["pot of food","stew"],u:"1f372"},{n:["bowl with spoon","bowl_with_spoon"],u:"1f963"},{n:["green salad","green_salad"],u:"1f957"},{n:["popcorn"],u:"1f37f"},{n:["canned food","canned_food"],u:"1f96b"},{n:["bento box","bento"],u:"1f371"},{n:["rice cracker","rice_cracker"],u:"1f358"},{n:["rice ball","rice_ball"],u:"1f359"},{n:["cooked rice","rice"],u:"1f35a"},{n:["curry and rice","curry"],u:"1f35b"},{n:["steaming bowl","ramen"],u:"1f35c"},{n:["spaghetti"],u:"1f35d"},{n:["roasted sweet potato","sweet_potato"],u:"1f360"},{n:["oden"],u:"1f362"},{n:["sushi"],u:"1f363"},{n:["fried shrimp","fried_shrimp"],u:"1f364"},{n:["fish cake with swirl design","fish_cake"],u:"1f365"},{n:["dango"],u:"1f361"},{n:["dumpling"],u:"1f95f"},{n:["fortune cookie","fortune_cookie"],u:"1f960"},{n:["takeout box","takeout_box"],u:"1f961"},{n:["soft ice cream","icecream"],u:"1f366"},{n:["shaved ice","shaved_ice"],u:"1f367"},{n:["ice cream","ice_cream"],u:"1f368"},{n:["doughnut"],u:"1f369"},{n:["cookie"],u:"1f36a"},{n:["birthday cake","birthday"],u:"1f382"},{n:["shortcake","cake"],u:"1f370"},{n:["pie"],u:"1f967"},{n:["chocolate bar","chocolate_bar"],u:"1f36b"},{n:["candy"],u:"1f36c"},{n:["lollipop"],u:"1f36d"},{n:["custard"],u:"1f36e"},{n:["honey pot","honey_pot"],u:"1f36f"},{n:["baby bottle","baby_bottle"],u:"1f37c"},{n:["glass of milk","glass_of_milk"],u:"1f95b"},{n:["hot beverage","coffee"],u:"2615"},{n:["teacup without handle","tea"],u:"1f375"},{n:["sake bottle and cup","sake"],u:"1f376"},{n:["bottle with popping cork","champagne"],u:"1f37e"},{n:["wine glass","wine_glass"],u:"1f377"},{n:["cocktail glass","cocktail"],u:"1f378"},{n:["tropical drink","tropical_drink"],u:"1f379"},{n:["beer mug","beer"],u:"1f37a"},{n:["clinking beer mugs","beers"],u:"1f37b"},{n:["clinking glasses","clinking_glasses"],u:"1f942"},{n:["tumbler glass","tumbler_glass"],u:"1f943"},{n:["cup with straw","cup_with_straw"],u:"1f964"},{n:["chopsticks"],u:"1f962"},{n:["knife_fork_plate"],u:"1f37d-fe0f"},{n:["fork and knife","fork_and_knife"],u:"1f374"},{n:["spoon"],u:"1f944"},{n:["hocho","knife"],u:"1f52a"},{n:["amphora"],u:"1f3fa"}],activities:[{n:["jack-o-lantern","jack_o_lantern"],u:"1f383"},{n:["christmas tree","christmas_tree"],u:"1f384"},{n:["fireworks"],u:"1f386"},{n:["firework sparkler","sparkler"],u:"1f387"},{n:["sparkles"],u:"2728"},{n:["balloon"],u:"1f388"},{n:["party popper","tada"],u:"1f389"},{n:["confetti ball","confetti_ball"],u:"1f38a"},{n:["tanabata tree","tanabata_tree"],u:"1f38b"},{n:["pine decoration","bamboo"],u:"1f38d"},{n:["japanese dolls","dolls"],u:"1f38e"},{n:["carp streamer","flags"],u:"1f38f"},{n:["wind chime","wind_chime"],u:"1f390"},{n:["moon viewing ceremony","rice_scene"],u:"1f391"},{n:["ribbon"],u:"1f380"},{n:["wrapped present","gift"],u:"1f381"},{n:["reminder_ribbon"],u:"1f397-fe0f"},{n:["admission_tickets"],u:"1f39f-fe0f"},{n:["ticket"],u:"1f3ab"},{n:["medal"],u:"1f396-fe0f"},{n:["trophy"],u:"1f3c6"},{n:["sports medal","sports_medal"],u:"1f3c5"},{n:["first place medal","first_place_medal"],u:"1f947"},{n:["second place medal","second_place_medal"],u:"1f948"},{n:["third place medal","third_place_medal"],u:"1f949"},{n:["soccer ball","soccer"],u:"26bd"},{n:["baseball"],u:"26be"},{n:["basketball and hoop","basketball"],u:"1f3c0"},{n:["volleyball"],u:"1f3d0"},{n:["american football","football"],u:"1f3c8"},{n:["rugby football","rugby_football"],u:"1f3c9"},{n:["tennis racquet and ball","tennis"],u:"1f3be"},{n:["billiards","8ball"],u:"1f3b1"},{n:["bowling"],u:"1f3b3"},{n:["cricket bat and ball","cricket_bat_and_ball"],u:"1f3cf"},{n:["field hockey stick and ball","field_hockey_stick_and_ball"],u:"1f3d1"},{n:["ice hockey stick and puck","ice_hockey_stick_and_puck"],u:"1f3d2"},{n:["table tennis paddle and ball","table_tennis_paddle_and_ball"],u:"1f3d3"},{n:["badminton racquet and shuttlecock","badminton_racquet_and_shuttlecock"],u:"1f3f8"},{n:["boxing glove","boxing_glove"],u:"1f94a"},{n:["martial arts uniform","martial_arts_uniform"],u:"1f94b"},{n:["goal net","goal_net"],u:"1f945"},{n:["direct hit","dart"],u:"1f3af"},{n:["flag in hole","golf"],u:"26f3"},{n:["ice_skate"],u:"26f8-fe0f"},{n:["fishing pole and fish","fishing_pole_and_fish"],u:"1f3a3"},{n:["running shirt with sash","running_shirt_with_sash"],u:"1f3bd"},{n:["ski and ski boot","ski"],u:"1f3bf"},{n:["sled"],u:"1f6f7"},{n:["curling stone","curling_stone"],u:"1f94c"},{n:["video game","video_game"],u:"1f3ae"},{n:["joystick"],u:"1f579-fe0f"},{n:["game die","game_die"],u:"1f3b2"},{n:["black spade suit","spades"],u:"2660-fe0f"},{n:["black heart suit","hearts"],u:"2665-fe0f"},{n:["black diamond suit","diamonds"],u:"2666-fe0f"},{n:["black club suit","clubs"],u:"2663-fe0f"},{n:["playing card black joker","black_joker"],u:"1f0cf"},{n:["mahjong tile red dragon","mahjong"],u:"1f004"},{n:["flower playing cards","flower_playing_cards"],u:"1f3b4"}],travel_places:[{n:["earth globe europe-africa","earth_africa"],u:"1f30d"},{n:["earth globe americas","earth_americas"],u:"1f30e"},{n:["earth globe asia-australia","earth_asia"],u:"1f30f"},{n:["globe with meridians","globe_with_meridians"],u:"1f310"},{n:["world_map"],u:"1f5fa-fe0f"},{n:["silhouette of japan","japan"],u:"1f5fe"},{n:["snow_capped_mountain"],u:"1f3d4-fe0f"},{n:["mountain"],u:"26f0-fe0f"},{n:["volcano"],u:"1f30b"},{n:["mount fuji","mount_fuji"],u:"1f5fb"},{n:["camping"],u:"1f3d5-fe0f"},{n:["beach_with_umbrella"],u:"1f3d6-fe0f"},{n:["desert"],u:"1f3dc-fe0f"},{n:["desert_island"],u:"1f3dd-fe0f"},{n:["national_park"],u:"1f3de-fe0f"},{n:["stadium"],u:"1f3df-fe0f"},{n:["classical_building"],u:"1f3db-fe0f"},{n:["building_construction"],u:"1f3d7-fe0f"},{n:["house_buildings"],u:"1f3d8-fe0f"},{n:["cityscape"],u:"1f3d9-fe0f"},{n:["derelict_house_building"],u:"1f3da-fe0f"},{n:["house building","house"],u:"1f3e0"},{n:["house with garden","house_with_garden"],u:"1f3e1"},{n:["office building","office"],u:"1f3e2"},{n:["japanese post office","post_office"],u:"1f3e3"},{n:["european post office","european_post_office"],u:"1f3e4"},{n:["hospital"],u:"1f3e5"},{n:["bank"],u:"1f3e6"},{n:["hotel"],u:"1f3e8"},{n:["love hotel","love_hotel"],u:"1f3e9"},{n:["convenience store","convenience_store"],u:"1f3ea"},{n:["school"],u:"1f3eb"},{n:["department store","department_store"],u:"1f3ec"},{n:["factory"],u:"1f3ed"},{n:["japanese castle","japanese_castle"],u:"1f3ef"},{n:["european castle","european_castle"],u:"1f3f0"},{n:["wedding"],u:"1f492"},{n:["tokyo tower","tokyo_tower"],u:"1f5fc"},{n:["statue of liberty","statue_of_liberty"],u:"1f5fd"},{n:["church"],u:"26ea"},{n:["mosque"],u:"1f54c"},{n:["synagogue"],u:"1f54d"},{n:["shinto_shrine"],u:"26e9-fe0f"},{n:["kaaba"],u:"1f54b"},{n:["fountain"],u:"26f2"},{n:["tent"],u:"26fa"},{n:["foggy"],u:"1f301"},{n:["night with stars","night_with_stars"],u:"1f303"},{n:["sunrise over mountains","sunrise_over_mountains"],u:"1f304"},{n:["sunrise"],u:"1f305"},{n:["cityscape at dusk","city_sunset"],u:"1f306"},{n:["sunset over buildings","city_sunrise"],u:"1f307"},{n:["bridge at night","bridge_at_night"],u:"1f309"},{n:["hot springs","hotsprings"],u:"2668-fe0f"},{n:["milky way","milky_way"],u:"1f30c"},{n:["carousel horse","carousel_horse"],u:"1f3a0"},{n:["ferris wheel","ferris_wheel"],u:"1f3a1"},{n:["roller coaster","roller_coaster"],u:"1f3a2"},{n:["barber pole","barber"],u:"1f488"},{n:["circus tent","circus_tent"],u:"1f3aa"},{n:["performing arts","performing_arts"],u:"1f3ad"},{n:["frame_with_picture"],u:"1f5bc-fe0f"},{n:["artist palette","art"],u:"1f3a8"},{n:["slot machine","slot_machine"],u:"1f3b0"},{n:["steam locomotive","steam_locomotive"],u:"1f682"},{n:["railway car","railway_car"],u:"1f683"},{n:["high-speed train","bullettrain_side"],u:"1f684"},{n:["high-speed train with bullet nose","bullettrain_front"],u:"1f685"},{n:["train","train2"],u:"1f686"},{n:["metro"],u:"1f687"},{n:["light rail","light_rail"],u:"1f688"},{n:["station"],u:"1f689"},{n:["tram"],u:"1f68a"},{n:["monorail"],u:"1f69d"},{n:["mountain railway","mountain_railway"],u:"1f69e"},{n:["tram car","train"],u:"1f68b"},{n:["bus"],u:"1f68c"},{n:["oncoming bus","oncoming_bus"],u:"1f68d"},{n:["trolleybus"],u:"1f68e"},{n:["minibus"],u:"1f690"},{n:["ambulance"],u:"1f691"},{n:["fire engine","fire_engine"],u:"1f692"},{n:["police car","police_car"],u:"1f693"},{n:["oncoming police car","oncoming_police_car"],u:"1f694"},{n:["taxi"],u:"1f695"},{n:["oncoming taxi","oncoming_taxi"],u:"1f696"},{n:["automobile","car","red_car"],u:"1f697"},{n:["oncoming automobile","oncoming_automobile"],u:"1f698"},{n:["recreational vehicle","blue_car"],u:"1f699"},{n:["delivery truck","truck"],u:"1f69a"},{n:["articulated lorry","articulated_lorry"],u:"1f69b"},{n:["tractor"],u:"1f69c"},{n:["bicycle","bike"],u:"1f6b2"},{n:["scooter"],u:"1f6f4"},{n:["motor scooter","motor_scooter"],u:"1f6f5"},{n:["bus stop","busstop"],u:"1f68f"},{n:["motorway"],u:"1f6e3-fe0f"},{n:["railway_track"],u:"1f6e4-fe0f"},{n:["fuel pump","fuelpump"],u:"26fd"},{n:["police cars revolving light","rotating_light"],u:"1f6a8"},{n:["horizontal traffic light","traffic_light"],u:"1f6a5"},{n:["vertical traffic light","vertical_traffic_light"],u:"1f6a6"},{n:["construction sign","construction"],u:"1f6a7"},{n:["octagonal sign","octagonal_sign"],u:"1f6d1"},{n:["anchor"],u:"2693"},{n:["sailboat","boat"],u:"26f5"},{n:["canoe"],u:"1f6f6"},{n:["speedboat"],u:"1f6a4"},{n:["passenger_ship"],u:"1f6f3-fe0f"},{n:["ferry"],u:"26f4-fe0f"},{n:["motor_boat"],u:"1f6e5-fe0f"},{n:["ship"],u:"1f6a2"},{n:["airplane"],u:"2708-fe0f"},{n:["small_airplane"],u:"1f6e9-fe0f"},{n:["airplane departure","airplane_departure"],u:"1f6eb"},{n:["airplane arriving","airplane_arriving"],u:"1f6ec"},{n:["seat"],u:"1f4ba"},{n:["helicopter"],u:"1f681"},{n:["suspension railway","suspension_railway"],u:"1f69f"},{n:["mountain cableway","mountain_cableway"],u:"1f6a0"},{n:["aerial tramway","aerial_tramway"],u:"1f6a1"},{n:["satellite"],u:"1f6f0-fe0f"},{n:["rocket"],u:"1f680"},{n:["flying saucer","flying_saucer"],u:"1f6f8"},{n:["bellhop_bell"],u:"1f6ce-fe0f"},{n:["door"],u:"1f6aa"},{n:["bed"],u:"1f6cf-fe0f"},{n:["couch_and_lamp"],u:"1f6cb-fe0f"},{n:["toilet"],u:"1f6bd"},{n:["shower"],u:"1f6bf"},{n:["bathtub"],u:"1f6c1"},{n:["hourglass"],u:"231b"},{n:["hourglass with flowing sand","hourglass_flowing_sand"],u:"23f3"},{n:["watch"],u:"231a"},{n:["alarm clock","alarm_clock"],u:"23f0"},{n:["stopwatch"],u:"23f1-fe0f"},{n:["timer_clock"],u:"23f2-fe0f"},{n:["mantelpiece_clock"],u:"1f570-fe0f"},{n:["clock face twelve oclock","clock12"],u:"1f55b"},{n:["clock face twelve-thirty","clock1230"],u:"1f567"},{n:["clock face one oclock","clock1"],u:"1f550"},{n:["clock face one-thirty","clock130"],u:"1f55c"},{n:["clock face two oclock","clock2"],u:"1f551"},{n:["clock face two-thirty","clock230"],u:"1f55d"},{n:["clock face three oclock","clock3"],u:"1f552"},{n:["clock face three-thirty","clock330"],u:"1f55e"},{n:["clock face four oclock","clock4"],u:"1f553"},{n:["clock face four-thirty","clock430"],u:"1f55f"},{n:["clock face five oclock","clock5"],u:"1f554"},{n:["clock face five-thirty","clock530"],u:"1f560"},{n:["clock face six oclock","clock6"],u:"1f555"},{n:["clock face six-thirty","clock630"],u:"1f561"},{n:["clock face seven oclock","clock7"],u:"1f556"},{n:["clock face seven-thirty","clock730"],u:"1f562"},{n:["clock face eight oclock","clock8"],u:"1f557"},{n:["clock face eight-thirty","clock830"],u:"1f563"},{n:["clock face nine oclock","clock9"],u:"1f558"},{n:["clock face nine-thirty","clock930"],u:"1f564"},{n:["clock face ten oclock","clock10"],u:"1f559"},{n:["clock face ten-thirty","clock1030"],u:"1f565"},{n:["clock face eleven oclock","clock11"],u:"1f55a"},{n:["clock face eleven-thirty","clock1130"],u:"1f566"},{n:["new moon symbol","new_moon"],u:"1f311"},{n:["waxing crescent moon symbol","waxing_crescent_moon"],u:"1f312"},{n:["first quarter moon symbol","first_quarter_moon"],u:"1f313"},{n:["waxing gibbous moon symbol","moon","waxing_gibbous_moon"],u:"1f314"},{n:["full moon symbol","full_moon"],u:"1f315"},{n:["waning gibbous moon symbol","waning_gibbous_moon"],u:"1f316"},{n:["last quarter moon symbol","last_quarter_moon"],u:"1f317"},{n:["waning crescent moon symbol","waning_crescent_moon"],u:"1f318"},{n:["crescent moon","crescent_moon"],u:"1f319"},{n:["new moon with face","new_moon_with_face"],u:"1f31a"},{n:["first quarter moon with face","first_quarter_moon_with_face"],u:"1f31b"},{n:["last quarter moon with face","last_quarter_moon_with_face"],u:"1f31c"},{n:["thermometer"],u:"1f321-fe0f"},{n:["black sun with rays","sunny"],u:"2600-fe0f"},{n:["full moon with face","full_moon_with_face"],u:"1f31d"},{n:["sun with face","sun_with_face"],u:"1f31e"},{n:["white medium star","star"],u:"2b50"},{n:["glowing star","star2"],u:"1f31f"},{n:["shooting star","stars"],u:"1f320"},{n:["cloud"],u:"2601-fe0f"},{n:["sun behind cloud","partly_sunny"],u:"26c5"},{n:["thunder_cloud_and_rain"],u:"26c8-fe0f"},{n:["mostly_sunny","sun_small_cloud"],u:"1f324-fe0f"},{n:["barely_sunny","sun_behind_cloud"],u:"1f325-fe0f"},{n:["partly_sunny_rain","sun_behind_rain_cloud"],u:"1f326-fe0f"},{n:["rain_cloud"],u:"1f327-fe0f"},{n:["snow_cloud"],u:"1f328-fe0f"},{n:["lightning","lightning_cloud"],u:"1f329-fe0f"},{n:["tornado","tornado_cloud"],u:"1f32a-fe0f"},{n:["fog"],u:"1f32b-fe0f"},{n:["wind_blowing_face"],u:"1f32c-fe0f"},{n:["cyclone"],u:"1f300"},{n:["rainbow"],u:"1f308"},{n:["closed umbrella","closed_umbrella"],u:"1f302"},{n:["umbrella"],u:"2602-fe0f"},{n:["umbrella with rain drops","umbrella_with_rain_drops"],u:"2614"},{n:["umbrella_on_ground"],u:"26f1-fe0f"},{n:["high voltage sign","zap"],u:"26a1"},{n:["snowflake"],u:"2744-fe0f"},{n:["snowman"],u:"2603-fe0f"},{n:["snowman without snow","snowman_without_snow"],u:"26c4"},{n:["comet"],u:"2604-fe0f"},{n:["fire"],u:"1f525"},{n:["droplet"],u:"1f4a7"},{n:["water wave","ocean"],u:"1f30a"}],objects:[{n:["speaker with cancellation stroke","mute"],u:"1f507"},{n:["speaker"],u:"1f508"},{n:["speaker with one sound wave","sound"],u:"1f509"},{n:["speaker with three sound waves","loud_sound"],u:"1f50a"},{n:["public address loudspeaker","loudspeaker"],u:"1f4e2"},{n:["cheering megaphone","mega"],u:"1f4e3"},{n:["postal horn","postal_horn"],u:"1f4ef"},{n:["bell"],u:"1f514"},{n:["bell with cancellation stroke","no_bell"],u:"1f515"},{n:["musical score","musical_score"],u:"1f3bc"},{n:["musical note","musical_note"],u:"1f3b5"},{n:["multiple musical notes","notes"],u:"1f3b6"},{n:["studio_microphone"],u:"1f399-fe0f"},{n:["level_slider"],u:"1f39a-fe0f"},{n:["control_knobs"],u:"1f39b-fe0f"},{n:["microphone"],u:"1f3a4"},{n:["headphone","headphones"],u:"1f3a7"},{n:["radio"],u:"1f4fb"},{n:["saxophone"],u:"1f3b7"},{n:["guitar"],u:"1f3b8"},{n:["musical keyboard","musical_keyboard"],u:"1f3b9"},{n:["trumpet"],u:"1f3ba"},{n:["violin"],u:"1f3bb"},{n:["drum with drumsticks","drum_with_drumsticks"],u:"1f941"},{n:["mobile phone","iphone"],u:"1f4f1"},{n:["mobile phone with rightwards arrow at left","calling"],u:"1f4f2"},{n:["black telephone","phone","telephone"],u:"260e-fe0f"},{n:["telephone receiver","telephone_receiver"],u:"1f4de"},{n:["pager"],u:"1f4df"},{n:["fax machine","fax"],u:"1f4e0"},{n:["battery"],u:"1f50b"},{n:["electric plug","electric_plug"],u:"1f50c"},{n:["personal computer","computer"],u:"1f4bb"},{n:["desktop_computer"],u:"1f5a5-fe0f"},{n:["printer"],u:"1f5a8-fe0f"},{n:["keyboard"],u:"2328-fe0f"},{n:["three_button_mouse"],u:"1f5b1-fe0f"},{n:["trackball"],u:"1f5b2-fe0f"},{n:["minidisc"],u:"1f4bd"},{n:["floppy disk","floppy_disk"],u:"1f4be"},{n:["optical disc","cd"],u:"1f4bf"},{n:["dvd"],u:"1f4c0"},{n:["movie camera","movie_camera"],u:"1f3a5"},{n:["film_frames"],u:"1f39e-fe0f"},{n:["film_projector"],u:"1f4fd-fe0f"},{n:["clapper board","clapper"],u:"1f3ac"},{n:["television","tv"],u:"1f4fa"},{n:["camera"],u:"1f4f7"},{n:["camera with flash","camera_with_flash"],u:"1f4f8"},{n:["video camera","video_camera"],u:"1f4f9"},{n:["videocassette","vhs"],u:"1f4fc"},{n:["left-pointing magnifying glass","mag"],u:"1f50d"},{n:["right-pointing magnifying glass","mag_right"],u:"1f50e"},{n:["microscope"],u:"1f52c"},{n:["telescope"],u:"1f52d"},{n:["satellite antenna","satellite_antenna"],u:"1f4e1"},{n:["candle"],u:"1f56f-fe0f"},{n:["electric light bulb","bulb"],u:"1f4a1"},{n:["electric torch","flashlight"],u:"1f526"},{n:["izakaya lantern","izakaya_lantern","lantern"],u:"1f3ee"},{n:["notebook with decorative cover","notebook_with_decorative_cover"],u:"1f4d4"},{n:["closed book","closed_book"],u:"1f4d5"},{n:["open book","book","open_book"],u:"1f4d6"},{n:["green book","green_book"],u:"1f4d7"},{n:["blue book","blue_book"],u:"1f4d8"},{n:["orange book","orange_book"],u:"1f4d9"},{n:["books"],u:"1f4da"},{n:["notebook"],u:"1f4d3"},{n:["ledger"],u:"1f4d2"},{n:["page with curl","page_with_curl"],u:"1f4c3"},{n:["scroll"],u:"1f4dc"},{n:["page facing up","page_facing_up"],u:"1f4c4"},{n:["newspaper"],u:"1f4f0"},{n:["rolled_up_newspaper"],u:"1f5de-fe0f"},{n:["bookmark tabs","bookmark_tabs"],u:"1f4d1"},{n:["bookmark"],u:"1f516"},{n:["label"],u:"1f3f7-fe0f"},{n:["money bag","moneybag"],u:"1f4b0"},{n:["banknote with yen sign","yen"],u:"1f4b4"},{n:["banknote with dollar sign","dollar"],u:"1f4b5"},{n:["banknote with euro sign","euro"],u:"1f4b6"},{n:["banknote with pound sign","pound"],u:"1f4b7"},{n:["money with wings","money_with_wings"],u:"1f4b8"},{n:["credit card","credit_card"],u:"1f4b3"},{n:["chart with upwards trend and yen sign","chart"],u:"1f4b9"},{n:["currency exchange","currency_exchange"],u:"1f4b1"},{n:["heavy dollar sign","heavy_dollar_sign"],u:"1f4b2"},{n:["envelope","email"],u:"2709-fe0f"},{n:["e-mail symbol","e-mail"],u:"1f4e7"},{n:["incoming envelope","incoming_envelope"],u:"1f4e8"},{n:["envelope with downwards arrow above","envelope_with_arrow"],u:"1f4e9"},{n:["outbox tray","outbox_tray"],u:"1f4e4"},{n:["inbox tray","inbox_tray"],u:"1f4e5"},{n:["package"],u:"1f4e6"},{n:["closed mailbox with raised flag","mailbox"],u:"1f4eb"},{n:["closed mailbox with lowered flag","mailbox_closed"],u:"1f4ea"},{n:["open mailbox with raised flag","mailbox_with_mail"],u:"1f4ec"},{n:["open mailbox with lowered flag","mailbox_with_no_mail"],u:"1f4ed"},{n:["postbox"],u:"1f4ee"},{n:["ballot_box_with_ballot"],u:"1f5f3-fe0f"},{n:["pencil","pencil2"],u:"270f-fe0f"},{n:["black nib","black_nib"],u:"2712-fe0f"},{n:["lower_left_fountain_pen"],u:"1f58b-fe0f"},{n:["lower_left_ballpoint_pen"],u:"1f58a-fe0f"},{n:["lower_left_paintbrush"],u:"1f58c-fe0f"},{n:["lower_left_crayon"],u:"1f58d-fe0f"},{n:["memo","pencil"],u:"1f4dd"},{n:["briefcase"],u:"1f4bc"},{n:["file folder","file_folder"],u:"1f4c1"},{n:["open file folder","open_file_folder"],u:"1f4c2"},{n:["card_index_dividers"],u:"1f5c2-fe0f"},{n:["calendar","date"],u:"1f4c5"},{n:["tear-off calendar","calendar"],u:"1f4c6"},{n:["spiral_note_pad"],u:"1f5d2-fe0f"},{n:["spiral_calendar_pad"],u:"1f5d3-fe0f"},{n:["card index","card_index"],u:"1f4c7"},{n:["chart with upwards trend","chart_with_upwards_trend"],u:"1f4c8"},{n:["chart with downwards trend","chart_with_downwards_trend"],u:"1f4c9"},{n:["bar chart","bar_chart"],u:"1f4ca"},{n:["clipboard"],u:"1f4cb"},{n:["pushpin"],u:"1f4cc"},{n:["round pushpin","round_pushpin"],u:"1f4cd"},{n:["paperclip"],u:"1f4ce"},{n:["linked_paperclips"],u:"1f587-fe0f"},{n:["straight ruler","straight_ruler"],u:"1f4cf"},{n:["triangular ruler","triangular_ruler"],u:"1f4d0"},{n:["black scissors","scissors"],u:"2702-fe0f"},{n:["card_file_box"],u:"1f5c3-fe0f"},{n:["file_cabinet"],u:"1f5c4-fe0f"},{n:["wastebasket"],u:"1f5d1-fe0f"},{n:["lock"],u:"1f512"},{n:["open lock","unlock"],u:"1f513"},{n:["lock with ink pen","lock_with_ink_pen"],u:"1f50f"},{n:["closed lock with key","closed_lock_with_key"],u:"1f510"},{n:["key"],u:"1f511"},{n:["old_key"],u:"1f5dd-fe0f"},{n:["hammer"],u:"1f528"},{n:["pick"],u:"26cf-fe0f"},{n:["hammer_and_pick"],u:"2692-fe0f"},{n:["hammer_and_wrench"],u:"1f6e0-fe0f"},{n:["dagger_knife"],u:"1f5e1-fe0f"},{n:["crossed_swords"],u:"2694-fe0f"},{n:["pistol","gun"],u:"1f52b"},{n:["bow and arrow","bow_and_arrow"],u:"1f3f9"},{n:["shield"],u:"1f6e1-fe0f"},{n:["wrench"],u:"1f527"},{n:["nut and bolt","nut_and_bolt"],u:"1f529"},{n:["gear"],u:"2699-fe0f"},{n:["compression"],u:"1f5dc-fe0f"},{n:["alembic"],u:"2697-fe0f"},{n:["scales"],u:"2696-fe0f"},{n:["link symbol","link"],u:"1f517"},{n:["chains"],u:"26d3-fe0f"},{n:["syringe"],u:"1f489"},{n:["pill"],u:"1f48a"},{n:["smoking symbol","smoking"],u:"1f6ac"},{n:["coffin"],u:"26b0-fe0f"},{n:["funeral_urn"],u:"26b1-fe0f"},{n:["moyai"],u:"1f5ff"},{n:["oil_drum"],u:"1f6e2-fe0f"},{n:["crystal ball","crystal_ball"],u:"1f52e"},{n:["shopping trolley","shopping_trolley"],u:"1f6d2"}],symbols:[{n:["automated teller machine","atm"],u:"1f3e7"},{n:["put litter in its place symbol","put_litter_in_its_place"],u:"1f6ae"},{n:["potable water symbol","potable_water"],u:"1f6b0"},{n:["wheelchair symbol","wheelchair"],u:"267f"},{n:["mens symbol","mens"],u:"1f6b9"},{n:["womens symbol","womens"],u:"1f6ba"},{n:["restroom"],u:"1f6bb"},{n:["baby symbol","baby_symbol"],u:"1f6bc"},{n:["water closet","wc"],u:"1f6be"},{n:["passport control","passport_control"],u:"1f6c2"},{n:["customs"],u:"1f6c3"},{n:["baggage claim","baggage_claim"],u:"1f6c4"},{n:["left luggage","left_luggage"],u:"1f6c5"},{n:["warning sign","warning"],u:"26a0-fe0f"},{n:["children crossing","children_crossing"],u:"1f6b8"},{n:["no entry","no_entry"],u:"26d4"},{n:["no entry sign","no_entry_sign"],u:"1f6ab"},{n:["no bicycles","no_bicycles"],u:"1f6b3"},{n:["no smoking symbol","no_smoking"],u:"1f6ad"},{n:["do not litter symbol","do_not_litter"],u:"1f6af"},{n:["non-potable water symbol","non-potable_water"],u:"1f6b1"},{n:["no pedestrians","no_pedestrians"],u:"1f6b7"},{n:["no mobile phones","no_mobile_phones"],u:"1f4f5"},{n:["no one under eighteen symbol","underage"],u:"1f51e"},{n:["radioactive_sign"],u:"2622-fe0f"},{n:["biohazard_sign"],u:"2623-fe0f"},{n:["upwards black arrow","arrow_up"],u:"2b06-fe0f"},{n:["north east arrow","arrow_upper_right"],u:"2197-fe0f"},{n:["black rightwards arrow","arrow_right"],u:"27a1-fe0f"},{n:["south east arrow","arrow_lower_right"],u:"2198-fe0f"},{n:["downwards black arrow","arrow_down"],u:"2b07-fe0f"},{n:["south west arrow","arrow_lower_left"],u:"2199-fe0f"},{n:["leftwards black arrow","arrow_left"],u:"2b05-fe0f"},{n:["north west arrow","arrow_upper_left"],u:"2196-fe0f"},{n:["up down arrow","arrow_up_down"],u:"2195-fe0f"},{n:["left right arrow","left_right_arrow"],u:"2194-fe0f"},{n:["leftwards arrow with hook","leftwards_arrow_with_hook"],u:"21a9-fe0f"},{n:["rightwards arrow with hook","arrow_right_hook"],u:"21aa-fe0f"},{n:["arrow pointing rightwards then curving upwards","arrow_heading_up"],u:"2934-fe0f"},{n:["arrow pointing rightwards then curving downwards","arrow_heading_down"],u:"2935-fe0f"},{n:["clockwise downwards and upwards open circle arrows","arrows_clockwise"],u:"1f503"},{n:["anticlockwise downwards and upwards open circle arrows","arrows_counterclockwise"],u:"1f504"},{n:["back with leftwards arrow above","back"],u:"1f519"},{n:["end with leftwards arrow above","end"],u:"1f51a"},{n:["on with exclamation mark with left right arrow above","on"],u:"1f51b"},{n:["soon with rightwards arrow above","soon"],u:"1f51c"},{n:["top with upwards arrow above","top"],u:"1f51d"},{n:["place of worship","place_of_worship"],u:"1f6d0"},{n:["atom_symbol"],u:"269b-fe0f"},{n:["om_symbol"],u:"1f549-fe0f"},{n:["star_of_david"],u:"2721-fe0f"},{n:["wheel_of_dharma"],u:"2638-fe0f"},{n:["yin_yang"],u:"262f-fe0f"},{n:["latin_cross"],u:"271d-fe0f"},{n:["orthodox_cross"],u:"2626-fe0f"},{n:["star_and_crescent"],u:"262a-fe0f"},{n:["peace_symbol"],u:"262e-fe0f"},{n:["menorah with nine branches","menorah_with_nine_branches"],u:"1f54e"},{n:["six pointed star with middle dot","six_pointed_star"],u:"1f52f"},{n:["aries"],u:"2648"},{n:["taurus"],u:"2649"},{n:["gemini"],u:"264a"},{n:["cancer"],u:"264b"},{n:["leo"],u:"264c"},{n:["virgo"],u:"264d"},{n:["libra"],u:"264e"},{n:["scorpius"],u:"264f"},{n:["sagittarius"],u:"2650"},{n:["capricorn"],u:"2651"},{n:["aquarius"],u:"2652"},{n:["pisces"],u:"2653"},{n:["ophiuchus"],u:"26ce"},{n:["twisted rightwards arrows","twisted_rightwards_arrows"],u:"1f500"},{n:["clockwise rightwards and leftwards open circle arrows","repeat"],u:"1f501"},{n:["clockwise rightwards and leftwards open circle arrows with circled one overlay","repeat_one"],u:"1f502"},{n:["black right-pointing triangle","arrow_forward"],u:"25b6-fe0f"},{n:["black right-pointing double triangle","fast_forward"],u:"23e9"},{n:["black_right_pointing_double_triangle_with_vertical_bar"],u:"23ed-fe0f"},{n:["black_right_pointing_triangle_with_double_vertical_bar"],u:"23ef-fe0f"},{n:["black left-pointing triangle","arrow_backward"],u:"25c0-fe0f"},{n:["black left-pointing double triangle","rewind"],u:"23ea"},{n:["black_left_pointing_double_triangle_with_vertical_bar"],u:"23ee-fe0f"},{n:["up-pointing small red triangle","arrow_up_small"],u:"1f53c"},{n:["black up-pointing double triangle","arrow_double_up"],u:"23eb"},{n:["down-pointing small red triangle","arrow_down_small"],u:"1f53d"},{n:["black down-pointing double triangle","arrow_double_down"],u:"23ec"},{n:["double_vertical_bar"],u:"23f8-fe0f"},{n:["black_square_for_stop"],u:"23f9-fe0f"},{n:["black_circle_for_record"],u:"23fa-fe0f"},{n:["eject"],u:"23cf-fe0f"},{n:["cinema"],u:"1f3a6"},{n:["low brightness symbol","low_brightness"],u:"1f505"},{n:["high brightness symbol","high_brightness"],u:"1f506"},{n:["antenna with bars","signal_strength"],u:"1f4f6"},{n:["vibration mode","vibration_mode"],u:"1f4f3"},{n:["mobile phone off","mobile_phone_off"],u:"1f4f4"},{n:["female_sign"],u:"2640-fe0f"},{n:["male_sign"],u:"2642-fe0f"},{n:["medical_symbol","staff_of_aesculapius"],u:"2695-fe0f"},{n:["black universal recycling symbol","recycle"],u:"267b-fe0f"},{n:["fleur_de_lis"],u:"269c-fe0f"},{n:["trident emblem","trident"],u:"1f531"},{n:["name badge","name_badge"],u:"1f4db"},{n:["japanese symbol for beginner","beginner"],u:"1f530"},{n:["heavy large circle","o"],u:"2b55"},{n:["white heavy check mark","white_check_mark"],u:"2705"},{n:["ballot box with check","ballot_box_with_check"],u:"2611-fe0f"},{n:["heavy check mark","heavy_check_mark"],u:"2714-fe0f"},{n:["heavy multiplication x","heavy_multiplication_x"],u:"2716-fe0f"},{n:["cross mark","x"],u:"274c"},{n:["negative squared cross mark","negative_squared_cross_mark"],u:"274e"},{n:["heavy plus sign","heavy_plus_sign"],u:"2795"},{n:["heavy minus sign","heavy_minus_sign"],u:"2796"},{n:["heavy division sign","heavy_division_sign"],u:"2797"},{n:["curly loop","curly_loop"],u:"27b0"},{n:["double curly loop","loop"],u:"27bf"},{n:["part alternation mark","part_alternation_mark"],u:"303d-fe0f"},{n:["eight spoked asterisk","eight_spoked_asterisk"],u:"2733-fe0f"},{n:["eight pointed black star","eight_pointed_black_star"],u:"2734-fe0f"},{n:["sparkle"],u:"2747-fe0f"},{n:["double exclamation mark","bangbang"],u:"203c-fe0f"},{n:["exclamation question mark","interrobang"],u:"2049-fe0f"},{n:["black question mark ornament","question"],u:"2753"},{n:["white question mark ornament","grey_question"],u:"2754"},{n:["white exclamation mark ornament","grey_exclamation"],u:"2755"},{n:["heavy exclamation mark symbol","exclamation","heavy_exclamation_mark"],u:"2757"},{n:["wavy dash","wavy_dash"],u:"3030-fe0f"},{n:["copyright sign","copyright"],u:"00a9-fe0f"},{n:["registered sign","registered"],u:"00ae-fe0f"},{n:["trade mark sign","tm"],u:"2122-fe0f"},{n:["hash key","hash"],u:"0023-fe0f-20e3"},{n:["keycap_star"],u:"002a-fe0f-20e3"},{n:["keycap 0","zero"],u:"0030-fe0f-20e3"},{n:["keycap 1","one"],u:"0031-fe0f-20e3"},{n:["keycap 2","two"],u:"0032-fe0f-20e3"},{n:["keycap 3","three"],u:"0033-fe0f-20e3"},{n:["keycap 4","four"],u:"0034-fe0f-20e3"},{n:["keycap 5","five"],u:"0035-fe0f-20e3"},{n:["keycap 6","six"],u:"0036-fe0f-20e3"},{n:["keycap 7","seven"],u:"0037-fe0f-20e3"},{n:["keycap 8","eight"],u:"0038-fe0f-20e3"},{n:["keycap 9","nine"],u:"0039-fe0f-20e3"},{n:["keycap ten","keycap_ten"],u:"1f51f"},{n:["hundred points symbol","100"],u:"1f4af"},{n:["input symbol for latin capital letters","capital_abcd"],u:"1f520"},{n:["input symbol for latin small letters","abcd"],u:"1f521"},{n:["input symbol for numbers","1234"],u:"1f522"},{n:["input symbol for symbols","symbols"],u:"1f523"},{n:["input symbol for latin letters","abc"],u:"1f524"},{n:["negative squared latin capital letter a","a"],u:"1f170-fe0f"},{n:["negative squared ab","ab"],u:"1f18e"},{n:["negative squared latin capital letter b","b"],u:"1f171-fe0f"},{n:["squared cl","cl"],u:"1f191"},{n:["squared cool","cool"],u:"1f192"},{n:["squared free","free"],u:"1f193"},{n:["information source","information_source"],u:"2139-fe0f"},{n:["squared id","id"],u:"1f194"},{n:["circled latin capital letter m","m"],u:"24c2-fe0f"},{n:["squared new","new"],u:"1f195"},{n:["squared ng","ng"],u:"1f196"},{n:["negative squared latin capital letter o","o2"],u:"1f17e-fe0f"},{n:["squared ok","ok"],u:"1f197"},{n:["negative squared latin capital letter p","parking"],u:"1f17f-fe0f"},{n:["squared sos","sos"],u:"1f198"},{n:["squared up with exclamation mark","up"],u:"1f199"},{n:["squared vs","vs"],u:"1f19a"},{n:["squared katakana koko","koko"],u:"1f201"},{n:["squared katakana sa","sa"],u:"1f202-fe0f"},{n:["squared cjk unified ideograph-6708","u6708"],u:"1f237-fe0f"},{n:["squared cjk unified ideograph-6709","u6709"],u:"1f236"},{n:["squared cjk unified ideograph-6307","u6307"],u:"1f22f"},{n:["circled ideograph advantage","ideograph_advantage"],u:"1f250"},{n:["squared cjk unified ideograph-5272","u5272"],u:"1f239"},{n:["squared cjk unified ideograph-7121","u7121"],u:"1f21a"},{n:["squared cjk unified ideograph-7981","u7981"],u:"1f232"},{n:["circled ideograph accept","accept"],u:"1f251"},{n:["squared cjk unified ideograph-7533","u7533"],u:"1f238"},{n:["squared cjk unified ideograph-5408","u5408"],u:"1f234"},{n:["squared cjk unified ideograph-7a7a","u7a7a"],u:"1f233"},{n:["circled ideograph congratulation","congratulations"],u:"3297-fe0f"},{n:["circled ideograph secret","secret"],u:"3299-fe0f"},{n:["squared cjk unified ideograph-55b6","u55b6"],u:"1f23a"},{n:["squared cjk unified ideograph-6e80","u6e80"],u:"1f235"},{n:["black small square","black_small_square"],u:"25aa-fe0f"},{n:["white small square","white_small_square"],u:"25ab-fe0f"},{n:["white medium square","white_medium_square"],u:"25fb-fe0f"},{n:["black medium square","black_medium_square"],u:"25fc-fe0f"},{n:["white medium small square","white_medium_small_square"],u:"25fd"},{n:["black medium small square","black_medium_small_square"],u:"25fe"},{n:["black large square","black_large_square"],u:"2b1b"},{n:["white large square","white_large_square"],u:"2b1c"},{n:["large orange diamond","large_orange_diamond"],u:"1f536"},{n:["large blue diamond","large_blue_diamond"],u:"1f537"},{n:["small orange diamond","small_orange_diamond"],u:"1f538"},{n:["small blue diamond","small_blue_diamond"],u:"1f539"},{n:["up-pointing red triangle","small_red_triangle"],u:"1f53a"},{n:["down-pointing red triangle","small_red_triangle_down"],u:"1f53b"},{n:["diamond shape with a dot inside","diamond_shape_with_a_dot_inside"],u:"1f4a0"},{n:["radio button","radio_button"],u:"1f518"},{n:["black square button","black_square_button"],u:"1f532"},{n:["white square button","white_square_button"],u:"1f533"},{n:["medium white circle","white_circle"],u:"26aa"},{n:["medium black circle","black_circle"],u:"26ab"},{n:["large red circle","red_circle"],u:"1f534"},{n:["large blue circle","large_blue_circle"],u:"1f535"}],flags:[{n:["chequered flag","checkered_flag"],u:"1f3c1"},{n:["triangular flag on post","triangular_flag_on_post"],u:"1f6a9"},{n:["crossed flags","crossed_flags"],u:"1f38c"},{n:["waving black flag","waving_black_flag"],u:"1f3f4"},{n:["waving_white_flag"],u:"1f3f3-fe0f"},{n:["rainbow-flag"],u:"1f3f3-fe0f-200d-1f308"},{n:["ascension island flag","flag-ac"],u:"1f1e6-1f1e8"},{n:["andorra flag","flag-ad"],u:"1f1e6-1f1e9"},{n:["united arab emirates flag","flag-ae"],u:"1f1e6-1f1ea"},{n:["afghanistan flag","flag-af"],u:"1f1e6-1f1eb"},{n:["antigua & barbuda flag","flag-ag"],u:"1f1e6-1f1ec"},{n:["anguilla flag","flag-ai"],u:"1f1e6-1f1ee"},{n:["albania flag","flag-al"],u:"1f1e6-1f1f1"},{n:["armenia flag","flag-am"],u:"1f1e6-1f1f2"},{n:["angola flag","flag-ao"],u:"1f1e6-1f1f4"},{n:["antarctica flag","flag-aq"],u:"1f1e6-1f1f6"},{n:["argentina flag","flag-ar"],u:"1f1e6-1f1f7"},{n:["american samoa flag","flag-as"],u:"1f1e6-1f1f8"},{n:["austria flag","flag-at"],u:"1f1e6-1f1f9"},{n:["australia flag","flag-au"],u:"1f1e6-1f1fa"},{n:["aruba flag","flag-aw"],u:"1f1e6-1f1fc"},{n:["åland islands flag","flag-ax"],u:"1f1e6-1f1fd"},{n:["azerbaijan flag","flag-az"],u:"1f1e6-1f1ff"},{n:["bosnia & herzegovina flag","flag-ba"],u:"1f1e7-1f1e6"},{n:["barbados flag","flag-bb"],u:"1f1e7-1f1e7"},{n:["bangladesh flag","flag-bd"],u:"1f1e7-1f1e9"},{n:["belgium flag","flag-be"],u:"1f1e7-1f1ea"},{n:["burkina faso flag","flag-bf"],u:"1f1e7-1f1eb"},{n:["bulgaria flag","flag-bg"],u:"1f1e7-1f1ec"},{n:["bahrain flag","flag-bh"],u:"1f1e7-1f1ed"},{n:["burundi flag","flag-bi"],u:"1f1e7-1f1ee"},{n:["benin flag","flag-bj"],u:"1f1e7-1f1ef"},{n:["st. barthélemy flag","flag-bl"],u:"1f1e7-1f1f1"},{n:["bermuda flag","flag-bm"],u:"1f1e7-1f1f2"},{n:["brunei flag","flag-bn"],u:"1f1e7-1f1f3"},{n:["bolivia flag","flag-bo"],u:"1f1e7-1f1f4"},{n:["caribbean netherlands flag","flag-bq"],u:"1f1e7-1f1f6"},{n:["brazil flag","flag-br"],u:"1f1e7-1f1f7"},{n:["bahamas flag","flag-bs"],u:"1f1e7-1f1f8"},{n:["bhutan flag","flag-bt"],u:"1f1e7-1f1f9"},{n:["bouvet island flag","flag-bv"],u:"1f1e7-1f1fb"},{n:["botswana flag","flag-bw"],u:"1f1e7-1f1fc"},{n:["belarus flag","flag-by"],u:"1f1e7-1f1fe"},{n:["belize flag","flag-bz"],u:"1f1e7-1f1ff"},{n:["canada flag","flag-ca"],u:"1f1e8-1f1e6"},{n:["cocos (keeling) islands flag","flag-cc"],u:"1f1e8-1f1e8"},{n:["congo - kinshasa flag","flag-cd"],u:"1f1e8-1f1e9"},{n:["central african republic flag","flag-cf"],u:"1f1e8-1f1eb"},{n:["congo - brazzaville flag","flag-cg"],u:"1f1e8-1f1ec"},{n:["switzerland flag","flag-ch"],u:"1f1e8-1f1ed"},{n:["côte d’ivoire flag","flag-ci"],u:"1f1e8-1f1ee"},{n:["cook islands flag","flag-ck"],u:"1f1e8-1f1f0"},{n:["chile flag","flag-cl"],u:"1f1e8-1f1f1"},{n:["cameroon flag","flag-cm"],u:"1f1e8-1f1f2"},{n:["china flag","cn","flag-cn"],u:"1f1e8-1f1f3"},{n:["colombia flag","flag-co"],u:"1f1e8-1f1f4"},{n:["clipperton island flag","flag-cp"],u:"1f1e8-1f1f5"},{n:["costa rica flag","flag-cr"],u:"1f1e8-1f1f7"},{n:["cuba flag","flag-cu"],u:"1f1e8-1f1fa"},{n:["cape verde flag","flag-cv"],u:"1f1e8-1f1fb"},{n:["curaçao flag","flag-cw"],u:"1f1e8-1f1fc"},{n:["christmas island flag","flag-cx"],u:"1f1e8-1f1fd"},{n:["cyprus flag","flag-cy"],u:"1f1e8-1f1fe"},{n:["czechia flag","flag-cz"],u:"1f1e8-1f1ff"},{n:["germany flag","de","flag-de"],u:"1f1e9-1f1ea"},{n:["diego garcia flag","flag-dg"],u:"1f1e9-1f1ec"},{n:["djibouti flag","flag-dj"],u:"1f1e9-1f1ef"},{n:["denmark flag","flag-dk"],u:"1f1e9-1f1f0"},{n:["dominica flag","flag-dm"],u:"1f1e9-1f1f2"},{n:["dominican republic flag","flag-do"],u:"1f1e9-1f1f4"},{n:["algeria flag","flag-dz"],u:"1f1e9-1f1ff"},{n:["ceuta & melilla flag","flag-ea"],u:"1f1ea-1f1e6"},{n:["ecuador flag","flag-ec"],u:"1f1ea-1f1e8"},{n:["estonia flag","flag-ee"],u:"1f1ea-1f1ea"},{n:["egypt flag","flag-eg"],u:"1f1ea-1f1ec"},{n:["western sahara flag","flag-eh"],u:"1f1ea-1f1ed"},{n:["eritrea flag","flag-er"],u:"1f1ea-1f1f7"},{n:["spain flag","es","flag-es"],u:"1f1ea-1f1f8"},{n:["ethiopia flag","flag-et"],u:"1f1ea-1f1f9"},{n:["european union flag","flag-eu"],u:"1f1ea-1f1fa"},{n:["finland flag","flag-fi"],u:"1f1eb-1f1ee"},{n:["fiji flag","flag-fj"],u:"1f1eb-1f1ef"},{n:["falkland islands flag","flag-fk"],u:"1f1eb-1f1f0"},{n:["micronesia flag","flag-fm"],u:"1f1eb-1f1f2"},{n:["faroe islands flag","flag-fo"],u:"1f1eb-1f1f4"},{n:["france flag","fr","flag-fr"],u:"1f1eb-1f1f7"},{n:["gabon flag","flag-ga"],u:"1f1ec-1f1e6"},{n:["united kingdom flag","gb","uk","flag-gb"],u:"1f1ec-1f1e7"},{n:["grenada flag","flag-gd"],u:"1f1ec-1f1e9"},{n:["georgia flag","flag-ge"],u:"1f1ec-1f1ea"},{n:["french guiana flag","flag-gf"],u:"1f1ec-1f1eb"},{n:["guernsey flag","flag-gg"],u:"1f1ec-1f1ec"},{n:["ghana flag","flag-gh"],u:"1f1ec-1f1ed"},{n:["gibraltar flag","flag-gi"],u:"1f1ec-1f1ee"},{n:["greenland flag","flag-gl"],u:"1f1ec-1f1f1"},{n:["gambia flag","flag-gm"],u:"1f1ec-1f1f2"},{n:["guinea flag","flag-gn"],u:"1f1ec-1f1f3"},{n:["guadeloupe flag","flag-gp"],u:"1f1ec-1f1f5"},{n:["equatorial guinea flag","flag-gq"],u:"1f1ec-1f1f6"},{n:["greece flag","flag-gr"],u:"1f1ec-1f1f7"},{n:["south georgia & south sandwich islands flag","flag-gs"],u:"1f1ec-1f1f8"},{n:["guatemala flag","flag-gt"],u:"1f1ec-1f1f9"},{n:["guam flag","flag-gu"],u:"1f1ec-1f1fa"},{n:["guinea-bissau flag","flag-gw"],u:"1f1ec-1f1fc"},{n:["guyana flag","flag-gy"],u:"1f1ec-1f1fe"},{n:["hong kong sar china flag","flag-hk"],u:"1f1ed-1f1f0"},{n:["heard & mcdonald islands flag","flag-hm"],u:"1f1ed-1f1f2"},{n:["honduras flag","flag-hn"],u:"1f1ed-1f1f3"},{n:["croatia flag","flag-hr"],u:"1f1ed-1f1f7"},{n:["haiti flag","flag-ht"],u:"1f1ed-1f1f9"},{n:["hungary flag","flag-hu"],u:"1f1ed-1f1fa"},{n:["canary islands flag","flag-ic"],u:"1f1ee-1f1e8"},{n:["indonesia flag","flag-id"],u:"1f1ee-1f1e9"},{n:["ireland flag","flag-ie"],u:"1f1ee-1f1ea"},{n:["israel flag","flag-il"],u:"1f1ee-1f1f1"},{n:["isle of man flag","flag-im"],u:"1f1ee-1f1f2"},{n:["india flag","flag-in"],u:"1f1ee-1f1f3"},{n:["british indian ocean territory flag","flag-io"],u:"1f1ee-1f1f4"},{n:["iraq flag","flag-iq"],u:"1f1ee-1f1f6"},{n:["iran flag","flag-ir"],u:"1f1ee-1f1f7"},{n:["iceland flag","flag-is"],u:"1f1ee-1f1f8"},{n:["italy flag","it","flag-it"],u:"1f1ee-1f1f9"},{n:["jersey flag","flag-je"],u:"1f1ef-1f1ea"},{n:["jamaica flag","flag-jm"],u:"1f1ef-1f1f2"},{n:["jordan flag","flag-jo"],u:"1f1ef-1f1f4"},{n:["japan flag","jp","flag-jp"],u:"1f1ef-1f1f5"},{n:["kenya flag","flag-ke"],u:"1f1f0-1f1ea"},{n:["kyrgyzstan flag","flag-kg"],u:"1f1f0-1f1ec"},{n:["cambodia flag","flag-kh"],u:"1f1f0-1f1ed"},{n:["kiribati flag","flag-ki"],u:"1f1f0-1f1ee"},{n:["comoros flag","flag-km"],u:"1f1f0-1f1f2"},{n:["st. kitts & nevis flag","flag-kn"],u:"1f1f0-1f1f3"},{n:["north korea flag","flag-kp"],u:"1f1f0-1f1f5"},{n:["south korea flag","kr","flag-kr"],u:"1f1f0-1f1f7"},{n:["kuwait flag","flag-kw"],u:"1f1f0-1f1fc"},{n:["cayman islands flag","flag-ky"],u:"1f1f0-1f1fe"},{n:["kazakhstan flag","flag-kz"],u:"1f1f0-1f1ff"},{n:["laos flag","flag-la"],u:"1f1f1-1f1e6"},{n:["lebanon flag","flag-lb"],u:"1f1f1-1f1e7"},{n:["st. lucia flag","flag-lc"],u:"1f1f1-1f1e8"},{n:["liechtenstein flag","flag-li"],u:"1f1f1-1f1ee"},{n:["sri lanka flag","flag-lk"],u:"1f1f1-1f1f0"},{n:["liberia flag","flag-lr"],u:"1f1f1-1f1f7"},{n:["lesotho flag","flag-ls"],u:"1f1f1-1f1f8"},{n:["lithuania flag","flag-lt"],u:"1f1f1-1f1f9"},{n:["luxembourg flag","flag-lu"],u:"1f1f1-1f1fa"},{n:["latvia flag","flag-lv"],u:"1f1f1-1f1fb"},{n:["libya flag","flag-ly"],u:"1f1f1-1f1fe"},{n:["morocco flag","flag-ma"],u:"1f1f2-1f1e6"},{n:["monaco flag","flag-mc"],u:"1f1f2-1f1e8"},{n:["moldova flag","flag-md"],u:"1f1f2-1f1e9"},{n:["montenegro flag","flag-me"],u:"1f1f2-1f1ea"},{n:["st. martin flag","flag-mf"],u:"1f1f2-1f1eb"},{n:["madagascar flag","flag-mg"],u:"1f1f2-1f1ec"},{n:["marshall islands flag","flag-mh"],u:"1f1f2-1f1ed"},{n:["macedonia flag","flag-mk"],u:"1f1f2-1f1f0"},{n:["mali flag","flag-ml"],u:"1f1f2-1f1f1"},{n:["myanmar (burma) flag","flag-mm"],u:"1f1f2-1f1f2"},{n:["mongolia flag","flag-mn"],u:"1f1f2-1f1f3"},{n:["macau sar china flag","flag-mo"],u:"1f1f2-1f1f4"},{n:["northern mariana islands flag","flag-mp"],u:"1f1f2-1f1f5"},{n:["martinique flag","flag-mq"],u:"1f1f2-1f1f6"},{n:["mauritania flag","flag-mr"],u:"1f1f2-1f1f7"},{n:["montserrat flag","flag-ms"],u:"1f1f2-1f1f8"},{n:["malta flag","flag-mt"],u:"1f1f2-1f1f9"},{n:["mauritius flag","flag-mu"],u:"1f1f2-1f1fa"},{n:["maldives flag","flag-mv"],u:"1f1f2-1f1fb"},{n:["malawi flag","flag-mw"],u:"1f1f2-1f1fc"},{n:["mexico flag","flag-mx"],u:"1f1f2-1f1fd"},{n:["malaysia flag","flag-my"],u:"1f1f2-1f1fe"},{n:["mozambique flag","flag-mz"],u:"1f1f2-1f1ff"},{n:["namibia flag","flag-na"],u:"1f1f3-1f1e6"},{n:["new caledonia flag","flag-nc"],u:"1f1f3-1f1e8"},{n:["niger flag","flag-ne"],u:"1f1f3-1f1ea"},{n:["norfolk island flag","flag-nf"],u:"1f1f3-1f1eb"},{n:["nigeria flag","flag-ng"],u:"1f1f3-1f1ec"},{n:["nicaragua flag","flag-ni"],u:"1f1f3-1f1ee"},{n:["netherlands flag","flag-nl"],u:"1f1f3-1f1f1"},{n:["norway flag","flag-no"],u:"1f1f3-1f1f4"},{n:["nepal flag","flag-np"],u:"1f1f3-1f1f5"},{n:["nauru flag","flag-nr"],u:"1f1f3-1f1f7"},{n:["niue flag","flag-nu"],u:"1f1f3-1f1fa"},{n:["new zealand flag","flag-nz"],u:"1f1f3-1f1ff"},{n:["oman flag","flag-om"],u:"1f1f4-1f1f2"},{n:["panama flag","flag-pa"],u:"1f1f5-1f1e6"},{n:["peru flag","flag-pe"],u:"1f1f5-1f1ea"},{n:["french polynesia flag","flag-pf"],u:"1f1f5-1f1eb"},{n:["papua new guinea flag","flag-pg"],u:"1f1f5-1f1ec"},{n:["philippines flag","flag-ph"],u:"1f1f5-1f1ed"},{n:["pakistan flag","flag-pk"],u:"1f1f5-1f1f0"},{n:["poland flag","flag-pl"],u:"1f1f5-1f1f1"},{n:["st. pierre & miquelon flag","flag-pm"],u:"1f1f5-1f1f2"},{n:["pitcairn islands flag","flag-pn"],u:"1f1f5-1f1f3"},{n:["puerto rico flag","flag-pr"],u:"1f1f5-1f1f7"},{n:["palestinian territories flag","flag-ps"],u:"1f1f5-1f1f8"},{n:["portugal flag","flag-pt"],u:"1f1f5-1f1f9"},{n:["palau flag","flag-pw"],u:"1f1f5-1f1fc"},{n:["paraguay flag","flag-py"],u:"1f1f5-1f1fe"},{n:["qatar flag","flag-qa"],u:"1f1f6-1f1e6"},{n:["réunion flag","flag-re"],u:"1f1f7-1f1ea"},{n:["romania flag","flag-ro"],u:"1f1f7-1f1f4"},{n:["serbia flag","flag-rs"],u:"1f1f7-1f1f8"},{n:["russia flag","ru","flag-ru"],u:"1f1f7-1f1fa"},{n:["rwanda flag","flag-rw"],u:"1f1f7-1f1fc"},{n:["saudi arabia flag","flag-sa"],u:"1f1f8-1f1e6"},{n:["solomon islands flag","flag-sb"],u:"1f1f8-1f1e7"},{n:["seychelles flag","flag-sc"],u:"1f1f8-1f1e8"},{n:["sudan flag","flag-sd"],u:"1f1f8-1f1e9"},{n:["sweden flag","flag-se"],u:"1f1f8-1f1ea"},{n:["singapore flag","flag-sg"],u:"1f1f8-1f1ec"},{n:["st. helena flag","flag-sh"],u:"1f1f8-1f1ed"},{n:["slovenia flag","flag-si"],u:"1f1f8-1f1ee"},{n:["svalbard & jan mayen flag","flag-sj"],u:"1f1f8-1f1ef"},{n:["slovakia flag","flag-sk"],u:"1f1f8-1f1f0"},{n:["sierra leone flag","flag-sl"],u:"1f1f8-1f1f1"},{n:["san marino flag","flag-sm"],u:"1f1f8-1f1f2"},{n:["senegal flag","flag-sn"],u:"1f1f8-1f1f3"},{n:["somalia flag","flag-so"],u:"1f1f8-1f1f4"},{n:["suriname flag","flag-sr"],u:"1f1f8-1f1f7"},{n:["south sudan flag","flag-ss"],u:"1f1f8-1f1f8"},{n:["são tomé & príncipe flag","flag-st"],u:"1f1f8-1f1f9"},{n:["el salvador flag","flag-sv"],u:"1f1f8-1f1fb"},{n:["sint maarten flag","flag-sx"],u:"1f1f8-1f1fd"},{n:["syria flag","flag-sy"],u:"1f1f8-1f1fe"},{n:["swaziland flag","flag-sz"],u:"1f1f8-1f1ff"},{n:["tristan da cunha flag","flag-ta"],u:"1f1f9-1f1e6"},{n:["turks & caicos islands flag","flag-tc"],u:"1f1f9-1f1e8"},{n:["chad flag","flag-td"],u:"1f1f9-1f1e9"},{n:["french southern territories flag","flag-tf"],u:"1f1f9-1f1eb"},{n:["togo flag","flag-tg"],u:"1f1f9-1f1ec"},{n:["thailand flag","flag-th"],u:"1f1f9-1f1ed"},{n:["tajikistan flag","flag-tj"],u:"1f1f9-1f1ef"},{n:["tokelau flag","flag-tk"],u:"1f1f9-1f1f0"},{n:["timor-leste flag","flag-tl"],u:"1f1f9-1f1f1"},{n:["turkmenistan flag","flag-tm"],u:"1f1f9-1f1f2"},{n:["tunisia flag","flag-tn"],u:"1f1f9-1f1f3"},{n:["tonga flag","flag-to"],u:"1f1f9-1f1f4"},{n:["turkey flag","flag-tr"],u:"1f1f9-1f1f7"},{n:["trinidad & tobago flag","flag-tt"],u:"1f1f9-1f1f9"},{n:["tuvalu flag","flag-tv"],u:"1f1f9-1f1fb"},{n:["taiwan flag","flag-tw"],u:"1f1f9-1f1fc"},{n:["tanzania flag","flag-tz"],u:"1f1f9-1f1ff"},{n:["ukraine flag","flag-ua"],u:"1f1fa-1f1e6"},{n:["uganda flag","flag-ug"],u:"1f1fa-1f1ec"},{n:["u.s. outlying islands flag","flag-um"],u:"1f1fa-1f1f2"},{n:["united nations flag","flag-un"],u:"1f1fa-1f1f3"},{n:["united states flag","us","flag-us"],u:"1f1fa-1f1f8"},{n:["uruguay flag","flag-uy"],u:"1f1fa-1f1fe"},{n:["uzbekistan flag","flag-uz"],u:"1f1fa-1f1ff"},{n:["vatican city flag","flag-va"],u:"1f1fb-1f1e6"},{n:["st. vincent & grenadines flag","flag-vc"],u:"1f1fb-1f1e8"},{n:["venezuela flag","flag-ve"],u:"1f1fb-1f1ea"},{n:["british virgin islands flag","flag-vg"],u:"1f1fb-1f1ec"},{n:["u.s. virgin islands flag","flag-vi"],u:"1f1fb-1f1ee"},{n:["vietnam flag","flag-vn"],u:"1f1fb-1f1f3"},{n:["vanuatu flag","flag-vu"],u:"1f1fb-1f1fa"},{n:["wallis & futuna flag","flag-wf"],u:"1f1fc-1f1eb"},{n:["samoa flag","flag-ws"],u:"1f1fc-1f1f8"},{n:["kosovo flag","flag-xk"],u:"1f1fd-1f1f0"},{n:["yemen flag","flag-ye"],u:"1f1fe-1f1ea"},{n:["mayotte flag","flag-yt"],u:"1f1fe-1f1f9"},{n:["south africa flag","flag-za"],u:"1f1ff-1f1e6"},{n:["zambia flag","flag-zm"],u:"1f1ff-1f1f2"},{n:["zimbabwe flag","flag-zw"],u:"1f1ff-1f1fc"},{n:["england flag","flag-england"],u:"1f3f4-e0067-e0062-e0065-e006e-e0067-e007f"},{n:["scotland flag","flag-scotland"],u:"1f3f4-e0067-e0062-e0073-e0063-e0074-e007f"},{n:["wales flag","flag-wales"],u:"1f3f4-e0067-e0062-e0077-e006c-e0073-e007f"}]},D3=[{key:"recent",title:"Recently Used",u:"1f551"},{key:"smileys_people",title:"Smiles & People",u:"1f600"},{key:"animals_nature",title:"Animals & Nature",u:"1F431"},{key:"food_drink",title:"Food & Drink",u:"2615"},{key:"activities",title:"Activities",u:"26BD"},{key:"travel_places",title:"Travel & Places",u:"1F697"},{key:"objects",title:"Objects",u:"1F4A1"},{key:"symbols",title:"Symbols",u:"1f4af"},{key:"flags",title:"Flags",u:"1f3f3-fe0f"}];const V7=(t,n)=>n.some(a=>t instanceof a);let B3,S3;function I7(){return B3||(B3=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function D7(){return S3||(S3=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}const T3=new WeakMap,k1=new WeakMap,x3=new WeakMap,_1=new WeakMap,b1=new WeakMap;function B7(t){const n=new Promise((a,o)=>{const l=()=>{t.removeEventListener("success",s),t.removeEventListener("error",f)},s=()=>{a(B2(t.result)),l()},f=()=>{o(t.error),l()};t.addEventListener("success",s),t.addEventListener("error",f)});return n.then(a=>{a instanceof IDBCursor&&T3.set(a,t)}).catch(()=>{}),b1.set(n,t),n}function S7(t){if(k1.has(t))return;const n=new Promise((a,o)=>{const l=()=>{t.removeEventListener("complete",s),t.removeEventListener("error",f),t.removeEventListener("abort",f)},s=()=>{a(),l()},f=()=>{o(t.error||new DOMException("AbortError","AbortError")),l()};t.addEventListener("complete",s),t.addEventListener("error",f),t.addEventListener("abort",f)});k1.set(t,n)}let E1={get(t,n,a){if(t instanceof IDBTransaction){if(n==="done")return k1.get(t);if(n==="objectStoreNames")return t.objectStoreNames||x3.get(t);if(n==="store")return a.objectStoreNames[1]?void 0:a.objectStore(a.objectStoreNames[0])}return B2(t[n])},set(t,n,a){return t[n]=a,!0},has(t,n){return t instanceof IDBTransaction&&(n==="done"||n==="store")?!0:n in t}};function T7(t){E1=t(E1)}function x7(t){return t===IDBDatabase.prototype.transaction&&!("objectStoreNames"in IDBTransaction.prototype)?function(n,...a){const o=t.call(N1(this),n,...a);return x3.set(o,n.sort?n.sort():[n]),B2(o)}:D7().includes(t)?function(...n){return t.apply(N1(this),n),B2(T3.get(this))}:function(...n){return B2(t.apply(N1(this),n))}}function j7(t){return typeof t=="function"?x7(t):(t instanceof IDBTransaction&&S7(t),V7(t,I7())?new Proxy(t,E1):t)}function B2(t){if(t instanceof IDBRequest)return B7(t);if(_1.has(t))return _1.get(t);const n=j7(t);return n!==t&&(_1.set(t,n),b1.set(n,t)),n}const N1=t=>b1.get(t);function w1(t,n,{blocked:a,upgrade:o,blocking:l,terminated:s}={}){const f=indexedDB.open(t,n),i=B2(f);return o&&f.addEventListener("upgradeneeded",r=>{o(B2(f.result),r.oldVersion,r.newVersion,B2(f.transaction),r)}),a&&f.addEventListener("blocked",r=>a(r.oldVersion,r.newVersion,r)),i.then(r=>{s&&r.addEventListener("close",()=>s()),l&&r.addEventListener("versionchange",c=>l(c.oldVersion,c.newVersion,c))}).catch(()=>{}),i}const z7=["get","getKey","getAll","getAllKeys","count"],Z7=["put","add","delete","clear"],V1=new Map;function j3(t,n){if(!(t instanceof IDBDatabase&&!(n in t)&&typeof n=="string"))return;if(V1.get(n))return V1.get(n);const a=n.replace(/FromIndex$/,""),o=n!==a,l=Z7.includes(a);if(!(a in(o?IDBIndex:IDBObjectStore).prototype)||!(l||z7.includes(a)))return;const s=async function(f,...i){const r=this.transaction(f,l?"readwrite":"readonly");let c=r.store;return o&&(c=c.index(i.shift())),(await Promise.all([c[a](...i),l&&r.done]))[0]};return V1.set(n,s),s}T7(t=>({...t,get:(n,a,o)=>j3(n,a)||t.get(n,a,o),has:(n,a)=>!!j3(n,a)||t.has(n,a)}));const I1="EMJ",q2="emojis",D1=3;async function O7(){(await w1(I1,D1,{upgrade(n,a){n.objectStoreNames.contains(q2)||n.createObjectStore(q2,{keyPath:"id",autoIncrement:!0}).createIndex("id","id",{unique:!0})}})).close()}O7();const U7={native:!1,hideSearch:!0,hideGroupIcons:!1,hideGroupNames:!1,staticTexts:{},disabledGroups:[],groupNames:{},displayRecent:!1,additionalGroups:{},groupOrder:[],groupIcons:{}};async function $7(){return await(await w1(I1,D1)).transaction(q2,"readonly").objectStore(q2).getAll()}function v7(){const t=e.reactive({search:"",emoji:_7,activeGroup:"",skinTone:B0,options:U7,additionalGroups:{},recent:[],get emojis(){return{recent:this.recent,...this.options.additionalGroups,...w7}},get disabled(){let C=Array.isArray(this.options.disabledGroups)?this.options.disabledGroups:[];return this.options.displayRecent||(C=["recent",...C]),C},get groups(){return D3.filter(C=>!this.disabled.includes(C.key))},get orderedGroupKeys(){const C=[...this.options.groupOrder,...Object.keys(this.options.additionalGroups),...D3.map(A=>A.key)];return[...new Set(C)].filter(A=>!this.disabled.includes(A))}});function n(){t.options.displayRecent&&o()}async function a(){var C;let A=await $7();return Array.isArray(A)&&A.length?A=JSON.parse(((C=A[0])==null?void 0:C.value)||""):A=[],A}function o(){a().then(C=>{t.recent=C,c()})}const l=C=>{t.search=C},s=C=>{t.emoji=C},f=C=>{t.activeGroup=C},i=(C=B0)=>{t.skinTone=C},r=C=>{t.options=Object.assign({},t.options,C),n()};async function c(){(await w1(I1,D1)).transaction(q2,"readwrite").objectStore(q2).put({id:0,value:JSON.stringify(t.recent)})}const d=C=>{if(t.options.displayRecent!==!0)return;const A=t.recent.findIndex(m=>m.u===C.u);if(A>0&&t.recent.splice(A,1),A===0)return;const p={u:C.u,n:e.toRaw(C.n)};t.recent=[p,...t.recent],t.recent.length>24&&(t.recent.length=24),c()};return{state:e.readonly(t),updateSearch:l,updateEmoji:s,updateActiveGroup:f,updateSkinTone:i,updateOptions:r,updateSelect:d}}var G="top",f2="bottom",s2="right",X="left",B1="auto",i0=[G,f2,s2,X],W2="start",r0="end",R7="clippingParents",z3="viewport",c0="popper",F7="reference",Z3=i0.reduce(function(t,n){return t.concat([n+"-"+W2,n+"-"+r0])},[]),O3=[].concat(i0,[B1]).reduce(function(t,n){return t.concat([n,n+"-"+W2,n+"-"+r0])},[]),Q7="beforeRead",H7="read",P7="afterRead",Y7="beforeMain",q7="main",W7="afterMain",K7="beforeWrite",J7="write",G7="afterWrite",X7=[Q7,H7,P7,Y7,q7,W7,K7,J7,G7];function m2(t){return t?(t.nodeName||"").toLowerCase():null}function A2(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var n=t.ownerDocument;return n&&n.defaultView||window}return t}function K2(t){var n=A2(t).Element;return t instanceof n||t instanceof Element}function i2(t){var n=A2(t).HTMLElement;return t instanceof n||t instanceof HTMLElement}function U3(t){if(typeof ShadowRoot>"u")return!1;var n=A2(t).ShadowRoot;return t instanceof n||t instanceof ShadowRoot}function e8(t){var n=t.state;Object.keys(n.elements).forEach(function(a){var o=n.styles[a]||{},l=n.attributes[a]||{},s=n.elements[a];!i2(s)||!m2(s)||(Object.assign(s.style,o),Object.keys(l).forEach(function(f){var i=l[f];i===!1?s.removeAttribute(f):s.setAttribute(f,i===!0?"":i)}))})}function t8(t){var n=t.state,a={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,a.popper),n.styles=a,n.elements.arrow&&Object.assign(n.elements.arrow.style,a.arrow),function(){Object.keys(n.elements).forEach(function(o){var l=n.elements[o],s=n.attributes[o]||{},f=Object.keys(n.styles.hasOwnProperty(o)?n.styles[o]:a[o]),i=f.reduce(function(r,c){return r[c]="",r},{});!i2(l)||!m2(l)||(Object.assign(l.style,i),Object.keys(s).forEach(function(r){l.removeAttribute(r)}))})}}var n8={name:"applyStyles",enabled:!0,phase:"write",fn:e8,effect:t8,requires:["computeStyles"]};function g2(t){return t.split("-")[0]}var U2=Math.max,S0=Math.min,J2=Math.round;function G2(t,n){n===void 0&&(n=!1);var a=t.getBoundingClientRect(),o=1,l=1;if(i2(t)&&n){var s=t.offsetHeight,f=t.offsetWidth;f>0&&(o=J2(a.width)/f||1),s>0&&(l=J2(a.height)/s||1)}return{width:a.width/o,height:a.height/l,top:a.top/l,right:a.right/o,bottom:a.bottom/l,left:a.left/o,x:a.left/o,y:a.top/l}}function S1(t){var n=G2(t),a=t.offsetWidth,o=t.offsetHeight;return Math.abs(n.width-a)<=1&&(a=n.width),Math.abs(n.height-o)<=1&&(o=n.height),{x:t.offsetLeft,y:t.offsetTop,width:a,height:o}}function $3(t,n){var a=n.getRootNode&&n.getRootNode();if(t.contains(n))return!0;if(a&&U3(a)){var o=n;do{if(o&&t.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function p2(t){return A2(t).getComputedStyle(t)}function a8(t){return["table","td","th"].indexOf(m2(t))>=0}function S2(t){return((K2(t)?t.ownerDocument:t.document)||window.document).documentElement}function T0(t){return m2(t)==="html"?t:t.assignedSlot||t.parentNode||(U3(t)?t.host:null)||S2(t)}function v3(t){return!i2(t)||p2(t).position==="fixed"?null:t.offsetParent}function o8(t){var n=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,a=navigator.userAgent.indexOf("Trident")!==-1;if(a&&i2(t)){var o=p2(t);if(o.position==="fixed")return null}for(var l=T0(t);i2(l)&&["html","body"].indexOf(m2(l))<0;){var s=p2(l);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||n&&s.willChange==="filter"||n&&s.filter&&s.filter!=="none")return l;l=l.parentNode}return null}function d0(t){for(var n=A2(t),a=v3(t);a&&a8(a)&&p2(a).position==="static";)a=v3(a);return a&&(m2(a)==="html"||m2(a)==="body"&&p2(a).position==="static")?n:a||o8(t)||n}function T1(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function C0(t,n,a){return U2(t,S0(n,a))}function l8(t,n,a){var o=C0(t,n,a);return o>a?a:o}function R3(){return{top:0,right:0,bottom:0,left:0}}function F3(t){return Object.assign({},R3(),t)}function Q3(t,n){return n.reduce(function(a,o){return a[o]=t,a},{})}var f8=function(n,a){return n=typeof n=="function"?n(Object.assign({},a.rects,{placement:a.placement})):n,F3(typeof n!="number"?n:Q3(n,i0))};function s8(t){var n,a=t.state,o=t.name,l=t.options,s=a.elements.arrow,f=a.modifiersData.popperOffsets,i=g2(a.placement),r=T1(i),c=[X,s2].indexOf(i)>=0,d=c?"height":"width";if(!(!s||!f)){var C=f8(l.padding,a),A=S1(s),p=r==="y"?G:X,m=r==="y"?f2:s2,h=a.rects.reference[d]+a.rects.reference[r]-f[r]-a.rects.popper[d],u=f[r]-a.rects.reference[r],k=d0(s),_=k?r==="y"?k.clientHeight||0:k.clientWidth||0:0,M=h/2-u/2,L=C[p],y=_-A[d]-C[m],g=_/2-A[d]/2+M,b=C0(L,g,y),E=r;a.modifiersData[o]=(n={},n[E]=b,n.centerOffset=b-g,n)}}function i8(t){var n=t.state,a=t.options,o=a.element,l=o===void 0?"[data-popper-arrow]":o;l!=null&&(typeof l=="string"&&(l=n.elements.popper.querySelector(l),!l)||$3(n.elements.popper,l)&&(n.elements.arrow=l))}var r8={name:"arrow",enabled:!0,phase:"main",fn:s8,effect:i8,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function X2(t){return t.split("-")[1]}var c8={top:"auto",right:"auto",bottom:"auto",left:"auto"};function d8(t){var n=t.x,a=t.y,o=window,l=o.devicePixelRatio||1;return{x:J2(n*l)/l||0,y:J2(a*l)/l||0}}function H3(t){var n,a=t.popper,o=t.popperRect,l=t.placement,s=t.variation,f=t.offsets,i=t.position,r=t.gpuAcceleration,c=t.adaptive,d=t.roundOffsets,C=t.isFixed,A=d===!0?d8(f):typeof d=="function"?d(f):f,p=A.x,m=p===void 0?0:p,h=A.y,u=h===void 0?0:h,k=f.hasOwnProperty("x"),_=f.hasOwnProperty("y"),M=X,L=G,y=window;if(c){var g=d0(a),b="clientHeight",E="clientWidth";if(g===A2(a)&&(g=S2(a),p2(g).position!=="static"&&i==="absolute"&&(b="scrollHeight",E="scrollWidth")),g=g,l===G||(l===X||l===s2)&&s===r0){L=f2;var B=C&&y.visualViewport?y.visualViewport.height:g[b];u-=B-o.height,u*=r?1:-1}if(l===X||(l===G||l===f2)&&s===r0){M=s2;var j=C&&y.visualViewport?y.visualViewport.width:g[E];m-=j-o.width,m*=r?1:-1}}var O=Object.assign({position:i},c&&c8);if(r){var V;return Object.assign({},O,(V={},V[L]=_?"0":"",V[M]=k?"0":"",V.transform=(y.devicePixelRatio||1)<=1?"translate("+m+"px, "+u+"px)":"translate3d("+m+"px, "+u+"px, 0)",V))}return Object.assign({},O,(n={},n[L]=_?u+"px":"",n[M]=k?m+"px":"",n.transform="",n))}function C8(t){var n=t.state,a=t.options,o=a.gpuAcceleration,l=o===void 0?!0:o,s=a.adaptive,f=s===void 0?!0:s,i=a.roundOffsets,r=i===void 0?!0:i,c={placement:g2(n.placement),variation:X2(n.placement),popper:n.elements.popper,popperRect:n.rects.popper,gpuAcceleration:l,isFixed:n.options.strategy==="fixed"};n.modifiersData.popperOffsets!=null&&(n.styles.popper=Object.assign({},n.styles.popper,H3(Object.assign({},c,{offsets:n.modifiersData.popperOffsets,position:n.options.strategy,adaptive:f,roundOffsets:r})))),n.modifiersData.arrow!=null&&(n.styles.arrow=Object.assign({},n.styles.arrow,H3(Object.assign({},c,{offsets:n.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:r})))),n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-placement":n.placement})}var A8={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:C8,data:{}},x0={passive:!0};function u8(t){var n=t.state,a=t.instance,o=t.options,l=o.scroll,s=l===void 0?!0:l,f=o.resize,i=f===void 0?!0:f,r=A2(n.elements.popper),c=[].concat(n.scrollParents.reference,n.scrollParents.popper);return s&&c.forEach(function(d){d.addEventListener("scroll",a.update,x0)}),i&&r.addEventListener("resize",a.update,x0),function(){s&&c.forEach(function(d){d.removeEventListener("scroll",a.update,x0)}),i&&r.removeEventListener("resize",a.update,x0)}}var m8={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:u8,data:{}},g8={left:"right",right:"left",bottom:"top",top:"bottom"};function j0(t){return t.replace(/left|right|bottom|top/g,function(n){return g8[n]})}var p8={start:"end",end:"start"};function P3(t){return t.replace(/start|end/g,function(n){return p8[n]})}function x1(t){var n=A2(t),a=n.pageXOffset,o=n.pageYOffset;return{scrollLeft:a,scrollTop:o}}function j1(t){return G2(S2(t)).left+x1(t).scrollLeft}function L8(t){var n=A2(t),a=S2(t),o=n.visualViewport,l=a.clientWidth,s=a.clientHeight,f=0,i=0;return o&&(l=o.width,s=o.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(f=o.offsetLeft,i=o.offsetTop)),{width:l,height:s,x:f+j1(t),y:i}}function h8(t){var n,a=S2(t),o=x1(t),l=(n=t.ownerDocument)==null?void 0:n.body,s=U2(a.scrollWidth,a.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),f=U2(a.scrollHeight,a.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),i=-o.scrollLeft+j1(t),r=-o.scrollTop;return p2(l||a).direction==="rtl"&&(i+=U2(a.clientWidth,l?l.clientWidth:0)-s),{width:s,height:f,x:i,y:r}}function z1(t){var n=p2(t),a=n.overflow,o=n.overflowX,l=n.overflowY;return/auto|scroll|overlay|hidden/.test(a+l+o)}function Y3(t){return["html","body","#document"].indexOf(m2(t))>=0?t.ownerDocument.body:i2(t)&&z1(t)?t:Y3(T0(t))}function A0(t,n){var a;n===void 0&&(n=[]);var o=Y3(t),l=o===((a=t.ownerDocument)==null?void 0:a.body),s=A2(o),f=l?[s].concat(s.visualViewport||[],z1(o)?o:[]):o,i=n.concat(f);return l?i:i.concat(A0(T0(f)))}function Z1(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function M8(t){var n=G2(t);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}function q3(t,n){return n===z3?Z1(L8(t)):K2(n)?M8(n):Z1(h8(S2(t)))}function y8(t){var n=A0(T0(t)),a=["absolute","fixed"].indexOf(p2(t).position)>=0,o=a&&i2(t)?d0(t):t;return K2(o)?n.filter(function(l){return K2(l)&&$3(l,o)&&m2(l)!=="body"&&(a?p2(l).position!=="static":!0)}):[]}function k8(t,n,a){var o=n==="clippingParents"?y8(t):[].concat(n),l=[].concat(o,[a]),s=l[0],f=l.reduce(function(i,r){var c=q3(t,r);return i.top=U2(c.top,i.top),i.right=S0(c.right,i.right),i.bottom=S0(c.bottom,i.bottom),i.left=U2(c.left,i.left),i},q3(t,s));return f.width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f}function W3(t){var n=t.reference,a=t.element,o=t.placement,l=o?g2(o):null,s=o?X2(o):null,f=n.x+n.width/2-a.width/2,i=n.y+n.height/2-a.height/2,r;switch(l){case G:r={x:f,y:n.y-a.height};break;case f2:r={x:f,y:n.y+n.height};break;case s2:r={x:n.x+n.width,y:i};break;case X:r={x:n.x-a.width,y:i};break;default:r={x:n.x,y:n.y}}var c=l?T1(l):null;if(c!=null){var d=c==="y"?"height":"width";switch(s){case W2:r[c]=r[c]-(n[d]/2-a[d]/2);break;case r0:r[c]=r[c]+(n[d]/2-a[d]/2);break}}return r}function u0(t,n){n===void 0&&(n={});var a=n,o=a.placement,l=o===void 0?t.placement:o,s=a.boundary,f=s===void 0?R7:s,i=a.rootBoundary,r=i===void 0?z3:i,c=a.elementContext,d=c===void 0?c0:c,C=a.altBoundary,A=C===void 0?!1:C,p=a.padding,m=p===void 0?0:p,h=F3(typeof m!="number"?m:Q3(m,i0)),u=d===c0?F7:c0,k=t.rects.popper,_=t.elements[A?u:d],M=k8(K2(_)?_:_.contextElement||S2(t.elements.popper),f,r),L=G2(t.elements.reference),y=W3({reference:L,element:k,placement:l}),g=Z1(Object.assign({},k,y)),b=d===c0?g:L,E={top:M.top-b.top+h.top,bottom:b.bottom-M.bottom+h.bottom,left:M.left-b.left+h.left,right:b.right-M.right+h.right},B=t.modifiersData.offset;if(d===c0&&B){var j=B[l];Object.keys(E).forEach(function(O){var V=[s2,f2].indexOf(O)>=0?1:-1,S=[G,f2].indexOf(O)>=0?"y":"x";E[O]+=j[S]*V})}return E}function _8(t,n){n===void 0&&(n={});var a=n,o=a.placement,l=a.boundary,s=a.rootBoundary,f=a.padding,i=a.flipVariations,r=a.allowedAutoPlacements,c=r===void 0?O3:r,d=X2(o),C=d?i?Z3:Z3.filter(function(m){return X2(m)===d}):i0,A=C.filter(function(m){return c.indexOf(m)>=0});A.length===0&&(A=C);var p=A.reduce(function(m,h){return m[h]=u0(t,{placement:h,boundary:l,rootBoundary:s,padding:f})[g2(h)],m},{});return Object.keys(p).sort(function(m,h){return p[m]-p[h]})}function b8(t){if(g2(t)===B1)return[];var n=j0(t);return[P3(t),n,P3(n)]}function E8(t){var n=t.state,a=t.options,o=t.name;if(!n.modifiersData[o]._skip){for(var l=a.mainAxis,s=l===void 0?!0:l,f=a.altAxis,i=f===void 0?!0:f,r=a.fallbackPlacements,c=a.padding,d=a.boundary,C=a.rootBoundary,A=a.altBoundary,p=a.flipVariations,m=p===void 0?!0:p,h=a.allowedAutoPlacements,u=n.options.placement,k=g2(u),_=k===u,M=r||(_||!m?[j0(u)]:b8(u)),L=[u].concat(M).reduce(function(U,w){return U.concat(g2(w)===B1?_8(n,{placement:w,boundary:d,rootBoundary:C,padding:c,flipVariations:m,allowedAutoPlacements:h}):w)},[]),y=n.rects.reference,g=n.rects.popper,b=new Map,E=!0,B=L[0],j=0;j<L.length;j++){var O=L[j],V=g2(O),S=X2(O)===W2,v=[G,f2].indexOf(V)>=0,H=v?"width":"height",F=u0(n,{placement:O,boundary:d,rootBoundary:C,altBoundary:A,padding:c}),P=v?S?s2:X:S?f2:G;y[H]>g[H]&&(P=j0(P));var M2=j0(P),K=[];if(s&&K.push(F[V]<=0),i&&K.push(F[P]<=0,F[M2]<=0),K.every(function(U){return U})){B=O,E=!1;break}b.set(O,K)}if(E)for(var y2=m?3:1,k2=function(w){var z=L.find(function(Z){var Y=b.get(Z);if(Y)return Y.slice(0,w).every(function(a2){return a2})});if(z)return B=z,"break"},d2=y2;d2>0;d2--){var $=k2(d2);if($==="break")break}n.placement!==B&&(n.modifiersData[o]._skip=!0,n.placement=B,n.reset=!0)}}var N8={name:"flip",enabled:!0,phase:"main",fn:E8,requiresIfExists:["offset"],data:{_skip:!1}};function K3(t,n,a){return a===void 0&&(a={x:0,y:0}),{top:t.top-n.height-a.y,right:t.right-n.width+a.x,bottom:t.bottom-n.height+a.y,left:t.left-n.width-a.x}}function J3(t){return[G,s2,f2,X].some(function(n){return t[n]>=0})}function w8(t){var n=t.state,a=t.name,o=n.rects.reference,l=n.rects.popper,s=n.modifiersData.preventOverflow,f=u0(n,{elementContext:"reference"}),i=u0(n,{altBoundary:!0}),r=K3(f,o),c=K3(i,l,s),d=J3(r),C=J3(c);n.modifiersData[a]={referenceClippingOffsets:r,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:C},n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":C})}var V8={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:w8};function I8(t,n,a){var o=g2(t),l=[X,G].indexOf(o)>=0?-1:1,s=typeof a=="function"?a(Object.assign({},n,{placement:t})):a,f=s[0],i=s[1];return f=f||0,i=(i||0)*l,[X,s2].indexOf(o)>=0?{x:i,y:f}:{x:f,y:i}}function D8(t){var n=t.state,a=t.options,o=t.name,l=a.offset,s=l===void 0?[0,0]:l,f=O3.reduce(function(d,C){return d[C]=I8(C,n.rects,s),d},{}),i=f[n.placement],r=i.x,c=i.y;n.modifiersData.popperOffsets!=null&&(n.modifiersData.popperOffsets.x+=r,n.modifiersData.popperOffsets.y+=c),n.modifiersData[o]=f}var B8={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:D8};function S8(t){var n=t.state,a=t.name;n.modifiersData[a]=W3({reference:n.rects.reference,element:n.rects.popper,placement:n.placement})}var T8={name:"popperOffsets",enabled:!0,phase:"read",fn:S8,data:{}};function x8(t){return t==="x"?"y":"x"}function j8(t){var n=t.state,a=t.options,o=t.name,l=a.mainAxis,s=l===void 0?!0:l,f=a.altAxis,i=f===void 0?!1:f,r=a.boundary,c=a.rootBoundary,d=a.altBoundary,C=a.padding,A=a.tether,p=A===void 0?!0:A,m=a.tetherOffset,h=m===void 0?0:m,u=u0(n,{boundary:r,rootBoundary:c,padding:C,altBoundary:d}),k=g2(n.placement),_=X2(n.placement),M=!_,L=T1(k),y=x8(L),g=n.modifiersData.popperOffsets,b=n.rects.reference,E=n.rects.popper,B=typeof h=="function"?h(Object.assign({},n.rects,{placement:n.placement})):h,j=typeof B=="number"?{mainAxis:B,altAxis:B}:Object.assign({mainAxis:0,altAxis:0},B),O=n.modifiersData.offset?n.modifiersData.offset[n.placement]:null,V={x:0,y:0};if(g){if(s){var S,v=L==="y"?G:X,H=L==="y"?f2:s2,F=L==="y"?"height":"width",P=g[L],M2=P+u[v],K=P-u[H],y2=p?-E[F]/2:0,k2=_===W2?b[F]:E[F],d2=_===W2?-E[F]:-b[F],$=n.elements.arrow,U=p&&$?S1($):{width:0,height:0},w=n.modifiersData["arrow#persistent"]?n.modifiersData["arrow#persistent"].padding:R3(),z=w[v],Z=w[H],Y=C0(0,b[F],U[F]),a2=M?b[F]/2-y2-Y-z-j.mainAxis:k2-Y-z-j.mainAxis,_2=M?-b[F]/2+y2+Y+Z+j.mainAxis:d2+Y+Z+j.mainAxis,n0=n.elements.arrow&&d0(n.elements.arrow),f3=n0?L==="y"?n0.clientTop||0:n0.clientLeft||0:0,g1=(S=O==null?void 0:O[L])!=null?S:0,w0=P+a2-g1-f3,s3=P+_2-g1,p1=C0(p?S0(M2,w0):M2,P,p?U2(K,s3):K);g[L]=p1,V[L]=p1-P}if(i){var L1,R2=L==="x"?G:X,h1=L==="x"?f2:s2,b2=g[y],F2=y==="y"?"height":"width",T=b2+u[R2],x=b2-u[h1],W=[G,X].indexOf(k)!==-1,E2=(L1=O==null?void 0:O[y])!=null?L1:0,Q2=W?T:b2-b[F2]-E[F2]-E2+j.altAxis,H2=W?b2+b[F2]+E[F2]-E2-j.altAxis:x,Q=p&&W?l8(Q2,b2,H2):C0(p?Q2:T,b2,p?H2:x);g[y]=Q,V[y]=Q-b2}n.modifiersData[o]=V}}var z8={name:"preventOverflow",enabled:!0,phase:"main",fn:j8,requiresIfExists:["offset"]};function Z8(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function O8(t){return t===A2(t)||!i2(t)?x1(t):Z8(t)}function U8(t){var n=t.getBoundingClientRect(),a=J2(n.width)/t.offsetWidth||1,o=J2(n.height)/t.offsetHeight||1;return a!==1||o!==1}function $8(t,n,a){a===void 0&&(a=!1);var o=i2(n),l=i2(n)&&U8(n),s=S2(n),f=G2(t,l),i={scrollLeft:0,scrollTop:0},r={x:0,y:0};return(o||!o&&!a)&&((m2(n)!=="body"||z1(s))&&(i=O8(n)),i2(n)?(r=G2(n,!0),r.x+=n.clientLeft,r.y+=n.clientTop):s&&(r.x=j1(s))),{x:f.left+i.scrollLeft-r.x,y:f.top+i.scrollTop-r.y,width:f.width,height:f.height}}function v8(t){var n=new Map,a=new Set,o=[];t.forEach(function(s){n.set(s.name,s)});function l(s){a.add(s.name);var f=[].concat(s.requires||[],s.requiresIfExists||[]);f.forEach(function(i){if(!a.has(i)){var r=n.get(i);r&&l(r)}}),o.push(s)}return t.forEach(function(s){a.has(s.name)||l(s)}),o}function R8(t){var n=v8(t);return X7.reduce(function(a,o){return a.concat(n.filter(function(l){return l.phase===o}))},[])}function F8(t){var n;return function(){return n||(n=new Promise(function(a){Promise.resolve().then(function(){n=void 0,a(t())})})),n}}function Q8(t){var n=t.reduce(function(a,o){var l=a[o.name];return a[o.name]=l?Object.assign({},l,o,{options:Object.assign({},l.options,o.options),data:Object.assign({},l.data,o.data)}):o,a},{});return Object.keys(n).map(function(a){return n[a]})}var G3={placement:"bottom",modifiers:[],strategy:"absolute"};function X3(){for(var t=arguments.length,n=new Array(t),a=0;a<t;a++)n[a]=arguments[a];return!n.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function H8(t){t===void 0&&(t={});var n=t,a=n.defaultModifiers,o=a===void 0?[]:a,l=n.defaultOptions,s=l===void 0?G3:l;return function(i,r,c){c===void 0&&(c=s);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},G3,s),modifiersData:{},elements:{reference:i,popper:r},attributes:{},styles:{}},C=[],A=!1,p={state:d,setOptions:function(k){var _=typeof k=="function"?k(d.options):k;h(),d.options=Object.assign({},s,d.options,_),d.scrollParents={reference:K2(i)?A0(i):i.contextElement?A0(i.contextElement):[],popper:A0(r)};var M=R8(Q8([].concat(o,d.options.modifiers)));return d.orderedModifiers=M.filter(function(L){return L.enabled}),m(),p.update()},forceUpdate:function(){if(!A){var k=d.elements,_=k.reference,M=k.popper;if(X3(_,M)){d.rects={reference:$8(_,d0(M),d.options.strategy==="fixed"),popper:S1(M)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(j){return d.modifiersData[j.name]=Object.assign({},j.data)});for(var L=0;L<d.orderedModifiers.length;L++){if(d.reset===!0){d.reset=!1,L=-1;continue}var y=d.orderedModifiers[L],g=y.fn,b=y.options,E=b===void 0?{}:b,B=y.name;typeof g=="function"&&(d=g({state:d,options:E,name:B,instance:p})||d)}}}},update:F8(function(){return new Promise(function(u){p.forceUpdate(),u(d)})}),destroy:function(){h(),A=!0}};if(!X3(i,r))return p;p.setOptions(c).then(function(u){!A&&c.onFirstUpdate&&c.onFirstUpdate(u)});function m(){d.orderedModifiers.forEach(function(u){var k=u.name,_=u.options,M=_===void 0?{}:_,L=u.effect;if(typeof L=="function"){var y=L({state:d,name:k,instance:p,options:M}),g=function(){};C.push(y||g)}})}function h(){C.forEach(function(u){return u()}),C=[]}return p}}var P8=[m8,T8,A8,n8,B8,N8,z8,r8,V8],Y8=H8({defaultModifiers:P8}),e4="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgOS4zODI4MTMgNCA0IDkuMzgyODEzIDQgMTYgQyA0IDIyLjYxNzE4OCA5LjM4MjgxMyAyOCAxNiAyOCBDIDIyLjYxNzE4OCAyOCAyOCAyMi42MTcxODggMjggMTYgQyAyOCA5LjM4MjgxMyAyMi42MTcxODggNCAxNiA0IFogTSAxNiA2IEMgMjEuNTM1MTU2IDYgMjYgMTAuNDY0ODQ0IDI2IDE2IEMgMjYgMjEuNTM1MTU2IDIxLjUzNTE1NiAyNiAxNiAyNiBDIDEwLjQ2NDg0NCAyNiA2IDIxLjUzNTE1NiA2IDE2IEMgNiAxMC40NjQ4NDQgMTAuNDY0ODQ0IDYgMTYgNiBaIE0gMTEuNSAxMiBDIDEwLjY3MTg3NSAxMiAxMCAxMi42NzE4NzUgMTAgMTMuNSBDIDEwIDE0LjMyODEyNSAxMC42NzE4NzUgMTUgMTEuNSAxNSBDIDEyLjMyODEyNSAxNSAxMyAxNC4zMjgxMjUgMTMgMTMuNSBDIDEzIDEyLjY3MTg3NSAxMi4zMjgxMjUgMTIgMTEuNSAxMiBaIE0gMjAuNSAxMiBDIDE5LjY3MTg3NSAxMiAxOSAxMi42NzE4NzUgMTkgMTMuNSBDIDE5IDE0LjMyODEyNSAxOS42NzE4NzUgMTUgMjAuNSAxNSBDIDIxLjMyODEyNSAxNSAyMiAxNC4zMjgxMjUgMjIgMTMuNSBDIDIyIDEyLjY3MTg3NSAyMS4zMjgxMjUgMTIgMjAuNSAxMiBaIE0gMTAuODEyNSAxOSBMIDkuMDkzNzUgMjAgQyAxMC40NzY1NjMgMjIuMzg2NzE5IDEzLjA0Njg3NSAyNCAxNiAyNCBDIDE4Ljk1MzEyNSAyNCAyMS41MjM0MzggMjIuMzg2NzE5IDIyLjkwNjI1IDIwIEwgMjEuMTg3NSAxOSBDIDIwLjE0ODQzOCAyMC43OTI5NjkgMTguMjI2NTYzIDIyIDE2IDIyIEMgMTMuNzczNDM4IDIyIDExLjg1MTU2MyAyMC43OTI5NjkgMTAuODEyNSAxOSBaIi8+PC9zdmc+";function z0(t){return t.split("-").map(n=>parseInt(n,16)).map(n=>String.fromCodePoint(n)).join("")}function q8(t,n,a,o=[]){const l={};return Object.keys(t).forEach(s=>{if(o.includes(s))return;const f=[];t[s].forEach(i=>{var r;if(i[I0][0].includes(n.toLocaleLowerCase())){let c=i[I3];if(a!==B0&&Array.isArray(i[D0])){const d=((r=i[D0])==null?void 0:r.findIndex(C=>C.includes(a)))||-1;d!==-1&&i[D0]&&(c=i[D0][d])}return f.push({...i,[s0]:c})}}),f.length&&(l[s]=f)}),l}function t4(){var t;return(((t=navigator==null?void 0:navigator.userAgentData)==null?void 0:t.platform)||(navigator==null?void 0:navigator.platform)||"unknown").toUpperCase().indexOf("MAC")!==-1}function n4(t){return t.replace(/^_*(.)|_+(.)/g,(n,a,o)=>a?a.toUpperCase():" "+o.toUpperCase())}var m0=(t,n)=>{const a=t.__vccOpts||t;for(const[o,l]of n)a[o]=l;return a};const W8=e.defineComponent({name:"Body",emits:{select:t=>!0},setup(){const{state:t,updateEmoji:n,updateSelect:a}=e.inject("store"),o=e.ref(null),l=e.computed(()=>q8(t.emojis,t.search,t.skinTone,t.options.disabledGroups)),s=e.getCurrentInstance(),f=e.computed(()=>!t.options.hideGroupNames),i=e.computed(()=>!t.options.disableStickyGroupNames),r=e.toRaw(t.options.groupNames),c=t.orderedGroupKeys;t.options.additionalGroups&&Object.keys(t.options.additionalGroups).map(m=>{t.options.groupNames[m]?r[m]=t.options.groupNames[m]:r[m]=n4(m)});const d=t4()?"is-mac":"";function C(m){n(m)}function A(m){a(m),s==null||s.emit("select",{...m,t:t.skinTone,i:z0(m.r)})}function p(m,h){var u;const k=(u=m==null?void 0:m.target)==null?void 0:u.closest("button");k&&(k.innerHTML=`<span>${z0(h)}</span>`)}return e.watch(()=>t.activeGroup,()=>{var m;const h=(m=o.value)==null?void 0:m.querySelector("#"+t.activeGroup);h&&(h.parentNode.scrollTop=h.offsetTop-h.parentNode.offsetTop)}),{emojis:l,bodyInner:o,EMOJI_REMOTE_SRC:w3,GROUP_NAMES:V3,handleClick:A,handleError:p,handleMouseEnter:C,native:t.options.native,unicodeToEmoji:z0,EMOJI_RESULT_KEY:s0,EMOJI_NAME_KEY:I0,hasGroupNames:f,isSticky:i,platform:d,groupNames:r,orderedKeys:c}}}),K8={class:"v3-body"},J8=["id"],G8={class:"v3-emojis"},X8=["onMouseenter","onClick"],e5={key:0},t5=["src","alt","onError"],n5={key:1,class:"v3-no-result"};function a5(t,n,a,o,l,s){return e.openBlock(),e.createElementBlock("div",K8,[e.createElementVNode("div",{ref:"bodyInner",class:e.normalizeClass([t.platform,"v3-body-inner"])},[t.orderedKeys.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.orderedKeys,f=>(e.openBlock(),e.createElementBlock("div",{id:f,key:f,class:"v3-group"},[t.hasGroupNames?e.withDirectives((e.openBlock(),e.createElementBlock("h5",{key:0,class:e.normalizeClass(t.isSticky?"v3-sticky":"")},e.toDisplayString(t.groupNames[f]),3)),[[e.vShow,t.emojis[f]]]):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",G8,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.emojis[f],i=>(e.openBlock(),e.createElementBlock("button",{key:i.r,type:"button",onMouseenter:r=>t.handleMouseEnter(i),onClick:r=>t.handleClick(i)},[t.native?(e.openBlock(),e.createElementBlock("span",e5,e.toDisplayString(t.unicodeToEmoji(i.r)),1)):(e.openBlock(),e.createElementBlock("img",{key:1,src:t.EMOJI_REMOTE_SRC+`/${i.r}.png`,alt:i.n[0],onError:r=>t.handleError(r,i.r)},null,40,t5))],40,X8))),128))],512),[[e.vShow,t.emojis[f]]])],8,J8))),128)):(e.openBlock(),e.createElementBlock("span",n5," No emoji has been found! "))],2)])}var o5=m0(W8,[["render",a5]]),l5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMi41IDUgQyAxMS40Mjk2ODggNSAxMC41IDUuNjA5Mzc1IDkuOTA2MjUgNi40Mzc1IEMgOS4zMTI1IDcuMjY1NjI1IDkgOC4zMzk4NDQgOSA5LjUgQyA5IDEwLjY2MDE1NiA5LjMxMjUgMTEuNzM0Mzc1IDkuOTA2MjUgMTIuNTYyNSBDIDEwLjUgMTMuMzkwNjI1IDExLjQyOTY4OCAxNCAxMi41IDE0IEMgMTMuNTcwMzEzIDE0IDE0LjUgMTMuMzkwNjI1IDE1LjA5Mzc1IDEyLjU2MjUgQyAxNS42ODc1IDExLjczNDM3NSAxNiAxMC42NjAxNTYgMTYgOS41IEMgMTYgOC4zMzk4NDQgMTUuNjg3NSA3LjI2NTYyNSAxNS4wOTM3NSA2LjQzNzUgQyAxNC41IDUuNjA5Mzc1IDEzLjU3MDMxMyA1IDEyLjUgNSBaIE0gMTYgOS41IEMgMTYgMTAuNjYwMTU2IDE2LjMxMjUgMTEuNzM0Mzc1IDE2LjkwNjI1IDEyLjU2MjUgQyAxNy41IDEzLjM5MDYyNSAxOC40Mjk2ODggMTQgMTkuNSAxNCBDIDIwLjU3MDMxMyAxNCAyMS41IDEzLjM5MDYyNSAyMi4wOTM3NSAxMi41NjI1IEMgMjIuNjg3NSAxMS43MzQzNzUgMjMgMTAuNjYwMTU2IDIzIDkuNSBDIDIzIDguMzM5ODQ0IDIyLjY4NzUgNy4yNjU2MjUgMjIuMDkzNzUgNi40Mzc1IEMgMjEuNSA1LjYwOTM3NSAyMC41NzAzMTMgNSAxOS41IDUgQyAxOC40Mjk2ODggNSAxNy41IDUuNjA5Mzc1IDE2LjkwNjI1IDYuNDM3NSBDIDE2LjMxMjUgNy4yNjU2MjUgMTYgOC4zMzk4NDQgMTYgOS41IFogTSAxMi41IDcgQyAxMi44MTI1IDcgMTMuMTU2MjUgNy4xNTYyNSAxMy40Njg3NSA3LjU5Mzc1IEMgMTMuNzgxMjUgOC4wMzEyNSAxNCA4LjcyNjU2MyAxNCA5LjUgQyAxNCAxMC4yNzM0MzggMTMuNzgxMjUgMTAuOTY4NzUgMTMuNDY4NzUgMTEuNDA2MjUgQyAxMy4xNTYyNSAxMS44NDM3NSAxMi44MTI1IDEyIDEyLjUgMTIgQyAxMi4xODc1IDEyIDExLjg0Mzc1IDExLjg0Mzc1IDExLjUzMTI1IDExLjQwNjI1IEMgMTEuMjE4NzUgMTAuOTY4NzUgMTEgMTAuMjczNDM4IDExIDkuNSBDIDExIDguNzI2NTYzIDExLjIxODc1IDguMDMxMjUgMTEuNTMxMjUgNy41OTM3NSBDIDExLjg0Mzc1IDcuMTU2MjUgMTIuMTg3NSA3IDEyLjUgNyBaIE0gMTkuNSA3IEMgMTkuODEyNSA3IDIwLjE1NjI1IDcuMTU2MjUgMjAuNDY4NzUgNy41OTM3NSBDIDIwLjc4MTI1IDguMDMxMjUgMjEgOC43MjY1NjMgMjEgOS41IEMgMjEgMTAuMjczNDM4IDIwLjc4MTI1IDEwLjk2ODc1IDIwLjQ2ODc1IDExLjQwNjI1IEMgMjAuMTU2MjUgMTEuODQzNzUgMTkuODEyNSAxMiAxOS41IDEyIEMgMTkuMTg3NSAxMiAxOC44NDM3NSAxMS44NDM3NSAxOC41MzEyNSAxMS40MDYyNSBDIDE4LjIxODc1IDEwLjk2ODc1IDE4IDEwLjI3MzQzOCAxOCA5LjUgQyAxOCA4LjcyNjU2MyAxOC4yMTg3NSA4LjAzMTI1IDE4LjUzMTI1IDcuNTkzNzUgQyAxOC44NDM3NSA3LjE1NjI1IDE5LjE4NzUgNyAxOS41IDcgWiBNIDcuNSAxMiBDIDYuNDI5Njg4IDEyIDUuNSAxMi42MDkzNzUgNC45MDYyNSAxMy40Mzc1IEMgNC4zMTI1IDE0LjI2NTYyNSA0IDE1LjMzOTg0NCA0IDE2LjUgQyA0IDE3LjY2MDE1NiA0LjMxMjUgMTguNzM0Mzc1IDQuOTA2MjUgMTkuNTYyNSBDIDUuNSAyMC4zOTA2MjUgNi40Mjk2ODggMjEgNy41IDIxIEMgOC41NzAzMTMgMjEgOS41IDIwLjM5MDYyNSAxMC4wOTM3NSAxOS41NjI1IEMgMTAuNjg3NSAxOC43MzQzNzUgMTEgMTcuNjYwMTU2IDExIDE2LjUgQyAxMSAxNS4zMzk4NDQgMTAuNjg3NSAxNC4yNjU2MjUgMTAuMDkzNzUgMTMuNDM3NSBDIDkuNSAxMi42MDkzNzUgOC41NzAzMTMgMTIgNy41IDEyIFogTSAyNC41IDEyIEMgMjMuNDI5Njg4IDEyIDIyLjUgMTIuNjA5Mzc1IDIxLjkwNjI1IDEzLjQzNzUgQyAyMS4zMTI1IDE0LjI2NTYyNSAyMSAxNS4zMzk4NDQgMjEgMTYuNSBDIDIxIDE3LjY2MDE1NiAyMS4zMTI1IDE4LjczNDM3NSAyMS45MDYyNSAxOS41NjI1IEMgMjIuNSAyMC4zOTA2MjUgMjMuNDI5Njg4IDIxIDI0LjUgMjEgQyAyNS41NzAzMTMgMjEgMjYuNSAyMC4zOTA2MjUgMjcuMDkzNzUgMTkuNTYyNSBDIDI3LjY4NzUgMTguNzM0Mzc1IDI4IDE3LjY2MDE1NiAyOCAxNi41IEMgMjggMTUuMzM5ODQ0IDI3LjY4NzUgMTQuMjY1NjI1IDI3LjA5Mzc1IDEzLjQzNzUgQyAyNi41IDEyLjYwOTM3NSAyNS41NzAzMTMgMTIgMjQuNSAxMiBaIE0gNy41IDE0IEMgNy44MTI1IDE0IDguMTU2MjUgMTQuMTU2MjUgOC40Njg3NSAxNC41OTM3NSBDIDguNzgxMjUgMTUuMDMxMjUgOSAxNS43MjY1NjMgOSAxNi41IEMgOSAxNy4yNzM0MzggOC43ODEyNSAxNy45Njg3NSA4LjQ2ODc1IDE4LjQwNjI1IEMgOC4xNTYyNSAxOC44NDM3NSA3LjgxMjUgMTkgNy41IDE5IEMgNy4xODc1IDE5IDYuODQzNzUgMTguODQzNzUgNi41MzEyNSAxOC40MDYyNSBDIDYuMjE4NzUgMTcuOTY4NzUgNiAxNy4yNzM0MzggNiAxNi41IEMgNiAxNS43MjY1NjMgNi4yMTg3NSAxNS4wMzEyNSA2LjUzMTI1IDE0LjU5Mzc1IEMgNi44NDM3NSAxNC4xNTYyNSA3LjE4NzUgMTQgNy41IDE0IFogTSAyNC41IDE0IEMgMjQuODEyNSAxNCAyNS4xNTYyNSAxNC4xNTYyNSAyNS40Njg3NSAxNC41OTM3NSBDIDI1Ljc4MTI1IDE1LjAzMTI1IDI2IDE1LjcyNjU2MyAyNiAxNi41IEMgMjYgMTcuMjczNDM4IDI1Ljc4MTI1IDE3Ljk2ODc1IDI1LjQ2ODc1IDE4LjQwNjI1IEMgMjUuMTU2MjUgMTguODQzNzUgMjQuODEyNSAxOSAyNC41IDE5IEMgMjQuMTg3NSAxOSAyMy44NDM3NSAxOC44NDM3NSAyMy41MzEyNSAxOC40MDYyNSBDIDIzLjIxODc1IDE3Ljk2ODc1IDIzIDE3LjI3MzQzOCAyMyAxNi41IEMgMjMgMTUuNzI2NTYzIDIzLjIxODc1IDE1LjAzMTI1IDIzLjUzMTI1IDE0LjU5Mzc1IEMgMjMuODQzNzUgMTQuMTU2MjUgMjQuMTg3NSAxNCAyNC41IDE0IFogTSAxNiAxNiBDIDE0LjY2Nzk2OSAxNiAxMy43MzgyODEgMTYuODY3MTg4IDEzLjI4MTI1IDE3LjYyNSBDIDEyLjgyNDIxOSAxOC4zODI4MTMgMTIuNTQ2ODc1IDE5LjAxNTYyNSAxMi4yODEyNSAxOS4yODEyNSBDIDEyLjEyNSAxOS40Mzc1IDExLjE2MDE1NiAxOS44MDA3ODEgMTAuMTU2MjUgMjAuMzEyNSBDIDkuNjUyMzQ0IDIwLjU3MDMxMyA5LjE0NDUzMSAyMC45MTQwNjMgOC43MTg3NSAyMS40Mzc1IEMgOC4yOTI5NjkgMjEuOTYwOTM4IDggMjIuNjg3NSA4IDIzLjUgQyA4IDI1LjQyMTg3NSA5LjU3ODEyNSAyNyAxMS41IDI3IEMgMTIuMzY3MTg4IDI3IDEzLjI2OTUzMSAyNi43MjI2NTYgMTQuMTU2MjUgMjYuNDY4NzUgQyAxNS4wNDI5NjkgMjYuMjE0ODQ0IDE2IDI2IDE2IDI2IEMgMTYgMjYgMTYuOTU3MDMxIDI2LjIxNDg0NCAxNy44NDM3NSAyNi40Njg3NSBDIDE4LjczMDQ2OSAyNi43MjI2NTYgMTkuNjMyODEzIDI3IDIwLjUgMjcgQyAyMi40MjE4NzUgMjcgMjQgMjUuNDIxODc1IDI0IDIzLjUgQyAyNCAyMi43MDcwMzEgMjMuNzA3MDMxIDIxLjk4MDQ2OSAyMy4yODEyNSAyMS40Njg3NSBDIDIyLjg1NTQ2OSAyMC45NTcwMzEgMjIuMzQzNzUgMjAuNjQwNjI1IDIxLjg0Mzc1IDIwLjM3NSBDIDIwLjg0Mzc1IDE5Ljg0Mzc1IDE5Ljg1OTM3NSAxOS40MjE4NzUgMTkuNzE4NzUgMTkuMjgxMjUgQyAxOS40ODA0NjkgMTkuMDQyOTY5IDE5LjIxMDkzOCAxOC4zOTA2MjUgMTguNzUgMTcuNjI1IEMgMTguMjg5MDYzIDE2Ljg1OTM3NSAxNy4zMzk4NDQgMTYgMTYgMTYgWiBNIDE2IDE4IEMgMTYuNjYwMTU2IDE4IDE2LjczNDM3NSAxOC4xNjAxNTYgMTcuMDMxMjUgMTguNjU2MjUgQyAxNy4zMjgxMjUgMTkuMTUyMzQ0IDE3LjU1NDY4OCAxOS45OTIxODggMTguMjgxMjUgMjAuNzE4NzUgQyAxOS4xMDU0NjkgMjEuNTQyOTY5IDIwLjE0ODQzOCAyMS43MjI2NTYgMjAuOTA2MjUgMjIuMTI1IEMgMjEuMjg1MTU2IDIyLjMyODEyNSAyMS41NzgxMjUgMjIuNTQyOTY5IDIxLjc1IDIyLjc1IEMgMjEuOTIxODc1IDIyLjk1NzAzMSAyMiAyMy4xNDg0MzggMjIgMjMuNSBDIDIyIDI0LjMzOTg0NCAyMS4zMzk4NDQgMjUgMjAuNSAyNSBDIDIwLjIxMDkzOCAyNSAxOS4yNzczNDQgMjQuNzc3MzQ0IDE4LjQwNjI1IDI0LjUzMTI1IEMgMTcuNTM1MTU2IDI0LjI4NTE1NiAxNi44MTY0MDYgMjQgMTYgMjQgQyAxNS4xODM1OTQgMjQgMTQuNDY0ODQ0IDI0LjI4NTE1NiAxMy41OTM3NSAyNC41MzEyNSBDIDEyLjcyMjY1NiAyNC43NzczNDQgMTEuNzg5MDYzIDI1IDExLjUgMjUgQyAxMC42NjAxNTYgMjUgMTAgMjQuMzM5ODQ0IDEwIDIzLjUgQyAxMCAyMy4wOTc2NTYgMTAuMDgyMDMxIDIyLjg5MDYyNSAxMC4yNSAyMi42ODc1IEMgMTAuNDE3OTY5IDIyLjQ4NDM3NSAxMC43MjI2NTYgMjIuMjg1MTU2IDExLjA5Mzc1IDIyLjA5Mzc1IEMgMTEuODM5ODQ0IDIxLjcxNDg0NCAxMi44NzUgMjEuNTYyNSAxMy43MTg3NSAyMC43MTg3NSBDIDE0LjQ1MzEyNSAxOS45ODQzNzUgMTQuNjc1NzgxIDE5LjExNzE4OCAxNC45Njg3NSAxOC42MjUgQyAxNS4yNjE3MTkgMTguMTMyODEzIDE1LjMzMjAzMSAxOCAxNiAxOCBaIi8+PC9zdmc+",f5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMSAzIEwgMTEgNyBMIDEzIDcgTCAxMyAzIFogTSAxNSA0IEwgMTUgNyBMIDE3IDcgTCAxNyA0IFogTSA0Ljg3NSA4IEwgNSA5LjA5Mzc1IEwgNi44MTI1IDI2LjMxMjUgQyA2Ljk3MjY1NiAyNy44MzIwMzEgOC4yODUxNTYgMjkgOS44MTI1IDI5IEwgMTkuMTg3NSAyOSBDIDIwLjcxNDg0NCAyOSAyMi4wMjczNDQgMjcuODMyMDMxIDIyLjE4NzUgMjYuMzEyNSBMIDIyLjY1NjI1IDIyIEwgMjUgMjIgQyAyNi42NDQ1MzEgMjIgMjggMjAuNjQ0NTMxIDI4IDE5IEwgMjggMTYgQyAyOCAxNC4zNTU0NjkgMjYuNjQ0NTMxIDEzIDI1IDEzIEwgMjMuNTkzNzUgMTMgTCAyNCA5LjA5Mzc1IEwgMjQuMTI1IDggWiBNIDcuMTI1IDEwIEwgMjEuODc1IDEwIEwgMjAuMTg3NSAyNi4wOTM3NSBDIDIwLjEzMjgxMyAyNi42MTMyODEgMTkuNzA3MDMxIDI3IDE5LjE4NzUgMjcgTCA5LjgxMjUgMjcgQyA5LjI5Mjk2OSAyNyA4Ljg2NzE4OCAyNi42MTMyODEgOC44MTI1IDI2LjA5Mzc1IFogTSAyMy4zNzUgMTUgTCAyNSAxNSBDIDI1LjU2NjQwNiAxNSAyNiAxNS40MzM1OTQgMjYgMTYgTCAyNiAxOSBDIDI2IDE5LjU2NjQwNiAyNS41NjY0MDYgMjAgMjUgMjAgTCAyMi44NDM3NSAyMCBaIi8+PC9zdmc+",s5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiAzIEMgOC44MzIwMzEgMyAzIDguODMyMDMxIDMgMTYgQyAzIDIzLjE2Nzk2OSA4LjgzMjAzMSAyOSAxNiAyOSBDIDIzLjE2Nzk2OSAyOSAyOSAyMy4xNjc5NjkgMjkgMTYgQyAyOSA4LjgzMjAzMSAyMy4xNjc5NjkgMyAxNiAzIFogTSAxNiA1IEMgMTYuNjAxNTYzIDUgMTcuMTc1NzgxIDUuMDYyNSAxNy43NSA1LjE1NjI1IEwgMTYgNi40MDYyNSBMIDE0LjI1IDUuMTU2MjUgQyAxNC44MjAzMTMgNS4wNjY0MDYgMTUuNDAyMzQ0IDUgMTYgNSBaIE0gMTEuODEyNSA1Ljg0Mzc1IEwgMTUuNDA2MjUgOC40Njg3NSBMIDE2IDguOTA2MjUgTCAxNi41OTM3NSA4LjQ2ODc1IEwgMjAuMTg3NSA1Ljg0Mzc1IEMgMjEuNzg1MTU2IDYuNTA3ODEzIDIzLjE5NTMxMyA3LjUyMzQzOCAyNC4zMTI1IDguODEyNSBMIDIyLjkzNzUgMTMuMDkzNzUgTCAyMi43MTg3NSAxMy43ODEyNSBMIDIzLjMxMjUgMTQuMTg3NSBMIDI2LjkzNzUgMTYuODQzNzUgQyAyNi44MDQ2ODggMTguNjA1NDY5IDI2LjI2NTYyNSAyMC4yNTc4MTMgMjUuNDA2MjUgMjEuNjg3NSBMIDIwLjEyNSAyMS42ODc1IEwgMTkuOTA2MjUgMjIuMzc1IEwgMTguNSAyNi43MTg3NSBDIDE3LjY5OTIxOSAyNi45MDYyNSAxNi44NTkzNzUgMjcgMTYgMjcgQyAxNS4xMDU0NjkgMjcgMTQuMjM4MjgxIDI2Ljg4NjcxOSAxMy40MDYyNSAyNi42ODc1IEwgMTIuMDMxMjUgMjIuNDA2MjUgTCAxMS44MTI1IDIxLjcxODc1IEwgNi41OTM3NSAyMS43MTg3NSBDIDUuNzE4NzUgMjAuMjgxMjUgNS4xOTkyMTkgMTguNjIxMDk0IDUuMDYyNSAxNi44NDM3NSBMIDguNjU2MjUgMTQuMjE4NzUgTCA5LjI1IDEzLjgxMjUgTCA5LjAzMTI1IDEzLjEyNSBMIDcuNjI1IDguODc1IEMgOC43NSA3LjU1NDY4OCAxMC4xODM1OTQgNi41MTU2MjUgMTEuODEyNSA1Ljg0Mzc1IFogTSAxNiAxMC4wOTM3NSBMIDE1LjQwNjI1IDEwLjUzMTI1IEwgMTAuODQzNzUgMTMuODQzNzUgTCAxMC4yODEyNSAxNC4yODEyNSBMIDEwLjUgMTQuOTY4NzUgTCAxMi4yNSAyMC4zMTI1IEwgMTIuNDY4NzUgMjEgTCAxOS41MzEyNSAyMSBMIDE5Ljc1IDIwLjMxMjUgTCAyMS41IDE0Ljk2ODc1IEwgMjEuNzE4NzUgMTQuMjgxMjUgTCAyMS4xNTYyNSAxMy44NDM3NSBMIDE2LjU5Mzc1IDEwLjUzMTI1IFogTSAyNS43NSAxMC45MDYyNSBDIDI2LjI5Njg3NSAxMS45NTMxMjUgMjYuNjU2MjUgMTMuMTAxNTYzIDI2Ljg0Mzc1IDE0LjMxMjUgTCAyNS4wNjI1IDEzLjAzMTI1IFogTSA2LjIxODc1IDEwLjk2ODc1IEwgNi45MDYyNSAxMy4wMzEyNSBMIDUuMTU2MjUgMTQuMzEyNSBDIDUuMzM5ODQ0IDEzLjEyNSA1LjY4NzUgMTIgNi4yMTg3NSAxMC45Njg3NSBaIE0gMTYgMTIuNTkzNzUgTCAxOS4zNzUgMTUuMDMxMjUgTCAxOC4wOTM3NSAxOSBMIDEzLjkwNjI1IDE5IEwgMTIuNjI1IDE1LjAzMTI1IFogTSAyMS41OTM3NSAyMy42ODc1IEwgMjMuODQzNzUgMjMuNjg3NSBDIDIyLjk5MjE4OCAyNC41NjY0MDYgMjIuMDExNzE5IDI1LjI5Mjk2OSAyMC45MDYyNSAyNS44NDM3NSBaIE0gOC4xNTYyNSAyMy43MTg3NSBMIDEwLjM0Mzc1IDIzLjcxODc1IEwgMTEuMDMxMjUgMjUuODEyNSBDIDkuOTYwOTM4IDI1LjI2OTUzMSA4Ljk4ODI4MSAyNC41NjI1IDguMTU2MjUgMjMuNzE4NzUgWiIvPjwvc3ZnPg==",i5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA5LjUgNiBDIDguMTc5Njg4IDYgNy4wMDM5MDYgNi44NTkzNzUgNi42MjUgOC4xMjUgTCA1LjI1IDEyLjcxODc1IEwgMy4zMTI1IDEyLjA2MjUgTCAyLjY4NzUgMTMuOTM3NSBMIDQuNjU2MjUgMTQuNTkzNzUgTCA0LjAzMTI1IDE2LjcxODc1IEMgNC4wMDc4MTMgMTYuODA4NTk0IDMuOTk2MDk0IDE2LjkwNjI1IDQgMTcgTCA0IDI0IEMgNCAyNC4wMzEyNSA0IDI0LjA2MjUgNCAyNC4wOTM3NSBMIDQgMjUgQyA0IDI1LjU1MDc4MSA0LjQ0OTIxOSAyNiA1IDI2IEwgOCAyNiBMIDguMzQzNzUgMjUgTCAyMy42NTYyNSAyNSBMIDI0IDI2IEwgMjcgMjYgQyAyNy41NTA3ODEgMjYgMjggMjUuNTUwNzgxIDI4IDI1IEwgMjggMjQuMTU2MjUgQyAyOC4wMDM5MDYgMjQuMTA1NDY5IDI4LjAwMzkwNiAyNC4wNTA3ODEgMjggMjQgTCAyOCAxNyBDIDI4LjAwMzkwNiAxNi45MDYyNSAyNy45OTIxODggMTYuODA4NTk0IDI3Ljk2ODc1IDE2LjcxODc1IEwgMjcuMzQzNzUgMTQuNTkzNzUgTCAyOS4zMTI1IDEzLjkzNzUgTCAyOC42ODc1IDEyLjA2MjUgTCAyNi43NSAxMi43MTg3NSBMIDI1LjM3NSA4LjEyNSBDIDI0Ljk5NjA5NCA2Ljg1OTM3NSAyMy44MjAzMTMgNiAyMi41IDYgWiBNIDkuNSA4IEwgMjIuNSA4IEMgMjIuOTQ1MzEzIDggMjMuMzM5ODQ0IDguMjkyOTY5IDIzLjQ2ODc1IDguNzE4NzUgTCAyNC43NSAxMyBMIDcuMjUgMTMgTCA4LjUzMTI1IDguNzE4NzUgQyA4LjY2MDE1NiA4LjI4OTA2MyA5LjA1NDY4OCA4IDkuNSA4IFogTSA2LjY1NjI1IDE1IEwgMjUuMzQzNzUgMTUgTCAyNiAxNy4xODc1IEwgMjYgMjMgTCA2IDIzIEwgNiAxNy4xODc1IFogTSA4LjUgMTYgQyA3LjY3MTg3NSAxNiA3IDE2LjY3MTg3NSA3IDE3LjUgQyA3IDE4LjMyODEyNSA3LjY3MTg3NSAxOSA4LjUgMTkgQyA5LjMyODEyNSAxOSAxMCAxOC4zMjgxMjUgMTAgMTcuNSBDIDEwIDE2LjY3MTg3NSA5LjMyODEyNSAxNiA4LjUgMTYgWiBNIDIzLjUgMTYgQyAyMi42NzE4NzUgMTYgMjIgMTYuNjcxODc1IDIyIDE3LjUgQyAyMiAxOC4zMjgxMjUgMjIuNjcxODc1IDE5IDIzLjUgMTkgQyAyNC4zMjgxMjUgMTkgMjUgMTguMzI4MTI1IDI1IDE3LjUgQyAyNSAxNi42NzE4NzUgMjQuMzI4MTI1IDE2IDIzLjUgMTYgWiBNIDEyIDE5IEwgMTAuNzUgMjIgTCAxMi45MDYyNSAyMiBMIDEzLjM0Mzc1IDIxIEwgMTguNjU2MjUgMjEgTCAxOS4wOTM3NSAyMiBMIDIxLjI1IDIyIEwgMjAgMTkgWiIvPjwvc3ZnPg==",r5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgMTEuMDQyOTY5IDQgNyA4LjA0Mjk2OSA3IDEzIEMgNyAxNC45MTc5NjkgNy44NDM3NSAxNi45MDYyNSA5IDE4LjY4NzUgQyA5Ljg1OTM3NSAyMC4wMTE3MTkgMTAuODg2NzE5IDIxLjIzMDQ2OSAxMiAyMi4xNTYyNSBMIDEyIDI1IEMgMTIgMjYuMDkzNzUgMTIuOTA2MjUgMjcgMTQgMjcgTCAxNSAyOCBMIDE3IDI4IEwgMTggMjcgQyAxOS4wOTM3NSAyNyAyMCAyNi4wOTM3NSAyMCAyNSBMIDIwIDIyLjE1NjI1IEMgMjEuMTEzMjgxIDIxLjIzMDQ2OSAyMi4xNDA2MjUgMjAuMDExNzE5IDIzIDE4LjY4NzUgQyAyNC4xNTYyNSAxNi45MDYyNSAyNSAxNC45MTc5NjkgMjUgMTMgQyAyNSA4LjA0Mjk2OSAyMC45NTcwMzEgNCAxNiA0IFogTSAxNiA2IEMgMTkuODc4OTA2IDYgMjMgOS4xMjEwOTQgMjMgMTMgQyAyMyAxNC4zMDg1OTQgMjIuMzU1NDY5IDE2LjAzNTE1NiAyMS4zNDM3NSAxNy41OTM3NSBDIDIwLjQ0MTQwNiAxOC45ODQzNzUgMTkuMjUzOTA2IDIwLjIyMjY1NiAxOC4xNTYyNSAyMSBMIDEzLjg0Mzc1IDIxIEMgMTIuNzQ2MDk0IDIwLjIyMjY1NiAxMS41NTg1OTQgMTguOTg0Mzc1IDEwLjY1NjI1IDE3LjU5Mzc1IEMgOS42NDQ1MzEgMTYuMDM1MTU2IDkgMTQuMzA4NTk0IDkgMTMgQyA5IDkuMTIxMDk0IDEyLjEyMTA5NCA2IDE2IDYgWiBNIDE0LjI1IDIzIEwgMTcuNzUgMjMgQyAxNy44MjgxMjUgMjMuMDU0Njg4IDE3LjkxMDE1NiAyMy4wOTM3NSAxOCAyMy4xMjUgTCAxOCAyNSBMIDE0IDI1IEwgMTQgMjMuMTI1IEMgMTQuMDg5ODQ0IDIzLjA5Mzc1IDE0LjE3MTg3NSAyMy4wNTQ2ODggMTQuMjUgMjMgWiIvPjwvc3ZnPg==",c5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMSA1IEwgMTEgMTEgTCA1IDExIEwgNSAxMyBMIDExIDEzIEwgMTEgMTkgTCA1IDE5IEwgNSAyMSBMIDExIDIxIEwgMTEgMjcgTCAxMyAyNyBMIDEzIDIxIEwgMTkgMjEgTCAxOSAyNyBMIDIxIDI3IEwgMjEgMjEgTCAyNyAyMSBMIDI3IDE5IEwgMjEgMTkgTCAyMSAxMyBMIDI3IDEzIEwgMjcgMTEgTCAyMSAxMSBMIDIxIDUgTCAxOSA1IEwgMTkgMTEgTCAxMyAxMSBMIDEzIDUgWiBNIDEzIDEzIEwgMTkgMTMgTCAxOSAxOSBMIDEzIDE5IFoiLz48L3N2Zz4=",d5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA5IDQgQyA3LjM0NiA0IDYgNS4zNDYgNiA3IEMgNiA4LjMwMTYwOTQgNi44Mzg3NDg2IDkuNDAyMTM5MSA4IDkuODE2NDA2MiBMIDggMTEuMzA0Njg4IEwgOCAyMy4yMDcwMzEgTCA4IDI3LjAyMzQzOCBDIDggMjcuNTYzNDM4IDguNDM2NTYyNSAyOCA4Ljk3NjU2MjUgMjggTCA5LjAyMzQzNzUgMjggQyA5LjU2MzQzNzUgMjggMTAgMjcuNTYzNDM3IDEwIDI3LjAyMzQzOCBMIDEwIDIyLjIyODUxNiBDIDEwLjMzNDcwNyAyMS44Mzk3NTYgMTEuMTM4NDIzIDIxLjA0Njg3NSAxMy40NDUzMTIgMjEuMDQ2ODc1IEMgMTQuNjY5MzEzIDIxLjA0Njg3NSAxNS42NzA0MjIgMjEuNDczNzgxIDE2LjczMjQyMiAyMS45MjU3ODEgQyAxNy43Njk0MjIgMjIuMzY3NzgxIDE4Ljg0MTg5MSAyMi44MjQyMTkgMjAuMDg3ODkxIDIyLjgyNDIxOSBDIDIyLjQ0Njg5MSAyMi44MjQyMTkgMjQuMDQ5Mzc1IDIxLjU4NDY4OCAyNC43MzQzNzUgMjEuMDU0Njg4IEwgMjQuODg2NzE5IDIwLjkzOTQ1MyBDIDI1LjQzNzcxOSAyMC41NDA0NTMgMjYgMTkuOTk2IDI2IDE5IEwgMjYgMTAuNjc1NzgxIEMgMjYgOS43Njc3ODEyIDI1LjIyMTgyOCA5IDI0LjI5ODgyOCA5IEMgMjMuODAzODI4IDkgMjMuNDQwNDA2IDkuMjg2NTkzNyAyMi45NDE0MDYgOS42ODM1OTM4IEMgMjIuMjc5NDA2IDEwLjIwNzU5NCAyMS4yODA4OTEgMTEgMjAuMDg3ODkxIDExIEMgMTkuMjcyODkxIDExIDE4LjQ3NzY4OCAxMC42MTk3MzQgMTcuNTU0Njg4IDEwLjE3NzczNCBDIDE2LjQwMzY4NyA5LjYyNTczNDQgMTUuMDk4MzU5IDkgMTMuNDQzMzU5IDkgQyAxMi4zMDgyNTcgOSAxMS40MjE2ODcgOS4xODgzMzkzIDEwLjcxMjg5MSA5LjQ1NzAzMTIgQyAxMS40ODkwNzEgOC45MTQxODI0IDEyIDguMDE2NzgwMiAxMiA3IEMgMTIgNS4zNDYgMTAuNjU0IDQgOSA0IHogTSA5IDYgQyA5LjU1MiA2IDEwIDYuNDQ5IDEwIDcgQyAxMCA3LjU1MSA5LjU1MiA4IDkgOCBDIDguNDQ4IDggOCA3LjU1MSA4IDcgQyA4IDYuNDQ5IDguNDQ4IDYgOSA2IHogTSAxMy40NDMzNTkgMTEgQyAxNC42NDUzNTkgMTEgMTUuNjM4NDA2IDExLjQ3NjQ2OSAxNi42OTE0MDYgMTEuOTgwNDY5IEMgMTcuNzM2NDA2IDEyLjQ4MjQ2OSAxOC44MTc4OTEgMTMgMjAuMDg3ODkxIDEzIEMgMjEuODQyODkxIDEzIDIzLjE1ODA0NyAxMi4wNTQ0ODQgMjMuOTk4MDQ3IDExLjM5NjQ4NCBMIDIzLjk5ODA0NyAxOS4wNjY0MDYgQyAyMy45OTcwNDcgMTkuMDcwNDA2IDIzLjk1Mjk4NCAxOS4xNDUyNjYgMjMuNzA4OTg0IDE5LjMyMjI2NiBMIDIzLjUwOTc2NiAxOS40NzQ2MDkgQyAyMi45NDI3NjYgMTkuOTEyNjA5IDIxLjc2Mjg5MSAyMC44MjQyMTkgMjAuMDg3ODkxIDIwLjgyNDIxOSBDIDE5LjI0OTg5MSAyMC44MjQyMTkgMTguNDQ2NjI1IDIwLjQ4MjkzNyAxNy41MTU2MjUgMjAuMDg1OTM4IEMgMTYuMzcyNjI1IDE5LjU5NzkzOCAxNS4wNzYzNTkgMTkuMDQ0OTIyIDEzLjQ0MzM1OSAxOS4wNDQ5MjIgQyAxMS44OTEzNTkgMTkuMDQ0OTIyIDEwLjc4NiAxOS4zNTggMTAgMTkuNzUgTCAxMCAxMi4zNjEzMjggQyAxMC4zNDUgMTEuOTA1MzI4IDExLjEzMjM1OSAxMSAxMy40NDMzNTkgMTEgeiIvPjwvc3ZnPg==",C5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgMTEuODMyMDMxIDQgOC4xNTIzNDQgNi4xMTMyODEgNiA5LjM0Mzc1IEwgNiA2IEwgNCA2IEwgNCAxMyBMIDExIDEzIEwgMTEgMTEgTCA3LjM3NSAxMSBDIDkuMTAxNTYzIDguMDE5NTMxIDEyLjI5Njg3NSA2IDE2IDYgQyAyMS41MzUxNTYgNiAyNiAxMC40NjQ4NDQgMjYgMTYgQyAyNiAyMS41MzUxNTYgMjEuNTM1MTU2IDI2IDE2IDI2IEMgMTAuNDY0ODQ0IDI2IDYgMjEuNTM1MTU2IDYgMTYgTCA0IDE2IEMgNCAyMi42MTcxODggOS4zODI4MTMgMjggMTYgMjggQyAyMi42MTcxODggMjggMjggMjIuNjE3MTg4IDI4IDE2IEMgMjggOS4zODI4MTMgMjIuNjE3MTg4IDQgMTYgNCBaIE0gMTUgOCBMIDE1IDE3IEwgMjIgMTcgTCAyMiAxNSBMIDE3IDE1IEwgMTcgOCBaIi8+PC9zdmc+Cg==";const A5=e.defineComponent({name:"Header",setup(t){const{state:n,updateSearch:a,updateActiveGroup:o}=e.inject("store"),l=e.computed(()=>!n.options.hideSearch),s=e.computed(()=>!n.options.hideGroupIcons),f=JSON.parse(JSON.stringify(n.orderedGroupKeys)),i=e.computed(()=>n.options.staticTexts.placeholder||""),r=e.computed({get:()=>n.search,set:C=>a(C)}),c=[...n.groups,...Object.keys(n.options.additionalGroups).map(C=>({key:C,title:n.options.groupNames[C]?n.options.groupNames[C]:n4(C)}))],d=[];return f.forEach(C=>{const A=c.findIndex(p=>p.key===C);A!==-1&&(d.push(c[A]),c.splice(A,1))}),{orderedGroups:d,orderedKeys:f,searchValue:r,updateActiveGroup:o,hasSearch:l,hasGroupIcons:s,placeholder:i,icons:{smileys_people:e4,animals_nature:l5,food_drink:f5,activities:s5,travel_places:i5,objects:r5,symbols:c5,flags:d5,...n.options.groupIcons,recent:C5}}}}),u5={key:0,class:"v3-header"},m5={key:0,class:"v3-groups"},g5=["onClick"],p5=["title"],L5=["src"],h5={key:1,class:"v3-spacing"},M5={key:2,class:"v3-search"},y5=["placeholder"];function k5(t,n,a,o,l,s){return t.hasGroupIcons||t.hasSearch?(e.openBlock(),e.createElementBlock("div",u5,[t.hasGroupIcons?(e.openBlock(),e.createElementBlock("div",m5,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.orderedGroups,f=>(e.openBlock(),e.createElementBlock("button",{key:f.key,type:"button",class:e.normalizeClass(["v3-group",{"v3-is-hidden":!t.icons[f.key]}]),onClick:i=>t.updateActiveGroup(f.key)},[e.createElementVNode("span",{title:f.title,class:"v3-icon"},[e.createElementVNode("img",{src:t.icons[f.key],alt:""},null,8,L5)],8,p5)],10,g5))),128))])):e.createCommentVNode("",!0),t.hasGroupIcons&&t.hasSearch?(e.openBlock(),e.createElementBlock("div",h5)):e.createCommentVNode("",!0),t.hasSearch?(e.openBlock(),e.createElementBlock("div",M5,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":n[0]||(n[0]=f=>t.searchValue=f),type:"text",placeholder:t.placeholder},null,8,y5),[[e.vModelText,t.searchValue]])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)}var _5=m0(A5,[["render",k5]]);const b5=e.defineComponent({name:"Header",setup(){const{state:t,updateSkinTone:n}=e.inject("store"),a=e.ref(!1),o=e.ref(!1),l=e.computed(()=>t.skinTone),s=e.computed(()=>t.options.staticTexts.skinTone||"Skin tone"),f=e.computed(()=>!t.options.disableSkinTones),i=t4()?"is-mac":"",r=e.computed(()=>({...t.emoji,src:w3+"/"+t.emoji[s0]+".png"}));function c(A=!0){a.value=A}function d(){a.value=!a.value}function C(A){n(A),c(!1)}return e.watch(()=>t.emoji,()=>{o.value=!1}),{emoji:r,SKIN_TONES:b7,updateSkinToneState:c,skinTone:a,stateSkinTone:l,selectSkinTone:C,toggleSkinToneState:d,EMOJI_RESULT_KEY:s0,EMOJI_NAME_KEY:I0,skinToneText:s,hasSkinTones:f,native:t.options.native,unicodeToEmoji:z0,platform:i,hasError:o}}}),E5={class:"v3-foot-left"},N5={key:0},w5=["alt","src"],V5={class:"v3-text"},I5={class:"v3-text"},D5=["onClick"];function B5(t,n,a,o,l,s){return e.openBlock(),e.createElementBlock("div",{class:"v3-footer",onMouseleave:n[2]||(n[2]=f=>t.updateSkinToneState(!1))},[e.createElementVNode("div",E5,[e.createElementVNode("span",{class:e.normalizeClass([t.platform,"v3-icon"])},[t.native||t.hasError?(e.openBlock(),e.createElementBlock("span",N5,e.toDisplayString(t.unicodeToEmoji(t.emoji.r)),1)):(e.openBlock(),e.createElementBlock("img",{key:1,alt:t.unicodeToEmoji(t.emoji.r),src:t.emoji.src,onError:n[0]||(n[0]=f=>t.hasError=!0)},null,40,w5))],2),e.createElementVNode("span",V5," :"+e.toDisplayString(t.emoji[t.EMOJI_NAME_KEY][1]||t.emoji[t.EMOJI_NAME_KEY][0])+": ",1)]),t.hasSkinTones?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("button",{type:"button",class:"v3-tone",onClick:n[1]||(n[1]=(...f)=>t.toggleSkinToneState&&t.toggleSkinToneState(...f))},[e.createElementVNode("span",I5,e.toDisplayString(t.skinToneText),1),e.createElementVNode("span",{class:e.normalizeClass(`v3-icon v3-tone-${t.stateSkinTone}`)},null,2)]),e.createElementVNode("div",{class:e.normalizeClass([t.skinTone?"v3-is-open":"","v3-skin-tones"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.SKIN_TONES,f=>(e.openBlock(),e.createElementBlock("button",{key:f,type:"button",class:e.normalizeClass(["v3-skin-tone-"+f,"v3-skin-tone"]),onClick:i=>t.selectSkinTone(f)},null,10,D5))),128))],2)],64)):e.createCommentVNode("",!0)],32)}var S5=m0(b5,[["render",B5]]);const T5=e.defineComponent({name:"PickerRoot",components:{Header:_5,Body:o5,Footer:S5},props:{type:{type:String,default:""},text:{type:String,default:""},additionalGroups:{type:Object,default:()=>({})},groupOrder:{type:Array,default:()=>[]},groupIcons:{type:Object,default:()=>({})},groupNames:{type:Object,default:()=>({})}},emits:{select:t=>!0,"update:text":t=>!0},setup(t,{emit:n}){const a=e.ref(),o=e.ref(),l=e.ref(),s=e.ref(!1),f=e.ref(t.text),i=t.type==="input"||t.type==="textarea";let r=-1;const{state:c}=e.inject("store"),d=e.computed(()=>c.options.colorTheme);function C(u){if(i){const k=c.options.mode;k==="prepend"?f.value=u.i+f.value:k==="insert"&&r!==-1?(f.value=`${f.value.slice(0,r)}${u.i}${f.value.slice(r)}`,r+=u.i.length):f.value+=u.i,n("update:text",f.value)}n("select",u)}function A(){var u;a.value&&(r=((u=a.value)==null?void 0:u.selectionEnd)||-1)}function p(u){var k;!((k=u.target)!=null&&k.closest(".v3-input-picker-wrap"))&&s.value&&(s.value=!1)}function m(){if(o.value&&l.value&&i){let u=c.options.offset;typeof u!="number"&&(u=6),Y8(o.value,l.value,{placement:"bottom-end",modifiers:[{name:"offset",options:{offset:[0,u]}}]}),document.body.addEventListener("click",p)}}function h(u){f.value=u.target.value||"",n("update:text",f.value)}return e.onMounted(()=>{m()}),e.onBeforeUnmount(()=>{document.body.removeEventListener("click",p)}),{face:e4,open:s,onSelect:C,input:f,elem:a,updateCursor:A,button:o,picker:l,isInputType:i,onChangeText:h,colorTheme:d}}}),x5={key:0,class:"v3-input-emoji-picker"},j5={class:"v3-input-picker-root"},z5=["value"],Z5=["value"],O5=["src"];function U5(t,n,a,o,l,s){const f=e.resolveComponent("Header"),i=e.resolveComponent("Body"),r=e.resolveComponent("Footer");return t.isInputType?(e.openBlock(),e.createElementBlock("div",x5,[e.createElementVNode("div",j5,[t.type==="input"?(e.openBlock(),e.createElementBlock("input",{key:0,ref:"elem",value:t.input,type:"text",class:"v3-emoji-picker-input",onInput:n[0]||(n[0]=(...c)=>t.onChangeText&&t.onChangeText(...c)),onBlur:n[1]||(n[1]=(...c)=>t.updateCursor&&t.updateCursor(...c))},null,40,z5)):(e.openBlock(),e.createElementBlock("textarea",{key:1,ref:"elem",value:t.input,class:"v3-emoji-picker-textarea",onInput:n[2]||(n[2]=(...c)=>t.onChangeText&&t.onChangeText(...c)),onBlur:n[3]||(n[3]=(...c)=>t.updateCursor&&t.updateCursor(...c))},null,40,Z5)),e.createElementVNode("div",{class:e.normalizeClass(["v3-input-picker-wrap",t.open?"v3-picker-is-open":""])},[e.createElementVNode("button",{ref:"button",type:"button",class:"v3-input-picker-icon",onClick:n[4]||(n[4]=c=>t.open=!t.open)},[e.createElementVNode("img",{src:t.face,alt:""},null,8,O5)],512),e.createElementVNode("div",{ref:"picker",class:e.normalizeClass(["v3-emoji-picker","v3-color-theme-"+t.colorTheme])},[e.createVNode(f),e.createVNode(i,{onSelect:t.onSelect},null,8,["onSelect"]),e.createVNode(r)],2)],2)])])):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["v3-emoji-picker","v3-color-theme-"+t.colorTheme])},[e.createVNode(f),e.createVNode(i,{onSelect:t.onSelect},null,8,["onSelect"]),e.createVNode(r)],2))}var $5=m0(T5,[["render",U5]]);const v5=e.defineComponent({name:"Picker",components:{PickerRoot:$5},props:{native:{type:Boolean,default:!1},hideSearch:{type:Boolean,default:!1},hideGroupIcons:{type:Boolean,default:!1},hideGroupNames:{type:Boolean,default:!1},staticTexts:{type:Object,default:()=>({})},disableStickyGroupNames:{type:Boolean,default:!1},disabledGroups:{type:Array,default:()=>[]},groupNames:{type:Object,default:()=>({})},disableSkinTones:{type:Boolean,default:!1},text:{type:String,default:""},mode:{type:String,default:"insert"},offset:{type:Number,default:6},additionalGroups:{type:Object,default:()=>({})},groupOrder:{type:Array,default:()=>[]},groupIcons:{type:Object,default:()=>({})},pickerType:{type:String,default:""},displayRecent:{type:Boolean,default:!1},theme:{type:String,default:"light"}},emits:{"update:text":t=>!0,select:t=>!0},setup(t,{emit:n}){const a=e.ref(t.text);function o(s){a.value=s||"",n("update:text",a.value)}const l=v7();return l.updateOptions({native:t.native,hideSearch:t.hideSearch,hideGroupIcons:t.hideGroupIcons,hideGroupNames:t.hideGroupNames,staticTexts:{...E7,...t.staticTexts},disableStickyGroupNames:t.disableStickyGroupNames,disabledGroups:t.disabledGroups,groupNames:{...V3,...t.groupNames},disableSkinTones:t.disableSkinTones,displayRecent:t.displayRecent,additionalGroups:t.additionalGroups,mode:t.mode,offset:t.offset,groupOrder:t.groupOrder,groupIcons:t.groupIcons,colorTheme:N7.includes(t.theme)?t.theme:"light"}),e.provide("store",l),{type:t.pickerType,input:a,onChangeText:o}}});function R5(t,n,a,o,l,s){const f=e.resolveComponent("picker-root");return e.openBlock(),e.createBlock(f,{type:t.type,text:t.input,onSelect:n[0]||(n[0]=i=>t.$emit("select",i)),"onUpdate:text":t.onChangeText},null,8,["type","text","onUpdate:text"])}var F5=m0(v5,[["render",R5]]);const Q5={},H5={width:"27",height:"26",viewBox:"0 0 27 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function P5(t,n){return e.openBlock(),e.createElementBlock("svg",H5,[...n[0]||(n[0]=[e.createStaticVNode('<g clip-path="url(#clip0_1718_559)"><path d="M13.9883 24.375C10.9714 24.375 8.07817 23.1766 5.94494 21.0433C3.81172 18.9101 2.61328 16.0168 2.61328 13C2.61328 9.98316 3.81172 7.08989 5.94494 4.95666C8.07817 2.82343 10.9714 1.625 13.9883 1.625C17.0051 1.625 19.8984 2.82343 22.0316 4.95666C24.1648 7.08989 25.3633 9.98316 25.3633 13C25.3633 16.0168 24.1648 18.9101 22.0316 21.0433C19.8984 23.1766 17.0051 24.375 13.9883 24.375ZM13.9883 26C17.4361 26 20.7427 24.6304 23.1807 22.1924C25.6186 19.7544 26.9883 16.4478 26.9883 13C26.9883 9.55219 25.6186 6.24558 23.1807 3.80761C20.7427 1.36964 17.4361 0 13.9883 0C10.5405 0 7.23387 1.36964 4.79589 3.80761C2.35792 6.24558 0.988281 9.55219 0.988281 13C0.988281 16.4478 2.35792 19.7544 4.79589 22.1924C7.23387 24.6304 10.5405 26 13.9883 26Z" fill="#5F5F5F"></path><path d="M7.95115 15.5464C8.13776 15.4386 8.35953 15.4094 8.56767 15.4652C8.77581 15.521 8.95328 15.6571 9.06102 15.8438C9.56008 16.7088 10.2782 17.4271 11.1432 17.9263C12.0081 18.4256 12.9893 18.6881 13.988 18.6875C14.9867 18.6881 15.9679 18.4256 16.8329 17.9263C17.6978 17.4271 18.416 16.7088 18.915 15.8438C18.968 15.7506 19.0388 15.6688 19.1235 15.6032C19.2082 15.5375 19.3051 15.4893 19.4085 15.4612C19.5119 15.4331 19.6198 15.4258 19.7261 15.4396C19.8323 15.4534 19.9348 15.4881 20.0276 15.5417C20.1204 15.5953 20.2017 15.6667 20.2668 15.7518C20.3319 15.8369 20.3795 15.9341 20.4069 16.0377C20.4342 16.1412 20.4409 16.2492 20.4264 16.3554C20.4118 16.4616 20.3765 16.5638 20.3223 16.6562C19.6806 17.7683 18.7573 18.6918 17.6453 19.3336C16.5334 19.9755 15.2719 20.3131 13.988 20.3125C12.7041 20.3131 11.4427 19.9755 10.3307 19.3336C9.21873 18.6918 8.29545 17.7683 7.65377 16.6562C7.54604 16.4696 7.51684 16.2479 7.57261 16.0397C7.62837 15.8316 7.76454 15.6541 7.95115 15.5464ZM12.363 10.5625C12.363 11.908 11.635 13 10.738 13C9.84102 13 9.11302 11.908 9.11302 10.5625C9.11302 9.217 9.84102 8.125 10.738 8.125C11.635 8.125 12.363 9.217 12.363 10.5625ZM18.863 10.5625C18.863 11.908 18.135 13 17.238 13C16.341 13 15.613 11.908 15.613 10.5625C15.613 9.217 16.341 8.125 17.238 8.125C18.135 8.125 18.863 9.217 18.863 10.5625Z" fill="#5F5F5F"></path></g><defs><clipPath id="clip0_1718_559"><rect width="26" height="26" fill="white" transform="translate(0.988281)"></rect></clipPath></defs>',2)])])}const Y5=I(Q5,[["render",P5]]),q5={class:""},W5=I({__name:"ButtonEmojiPicker",props:{state:{type:String,default:"active"},mode:{type:String,default:"click"}},setup(t){const n=t,a=e.ref(null),o=e.ref("light"),l=e.ref(null),s=e.ref(!1),f=e.inject("chatAppId"),{setMessageText:i,getMessage:r}=t2(f),c=()=>document.getElementById(f).attributes["data-theme"].nodeValue.indexOf("dark")!=-1?"dark":"light",d=m=>{i(r().text+m.i)},C=()=>{n.state==="active"&&(s.value=!s.value,s.value&&(o.value=c()))},A=()=>{s.value=!1},p=m=>{s.value&&!l.value.contains(m.target)&&!a.value.contains(m.target)&&A()};return e.onMounted(()=>{a.value.style.display="none",document.addEventListener("click",p)}),e.onUnmounted(()=>{document.removeEventListener("click",p)}),(m,h)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.unref(r)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"emojiButton",ref:l,class:e.normalizeClass(["button",{"button-disabled":t.state=="disabled"}]),onClick:C},[e.createElementVNode("span",q5,[e.createVNode(e.unref(Y5))])],2)),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"emoji",ref:a,class:"emoji"},[e.createVNode(e.unref(F5),{native:!0,theme:o.value,"picker-type":"",onSelect:d},null,8,["theme"])],512),[[e.vShow,s.value]])]),_:1})],64))}},[["__scopeId","data-v-f51534ab"]]),K5={},J5={width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function G5(t,n){return e.openBlock(),e.createElementBlock("svg",J5,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M22.75 1.625C23.181 1.625 23.5943 1.7962 23.899 2.10095C24.2038 2.4057 24.375 2.81902 24.375 3.25V16.25C24.375 16.681 24.2038 17.0943 23.899 17.399C23.5943 17.7038 23.181 17.875 22.75 17.875H18.6875C18.183 17.875 17.6853 17.9925 17.2341 18.2181C16.7828 18.4438 16.3902 18.7714 16.0875 19.175L13 23.2911L9.9125 19.175C9.60977 18.7714 9.21722 18.4438 8.76594 18.2181C8.31466 17.9925 7.81705 17.875 7.3125 17.875H3.25C2.81902 17.875 2.4057 17.7038 2.10095 17.399C1.7962 17.0943 1.625 16.681 1.625 16.25V3.25C1.625 2.81902 1.7962 2.4057 2.10095 2.10095C2.4057 1.7962 2.81902 1.625 3.25 1.625H22.75ZM3.25 0C2.38805 0 1.5614 0.34241 0.951903 0.951903C0.34241 1.5614 0 2.38805 0 3.25L0 16.25C0 17.112 0.34241 17.9386 0.951903 18.5481C1.5614 19.1576 2.38805 19.5 3.25 19.5H7.3125C7.56477 19.5 7.81358 19.5587 8.03922 19.6716C8.26486 19.7844 8.46114 19.9482 8.6125 20.15L11.7 24.2661C11.8514 24.4679 12.0476 24.6318 12.2733 24.7446C12.4989 24.8574 12.7477 24.9161 13 24.9161C13.2523 24.9161 13.5011 24.8574 13.7267 24.7446C13.9524 24.6318 14.1486 24.4679 14.3 24.2661L17.3875 20.15C17.5389 19.9482 17.7351 19.7844 17.9608 19.6716C18.1864 19.5587 18.4352 19.5 18.6875 19.5H22.75C23.612 19.5 24.4386 19.1576 25.0481 18.5481C25.6576 17.9386 26 17.112 26 16.25V3.25C26 2.38805 25.6576 1.5614 25.0481 0.951903C24.4386 0.34241 23.612 0 22.75 0L3.25 0Z",fill:"#5F5F5F"},null,-1),e.createElementVNode("path",{d:"M4.875 5.6875C4.875 5.47201 4.9606 5.26535 5.11298 5.11298C5.26535 4.9606 5.47201 4.875 5.6875 4.875H20.3125C20.528 4.875 20.7347 4.9606 20.887 5.11298C21.0394 5.26535 21.125 5.47201 21.125 5.6875C21.125 5.90299 21.0394 6.10965 20.887 6.26202C20.7347 6.4144 20.528 6.5 20.3125 6.5H5.6875C5.47201 6.5 5.26535 6.4144 5.11298 6.26202C4.9606 6.10965 4.875 5.90299 4.875 5.6875ZM4.875 9.75C4.875 9.53451 4.9606 9.32785 5.11298 9.17548C5.26535 9.0231 5.47201 8.9375 5.6875 8.9375H20.3125C20.528 8.9375 20.7347 9.0231 20.887 9.17548C21.0394 9.32785 21.125 9.53451 21.125 9.75C21.125 9.96549 21.0394 10.1722 20.887 10.3245C20.7347 10.4769 20.528 10.5625 20.3125 10.5625H5.6875C5.47201 10.5625 5.26535 10.4769 5.11298 10.3245C4.9606 10.1722 4.875 9.96549 4.875 9.75ZM4.875 13.8125C4.875 13.597 4.9606 13.3903 5.11298 13.238C5.26535 13.0856 5.47201 13 5.6875 13H13.8125C14.028 13 14.2347 13.0856 14.387 13.238C14.5394 13.3903 14.625 13.597 14.625 13.8125C14.625 14.028 14.5394 14.2347 14.387 14.387C14.2347 14.5394 14.028 14.625 13.8125 14.625H5.6875C5.47201 14.625 5.26535 14.5394 5.11298 14.387C4.9606 14.2347 4.875 14.028 4.875 13.8125Z",fill:"#5F5F5F"},null,-1)])])}const X5=I(K5,[["render",G5]]),ee={class:""},te=I({__name:"ButtonTemplateSelector",props:{templates:{type:Array,required:!1,default:()=>[]},groupTemplates:{type:Array,required:!1,default:()=>[]},mode:{type:String,required:!1,default:"click"},state:{type:String,default:"active"},elevatedWindow:{type:Boolean,required:!1}},setup(t){const n=t,a=e.inject("chatAppId"),{getMessage:o}=t2(a),l=e.ref(null),s=e.ref(null),f=()=>{n.mode=="click"&&n.state=="active"&&(s.value.style.display=="none"?s.value.style.display="inherit":s.value.style.display=="inherit"&&(s.value.style.display="none"))},i=()=>{n.mode=="hover"&&n.state=="active"&&(s.value.style.display="inherit")},r=()=>{n.mode=="hover"&&n.state=="active"&&(s.value.style.display="none")},c=()=>{s.value.style.display="none"};return e.onMounted(()=>{s.value.style.display="none"}),(d,C)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(w2),{text:"Шаблоны сообщений",position:"left"},{default:e.withCtx(()=>[e.unref(o)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"templateButton",ref:l,class:e.normalizeClass(["button-template",{"button-template-disabled":t.state=="disabled"}]),onClick:f,onMouseover:i,onMouseout:r},[e.createElementVNode("span",ee,[e.createVNode(e.unref(X5))])],34))]),_:1}),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"template",ref:s,onMouseover:i,onMouseout:r},[e.createVNode(e.unref(o4),{templates:t.templates,"group-templates":t.groupTemplates,"elevated-window":t.elevatedWindow,onCloseTemplateWindow:c},null,8,["templates","group-templates","elevated-window"])],544),[[e.vShow,n.state==="active"]])]),_:1})],64))}},[["__scopeId","data-v-f859cf5c"]]),ne=I({__name:"ButtonWabaTemplateSelector",props:{wabaTemplates:{type:Array,required:!1,default:()=>[]},groupTemplates:{type:Array,required:!1,default:()=>[]},mode:{type:String,required:!1,default:"click"},state:{type:String,default:"active"},filebumpUrl:{type:String,default:"https://filebump2.services.mobilon.ru"},elevatedWindow:{type:Boolean,required:!1}},emits:["sendWabaValues"],setup(t,{emit:n}){const a=t;e.provide("filebumpUrl",a.filebumpUrl);const o=e.inject("chatAppId"),{getMessage:l}=t2(o),s=e.ref(null),f=e.ref(null),i=n,r=()=>{a.mode=="click"&&a.state=="active"&&(f.value.style.display=="none"?f.value.style.display="inherit":f.value.style.display=="inherit"&&(f.value.style.display="none"))},c=()=>{a.mode=="hover"&&a.state=="active"&&(f.value.style.display="inherit")},d=()=>{a.mode=="hover"&&a.state=="active"&&(f.value.style.display="none")},C=()=>{f.value.style.display="none"};e.onMounted(()=>{f.value.style.display="none"});const A=p=>{i("sendWabaValues",p)};return(p,m)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.unref(l)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"templateButton",ref:s,class:e.normalizeClass(["button-template",{"button-template-disabled":t.state=="disabled"}]),onClick:r,onMouseover:c,onMouseout:d},[...m[0]||(m[0]=[e.createElementVNode("span",{class:"pi pi-code"},null,-1)])],34)),e.createElementVNode("div",{ref_key:"template",ref:f,onMouseover:c,onMouseout:d},[e.createVNode(e.unref(i4),{"waba-templates":t.wabaTemplates,"group-templates":t.groupTemplates,"elevated-window":t.elevatedWindow,onCloseTemplateWindow:C,onSendWabaValues:A},null,8,["waba-templates","group-templates","elevated-window"])],544)],64))}},[["__scopeId","data-v-9fd241cd"]]),ae={class:"preview__container"},oe={class:"preview__block"},le=["src"],fe=["src"],se={key:2,style:{display:"flex",gap:"5px"}},ie=["src"],re={class:"pi pi-play"},ce={class:"pi pi-pause"},de={key:3},Ce={class:"preview__control-block"},Ae={class:"preview__information"},ue={class:"preview__name"},me={key:0,class:"preview__size"},ge={key:1,class:"preview__audio-time"},pe={key:2,class:"preview__audio-time"},Le={class:"preview__reset"},he=["src"],Me=["src"],g0=I(e.defineComponent({__name:"FilePreview",props:{fileInfo:{type:Object,required:!0}},emits:["reset"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getTheme:o}=o2(a),l=n,s=e.ref(),f=e.ref(),i=e.ref(!1),r=e.ref(0),c=e.ref(0),d=e.ref(!1),C=()=>d.value=!1;function A(){s.value&&(i.value?s.value.pause():s.value.play(),i.value=!i.value)}const p=u=>{const k=Math.floor(u/60),_=Math.floor(u%60);return`${k.toString().padStart(2,"0")}:${_.toString().padStart(2,"0")}`},m=e.computed(()=>s.value?p(c.value):"0:00"),h=e.computed(()=>s.value||f.value?p(r.value):"0:00");return e.onMounted(()=>{s.value!=null&&(s.value.addEventListener("loadedmetadata",()=>{s.value!=null&&(s.value.duration==1/0||Number.isNaN(s.value.duration))&&(s.value.currentTime=1e101,s.value.addEventListener("timeupdate",()=>{s.value&&(s.value.currentTime=0,r.value=s.value.duration)},{once:!0})),r.value=s.value!=null?s.value.duration:0}),s.value.addEventListener("timeupdate",()=>{c.value=s.value!=null?s.value.currentTime:0})),f.value&&f.value.addEventListener("loadedmetadata",()=>{f.value&&(r.value=f.value.duration,(f.value.duration==1/0||Number.isNaN(f.value.duration))&&(f.value.currentTime=1e101,f.value.addEventListener("timeupdate",()=>{f.value&&(f.value.currentTime=0,r.value=f.value.duration)},{once:!0})))})}),(u,k)=>(e.openBlock(),e.createElementBlock("div",ae,[e.createElementVNode("div",oe,[t.fileInfo.isImage?(e.openBlock(),e.createElementBlock("div",{key:0,style:{position:"relative"},onClick:k[0]||(k[0]=_=>d.value=!0)},[e.createElementVNode("img",{src:t.fileInfo.previewUrl,alt:"Image Preview",class:"preview__image"},null,8,le),k[3]||(k[3]=e.createElementVNode("div",{class:"preview__shadow"},[e.createElementVNode("span",{class:"pi pi-plus-circle"})],-1))])):t.fileInfo.isVideo?(e.openBlock(),e.createElementBlock("div",{key:1,style:{position:"relative"},onClick:k[1]||(k[1]=_=>d.value=!0)},[e.createElementVNode("video",{ref_key:"video",ref:f,src:t.fileInfo.previewUrl,class:"preview__video"},null,8,fe),k[4]||(k[4]=e.createElementVNode("div",{class:"preview__shadow"},[e.createElementVNode("span",{class:"pi pi-play"})],-1))])):t.fileInfo.isAudio?(e.openBlock(),e.createElementBlock("div",se,[k[5]||(k[5]=e.createElementVNode("span",{class:"pi pi-headphones",style:{"font-size":"1rem",margin:"auto"}},null,-1)),e.createElementVNode("audio",{ref_key:"audio",ref:s,src:t.fileInfo.previewUrl},null,8,ie),e.createElementVNode("button",{class:"preview__audio-control",onClick:A},[e.withDirectives(e.createElementVNode("span",re,null,512),[[e.vShow,!i.value]]),e.withDirectives(e.createElementVNode("span",ce,null,512),[[e.vShow,i.value]])])])):(e.openBlock(),e.createElementBlock("div",de,[...k[6]||(k[6]=[e.createElementVNode("span",{class:"pi pi-file",style:{"font-size":"2.5rem"}},null,-1)])]))]),e.createElementVNode("div",Ce,[e.createElementVNode("div",Ae,[e.createElementVNode("span",ue,e.toDisplayString(t.fileInfo.fileName),1),!t.fileInfo.isAudio&&!t.fileInfo.isVideo?(e.openBlock(),e.createElementBlock("span",me,e.toDisplayString(t.fileInfo.fileSize),1)):e.createCommentVNode("",!0),t.fileInfo.isAudio?(e.openBlock(),e.createElementBlock("span",ge,e.toDisplayString(`${m.value} / ${h.value}`),1)):e.createCommentVNode("",!0),t.fileInfo.isVideo?(e.openBlock(),e.createElementBlock("span",pe,e.toDisplayString(h.value),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",Le,[e.createElementVNode("span",{class:"pi pi-times",onClick:k[2]||(k[2]=_=>l("reset"))})])]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[d.value?(e.openBlock(),e.createBlock(e.unref(t0),{key:0,theme:e.unref(o)().theme?e.unref(o)().theme:"",onClose:C},{default:e.withCtx(()=>[t.fileInfo.isVideo?(e.openBlock(),e.createElementBlock("video",{key:0,class:"preview__modal-video",src:t.fileInfo.previewUrl,controls:"",autoplay:""},null,8,he)):e.createCommentVNode("",!0),t.fileInfo.isImage?(e.openBlock(),e.createElementBlock("img",{key:1,class:"preview__modal-image",src:t.fileInfo.previewUrl,alt:"Image Preview"},null,8,Me)):e.createCommentVNode("",!0)]),_:1},8,["theme"])):e.createCommentVNode("",!0)]),_:1})]))]))}}),[["__scopeId","data-v-3aa79e9b"]]),ye={},ke={width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function _e(t,n){return e.openBlock(),e.createElementBlock("svg",ke,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M7.3125 4.875C7.3125 3.79756 7.74051 2.76425 8.50238 2.00238C9.26425 1.24051 10.2976 0.8125 11.375 0.8125C12.4524 0.8125 13.4858 1.24051 14.2476 2.00238C15.0095 2.76425 15.4375 3.79756 15.4375 4.875V19.5C15.4375 20.1465 15.1807 20.7665 14.7236 21.2236C14.2665 21.6807 13.6465 21.9375 13 21.9375C12.3535 21.9375 11.7335 21.6807 11.2764 21.2236C10.8193 20.7665 10.5625 20.1465 10.5625 19.5V8.125C10.5625 7.90951 10.6481 7.70285 10.8005 7.55048C10.9528 7.3981 11.1595 7.3125 11.375 7.3125C11.5905 7.3125 11.7972 7.3981 11.9495 7.55048C12.1019 7.70285 12.1875 7.90951 12.1875 8.125V19.5C12.1875 19.7155 12.2731 19.9222 12.4255 20.0745C12.5778 20.2269 12.7845 20.3125 13 20.3125C13.2155 20.3125 13.4222 20.2269 13.5745 20.0745C13.7269 19.9222 13.8125 19.7155 13.8125 19.5V4.875C13.8125 4.5549 13.7495 4.23794 13.627 3.94221C13.5045 3.64648 13.3249 3.37777 13.0986 3.15143C12.8722 2.92508 12.6035 2.74554 12.3078 2.62304C12.0121 2.50055 11.6951 2.4375 11.375 2.4375C11.0549 2.4375 10.7379 2.50055 10.4422 2.62304C10.1465 2.74554 9.87777 2.92508 9.65143 3.15143C9.42508 3.37777 9.24554 3.64648 9.12304 3.94221C9.00055 4.23794 8.9375 4.5549 8.9375 4.875V19.5C8.9375 20.5774 9.36551 21.6108 10.1274 22.3726C10.8892 23.1345 11.9226 23.5625 13 23.5625C14.0774 23.5625 15.1108 23.1345 15.8726 22.3726C16.6345 21.6108 17.0625 20.5774 17.0625 19.5V8.125C17.0625 7.90951 17.1481 7.70285 17.3005 7.55048C17.4528 7.3981 17.6595 7.3125 17.875 7.3125C18.0905 7.3125 18.2972 7.3981 18.4495 7.55048C18.6019 7.70285 18.6875 7.90951 18.6875 8.125V19.5C18.6875 21.0084 18.0883 22.4551 17.0217 23.5217C15.9551 24.5883 14.5084 25.1875 13 25.1875C11.4916 25.1875 10.0449 24.5883 8.97833 23.5217C7.91172 22.4551 7.3125 21.0084 7.3125 19.5V4.875Z",fill:"#5F5F5F"},null,-1)])])}const be=I(ye,[["render",_e]]),Ee={key:0},Ne={key:1},we=["disabled"],Ve=I(e.defineComponent({__name:"FileUploader",props:{filebumpUrl:{type:String,default:""},state:{type:String,default:"active"}},emits:["fileUploaded"],setup(t,{emit:n}){const a=t,o=e.ref(""),l=e.ref(),s=e.ref(),f=e.inject("chatAppId"),{setMessageFile:i,resetMessageFile:r,getMessage:c,setRecordingMessage:d}=t2(f),C=e.computed(()=>!c().file),A=()=>{const k=document.getElementById("chat-input-file-line-"+f);k&&(k.style.display="none"),r(),s.value=void 0,o.value=""},p=async()=>{var k,_;A(),(k=l.value)!=null&&k.files&&u((_=l.value)==null?void 0:_.files[0])},m=()=>{l.value&&C&&a.state=="active"&&l.value.click()},h=async k=>{var M;const _=(M=k.clipboardData)==null?void 0:M.items;if(_){for(let L of _)if(L.type.indexOf("image")!==-1){k.preventDefault();const y=L.getAsFile();y&&u(y)}}},u=async k=>{o.value="uploading",d(!0);const _=typeof a.filebumpUrl=="string"?a.filebumpUrl:null;await a0(_,k).then(M=>{if(d(!1),o.value=M.status,M.status=="success"){i({url:M.url,name:M.name,size:M.size,type:M.type});const L=document.getElementById("chat-input-file-line-"+f);L&&(L.style.display="inherit"),M.preview&&(s.value={previewUrl:M.preview.previewUrl,isImage:M.preview.isImage,isVideo:M.preview.isVideo,isAudio:M.preview.isAudio,fileName:M.name,fileSize:M.preview.fileSize})}})};return e.onMounted(()=>{window.addEventListener("paste",h)}),(k,_)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[o.value==="uploading"?(e.openBlock(),e.createElementBlock("div",Ee,[..._[0]||(_[0]=[e.createElementVNode("p",null,"Загрузка файла...",-1)])])):o.value==="error"?(e.openBlock(),e.createElementBlock("div",Ne,[..._[1]||(_[1]=[e.createElementVNode("p",null,"Ошибка при загрузке файла.",-1)])])):e.createCommentVNode("",!0),e.createElementVNode("span",{class:e.normalizeClass(["file-uploader__trigger",{"file-uploader__disabled":!C.value||t.state=="disabled"}]),disabled:!C.value||t.state=="disabled",onClick:m},[e.createVNode(e.unref(be))],10,we),e.createElementVNode("input",{ref_key:"fileInput",ref:l,style:{display:"none"},type:"file",onChange:p},null,544),e.unref(c)().file?(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"#chat-input-file-line-"+e.unref(f)},[s.value?(e.openBlock(),e.createBlock(e.unref(g0),{key:0,"file-info":s.value,onReset:A},null,8,["file-info"])):e.createCommentVNode("",!0)],8,["to"])):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-02213aad"]]),Ie=["id"],a4=I({__name:"PlaceholderComponent",props:{index:{type:Number,required:!0},value:{type:String,required:!0},isFilled:{type:Boolean,required:!0}},emits:["edit"],setup(t,{emit:n}){const a=e.inject("chatAppId"),o=t,l=n,s=e.ref(o.value),f=e.ref();e.watch(()=>o.isFilled,()=>{o.isFilled||(s.value="Заполнить")},{immediate:!0});const i=C=>{if(!o.isFilled){s.value="";const A=window.getSelection();A.getRangeAt&&A.rangeCount&&A.getRangeAt(0).selectNodeContents(C.target)}};function r(){s.value=f.value.innerText.trim(),o.value!=s.value&&(s.value!=""?l("edit",[s.value,o.index]):o.isFilled?e.nextTick(()=>{s.value=o.value}):s.value="Заполнить")}function c(C){C.target.blur(),r()}function d(C){C.target==document.getElementById("placeholder"+a+o.index)&&(C.key==="Escape"&&C.target.blur(),C.key=="Tab"&&(C.target.blur(),document.getElementById("placeholder"+a+(o.index+1))&&(C.preventDefault(),document.getElementById("placeholder"+a+(o.index+1)).focus())))}return e.onMounted(()=>{window.addEventListener("keydown",d)}),e.onUnmounted(()=>{window.removeEventListener("keydown",d)}),(C,A)=>(e.openBlock(),e.createElementBlock("span",{id:"placeholder"+e.unref(a)+t.index,ref_key:"refPlaceholder",ref:f,contenteditable:"",class:e.normalizeClass([{filled:t.isFilled,empty:!t.isFilled},"placeholder"]),onKeydown:e.withKeys(c,["enter"]),onFocus:i,onBlur:r},e.toDisplayString(s.value),43,Ie))}},[["__scopeId","data-v-558891d3"]]),De={class:"template-selector"},Be=["id"],Se={style:{display:"flex"}},Te={style:{display:"flex"}},xe={key:0,class:"template-selector__button-close"},je={key:1,class:"template-selector__button-close"},ze={class:"template-selector__button-close"},Ze={class:"template-selector__layout"},Oe=["id"],Ue={class:"template-selector__list-groups"},$e={class:"template-selector__label-group"},ve=["src","alt"],Re=["id","value"],Fe=["id"],Qe={class:"template-selector__searching-container"},He={class:"template-selector__templates"},Pe={key:0,class:"template-selector__list-templates"},Ye=["onClick"],qe={class:"template-selector__item-template-info"},We={class:"template-selector__item-title"},Ke={class:"template-selector__item-text"},Je={key:1,class:"template-selector__plug"},Ge=["id"],Xe={key:0,class:"template-selector__preview"},et={class:"template-selector__preview-wrapper"},tt={class:"template-selector__preview-text"},nt={key:1,class:"template-selector__plug"},o4=I({__name:"TemplateSelector",props:{templates:{type:Array,required:!1,default:()=>[]},groupTemplates:{type:Array,required:!1,default:()=>[]},elevatedWindow:{type:Boolean,required:!1,default:!1},chatBackground:{type:String,default:()=>new URL("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.08'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M123.907%20103.164C123.961%20103.293%20124.085%20103.371%20124.216%20103.371C124.258%20103.371%20124.301%20103.363%20124.341%20103.346L136.396%2098.4113C136.565%2098.342%20136.647%2098.1473%20136.579%2097.9766C136.508%2097.806%20136.313%2097.7246%20136.143%2097.7946L124.089%20102.729C123.92%20102.799%20123.838%20102.993%20123.907%20103.164ZM121.761%2097.9232C121.815%2098.0519%20121.94%2098.1305%20122.071%2098.1305C122.114%2098.1305%20122.156%2098.1225%20122.197%2098.1052L134.251%2093.1699C134.421%2093.1005%20134.503%2092.9059%20134.433%2092.7352C134.363%2092.5645%20134.169%2092.4839%20133.998%2092.5525L121.945%2097.4885C121.775%2097.5579%20121.693%2097.7525%20121.761%2097.9232ZM121.372%2096.4273C121.415%2096.4273%20121.458%2096.4193%20121.5%2096.4026L133.553%2091.4673C133.724%2091.398%20133.805%2091.2033%20133.735%2091.0326C133.665%2090.862%20133.47%2090.7806%20133.3%2090.8506L121.247%2095.7853C121.076%2095.8546%20120.994%2096.0493%20121.064%2096.22C121.117%2096.3493%20121.242%2096.4273%20121.372%2096.4273ZM127.448%20111.811C127.501%20111.94%20127.624%20112.019%20127.756%20112.019C127.799%20112.019%20127.84%20112.011%20127.882%20111.993L139.936%20107.058C140.106%20106.989%20140.188%20106.794%20140.118%20106.623C140.049%20106.453%20139.853%20106.372%20139.684%20106.441L127.63%20111.377C127.46%20111.446%20127.378%20111.641%20127.448%20111.811ZM124.605%20104.867C124.658%20104.996%20124.782%20105.075%20124.914%20105.075C124.955%20105.075%20124.999%20105.067%20125.039%20105.049L137.093%20100.115C137.264%20100.045%20137.345%2099.8507%20137.276%2099.6801C137.205%2099.5094%20137.009%2099.4281%20136.841%2099.4974L124.787%20104.433C124.617%20104.502%20124.535%20104.697%20124.605%20104.867ZM20.2705%20181.009C19.3432%20182.313%2017.9672%20183.177%2016.3939%20183.443C16.0625%20183.499%2015.7265%20183.527%2015.3932%20183.527C12.4659%20183.527%209.98653%20181.431%209.49919%20178.541C8.94986%20175.289%2011.1479%20172.196%2014.4005%20171.647C14.7312%20171.591%2015.0672%20171.562%2015.4005%20171.562C18.3292%20171.562%2020.8079%20173.659%2021.2952%20176.548C21.5605%20178.121%2021.1979%20179.705%2020.2705%20181.009ZM15.4007%20170.895C15.0314%20170.895%2014.6567%20170.927%2014.2887%20170.989C10.6754%20171.6%208.2314%20175.038%208.8414%20178.652C9.38406%20181.863%2012.1401%20184.194%2015.3934%20184.194C15.7641%20184.194%2016.1381%20184.162%2016.5054%20184.101C18.2541%20183.805%2019.7841%20182.845%2020.8141%20181.395C21.8434%20179.946%2022.2487%20178.185%2021.9527%20176.437C21.4114%20173.226%2018.6554%20170.895%2015.4007%20170.895ZM126.751%20110.109C126.804%20110.238%20126.927%20110.316%20127.059%20110.316C127.101%20110.316%20127.143%20110.308%20127.185%20110.291L139.239%20105.356C139.409%20105.287%20139.491%20105.092%20139.421%20104.921C139.351%20104.751%20139.155%20104.67%20138.986%20104.739L126.933%20109.674C126.761%20109.743%20126.681%20109.938%20126.751%20110.109ZM105.967%2011.7974C106.209%2012.546%20106.618%2013.1314%20107.121%2013.438C106.618%2013.746%20106.209%2014.33%20105.967%2015.08C105.727%2014.33%20105.316%2013.746%20104.812%2013.438C105.316%2013.1314%20105.727%2012.546%20105.967%2011.7974ZM103.99%2013.6773C104.932%2013.6773%20105.729%2015.05%20105.729%2016.6753C105.729%2016.8073%20105.836%2016.9146%20105.968%2016.9146C106.1%2016.9146%20106.206%2016.8073%20106.206%2016.6753C106.206%2015.05%20107.004%2013.6773%20107.946%2013.6773C108.078%2013.6773%20108.185%2013.5706%20108.185%2013.438C108.185%2013.306%20108.078%2013.1993%20107.946%2013.1993C107.004%2013.1993%20106.206%2011.826%20106.206%2010.2013C106.206%2010.0693%20106.1%209.96265%20105.968%209.96265C105.836%209.96265%20105.729%2010.0693%20105.729%2010.2013C105.729%2011.826%20104.932%2013.1993%20103.99%2013.1993C103.858%2013.1993%20103.751%2013.306%20103.751%2013.438C103.751%2013.5706%20103.858%2013.6773%20103.99%2013.6773ZM28.0605%20113.904C27.9999%20113.925%2027.9352%20113.935%2027.8712%20113.935C27.7785%20113.935%2027.6845%20113.913%2027.6019%20113.871C27.4579%20113.799%2027.3505%20113.675%2027.3005%20113.522L26.5565%20111.287C26.4512%20110.973%2026.6219%20110.631%2026.9372%20110.526L28.4799%20110.013C28.4812%20110.011%2028.4832%20110.012%2028.4852%20110.011L61.2859%2099.0953C61.2872%2099.0947%2061.2885%2099.0927%2061.2905%2099.0927L62.8279%2098.5807C62.8892%2098.56%2062.9525%2098.5493%2063.0165%2098.5493C63.1105%2098.5493%2063.2032%2098.572%2063.2859%2098.6133C63.4305%2098.686%2063.5372%2098.8093%2063.5879%2098.962L64.3325%20101.197C64.4372%20101.511%2064.2659%20101.853%2063.9512%20101.958L46.0099%20107.929H46.0092C46.0092%20107.929%2046.0085%20107.929%2046.0085%20107.931L28.0605%20113.904ZM22.0498%2089.6186L54.2171%2078.9126L60.7585%2098.5666L28.5911%20109.273L22.0498%2089.6186ZM19.9836%2089.6034C19.6722%2089.708%2019.3242%2089.5307%2019.2222%2089.2227L18.4782%2086.99C18.4289%2086.8394%2018.4409%2086.672%2018.5109%2086.5307C18.5829%2086.3887%2018.7096%2086.2787%2018.8602%2086.2287L54.7409%2074.2867C54.8029%2074.266%2054.8669%2074.2554%2054.9316%2074.2554C55.1909%2074.2554%2055.4202%2074.4207%2055.5022%2074.6674L56.2456%2076.9007C56.3502%2077.2147%2056.1789%2077.5567%2055.8649%2077.6614L23.3429%2088.4854L21.5229%2089.0914L19.9836%2089.6034ZM56.7412%20110.711C56.9618%20110.271%2057.3378%20109.945%2057.8032%20109.79C57.9912%20109.728%2058.1872%20109.696%2058.3838%20109.696C59.1752%20109.696%2059.8745%20110.201%2060.1245%20110.952C60.4452%20111.912%2059.9232%20112.954%2058.9625%20113.273C58.0118%20113.591%2056.9538%20113.049%2056.6418%20112.111C56.4865%20111.646%2056.5232%20111.149%2056.7412%20110.711ZM48.3224%20113.045C49.1144%20113.045%2049.8144%20113.549%2050.0644%20114.301C50.3837%20115.261%2049.863%20116.303%2048.9024%20116.622C48.7144%20116.685%2048.5184%20116.717%2048.323%20116.717C47.5317%20116.717%2046.8317%20116.212%2046.5817%20115.46C46.4264%20114.995%2046.4617%20114.497%2046.681%20114.059C46.9004%20113.621%2047.2784%20113.294%2047.743%20113.139C47.931%20113.076%2048.1257%20113.045%2048.3224%20113.045ZM40.0043%20117.649C40.3243%20118.609%2039.803%20119.651%2038.8423%20119.971C37.8936%20120.288%2036.8336%20119.746%2036.521%20118.808C36.201%20117.847%2036.723%20116.807%2037.6823%20116.487C37.871%20116.425%2038.0663%20116.393%2038.2623%20116.393C39.0543%20116.393%2039.7543%20116.897%2040.0043%20117.649ZM39.1513%20115.895C38.872%20115.789%2038.574%20115.726%2038.262%20115.726C37.9946%20115.726%2037.728%20115.769%2037.4726%20115.854C36.1626%20116.289%2035.4526%20117.71%2035.888%20119.019C36.2286%20120.044%2037.1833%20120.732%2038.262%20120.732C38.53%20120.732%2038.796%20120.689%2039.0526%20120.603C40.362%20120.167%2041.0726%20118.748%2040.6366%20117.438C40.4686%20116.933%2040.1486%20116.509%2039.7393%20116.21L43.3826%20109.507L45.9033%20108.668L47.2266%20112.642C46.736%20112.881%2046.334%20113.264%2046.086%20113.761C45.786%20114.358%2045.738%20115.037%2045.9486%20115.671C46.29%20116.695%2047.244%20117.383%2048.3233%20117.383C48.5913%20117.383%2048.8566%20117.341%2049.1133%20117.255C50.4213%20116.819%2051.1326%20115.399%2050.698%20114.09C50.3566%20113.066%2049.402%20112.378%2048.3226%20112.378C48.1666%20112.378%2048.0113%20112.397%2047.858%20112.426L46.536%20108.457L49.0586%20107.618L55.996%20110.802C55.844%20111.297%2055.8426%20111.822%2056.0093%20112.321C56.35%20113.346%2057.3046%20114.035%2058.3826%20114.035C58.6506%20114.035%2058.9173%20113.992%2059.1733%20113.907C60.4826%20113.471%2061.194%20112.051%2060.758%20110.741C60.4173%20109.717%2059.4626%20109.029%2058.384%20109.029C58.1153%20109.029%2057.85%20109.073%2057.5933%20109.158C57.0393%20109.342%2056.5873%20109.713%2056.28%20110.199L49.984%20107.31L64.162%20102.591C64.8246%20102.37%2065.1853%20101.65%2064.9653%20100.987L64.2213%2098.7507C64.1146%2098.43%2063.888%2098.1693%2063.5846%2098.0173C63.2866%2097.8673%2062.9293%2097.8427%2062.6166%2097.948L61.392%2098.3553L54.85%2078.7027L56.0746%2078.2947C56.7393%2078.0733%2057.0993%2077.3533%2056.8786%2076.6893L56.1353%2074.4567C55.9193%2073.8087%2055.1826%2073.438%2054.5313%2073.654L18.6493%2085.596C18.328%2085.704%2018.0673%2085.9294%2017.916%2086.232C17.7666%2086.5307%2017.7406%2086.884%2017.8466%2087.2007L18.59%2089.434C18.7626%2089.9527%2019.2473%2090.3013%2019.7933%2090.3013C19.9293%2090.3013%2020.0646%2090.2794%2020.1946%2090.2367L21.4173%2089.8293L27.9586%20109.483L26.7266%20109.893C26.0633%20110.115%2025.7026%20110.835%2025.9233%20111.498L26.668%20113.733C26.7746%20114.054%2027%20114.315%2027.304%20114.467C27.48%20114.555%2027.6753%20114.602%2027.8713%20114.602C28.008%20114.602%2028.1433%20114.579%2028.272%20114.537L42.4553%20109.816L39.1513%20115.895ZM120.442%208.35467C120.47%208.35467%20120.5%208.35133%20120.529%208.34333L149.052%200.684C149.137%200.660667%20149.21%200.604667%20149.254%200.528667C149.298%200.452%20149.31%200.360667%20149.286%200.275333L149.212%200H148.522L148.556%200.126667L120.676%207.61333L118.632%200H117.942L120.119%208.108C120.16%208.25667%20120.294%208.35467%20120.442%208.35467ZM121.895%20115.314L120.336%20111.507L124.143%20109.948L125.701%20113.755L121.895%20115.314ZM124.634%20109.387C124.563%20109.216%20124.368%20109.134%20124.198%20109.205L119.774%20111.016C119.693%20111.049%20119.628%20111.114%20119.592%20111.196C119.56%20111.277%20119.559%20111.369%20119.591%20111.451L121.404%20115.875C121.456%20116.004%20121.582%20116.082%20121.712%20116.082C121.754%20116.082%20121.798%20116.075%20121.838%20116.058L126.262%20114.246C126.344%20114.213%20126.41%20114.148%20126.444%20114.067C126.478%20113.985%20126.478%20113.894%20126.445%20113.812L124.634%20109.387ZM119.052%20108.37L117.493%20104.563L121.3%20103.003L122.86%20106.811L119.052%20108.37ZM123.603%20106.867L121.79%20102.442C121.757%20102.36%20121.693%20102.295%20121.611%20102.261C121.529%20102.226%20121.437%20102.227%20121.356%20102.26L116.931%20104.072C116.85%20104.105%20116.784%20104.17%20116.751%20104.251C116.716%20104.333%20116.716%20104.425%20116.749%20104.507L118.561%20108.931C118.615%20109.06%20118.738%20109.138%20118.869%20109.138C118.912%20109.138%20118.953%20109.131%20118.996%20109.113L123.421%20107.302C123.59%20107.233%20123.671%20107.038%20123.603%20106.867ZM116.208%20101.425L114.648%2097.6187L115.082%2097.4414L117.444%2099.8287C117.507%2099.8934%20117.592%2099.9281%20117.68%2099.9281C117.719%2099.9281%20117.757%2099.9214%20117.795%2099.9081C117.918%2099.8627%20118.002%2099.7514%20118.012%2099.6214L118.294%2096.1261L118.456%2096.0594L120.015%2099.8667L116.208%20101.425ZM117.603%2096.4087L117.407%2098.8434L115.75%2097.168L117.603%2096.4087ZM120.759%2099.9227L118.949%2095.4981C118.915%2095.4161%20118.85%2095.3514%20118.769%2095.3174C118.687%2095.2821%20118.595%2095.2834%20118.513%2095.3161L118.355%2095.3814L118.599%2092.3501C118.614%2092.1661%20118.477%2092.0054%20118.293%2091.9914C118.105%2091.9801%20117.949%2092.1127%20117.934%2092.2967L117.663%2095.6641L115.243%2096.6554L114.977%2096.3854C114.846%2096.2554%20114.636%2096.2527%20114.505%2096.3827C114.373%2096.5127%20114.372%2096.7234%20114.503%2096.8541L114.576%2096.9287L114.089%2097.1281C113.919%2097.1974%20113.837%2097.3921%20113.907%2097.5627L115.718%20101.987C115.771%20102.115%20115.895%20102.193%20116.027%20102.193C116.069%20102.193%20116.112%20102.186%20116.153%20102.169L120.577%20100.357C120.748%20100.288%20120.829%20100.093%20120.759%2099.9227ZM138.713%20175.269C138.666%20175.091%20138.482%20174.985%20138.304%20175.033L116.977%20180.761C116.8%20180.808%20116.694%20180.991%20116.742%20181.169C116.782%20181.317%20116.916%20181.415%20117.062%20181.415C117.091%20181.415%20117.121%20181.411%20117.15%20181.403L138.477%20175.677C138.656%20175.629%20138.76%20175.446%20138.713%20175.269ZM110.913%2091.4813L115.703%2089.52L116.179%2090.682C116.345%2091.0893%20116.739%2091.3527%20117.179%2091.3527C117.32%2091.3527%20117.456%2091.326%20117.588%2091.272L127.03%2087.4067C127.297%2087.2973%20127.506%2087.0907%20127.617%2086.8247C127.727%2086.5627%20127.728%2086.2613%20127.62%2085.998L127.145%2084.8367L131.935%2082.8747L135.373%2084.3147L145.239%20108.412L143.799%20111.851L122.777%20120.457L119.339%20119.017L109.473%2094.9193L110.913%2091.4813ZM115.729%2087.2833C115.802%2087.1106%20115.937%2086.9766%20116.11%2086.906L117.25%2086.4386C117.42%2086.3693%20117.502%2086.1746%20117.432%2086.004C116.754%2084.346%20117.55%2082.4446%20119.208%2081.766C119.602%2081.604%20120.016%2081.522%20120.438%2081.522C121.764%2081.522%20122.944%2082.3153%20123.446%2083.542C123.48%2083.624%20123.544%2083.6886%20123.626%2083.7226C123.708%2083.7573%20123.799%2083.7573%20123.881%2083.724L125.02%2083.2573C125.192%2083.1866%20125.386%2083.188%20125.557%2083.2593C125.729%2083.332%20125.864%2083.4666%20125.934%2083.64L126.4%2084.7786V84.7806C126.4%2084.7813%20126.402%2084.782%20126.402%2084.7826L127.004%2086.2506C127.044%2086.352%20127.044%2086.466%20127.002%2086.5666C126.959%2086.6686%20126.88%2086.7473%20126.778%2086.7893L117.336%2090.6553C117.127%2090.7386%20116.881%2090.6346%20116.796%2090.4293L116.195%2088.96V88.9593L116.194%2088.9586L115.727%2087.82C115.657%2087.6466%20115.657%2087.456%20115.729%2087.2833ZM118.953%20119.577L122.646%20121.125C122.688%20121.143%20122.73%20121.151%20122.776%20121.151C122.818%20121.151%20122.862%20121.143%20122.902%20121.127L144.178%20112.415C144.26%20112.381%20144.326%20112.317%20144.361%20112.235L145.907%20108.543C145.942%20108.461%20145.942%20108.369%20145.908%20108.287L135.938%2083.9346C135.904%2083.8526%20135.839%2083.7872%20135.758%2083.7532L132.064%2082.2066C131.982%2082.1712%20131.892%2082.1726%20131.81%2082.2052L126.892%2084.2192L126.552%2083.3872C126.414%2083.0492%20126.152%2082.7859%20125.814%2082.6446C125.48%2082.5039%20125.102%2082.5026%20124.768%2082.6399L123.924%2082.9859C123.257%2081.6819%20121.923%2080.8552%20120.438%2080.8552C119.928%2080.8552%20119.43%2080.9546%20118.955%2081.1486C117.06%2081.9246%20116.1%2084.0239%20116.701%2085.9426L115.858%2086.2886C115.52%2086.4272%20115.256%2086.6886%20115.115%2087.0252C114.974%2087.3626%20114.972%2087.7346%20115.11%2088.0726L115.451%2088.9032L110.532%2090.9166C110.451%2090.9506%20110.386%2091.0152%20110.352%2091.0966L108.804%2094.7892C108.771%2094.8706%20108.769%2094.9626%20108.803%2095.0446L118.774%20119.397C118.808%20119.479%20118.871%20119.544%20118.953%20119.577ZM118.004%20184.917C118.032%20184.917%20118.062%20184.913%20118.091%20184.905L139.418%20179.177C139.596%20179.13%20139.702%20178.947%20139.654%20178.769C139.606%20178.592%20139.424%20178.487%20139.245%20178.534L117.918%20184.261C117.74%20184.309%20117.635%20184.493%20117.682%20184.67C117.723%20184.818%20117.857%20184.917%20118.004%20184.917ZM160.928%2073.7073L156.495%2071.4886L160.949%2062.5913L165.382%2064.8106L160.928%2073.7073ZM165.978%2064.3633L160.949%2061.8459C160.783%2061.7633%20160.585%2061.8306%20160.501%2061.9946L155.75%2071.4886C155.71%2071.5673%20155.703%2071.6586%20155.731%2071.7426C155.758%2071.8266%20155.819%2071.8959%20155.897%2071.9359L160.927%2074.4526C160.975%2074.4766%20161.026%2074.4879%20161.077%2074.4879C161.199%2074.4879%20161.315%2074.4199%20161.375%2074.3033L166.127%2064.8106C166.167%2064.7319%20166.173%2064.6399%20166.145%2064.5559C166.117%2064.4719%20166.057%2064.4033%20165.978%2064.3633ZM21.3452%20181.772C20.2159%20183.361%2018.5359%20184.415%2016.6146%20184.741C16.2086%20184.809%2015.7959%20184.843%2015.3899%20184.843C11.8212%20184.843%208.7979%20182.285%208.20124%20178.761C7.53124%20174.794%2010.2132%20171.02%2014.1812%20170.349C14.5872%20170.281%2014.9992%20170.245%2015.4066%20170.245C18.9752%20170.245%2021.9972%20172.804%2022.5919%20176.328C22.9179%20178.25%2022.4752%20180.184%2021.3452%20181.772ZM18.6112%20192.519C18.6612%20192.811%2018.4625%20193.09%2018.1699%20193.139L17.9025%20193.185C17.6059%20193.235%2017.3319%20193.034%2017.2825%20192.744L16.5479%20188.399L17.8772%20188.174L18.6112%20192.519ZM16.0557%20185.482C16.2797%20185.463%2016.5037%20185.435%2016.7257%20185.398C16.949%20185.36%2017.167%20185.309%2017.3837%20185.253L17.7657%20187.517L16.4377%20187.742L16.0557%20185.482ZM15.4073%20169.579C14.9626%20169.579%2014.5126%20169.617%2014.0706%20169.691C9.74127%20170.425%206.81327%20174.543%207.5446%20178.871C8.19593%20182.716%2011.4913%20185.507%2015.3846%20185.509L16.6259%20192.855C16.7246%20193.437%2017.2233%20193.859%2017.8126%20193.859C17.8793%20193.859%2017.9473%20193.854%2018.0153%20193.843L18.2826%20193.797C18.9379%20193.686%2019.3799%20193.062%2019.2693%20192.408L18.4799%20187.734L18.0273%20185.056C19.5753%20184.518%2020.9206%20183.522%2021.8899%20182.159C23.1219%20180.425%2023.6053%20178.315%2023.2506%20176.217C22.6006%20172.371%2019.3019%20169.579%2015.4073%20169.579ZM25.2285%2059.7387C25.0452%2059.7527%2024.9079%2059.9127%2024.9219%2060.0967L25.2479%2064.3934C25.2605%2064.5687%2025.4065%2064.7014%2025.5799%2064.7014C25.5879%2064.7014%2025.5965%2064.7014%2025.6045%2064.7007C25.7879%2064.6867%2025.9259%2064.526%2025.9119%2064.3427L25.5865%2060.046C25.5719%2059.862%2025.4119%2059.7234%2025.2285%2059.7387ZM86.6365%2034.66C86.4525%2034.6747%2086.3145%2034.8347%2086.3292%2035.0187L86.6152%2038.7873C86.6285%2038.9627%2086.7745%2039.0953%2086.9472%2039.0953C86.9552%2039.0953%2086.9632%2039.0953%2086.9725%2039.0947C87.1559%2039.08%2087.2939%2038.92%2087.2799%2038.7367L86.9939%2034.9674C86.9799%2034.7833%2086.8145%2034.6394%2086.6365%2034.66ZM21.3713%2059.244L20.0079%2063.6733C19.9539%2063.85%2020.0526%2064.036%2020.2286%2064.09C20.2613%2064.1007%2020.2939%2064.1047%2020.3266%2064.1047C20.4693%2064.1047%2020.6013%2064.0133%2020.6453%2063.87L22.0086%2059.4407C22.0633%2059.2647%2021.9646%2059.078%2021.7879%2059.024C21.6119%2058.9687%2021.4253%2059.0693%2021.3713%2059.244ZM14.4836%20128.862L14.7243%20128.563C14.8383%20128.419%2014.8129%20128.209%2014.6696%20128.095C14.5256%20127.98%2014.3156%20128.005%2014.2016%20128.149L13.9656%20128.443C13.5483%20128.958%2013.1169%20129.492%2012.8669%20130.102C12.6023%20130.753%2012.5623%20131.537%2012.7489%20132.431C12.7983%20132.668%2012.8569%20132.905%2012.9156%20133.139C13.0449%20133.659%2013.1669%20134.149%2013.1836%20134.63C13.2043%20135.233%2013.0043%20135.862%2012.6043%20136.447C12.5003%20136.599%2012.5389%20136.806%2012.6909%20136.91C12.7489%20136.949%2012.8129%20136.968%2012.8789%20136.968C12.9849%20136.968%2013.0896%20136.917%2013.1536%20136.823C13.6343%20136.121%2013.8749%20135.354%2013.8496%20134.607C13.8309%20134.055%2013.6943%20133.508%2013.5623%20132.978C13.5063%20132.751%2013.4496%20132.523%2013.4009%20132.295C13.2416%20131.533%2013.2709%20130.88%2013.4843%20130.353C13.6969%20129.835%2014.0796%20129.362%2014.4836%20128.862ZM18.0741%2057.7339L15.3881%2061.1039C15.2735%2061.2479%2015.2968%2061.4579%2015.4415%2061.5726C15.5028%2061.6219%2015.5761%2061.6453%2015.6481%2061.6453C15.7468%2061.6453%2015.8435%2061.6026%2015.9101%2061.5199L18.5948%2058.1493C18.7095%2058.0053%2018.6855%2057.7959%2018.5421%2057.6813C18.3981%2057.5646%2018.1888%2057.5899%2018.0741%2057.7339ZM146.602%2066.5374L142.169%2064.318L145.452%2057.7554L149.887%2059.9754L146.602%2066.5374ZM150.482%2059.5279L145.453%2057.0099C145.374%2056.9699%20145.283%2056.9645%20145.199%2056.9919C145.115%2057.0199%20145.046%2057.0792%20145.006%2057.1585L141.423%2064.3179C141.34%2064.4825%20141.408%2064.6825%20141.572%2064.7652L146.602%2067.2825C146.648%2067.3065%20146.7%2067.3179%20146.751%2067.3179C146.872%2067.3179%20146.99%2067.2499%20147.049%2067.1332L150.632%2059.9752C150.714%2059.8105%20150.647%2059.6105%20150.482%2059.5279ZM34.1854%2046.196L32.4514%2047.114C32.4508%2047.1146%2032.4494%2047.114%2032.4494%2047.1146L32.4474%2047.1166L14.8921%2056.4086C13.6248%2054.2186%2012.9294%2049.3586%2014.5314%2046.7246L14.9861%2046.484C14.9868%2046.4833%2014.9881%2046.484%2014.9894%2046.4833L25.9228%2040.6953C25.9234%2040.6953%2025.9248%2040.6946%2025.9248%2040.694L26.3814%2040.4526C29.4608%2040.6093%2033.0881%2043.9166%2034.1854%2046.196ZM37.3816%2055.0626C38.0716%2055.2773%2038.3036%2055.7186%2038.0916%2056.4099C37.3576%2058.7939%2036.1356%2062.7653%2035.9036%2063.5173L34.557%2064.2299L36.7343%2057.1566C36.9543%2056.4393%2036.713%2055.9826%2035.999%2055.7593L29.377%2053.6913C29.5916%2053.3893%2029.7796%2053.0706%2029.943%2052.7393L37.3816%2055.0626ZM38.1545%2063.0794C38.4152%2062.9421%2038.7079%2062.8694%2039.0025%2062.8694C39.3619%2062.8694%2039.7105%2062.9754%2040.0092%2063.1754L43.8465%2065.7607L27.7025%2074.3054C27.7012%2074.3061%2027.6999%2074.3067%2027.6985%2074.3067L27.6865%2074.2954L27.7239%2069.6781C27.7285%2069.0114%2028.0985%2068.4034%2028.6879%2068.0914L38.1545%2063.0794ZM26.6262%2055.2453C24.3908%2056.4293%2021.6728%2056.1627%2019.7148%2054.61L29.9868%2049.1733C30.1702%2051.6653%2028.8615%2054.0627%2026.6262%2055.2453ZM14.1396%2042.056C13.8023%2040.452%2014.1476%2038.9133%2015.1143%2037.7233C16.077%2036.5366%2017.5563%2035.8273%2019.0703%2035.8273C20.0416%2035.8273%2021.467%2036.1173%2022.7316%2037.494L25.2356%2040.3046L15.053%2045.694L14.1396%2042.056ZM34.3133%2050.6374C34.3919%2050.5961%2034.4753%2050.5754%2034.5619%2050.5754C34.7613%2050.5754%2034.9439%2050.6848%2035.0359%2050.8594C35.1746%2051.1208%2035.0739%2051.4454%2034.8133%2051.5834C34.5573%2051.7188%2034.2239%2051.6141%2034.0899%2051.3608C33.9526%2051.1008%2034.0526%2050.7754%2034.3133%2050.6374ZM26.1498%2039.8213L25.8424%2039.9833L23.2271%2037.0466C22.1091%2035.8306%2020.6331%2035.1606%2019.0704%2035.1606C17.3571%2035.1606%2015.6851%2035.962%2014.5964%2037.3033C13.5018%2038.6526%2013.1071%2040.3886%2013.4898%2042.206L14.4464%2046.0153L14.1398%2046.1773C14.0884%2046.2046%2014.0458%2046.2446%2014.0144%2046.294C12.1224%2049.274%2012.9898%2054.778%2014.4964%2057.0333C14.5604%2057.1293%2014.6658%2057.182%2014.7738%2057.182C14.8271%2057.182%2014.8798%2057.1693%2014.9298%2057.1433L19.0838%2054.9446C20.3798%2056.0626%2022.0104%2056.6486%2023.6604%2056.6486C24.7798%2056.6486%2025.9058%2056.3813%2026.9384%2055.8353C27.7104%2055.4266%2028.3791%2054.884%2028.9324%2054.2513L35.8004%2056.396C36.1611%2056.5086%2036.2084%2056.5986%2036.0964%2056.9606L33.7238%2064.6713L28.3764%2067.502C27.5704%2067.9293%2027.0651%2068.7606%2027.0578%2069.6726L27.0204%2074.29C27.0184%2074.5266%2027.1438%2074.7513%2027.3464%2074.8746C27.4531%2074.9393%2027.5744%2074.9733%2027.6991%2074.9733C27.8091%2074.9733%2027.9198%2074.946%2028.0158%2074.8946L44.1604%2066.35C44.3698%2066.238%2044.5071%2066.0213%2044.5191%2065.7846C44.5318%2065.548%2044.4164%2065.3186%2044.2191%2065.186L40.3798%2062.6206C39.6371%2062.1233%2038.6344%2062.0726%2037.8431%2062.4906L36.7371%2063.076C37.1751%2061.6553%2038.1198%2058.584%2038.7278%2056.6066C39.0484%2055.5653%2038.6198%2054.75%2037.5804%2054.426L30.2084%2052.124C30.5998%2051.0953%2030.7518%2049.9726%2030.6211%2048.8373L32.4671%2047.8606L33.7318%2050.2506C33.3584%2050.6133%2033.2464%2051.19%2033.5018%2051.672C33.7104%2052.0673%2034.1171%2052.3126%2034.5638%2052.3126C34.7591%2052.3126%2034.9531%2052.264%2035.1258%2052.1726C35.7111%2051.8626%2035.9358%2051.134%2035.6264%2050.548C35.3798%2050.0833%2034.8291%2049.8466%2034.3231%2049.942L33.0564%2047.548L34.7724%2046.64C34.9231%2046.56%2034.9898%2046.3786%2034.9258%2046.22C33.9078%2043.7053%2029.8438%2039.8946%2026.3158%2039.7826C26.2618%2039.7793%2026.2004%2039.794%2026.1498%2039.8213ZM153.765%2070.1219L149.332%2067.9026L154.44%2057.6973L158.873%2059.9166L153.765%2070.1219ZM159.638%2059.662C159.61%2059.578%20159.55%2059.5093%20159.47%2059.4693L154.441%2056.952C154.276%2056.8687%20154.076%2056.9367%20153.994%2057.1013L148.587%2067.9027C148.547%2067.9813%20148.54%2068.0733%20148.568%2068.1573C148.596%2068.2413%20148.656%2068.31%20148.736%2068.35L153.766%2070.8673C153.813%2070.8913%20153.864%2070.9027%20153.914%2070.9027C154.036%2070.9027%20154.154%2070.8347%20154.212%2070.718L159.619%2059.9167C159.659%2059.838%20159.666%2059.746%20159.638%2059.662ZM141.065%2031.1199C141.091%2031.1199%20141.116%2031.1212%20141.143%2031.1239C141.535%2031.1659%20141.821%2031.5199%20141.779%2031.9119C141.736%2032.3025%20141.403%2032.5852%20140.99%2032.5479C140.8%2032.5272%20140.63%2032.4345%20140.509%2032.2852C140.389%2032.1359%20140.334%2031.9499%20140.355%2031.7599C140.393%2031.3952%20140.699%2031.1199%20141.065%2031.1199ZM140.921%2033.2106C140.97%2033.2152%20141.021%2033.2179%20141.07%2033.2179C141.778%2033.2179%20142.367%2032.6866%20142.442%2031.9826C142.524%2031.2246%20141.973%2030.5426%20141.214%2030.4612C140.442%2030.3772%20139.772%2030.9366%20139.693%2031.6892C139.652%2032.0559%20139.758%2032.4166%20139.992%2032.7039C140.224%2032.9919%20140.554%2033.1712%20140.921%2033.2106ZM110.413%2056.0646L113.293%2029.0546C113.377%2028.26%20113.767%2027.546%20114.389%2027.0433C115.01%2026.5413%20115.793%2026.3093%20116.586%2026.396L123.7%2027.1546L123.395%2030.0146L117.743%2029.4113C116.868%2029.318%20116.088%2029.9526%20115.995%2030.8233L113.651%2052.8126C113.607%2053.2346%20113.728%2053.6486%20113.995%2053.9786C114.261%2054.3086%20114.641%2054.516%20115.062%2054.56L129.195%2056.0673C129.253%2056.0733%20129.31%2056.076%20129.366%2056.076C129.727%2056.076%20130.077%2055.954%20130.363%2055.7233C130.692%2055.4566%20130.897%2055.0773%20130.944%2054.656L132.393%2041.048L135.254%2041.3533L133.423%2058.518C133.339%2059.3126%20132.949%2060.0266%20132.328%2060.5286C131.705%2061.0313%20130.924%2061.2606%20130.13%2061.176L113.071%2059.358C112.287%2059.274%20111.555%2058.8753%20111.06%2058.2626C110.559%2057.6393%20110.328%2056.8593%20110.413%2056.0646ZM123.597%2038.9547C124.255%2039.7701%20125.193%2040.2807%20126.235%2040.3914L127.149%2040.4894L126.195%2044.8827C126.163%2045.0281%20126.23%2045.1767%20126.362%2045.2474C126.412%2045.2741%20126.467%2045.2874%20126.52%2045.2874C126.607%2045.2874%20126.694%2045.2527%20126.757%2045.1874L130.971%2040.8967L131.729%2040.9781L130.281%2054.5847C130.254%2054.8294%20130.133%2055.0501%20129.943%2055.2047C129.751%2055.3594%20129.508%2055.4287%20129.265%2055.4047L115.132%2053.8974C114.887%2053.8714%20114.668%2053.7514%20114.513%2053.5601C114.359%2053.3687%20114.287%2053.1281%20114.313%2052.8827L116.657%2030.8934C116.711%2030.3881%20117.169%2030.0214%20117.671%2030.0747L123.324%2030.6774L122.749%2036.0734C122.637%2037.1154%20122.939%2038.1387%20123.597%2038.9547ZM124.397%2026.8946V26.892L124.694%2024.1253C124.87%2022.4646%20126.26%2021.2126%20127.928%2021.2126C128.045%2021.2126%20128.161%2021.218%20128.278%2021.2306L145.692%2023.088C147.478%2023.2786%20148.778%2024.886%20148.587%2026.6726L147.306%2038.6906C147.116%2040.4666%20145.533%2041.776%20143.721%2041.5853L135.657%2040.726C135.656%2040.726%20135.656%2040.7253%20135.656%2040.7253H135.653L130.881%2040.2166C130.778%2040.2053%20130.678%2040.242%20130.608%2040.3146L127.091%2043.896L127.881%2040.2686C127.9%2040.176%20127.881%2040.0786%20127.825%2040.002C127.77%2039.926%20127.684%2039.876%20127.59%2039.866L126.306%2039.7286C125.441%2039.6366%20124.664%2039.2133%20124.116%2038.536C123.57%2037.8586%20123.32%2037.0093%20123.412%2036.1433L124.397%2026.8946ZM113.002%2060.0206L130.061%2061.8386C130.193%2061.8533%20130.325%2061.86%20130.455%2061.86C131.288%2061.86%20132.09%2061.578%20132.747%2061.048C133.507%2060.434%20133.982%2059.56%20134.087%2058.588L135.917%2041.424L143.65%2042.248C143.792%2042.2633%20143.933%2042.2706%20144.072%2042.2706C146.081%2042.2706%20147.756%2040.762%20147.969%2038.7613L149.251%2026.7426C149.48%2024.592%20147.916%2022.6546%20145.763%2022.4253L128.349%2020.568C126.169%2020.3406%20124.259%2021.9166%20124.032%2024.0546L123.771%2026.492L116.657%2025.7333C115.687%2025.628%20114.73%2025.9106%20113.971%2026.5246C113.21%2027.1386%20112.733%2028.0126%20112.631%2028.9846L109.751%2055.994C109.647%2056.9653%20109.927%2057.92%20110.542%2058.6813C111.156%2059.4406%20112.029%2059.9166%20113.002%2060.0206ZM119.806%2083.2254C119.845%2083.2094%20119.888%2083.2014%20119.929%2083.2014C120.063%2083.2014%20120.182%2083.2807%20120.232%2083.4041C120.266%2083.4854%20120.266%2083.5747%20120.231%2083.6554C120.198%2083.7354%20120.136%2083.7981%20120.054%2083.8307C119.888%2083.9021%20119.694%2083.8154%20119.627%2083.6521C119.559%2083.4854%20119.64%2083.2941%20119.806%2083.2254ZM119.929%2084.522C120.06%2084.522%20120.186%2084.4973%20120.308%2084.448C120.553%2084.3473%20120.745%2084.1573%20120.846%2083.912C120.95%2083.6673%20120.95%2083.3973%20120.85%2083.1513C120.647%2082.6587%20120.056%2082.4067%20119.554%2082.608C119.047%2082.8167%20118.802%2083.398%20119.009%2083.9047C119.164%2084.28%20119.525%2084.522%20119.929%2084.522ZM23.6239%20152.298C23.1852%20154.274%2021.3985%20155.709%2019.3772%20155.709C19.0605%20155.709%2018.7405%20155.674%2018.4272%20155.604L15.1025%20154.866L15.7785%20153.419L18.7659%20154.083C18.9692%20154.128%2019.1719%20154.149%2019.3725%20154.149C20.6545%20154.149%2021.8139%20153.261%2022.1025%20151.958C22.4312%20150.479%2021.5005%20148.987%2020.0212%20148.631L18.2019%20148.227L18.6532%20147.261L18.8772%20146.78L20.3165%20147.101C21.4532%20147.353%2022.4219%20148.032%2023.0465%20149.014C23.6719%20149.995%2023.8765%20151.161%2023.6239%20152.298ZM17.9124%20148.845L19.8704%20149.281C20.9931%20149.551%2021.7011%20150.687%2021.4511%20151.814C21.1971%20152.961%2020.0591%20153.687%2018.9097%20153.432L16.0664%20152.8L17.9124%20148.845ZM20.4607%20146.449L19.166%20146.161L20.502%20143.299C20.634%20143.016%2020.6313%20142.691%2020.4913%20142.411C20.354%20142.13%2020.0987%20141.929%2019.7933%20141.861L8.418%20139.333L0%20137.463V138.146L5.34333%20139.333L19.6487%20142.512C19.756%20142.536%2019.846%20142.607%2019.894%20142.705C19.9433%20142.804%2019.944%20142.917%2019.8973%20143.017L12.9647%20157.867C12.5373%20158.783%2011.4893%20159.303%2010.4987%20159.082L8.102%20158.549L0%20156.749V157.433L7.39867%20159.077L9.97933%20159.65L9.72933%20160.781C9.69133%20160.953%209.588%20161.101%209.43867%20161.195C9.29133%20161.289%209.112%20161.322%208.94067%20161.283L0%20159.297V159.98L8.796%20161.935C8.89067%20161.955%208.98667%20161.965%209.084%20161.965C9.33733%20161.965%209.58333%20161.894%209.796%20161.758C10.096%20161.567%2010.3033%20161.271%2010.38%20160.925L10.6387%20159.764C10.7513%20159.778%2010.8627%20159.801%2010.9753%20159.801C12.082%20159.801%2013.1%20159.153%2013.5687%20158.15L14.8127%20155.484L18.2827%20156.255C18.6433%20156.335%2019.0107%20156.376%2019.3767%20156.376C21.708%20156.376%2023.768%20154.721%2024.2747%20152.442C24.5653%20151.132%2024.3293%20149.788%2023.6093%20148.656C22.8893%20147.524%2021.7707%20146.741%2020.4607%20146.449ZM121.871%2056.9519C121.898%2056.9519%20121.926%2056.9539%20121.952%2056.9566C122.368%2057.0006%20122.67%2057.3752%20122.626%2057.7906C122.582%2058.2026%20122.21%2058.5039%20121.794%2058.4612C121.591%2058.4392%20121.412%2058.3412%20121.284%2058.1846C121.158%2058.0266%20121.1%2057.8299%20121.12%2057.6292C121.162%2057.2426%20121.485%2056.9519%20121.871%2056.9519ZM121.723%2059.124C121.775%2059.1293%20121.826%2059.132%20121.875%2059.132C122.604%2059.132%20123.212%2058.5854%20123.288%2057.8607C123.372%2057.08%20122.805%2056.3773%20122.025%2056.294C121.228%2056.2147%20120.542%2056.7827%20120.458%2057.5587C120.375%2058.3387%20120.943%2059.0407%20121.723%2059.124ZM130.955%2030.042C130.98%2030.042%20131.006%2030.0433%20131.032%2030.046C131.424%2030.088%20131.709%2030.4413%20131.668%2030.834C131.626%2031.224%20131.28%2031.5173%20130.88%2031.47C130.488%2031.428%20130.202%2031.0747%20130.244%2030.682C130.283%2030.3173%20130.589%2030.042%20130.955%2030.042ZM130.81%2032.1326C130.859%2032.138%20130.909%2032.1406%20130.956%2032.1406C131.665%2032.1406%20132.255%2031.6093%20132.331%2030.9046C132.411%2030.1473%20131.861%2029.4646%20131.103%2029.3826C130.333%2029.3%20129.662%2029.858%20129.582%2030.6113C129.501%2031.3693%20130.052%2032.0513%20130.81%2032.1326ZM162.6%2077.1665L138.948%2065.3265L146.157%2050.9265L168.858%2062.2898L169.809%2062.7658L162.6%2077.1665ZM163.739%2078.4827C163.835%2078.53%20163.906%2078.612%20163.94%2078.714C163.974%2078.8154%20163.966%2078.924%20163.918%2079.02L163.091%2080.672C163.023%2080.8087%20162.885%2080.8934%20162.731%2080.8934C162.671%2080.8934%20162.61%2080.8794%20162.553%2080.8514L151.471%2075.3034C151.471%2075.3034%20151.47%2075.3027%20151.469%2075.3027L136.021%2067.57C135.926%2067.5227%20135.854%2067.4387%20135.82%2067.338C135.787%2067.2387%20135.795%2067.1274%20135.841%2067.0327L136.671%2065.3807C136.738%2065.2434%20136.876%2065.1587%20137.029%2065.1587C137.091%2065.1587%20137.15%2065.1734%20137.207%2065.2014L138.348%2065.772C138.349%2065.7727%20138.35%2065.774%20138.351%2065.7747L162.599%2077.9127C162.601%2077.9134%20162.602%2077.9127%20162.603%2077.9134L163.739%2078.4827ZM145.019%2049.6113C144.923%2049.564%20144.853%2049.482%20144.819%2049.3806C144.785%2049.2786%20144.793%2049.17%20144.841%2049.0746L145.667%2047.424C145.735%2047.2873%20145.871%2047.2026%20146.026%2047.2026C146.088%2047.2026%20146.147%2047.2166%20146.203%2047.2446L172.729%2060.5226C172.825%2060.5706%20172.896%2060.6526%20172.929%2060.754C172.963%2060.8553%20172.955%2060.9646%20172.908%2061.06L172.082%2062.7106C171.985%2062.9026%20171.739%2062.986%20171.545%2062.8893L170.405%2062.3193V62.3186L146.157%2050.1813H146.157L145.019%2049.6113ZM154.125%2081.7688C154.338%2081.7688%20154.543%2081.8175%20154.736%2081.9135C155.41%2082.2515%20155.684%2083.0755%20155.346%2083.7488C155.018%2084.4061%20154.174%2084.6915%20153.51%2084.3601C153.184%2084.1968%20152.941%2083.9155%20152.826%2083.5695C152.71%2083.2228%20152.737%2082.8521%20152.9%2082.5241C153.134%2082.0581%20153.603%2081.7688%20154.125%2081.7688ZM147.908%2080.0261C147.58%2080.6835%20146.734%2080.9695%20146.072%2080.6375C145.398%2080.2995%20145.124%2079.4761%20145.462%2078.8015C145.696%2078.3355%20146.165%2078.0461%20146.687%2078.0461C146.9%2078.0461%20147.106%2078.0948%20147.298%2078.1908C147.972%2078.5288%20148.246%2079.3521%20147.908%2080.0261ZM140.471%2076.3032C140.143%2076.9598%20139.299%2077.2458%20138.635%2076.9138C137.961%2076.5765%20137.687%2075.7532%20138.025%2075.0778C138.257%2074.6118%20138.727%2074.3225%20139.249%2074.3225C139.463%2074.3225%20139.668%2074.3712%20139.86%2074.4672C140.534%2074.8052%20140.809%2075.6292%20140.471%2076.3032ZM171.247%2063.4859C171.394%2063.5593%20171.559%2063.5986%20171.723%2063.5986C172.13%2063.5986%20172.496%2063.3726%20172.677%2063.0086L173.505%2061.3579C173.632%2061.1033%20173.652%2060.8139%20173.562%2060.5439C173.473%2060.2726%20173.283%2060.0539%20173.028%2059.9266L146.503%2046.6486C145.987%2046.3913%20145.325%2046.6146%20145.07%2047.1259L144.245%2048.7759C144.117%2049.0313%20144.095%2049.3206%20144.186%2049.5906C144.276%2049.8613%20144.466%2050.0799%20144.721%2050.2079L145.561%2050.6286L138.352%2065.0286L137.505%2064.6046C136.992%2064.3486%20136.329%2064.5713%20136.074%2065.0819L135.246%2066.7346C135.12%2066.9859%20135.099%2067.2826%20135.188%2067.5486C135.277%2067.8166%20135.473%2068.0413%20135.723%2068.1659L146.045%2073.3333L141.07%2074.8046C140.881%2074.4153%20140.575%2074.0793%20140.159%2073.8713C139.873%2073.7279%20139.567%2073.6559%20139.25%2073.6559C138.474%2073.6559%20137.776%2074.0866%20137.428%2074.7799C136.926%2075.7833%20137.335%2077.0086%20138.337%2077.5106C138.622%2077.6539%20138.928%2077.7259%20139.247%2077.7259C140.023%2077.7259%20140.721%2077.2953%20141.067%2076.6019C141.255%2076.2293%20141.313%2075.8266%20141.266%2075.4413L146.919%2073.7699L148.693%2074.6586L147.281%2077.4793C147.089%2077.4199%20146.892%2077.3793%20146.687%2077.3793C145.911%2077.3793%20145.213%2077.8099%20144.866%2078.5033C144.365%2079.5059%20144.772%2080.7306%20145.775%2081.2339C146.061%2081.3766%20146.367%2081.4493%20146.685%2081.4493C147.461%2081.4493%20148.158%2081.0186%20148.505%2080.3246C148.955%2079.424%20148.669%2078.3493%20147.879%2077.7739L149.289%2074.9573L151.063%2075.8453L153.114%2081.3719C152.773%2081.5673%20152.488%2081.8573%20152.305%2082.2253C152.061%2082.7126%20152.021%2083.2639%20152.193%2083.7793C152.365%2084.2953%20152.727%2084.7133%20153.213%2084.9566C153.499%2085.0999%20153.805%2085.1719%20154.121%2085.1719C154.897%2085.1719%20155.595%2084.7413%20155.943%2084.0473C156.445%2083.0446%20156.036%2081.8199%20155.033%2081.3173C154.749%2081.1739%20154.443%2081.1019%20154.125%2081.1019C153.993%2081.1019%20153.865%2081.1186%20153.739%2081.1419L151.937%2076.2826L162.255%2081.4473C162.403%2081.5206%20162.567%2081.5599%20162.731%2081.5599C163.139%2081.5599%20163.505%2081.3339%20163.687%2080.9699L164.514%2079.3179C164.642%2079.0626%20164.663%2078.7733%20164.573%2078.5033C164.482%2078.2326%20164.293%2078.0139%20164.037%2077.8859L163.197%2077.4646L170.404%2063.0639L171.247%2063.4859ZM136.01%2030.5808C136.035%2030.5808%20136.061%2030.5821%20136.087%2030.5848C136.479%2030.6275%20136.765%2030.9808%20136.724%2031.3735C136.682%2031.7635%20136.336%2032.0495%20135.936%2032.0095C135.543%2031.9668%20135.257%2031.6135%20135.3%2031.2208C135.338%2030.8561%20135.644%2030.5808%20136.01%2030.5808ZM135.866%2032.6721C135.916%2032.6774%20135.965%2032.6801%20136.013%2032.6801C136.721%2032.6801%20137.311%2032.1487%20137.387%2031.4434C137.467%2030.6861%20136.917%2030.0034%20136.159%2029.9221C135.388%2029.8387%20134.718%2030.3974%20134.638%2031.1507C134.557%2031.9087%20135.107%2032.5907%20135.866%2032.6721ZM41.7908%2086.2014L46.4441%20100.181L40.2728%20102.234L35.6201%2088.2554L41.7908%2086.2014ZM39.7462%20102.761C39.7928%20102.9%2039.9228%20102.989%2040.0622%20102.989C40.0975%20102.989%2040.1328%20102.983%2040.1682%20102.972L46.9715%20100.708C47.0555%20100.679%2047.1248%20100.62%2047.1642%20100.541C47.2035%20100.462%2047.2102%20100.37%2047.1822%20100.286L42.3188%2085.6748C42.2608%2085.5008%2042.0715%2085.4061%2041.8975%2085.4641L35.0942%2087.7281C35.0102%2087.7561%2034.9415%2087.8161%2034.9008%2087.8954C34.8622%2087.9741%2034.8555%2088.0661%2034.8828%2088.1501L39.7462%20102.761ZM50.6694%20199.047C50.3447%20199.047%2050.082%20198.783%2050.082%20198.46C50.082%20198.136%2050.3447%20197.873%2050.6694%20197.873C50.9914%20197.873%2051.2554%20198.136%2051.2554%20198.46C51.2554%20198.783%2050.9914%20199.047%2050.6694%20199.047ZM50.669%20197.206C49.977%20197.206%2049.415%20197.769%2049.415%20198.46C49.415%20199.151%2049.977%20199.714%2050.669%20199.714C51.3597%20199.714%2051.9217%20199.151%2051.9217%20198.46C51.9217%20197.769%2051.3597%20197.206%2050.669%20197.206ZM100.841%20157.974L99.9111%20154.917L102.968%20153.987L103.897%20157.043L100.841%20157.974ZM103.508%20153.473C103.482%20153.389%20103.424%20153.317%20103.346%20153.276C103.268%20153.234%20103.176%20153.225%20103.092%20153.251L99.3982%20154.377C99.2229%20154.431%2099.1236%20154.617%2099.1762%20154.793L100.302%20158.487C100.327%20158.572%20100.386%20158.643%20100.463%20158.685C100.512%20158.711%20100.566%20158.723%20100.62%20158.723C100.653%20158.723%20100.686%20158.719%20100.718%20158.709L104.412%20157.584C104.588%20157.53%20104.688%20157.344%20104.634%20157.168L103.508%20153.473ZM106.273%20140.119L107.203%20143.175L104.147%20144.105L103.217%20141.049L106.273%20140.119ZM103.606%20144.619C103.631%20144.703%20103.69%20144.774%20103.767%20144.816C103.816%20144.842%20103.869%20144.855%20103.924%20144.855C103.957%20144.855%20103.99%20144.851%20104.021%20144.841L107.716%20143.715C107.893%20143.661%20107.991%20143.475%20107.938%20143.299L106.813%20139.605C106.759%20139.429%20106.573%20139.331%20106.397%20139.383L102.702%20140.508C102.618%20140.534%20102.547%20140.592%20102.505%20140.67C102.464%20140.748%20102.454%20140.839%20102.48%20140.924L103.606%20144.619ZM108.063%20146.004L108.995%20149.061L105.938%20149.991L105.007%20146.935L108.063%20146.004ZM104.298%20146.555C104.256%20146.633%20104.247%20146.725%20104.273%20146.809L105.397%20150.504C105.442%20150.648%20105.574%20150.741%20105.717%20150.741C105.749%20150.741%20105.782%20150.735%20105.813%20150.726L109.507%20149.602C109.592%20149.576%20109.664%20149.518%20109.705%20149.439C109.747%20149.361%20109.756%20149.27%20109.73%20149.186L108.605%20145.491C108.552%20145.315%20108.367%20145.215%20108.19%20145.269L104.495%20146.393C104.411%20146.419%20104.339%20146.477%20104.298%20146.555ZM92.1621%20154.185L91.2314%20151.129L94.2881%20150.198L95.2188%20153.254L92.1621%20154.185ZM95.9289%20153.633C95.9709%20153.555%2095.9803%20153.464%2095.9543%20153.379L94.8296%20149.685C94.7756%20149.509%2094.5896%20149.411%2094.4129%20149.463L90.7189%20150.587C90.6343%20150.613%2090.5636%20150.671%2090.5216%20150.749C90.4803%20150.827%2090.4709%20150.919%2090.4969%20151.003L91.6209%20154.698C91.6469%20154.783%2091.7056%20154.853%2091.7836%20154.895C91.8323%20154.921%2091.8863%20154.935%2091.9403%20154.935C91.9729%20154.935%2092.0056%20154.929%2092.0376%20154.92L95.7316%20153.795C95.8163%20153.769%2095.8876%20153.711%2095.9289%20153.633ZM67.7397%20183.847C67.7397%20179.287%2065.963%20175.001%2062.7397%20171.776C59.515%20168.552%2055.2283%20166.777%2050.6697%20166.777C46.1097%20166.777%2041.8223%20168.552%2038.5977%20171.776C35.3737%20175%2033.5977%20179.287%2033.5977%20183.847C33.5977%20188.407%2035.3737%20192.694%2038.5977%20195.917C40.469%20197.789%2042.6997%20199.169%2045.1323%20200H47.8123C44.5177%20199.425%2041.483%20197.861%2039.069%20195.446C35.9717%20192.349%2034.2643%20188.229%2034.2643%20183.847C34.2643%20179.465%2035.9717%20175.345%2039.069%20172.247C42.1683%20169.15%2046.287%20167.443%2050.6697%20167.443C55.051%20167.443%2059.1697%20169.15%2062.2683%20172.247C65.3663%20175.345%2067.073%20179.465%2067.073%20183.847C67.073%20188.229%2065.3663%20192.349%2062.2683%20195.446C59.8543%20197.861%2056.8197%20199.425%2053.5263%20200H56.205C58.6377%20199.169%2060.8677%20197.789%2062.7397%20195.917C65.963%20192.693%2067.7397%20188.407%2067.7397%20183.847ZM93.9534%20160.071L93.0234%20157.014L96.0801%20156.083L97.0101%20159.14L93.9534%20160.071ZM96.6205%20155.571C96.5945%20155.485%2096.5358%20155.415%2096.4578%20155.373C96.3791%20155.331%2096.2885%20155.322%2096.2038%20155.349L92.5098%20156.473C92.3345%20156.527%2092.2345%20156.714%2092.2878%20156.889L93.4125%20160.583C93.4565%20160.727%2093.5885%20160.82%2093.7311%20160.82C93.7638%20160.82%2093.7958%20160.815%2093.8291%20160.805L97.5231%20159.681C97.6078%20159.655%2097.6785%20159.597%2097.7205%20159.519C97.7618%20159.441%2097.7711%20159.35%2097.7458%20159.265L96.6205%20155.571ZM101.176%20148.101L102.106%20151.158L99.0505%20152.088L98.1191%20149.031L101.176%20148.101ZM97.409%20148.652C97.3677%20148.731%2097.359%20148.822%2097.3843%20148.907L98.509%20152.601C98.5537%20152.745%2098.685%20152.837%2098.8283%20152.837C98.8603%20152.837%2098.893%20152.833%2098.925%20152.823L102.618%20151.699C102.703%20151.673%20102.776%20151.615%20102.816%20151.537C102.858%20151.458%20102.867%20151.367%20102.841%20151.283L101.717%20147.588C101.664%20147.412%20101.478%20147.313%20101.301%20147.366L97.6063%20148.491C97.5217%20148.517%2097.4503%20148.575%2097.409%20148.652ZM84.0004%203.498C85.4471%204.00733%2086.9591%204.27733%2088.4771%204.27667C91.9157%204.27667%2095.3558%202.96733%2097.9738%200.35C98.0871%200.236667%2098.1904%200.116667%2098.2984%200H97.3711C93.7304%203.54%2088.4884%204.46667%2084.0004%202.792C82.3958%202.19333%2080.8891%201.26467%2079.5864%200H78.6631C78.7711%200.115333%2078.8671%200.237333%2078.9791%200.35C80.4431%201.81333%2082.1671%202.85267%2084.0004%203.498ZM77.6141%20139.527L77.8808%20140.405C77.9248%20140.548%2078.0574%20140.641%2078.1994%20140.641C78.2321%20140.641%2078.2648%20140.636%2078.2974%20140.627C78.4734%20140.573%2078.5721%20140.386%2078.5181%20140.211L78.2521%20139.333V139.332L81.0848%20138.47L81.3474%20139.333L81.3514%20139.347C81.3961%20139.492%2081.5281%20139.584%2081.6708%20139.584C81.7028%20139.584%2081.7361%20139.579%2081.7681%20139.57C81.8828%20139.535%2081.9594%20139.441%2081.9881%20139.333C82.0034%20139.275%2082.0081%20139.215%2081.9901%20139.154L81.7228%20138.275L83.9994%20137.583L84.5554%20137.413L84.8228%20138.291C84.8661%20138.436%2084.9994%20138.528%2085.1421%20138.528C85.1741%20138.528%2085.2061%20138.523%2085.2388%20138.514C85.4148%20138.46%2085.5141%20138.273%2085.4608%20138.097L85.1934%20137.219L88.0268%20136.357L88.2934%20137.235C88.3374%20137.379%2088.4701%20137.471%2088.6128%20137.471C88.6448%20137.471%2088.6774%20137.467%2088.7101%20137.457C88.8861%20137.403%2088.9848%20137.217%2088.9314%20137.041L88.6648%20136.163L91.4974%20135.3L91.7641%20136.178C91.8088%20136.323%2091.9408%20136.415%2092.0841%20136.415C92.1148%20136.415%2092.1481%20136.41%2092.1801%20136.4C92.3568%20136.346%2092.4561%20136.16%2092.4028%20135.984L92.1354%20135.106L94.9681%20134.243L95.2348%20135.122C95.2794%20135.266%2095.4114%20135.358%2095.5541%20135.358C95.5868%20135.358%2095.6188%20135.353%2095.6514%20135.344C95.8274%20135.289%2095.9261%20135.103%2095.8728%20134.928L95.6061%20134.049L98.4394%20133.187L98.7061%20134.065C98.7508%20134.209%2098.8821%20134.301%2099.0254%20134.301C99.0574%20134.301%2099.0908%20134.297%2099.1221%20134.287C99.2988%20134.233%2099.3974%20134.047%2099.3441%20133.871L99.0774%20132.993L101.91%20132.131L102.177%20133.009C102.221%20133.152%20102.353%20133.245%20102.497%20133.245C102.528%20133.245%20102.561%20133.241%20102.592%20133.231C102.769%20133.177%20102.868%20132.991%20102.815%20132.815L102.548%20131.937L105.381%20131.075L105.647%20131.952C105.692%20132.095%20105.824%20132.188%20105.967%20132.188C105.999%20132.188%20106.032%20132.184%20106.063%20132.174C106.24%20132.12%20106.339%20131.934%20106.285%20131.758L106.019%20130.881L107.155%20130.534C107.251%20130.505%20107.348%20130.491%20107.446%20130.491C107.5%20130.491%20107.549%20130.507%20107.6%20130.515C107.922%20130.567%20108.196%20130.773%20108.335%20131.071C108.355%20131.113%20108.383%20131.15%20108.396%20131.195L109.636%20135.266L96.2748%20139.333L83.9994%20143.071L77.3054%20145.108L76.0654%20141.037C76.0528%20140.993%2076.0461%20140.949%2076.0394%20140.905C76.0054%20140.692%2076.0374%20140.471%2076.1401%20140.28C76.1888%20140.187%2076.2601%20140.113%2076.3334%20140.043C76.3528%20140.023%2076.3641%20139.996%2076.3848%20139.979C76.4228%20139.948%2076.4734%20139.935%2076.5161%20139.909C76.5854%20139.868%2076.6488%20139.821%2076.7268%20139.797L77.6141%20139.527ZM110.875%20139.333L115.823%20155.59C115.982%20156.115%20115.686%20156.671%20115.162%20156.831L84.7327%20166.094C84.482%20166.172%2084.2207%20166.138%2084%20166.027C83.7633%20165.908%2083.5733%20165.699%2083.4913%20165.433L77.5%20145.746L84%20143.767L98.5647%20139.333L109.831%20135.904L110.875%20139.333ZM76.1564%20139.333C75.9044%20139.487%2075.6937%20139.7%2075.5517%20139.966C75.3637%20140.319%2075.3171%20140.718%2075.4024%20141.104C75.4124%20141.147%2075.4157%20141.189%2075.4277%20141.231L82.8537%20165.627C83.0237%20166.184%2083.4604%20166.593%2083.9997%20166.741C84.1417%20166.779%2084.2891%20166.804%2084.4424%20166.804C84.6064%20166.804%2084.7684%20166.78%2084.9264%20166.732L115.356%20157.469C116.23%20157.202%20116.727%20156.272%20116.461%20155.396L111.571%20139.333L110.371%20135.393V135.391L109.035%20131.001C108.821%20130.297%20108.182%20129.823%20107.446%20129.823C107.282%20129.823%20107.119%20129.847%20106.962%20129.895L105.825%20130.242L105.449%20129.008C105.396%20128.832%20105.209%20128.732%20105.033%20128.786C104.858%20128.84%20104.757%20129.026%20104.811%20129.202L105.187%20130.436L102.354%20131.298L101.978%20130.065C101.924%20129.889%20101.74%20129.789%20101.562%20129.843C101.386%20129.897%20101.286%20130.083%20101.34%20130.259L101.716%20131.493L98.8831%20132.355L98.5077%20131.121C98.4537%20130.945%2098.2684%20130.845%2098.0917%20130.899C97.9157%20130.953%2097.8157%20131.139%2097.8691%20131.315L98.2451%20132.549L95.4124%20133.411L95.0364%20132.178C94.9824%20132.002%2094.7984%20131.904%2094.6204%20131.956C94.4451%20132.01%2094.3451%20132.196%2094.3984%20132.372L94.7744%20133.605L91.9417%20134.468L91.5657%20133.234C91.5117%20133.059%2091.3271%20132.96%2091.1497%20133.012C90.9737%20133.067%2090.8744%20133.253%2090.9277%20133.428L91.3037%20134.662L88.4704%20135.525L88.0951%20134.291C88.0411%20134.115%2087.8557%20134.016%2087.6784%20134.069C87.5031%20134.123%2087.4037%20134.309%2087.4564%20134.485L87.8324%20135.719L84.9997%20136.581L84.6237%20135.347C84.5704%20135.172%2084.3844%20135.073%2084.2077%20135.126C84.1064%20135.157%2084.0357%20135.233%2083.9997%20135.325V135.325C83.9731%20135.392%2083.9624%20135.467%2083.9857%20135.541L83.9997%20135.587L84.3617%20136.775L83.9997%20136.885L81.5291%20137.637L81.1531%20136.405C81.0997%20136.229%2080.9137%20136.129%2080.7371%20136.183C80.5604%20136.237%2080.4617%20136.423%2080.5151%20136.599L80.8911%20137.832L78.0577%20138.694L77.6817%20137.461C77.6284%20137.285%2077.4424%20137.185%2077.2664%20137.239C77.0897%20137.293%2076.9904%20137.479%2077.0437%20137.655L77.4197%20138.888L76.5331%20139.159C76.3977%20139.199%2076.2744%20139.261%2076.1564%20139.333ZM100.627%20185.944C100.455%20186.009%20100.367%20186.201%20100.431%20186.373C102.179%20191.049%20101.029%20196.351%2097.5014%20199.879C97.4588%20199.921%2097.4135%20199.958%2097.3701%20200H98.2974C101.749%20196.292%20102.839%20190.909%20101.057%20186.14C100.991%20185.967%20100.8%20185.88%20100.627%20185.944ZM64.6943%20183.847C64.6943%20183.523%2064.9577%20183.26%2065.2817%20183.26C65.6057%20183.26%2065.8683%20183.523%2065.8683%20183.847C65.8683%20184.171%2065.6057%20184.435%2065.2817%20184.435C64.9577%20184.435%2064.6943%20184.171%2064.6943%20183.847ZM66.5347%20183.847C66.5347%20183.156%2065.9727%20182.593%2065.2813%20182.593C64.5893%20182.593%2064.0273%20183.156%2064.0273%20183.847C64.0273%20184.539%2064.5893%20185.101%2065.2813%20185.101C65.9727%20185.101%2066.5347%20184.539%2066.5347%20183.847ZM70.7465%20118.939C70.1585%20118.872%2069.4772%20119.08%2068.8252%20119.523C69.0965%20118.783%2069.1332%20118.072%2068.9252%20117.519C69.5119%20117.587%2070.1945%20117.377%2070.8452%20116.935C70.5745%20117.673%2070.5379%20118.386%2070.7465%20118.939ZM71.6368%20115.529C70.6374%20116.811%2069.1648%20117.404%2068.4208%20116.824C68.3168%20116.743%2068.1674%20116.761%2068.0868%20116.865C68.0041%20116.969%2068.0241%20117.119%2068.1274%20117.201C68.8714%20117.781%2068.6541%20119.353%2067.6554%20120.634C67.5734%20120.739%2067.5928%20120.889%2067.6968%20120.97C67.8001%20121.051%2067.9508%20121.032%2068.0314%20120.928C69.0314%20119.647%2070.5041%20119.054%2071.2481%20119.633C71.3514%20119.715%2071.5021%20119.696%2071.5828%20119.592C71.6641%20119.488%2071.6448%20119.338%2071.5408%20119.257C70.7974%20118.677%2071.0141%20117.104%2072.0134%20115.823C72.0941%20115.719%2072.0761%20115.568%2071.9721%20115.488C71.8674%20115.407%2071.7181%20115.425%2071.6368%20115.529ZM50.6694%20169.822C50.3447%20169.822%2050.082%20169.558%2050.082%20169.233C50.082%20168.91%2050.3447%20168.647%2050.6694%20168.647C50.9914%20168.647%2051.2554%20168.91%2051.2554%20169.233C51.2554%20169.558%2050.9914%20169.822%2050.6694%20169.822ZM50.669%20167.98C49.977%20167.98%2049.415%20168.543%2049.415%20169.233C49.415%20169.926%2049.977%20170.489%2050.669%20170.489C51.3597%20170.489%2051.9217%20169.926%2051.9217%20169.233C51.9217%20168.543%2051.3597%20167.98%2050.669%20167.98ZM50.6693%20174.775C50.4839%20174.775%2050.3359%20174.924%2050.3359%20175.108V183.847C50.3359%20184.031%2050.4839%20184.181%2050.6693%20184.181H60.4293C60.6133%20184.181%2060.7626%20184.031%2060.7626%20183.847C60.7626%20183.663%2060.6133%20183.514%2060.4293%20183.514H51.0026V175.108C51.0026%20174.924%2050.8519%20174.775%2050.6693%20174.775ZM99.3848%20142.215L100.315%20145.271L97.2588%20146.203L96.3281%20143.146L99.3848%20142.215ZM95.5932%20143.021L96.7185%20146.715C96.7439%20146.8%2096.8025%20146.871%2096.8799%20146.913C96.9292%20146.939%2096.9832%20146.952%2097.0372%20146.952C97.0699%20146.952%2097.1025%20146.947%2097.1345%20146.937L100.829%20145.813C101.005%20145.759%20101.105%20145.573%20101.051%20145.397L99.9259%20141.702C99.8999%20141.617%2099.8419%20141.547%2099.7639%20141.505C99.6859%20141.463%2099.5939%20141.453%2099.5099%20141.48L95.8152%20142.605C95.6399%20142.659%2095.5405%20142.845%2095.5932%20143.021ZM73.895%2084.4754L79.2897%2065.4834L83.9997%2067.5314L102.502%2075.5774L92.399%2092.2981C91.887%2093.1447%2090.7497%2093.5127%2089.8363%2093.1147L83.9997%2090.5767L74.915%2086.6281C74.0877%2086.2681%2073.6497%2085.3421%2073.895%2084.4754ZM80.5051%2061.2107L84.0005%2062.73L104.802%2071.774L102.834%2075.03L84.0005%2066.84L79.4658%2064.868L80.5051%2061.2107ZM79.4952%2058.8212L80.4679%2056.5852C80.5899%2056.3025%2080.8152%2056.0845%2081.1019%2055.9719C81.2119%2055.9299%2081.3272%2055.9032%2081.4446%2055.8945C81.6286%2055.8819%2081.8152%2055.9139%2081.9839%2055.9879L84.0006%2056.8645L90.5099%2059.6952C90.5106%2059.6952%2090.5112%2059.6965%2090.5119%2059.6965L92.6126%2060.6092L107.613%2067.1319C107.895%2067.2539%20108.113%2067.4799%20108.226%2067.7659C108.338%2068.0525%20108.333%2068.3659%20108.21%2068.6485L107.239%2070.8839C106.993%2071.4499%20106.292%2071.7299%20105.722%2071.4819L104.985%2071.1619L84.0006%2062.0372L80.4252%2060.4825C80.4232%2060.4819%2080.4212%2060.4819%2080.4192%2060.4812L80.0926%2060.3392C79.5099%2060.0852%2079.2412%2059.4052%2079.4952%2058.8212ZM97.4012%2062L92.7012%2059.956L93.7772%2057.4794C93.8312%2057.356%2093.9818%2057.2947%2094.1065%2057.3494L98.3498%2059.1927C98.4758%2059.2487%2098.5332%2059.3974%2098.4772%2059.5227L97.4012%2062ZM92.1326%2056.7647C92.438%2056.0627%2093.102%2055.5927%2093.8673%2055.5401C94.196%2055.5181%2094.5166%2055.5727%2094.8206%2055.7047L99.0633%2057.5487C99.564%2057.7674%2099.9486%2058.1667%20100.15%2058.6741C100.35%2059.1814%20100.339%2059.7367%20100.122%2060.2381L99.0453%2062.7147L97.9826%2062.2527L99.06%2059.7754C99.2546%2059.3274%2099.0493%2058.8047%2098.602%2058.6107L94.36%2056.7674C93.9253%2056.5754%2093.3846%2056.7921%2093.1953%2057.2261L92.118%2059.7021L91.0566%2059.2407L92.1326%2056.7647ZM89.5833%2093.6967C89.9753%2093.8687%2090.4073%2093.9427%2090.8333%2093.9127C91.704%2093.8533%2092.492%2093.3713%2092.9433%2092.6267L105.389%2072.0293L105.468%2072.064C105.73%2072.1773%20106.019%2072.2267%20106.303%2072.208C106.971%2072.1607%20107.553%2071.752%20107.82%2071.1367L108.791%2068.9013C108.981%2068.464%20108.991%2067.978%20108.815%2067.5333C108.641%2067.0893%20108.303%2066.74%20107.865%2066.55L99.6273%2062.968L100.703%2060.4913C100.99%2059.8353%20101.003%2059.1067%20100.74%2058.4413C100.477%2057.776%2099.9726%2057.2527%2099.316%2056.9673L95.074%2055.1233C94.6806%2054.952%2094.2486%2054.8767%2093.8233%2054.9067C92.8213%2054.976%2091.95%2055.59%2091.55%2056.5113L90.474%2058.9873L84%2056.172L82.2366%2055.4053C81.8073%2055.218%2081.3046%2055.2113%2080.8693%2055.382C80.4246%2055.556%2080.0746%2055.8933%2079.8846%2056.332L78.9113%2058.5693C78.5186%2059.4727%2078.9353%2060.5287%2079.838%2060.9207L79.9166%2060.9547L73.286%2084.3013C72.9526%2085.474%2073.544%2086.724%2074.6613%2087.21L84%2091.27L89.5833%2093.6967ZM82.6503%2085.9967C82.6377%2085.9633%2082.639%2085.9253%2082.653%2085.8913L83.9997%2082.7947L88.4083%2072.656L91.115%2073.832L85.3603%2087.068C85.3223%2087.1553%2085.2397%2087.164%2085.1797%2087.1393L83.9997%2086.6267L82.725%2086.072C82.6903%2086.058%2082.6643%2086.03%2082.6503%2085.9967ZM84.9263%2087.7207C85.0403%2087.7707%2085.1656%2087.7927%2085.2876%2087.7834C85.5763%2087.764%2085.827%2087.5867%2085.943%2087.322L91.8243%2073.7947C91.8936%2073.634%2091.8203%2073.4467%2091.659%2073.3774L88.371%2071.9467C88.2943%2071.9134%2088.207%2071.9114%2088.1276%2071.9427C88.0496%2071.974%2087.9876%2072.034%2087.9536%2072.112L84.0003%2081.2034L82.071%2085.6387C81.9896%2085.8267%2081.985%2086.0374%2082.061%2086.2294C82.137%2086.42%2082.2823%2086.5727%2082.4716%2086.6547L84.0003%2087.3187L84.9263%2087.7207ZM52.0701%2084.7458L56.1334%2096.9558L49.9627%2099.0098L45.8994%2086.7999L52.0701%2084.7458ZM49.4353%2099.5367C49.4627%2099.6207%2049.524%2099.6893%2049.602%2099.7293C49.6493%2099.7527%2049.7%2099.7647%2049.7527%2099.7647C49.7873%2099.7647%2049.8227%2099.7587%2049.8573%2099.7473L56.66%2097.4833C56.8347%2097.4247%2056.9293%2097.2367%2056.8707%2097.0613L52.5973%2084.2193C52.5693%2084.1353%2052.5087%2084.0667%2052.43%2084.0267C52.3513%2083.988%2052.26%2083.982%2052.1753%2084.0087L45.3727%2086.2727C45.198%2086.3313%2045.104%2086.52%2045.1613%2086.6947L49.4353%2099.5367ZM83.2177%2034.256L82.0217%2038.1407C81.9677%2038.3174%2082.0657%2038.5034%2082.2423%2038.5574C82.275%2038.568%2082.3083%2038.5727%2082.341%2038.5727C82.4823%2038.5727%2082.615%2038.4807%2082.659%2038.3374L83.855%2034.4527C83.909%2034.276%2083.8103%2034.09%2083.6343%2034.036C83.459%2033.9807%2083.2723%2034.0807%2083.2177%2034.256ZM79.6112%2084.5594C79.5978%2084.5941%2079.5705%2084.6228%2079.5365%2084.6374C79.5032%2084.6528%2079.4625%2084.6521%2079.4272%2084.6374L77.8752%2083.9634C77.3038%2083.7141%2077.0245%2083.0614%2077.2392%2082.4761L81.8912%2069.8254L84.0005%2070.7434L84.5958%2071.0028L84.0005%2072.6221L79.6112%2084.5594ZM85.2939%2070.9393C85.3519%2070.7813%2085.2772%2070.6066%2085.1225%2070.5393L83.9999%2070.0506L81.8345%2069.1093C81.7545%2069.0739%2081.6639%2069.0746%2081.5832%2069.1079C81.5032%2069.1426%2081.4399%2069.2086%2081.4099%2069.2919L76.6432%2082.2573C76.3112%2083.1579%2076.7412%2084.1613%2077.6205%2084.5439L79.1745%2085.2186C79.2872%2085.2686%2079.4125%2085.2906%2079.5345%2085.2813C79.6205%2085.2759%2079.7052%2085.2553%2079.7859%2085.2206C79.9799%2085.1359%2080.1339%2084.9759%2080.2059%2084.7773L83.9999%2074.4606L85.2939%2070.9393ZM80.3335%2032.918L77.9775%2035.874C77.8635%2036.018%2077.8868%2036.2273%2078.0308%2036.342C78.0915%2036.3913%2078.1655%2036.4146%2078.2382%2036.4146C78.3362%2036.4146%2078.4335%2036.372%2078.4988%2036.2893L80.8541%2033.3333C80.9688%2033.1893%2080.9455%2032.98%2080.8015%2032.8653C80.6575%2032.7486%2080.4482%2032.7733%2080.3335%2032.918ZM9.88163%202.21399C14.5923%200.397991%2019.941%201.52999%2023.5083%205.09732C28.485%2010.074%2028.485%2018.172%2023.5083%2023.1493C18.5323%2028.126%2010.435%2028.126%205.45696%2023.1493C1.92896%2019.6213%200.778965%2014.32%202.52696%209.64399C2.59163%209.47132%202.5043%209.27933%202.33163%209.21466C2.15763%209.15133%201.96763%209.23866%201.9023%209.41066C0.0629648%2014.33%201.27363%2019.9087%204.98563%2023.6207C7.6043%2026.2393%2011.0436%2027.548%2014.483%2027.548C17.9216%2027.548%2021.3623%2026.2393%2023.9803%2023.6207C29.2163%2018.3833%2029.2163%209.86199%2023.9803%204.62599C20.2256%200.871991%2014.597%20-0.318676%209.6423%201.59132C9.4703%201.65799%209.3843%201.85066%209.4503%202.02199C9.51696%202.19332%209.71096%202.27866%209.88163%202.21399ZM33.7439%2094.3547L36.7559%20103.406L30.5852%20105.46L27.5732%2096.4087L33.7439%2094.3547ZM30.2249%20106.179C30.2709%20106.203%2030.3223%20106.215%2030.3729%20106.215C30.4089%20106.215%2030.4449%20106.208%2030.4783%20106.197L37.2823%20103.933C37.4563%20103.875%2037.5516%20103.687%2037.4929%20103.511L34.2703%2093.828C34.2429%2093.744%2034.1823%2093.6754%2034.1036%2093.6354C34.0249%2093.596%2033.9329%2093.5907%2033.8489%2093.6174L27.0456%2095.8814C26.8703%2095.9394%2026.7769%2096.1287%2026.8343%2096.3034L30.0569%20105.987C30.0856%20106.071%2030.1449%20106.139%2030.2249%20106.179ZM88.41%2088.3841L94.9333%2075.4788L97.6407%2076.6561L91.5547%2088.6994C91.368%2089.0681%2090.996%2089.3148%2090.5833%2089.3434C90.3927%2089.3568%2090.2067%2089.3254%2090.032%2089.2488L88.4773%2088.5721C88.444%2088.5568%2088.4167%2088.5274%2088.404%2088.4928C88.3907%2088.4568%2088.3933%2088.4181%2088.41%2088.3841ZM87.8064%2088.708C87.8777%2088.9073%2088.0317%2089.0706%2088.225%2089.154L89.779%2089.8313C90.045%2089.9466%2090.3377%2089.9966%2090.6257%2089.9773H90.6264C91.261%2089.934%2091.8344%2089.5533%2092.1204%2088.986L98.3597%2076.6433C98.3984%2076.5646%2098.4037%2076.4733%2098.3744%2076.392C98.345%2076.3086%2098.2817%2076.2426%2098.2024%2076.2086L94.911%2074.7773C94.7577%2074.7106%2094.5784%2074.7746%2094.5023%2074.924L87.843%2088.098C87.7484%2088.2866%2087.7344%2088.5093%2087.8064%2088.708ZM85.5708%20100.42C85.5848%20100.246%2085.4548%20100.095%2085.2814%20100.081C85.1081%20100.068%2084.9561%20100.197%2084.9428%20100.371L84.9201%20100.647C84.8768%20101.137%2084.8328%20101.643%2084.9328%20102.127C85.0428%20102.646%2085.3461%20103.151%2085.8374%20103.629C85.9661%20103.754%2086.0994%20103.876%2086.2321%20103.993C86.5214%20104.254%2086.7934%20104.501%2086.9974%20104.78C87.2494%20105.127%2087.3794%20105.577%2087.3768%20106.083C87.3754%20106.256%2087.5168%20106.398%2087.6908%20106.399C87.7481%20106.4%2087.8021%20106.384%2087.8481%20106.357C87.9434%20106.303%2088.0061%20106.203%2088.0074%20106.086C88.0108%20105.446%2087.8374%20104.867%2087.5074%20104.411C87.2648%20104.076%2086.9541%20103.797%2086.6534%20103.525C86.5281%20103.412%2086.3994%20103.298%2086.2774%20103.177C85.8781%20102.789%2085.6334%20102.392%2085.5508%20101.997C85.4681%20101.605%2085.5074%20101.167%2085.5481%20100.702L85.5708%20100.42ZM92.4971%20144.312L93.4271%20147.369L90.3704%20148.299L89.4404%20145.243L92.4971%20144.312ZM89.8295%20148.813C89.8554%20148.897%2089.9141%20148.968%2089.9921%20149.01C90.0401%20149.036%2090.0941%20149.049%2090.1481%20149.049C90.1808%20149.049%2090.2134%20149.045%2090.2461%20149.035L93.9401%20147.909C94.1161%20147.855%2094.2161%20147.669%2094.1628%20147.493L93.0375%20143.799C93.0115%20143.715%2092.9528%20143.643%2092.8748%20143.602C92.7961%20143.559%2092.7055%20143.551%2092.6208%20143.577L88.9268%20144.702C88.7514%20144.756%2088.6515%20144.942%2088.7048%20145.118L89.8295%20148.813ZM36.6434%20183.847C36.6434%20184.171%2036.3794%20184.435%2036.0561%20184.435C35.7314%20184.435%2035.4688%20184.171%2035.4688%20183.847C35.4688%20183.523%2035.7314%20183.26%2036.0561%20183.26C36.3794%20183.26%2036.6434%20183.523%2036.6434%20183.847ZM34.8018%20183.848C34.8018%20184.539%2035.3644%20185.102%2036.0558%20185.102C36.7471%20185.102%2037.3098%20184.539%2037.3098%20183.848C37.3098%20183.156%2036.7471%20182.594%2036.0558%20182.594C35.3644%20182.594%2034.8018%20183.156%2034.8018%20183.848ZM85.2728%20156.282L84.3428%20153.225L87.3988%20152.295L88.3301%20155.352L85.2728%20156.282ZM89.0402%20155.731C89.0822%20155.652%2089.0915%20155.561%2089.0648%20155.477L87.9408%20151.782C87.8875%20151.606%2087.7008%20151.507%2087.5248%20151.56L84.0002%20152.633L83.8308%20152.685C83.6542%20152.739%2083.5548%20152.925%2083.6082%20153.101L84.0002%20154.387L84.7328%20156.795C84.7768%20156.939%2084.9082%20157.031%2085.0515%20157.031C85.0835%20157.031%2085.1162%20157.027%2085.1482%20157.017L88.8428%20155.893C88.9282%20155.867%2088.9988%20155.809%2089.0402%20155.731ZM87.0648%20162.167L86.1348%20159.111L89.1914%20158.181L90.1221%20161.237L87.0648%20162.167ZM89.7324%20157.667C89.6791%20157.492%2089.4938%20157.393%2089.3164%20157.445L85.6224%20158.57C85.5378%20158.595%2085.4664%20158.654%2085.4251%20158.732C85.3838%20158.81%2085.3744%20158.901%2085.3998%20158.985L86.5251%20162.681C86.5691%20162.825%2086.7004%20162.917%2086.8438%20162.917C86.8758%20162.917%2086.9091%20162.912%2086.9411%20162.902L90.6351%20161.778C90.7204%20161.752%2090.7904%20161.694%2090.8324%20161.616C90.8738%20161.538%2090.8831%20161.447%2090.8571%20161.362L89.7324%20157.667ZM82.1117%20101.779C82.1244%20101.605%2081.9944%20101.455%2081.8211%20101.442C81.6478%20101.429%2081.4971%20101.559%2081.4831%20101.732L81.4591%20102.011C81.4178%20102.501%2081.3737%20103.005%2081.4751%20103.485C81.5831%20104.006%2081.8877%20104.511%2082.3784%20104.991C82.5078%20105.114%2082.6404%20105.234%2082.7731%20105.355C83.0631%20105.615%2083.3358%20105.861%2083.5384%20106.141C83.7897%20106.488%2083.9211%20106.937%2083.9178%20107.443C83.9171%20107.525%2083.9491%20107.597%2083.9997%20107.653C84.0571%20107.717%2084.1377%20107.759%2084.2298%20107.759C84.2884%20107.761%2084.3431%20107.745%2084.3897%20107.719C84.4837%20107.665%2084.5478%20107.564%2084.5478%20107.447C84.5518%20106.806%2084.3791%20106.227%2084.0478%20105.771C84.0331%20105.751%2084.0144%20105.735%2083.9997%20105.715C83.7651%20105.408%2083.4771%20105.141%2083.1951%20104.886C83.0684%20104.773%2082.9411%20104.659%2082.8184%20104.539C82.4178%20104.15%2082.1744%20103.752%2082.0911%20103.357C82.0098%20102.967%2082.0478%20102.529%2082.0871%20102.066L82.1117%20101.779ZM66.8519%2062.536C66.8519%2062.4013%2066.7439%2062.2927%2066.6093%2062.292H64.3773L65.9553%2060.714C66.0513%2060.6193%2066.0513%2060.4647%2065.9553%2060.3687C65.8613%2060.2733%2065.7059%2060.2733%2065.6113%2060.3693L64.0319%2061.948V59.2373C64.0319%2059.1027%2063.9226%2058.9933%2063.7886%2058.9933C63.6546%2058.9933%2063.5453%2059.1027%2063.5453%2059.2373V61.948L61.9659%2060.3687C61.8713%2060.2733%2061.7173%2060.2733%2061.6213%2060.3693C61.5266%2060.4647%2061.5266%2060.6193%2061.6219%2060.714L63.1999%2062.2927H60.9686C60.8339%2062.2927%2060.7246%2062.402%2060.7246%2062.536C60.7239%2062.6707%2060.8333%2062.78%2060.9686%2062.78H63.1999L61.6219%2064.358C61.5273%2064.4533%2061.5266%2064.6073%2061.6219%2064.7033C61.6693%2064.7507%2061.7319%2064.7733%2061.7939%2064.7733C61.8566%2064.7733%2061.9193%2064.75%2061.9673%2064.7033L63.5453%2063.1247V65.8347C63.5453%2065.9687%2063.6546%2066.078%2063.7886%2066.078C63.9233%2066.0787%2064.0319%2065.9687%2064.0319%2065.8347V63.1247L65.6113%2064.7027C65.6579%2064.75%2065.7213%2064.7733%2065.7819%2064.774C65.8453%2064.774%2065.9073%2064.75%2065.9553%2064.7033C66.0506%2064.6073%2066.0506%2064.4533%2065.9553%2064.358L64.3773%2062.78H66.6093C66.7439%2062.78%2066.8533%2062.6707%2066.8519%2062.536ZM89.0294%2099.0574C89.0421%2098.884%2088.9134%2098.7334%2088.7394%2098.7194C88.5654%2098.7067%2088.4148%2098.836%2088.4014%2099.0107L88.3781%2099.2847C88.3368%2099.774%2088.2908%20100.281%2088.3928%20100.767C88.5021%20101.287%2088.8061%20101.791%2089.2954%20102.269C89.4248%20102.393%2089.5594%20102.514%2089.6928%20102.635C89.9808%20102.894%2090.2534%20103.139%2090.4561%20103.419C90.7074%20103.766%2090.8394%20104.216%2090.8368%20104.721C90.8354%20104.896%2090.9748%20105.037%2091.1488%20105.039C91.2074%20105.039%2091.2614%20105.024%2091.3088%20104.997C91.4021%20104.943%2091.4661%20104.841%2091.4661%20104.725C91.4701%20104.086%2091.2974%20103.506%2090.9668%20103.049C90.7248%20102.715%2090.4148%20102.436%2090.1148%20102.165C89.9868%20102.051%2089.8594%20101.937%2089.7354%20101.817C89.3368%20101.428%2089.0921%20101.031%2089.0094%20100.637C88.9274%20100.244%2088.9654%2099.804%2089.0054%2099.3387L89.0294%2099.0574ZM80.2835%20112.52C80.2982%20112.476%2080.3275%20112.437%2080.3895%20112.401C80.3922%20112.399%2080.3948%20112.398%2080.3982%20112.397L84.0002%20110.98L97.7128%20105.586C97.7668%20105.564%2097.8295%20105.569%2097.8795%20105.597C97.9315%20105.627%2097.9668%20105.678%2097.9755%20105.737L98.3855%20108.327C98.3855%20108.328%2098.3848%20108.328%2098.3848%20108.329L98.9068%20111.628L99.8542%20117.622C99.9648%20118.325%2099.5722%20119.035%2098.8942%20119.299L98.8648%20119.311C98.8642%20119.311%2098.8628%20119.311%2098.8622%20119.311L88.9088%20123.226C88.9075%20123.227%2088.9062%20123.228%2088.9042%20123.229L88.8775%20123.24C88.2115%20123.504%2087.4348%20123.261%2087.0342%20122.667L84.0002%20118.165L80.3088%20112.687C80.2762%20112.637%2080.2668%20112.577%2080.2835%20112.52ZM99.7859%20113.156L99.3086%20110.133L100.626%20109.615C101.383%20109.331%20102.241%20109.714%20102.537%20110.467C102.839%20111.234%20102.464%20112.102%20101.695%20112.405L99.7859%20113.156ZM100.003%20108.105C101.608%20107.473%20103.426%20108.265%20104.059%20109.871C104.678%20111.445%20103.913%20113.287%20102.293%20113.925L100.046%20114.809L99.8869%20113.795L101.925%20112.992C102.023%20112.953%20102.116%20112.908%20102.204%20112.857C103.104%20112.342%20103.514%20111.229%20103.123%20110.238C102.702%20109.165%20101.481%20108.621%20100.4%20109.026L99.2075%20109.495L99.0469%20108.48L100.003%20108.105ZM99.0793%20121.057C99.044%20121.138%2098.9813%20121.206%2098.9053%20121.251L90.2579%20124.659C90.0446%20124.743%2089.8033%20124.637%2089.7193%20124.425L89.4326%20123.699L96.6286%20120.868L98.7993%20120.014L99.0853%20120.739C99.1246%20120.841%2099.1233%20120.955%2099.0793%20121.057ZM79.6824%20112.333C79.6084%20112.574%2079.6471%20112.831%2079.7864%20113.039L84.0004%20119.293L86.5124%20123.02C87.0244%20123.779%2087.9671%20124.123%2088.8384%20123.907L89.1331%20124.656C89.3437%20125.192%2089.9517%20125.456%2090.4884%20125.245L99.0811%20121.863C99.1291%20121.845%2099.1751%20121.824%2099.2191%20121.798C99.4131%20121.687%2099.5684%20121.512%2099.6571%20121.309C99.7677%20121.056%2099.7724%20120.764%2099.6717%20120.507L99.3791%20119.764C99.3904%20119.759%2099.4017%20119.754%2099.4131%20119.748C100.189%20119.303%20100.616%20118.409%20100.476%20117.524L100.148%20115.447L102.524%20114.511C102.7%20114.443%20102.865%20114.363%20103.022%20114.271C104.625%20113.353%20105.323%20111.361%20104.645%20109.64C103.887%20107.711%20101.7%20106.759%2099.7724%20107.518L98.9471%20107.843L98.5984%20105.638C98.5591%20105.39%2098.4111%20105.176%2098.1931%20105.05C97.9744%20104.926%2097.7137%20104.907%2097.4817%20104.999L84.0004%20110.302L80.1684%20111.81C79.9324%20111.905%2079.7564%20112.095%2079.6824%20112.333ZM191.451%2039.7181L191.62%2039.4714C191.726%2039.3201%20191.686%2039.1121%20191.534%2039.0088C191.382%2038.9054%20191.174%2038.9441%20191.07%2039.0968L190.904%2039.3374C190.607%2039.7648%20190.3%2040.2061%20190.138%2040.7034C189.964%2041.2374%20189.977%2041.8608%20190.175%2042.5581C190.228%2042.7408%20190.287%2042.9208%20190.346%2043.1007C190.474%2043.4914%20190.594%2043.8601%20190.634%2044.2241C190.682%2044.6754%20190.566%2045.1581%20190.298%2045.6201C190.204%2045.7788%20190.258%2045.9834%20190.418%2046.0754C190.471%2046.1061%20190.529%2046.1208%20190.586%2046.1208C190.7%2046.1208%20190.812%2046.0614%20190.873%2045.9548C191.214%2045.3688%20191.361%2044.7461%20191.297%2044.1541C191.251%2043.7194%20191.114%2043.2988%20190.98%2042.8927C190.923%2042.7214%20190.867%2042.5488%20190.817%2042.3748C190.655%2041.8074%20190.64%2041.3148%20190.772%2040.9094C190.902%2040.5061%20191.17%2040.1234%20191.451%2039.7181ZM162.109%20143.858C161.937%20143.927%20161.854%20144.121%20161.923%20144.291C161.975%20144.421%20162.1%20144.501%20162.231%20144.501C162.273%20144.501%20162.314%20144.493%20162.356%20144.477L174.686%20139.546C174.783%20139.507%20174.847%20139.426%20174.876%20139.333C174.897%20139.263%20174.9%20139.187%20174.871%20139.113C174.804%20138.941%20174.608%20138.859%20174.438%20138.927L173.423%20139.333L162.109%20143.858ZM161.271%20141.764C161.1%20141.832%20161.017%20142.026%20161.086%20142.197C161.138%20142.327%20161.262%20142.407%20161.394%20142.407C161.436%20142.407%20161.478%20142.399%20161.518%20142.382L169.142%20139.333L173.849%20137.451C174.02%20137.382%20174.103%20137.188%20174.035%20137.018C173.966%20136.846%20173.771%20136.764%20173.602%20136.832L167.348%20139.333L161.271%20141.764ZM160.433%20139.67C160.262%20139.739%20160.179%20139.933%20160.248%20140.103C160.3%20140.233%20160.425%20140.313%20160.557%20140.313C160.599%20140.313%20160.641%20140.305%20160.681%20140.289L163.069%20139.333L173.011%20135.357C173.182%20135.289%20173.265%20135.095%20173.197%20134.925C173.129%20134.753%20172.933%20134.671%20172.764%20134.739L161.275%20139.333L160.433%20139.67ZM153.918%20107.88L153.619%20107.146C153.433%20106.686%20153.435%20106.179%20153.629%20105.722C153.822%20105.264%20154.183%20104.909%20154.644%20104.721C154.843%20104.639%20155.055%20104.597%20155.27%20104.597C155.95%20104.597%20156.555%20105.005%20156.811%20105.635L157.184%20106.551L153.918%20107.88ZM157.433%20107.169L157.874%20108.253L154.609%20109.581L154.169%20108.497L157.433%20107.169ZM158.126%20108.87L161.554%20117.3L158.318%20118.616L158.288%20118.629L154.86%20110.198L158.126%20108.87ZM161.277%20121.205L158.754%20119.159L161.601%20118.001L161.277%20121.205ZM157.796%20119.188C157.815%20119.235%20157.848%20119.275%20157.886%20119.309C157.89%20119.313%20157.892%20119.318%20157.895%20119.322L161.337%20122.112C161.396%20122.161%20161.471%20122.187%20161.546%20122.187C161.589%20122.187%20161.634%20122.178%20161.674%20122.161C161.786%20122.113%20161.866%20122.009%20161.878%20121.887L162.32%20117.517C162.32%20117.513%20162.317%20117.509%20162.318%20117.505C162.322%20117.455%20162.316%20117.407%20162.298%20117.357L158.618%20108.31C158.617%20108.309%20158.616%20108.309%20158.616%20108.309L157.926%20106.615C157.926%20106.613%20157.926%20106.611%20157.926%20106.609L157.427%20105.383C157.068%20104.501%20156.221%20103.931%20155.269%20103.931C154.968%20103.931%20154.672%20103.989%20154.392%20104.103C153.765%20104.358%20153.276%20104.841%20153.014%20105.463C152.751%20106.085%20152.747%20106.771%20153.001%20107.397L153.424%20108.439C153.424%20108.44%20153.424%20108.44%20153.424%20108.441L154.116%20110.139V110.141L157.796%20119.188ZM46.1721%2040.7708C46.1955%2040.9374%2046.3381%2041.0581%2046.5028%2041.0581C46.5175%2041.0581%2046.5321%2041.0568%2046.5481%2041.0548L66.8455%2038.2274C67.0281%2038.2021%2067.1548%2038.0334%2067.1295%2037.8514C67.1041%2037.6681%2066.9341%2037.5421%2066.7541%2037.5674L46.4568%2040.3948C46.2748%2040.4201%2046.1468%2040.5888%2046.1721%2040.7708ZM159.41%20138.008C159.462%20138.138%20159.588%20138.217%20159.72%20138.217C159.76%20138.217%20159.803%20138.21%20159.842%20138.193L172.173%20133.263C172.344%20133.195%20172.427%20133.001%20172.359%20132.83C172.291%20132.659%20172.094%20132.576%20171.925%20132.645L159.595%20137.575C159.424%20137.643%20159.341%20137.837%20159.41%20138.008ZM39.4261%2025.4086C39.4941%2025.318%2039.5941%2025.2586%2039.7075%2025.2426L42.5055%2024.8533C42.5928%2024.8406%2042.6721%2024.7946%2042.7261%2024.724C42.7795%2024.6533%2042.8021%2024.5646%2042.7895%2024.4766L42.3995%2021.68C42.3841%2021.5686%2042.4141%2021.4533%2042.4821%2021.3626C42.5508%2021.272%2042.6508%2021.214%2042.7641%2021.1973L44.8735%2020.908C45.0855%2020.908%2045.2675%2021.066%2045.2955%2021.2766L45.6861%2024.074C45.6981%2024.1606%2045.7448%2024.2406%2045.8155%2024.294C45.8861%2024.3466%2045.9761%2024.368%2046.0615%2024.3573L48.9195%2023.964C49.0115%2023.964%2049.1035%2023.994%2049.1761%2024.0493C49.2661%2024.1173%2049.3275%2024.22%2049.3428%2024.332L49.6281%2026.382C49.6608%2026.6153%2049.4968%2026.8313%2049.2635%2026.8646L46.4655%2027.2553C46.2828%2027.2806%2046.1561%2027.4493%2046.1815%2027.6313L46.5715%2030.4293C46.5875%2030.5406%2046.5575%2030.656%2046.4895%2030.7453C46.4208%2030.8353%2046.3181%2030.896%2046.2068%2030.9113L44.1575%2031.1966C43.9188%2031.2293%2043.7075%2031.062%2043.6748%2030.832L43.2855%2028.0346C43.2728%2027.9473%2043.2261%2027.868%2043.1555%2027.8146C43.0975%2027.7706%2043.0268%2027.7473%2042.9548%2027.7473C42.9395%2027.7473%2042.9241%2027.7486%2042.9095%2027.7506L40.0521%2028.1446C39.8408%2028.1446%2039.6575%2027.986%2039.6288%2027.7753L39.3428%2025.7253C39.3275%2025.614%2039.3575%2025.4986%2039.4261%2025.4086ZM38.9692%2027.868C39.0519%2028.4554%2039.5999%2028.8847%2040.2039%2028.8007L42.6712%2028.4574L43.0152%2030.9247C43.0912%2031.4627%2043.5559%2031.8674%2044.0985%2031.8674C44.1479%2031.8674%2044.1985%2031.864%2044.2499%2031.8567L46.2992%2031.572C46.5879%2031.5314%2046.8445%2031.3814%2047.0212%2031.148C47.1952%2030.918%2047.2719%2030.6227%2047.2319%2030.3367L46.8885%2027.8694L49.3565%2027.5247C49.9539%2027.4407%2050.3719%2026.8867%2050.2885%2026.29L50.0039%2024.24C49.9625%2023.9547%2049.8085%2023.6907%2049.5779%2023.5174C49.3485%2023.3447%2049.0525%2023.268%2048.7679%2023.3074L46.3005%2023.6514L45.9565%2021.1847C45.8745%2020.5967%2045.3279%2020.1634%2044.7225%2020.2514L42.6725%2020.5374C42.3825%2020.5774%2042.1259%2020.7287%2041.9505%2020.9614C41.7772%2021.1907%2041.6999%2021.4867%2041.7399%2021.772L42.0839%2024.2394L39.6159%2024.5827C39.3265%2024.6234%2039.0699%2024.774%2038.8939%2025.0067C38.7205%2025.2367%2038.6432%2025.532%2038.6832%2025.818L38.9692%2027.868ZM45.7075%2037.4393C45.7301%2037.606%2045.8728%2037.7266%2046.0368%2037.7266C46.0528%2037.7266%2046.0675%2037.7253%2046.0835%2037.7233L66.3808%2034.896C66.5628%2034.8706%2066.6908%2034.702%2066.6655%2034.52C66.6401%2034.3373%2066.4728%2034.2126%2066.2895%2034.236L45.9908%2037.0633C45.8095%2037.0886%2045.6815%2037.2573%2045.7075%2037.4393ZM37.4502%2020.7394C38.1642%2019.7948%2039.0415%2019.0188%2040.0335%2018.4381C40.0362%2018.4374%2040.0368%2018.4368%2040.0388%2018.4368C41.0188%2017.8641%2042.1115%2017.4827%2043.2688%2017.3214C43.6768%2017.2648%2044.0895%2017.2361%2044.4988%2017.2361C48.8668%2017.2361%2052.6155%2020.5041%2053.2202%2024.8381C53.8915%2029.6528%2050.5188%2034.1161%2045.7028%2034.7881C45.2955%2034.8447%2044.8828%2034.8734%2044.4755%2034.8734C40.1068%2034.8734%2036.3568%2031.6054%2035.7528%2027.2714C35.4282%2024.9388%2036.0308%2022.6188%2037.4502%2020.7394ZM66.4958%2013.0767L70.2231%2039.8253C69.0738%2040.5733%2067.7404%2040.9553%2066.2524%2040.9553C64.8938%2040.9553%2063.9051%2040.626%2063.8951%2040.6227C63.7658%2040.5793%2063.6191%2040.6187%2063.5311%2040.7267C63.4438%2040.8333%2063.4304%2040.9833%2063.4991%2041.1033C63.5551%2041.202%2063.5984%2041.298%2063.6511%2041.396L46.9211%2043.7267C46.7384%2043.752%2046.6118%2043.9207%2046.6364%2044.1033C46.6598%2044.27%2046.8031%2044.39%2046.9664%2044.39C46.9811%2044.39%2046.9971%2044.3887%2047.0124%2044.3867L63.9738%2042.0233C64.8718%2043.956%2065.0358%2045.7507%2064.4731%2047.376L44.6598%2050.1353L42.5984%2035.3447C43.2071%2035.4687%2043.8344%2035.54%2044.4751%2035.54C44.9131%2035.54%2045.3578%2035.5093%2045.7951%2035.448C47.3518%2035.2307%2048.7644%2034.6393%2049.9658%2033.7853L65.9164%2031.5633C66.0984%2031.538%2066.2264%2031.3693%2066.2004%2031.1867C66.1751%2031.0047%2066.0078%2030.8753%2065.8244%2030.9033L50.9558%2032.9747C51.8678%2032.1193%2052.6031%2031.0907%2053.1198%2029.95L65.4524%2028.2313C65.6351%2028.206%2065.7624%2028.0373%2065.7364%2027.8547C65.7118%2027.672%2065.5438%2027.546%2065.3611%2027.5713L53.4131%2029.236C53.7311%2028.3493%2053.9164%2027.4073%2053.9551%2026.436L64.9878%2024.8987C65.1704%2024.8733%2065.2978%2024.7047%2065.2724%2024.522C65.2471%2024.34%2065.0791%2024.2167%2064.8964%2024.2387L53.9644%2025.7613C53.9538%2025.4253%2053.9278%2025.086%2053.8791%2024.7453C53.8011%2024.18%2053.6711%2023.6313%2053.4971%2023.1033L64.5244%2021.568C64.7064%2021.5427%2064.8338%2021.374%2064.8084%2021.1913C64.7824%2021.0093%2064.6144%2020.88%2064.4318%2020.908L53.2544%2022.4647C52.8751%2021.544%2052.3578%2020.6993%2051.7264%2019.9527L64.0598%2018.2347C64.2411%2018.2093%2064.3691%2018.0407%2064.3438%2017.858C64.3184%2017.676%2064.1491%2017.55%2063.9684%2017.5747L51.1778%2019.356C49.4491%2017.6313%2047.0758%2016.5693%2044.4984%2016.5693C44.0598%2016.5693%2043.6144%2016.6%2043.1764%2016.6607C42.0958%2016.8113%2041.0731%2017.15%2040.1311%2017.636L40.0098%2016.7667L66.4958%2013.0767ZM70.3322%2040.7473C70.3402%2040.8553%2070.3482%2040.9633%2070.3508%2041.0706C70.3522%2041.1586%2070.3502%2041.2459%2070.3488%2041.3333C70.3462%2041.4493%2070.3435%2041.5653%2070.3348%2041.6799C70.3295%2041.7526%2070.3195%2041.8253%2070.3108%2041.8986C70.2962%2042.0266%2070.2815%2042.1553%2070.2582%2042.2806C70.2488%2042.3359%2070.2355%2042.3893%2070.2248%2042.4439C70.1955%2042.5853%2070.1648%2042.7253%2070.1255%2042.8633C70.1155%2042.9013%2070.1015%2042.9386%2070.0902%2042.9766C70.0448%2043.1266%2069.9962%2043.2759%2069.9395%2043.4213C69.9302%2043.4459%2069.9188%2043.4693%2069.9082%2043.4933C69.8455%2043.6499%2069.7788%2043.8033%2069.7035%2043.9533C69.6982%2043.9646%2069.6908%2043.9759%2069.6848%2043.9879C69.2622%2044.8173%2068.6555%2045.5446%2067.9108%2046.1093C67.9022%2046.1159%2067.8942%2046.1233%2067.8862%2046.1299C67.7595%2046.2246%2067.6268%2046.3119%2067.4928%2046.3973C67.4602%2046.4179%2067.4282%2046.4406%2067.3955%2046.4613C67.2802%2046.5313%2067.1582%2046.5946%2067.0375%2046.6579C66.9802%2046.6873%2066.9248%2046.7193%2066.8668%2046.7473C66.7642%2046.7973%2066.6575%2046.8393%2066.5522%2046.8826C66.4702%2046.9166%2066.3888%2046.9526%2066.3055%2046.9826C66.2162%2047.0153%2066.1242%2047.0419%2066.0328%2047.0706C65.9288%2047.1026%2065.8248%2047.1353%2065.7188%2047.1619C65.6395%2047.1826%2065.5588%2047.1973%2065.4775%2047.2146C65.3915%2047.2333%2065.3048%2047.2493%2065.2175%2047.2639C65.7288%2045.4899%2065.4748%2043.5559%2064.4622%2041.4993C64.4595%2041.4946%2064.4588%2041.4906%2064.4562%2041.4859C64.4488%2041.4719%2064.4448%2041.4586%2064.4375%2041.4446C64.8902%2041.5346%2065.5188%2041.6219%2066.2528%2041.6219C67.7562%2041.6219%2069.1202%2041.2646%2070.3148%2040.5586C70.3215%2040.6213%2070.3275%2040.6846%2070.3322%2040.7473ZM41.9028%2035.1793L44.0455%2050.558C44.0688%2050.7246%2044.2115%2050.8453%2044.3748%2050.8453C44.3908%2050.8453%2044.4061%2050.844%2044.4215%2050.842L64.7588%2048.0093C64.7635%2048.0086%2064.7681%2048.0086%2064.7735%2048.008L65.1441%2047.9566C65.3115%2047.9333%2065.4741%2047.8973%2065.6368%2047.862C65.6961%2047.85%2065.7561%2047.842%2065.8148%2047.828C65.8968%2047.808%2065.9755%2047.78%2066.0561%2047.7573C66.1981%2047.7173%2066.3395%2047.68%2066.4775%2047.6313C66.5068%2047.6213%2066.5341%2047.6073%2066.5635%2047.5973C67.7788%2047.1513%2068.8448%2046.3706%2069.6441%2045.3126C70.5921%2044.0573%2071.0668%2042.548%2071.0175%2040.9973C71.0168%2040.9833%2071.0181%2040.9693%2071.0175%2040.9553C71.0088%2040.724%2070.9895%2040.4926%2070.9568%2040.2613L67.1108%2012.6546C67.0848%2012.472%2066.9155%2012.3473%2066.7341%2012.3706L39.5881%2016.1526C39.4061%2016.178%2039.2788%2016.3466%2039.3041%2016.5286L39.5068%2017.9853C38.5188%2018.5953%2037.6395%2019.3826%2036.9181%2020.3373C35.3915%2022.3586%2034.7435%2024.854%2035.0921%2027.364C35.6195%2031.1446%2038.3728%2034.1706%2041.9028%2035.1793ZM182.908%2062.87L193.444%2064.4186L193.324%2065.2346C193.308%2065.3493%20193.245%2065.454%20193.151%2065.5226C193.077%2065.5786%20192.983%2065.61%20192.89%2065.61L183.16%2064.1853C182.92%2064.1493%20182.754%2063.9253%20182.788%2063.686L182.908%2062.87ZM180.556%2047.74C180.56%2047.74%20180.563%2047.74%20180.566%2047.7407L200%2050.5987V49.9247L180.664%2047.08C180.398%2047.0427%20180.136%2047.126%20179.944%2047.3047C179.749%2047.486%20179.647%2047.742%20179.668%2048.0074L180.585%2060.708C180.654%2061.6734%20181.338%2062.486%20182.252%2062.7467L182.128%2063.5894C182.039%2064.192%20182.459%2064.7547%20183.062%2064.8447L192.728%2066.2647C192.782%2066.2727%20192.836%2066.2767%20192.89%2066.2767C193.126%2066.2767%20193.36%2066.1987%20193.549%2066.0581C193.783%2065.8847%20193.942%2065.62%20193.983%2065.3307L194.106%2064.4934C194.119%2064.494%20194.134%2064.4967%20194.146%2064.4967C195.092%2064.4967%20195.954%2063.9027%20196.293%2063.0174L197.086%2060.9374L199.758%2061.3307C199.839%2061.3427%20199.919%2061.3414%20200%2061.348V60.6767C199.951%2060.672%20199.904%2060.678%20199.856%2060.6707L197.329%2060.2987L197.716%2059.2834L200%2059.6194V58.9447L197.96%2058.6447L199.113%2055.6194L200%2055.7494V55.0754L199.356%2054.9807L199.744%2053.9641L200%2054.0014V53.3274L199.987%2053.3254L200%2053.292V51.4214L199.216%2053.476C199.216%2053.4767%20199.216%2053.4767%20199.216%2053.4767L198.261%2055.9807L195.67%2062.7794C195.402%2063.4827%20194.669%2063.9267%20193.908%2063.8127L193.871%2063.8074C193.871%2063.8074%20193.87%2063.8067%20193.87%2063.8067L182.674%2062.1594C182.672%2062.1587%20182.671%2062.16%20182.668%2062.16L182.639%2062.156C181.889%2062.0467%20181.304%2061.4167%20181.25%2060.6594L180.332%2047.9594C180.328%2047.8967%20180.351%2047.836%20180.396%2047.7934C180.434%2047.7594%20180.48%2047.74%20180.556%2047.74ZM101.063%20182.206L99.8941%20183.376L99.8794%20183.362L95.9121%20179.393L96.8708%20178.435C97.4308%20177.875%2098.1748%20177.566%2098.9674%20177.566C99.7588%20177.566%20100.503%20177.875%20101.063%20178.435C101.566%20178.938%20101.844%20179.608%20101.844%20180.32C101.844%20181.033%20101.567%20181.703%20101.063%20182.206ZM97.9439%20185.326L93.9619%20181.345L95.4412%20179.866L99.4232%20183.847L97.9439%20185.326ZM87.5689%20195.701L83.5869%20191.719L93.4902%20181.816L97.4722%20185.798L87.5689%20195.701ZM84.0002%20196.921L81.7549%20197.611L83.2789%20192.354L84.0002%20193.076L86.9416%20196.017L84.0002%20196.921ZM98.9669%20176.899C97.9969%20176.899%2097.0849%20177.277%2096.3989%20177.963L95.2035%20179.159C95.2035%20179.159%2095.2029%20179.159%2095.2022%20179.16L93.2542%20181.109L83.9995%20190.363L82.8789%20191.483C82.8422%20191.52%2082.8189%20191.565%2082.8029%20191.613C82.8009%20191.618%2082.7955%20191.621%2082.7942%20191.627L80.9422%20198.019C80.9075%20198.136%2080.9409%20198.263%2081.0282%20198.349C81.0915%20198.411%2081.1755%20198.445%2081.2622%20198.445C81.2949%20198.445%2081.3275%20198.44%2081.3602%20198.429L83.9995%20197.619L87.6662%20196.491C87.6702%20196.49%2087.6715%20196.487%2087.6755%20196.485C87.7222%20196.469%2087.7662%20196.445%2087.8035%20196.409L98.1782%20186.033L100.129%20184.083L101.534%20182.678C102.164%20182.048%20102.51%20181.211%20102.51%20180.32C102.51%20179.429%20102.164%20178.593%20101.534%20177.963C100.848%20177.277%2099.9369%20176.899%2098.9669%20176.899ZM187.558%2039.1486L187.731%2038.898C187.834%2038.7453%20187.795%2038.538%20187.643%2038.4346C187.49%2038.3326%20187.283%2038.372%20187.178%2038.5226L187.009%2038.7686C186.714%2039.194%20186.408%2039.6346%20186.248%2040.13C186.073%2040.6626%20186.087%2041.2873%20186.285%2041.9853C186.338%2042.1666%20186.397%2042.348%20186.455%2042.5273C186.584%2042.9186%20186.704%2043.2886%20186.744%2043.6526C186.792%2044.1026%20186.675%2044.5846%20186.407%2045.0466C186.314%2045.206%20186.367%2045.4093%20186.527%2045.502C186.58%2045.5333%20186.637%2045.548%20186.695%2045.548C186.809%2045.548%20186.921%2045.4886%20186.981%2045.382C187.323%2044.7966%20187.471%2044.1733%20187.407%2043.5806C187.36%2043.1473%20187.223%2042.7266%20187.089%2042.32C187.033%2042.1486%20186.977%2041.976%20186.926%2041.8013C186.765%2041.2346%20186.749%2040.742%20186.882%2040.336C187.011%2039.9346%20187.277%2039.5526%20187.558%2039.1486ZM158.883%20136.123C158.923%20136.123%20158.966%20136.115%20159.006%20136.099L171.337%20131.168C171.507%20131.1%20171.591%20130.906%20171.522%20130.735C171.453%20130.565%20171.257%20130.481%20171.089%20130.549L158.758%20135.481C158.588%20135.549%20158.505%20135.743%20158.573%20135.913C158.625%20136.044%20158.75%20136.123%20158.883%20136.123ZM0.765333%2050.3666C0.629333%2050.1373%200.402%2049.984%200.14%2049.9453L0%2049.9246V50.5986L0.0433333%2050.6053C0.104%2050.614%200.159333%2050.6513%200.190667%2050.7046C0.222667%2050.7586%200.227333%2050.824%200.205333%2050.8826L0%2051.4213V53.292L0.828%2051.12C0.922667%2050.8713%200.9%2050.5966%200.765333%2050.3666ZM170.349%20146.568C170.445%20146.563%20170.528%20146.536%20170.592%20146.471L177.72%20139.333L179.385%20137.666L180.051%20139.333L183.764%20148.618C183.83%20148.782%20183.828%20148.961%20183.758%20149.123C183.689%20149.285%20183.561%20149.409%20183.397%20149.475L163.147%20157.573C162.812%20157.708%20162.421%20157.535%20162.289%20157.205L157.91%20146.254L170.349%20146.568ZM155.396%20139.972L156.992%20139.333L157.284%20139.217L157.331%20139.333L159.485%20144.72L157.597%20145.475L155.396%20139.972ZM159.852%20145.637L159.04%20145.616L159.732%20145.339L159.852%20145.637ZM156.229%20134.781L172.691%20128.197L174.242%20132.076C174.243%20132.076%20174.243%20132.076%20174.243%20132.077C174.243%20132.077%20174.243%20132.077%20174.243%20132.078L177.039%20139.071L176.777%20139.333L170.223%20145.899L160.577%20145.655L160.228%20144.782L158.049%20139.333L157.781%20138.66C157.78%20138.66%20157.781%20138.66%20157.78%20138.659L156.229%20134.781ZM178.125%20137.983L177.553%20138.557L177.434%20138.26L178.125%20137.983ZM176.872%20131.383L179.073%20136.887L177.186%20137.641L174.985%20132.139L176.872%20131.383ZM162.902%20158.287C163.071%20158.287%20163.236%20158.255%20163.394%20158.191L183.644%20150.094C183.974%20149.963%20184.231%20149.711%20184.37%20149.385C184.51%20149.06%20184.516%20148.699%20184.384%20148.371L180.77%20139.333L179.816%20136.949L179.814%20136.943V136.942L177.368%20130.826C177.336%20130.744%20177.271%20130.678%20177.19%20130.643C177.11%20130.609%20177.017%20130.607%20176.935%20130.641L174.738%20131.52L173.188%20127.64C173.154%20127.558%20173.09%20127.493%20173.008%20127.457C172.927%20127.423%20172.836%20127.421%20172.754%20127.455L155.672%20134.286C155.502%20134.354%20155.418%20134.548%20155.486%20134.719L157.036%20138.597L155.2%20139.333L154.84%20139.477C154.67%20139.546%20154.586%20139.74%20154.655%20139.91L157.103%20146.032C157.103%20146.034%20157.105%20146.035%20157.106%20146.037L161.671%20157.453C161.872%20157.959%20162.357%20158.287%20162.902%20158.287ZM1.89596%201.70534C2.45596%201.14534%203.20063%200.83667%203.99196%200.83667C4.78396%200.83667%205.52863%201.14534%206.08863%201.70534L7.04663%202.664L3.06529%206.64667L1.89596%205.47734C0.855961%204.43667%200.856628%202.74467%201.89596%201.70534ZM8.99747%204.61539L5.01547%208.59739L3.53613%207.11805L7.51813%203.13672L8.99747%204.61539ZM19.3726%2014.9907L15.3913%2018.972L5.4873%209.06867L9.46931%205.08667L19.3726%2014.9907ZM21.2046%2020.8819L16.0186%2019.2879L19.6812%2015.6252L21.2046%2020.8819ZM4.7798%209.30392L15.1545%2019.6793C15.1918%2019.7159%2015.2358%2019.7399%2015.2825%2019.7559C15.2858%2019.7573%2015.2885%2019.7606%2015.2925%2019.7619L21.5985%2021.7006C21.6298%2021.7113%2021.6638%2021.7153%2021.6965%2021.7153C21.7825%2021.7153%2021.8665%2021.6826%2021.9298%2021.6199C22.0171%2021.5339%2022.0505%2021.4073%2022.0165%2021.2893L20.1638%2014.8973C20.1625%2014.8919%2020.1571%2014.8886%2020.1558%2014.8833C20.1398%2014.8359%2020.1158%2014.7913%2020.0791%2014.7546L9.7038%204.37992L7.75514%202.43126C7.75447%202.43059%207.75447%202.42992%207.75447%202.42926L6.5598%201.23392C5.87314%200.547922%204.9618%200.169922%203.99114%200.169922C3.0218%200.169922%202.11047%200.547922%201.42447%201.23392C0.124469%202.53326%200.123802%204.64859%201.42447%205.94859L4.7798%209.30392ZM178.956%2074.4119C177.782%2074.4119%20176.716%2075.1519%20176.303%2076.2533L169.416%2094.6759C169.152%2095.3839%20169.177%2096.1539%20169.492%2096.8419C169.806%2097.5306%20170.368%2098.0553%20171.076%2098.3206L173.269%2099.1399L168.558%20103.885C168.445%20103.999%20168.428%20104.177%20168.52%20104.309C168.611%20104.441%20168.783%20104.49%20168.928%20104.425L176.822%20100.955L174.926%20106.027C174.661%20106.735%20174.688%20107.505%20175.002%20108.193C175.315%20108.881%20175.88%20109.406%20176.588%20109.671L200%20118.424V117.711L176.821%20109.046C176.28%20108.844%20175.848%20108.443%20175.609%20107.917C175.368%20107.391%20175.348%20106.802%20175.55%20106.26L177.606%20100.761L195.239%20107.353C195.56%20107.473%20195.893%20107.534%20196.23%20107.534C197.407%20107.534%20198.473%20106.794%20198.884%20105.691L200%20102.707V100.805L198.259%20105.458C197.945%20106.301%20197.13%20106.867%20196.23%20106.867C195.974%20106.867%20195.718%20106.821%20195.474%20106.729L177.528%20100.02C177.49%20100.006%20177.45%2099.9986%20177.411%2099.9986C177.408%2099.9986%20177.406%2099.9999%20177.403%2099.9999C177.373%20100.001%20177.346%20100.01%20177.318%20100.019C177.305%20100.022%20177.289%20100.021%20177.277%20100.027L170.27%20103.107L174.106%2099.2433C174.186%2099.1626%20174.22%2099.0479%20174.195%2098.9366C174.171%2098.8266%20174.091%2098.7359%20173.986%2098.6959L171.31%2097.6953C170.768%2097.4933%20170.338%2097.0926%20170.098%2096.5659C169.859%2096.0393%20169.838%2095.4513%20170.041%2094.9086L176.927%2076.4866C177.243%2075.6446%20178.058%2075.0786%20178.956%2075.0786C179.215%2075.0786%20179.47%2075.1253%20179.714%2075.2166L200%2082.7986V82.0866L179.948%2074.5919C179.628%2074.4726%20179.295%2074.4119%20178.956%2074.4119ZM194.238%2043.6739C194.366%2044.0639%20194.486%2044.4332%20194.526%2044.7965C194.574%2045.2472%20194.456%2045.7299%20194.188%2046.1919C194.096%2046.3512%20194.148%2046.5545%20194.309%2046.6479C194.362%2046.6785%20194.419%2046.6925%20194.476%2046.6925C194.59%2046.6925%20194.702%2046.6332%20194.764%2046.5265C195.105%2045.9419%20195.252%2045.3192%20195.188%2044.7259C195.142%2044.2925%20195.004%2043.8725%20194.87%2043.4659C194.814%2043.2945%20194.757%2043.1212%20194.708%2042.9459C194.546%2042.3805%20194.531%2041.8879%20194.662%2041.4819C194.794%2041.0772%20195.06%2040.6939%20195.342%2040.2885L195.511%2040.0432C195.616%2039.8905%20195.576%2039.6839%20195.424%2039.5799C195.272%2039.4765%20195.064%2039.5159%20194.96%2039.6679L194.795%2039.9079C194.498%2040.3352%20194.191%2040.7772%20194.028%2041.2752C193.855%2041.8105%20193.868%2042.4345%20194.066%2043.1292C194.118%2043.3119%20194.178%2043.4932%20194.238%2043.6739ZM77.2866%2023.3192L77.6773%2023.1119H77.6786L84.0006%2019.7659L87.2686%2018.0359C87.2693%2018.0359%2087.2693%2018.0352%2087.2693%2018.0352L87.6606%2017.8279C90.3286%2017.9712%2093.466%2020.8212%2094.442%2022.8065L92.9566%2023.5932C92.9553%2023.5939%2092.9546%2023.5932%2092.9533%2023.5939L92.9513%2023.5959L84.0006%2028.3332L77.5906%2031.7259C76.498%2029.8019%2075.9053%2025.6052%2077.2866%2023.3192ZM76.9542%2019.1852C76.6609%2017.7906%2076.9615%2016.4532%2077.8009%2015.4192C78.6382%2014.3872%2079.9229%2013.7712%2081.2382%2013.7712C81.9769%2013.7712%2083.0155%2013.9646%2084.0002%2014.8119C84.1415%2014.9339%2084.2822%2015.0692%2084.4202%2015.2192L86.5809%2017.6452L84.0002%2019.0112L77.7415%2022.3232L76.9542%2019.1852ZM97.2858%2030.6393C97.8731%2030.8226%2098.0618%2031.182%2097.8811%2031.77C97.2425%2033.846%2096.1818%2037.2926%2095.9678%2037.9873L94.8891%2038.558L96.7685%2032.4486C96.9678%2031.8026%2096.7418%2031.374%2096.0971%2031.1726L90.3418%2029.3753C90.5111%2029.1313%2090.6638%2028.8773%2090.7958%2028.6126L97.2858%2030.6393ZM97.9956%2037.6685C98.2176%2037.5505%2098.4682%2037.4885%2098.7202%2037.4885C99.0276%2037.4885%2099.3249%2037.5785%2099.5802%2037.7492L102.949%2039.9465L88.8369%2047.4165L88.8689%2043.4185C88.8729%2042.8492%2089.1896%2042.3292%2089.6929%2042.0632L97.9956%2037.6685ZM87.8456%2030.7246C86.6382%2031.3646%2085.2709%2031.5113%2083.9996%2031.2073C83.2462%2031.0273%2082.5269%2030.6899%2081.8936%2030.2026L83.9996%2029.0879L90.7602%2025.5093C90.8896%2027.6526%2089.7702%2029.7066%2087.8456%2030.7246ZM94.6272%2026.7561C94.6899%2026.7227%2094.7566%2026.7061%2094.8266%2026.7061C94.9859%2026.7061%2095.1319%2026.7934%2095.2059%2026.9341C95.2599%2027.0354%2095.2712%2027.1514%2095.2372%2027.2607C95.2032%2027.3701%2095.1292%2027.4594%2095.0279%2027.5134C94.8232%2027.6214%2094.5566%2027.5374%2094.4492%2027.3341C94.3386%2027.1261%2094.4186%2026.8661%2094.6272%2026.7561ZM76.7686%2022.8881C75.1019%2025.5154%2075.8653%2030.3647%2077.1933%2032.3521C77.2566%2032.4474%2077.3619%2032.5001%2077.4706%2032.5001C77.5233%2032.5001%2077.5766%2032.4881%2077.6259%2032.4621L81.2446%2030.5467C82.0513%2031.2347%2083.0019%2031.6867%2083.9999%2031.8961C84.4159%2031.9834%2084.8386%2032.0327%2085.2639%2032.0327C86.2526%2032.0321%2087.2473%2031.7974%2088.1586%2031.3147C88.8319%2030.9587%2089.4159%2030.4861%2089.8999%2029.9361L95.8993%2031.8094C96.1959%2031.9021%2096.2239%2031.9554%2096.1326%2032.2527L94.0559%2038.9994L89.3813%2041.4734C88.6613%2041.8547%2088.2093%2042.5987%2088.2026%2043.4134L88.1706%2047.4641C88.1693%2047.6867%2088.2859%2047.8961%2088.4759%2048.0114C88.5753%2048.0721%2088.6893%2048.1034%2088.8059%2048.1034C88.9093%2048.1034%2089.0126%2048.0781%2089.1039%2048.0301L103.262%2040.5361C103.458%2040.4314%20103.588%2040.2281%20103.599%2040.0054C103.611%2039.7834%20103.503%2039.5687%20103.317%2039.4447L99.9506%2037.1947C99.2859%2036.7501%2098.3899%2036.7061%2097.6839%2037.0787L96.8013%2037.5467C97.1973%2036.2621%2097.9986%2033.6581%2098.5186%2031.9667C98.8073%2031.0287%2098.4206%2030.2947%2097.4846%2030.0027L91.0606%2027.9961C91.3919%2027.1081%2091.5199%2026.1421%2091.4126%2025.1641L92.9706%2024.3401L94.0466%2026.3734C93.7246%2026.7047%2093.6313%2027.2161%2093.8593%2027.6461C94.0493%2028.0061%2094.4206%2028.2301%2094.8273%2028.2301C95.0046%2028.2301%2095.1813%2028.1861%2095.3393%2028.1027C95.5973%2027.9654%2095.7873%2027.7361%2095.8733%2027.4567C95.9593%2027.1774%2095.9313%2026.8814%2095.7953%2026.6221C95.5759%2026.2081%2095.0913%2025.9941%2094.6386%2026.0654L93.5599%2024.0274L95.0293%2023.2501C95.1806%2023.1701%2095.2466%2022.9887%2095.1819%2022.8301C94.2859%2020.6147%2090.7039%2017.2567%2087.5946%2017.1587C87.5413%2017.1607%2087.4799%2017.1701%2087.4279%2017.1967L87.1879%2017.3247L84.9139%2014.7714C84.6339%2014.4667%2084.3259%2014.2054%2083.9999%2013.9807C83.1766%2013.4134%2082.2279%2013.1047%2081.2379%2013.1047C79.7239%2013.1047%2078.2453%2013.8134%2077.2819%2014.9987C76.3146%2016.1921%2075.9659%2017.7274%2076.3046%2019.3347L77.1353%2022.6447L76.8946%2022.7714C76.8433%2022.7987%2076.8006%2022.8394%2076.7686%2022.8881ZM38.8433%20140.427C39.754%20140.216%2040.594%20140.496%2040.874%20141.477C41.3646%20143.788%2037.1626%20144.558%2037.8633%20149.6L43.5353%20148.339L43.3253%20147.429L38.9133%20148.409C38.6333%20144.838%2042.5553%20144.067%2041.9246%20141.197C41.6446%20139.936%2040.5239%20139.095%2038.7033%20139.515C37.6533%20139.726%2036.6726%20140.356%2036.1826%20140.846L36.6726%20141.617C37.1626%20141.126%2037.9333%20140.637%2038.8433%20140.427ZM46.1267%20139.586C46.1967%20140.076%2046.3367%20140.846%2046.5467%20141.687L47.0367%20143.928L45.1461%20144.347C44.7961%20144.418%2044.3061%20144.558%2044.0254%20144.628L46.1267%20139.586ZM47.2466%20144.838L47.8073%20147.289L48.8573%20147.079L48.2973%20144.628L49.6979%20144.347L49.4879%20143.437L48.0873%20143.717L46.7566%20137.695L45.9866%20137.835L42.9053%20144.978L43.0453%20145.749L47.2466%20144.838ZM29.5674%20133.743L57.7027%20126.949L60.694%20139.333L63.0367%20149.036C63.0374%20149.041%2063.0387%20149.046%2063.0401%20149.05C63.2887%20150.048%2063.9814%20150.821%2064.8567%20151.211L37.9761%20157.703C37.312%20157.864%2036.6294%20157.755%2036.048%20157.4C35.6074%20157.131%2035.266%20156.743%2035.0574%20156.282L34.8954%20155.806L30.9174%20139.333L29.5674%20133.743ZM64.2809%20129.628L66.6249%20139.333L68.4709%20146.976C68.4715%20146.979%2068.4722%20146.983%2068.4729%20146.987L68.6395%20147.675V147.676C68.9682%20149.041%2068.1249%20150.421%2066.7602%20150.751H66.7596L66.7582%20150.752C65.3922%20151.082%2064.0129%20150.237%2063.6829%20148.871C63.6822%20148.866%2063.6809%20148.862%2063.6796%20148.858L61.3796%20139.333L59.3242%20130.825L64.2809%20129.628ZM34.5028%20156.668C34.7688%20157.201%2035.1795%20157.65%2035.7002%20157.969C36.2122%20158.281%2036.7868%20158.442%2037.3715%20158.442C37.6248%20158.442%2037.8795%20158.411%2038.1322%20158.351L66.9162%20151.4C66.9168%20151.4%2066.9175%20151.399%2066.9175%20151.399C68.6402%20150.982%2069.7028%20149.241%2069.2868%20147.518L67.3102%20139.333L64.8502%20129.147C64.8075%20128.968%2064.6248%20128.861%2064.4482%20128.901L59.1682%20130.177L58.2722%20126.468C58.2515%20126.382%2058.1982%20126.308%2058.1222%20126.261C58.0462%20126.216%2057.9555%20126.203%2057.8695%20126.222L29.0875%20133.174C28.9075%20133.217%2028.7982%20133.397%2028.8415%20133.576L30.2315%20139.333L34.3762%20156.495C34.3935%20156.567%2034.4408%20156.626%2034.5028%20156.668ZM79.45%20181.826C80.7654%20180.511%2082.3227%20179.53%2084%20178.902C86.874%20177.827%2090.102%20177.795%2093.078%20178.943C93.2487%20179.007%2093.4427%20178.923%2093.5087%20178.751C93.5753%20178.579%2093.4893%20178.387%2093.3173%20178.32C90.268%20177.143%2086.9653%20177.147%2084%20178.195C82.1467%20178.85%2080.4227%20179.91%2078.9787%20181.355C73.8547%20186.479%2073.7587%20194.74%2078.6627%20200H79.586C79.542%20199.957%2079.494%20199.922%2079.45%20199.879C74.474%20194.901%2074.474%20186.803%2079.45%20181.826ZM61.5812%200H60.3399C57.5112%201.70067%2054.2025%202.68067%2050.6692%202.68067C47.1345%202.68067%2043.8259%201.70067%2040.9965%200H39.7559C42.8725%202.112%2046.6292%203.34733%2050.6692%203.34733C54.7085%203.34733%2058.4645%202.112%2061.5812%200ZM50.6689%20164.347C39.9163%20164.347%2031.1689%20173.095%2031.1689%20183.847C31.1689%20190.56%2034.5783%20196.491%2039.7556%20200H40.9963C35.5129%20196.704%2031.8356%20190.698%2031.8356%20183.847C31.8356%20173.463%2040.2829%20165.014%2050.6689%20165.014C61.0529%20165.014%2069.5009%20173.463%2069.5009%20183.847C69.5009%20190.698%2065.8236%20196.704%2060.3396%20200H61.5809C66.7583%20196.491%2070.1676%20190.56%2070.1676%20183.847C70.1676%20173.095%2061.4203%20164.347%2050.6689%20164.347ZM119.169%20177.004C118.951%20176.987%20118.695%20176.975%20118.408%20176.975C116.916%20176.975%20114.803%20177.295%20112.935%20178.75C112.911%20178.651%20112.89%20178.551%20112.87%20178.452C112.855%20178.37%20112.837%20178.288%20112.824%20178.206C112.8%20178.054%20112.785%20177.902%20112.773%20177.751C112.768%20177.69%20112.758%20177.63%20112.756%20177.568C112.745%20177.369%20112.743%20177.169%20112.75%20176.972C112.75%20176.961%20112.75%20176.948%20112.75%20176.937C112.838%20174.76%20114%20172.745%20115.839%20171.578C115.855%20171.569%20115.87%20171.561%20115.886%20171.552C116.049%20171.451%20116.216%20171.355%20116.389%20171.268C116.472%20171.226%20116.559%20171.191%20116.643%20171.152C116.752%20171.103%20116.86%20171.051%20116.972%20171.007C117.083%20170.965%20117.198%20170.929%20117.31%20170.892C117.388%20170.867%20117.463%20170.84%20117.541%20170.817C117.212%20172.821%20117.757%20174.897%20119.169%20177.004ZM144.029%20180.698L139.685%20164.519C139.661%20164.433%20139.605%20164.36%20139.529%20164.316C139.452%20164.271%20139.362%20164.26%20139.276%20164.283L117.501%20170.131C117.287%20170.188%20117.081%20170.258%20116.877%20170.333C116.854%20170.341%20116.83%20170.347%20116.807%20170.355C116.699%20170.397%20116.595%20170.447%20116.491%20170.493C116.369%20170.545%20116.246%20170.593%20116.128%20170.651C116.078%20170.677%20116.031%20170.707%20115.98%20170.733C115.813%20170.822%20115.646%20170.912%20115.487%20171.013C115.483%20171.014%20115.481%20171.017%20115.479%20171.019C114.489%20171.644%20113.659%20172.502%20113.058%20173.545C112.336%20174.798%20112.008%20176.203%20112.091%20177.613V177.641C112.105%20177.854%20112.13%20178.067%20112.163%20178.281C112.167%20178.312%20112.168%20178.343%20112.173%20178.373C112.213%20178.617%20112.264%20178.86%20112.329%20179.102L112.419%20179.433C112.419%20179.433%20112.419%20179.434%20112.419%20179.434L117.942%20200H118.632L113.119%20179.471C114.893%20177.971%20116.963%20177.642%20118.408%20177.642C119.247%20177.642%20119.806%20177.755%20119.811%20177.755C119.836%20177.761%20119.862%20177.764%20119.884%20177.762C120.081%20177.759%20120.226%20177.616%20120.226%20177.429C120.226%20177.325%20120.176%20177.231%20120.101%20177.169C120.035%20177.081%20119.982%20176.993%20119.921%20176.907L137.537%20172.175C137.715%20172.128%20137.821%20171.945%20137.773%20171.767C137.725%20171.59%20137.541%20171.483%20137.365%20171.532L119.523%20176.323C118.289%20174.359%20117.873%20172.445%20118.268%20170.615L139.127%20165.013L143.315%20180.611C143.049%20180.59%20142.779%20180.577%20142.507%20180.577C141.617%20180.577%20140.725%20180.695%20139.857%20180.929C138.245%20181.362%20136.797%20182.167%20135.604%20183.267L118.858%20187.763C118.681%20187.811%20118.575%20187.993%20118.622%20188.171C118.663%20188.32%20118.797%20188.418%20118.945%20188.418C118.973%20188.418%20119.003%20188.414%20119.031%20188.407L134.722%20184.193C134.333%20184.653%20133.977%20185.148%20133.669%20185.682C133.283%20186.353%20132.985%20187.059%20132.761%20187.783L119.798%20191.264C119.619%20191.311%20119.515%20191.494%20119.562%20191.672C119.603%20191.82%20119.737%20191.919%20119.884%20191.919C119.913%20191.919%20119.943%20191.915%20119.971%20191.907L132.555%20188.527C132.323%20189.548%20132.257%20190.597%20132.35%20191.647L120.738%20194.766C120.561%20194.813%20120.455%20194.996%20120.503%20195.174C120.543%20195.323%20120.677%20195.421%20120.825%20195.421C120.853%20195.421%20120.883%20195.417%20120.911%20195.409L132.427%20192.316C132.484%20192.685%20132.557%20193.053%20132.655%20193.418C132.817%20194.021%20133.035%20194.597%20133.297%20195.147L121.678%20198.267C121.501%20198.315%20121.395%20198.497%20121.444%20198.675C121.483%20198.824%20121.618%20198.922%20121.765%20198.922C121.794%20198.922%20121.823%20198.918%20121.852%20198.91L133.606%20195.753C134.139%20196.705%20134.819%20197.554%20135.609%20198.279L129.202%20200H131.769L136.227%20198.803C136.831%20199.274%20137.489%20199.673%20138.185%20200H140.118C136.858%20199.155%20134.203%20196.613%20133.299%20193.245C132.639%20190.787%20132.976%20188.219%20134.247%20186.015C134.72%20185.195%20135.302%20184.462%20135.973%20183.83C135.973%20183.829%20135.973%20183.829%20135.974%20183.829C137.104%20182.763%20138.487%20181.987%20140.03%20181.573C140.841%20181.355%20141.675%20181.244%20142.507%20181.244C146.806%20181.244%20150.587%20184.147%20151.702%20188.303C153.064%20193.377%20150.045%20198.612%20144.972%20199.975C144.937%20199.984%20144.901%20199.991%20144.866%20200H146.823C147.34%20199.755%20147.831%20199.469%20148.293%20199.149L148.522%20200H149.212L148.869%20198.725C151.926%20196.269%20153.426%20192.153%20152.345%20188.131C151.285%20184.182%20147.977%20181.297%20144.029%20180.698ZM126.449%20139.333C126.137%20137.066%20126.679%20134.803%20128.008%20132.935C129.683%20130.579%20132.414%20129.173%20135.314%20129.173C137.177%20129.173%20138.967%20129.745%20140.487%20130.826C142.433%20132.208%20143.724%20134.27%20144.122%20136.629C144.277%20137.537%20144.287%20138.447%20144.168%20139.333C143.977%20140.751%20143.447%20142.109%20142.595%20143.305C140.923%20145.66%20138.191%20147.067%20135.289%20147.067C133.426%20147.067%20131.638%20146.495%20130.117%20145.414C128.172%20144.031%20126.881%20141.971%20126.481%20139.611C126.467%20139.519%20126.462%20139.426%20126.449%20139.333ZM129.731%20145.957C131.366%20147.119%20133.287%20147.733%20135.289%20147.733C138.407%20147.733%20141.341%20146.222%20143.141%20143.691C144.072%20142.381%20144.647%20140.889%20144.841%20139.333C144.958%20138.409%20144.94%20137.463%20144.78%20136.519C144.351%20133.983%20142.965%20131.769%20140.873%20130.283C139.24%20129.121%20137.317%20128.507%20135.314%20128.507C132.199%20128.507%20129.264%20130.018%20127.465%20132.548C126.055%20134.532%20125.47%20136.927%20125.779%20139.333C125.795%20139.463%20125.803%20139.592%20125.825%20139.721C126.254%20142.257%20127.641%20144.472%20129.731%20145.957ZM54.9499%20136.925L54.8099%20136.225L52.4986%20136.715L52.0086%20134.474L51.3086%20134.614L52.0086%20137.555L54.9499%20136.925ZM52.2888%20133.564C54.1794%20133.564%2055.7201%20135.104%2055.7201%20136.995C55.7201%20138.885%2054.1794%20140.427%2052.2888%20140.427C50.3981%20140.427%2048.8574%20138.885%2048.8574%20136.995C48.8574%20135.104%2050.3981%20133.564%2052.2888%20133.564ZM52.2889%20141.057C54.5302%20141.057%2056.3509%20139.235%2056.3509%20136.995C56.3509%20134.754%2054.5302%20132.933%2052.2889%20132.933C50.0482%20132.933%2048.2275%20134.754%2048.2275%20136.995C48.2275%20139.235%2050.0482%20141.057%2052.2889%20141.057ZM121.337%20155.787L125.179%20150.38L127.05%20151.709L123.206%20157.115C122.916%20157.524%20122.3%20157.633%20121.884%20157.338L121.56%20157.109C121.354%20156.962%20121.216%20156.743%20121.174%20156.493C121.132%20156.243%20121.19%20155.993%20121.337%20155.787ZM127.708%20146.822C127.995%20147.071%20128.295%20147.309%20128.611%20147.534C128.924%20147.757%20129.251%20147.958%20129.582%20148.147L127.436%20151.166L125.565%20149.837L127.708%20146.822ZM124.505%20139.333C124.215%20136.763%20124.82%20134.083%20126.432%20131.814C128.47%20128.947%20131.789%20127.235%20135.311%20127.235C137.578%20127.235%20139.755%20127.932%20141.608%20129.249C143.977%20130.934%20145.549%20133.44%20146.033%20136.306C146.204%20137.321%20146.226%20138.337%20146.115%20139.333C145.914%20141.149%20145.259%20142.895%20144.172%20144.425C142.135%20147.293%20138.814%20149.004%20135.293%20149.004C133.027%20149.004%20130.85%20148.308%20128.997%20146.991C126.375%20145.127%20124.841%20142.303%20124.505%20139.333ZM121.174%20157.652L121.499%20157.881C121.774%20158.077%20122.096%20158.181%20122.434%20158.181C122.955%20158.181%20123.449%20157.927%20123.751%20157.501L127.774%20151.842C127.779%20151.836%20127.782%20151.83%20127.786%20151.825L130.172%20148.469C131.757%20149.259%20133.499%20149.671%20135.293%20149.671C139.031%20149.671%20142.554%20147.854%20144.716%20144.811C145.886%20143.167%20146.58%20141.287%20146.784%20139.333C146.892%20138.3%20146.868%20137.247%20146.692%20136.195C146.176%20133.153%20144.508%20130.493%20141.994%20128.706C140.028%20127.308%20137.717%20126.569%20135.312%20126.569C131.574%20126.569%20128.052%20128.385%20125.889%20131.427C124.193%20133.815%20123.543%20136.63%20123.835%20139.333C124.116%20141.937%20125.27%20144.439%20127.223%20146.354L120.793%20155.4C120.543%20155.751%20120.446%20156.179%20120.517%20156.604C120.588%20157.03%20120.822%20157.401%20121.174%20157.652ZM56.2045%200H53.5258C52.5912%200.163333%2051.6372%200.251333%2050.6692%200.251333C49.7005%200.251333%2048.7465%200.163333%2047.8118%200H45.1318C46.8912%200.601333%2048.7552%200.918%2050.6692%200.918C52.5818%200.918%2054.4458%200.601333%2056.2045%200ZM142.685%20197.435L141.259%20192.129C141.221%20191.98%20141.086%20191.881%20140.939%20191.881C140.91%20191.881%20140.881%20191.885%20140.853%20191.893L138.093%20192.633L140.915%20184.866L147.247%20190.176L144.489%20190.916C144.403%20190.939%20144.331%20190.995%20144.285%20191.072C144.242%20191.149%20144.229%20191.24%20144.253%20191.325L145.677%20196.631L142.685%20197.435ZM146.408%20196.779L144.982%20191.474L148.036%20190.655C148.157%20190.622%20148.25%20190.525%20148.277%20190.405C148.303%20190.283%20148.26%20190.157%20148.165%20190.077L140.977%20184.049C140.894%20183.979%20140.782%20183.955%20140.676%20183.983C140.572%20184.011%20140.488%20184.089%20140.45%20184.191L137.248%20193.007C137.205%20193.125%20137.231%20193.255%20137.315%20193.346C137.398%20193.437%20137.528%20193.473%20137.647%20193.443L140.702%20192.623L142.128%20197.929C142.15%20198.014%20142.206%20198.087%20142.283%20198.131C142.334%20198.161%20142.392%20198.176%20142.45%20198.176C142.478%20198.176%20142.507%20198.172%20142.535%20198.164L146.172%20197.187C146.35%20197.14%20146.454%20196.957%20146.408%20196.779ZM139.533%20140.933L135.066%20138L138%20133.533L137.134%20133L133.667%20138.267L138.934%20141.733L139.533%20140.933ZM158.973%20124.603C160.107%20124.603%20161.258%20124.388%20162.37%20123.936C166.995%20122.055%20169.227%20116.764%20167.346%20112.141C166.012%20108.863%20162.866%20106.65%20159.33%20106.503C159.164%20106.515%20158.991%20106.638%20158.982%20106.823C158.976%20107.007%20159.118%20107.162%20159.302%20107.17C162.578%20107.306%20165.494%20109.355%20166.728%20112.392C168.47%20116.675%20166.402%20121.575%20162.119%20123.318C157.838%20125.06%20152.935%20122.992%20151.193%20118.709C149.944%20115.637%20150.625%20112.111%20152.926%20109.724C153.055%20109.592%20153.051%20109.381%20152.919%20109.253C152.786%20109.127%20152.576%20109.129%20152.448%20109.261C149.962%20111.838%20149.227%20115.645%20150.576%20118.961C152.003%20122.471%20155.397%20124.603%20158.973%20124.603ZM152.204%20159.468C152.204%20159.333%20152.096%20159.225%20151.961%20159.224H149.73L151.308%20157.646C151.404%20157.551%20151.404%20157.397%20151.308%20157.301C151.214%20157.206%20151.059%20157.206%20150.964%20157.301L149.385%20158.881V156.169C149.384%20156.035%20149.276%20155.926%20149.142%20155.926C149.006%20155.926%20148.897%20156.035%20148.897%20156.169V158.881L147.318%20157.301C147.224%20157.206%20147.069%20157.206%20146.974%20157.301C146.879%20157.397%20146.879%20157.551%20146.974%20157.646L148.553%20159.225H146.32C146.186%20159.225%20146.077%20159.334%20146.077%20159.468C146.076%20159.603%20146.186%20159.713%20146.32%20159.713H148.553L146.975%20161.29C146.879%20161.385%20146.879%20161.539%20146.974%20161.635C147.022%20161.683%20147.085%20161.706%20147.146%20161.706C147.208%20161.706%20147.271%20161.683%20147.319%20161.635L148.897%20160.057V162.767C148.897%20162.901%20149.006%20163.011%20149.142%20163.011C149.276%20163.011%20149.385%20162.901%20149.385%20162.767V160.057L150.964%20161.635C151.01%20161.683%20151.073%20161.706%20151.135%20161.706C151.198%20161.706%20151.26%20161.683%20151.308%20161.635C151.402%20161.539%20151.402%20161.385%20151.308%20161.29L149.73%20159.713H151.962C152.096%20159.713%20152.205%20159.603%20152.204%20159.468ZM174.516%2092.7019C174.342%2092.6379%20174.15%2092.7252%20174.086%2092.8979C174.022%2093.0705%20174.11%2093.2625%20174.282%2093.3265L196.098%20101.483C196.136%20101.497%20196.175%20101.503%20196.214%20101.503C196.349%20101.503%20196.477%20101.421%20196.526%20101.287C196.591%20101.114%20196.504%20100.922%20196.331%20100.857L174.516%2092.7019ZM175.622%2011.5632C177.512%2011.5632%20179.054%2013.1039%20179.054%2014.9946C179.054%2016.8859%20177.512%2018.4266%20175.622%2018.4266C173.731%2018.4266%20172.19%2016.8859%20172.19%2014.9946C172.19%2013.1039%20173.731%2011.5632%20175.622%2011.5632ZM175.622%2019.0567C177.863%2019.0567%20179.684%2017.2353%20179.684%2014.9947C179.684%2012.754%20177.863%2010.9333%20175.622%2010.9333C173.381%2010.9333%20171.56%2012.754%20171.56%2014.9947C171.56%2017.2353%20173.381%2019.0567%20175.622%2019.0567ZM0.662667%2089.6047C0.798%2089.6047%200.924667%2089.522%200.975333%2089.388C1.03867%2089.2153%200.951333%2089.0233%200.78%2088.9593L0%2088.6673V89.38L0.545333%2089.584C0.584667%2089.5987%200.623333%2089.6047%200.662667%2089.6047ZM194.193%20136.567C193.948%20136.763%20193.808%20137.055%20193.808%20137.368L193.808%20139.333L193.8%20153.758C193.8%20155.012%20194.598%20156.083%20195.767%20156.467L195.51%20157.623C195.434%20157.969%20195.496%20158.324%20195.687%20158.623C195.878%20158.923%20196.173%20159.13%20196.52%20159.206L200%20159.98V159.297L196.664%20158.555C196.491%20158.517%20196.343%20158.414%20196.25%20158.265C196.154%20158.116%20196.123%20157.939%20196.162%20157.767L196.413%20156.636L200%20157.433V156.749L196.231%20155.911C196.23%20155.911%20196.228%20155.911%20196.227%20155.911L196.186%20155.902C195.173%20155.678%20194.466%20154.796%20194.466%20153.758L194.474%20139.333L194.475%20137.368C194.475%20137.258%20194.524%20137.155%20194.61%20137.087C194.673%20137.035%20194.754%20137.007%20194.836%20137.007C194.862%20137.007%20194.889%20137.01%20194.914%20137.016L200%20138.146V137.463L195.059%20136.365C194.758%20136.297%20194.434%20136.373%20194.193%20136.567ZM197.698%2097.536C197.833%2097.536%20197.96%2097.4534%20198.009%2097.3194C198.074%2097.1467%20197.987%2096.9547%20197.814%2096.89L175.999%2088.7354C175.825%2088.6707%20175.634%2088.7587%20175.569%2088.9314C175.505%2089.1033%20175.592%2089.296%20175.765%2089.36L197.581%2097.5154C197.619%2097.5294%20197.659%2097.536%20197.698%2097.536ZM0.337333%2059.644C1.43333%2059.644%202.396%2058.8387%202.56%2057.7234C2.738%2056.5174%201.90467%2055.3767%200.697333%2055.1787L0%2055.0754V55.7494L0.594667%2055.8374C1.44%2055.976%202.026%2056.778%201.90067%2057.6267C1.774%2058.4887%200.972667%2059.0874%200.106667%2058.9607L0%2058.9447V59.6194L0.01%2059.6207C0.119333%2059.636%200.228667%2059.644%200.337333%2059.644ZM199.179%2093.5706C199.314%2093.5706%20199.441%2093.488%20199.492%2093.3533C199.556%2093.1813%20199.469%2092.9893%20199.297%2092.9246L177.48%2084.77C177.307%2084.7066%20177.116%2084.7933%20177.052%2084.9653C176.987%2085.138%20177.075%2085.33%20177.247%2085.3946L199.062%2093.5493C199.101%2093.564%20199.141%2093.5706%20199.179%2093.5706ZM188.369%20122.567C188.611%20123.315%20189.02%20123.9%20189.525%20124.208C189.02%20124.516%20188.611%20125.1%20188.369%20125.85C188.128%20125.1%20187.719%20124.516%20187.215%20124.208C187.719%20123.9%20188.128%20123.315%20188.369%20122.567ZM188.129%20127.445C188.129%20127.577%20188.237%20127.685%20188.368%20127.685C188.501%20127.685%20188.607%20127.577%20188.607%20127.445C188.607%20125.82%20189.404%20124.447%20190.347%20124.447C190.478%20124.447%20190.586%20124.34%20190.586%20124.208C190.586%20124.075%20190.478%20123.969%20190.347%20123.969C189.404%20123.969%20188.607%20122.595%20188.607%20120.971C188.607%20120.839%20188.501%20120.732%20188.368%20120.732C188.237%20120.732%20188.129%20120.839%20188.129%20120.971C188.129%20122.595%20187.334%20123.969%20186.391%20123.969C186.257%20123.969%20186.151%20124.075%20186.151%20124.208C186.151%20124.34%20186.257%20124.447%20186.391%20124.447C187.334%20124.447%20188.129%20125.82%20188.129%20127.445ZM122.704%202.42267C122.733%202.42267%20122.762%202.41867%20122.791%202.41067L131.768%200H129.202L122.618%201.768C122.441%201.81533%20122.336%201.998%20122.384%202.176C122.423%202.32467%20122.558%202.42267%20122.704%202.42267ZM1.73933%20118.883C2.88733%20118.883%203.97%20118.181%204.394%20117.044L11.2827%2098.6206C11.828%2097.1586%2011.0833%2095.5233%209.62133%2094.9753L7.428%2094.1572L12.1407%2089.4106C12.254%2089.2972%2012.2687%2089.1193%2012.1787%2088.9873C12.088%2088.8546%2011.9153%2088.8079%2011.77%2088.8706L3.87533%2092.3413L5.772%2087.2686C6.318%2085.8059%205.57333%2084.1712%204.112%2083.6239L0%2082.0866V82.7986L3.87733%2084.2479C4.996%2084.6666%205.56467%2085.9173%205.14733%2087.0353L2.97667%2092.8433L0%20100.805V102.707L3.54933%2093.2132L10.4287%2090.1879L6.59133%2094.0533C6.51133%2094.1339%206.47733%2094.2493%206.50267%2094.3599C6.52667%2094.4706%206.60533%2094.5612%206.71133%2094.6012L9.388%2095.5999C10.5053%2096.0192%2011.0747%2097.2699%2010.6573%2098.3873L3.77067%20116.811C3.352%20117.928%202.10133%20118.497%200.984667%20118.079L0%20117.711V118.424L0.751333%20118.705C1.07667%20118.826%201.41133%20118.883%201.73933%20118.883ZM145.145%200.618667C145.733%200.460667%20146.291%200.251333%20146.823%200H144.866C144.088%200.199333%20143.291%200.303333%20142.495%200.303333C141.679%200.303333%20140.882%200.198%20140.118%200H138.185C139.505%200.621333%20140.967%200.97%20142.495%200.97C143.385%200.97%20144.277%200.852667%20145.145%200.618667ZM4.27067%2057.976C4.58933%2055.8066%203.08467%2053.782%200.916%2053.4626L0%2053.3273V54.0013L0.818667%2054.1226C2.624%2054.388%203.87667%2056.0733%203.61133%2057.8793C3.35733%2059.6033%201.76467%2060.856%200%2060.6766V61.348C0.114%2061.358%200.228667%2061.3733%200.342%2061.3733C2.29667%2061.3733%203.986%2059.9126%204.27067%2057.976ZM178.282%2014.9245L178.143%2014.2245L175.832%2014.7145L175.342%2012.4739L174.642%2012.6139L175.342%2015.5552L178.282%2014.9245ZM178.535%2080.9986C178.471%2081.1713%20178.559%2081.3633%20178.73%2081.4279L200%2089.3799V88.6673L178.964%2080.8026C178.789%2080.7393%20178.6%2080.8259%20178.535%2080.9986ZM183.133%20170.358C183.103%20170.177%20182.93%20170.053%20182.75%20170.083L162.565%20173.407C162.383%20173.437%20162.26%20173.607%20162.291%20173.789C162.316%20173.953%20162.459%20174.068%20162.618%20174.068C162.637%20174.068%20162.655%20174.067%20162.673%20174.064L182.858%20170.741C183.039%20170.711%20183.163%20170.539%20183.133%20170.358ZM183.738%20174.027C183.709%20173.845%20183.537%20173.721%20183.355%20173.753L163.171%20177.077C162.989%20177.107%20162.867%20177.278%20162.896%20177.46C162.922%20177.623%20163.064%20177.739%20163.225%20177.739C163.243%20177.739%20163.26%20177.738%20163.279%20177.734L183.463%20174.41C183.645%20174.381%20183.768%20174.209%20183.738%20174.027ZM4.59483%20126.67L4.83883%20126.367C4.95283%20126.222%204.92883%20126.012%204.78417%20125.899C4.64017%20125.784%204.43017%20125.81%204.3155%20125.953L4.07617%20126.251C3.66083%20126.766%203.23083%20127.298%202.98283%20127.906C2.7175%20128.556%202.6775%20129.339%202.86417%20130.233C2.9135%20130.473%202.97283%20130.71%203.03217%20130.945C3.16083%20131.464%203.28217%20131.953%203.29883%20132.433C3.3195%20133.037%203.11883%20133.665%202.7195%20134.25C2.6155%20134.401%202.65417%20134.609%202.80617%20134.714C2.86417%20134.753%202.92883%20134.771%202.99417%20134.771C3.10017%20134.771%203.20483%20134.721%203.26817%20134.627C3.75017%20133.924%203.99017%20133.158%203.9655%20132.41C3.94617%20131.86%203.81017%20131.313%203.67817%20130.785C3.6215%20130.557%203.56417%20130.328%203.51617%20130.097C3.3575%20129.336%203.38617%20128.683%203.60017%20128.157C3.81083%20127.64%204.19217%20127.169%204.59483%20126.67ZM180.646%204.87598L185.981%2026.9633C185.982%2026.968%20185.983%2026.9726%20185.985%2026.9773C186.233%2027.9746%20186.926%2028.748%20187.802%2029.138L160.921%2035.63C160.257%2035.792%20159.574%2035.6826%20158.993%2035.3266C158.552%2035.0573%20158.211%2034.67%20158.002%2034.2093L157.84%2033.7333L152.512%2011.6706L180.646%204.87598ZM187.226%207.55469L191.416%2024.9034L191.418%2024.9134L191.585%2025.602V25.6034C191.914%2026.968%20191.07%2028.348%20189.705%2028.6787H189.704L189.702%2028.6794C188.338%2029.0114%20186.958%2028.1634%20186.628%2026.798C186.628%2026.7934%20186.626%2026.7894%20186.625%2026.7854L182.27%208.75202L187.226%207.55469ZM157.321%2034.4221C157.338%2034.4941%20157.386%2034.5528%20157.448%2034.5955C157.715%2035.1288%20158.125%2035.5775%20158.645%2035.8961C159.157%2036.2088%20159.731%2036.3695%20160.316%2036.3695C160.57%2036.3695%20160.825%2036.3388%20161.077%2036.2781L189.861%2029.3268C189.862%2029.3268%20189.863%2029.3261%20189.863%2029.3261C191.585%2028.9088%20192.647%2027.1681%20192.231%2025.4448L187.795%207.0748C187.753%206.8948%20187.57%206.78814%20187.393%206.82814L182.113%208.10347L181.217%204.39547C181.197%204.30947%20181.143%204.23547%20181.067%204.1888C180.992%204.14347%20180.9%204.13013%20180.814%204.14947L152.033%2011.1015C151.853%2011.1448%20151.743%2011.3248%20151.785%2011.5035L157.321%2034.4221ZM9.54136%20127.763L9.78069%20127.465C9.89469%20127.322%209.87069%20127.112%209.72669%20126.997C9.58269%20126.883%209.37269%20126.907%209.25802%20127.051L9.02336%20127.344C8.60602%20127.859%208.17402%20128.393%207.92469%20129.004C7.65936%20129.655%207.61936%20130.437%207.80669%20131.333C7.85602%20131.571%207.91469%20131.807%207.97336%20132.041C8.10136%20132.56%208.22469%20133.05%208.24002%20133.532C8.26069%20134.135%208.06002%20134.764%207.66069%20135.349C7.55669%20135.501%207.59602%20135.708%207.74802%20135.813C7.80536%20135.852%207.87069%20135.871%207.93469%20135.871C8.04202%20135.871%208.14669%20135.82%208.21136%20135.725C8.69136%20135.021%208.93136%20134.256%208.90669%20133.51C8.88869%20132.958%208.75202%20132.409%208.61936%20131.881C8.56336%20131.654%208.50602%20131.426%208.45869%20131.197C8.30002%20130.435%208.32736%20129.781%208.54202%20129.256C8.75402%20128.735%209.13669%20128.264%209.54136%20127.763ZM169.459%2017.5859C169.53%2018.0759%20169.67%2018.8459%20169.88%2019.6866L170.37%2021.9279L168.479%2022.3479C168.129%2022.4179%20167.639%2022.5579%20167.359%2022.6279L169.459%2017.5859ZM170.581%2022.838L171.141%2025.2886L172.191%2025.0793L171.631%2022.628L173.032%2022.348L172.822%2021.4373L171.421%2021.718L170.091%2015.6953L169.32%2015.8353L166.239%2022.978L166.379%2023.748L170.581%2022.838ZM162.177%2018.4267C163.088%2018.216%20163.928%2018.4967%20164.208%2019.4767C164.699%2021.788%20160.497%2022.558%20161.197%2027.6L166.869%2026.3393L166.659%2025.4286L162.248%2026.4093C161.967%2022.838%20165.889%2022.0673%20165.259%2019.1967C164.978%2017.936%20163.858%2017.0953%20162.037%2017.516C160.987%2017.726%20160.007%2018.356%20159.517%2018.846L160.007%2019.6167C160.497%2019.1267%20161.267%2018.636%20162.177%2018.4267ZM196.846%20191.427C196.557%20191.83%20196.127%20192.097%20195.637%20192.178L173.28%20195.859C172.789%20195.939%20172.296%20195.825%20171.893%20195.535C171.489%20195.246%20171.222%20194.817%20171.142%20194.326L170.31%20189.277L186.584%20186.597C187.251%20186.489%20187.834%20186.126%20188.228%20185.577C188.621%20185.028%20188.778%20184.359%20188.668%20183.692L186.77%20172.163L190.551%20167.038L189.372%20171.453C189.342%20171.563%20189.371%20171.679%20189.448%20171.763C189.524%20171.847%20189.636%20171.888%20189.749%20171.868L192.225%20171.459C193.233%20171.295%20194.196%20171.982%20194.364%20172.993L197.17%20190.039C197.251%20190.53%20197.136%20191.023%20196.846%20191.427ZM169.752%20188.72C169.736%20188.73%20169.725%20188.745%20169.711%20188.757C169.694%20188.773%20169.673%20188.785%20169.659%20188.805L165.794%20194.043L166.973%20189.629C167.002%20189.519%20166.974%20189.402%20166.897%20189.318C166.834%20189.248%20166.744%20189.209%20166.65%20189.209C166.633%20189.209%20166.615%20189.211%20166.596%20189.214L164.12%20189.621C163.088%20189.794%20162.147%20189.09%20161.981%20188.087L159.174%20171.041C159.094%20170.551%20159.21%20170.058%20159.499%20169.655C159.788%20169.25%20160.219%20168.983%20160.708%20168.902L183.064%20165.22C184.1%20165.059%20185.038%20165.752%20185.204%20166.755L186.088%20172.127C186.088%20172.128%20186.089%20172.129%20186.089%20172.13L188.01%20183.8C188.091%20184.291%20187.977%20184.784%20187.687%20185.188C187.397%20185.593%20186.968%20185.859%20186.477%20185.94L169.873%20188.674C169.83%20188.681%20169.788%20188.697%20169.752%20188.72ZM195.022%20172.885C194.795%20171.511%20193.494%20170.577%20192.116%20170.801L190.148%20171.127L191.647%20165.511C191.69%20165.356%20191.616%20165.194%20191.471%20165.125C191.328%20165.054%20191.153%20165.099%20191.058%20165.227L186.618%20171.245L185.862%20166.647C185.638%20165.285%20184.366%20164.332%20182.956%20164.563L160.6%20168.245C159.934%20168.354%20159.35%20168.717%20158.956%20169.266C158.563%20169.815%20158.407%20170.483%20158.516%20171.15L161.324%20188.195C161.548%20189.557%20162.825%20190.509%20164.228%20190.279L166.195%20189.955L164.696%20195.569C164.655%20195.724%20164.73%20195.886%20164.873%20195.955C164.92%20195.978%20164.97%20195.989%20165.018%20195.989C165.12%20195.989%20165.222%20195.94%20165.286%20195.853L169.726%20189.836L170.483%20194.434C170.592%20195.101%20170.955%20195.684%20171.504%20196.077C171.938%20196.388%20172.448%20196.551%20172.972%20196.551C173.11%20196.551%20173.25%20196.539%20173.389%20196.517L195.745%20192.835C196.411%20192.726%20196.994%20192.363%20197.388%20191.815C197.782%20191.267%20197.938%20190.597%20197.828%20189.931L195.022%20172.885ZM184.563%20181.093L164.379%20184.416C164.197%20184.446%20164.074%20184.617%20164.104%20184.799C164.131%20184.963%20164.272%20185.078%20164.432%20185.078C164.45%20185.078%20164.469%20185.077%20164.487%20185.074L184.671%20181.75C184.853%20181.72%20184.977%20181.549%20184.947%20181.367C184.917%20181.186%20184.745%20181.061%20184.563%20181.093ZM184.341%20177.697C184.312%20177.516%20184.14%20177.389%20183.959%20177.422L163.774%20180.746C163.592%20180.776%20163.47%20180.947%20163.5%20181.129C163.526%20181.293%20163.668%20181.409%20163.828%20181.409C163.845%20181.409%20163.864%20181.407%20163.882%20181.403L184.066%20178.079C184.248%20178.049%20184.371%20177.879%20184.341%20177.697Z'%20fill='%23525C69'/%3e%3c/svg%3e",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:N2&&N2.tagName.toUpperCase()==="SCRIPT"&&N2.src||new URL("vuessages.umd.js",document.baseURI).href).href}},emits:["closeTemplateWindow","pasteTemplate"],setup(t,{emit:n}){const a=t,o=e.inject("chatAppId"),{setMessageText:l}=t2(o),s=()=>{f("closeTemplateWindow"),l(r.value.template)},f=n,i=e.ref(null),r=e.ref(null),c=e.ref(""),d=e.ref(),C=e.ref(""),A=e.ref(""),p=e.ref(""),m=e.ref(!1),h=e.computed(()=>!!(m.value&&(p.value=="grid"&&A.value=="none"||A.value=="grid"&&C.value=="none"))),u=e.computed(()=>!!(m.value&&(C.value=="grid"&&A.value=="none"||A.value=="grid"&&p.value=="none"))),k=()=>{m.value&&(A.value=="grid"?M():p.value=="grid"&&y())},_=()=>{m.value&&(A.value=="grid"?L():C.value=="grid"&&y())},M=()=>{const V=document.getElementById("template-selector-container-"+o);V.style.setProperty("--chotto-template-first-col-display","grid"),V.style.setProperty("--chotto-template-second-col-display","none"),g()},L=()=>{const V=document.getElementById("template-selector-container-"+o);V.style.setProperty("--chotto-template-third-col-display","grid"),V.style.setProperty("--chotto-template-second-col-display","none"),g()},y=()=>{const V=document.getElementById("template-selector-container-"+o);V.style.setProperty("--chotto-template-second-col-display","grid"),V.style.setProperty("--chotto-template-first-col-display","none"),V.style.setProperty("--chotto-template-third-col-display","none"),g()},g=()=>{const V=document.getElementById("template-selector-container-"+o),S=window.getComputedStyle(V);C.value=S.getPropertyValue("--chotto-template-first-col-display"),A.value=S.getPropertyValue("--chotto-template-second-col-display"),p.value=S.getPropertyValue("--chotto-template-third-col-display")},b=V=>{a.templates.forEach(S=>S.isSelected=!1),V.isSelected=!0,r.value=V,L()},E=()=>{y(),a.templates.forEach(V=>V.isSelected=!1)},B=e.computed(()=>i.value?a.templates.filter(V=>V.groupId===i.value.groupId):a.templates),j=e.computed(()=>{const V=c.value.trim().toLowerCase();return B.value.filter(S=>S.title.toLowerCase().includes(V)||S.template.toLowerCase().includes(V))}),O=new ResizeObserver(V=>{const S=V[0].target.clientWidth;S>700&&(m.value=!1),S<700&&(m.value=!0)});return e.onMounted(()=>{g(),e.unref(d)&&O.observe(e.unref(d))}),(V,S)=>(e.openBlock(),e.createElementBlock("div",De,[e.createElementVNode("div",{id:"template-selector-container-"+e.unref(o),ref_key:"refContainer",ref:d,class:e.normalizeClass({"template-selector__container-inline":!t.elevatedWindow,"template-selector__container-elevated":t.elevatedWindow})},[e.createElementVNode("div",Se,[e.createElementVNode("div",Te,[h.value?(e.openBlock(),e.createElementBlock("button",xe,[e.createElementVNode("span",{class:"pi pi-arrow-left",onClick:k})])):e.createCommentVNode("",!0),u.value?(e.openBlock(),e.createElementBlock("button",je,[e.createElementVNode("span",{class:"pi pi-arrow-right",onClick:_})])):e.createCommentVNode("",!0)]),e.createElementVNode("button",ze,[e.createElementVNode("span",{class:"pi pi-times",onClick:S[0]||(S[0]=v=>V.$emit("closeTemplateWindow"))})])]),e.createElementVNode("div",Ze,[e.createElementVNode("div",{id:"template-selector-first-col-"+e.unref(o),class:"template-selector__first-col"},[e.createElementVNode("ul",Ue,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.groupTemplates,(v,H)=>(e.openBlock(),e.createElementBlock("li",{key:H,class:e.normalizeClass(["template-selector__item-group",{"template-selector__item-selected":i.value===v}]),onClick:E},[e.createElementVNode("label",$e,[v.iconUrl?(e.openBlock(),e.createElementBlock("img",{key:0,class:"template-selector__item-group-icon",src:v.iconUrl,alt:v.title},null,8,ve)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{id:H,"onUpdate:modelValue":S[1]||(S[1]=F=>i.value=F),value:v,class:"template-selector__input-group",type:"radio"},null,8,Re),[[e.vModelRadio,i.value]]),e.createElementVNode("span",null,e.toDisplayString(v.title),1)])],2))),128))])],8,Oe),e.createElementVNode("div",{id:"template-selector-second-col-"+e.unref(o),class:"template-selector__second-col"},[e.createElementVNode("div",Qe,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":S[2]||(S[2]=v=>c.value=v),class:"template-selector__searching-input",type:"text",placeholder:"Поиск шаблона"},null,512),[[e.vModelText,c.value]])]),e.createElementVNode("div",He,[j.value.length!==0?(e.openBlock(),e.createElementBlock("ul",Pe,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(j.value,(v,H)=>(e.openBlock(),e.createElementBlock("li",{key:H,class:e.normalizeClass(["template-selector__item-template",{"template-selector__item-selected":v.isSelected}]),onClick:F=>b(v)},[e.createElementVNode("div",qe,[e.createElementVNode("p",We,e.toDisplayString(v.title),1),e.createElementVNode("p",Ke,e.toDisplayString(v.template),1)])],10,Ye))),128))])):(e.openBlock(),e.createElementBlock("p",Je," Шаблоны отсутствуют "))])],8,Fe),e.createElementVNode("div",{id:"template-selector-third-col-"+e.unref(o),class:"template-selector__third-col"},[e.createElementVNode("div",{class:"template-selector__preview-container",style:e.normalizeStyle({backgroundImage:`url(${a.chatBackground})`})},[r.value?(e.openBlock(),e.createElementBlock("div",Xe,[e.createElementVNode("div",et,[e.createElementVNode("p",tt,e.toDisplayString(r.value.template),1),S[3]||(S[3]=e.createElementVNode("p",{class:"template-selector__preview-time"}," 22:22 ",-1))])])):(e.openBlock(),e.createElementBlock("p",nt," Предпросмотр шаблона "))],4),e.createElementVNode("button",{class:"template-selector__button-paste",onClick:s}," Вставить ")],8,Ge)])],10,Be)]))}},[["__scopeId","data-v-00b8d3f4"]]),at=["accept"],ot={class:"attachment-section__info"},lt={key:2,class:"attachment-section__error-text"},l4=I(e.defineComponent({__name:"WABAAttachmentSection",props:{type:{type:String,required:!0},templateId:{type:String,required:!0}},emits:["fileSelected"],setup(t,{emit:n}){const a=t,o=e.ref(e.inject("filebumpUrl")),l=e.ref(null),s=e.ref(),f=e.ref(""),i=e.ref(""),r=e.ref(),c=n,d=()=>{s.value&&i.value!="success"&&s.value.click()},C={DOCUMENT:{text:"Документ до 100 МБ",accept:".pdf,.doc,.docx,.xls,.xlsx",maxSize:104857600,error:"Некорректный тип файла, выберите PDF, DOC или XLS",icon:"pi pi-file"},IMAGE:{text:"Изображение до 5 МБ",accept:".jpg,.jpeg,.png",maxSize:5242880,error:"Некорректный тип файла, выберите JPG, JPEG или PNG",icon:"pi pi-image"},VIDEO:{text:"Видео до 16 МБ",accept:".mp4,.mov",maxSize:16777216,error:"Некорректный тип файла, выберите MP4 или MOV",icon:"pi pi-video"}},A=m=>{var u;const h=(u=m.target.files)==null?void 0:u[0];if(h){f.value="";const k=h.name.split(".");if(C[a.type].accept.indexOf(k[k.length-1])==-1)f.value=C[a.type].error;else if(h.size>C[a.type].maxSize)f.value="Файл слишком большого размера";else if(!f.value){l.value=h,i.value="uploading";const M=e.unref(o.value);a0(typeof M=="string"?M:null,h).then(L=>{i.value=L.status,L.status=="success"&&(c("fileSelected",{url:L.url,filename:L.name,filesize:L.size,filetype:L.type}),L.preview&&(r.value={previewUrl:L.preview.previewUrl,isImage:L.preview.isImage,isVideo:L.preview.isVideo,isAudio:L.preview.isAudio,fileName:L.name,fileSize:L.preview.fileSize}))})}}},p=()=>{l.value&&(l.value=null,i.value="")};return e.watch(()=>i.value,m=>{m===""&&(s.value&&(s.value.value=""),l.value=null,c("fileSelected",null))}),e.watch(()=>a.templateId,()=>{i.value=""}),(m,h)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[i.value!=="success"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["attachment-section",{"attachment-section__error":f.value}]),onClick:d},[e.createElementVNode("input",{id:"file-upload",ref_key:"fileInput",ref:s,type:"file",style:{display:"none"},accept:C[t.type].accept,onChange:A},null,40,at),h[1]||(h[1]=e.createElementVNode("span",{class:"pi pi-paperclip attachment-section__icon"},null,-1)),e.createElementVNode("div",null,[h[0]||(h[0]=e.createElementVNode("p",{class:"attachment-section__title"}," Прикрепить файл ",-1)),e.createElementVNode("p",ot,e.toDisplayString(C[t.type].text),1)])],2)):i.value==="success"&&r.value?(e.openBlock(),e.createBlock(e.unref(g0),{key:1,"file-info":r.value,onReset:p},null,8,["file-info"])):e.createCommentVNode("",!0),f.value?(e.openBlock(),e.createElementBlock("div",lt,e.toDisplayString(f.value),1)):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-ed49dd4d"]]),ft={class:"quick-reply-buttons"},st=["onClick"],it={class:"quick-reply-buttons__line"},f4=I(e.defineComponent({__name:"WABAQuickReplyButtons",props:{buttons:{type:Array,default:[]}},emits:["selectAllVariants"],setup(t,{emit:n}){const a=n,o=t,l={URL:"pi-arrow-up-right",PHONE_NUMBER:"pi-phone",QUICK_REPLY:"pi-arrow-up-left"},s=f=>{f==2&&o.buttons.length>3&&a("selectAllVariants")};return(f,i)=>(e.openBlock(),e.createElementBlock("div",ft,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.buttons.slice(0,3),(r,c)=>(e.openBlock(),e.createElementBlock("div",{key:c,class:"quick-reply-buttons__preview-action",onClick:d=>s(c)},[i[0]||(i[0]=e.createElementVNode("hr",{class:"quick-reply-buttons__separator"},null,-1)),e.createElementVNode("div",it,[e.createElementVNode("span",{class:e.normalizeClass(["quick-reply-buttons__icon pi pi-arrow-up-left",c==2&&t.buttons.length>3?"pi-list":l[r.type]])},null,2),e.createElementVNode("p",null,e.toDisplayString(c==2&&t.buttons.length>3?"Смотреть все варианты":r.text),1)])],8,st))),128))]))}}),[["__scopeId","data-v-ce7b10d6"]]),rt={class:"separated-quick-buttons"},ct={class:"separated-quick-buttons__title"},dt={class:"separated-quick-buttons__actions scrollbar"},s4=I(e.defineComponent({__name:"WABASeparatedQuickButtons",props:{buttons:{type:Array,default:[]}},emits:["selectAllVariants"],setup(t,{emit:n}){const a={URL:"bi-box-arrow-up-right",PHONE_NUMBER:"bi-telephone",QUICK_REPLY:"bi-arrow-90deg-left"},o=n;return(l,s)=>(e.openBlock(),e.createElementBlock("div",rt,[e.createElementVNode("div",ct,[s[1]||(s[1]=e.createElementVNode("p",null,"Все варианты",-1)),e.createElementVNode("span",{class:"pi pi-times",onClick:s[0]||(s[0]=f=>o("selectAllVariants"))})]),e.createElementVNode("div",dt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.buttons,(f,i)=>(e.openBlock(),e.createElementBlock("div",{key:i,class:"separated-quick-buttons__action"},[e.createElementVNode("span",{class:e.normalizeClass(["pi pi-arrow-up-left",a[f.type]])},null,2),e.createElementVNode("p",null,e.toDisplayString(f.text),1)]))),128))])]))}}),[["__scopeId","data-v-76053c94"]]),Ct={class:"template-selector"},At=["id"],ut={style:{display:"flex"}},mt={style:{display:"flex"}},gt={key:0,class:"template-selector__button-close"},pt={key:1,class:"template-selector__button-close"},Lt={class:"template-selector__layout"},ht={class:"template-selector__first-col"},Mt={class:"template-selector__list-groups"},yt={class:"template-selector__label-group"},kt=["src","alt"],_t=["id","value"],bt={class:"template-selector__second-col"},Et={class:"template-selector__searching-container"},Nt={class:"template-selector__templates"},wt={key:0,class:"template-selector__list-templates"},Vt=["onClick"],It={class:"template-selector__item-template-info"},Dt={class:"template-selector__item-title"},Bt={class:"template-selector__item-text"},St={key:1,class:"template-selector__plug"},Tt={class:"template-selector__third-col"},xt={key:0,class:"template-selector__preview"},jt={class:"template-selector__preview-wrapper"},zt={class:"template-selector__preview-text-container"},Zt={key:0},Ot={key:1,class:"template-selector__plug"},Ut={key:2,class:"template-selector__reply-buttons"},$t=["disabled"],i4=I({__name:"WABATemplateSelector",props:{wabaTemplates:{type:Array,required:!1,default:()=>[]},groupTemplates:{type:Array,required:!1,default:()=>[]},elevatedWindow:{type:Boolean,required:!1,default:!1},chatBackground:{type:String,default:()=>new URL("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.08'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M123.907%20103.164C123.961%20103.293%20124.085%20103.371%20124.216%20103.371C124.258%20103.371%20124.301%20103.363%20124.341%20103.346L136.396%2098.4113C136.565%2098.342%20136.647%2098.1473%20136.579%2097.9766C136.508%2097.806%20136.313%2097.7246%20136.143%2097.7946L124.089%20102.729C123.92%20102.799%20123.838%20102.993%20123.907%20103.164ZM121.761%2097.9232C121.815%2098.0519%20121.94%2098.1305%20122.071%2098.1305C122.114%2098.1305%20122.156%2098.1225%20122.197%2098.1052L134.251%2093.1699C134.421%2093.1005%20134.503%2092.9059%20134.433%2092.7352C134.363%2092.5645%20134.169%2092.4839%20133.998%2092.5525L121.945%2097.4885C121.775%2097.5579%20121.693%2097.7525%20121.761%2097.9232ZM121.372%2096.4273C121.415%2096.4273%20121.458%2096.4193%20121.5%2096.4026L133.553%2091.4673C133.724%2091.398%20133.805%2091.2033%20133.735%2091.0326C133.665%2090.862%20133.47%2090.7806%20133.3%2090.8506L121.247%2095.7853C121.076%2095.8546%20120.994%2096.0493%20121.064%2096.22C121.117%2096.3493%20121.242%2096.4273%20121.372%2096.4273ZM127.448%20111.811C127.501%20111.94%20127.624%20112.019%20127.756%20112.019C127.799%20112.019%20127.84%20112.011%20127.882%20111.993L139.936%20107.058C140.106%20106.989%20140.188%20106.794%20140.118%20106.623C140.049%20106.453%20139.853%20106.372%20139.684%20106.441L127.63%20111.377C127.46%20111.446%20127.378%20111.641%20127.448%20111.811ZM124.605%20104.867C124.658%20104.996%20124.782%20105.075%20124.914%20105.075C124.955%20105.075%20124.999%20105.067%20125.039%20105.049L137.093%20100.115C137.264%20100.045%20137.345%2099.8507%20137.276%2099.6801C137.205%2099.5094%20137.009%2099.4281%20136.841%2099.4974L124.787%20104.433C124.617%20104.502%20124.535%20104.697%20124.605%20104.867ZM20.2705%20181.009C19.3432%20182.313%2017.9672%20183.177%2016.3939%20183.443C16.0625%20183.499%2015.7265%20183.527%2015.3932%20183.527C12.4659%20183.527%209.98653%20181.431%209.49919%20178.541C8.94986%20175.289%2011.1479%20172.196%2014.4005%20171.647C14.7312%20171.591%2015.0672%20171.562%2015.4005%20171.562C18.3292%20171.562%2020.8079%20173.659%2021.2952%20176.548C21.5605%20178.121%2021.1979%20179.705%2020.2705%20181.009ZM15.4007%20170.895C15.0314%20170.895%2014.6567%20170.927%2014.2887%20170.989C10.6754%20171.6%208.2314%20175.038%208.8414%20178.652C9.38406%20181.863%2012.1401%20184.194%2015.3934%20184.194C15.7641%20184.194%2016.1381%20184.162%2016.5054%20184.101C18.2541%20183.805%2019.7841%20182.845%2020.8141%20181.395C21.8434%20179.946%2022.2487%20178.185%2021.9527%20176.437C21.4114%20173.226%2018.6554%20170.895%2015.4007%20170.895ZM126.751%20110.109C126.804%20110.238%20126.927%20110.316%20127.059%20110.316C127.101%20110.316%20127.143%20110.308%20127.185%20110.291L139.239%20105.356C139.409%20105.287%20139.491%20105.092%20139.421%20104.921C139.351%20104.751%20139.155%20104.67%20138.986%20104.739L126.933%20109.674C126.761%20109.743%20126.681%20109.938%20126.751%20110.109ZM105.967%2011.7974C106.209%2012.546%20106.618%2013.1314%20107.121%2013.438C106.618%2013.746%20106.209%2014.33%20105.967%2015.08C105.727%2014.33%20105.316%2013.746%20104.812%2013.438C105.316%2013.1314%20105.727%2012.546%20105.967%2011.7974ZM103.99%2013.6773C104.932%2013.6773%20105.729%2015.05%20105.729%2016.6753C105.729%2016.8073%20105.836%2016.9146%20105.968%2016.9146C106.1%2016.9146%20106.206%2016.8073%20106.206%2016.6753C106.206%2015.05%20107.004%2013.6773%20107.946%2013.6773C108.078%2013.6773%20108.185%2013.5706%20108.185%2013.438C108.185%2013.306%20108.078%2013.1993%20107.946%2013.1993C107.004%2013.1993%20106.206%2011.826%20106.206%2010.2013C106.206%2010.0693%20106.1%209.96265%20105.968%209.96265C105.836%209.96265%20105.729%2010.0693%20105.729%2010.2013C105.729%2011.826%20104.932%2013.1993%20103.99%2013.1993C103.858%2013.1993%20103.751%2013.306%20103.751%2013.438C103.751%2013.5706%20103.858%2013.6773%20103.99%2013.6773ZM28.0605%20113.904C27.9999%20113.925%2027.9352%20113.935%2027.8712%20113.935C27.7785%20113.935%2027.6845%20113.913%2027.6019%20113.871C27.4579%20113.799%2027.3505%20113.675%2027.3005%20113.522L26.5565%20111.287C26.4512%20110.973%2026.6219%20110.631%2026.9372%20110.526L28.4799%20110.013C28.4812%20110.011%2028.4832%20110.012%2028.4852%20110.011L61.2859%2099.0953C61.2872%2099.0947%2061.2885%2099.0927%2061.2905%2099.0927L62.8279%2098.5807C62.8892%2098.56%2062.9525%2098.5493%2063.0165%2098.5493C63.1105%2098.5493%2063.2032%2098.572%2063.2859%2098.6133C63.4305%2098.686%2063.5372%2098.8093%2063.5879%2098.962L64.3325%20101.197C64.4372%20101.511%2064.2659%20101.853%2063.9512%20101.958L46.0099%20107.929H46.0092C46.0092%20107.929%2046.0085%20107.929%2046.0085%20107.931L28.0605%20113.904ZM22.0498%2089.6186L54.2171%2078.9126L60.7585%2098.5666L28.5911%20109.273L22.0498%2089.6186ZM19.9836%2089.6034C19.6722%2089.708%2019.3242%2089.5307%2019.2222%2089.2227L18.4782%2086.99C18.4289%2086.8394%2018.4409%2086.672%2018.5109%2086.5307C18.5829%2086.3887%2018.7096%2086.2787%2018.8602%2086.2287L54.7409%2074.2867C54.8029%2074.266%2054.8669%2074.2554%2054.9316%2074.2554C55.1909%2074.2554%2055.4202%2074.4207%2055.5022%2074.6674L56.2456%2076.9007C56.3502%2077.2147%2056.1789%2077.5567%2055.8649%2077.6614L23.3429%2088.4854L21.5229%2089.0914L19.9836%2089.6034ZM56.7412%20110.711C56.9618%20110.271%2057.3378%20109.945%2057.8032%20109.79C57.9912%20109.728%2058.1872%20109.696%2058.3838%20109.696C59.1752%20109.696%2059.8745%20110.201%2060.1245%20110.952C60.4452%20111.912%2059.9232%20112.954%2058.9625%20113.273C58.0118%20113.591%2056.9538%20113.049%2056.6418%20112.111C56.4865%20111.646%2056.5232%20111.149%2056.7412%20110.711ZM48.3224%20113.045C49.1144%20113.045%2049.8144%20113.549%2050.0644%20114.301C50.3837%20115.261%2049.863%20116.303%2048.9024%20116.622C48.7144%20116.685%2048.5184%20116.717%2048.323%20116.717C47.5317%20116.717%2046.8317%20116.212%2046.5817%20115.46C46.4264%20114.995%2046.4617%20114.497%2046.681%20114.059C46.9004%20113.621%2047.2784%20113.294%2047.743%20113.139C47.931%20113.076%2048.1257%20113.045%2048.3224%20113.045ZM40.0043%20117.649C40.3243%20118.609%2039.803%20119.651%2038.8423%20119.971C37.8936%20120.288%2036.8336%20119.746%2036.521%20118.808C36.201%20117.847%2036.723%20116.807%2037.6823%20116.487C37.871%20116.425%2038.0663%20116.393%2038.2623%20116.393C39.0543%20116.393%2039.7543%20116.897%2040.0043%20117.649ZM39.1513%20115.895C38.872%20115.789%2038.574%20115.726%2038.262%20115.726C37.9946%20115.726%2037.728%20115.769%2037.4726%20115.854C36.1626%20116.289%2035.4526%20117.71%2035.888%20119.019C36.2286%20120.044%2037.1833%20120.732%2038.262%20120.732C38.53%20120.732%2038.796%20120.689%2039.0526%20120.603C40.362%20120.167%2041.0726%20118.748%2040.6366%20117.438C40.4686%20116.933%2040.1486%20116.509%2039.7393%20116.21L43.3826%20109.507L45.9033%20108.668L47.2266%20112.642C46.736%20112.881%2046.334%20113.264%2046.086%20113.761C45.786%20114.358%2045.738%20115.037%2045.9486%20115.671C46.29%20116.695%2047.244%20117.383%2048.3233%20117.383C48.5913%20117.383%2048.8566%20117.341%2049.1133%20117.255C50.4213%20116.819%2051.1326%20115.399%2050.698%20114.09C50.3566%20113.066%2049.402%20112.378%2048.3226%20112.378C48.1666%20112.378%2048.0113%20112.397%2047.858%20112.426L46.536%20108.457L49.0586%20107.618L55.996%20110.802C55.844%20111.297%2055.8426%20111.822%2056.0093%20112.321C56.35%20113.346%2057.3046%20114.035%2058.3826%20114.035C58.6506%20114.035%2058.9173%20113.992%2059.1733%20113.907C60.4826%20113.471%2061.194%20112.051%2060.758%20110.741C60.4173%20109.717%2059.4626%20109.029%2058.384%20109.029C58.1153%20109.029%2057.85%20109.073%2057.5933%20109.158C57.0393%20109.342%2056.5873%20109.713%2056.28%20110.199L49.984%20107.31L64.162%20102.591C64.8246%20102.37%2065.1853%20101.65%2064.9653%20100.987L64.2213%2098.7507C64.1146%2098.43%2063.888%2098.1693%2063.5846%2098.0173C63.2866%2097.8673%2062.9293%2097.8427%2062.6166%2097.948L61.392%2098.3553L54.85%2078.7027L56.0746%2078.2947C56.7393%2078.0733%2057.0993%2077.3533%2056.8786%2076.6893L56.1353%2074.4567C55.9193%2073.8087%2055.1826%2073.438%2054.5313%2073.654L18.6493%2085.596C18.328%2085.704%2018.0673%2085.9294%2017.916%2086.232C17.7666%2086.5307%2017.7406%2086.884%2017.8466%2087.2007L18.59%2089.434C18.7626%2089.9527%2019.2473%2090.3013%2019.7933%2090.3013C19.9293%2090.3013%2020.0646%2090.2794%2020.1946%2090.2367L21.4173%2089.8293L27.9586%20109.483L26.7266%20109.893C26.0633%20110.115%2025.7026%20110.835%2025.9233%20111.498L26.668%20113.733C26.7746%20114.054%2027%20114.315%2027.304%20114.467C27.48%20114.555%2027.6753%20114.602%2027.8713%20114.602C28.008%20114.602%2028.1433%20114.579%2028.272%20114.537L42.4553%20109.816L39.1513%20115.895ZM120.442%208.35467C120.47%208.35467%20120.5%208.35133%20120.529%208.34333L149.052%200.684C149.137%200.660667%20149.21%200.604667%20149.254%200.528667C149.298%200.452%20149.31%200.360667%20149.286%200.275333L149.212%200H148.522L148.556%200.126667L120.676%207.61333L118.632%200H117.942L120.119%208.108C120.16%208.25667%20120.294%208.35467%20120.442%208.35467ZM121.895%20115.314L120.336%20111.507L124.143%20109.948L125.701%20113.755L121.895%20115.314ZM124.634%20109.387C124.563%20109.216%20124.368%20109.134%20124.198%20109.205L119.774%20111.016C119.693%20111.049%20119.628%20111.114%20119.592%20111.196C119.56%20111.277%20119.559%20111.369%20119.591%20111.451L121.404%20115.875C121.456%20116.004%20121.582%20116.082%20121.712%20116.082C121.754%20116.082%20121.798%20116.075%20121.838%20116.058L126.262%20114.246C126.344%20114.213%20126.41%20114.148%20126.444%20114.067C126.478%20113.985%20126.478%20113.894%20126.445%20113.812L124.634%20109.387ZM119.052%20108.37L117.493%20104.563L121.3%20103.003L122.86%20106.811L119.052%20108.37ZM123.603%20106.867L121.79%20102.442C121.757%20102.36%20121.693%20102.295%20121.611%20102.261C121.529%20102.226%20121.437%20102.227%20121.356%20102.26L116.931%20104.072C116.85%20104.105%20116.784%20104.17%20116.751%20104.251C116.716%20104.333%20116.716%20104.425%20116.749%20104.507L118.561%20108.931C118.615%20109.06%20118.738%20109.138%20118.869%20109.138C118.912%20109.138%20118.953%20109.131%20118.996%20109.113L123.421%20107.302C123.59%20107.233%20123.671%20107.038%20123.603%20106.867ZM116.208%20101.425L114.648%2097.6187L115.082%2097.4414L117.444%2099.8287C117.507%2099.8934%20117.592%2099.9281%20117.68%2099.9281C117.719%2099.9281%20117.757%2099.9214%20117.795%2099.9081C117.918%2099.8627%20118.002%2099.7514%20118.012%2099.6214L118.294%2096.1261L118.456%2096.0594L120.015%2099.8667L116.208%20101.425ZM117.603%2096.4087L117.407%2098.8434L115.75%2097.168L117.603%2096.4087ZM120.759%2099.9227L118.949%2095.4981C118.915%2095.4161%20118.85%2095.3514%20118.769%2095.3174C118.687%2095.2821%20118.595%2095.2834%20118.513%2095.3161L118.355%2095.3814L118.599%2092.3501C118.614%2092.1661%20118.477%2092.0054%20118.293%2091.9914C118.105%2091.9801%20117.949%2092.1127%20117.934%2092.2967L117.663%2095.6641L115.243%2096.6554L114.977%2096.3854C114.846%2096.2554%20114.636%2096.2527%20114.505%2096.3827C114.373%2096.5127%20114.372%2096.7234%20114.503%2096.8541L114.576%2096.9287L114.089%2097.1281C113.919%2097.1974%20113.837%2097.3921%20113.907%2097.5627L115.718%20101.987C115.771%20102.115%20115.895%20102.193%20116.027%20102.193C116.069%20102.193%20116.112%20102.186%20116.153%20102.169L120.577%20100.357C120.748%20100.288%20120.829%20100.093%20120.759%2099.9227ZM138.713%20175.269C138.666%20175.091%20138.482%20174.985%20138.304%20175.033L116.977%20180.761C116.8%20180.808%20116.694%20180.991%20116.742%20181.169C116.782%20181.317%20116.916%20181.415%20117.062%20181.415C117.091%20181.415%20117.121%20181.411%20117.15%20181.403L138.477%20175.677C138.656%20175.629%20138.76%20175.446%20138.713%20175.269ZM110.913%2091.4813L115.703%2089.52L116.179%2090.682C116.345%2091.0893%20116.739%2091.3527%20117.179%2091.3527C117.32%2091.3527%20117.456%2091.326%20117.588%2091.272L127.03%2087.4067C127.297%2087.2973%20127.506%2087.0907%20127.617%2086.8247C127.727%2086.5627%20127.728%2086.2613%20127.62%2085.998L127.145%2084.8367L131.935%2082.8747L135.373%2084.3147L145.239%20108.412L143.799%20111.851L122.777%20120.457L119.339%20119.017L109.473%2094.9193L110.913%2091.4813ZM115.729%2087.2833C115.802%2087.1106%20115.937%2086.9766%20116.11%2086.906L117.25%2086.4386C117.42%2086.3693%20117.502%2086.1746%20117.432%2086.004C116.754%2084.346%20117.55%2082.4446%20119.208%2081.766C119.602%2081.604%20120.016%2081.522%20120.438%2081.522C121.764%2081.522%20122.944%2082.3153%20123.446%2083.542C123.48%2083.624%20123.544%2083.6886%20123.626%2083.7226C123.708%2083.7573%20123.799%2083.7573%20123.881%2083.724L125.02%2083.2573C125.192%2083.1866%20125.386%2083.188%20125.557%2083.2593C125.729%2083.332%20125.864%2083.4666%20125.934%2083.64L126.4%2084.7786V84.7806C126.4%2084.7813%20126.402%2084.782%20126.402%2084.7826L127.004%2086.2506C127.044%2086.352%20127.044%2086.466%20127.002%2086.5666C126.959%2086.6686%20126.88%2086.7473%20126.778%2086.7893L117.336%2090.6553C117.127%2090.7386%20116.881%2090.6346%20116.796%2090.4293L116.195%2088.96V88.9593L116.194%2088.9586L115.727%2087.82C115.657%2087.6466%20115.657%2087.456%20115.729%2087.2833ZM118.953%20119.577L122.646%20121.125C122.688%20121.143%20122.73%20121.151%20122.776%20121.151C122.818%20121.151%20122.862%20121.143%20122.902%20121.127L144.178%20112.415C144.26%20112.381%20144.326%20112.317%20144.361%20112.235L145.907%20108.543C145.942%20108.461%20145.942%20108.369%20145.908%20108.287L135.938%2083.9346C135.904%2083.8526%20135.839%2083.7872%20135.758%2083.7532L132.064%2082.2066C131.982%2082.1712%20131.892%2082.1726%20131.81%2082.2052L126.892%2084.2192L126.552%2083.3872C126.414%2083.0492%20126.152%2082.7859%20125.814%2082.6446C125.48%2082.5039%20125.102%2082.5026%20124.768%2082.6399L123.924%2082.9859C123.257%2081.6819%20121.923%2080.8552%20120.438%2080.8552C119.928%2080.8552%20119.43%2080.9546%20118.955%2081.1486C117.06%2081.9246%20116.1%2084.0239%20116.701%2085.9426L115.858%2086.2886C115.52%2086.4272%20115.256%2086.6886%20115.115%2087.0252C114.974%2087.3626%20114.972%2087.7346%20115.11%2088.0726L115.451%2088.9032L110.532%2090.9166C110.451%2090.9506%20110.386%2091.0152%20110.352%2091.0966L108.804%2094.7892C108.771%2094.8706%20108.769%2094.9626%20108.803%2095.0446L118.774%20119.397C118.808%20119.479%20118.871%20119.544%20118.953%20119.577ZM118.004%20184.917C118.032%20184.917%20118.062%20184.913%20118.091%20184.905L139.418%20179.177C139.596%20179.13%20139.702%20178.947%20139.654%20178.769C139.606%20178.592%20139.424%20178.487%20139.245%20178.534L117.918%20184.261C117.74%20184.309%20117.635%20184.493%20117.682%20184.67C117.723%20184.818%20117.857%20184.917%20118.004%20184.917ZM160.928%2073.7073L156.495%2071.4886L160.949%2062.5913L165.382%2064.8106L160.928%2073.7073ZM165.978%2064.3633L160.949%2061.8459C160.783%2061.7633%20160.585%2061.8306%20160.501%2061.9946L155.75%2071.4886C155.71%2071.5673%20155.703%2071.6586%20155.731%2071.7426C155.758%2071.8266%20155.819%2071.8959%20155.897%2071.9359L160.927%2074.4526C160.975%2074.4766%20161.026%2074.4879%20161.077%2074.4879C161.199%2074.4879%20161.315%2074.4199%20161.375%2074.3033L166.127%2064.8106C166.167%2064.7319%20166.173%2064.6399%20166.145%2064.5559C166.117%2064.4719%20166.057%2064.4033%20165.978%2064.3633ZM21.3452%20181.772C20.2159%20183.361%2018.5359%20184.415%2016.6146%20184.741C16.2086%20184.809%2015.7959%20184.843%2015.3899%20184.843C11.8212%20184.843%208.7979%20182.285%208.20124%20178.761C7.53124%20174.794%2010.2132%20171.02%2014.1812%20170.349C14.5872%20170.281%2014.9992%20170.245%2015.4066%20170.245C18.9752%20170.245%2021.9972%20172.804%2022.5919%20176.328C22.9179%20178.25%2022.4752%20180.184%2021.3452%20181.772ZM18.6112%20192.519C18.6612%20192.811%2018.4625%20193.09%2018.1699%20193.139L17.9025%20193.185C17.6059%20193.235%2017.3319%20193.034%2017.2825%20192.744L16.5479%20188.399L17.8772%20188.174L18.6112%20192.519ZM16.0557%20185.482C16.2797%20185.463%2016.5037%20185.435%2016.7257%20185.398C16.949%20185.36%2017.167%20185.309%2017.3837%20185.253L17.7657%20187.517L16.4377%20187.742L16.0557%20185.482ZM15.4073%20169.579C14.9626%20169.579%2014.5126%20169.617%2014.0706%20169.691C9.74127%20170.425%206.81327%20174.543%207.5446%20178.871C8.19593%20182.716%2011.4913%20185.507%2015.3846%20185.509L16.6259%20192.855C16.7246%20193.437%2017.2233%20193.859%2017.8126%20193.859C17.8793%20193.859%2017.9473%20193.854%2018.0153%20193.843L18.2826%20193.797C18.9379%20193.686%2019.3799%20193.062%2019.2693%20192.408L18.4799%20187.734L18.0273%20185.056C19.5753%20184.518%2020.9206%20183.522%2021.8899%20182.159C23.1219%20180.425%2023.6053%20178.315%2023.2506%20176.217C22.6006%20172.371%2019.3019%20169.579%2015.4073%20169.579ZM25.2285%2059.7387C25.0452%2059.7527%2024.9079%2059.9127%2024.9219%2060.0967L25.2479%2064.3934C25.2605%2064.5687%2025.4065%2064.7014%2025.5799%2064.7014C25.5879%2064.7014%2025.5965%2064.7014%2025.6045%2064.7007C25.7879%2064.6867%2025.9259%2064.526%2025.9119%2064.3427L25.5865%2060.046C25.5719%2059.862%2025.4119%2059.7234%2025.2285%2059.7387ZM86.6365%2034.66C86.4525%2034.6747%2086.3145%2034.8347%2086.3292%2035.0187L86.6152%2038.7873C86.6285%2038.9627%2086.7745%2039.0953%2086.9472%2039.0953C86.9552%2039.0953%2086.9632%2039.0953%2086.9725%2039.0947C87.1559%2039.08%2087.2939%2038.92%2087.2799%2038.7367L86.9939%2034.9674C86.9799%2034.7833%2086.8145%2034.6394%2086.6365%2034.66ZM21.3713%2059.244L20.0079%2063.6733C19.9539%2063.85%2020.0526%2064.036%2020.2286%2064.09C20.2613%2064.1007%2020.2939%2064.1047%2020.3266%2064.1047C20.4693%2064.1047%2020.6013%2064.0133%2020.6453%2063.87L22.0086%2059.4407C22.0633%2059.2647%2021.9646%2059.078%2021.7879%2059.024C21.6119%2058.9687%2021.4253%2059.0693%2021.3713%2059.244ZM14.4836%20128.862L14.7243%20128.563C14.8383%20128.419%2014.8129%20128.209%2014.6696%20128.095C14.5256%20127.98%2014.3156%20128.005%2014.2016%20128.149L13.9656%20128.443C13.5483%20128.958%2013.1169%20129.492%2012.8669%20130.102C12.6023%20130.753%2012.5623%20131.537%2012.7489%20132.431C12.7983%20132.668%2012.8569%20132.905%2012.9156%20133.139C13.0449%20133.659%2013.1669%20134.149%2013.1836%20134.63C13.2043%20135.233%2013.0043%20135.862%2012.6043%20136.447C12.5003%20136.599%2012.5389%20136.806%2012.6909%20136.91C12.7489%20136.949%2012.8129%20136.968%2012.8789%20136.968C12.9849%20136.968%2013.0896%20136.917%2013.1536%20136.823C13.6343%20136.121%2013.8749%20135.354%2013.8496%20134.607C13.8309%20134.055%2013.6943%20133.508%2013.5623%20132.978C13.5063%20132.751%2013.4496%20132.523%2013.4009%20132.295C13.2416%20131.533%2013.2709%20130.88%2013.4843%20130.353C13.6969%20129.835%2014.0796%20129.362%2014.4836%20128.862ZM18.0741%2057.7339L15.3881%2061.1039C15.2735%2061.2479%2015.2968%2061.4579%2015.4415%2061.5726C15.5028%2061.6219%2015.5761%2061.6453%2015.6481%2061.6453C15.7468%2061.6453%2015.8435%2061.6026%2015.9101%2061.5199L18.5948%2058.1493C18.7095%2058.0053%2018.6855%2057.7959%2018.5421%2057.6813C18.3981%2057.5646%2018.1888%2057.5899%2018.0741%2057.7339ZM146.602%2066.5374L142.169%2064.318L145.452%2057.7554L149.887%2059.9754L146.602%2066.5374ZM150.482%2059.5279L145.453%2057.0099C145.374%2056.9699%20145.283%2056.9645%20145.199%2056.9919C145.115%2057.0199%20145.046%2057.0792%20145.006%2057.1585L141.423%2064.3179C141.34%2064.4825%20141.408%2064.6825%20141.572%2064.7652L146.602%2067.2825C146.648%2067.3065%20146.7%2067.3179%20146.751%2067.3179C146.872%2067.3179%20146.99%2067.2499%20147.049%2067.1332L150.632%2059.9752C150.714%2059.8105%20150.647%2059.6105%20150.482%2059.5279ZM34.1854%2046.196L32.4514%2047.114C32.4508%2047.1146%2032.4494%2047.114%2032.4494%2047.1146L32.4474%2047.1166L14.8921%2056.4086C13.6248%2054.2186%2012.9294%2049.3586%2014.5314%2046.7246L14.9861%2046.484C14.9868%2046.4833%2014.9881%2046.484%2014.9894%2046.4833L25.9228%2040.6953C25.9234%2040.6953%2025.9248%2040.6946%2025.9248%2040.694L26.3814%2040.4526C29.4608%2040.6093%2033.0881%2043.9166%2034.1854%2046.196ZM37.3816%2055.0626C38.0716%2055.2773%2038.3036%2055.7186%2038.0916%2056.4099C37.3576%2058.7939%2036.1356%2062.7653%2035.9036%2063.5173L34.557%2064.2299L36.7343%2057.1566C36.9543%2056.4393%2036.713%2055.9826%2035.999%2055.7593L29.377%2053.6913C29.5916%2053.3893%2029.7796%2053.0706%2029.943%2052.7393L37.3816%2055.0626ZM38.1545%2063.0794C38.4152%2062.9421%2038.7079%2062.8694%2039.0025%2062.8694C39.3619%2062.8694%2039.7105%2062.9754%2040.0092%2063.1754L43.8465%2065.7607L27.7025%2074.3054C27.7012%2074.3061%2027.6999%2074.3067%2027.6985%2074.3067L27.6865%2074.2954L27.7239%2069.6781C27.7285%2069.0114%2028.0985%2068.4034%2028.6879%2068.0914L38.1545%2063.0794ZM26.6262%2055.2453C24.3908%2056.4293%2021.6728%2056.1627%2019.7148%2054.61L29.9868%2049.1733C30.1702%2051.6653%2028.8615%2054.0627%2026.6262%2055.2453ZM14.1396%2042.056C13.8023%2040.452%2014.1476%2038.9133%2015.1143%2037.7233C16.077%2036.5366%2017.5563%2035.8273%2019.0703%2035.8273C20.0416%2035.8273%2021.467%2036.1173%2022.7316%2037.494L25.2356%2040.3046L15.053%2045.694L14.1396%2042.056ZM34.3133%2050.6374C34.3919%2050.5961%2034.4753%2050.5754%2034.5619%2050.5754C34.7613%2050.5754%2034.9439%2050.6848%2035.0359%2050.8594C35.1746%2051.1208%2035.0739%2051.4454%2034.8133%2051.5834C34.5573%2051.7188%2034.2239%2051.6141%2034.0899%2051.3608C33.9526%2051.1008%2034.0526%2050.7754%2034.3133%2050.6374ZM26.1498%2039.8213L25.8424%2039.9833L23.2271%2037.0466C22.1091%2035.8306%2020.6331%2035.1606%2019.0704%2035.1606C17.3571%2035.1606%2015.6851%2035.962%2014.5964%2037.3033C13.5018%2038.6526%2013.1071%2040.3886%2013.4898%2042.206L14.4464%2046.0153L14.1398%2046.1773C14.0884%2046.2046%2014.0458%2046.2446%2014.0144%2046.294C12.1224%2049.274%2012.9898%2054.778%2014.4964%2057.0333C14.5604%2057.1293%2014.6658%2057.182%2014.7738%2057.182C14.8271%2057.182%2014.8798%2057.1693%2014.9298%2057.1433L19.0838%2054.9446C20.3798%2056.0626%2022.0104%2056.6486%2023.6604%2056.6486C24.7798%2056.6486%2025.9058%2056.3813%2026.9384%2055.8353C27.7104%2055.4266%2028.3791%2054.884%2028.9324%2054.2513L35.8004%2056.396C36.1611%2056.5086%2036.2084%2056.5986%2036.0964%2056.9606L33.7238%2064.6713L28.3764%2067.502C27.5704%2067.9293%2027.0651%2068.7606%2027.0578%2069.6726L27.0204%2074.29C27.0184%2074.5266%2027.1438%2074.7513%2027.3464%2074.8746C27.4531%2074.9393%2027.5744%2074.9733%2027.6991%2074.9733C27.8091%2074.9733%2027.9198%2074.946%2028.0158%2074.8946L44.1604%2066.35C44.3698%2066.238%2044.5071%2066.0213%2044.5191%2065.7846C44.5318%2065.548%2044.4164%2065.3186%2044.2191%2065.186L40.3798%2062.6206C39.6371%2062.1233%2038.6344%2062.0726%2037.8431%2062.4906L36.7371%2063.076C37.1751%2061.6553%2038.1198%2058.584%2038.7278%2056.6066C39.0484%2055.5653%2038.6198%2054.75%2037.5804%2054.426L30.2084%2052.124C30.5998%2051.0953%2030.7518%2049.9726%2030.6211%2048.8373L32.4671%2047.8606L33.7318%2050.2506C33.3584%2050.6133%2033.2464%2051.19%2033.5018%2051.672C33.7104%2052.0673%2034.1171%2052.3126%2034.5638%2052.3126C34.7591%2052.3126%2034.9531%2052.264%2035.1258%2052.1726C35.7111%2051.8626%2035.9358%2051.134%2035.6264%2050.548C35.3798%2050.0833%2034.8291%2049.8466%2034.3231%2049.942L33.0564%2047.548L34.7724%2046.64C34.9231%2046.56%2034.9898%2046.3786%2034.9258%2046.22C33.9078%2043.7053%2029.8438%2039.8946%2026.3158%2039.7826C26.2618%2039.7793%2026.2004%2039.794%2026.1498%2039.8213ZM153.765%2070.1219L149.332%2067.9026L154.44%2057.6973L158.873%2059.9166L153.765%2070.1219ZM159.638%2059.662C159.61%2059.578%20159.55%2059.5093%20159.47%2059.4693L154.441%2056.952C154.276%2056.8687%20154.076%2056.9367%20153.994%2057.1013L148.587%2067.9027C148.547%2067.9813%20148.54%2068.0733%20148.568%2068.1573C148.596%2068.2413%20148.656%2068.31%20148.736%2068.35L153.766%2070.8673C153.813%2070.8913%20153.864%2070.9027%20153.914%2070.9027C154.036%2070.9027%20154.154%2070.8347%20154.212%2070.718L159.619%2059.9167C159.659%2059.838%20159.666%2059.746%20159.638%2059.662ZM141.065%2031.1199C141.091%2031.1199%20141.116%2031.1212%20141.143%2031.1239C141.535%2031.1659%20141.821%2031.5199%20141.779%2031.9119C141.736%2032.3025%20141.403%2032.5852%20140.99%2032.5479C140.8%2032.5272%20140.63%2032.4345%20140.509%2032.2852C140.389%2032.1359%20140.334%2031.9499%20140.355%2031.7599C140.393%2031.3952%20140.699%2031.1199%20141.065%2031.1199ZM140.921%2033.2106C140.97%2033.2152%20141.021%2033.2179%20141.07%2033.2179C141.778%2033.2179%20142.367%2032.6866%20142.442%2031.9826C142.524%2031.2246%20141.973%2030.5426%20141.214%2030.4612C140.442%2030.3772%20139.772%2030.9366%20139.693%2031.6892C139.652%2032.0559%20139.758%2032.4166%20139.992%2032.7039C140.224%2032.9919%20140.554%2033.1712%20140.921%2033.2106ZM110.413%2056.0646L113.293%2029.0546C113.377%2028.26%20113.767%2027.546%20114.389%2027.0433C115.01%2026.5413%20115.793%2026.3093%20116.586%2026.396L123.7%2027.1546L123.395%2030.0146L117.743%2029.4113C116.868%2029.318%20116.088%2029.9526%20115.995%2030.8233L113.651%2052.8126C113.607%2053.2346%20113.728%2053.6486%20113.995%2053.9786C114.261%2054.3086%20114.641%2054.516%20115.062%2054.56L129.195%2056.0673C129.253%2056.0733%20129.31%2056.076%20129.366%2056.076C129.727%2056.076%20130.077%2055.954%20130.363%2055.7233C130.692%2055.4566%20130.897%2055.0773%20130.944%2054.656L132.393%2041.048L135.254%2041.3533L133.423%2058.518C133.339%2059.3126%20132.949%2060.0266%20132.328%2060.5286C131.705%2061.0313%20130.924%2061.2606%20130.13%2061.176L113.071%2059.358C112.287%2059.274%20111.555%2058.8753%20111.06%2058.2626C110.559%2057.6393%20110.328%2056.8593%20110.413%2056.0646ZM123.597%2038.9547C124.255%2039.7701%20125.193%2040.2807%20126.235%2040.3914L127.149%2040.4894L126.195%2044.8827C126.163%2045.0281%20126.23%2045.1767%20126.362%2045.2474C126.412%2045.2741%20126.467%2045.2874%20126.52%2045.2874C126.607%2045.2874%20126.694%2045.2527%20126.757%2045.1874L130.971%2040.8967L131.729%2040.9781L130.281%2054.5847C130.254%2054.8294%20130.133%2055.0501%20129.943%2055.2047C129.751%2055.3594%20129.508%2055.4287%20129.265%2055.4047L115.132%2053.8974C114.887%2053.8714%20114.668%2053.7514%20114.513%2053.5601C114.359%2053.3687%20114.287%2053.1281%20114.313%2052.8827L116.657%2030.8934C116.711%2030.3881%20117.169%2030.0214%20117.671%2030.0747L123.324%2030.6774L122.749%2036.0734C122.637%2037.1154%20122.939%2038.1387%20123.597%2038.9547ZM124.397%2026.8946V26.892L124.694%2024.1253C124.87%2022.4646%20126.26%2021.2126%20127.928%2021.2126C128.045%2021.2126%20128.161%2021.218%20128.278%2021.2306L145.692%2023.088C147.478%2023.2786%20148.778%2024.886%20148.587%2026.6726L147.306%2038.6906C147.116%2040.4666%20145.533%2041.776%20143.721%2041.5853L135.657%2040.726C135.656%2040.726%20135.656%2040.7253%20135.656%2040.7253H135.653L130.881%2040.2166C130.778%2040.2053%20130.678%2040.242%20130.608%2040.3146L127.091%2043.896L127.881%2040.2686C127.9%2040.176%20127.881%2040.0786%20127.825%2040.002C127.77%2039.926%20127.684%2039.876%20127.59%2039.866L126.306%2039.7286C125.441%2039.6366%20124.664%2039.2133%20124.116%2038.536C123.57%2037.8586%20123.32%2037.0093%20123.412%2036.1433L124.397%2026.8946ZM113.002%2060.0206L130.061%2061.8386C130.193%2061.8533%20130.325%2061.86%20130.455%2061.86C131.288%2061.86%20132.09%2061.578%20132.747%2061.048C133.507%2060.434%20133.982%2059.56%20134.087%2058.588L135.917%2041.424L143.65%2042.248C143.792%2042.2633%20143.933%2042.2706%20144.072%2042.2706C146.081%2042.2706%20147.756%2040.762%20147.969%2038.7613L149.251%2026.7426C149.48%2024.592%20147.916%2022.6546%20145.763%2022.4253L128.349%2020.568C126.169%2020.3406%20124.259%2021.9166%20124.032%2024.0546L123.771%2026.492L116.657%2025.7333C115.687%2025.628%20114.73%2025.9106%20113.971%2026.5246C113.21%2027.1386%20112.733%2028.0126%20112.631%2028.9846L109.751%2055.994C109.647%2056.9653%20109.927%2057.92%20110.542%2058.6813C111.156%2059.4406%20112.029%2059.9166%20113.002%2060.0206ZM119.806%2083.2254C119.845%2083.2094%20119.888%2083.2014%20119.929%2083.2014C120.063%2083.2014%20120.182%2083.2807%20120.232%2083.4041C120.266%2083.4854%20120.266%2083.5747%20120.231%2083.6554C120.198%2083.7354%20120.136%2083.7981%20120.054%2083.8307C119.888%2083.9021%20119.694%2083.8154%20119.627%2083.6521C119.559%2083.4854%20119.64%2083.2941%20119.806%2083.2254ZM119.929%2084.522C120.06%2084.522%20120.186%2084.4973%20120.308%2084.448C120.553%2084.3473%20120.745%2084.1573%20120.846%2083.912C120.95%2083.6673%20120.95%2083.3973%20120.85%2083.1513C120.647%2082.6587%20120.056%2082.4067%20119.554%2082.608C119.047%2082.8167%20118.802%2083.398%20119.009%2083.9047C119.164%2084.28%20119.525%2084.522%20119.929%2084.522ZM23.6239%20152.298C23.1852%20154.274%2021.3985%20155.709%2019.3772%20155.709C19.0605%20155.709%2018.7405%20155.674%2018.4272%20155.604L15.1025%20154.866L15.7785%20153.419L18.7659%20154.083C18.9692%20154.128%2019.1719%20154.149%2019.3725%20154.149C20.6545%20154.149%2021.8139%20153.261%2022.1025%20151.958C22.4312%20150.479%2021.5005%20148.987%2020.0212%20148.631L18.2019%20148.227L18.6532%20147.261L18.8772%20146.78L20.3165%20147.101C21.4532%20147.353%2022.4219%20148.032%2023.0465%20149.014C23.6719%20149.995%2023.8765%20151.161%2023.6239%20152.298ZM17.9124%20148.845L19.8704%20149.281C20.9931%20149.551%2021.7011%20150.687%2021.4511%20151.814C21.1971%20152.961%2020.0591%20153.687%2018.9097%20153.432L16.0664%20152.8L17.9124%20148.845ZM20.4607%20146.449L19.166%20146.161L20.502%20143.299C20.634%20143.016%2020.6313%20142.691%2020.4913%20142.411C20.354%20142.13%2020.0987%20141.929%2019.7933%20141.861L8.418%20139.333L0%20137.463V138.146L5.34333%20139.333L19.6487%20142.512C19.756%20142.536%2019.846%20142.607%2019.894%20142.705C19.9433%20142.804%2019.944%20142.917%2019.8973%20143.017L12.9647%20157.867C12.5373%20158.783%2011.4893%20159.303%2010.4987%20159.082L8.102%20158.549L0%20156.749V157.433L7.39867%20159.077L9.97933%20159.65L9.72933%20160.781C9.69133%20160.953%209.588%20161.101%209.43867%20161.195C9.29133%20161.289%209.112%20161.322%208.94067%20161.283L0%20159.297V159.98L8.796%20161.935C8.89067%20161.955%208.98667%20161.965%209.084%20161.965C9.33733%20161.965%209.58333%20161.894%209.796%20161.758C10.096%20161.567%2010.3033%20161.271%2010.38%20160.925L10.6387%20159.764C10.7513%20159.778%2010.8627%20159.801%2010.9753%20159.801C12.082%20159.801%2013.1%20159.153%2013.5687%20158.15L14.8127%20155.484L18.2827%20156.255C18.6433%20156.335%2019.0107%20156.376%2019.3767%20156.376C21.708%20156.376%2023.768%20154.721%2024.2747%20152.442C24.5653%20151.132%2024.3293%20149.788%2023.6093%20148.656C22.8893%20147.524%2021.7707%20146.741%2020.4607%20146.449ZM121.871%2056.9519C121.898%2056.9519%20121.926%2056.9539%20121.952%2056.9566C122.368%2057.0006%20122.67%2057.3752%20122.626%2057.7906C122.582%2058.2026%20122.21%2058.5039%20121.794%2058.4612C121.591%2058.4392%20121.412%2058.3412%20121.284%2058.1846C121.158%2058.0266%20121.1%2057.8299%20121.12%2057.6292C121.162%2057.2426%20121.485%2056.9519%20121.871%2056.9519ZM121.723%2059.124C121.775%2059.1293%20121.826%2059.132%20121.875%2059.132C122.604%2059.132%20123.212%2058.5854%20123.288%2057.8607C123.372%2057.08%20122.805%2056.3773%20122.025%2056.294C121.228%2056.2147%20120.542%2056.7827%20120.458%2057.5587C120.375%2058.3387%20120.943%2059.0407%20121.723%2059.124ZM130.955%2030.042C130.98%2030.042%20131.006%2030.0433%20131.032%2030.046C131.424%2030.088%20131.709%2030.4413%20131.668%2030.834C131.626%2031.224%20131.28%2031.5173%20130.88%2031.47C130.488%2031.428%20130.202%2031.0747%20130.244%2030.682C130.283%2030.3173%20130.589%2030.042%20130.955%2030.042ZM130.81%2032.1326C130.859%2032.138%20130.909%2032.1406%20130.956%2032.1406C131.665%2032.1406%20132.255%2031.6093%20132.331%2030.9046C132.411%2030.1473%20131.861%2029.4646%20131.103%2029.3826C130.333%2029.3%20129.662%2029.858%20129.582%2030.6113C129.501%2031.3693%20130.052%2032.0513%20130.81%2032.1326ZM162.6%2077.1665L138.948%2065.3265L146.157%2050.9265L168.858%2062.2898L169.809%2062.7658L162.6%2077.1665ZM163.739%2078.4827C163.835%2078.53%20163.906%2078.612%20163.94%2078.714C163.974%2078.8154%20163.966%2078.924%20163.918%2079.02L163.091%2080.672C163.023%2080.8087%20162.885%2080.8934%20162.731%2080.8934C162.671%2080.8934%20162.61%2080.8794%20162.553%2080.8514L151.471%2075.3034C151.471%2075.3034%20151.47%2075.3027%20151.469%2075.3027L136.021%2067.57C135.926%2067.5227%20135.854%2067.4387%20135.82%2067.338C135.787%2067.2387%20135.795%2067.1274%20135.841%2067.0327L136.671%2065.3807C136.738%2065.2434%20136.876%2065.1587%20137.029%2065.1587C137.091%2065.1587%20137.15%2065.1734%20137.207%2065.2014L138.348%2065.772C138.349%2065.7727%20138.35%2065.774%20138.351%2065.7747L162.599%2077.9127C162.601%2077.9134%20162.602%2077.9127%20162.603%2077.9134L163.739%2078.4827ZM145.019%2049.6113C144.923%2049.564%20144.853%2049.482%20144.819%2049.3806C144.785%2049.2786%20144.793%2049.17%20144.841%2049.0746L145.667%2047.424C145.735%2047.2873%20145.871%2047.2026%20146.026%2047.2026C146.088%2047.2026%20146.147%2047.2166%20146.203%2047.2446L172.729%2060.5226C172.825%2060.5706%20172.896%2060.6526%20172.929%2060.754C172.963%2060.8553%20172.955%2060.9646%20172.908%2061.06L172.082%2062.7106C171.985%2062.9026%20171.739%2062.986%20171.545%2062.8893L170.405%2062.3193V62.3186L146.157%2050.1813H146.157L145.019%2049.6113ZM154.125%2081.7688C154.338%2081.7688%20154.543%2081.8175%20154.736%2081.9135C155.41%2082.2515%20155.684%2083.0755%20155.346%2083.7488C155.018%2084.4061%20154.174%2084.6915%20153.51%2084.3601C153.184%2084.1968%20152.941%2083.9155%20152.826%2083.5695C152.71%2083.2228%20152.737%2082.8521%20152.9%2082.5241C153.134%2082.0581%20153.603%2081.7688%20154.125%2081.7688ZM147.908%2080.0261C147.58%2080.6835%20146.734%2080.9695%20146.072%2080.6375C145.398%2080.2995%20145.124%2079.4761%20145.462%2078.8015C145.696%2078.3355%20146.165%2078.0461%20146.687%2078.0461C146.9%2078.0461%20147.106%2078.0948%20147.298%2078.1908C147.972%2078.5288%20148.246%2079.3521%20147.908%2080.0261ZM140.471%2076.3032C140.143%2076.9598%20139.299%2077.2458%20138.635%2076.9138C137.961%2076.5765%20137.687%2075.7532%20138.025%2075.0778C138.257%2074.6118%20138.727%2074.3225%20139.249%2074.3225C139.463%2074.3225%20139.668%2074.3712%20139.86%2074.4672C140.534%2074.8052%20140.809%2075.6292%20140.471%2076.3032ZM171.247%2063.4859C171.394%2063.5593%20171.559%2063.5986%20171.723%2063.5986C172.13%2063.5986%20172.496%2063.3726%20172.677%2063.0086L173.505%2061.3579C173.632%2061.1033%20173.652%2060.8139%20173.562%2060.5439C173.473%2060.2726%20173.283%2060.0539%20173.028%2059.9266L146.503%2046.6486C145.987%2046.3913%20145.325%2046.6146%20145.07%2047.1259L144.245%2048.7759C144.117%2049.0313%20144.095%2049.3206%20144.186%2049.5906C144.276%2049.8613%20144.466%2050.0799%20144.721%2050.2079L145.561%2050.6286L138.352%2065.0286L137.505%2064.6046C136.992%2064.3486%20136.329%2064.5713%20136.074%2065.0819L135.246%2066.7346C135.12%2066.9859%20135.099%2067.2826%20135.188%2067.5486C135.277%2067.8166%20135.473%2068.0413%20135.723%2068.1659L146.045%2073.3333L141.07%2074.8046C140.881%2074.4153%20140.575%2074.0793%20140.159%2073.8713C139.873%2073.7279%20139.567%2073.6559%20139.25%2073.6559C138.474%2073.6559%20137.776%2074.0866%20137.428%2074.7799C136.926%2075.7833%20137.335%2077.0086%20138.337%2077.5106C138.622%2077.6539%20138.928%2077.7259%20139.247%2077.7259C140.023%2077.7259%20140.721%2077.2953%20141.067%2076.6019C141.255%2076.2293%20141.313%2075.8266%20141.266%2075.4413L146.919%2073.7699L148.693%2074.6586L147.281%2077.4793C147.089%2077.4199%20146.892%2077.3793%20146.687%2077.3793C145.911%2077.3793%20145.213%2077.8099%20144.866%2078.5033C144.365%2079.5059%20144.772%2080.7306%20145.775%2081.2339C146.061%2081.3766%20146.367%2081.4493%20146.685%2081.4493C147.461%2081.4493%20148.158%2081.0186%20148.505%2080.3246C148.955%2079.424%20148.669%2078.3493%20147.879%2077.7739L149.289%2074.9573L151.063%2075.8453L153.114%2081.3719C152.773%2081.5673%20152.488%2081.8573%20152.305%2082.2253C152.061%2082.7126%20152.021%2083.2639%20152.193%2083.7793C152.365%2084.2953%20152.727%2084.7133%20153.213%2084.9566C153.499%2085.0999%20153.805%2085.1719%20154.121%2085.1719C154.897%2085.1719%20155.595%2084.7413%20155.943%2084.0473C156.445%2083.0446%20156.036%2081.8199%20155.033%2081.3173C154.749%2081.1739%20154.443%2081.1019%20154.125%2081.1019C153.993%2081.1019%20153.865%2081.1186%20153.739%2081.1419L151.937%2076.2826L162.255%2081.4473C162.403%2081.5206%20162.567%2081.5599%20162.731%2081.5599C163.139%2081.5599%20163.505%2081.3339%20163.687%2080.9699L164.514%2079.3179C164.642%2079.0626%20164.663%2078.7733%20164.573%2078.5033C164.482%2078.2326%20164.293%2078.0139%20164.037%2077.8859L163.197%2077.4646L170.404%2063.0639L171.247%2063.4859ZM136.01%2030.5808C136.035%2030.5808%20136.061%2030.5821%20136.087%2030.5848C136.479%2030.6275%20136.765%2030.9808%20136.724%2031.3735C136.682%2031.7635%20136.336%2032.0495%20135.936%2032.0095C135.543%2031.9668%20135.257%2031.6135%20135.3%2031.2208C135.338%2030.8561%20135.644%2030.5808%20136.01%2030.5808ZM135.866%2032.6721C135.916%2032.6774%20135.965%2032.6801%20136.013%2032.6801C136.721%2032.6801%20137.311%2032.1487%20137.387%2031.4434C137.467%2030.6861%20136.917%2030.0034%20136.159%2029.9221C135.388%2029.8387%20134.718%2030.3974%20134.638%2031.1507C134.557%2031.9087%20135.107%2032.5907%20135.866%2032.6721ZM41.7908%2086.2014L46.4441%20100.181L40.2728%20102.234L35.6201%2088.2554L41.7908%2086.2014ZM39.7462%20102.761C39.7928%20102.9%2039.9228%20102.989%2040.0622%20102.989C40.0975%20102.989%2040.1328%20102.983%2040.1682%20102.972L46.9715%20100.708C47.0555%20100.679%2047.1248%20100.62%2047.1642%20100.541C47.2035%20100.462%2047.2102%20100.37%2047.1822%20100.286L42.3188%2085.6748C42.2608%2085.5008%2042.0715%2085.4061%2041.8975%2085.4641L35.0942%2087.7281C35.0102%2087.7561%2034.9415%2087.8161%2034.9008%2087.8954C34.8622%2087.9741%2034.8555%2088.0661%2034.8828%2088.1501L39.7462%20102.761ZM50.6694%20199.047C50.3447%20199.047%2050.082%20198.783%2050.082%20198.46C50.082%20198.136%2050.3447%20197.873%2050.6694%20197.873C50.9914%20197.873%2051.2554%20198.136%2051.2554%20198.46C51.2554%20198.783%2050.9914%20199.047%2050.6694%20199.047ZM50.669%20197.206C49.977%20197.206%2049.415%20197.769%2049.415%20198.46C49.415%20199.151%2049.977%20199.714%2050.669%20199.714C51.3597%20199.714%2051.9217%20199.151%2051.9217%20198.46C51.9217%20197.769%2051.3597%20197.206%2050.669%20197.206ZM100.841%20157.974L99.9111%20154.917L102.968%20153.987L103.897%20157.043L100.841%20157.974ZM103.508%20153.473C103.482%20153.389%20103.424%20153.317%20103.346%20153.276C103.268%20153.234%20103.176%20153.225%20103.092%20153.251L99.3982%20154.377C99.2229%20154.431%2099.1236%20154.617%2099.1762%20154.793L100.302%20158.487C100.327%20158.572%20100.386%20158.643%20100.463%20158.685C100.512%20158.711%20100.566%20158.723%20100.62%20158.723C100.653%20158.723%20100.686%20158.719%20100.718%20158.709L104.412%20157.584C104.588%20157.53%20104.688%20157.344%20104.634%20157.168L103.508%20153.473ZM106.273%20140.119L107.203%20143.175L104.147%20144.105L103.217%20141.049L106.273%20140.119ZM103.606%20144.619C103.631%20144.703%20103.69%20144.774%20103.767%20144.816C103.816%20144.842%20103.869%20144.855%20103.924%20144.855C103.957%20144.855%20103.99%20144.851%20104.021%20144.841L107.716%20143.715C107.893%20143.661%20107.991%20143.475%20107.938%20143.299L106.813%20139.605C106.759%20139.429%20106.573%20139.331%20106.397%20139.383L102.702%20140.508C102.618%20140.534%20102.547%20140.592%20102.505%20140.67C102.464%20140.748%20102.454%20140.839%20102.48%20140.924L103.606%20144.619ZM108.063%20146.004L108.995%20149.061L105.938%20149.991L105.007%20146.935L108.063%20146.004ZM104.298%20146.555C104.256%20146.633%20104.247%20146.725%20104.273%20146.809L105.397%20150.504C105.442%20150.648%20105.574%20150.741%20105.717%20150.741C105.749%20150.741%20105.782%20150.735%20105.813%20150.726L109.507%20149.602C109.592%20149.576%20109.664%20149.518%20109.705%20149.439C109.747%20149.361%20109.756%20149.27%20109.73%20149.186L108.605%20145.491C108.552%20145.315%20108.367%20145.215%20108.19%20145.269L104.495%20146.393C104.411%20146.419%20104.339%20146.477%20104.298%20146.555ZM92.1621%20154.185L91.2314%20151.129L94.2881%20150.198L95.2188%20153.254L92.1621%20154.185ZM95.9289%20153.633C95.9709%20153.555%2095.9803%20153.464%2095.9543%20153.379L94.8296%20149.685C94.7756%20149.509%2094.5896%20149.411%2094.4129%20149.463L90.7189%20150.587C90.6343%20150.613%2090.5636%20150.671%2090.5216%20150.749C90.4803%20150.827%2090.4709%20150.919%2090.4969%20151.003L91.6209%20154.698C91.6469%20154.783%2091.7056%20154.853%2091.7836%20154.895C91.8323%20154.921%2091.8863%20154.935%2091.9403%20154.935C91.9729%20154.935%2092.0056%20154.929%2092.0376%20154.92L95.7316%20153.795C95.8163%20153.769%2095.8876%20153.711%2095.9289%20153.633ZM67.7397%20183.847C67.7397%20179.287%2065.963%20175.001%2062.7397%20171.776C59.515%20168.552%2055.2283%20166.777%2050.6697%20166.777C46.1097%20166.777%2041.8223%20168.552%2038.5977%20171.776C35.3737%20175%2033.5977%20179.287%2033.5977%20183.847C33.5977%20188.407%2035.3737%20192.694%2038.5977%20195.917C40.469%20197.789%2042.6997%20199.169%2045.1323%20200H47.8123C44.5177%20199.425%2041.483%20197.861%2039.069%20195.446C35.9717%20192.349%2034.2643%20188.229%2034.2643%20183.847C34.2643%20179.465%2035.9717%20175.345%2039.069%20172.247C42.1683%20169.15%2046.287%20167.443%2050.6697%20167.443C55.051%20167.443%2059.1697%20169.15%2062.2683%20172.247C65.3663%20175.345%2067.073%20179.465%2067.073%20183.847C67.073%20188.229%2065.3663%20192.349%2062.2683%20195.446C59.8543%20197.861%2056.8197%20199.425%2053.5263%20200H56.205C58.6377%20199.169%2060.8677%20197.789%2062.7397%20195.917C65.963%20192.693%2067.7397%20188.407%2067.7397%20183.847ZM93.9534%20160.071L93.0234%20157.014L96.0801%20156.083L97.0101%20159.14L93.9534%20160.071ZM96.6205%20155.571C96.5945%20155.485%2096.5358%20155.415%2096.4578%20155.373C96.3791%20155.331%2096.2885%20155.322%2096.2038%20155.349L92.5098%20156.473C92.3345%20156.527%2092.2345%20156.714%2092.2878%20156.889L93.4125%20160.583C93.4565%20160.727%2093.5885%20160.82%2093.7311%20160.82C93.7638%20160.82%2093.7958%20160.815%2093.8291%20160.805L97.5231%20159.681C97.6078%20159.655%2097.6785%20159.597%2097.7205%20159.519C97.7618%20159.441%2097.7711%20159.35%2097.7458%20159.265L96.6205%20155.571ZM101.176%20148.101L102.106%20151.158L99.0505%20152.088L98.1191%20149.031L101.176%20148.101ZM97.409%20148.652C97.3677%20148.731%2097.359%20148.822%2097.3843%20148.907L98.509%20152.601C98.5537%20152.745%2098.685%20152.837%2098.8283%20152.837C98.8603%20152.837%2098.893%20152.833%2098.925%20152.823L102.618%20151.699C102.703%20151.673%20102.776%20151.615%20102.816%20151.537C102.858%20151.458%20102.867%20151.367%20102.841%20151.283L101.717%20147.588C101.664%20147.412%20101.478%20147.313%20101.301%20147.366L97.6063%20148.491C97.5217%20148.517%2097.4503%20148.575%2097.409%20148.652ZM84.0004%203.498C85.4471%204.00733%2086.9591%204.27733%2088.4771%204.27667C91.9157%204.27667%2095.3558%202.96733%2097.9738%200.35C98.0871%200.236667%2098.1904%200.116667%2098.2984%200H97.3711C93.7304%203.54%2088.4884%204.46667%2084.0004%202.792C82.3958%202.19333%2080.8891%201.26467%2079.5864%200H78.6631C78.7711%200.115333%2078.8671%200.237333%2078.9791%200.35C80.4431%201.81333%2082.1671%202.85267%2084.0004%203.498ZM77.6141%20139.527L77.8808%20140.405C77.9248%20140.548%2078.0574%20140.641%2078.1994%20140.641C78.2321%20140.641%2078.2648%20140.636%2078.2974%20140.627C78.4734%20140.573%2078.5721%20140.386%2078.5181%20140.211L78.2521%20139.333V139.332L81.0848%20138.47L81.3474%20139.333L81.3514%20139.347C81.3961%20139.492%2081.5281%20139.584%2081.6708%20139.584C81.7028%20139.584%2081.7361%20139.579%2081.7681%20139.57C81.8828%20139.535%2081.9594%20139.441%2081.9881%20139.333C82.0034%20139.275%2082.0081%20139.215%2081.9901%20139.154L81.7228%20138.275L83.9994%20137.583L84.5554%20137.413L84.8228%20138.291C84.8661%20138.436%2084.9994%20138.528%2085.1421%20138.528C85.1741%20138.528%2085.2061%20138.523%2085.2388%20138.514C85.4148%20138.46%2085.5141%20138.273%2085.4608%20138.097L85.1934%20137.219L88.0268%20136.357L88.2934%20137.235C88.3374%20137.379%2088.4701%20137.471%2088.6128%20137.471C88.6448%20137.471%2088.6774%20137.467%2088.7101%20137.457C88.8861%20137.403%2088.9848%20137.217%2088.9314%20137.041L88.6648%20136.163L91.4974%20135.3L91.7641%20136.178C91.8088%20136.323%2091.9408%20136.415%2092.0841%20136.415C92.1148%20136.415%2092.1481%20136.41%2092.1801%20136.4C92.3568%20136.346%2092.4561%20136.16%2092.4028%20135.984L92.1354%20135.106L94.9681%20134.243L95.2348%20135.122C95.2794%20135.266%2095.4114%20135.358%2095.5541%20135.358C95.5868%20135.358%2095.6188%20135.353%2095.6514%20135.344C95.8274%20135.289%2095.9261%20135.103%2095.8728%20134.928L95.6061%20134.049L98.4394%20133.187L98.7061%20134.065C98.7508%20134.209%2098.8821%20134.301%2099.0254%20134.301C99.0574%20134.301%2099.0908%20134.297%2099.1221%20134.287C99.2988%20134.233%2099.3974%20134.047%2099.3441%20133.871L99.0774%20132.993L101.91%20132.131L102.177%20133.009C102.221%20133.152%20102.353%20133.245%20102.497%20133.245C102.528%20133.245%20102.561%20133.241%20102.592%20133.231C102.769%20133.177%20102.868%20132.991%20102.815%20132.815L102.548%20131.937L105.381%20131.075L105.647%20131.952C105.692%20132.095%20105.824%20132.188%20105.967%20132.188C105.999%20132.188%20106.032%20132.184%20106.063%20132.174C106.24%20132.12%20106.339%20131.934%20106.285%20131.758L106.019%20130.881L107.155%20130.534C107.251%20130.505%20107.348%20130.491%20107.446%20130.491C107.5%20130.491%20107.549%20130.507%20107.6%20130.515C107.922%20130.567%20108.196%20130.773%20108.335%20131.071C108.355%20131.113%20108.383%20131.15%20108.396%20131.195L109.636%20135.266L96.2748%20139.333L83.9994%20143.071L77.3054%20145.108L76.0654%20141.037C76.0528%20140.993%2076.0461%20140.949%2076.0394%20140.905C76.0054%20140.692%2076.0374%20140.471%2076.1401%20140.28C76.1888%20140.187%2076.2601%20140.113%2076.3334%20140.043C76.3528%20140.023%2076.3641%20139.996%2076.3848%20139.979C76.4228%20139.948%2076.4734%20139.935%2076.5161%20139.909C76.5854%20139.868%2076.6488%20139.821%2076.7268%20139.797L77.6141%20139.527ZM110.875%20139.333L115.823%20155.59C115.982%20156.115%20115.686%20156.671%20115.162%20156.831L84.7327%20166.094C84.482%20166.172%2084.2207%20166.138%2084%20166.027C83.7633%20165.908%2083.5733%20165.699%2083.4913%20165.433L77.5%20145.746L84%20143.767L98.5647%20139.333L109.831%20135.904L110.875%20139.333ZM76.1564%20139.333C75.9044%20139.487%2075.6937%20139.7%2075.5517%20139.966C75.3637%20140.319%2075.3171%20140.718%2075.4024%20141.104C75.4124%20141.147%2075.4157%20141.189%2075.4277%20141.231L82.8537%20165.627C83.0237%20166.184%2083.4604%20166.593%2083.9997%20166.741C84.1417%20166.779%2084.2891%20166.804%2084.4424%20166.804C84.6064%20166.804%2084.7684%20166.78%2084.9264%20166.732L115.356%20157.469C116.23%20157.202%20116.727%20156.272%20116.461%20155.396L111.571%20139.333L110.371%20135.393V135.391L109.035%20131.001C108.821%20130.297%20108.182%20129.823%20107.446%20129.823C107.282%20129.823%20107.119%20129.847%20106.962%20129.895L105.825%20130.242L105.449%20129.008C105.396%20128.832%20105.209%20128.732%20105.033%20128.786C104.858%20128.84%20104.757%20129.026%20104.811%20129.202L105.187%20130.436L102.354%20131.298L101.978%20130.065C101.924%20129.889%20101.74%20129.789%20101.562%20129.843C101.386%20129.897%20101.286%20130.083%20101.34%20130.259L101.716%20131.493L98.8831%20132.355L98.5077%20131.121C98.4537%20130.945%2098.2684%20130.845%2098.0917%20130.899C97.9157%20130.953%2097.8157%20131.139%2097.8691%20131.315L98.2451%20132.549L95.4124%20133.411L95.0364%20132.178C94.9824%20132.002%2094.7984%20131.904%2094.6204%20131.956C94.4451%20132.01%2094.3451%20132.196%2094.3984%20132.372L94.7744%20133.605L91.9417%20134.468L91.5657%20133.234C91.5117%20133.059%2091.3271%20132.96%2091.1497%20133.012C90.9737%20133.067%2090.8744%20133.253%2090.9277%20133.428L91.3037%20134.662L88.4704%20135.525L88.0951%20134.291C88.0411%20134.115%2087.8557%20134.016%2087.6784%20134.069C87.5031%20134.123%2087.4037%20134.309%2087.4564%20134.485L87.8324%20135.719L84.9997%20136.581L84.6237%20135.347C84.5704%20135.172%2084.3844%20135.073%2084.2077%20135.126C84.1064%20135.157%2084.0357%20135.233%2083.9997%20135.325V135.325C83.9731%20135.392%2083.9624%20135.467%2083.9857%20135.541L83.9997%20135.587L84.3617%20136.775L83.9997%20136.885L81.5291%20137.637L81.1531%20136.405C81.0997%20136.229%2080.9137%20136.129%2080.7371%20136.183C80.5604%20136.237%2080.4617%20136.423%2080.5151%20136.599L80.8911%20137.832L78.0577%20138.694L77.6817%20137.461C77.6284%20137.285%2077.4424%20137.185%2077.2664%20137.239C77.0897%20137.293%2076.9904%20137.479%2077.0437%20137.655L77.4197%20138.888L76.5331%20139.159C76.3977%20139.199%2076.2744%20139.261%2076.1564%20139.333ZM100.627%20185.944C100.455%20186.009%20100.367%20186.201%20100.431%20186.373C102.179%20191.049%20101.029%20196.351%2097.5014%20199.879C97.4588%20199.921%2097.4135%20199.958%2097.3701%20200H98.2974C101.749%20196.292%20102.839%20190.909%20101.057%20186.14C100.991%20185.967%20100.8%20185.88%20100.627%20185.944ZM64.6943%20183.847C64.6943%20183.523%2064.9577%20183.26%2065.2817%20183.26C65.6057%20183.26%2065.8683%20183.523%2065.8683%20183.847C65.8683%20184.171%2065.6057%20184.435%2065.2817%20184.435C64.9577%20184.435%2064.6943%20184.171%2064.6943%20183.847ZM66.5347%20183.847C66.5347%20183.156%2065.9727%20182.593%2065.2813%20182.593C64.5893%20182.593%2064.0273%20183.156%2064.0273%20183.847C64.0273%20184.539%2064.5893%20185.101%2065.2813%20185.101C65.9727%20185.101%2066.5347%20184.539%2066.5347%20183.847ZM70.7465%20118.939C70.1585%20118.872%2069.4772%20119.08%2068.8252%20119.523C69.0965%20118.783%2069.1332%20118.072%2068.9252%20117.519C69.5119%20117.587%2070.1945%20117.377%2070.8452%20116.935C70.5745%20117.673%2070.5379%20118.386%2070.7465%20118.939ZM71.6368%20115.529C70.6374%20116.811%2069.1648%20117.404%2068.4208%20116.824C68.3168%20116.743%2068.1674%20116.761%2068.0868%20116.865C68.0041%20116.969%2068.0241%20117.119%2068.1274%20117.201C68.8714%20117.781%2068.6541%20119.353%2067.6554%20120.634C67.5734%20120.739%2067.5928%20120.889%2067.6968%20120.97C67.8001%20121.051%2067.9508%20121.032%2068.0314%20120.928C69.0314%20119.647%2070.5041%20119.054%2071.2481%20119.633C71.3514%20119.715%2071.5021%20119.696%2071.5828%20119.592C71.6641%20119.488%2071.6448%20119.338%2071.5408%20119.257C70.7974%20118.677%2071.0141%20117.104%2072.0134%20115.823C72.0941%20115.719%2072.0761%20115.568%2071.9721%20115.488C71.8674%20115.407%2071.7181%20115.425%2071.6368%20115.529ZM50.6694%20169.822C50.3447%20169.822%2050.082%20169.558%2050.082%20169.233C50.082%20168.91%2050.3447%20168.647%2050.6694%20168.647C50.9914%20168.647%2051.2554%20168.91%2051.2554%20169.233C51.2554%20169.558%2050.9914%20169.822%2050.6694%20169.822ZM50.669%20167.98C49.977%20167.98%2049.415%20168.543%2049.415%20169.233C49.415%20169.926%2049.977%20170.489%2050.669%20170.489C51.3597%20170.489%2051.9217%20169.926%2051.9217%20169.233C51.9217%20168.543%2051.3597%20167.98%2050.669%20167.98ZM50.6693%20174.775C50.4839%20174.775%2050.3359%20174.924%2050.3359%20175.108V183.847C50.3359%20184.031%2050.4839%20184.181%2050.6693%20184.181H60.4293C60.6133%20184.181%2060.7626%20184.031%2060.7626%20183.847C60.7626%20183.663%2060.6133%20183.514%2060.4293%20183.514H51.0026V175.108C51.0026%20174.924%2050.8519%20174.775%2050.6693%20174.775ZM99.3848%20142.215L100.315%20145.271L97.2588%20146.203L96.3281%20143.146L99.3848%20142.215ZM95.5932%20143.021L96.7185%20146.715C96.7439%20146.8%2096.8025%20146.871%2096.8799%20146.913C96.9292%20146.939%2096.9832%20146.952%2097.0372%20146.952C97.0699%20146.952%2097.1025%20146.947%2097.1345%20146.937L100.829%20145.813C101.005%20145.759%20101.105%20145.573%20101.051%20145.397L99.9259%20141.702C99.8999%20141.617%2099.8419%20141.547%2099.7639%20141.505C99.6859%20141.463%2099.5939%20141.453%2099.5099%20141.48L95.8152%20142.605C95.6399%20142.659%2095.5405%20142.845%2095.5932%20143.021ZM73.895%2084.4754L79.2897%2065.4834L83.9997%2067.5314L102.502%2075.5774L92.399%2092.2981C91.887%2093.1447%2090.7497%2093.5127%2089.8363%2093.1147L83.9997%2090.5767L74.915%2086.6281C74.0877%2086.2681%2073.6497%2085.3421%2073.895%2084.4754ZM80.5051%2061.2107L84.0005%2062.73L104.802%2071.774L102.834%2075.03L84.0005%2066.84L79.4658%2064.868L80.5051%2061.2107ZM79.4952%2058.8212L80.4679%2056.5852C80.5899%2056.3025%2080.8152%2056.0845%2081.1019%2055.9719C81.2119%2055.9299%2081.3272%2055.9032%2081.4446%2055.8945C81.6286%2055.8819%2081.8152%2055.9139%2081.9839%2055.9879L84.0006%2056.8645L90.5099%2059.6952C90.5106%2059.6952%2090.5112%2059.6965%2090.5119%2059.6965L92.6126%2060.6092L107.613%2067.1319C107.895%2067.2539%20108.113%2067.4799%20108.226%2067.7659C108.338%2068.0525%20108.333%2068.3659%20108.21%2068.6485L107.239%2070.8839C106.993%2071.4499%20106.292%2071.7299%20105.722%2071.4819L104.985%2071.1619L84.0006%2062.0372L80.4252%2060.4825C80.4232%2060.4819%2080.4212%2060.4819%2080.4192%2060.4812L80.0926%2060.3392C79.5099%2060.0852%2079.2412%2059.4052%2079.4952%2058.8212ZM97.4012%2062L92.7012%2059.956L93.7772%2057.4794C93.8312%2057.356%2093.9818%2057.2947%2094.1065%2057.3494L98.3498%2059.1927C98.4758%2059.2487%2098.5332%2059.3974%2098.4772%2059.5227L97.4012%2062ZM92.1326%2056.7647C92.438%2056.0627%2093.102%2055.5927%2093.8673%2055.5401C94.196%2055.5181%2094.5166%2055.5727%2094.8206%2055.7047L99.0633%2057.5487C99.564%2057.7674%2099.9486%2058.1667%20100.15%2058.6741C100.35%2059.1814%20100.339%2059.7367%20100.122%2060.2381L99.0453%2062.7147L97.9826%2062.2527L99.06%2059.7754C99.2546%2059.3274%2099.0493%2058.8047%2098.602%2058.6107L94.36%2056.7674C93.9253%2056.5754%2093.3846%2056.7921%2093.1953%2057.2261L92.118%2059.7021L91.0566%2059.2407L92.1326%2056.7647ZM89.5833%2093.6967C89.9753%2093.8687%2090.4073%2093.9427%2090.8333%2093.9127C91.704%2093.8533%2092.492%2093.3713%2092.9433%2092.6267L105.389%2072.0293L105.468%2072.064C105.73%2072.1773%20106.019%2072.2267%20106.303%2072.208C106.971%2072.1607%20107.553%2071.752%20107.82%2071.1367L108.791%2068.9013C108.981%2068.464%20108.991%2067.978%20108.815%2067.5333C108.641%2067.0893%20108.303%2066.74%20107.865%2066.55L99.6273%2062.968L100.703%2060.4913C100.99%2059.8353%20101.003%2059.1067%20100.74%2058.4413C100.477%2057.776%2099.9726%2057.2527%2099.316%2056.9673L95.074%2055.1233C94.6806%2054.952%2094.2486%2054.8767%2093.8233%2054.9067C92.8213%2054.976%2091.95%2055.59%2091.55%2056.5113L90.474%2058.9873L84%2056.172L82.2366%2055.4053C81.8073%2055.218%2081.3046%2055.2113%2080.8693%2055.382C80.4246%2055.556%2080.0746%2055.8933%2079.8846%2056.332L78.9113%2058.5693C78.5186%2059.4727%2078.9353%2060.5287%2079.838%2060.9207L79.9166%2060.9547L73.286%2084.3013C72.9526%2085.474%2073.544%2086.724%2074.6613%2087.21L84%2091.27L89.5833%2093.6967ZM82.6503%2085.9967C82.6377%2085.9633%2082.639%2085.9253%2082.653%2085.8913L83.9997%2082.7947L88.4083%2072.656L91.115%2073.832L85.3603%2087.068C85.3223%2087.1553%2085.2397%2087.164%2085.1797%2087.1393L83.9997%2086.6267L82.725%2086.072C82.6903%2086.058%2082.6643%2086.03%2082.6503%2085.9967ZM84.9263%2087.7207C85.0403%2087.7707%2085.1656%2087.7927%2085.2876%2087.7834C85.5763%2087.764%2085.827%2087.5867%2085.943%2087.322L91.8243%2073.7947C91.8936%2073.634%2091.8203%2073.4467%2091.659%2073.3774L88.371%2071.9467C88.2943%2071.9134%2088.207%2071.9114%2088.1276%2071.9427C88.0496%2071.974%2087.9876%2072.034%2087.9536%2072.112L84.0003%2081.2034L82.071%2085.6387C81.9896%2085.8267%2081.985%2086.0374%2082.061%2086.2294C82.137%2086.42%2082.2823%2086.5727%2082.4716%2086.6547L84.0003%2087.3187L84.9263%2087.7207ZM52.0701%2084.7458L56.1334%2096.9558L49.9627%2099.0098L45.8994%2086.7999L52.0701%2084.7458ZM49.4353%2099.5367C49.4627%2099.6207%2049.524%2099.6893%2049.602%2099.7293C49.6493%2099.7527%2049.7%2099.7647%2049.7527%2099.7647C49.7873%2099.7647%2049.8227%2099.7587%2049.8573%2099.7473L56.66%2097.4833C56.8347%2097.4247%2056.9293%2097.2367%2056.8707%2097.0613L52.5973%2084.2193C52.5693%2084.1353%2052.5087%2084.0667%2052.43%2084.0267C52.3513%2083.988%2052.26%2083.982%2052.1753%2084.0087L45.3727%2086.2727C45.198%2086.3313%2045.104%2086.52%2045.1613%2086.6947L49.4353%2099.5367ZM83.2177%2034.256L82.0217%2038.1407C81.9677%2038.3174%2082.0657%2038.5034%2082.2423%2038.5574C82.275%2038.568%2082.3083%2038.5727%2082.341%2038.5727C82.4823%2038.5727%2082.615%2038.4807%2082.659%2038.3374L83.855%2034.4527C83.909%2034.276%2083.8103%2034.09%2083.6343%2034.036C83.459%2033.9807%2083.2723%2034.0807%2083.2177%2034.256ZM79.6112%2084.5594C79.5978%2084.5941%2079.5705%2084.6228%2079.5365%2084.6374C79.5032%2084.6528%2079.4625%2084.6521%2079.4272%2084.6374L77.8752%2083.9634C77.3038%2083.7141%2077.0245%2083.0614%2077.2392%2082.4761L81.8912%2069.8254L84.0005%2070.7434L84.5958%2071.0028L84.0005%2072.6221L79.6112%2084.5594ZM85.2939%2070.9393C85.3519%2070.7813%2085.2772%2070.6066%2085.1225%2070.5393L83.9999%2070.0506L81.8345%2069.1093C81.7545%2069.0739%2081.6639%2069.0746%2081.5832%2069.1079C81.5032%2069.1426%2081.4399%2069.2086%2081.4099%2069.2919L76.6432%2082.2573C76.3112%2083.1579%2076.7412%2084.1613%2077.6205%2084.5439L79.1745%2085.2186C79.2872%2085.2686%2079.4125%2085.2906%2079.5345%2085.2813C79.6205%2085.2759%2079.7052%2085.2553%2079.7859%2085.2206C79.9799%2085.1359%2080.1339%2084.9759%2080.2059%2084.7773L83.9999%2074.4606L85.2939%2070.9393ZM80.3335%2032.918L77.9775%2035.874C77.8635%2036.018%2077.8868%2036.2273%2078.0308%2036.342C78.0915%2036.3913%2078.1655%2036.4146%2078.2382%2036.4146C78.3362%2036.4146%2078.4335%2036.372%2078.4988%2036.2893L80.8541%2033.3333C80.9688%2033.1893%2080.9455%2032.98%2080.8015%2032.8653C80.6575%2032.7486%2080.4482%2032.7733%2080.3335%2032.918ZM9.88163%202.21399C14.5923%200.397991%2019.941%201.52999%2023.5083%205.09732C28.485%2010.074%2028.485%2018.172%2023.5083%2023.1493C18.5323%2028.126%2010.435%2028.126%205.45696%2023.1493C1.92896%2019.6213%200.778965%2014.32%202.52696%209.64399C2.59163%209.47132%202.5043%209.27933%202.33163%209.21466C2.15763%209.15133%201.96763%209.23866%201.9023%209.41066C0.0629648%2014.33%201.27363%2019.9087%204.98563%2023.6207C7.6043%2026.2393%2011.0436%2027.548%2014.483%2027.548C17.9216%2027.548%2021.3623%2026.2393%2023.9803%2023.6207C29.2163%2018.3833%2029.2163%209.86199%2023.9803%204.62599C20.2256%200.871991%2014.597%20-0.318676%209.6423%201.59132C9.4703%201.65799%209.3843%201.85066%209.4503%202.02199C9.51696%202.19332%209.71096%202.27866%209.88163%202.21399ZM33.7439%2094.3547L36.7559%20103.406L30.5852%20105.46L27.5732%2096.4087L33.7439%2094.3547ZM30.2249%20106.179C30.2709%20106.203%2030.3223%20106.215%2030.3729%20106.215C30.4089%20106.215%2030.4449%20106.208%2030.4783%20106.197L37.2823%20103.933C37.4563%20103.875%2037.5516%20103.687%2037.4929%20103.511L34.2703%2093.828C34.2429%2093.744%2034.1823%2093.6754%2034.1036%2093.6354C34.0249%2093.596%2033.9329%2093.5907%2033.8489%2093.6174L27.0456%2095.8814C26.8703%2095.9394%2026.7769%2096.1287%2026.8343%2096.3034L30.0569%20105.987C30.0856%20106.071%2030.1449%20106.139%2030.2249%20106.179ZM88.41%2088.3841L94.9333%2075.4788L97.6407%2076.6561L91.5547%2088.6994C91.368%2089.0681%2090.996%2089.3148%2090.5833%2089.3434C90.3927%2089.3568%2090.2067%2089.3254%2090.032%2089.2488L88.4773%2088.5721C88.444%2088.5568%2088.4167%2088.5274%2088.404%2088.4928C88.3907%2088.4568%2088.3933%2088.4181%2088.41%2088.3841ZM87.8064%2088.708C87.8777%2088.9073%2088.0317%2089.0706%2088.225%2089.154L89.779%2089.8313C90.045%2089.9466%2090.3377%2089.9966%2090.6257%2089.9773H90.6264C91.261%2089.934%2091.8344%2089.5533%2092.1204%2088.986L98.3597%2076.6433C98.3984%2076.5646%2098.4037%2076.4733%2098.3744%2076.392C98.345%2076.3086%2098.2817%2076.2426%2098.2024%2076.2086L94.911%2074.7773C94.7577%2074.7106%2094.5784%2074.7746%2094.5023%2074.924L87.843%2088.098C87.7484%2088.2866%2087.7344%2088.5093%2087.8064%2088.708ZM85.5708%20100.42C85.5848%20100.246%2085.4548%20100.095%2085.2814%20100.081C85.1081%20100.068%2084.9561%20100.197%2084.9428%20100.371L84.9201%20100.647C84.8768%20101.137%2084.8328%20101.643%2084.9328%20102.127C85.0428%20102.646%2085.3461%20103.151%2085.8374%20103.629C85.9661%20103.754%2086.0994%20103.876%2086.2321%20103.993C86.5214%20104.254%2086.7934%20104.501%2086.9974%20104.78C87.2494%20105.127%2087.3794%20105.577%2087.3768%20106.083C87.3754%20106.256%2087.5168%20106.398%2087.6908%20106.399C87.7481%20106.4%2087.8021%20106.384%2087.8481%20106.357C87.9434%20106.303%2088.0061%20106.203%2088.0074%20106.086C88.0108%20105.446%2087.8374%20104.867%2087.5074%20104.411C87.2648%20104.076%2086.9541%20103.797%2086.6534%20103.525C86.5281%20103.412%2086.3994%20103.298%2086.2774%20103.177C85.8781%20102.789%2085.6334%20102.392%2085.5508%20101.997C85.4681%20101.605%2085.5074%20101.167%2085.5481%20100.702L85.5708%20100.42ZM92.4971%20144.312L93.4271%20147.369L90.3704%20148.299L89.4404%20145.243L92.4971%20144.312ZM89.8295%20148.813C89.8554%20148.897%2089.9141%20148.968%2089.9921%20149.01C90.0401%20149.036%2090.0941%20149.049%2090.1481%20149.049C90.1808%20149.049%2090.2134%20149.045%2090.2461%20149.035L93.9401%20147.909C94.1161%20147.855%2094.2161%20147.669%2094.1628%20147.493L93.0375%20143.799C93.0115%20143.715%2092.9528%20143.643%2092.8748%20143.602C92.7961%20143.559%2092.7055%20143.551%2092.6208%20143.577L88.9268%20144.702C88.7514%20144.756%2088.6515%20144.942%2088.7048%20145.118L89.8295%20148.813ZM36.6434%20183.847C36.6434%20184.171%2036.3794%20184.435%2036.0561%20184.435C35.7314%20184.435%2035.4688%20184.171%2035.4688%20183.847C35.4688%20183.523%2035.7314%20183.26%2036.0561%20183.26C36.3794%20183.26%2036.6434%20183.523%2036.6434%20183.847ZM34.8018%20183.848C34.8018%20184.539%2035.3644%20185.102%2036.0558%20185.102C36.7471%20185.102%2037.3098%20184.539%2037.3098%20183.848C37.3098%20183.156%2036.7471%20182.594%2036.0558%20182.594C35.3644%20182.594%2034.8018%20183.156%2034.8018%20183.848ZM85.2728%20156.282L84.3428%20153.225L87.3988%20152.295L88.3301%20155.352L85.2728%20156.282ZM89.0402%20155.731C89.0822%20155.652%2089.0915%20155.561%2089.0648%20155.477L87.9408%20151.782C87.8875%20151.606%2087.7008%20151.507%2087.5248%20151.56L84.0002%20152.633L83.8308%20152.685C83.6542%20152.739%2083.5548%20152.925%2083.6082%20153.101L84.0002%20154.387L84.7328%20156.795C84.7768%20156.939%2084.9082%20157.031%2085.0515%20157.031C85.0835%20157.031%2085.1162%20157.027%2085.1482%20157.017L88.8428%20155.893C88.9282%20155.867%2088.9988%20155.809%2089.0402%20155.731ZM87.0648%20162.167L86.1348%20159.111L89.1914%20158.181L90.1221%20161.237L87.0648%20162.167ZM89.7324%20157.667C89.6791%20157.492%2089.4938%20157.393%2089.3164%20157.445L85.6224%20158.57C85.5378%20158.595%2085.4664%20158.654%2085.4251%20158.732C85.3838%20158.81%2085.3744%20158.901%2085.3998%20158.985L86.5251%20162.681C86.5691%20162.825%2086.7004%20162.917%2086.8438%20162.917C86.8758%20162.917%2086.9091%20162.912%2086.9411%20162.902L90.6351%20161.778C90.7204%20161.752%2090.7904%20161.694%2090.8324%20161.616C90.8738%20161.538%2090.8831%20161.447%2090.8571%20161.362L89.7324%20157.667ZM82.1117%20101.779C82.1244%20101.605%2081.9944%20101.455%2081.8211%20101.442C81.6478%20101.429%2081.4971%20101.559%2081.4831%20101.732L81.4591%20102.011C81.4178%20102.501%2081.3737%20103.005%2081.4751%20103.485C81.5831%20104.006%2081.8877%20104.511%2082.3784%20104.991C82.5078%20105.114%2082.6404%20105.234%2082.7731%20105.355C83.0631%20105.615%2083.3358%20105.861%2083.5384%20106.141C83.7897%20106.488%2083.9211%20106.937%2083.9178%20107.443C83.9171%20107.525%2083.9491%20107.597%2083.9997%20107.653C84.0571%20107.717%2084.1377%20107.759%2084.2298%20107.759C84.2884%20107.761%2084.3431%20107.745%2084.3897%20107.719C84.4837%20107.665%2084.5478%20107.564%2084.5478%20107.447C84.5518%20106.806%2084.3791%20106.227%2084.0478%20105.771C84.0331%20105.751%2084.0144%20105.735%2083.9997%20105.715C83.7651%20105.408%2083.4771%20105.141%2083.1951%20104.886C83.0684%20104.773%2082.9411%20104.659%2082.8184%20104.539C82.4178%20104.15%2082.1744%20103.752%2082.0911%20103.357C82.0098%20102.967%2082.0478%20102.529%2082.0871%20102.066L82.1117%20101.779ZM66.8519%2062.536C66.8519%2062.4013%2066.7439%2062.2927%2066.6093%2062.292H64.3773L65.9553%2060.714C66.0513%2060.6193%2066.0513%2060.4647%2065.9553%2060.3687C65.8613%2060.2733%2065.7059%2060.2733%2065.6113%2060.3693L64.0319%2061.948V59.2373C64.0319%2059.1027%2063.9226%2058.9933%2063.7886%2058.9933C63.6546%2058.9933%2063.5453%2059.1027%2063.5453%2059.2373V61.948L61.9659%2060.3687C61.8713%2060.2733%2061.7173%2060.2733%2061.6213%2060.3693C61.5266%2060.4647%2061.5266%2060.6193%2061.6219%2060.714L63.1999%2062.2927H60.9686C60.8339%2062.2927%2060.7246%2062.402%2060.7246%2062.536C60.7239%2062.6707%2060.8333%2062.78%2060.9686%2062.78H63.1999L61.6219%2064.358C61.5273%2064.4533%2061.5266%2064.6073%2061.6219%2064.7033C61.6693%2064.7507%2061.7319%2064.7733%2061.7939%2064.7733C61.8566%2064.7733%2061.9193%2064.75%2061.9673%2064.7033L63.5453%2063.1247V65.8347C63.5453%2065.9687%2063.6546%2066.078%2063.7886%2066.078C63.9233%2066.0787%2064.0319%2065.9687%2064.0319%2065.8347V63.1247L65.6113%2064.7027C65.6579%2064.75%2065.7213%2064.7733%2065.7819%2064.774C65.8453%2064.774%2065.9073%2064.75%2065.9553%2064.7033C66.0506%2064.6073%2066.0506%2064.4533%2065.9553%2064.358L64.3773%2062.78H66.6093C66.7439%2062.78%2066.8533%2062.6707%2066.8519%2062.536ZM89.0294%2099.0574C89.0421%2098.884%2088.9134%2098.7334%2088.7394%2098.7194C88.5654%2098.7067%2088.4148%2098.836%2088.4014%2099.0107L88.3781%2099.2847C88.3368%2099.774%2088.2908%20100.281%2088.3928%20100.767C88.5021%20101.287%2088.8061%20101.791%2089.2954%20102.269C89.4248%20102.393%2089.5594%20102.514%2089.6928%20102.635C89.9808%20102.894%2090.2534%20103.139%2090.4561%20103.419C90.7074%20103.766%2090.8394%20104.216%2090.8368%20104.721C90.8354%20104.896%2090.9748%20105.037%2091.1488%20105.039C91.2074%20105.039%2091.2614%20105.024%2091.3088%20104.997C91.4021%20104.943%2091.4661%20104.841%2091.4661%20104.725C91.4701%20104.086%2091.2974%20103.506%2090.9668%20103.049C90.7248%20102.715%2090.4148%20102.436%2090.1148%20102.165C89.9868%20102.051%2089.8594%20101.937%2089.7354%20101.817C89.3368%20101.428%2089.0921%20101.031%2089.0094%20100.637C88.9274%20100.244%2088.9654%2099.804%2089.0054%2099.3387L89.0294%2099.0574ZM80.2835%20112.52C80.2982%20112.476%2080.3275%20112.437%2080.3895%20112.401C80.3922%20112.399%2080.3948%20112.398%2080.3982%20112.397L84.0002%20110.98L97.7128%20105.586C97.7668%20105.564%2097.8295%20105.569%2097.8795%20105.597C97.9315%20105.627%2097.9668%20105.678%2097.9755%20105.737L98.3855%20108.327C98.3855%20108.328%2098.3848%20108.328%2098.3848%20108.329L98.9068%20111.628L99.8542%20117.622C99.9648%20118.325%2099.5722%20119.035%2098.8942%20119.299L98.8648%20119.311C98.8642%20119.311%2098.8628%20119.311%2098.8622%20119.311L88.9088%20123.226C88.9075%20123.227%2088.9062%20123.228%2088.9042%20123.229L88.8775%20123.24C88.2115%20123.504%2087.4348%20123.261%2087.0342%20122.667L84.0002%20118.165L80.3088%20112.687C80.2762%20112.637%2080.2668%20112.577%2080.2835%20112.52ZM99.7859%20113.156L99.3086%20110.133L100.626%20109.615C101.383%20109.331%20102.241%20109.714%20102.537%20110.467C102.839%20111.234%20102.464%20112.102%20101.695%20112.405L99.7859%20113.156ZM100.003%20108.105C101.608%20107.473%20103.426%20108.265%20104.059%20109.871C104.678%20111.445%20103.913%20113.287%20102.293%20113.925L100.046%20114.809L99.8869%20113.795L101.925%20112.992C102.023%20112.953%20102.116%20112.908%20102.204%20112.857C103.104%20112.342%20103.514%20111.229%20103.123%20110.238C102.702%20109.165%20101.481%20108.621%20100.4%20109.026L99.2075%20109.495L99.0469%20108.48L100.003%20108.105ZM99.0793%20121.057C99.044%20121.138%2098.9813%20121.206%2098.9053%20121.251L90.2579%20124.659C90.0446%20124.743%2089.8033%20124.637%2089.7193%20124.425L89.4326%20123.699L96.6286%20120.868L98.7993%20120.014L99.0853%20120.739C99.1246%20120.841%2099.1233%20120.955%2099.0793%20121.057ZM79.6824%20112.333C79.6084%20112.574%2079.6471%20112.831%2079.7864%20113.039L84.0004%20119.293L86.5124%20123.02C87.0244%20123.779%2087.9671%20124.123%2088.8384%20123.907L89.1331%20124.656C89.3437%20125.192%2089.9517%20125.456%2090.4884%20125.245L99.0811%20121.863C99.1291%20121.845%2099.1751%20121.824%2099.2191%20121.798C99.4131%20121.687%2099.5684%20121.512%2099.6571%20121.309C99.7677%20121.056%2099.7724%20120.764%2099.6717%20120.507L99.3791%20119.764C99.3904%20119.759%2099.4017%20119.754%2099.4131%20119.748C100.189%20119.303%20100.616%20118.409%20100.476%20117.524L100.148%20115.447L102.524%20114.511C102.7%20114.443%20102.865%20114.363%20103.022%20114.271C104.625%20113.353%20105.323%20111.361%20104.645%20109.64C103.887%20107.711%20101.7%20106.759%2099.7724%20107.518L98.9471%20107.843L98.5984%20105.638C98.5591%20105.39%2098.4111%20105.176%2098.1931%20105.05C97.9744%20104.926%2097.7137%20104.907%2097.4817%20104.999L84.0004%20110.302L80.1684%20111.81C79.9324%20111.905%2079.7564%20112.095%2079.6824%20112.333ZM191.451%2039.7181L191.62%2039.4714C191.726%2039.3201%20191.686%2039.1121%20191.534%2039.0088C191.382%2038.9054%20191.174%2038.9441%20191.07%2039.0968L190.904%2039.3374C190.607%2039.7648%20190.3%2040.2061%20190.138%2040.7034C189.964%2041.2374%20189.977%2041.8608%20190.175%2042.5581C190.228%2042.7408%20190.287%2042.9208%20190.346%2043.1007C190.474%2043.4914%20190.594%2043.8601%20190.634%2044.2241C190.682%2044.6754%20190.566%2045.1581%20190.298%2045.6201C190.204%2045.7788%20190.258%2045.9834%20190.418%2046.0754C190.471%2046.1061%20190.529%2046.1208%20190.586%2046.1208C190.7%2046.1208%20190.812%2046.0614%20190.873%2045.9548C191.214%2045.3688%20191.361%2044.7461%20191.297%2044.1541C191.251%2043.7194%20191.114%2043.2988%20190.98%2042.8927C190.923%2042.7214%20190.867%2042.5488%20190.817%2042.3748C190.655%2041.8074%20190.64%2041.3148%20190.772%2040.9094C190.902%2040.5061%20191.17%2040.1234%20191.451%2039.7181ZM162.109%20143.858C161.937%20143.927%20161.854%20144.121%20161.923%20144.291C161.975%20144.421%20162.1%20144.501%20162.231%20144.501C162.273%20144.501%20162.314%20144.493%20162.356%20144.477L174.686%20139.546C174.783%20139.507%20174.847%20139.426%20174.876%20139.333C174.897%20139.263%20174.9%20139.187%20174.871%20139.113C174.804%20138.941%20174.608%20138.859%20174.438%20138.927L173.423%20139.333L162.109%20143.858ZM161.271%20141.764C161.1%20141.832%20161.017%20142.026%20161.086%20142.197C161.138%20142.327%20161.262%20142.407%20161.394%20142.407C161.436%20142.407%20161.478%20142.399%20161.518%20142.382L169.142%20139.333L173.849%20137.451C174.02%20137.382%20174.103%20137.188%20174.035%20137.018C173.966%20136.846%20173.771%20136.764%20173.602%20136.832L167.348%20139.333L161.271%20141.764ZM160.433%20139.67C160.262%20139.739%20160.179%20139.933%20160.248%20140.103C160.3%20140.233%20160.425%20140.313%20160.557%20140.313C160.599%20140.313%20160.641%20140.305%20160.681%20140.289L163.069%20139.333L173.011%20135.357C173.182%20135.289%20173.265%20135.095%20173.197%20134.925C173.129%20134.753%20172.933%20134.671%20172.764%20134.739L161.275%20139.333L160.433%20139.67ZM153.918%20107.88L153.619%20107.146C153.433%20106.686%20153.435%20106.179%20153.629%20105.722C153.822%20105.264%20154.183%20104.909%20154.644%20104.721C154.843%20104.639%20155.055%20104.597%20155.27%20104.597C155.95%20104.597%20156.555%20105.005%20156.811%20105.635L157.184%20106.551L153.918%20107.88ZM157.433%20107.169L157.874%20108.253L154.609%20109.581L154.169%20108.497L157.433%20107.169ZM158.126%20108.87L161.554%20117.3L158.318%20118.616L158.288%20118.629L154.86%20110.198L158.126%20108.87ZM161.277%20121.205L158.754%20119.159L161.601%20118.001L161.277%20121.205ZM157.796%20119.188C157.815%20119.235%20157.848%20119.275%20157.886%20119.309C157.89%20119.313%20157.892%20119.318%20157.895%20119.322L161.337%20122.112C161.396%20122.161%20161.471%20122.187%20161.546%20122.187C161.589%20122.187%20161.634%20122.178%20161.674%20122.161C161.786%20122.113%20161.866%20122.009%20161.878%20121.887L162.32%20117.517C162.32%20117.513%20162.317%20117.509%20162.318%20117.505C162.322%20117.455%20162.316%20117.407%20162.298%20117.357L158.618%20108.31C158.617%20108.309%20158.616%20108.309%20158.616%20108.309L157.926%20106.615C157.926%20106.613%20157.926%20106.611%20157.926%20106.609L157.427%20105.383C157.068%20104.501%20156.221%20103.931%20155.269%20103.931C154.968%20103.931%20154.672%20103.989%20154.392%20104.103C153.765%20104.358%20153.276%20104.841%20153.014%20105.463C152.751%20106.085%20152.747%20106.771%20153.001%20107.397L153.424%20108.439C153.424%20108.44%20153.424%20108.44%20153.424%20108.441L154.116%20110.139V110.141L157.796%20119.188ZM46.1721%2040.7708C46.1955%2040.9374%2046.3381%2041.0581%2046.5028%2041.0581C46.5175%2041.0581%2046.5321%2041.0568%2046.5481%2041.0548L66.8455%2038.2274C67.0281%2038.2021%2067.1548%2038.0334%2067.1295%2037.8514C67.1041%2037.6681%2066.9341%2037.5421%2066.7541%2037.5674L46.4568%2040.3948C46.2748%2040.4201%2046.1468%2040.5888%2046.1721%2040.7708ZM159.41%20138.008C159.462%20138.138%20159.588%20138.217%20159.72%20138.217C159.76%20138.217%20159.803%20138.21%20159.842%20138.193L172.173%20133.263C172.344%20133.195%20172.427%20133.001%20172.359%20132.83C172.291%20132.659%20172.094%20132.576%20171.925%20132.645L159.595%20137.575C159.424%20137.643%20159.341%20137.837%20159.41%20138.008ZM39.4261%2025.4086C39.4941%2025.318%2039.5941%2025.2586%2039.7075%2025.2426L42.5055%2024.8533C42.5928%2024.8406%2042.6721%2024.7946%2042.7261%2024.724C42.7795%2024.6533%2042.8021%2024.5646%2042.7895%2024.4766L42.3995%2021.68C42.3841%2021.5686%2042.4141%2021.4533%2042.4821%2021.3626C42.5508%2021.272%2042.6508%2021.214%2042.7641%2021.1973L44.8735%2020.908C45.0855%2020.908%2045.2675%2021.066%2045.2955%2021.2766L45.6861%2024.074C45.6981%2024.1606%2045.7448%2024.2406%2045.8155%2024.294C45.8861%2024.3466%2045.9761%2024.368%2046.0615%2024.3573L48.9195%2023.964C49.0115%2023.964%2049.1035%2023.994%2049.1761%2024.0493C49.2661%2024.1173%2049.3275%2024.22%2049.3428%2024.332L49.6281%2026.382C49.6608%2026.6153%2049.4968%2026.8313%2049.2635%2026.8646L46.4655%2027.2553C46.2828%2027.2806%2046.1561%2027.4493%2046.1815%2027.6313L46.5715%2030.4293C46.5875%2030.5406%2046.5575%2030.656%2046.4895%2030.7453C46.4208%2030.8353%2046.3181%2030.896%2046.2068%2030.9113L44.1575%2031.1966C43.9188%2031.2293%2043.7075%2031.062%2043.6748%2030.832L43.2855%2028.0346C43.2728%2027.9473%2043.2261%2027.868%2043.1555%2027.8146C43.0975%2027.7706%2043.0268%2027.7473%2042.9548%2027.7473C42.9395%2027.7473%2042.9241%2027.7486%2042.9095%2027.7506L40.0521%2028.1446C39.8408%2028.1446%2039.6575%2027.986%2039.6288%2027.7753L39.3428%2025.7253C39.3275%2025.614%2039.3575%2025.4986%2039.4261%2025.4086ZM38.9692%2027.868C39.0519%2028.4554%2039.5999%2028.8847%2040.2039%2028.8007L42.6712%2028.4574L43.0152%2030.9247C43.0912%2031.4627%2043.5559%2031.8674%2044.0985%2031.8674C44.1479%2031.8674%2044.1985%2031.864%2044.2499%2031.8567L46.2992%2031.572C46.5879%2031.5314%2046.8445%2031.3814%2047.0212%2031.148C47.1952%2030.918%2047.2719%2030.6227%2047.2319%2030.3367L46.8885%2027.8694L49.3565%2027.5247C49.9539%2027.4407%2050.3719%2026.8867%2050.2885%2026.29L50.0039%2024.24C49.9625%2023.9547%2049.8085%2023.6907%2049.5779%2023.5174C49.3485%2023.3447%2049.0525%2023.268%2048.7679%2023.3074L46.3005%2023.6514L45.9565%2021.1847C45.8745%2020.5967%2045.3279%2020.1634%2044.7225%2020.2514L42.6725%2020.5374C42.3825%2020.5774%2042.1259%2020.7287%2041.9505%2020.9614C41.7772%2021.1907%2041.6999%2021.4867%2041.7399%2021.772L42.0839%2024.2394L39.6159%2024.5827C39.3265%2024.6234%2039.0699%2024.774%2038.8939%2025.0067C38.7205%2025.2367%2038.6432%2025.532%2038.6832%2025.818L38.9692%2027.868ZM45.7075%2037.4393C45.7301%2037.606%2045.8728%2037.7266%2046.0368%2037.7266C46.0528%2037.7266%2046.0675%2037.7253%2046.0835%2037.7233L66.3808%2034.896C66.5628%2034.8706%2066.6908%2034.702%2066.6655%2034.52C66.6401%2034.3373%2066.4728%2034.2126%2066.2895%2034.236L45.9908%2037.0633C45.8095%2037.0886%2045.6815%2037.2573%2045.7075%2037.4393ZM37.4502%2020.7394C38.1642%2019.7948%2039.0415%2019.0188%2040.0335%2018.4381C40.0362%2018.4374%2040.0368%2018.4368%2040.0388%2018.4368C41.0188%2017.8641%2042.1115%2017.4827%2043.2688%2017.3214C43.6768%2017.2648%2044.0895%2017.2361%2044.4988%2017.2361C48.8668%2017.2361%2052.6155%2020.5041%2053.2202%2024.8381C53.8915%2029.6528%2050.5188%2034.1161%2045.7028%2034.7881C45.2955%2034.8447%2044.8828%2034.8734%2044.4755%2034.8734C40.1068%2034.8734%2036.3568%2031.6054%2035.7528%2027.2714C35.4282%2024.9388%2036.0308%2022.6188%2037.4502%2020.7394ZM66.4958%2013.0767L70.2231%2039.8253C69.0738%2040.5733%2067.7404%2040.9553%2066.2524%2040.9553C64.8938%2040.9553%2063.9051%2040.626%2063.8951%2040.6227C63.7658%2040.5793%2063.6191%2040.6187%2063.5311%2040.7267C63.4438%2040.8333%2063.4304%2040.9833%2063.4991%2041.1033C63.5551%2041.202%2063.5984%2041.298%2063.6511%2041.396L46.9211%2043.7267C46.7384%2043.752%2046.6118%2043.9207%2046.6364%2044.1033C46.6598%2044.27%2046.8031%2044.39%2046.9664%2044.39C46.9811%2044.39%2046.9971%2044.3887%2047.0124%2044.3867L63.9738%2042.0233C64.8718%2043.956%2065.0358%2045.7507%2064.4731%2047.376L44.6598%2050.1353L42.5984%2035.3447C43.2071%2035.4687%2043.8344%2035.54%2044.4751%2035.54C44.9131%2035.54%2045.3578%2035.5093%2045.7951%2035.448C47.3518%2035.2307%2048.7644%2034.6393%2049.9658%2033.7853L65.9164%2031.5633C66.0984%2031.538%2066.2264%2031.3693%2066.2004%2031.1867C66.1751%2031.0047%2066.0078%2030.8753%2065.8244%2030.9033L50.9558%2032.9747C51.8678%2032.1193%2052.6031%2031.0907%2053.1198%2029.95L65.4524%2028.2313C65.6351%2028.206%2065.7624%2028.0373%2065.7364%2027.8547C65.7118%2027.672%2065.5438%2027.546%2065.3611%2027.5713L53.4131%2029.236C53.7311%2028.3493%2053.9164%2027.4073%2053.9551%2026.436L64.9878%2024.8987C65.1704%2024.8733%2065.2978%2024.7047%2065.2724%2024.522C65.2471%2024.34%2065.0791%2024.2167%2064.8964%2024.2387L53.9644%2025.7613C53.9538%2025.4253%2053.9278%2025.086%2053.8791%2024.7453C53.8011%2024.18%2053.6711%2023.6313%2053.4971%2023.1033L64.5244%2021.568C64.7064%2021.5427%2064.8338%2021.374%2064.8084%2021.1913C64.7824%2021.0093%2064.6144%2020.88%2064.4318%2020.908L53.2544%2022.4647C52.8751%2021.544%2052.3578%2020.6993%2051.7264%2019.9527L64.0598%2018.2347C64.2411%2018.2093%2064.3691%2018.0407%2064.3438%2017.858C64.3184%2017.676%2064.1491%2017.55%2063.9684%2017.5747L51.1778%2019.356C49.4491%2017.6313%2047.0758%2016.5693%2044.4984%2016.5693C44.0598%2016.5693%2043.6144%2016.6%2043.1764%2016.6607C42.0958%2016.8113%2041.0731%2017.15%2040.1311%2017.636L40.0098%2016.7667L66.4958%2013.0767ZM70.3322%2040.7473C70.3402%2040.8553%2070.3482%2040.9633%2070.3508%2041.0706C70.3522%2041.1586%2070.3502%2041.2459%2070.3488%2041.3333C70.3462%2041.4493%2070.3435%2041.5653%2070.3348%2041.6799C70.3295%2041.7526%2070.3195%2041.8253%2070.3108%2041.8986C70.2962%2042.0266%2070.2815%2042.1553%2070.2582%2042.2806C70.2488%2042.3359%2070.2355%2042.3893%2070.2248%2042.4439C70.1955%2042.5853%2070.1648%2042.7253%2070.1255%2042.8633C70.1155%2042.9013%2070.1015%2042.9386%2070.0902%2042.9766C70.0448%2043.1266%2069.9962%2043.2759%2069.9395%2043.4213C69.9302%2043.4459%2069.9188%2043.4693%2069.9082%2043.4933C69.8455%2043.6499%2069.7788%2043.8033%2069.7035%2043.9533C69.6982%2043.9646%2069.6908%2043.9759%2069.6848%2043.9879C69.2622%2044.8173%2068.6555%2045.5446%2067.9108%2046.1093C67.9022%2046.1159%2067.8942%2046.1233%2067.8862%2046.1299C67.7595%2046.2246%2067.6268%2046.3119%2067.4928%2046.3973C67.4602%2046.4179%2067.4282%2046.4406%2067.3955%2046.4613C67.2802%2046.5313%2067.1582%2046.5946%2067.0375%2046.6579C66.9802%2046.6873%2066.9248%2046.7193%2066.8668%2046.7473C66.7642%2046.7973%2066.6575%2046.8393%2066.5522%2046.8826C66.4702%2046.9166%2066.3888%2046.9526%2066.3055%2046.9826C66.2162%2047.0153%2066.1242%2047.0419%2066.0328%2047.0706C65.9288%2047.1026%2065.8248%2047.1353%2065.7188%2047.1619C65.6395%2047.1826%2065.5588%2047.1973%2065.4775%2047.2146C65.3915%2047.2333%2065.3048%2047.2493%2065.2175%2047.2639C65.7288%2045.4899%2065.4748%2043.5559%2064.4622%2041.4993C64.4595%2041.4946%2064.4588%2041.4906%2064.4562%2041.4859C64.4488%2041.4719%2064.4448%2041.4586%2064.4375%2041.4446C64.8902%2041.5346%2065.5188%2041.6219%2066.2528%2041.6219C67.7562%2041.6219%2069.1202%2041.2646%2070.3148%2040.5586C70.3215%2040.6213%2070.3275%2040.6846%2070.3322%2040.7473ZM41.9028%2035.1793L44.0455%2050.558C44.0688%2050.7246%2044.2115%2050.8453%2044.3748%2050.8453C44.3908%2050.8453%2044.4061%2050.844%2044.4215%2050.842L64.7588%2048.0093C64.7635%2048.0086%2064.7681%2048.0086%2064.7735%2048.008L65.1441%2047.9566C65.3115%2047.9333%2065.4741%2047.8973%2065.6368%2047.862C65.6961%2047.85%2065.7561%2047.842%2065.8148%2047.828C65.8968%2047.808%2065.9755%2047.78%2066.0561%2047.7573C66.1981%2047.7173%2066.3395%2047.68%2066.4775%2047.6313C66.5068%2047.6213%2066.5341%2047.6073%2066.5635%2047.5973C67.7788%2047.1513%2068.8448%2046.3706%2069.6441%2045.3126C70.5921%2044.0573%2071.0668%2042.548%2071.0175%2040.9973C71.0168%2040.9833%2071.0181%2040.9693%2071.0175%2040.9553C71.0088%2040.724%2070.9895%2040.4926%2070.9568%2040.2613L67.1108%2012.6546C67.0848%2012.472%2066.9155%2012.3473%2066.7341%2012.3706L39.5881%2016.1526C39.4061%2016.178%2039.2788%2016.3466%2039.3041%2016.5286L39.5068%2017.9853C38.5188%2018.5953%2037.6395%2019.3826%2036.9181%2020.3373C35.3915%2022.3586%2034.7435%2024.854%2035.0921%2027.364C35.6195%2031.1446%2038.3728%2034.1706%2041.9028%2035.1793ZM182.908%2062.87L193.444%2064.4186L193.324%2065.2346C193.308%2065.3493%20193.245%2065.454%20193.151%2065.5226C193.077%2065.5786%20192.983%2065.61%20192.89%2065.61L183.16%2064.1853C182.92%2064.1493%20182.754%2063.9253%20182.788%2063.686L182.908%2062.87ZM180.556%2047.74C180.56%2047.74%20180.563%2047.74%20180.566%2047.7407L200%2050.5987V49.9247L180.664%2047.08C180.398%2047.0427%20180.136%2047.126%20179.944%2047.3047C179.749%2047.486%20179.647%2047.742%20179.668%2048.0074L180.585%2060.708C180.654%2061.6734%20181.338%2062.486%20182.252%2062.7467L182.128%2063.5894C182.039%2064.192%20182.459%2064.7547%20183.062%2064.8447L192.728%2066.2647C192.782%2066.2727%20192.836%2066.2767%20192.89%2066.2767C193.126%2066.2767%20193.36%2066.1987%20193.549%2066.0581C193.783%2065.8847%20193.942%2065.62%20193.983%2065.3307L194.106%2064.4934C194.119%2064.494%20194.134%2064.4967%20194.146%2064.4967C195.092%2064.4967%20195.954%2063.9027%20196.293%2063.0174L197.086%2060.9374L199.758%2061.3307C199.839%2061.3427%20199.919%2061.3414%20200%2061.348V60.6767C199.951%2060.672%20199.904%2060.678%20199.856%2060.6707L197.329%2060.2987L197.716%2059.2834L200%2059.6194V58.9447L197.96%2058.6447L199.113%2055.6194L200%2055.7494V55.0754L199.356%2054.9807L199.744%2053.9641L200%2054.0014V53.3274L199.987%2053.3254L200%2053.292V51.4214L199.216%2053.476C199.216%2053.4767%20199.216%2053.4767%20199.216%2053.4767L198.261%2055.9807L195.67%2062.7794C195.402%2063.4827%20194.669%2063.9267%20193.908%2063.8127L193.871%2063.8074C193.871%2063.8074%20193.87%2063.8067%20193.87%2063.8067L182.674%2062.1594C182.672%2062.1587%20182.671%2062.16%20182.668%2062.16L182.639%2062.156C181.889%2062.0467%20181.304%2061.4167%20181.25%2060.6594L180.332%2047.9594C180.328%2047.8967%20180.351%2047.836%20180.396%2047.7934C180.434%2047.7594%20180.48%2047.74%20180.556%2047.74ZM101.063%20182.206L99.8941%20183.376L99.8794%20183.362L95.9121%20179.393L96.8708%20178.435C97.4308%20177.875%2098.1748%20177.566%2098.9674%20177.566C99.7588%20177.566%20100.503%20177.875%20101.063%20178.435C101.566%20178.938%20101.844%20179.608%20101.844%20180.32C101.844%20181.033%20101.567%20181.703%20101.063%20182.206ZM97.9439%20185.326L93.9619%20181.345L95.4412%20179.866L99.4232%20183.847L97.9439%20185.326ZM87.5689%20195.701L83.5869%20191.719L93.4902%20181.816L97.4722%20185.798L87.5689%20195.701ZM84.0002%20196.921L81.7549%20197.611L83.2789%20192.354L84.0002%20193.076L86.9416%20196.017L84.0002%20196.921ZM98.9669%20176.899C97.9969%20176.899%2097.0849%20177.277%2096.3989%20177.963L95.2035%20179.159C95.2035%20179.159%2095.2029%20179.159%2095.2022%20179.16L93.2542%20181.109L83.9995%20190.363L82.8789%20191.483C82.8422%20191.52%2082.8189%20191.565%2082.8029%20191.613C82.8009%20191.618%2082.7955%20191.621%2082.7942%20191.627L80.9422%20198.019C80.9075%20198.136%2080.9409%20198.263%2081.0282%20198.349C81.0915%20198.411%2081.1755%20198.445%2081.2622%20198.445C81.2949%20198.445%2081.3275%20198.44%2081.3602%20198.429L83.9995%20197.619L87.6662%20196.491C87.6702%20196.49%2087.6715%20196.487%2087.6755%20196.485C87.7222%20196.469%2087.7662%20196.445%2087.8035%20196.409L98.1782%20186.033L100.129%20184.083L101.534%20182.678C102.164%20182.048%20102.51%20181.211%20102.51%20180.32C102.51%20179.429%20102.164%20178.593%20101.534%20177.963C100.848%20177.277%2099.9369%20176.899%2098.9669%20176.899ZM187.558%2039.1486L187.731%2038.898C187.834%2038.7453%20187.795%2038.538%20187.643%2038.4346C187.49%2038.3326%20187.283%2038.372%20187.178%2038.5226L187.009%2038.7686C186.714%2039.194%20186.408%2039.6346%20186.248%2040.13C186.073%2040.6626%20186.087%2041.2873%20186.285%2041.9853C186.338%2042.1666%20186.397%2042.348%20186.455%2042.5273C186.584%2042.9186%20186.704%2043.2886%20186.744%2043.6526C186.792%2044.1026%20186.675%2044.5846%20186.407%2045.0466C186.314%2045.206%20186.367%2045.4093%20186.527%2045.502C186.58%2045.5333%20186.637%2045.548%20186.695%2045.548C186.809%2045.548%20186.921%2045.4886%20186.981%2045.382C187.323%2044.7966%20187.471%2044.1733%20187.407%2043.5806C187.36%2043.1473%20187.223%2042.7266%20187.089%2042.32C187.033%2042.1486%20186.977%2041.976%20186.926%2041.8013C186.765%2041.2346%20186.749%2040.742%20186.882%2040.336C187.011%2039.9346%20187.277%2039.5526%20187.558%2039.1486ZM158.883%20136.123C158.923%20136.123%20158.966%20136.115%20159.006%20136.099L171.337%20131.168C171.507%20131.1%20171.591%20130.906%20171.522%20130.735C171.453%20130.565%20171.257%20130.481%20171.089%20130.549L158.758%20135.481C158.588%20135.549%20158.505%20135.743%20158.573%20135.913C158.625%20136.044%20158.75%20136.123%20158.883%20136.123ZM0.765333%2050.3666C0.629333%2050.1373%200.402%2049.984%200.14%2049.9453L0%2049.9246V50.5986L0.0433333%2050.6053C0.104%2050.614%200.159333%2050.6513%200.190667%2050.7046C0.222667%2050.7586%200.227333%2050.824%200.205333%2050.8826L0%2051.4213V53.292L0.828%2051.12C0.922667%2050.8713%200.9%2050.5966%200.765333%2050.3666ZM170.349%20146.568C170.445%20146.563%20170.528%20146.536%20170.592%20146.471L177.72%20139.333L179.385%20137.666L180.051%20139.333L183.764%20148.618C183.83%20148.782%20183.828%20148.961%20183.758%20149.123C183.689%20149.285%20183.561%20149.409%20183.397%20149.475L163.147%20157.573C162.812%20157.708%20162.421%20157.535%20162.289%20157.205L157.91%20146.254L170.349%20146.568ZM155.396%20139.972L156.992%20139.333L157.284%20139.217L157.331%20139.333L159.485%20144.72L157.597%20145.475L155.396%20139.972ZM159.852%20145.637L159.04%20145.616L159.732%20145.339L159.852%20145.637ZM156.229%20134.781L172.691%20128.197L174.242%20132.076C174.243%20132.076%20174.243%20132.076%20174.243%20132.077C174.243%20132.077%20174.243%20132.077%20174.243%20132.078L177.039%20139.071L176.777%20139.333L170.223%20145.899L160.577%20145.655L160.228%20144.782L158.049%20139.333L157.781%20138.66C157.78%20138.66%20157.781%20138.66%20157.78%20138.659L156.229%20134.781ZM178.125%20137.983L177.553%20138.557L177.434%20138.26L178.125%20137.983ZM176.872%20131.383L179.073%20136.887L177.186%20137.641L174.985%20132.139L176.872%20131.383ZM162.902%20158.287C163.071%20158.287%20163.236%20158.255%20163.394%20158.191L183.644%20150.094C183.974%20149.963%20184.231%20149.711%20184.37%20149.385C184.51%20149.06%20184.516%20148.699%20184.384%20148.371L180.77%20139.333L179.816%20136.949L179.814%20136.943V136.942L177.368%20130.826C177.336%20130.744%20177.271%20130.678%20177.19%20130.643C177.11%20130.609%20177.017%20130.607%20176.935%20130.641L174.738%20131.52L173.188%20127.64C173.154%20127.558%20173.09%20127.493%20173.008%20127.457C172.927%20127.423%20172.836%20127.421%20172.754%20127.455L155.672%20134.286C155.502%20134.354%20155.418%20134.548%20155.486%20134.719L157.036%20138.597L155.2%20139.333L154.84%20139.477C154.67%20139.546%20154.586%20139.74%20154.655%20139.91L157.103%20146.032C157.103%20146.034%20157.105%20146.035%20157.106%20146.037L161.671%20157.453C161.872%20157.959%20162.357%20158.287%20162.902%20158.287ZM1.89596%201.70534C2.45596%201.14534%203.20063%200.83667%203.99196%200.83667C4.78396%200.83667%205.52863%201.14534%206.08863%201.70534L7.04663%202.664L3.06529%206.64667L1.89596%205.47734C0.855961%204.43667%200.856628%202.74467%201.89596%201.70534ZM8.99747%204.61539L5.01547%208.59739L3.53613%207.11805L7.51813%203.13672L8.99747%204.61539ZM19.3726%2014.9907L15.3913%2018.972L5.4873%209.06867L9.46931%205.08667L19.3726%2014.9907ZM21.2046%2020.8819L16.0186%2019.2879L19.6812%2015.6252L21.2046%2020.8819ZM4.7798%209.30392L15.1545%2019.6793C15.1918%2019.7159%2015.2358%2019.7399%2015.2825%2019.7559C15.2858%2019.7573%2015.2885%2019.7606%2015.2925%2019.7619L21.5985%2021.7006C21.6298%2021.7113%2021.6638%2021.7153%2021.6965%2021.7153C21.7825%2021.7153%2021.8665%2021.6826%2021.9298%2021.6199C22.0171%2021.5339%2022.0505%2021.4073%2022.0165%2021.2893L20.1638%2014.8973C20.1625%2014.8919%2020.1571%2014.8886%2020.1558%2014.8833C20.1398%2014.8359%2020.1158%2014.7913%2020.0791%2014.7546L9.7038%204.37992L7.75514%202.43126C7.75447%202.43059%207.75447%202.42992%207.75447%202.42926L6.5598%201.23392C5.87314%200.547922%204.9618%200.169922%203.99114%200.169922C3.0218%200.169922%202.11047%200.547922%201.42447%201.23392C0.124469%202.53326%200.123802%204.64859%201.42447%205.94859L4.7798%209.30392ZM178.956%2074.4119C177.782%2074.4119%20176.716%2075.1519%20176.303%2076.2533L169.416%2094.6759C169.152%2095.3839%20169.177%2096.1539%20169.492%2096.8419C169.806%2097.5306%20170.368%2098.0553%20171.076%2098.3206L173.269%2099.1399L168.558%20103.885C168.445%20103.999%20168.428%20104.177%20168.52%20104.309C168.611%20104.441%20168.783%20104.49%20168.928%20104.425L176.822%20100.955L174.926%20106.027C174.661%20106.735%20174.688%20107.505%20175.002%20108.193C175.315%20108.881%20175.88%20109.406%20176.588%20109.671L200%20118.424V117.711L176.821%20109.046C176.28%20108.844%20175.848%20108.443%20175.609%20107.917C175.368%20107.391%20175.348%20106.802%20175.55%20106.26L177.606%20100.761L195.239%20107.353C195.56%20107.473%20195.893%20107.534%20196.23%20107.534C197.407%20107.534%20198.473%20106.794%20198.884%20105.691L200%20102.707V100.805L198.259%20105.458C197.945%20106.301%20197.13%20106.867%20196.23%20106.867C195.974%20106.867%20195.718%20106.821%20195.474%20106.729L177.528%20100.02C177.49%20100.006%20177.45%2099.9986%20177.411%2099.9986C177.408%2099.9986%20177.406%2099.9999%20177.403%2099.9999C177.373%20100.001%20177.346%20100.01%20177.318%20100.019C177.305%20100.022%20177.289%20100.021%20177.277%20100.027L170.27%20103.107L174.106%2099.2433C174.186%2099.1626%20174.22%2099.0479%20174.195%2098.9366C174.171%2098.8266%20174.091%2098.7359%20173.986%2098.6959L171.31%2097.6953C170.768%2097.4933%20170.338%2097.0926%20170.098%2096.5659C169.859%2096.0393%20169.838%2095.4513%20170.041%2094.9086L176.927%2076.4866C177.243%2075.6446%20178.058%2075.0786%20178.956%2075.0786C179.215%2075.0786%20179.47%2075.1253%20179.714%2075.2166L200%2082.7986V82.0866L179.948%2074.5919C179.628%2074.4726%20179.295%2074.4119%20178.956%2074.4119ZM194.238%2043.6739C194.366%2044.0639%20194.486%2044.4332%20194.526%2044.7965C194.574%2045.2472%20194.456%2045.7299%20194.188%2046.1919C194.096%2046.3512%20194.148%2046.5545%20194.309%2046.6479C194.362%2046.6785%20194.419%2046.6925%20194.476%2046.6925C194.59%2046.6925%20194.702%2046.6332%20194.764%2046.5265C195.105%2045.9419%20195.252%2045.3192%20195.188%2044.7259C195.142%2044.2925%20195.004%2043.8725%20194.87%2043.4659C194.814%2043.2945%20194.757%2043.1212%20194.708%2042.9459C194.546%2042.3805%20194.531%2041.8879%20194.662%2041.4819C194.794%2041.0772%20195.06%2040.6939%20195.342%2040.2885L195.511%2040.0432C195.616%2039.8905%20195.576%2039.6839%20195.424%2039.5799C195.272%2039.4765%20195.064%2039.5159%20194.96%2039.6679L194.795%2039.9079C194.498%2040.3352%20194.191%2040.7772%20194.028%2041.2752C193.855%2041.8105%20193.868%2042.4345%20194.066%2043.1292C194.118%2043.3119%20194.178%2043.4932%20194.238%2043.6739ZM77.2866%2023.3192L77.6773%2023.1119H77.6786L84.0006%2019.7659L87.2686%2018.0359C87.2693%2018.0359%2087.2693%2018.0352%2087.2693%2018.0352L87.6606%2017.8279C90.3286%2017.9712%2093.466%2020.8212%2094.442%2022.8065L92.9566%2023.5932C92.9553%2023.5939%2092.9546%2023.5932%2092.9533%2023.5939L92.9513%2023.5959L84.0006%2028.3332L77.5906%2031.7259C76.498%2029.8019%2075.9053%2025.6052%2077.2866%2023.3192ZM76.9542%2019.1852C76.6609%2017.7906%2076.9615%2016.4532%2077.8009%2015.4192C78.6382%2014.3872%2079.9229%2013.7712%2081.2382%2013.7712C81.9769%2013.7712%2083.0155%2013.9646%2084.0002%2014.8119C84.1415%2014.9339%2084.2822%2015.0692%2084.4202%2015.2192L86.5809%2017.6452L84.0002%2019.0112L77.7415%2022.3232L76.9542%2019.1852ZM97.2858%2030.6393C97.8731%2030.8226%2098.0618%2031.182%2097.8811%2031.77C97.2425%2033.846%2096.1818%2037.2926%2095.9678%2037.9873L94.8891%2038.558L96.7685%2032.4486C96.9678%2031.8026%2096.7418%2031.374%2096.0971%2031.1726L90.3418%2029.3753C90.5111%2029.1313%2090.6638%2028.8773%2090.7958%2028.6126L97.2858%2030.6393ZM97.9956%2037.6685C98.2176%2037.5505%2098.4682%2037.4885%2098.7202%2037.4885C99.0276%2037.4885%2099.3249%2037.5785%2099.5802%2037.7492L102.949%2039.9465L88.8369%2047.4165L88.8689%2043.4185C88.8729%2042.8492%2089.1896%2042.3292%2089.6929%2042.0632L97.9956%2037.6685ZM87.8456%2030.7246C86.6382%2031.3646%2085.2709%2031.5113%2083.9996%2031.2073C83.2462%2031.0273%2082.5269%2030.6899%2081.8936%2030.2026L83.9996%2029.0879L90.7602%2025.5093C90.8896%2027.6526%2089.7702%2029.7066%2087.8456%2030.7246ZM94.6272%2026.7561C94.6899%2026.7227%2094.7566%2026.7061%2094.8266%2026.7061C94.9859%2026.7061%2095.1319%2026.7934%2095.2059%2026.9341C95.2599%2027.0354%2095.2712%2027.1514%2095.2372%2027.2607C95.2032%2027.3701%2095.1292%2027.4594%2095.0279%2027.5134C94.8232%2027.6214%2094.5566%2027.5374%2094.4492%2027.3341C94.3386%2027.1261%2094.4186%2026.8661%2094.6272%2026.7561ZM76.7686%2022.8881C75.1019%2025.5154%2075.8653%2030.3647%2077.1933%2032.3521C77.2566%2032.4474%2077.3619%2032.5001%2077.4706%2032.5001C77.5233%2032.5001%2077.5766%2032.4881%2077.6259%2032.4621L81.2446%2030.5467C82.0513%2031.2347%2083.0019%2031.6867%2083.9999%2031.8961C84.4159%2031.9834%2084.8386%2032.0327%2085.2639%2032.0327C86.2526%2032.0321%2087.2473%2031.7974%2088.1586%2031.3147C88.8319%2030.9587%2089.4159%2030.4861%2089.8999%2029.9361L95.8993%2031.8094C96.1959%2031.9021%2096.2239%2031.9554%2096.1326%2032.2527L94.0559%2038.9994L89.3813%2041.4734C88.6613%2041.8547%2088.2093%2042.5987%2088.2026%2043.4134L88.1706%2047.4641C88.1693%2047.6867%2088.2859%2047.8961%2088.4759%2048.0114C88.5753%2048.0721%2088.6893%2048.1034%2088.8059%2048.1034C88.9093%2048.1034%2089.0126%2048.0781%2089.1039%2048.0301L103.262%2040.5361C103.458%2040.4314%20103.588%2040.2281%20103.599%2040.0054C103.611%2039.7834%20103.503%2039.5687%20103.317%2039.4447L99.9506%2037.1947C99.2859%2036.7501%2098.3899%2036.7061%2097.6839%2037.0787L96.8013%2037.5467C97.1973%2036.2621%2097.9986%2033.6581%2098.5186%2031.9667C98.8073%2031.0287%2098.4206%2030.2947%2097.4846%2030.0027L91.0606%2027.9961C91.3919%2027.1081%2091.5199%2026.1421%2091.4126%2025.1641L92.9706%2024.3401L94.0466%2026.3734C93.7246%2026.7047%2093.6313%2027.2161%2093.8593%2027.6461C94.0493%2028.0061%2094.4206%2028.2301%2094.8273%2028.2301C95.0046%2028.2301%2095.1813%2028.1861%2095.3393%2028.1027C95.5973%2027.9654%2095.7873%2027.7361%2095.8733%2027.4567C95.9593%2027.1774%2095.9313%2026.8814%2095.7953%2026.6221C95.5759%2026.2081%2095.0913%2025.9941%2094.6386%2026.0654L93.5599%2024.0274L95.0293%2023.2501C95.1806%2023.1701%2095.2466%2022.9887%2095.1819%2022.8301C94.2859%2020.6147%2090.7039%2017.2567%2087.5946%2017.1587C87.5413%2017.1607%2087.4799%2017.1701%2087.4279%2017.1967L87.1879%2017.3247L84.9139%2014.7714C84.6339%2014.4667%2084.3259%2014.2054%2083.9999%2013.9807C83.1766%2013.4134%2082.2279%2013.1047%2081.2379%2013.1047C79.7239%2013.1047%2078.2453%2013.8134%2077.2819%2014.9987C76.3146%2016.1921%2075.9659%2017.7274%2076.3046%2019.3347L77.1353%2022.6447L76.8946%2022.7714C76.8433%2022.7987%2076.8006%2022.8394%2076.7686%2022.8881ZM38.8433%20140.427C39.754%20140.216%2040.594%20140.496%2040.874%20141.477C41.3646%20143.788%2037.1626%20144.558%2037.8633%20149.6L43.5353%20148.339L43.3253%20147.429L38.9133%20148.409C38.6333%20144.838%2042.5553%20144.067%2041.9246%20141.197C41.6446%20139.936%2040.5239%20139.095%2038.7033%20139.515C37.6533%20139.726%2036.6726%20140.356%2036.1826%20140.846L36.6726%20141.617C37.1626%20141.126%2037.9333%20140.637%2038.8433%20140.427ZM46.1267%20139.586C46.1967%20140.076%2046.3367%20140.846%2046.5467%20141.687L47.0367%20143.928L45.1461%20144.347C44.7961%20144.418%2044.3061%20144.558%2044.0254%20144.628L46.1267%20139.586ZM47.2466%20144.838L47.8073%20147.289L48.8573%20147.079L48.2973%20144.628L49.6979%20144.347L49.4879%20143.437L48.0873%20143.717L46.7566%20137.695L45.9866%20137.835L42.9053%20144.978L43.0453%20145.749L47.2466%20144.838ZM29.5674%20133.743L57.7027%20126.949L60.694%20139.333L63.0367%20149.036C63.0374%20149.041%2063.0387%20149.046%2063.0401%20149.05C63.2887%20150.048%2063.9814%20150.821%2064.8567%20151.211L37.9761%20157.703C37.312%20157.864%2036.6294%20157.755%2036.048%20157.4C35.6074%20157.131%2035.266%20156.743%2035.0574%20156.282L34.8954%20155.806L30.9174%20139.333L29.5674%20133.743ZM64.2809%20129.628L66.6249%20139.333L68.4709%20146.976C68.4715%20146.979%2068.4722%20146.983%2068.4729%20146.987L68.6395%20147.675V147.676C68.9682%20149.041%2068.1249%20150.421%2066.7602%20150.751H66.7596L66.7582%20150.752C65.3922%20151.082%2064.0129%20150.237%2063.6829%20148.871C63.6822%20148.866%2063.6809%20148.862%2063.6796%20148.858L61.3796%20139.333L59.3242%20130.825L64.2809%20129.628ZM34.5028%20156.668C34.7688%20157.201%2035.1795%20157.65%2035.7002%20157.969C36.2122%20158.281%2036.7868%20158.442%2037.3715%20158.442C37.6248%20158.442%2037.8795%20158.411%2038.1322%20158.351L66.9162%20151.4C66.9168%20151.4%2066.9175%20151.399%2066.9175%20151.399C68.6402%20150.982%2069.7028%20149.241%2069.2868%20147.518L67.3102%20139.333L64.8502%20129.147C64.8075%20128.968%2064.6248%20128.861%2064.4482%20128.901L59.1682%20130.177L58.2722%20126.468C58.2515%20126.382%2058.1982%20126.308%2058.1222%20126.261C58.0462%20126.216%2057.9555%20126.203%2057.8695%20126.222L29.0875%20133.174C28.9075%20133.217%2028.7982%20133.397%2028.8415%20133.576L30.2315%20139.333L34.3762%20156.495C34.3935%20156.567%2034.4408%20156.626%2034.5028%20156.668ZM79.45%20181.826C80.7654%20180.511%2082.3227%20179.53%2084%20178.902C86.874%20177.827%2090.102%20177.795%2093.078%20178.943C93.2487%20179.007%2093.4427%20178.923%2093.5087%20178.751C93.5753%20178.579%2093.4893%20178.387%2093.3173%20178.32C90.268%20177.143%2086.9653%20177.147%2084%20178.195C82.1467%20178.85%2080.4227%20179.91%2078.9787%20181.355C73.8547%20186.479%2073.7587%20194.74%2078.6627%20200H79.586C79.542%20199.957%2079.494%20199.922%2079.45%20199.879C74.474%20194.901%2074.474%20186.803%2079.45%20181.826ZM61.5812%200H60.3399C57.5112%201.70067%2054.2025%202.68067%2050.6692%202.68067C47.1345%202.68067%2043.8259%201.70067%2040.9965%200H39.7559C42.8725%202.112%2046.6292%203.34733%2050.6692%203.34733C54.7085%203.34733%2058.4645%202.112%2061.5812%200ZM50.6689%20164.347C39.9163%20164.347%2031.1689%20173.095%2031.1689%20183.847C31.1689%20190.56%2034.5783%20196.491%2039.7556%20200H40.9963C35.5129%20196.704%2031.8356%20190.698%2031.8356%20183.847C31.8356%20173.463%2040.2829%20165.014%2050.6689%20165.014C61.0529%20165.014%2069.5009%20173.463%2069.5009%20183.847C69.5009%20190.698%2065.8236%20196.704%2060.3396%20200H61.5809C66.7583%20196.491%2070.1676%20190.56%2070.1676%20183.847C70.1676%20173.095%2061.4203%20164.347%2050.6689%20164.347ZM119.169%20177.004C118.951%20176.987%20118.695%20176.975%20118.408%20176.975C116.916%20176.975%20114.803%20177.295%20112.935%20178.75C112.911%20178.651%20112.89%20178.551%20112.87%20178.452C112.855%20178.37%20112.837%20178.288%20112.824%20178.206C112.8%20178.054%20112.785%20177.902%20112.773%20177.751C112.768%20177.69%20112.758%20177.63%20112.756%20177.568C112.745%20177.369%20112.743%20177.169%20112.75%20176.972C112.75%20176.961%20112.75%20176.948%20112.75%20176.937C112.838%20174.76%20114%20172.745%20115.839%20171.578C115.855%20171.569%20115.87%20171.561%20115.886%20171.552C116.049%20171.451%20116.216%20171.355%20116.389%20171.268C116.472%20171.226%20116.559%20171.191%20116.643%20171.152C116.752%20171.103%20116.86%20171.051%20116.972%20171.007C117.083%20170.965%20117.198%20170.929%20117.31%20170.892C117.388%20170.867%20117.463%20170.84%20117.541%20170.817C117.212%20172.821%20117.757%20174.897%20119.169%20177.004ZM144.029%20180.698L139.685%20164.519C139.661%20164.433%20139.605%20164.36%20139.529%20164.316C139.452%20164.271%20139.362%20164.26%20139.276%20164.283L117.501%20170.131C117.287%20170.188%20117.081%20170.258%20116.877%20170.333C116.854%20170.341%20116.83%20170.347%20116.807%20170.355C116.699%20170.397%20116.595%20170.447%20116.491%20170.493C116.369%20170.545%20116.246%20170.593%20116.128%20170.651C116.078%20170.677%20116.031%20170.707%20115.98%20170.733C115.813%20170.822%20115.646%20170.912%20115.487%20171.013C115.483%20171.014%20115.481%20171.017%20115.479%20171.019C114.489%20171.644%20113.659%20172.502%20113.058%20173.545C112.336%20174.798%20112.008%20176.203%20112.091%20177.613V177.641C112.105%20177.854%20112.13%20178.067%20112.163%20178.281C112.167%20178.312%20112.168%20178.343%20112.173%20178.373C112.213%20178.617%20112.264%20178.86%20112.329%20179.102L112.419%20179.433C112.419%20179.433%20112.419%20179.434%20112.419%20179.434L117.942%20200H118.632L113.119%20179.471C114.893%20177.971%20116.963%20177.642%20118.408%20177.642C119.247%20177.642%20119.806%20177.755%20119.811%20177.755C119.836%20177.761%20119.862%20177.764%20119.884%20177.762C120.081%20177.759%20120.226%20177.616%20120.226%20177.429C120.226%20177.325%20120.176%20177.231%20120.101%20177.169C120.035%20177.081%20119.982%20176.993%20119.921%20176.907L137.537%20172.175C137.715%20172.128%20137.821%20171.945%20137.773%20171.767C137.725%20171.59%20137.541%20171.483%20137.365%20171.532L119.523%20176.323C118.289%20174.359%20117.873%20172.445%20118.268%20170.615L139.127%20165.013L143.315%20180.611C143.049%20180.59%20142.779%20180.577%20142.507%20180.577C141.617%20180.577%20140.725%20180.695%20139.857%20180.929C138.245%20181.362%20136.797%20182.167%20135.604%20183.267L118.858%20187.763C118.681%20187.811%20118.575%20187.993%20118.622%20188.171C118.663%20188.32%20118.797%20188.418%20118.945%20188.418C118.973%20188.418%20119.003%20188.414%20119.031%20188.407L134.722%20184.193C134.333%20184.653%20133.977%20185.148%20133.669%20185.682C133.283%20186.353%20132.985%20187.059%20132.761%20187.783L119.798%20191.264C119.619%20191.311%20119.515%20191.494%20119.562%20191.672C119.603%20191.82%20119.737%20191.919%20119.884%20191.919C119.913%20191.919%20119.943%20191.915%20119.971%20191.907L132.555%20188.527C132.323%20189.548%20132.257%20190.597%20132.35%20191.647L120.738%20194.766C120.561%20194.813%20120.455%20194.996%20120.503%20195.174C120.543%20195.323%20120.677%20195.421%20120.825%20195.421C120.853%20195.421%20120.883%20195.417%20120.911%20195.409L132.427%20192.316C132.484%20192.685%20132.557%20193.053%20132.655%20193.418C132.817%20194.021%20133.035%20194.597%20133.297%20195.147L121.678%20198.267C121.501%20198.315%20121.395%20198.497%20121.444%20198.675C121.483%20198.824%20121.618%20198.922%20121.765%20198.922C121.794%20198.922%20121.823%20198.918%20121.852%20198.91L133.606%20195.753C134.139%20196.705%20134.819%20197.554%20135.609%20198.279L129.202%20200H131.769L136.227%20198.803C136.831%20199.274%20137.489%20199.673%20138.185%20200H140.118C136.858%20199.155%20134.203%20196.613%20133.299%20193.245C132.639%20190.787%20132.976%20188.219%20134.247%20186.015C134.72%20185.195%20135.302%20184.462%20135.973%20183.83C135.973%20183.829%20135.973%20183.829%20135.974%20183.829C137.104%20182.763%20138.487%20181.987%20140.03%20181.573C140.841%20181.355%20141.675%20181.244%20142.507%20181.244C146.806%20181.244%20150.587%20184.147%20151.702%20188.303C153.064%20193.377%20150.045%20198.612%20144.972%20199.975C144.937%20199.984%20144.901%20199.991%20144.866%20200H146.823C147.34%20199.755%20147.831%20199.469%20148.293%20199.149L148.522%20200H149.212L148.869%20198.725C151.926%20196.269%20153.426%20192.153%20152.345%20188.131C151.285%20184.182%20147.977%20181.297%20144.029%20180.698ZM126.449%20139.333C126.137%20137.066%20126.679%20134.803%20128.008%20132.935C129.683%20130.579%20132.414%20129.173%20135.314%20129.173C137.177%20129.173%20138.967%20129.745%20140.487%20130.826C142.433%20132.208%20143.724%20134.27%20144.122%20136.629C144.277%20137.537%20144.287%20138.447%20144.168%20139.333C143.977%20140.751%20143.447%20142.109%20142.595%20143.305C140.923%20145.66%20138.191%20147.067%20135.289%20147.067C133.426%20147.067%20131.638%20146.495%20130.117%20145.414C128.172%20144.031%20126.881%20141.971%20126.481%20139.611C126.467%20139.519%20126.462%20139.426%20126.449%20139.333ZM129.731%20145.957C131.366%20147.119%20133.287%20147.733%20135.289%20147.733C138.407%20147.733%20141.341%20146.222%20143.141%20143.691C144.072%20142.381%20144.647%20140.889%20144.841%20139.333C144.958%20138.409%20144.94%20137.463%20144.78%20136.519C144.351%20133.983%20142.965%20131.769%20140.873%20130.283C139.24%20129.121%20137.317%20128.507%20135.314%20128.507C132.199%20128.507%20129.264%20130.018%20127.465%20132.548C126.055%20134.532%20125.47%20136.927%20125.779%20139.333C125.795%20139.463%20125.803%20139.592%20125.825%20139.721C126.254%20142.257%20127.641%20144.472%20129.731%20145.957ZM54.9499%20136.925L54.8099%20136.225L52.4986%20136.715L52.0086%20134.474L51.3086%20134.614L52.0086%20137.555L54.9499%20136.925ZM52.2888%20133.564C54.1794%20133.564%2055.7201%20135.104%2055.7201%20136.995C55.7201%20138.885%2054.1794%20140.427%2052.2888%20140.427C50.3981%20140.427%2048.8574%20138.885%2048.8574%20136.995C48.8574%20135.104%2050.3981%20133.564%2052.2888%20133.564ZM52.2889%20141.057C54.5302%20141.057%2056.3509%20139.235%2056.3509%20136.995C56.3509%20134.754%2054.5302%20132.933%2052.2889%20132.933C50.0482%20132.933%2048.2275%20134.754%2048.2275%20136.995C48.2275%20139.235%2050.0482%20141.057%2052.2889%20141.057ZM121.337%20155.787L125.179%20150.38L127.05%20151.709L123.206%20157.115C122.916%20157.524%20122.3%20157.633%20121.884%20157.338L121.56%20157.109C121.354%20156.962%20121.216%20156.743%20121.174%20156.493C121.132%20156.243%20121.19%20155.993%20121.337%20155.787ZM127.708%20146.822C127.995%20147.071%20128.295%20147.309%20128.611%20147.534C128.924%20147.757%20129.251%20147.958%20129.582%20148.147L127.436%20151.166L125.565%20149.837L127.708%20146.822ZM124.505%20139.333C124.215%20136.763%20124.82%20134.083%20126.432%20131.814C128.47%20128.947%20131.789%20127.235%20135.311%20127.235C137.578%20127.235%20139.755%20127.932%20141.608%20129.249C143.977%20130.934%20145.549%20133.44%20146.033%20136.306C146.204%20137.321%20146.226%20138.337%20146.115%20139.333C145.914%20141.149%20145.259%20142.895%20144.172%20144.425C142.135%20147.293%20138.814%20149.004%20135.293%20149.004C133.027%20149.004%20130.85%20148.308%20128.997%20146.991C126.375%20145.127%20124.841%20142.303%20124.505%20139.333ZM121.174%20157.652L121.499%20157.881C121.774%20158.077%20122.096%20158.181%20122.434%20158.181C122.955%20158.181%20123.449%20157.927%20123.751%20157.501L127.774%20151.842C127.779%20151.836%20127.782%20151.83%20127.786%20151.825L130.172%20148.469C131.757%20149.259%20133.499%20149.671%20135.293%20149.671C139.031%20149.671%20142.554%20147.854%20144.716%20144.811C145.886%20143.167%20146.58%20141.287%20146.784%20139.333C146.892%20138.3%20146.868%20137.247%20146.692%20136.195C146.176%20133.153%20144.508%20130.493%20141.994%20128.706C140.028%20127.308%20137.717%20126.569%20135.312%20126.569C131.574%20126.569%20128.052%20128.385%20125.889%20131.427C124.193%20133.815%20123.543%20136.63%20123.835%20139.333C124.116%20141.937%20125.27%20144.439%20127.223%20146.354L120.793%20155.4C120.543%20155.751%20120.446%20156.179%20120.517%20156.604C120.588%20157.03%20120.822%20157.401%20121.174%20157.652ZM56.2045%200H53.5258C52.5912%200.163333%2051.6372%200.251333%2050.6692%200.251333C49.7005%200.251333%2048.7465%200.163333%2047.8118%200H45.1318C46.8912%200.601333%2048.7552%200.918%2050.6692%200.918C52.5818%200.918%2054.4458%200.601333%2056.2045%200ZM142.685%20197.435L141.259%20192.129C141.221%20191.98%20141.086%20191.881%20140.939%20191.881C140.91%20191.881%20140.881%20191.885%20140.853%20191.893L138.093%20192.633L140.915%20184.866L147.247%20190.176L144.489%20190.916C144.403%20190.939%20144.331%20190.995%20144.285%20191.072C144.242%20191.149%20144.229%20191.24%20144.253%20191.325L145.677%20196.631L142.685%20197.435ZM146.408%20196.779L144.982%20191.474L148.036%20190.655C148.157%20190.622%20148.25%20190.525%20148.277%20190.405C148.303%20190.283%20148.26%20190.157%20148.165%20190.077L140.977%20184.049C140.894%20183.979%20140.782%20183.955%20140.676%20183.983C140.572%20184.011%20140.488%20184.089%20140.45%20184.191L137.248%20193.007C137.205%20193.125%20137.231%20193.255%20137.315%20193.346C137.398%20193.437%20137.528%20193.473%20137.647%20193.443L140.702%20192.623L142.128%20197.929C142.15%20198.014%20142.206%20198.087%20142.283%20198.131C142.334%20198.161%20142.392%20198.176%20142.45%20198.176C142.478%20198.176%20142.507%20198.172%20142.535%20198.164L146.172%20197.187C146.35%20197.14%20146.454%20196.957%20146.408%20196.779ZM139.533%20140.933L135.066%20138L138%20133.533L137.134%20133L133.667%20138.267L138.934%20141.733L139.533%20140.933ZM158.973%20124.603C160.107%20124.603%20161.258%20124.388%20162.37%20123.936C166.995%20122.055%20169.227%20116.764%20167.346%20112.141C166.012%20108.863%20162.866%20106.65%20159.33%20106.503C159.164%20106.515%20158.991%20106.638%20158.982%20106.823C158.976%20107.007%20159.118%20107.162%20159.302%20107.17C162.578%20107.306%20165.494%20109.355%20166.728%20112.392C168.47%20116.675%20166.402%20121.575%20162.119%20123.318C157.838%20125.06%20152.935%20122.992%20151.193%20118.709C149.944%20115.637%20150.625%20112.111%20152.926%20109.724C153.055%20109.592%20153.051%20109.381%20152.919%20109.253C152.786%20109.127%20152.576%20109.129%20152.448%20109.261C149.962%20111.838%20149.227%20115.645%20150.576%20118.961C152.003%20122.471%20155.397%20124.603%20158.973%20124.603ZM152.204%20159.468C152.204%20159.333%20152.096%20159.225%20151.961%20159.224H149.73L151.308%20157.646C151.404%20157.551%20151.404%20157.397%20151.308%20157.301C151.214%20157.206%20151.059%20157.206%20150.964%20157.301L149.385%20158.881V156.169C149.384%20156.035%20149.276%20155.926%20149.142%20155.926C149.006%20155.926%20148.897%20156.035%20148.897%20156.169V158.881L147.318%20157.301C147.224%20157.206%20147.069%20157.206%20146.974%20157.301C146.879%20157.397%20146.879%20157.551%20146.974%20157.646L148.553%20159.225H146.32C146.186%20159.225%20146.077%20159.334%20146.077%20159.468C146.076%20159.603%20146.186%20159.713%20146.32%20159.713H148.553L146.975%20161.29C146.879%20161.385%20146.879%20161.539%20146.974%20161.635C147.022%20161.683%20147.085%20161.706%20147.146%20161.706C147.208%20161.706%20147.271%20161.683%20147.319%20161.635L148.897%20160.057V162.767C148.897%20162.901%20149.006%20163.011%20149.142%20163.011C149.276%20163.011%20149.385%20162.901%20149.385%20162.767V160.057L150.964%20161.635C151.01%20161.683%20151.073%20161.706%20151.135%20161.706C151.198%20161.706%20151.26%20161.683%20151.308%20161.635C151.402%20161.539%20151.402%20161.385%20151.308%20161.29L149.73%20159.713H151.962C152.096%20159.713%20152.205%20159.603%20152.204%20159.468ZM174.516%2092.7019C174.342%2092.6379%20174.15%2092.7252%20174.086%2092.8979C174.022%2093.0705%20174.11%2093.2625%20174.282%2093.3265L196.098%20101.483C196.136%20101.497%20196.175%20101.503%20196.214%20101.503C196.349%20101.503%20196.477%20101.421%20196.526%20101.287C196.591%20101.114%20196.504%20100.922%20196.331%20100.857L174.516%2092.7019ZM175.622%2011.5632C177.512%2011.5632%20179.054%2013.1039%20179.054%2014.9946C179.054%2016.8859%20177.512%2018.4266%20175.622%2018.4266C173.731%2018.4266%20172.19%2016.8859%20172.19%2014.9946C172.19%2013.1039%20173.731%2011.5632%20175.622%2011.5632ZM175.622%2019.0567C177.863%2019.0567%20179.684%2017.2353%20179.684%2014.9947C179.684%2012.754%20177.863%2010.9333%20175.622%2010.9333C173.381%2010.9333%20171.56%2012.754%20171.56%2014.9947C171.56%2017.2353%20173.381%2019.0567%20175.622%2019.0567ZM0.662667%2089.6047C0.798%2089.6047%200.924667%2089.522%200.975333%2089.388C1.03867%2089.2153%200.951333%2089.0233%200.78%2088.9593L0%2088.6673V89.38L0.545333%2089.584C0.584667%2089.5987%200.623333%2089.6047%200.662667%2089.6047ZM194.193%20136.567C193.948%20136.763%20193.808%20137.055%20193.808%20137.368L193.808%20139.333L193.8%20153.758C193.8%20155.012%20194.598%20156.083%20195.767%20156.467L195.51%20157.623C195.434%20157.969%20195.496%20158.324%20195.687%20158.623C195.878%20158.923%20196.173%20159.13%20196.52%20159.206L200%20159.98V159.297L196.664%20158.555C196.491%20158.517%20196.343%20158.414%20196.25%20158.265C196.154%20158.116%20196.123%20157.939%20196.162%20157.767L196.413%20156.636L200%20157.433V156.749L196.231%20155.911C196.23%20155.911%20196.228%20155.911%20196.227%20155.911L196.186%20155.902C195.173%20155.678%20194.466%20154.796%20194.466%20153.758L194.474%20139.333L194.475%20137.368C194.475%20137.258%20194.524%20137.155%20194.61%20137.087C194.673%20137.035%20194.754%20137.007%20194.836%20137.007C194.862%20137.007%20194.889%20137.01%20194.914%20137.016L200%20138.146V137.463L195.059%20136.365C194.758%20136.297%20194.434%20136.373%20194.193%20136.567ZM197.698%2097.536C197.833%2097.536%20197.96%2097.4534%20198.009%2097.3194C198.074%2097.1467%20197.987%2096.9547%20197.814%2096.89L175.999%2088.7354C175.825%2088.6707%20175.634%2088.7587%20175.569%2088.9314C175.505%2089.1033%20175.592%2089.296%20175.765%2089.36L197.581%2097.5154C197.619%2097.5294%20197.659%2097.536%20197.698%2097.536ZM0.337333%2059.644C1.43333%2059.644%202.396%2058.8387%202.56%2057.7234C2.738%2056.5174%201.90467%2055.3767%200.697333%2055.1787L0%2055.0754V55.7494L0.594667%2055.8374C1.44%2055.976%202.026%2056.778%201.90067%2057.6267C1.774%2058.4887%200.972667%2059.0874%200.106667%2058.9607L0%2058.9447V59.6194L0.01%2059.6207C0.119333%2059.636%200.228667%2059.644%200.337333%2059.644ZM199.179%2093.5706C199.314%2093.5706%20199.441%2093.488%20199.492%2093.3533C199.556%2093.1813%20199.469%2092.9893%20199.297%2092.9246L177.48%2084.77C177.307%2084.7066%20177.116%2084.7933%20177.052%2084.9653C176.987%2085.138%20177.075%2085.33%20177.247%2085.3946L199.062%2093.5493C199.101%2093.564%20199.141%2093.5706%20199.179%2093.5706ZM188.369%20122.567C188.611%20123.315%20189.02%20123.9%20189.525%20124.208C189.02%20124.516%20188.611%20125.1%20188.369%20125.85C188.128%20125.1%20187.719%20124.516%20187.215%20124.208C187.719%20123.9%20188.128%20123.315%20188.369%20122.567ZM188.129%20127.445C188.129%20127.577%20188.237%20127.685%20188.368%20127.685C188.501%20127.685%20188.607%20127.577%20188.607%20127.445C188.607%20125.82%20189.404%20124.447%20190.347%20124.447C190.478%20124.447%20190.586%20124.34%20190.586%20124.208C190.586%20124.075%20190.478%20123.969%20190.347%20123.969C189.404%20123.969%20188.607%20122.595%20188.607%20120.971C188.607%20120.839%20188.501%20120.732%20188.368%20120.732C188.237%20120.732%20188.129%20120.839%20188.129%20120.971C188.129%20122.595%20187.334%20123.969%20186.391%20123.969C186.257%20123.969%20186.151%20124.075%20186.151%20124.208C186.151%20124.34%20186.257%20124.447%20186.391%20124.447C187.334%20124.447%20188.129%20125.82%20188.129%20127.445ZM122.704%202.42267C122.733%202.42267%20122.762%202.41867%20122.791%202.41067L131.768%200H129.202L122.618%201.768C122.441%201.81533%20122.336%201.998%20122.384%202.176C122.423%202.32467%20122.558%202.42267%20122.704%202.42267ZM1.73933%20118.883C2.88733%20118.883%203.97%20118.181%204.394%20117.044L11.2827%2098.6206C11.828%2097.1586%2011.0833%2095.5233%209.62133%2094.9753L7.428%2094.1572L12.1407%2089.4106C12.254%2089.2972%2012.2687%2089.1193%2012.1787%2088.9873C12.088%2088.8546%2011.9153%2088.8079%2011.77%2088.8706L3.87533%2092.3413L5.772%2087.2686C6.318%2085.8059%205.57333%2084.1712%204.112%2083.6239L0%2082.0866V82.7986L3.87733%2084.2479C4.996%2084.6666%205.56467%2085.9173%205.14733%2087.0353L2.97667%2092.8433L0%20100.805V102.707L3.54933%2093.2132L10.4287%2090.1879L6.59133%2094.0533C6.51133%2094.1339%206.47733%2094.2493%206.50267%2094.3599C6.52667%2094.4706%206.60533%2094.5612%206.71133%2094.6012L9.388%2095.5999C10.5053%2096.0192%2011.0747%2097.2699%2010.6573%2098.3873L3.77067%20116.811C3.352%20117.928%202.10133%20118.497%200.984667%20118.079L0%20117.711V118.424L0.751333%20118.705C1.07667%20118.826%201.41133%20118.883%201.73933%20118.883ZM145.145%200.618667C145.733%200.460667%20146.291%200.251333%20146.823%200H144.866C144.088%200.199333%20143.291%200.303333%20142.495%200.303333C141.679%200.303333%20140.882%200.198%20140.118%200H138.185C139.505%200.621333%20140.967%200.97%20142.495%200.97C143.385%200.97%20144.277%200.852667%20145.145%200.618667ZM4.27067%2057.976C4.58933%2055.8066%203.08467%2053.782%200.916%2053.4626L0%2053.3273V54.0013L0.818667%2054.1226C2.624%2054.388%203.87667%2056.0733%203.61133%2057.8793C3.35733%2059.6033%201.76467%2060.856%200%2060.6766V61.348C0.114%2061.358%200.228667%2061.3733%200.342%2061.3733C2.29667%2061.3733%203.986%2059.9126%204.27067%2057.976ZM178.282%2014.9245L178.143%2014.2245L175.832%2014.7145L175.342%2012.4739L174.642%2012.6139L175.342%2015.5552L178.282%2014.9245ZM178.535%2080.9986C178.471%2081.1713%20178.559%2081.3633%20178.73%2081.4279L200%2089.3799V88.6673L178.964%2080.8026C178.789%2080.7393%20178.6%2080.8259%20178.535%2080.9986ZM183.133%20170.358C183.103%20170.177%20182.93%20170.053%20182.75%20170.083L162.565%20173.407C162.383%20173.437%20162.26%20173.607%20162.291%20173.789C162.316%20173.953%20162.459%20174.068%20162.618%20174.068C162.637%20174.068%20162.655%20174.067%20162.673%20174.064L182.858%20170.741C183.039%20170.711%20183.163%20170.539%20183.133%20170.358ZM183.738%20174.027C183.709%20173.845%20183.537%20173.721%20183.355%20173.753L163.171%20177.077C162.989%20177.107%20162.867%20177.278%20162.896%20177.46C162.922%20177.623%20163.064%20177.739%20163.225%20177.739C163.243%20177.739%20163.26%20177.738%20163.279%20177.734L183.463%20174.41C183.645%20174.381%20183.768%20174.209%20183.738%20174.027ZM4.59483%20126.67L4.83883%20126.367C4.95283%20126.222%204.92883%20126.012%204.78417%20125.899C4.64017%20125.784%204.43017%20125.81%204.3155%20125.953L4.07617%20126.251C3.66083%20126.766%203.23083%20127.298%202.98283%20127.906C2.7175%20128.556%202.6775%20129.339%202.86417%20130.233C2.9135%20130.473%202.97283%20130.71%203.03217%20130.945C3.16083%20131.464%203.28217%20131.953%203.29883%20132.433C3.3195%20133.037%203.11883%20133.665%202.7195%20134.25C2.6155%20134.401%202.65417%20134.609%202.80617%20134.714C2.86417%20134.753%202.92883%20134.771%202.99417%20134.771C3.10017%20134.771%203.20483%20134.721%203.26817%20134.627C3.75017%20133.924%203.99017%20133.158%203.9655%20132.41C3.94617%20131.86%203.81017%20131.313%203.67817%20130.785C3.6215%20130.557%203.56417%20130.328%203.51617%20130.097C3.3575%20129.336%203.38617%20128.683%203.60017%20128.157C3.81083%20127.64%204.19217%20127.169%204.59483%20126.67ZM180.646%204.87598L185.981%2026.9633C185.982%2026.968%20185.983%2026.9726%20185.985%2026.9773C186.233%2027.9746%20186.926%2028.748%20187.802%2029.138L160.921%2035.63C160.257%2035.792%20159.574%2035.6826%20158.993%2035.3266C158.552%2035.0573%20158.211%2034.67%20158.002%2034.2093L157.84%2033.7333L152.512%2011.6706L180.646%204.87598ZM187.226%207.55469L191.416%2024.9034L191.418%2024.9134L191.585%2025.602V25.6034C191.914%2026.968%20191.07%2028.348%20189.705%2028.6787H189.704L189.702%2028.6794C188.338%2029.0114%20186.958%2028.1634%20186.628%2026.798C186.628%2026.7934%20186.626%2026.7894%20186.625%2026.7854L182.27%208.75202L187.226%207.55469ZM157.321%2034.4221C157.338%2034.4941%20157.386%2034.5528%20157.448%2034.5955C157.715%2035.1288%20158.125%2035.5775%20158.645%2035.8961C159.157%2036.2088%20159.731%2036.3695%20160.316%2036.3695C160.57%2036.3695%20160.825%2036.3388%20161.077%2036.2781L189.861%2029.3268C189.862%2029.3268%20189.863%2029.3261%20189.863%2029.3261C191.585%2028.9088%20192.647%2027.1681%20192.231%2025.4448L187.795%207.0748C187.753%206.8948%20187.57%206.78814%20187.393%206.82814L182.113%208.10347L181.217%204.39547C181.197%204.30947%20181.143%204.23547%20181.067%204.1888C180.992%204.14347%20180.9%204.13013%20180.814%204.14947L152.033%2011.1015C151.853%2011.1448%20151.743%2011.3248%20151.785%2011.5035L157.321%2034.4221ZM9.54136%20127.763L9.78069%20127.465C9.89469%20127.322%209.87069%20127.112%209.72669%20126.997C9.58269%20126.883%209.37269%20126.907%209.25802%20127.051L9.02336%20127.344C8.60602%20127.859%208.17402%20128.393%207.92469%20129.004C7.65936%20129.655%207.61936%20130.437%207.80669%20131.333C7.85602%20131.571%207.91469%20131.807%207.97336%20132.041C8.10136%20132.56%208.22469%20133.05%208.24002%20133.532C8.26069%20134.135%208.06002%20134.764%207.66069%20135.349C7.55669%20135.501%207.59602%20135.708%207.74802%20135.813C7.80536%20135.852%207.87069%20135.871%207.93469%20135.871C8.04202%20135.871%208.14669%20135.82%208.21136%20135.725C8.69136%20135.021%208.93136%20134.256%208.90669%20133.51C8.88869%20132.958%208.75202%20132.409%208.61936%20131.881C8.56336%20131.654%208.50602%20131.426%208.45869%20131.197C8.30002%20130.435%208.32736%20129.781%208.54202%20129.256C8.75402%20128.735%209.13669%20128.264%209.54136%20127.763ZM169.459%2017.5859C169.53%2018.0759%20169.67%2018.8459%20169.88%2019.6866L170.37%2021.9279L168.479%2022.3479C168.129%2022.4179%20167.639%2022.5579%20167.359%2022.6279L169.459%2017.5859ZM170.581%2022.838L171.141%2025.2886L172.191%2025.0793L171.631%2022.628L173.032%2022.348L172.822%2021.4373L171.421%2021.718L170.091%2015.6953L169.32%2015.8353L166.239%2022.978L166.379%2023.748L170.581%2022.838ZM162.177%2018.4267C163.088%2018.216%20163.928%2018.4967%20164.208%2019.4767C164.699%2021.788%20160.497%2022.558%20161.197%2027.6L166.869%2026.3393L166.659%2025.4286L162.248%2026.4093C161.967%2022.838%20165.889%2022.0673%20165.259%2019.1967C164.978%2017.936%20163.858%2017.0953%20162.037%2017.516C160.987%2017.726%20160.007%2018.356%20159.517%2018.846L160.007%2019.6167C160.497%2019.1267%20161.267%2018.636%20162.177%2018.4267ZM196.846%20191.427C196.557%20191.83%20196.127%20192.097%20195.637%20192.178L173.28%20195.859C172.789%20195.939%20172.296%20195.825%20171.893%20195.535C171.489%20195.246%20171.222%20194.817%20171.142%20194.326L170.31%20189.277L186.584%20186.597C187.251%20186.489%20187.834%20186.126%20188.228%20185.577C188.621%20185.028%20188.778%20184.359%20188.668%20183.692L186.77%20172.163L190.551%20167.038L189.372%20171.453C189.342%20171.563%20189.371%20171.679%20189.448%20171.763C189.524%20171.847%20189.636%20171.888%20189.749%20171.868L192.225%20171.459C193.233%20171.295%20194.196%20171.982%20194.364%20172.993L197.17%20190.039C197.251%20190.53%20197.136%20191.023%20196.846%20191.427ZM169.752%20188.72C169.736%20188.73%20169.725%20188.745%20169.711%20188.757C169.694%20188.773%20169.673%20188.785%20169.659%20188.805L165.794%20194.043L166.973%20189.629C167.002%20189.519%20166.974%20189.402%20166.897%20189.318C166.834%20189.248%20166.744%20189.209%20166.65%20189.209C166.633%20189.209%20166.615%20189.211%20166.596%20189.214L164.12%20189.621C163.088%20189.794%20162.147%20189.09%20161.981%20188.087L159.174%20171.041C159.094%20170.551%20159.21%20170.058%20159.499%20169.655C159.788%20169.25%20160.219%20168.983%20160.708%20168.902L183.064%20165.22C184.1%20165.059%20185.038%20165.752%20185.204%20166.755L186.088%20172.127C186.088%20172.128%20186.089%20172.129%20186.089%20172.13L188.01%20183.8C188.091%20184.291%20187.977%20184.784%20187.687%20185.188C187.397%20185.593%20186.968%20185.859%20186.477%20185.94L169.873%20188.674C169.83%20188.681%20169.788%20188.697%20169.752%20188.72ZM195.022%20172.885C194.795%20171.511%20193.494%20170.577%20192.116%20170.801L190.148%20171.127L191.647%20165.511C191.69%20165.356%20191.616%20165.194%20191.471%20165.125C191.328%20165.054%20191.153%20165.099%20191.058%20165.227L186.618%20171.245L185.862%20166.647C185.638%20165.285%20184.366%20164.332%20182.956%20164.563L160.6%20168.245C159.934%20168.354%20159.35%20168.717%20158.956%20169.266C158.563%20169.815%20158.407%20170.483%20158.516%20171.15L161.324%20188.195C161.548%20189.557%20162.825%20190.509%20164.228%20190.279L166.195%20189.955L164.696%20195.569C164.655%20195.724%20164.73%20195.886%20164.873%20195.955C164.92%20195.978%20164.97%20195.989%20165.018%20195.989C165.12%20195.989%20165.222%20195.94%20165.286%20195.853L169.726%20189.836L170.483%20194.434C170.592%20195.101%20170.955%20195.684%20171.504%20196.077C171.938%20196.388%20172.448%20196.551%20172.972%20196.551C173.11%20196.551%20173.25%20196.539%20173.389%20196.517L195.745%20192.835C196.411%20192.726%20196.994%20192.363%20197.388%20191.815C197.782%20191.267%20197.938%20190.597%20197.828%20189.931L195.022%20172.885ZM184.563%20181.093L164.379%20184.416C164.197%20184.446%20164.074%20184.617%20164.104%20184.799C164.131%20184.963%20164.272%20185.078%20164.432%20185.078C164.45%20185.078%20164.469%20185.077%20164.487%20185.074L184.671%20181.75C184.853%20181.72%20184.977%20181.549%20184.947%20181.367C184.917%20181.186%20184.745%20181.061%20184.563%20181.093ZM184.341%20177.697C184.312%20177.516%20184.14%20177.389%20183.959%20177.422L163.774%20180.746C163.592%20180.776%20163.47%20180.947%20163.5%20181.129C163.526%20181.293%20163.668%20181.409%20163.828%20181.409C163.845%20181.409%20163.864%20181.407%20163.882%20181.403L184.066%20178.079C184.248%20178.049%20184.371%20177.879%20184.341%20177.697Z'%20fill='%23525C69'/%3e%3c/svg%3e",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:N2&&N2.tagName.toUpperCase()==="SCRIPT"&&N2.src||new URL("vuessages.umd.js",document.baseURI).href).href}},emits:["closeTemplateWindow","sendWabaValues"],setup(t,{emit:n}){const a=t,o=e.inject("chatAppId"),l=n,s=()=>{l("closeTemplateWindow"),k2()},f=()=>{l("closeTemplateWindow");const w={text:"",templateId:"",values:[],file:null,buttons:null};C.value?(w.text=d2.value,w.templateId=d.value.templateId,w.values=$.value,w.file=C.value):(w.text=d2.value,w.templateId=d.value.templateId,w.values=$.value),d.value.buttons&&(w.buttons=d.value.buttons),l("sendWabaValues",w),k2()},i=w=>{C.value=w},r=e.ref(null),c=e.ref(null),d=e.ref(null),C=e.ref(null),A=e.ref(""),p=e.ref(!1),m=()=>{p.value=!p.value,p.value?(r.value.scrollTop=0,r.value.style["overflow-y"]="hidden"):r.value.style["overflow-y"]="scroll"},h=w=>{Object.keys(M).forEach(z=>{M[z]=""}),C.value=null,a.wabaTemplates.forEach(z=>z.isSelected=!1),w.isSelected=!0,d.value=w,p.value=!1,H()},u=()=>{F(),a.wabaTemplates.forEach(w=>w.isSelected=!1)},k=e.computed(()=>c.value?a.wabaTemplates.filter(w=>w.groupId===c.value.groupId):a.wabaTemplates),_=e.computed(()=>{const w=A.value.trim().toLowerCase();return k.value.filter(z=>z.title.toLowerCase().includes(w)||z.template.toLowerCase().includes(w))}),M=e.reactive({}),L=e.ref(null),y=e.ref(),g=e.ref(""),b=e.ref(""),E=e.ref(""),B=e.ref(!1),j=e.computed(()=>!!(B.value&&(E.value=="grid"&&b.value=="none"||b.value=="grid"&&g.value=="none"))),O=e.computed(()=>!!(B.value&&(g.value=="grid"&&b.value=="none"||b.value=="grid"&&E.value=="none"))),V=()=>{B.value&&(b.value=="grid"?v():E.value=="grid"&&F())},S=()=>{B.value&&(b.value=="grid"?H():g.value=="grid"&&F())},v=()=>{const w=document.getElementById("waba-template-selector-container-"+o);w.style.setProperty("--chotto-waba-template-first-col-display","grid"),w.style.setProperty("--chotto-waba-template-second-col-display","none"),console.log(w,window.getComputedStyle(w).getPropertyValue("--waba-template-first-col-display")),P()},H=()=>{const w=document.getElementById("waba-template-selector-container-"+o);w.style.setProperty("--chotto-waba-template-third-col-display","grid"),w.style.setProperty("--chotto-waba-template-second-col-display","none"),P()},F=()=>{const w=document.getElementById("waba-template-selector-container-"+o);w.style.setProperty("--chotto-waba-template-second-col-display","grid"),w.style.setProperty("--chotto-waba-template-first-col-display","none"),w.style.setProperty("--chotto-waba-template-third-col-display","none"),P()},P=()=>{const w=document.getElementById("waba-template-selector-container-"+o),z=window.getComputedStyle(w);g.value=z.getPropertyValue("--chotto-waba-template-first-col-display"),b.value=z.getPropertyValue("--chotto-waba-template-second-col-display"),E.value=z.getPropertyValue("--chotto-waba-template-third-col-display")},M2=w=>{M[w[1]]=w[0]},K=e.computed(()=>{var a2;const w=(a2=d.value)==null?void 0:a2.template;if(!w)return[];const z=[...w.matchAll(/{{\d+}}/g)],Z=[];let Y=0;return z.forEach(_2=>{_2.index>Y&&Z.push(w.substring(Y,_2.index)),Z.push({index:parseInt(_2[0].slice(2,-2))}),Y=_2.index+_2[0].length}),Y<w.length&&Z.push(w.substring(Y)),Z}),y2=e.computed(()=>{var z,Z;if(!d.value)return!0;if(!((z=d.value)!=null&&z.template.match(/{{\d+}}/gi)))return!1;const w=Object.keys(M).length!==((Z=d.value)==null?void 0:Z.template.match(/{{\d+}}/gi).length);return d.value.type==="TEXT"?w:d.value.type!=="TEXT"?w||!C.value:!1}),k2=()=>{Object.keys(M).forEach(w=>{M[w]=""}),C.value=null,d.value=null,a.wabaTemplates.forEach(w=>w.isSelected=!1)},d2=e.computed(()=>{console.log(K.value,d.value.buttons);let w=K.value.map(Z=>typeof Z=="string"?Z:M[Z.index]).join(""),z="";return d.value.buttons&&(z=d.value.buttons.map(Z=>`
|
2
|
-
| [`+Z.text+"]").join("")),w.concat(z)}),$=e.computed(()=>{const w=[];for(const z in M)M[z]!==""&&M[z]!=="Заполнить"&&w.push(M[z]);return w}),U=new ResizeObserver(w=>{const z=w[0].target.clientWidth;z>700&&(B.value=!1),z<700&&(B.value=!0)});return e.onMounted(()=>{P(),e.unref(y)&&U.observe(e.unref(y))}),(w,z)=>(e.openBlock(),e.createElementBlock("div",Ct,[e.createElementVNode("div",{id:"waba-template-selector-container-"+e.unref(o),ref_key:"refContainer",ref:y,class:e.normalizeClass({"template-selector__container-inline":!t.elevatedWindow,"template-selector__container-elevated":t.elevatedWindow})},[e.createElementVNode("div",ut,[e.createElementVNode("div",mt,[j.value?(e.openBlock(),e.createElementBlock("button",gt,[e.createElementVNode("span",{class:"pi pi-arrow-left",onClick:V})])):e.createCommentVNode("",!0),O.value?(e.openBlock(),e.createElementBlock("button",pt,[e.createElementVNode("span",{class:"pi pi-arrow-right",onClick:S})])):e.createCommentVNode("",!0)]),e.createElementVNode("button",{class:"template-selector__button-close"},[e.createElementVNode("span",{class:"pi pi-times",onClick:s})])]),e.createElementVNode("div",Lt,[e.createElementVNode("div",ht,[e.createElementVNode("ul",Mt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.groupTemplates,(Z,Y)=>(e.openBlock(),e.createElementBlock("li",{key:Y,class:e.normalizeClass(["template-selector__item-group",{"template-selector__item-selected":c.value===Z}]),onClick:u},[e.createElementVNode("label",yt,[Z.iconUrl?(e.openBlock(),e.createElementBlock("img",{key:0,class:"template-selector__item-group-icon",src:Z.iconUrl,alt:Z.title},null,8,kt)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{id:Y,"onUpdate:modelValue":z[0]||(z[0]=a2=>c.value=a2),value:Z,class:"template-selector__input-group",type:"radio"},null,8,_t),[[e.vModelRadio,c.value]]),e.createElementVNode("span",null,e.toDisplayString(Z.title),1)])],2))),128))])]),e.createElementVNode("div",bt,[e.createElementVNode("div",Et,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":z[1]||(z[1]=Z=>A.value=Z),class:"template-selector__searching-input",type:"text",placeholder:"Поиск шаблона"},null,512),[[e.vModelText,A.value]])]),e.createElementVNode("div",Nt,[_.value.length!==0?(e.openBlock(),e.createElementBlock("ul",wt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(_.value,(Z,Y)=>(e.openBlock(),e.createElementBlock("li",{key:Y,class:e.normalizeClass(["template-selector__item-template",{"template-selector__item-selected":Z.isSelected}]),onClick:a2=>h(Z)},[e.createElementVNode("div",It,[e.createElementVNode("p",Dt,e.toDisplayString(Z.title),1),e.createElementVNode("p",Bt,e.toDisplayString(Z.template),1)])],10,Vt))),128))])):(e.openBlock(),e.createElementBlock("p",St," Шаблоны отсутствуют "))])]),e.createElementVNode("div",Tt,[e.createElementVNode("div",{ref_key:"previewContainer",ref:r,class:"template-selector__preview-container",style:e.normalizeStyle({backgroundImage:`url(${a.chatBackground})`})},[K.value.length>0?(e.openBlock(),e.createElementBlock("div",xt,[e.createElementVNode("div",jt,[d.value.type!="TEXT"?(e.openBlock(),e.createBlock(e.unref(l4),{key:0,type:d.value.type,"template-id":d.value.templateId,onFileSelected:i},null,8,["type","template-id"])):e.createCommentVNode("",!0),e.createElementVNode("div",zt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(K.value,(Z,Y)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:Y},[typeof Z=="string"?(e.openBlock(),e.createElementBlock("span",Zt,e.toDisplayString(Z),1)):typeof Z=="object"?(e.openBlock(),e.createBlock(e.unref(a4),{key:1,index:Z.index,value:M[Z.index]||"Заполнить","is-filled":!!M[Z.index],onClick:a2=>L.value=Z.index,onEdit:M2},null,8,["index","value","is-filled","onClick"])):e.createCommentVNode("",!0)],64))),128))]),z[2]||(z[2]=e.createElementVNode("p",{class:"template-selector__preview-time"}," 22:22 ",-1)),d.value.buttons?(e.openBlock(),e.createBlock(e.unref(f4),{key:1,buttons:d.value.buttons,onSelectAllVariants:m},null,8,["buttons"])):e.createCommentVNode("",!0)])])):(e.openBlock(),e.createElementBlock("p",Ot," Предпросмотр шаблона ")),p.value?(e.openBlock(),e.createElementBlock("div",Ut,[e.createElementVNode("div",{class:"template-selector__semitransparent-overlay",onClick:m}),e.createVNode(e.unref(s4),{buttons:d.value.buttons,onSelectAllVariants:m},null,8,["buttons"])])):e.createCommentVNode("",!0)],4),e.createElementVNode("button",{class:"template-selector__button-paste",disabled:y2.value,onClick:f}," Отправить ",8,$t)])])],10,At)]))}},[["__scopeId","data-v-36b474a8"]]),vt={class:"chat-filter__container"},Rt={class:"chat-filter__icon"},Ft=["placeholder"],r4=I({__name:"ChatFilter",props:{placeholder:{type:String,required:!1,default:null}},emits:["update"],setup(t,{emit:n}){const a=e.ref(""),o=n,l=()=>{const s=e.unref(a);o("update",s.value)};return(s,f)=>(e.openBlock(),e.createElementBlock("div",vt,[e.createElementVNode("div",Rt,[e.createVNode(e.unref(M3))]),e.createElementVNode("input",{ref_key:"refInput",ref:a,class:"chat-filter__input",type:"text",placeholder:t.placeholder?t.placeholder:e.unref(l2)("component.ChatFilter.InputPlaceholder"),onInput:l},null,40,Ft)]))}},[["__scopeId","data-v-5e47bb8a"]]),Qt={class:"chat-item__avatar-container"},Ht=["src"],Pt={key:1,class:"chat-item__avatar-placeholder"},Yt={class:"chat-item__info-container"},qt={class:"chat-item__name"},Wt={key:0,class:"chat-item__last-message"},Kt={class:"chat-item__details-container"},Jt={key:0,class:"chat-item__time"},Gt={key:1,class:"chat-item__unread"},Xt={key:3,class:"chat-item__status-chat-container"},en={key:0,class:"pi pi-check"},tn={key:1,class:"chat-item__fixed pi pi-thumbtack"},nn={key:0,id:"noSelectButton",class:"chat-item__menu-button"},an={key:1,id:"noSelectButton",class:"chat-item__menu-button"},on={key:0,class:"dialog__container"},ln=["onClick"],fn=["src"],sn={key:1,class:"dialog__icon pi pi-user"},rn={class:"dialog__text-container"},cn={class:"dialog__name"},dn={class:"dialog__time"},Z0=I(e.defineComponent({__name:"ChatItem",props:{chat:{}},emits:["select","action","expand"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(!1),s=e.ref(!1),f=()=>{s.value=!0},i=M=>{s.value||M.target instanceof HTMLElement&&M.target.id!="noSelectButton"&&o("select",{chat:a.chat,dialog:null}),s.value=!1},r=M=>{o("select",{chat:a.chat,dialog:M})},c=()=>a.chat.isSelected?"chat-item__selected":"",d=M=>M.isSelected?"dialog__selected":"",C=M=>{o("action",{chat:a.chat,...M})},A=()=>a.chat.dialogs?[...a.chat.dialogs].sort((M,L)=>Number(M["lastActivity.timestamp"])>Number(L["lastActivity.timestamp"])?-1:Number(M["lastActivity.timestamp"])<Number(L["lastActivity.timestamp"])?1:(Number(M["lastActivity.timestamp"])==Number(L["lastActivity.timestamp"]),0)):[],p=e.computed(()=>Z2(a.chat["lastMessage.status"]));let m;const h=e.ref(0),u=[l2("component.ChatItem.typing")+".",l2("component.ChatItem.typing")+"..",l2("component.ChatItem.typing")+"..."],k=e.computed(()=>a.chat.typing?u[h.value]:a.chat.lastMessage);e.watch(()=>a.chat.typing,()=>{a.chat.typing?m=setInterval(()=>{h.value<2?h.value+=1:h.value=0},1e3):(h.value=0,m&&(clearInterval(m),m=void 0))},{immediate:!0});const _=M=>{M.relatedTarget instanceof HTMLElement&&M.relatedTarget.className=="context-menu__list"?l.value=!0:l.value=!1};return(M,L)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{class:e.normalizeClass(["chat-item__container",c()]),onMouseenter:L[2]||(L[2]=y=>l.value=!0),onMouseleave:_,onClick:i},[e.createElementVNode("div",Qt,[e.createElementVNode("span",{class:"chat-item__status-user",style:e.normalizeStyle({backgroundColor:a.chat.status})},null,4),a.chat.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,src:a.chat.avatar,height:"48",width:"48"},null,8,Ht)):(e.openBlock(),e.createElementBlock("div",Pt,[e.createVNode(e.unref(y1))]))]),e.createElementVNode("div",Yt,[e.createVNode(e.unref(w2),{text:t.chat.name,position:"bottom"},{default:e.withCtx(()=>[e.createElementVNode("div",qt,e.toDisplayString(t.chat.name),1)]),_:1},8,["text"]),e.createVNode(e.unref(w2),{text:t.chat.lastMessage,position:"bottom"},{default:e.withCtx(()=>[t.chat.lastMessage||t.chat.typing?(e.openBlock(),e.createElementBlock("div",Wt,e.toDisplayString(k.value),1)):e.createCommentVNode("",!0)]),_:1},8,["text"])]),e.createElementVNode("div",Kt,[t.chat["lastActivity.time"]&&(!t.chat.actions||!l.value)?(e.openBlock(),e.createElementBlock("div",Jt,e.toDisplayString(t.chat["lastActivity.time"]),1)):e.createCommentVNode("",!0),t.chat.countUnread>0?(e.openBlock(),e.createElementBlock("div",Gt,e.toDisplayString(t.chat.countUnread>99?"99+":t.chat.countUnread),1)):e.createCommentVNode("",!0),l.value&&t.chat.actions?(e.openBlock(),e.createBlock(e.unref(f0),{key:2,mode:"click","menu-side":"bottom",actions:t.chat.actions,onClick:C,onButtonClick:f,onMenuMouseLeave:L[0]||(L[0]=y=>l.value=!1)},{default:e.withCtx(()=>[...L[3]||(L[3]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h chat-item__actions-trigger"},null,-1)])]),_:1},8,["actions"])):e.createCommentVNode("",!0),t.chat.countUnread<1?(e.openBlock(),e.createElementBlock("div",Xt,[e.unref(z2).includes(t.chat["lastMessage.status"])?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["chat-item__status-message",p.value])},[t.chat["lastMessage.status"]!=="sent"?(e.openBlock(),e.createElementBlock("span",en)):e.createCommentVNode("",!0),L[4]||(L[4]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0),t.chat.isFixedTop||t.chat.isFixedBottom?(e.openBlock(),e.createElementBlock("span",tn)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),t.chat.dialogs?(e.openBlock(),e.createElementBlock("div",{key:0,class:"chat-item__dialog-buttons",onClick:L[1]||(L[1]=y=>o("expand",a.chat))},[t.chat.dialogsExpanded?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",nn,[...L[5]||(L[5]=[e.createElementVNode("span",{id:"noSelectButton",class:"pi pi-angle-down"},null,-1)])])),t.chat.dialogsExpanded?(e.openBlock(),e.createElementBlock("button",an,[...L[6]||(L[6]=[e.createElementVNode("span",{id:"noSelectButton",class:"pi pi-angle-up"},null,-1)])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],34),t.chat.dialogsExpanded?(e.openBlock(),e.createElementBlock("div",on,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A(),y=>(e.openBlock(),e.createElementBlock("div",{key:y.dialogId,class:e.normalizeClass(["dialog__item",d(y)]),onClick:g=>r(y)},[y.icon?(e.openBlock(),e.createElementBlock("img",{key:0,class:"dialog__icon",src:y.icon,height:"16",width:"16"},null,8,fn)):(e.openBlock(),e.createElementBlock("span",sn)),e.createElementVNode("div",rn,[e.createElementVNode("div",cn,e.toDisplayString(y.name),1),e.createElementVNode("div",dn,e.toDisplayString(y["lastActivity.time"]),1)]),y.countUnread>0?(e.openBlock(),e.createElementBlock("div",{key:2,class:"chat-item__unread",style:e.normalizeStyle(y.colorUnread?{backgroundColor:y.colorUnread}:{})},e.toDisplayString(y.countUnread>99?"99+":y.countUnread),5)):e.createCommentVNode("",!0)],10,ln))),128))])):e.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-f5023540"]]),Cn={class:"chat-tabs__list"},An=["aria-pressed","onClick"],un={key:0,class:"chat-tabs__badge"},c4=I({__name:"ChatTabs",props:{tabs:{type:Array,required:!0,default:()=>[]}},emits:["tab-click"],setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("ul",Cn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.tabs,o=>(e.openBlock(),e.createElementBlock("li",{key:o.id,class:e.normalizeClass(["chat-tabs__item",{"chat-tabs__item--active":o.active}])},[e.createElementVNode("button",{class:"chat-tabs__button","aria-pressed":o.active,onClick:l=>n.$emit("tab-click",o.id)},[e.createTextVNode(e.toDisplayString(o.label)+" ",1),o.count!==void 0?(e.openBlock(),e.createElementBlock("span",un,e.toDisplayString(o.count),1)):e.createCommentVNode("",!0)],8,An)],2))),128))]))}},[["__scopeId","data-v-08e917d3"]]),mn={class:"audio-recorder__container"},gn={key:0},pn={key:1,class:"audio-recorder__recording-container"},Ln={class:"audio-recorder__recording-time"},hn=I(e.defineComponent({__name:"AudioRecorder",props:{state:{type:String,default:"active"},filebumpUrl:{type:String,default:null}},setup(t){const n=e.inject("chatAppId"),{getMessage:a,setMessageFile:o,resetMessageFile:l,setRecordingMessage:s}=t2(n),f=e.ref(),i=e.ref(0),r=e.ref(0),c=e.ref(0),d=e.ref(0),C=e.computed(()=>{let E=d.value<10?"0"+d.value:d.value,B=c.value<10?"0"+c.value:c.value,j=r.value<10?"0"+r.value:r.value,O=i.value<10?"00"+i.value:i.value<100?"0"+i.value:i.value;return E+":"+B+":"+j+":"+O}),A=e.ref(""),p=e.ref(!1),m=e.ref(),h=e.ref([]),u=e.ref(),k=e.ref(),_=t,M=async()=>{if(!a().file&&_.state=="active"){const E=await navigator.mediaDevices.getUserMedia({audio:!0,video:!1});f.value=setInterval(()=>{i.value+=10,i.value==1e3&&(i.value=0,r.value++,r.value==60&&(r.value=0,c.value++,c.value==60&&(c.value=0,d.value++)))},10),s(!0),p.value=!0,m.value=new MediaRecorder(E),m.value.start(),m.value.ondataavailable=B=>{h.value.push(B.data)}}},L=()=>{g(),u.value=void 0},y=()=>{m.value&&(m.value.stop(),m.value.onstop=async()=>{const E=new File(h.value,"voicemessage.mp3",{type:"audio/*"}),B=URL.createObjectURL(E);u.value=B,A.value="uploading",await a0(_.filebumpUrl,E).then(j=>{if(A.value=j.status,j.status=="success"){const O=document.getElementById("chat-input-file-line-"+n);O&&(O.style.display="inherit"),o({url:j.url,name:j.name,size:j.size,type:j.type}),j.preview&&(k.value={previewUrl:j.preview.previewUrl,isImage:j.preview.isImage,isVideo:j.preview.isVideo,isAudio:j.preview.isAudio,fileName:j.name,fileSize:j.preview.fileSize})}})}),g()},g=()=>{clearInterval(f.value),i.value=0,r.value=0,c.value=0,d.value=0,s(!1),p.value=!1,m.value=void 0,h.value=[]},b=()=>{const E=document.getElementById("chat-input-file-line-"+n);E&&(E.style.display="none"),l(),k.value=void 0};return e.watch(()=>a().file,()=>{a().file||(k.value=void 0)}),(E,B)=>(e.openBlock(),e.createElementBlock("div",mn,[A.value==="uploading"?(e.openBlock(),e.createElementBlock("div",gn,[...B[0]||(B[0]=[e.createElementVNode("p",null,"Загрузка файла...",-1)])])):e.createCommentVNode("",!0),p.value&&A.value!="uploading"?(e.openBlock(),e.createElementBlock("div",pn,[B[3]||(B[3]=e.createElementVNode("span",{class:"audio-recorder__recording-icon pi pi-circle-fill"},null,-1)),e.createElementVNode("button",{class:"audio-recorder__button audio-recorder__button-record",onClick:L},[...B[1]||(B[1]=[e.createElementVNode("span",{class:"pi pi-trash"},null,-1)])]),e.createElementVNode("button",{class:"audio-recorder__button audio-recorder__button-record",onClick:y},[...B[2]||(B[2]=[e.createElementVNode("div",{class:"audio-recorder__stop"},null,-1)])]),e.createElementVNode("span",Ln,e.toDisplayString(C.value),1)])):e.createCommentVNode("",!0),!p.value&&A.value!="uploading"&&!e.unref(a)().isRecording?(e.openBlock(),e.createElementBlock("button",{key:2,class:e.normalizeClass(["audio-recorder__button",{"audio-recorder__button-disabled":t.state=="disabled"||e.unref(a)().file}]),onClick:M},[...B[4]||(B[4]=[e.createElementVNode("span",{class:"pi pi-microphone"},null,-1)])],2)):e.createCommentVNode("",!0),e.unref(a)().file?(e.openBlock(),e.createBlock(e.Teleport,{key:3,to:"#chat-input-file-line-"+e.unref(n)},[k.value?(e.openBlock(),e.createBlock(e.unref(g0),{key:0,"file-info":k.value,onReset:b},null,8,["file-info"])):e.createCommentVNode("",!0)],8,["to"])):e.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-02a0cf24"]]),Mn={key:0,class:"channels__selected"},yn=["src"],kn={class:"channels__title"},_n={key:1,class:"channels__selected channels__title"},bn=I({__name:"ChannelSelector",props:{channels:{type:Array,required:!1,default:()=>[]},mode:{type:String,required:!1,default:"hover"},state:{type:String,default:"active"}},emits:["selectChannel"],setup(t,{emit:n}){const a=t,o=e.inject("chatAppId"),{getMessage:l}=t2(o),s=n,f=()=>a.channels.find(c=>c.type==="default"),i=e.ref(f()),r=c=>{i.value=c,s("selectChannel",i.value)};return(c,d)=>e.unref(l)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["channels__container",{"channels__container-disabled":t.state=="disabled"}])},[i.value?(e.openBlock(),e.createElementBlock("div",Mn,[i.value.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:i.value.icon,class:"channels__icon"},null,8,yn)):e.createCommentVNode("",!0),e.createElementVNode("span",kn,e.toDisplayString(i.value.title),1)])):(e.openBlock(),e.createElementBlock("span",_n,e.toDisplayString(e.unref(l2)("component.ChannelSelector.Placeholder")),1)),e.createVNode(e.unref(f0),{actions:t.channels,mode:t.mode,"menu-side":"top",disabled:t.state=="disabled",onClick:r},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(["pi pi-list channels__trigger",{channels__disabled:t.state=="disabled"}])},null,2)]),_:1},8,["actions","mode","disabled"])],2))}},[["__scopeId","data-v-be1d59bf"]]),En={key:0,class:"chat-info__container"},Nn={class:"chat-info__base-line"},wn={class:"chat-info__avatar-container"},Vn=["src"],In={key:1,class:""},Dn={class:"chat-info__info-container"},Bn={class:"chat-info__title"},Sn={key:0,class:"chat-info__additional-title"},Tn={key:0,class:"chat-info__time"},xn={class:"chat-info__actions"},jn=["id"],zn=I({__name:"ChatInfo",props:{chat:{type:Object,required:!0},showReturnButton:{type:Boolean,required:!1,default:!1},description:{type:String,required:!1,default:""},additionalTitle:{type:String,required:!1,default:""},defaultLastActivityTime:{type:Boolean,required:!1,default:!1}},emits:["returnToChats"],setup(t,{emit:n}){const a=t,o=n,l=e.inject("chatAppId"),s=e.computed(()=>{if(a.description)return a.description;if(!a.description&&a.defaultLastActivityTime)return a.chat["lastActivity.time"]});return(f,i)=>t.chat?(e.openBlock(),e.createElementBlock("div",En,[e.createElementVNode("div",Nn,[t.showReturnButton?(e.openBlock(),e.createElementBlock("span",{key:0,class:"pi pi-arrow-left chat-info__return-button",onClick:i[0]||(i[0]=r=>o("returnToChats"))})):e.createCommentVNode("",!0),e.createElementVNode("div",wn,[a.chat.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,src:a.chat.avatar,width:"40",height:"40"},null,8,Vn)):(e.openBlock(),e.createElementBlock("span",In,[e.createVNode(e.unref(y1),{size:40})]))]),e.createElementVNode("div",Dn,[e.createElementVNode("span",Bn,[e.createTextVNode(e.toDisplayString(t.chat.name)+" ",1),t.additionalTitle?(e.openBlock(),e.createElementBlock("span",Sn,e.toDisplayString(t.additionalTitle),1)):e.createCommentVNode("",!0)]),s.value?(e.openBlock(),e.createElementBlock("p",Tn,[e.renderSlot(f.$slots,"img-description",{},void 0,!0),e.createTextVNode(" "+e.toDisplayString(s.value),1)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",xn,[e.renderSlot(f.$slots,"actions",{},void 0,!0)])]),e.createElementVNode("div",{id:"chat-info-search-panel-"+e.unref(l),class:"chat-info__search-panel"},[e.renderSlot(f.$slots,"search",{},void 0,!0)],8,jn)])):e.createCommentVNode("",!0)}},[["__scopeId","data-v-f0aa6ff3"]]),Zn={class:"chat-panel"},On={class:"chat-panel__header"},Un={class:"chat-panel__button-close-cross"},$n={key:0,class:"chat-panel__title-container"},vn={key:0,class:"chat-panel__title"},Rn=I({__name:"ChatPanel",props:{title:{type:String,default:""},titleEnabled:{type:Boolean,default:!0}},emits:["close-panel"],setup(t,{emit:n}){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Zn,[e.createElementVNode("div",On,[e.createElementVNode("button",{class:"chat-panel__button-close",onClick:o[0]||(o[0]=l=>a.$emit("close-panel"))},[e.createElementVNode("span",Un,[e.createVNode(e.unref(L3))])]),t.titleEnabled?(e.openBlock(),e.createElementBlock("div",$n,[t.title?(e.openBlock(),e.createElementBlock("span",vn,e.toDisplayString(t.title),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",null,[e.renderSlot(a.$slots,"content",{},void 0,!0)])]))}},[["__scopeId","data-v-2bd0833c"]]),Fn={class:"contact-info"},Qn={class:"contact-info__attribute-list"},Hn=["id","value","onChange"],Pn=["for"],Yn={class:"contact-info__custom-radio"},qn={class:"contact-info__radio-inner"},Wn={key:0,class:"contact-info__badge"},Kn={class:"contact-info__channel-section"},Jn={class:"contact-info__custom-select"},Gn={class:"contact-info__icon"},Xn=["src","alt"],ea={key:0,class:"contact-info__select-options"},ta=["onClick"],na={class:"contact-info__icon"},aa=["src","alt"],oa={class:"contact-info__crm-button"},la=I({__name:"ContactInfo",props:{contact:{type:Object,required:!1,default:()=>({attributes:[]})},currentDialog:{type:Object,default:()=>({})},channels:{type:Array,required:!0}},emits:["close","open-crm","select-attribute-channel"],setup(t,{emit:n}){var h,u,k;const a=t,o=n,l=e.ref(((k=(u=(h=a.contact)==null?void 0:h.attributes)==null?void 0:u[0])==null?void 0:k.id)||""),s=e.ref(a.channels[0]||null),f=e.ref(!1),i=_=>{s.value=_,f.value=!1,console.log(`Выбран канал связи: ${_.title}`),o("select-attribute-channel",{attributeId:l.value,channelId:_.channelId})},r=_=>(_==null?void 0:_.replace(/\D/g,""))||"",c=e.computed(()=>{var _,M;return(M=(_=a.contact)==null?void 0:_.attributes)==null?void 0:M.find(L=>L.id===l.value)}),d=e.computed(()=>{if(s.value)return s.value;if(!c.value)return a.channels[0]||null;const _=r(c.value.value);return _?a.channels.find(L=>{var B,j;const y=((B=L.title)==null?void 0:B.toLowerCase())||"",g=((j=L.channelId)==null?void 0:j.toLowerCase())||"",b=y.includes(_),E=["whatsapp","waba","telegram"].some(O=>g.includes(O));return b&&E})||a.channels[0]||{title:"default",channelId:"fallback"}:a.channels[0]||null}),C=e.computed(()=>a.channels),A=_=>_?_.includes("whatsapp")||_.includes("waba")?_3:_.includes("telegram")?k3:null:null,p=_=>!a.currentDialog||!Object.keys(a.currentDialog)?!1:a.currentDialog.attributeId===_.id,m=_=>{o("select-attribute-channel",{attributeId:_.id,channelId:s.value.channelId})};return e.watch(()=>a.contact,()=>{var _,M;(M=(_=a.contact)==null?void 0:_.attributes)!=null&&M.length?l.value&&a.contact.attributes.some(L=>L.id===l.value)||(l.value=a.contact.attributes[0].id):l.value=""},{immediate:!0}),(_,M)=>{var L,y,g,b;return e.openBlock(),e.createElementBlock("div",Fn,[e.createElementVNode("div",Qn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(((L=t.contact)==null?void 0:L.attributes)||[],(E,B)=>(e.openBlock(),e.createElementBlock("div",{key:E.id,class:e.normalizeClass(["contact-info__attribute-item",{"contact-info__attribute-item--current-chat":p(E)}])},[e.withDirectives(e.createElementVNode("input",{id:`attr-${B}`,"onUpdate:modelValue":M[0]||(M[0]=j=>l.value=j),type:"radio",value:E.id,onChange:j=>m(E)},null,40,Hn),[[e.vModelRadio,l.value]]),e.createElementVNode("label",{for:`attr-${B}`},[e.createElementVNode("span",Yn,[e.createElementVNode("span",qn,[l.value===E.id?(e.openBlock(),e.createBlock(e.unref(p3),{key:0})):e.createCommentVNode("",!0)])]),e.createTextVNode(" "+e.toDisplayString(E.value)+" ",1),p(E)?(e.openBlock(),e.createElementBlock("span",Wn," Текущий чат ")):e.createCommentVNode("",!0)],8,Pn)],2))),128))]),e.createElementVNode("div",Kn,[M[3]||(M[3]=e.createElementVNode("label",{class:"contact-info__channel-label"},"Канал связи",-1)),e.createElementVNode("div",Jn,[e.createElementVNode("div",{class:"contact-info__select-trigger",onClick:M[1]||(M[1]=E=>f.value=!f.value)},[e.createElementVNode("div",Gn,[(y=d.value)!=null&&y.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:d.value.icon,alt:d.value.title,width:"22",height:"22"},null,8,Xn)):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A((g=d.value)==null?void 0:g.channelId)),{key:1,class:"contact-info__icon-component"}))]),e.createElementVNode("span",null,e.toDisplayString((b=d.value)==null?void 0:b.title),1),e.createElementVNode("div",{class:e.normalizeClass(["contact-info__arrow",{"contact-info__arrow--open":f.value}])},null,2)]),f.value?(e.openBlock(),e.createElementBlock("div",ea,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C.value,E=>(e.openBlock(),e.createElementBlock("div",{key:E.channelId,class:"contact-info__select-option",onClick:B=>i(E)},[e.createElementVNode("div",na,[E.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:E.icon,alt:E.title,width:"22",height:"22"},null,8,aa)):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A(E.channelId)),{key:1,class:"contact-info__icon-component"}))]),e.createElementVNode("span",null,e.toDisplayString(E.title),1)],8,ta))),128))])):e.createCommentVNode("",!0)])]),M[5]||(M[5]=e.createElementVNode("div",{class:"contact-info__divider"},null,-1)),e.createElementVNode("div",oa,[e.createElementVNode("button",{class:"contact-info__button",onClick:M[2]||(M[2]=E=>_.$emit("open-crm"))},[e.createVNode(e.unref(h3)),M[4]||(M[4]=e.createTextVNode(" Открыть контакт в CRM ",-1))])])])}}},[["__scopeId","data-v-d9bf3fe6"]]),fa={key:0},sa=["value","selected"],ia=I({__name:"ThemeMode",props:{themes:{type:Array,default:()=>[]},show:Boolean},emits:["selectedTheme"],setup(t,{emit:n}){const a=t,o=n,l=e.inject("chatAppId"),{getTheme:s}=o2(l),f=()=>{const c=a.themes.find(d=>d.default===!0);return c?c.code:a.themes[0].code},i=c=>{const d=c.target.value;r(d)},r=c=>{l&&(document.getElementById(l).dataset.theme=c,s().theme=c,o("selectedTheme",c))};return e.onMounted(()=>{const c=f();r(c)}),(c,d)=>t.show?(e.openBlock(),e.createElementBlock("div",fa,[e.createElementVNode("select",{onChange:d[0]||(d[0]=C=>i(C))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.themes,(C,A)=>(e.openBlock(),e.createElementBlock("option",{key:A,value:C.code,selected:C.default===!0},e.toDisplayString(C.name),9,sa))),128))],32)])):e.createCommentVNode("",!0)}},[["__scopeId","data-v-c6c5d7cb"]]),ra={key:0,class:"profile__container"},ca={key:0,class:"profile__avatar-container"},da=["src"],Ca={class:"profile__name"},Aa={class:"profile__email"},ua={class:"profile__phone"},ma=I({__name:"UserProfile",props:{user:{type:Object,required:!0}},setup(t){return(n,a)=>t.user?(e.openBlock(),e.createElementBlock("div",ra,[t.user.avatar?(e.openBlock(),e.createElementBlock("div",ca,[e.createElementVNode("span",{class:"profile__status",style:e.normalizeStyle({backgroundColor:t.user.status})},null,4),e.createElementVNode("img",{src:t.user.avatar,height:"48",width:"48"},null,8,da)])):e.createCommentVNode("",!0),e.createElementVNode("h2",Ca,e.toDisplayString(t.user.name),1),e.createElementVNode("p",Aa,e.toDisplayString(t.user.email),1),e.createElementVNode("p",ua,e.toDisplayString(t.user.phone),1)])):e.createCommentVNode("",!0)}},[["__scopeId","data-v-8ff961d8"]]),ga={key:0,class:"video-recorder__container"},pa={key:1,class:"video-recorder__container"},La=I(e.defineComponent({__name:"VideoRecorder",props:{state:{type:String,default:"active"},filebumpUrl:{type:String,default:null}},setup(t){const n=e.inject("chatAppId"),{getMessage:a,setMessageFile:o,setRecordingMessage:l,resetMessageFile:s}=t2(n),{getTheme:f}=o2(n),i=e.ref(""),r=e.ref(),c=t,d=async()=>{if(!a().file&&c.state=="active"){const A=f().theme?f().theme:"";await g3(A).then(async p=>{p.videoFile&&(i.value="uploading",l(!0),await a0(c.filebumpUrl,p.videoFile).then(m=>{if(l(!1),i.value=m.status,m.status=="success"){o({url:m.url,name:m.name,size:m.size,type:m.type});const h=document.getElementById("chat-input-file-line-"+n);h&&(h.style.display="inherit"),m.preview&&(r.value={previewUrl:m.preview.previewUrl,isImage:m.preview.isImage,isVideo:m.preview.isVideo,isAudio:m.preview.isAudio,fileName:m.name,fileSize:m.preview.fileSize})}}))})}},C=()=>{s();const A=document.getElementById("chat-input-file-line-"+n);A&&(A.style.display="none"),r.value=void 0};return e.watch(()=>a().file,()=>{a().file||(r.value=void 0)}),(A,p)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.unref(a)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",ga,[i.value!="uploading"?(e.openBlock(),e.createElementBlock("button",{key:0,class:e.normalizeClass(["video-recorder__button",{"video-recorder__button-disabled":t.state=="disabled"||e.unref(a)().file}]),onClick:d},[...p[0]||(p[0]=[e.createElementVNode("span",{class:"pi pi-video"},null,-1)])],2)):e.createCommentVNode("",!0)])),i.value==="uploading"?(e.openBlock(),e.createElementBlock("div",pa,[...p[1]||(p[1]=[e.createElementVNode("p",null,"Загрузка файла...",-1)])])):e.createCommentVNode("",!0),e.unref(a)().file?(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"#chat-input-file-line-"+e.unref(n)},[r.value?(e.openBlock(),e.createBlock(e.unref(g0),{key:0,"file-info":r.value,onReset:C},null,8,["file-info"])):e.createCommentVNode("",!0)],8,["to"])):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-775cc58f"]]),ha="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",Ma="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",O1="numeric",U1="ascii",$1="alpha",p0="asciinumeric",L0="alphanumeric",v1="domain",d4="emoji",ya="scheme",ka="slashscheme",R1="whitespace";function _a(t,n){return t in n||(n[t]=[]),n[t]}function $2(t,n,a){n[O1]&&(n[p0]=!0,n[L0]=!0),n[U1]&&(n[p0]=!0,n[$1]=!0),n[p0]&&(n[L0]=!0),n[$1]&&(n[L0]=!0),n[L0]&&(n[v1]=!0),n[d4]&&(n[v1]=!0);for(const o in n){const l=_a(o,a);l.indexOf(t)<0&&l.push(t)}}function ba(t,n){const a={};for(const o in n)n[o].indexOf(t)>=0&&(a[o]=!0);return a}function n2(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}n2.groups={},n2.prototype={accepts(){return!!this.t},go(t){const n=this,a=n.j[t];if(a)return a;for(let o=0;o<n.jr.length;o++){const l=n.jr[o][0],s=n.jr[o][1];if(s&&l.test(t))return s}return n.jd},has(t,n=!1){return n?t in this.j:!!this.go(t)},ta(t,n,a,o){for(let l=0;l<t.length;l++)this.tt(t[l],n,a,o)},tr(t,n,a,o){o=o||n2.groups;let l;return n&&n.j?l=n:(l=new n2(n),a&&o&&$2(n,a,o)),this.jr.push([t,l]),l},ts(t,n,a,o){let l=this;const s=t.length;if(!s)return l;for(let f=0;f<s-1;f++)l=l.tt(t[f]);return l.tt(t[s-1],n,a,o)},tt(t,n,a,o){o=o||n2.groups;const l=this;if(n&&n.j)return l.j[t]=n,n;const s=n;let f,i=l.go(t);if(i?(f=new n2,Object.assign(f.j,i.j),f.jr.push.apply(f.jr,i.jr),f.jd=i.jd,f.t=i.t):f=new n2,s){if(o)if(f.t&&typeof f.t=="string"){const r=Object.assign(ba(f.t,o),a);$2(s,r,o)}else a&&$2(s,a,o);f.t=s}return l.j[t]=f,f}};const R=(t,n,a,o,l)=>t.ta(n,a,o,l),q=(t,n,a,o,l)=>t.tr(n,a,o,l),C4=(t,n,a,o,l)=>t.ts(n,a,o,l),D=(t,n,a,o,l)=>t.tt(n,a,o,l),V2="WORD",F1="UWORD",A4="ASCIINUMERICAL",u4="ALPHANUMERICAL",h0="LOCALHOST",Q1="TLD",H1="UTLD",O0="SCHEME",e0="SLASH_SCHEME",P1="NUM",Y1="WS",q1="NL",M0="OPENBRACE",y0="CLOSEBRACE",U0="OPENBRACKET",$0="CLOSEBRACKET",v0="OPENPAREN",R0="CLOSEPAREN",F0="OPENANGLEBRACKET",Q0="CLOSEANGLEBRACKET",H0="FULLWIDTHLEFTPAREN",P0="FULLWIDTHRIGHTPAREN",Y0="LEFTCORNERBRACKET",q0="RIGHTCORNERBRACKET",W0="LEFTWHITECORNERBRACKET",K0="RIGHTWHITECORNERBRACKET",J0="FULLWIDTHLESSTHAN",G0="FULLWIDTHGREATERTHAN",X0="AMPERSAND",e1="APOSTROPHE",t1="ASTERISK",T2="AT",n1="BACKSLASH",a1="BACKTICK",o1="CARET",x2="COLON",W1="COMMA",l1="DOLLAR",L2="DOT",f1="EQUALS",K1="EXCLAMATION",r2="HYPHEN",k0="PERCENT",s1="PIPE",i1="PLUS",r1="POUND",_0="QUERY",J1="QUOTE",m4="FULLWIDTHMIDDLEDOT",G1="SEMI",h2="SLASH",b0="TILDE",c1="UNDERSCORE",g4="EMOJI",d1="SYM";var p4=Object.freeze({__proto__:null,ALPHANUMERICAL:u4,AMPERSAND:X0,APOSTROPHE:e1,ASCIINUMERICAL:A4,ASTERISK:t1,AT:T2,BACKSLASH:n1,BACKTICK:a1,CARET:o1,CLOSEANGLEBRACKET:Q0,CLOSEBRACE:y0,CLOSEBRACKET:$0,CLOSEPAREN:R0,COLON:x2,COMMA:W1,DOLLAR:l1,DOT:L2,EMOJI:g4,EQUALS:f1,EXCLAMATION:K1,FULLWIDTHGREATERTHAN:G0,FULLWIDTHLEFTPAREN:H0,FULLWIDTHLESSTHAN:J0,FULLWIDTHMIDDLEDOT:m4,FULLWIDTHRIGHTPAREN:P0,HYPHEN:r2,LEFTCORNERBRACKET:Y0,LEFTWHITECORNERBRACKET:W0,LOCALHOST:h0,NL:q1,NUM:P1,OPENANGLEBRACKET:F0,OPENBRACE:M0,OPENBRACKET:U0,OPENPAREN:v0,PERCENT:k0,PIPE:s1,PLUS:i1,POUND:r1,QUERY:_0,QUOTE:J1,RIGHTCORNERBRACKET:q0,RIGHTWHITECORNERBRACKET:K0,SCHEME:O0,SEMI:G1,SLASH:h2,SLASH_SCHEME:e0,SYM:d1,TILDE:b0,TLD:Q1,UNDERSCORE:c1,UTLD:H1,UWORD:F1,WORD:V2,WS:Y1});const I2=/[a-z]/,E0=new RegExp("\\p{L}","u"),X1=new RegExp("\\p{Emoji}","u"),D2=/\d/,e3=/\s/,L4="\r",t3=`
|
3
|
-
`,
|
4
|
-
`):!s.isLink||!n.check(s)?o.push(N4(s.toString())):o.push(n.render(s))}return o.join("")}String.prototype.linkify||Object.defineProperty(String.prototype,"linkify",{writable:!1,value:function(n){return u2(this,n)}});const za=["messageId"],Za=["src"],Oa={key:1,class:"audio-message__subtext"},Ua={class:"audio-message__audio-container"},$a=["src"],va=["max"],Ra={class:"audio-message__player-controls"},Fa={class:"audio-message__remaining-time"},Qa={class:"audio-message__speed-btn-container"},Ha=["onClick"],Pa=["href"],Ya={key:1,class:"audio-message__transcript-container"},qa={key:2,class:"audio-message__text-container"},Wa=["innerHTML"],Ka={class:"audio-message__info-container"},Ja={class:"audio-message__time"},Ga={key:0,class:"pi pi-check"},Xa=["data-theme"],eo={class:"audio-message__modal"},to={style:{"word-wrap":"break-word","max-width":"25rem"}},w4=I(e.defineComponent({__name:"AudioMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getTheme:o}=o2(a),l=t,s=e.ref([{text:"1.0x",speed:1,selected:!0},{text:"1.2x",speed:1.2,selected:!1},{text:"1.5x",speed:1.5,selected:!1},{text:"2.0x",speed:2,selected:!1}]),f=V=>{for(let S of s.value)S.selected=!1;s.value[V].selected=!0,r.value&&(r.value.playbackRate=s.value[V].speed)},i=n,r=e.ref(),c=e.ref(!1),d=e.ref(0),C=e.ref(0),A=e.ref(!1),p=e.ref(!1),m=e.ref(!1),h=e.computed(()=>l.message.text?u2(l.message.text):""),u=V=>{i("reply",V)};function k(V){V.preventDefault(),V.target&&"href"in V.target&&window.open(V.target.href,"_blank")}const _=()=>{p.value=!0},M=()=>{p.value=!1,A.value=!1},L=()=>{i("action",{messageId:l.message.messageId,type:"views"})},y=()=>{},g=e.computed(()=>Z2(l.message.status));function b(){r.value&&(c.value?r.value.pause():r.value.play(),c.value=!c.value)}const E=V=>{const S=Math.floor(V/60),v=Math.floor(V%60);return`${S.toString().padStart(2,"0")}:${v.toString().padStart(2,"0")}`},B=e.computed(()=>r.value?E(C.value):"0:00");e.watch(()=>C.value,()=>{r.value&&(r.value.duration!=1/0&&!Number.isNaN(r.value.duration)&&(r.value.currentTime=C.value),C.value==d.value&&(c.value=!1))});const j=e.computed(()=>r.value?E(d.value):"0:00");function O(V){return V.position==="left"?"audio-message__left":"audio-message__right"}return e.onMounted(()=>{r.value!=null&&(r.value.addEventListener("loadedmetadata",()=>{r.value!=null&&(r.value.duration==1/0||Number.isNaN(r.value.duration))&&(r.value.currentTime=1e101,r.value.addEventListener("timeupdate",()=>{r.value&&(r.value.currentTime=0,d.value=r.value.duration)},{once:!0})),d.value=r.value!=null?r.value.duration:0}),r.value.addEventListener("timeupdate",()=>{C.value=r.value!=null?r.value.currentTime:0}))}),(V,S)=>{var v;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["audio-message",[O(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:M},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"audio-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"})},null,12,Za)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",Oa,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["audio-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}]),onMouseenter:_},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,style:{"grid-column":"1/3"},message:t.message.reply,class:e.normalizeClass(t.message.position),onReply:u},null,8,["message","class"])):e.createCommentVNode("",!0),e.createElementVNode("div",Ua,[e.createElementVNode("audio",{ref_key:"player",ref:r,src:t.message.url,type:"audio/webm"},null,8,$a),e.withDirectives(e.createElementVNode("button",{class:"audio-message__play",onClick:b},[...S[4]||(S[4]=[e.createElementVNode("span",{class:"pi pi-play"},null,-1)])],512),[[e.vShow,!c.value]]),e.withDirectives(e.createElementVNode("button",{class:"audio-message__pause",onClick:b},[...S[5]||(S[5]=[e.createElementVNode("span",{class:"pi pi-pause"},null,-1)])],512),[[e.vShow,c.value]]),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":S[0]||(S[0]=H=>C.value=H),class:"audio-message__progress-bar-container",type:"range",min:0,max:d.value,step:"0.1"},null,8,va),[[e.vModelText,C.value]]),e.createElementVNode("div",Ra,[e.createElementVNode("p",Fa,e.toDisplayString(`${B.value} / ${j.value}`),1),e.createElementVNode("div",Qa,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(H,F)=>(e.openBlock(),e.createElementBlock("p",{key:H.text,class:e.normalizeClass(["audio-message__speed-btn",{"audio-message__speed-btn-selected":H.selected}]),onClick:P=>f(F)},e.toDisplayString(H.text),11,Ha))),128))])]),e.createElementVNode("a",{class:"audio-message__download-button",href:t.message.url,download:"",target:"_blank",onClick:e.withModifiers(()=>"//Предотвращаем всплытие события клика",["stop"])},[...S[6]||(S[6]=[e.createElementVNode("span",{class:"pi pi-download"},null,-1)])],8,Pa)]),(v=t.message.transcript)!=null&&v.text?(e.openBlock(),e.createElementBlock("div",Ya,[e.createElementVNode("p",{onClick:S[1]||(S[1]=H=>m.value=!m.value)},e.toDisplayString(t.message.transcript.text),1)])):e.createCommentVNode("",!0),t.message.text?(e.openBlock(),e.createElementBlock("div",qa,[e.createElementVNode("p",{onClick:k,innerHTML:h.value},null,8,Wa)])):e.createCommentVNode("",!0),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(Y2),{key:3,class:e.normalizeClass(["audio-message__link-preview",t.message.position]),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(P2),{key:4,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0),e.createElementVNode("div",Ka,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"audio-message__views",onClick:L},[S[7]||(S[7]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),e.createElementVNode("span",Ja,e.toDisplayString(t.message.time),1),O(t.message)==="audio-message__right"&&e.unref(z2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["audio-message__status",g.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",Ga)):e.createCommentVNode("",!0),S[8]||(S[8]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)]),p.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:5,class:"audio-message__menu-button",onClick:S[2]||(S[2]=H=>A.value=!A.value)},[...S[9]||(S[9]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[A.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(O2),{key:0,class:"audio-message__context-menu",actions:t.message.actions,onClick:y},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1}),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>{var H;return[m.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"audio-message__modal-overlay","data-theme":e.unref(o)().theme?e.unref(o)().theme:null},[e.createElementVNode("div",eo,[e.createElementVNode("button",{class:"audio-message__modal-close-button",onClick:S[3]||(S[3]=F=>m.value=!1)},[...S[10]||(S[10]=[e.createElementVNode("span",null,[e.createElementVNode("i",{class:"pi pi-times"})],-1)])]),e.createElementVNode("p",to,e.toDisplayString((H=t.message.transcript)==null?void 0:H.text),1)])],8,Xa)):e.createCommentVNode("",!0)]}),_:1})]))],34)],42,za)}}}),[["__scopeId","data-v-be7059b3"]]),no={class:"reply__reset"},v2=I(e.defineComponent({__name:"BaseReplyMessage",props:{message:{type:Object,default:()=>({})}},emits:["action","reply","reset"],setup(t,{emit:n}){const a=n,o=t,l=()=>{o.message&&a("reply",o.message.messageId)},s=i=>({"message.text":U4,"message.image":O4,"message.file":Z4,"message.audio":j4,"message.video":$4,"message.call":z4})[i],f=i=>({"message.text":"","message.image":"grid","message.file":"grid","message.audio":"grid","message.video":"grid","message.call":"grid"})[i];return(i,r)=>{var c,d;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["reply__container",f(((c=t.message)==null?void 0:c.type)||"")]),onClick:l},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s(((d=t.message)==null?void 0:d.type)||"")),{message:t.message},null,8,["message"])),e.createElementVNode("div",no,[e.createElementVNode("span",{class:"pi pi-times",onClick:r[0]||(r[0]=C=>a("reset"))})])],2)}}}),[["__scopeId","data-v-05cc1beb"]]),ao=["messageId"],oo=["src"],lo={key:1,class:"call-message__subtext"},fo={class:"call-message__content"},so={key:0,class:"call-message__title"},io={key:1,class:"call-message__title"},ro={key:2,class:"call-message__duration"},co={key:3,class:"call-message__duration"},Co={key:4,class:"call-message__duration"},Ao={class:"call-message__info-container"},uo={class:"call-message__time"},mo=["data-theme"],go={class:"call-message__modal"},V4=I(e.defineComponent({__name:"CallMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null}},setup(t){const n=e.inject("chatAppId"),{getTheme:a}=o2(n),o=e.ref(!1),l={textDialog:"textDialog",message:"message"};function s(f,i){const r=f.position;switch(i){case"textDialog":return r==="left"?"call-message__text-dialog-left":"call-message__text-dialog-right";case"message":return r==="left"?"call-message__left":"call-message__right";default:return""}}return(f,i)=>{var r;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([s(t.message,l.message),t.applyStyle(t.message)]),messageId:t.message.messageId},[t.message.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,class:"call-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"})},null,12,oo)):e.createCommentVNode("",!0),t.message.subText?(e.openBlock(),e.createElementBlock("p",lo,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",fo,[e.createElementVNode("span",{class:e.normalizeClass(["call-message__icon pi pi-phone",{"call-message__icon-missed":t.message.isMissedCall}])},null,2),t.message.isMissedCall?(e.openBlock(),e.createElementBlock("span",io," Пропущенный аудиозвонок ")):(e.openBlock(),e.createElementBlock("span",so," Аудиозвонок ")),t.message.callDuration?(e.openBlock(),e.createElementBlock("span",ro,e.toDisplayString(t.message.callDuration),1)):!t.message.callDuration&&t.message.isMissedCall?(e.openBlock(),e.createElementBlock("span",co,"Нажмите, чтобы перезвонить")):(e.openBlock(),e.createElementBlock("span",Co,"Нет ответа")),e.createElementVNode("div",Ao,[e.createElementVNode("span",uo,e.toDisplayString(t.message.time),1)]),(r=t.message.transcript)!=null&&r.dialog?(e.openBlock(),e.createElementBlock("button",{key:5,class:"call-message__download-button",onClick:i[0]||(i[0]=c=>o.value=!o.value)},[...i[2]||(i[2]=[e.createElementVNode("span",{class:"pi pi-arrow-up-right"},null,-1)])])):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>{var c;return[o.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"call-message__modal-overlay","data-theme":e.unref(a)().theme?e.unref(a)().theme:"light"},[e.createElementVNode("div",go,[e.createElementVNode("button",{class:"call-message__modal-close-button",onClick:i[1]||(i[1]=d=>o.value=!1)},[...i[3]||(i[3]=[e.createElementVNode("span",null,[e.createElementVNode("i",{class:"pi pi-times"})],-1)])]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((c=t.message.transcript)==null?void 0:c.dialog,d=>(e.openBlock(),e.createElementBlock("div",{key:d.time,class:e.normalizeClass(s(d,l.textDialog))},[e.createElementVNode("p",null,e.toDisplayString(d.text),1),e.createElementVNode("span",null,e.toDisplayString(d.time),1)],2))),128))])],8,mo)):e.createCommentVNode("",!0)]}),_:1})]))])],10,ao)}}}),[["__scopeId","data-v-f95d9231"]]),po={class:"date-message__container"},Lo={class:"date-message__text"},I4=I(e.defineComponent({__name:"DateMessage",props:{message:{type:Object,required:!0,default:()=>{}}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",po,[e.createElementVNode("p",Lo,e.toDisplayString(t.message.text),1)]))}}),[["__scopeId","data-v-0369ddcb"]]),ho={class:"date-message-sticky__container"},Mo={class:"date-message-sticky__text"},D4=I(e.defineComponent({__name:"DateMessageSticky",props:{text:{type:String,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",ho,[e.createElementVNode("p",Mo,e.toDisplayString(t.text),1)]))}}),[["__scopeId","data-v-b651f78e"]]),yo=["onClick"],B4=I(e.defineComponent({__name:"FeedKeyboard",props:{buttons:{type:Array,required:!0,default:()=>[]},align:{type:String,default:"right",validator:t=>["left","center","right"].includes(t)}},emits:["action"],setup(t,{emit:n}){const a=t,o=n,l=e.computed(()=>[...a.buttons].sort((f,i)=>f.order-i.order)),s=f=>{typeof f.action=="function"?f.action():f.action!=null&&o("action",f.action)};return(f,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["feed-keyboard__container",[`feed-keyboard__container--${t.align}`]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,r=>(e.openBlock(),e.createElementBlock("div",{key:r.key,class:"feed-keyboard__button",style:e.normalizeStyle({"box-shadow":r["shadow-color"]&&r["shadow-color"]!=="none"?`0px 4px 4px ${r["shadow-color"]}, 0px 1px 2px ${r["shadow-color"]}`:"none",color:r["text-color"]||"inherit"}),onClick:c=>s(r)},[e.createElementVNode("p",null,e.toDisplayString(r.text),1)],12,yo))),128))],2))}}),[["__scopeId","data-v-af2fc142"]]),ko=["messageId"],_o=["src"],bo={key:1,class:"file-message__subtext"},Eo=["href"],No={class:"file-message__filename-text"},wo={key:1,class:"file-message__text-container"},Vo=["innerHTML"],Io={class:"file-message__info-container"},Do={class:"file-message__time"},Bo={key:0,class:"pi pi-check"},S4=I(e.defineComponent({__name:"FileMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(!1),s=e.ref(!1),f=e.ref("");e.watch(()=>a.message.text,()=>{a.message.text&&(f.value=u2(a.message.text))},{immediate:!0});const i=h=>{o("reply",h)};function r(h){h.preventDefault(),h.target.href&&window.open(h.target.href,"_blank")}const c=()=>{o("action",{messageId:a.message.messageId,type:"views"})},d=()=>{},C=()=>{s.value=!0},A=()=>{s.value=!1,l.value=!1},p=e.computed(()=>Z2(a.message.status));function m(h){return h.position==="left"?"file-message__left":"file-message__right"}return(h,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["file-message",[m(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:A},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"file-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"})},null,12,_o)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",bo,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["file-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}]),style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"}),onMouseenter:C},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,message:t.message.reply,class:e.normalizeClass(t.message.position),onReply:i},null,8,["message","class"])):e.createCommentVNode("",!0),e.createElementVNode("a",{class:"file-message__link",href:t.message.url,download:"",target:"_blank"},[u[1]||(u[1]=e.createElementVNode("span",{class:"pi pi-file"},null,-1)),e.createElementVNode("p",No,e.toDisplayString(t.message.filename),1),u[2]||(u[2]=e.createElementVNode("div",{class:"file-message__download-button"},[e.createElementVNode("span",{class:"pi pi-download"})],-1))],8,Eo),t.message.text?(e.openBlock(),e.createElementBlock("div",wo,[e.createElementVNode("p",{onClick:r,innerHTML:f.value},null,8,Vo)])):e.createCommentVNode("",!0),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(Y2),{key:2,class:e.normalizeClass(t.message.position),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(P2),{key:3,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0),e.createElementVNode("div",Io,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"file-message__views",onClick:c},[u[3]||(u[3]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),e.createElementVNode("span",Do,e.toDisplayString(t.message.time),1),m(t.message)==="file-message__right"&&e.unref(z2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["file-message__status",p.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",Bo)):e.createCommentVNode("",!0),u[4]||(u[4]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)]),s.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:4,class:"file-message__menu-button",onClick:u[0]||(u[0]=k=>l.value=!l.value)},[...u[5]||(u[5]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[l.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(O2),{key:0,class:"file-message__context-menu",actions:t.message.actions,onClick:d},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1})],38)],42,ko))}}),[["__scopeId","data-v-10576d51"]]),So=["messageId"],To=["src"],xo={key:1,class:"image-message__subtext"},jo=["src","alt"],zo={key:0,class:"image-message__info-container"},Zo={class:"image-message__time"},Oo={key:0,class:"pi pi-check"},Uo=["href"],$o={key:1,class:"image-message__text-container"},vo=["innerHTML"],Ro=["src","alt"],T4=I(e.defineComponent({__name:"ImageMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getTheme:o}=o2(a),l=t,s=n,f=e.ref(!1),i=e.ref(!1),r=e.ref(!1),c=e.ref(!1),d=e.ref("");e.watch(()=>l.message.text,()=>{l.message.text&&(d.value=u2(l.message.text))},{immediate:!0});const C=y=>{s("reply",y)};function A(y){y.preventDefault(),y.target.href&&window.open(y.target.href,"_blank")}const p=()=>{s("action",{messageId:l.message.messageId,type:"views"})},m=()=>{},h=()=>{r.value=!0,c.value=!0},u=()=>{r.value=!1,i.value=!1},k=e.computed(()=>l.message.reply&&l.message.text?"0":l.message.text?"8px 8px 0 0":l.message.reply?"0 0 8px 8px":"8px"),_=e.computed(()=>Z2(l.message.status));function M(y){return y.position==="left"?"image-message__left":"image-message__right"}const L=()=>f.value=!1;return(y,g)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["image-message",[M(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:u},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"image-message__avatar",src:t.message.avatar,height:"32",width:"32"},null,8,To)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",xo,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["image-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}])},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,style:{margin:"10px 10px 4px 16px"},class:e.normalizeClass(t.message.position),message:t.message.reply,onReply:C},null,8,["class","message"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"image-message__preview-button",onClick:g[0]||(g[0]=b=>f.value=!0),onMouseenter:h,onMouseleave:g[1]||(g[1]=b=>c.value=!c.value)},[e.createElementVNode("img",{class:"image-message__preview-image",style:e.normalizeStyle({borderRadius:k.value}),src:t.message.url,alt:t.message.alt},null,12,jo),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("div",zo,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"image-message__views",onClick:e.withModifiers(p,["stop"])},[g[3]||(g[3]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),e.createElementVNode("span",Zo,e.toDisplayString(t.message.time),1),M(t.message)==="image-message__right"&&e.unref(z2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["image-message__status",_.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",Oo)):e.createCommentVNode("",!0),g[4]||(g[4]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("a",{key:0,class:"image-message__download-button",href:t.message.url,download:"",target:"_blank",onClick:e.withModifiers(()=>"//Предотвращаем всплытие события клика",["stop"])},[...g[5]||(g[5]=[e.createElementVNode("span",{class:"pi pi-download"},null,-1)])],8,Uo)):e.createCommentVNode("",!0)]),_:1})],32),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[r.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:0,class:"image-message__menu-button",onClick:g[2]||(g[2]=b=>i.value=!i.value)},[...g[6]||(g[6]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"context-menu"},{default:e.withCtx(()=>[i.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(O2),{key:0,class:"image-message__context-menu",actions:t.message.actions,onClick:m},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1}),t.message.text?(e.openBlock(),e.createElementBlock("div",$o,[e.createElementVNode("p",{onClick:A,innerHTML:d.value},null,8,vo)])):e.createCommentVNode("",!0),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(Y2),{key:2,class:e.normalizeClass(["image-message__link-preview",t.message.position]),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(P2),{key:3,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0)],2),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[f.value?(e.openBlock(),e.createBlock(e.unref(t0),{key:0,"data-theme":e.unref(o)().theme?e.unref(o)().theme:"light",onClose:L},{default:e.withCtx(()=>[e.createElementVNode("img",{class:"image-message__modal-image",src:t.message.url,alt:t.message.alt},null,8,Ro)]),_:1},8,["data-theme"])):e.createCommentVNode("",!0)]),_:1})]))],42,So))}}),[["__scopeId","data-v-9e344fc9"]]),Fo=["onClick"],x4=I(e.defineComponent({__name:"MessageKeyboard",props:{keyboard:{type:Array,required:!0},align:{type:String,default:"right",validator:t=>["left","center","right"].includes(t)}},emits:["action"],setup(t,{expose:n,emit:a}){const o=e.useTemplateRef("keyboard"),l=a,s=e.inject("chatAppId"),{setMessageText:f,setForceSendMessage:i}=t2(s),r=c=>{c.action&&typeof c.action=="function"?c.action():c.action!=null?l("action",c.action):(f(c.text),i(!0))};return n({refKeyboard:o}),(c,d)=>(e.openBlock(),e.createElementBlock("div",{ref:"keyboard",class:e.normalizeClass(["keyboard__container",[`keyboard__container--${t.align}`]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.keyboard,C=>(e.openBlock(),e.createElementBlock("div",{key:C.text,class:"keyboard__key",style:e.normalizeStyle({"box-shadow":"0px 0px 10px 5px "+C.color}),onClick:A=>r(C)},[e.createElementVNode("p",null,e.toDisplayString(C.text),1)],12,Fo))),128))],2))}}),[["__scopeId","data-v-c1274bc9"]]),Qo={class:"audio-message__play"},Ho={class:"audio-message__text-container"},Po={key:0},Yo=["innerHTML"],j4=I(e.defineComponent({__name:"ReplyAudioMessage",props:{message:{type:Object,required:!0}},setup(t){const n=t,a=e.ref(!1),o=e.ref("");e.watch(()=>n.message.text,()=>{n.message.text&&(o.value=u2(n.message.text))},{immediate:!0});function l(s){s.preventDefault(),s.target.href&&window.open(s.target.href,"_blank")}return(s,f)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.withDirectives(e.createElementVNode("div",Qo,[...f[0]||(f[0]=[e.createElementVNode("span",{class:"pi pi-play"},null,-1)])],512),[[e.vShow,!a.value]]),e.createElementVNode("div",Ho,[t.message.header?(e.openBlock(),e.createElementBlock("p",Po,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),f[1]||(f[1]=e.createElementVNode("div",{class:"audio-message__reply-description"},[e.createElementVNode("span",{class:"pi pi-microphone"}),e.createElementVNode("p",null,"Аудиосообщение")],-1)),t.message.text?(e.openBlock(),e.createElementBlock("p",{key:1,class:"audio-message__text",onClick:l,innerHTML:o.value},null,8,Yo)):e.createCommentVNode("",!0)])],64))}}),[["__scopeId","data-v-db05af25"]]),qo={class:"call-message__text-container"},Wo={key:0},Ko={class:"call-message__reply-description"},Jo={key:0,class:"call-message__title"},Go={key:1,class:"call-message__title"},Xo={key:1},z4=I(e.defineComponent({__name:"ReplyCallMessage",props:{message:{type:Object,required:!0}},setup(t){return console.log(t.message),(a,o)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",null,[e.createElementVNode("span",{class:e.normalizeClass(["call-message__icon pi pi-phone",{"call-message__icon-missed":t.message.isMissedCall}])},null,2)]),e.createElementVNode("div",qo,[t.message.header?(e.openBlock(),e.createElementBlock("p",Wo,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),e.createElementVNode("div",Ko,[t.message.isMissedCall?(e.openBlock(),e.createElementBlock("span",Go," Пропущенный аудиозвонок ")):(e.openBlock(),e.createElementBlock("span",Jo," Аудиозвонок "))]),t.message.callDuration?(e.openBlock(),e.createElementBlock("p",Xo,e.toDisplayString(t.message.callDuration),1)):e.createCommentVNode("",!0)])],64))}}),[["__scopeId","data-v-2672cf43"]]),el=["href"],tl={key:0},nl=["href"],al={class:"file-message__filename-text"},ol=["innerHTML"],Z4=I(e.defineComponent({__name:"ReplyFileMessage",props:{message:{type:Object,required:!0}},setup(t){const n=t,a=e.ref("");e.watch(()=>n.message.text,()=>{n.message.text&&(a.value=u2(n.message.text))},{immediate:!0});function o(l){var s;l.preventDefault(),(s=l.target)!=null&&s.href&&window.open(l.target.href,"_blank")}return(l,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("a",{class:"file-message__link",href:t.message.url,download:"",target:"_blank"},[...s[0]||(s[0]=[e.createElementVNode("span",{class:"pi pi-file"},null,-1)])],8,el),e.createElementVNode("div",null,[t.message.header?(e.openBlock(),e.createElementBlock("p",tl,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),e.createElementVNode("a",{class:"file-message__link",href:t.message.url,download:"",target:"_blank"},[e.createElementVNode("p",al,e.toDisplayString(t.message.filename),1)],8,nl),t.message.text?(e.openBlock(),e.createElementBlock("p",{key:1,class:"file-message__text",onClick:o,innerHTML:a.value},null,8,ol)):e.createCommentVNode("",!0)])],64))}}),[["__scopeId","data-v-06417d07"]]),ll=["src","alt"],fl={class:"image-message__text-container"},sl={key:0},il=["innerHTML"],rl=["src","alt"],O4=I(e.defineComponent({__name:"ReplyImageMessage",props:{message:{type:Object,required:!0}},setup(t){const n=e.inject("chatAppId"),{getTheme:a}=o2(n),o=t,l=e.ref(!1),s=e.ref("");e.watch(()=>o.message.text,()=>{o.message.text&&(s.value=u2(o.message.text))},{immediate:!0});function f(r){r.preventDefault(),r.target.href&&window.open(r.target.href,"_blank")}const i=()=>l.value=!1;return(r,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:"image-message__preview-button",onClick:c[0]||(c[0]=d=>l.value=!0)},[e.createElementVNode("img",{class:"image-message__preview-image",src:t.message.url,alt:t.message.alt},null,8,ll)]),e.createElementVNode("div",fl,[t.message.header?(e.openBlock(),e.createElementBlock("p",sl,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),c[1]||(c[1]=e.createElementVNode("div",{class:"image-message__reply-description"},[e.createElementVNode("span",{class:"pi pi-camera"}),e.createElementVNode("p",null,"Фотография")],-1)),t.message.text?(e.openBlock(),e.createElementBlock("p",{key:1,class:"image-message__text",onClick:f,innerHTML:s.value},null,8,il)):e.createCommentVNode("",!0)]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[l.value?(e.openBlock(),e.createBlock(e.unref(t0),{key:0,"data-theme":e.unref(a)().theme?e.unref(a)().theme:"light",onClose:i},{default:e.withCtx(()=>[e.createElementVNode("img",{class:"image-message__modal-image",src:t.message.url,alt:t.message.alt},null,8,rl)]),_:1},8,["data-theme"])):e.createCommentVNode("",!0)]),_:1})]))],64))}}),[["__scopeId","data-v-9fca3146"]]),cl={class:"container"},dl={key:0},Cl=["innerHTML"],U4=I(e.defineComponent({__name:"ReplyTextMessage",props:{message:{type:Object,required:!0}},setup(t){const n=t,a=e.ref("");e.watch(()=>n.message.text,()=>{a.value=u2(n.message.text)},{immediate:!0});function o(l){l.preventDefault(),l.target.href&&window.open(l.target.href,"_blank")}return(l,s)=>(e.openBlock(),e.createElementBlock("div",cl,[t.message.header?(e.openBlock(),e.createElementBlock("p",dl,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),e.createElementVNode("p",{class:"text",onClick:o,innerHTML:a.value},null,8,Cl)]))}}),[["__scopeId","data-v-6d02021c"]]),Al=["src"],ul={class:"video-message__text-container"},ml={key:0},gl=["innerHTML"],pl=["src","alt"],$4=I(e.defineComponent({__name:"ReplyVideoMessage",props:{message:{type:Object,required:!0}},setup(t){const n=e.inject("chatAppId"),{getTheme:a}=o2(n),o=t,l=e.ref(),s=e.ref(!1),f=e.ref("");e.watch(()=>o.message.text,()=>{o.message.text&&(f.value=u2(o.message.text))},{immediate:!0});function i(c){c.preventDefault(),c.target.href&&window.open(c.target.href,"_blank")}const r=()=>s.value=!1;return(c,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:"video-message__preview-button",onClick:d[0]||(d[0]=C=>s.value=!0)},[e.createElementVNode("video",{class:"video-message__video",src:t.message.url,muted:!0},null,8,Al)]),e.createElementVNode("div",ul,[t.message.header?(e.openBlock(),e.createElementBlock("p",ml,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),d[1]||(d[1]=e.createElementVNode("div",{class:"video-message__reply-description"},[e.createElementVNode("span",{class:"pi pi-video"}),e.createElementVNode("p",null,"Видео")],-1)),t.message.text?(e.openBlock(),e.createElementBlock("p",{key:1,class:"video-message__text",onClick:i,innerHTML:f.value},null,8,gl)):e.createCommentVNode("",!0)]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[s.value?(e.openBlock(),e.createBlock(e.unref(t0),{key:0,"data-theme":e.unref(a)().theme?e.unref(a)().theme:"light",onClose:r},{default:e.withCtx(()=>[e.createElementVNode("video",{ref_key:"player",ref:l,class:"video-message__modal-video",src:t.message.url,alt:t.message.alt,controls:"",autoplay:""},null,8,pl)]),_:1},8,["data-theme"])):e.createCommentVNode("",!0)]),_:1})]))],64))}}),[["__scopeId","data-v-d05e6c09"]]),Ll={class:"splash__container"},hl=I(e.defineComponent({__name:"SplashScreen",emits:["action"],setup(t,{emit:n}){const a=n,o=()=>{a("action")};return(l,s)=>(e.openBlock(),e.createElementBlock("div",Ll,[e.renderSlot(l.$slots,"title",{},void 0,!0),e.renderSlot(l.$slots,"text",{},void 0,!0),e.createElementVNode("div",{class:"splash__img",onClick:o},[e.renderSlot(l.$slots,"picture",{},void 0,!0)])]))}}),[["__scopeId","data-v-f0afe642"]]),Ml={class:"system-message__container"},yl={class:"system-message__text"},v4=I(e.defineComponent({__name:"SystemMessage",props:{message:{type:Object,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",Ml,[e.createElementVNode("p",yl,e.toDisplayString(t.message.text),1)]))}}),[["__scopeId","data-v-2333b3c7"]]),kl=["messageId"],_l=["src"],bl={key:1,class:"text-message__subtext"},El=["innerHTML"],Nl={class:"text-message__info-container"},wl={key:1,class:"text-message__time"},Vl={key:0,class:"pi pi-check"},R4=I(e.defineComponent({__name:"TextMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(!1),s=e.ref(!1),f=e.ref("");e.watch(()=>a.message.text,()=>{f.value=u2(a.message.text)},{immediate:!0});const i=h=>{o("reply",h)};function r(h){h.preventDefault(),h.target.href&&window.open(h.target.href,"_blank")}const c=()=>{s.value=!0},d=()=>{s.value=!1,l.value=!1},C=e.computed(()=>Z2(a.message.status)),A=h=>{d(),o("action",{messageId:a.message.messageId,type:"menu",...h})},p=()=>{d(),o("action",{messageId:a.message.messageId,type:"views"})};function m(h){return h.position==="left"?"text-message__left":"text-message__right"}return(h,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["text-message",[m(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:d},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"text-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText&&t.isFirstInSeries?"2":"1"})},null,12,_l)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",bl,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["text-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}]),onMouseenter:c},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,class:e.normalizeClass(t.message.position),message:t.message.reply,onReply:i},null,8,["class","message"])):e.createCommentVNode("",!0),e.createElementVNode("p",{class:"text-message__text",onClick:r,innerHTML:f.value},null,8,El),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(Y2),{key:1,class:e.normalizeClass(t.message.position),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(P2),{key:2,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0),e.createElementVNode("div",Nl,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"text-message__views",onClick:p},[u[1]||(u[1]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),t.message.time?(e.openBlock(),e.createElementBlock("span",wl,e.toDisplayString(t.message.time),1)):e.createCommentVNode("",!0),m(t.message)==="text-message__right"&&e.unref(z2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(["text-message__status",C.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",Vl)):e.createCommentVNode("",!0),u[2]||(u[2]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)]),s.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:3,class:"text-message__menu-button",onClick:u[0]||(u[0]=k=>l.value=!l.value)},[...u[3]||(u[3]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[l.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(O2),{key:0,class:"text-message__context-menu",actions:t.message.actions,onClick:A},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1})],34)],42,kl))}}),[["__scopeId","data-v-448009fc"]]),Il={class:"typing-message__container"},Dl=["src"],Bl={key:1,class:"typing-message__subtext"},l3=I(e.defineComponent({__name:"TypingMessage",props:{message:{type:Object,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",Il,[t.message.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,class:"typing-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"})},null,12,Dl)):e.createCommentVNode("",!0),t.message.subText?(e.openBlock(),e.createElementBlock("p",Bl,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),a[0]||(a[0]=e.createElementVNode("div",{class:"typing-message__loader-container"},[e.createElementVNode("div",{class:"typing-message__loader"})],-1))]))}}),[["__scopeId","data-v-58b238c0"]]),Sl=["messageId"],Tl=["src"],xl={key:1,class:"video-message__subtext"},jl=["src"],zl={key:0,class:"video-message__info-container"},Zl={class:"video-message__time"},Ol={key:0,class:"pi pi-check"},Ul=["href"],$l={key:1,class:"video-message__text-container"},vl=["innerHTML"],Rl=["src","alt"],F4=I(e.defineComponent({inheritAttrs:!1,__name:"VideoMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getTheme:o}=o2(a),l=t,s=n,f=E=>{s("reply",E)};function i(E){return E.position==="left"?"video-message__left":"video-message__right"}const r=e.ref(),c=e.ref(),d=e.ref(!1),C=e.ref(!1),A=e.ref(!1),p=e.ref(!1),m=e.ref("");e.watch(()=>l.message.text,()=>{l.message.text&&(m.value=u2(l.message.text))},{immediate:!0});function h(E){E.preventDefault(),E.target.href&&window.open(E.target.href,"_blank")}const u=()=>{s("action",{messageId:l.message.messageId,type:"views"})},k=()=>{},_=()=>{A.value=!0,p.value=!0},M=()=>{A.value=!1,C.value=!1},L=e.computed(()=>Z2(l.message.status)),y=()=>{c.value&&(c.value.currentTime=0,c.value.play())};e.watch([r,c],([E,B])=>{E?B&&(B.pause(),B.currentTime=0):B&&(B.play(),B.currentTime=0)});const g=e.computed(()=>l.message.reply&&l.message.text?"0":l.message.text?"8px 8px 0 0":l.message.reply?"0 0 8px 8px":"8px"),b=()=>d.value=!1;return(E,B)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:e.normalizeClass(["video-message",[i(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:M},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"video-message__avatar",src:t.message.avatar,height:"32",width:"32"},null,8,Tl)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",xl,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["video-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}])},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,style:{margin:"10px 10px 4px 16px"},class:e.normalizeClass(t.message.position),message:t.message.reply,onReply:f},null,8,["class","message"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"video-message__preview-button",onClick:B[0]||(B[0]=j=>d.value=!0),onMouseenter:_,onMouseleave:B[1]||(B[1]=j=>p.value=!p.value)},[e.createElementVNode("video",{ref_key:"previewPlayer",ref:c,class:"video-message__video",style:e.normalizeStyle({borderRadius:g.value}),src:t.message.url,muted:!0,autoplay:"",onEnded:y},null,44,jl),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[p.value?(e.openBlock(),e.createElementBlock("div",zl,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"video-message__views",onClick:e.withModifiers(u,["stop"])},[B[3]||(B[3]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),e.createElementVNode("span",Zl,e.toDisplayString(t.message.time),1),i(t.message)==="video-message__right"&&e.unref(z2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["video-message__status",L.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",Ol)):e.createCommentVNode("",!0),B[4]||(B[4]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[p.value?(e.openBlock(),e.createElementBlock("a",{key:0,class:"video-message__download-button",href:t.message.url,download:"",target:"_blank",onClick:e.withModifiers(()=>"//Предотвращаем всплытие события клика",["stop"])},[...B[5]||(B[5]=[e.createElementVNode("span",{class:"pi pi-download"},null,-1)])],8,Ul)):e.createCommentVNode("",!0)]),_:1})],32),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[A.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:0,class:"video-message__menu-button",onClick:B[2]||(B[2]=j=>C.value=!C.value)},[...B[6]||(B[6]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"context-menu"},{default:e.withCtx(()=>[C.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(O2),{key:0,class:"video-message__context-menu",actions:t.message.actions,onClick:k},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1}),t.message.text?(e.openBlock(),e.createElementBlock("div",$l,[e.createElementVNode("p",{onClick:h,innerHTML:m.value},null,8,vl)])):e.createCommentVNode("",!0),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(Y2),{key:2,class:e.normalizeClass(["video-message__link-preview",t.message.position]),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(P2),{key:3,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0)],2)],42,Sl),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[d.value?(e.openBlock(),e.createBlock(e.unref(t0),{key:0,"data-theme":e.unref(o)().theme?e.unref(o)().theme:"light",onClose:b},{default:e.withCtx(()=>[e.createElementVNode("video",{ref_key:"player",ref:r,class:"video-message__modal-video",src:t.message.url,alt:t.message.alt,controls:"",autoplay:""},null,8,Rl)]),_:1},8,["data-theme"])):e.createCommentVNode("",!0)]),_:1})]))],64))}}),[["__scopeId","data-v-2527ac96"]]),Fl=I({__name:"CreateChat",props:{title:{type:String,required:!0}},emits:["change"],setup(t,{emit:n}){const a=e.ref(""),o=n,l=()=>{o("change",{name:a.value})};return(s,f)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("h2",null,e.toDisplayString(t.title),1),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=i=>a.value=i),type:"text",class:"name",onInput:l},null,544),[[e.vModelText,a.value]])]))}},[["__scopeId","data-v-65f726e8"]]),Ql=I({__name:"CreateChat2",props:{title:{type:String,required:!0}},emits:["change"],setup(t,{emit:n}){const a=e.ref({}),o=n,l=()=>{o("change",{contact:a.value})};return(s,f)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("h2",null,e.toDisplayString(t.title),1),f[2]||(f[2]=e.createElementVNode("label",null,"Имя",-1)),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=i=>a.value.name=i),type:"text",onInput:l},null,544),[[e.vModelText,a.value.name]]),f[3]||(f[3]=e.createElementVNode("br",null,null,-1)),f[4]||(f[4]=e.createElementVNode("label",null,"Телефон",-1)),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":f[1]||(f[1]=i=>a.value.phone=i),type:"text",onInput:l},null,544),[[e.vModelText,a.value.phone]])]))}},[["__scopeId","data-v-3a76f520"]]),Hl={class:"modal__contact-line"},Pl=["value"],Yl={class:"modal__channel-line"},ql=["disabled"],Wl=["value"],Kl=["disabled"],Jl=I({__name:"CreateDialog",props:{title:{type:String,required:!0},name:{type:String,required:!0},contacts:{type:Array,required:!0},channels:{type:Array,required:!0},filter:{type:Function,required:!1,default:null}},emits:["change","submit"],setup(t,{emit:n}){const a=t,o=e.ref(),l=e.ref(),s=e.computed(()=>!!(o.value&&l.value)),f=e.computed(()=>!!(a.filter&&l.value||!a.filter)),i=e.computed(()=>a.filter&&l.value?a.filter(l.value,a.channels):a.channels),r=n,c=()=>{r("change",{channel:o.value,contact:l.value}),r("submit")};return(d,C)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("h3",null,e.toDisplayString(t.title),1),e.createElementVNode("div",null," Контакт: "+e.toDisplayString(t.name),1),e.createElementVNode("div",Hl,[C[2]||(C[2]=e.createElementVNode("h3",{style:{margin:"0"}}," Куда пишем ",-1)),e.withDirectives(e.createElementVNode("select",{id:"folder","onUpdate:modelValue":C[0]||(C[0]=A=>l.value=A)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.contacts,A=>(e.openBlock(),e.createElementBlock("option",{key:A.id||A.value,value:A},e.toDisplayString(A.value),9,Pl))),128))],512),[[e.vModelSelect,l.value]])]),e.createElementVNode("div",Yl,[C[3]||(C[3]=e.createElementVNode("h3",{style:{margin:"0"}}," Через какой канал ",-1)),e.withDirectives(e.createElementVNode("select",{id:"folder","onUpdate:modelValue":C[1]||(C[1]=A=>o.value=A),disabled:!f.value},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,A=>(e.openBlock(),e.createElementBlock("option",{key:A.id||A.title,value:A},e.toDisplayString(A.title),9,Wl))),128))],8,ql),[[e.vModelSelect,o.value]])]),e.createElementVNode("button",{type:"button",class:"modal__button-start","aria-label":"Close modal",disabled:!s.value,onClick:c}," Начать диалог ",8,Kl)]))}},[["__scopeId","data-v-c9b375bd"]]),Gl=["data-theme"],Xl={class:"modal",role:"dialog","aria-labelledby":"modalTitle","aria-describedby":"modalDescription"},ef={id:"modalDescription",class:"modal-body"},tf={class:"buttons"},nf=I({__name:"Modal",props:{theme:{type:String,required:!1,default:"light"}},emits:["close","submit"],setup(t,{emit:n}){const a=n,o=l=>{l.target.classList.contains("modal-backdrop")&&a("close")};return(l,s)=>(e.openBlock(),e.createBlock(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:"modal-backdrop","data-theme":t.theme,onClick:o},[e.createElementVNode("div",Xl,[e.createElementVNode("div",ef,[e.renderSlot(l.$slots,"default",{},void 0,!0)]),e.createElementVNode("div",tf,[e.createElementVNode("button",{type:"button",class:"btn-green","aria-label":"Close modal",onClick:s[0]||(s[0]=f=>a("submit"))}," OK "),e.createElementVNode("button",{type:"button",class:"btn-green","aria-label":"Close modal",onClick:s[1]||(s[1]=f=>a("close"))}," Cancel ")])])],8,Gl),[[e.vShow,!0]])]),_:3}))}},[["__scopeId","data-v-5a47841b"]]),af=["data-theme"],of={class:"modal__container"},t0=I({__name:"ModalFullscreen",props:{theme:{type:String,required:!1,default:"light"}},emits:["close"],setup(t,{emit:n}){const a=n,o=s=>{s.target.classList.contains("modal__overlay")&&a("close")},l=s=>{s.key==="Escape"&&a("close")};return e.onMounted(()=>{document.addEventListener("keydown",l)}),e.onUnmounted(()=>{document.removeEventListener("keydown",l)}),(s,f)=>(e.openBlock(),e.createElementBlock("div",{class:"modal__overlay","data-theme":t.theme,onClick:o,onKeyup:f[1]||(f[1]=e.withKeys(i=>a("close"),["esc"]))},[e.createElementVNode("div",of,[e.createElementVNode("button",{class:"modal__close-button",onClick:f[0]||(f[0]=i=>a("close"))},[...f[2]||(f[2]=[e.createElementVNode("span",null,[e.createElementVNode("i",{class:"pi pi-times"})],-1)])]),e.renderSlot(s.$slots,"default",{},void 0,!0)])],40,af))}},[["__scopeId","data-v-cfd44dde"]]),lf={},ff={width:"31",height:"30",viewBox:"0 0 31 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function sf(t,n){return e.openBlock(),e.createElementBlock("svg",ff,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_1718_536)"},[e.createElementVNode("path",{d:"M30.0062 15.8609C30.1749 15.7886 30.3187 15.6685 30.4197 15.5153C30.5208 15.3621 30.5746 15.1826 30.5746 14.9991C30.5746 14.8156 30.5208 14.6361 30.4197 14.4829C30.3187 14.3297 30.1749 14.2096 30.0062 14.1373L3.00448 2.56551L3.00315 2.56418L2.16523 2.20356C2.00645 2.13533 1.8319 2.11232 1.66087 2.13706C1.48983 2.16181 1.32896 2.23335 1.19603 2.34378C1.0631 2.45421 0.96328 2.59924 0.907599 2.76284C0.851917 2.92644 0.842541 3.10225 0.880504 3.27085L1.07938 4.15915L1.07805 4.16313L3.48707 14.9991L1.07805 25.8351L1.07805 25.8404L0.879177 26.7287C0.841822 26.8971 0.851658 27.0725 0.907599 27.2357C0.963541 27.3989 1.06342 27.5435 1.19624 27.6535C1.32906 27.7636 1.48968 27.8349 1.66041 27.8596C1.83114 27.8842 2.00536 27.8613 2.1639 27.7933L30.0062 15.8609ZM25.0702 15.9365H5.19872L5.36179 15.2033C5.3918 15.0688 5.3918 14.9294 5.36179 14.7949L5.19872 14.0617H25.0702L27.2565 14.9991L25.0715 15.9378L25.0702 15.9365Z",fill:"#25D366"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_1718_536"},[e.createElementVNode("rect",{width:"30",height:"30",fill:"white",transform:"translate(0.75)"})])],-1)])])}const rf=I(lf,[["render",sf]]),cf={class:"chat-input__container"},df=["id"],Cf=["id"],Af={class:"chat-input__inline-buttons"},uf={key:0,class:"chat-input__input chat-input__disabled-placeholder"},mf=["disabled","placeholder"],gf=["disabled"],pf={class:""},Lf={class:"chat-input__third-line"},hf=I(e.defineComponent({__name:"ChatInput",props:{state:{type:String,required:!1,default:"active"},focusOnInputArea:{type:Boolean,required:!1,default:!1},disabledPlaceholder:{type:String,default:null}},emits:["send","typing"],setup(t,{emit:n}){const a=n,o=e.inject("chatAppId"),{resetMessage:l,getMessage:s,setMessageText:f,setForceSendMessage:i}=t2(o),r=e.ref(),c=C3("",2e3),d=e.ref(),C=t,A=e.computed(()=>!!(C.state=="disabled"||s().text==""&&!s().file||s().isRecording));e.watch(()=>c.value,()=>{a("typing")}),e.watch(()=>C.focusOnInputArea,()=>{C.focusOnInputArea&&e.nextTick(()=>{const u=e.unref(r);u==null||u.focus()})},{immediate:!0}),e.watch(()=>s().text,()=>{e.nextTick(()=>{const u=r.value;if(!u)return;const k=u.scrollTop;u.style.height="auto";const M=parseFloat(getComputedStyle(u).lineHeight)*11,L=u.scrollHeight;!s().text.trim()||L<=61?(u.style.height="40px",u.style.overflowY="hidden"):L<=M?(u.style.height=L+"px",u.style.overflowY="hidden"):(u.style.height=M+"px",u.style.overflowY="auto",u.scrollTop=k)})},{immediate:!0}),e.watch(()=>s().forceSend,()=>{s().forceSend&&(h(),i(!1))});const p=u=>{const k=u.target;a("typing",k.value)},m=u=>{if(u.shiftKey){if(r.value instanceof HTMLTextAreaElement){let k=r.value.selectionStart;k&&(r.value.setRangeText(`
|
1
|
+
(function(N,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(N=typeof globalThis<"u"?globalThis:N||self,e(N.vuessages={},N.Vue))})(this,(function(N,e){"use strict";var N2=typeof document<"u"?document.currentScript:null;const k1=t=>{let n="file";return t.startsWith("image/")?n="image":t.startsWith("video/")?n="video":t.startsWith("audio/")&&(n="audio"),n},C3=t=>{const n=k1(t.type),a=e.ref(!1),o=e.ref(!1),l=e.ref(!1),s=e.ref("");n==="image"?a.value=!0:n==="video"?o.value=!0:n==="audio"&&(l.value=!0),a.value||o.value||l.value?s.value=URL.createObjectURL(t):s.value="";const f=["б","Кб","Мб","Гб"];let i=t.size,r=0;for(;i>1024;)i=i/1024,r++;return{isImage:a.value,isVideo:o.value,isAudio:l.value,previewUrl:s.value,fileSize:i.toFixed(2)+f[r]}},o0=async(t,n)=>{const a=new FormData;a.append("file",n);const l=(t||"https://filebump2.services.mobilon.ru")+"/upload";try{return{url:(await(await fetch(l,{method:"POST",body:a})).json()).url,name:n.name,size:n.size,type:k1(n.type),status:"success",preview:C3(n)}}catch(s){return console.error("Ошибка при загрузке файла:",s),{status:"error"}}};function A3(t,n=500){let a;return e.customRef((o,l)=>({get(){return o(),t},set(s){clearTimeout(a),a=window.setTimeout(()=>{t=s,l()},n)}}))}function u3(t,n=500){let a;return e.customRef((o,l)=>({get(){return o(),t},set(s){a||(a=window.setTimeout(()=>{t=s,l(),a=void 0},n))}}))}const e2=e.ref([]),t2=t=>{const n=e.ref(0),a=e2.value.find(({id:A})=>A==t);a!=null?n.value=e2.value.indexOf(a):(e2.value.push({id:t,text:"",file:void 0,forceSend:!1,isRecording:!1}),n.value=e2.value.length-1);const o=()=>{e2.value[n.value]={id:c().id,text:"",file:void 0,reply:void 0,forceSend:!1,isRecording:c().isRecording}},l=A=>{e2.value[n.value]={id:c().id,text:A,file:c().file,reply:c().reply,forceSend:!1,isRecording:c().isRecording}},s=A=>{e2.value[n.value]={id:c().id,text:c().text,file:A,reply:c().reply,forceSend:!1,isRecording:c().isRecording}},f=()=>{e2.value[n.value]={id:c().id,text:c().text,file:void 0,reply:c().reply,forceSend:!1,isRecording:c().isRecording}},i=A=>{e2.value[n.value]={id:c().id,text:c().text,file:c().file,reply:A,forceSend:!1,isRecording:c().isRecording}},r=()=>{e2.value[n.value]={id:c().id,text:c().text,file:c().file,reply:void 0,forceSend:!1,isRecording:c().isRecording}};function c(){return e2.value[n.value]}return{getMessage:c,resetMessage:o,setMessageFile:s,resetMessageFile:f,setMessageText:l,setReply:i,resetReply:r,setForceSendMessage:A=>{e2.value[n.value].forceSend=A},setRecordingMessage:A=>{e2.value[n.value].isRecording=A}}};function P2({component:t,attrs:n,Modal:a,modalAttrs:o}){return new Promise(l=>{const s=document.createElement("div");document.body.appendChild(s);const f=e.ref({}),i=()=>{C.unmount(),document.body.removeChild(s)},r=()=>{i(),l(f.value)},c=A=>{Object.keys(A).forEach(p=>{f.value[p]=A[p]})},d=e.defineComponent({render(){return e.h(a,{...o,onClose:i,onSubmit:r},{default:()=>e.h(e.defineAsyncComponent(()=>t),{...n,onChange:c,onSubmit:r,onClose:i})})}}),C=e.createApp(d);C.mount(s)})}const l0=e.ref([]),m3=t=>{const n=e.ref(0),a=l0.value.find(({id:l})=>l==t);return a!=null?n.value=l0.value.indexOf(a):(l0.value.push({id:t,text:""}),n.value=l0.value.length-1),{getModel:()=>l0.value[n.value]}},f0=e.ref([]),o2=t=>{const n=e.ref(0),a=f0.value.find(({id:l})=>l==t);return a!=null?n.value=f0.value.indexOf(a):(f0.value.push({id:t,theme:""}),n.value=f0.value.length-1),{getTheme:()=>f0.value[n.value]}},I=(t,n)=>{const a=t.__vccOpts||t;for(const[o,l]of n)a[o]=l;return a},Y4=["data-theme"],q4={class:"modal",role:"dialog","aria-labelledby":"modalTitle","aria-describedby":"modalDescription"},_1=I({__name:"ModalNoFooter",props:{theme:{type:String,required:!1,default:"light"}},emits:["close"],setup(t,{emit:n}){const a=n,o=l=>{l.target.classList.contains("modal-backdrop")&&a("close")};return(l,s)=>(e.openBlock(),e.createBlock(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{"data-theme":t.theme,class:"modal-backdrop",onClick:o},[e.createElementVNode("div",q4,[e.renderSlot(l.$slots,"default",{},void 0,!0)])],8,Y4),[[e.vShow,!0]])]),_:3}))}},[["__scopeId","data-v-01dc3148"]]),g3=async t=>await P2({component:Promise.resolve().then(()=>ks),attrs:{},Modal:_1,modalAttrs:{theme:t}}),W4=["data-theme"],K4={class:"modal",role:"dialog","aria-labelledby":"modalTitle","aria-describedby":"modalDescription"},J4={id:"modalDescription",class:"modal-body"},G4={class:"buttons"},D0=I({__name:"Modal",props:{theme:{type:String,required:!1,default:"light"}},emits:["close","submit"],setup(t,{emit:n}){const a=n,o=l=>{l.target.classList.contains("modal-backdrop")&&a("close")};return(l,s)=>(e.openBlock(),e.createBlock(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:"modal-backdrop","data-theme":t.theme,onClick:o},[e.createElementVNode("div",K4,[e.createElementVNode("div",J4,[e.renderSlot(l.$slots,"default",{},void 0,!0)]),e.createElementVNode("div",G4,[e.createElementVNode("button",{type:"button",class:"btn-green","aria-label":"Close modal",onClick:s[0]||(s[0]=f=>a("submit"))}," OK "),e.createElementVNode("button",{type:"button",class:"btn-green","aria-label":"Close modal",onClick:s[1]||(s[1]=f=>a("close"))}," Cancel ")])])],8,W4),[[e.vShow,!0]])]),_:3}))}},[["__scopeId","data-v-5a47841b"]]),X4=async(t,n)=>{const a=await P2({component:Promise.resolve().then(()=>_s),attrs:{title:t},Modal:D0,modalAttrs:{theme:n}});return console.log("data",a),a},e6=async(t,n)=>await P2({component:Promise.resolve().then(()=>bs),attrs:{title:t},Modal:D0,modalAttrs:{theme:n}}),t6=async(t,n,a,o,l,s)=>await P2({component:Promise.resolve().then(()=>Bs),attrs:{title:t,name:n,contacts:a,channels:o,filter:l},Modal:_1,modalAttrs:{theme:s}}),n6=async(t,n,a)=>{const o=await P2({component:Promise.resolve().then(()=>js),attrs:{title:t,users:n},Modal:D0,modalAttrs:{theme:a}});return console.log("data",o),o},a6=["id"],s0=I(e.defineComponent({__name:"ButtonContextMenu",props:{actions:{type:Array,required:!0},mode:{type:String,required:!1,default:"hover"},disabled:{type:Boolean,default:!1,required:!1},menuSide:{type:String,required:!1,default:"top"}},emits:["click","buttonClick","menuMouseEnter","menuMouseLeave"],setup(t,{expose:n,emit:a}){const o=e.inject("chatAppId"),l=e.inject("extChatAppId"),{getTheme:s}=o2(o),f=t,i=e.useId(),r=a,c=e.ref(),d=e.ref(),C=e.ref(!1),A=y=>{M(),r("click",y)},p=()=>{f.disabled||(f.mode=="click"&&!C.value?_():f.mode=="click"&&C.value&&M(),r("buttonClick"))},m=()=>{f.disabled||f.mode=="hover"&&_()},h=()=>{f.disabled||f.mode=="hover"&&M()},u=()=>{r("menuMouseEnter"),f.disabled||f.mode=="hover"&&_()},k=()=>{r("menuMouseLeave"),f.disabled||f.mode=="hover"&&M()},_=()=>{if(d.value&&c.value){const y=c.value,g=d.value.getBoundingClientRect();y.style.display="inherit";const b=c.value.getBoundingClientRect();y.style.display="none",e.nextTick(()=>{const E={left:{top:g.top-(b.height-g.height)/2-b.top,left:g.left-b.width-b.left},right:{top:g.top-(b.height-g.height)/2-b.top,left:g.left+g.width-b.left},bottom:{top:(g==null?void 0:g.bottom)-b.top,left:(g==null?void 0:g.left)-(b.width-g.width)/2-b.left},top:{top:g.top-b.height-b.top,left:(g==null?void 0:g.left)-(b.width-g.width)/2-b.left},"top-right":{top:g.top-b.height,left:g.right-b.width/2}};y.style.top=E[f.menuSide].top+"px",y.style.left=E[f.menuSide].left+"px",y.style.opacity="1",y.style.display="inherit",C.value=!0})}},M=()=>{if(c.value){const y=c.value;y&&(y.style.top="0",y.style.left="0",y.style.opacity="0",y.style.display="none",C.value=!1)}},L=y=>{f.mode=="click"&&d.value&&!d.value.contains(y.target)&&M()};return e.onMounted(()=>{e.nextTick(()=>{c.value=document.getElementById("context-menu-"+i+l),c.value&&(M(),document.addEventListener("click",L))})}),e.onUnmounted(()=>{document.removeEventListener("click",L)}),n({updatePosition:_,hideMenu:M}),(y,g)=>(e.openBlock(),e.createElementBlock("button",{id:"container-"+e.unref(i)+e.unref(l),ref_key:"actionScope",ref:d,style:{position:"relative",width:"fit-content",border:"none",background:"transparent",height:"fit-content"},onMouseenter:m,onMouseleave:h},[e.createElementVNode("div",{onClick:p},[e.renderSlot(y.$slots,"default",{},void 0,!0)]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.unref(z2),{id:"context-menu-"+e.unref(i)+e.unref(l),actions:t.actions,"data-theme":e.unref(s)().theme?e.unref(s)().theme:"light",onMouseenter:u,onMouseleave:k,onClick:A},null,8,["id","actions","data-theme"])]))],40,a6))}}),[["__scopeId","data-v-52fda158"]]),o6={class:"context-menu__container"},l6={class:"context-menu__list"},f6=["onClick"],s6=["src"],i6={key:2,style:{"white-space":"nowrap"}},r6={key:3},z2=I({__name:"ContextMenu",props:{actions:{type:Array,required:!0}},emits:["click"],setup(t,{emit:n}){const a=t,o=n,l=s=>{const f=a.actions[s];o("click",f)};return(s,f)=>(e.openBlock(),e.createElementBlock("div",o6,[e.createElementVNode("ul",l6,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.actions,(i,r)=>(e.openBlock(),e.createElementBlock("li",{key:r,class:"context-menu__item",onClick:c=>l(r)},[i.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:i.icon,width:"18",height:"18"},null,8,s6)):i.prime?(e.openBlock(),e.createElementBlock("i",{key:1,class:e.normalizeClass("pi pi-"+i.prime)},null,2)):e.createCommentVNode("",!0),i.title?(e.openBlock(),e.createElementBlock("span",i6,e.toDisplayString(i.title),1)):e.createCommentVNode("",!0),i.description?(e.openBlock(),e.createElementBlock("span",r6,e.toDisplayString(i.description),1)):e.createCommentVNode("",!0)],8,f6))),128))])]))}},[["__scopeId","data-v-d90d3063"]]),c6={class:"embed-preview"},d6=["src"],C6=["src"],A6=["src"],Y2=I(e.defineComponent({__name:"EmbedPreview",props:{embed:{type:Object,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",c6,[t.embed.type=="youtube"?(e.openBlock(),e.createElementBlock("iframe",{key:0,class:"embed-preview__player",src:t.embed.url,title:"YouTube video player",frameborder:"0",allowfullscreen:""},null,8,d6)):t.embed.type=="rutube"?(e.openBlock(),e.createElementBlock("iframe",{key:1,class:"embed-preview__player",src:t.embed.url,title:"YouTube video player",frameborder:"0",allow:"clipboard-write; autoplay",webkitAllowFullScreen:"",mozallowfullscreen:"",allowFullScreen:""},null,8,C6)):(e.openBlock(),e.createElementBlock("iframe",{key:2,class:"embed-preview__player",src:t.embed.url},null,8,A6))]))}}),[["__scopeId","data-v-78e87f87"]]),u6={class:"link-preview"},m6={class:"link-preview__container"},g6=["href"],p6={class:"link-preview__title"},L6={class:"link-preview__description"},h6=["src","alt"],q2=I(e.defineComponent({__name:"LinkPreview",props:{linkPreview:{type:Object,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",u6,[e.createElementVNode("div",m6,[e.createElementVNode("a",{class:"link-preview__link-container",href:t.linkPreview.url,target:"_blank"},[e.createElementVNode("p",p6,e.toDisplayString(t.linkPreview.title),1),e.createElementVNode("p",L6,e.toDisplayString(t.linkPreview.description),1),e.createElementVNode("img",{class:"link-preview__image",src:t.linkPreview.imageUrl,alt:t.linkPreview.title},null,8,h6)],8,g6)])]))}}),[["__scopeId","data-v-e9834d72"]]),M6=["data-theme"],w2=I(e.defineComponent({__name:"Tooltip",props:{text:{type:String,required:!0},position:{type:String,default:"top"},offset:{type:Number,default:8}},setup(t){const n=e.inject("chatAppId"),{getTheme:a}=o2(n),o=e.ref(),l=e.ref(),s=e.ref(!1),f=t,i=e.computed(()=>({tooltip__text:!0,[`tooltip--${f.position}`]:!0})),r=()=>{s.value=!0,e.nextTick(()=>{if(o.value&&l.value){const d=l.value,C=o.value.getBoundingClientRect(),A=l.value.getBoundingClientRect(),p=A.left<0?A.left:0,m=A.top<0?A.top:0,h={left:{top:C.top-(A.height-C.height)/2-m,left:(C==null?void 0:C.left)-A.width-p-f.offset},right:{top:C.top-(A.height-C.height)/2-m,left:(C==null?void 0:C.left)+C.width-p+f.offset},bottom:{top:(C==null?void 0:C.bottom)-m+f.offset,left:(C==null?void 0:C.left)-p},top:{top:C.top-A.height-f.offset-m,left:(C==null?void 0:C.left)-p}};d.style.top=h[f.position].top+"px",d.style.left=h[f.position].left+"px"}})},c=()=>{s.value=!1,e.nextTick(()=>{const d=e.unref(l);d&&(d.style.top="0",d.style.left="0")})};return(d,C)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{ref_key:"container",ref:o,class:"tooltip-wrapper",onMouseover:r,onMouseout:c},[e.renderSlot(d.$slots,"default",{},void 0,!0)],544),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,null,{default:e.withCtx(()=>[s.value?(e.openBlock(),e.createElementBlock("span",{key:0,ref_key:"tooltip",ref:l,"data-theme":e.unref(a)().theme?e.unref(a)().theme:"light",class:e.normalizeClass(i.value)},e.toDisplayString(t.text),11,M6)):e.createCommentVNode("",!0)]),_:1})]))],64))}}),[["__scopeId","data-v-a87fdd7a"]]),y6={name:"AvatarIcon",props:{size:{type:[String,Number],default:48},width:{type:[String,Number],default:48},height:{type:[String,Number],default:48}},computed:{computedWidth(){return this.width||this.size},computedHeight(){return this.height||this.size}}},k6=["width","height"];function _6(t,n,a,o,l,s){return e.openBlock(),e.createElementBlock("svg",{width:a.size,height:a.size,viewBox:"0 0 52 50",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[...n[0]||(n[0]=[e.createStaticVNode('<g clip-path="url(#clip0_4389_421)"><path d="M35.4075 18.75C35.4075 21.2364 34.3978 23.621 32.6005 25.3791C30.8032 27.1373 28.3655 28.125 25.8237 28.125C23.282 28.125 20.8443 27.1373 19.047 25.3791C17.2497 23.621 16.24 21.2364 16.24 18.75C16.24 16.2636 17.2497 13.879 19.047 12.1209C20.8443 10.3627 23.282 9.375 25.8237 9.375C28.3655 9.375 30.8032 10.3627 32.6005 12.1209C34.3978 13.879 35.4075 16.2636 35.4075 18.75Z" fill="#DCDCDC"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0.26709 25C0.26709 18.3696 2.95966 12.0107 7.75247 7.32233C12.5453 2.63392 19.0457 0 25.8238 0C32.6018 0 39.1023 2.63392 43.8951 7.32233C48.6879 12.0107 51.3805 18.3696 51.3805 25C51.3805 31.6304 48.6879 37.9893 43.8951 42.6777C39.1023 47.3661 32.6018 50 25.8238 50C19.0457 50 12.5453 47.3661 7.75247 42.6777C2.95966 37.9893 0.26709 31.6304 0.26709 25ZM25.8238 3.125C21.6126 3.12522 17.4871 4.28863 13.922 6.48134C10.357 8.67404 7.49734 11.8069 5.67221 15.5194C3.84709 19.2318 3.13067 23.3729 3.60543 27.4661C4.08018 31.5593 5.72681 35.4382 8.35578 38.6562C10.6239 35.0812 15.6171 31.25 25.8238 31.25C36.0305 31.25 41.0204 35.0781 43.2918 38.6562C45.9207 35.4382 47.5674 31.5593 48.0421 27.4661C48.5169 23.3729 47.8005 19.2318 45.9753 15.5194C44.1502 11.8069 41.2906 8.67404 37.7255 6.48134C34.1605 4.28863 30.0349 3.12522 25.8238 3.125Z" fill="#DCDCDC"></path></g><defs><clipPath id="clip0_4389_421"><rect width="51.1134" height="50" fill="white" transform="translate(0.26709)"></rect></clipPath></defs>',2)])],8,k6)}const b1=I(y6,[["render",_6]]),b6=["fill"],p3={__name:"CheckIcon",props:{fillColor:{type:String,default:"#5F5F5F"}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.normalizeStyle({color:t.fillColor})},[e.createElementVNode("path",{d:"M11.1436 3.47369C11.2033 3.41276 11.2745 3.36436 11.3532 3.33131C11.4318 3.29827 11.5163 3.28125 11.6016 3.28125C11.6869 3.28125 11.7714 3.29827 11.85 3.33131C11.9287 3.36436 12 3.41276 12.0597 3.47369C12.3099 3.72657 12.3134 4.13519 12.0684 4.39244L6.89456 10.5087C6.83581 10.5732 6.76453 10.625 6.68506 10.661C6.60559 10.6971 6.51962 10.7165 6.43239 10.7181C6.34516 10.7198 6.25851 10.7036 6.17775 10.6706C6.09698 10.6376 6.0238 10.5884 5.96268 10.5262L2.81443 7.33594C2.69301 7.21212 2.625 7.04561 2.625 6.87219C2.625 6.69877 2.69301 6.53227 2.81443 6.40844C2.87415 6.34751 2.94542 6.29911 3.02407 6.26606C3.10272 6.23302 3.18718 6.216 3.27249 6.216C3.35781 6.216 3.44226 6.23302 3.52092 6.26606C3.59957 6.29911 3.67084 6.34751 3.73056 6.40844L6.40106 9.11482L11.1261 3.49294L11.1436 3.47369Z",fill:t.fillColor},null,8,b6)],4))}},E6={},N6={width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function w6(t,n){return e.openBlock(),e.createElementBlock("svg",N6,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M0.950642 1.92512C0.886721 1.8612 0.836016 1.78531 0.801422 1.7018C0.766829 1.61828 0.749023 1.52877 0.749023 1.43837C0.749023 1.34797 0.766829 1.25846 0.801422 1.17494C0.836016 1.09142 0.886721 1.01554 0.950642 0.951618C1.01456 0.887697 1.09045 0.836993 1.17396 0.802399C1.25748 0.767805 1.34699 0.75 1.43739 0.75C1.52779 0.75 1.6173 0.767805 1.70082 0.802399C1.78434 0.836993 1.86022 0.887697 1.92414 0.951618L8.99989 8.02874L16.0756 0.951618C16.1396 0.887697 16.2154 0.836993 16.299 0.802399C16.3825 0.767805 16.472 0.75 16.5624 0.75C16.6528 0.75 16.7423 0.767805 16.8258 0.802399C16.9093 0.836993 16.9852 0.887697 17.0491 0.951618C17.1131 1.01554 17.1638 1.09142 17.1984 1.17494C17.233 1.25846 17.2508 1.34797 17.2508 1.43837C17.2508 1.52877 17.233 1.61828 17.1984 1.7018C17.1638 1.78531 17.1131 1.8612 17.0491 1.92512L9.97202 9.00087L17.0491 16.0766C17.1131 16.1405 17.1638 16.2164 17.1984 16.2999C17.233 16.3835 17.2508 16.473 17.2508 16.5634C17.2508 16.6538 17.233 16.7433 17.1984 16.8268C17.1638 16.9103 17.1131 16.9862 17.0491 17.0501C16.9852 17.114 16.9093 17.1647 16.8258 17.1993C16.7423 17.2339 16.6528 17.2517 16.5624 17.2517C16.472 17.2517 16.3825 17.2339 16.299 17.1993C16.2154 17.1647 16.1396 17.114 16.0756 17.0501L8.99989 9.97299L1.92414 17.0501C1.86022 17.114 1.78434 17.1647 1.70082 17.1993C1.6173 17.2339 1.52779 17.2517 1.43739 17.2517C1.34699 17.2517 1.25748 17.2339 1.17396 17.1993C1.09045 17.1647 1.01456 17.114 0.950642 17.0501C0.886721 16.9862 0.836016 16.9103 0.801422 16.8268C0.766829 16.7433 0.749023 16.6538 0.749023 16.5634C0.749023 16.473 0.766829 16.3835 0.801422 16.2999C0.836016 16.2164 0.886721 16.1405 0.950642 16.0766L8.02777 9.00087L0.950642 1.92512Z",fill:"#5F5F5F"},null,-1)])])}const L3=I(E6,[["render",w6]]),V6={},I6={width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function D6(t,n){return e.openBlock(),e.createElementBlock("svg",I6,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M8.25 11C9.34402 11 10.3932 10.5654 11.1668 9.79182C11.9404 9.01823 12.375 7.96902 12.375 6.875C12.375 5.78098 11.9404 4.73177 11.1668 3.95818C10.3932 3.1846 9.34402 2.75 8.25 2.75C7.15598 2.75 6.10677 3.1846 5.33318 3.95818C4.5596 4.73177 4.125 5.78098 4.125 6.875C4.125 7.96902 4.5596 9.01823 5.33318 9.79182C6.10677 10.5654 7.15598 11 8.25 11ZM1.375 19.25C1.375 19.25 0 19.25 0 17.875C0 16.5 1.375 12.375 8.25 12.375C15.125 12.375 16.5 16.5 16.5 17.875C16.5 19.25 15.125 19.25 15.125 19.25H1.375ZM15.125 4.8125C15.125 4.63016 15.1974 4.4553 15.3264 4.32636C15.4553 4.19743 15.6302 4.125 15.8125 4.125H21.3125C21.4948 4.125 21.6697 4.19743 21.7986 4.32636C21.9276 4.4553 22 4.63016 22 4.8125C22 4.99484 21.9276 5.1697 21.7986 5.29864C21.6697 5.42757 21.4948 5.5 21.3125 5.5H15.8125C15.6302 5.5 15.4553 5.42757 15.3264 5.29864C15.1974 5.1697 15.125 4.99484 15.125 4.8125ZM15.8125 8.25C15.6302 8.25 15.4553 8.32243 15.3264 8.45136C15.1974 8.5803 15.125 8.75516 15.125 8.9375C15.125 9.11984 15.1974 9.2947 15.3264 9.42364C15.4553 9.55257 15.6302 9.625 15.8125 9.625H21.3125C21.4948 9.625 21.6697 9.55257 21.7986 9.42364C21.9276 9.2947 22 9.11984 22 8.9375C22 8.75516 21.9276 8.5803 21.7986 8.45136C21.6697 8.32243 21.4948 8.25 21.3125 8.25H15.8125ZM18.5625 12.375C18.3802 12.375 18.2053 12.4474 18.0764 12.5764C17.9474 12.7053 17.875 12.8802 17.875 13.0625C17.875 13.2448 17.9474 13.4197 18.0764 13.5486C18.2053 13.6776 18.3802 13.75 18.5625 13.75H21.3125C21.4948 13.75 21.6697 13.6776 21.7986 13.5486C21.9276 13.4197 22 13.2448 22 13.0625C22 12.8802 21.9276 12.7053 21.7986 12.5764C21.6697 12.4474 21.4948 12.375 21.3125 12.375H18.5625ZM18.5625 16.5C18.3802 16.5 18.2053 16.5724 18.0764 16.7014C17.9474 16.8303 17.875 17.0052 17.875 17.1875C17.875 17.3698 17.9474 17.5447 18.0764 17.6736C18.2053 17.8026 18.3802 17.875 18.5625 17.875H21.3125C21.4948 17.875 21.6697 17.8026 21.7986 17.6736C21.9276 17.5447 22 17.3698 22 17.1875C22 17.0052 21.9276 16.8303 21.7986 16.7014C21.6697 16.5724 21.4948 16.5 21.3125 16.5H18.5625Z",fill:"#5F5F5F"},null,-1)])])}const h3=I(V6,[["render",D6]]),B6={},S6={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function T6(t,n){return e.openBlock(),e.createElementBlock("svg",S6,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M14.25 19.5C14.25 20.0967 14.0129 20.669 13.591 21.091C13.169 21.5129 12.5967 21.75 12 21.75C11.4033 21.75 10.831 21.5129 10.409 21.091C9.98705 20.669 9.75 20.0967 9.75 19.5C9.75 18.9033 9.98705 18.331 10.409 17.909C10.831 17.4871 11.4033 17.25 12 17.25C12.5967 17.25 13.169 17.4871 13.591 17.909C14.0129 18.331 14.25 18.9033 14.25 19.5ZM14.25 12C14.25 12.5967 14.0129 13.169 13.591 13.591C13.169 14.0129 12.5967 14.25 12 14.25C11.4033 14.25 10.831 14.0129 10.409 13.591C9.98705 13.169 9.75 12.5967 9.75 12C9.75 11.4033 9.98705 10.831 10.409 10.409C10.831 9.98705 11.4033 9.75 12 9.75C12.5967 9.75 13.169 9.98705 13.591 10.409C14.0129 10.831 14.25 11.4033 14.25 12ZM14.25 4.5C14.25 5.09674 14.0129 5.66903 13.591 6.09099C13.169 6.51295 12.5967 6.75 12 6.75C11.4033 6.75 10.831 6.51295 10.409 6.09099C9.98705 5.66903 9.75 5.09674 9.75 4.5C9.75 3.90326 9.98705 3.33097 10.409 2.90901C10.831 2.48705 11.4033 2.25 12 2.25C12.5967 2.25 13.169 2.48705 13.591 2.90901C14.0129 3.33097 14.25 3.90326 14.25 4.5Z",fill:"#5F5F5F"},null,-1)])])}const x6=I(B6,[["render",T6]]),j6={},z6={width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Z6(t,n){return e.openBlock(),e.createElementBlock("svg",z6,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M6.30444 0.5C9.16802 0.5 11.5242 2.92542 11.5242 5.96094C11.5241 8.99635 9.16796 11.4219 6.30444 11.4219C3.44097 11.4218 1.08483 8.99633 1.08472 5.96094C1.08472 2.92545 3.4409 0.500047 6.30444 0.5Z",stroke:"#5F5F5F"},null,-1),e.createElementVNode("line",{y1:"-0.5",x2:"6.23094",y2:"-0.5",transform:"matrix(-0.692375 -0.721538 0.692375 -0.721538 16.3389 15.1016)",stroke:"#5F5F5F"},null,-1)])])}const M3=I(j6,[["render",Z6]]),O6={},U6={width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function $6(t,n){return e.openBlock(),e.createElementBlock("svg",U6,[...n[0]||(n[0]=[e.createStaticVNode('<g clip-path="url(#clip0_3130_417)"><path d="M13.0003 7.72656C12.3076 7.72656 11.6217 7.863 10.9818 8.12808C10.3418 8.39316 9.76033 8.78169 9.27053 9.2715C8.78072 9.76131 8.39218 10.3428 8.1271 10.9828C7.86202 11.6227 7.72559 12.3086 7.72559 13.0013C7.72559 13.694 7.86202 14.3799 8.1271 15.0199C8.39218 15.6598 8.78072 16.2413 9.27053 16.7311C9.76033 17.2209 10.3418 17.6095 10.9818 17.8745C11.6217 18.1396 12.3076 18.2761 13.0003 18.2761C14.3993 18.2761 15.7409 17.7203 16.7301 16.7311C17.7194 15.7419 18.2751 14.4003 18.2751 13.0013C18.2751 11.6024 17.7194 10.2607 16.7301 9.2715C15.7409 8.28229 14.3993 7.72656 13.0003 7.72656ZM9.35059 13.0013C9.35059 12.0333 9.73511 11.105 10.4196 10.4205C11.104 9.73609 12.0324 9.35156 13.0003 9.35156C13.9683 9.35156 14.8966 9.73609 15.5811 10.4205C16.2656 11.105 16.6501 12.0333 16.6501 13.0013C16.6501 13.9693 16.2656 14.8976 15.5811 15.5821C14.8966 16.2665 13.9683 16.6511 13.0003 16.6511C12.0324 16.6511 11.104 16.2665 10.4196 15.5821C9.73511 14.8976 9.35059 13.9693 9.35059 13.0013Z" fill="#5F5F5F"></path><path d="M15.9187 2.18156C15.0623 -0.727187 10.938 -0.727187 10.0817 2.18156L9.92891 2.69994C9.86911 2.90298 9.76462 3.09008 9.62312 3.24749C9.48161 3.40491 9.30667 3.52867 9.11112 3.6097C8.91557 3.69072 8.70436 3.72696 8.49299 3.71575C8.28161 3.70455 8.07543 3.64618 7.88954 3.54494L7.41504 3.28494C4.75004 1.83544 1.83641 4.75069 3.28754 7.41406L3.54591 7.88856C3.64716 8.07445 3.70552 8.28064 3.71673 8.49201C3.72794 8.70339 3.6917 8.91459 3.61067 9.11014C3.52965 9.30569 3.40589 9.48063 3.24847 9.62214C3.09105 9.76365 2.90396 9.86813 2.70091 9.92794L2.18254 10.0807C-0.726211 10.9371 -0.726211 15.0613 2.18254 15.9177L2.70091 16.0704C2.90396 16.1302 3.09105 16.2347 3.24847 16.3762C3.40589 16.5177 3.52965 16.6927 3.61067 16.8882C3.6917 17.0838 3.72794 17.295 3.71673 17.5064C3.70552 17.7177 3.64716 17.9239 3.54591 18.1098L3.28591 18.5843C1.83641 21.2493 4.75004 24.1646 7.41504 22.7118L7.88954 22.4534C8.07543 22.3522 8.28161 22.2938 8.49299 22.2826C8.70436 22.2714 8.91557 22.3077 9.11112 22.3887C9.30667 22.4697 9.48161 22.5935 9.62312 22.7509C9.76462 22.9083 9.86911 23.0954 9.92891 23.2984L10.0817 23.8168C10.938 26.7256 15.0623 26.7256 15.9187 23.8168L16.0714 23.2984C16.1312 23.0954 16.2357 22.9083 16.3772 22.7509C16.5187 22.5935 16.6937 22.4697 16.8892 22.3887C17.0848 22.3077 17.296 22.2714 17.5073 22.2826C17.7187 22.2938 17.9249 22.3522 18.1108 22.4534L18.5853 22.7134C21.2503 24.1646 24.1655 21.2477 22.7128 18.5843L22.4544 18.1098C22.3532 17.9239 22.2948 17.7177 22.2836 17.5064C22.2724 17.295 22.3086 17.0838 22.3897 16.8882C22.4707 16.6927 22.5944 16.5177 22.7519 16.3762C22.9093 16.2347 23.0964 16.1302 23.2994 16.0704L23.8178 15.9177C26.7265 15.0613 26.7265 10.9371 23.8178 10.0807L23.2994 9.92794C23.0964 9.86813 22.9093 9.76365 22.7519 9.62214C22.5944 9.48063 22.4707 9.30569 22.3897 9.11014C22.3086 8.91459 22.2724 8.70339 22.2836 8.49201C22.2948 8.28064 22.3532 8.07445 22.4544 7.88856L22.7144 7.41406C24.1655 4.74906 21.2487 1.83544 18.5853 3.28656L18.1108 3.54494C17.9249 3.64618 17.7187 3.70455 17.5073 3.71575C17.296 3.72696 17.0848 3.69072 16.8892 3.6097C16.6937 3.52867 16.5187 3.40491 16.3772 3.24749C16.2357 3.09008 16.1312 2.90298 16.0714 2.69994L15.9187 2.18156ZM11.64 2.64144C12.0398 1.28456 13.9605 1.28456 14.3603 2.64144L14.513 3.15981C14.6414 3.59545 14.8657 3.99683 15.1694 4.33452C15.4731 4.67222 15.8485 4.93766 16.2682 5.1114C16.6878 5.28514 17.141 5.36277 17.5945 5.3386C18.048 5.31442 18.4904 5.18905 18.8892 4.97169L19.362 4.71169C20.6035 4.03731 21.962 5.39419 21.286 6.63731L21.0277 7.11181C20.8106 7.51063 20.6856 7.95296 20.6617 8.40638C20.6377 8.8598 20.7156 9.31282 20.8895 9.73226C21.0633 10.1517 21.3289 10.5269 21.6666 10.8304C22.0043 11.1339 22.4056 11.358 22.8412 11.4863L23.3579 11.6391C24.7148 12.0388 24.7148 13.9596 23.3579 14.3593L22.8395 14.5121C22.4039 14.6405 22.0025 14.8647 21.6648 15.1684C21.3271 15.4721 21.0617 15.8476 20.8879 16.2672C20.7142 16.6868 20.6366 17.14 20.6608 17.5935C20.6849 18.047 20.8103 18.4894 21.0277 18.8882L21.2877 19.3611C21.962 20.6026 20.6052 21.9611 19.362 21.2851L18.8892 21.0267C18.4903 20.8093 18.0478 20.684 17.5942 20.66C17.1406 20.6359 16.6873 20.7137 16.2677 20.8876C15.848 21.0615 15.4726 21.3271 15.169 21.665C14.8654 22.0029 14.6413 22.4044 14.513 22.8402L14.3603 23.3569C13.9605 24.7138 12.0398 24.7138 11.64 23.3569L11.4873 22.8386C11.3588 22.4032 11.1346 22.002 10.831 21.6645C10.5274 21.3269 10.1522 21.0616 9.73276 20.8879C9.31334 20.7142 8.86038 20.6365 8.40705 20.6605C7.95372 20.6845 7.5115 20.8096 7.11279 21.0267L6.63829 21.2867C5.39679 21.9611 4.03829 20.6042 4.71429 19.3611L4.97266 18.8882C5.19033 18.4893 5.31595 18.0468 5.34028 17.5931C5.36462 17.1394 5.28706 16.686 5.1133 16.2662C4.93954 15.8463 4.67398 15.4707 4.33612 15.1669C3.99825 14.8631 3.59665 14.6388 3.16079 14.5104L2.64241 14.3577C1.28554 13.9579 1.28554 12.0372 2.64241 11.6374L3.16079 11.4847C3.59597 11.3562 3.99692 11.132 4.33427 10.8285C4.67162 10.525 4.93685 10.15 5.11055 9.73075C5.28425 9.31155 5.36201 8.85881 5.33815 8.40567C5.31429 7.95253 5.18942 7.51046 4.97266 7.11181L4.71266 6.63731C4.03829 5.39581 5.39516 4.03731 6.63829 4.71331L7.11279 4.97169C7.5115 5.18875 7.95372 5.31387 8.40705 5.33789C8.86038 5.3619 9.31334 5.28421 9.73276 5.11049C10.1522 4.93677 10.5274 4.67143 10.831 4.33391C11.1346 3.99638 11.3588 3.59522 11.4873 3.15981L11.64 2.64144Z" fill="#5F5F5F"></path></g><defs><clipPath id="clip0_3130_417"><rect width="26" height="26" fill="white"></rect></clipPath></defs>',2)])])}const y3=I(O6,[["render",$6]]),v6={},R6={width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function F6(t,n){return e.openBlock(),e.createElementBlock("svg",R6,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_1633_3547)"},[e.createElementVNode("path",{d:"M22 11C22 13.9174 20.8411 16.7153 18.7782 18.7782C16.7153 20.8411 13.9174 22 11 22C8.08262 22 5.28473 20.8411 3.22183 18.7782C1.15893 16.7153 0 13.9174 0 11C0 8.08262 1.15893 5.28473 3.22183 3.22183C5.28473 1.15893 8.08262 0 11 0C13.9174 0 16.7153 1.15893 18.7782 3.22183C20.8411 5.28473 22 8.08262 22 11ZM11.3946 8.12075C10.3249 8.56625 8.18538 9.4875 4.97888 10.8845C4.45913 11.0907 4.1855 11.2942 4.16075 11.4922C4.1195 11.8264 4.53888 11.9584 5.1095 12.1385L5.35012 12.2141C5.91113 12.397 6.66737 12.6101 7.05925 12.6184C7.41675 12.6266 7.81412 12.4809 8.25275 12.1784C11.2489 10.1558 12.7958 9.13412 12.892 9.11212C12.9608 9.09562 13.057 9.07638 13.1202 9.13412C13.1849 9.1905 13.178 9.29912 13.1711 9.328C13.1299 9.50537 11.484 11.0344 10.6329 11.8264C10.3675 12.0739 10.1791 12.2485 10.1406 12.2884C10.0558 12.375 9.96967 12.4603 9.88212 12.5441C9.35962 13.0474 8.96912 13.4241 9.90275 14.0401C10.3524 14.3371 10.7126 14.5805 11.0715 14.8252C11.462 15.092 11.8525 15.3574 12.3585 15.6901C12.4864 15.7726 12.6101 15.862 12.7298 15.9472C13.1849 16.2717 13.596 16.5632 14.1006 16.5165C14.3949 16.489 14.6988 16.214 14.8527 15.389C15.2171 13.4406 15.9335 9.22075 16.0985 7.48137C16.1086 7.33678 16.1026 7.19152 16.0806 7.04825C16.0677 6.93264 16.0117 6.82613 15.9239 6.74988C15.7988 6.66351 15.6496 6.61877 15.4976 6.622C15.0851 6.62887 14.4485 6.85025 11.3946 8.12075Z",fill:"#37AFE2"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_1633_3547"},[e.createElementVNode("rect",{width:"22",height:"22",fill:"white"})])],-1)])])}const k3=I(v6,[["render",F6]]),Q6={},H6={width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function P6(t,n){return e.openBlock(),e.createElementBlock("svg",H6,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_1624_2571)"},[e.createElementVNode("path",{d:"M18.7014 3.19832C17.6928 2.18037 16.4917 1.37334 15.168 0.82425C13.8444 0.275158 12.4247 -0.00501088 10.9917 6.78295e-05C4.98712 6.78295e-05 0.0935 4.89232 0.088 10.8983C0.088 12.8219 0.59125 14.6933 1.54137 16.3502L0 22.0001L5.7805 20.4848C7.37963 21.3551 9.17115 21.8112 10.9917 21.8117H10.9972C17.0032 21.8117 21.8955 16.9194 21.901 10.9079C21.9024 9.47525 21.6202 8.05645 21.0709 6.73328C20.5215 5.4101 19.7171 4.20871 18.7014 3.19832ZM10.9917 19.9664C9.36787 19.967 7.77384 19.53 6.37725 18.7014L6.04725 18.5034L2.618 19.4027L3.53375 16.0573L3.31925 15.7122C2.41148 14.2689 1.93139 12.5979 1.93462 10.8928C1.93462 5.90707 6.0005 1.83982 10.9972 1.83982C12.1876 1.83768 13.3667 2.0712 14.4664 2.52689C15.5661 2.98259 16.5648 3.65146 17.4047 4.49494C18.2477 5.33513 18.9159 6.3339 19.3709 7.43364C19.8259 8.53337 20.0587 9.71231 20.0557 10.9024C20.0502 15.9061 15.9844 19.9664 10.9917 19.9664ZM15.9624 13.1822C15.6915 13.0461 14.3536 12.3874 14.102 12.2939C13.8517 12.2046 13.6689 12.1578 13.4901 12.4301C13.3072 12.7009 12.7847 13.3183 12.628 13.4957C12.4712 13.6786 12.309 13.6992 12.0367 13.5644C11.7659 13.4269 10.8872 13.1409 9.84775 12.2101C9.0365 11.4882 8.49337 10.5944 8.33112 10.3236C8.17437 10.0513 8.316 9.90557 8.45212 9.76944C8.57175 9.64844 8.723 9.45044 8.85912 9.29369C8.99662 9.13694 9.042 9.02144 9.13137 8.83994C9.22075 8.65569 9.17812 8.49894 9.11075 8.36282C9.042 8.22669 8.49887 6.88332 8.26925 6.34157C8.04925 5.80669 7.82512 5.88094 7.65737 5.87407C7.50062 5.86444 7.31775 5.86444 7.13487 5.86444C6.99677 5.86788 6.86087 5.89982 6.7357 5.95826C6.61053 6.01671 6.49879 6.10039 6.4075 6.20407C6.15725 6.47632 5.45737 7.13494 5.45737 8.47832C5.45737 9.82169 6.43362 11.1128 6.57112 11.2957C6.70587 11.4786 8.48787 14.2272 11.2227 15.4097C11.869 15.6916 12.3777 15.8579 12.7751 15.9844C13.4282 16.1934 14.0181 16.1618 14.4884 16.0944C15.0109 16.0147 16.0985 15.4344 16.3281 14.7978C16.5536 14.1598 16.5536 13.6153 16.4849 13.5012C16.4175 13.3857 16.2346 13.3183 15.9624 13.1822Z",fill:"#25D366"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_1624_2571"},[e.createElementVNode("rect",{width:"22",height:"22",fill:"white"})])],-1)])])}const _3=I(Q6,[["render",P6]]),Y6={},q6={width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function W6(t,n){return e.openBlock(),e.createElementBlock("svg",q6,[...n[0]||(n[0]=[e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.12018 0.573942C2.31702 0.377391 2.55339 0.22492 2.81362 0.12663C3.07385 0.028341 3.352 -0.0135214 3.62963 0.00381737C3.90727 0.0211561 4.17805 0.0973 4.42402 0.227203C4.67 0.357106 4.88557 0.537802 5.05643 0.757317L7.0758 3.35157C7.44593 3.82744 7.57643 4.44732 7.43018 5.03232L6.8148 7.49607C6.78299 7.62367 6.78471 7.75734 6.81979 7.88409C6.85488 8.01084 6.92214 8.12636 7.01505 8.21944L9.77918 10.9836C9.87237 11.0767 9.98808 11.144 10.115 11.1791C10.242 11.2142 10.3759 11.2158 10.5037 11.1838L12.9663 10.5684C13.255 10.4963 13.5563 10.4907 13.8475 10.552C14.1387 10.6134 14.4121 10.7402 14.6471 10.9228L17.2413 12.9411C18.1739 13.6667 18.2594 15.0448 17.4247 15.8784L16.2614 17.0417C15.4289 17.8742 14.1847 18.2398 13.0248 17.8314C10.0561 16.7869 7.36073 15.0874 5.13855 12.8589C2.91025 10.6371 1.21074 7.94208 0.166053 4.97382C-0.241197 3.81507 0.124428 2.56969 0.956928 1.73719L2.12018 0.573942Z",fill:"#5F5F5F"},null,-1)])])}const K6=I(Y6,[["render",W6]]),J6={},G6={width:"30",height:"30",viewBox:"0 0 30 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function X6(t,n){return e.openBlock(),e.createElementBlock("svg",G6,[...n[0]||(n[0]=[e.createStaticVNode('<path fill-rule="evenodd" clip-rule="evenodd" d="M3.04297 27.0644L4.72672 20.9175C3.68797 19.1187 3.14172 17.0775 3.14234 14.9869C3.14547 8.44625 8.46797 3.125 15.0092 3.125C18.1836 3.12625 21.1623 4.36188 23.403 6.60375C25.643 8.84625 26.8767 11.8263 26.8755 14.9963C26.873 21.5369 21.5492 26.8587 15.0092 26.8587H15.0042C13.0186 26.8581 11.0667 26.36 9.33359 25.4144L3.04297 27.0644Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M3.0427 27.3769C2.9602 27.3769 2.8802 27.3444 2.82082 27.2844C2.7427 27.205 2.71207 27.0894 2.74145 26.9825L4.39082 20.96C3.36832 19.1437 2.82895 17.0812 2.8302 14.9875C2.8327 8.27375 8.29582 2.8125 15.0089 2.8125C18.2652 2.81375 21.3246 4.08188 23.6239 6.38313C25.9233 8.685 27.1889 11.7437 27.1877 14.9963C27.1852 21.7094 21.7214 27.1712 15.0089 27.1712C13.0158 27.1706 11.0439 26.6787 9.29395 25.7481L3.12207 27.3662C3.09582 27.3737 3.06957 27.3769 3.0427 27.3769Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15.0085 3.125C18.1829 3.12625 21.1616 4.36188 23.4023 6.60375C25.6423 8.84625 26.876 11.8263 26.8748 14.9963C26.8722 21.5369 21.5485 26.8587 15.0085 26.8587H15.0035C13.0179 26.8581 11.066 26.36 9.33287 25.4144L3.04225 27.0644L4.726 20.9175C3.68725 19.1187 3.141 17.0775 3.14162 14.9869C3.14475 8.44625 8.46725 3.125 15.0085 3.125ZM15.0085 2.5C8.1235 2.5 2.51975 8.10125 2.51662 14.9869C2.516 17.0913 3.04725 19.165 4.05475 21.0006L2.43912 26.9C2.38037 27.1156 2.44037 27.3456 2.59787 27.5044C2.71662 27.6244 2.87725 27.69 3.04225 27.69C3.09537 27.69 3.1485 27.6831 3.201 27.6694L9.25537 26.0819C11.0229 26.9994 13.0041 27.4837 15.0035 27.4844C21.8935 27.4844 27.4972 21.8825 27.5004 14.9969C27.5016 11.66 26.2035 8.5225 23.8454 6.1625C21.486 3.80187 18.3479 2.50125 15.0085 2.5Z" fill="#CFD8DC"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M21.9845 8.02016C20.122 6.15641 17.6464 5.12953 15.0114 5.12891C9.57141 5.12891 5.14703 9.55141 5.14453 14.9877C5.14391 16.8508 5.66516 18.6645 6.65266 20.2352L6.88766 20.6083L5.89078 24.2464L9.62391 23.2677L9.98453 23.4814C11.4983 24.3802 13.2345 24.8552 15.0045 24.8558H15.0083C20.4445 24.8558 24.8689 20.4327 24.8708 14.9958C24.8714 12.3614 23.847 9.88391 21.9845 8.02016Z" fill="#40C351"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0429 10.0272C11.821 9.53345 11.5873 9.52345 11.3754 9.5147C11.2023 9.5072 11.0048 9.50783 10.8073 9.50783C10.6098 9.50783 10.2885 9.5822 10.0166 9.87908C9.74477 10.176 8.97852 10.8928 8.97852 12.3516C8.97852 13.8103 10.041 15.2203 10.1891 15.4178C10.3373 15.6153 12.2404 18.7047 15.2541 19.8934C17.7585 20.8809 18.2685 20.6847 18.8123 20.6353C19.356 20.586 20.5666 19.9185 20.8135 19.226C21.0604 18.5335 21.0604 17.9403 20.9866 17.8166C20.9123 17.6928 20.7148 17.6191 20.4185 17.4703C20.1223 17.3216 18.6641 16.6047 18.3923 16.5059C18.1204 16.4072 17.9229 16.3578 17.7248 16.6547C17.5273 16.951 16.9591 17.6191 16.786 17.8166C16.6129 18.0147 16.4398 18.0397 16.1435 17.891C15.8473 17.7422 14.8923 17.4297 13.7591 16.4197C12.8779 15.6341 12.2829 14.6635 12.1098 14.3666C11.9366 14.0703 12.091 13.9097 12.2398 13.7616C12.3729 13.6285 12.536 13.4153 12.6848 13.2422C12.8329 13.0691 12.8823 12.9453 12.981 12.7478C13.0798 12.5497 13.0304 12.3766 12.956 12.2285C12.8829 12.0797 12.3066 10.6135 12.0429 10.0272Z" fill="white"></path>',5)])])}const e9=I(J6,[["render",X6]]),t9={},n9={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function a9(t,n){return e.openBlock(),e.createElementBlock("svg",n9,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_5484_1269)"},[e.createElementVNode("path",{d:"M24 12C24 15.1826 22.7357 18.2348 20.4853 20.4853C18.2348 22.7357 15.1826 24 12 24C8.8174 24 5.76516 22.7357 3.51472 20.4853C1.26428 18.2348 0 15.1826 0 12C0 8.8174 1.26428 5.76516 3.51472 3.51472C5.76516 1.26428 8.8174 0 12 0C15.1826 0 18.2348 1.26428 20.4853 3.51472C22.7357 5.76516 24 8.8174 24 12ZM12.4305 8.859C11.2635 9.345 8.9295 10.35 5.4315 11.874C4.8645 12.099 4.566 12.321 4.539 12.537C4.494 12.9015 4.9515 13.0455 5.574 13.242L5.8365 13.3245C6.4485 13.524 7.2735 13.7565 7.701 13.7655C8.091 13.7745 8.5245 13.6155 9.003 13.2855C12.2715 11.079 13.959 9.9645 14.064 9.9405C14.139 9.9225 14.244 9.9015 14.313 9.9645C14.3835 10.026 14.376 10.1445 14.3685 10.176C14.3235 10.3695 12.528 12.0375 11.5995 12.9015C11.31 13.1715 11.1045 13.362 11.0625 13.4055C10.97 13.5 10.876 13.593 10.7805 13.6845C10.2105 14.2335 9.7845 14.6445 10.803 15.3165C11.2935 15.6405 11.6865 15.906 12.078 16.173C12.504 16.464 12.93 16.7535 13.482 17.1165C13.6215 17.2065 13.7565 17.304 13.887 17.397C14.3835 17.751 14.832 18.069 15.3825 18.018C15.7035 17.988 16.035 17.688 16.203 16.788C16.6005 14.6625 17.382 10.059 17.562 8.1615C17.573 8.00376 17.5664 7.84529 17.5425 7.689C17.5284 7.56288 17.4673 7.44669 17.3715 7.3635C17.235 7.26928 17.0723 7.22047 16.9065 7.224C16.4565 7.2315 15.762 7.473 12.4305 8.859Z",fill:"#1B92D1"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_5484_1269"},[e.createElementVNode("rect",{width:"24",height:"24",fill:"white"})])],-1)])])}const o9=I(t9,[["render",a9]]),l9={},f9={width:"24",height:"23",viewBox:"0 0 24 23",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function s9(t,n){return e.openBlock(),e.createElementBlock("svg",f9,[...n[0]||(n[0]=[e.createStaticVNode('<g clip-path="url(#clip0_5484_1263)"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.8465 22.9371C9.5763 22.9371 8.52184 22.6072 6.69327 21.2872C5.52964 22.7721 1.86702 23.9271 1.70628 21.9472C1.70628 20.464 1.37041 19.214 1.00063 17.8378C0.547734 16.1523 0.0439453 14.2774 0.0439453 11.5525C0.0439453 5.05468 5.41635 0.167969 11.7862 0.167969C18.1561 0.167969 23.1503 5.29327 23.1503 11.6157C23.1503 17.9381 17.9972 22.9371 11.8465 22.9371ZM11.939 5.78538C8.83924 5.62414 6.42029 7.7577 5.88688 11.0971C5.44515 13.8625 6.22833 17.2322 6.89823 17.4018C7.21393 17.4817 8.02297 16.8324 8.52167 16.3374C9.34193 16.865 10.2832 17.2737 11.3295 17.3281C14.5118 17.4936 17.3319 15.0231 17.4985 11.8663C17.6652 8.70944 15.1213 5.95092 11.939 5.78538Z" fill="url(#paint0_linear_5484_1263)"></path></g><defs><linearGradient id="paint0_linear_5484_1263" x1="11.5971" y1="0.167969" x2="11.5971" y2="23.0001" gradientUnits="userSpaceOnUse"><stop stop-color="#45BEFD"></stop><stop offset="1" stop-color="#6726E2"></stop></linearGradient><clipPath id="clip0_5484_1263"><rect width="24" height="23" fill="white"></rect></clipPath></defs>',2)])])}const i9=I(l9,[["render",s9]]),r9={},c9={width:"24",height:"10",viewBox:"0 0 24 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function d9(t,n){return e.openBlock(),e.createElementBlock("svg",c9,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M5.86523 6.62109C5.86523 7.12891 5.74219 7.57031 5.49609 7.94531C5.25 8.32031 4.89062 8.60938 4.41797 8.8125C3.94922 9.01562 3.37891 9.11719 2.70703 9.11719C2.41016 9.11719 2.11914 9.09766 1.83398 9.05859C1.55273 9.01953 1.28125 8.96289 1.01953 8.88867C0.761719 8.81055 0.515625 8.71484 0.28125 8.60156V6.91406C0.6875 7.09375 1.10938 7.25586 1.54688 7.40039C1.98438 7.54492 2.41797 7.61719 2.84766 7.61719C3.14453 7.61719 3.38281 7.57812 3.5625 7.5C3.74609 7.42188 3.87891 7.31445 3.96094 7.17773C4.04297 7.04102 4.08398 6.88477 4.08398 6.70898C4.08398 6.49414 4.01172 6.31055 3.86719 6.1582C3.72266 6.00586 3.52344 5.86328 3.26953 5.73047C3.01953 5.59766 2.73633 5.45508 2.41992 5.30273C2.2207 5.20898 2.00391 5.0957 1.76953 4.96289C1.53516 4.82617 1.3125 4.66016 1.10156 4.46484C0.890625 4.26953 0.716797 4.0332 0.580078 3.75586C0.447266 3.47461 0.380859 3.13867 0.380859 2.74805C0.380859 2.23633 0.498047 1.79883 0.732422 1.43555C0.966797 1.07227 1.30078 0.794922 1.73438 0.603516C2.17188 0.408203 2.6875 0.310547 3.28125 0.310547C3.72656 0.310547 4.15039 0.363281 4.55273 0.46875C4.95898 0.570312 5.38281 0.71875 5.82422 0.914062L5.23828 2.32617C4.84375 2.16602 4.49023 2.04297 4.17773 1.95703C3.86523 1.86719 3.54688 1.82227 3.22266 1.82227C2.99609 1.82227 2.80273 1.85938 2.64258 1.93359C2.48242 2.00391 2.36133 2.10547 2.2793 2.23828C2.19727 2.36719 2.15625 2.51758 2.15625 2.68945C2.15625 2.89258 2.21484 3.06445 2.33203 3.20508C2.45312 3.3418 2.63281 3.47461 2.87109 3.60352C3.11328 3.73242 3.41406 3.88281 3.77344 4.05469C4.21094 4.26172 4.58398 4.47852 4.89258 4.70508C5.20508 4.92773 5.44531 5.19141 5.61328 5.49609C5.78125 5.79688 5.86523 6.17188 5.86523 6.62109ZM11.0449 9L8.98242 2.2793H8.92969C8.9375 2.43945 8.94922 2.68164 8.96484 3.00586C8.98438 3.32617 9.00195 3.66797 9.01758 4.03125C9.0332 4.39453 9.04102 4.72266 9.04102 5.01562V9H7.41797V0.433594H9.89062L11.918 6.98438H11.9531L14.1035 0.433594H16.5762V9H14.8828V4.94531C14.8828 4.67578 14.8867 4.36523 14.8945 4.01367C14.9062 3.66211 14.9199 3.32812 14.9355 3.01172C14.9512 2.69141 14.9629 2.45117 14.9707 2.29102H14.918L12.709 9H11.0449ZM23.7949 6.62109C23.7949 7.12891 23.6719 7.57031 23.4258 7.94531C23.1797 8.32031 22.8203 8.60938 22.3477 8.8125C21.8789 9.01562 21.3086 9.11719 20.6367 9.11719C20.3398 9.11719 20.0488 9.09766 19.7637 9.05859C19.4824 9.01953 19.2109 8.96289 18.9492 8.88867C18.6914 8.81055 18.4453 8.71484 18.2109 8.60156V6.91406C18.6172 7.09375 19.0391 7.25586 19.4766 7.40039C19.9141 7.54492 20.3477 7.61719 20.7773 7.61719C21.0742 7.61719 21.3125 7.57812 21.4922 7.5C21.6758 7.42188 21.8086 7.31445 21.8906 7.17773C21.9727 7.04102 22.0137 6.88477 22.0137 6.70898C22.0137 6.49414 21.9414 6.31055 21.7969 6.1582C21.6523 6.00586 21.4531 5.86328 21.1992 5.73047C20.9492 5.59766 20.666 5.45508 20.3496 5.30273C20.1504 5.20898 19.9336 5.0957 19.6992 4.96289C19.4648 4.82617 19.2422 4.66016 19.0312 4.46484C18.8203 4.26953 18.6465 4.0332 18.5098 3.75586C18.377 3.47461 18.3105 3.13867 18.3105 2.74805C18.3105 2.23633 18.4277 1.79883 18.6621 1.43555C18.8965 1.07227 19.2305 0.794922 19.6641 0.603516C20.1016 0.408203 20.6172 0.310547 21.2109 0.310547C21.6562 0.310547 22.0801 0.363281 22.4824 0.46875C22.8887 0.570312 23.3125 0.71875 23.7539 0.914062L23.168 2.32617C22.7734 2.16602 22.4199 2.04297 22.1074 1.95703C21.7949 1.86719 21.4766 1.82227 21.1523 1.82227C20.9258 1.82227 20.7324 1.85938 20.5723 1.93359C20.4121 2.00391 20.291 2.10547 20.209 2.23828C20.127 2.36719 20.0859 2.51758 20.0859 2.68945C20.0859 2.89258 20.1445 3.06445 20.2617 3.20508C20.3828 3.3418 20.5625 3.47461 20.8008 3.60352C21.043 3.73242 21.3438 3.88281 21.7031 4.05469C22.1406 4.26172 22.5137 4.47852 22.8223 4.70508C23.1348 4.92773 23.375 5.19141 23.543 5.49609C23.7109 5.79688 23.7949 6.17188 23.7949 6.62109Z",fill:"#5F5F5F"},null,-1)])])}const C9=I(r9,[["render",d9]]),A9={},u9={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function m9(t,n){return e.openBlock(),e.createElementBlock("svg",u9,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_5178_3903)"},[e.createElementVNode("path",{d:"M3.65398 1.32829C3.59495 1.25236 3.52043 1.18985 3.43538 1.14492C3.35034 1.09999 3.2567 1.07368 3.1607 1.06772C3.0647 1.06176 2.96853 1.07629 2.87858 1.11036C2.78863 1.14442 2.70695 1.19724 2.63898 1.26529L1.60498 2.30029C1.12198 2.78429 0.943983 3.4693 1.15498 4.0703C2.03072 6.55788 3.45528 8.81639 5.32298 10.6783C7.18491 12.546 9.44341 13.9705 11.931 14.8463C12.532 15.0573 13.217 14.8793 13.701 14.3963L14.735 13.3623C14.803 13.2943 14.8559 13.2127 14.8899 13.1227C14.924 13.0327 14.9385 12.9366 14.9326 12.8406C14.9266 12.7446 14.9003 12.6509 14.8554 12.5659C14.8104 12.4808 14.7479 12.4063 14.672 12.3473L12.365 10.5533C12.2839 10.4904 12.1895 10.4467 12.089 10.4256C11.9885 10.4044 11.8846 10.4064 11.785 10.4313L9.59498 10.9783C9.30266 11.0514 8.9964 11.0475 8.70603 10.967C8.41565 10.8866 8.15105 10.7324 7.93798 10.5193L5.48198 8.06229C5.26875 7.84933 5.11431 7.58478 5.0337 7.29439C4.95308 7.00401 4.94905 6.6977 5.02198 6.4053L5.56998 4.2153C5.59489 4.11569 5.59685 4.01173 5.57572 3.91126C5.55458 3.81079 5.51091 3.71642 5.44798 3.63529L3.65398 1.32829ZM1.88398 0.511295C2.05898 0.336244 2.26921 0.200425 2.50072 0.112856C2.73223 0.0252871 2.97973 -0.0120282 3.22676 0.00338804C3.4738 0.0188043 3.71474 0.0865995 3.93356 0.202272C4.15239 0.317944 4.34411 0.478846 4.49598 0.674295L6.28998 2.98029C6.61898 3.4033 6.73498 3.9543 6.60498 4.4743L6.05798 6.6643C6.0297 6.77772 6.03123 6.89654 6.06242 7.0092C6.09361 7.12187 6.1534 7.22456 6.23598 7.3073L8.69298 9.76429C8.77582 9.84705 8.87868 9.90694 8.99153 9.93813C9.10439 9.96933 9.22341 9.97076 9.33698 9.9423L11.526 9.3953C11.7826 9.33113 12.0504 9.32615 12.3093 9.38072C12.5681 9.43529 12.8111 9.54799 13.02 9.71029L15.326 11.5043C16.155 12.1493 16.231 13.3743 15.489 14.1153L14.455 15.1493C13.715 15.8893 12.609 16.2143 11.578 15.8513C8.93917 14.9228 6.54325 13.4121 4.56798 11.4313C2.58727 9.45631 1.07659 7.06075 0.147983 4.4223C-0.214017 3.3923 0.110983 2.2853 0.850983 1.54529L1.88498 0.511295H1.88398Z",fill:"#1E1E1E"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_5178_3903"},[e.createElementVNode("rect",{width:"16",height:"16",fill:"white"})])],-1)])])}const g9=I(A9,[["render",m9]]),p9={},L9={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function h9(t,n){return e.openBlock(),e.createElementBlock("svg",L9,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_5167_3788)"},[e.createElementVNode("path",{d:"M13.601 2.32605C12.8675 1.58573 11.9939 0.998793 11.0313 0.599454C10.0687 0.200115 9.03617 -0.00364427 7.994 4.93305e-05C3.627 4.93305e-05 0.068 3.55805 0.064 7.92605C0.064 9.32505 0.43 10.686 1.121 11.891L0 16L4.204 14.898C5.367 15.531 6.66993 15.8627 7.994 15.863H7.998C12.366 15.863 15.924 12.305 15.928 7.93305C15.929 6.89109 15.7238 5.85924 15.3243 4.89693C14.9247 3.93462 14.3397 3.06088 13.601 2.32605ZM7.994 14.521C6.813 14.5214 5.6537 14.2036 4.638 13.601L4.398 13.457L1.904 14.111L2.57 11.6781L2.414 11.427C1.75381 10.3774 1.40465 9.16208 1.407 7.92205C1.407 4.29605 4.364 1.33805 7.998 1.33805C8.86374 1.3365 9.72123 1.50632 10.521 1.83774C11.3208 2.16916 12.0471 2.65561 12.658 3.26905C13.271 3.8801 13.757 4.60647 14.0879 5.40628C14.4188 6.20609 14.5881 7.06349 14.586 7.92905C14.582 11.568 11.625 14.521 7.994 14.521ZM11.609 9.58705C11.412 9.48805 10.439 9.00905 10.256 8.94105C10.074 8.87605 9.941 8.84205 9.811 9.04005C9.678 9.23705 9.298 9.68605 9.184 9.81505C9.07 9.94805 8.952 9.96305 8.754 9.86505C8.557 9.76505 7.918 9.55705 7.162 8.88005C6.572 8.35505 6.177 7.70505 6.059 7.50805C5.945 7.31005 6.048 7.20405 6.147 7.10505C6.234 7.01705 6.344 6.87305 6.443 6.75905C6.543 6.64505 6.576 6.56105 6.641 6.42905C6.706 6.29505 6.675 6.18105 6.626 6.08205C6.576 5.98305 6.181 5.00605 6.014 4.61205C5.854 4.22305 5.691 4.27705 5.569 4.27205C5.455 4.26505 5.322 4.26505 5.189 4.26505C5.08856 4.26755 4.98973 4.29078 4.89869 4.33328C4.80766 4.37579 4.7264 4.43665 4.66 4.51205C4.478 4.71005 3.969 5.18905 3.969 6.16605C3.969 7.14305 4.679 8.08205 4.779 8.21505C4.877 8.34805 6.173 10.347 8.162 11.207C8.632 11.412 9.002 11.533 9.291 11.625C9.766 11.7771 10.195 11.754 10.537 11.705C10.917 11.647 11.708 11.225 11.875 10.762C12.039 10.298 12.039 9.90205 11.989 9.81905C11.94 9.73505 11.807 9.68605 11.609 9.58705Z",fill:"#5F5F5F"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_5167_3788"},[e.createElementVNode("rect",{width:"16",height:"16",fill:"white"})])],-1)])])}const M9=I(p9,[["render",h9]]),y9={},k9={width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function _9(t,n){return e.openBlock(),e.createElementBlock("svg",k9,[...n[0]||(n[0]=[e.createStaticVNode('<circle cx="9" cy="9" r="8.5" fill="#5F5F5F" stroke="#5F5F5F"></circle><g clip-path="url(#clip0_5305_2149)"><path d="M17 9C17 11.1217 16.1571 13.1566 14.6569 14.6569C13.1566 16.1571 11.1217 17 9 17C6.87827 17 4.84344 16.1571 3.34315 14.6569C1.84285 13.1566 1 11.1217 1 9C1 6.87827 1.84285 4.84344 3.34315 3.34315C4.84344 1.84285 6.87827 1 9 1C11.1217 1 13.1566 1.84285 14.6569 3.34315C16.1571 4.84344 17 6.87827 17 9ZM9.287 6.906C8.509 7.23 6.953 7.9 4.621 8.916C4.243 9.066 4.044 9.214 4.026 9.358C3.996 9.601 4.301 9.697 4.716 9.828L4.891 9.883C5.299 10.016 5.849 10.171 6.134 10.177C6.394 10.183 6.683 10.077 7.002 9.857C9.181 8.386 10.306 7.643 10.376 7.627C10.426 7.615 10.496 7.601 10.542 7.643C10.589 7.684 10.584 7.763 10.579 7.784C10.549 7.913 9.352 9.025 8.733 9.601C8.54 9.781 8.403 9.908 8.375 9.937C8.31334 10 8.25067 10.062 8.187 10.123C7.807 10.489 7.523 10.763 8.202 11.211C8.529 11.427 8.791 11.604 9.052 11.782C9.336 11.976 9.62 12.169 9.988 12.411C10.081 12.471 10.171 12.536 10.258 12.598C10.589 12.834 10.888 13.046 11.255 13.012C11.469 12.992 11.69 12.792 11.802 12.192C12.067 10.775 12.588 7.706 12.708 6.441C12.7153 6.33584 12.711 6.2302 12.695 6.126C12.6856 6.04192 12.6449 5.96446 12.581 5.909C12.49 5.84619 12.3815 5.81365 12.271 5.816C11.971 5.821 11.508 5.982 9.287 6.906Z" fill="white"></path></g><defs><clipPath id="clip0_5305_2149"><rect width="16" height="16" fill="white" transform="translate(1 1)"></rect></clipPath></defs>',3)])])}const b9=I(y9,[["render",_9]]),E9={},N9={width:"16",height:"15",viewBox:"0 0 16 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function w9(t,n){return e.openBlock(),e.createElementBlock("svg",N9,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_5305_2136)"},[e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.89769 14.9588C6.3842 14.9588 5.68123 14.7436 4.46218 13.8828C3.68643 14.8512 1.24468 15.6045 1.13752 14.3132C1.13752 13.3459 0.913609 12.5307 0.667087 11.6332C0.365156 10.5339 0.0292969 9.3112 0.0292969 7.53408C0.0292969 3.29636 3.6109 0.109375 7.85749 0.109375C12.1041 0.109375 15.4336 3.45196 15.4336 7.57526C15.4336 11.6986 11.9981 14.9588 7.89769 14.9588ZM7.95932 3.77291C5.89283 3.66775 4.28019 5.0592 3.92459 7.23708C3.6301 9.04058 4.15222 11.2382 4.59882 11.3488C4.80929 11.401 5.34865 10.9775 5.68112 10.6546C6.22795 10.9988 6.85545 11.2653 7.55298 11.3008C9.67452 11.4087 11.5546 9.79751 11.6657 7.7387C11.7768 5.6799 10.0809 3.88086 7.95932 3.77291Z",fill:"#5F5F5F"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_5305_2136"},[e.createElementVNode("rect",{width:"16",height:"15",fill:"white"})])],-1)])])}const V9=I(E9,[["render",w9]]),I9={},D9={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function B9(t,n){return e.openBlock(),e.createElementBlock("svg",D9,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M0 4C0 3.46957 0.210714 2.96086 0.585786 2.58579C0.960859 2.21071 1.46957 2 2 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V12C16 12.5304 15.7893 13.0391 15.4142 13.4142C15.0391 13.7893 14.5304 14 14 14H2C1.46957 14 0.960859 13.7893 0.585786 13.4142C0.210714 13.0391 0 12.5304 0 12V4ZM2 3C1.73478 3 1.48043 3.10536 1.29289 3.29289C1.10536 3.48043 1 3.73478 1 4V4.217L8 8.417L15 4.217V4C15 3.73478 14.8946 3.48043 14.7071 3.29289C14.5196 3.10536 14.2652 3 14 3H2ZM15 5.383L10.292 8.208L15 11.105V5.383ZM14.966 12.259L9.326 8.788L8 9.583L6.674 8.788L1.034 12.258C1.09083 12.4708 1.21632 12.6589 1.39099 12.7931C1.56566 12.9272 1.77975 13 2 13H14C14.2201 13 14.4341 12.9274 14.6088 12.7934C14.7834 12.6595 14.909 12.4716 14.966 12.259ZM1 11.105L5.708 8.208L1 5.383V11.105Z",fill:"#5F5F5F"},null,-1)])])}const S9=I(I9,[["render",B9]]),T9=["onClick","onMouseenter"],x9={class:"channel-icon"},j9={class:"channel-icon"},z9={class:"menu-header"},Z9={class:"attribute-info"},O9={class:"attribute-value"},U9={class:"attribute-info"},$9={class:"attribute-value"},v9={key:2,class:"menu-divider"},R9=["onMouseenter","onClick"],F9={class:"attribute-info"},Q9={class:"attribute-value"},H9={class:"menu-icon"},P9={key:0,class:"menu-icon-arrow"},Y9=["onClick"],q9={class:"sub-menu-title"},W9=I({__name:"CommunicationPanel",props:{contactAttributes:{type:Array,required:!0,default:()=>[]},channels:{type:Array,required:!0,default:()=>[]},recentAttributeChannels:{type:Object,required:!0,default:()=>({})},selectedDialog:{type:Object,required:!1,default:null},channelTooltips:{type:Object,required:!1,default:()=>({})}},emits:["select-attribute-channel","phone-call"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(null),s=e.ref(null),f=e.ref(null),i=e.ref(null),r=e.ref(!1),c=e.ref(!1),d=e.ref(null),C=e.ref("0px"),A=e.ref(null),p=e.ref(!1),m=e.ref(null),h=e.ref({}),u=e.ref(0),k=["phone","whatsapp","telegram","max","sms"],_={phone:K6,whatsapp:e9,telegram:o9,max:i9,sms:C9},M={phone:g9,whatsapp:M9,telegram:b9,max:V9,sms:S9},L=e.computed(()=>k.map(T=>({type:T,component:_[T]}))),y=e.ref(Object.fromEntries(k.map(T=>[T,[]]))),g=e.computed(()=>f.value?k2(f.value):null),b=e.computed(()=>{var T;return f.value!=="phone"&&g.value&&((T=a.recentAttributeChannels[f.value])==null?void 0:T.channelId)}),E=e.computed(()=>f.value?y2(f.value):[]),B=e.computed(()=>c.value&&d.value&&E.value.length>0&&f.value!=="phone"&&S(f.value)),j={phone:"Позвонить",whatsapp:"Выберите контакт и канал для отправки сообщения",telegram:"Выберите контакт и канал для отправки сообщения",max:"Выберите контакт и канал для отправки сообщения",sms:"Выберите контакт и канал для отправки сообщения"},O=T=>{var x;return((x=a.channelTooltips)==null?void 0:x[T])??j[T]??""},V=T=>{if(!T)return null;const[x]=T.split(".");return x.includes("waba")?"whatsapp":x.includes("telegrambot")?"telegram":x},S=T=>a.channels.filter(x=>V(x.channelId)===T).length>1,v=T=>m.value===T,H=T=>{const x=a.channels.filter(W=>V(W.channelId)===T);return x.length===1?x[0]:null},F=T=>M[T]||null,P=T=>{const x=V(T);return F(x)},M2=T=>{const x=H(T);return x?P(x.channelId):F(T)},K=()=>{const T=Object.fromEntries(k.map(x=>[x,[]]));a.contactAttributes.forEach(x=>{x.type==="telegram"?T.telegram.push(x):x.type==="phone"&&["whatsapp","max","sms","phone"].forEach(W=>{T[W].push(x)})}),y.value=T},y2=T=>a.channels.filter(x=>V(x.channelId)===T),k2=T=>{var W;const x=(W=a.recentAttributeChannels[T])==null?void 0:W.attributeId;return a.contactAttributes.find(E2=>E2.id===x)},d2=T=>{var x;return((x=A.value)==null?void 0:x.id)===T.id},$=T=>{m.value===T&&f.value===T?U():(f.value=T,r.value=!0,c.value=!1,A.value=null,p.value=!1,R2())},U=()=>{r.value=!1,f.value=null,A.value=null,p.value=!1,c.value=!1},w=()=>{var T;if(f.value==="phone")Z(g.value);else if(S(f.value)){const x=(T=a.recentAttributeChannels[f.value])==null?void 0:T.channelId;g.value&&x&&a2(x)}else{const x=H(f.value);g.value&&x&&Y(g.value,x.channelId)}},z=T=>{if(f.value==="phone")Z(T);else if(!S(f.value)){const x=H(f.value);x&&Y(T,x.channelId)}},Z=T=>{T&&(o("phone-call",{attributeId:T.id,phoneNumber:T.data}),U())},Y=(T,x)=>{o("select-attribute-channel",{attributeId:T.id,channelId:x}),m.value=f.value,h.value=a.channels.find(W=>W.channelId===x),console.log("TEST selectedChannel.value",h.value),U()},a2=T=>{g.value&&o("select-attribute-channel",{attributeId:g.value.id,channelId:T}),m.value=f.value,h.value=a.channels.find(x=>x.channelId===T),console.log("TEST selectedChannel.value",h.value),U()},_2=T=>{S(f.value)&&(V0(),p.value=!0,c.value=!0,y1(T.currentTarget))},a0=()=>{c.value||(p.value=!1)},r3=(T,x)=>{S(f.value)&&(p.value=!1,d.value=T,c.value=!0,A.value=T,y1(x.currentTarget))},L1=()=>{c.value||(A.value=null)},V0=()=>{c.value=!1,A.value=null,d.value=null},c3=()=>{c.value=!0},h1=()=>{c.value=!1,A.value=null,p.value=!1},M1=T=>{p.value?a2(T):d.value&&(o("select-attribute-channel",{attributeId:d.value.id,channelId:T}),m.value=f.value,h.value=a.channels.find(x=>x.channelId===T),console.log("TEST selectedChannel.value",h.value)),U()},R2=()=>{s.value&&(C.value=`${s.value.offsetWidth}px`)},y1=T=>{try{requestAnimationFrame(()=>{var I0,Q4,H4;const x=(I0=l.value)==null?void 0:I0.querySelector(".attributes-menu"),W=(Q4=l.value)==null?void 0:Q4.querySelector(".sub-menu-header"),E2=(H4=l.value)==null?void 0:H4.querySelector(".sub-menu");if(!x||!T){u.value=0;return}const Q2=x.getBoundingClientRect(),H2=T.getBoundingClientRect();let Q=0;if(W){const d3=W.getBoundingClientRect(),zs=getComputedStyle(W),P4=parseFloat(zs.marginBottom||"0");Q=d3.height+(isNaN(P4)?0:P4)}let C2=0;if(E2){const d3=getComputedStyle(E2);C2=parseFloat(d3.paddingTop||"0")||0}u.value=H2.top-Q2.top-Q-C2-2})}catch{u.value=0}},b2=T=>{l.value&&!l.value.contains(T.target)&&U()};e.watch(()=>a.contactAttributes,K,{deep:!0}),e.watch(()=>a.selectedDialog,T=>{F2(T)},{deep:!0});const F2=T=>{if(!T){m.value=null,h.value={};return}const x=V(T.channelId);x&&k.includes(x)&&(m.value=x,h.value=a.channels.find(W=>W.channelId===T.channelId))};return e.onMounted(()=>{R2(),window.addEventListener("resize",R2),document.addEventListener("click",b2),K(),F2(a.selectedDialog)}),e.onUnmounted(()=>{window.removeEventListener("resize",R2),document.removeEventListener("click",b2)}),(T,x)=>{var W,E2,Q2,H2;return e.openBlock(),e.createElementBlock("div",{ref_key:"panelRef",ref:l,class:"communication-panel"},[e.createElementVNode("div",{ref_key:"channelsPanelRef",ref:s,class:"channels-panel"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(L.value,Q=>{var C2;return e.openBlock(),e.createElementBlock("button",{key:Q.type,class:e.normalizeClass(["channel-btn",{active:v(Q.type),hover:i.value===Q.type&&!v(Q.type)||i.value===Q.type&&v(Q.type)}]),onClick:I0=>$(Q.type),onMouseenter:I0=>i.value=Q.type,onMouseleave:x[0]||(x[0]=I0=>i.value=null)},[v(Q.type)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(e.unref(w2),{text:(C2=h.value)==null?void 0:C2.title,position:"bottom",offset:8},{default:e.withCtx(()=>[e.createElementVNode("span",x9,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(Q.component)))])]),_:2},1032,["text"]),x[5]||(x[5]=e.createElementVNode("span",{class:"active-indicator"},null,-1))],64)):(e.openBlock(),e.createBlock(e.unref(w2),{key:1,text:O(Q.type),position:"bottom",offset:8},{default:e.withCtx(()=>[e.createElementVNode("span",j9,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(Q.component)))])]),_:2},1032,["text"]))],42,T9)}),128))],512),r.value&&f.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"attributes-menu",style:e.normalizeStyle({width:C.value})},[e.createElementVNode("div",z9,e.toDisplayString(f.value==="phone"?"Телефон":"Недавний"),1),b.value&&((W=a.recentAttributeChannels[f.value])!=null&&W.tooltip)?(e.openBlock(),e.createBlock(e.unref(w2),{key:0,text:(E2=a.recentAttributeChannels[f.value])==null?void 0:E2.tooltip,position:"bottom",offset:8},{default:e.withCtx(()=>{var Q;return[e.createElementVNode("div",{class:e.normalizeClass(["recent-attribute",{"frozen-hover":p.value}]),onMouseenter:x[1]||(x[1]=C2=>_2(C2)),onMouseleave:a0,onMouseover:V0,onClick:x[2]||(x[2]=C2=>w())},[e.createElementVNode("div",Z9,[e.createElementVNode("span",O9,e.toDisplayString((Q=g.value)==null?void 0:Q.value),1)]),e.createElementVNode("span",{class:e.normalizeClass(["channel-icon-small",{"menu-icon-grey":f.value!=="sms"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(F(f.value))))],2)],34)]}),_:1},8,["text"])):b.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["recent-attribute",{"frozen-hover":p.value}]),onMouseenter:x[3]||(x[3]=Q=>_2(Q)),onMouseleave:a0,onMouseover:V0,onClick:x[4]||(x[4]=Q=>w())},[e.createElementVNode("div",U9,[e.createElementVNode("span",$9,e.toDisplayString((Q2=g.value)==null?void 0:Q2.value),1)]),e.createElementVNode("span",{class:e.normalizeClass(["channel-icon-small",{"menu-icon-grey":f.value!=="sms"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(F(f.value))))],2)],34)):e.createCommentVNode("",!0),b.value&&((H2=y.value[f.value])!=null&&H2.length)&&f.value!=="phone"?(e.openBlock(),e.createElementBlock("div",v9)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(y.value[f.value],Q=>(e.openBlock(),e.createElementBlock("div",{key:Q.attributeId,class:e.normalizeClass(["attribute-item",{"frozen-hover":d2(Q)}]),onMouseenter:C2=>r3(Q,C2),onMouseleave:L1,onClick:C2=>z(Q)},[e.createElementVNode("div",F9,[e.createElementVNode("span",Q9,e.toDisplayString(Q.value),1)]),e.createElementVNode("span",H9,[S(f.value)?(e.openBlock(),e.createElementBlock("span",P9)):(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["channel-icon-small",{"menu-icon-grey":f.value!=="sms"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(M2(f.value))))],2))])],42,R9))),128)),c.value&&B.value?(e.openBlock(),e.createElementBlock("div",{key:3,class:"sub-menu left",style:e.normalizeStyle({top:u.value+"px"}),onMouseenter:c3,onMouseleave:h1},[x[6]||(x[6]=e.createElementVNode("div",{class:"sub-menu-header"}," Канал связи ",-1)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(E.value,Q=>(e.openBlock(),e.createElementBlock("div",{key:Q.channelId,class:"sub-menu-item",onClick:C2=>M1(Q.channelId)},[e.createElementVNode("span",q9,e.toDisplayString(Q.title||Q.channelId),1),e.createElementVNode("span",{class:e.normalizeClass(["sub-menu-icon",{"menu-icon-grey":V(Q.channelId)!=="sms"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(P(Q.channelId))))],2)],8,Y9))),128))],36)):e.createCommentVNode("",!0)],4)):e.createCommentVNode("",!0)],512)}}},[["__scopeId","data-v-acc88302"]]),K9={class:"feed-found-item__avatar-container"},J9=["src"],G9={key:1,class:"pi pi-user"},X9={class:"feed-found-item__info"},e7={class:"feed-found-item__first-line"},t7={class:"feed-found-item__name"},n7={class:"feed-found-item__time"},a7={class:"feed-found-item__second-line"},o7=["src"],b3=I(e.defineComponent({__name:"FeedFoundItem",props:{object:{type:Object,required:!0},selected:{type:Boolean,default:!1}},setup(t){const n=t,a=e.computed(()=>({"message.file":"pi pi-file","message.audio":"pi pi-volume-up","message.video":"pi pi-video","message.call":"pi pi-phone"})[n.object.type]||null);return(o,l)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["feed-found-item__container",{"feed-found-item__selected-container":t.selected}])},[e.createElementVNode("div",K9,[t.object.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,src:t.object.avatar,width:"48",height:"48"},null,8,J9)):(e.openBlock(),e.createElementBlock("span",G9))]),e.createElementVNode("div",X9,[e.createElementVNode("div",e7,[e.createElementVNode("p",t7,e.toDisplayString(t.object.subtext),1),e.createElementVNode("p",n7,e.toDisplayString(t.object.time),1)]),e.createElementVNode("div",a7,[t.object.type=="message.image"?(e.openBlock(),e.createElementBlock("img",{key:0,src:t.object.url,style:{"margin-right":"3px"},width:"24",height:"24"},null,8,o7)):e.createCommentVNode("",!0),a.value?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(a.value),style:{"margin-right":"3px","font-size":"20px"}},null,2)):e.createCommentVNode("",!0),e.createElementVNode("p",null,e.toDisplayString(t.object.text),1)])])],2))}}),[["__scopeId","data-v-dd915a68"]]),l7={"component.ChatList.Title":"Mobilon One","component.ChatFilter.InputPlaceholder":"Поиск чата","layout.ChatWrapper.noSelectedChat":"Выберите контакт для начала общения","component.ChatItem.typing":"печатает","component.ChatInput.InputPlaceholder":"Введите сообщение","component.FeedFoundObjects.results":"Результаты поиска","component.FeedFoundObjects.notFound":"Сообщения не найдены","component.FeedFoundObjects.notSearched":"Поиск по сообщениям в чате","component.FeedSearch.SearchLabel":"Поиск","component.FeedSearch.SearchPlaceholder":"Поиск сообщения...","component.ChannelSelector.Placeholder":"Канал не выбран"},f7={"component.ChatList.Title":"Chats","component.ChatFilter.InputPlaceholder":"Chat search","layout.ChatWrapper.noSelectedChat":"Choose contact to start conversation","component.ChatItem.typing":"typing","component.ChatInput.InputPlaceholder":"Type a message...","component.FeedFoundObjects.results":"Search results","component.FeedFoundObjects.notFound":"Messages not found","component.FeedFoundObjects.notSearched":"Message search in chat","component.FeedSearch.SearchLabel":"Search","component.FeedSearch.SearchPlaceholder":"Find a message...","component.ChannelSelector.Placeholder":"Channel not selected"},E3=[{code:"en",name:"English",flag:"england"},{code:"ru",name:"Pусский",flag:"russian"}],N3=e.ref(E3[1]);let s7={ru:l7,en:f7};const l2=i7().t;function i7(){function t(n){return s7[N3.value.code][n]}return{t,locale:N3,locales:E3}}const r7={style:{"padding-left":"12px"}},c7=["onClick"],d7={key:1,class:"feed-found-objects__placeholder"},C7=I(e.defineComponent({__name:"FeedFoundObjects",props:{objects:{type:Array,required:!0},foundAmount:{type:Number,default:0},notFound:{type:Boolean,required:!1,default:!1}},emits:["clickedSearch","loadMore"],setup(t,{emit:n}){const a=n,o=t,l=e.ref(),s=e.ref(null),f=e.computed(()=>o.notFound?l2("component.FeedFoundObjects.notFound"):o.notFound?"":l2("component.FeedFoundObjects.notSearched")),i=c=>{c.messageId&&(a("clickedSearch",c.messageId),s.value=c)},r=()=>{const c=e.unref(l);c.scrollHeight-c.scrollTop-c.clientHeight<=0&&a("loadMore")};return(c,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("h3",r7,e.toDisplayString(e.unref(l2)("component.FeedFoundObjects.results"))+": "+e.toDisplayString(t.foundAmount),1),t.foundAmount>0?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"refItems",ref:l,class:"feed-found-objects__items",onScroll:r},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.objects,C=>(e.openBlock(),e.createElementBlock("div",{key:C.messageId,onClick:A=>i(C)},[e.createVNode(e.unref(b3),{object:C,selected:C==s.value},null,8,["object","selected"])],8,c7))),128))],544)):t.foundAmount==0?(e.openBlock(),e.createElementBlock("div",d7,[e.createElementVNode("p",null,e.toDisplayString(f.value),1)])):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-fe43179d"]]),A7={class:"feed-search__container"},u7={style:{"line-height":"40px"}},m7=["placeholder"],g7=I(e.defineComponent({__name:"FeedSearch",props:{isFeedLocation:{type:Boolean,default:!1}},emits:["search","cancel","switch"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getModel:o}=m3(a),l=n,s=t,f=e.ref(),i=A3("",500),r=e.computed(()=>s.isFeedLocation?"40px":(s.isFeedLocation,"20px"));e.watch(()=>[o().text,i.value],()=>{i.value==o().text?l("search",o().text):i.value=o().text});const c=()=>{const d=e.unref(f);d&&(d.value=""),o().text="",l("cancel")};return e.onMounted(()=>{const d=e.unref(f);d==null||d.focus()}),(d,C)=>(e.openBlock(),e.createBlock(e.Transition,null,{default:e.withCtx(()=>[e.createElementVNode("div",A7,[e.createElementVNode("span",u7,e.toDisplayString(e.unref(l2)("component.FeedSearch.SearchLabel")),1),e.withDirectives(e.createElementVNode("input",{ref_key:"refInput",ref:f,"onUpdate:modelValue":C[0]||(C[0]=A=>e.unref(o)().text=A),class:"feed-search__input",type:"text",placeholder:e.unref(l2)("component.FeedSearch.SearchPlaceholder")},null,8,m7),[[e.vModelText,e.unref(o)().text]]),e.createElementVNode("i",{class:"pi pi-times",style:e.normalizeStyle({right:r.value}),onClick:c},null,4),t.isFeedLocation?(e.openBlock(),e.createElementBlock("span",{key:0,class:"pi pi-refresh",style:{"margin-left":"5px","margin-top":"10px",cursor:"pointer"},onClick:C[1]||(C[1]=A=>l("switch"))})):e.createCommentVNode("",!0)])]),_:1}))}}),[["__scopeId","data-v-19449ec3"]]),p7={key:0,class:"new-chat-modal"},L7={class:"modal-content"},h7={class:"participant-list"},M7=["id","value"],y7=["for"],k7=I({__name:"SelectUser",props:{users:{type:Array,required:!0},title:{type:String,required:!0}},emits:["confirm","close"],setup(t,{emit:n}){const a=e.ref(!0),o=e.ref([]),l=n,s=async()=>{l("confirm",o.value),f(),i()},f=()=>{l("close"),a.value=!1},i=()=>{o.value=[]},r=()=>{f(),i()};return(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[a.value?(e.openBlock(),e.createElementBlock("div",p7,[e.createElementVNode("div",L7,[e.createElementVNode("h2",null,e.toDisplayString(t.title),1),e.createElementVNode("div",h7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.users,C=>(e.openBlock(),e.createElementBlock("div",{key:C.userId,class:"participant-item"},[e.withDirectives(e.createElementVNode("input",{id:C.userId,"onUpdate:modelValue":d[0]||(d[0]=A=>o.value=A),type:"checkbox",value:C.userId},null,8,M7),[[e.vModelCheckbox,o.value]]),e.createElementVNode("label",{for:C.userId},e.toDisplayString(C.name||"unknown username"),9,y7)]))),128))]),e.createElementVNode("div",{class:"modal-actions"},[e.createElementVNode("button",{onClick:s}," ОК "),e.createElementVNode("button",{onClick:r}," Отмена ")])])])):e.createCommentVNode("",!0)]))}},[["__scopeId","data-v-8751434e"]]),_7=I(e.defineComponent({__name:"ButtonCommandsSelector",props:{commands:{type:Array,required:!1,default:null},mode:{type:String,required:!1,default:"hover"},state:{type:String,default:"active"}},emits:["send"],setup(t,{emit:n}){const a=t,o=n,l=e.inject("chatAppId"),{getMessage:s}=t2(l),f=e.useTemplateRef("refBCM"),i=r=>{console.log(r);const c={type:"message.command",text:r.action};o("send",c)};return e.watch(()=>s().text,()=>{var r,c;a.commands&&(s().text.startsWith("/")?(r=f.value)==null||r.updatePosition():(c=f.value)==null||c.hideMenu())}),(r,c)=>(e.openBlock(),e.createBlock(e.Transition,null,{default:e.withCtx(()=>[t.commands?(e.openBlock(),e.createBlock(e.unref(s0),{key:0,ref_key:"refBCM",ref:f,"menu-side":"top",mode:t.mode,disabled:e.unref(s)().isRecording||t.state=="disabled",actions:t.commands,onClick:i},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(["commands__trigger",{commands__disabled:e.unref(s)().isRecording||t.state=="disabled"}])}," / ",2)]),_:1},8,["mode","disabled","actions"])):e.createCommentVNode("",!0)]),_:1}))}}),[["__scopeId","data-v-7799a040"]]),w3="https://cdn.jsdelivr.net/npm/emoji-datasource-apple@6.0.1/img/apple/64",V3={recent:"Recently used",smileys_people:"Smiles & People",animals_nature:"Animals & Nature",food_drink:"Food & Drink",activities:"Activities",travel_places:"Travel places",objects:"Objects",symbols:"Symbols",flags:"Flags"},I3="u",B0="n",S0="v",i0="r",b7={[B0]:["grinning face","grinning"],[I3]:"1f600",[i0]:"1f600"},T0="neutral",E7=[T0,"1f3fb","1f3fc","1f3fd","1f3fe","1f3ff"],N7={placeholder:"Search emoji",skinTone:"Skin tone"},w7=["light","dark","auto"];var V7={smileys_people:[{n:["grinning face","grinning"],u:"1f600"},{n:["grinning face with smiling eyes","grin"],u:"1f601"},{n:["face with tears of joy","joy"],u:"1f602"},{n:["rolling on the floor laughing","rolling_on_the_floor_laughing"],u:"1f923"},{n:["smiling face with open mouth","smiley"],u:"1f603"},{n:["smiling face with open mouth and smiling eyes","smile"],u:"1f604"},{n:["smiling face with open mouth and cold sweat","sweat_smile"],u:"1f605"},{n:["smiling face with open mouth and tightly-closed eyes","laughing","satisfied"],u:"1f606"},{n:["winking face","wink"],u:"1f609"},{n:["smiling face with smiling eyes","blush"],u:"1f60a"},{n:["face savouring delicious food","yum"],u:"1f60b"},{n:["smiling face with sunglasses","sunglasses"],u:"1f60e"},{n:["smiling face with heart-shaped eyes","heart_eyes"],u:"1f60d"},{n:["face throwing a kiss","kissing_heart"],u:"1f618"},{n:["kissing face","kissing"],u:"1f617"},{n:["kissing face with smiling eyes","kissing_smiling_eyes"],u:"1f619"},{n:["kissing face with closed eyes","kissing_closed_eyes"],u:"1f61a"},{n:["white smiling face","relaxed"],u:"263a-fe0f"},{n:["slightly smiling face","slightly_smiling_face"],u:"1f642"},{n:["hugging face","hugging_face"],u:"1f917"},{n:["grinning face with star eyes","star-struck","grinning_face_with_star_eyes"],u:"1f929"},{n:["thinking face","thinking_face"],u:"1f914"},{n:["face with one eyebrow raised","face_with_raised_eyebrow","face_with_one_eyebrow_raised"],u:"1f928"},{n:["neutral face","neutral_face"],u:"1f610"},{n:["expressionless face","expressionless"],u:"1f611"},{n:["face without mouth","no_mouth"],u:"1f636"},{n:["face with rolling eyes","face_with_rolling_eyes"],u:"1f644"},{n:["smirking face","smirk"],u:"1f60f"},{n:["persevering face","persevere"],u:"1f623"},{n:["disappointed but relieved face","disappointed_relieved"],u:"1f625"},{n:["face with open mouth","open_mouth"],u:"1f62e"},{n:["zipper-mouth face","zipper_mouth_face"],u:"1f910"},{n:["hushed face","hushed"],u:"1f62f"},{n:["sleepy face","sleepy"],u:"1f62a"},{n:["tired face","tired_face"],u:"1f62b"},{n:["sleeping face","sleeping"],u:"1f634"},{n:["relieved face","relieved"],u:"1f60c"},{n:["face with stuck-out tongue","stuck_out_tongue"],u:"1f61b"},{n:["face with stuck-out tongue and winking eye","stuck_out_tongue_winking_eye"],u:"1f61c"},{n:["face with stuck-out tongue and tightly-closed eyes","stuck_out_tongue_closed_eyes"],u:"1f61d"},{n:["drooling face","drooling_face"],u:"1f924"},{n:["unamused face","unamused"],u:"1f612"},{n:["face with cold sweat","sweat"],u:"1f613"},{n:["pensive face","pensive"],u:"1f614"},{n:["confused face","confused"],u:"1f615"},{n:["upside-down face","upside_down_face"],u:"1f643"},{n:["money-mouth face","money_mouth_face"],u:"1f911"},{n:["astonished face","astonished"],u:"1f632"},{n:["white_frowning_face"],u:"2639-fe0f"},{n:["slightly frowning face","slightly_frowning_face"],u:"1f641"},{n:["confounded face","confounded"],u:"1f616"},{n:["disappointed face","disappointed"],u:"1f61e"},{n:["worried face","worried"],u:"1f61f"},{n:["face with look of triumph","triumph"],u:"1f624"},{n:["crying face","cry"],u:"1f622"},{n:["loudly crying face","sob"],u:"1f62d"},{n:["frowning face with open mouth","frowning"],u:"1f626"},{n:["anguished face","anguished"],u:"1f627"},{n:["fearful face","fearful"],u:"1f628"},{n:["weary face","weary"],u:"1f629"},{n:["shocked face with exploding head","exploding_head","shocked_face_with_exploding_head"],u:"1f92f"},{n:["grimacing face","grimacing"],u:"1f62c"},{n:["face with open mouth and cold sweat","cold_sweat"],u:"1f630"},{n:["face screaming in fear","scream"],u:"1f631"},{n:["flushed face","flushed"],u:"1f633"},{n:["grinning face with one large and one small eye","zany_face","grinning_face_with_one_large_and_one_small_eye"],u:"1f92a"},{n:["dizzy face","dizzy_face"],u:"1f635"},{n:["pouting face","rage"],u:"1f621"},{n:["angry face","angry"],u:"1f620"},{n:["serious face with symbols covering mouth","face_with_symbols_on_mouth","serious_face_with_symbols_covering_mouth"],u:"1f92c"},{n:["face with medical mask","mask"],u:"1f637"},{n:["face with thermometer","face_with_thermometer"],u:"1f912"},{n:["face with head-bandage","face_with_head_bandage"],u:"1f915"},{n:["nauseated face","nauseated_face"],u:"1f922"},{n:["face with open mouth vomiting","face_vomiting","face_with_open_mouth_vomiting"],u:"1f92e"},{n:["sneezing face","sneezing_face"],u:"1f927"},{n:["smiling face with halo","innocent"],u:"1f607"},{n:["face with cowboy hat","face_with_cowboy_hat"],u:"1f920"},{n:["clown face","clown_face"],u:"1f921"},{n:["lying face","lying_face"],u:"1f925"},{n:["face with finger covering closed lips","shushing_face","face_with_finger_covering_closed_lips"],u:"1f92b"},{n:["smiling face with smiling eyes and hand covering mouth","face_with_hand_over_mouth","smiling_face_with_smiling_eyes_and_hand_covering_mouth"],u:"1f92d"},{n:["face with monocle","face_with_monocle"],u:"1f9d0"},{n:["nerd face","nerd_face"],u:"1f913"},{n:["smiling face with horns","smiling_imp"],u:"1f608"},{n:["imp"],u:"1f47f"},{n:["japanese ogre","japanese_ogre"],u:"1f479"},{n:["japanese goblin","japanese_goblin"],u:"1f47a"},{n:["skull"],u:"1f480"},{n:["skull_and_crossbones"],u:"2620-fe0f"},{n:["ghost"],u:"1f47b"},{n:["extraterrestrial alien","alien"],u:"1f47d"},{n:["alien monster","space_invader"],u:"1f47e"},{n:["robot face","robot_face"],u:"1f916"},{n:["pile of poo","hankey","poop","shit"],u:"1f4a9"},{n:["smiling cat face with open mouth","smiley_cat"],u:"1f63a"},{n:["grinning cat face with smiling eyes","smile_cat"],u:"1f638"},{n:["cat face with tears of joy","joy_cat"],u:"1f639"},{n:["smiling cat face with heart-shaped eyes","heart_eyes_cat"],u:"1f63b"},{n:["cat face with wry smile","smirk_cat"],u:"1f63c"},{n:["kissing cat face with closed eyes","kissing_cat"],u:"1f63d"},{n:["weary cat face","scream_cat"],u:"1f640"},{n:["crying cat face","crying_cat_face"],u:"1f63f"},{n:["pouting cat face","pouting_cat"],u:"1f63e"},{n:["see-no-evil monkey","see_no_evil"],u:"1f648"},{n:["hear-no-evil monkey","hear_no_evil"],u:"1f649"},{n:["speak-no-evil monkey","speak_no_evil"],u:"1f64a"},{n:["baby"],u:"1f476",v:["1f476-1f3fb","1f476-1f3fc","1f476-1f3fd","1f476-1f3fe","1f476-1f3ff"]},{n:["child"],u:"1f9d2",v:["1f9d2-1f3fb","1f9d2-1f3fc","1f9d2-1f3fd","1f9d2-1f3fe","1f9d2-1f3ff"]},{n:["boy"],u:"1f466",v:["1f466-1f3fb","1f466-1f3fc","1f466-1f3fd","1f466-1f3fe","1f466-1f3ff"]},{n:["girl"],u:"1f467",v:["1f467-1f3fb","1f467-1f3fc","1f467-1f3fd","1f467-1f3fe","1f467-1f3ff"]},{n:["adult"],u:"1f9d1",v:["1f9d1-1f3fb","1f9d1-1f3fc","1f9d1-1f3fd","1f9d1-1f3fe","1f9d1-1f3ff"]},{n:["man"],u:"1f468",v:["1f468-1f3fb","1f468-1f3fc","1f468-1f3fd","1f468-1f3fe","1f468-1f3ff"]},{n:["woman"],u:"1f469",v:["1f469-1f3fb","1f469-1f3fc","1f469-1f3fd","1f469-1f3fe","1f469-1f3ff"]},{n:["older adult","older_adult"],u:"1f9d3",v:["1f9d3-1f3fb","1f9d3-1f3fc","1f9d3-1f3fd","1f9d3-1f3fe","1f9d3-1f3ff"]},{n:["older man","older_man"],u:"1f474",v:["1f474-1f3fb","1f474-1f3fc","1f474-1f3fd","1f474-1f3fe","1f474-1f3ff"]},{n:["older woman","older_woman"],u:"1f475",v:["1f475-1f3fb","1f475-1f3fc","1f475-1f3fd","1f475-1f3fe","1f475-1f3ff"]},{n:["male-doctor"],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"]},{n:["female-doctor"],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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-mechanic"],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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-singer"],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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["male-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"]},{n:["female-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"]},{n:["police officer","cop"],u:"1f46e",v:["1f46e-1f3fb","1f46e-1f3fc","1f46e-1f3fd","1f46e-1f3fe","1f46e-1f3ff"]},{n:["male-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"]},{n:["female-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"]},{n:["sleuth_or_spy"],u:"1f575-fe0f",v:["1f575-1f3fb","1f575-1f3fc","1f575-1f3fd","1f575-1f3fe","1f575-1f3ff"]},{n:["male-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"]},{n:["female-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"]},{n:["guardsman"],u:"1f482",v:["1f482-1f3fb","1f482-1f3fc","1f482-1f3fd","1f482-1f3fe","1f482-1f3ff"]},{n:["male-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"]},{n:["female-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"]},{n:["construction worker","construction_worker"],u:"1f477",v:["1f477-1f3fb","1f477-1f3fc","1f477-1f3fd","1f477-1f3fe","1f477-1f3ff"]},{n:["male-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"]},{n:["female-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"]},{n:["prince"],u:"1f934",v:["1f934-1f3fb","1f934-1f3fc","1f934-1f3fd","1f934-1f3fe","1f934-1f3ff"]},{n:["princess"],u:"1f478",v:["1f478-1f3fb","1f478-1f3fc","1f478-1f3fd","1f478-1f3fe","1f478-1f3ff"]},{n:["man with turban","man_with_turban"],u:"1f473",v:["1f473-1f3fb","1f473-1f3fc","1f473-1f3fd","1f473-1f3fe","1f473-1f3ff"]},{n:["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"]},{n:["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"]},{n:["man with gua pi mao","man_with_gua_pi_mao"],u:"1f472",v:["1f472-1f3fb","1f472-1f3fc","1f472-1f3fd","1f472-1f3fe","1f472-1f3ff"]},{n:["person with headscarf","person_with_headscarf"],u:"1f9d5",v:["1f9d5-1f3fb","1f9d5-1f3fc","1f9d5-1f3fd","1f9d5-1f3fe","1f9d5-1f3ff"]},{n:["bearded person","bearded_person"],u:"1f9d4",v:["1f9d4-1f3fb","1f9d4-1f3fc","1f9d4-1f3fd","1f9d4-1f3fe","1f9d4-1f3ff"]},{n:["person with blond hair","person_with_blond_hair"],u:"1f471",v:["1f471-1f3fb","1f471-1f3fc","1f471-1f3fd","1f471-1f3fe","1f471-1f3ff"]},{n:["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"]},{n:["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"]},{n:["man in tuxedo","man_in_tuxedo"],u:"1f935",v:["1f935-1f3fb","1f935-1f3fc","1f935-1f3fd","1f935-1f3fe","1f935-1f3ff"]},{n:["bride with veil","bride_with_veil"],u:"1f470",v:["1f470-1f3fb","1f470-1f3fc","1f470-1f3fd","1f470-1f3fe","1f470-1f3ff"]},{n:["pregnant woman","pregnant_woman"],u:"1f930",v:["1f930-1f3fb","1f930-1f3fc","1f930-1f3fd","1f930-1f3fe","1f930-1f3ff"]},{n:["breast-feeding"],u:"1f931",v:["1f931-1f3fb","1f931-1f3fc","1f931-1f3fd","1f931-1f3fe","1f931-1f3ff"]},{n:["baby angel","angel"],u:"1f47c",v:["1f47c-1f3fb","1f47c-1f3fc","1f47c-1f3fd","1f47c-1f3fe","1f47c-1f3ff"]},{n:["father christmas","santa"],u:"1f385",v:["1f385-1f3fb","1f385-1f3fc","1f385-1f3fd","1f385-1f3fe","1f385-1f3ff"]},{n:["mother christmas","mrs_claus","mother_christmas"],u:"1f936",v:["1f936-1f3fb","1f936-1f3fc","1f936-1f3fd","1f936-1f3fe","1f936-1f3ff"]},{n:["mage"],u:"1f9d9",v:["1f9d9-1f3fb","1f9d9-1f3fc","1f9d9-1f3fd","1f9d9-1f3fe","1f9d9-1f3ff"]},{n:["female_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"]},{n:["male_mage"],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"]},{n:["fairy"],u:"1f9da",v:["1f9da-1f3fb","1f9da-1f3fc","1f9da-1f3fd","1f9da-1f3fe","1f9da-1f3ff"]},{n:["female_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"]},{n:["male_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"]},{n:["vampire"],u:"1f9db",v:["1f9db-1f3fb","1f9db-1f3fc","1f9db-1f3fd","1f9db-1f3fe","1f9db-1f3ff"]},{n:["female_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"]},{n:["male_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"]},{n:["merperson"],u:"1f9dc",v:["1f9dc-1f3fb","1f9dc-1f3fc","1f9dc-1f3fd","1f9dc-1f3fe","1f9dc-1f3ff"]},{n:["mermaid"],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"]},{n:["merman"],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"]},{n:["elf"],u:"1f9dd",v:["1f9dd-1f3fb","1f9dd-1f3fc","1f9dd-1f3fd","1f9dd-1f3fe","1f9dd-1f3ff"]},{n:["female_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"]},{n:["male_elf"],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"]},{n:["genie"],u:"1f9de"},{n:["female_genie"],u:"1f9de-200d-2640-fe0f"},{n:["male_genie"],u:"1f9de-200d-2642-fe0f"},{n:["zombie"],u:"1f9df"},{n:["female_zombie"],u:"1f9df-200d-2640-fe0f"},{n:["male_zombie"],u:"1f9df-200d-2642-fe0f"},{n:["person frowning","person_frowning"],u:"1f64d",v:["1f64d-1f3fb","1f64d-1f3fc","1f64d-1f3fd","1f64d-1f3fe","1f64d-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person with pouting face","person_with_pouting_face"],u:"1f64e",v:["1f64e-1f3fb","1f64e-1f3fc","1f64e-1f3fd","1f64e-1f3fe","1f64e-1f3ff"]},{n:["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"]},{n:["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"]},{n:["face with no good gesture","no_good"],u:"1f645",v:["1f645-1f3fb","1f645-1f3fc","1f645-1f3fd","1f645-1f3fe","1f645-1f3ff"]},{n:["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"]},{n:["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"]},{n:["face with ok gesture","ok_woman"],u:"1f646",v:["1f646-1f3fb","1f646-1f3fc","1f646-1f3fd","1f646-1f3fe","1f646-1f3ff"]},{n:["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"]},{n:["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"]},{n:["information desk person","information_desk_person"],u:"1f481",v:["1f481-1f3fb","1f481-1f3fc","1f481-1f3fd","1f481-1f3fe","1f481-1f3ff"]},{n:["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"]},{n:["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"]},{n:["happy person raising one hand","raising_hand"],u:"1f64b",v:["1f64b-1f3fb","1f64b-1f3fc","1f64b-1f3fd","1f64b-1f3fe","1f64b-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person bowing deeply","bow"],u:"1f647",v:["1f647-1f3fb","1f647-1f3fc","1f647-1f3fd","1f647-1f3fe","1f647-1f3ff"]},{n:["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"]},{n:["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"]},{n:["face palm","face_palm"],u:"1f926",v:["1f926-1f3fb","1f926-1f3fc","1f926-1f3fd","1f926-1f3fe","1f926-1f3ff"]},{n:["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"]},{n:["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"]},{n:["shrug"],u:"1f937",v:["1f937-1f3fb","1f937-1f3fc","1f937-1f3fd","1f937-1f3fe","1f937-1f3ff"]},{n:["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"]},{n:["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"]},{n:["face massage","massage"],u:"1f486",v:["1f486-1f3fb","1f486-1f3fc","1f486-1f3fd","1f486-1f3fe","1f486-1f3ff"]},{n:["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"]},{n:["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"]},{n:["haircut"],u:"1f487",v:["1f487-1f3fb","1f487-1f3fc","1f487-1f3fd","1f487-1f3fe","1f487-1f3ff"]},{n:["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"]},{n:["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"]},{n:["pedestrian","walking"],u:"1f6b6",v:["1f6b6-1f3fb","1f6b6-1f3fc","1f6b6-1f3fd","1f6b6-1f3fe","1f6b6-1f3ff"]},{n:["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"]},{n:["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"]},{n:["runner","running"],u:"1f3c3",v:["1f3c3-1f3fb","1f3c3-1f3fc","1f3c3-1f3fd","1f3c3-1f3fe","1f3c3-1f3ff"]},{n:["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"]},{n:["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"]},{n:["dancer"],u:"1f483",v:["1f483-1f3fb","1f483-1f3fc","1f483-1f3fd","1f483-1f3fe","1f483-1f3ff"]},{n:["man dancing","man_dancing"],u:"1f57a",v:["1f57a-1f3fb","1f57a-1f3fc","1f57a-1f3fd","1f57a-1f3fe","1f57a-1f3ff"]},{n:["woman with bunny ears","dancers"],u:"1f46f"},{n:["man-with-bunny-ears-partying"],u:"1f46f-200d-2642-fe0f"},{n:["woman-with-bunny-ears-partying"],u:"1f46f-200d-2640-fe0f"},{n:["person in steamy room","person_in_steamy_room"],u:"1f9d6",v:["1f9d6-1f3fb","1f9d6-1f3fc","1f9d6-1f3fd","1f9d6-1f3fe","1f9d6-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person climbing","person_climbing"],u:"1f9d7",v:["1f9d7-1f3fb","1f9d7-1f3fc","1f9d7-1f3fd","1f9d7-1f3fe","1f9d7-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person in lotus position","person_in_lotus_position"],u:"1f9d8",v:["1f9d8-1f3fb","1f9d8-1f3fc","1f9d8-1f3fd","1f9d8-1f3fe","1f9d8-1f3ff"]},{n:["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"]},{n:["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"]},{n:["bath"],u:"1f6c0",v:["1f6c0-1f3fb","1f6c0-1f3fc","1f6c0-1f3fd","1f6c0-1f3fe","1f6c0-1f3ff"]},{n:["sleeping accommodation","sleeping_accommodation"],u:"1f6cc",v:["1f6cc-1f3fb","1f6cc-1f3fc","1f6cc-1f3fd","1f6cc-1f3fe","1f6cc-1f3ff"]},{n:["man_in_business_suit_levitating"],u:"1f574-fe0f",v:["1f574-1f3fb","1f574-1f3fc","1f574-1f3fd","1f574-1f3fe","1f574-1f3ff"]},{n:["speaking_head_in_silhouette"],u:"1f5e3-fe0f"},{n:["bust in silhouette","bust_in_silhouette"],u:"1f464"},{n:["busts in silhouette","busts_in_silhouette"],u:"1f465"},{n:["fencer"],u:"1f93a"},{n:["horse racing","horse_racing"],u:"1f3c7",v:["1f3c7-1f3fb","1f3c7-1f3fc","1f3c7-1f3fd","1f3c7-1f3fe","1f3c7-1f3ff"]},{n:["skier"],u:"26f7-fe0f"},{n:["snowboarder"],u:"1f3c2",v:["1f3c2-1f3fb","1f3c2-1f3fc","1f3c2-1f3fd","1f3c2-1f3fe","1f3c2-1f3ff"]},{n:["golfer"],u:"1f3cc-fe0f",v:["1f3cc-1f3fb","1f3cc-1f3fc","1f3cc-1f3fd","1f3cc-1f3fe","1f3cc-1f3ff"]},{n:["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"]},{n:["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"]},{n:["surfer"],u:"1f3c4",v:["1f3c4-1f3fb","1f3c4-1f3fc","1f3c4-1f3fd","1f3c4-1f3fe","1f3c4-1f3ff"]},{n:["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"]},{n:["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"]},{n:["rowboat"],u:"1f6a3",v:["1f6a3-1f3fb","1f6a3-1f3fc","1f6a3-1f3fd","1f6a3-1f3fe","1f6a3-1f3ff"]},{n:["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"]},{n:["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"]},{n:["swimmer"],u:"1f3ca",v:["1f3ca-1f3fb","1f3ca-1f3fc","1f3ca-1f3fd","1f3ca-1f3fe","1f3ca-1f3ff"]},{n:["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"]},{n:["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"]},{n:["person_with_ball"],u:"26f9-fe0f",v:["26f9-1f3fb","26f9-1f3fc","26f9-1f3fd","26f9-1f3fe","26f9-1f3ff"]},{n:["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"]},{n:["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"]},{n:["weight_lifter"],u:"1f3cb-fe0f",v:["1f3cb-1f3fb","1f3cb-1f3fc","1f3cb-1f3fd","1f3cb-1f3fe","1f3cb-1f3ff"]},{n:["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"]},{n:["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"]},{n:["bicyclist"],u:"1f6b4",v:["1f6b4-1f3fb","1f6b4-1f3fc","1f6b4-1f3fd","1f6b4-1f3fe","1f6b4-1f3ff"]},{n:["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"]},{n:["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"]},{n:["mountain bicyclist","mountain_bicyclist"],u:"1f6b5",v:["1f6b5-1f3fb","1f6b5-1f3fc","1f6b5-1f3fd","1f6b5-1f3fe","1f6b5-1f3ff"]},{n:["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"]},{n:["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"]},{n:["racing_car"],u:"1f3ce-fe0f"},{n:["racing_motorcycle"],u:"1f3cd-fe0f"},{n:["person doing cartwheel","person_doing_cartwheel"],u:"1f938",v:["1f938-1f3fb","1f938-1f3fc","1f938-1f3fd","1f938-1f3fe","1f938-1f3ff"]},{n:["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"]},{n:["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"]},{n:["wrestlers"],u:"1f93c"},{n:["man-wrestling"],u:"1f93c-200d-2642-fe0f"},{n:["woman-wrestling"],u:"1f93c-200d-2640-fe0f"},{n:["water polo","water_polo"],u:"1f93d",v:["1f93d-1f3fb","1f93d-1f3fc","1f93d-1f3fd","1f93d-1f3fe","1f93d-1f3ff"]},{n:["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"]},{n:["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"]},{n:["handball"],u:"1f93e",v:["1f93e-1f3fb","1f93e-1f3fc","1f93e-1f3fd","1f93e-1f3fe","1f93e-1f3ff"]},{n:["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"]},{n:["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"]},{n:["juggling"],u:"1f939",v:["1f939-1f3fb","1f939-1f3fc","1f939-1f3fd","1f939-1f3fe","1f939-1f3ff"]},{n:["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"]},{n:["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"]},{n:["man and woman holding hands","couple","man_and_woman_holding_hands"],u:"1f46b"},{n:["two men holding hands","two_men_holding_hands"],u:"1f46c"},{n:["two women holding hands","two_women_holding_hands"],u:"1f46d"},{n:["kiss","couplekiss"],u:"1f48f"},{n:["woman-kiss-man"],u:"1f469-200d-2764-fe0f-200d-1f48b-200d-1f468"},{n:["man-kiss-man"],u:"1f468-200d-2764-fe0f-200d-1f48b-200d-1f468"},{n:["woman-kiss-woman"],u:"1f469-200d-2764-fe0f-200d-1f48b-200d-1f469"},{n:["couple with heart","couple_with_heart"],u:"1f491"},{n:["woman-heart-man"],u:"1f469-200d-2764-fe0f-200d-1f468"},{n:["man-heart-man"],u:"1f468-200d-2764-fe0f-200d-1f468"},{n:["woman-heart-woman"],u:"1f469-200d-2764-fe0f-200d-1f469"},{n:["family","man-woman-boy"],u:"1f46a"},{n:["man-woman-boy","family"],u:"1f468-200d-1f469-200d-1f466"},{n:["man-woman-girl"],u:"1f468-200d-1f469-200d-1f467"},{n:["man-woman-girl-boy"],u:"1f468-200d-1f469-200d-1f467-200d-1f466"},{n:["man-woman-boy-boy"],u:"1f468-200d-1f469-200d-1f466-200d-1f466"},{n:["man-woman-girl-girl"],u:"1f468-200d-1f469-200d-1f467-200d-1f467"},{n:["man-man-boy"],u:"1f468-200d-1f468-200d-1f466"},{n:["man-man-girl"],u:"1f468-200d-1f468-200d-1f467"},{n:["man-man-girl-boy"],u:"1f468-200d-1f468-200d-1f467-200d-1f466"},{n:["man-man-boy-boy"],u:"1f468-200d-1f468-200d-1f466-200d-1f466"},{n:["man-man-girl-girl"],u:"1f468-200d-1f468-200d-1f467-200d-1f467"},{n:["woman-woman-boy"],u:"1f469-200d-1f469-200d-1f466"},{n:["woman-woman-girl"],u:"1f469-200d-1f469-200d-1f467"},{n:["woman-woman-girl-boy"],u:"1f469-200d-1f469-200d-1f467-200d-1f466"},{n:["woman-woman-boy-boy"],u:"1f469-200d-1f469-200d-1f466-200d-1f466"},{n:["woman-woman-girl-girl"],u:"1f469-200d-1f469-200d-1f467-200d-1f467"},{n:["man-boy"],u:"1f468-200d-1f466"},{n:["man-boy-boy"],u:"1f468-200d-1f466-200d-1f466"},{n:["man-girl"],u:"1f468-200d-1f467"},{n:["man-girl-boy"],u:"1f468-200d-1f467-200d-1f466"},{n:["man-girl-girl"],u:"1f468-200d-1f467-200d-1f467"},{n:["woman-boy"],u:"1f469-200d-1f466"},{n:["woman-boy-boy"],u:"1f469-200d-1f466-200d-1f466"},{n:["woman-girl"],u:"1f469-200d-1f467"},{n:["woman-girl-boy"],u:"1f469-200d-1f467-200d-1f466"},{n:["woman-girl-girl"],u:"1f469-200d-1f467-200d-1f467"},{n:["selfie"],u:"1f933",v:["1f933-1f3fb","1f933-1f3fc","1f933-1f3fd","1f933-1f3fe","1f933-1f3ff"]},{n:["flexed biceps","muscle"],u:"1f4aa",v:["1f4aa-1f3fb","1f4aa-1f3fc","1f4aa-1f3fd","1f4aa-1f3fe","1f4aa-1f3ff"]},{n:["white left pointing backhand index","point_left"],u:"1f448",v:["1f448-1f3fb","1f448-1f3fc","1f448-1f3fd","1f448-1f3fe","1f448-1f3ff"]},{n:["white right pointing backhand index","point_right"],u:"1f449",v:["1f449-1f3fb","1f449-1f3fc","1f449-1f3fd","1f449-1f3fe","1f449-1f3ff"]},{n:["white up pointing index","point_up"],u:"261d-fe0f",v:["261d-1f3fb","261d-1f3fc","261d-1f3fd","261d-1f3fe","261d-1f3ff"]},{n:["white up pointing backhand index","point_up_2"],u:"1f446",v:["1f446-1f3fb","1f446-1f3fc","1f446-1f3fd","1f446-1f3fe","1f446-1f3ff"]},{n:["reversed hand with middle finger extended","middle_finger","reversed_hand_with_middle_finger_extended"],u:"1f595",v:["1f595-1f3fb","1f595-1f3fc","1f595-1f3fd","1f595-1f3fe","1f595-1f3ff"]},{n:["white down pointing backhand index","point_down"],u:"1f447",v:["1f447-1f3fb","1f447-1f3fc","1f447-1f3fd","1f447-1f3fe","1f447-1f3ff"]},{n:["victory hand","v"],u:"270c-fe0f",v:["270c-1f3fb","270c-1f3fc","270c-1f3fd","270c-1f3fe","270c-1f3ff"]},{n:["hand with index and middle fingers crossed","crossed_fingers","hand_with_index_and_middle_fingers_crossed"],u:"1f91e",v:["1f91e-1f3fb","1f91e-1f3fc","1f91e-1f3fd","1f91e-1f3fe","1f91e-1f3ff"]},{n:["raised hand with part between middle and ring fingers","spock-hand"],u:"1f596",v:["1f596-1f3fb","1f596-1f3fc","1f596-1f3fd","1f596-1f3fe","1f596-1f3ff"]},{n:["sign of the horns","the_horns","sign_of_the_horns"],u:"1f918",v:["1f918-1f3fb","1f918-1f3fc","1f918-1f3fd","1f918-1f3fe","1f918-1f3ff"]},{n:["call me hand","call_me_hand"],u:"1f919",v:["1f919-1f3fb","1f919-1f3fc","1f919-1f3fd","1f919-1f3fe","1f919-1f3ff"]},{n:["raised_hand_with_fingers_splayed"],u:"1f590-fe0f",v:["1f590-1f3fb","1f590-1f3fc","1f590-1f3fd","1f590-1f3fe","1f590-1f3ff"]},{n:["raised hand","hand","raised_hand"],u:"270b",v:["270b-1f3fb","270b-1f3fc","270b-1f3fd","270b-1f3fe","270b-1f3ff"]},{n:["ok hand sign","ok_hand"],u:"1f44c",v:["1f44c-1f3fb","1f44c-1f3fc","1f44c-1f3fd","1f44c-1f3fe","1f44c-1f3ff"]},{n:["thumbs up sign","+1","thumbsup"],u:"1f44d",v:["1f44d-1f3fb","1f44d-1f3fc","1f44d-1f3fd","1f44d-1f3fe","1f44d-1f3ff"]},{n:["thumbs down sign","-1","thumbsdown"],u:"1f44e",v:["1f44e-1f3fb","1f44e-1f3fc","1f44e-1f3fd","1f44e-1f3fe","1f44e-1f3ff"]},{n:["raised fist","fist"],u:"270a",v:["270a-1f3fb","270a-1f3fc","270a-1f3fd","270a-1f3fe","270a-1f3ff"]},{n:["fisted hand sign","facepunch","punch"],u:"1f44a",v:["1f44a-1f3fb","1f44a-1f3fc","1f44a-1f3fd","1f44a-1f3fe","1f44a-1f3ff"]},{n:["left-facing fist","left-facing_fist"],u:"1f91b",v:["1f91b-1f3fb","1f91b-1f3fc","1f91b-1f3fd","1f91b-1f3fe","1f91b-1f3ff"]},{n:["right-facing fist","right-facing_fist"],u:"1f91c",v:["1f91c-1f3fb","1f91c-1f3fc","1f91c-1f3fd","1f91c-1f3fe","1f91c-1f3ff"]},{n:["raised back of hand","raised_back_of_hand"],u:"1f91a",v:["1f91a-1f3fb","1f91a-1f3fc","1f91a-1f3fd","1f91a-1f3fe","1f91a-1f3ff"]},{n:["waving hand sign","wave"],u:"1f44b",v:["1f44b-1f3fb","1f44b-1f3fc","1f44b-1f3fd","1f44b-1f3fe","1f44b-1f3ff"]},{n:["i love you hand sign","i_love_you_hand_sign"],u:"1f91f",v:["1f91f-1f3fb","1f91f-1f3fc","1f91f-1f3fd","1f91f-1f3fe","1f91f-1f3ff"]},{n:["writing_hand"],u:"270d-fe0f",v:["270d-1f3fb","270d-1f3fc","270d-1f3fd","270d-1f3fe","270d-1f3ff"]},{n:["clapping hands sign","clap"],u:"1f44f",v:["1f44f-1f3fb","1f44f-1f3fc","1f44f-1f3fd","1f44f-1f3fe","1f44f-1f3ff"]},{n:["open hands sign","open_hands"],u:"1f450",v:["1f450-1f3fb","1f450-1f3fc","1f450-1f3fd","1f450-1f3fe","1f450-1f3ff"]},{n:["person raising both hands in celebration","raised_hands"],u:"1f64c",v:["1f64c-1f3fb","1f64c-1f3fc","1f64c-1f3fd","1f64c-1f3fe","1f64c-1f3ff"]},{n:["palms up together","palms_up_together"],u:"1f932",v:["1f932-1f3fb","1f932-1f3fc","1f932-1f3fd","1f932-1f3fe","1f932-1f3ff"]},{n:["person with folded hands","pray"],u:"1f64f",v:["1f64f-1f3fb","1f64f-1f3fc","1f64f-1f3fd","1f64f-1f3fe","1f64f-1f3ff"]},{n:["handshake"],u:"1f91d"},{n:["nail polish","nail_care"],u:"1f485",v:["1f485-1f3fb","1f485-1f3fc","1f485-1f3fd","1f485-1f3fe","1f485-1f3ff"]},{n:["ear"],u:"1f442",v:["1f442-1f3fb","1f442-1f3fc","1f442-1f3fd","1f442-1f3fe","1f442-1f3ff"]},{n:["nose"],u:"1f443",v:["1f443-1f3fb","1f443-1f3fc","1f443-1f3fd","1f443-1f3fe","1f443-1f3ff"]},{n:["footprints"],u:"1f463"},{n:["eyes"],u:"1f440"},{n:["eye"],u:"1f441-fe0f"},{n:["eye-in-speech-bubble"],u:"1f441-fe0f-200d-1f5e8-fe0f"},{n:["brain"],u:"1f9e0"},{n:["tongue"],u:"1f445"},{n:["mouth","lips"],u:"1f444"},{n:["kiss mark","kiss"],u:"1f48b"},{n:["heart with arrow","cupid"],u:"1f498"},{n:["heavy black heart","heart"],u:"2764-fe0f"},{n:["beating heart","heartbeat"],u:"1f493"},{n:["broken heart","broken_heart"],u:"1f494"},{n:["two hearts","two_hearts"],u:"1f495"},{n:["sparkling heart","sparkling_heart"],u:"1f496"},{n:["growing heart","heartpulse"],u:"1f497"},{n:["blue heart","blue_heart"],u:"1f499"},{n:["green heart","green_heart"],u:"1f49a"},{n:["yellow heart","yellow_heart"],u:"1f49b"},{n:["orange heart","orange_heart"],u:"1f9e1"},{n:["purple heart","purple_heart"],u:"1f49c"},{n:["black heart","black_heart"],u:"1f5a4"},{n:["heart with ribbon","gift_heart"],u:"1f49d"},{n:["revolving hearts","revolving_hearts"],u:"1f49e"},{n:["heart decoration","heart_decoration"],u:"1f49f"},{n:["heavy_heart_exclamation_mark_ornament"],u:"2763-fe0f"},{n:["love letter","love_letter"],u:"1f48c"},{n:["sleeping symbol","zzz"],u:"1f4a4"},{n:["anger symbol","anger"],u:"1f4a2"},{n:["bomb"],u:"1f4a3"},{n:["collision symbol","boom","collision"],u:"1f4a5"},{n:["splashing sweat symbol","sweat_drops"],u:"1f4a6"},{n:["dash symbol","dash"],u:"1f4a8"},{n:["dizzy symbol","dizzy"],u:"1f4ab"},{n:["speech balloon","speech_balloon"],u:"1f4ac"},{n:["left_speech_bubble"],u:"1f5e8-fe0f"},{n:["right_anger_bubble"],u:"1f5ef-fe0f"},{n:["thought balloon","thought_balloon"],u:"1f4ad"},{n:["hole"],u:"1f573-fe0f"},{n:["eyeglasses"],u:"1f453"},{n:["dark_sunglasses"],u:"1f576-fe0f"},{n:["necktie"],u:"1f454"},{n:["t-shirt","shirt","tshirt"],u:"1f455"},{n:["jeans"],u:"1f456"},{n:["scarf"],u:"1f9e3"},{n:["gloves"],u:"1f9e4"},{n:["coat"],u:"1f9e5"},{n:["socks"],u:"1f9e6"},{n:["dress"],u:"1f457"},{n:["kimono"],u:"1f458"},{n:["bikini"],u:"1f459"},{n:["womans clothes","womans_clothes"],u:"1f45a"},{n:["purse"],u:"1f45b"},{n:["handbag"],u:"1f45c"},{n:["pouch"],u:"1f45d"},{n:["shopping_bags"],u:"1f6cd-fe0f"},{n:["school satchel","school_satchel"],u:"1f392"},{n:["mans shoe","mans_shoe","shoe"],u:"1f45e"},{n:["athletic shoe","athletic_shoe"],u:"1f45f"},{n:["high-heeled shoe","high_heel"],u:"1f460"},{n:["womans sandal","sandal"],u:"1f461"},{n:["womans boots","boot"],u:"1f462"},{n:["crown"],u:"1f451"},{n:["womans hat","womans_hat"],u:"1f452"},{n:["top hat","tophat"],u:"1f3a9"},{n:["graduation cap","mortar_board"],u:"1f393"},{n:["billed cap","billed_cap"],u:"1f9e2"},{n:["helmet_with_white_cross"],u:"26d1-fe0f"},{n:["prayer beads","prayer_beads"],u:"1f4ff"},{n:["lipstick"],u:"1f484"},{n:["ring"],u:"1f48d"},{n:["gem stone","gem"],u:"1f48e"}],animals_nature:[{n:["monkey face","monkey_face"],u:"1f435"},{n:["monkey"],u:"1f412"},{n:["gorilla"],u:"1f98d"},{n:["dog face","dog"],u:"1f436"},{n:["dog","dog2"],u:"1f415"},{n:["poodle"],u:"1f429"},{n:["wolf face","wolf"],u:"1f43a"},{n:["fox face","fox_face"],u:"1f98a"},{n:["cat face","cat"],u:"1f431"},{n:["cat","cat2"],u:"1f408"},{n:["lion face","lion_face"],u:"1f981"},{n:["tiger face","tiger"],u:"1f42f"},{n:["tiger","tiger2"],u:"1f405"},{n:["leopard"],u:"1f406"},{n:["horse face","horse"],u:"1f434"},{n:["horse","racehorse"],u:"1f40e"},{n:["unicorn face","unicorn_face"],u:"1f984"},{n:["zebra face","zebra_face"],u:"1f993"},{n:["deer"],u:"1f98c"},{n:["cow face","cow"],u:"1f42e"},{n:["ox"],u:"1f402"},{n:["water buffalo","water_buffalo"],u:"1f403"},{n:["cow","cow2"],u:"1f404"},{n:["pig face","pig"],u:"1f437"},{n:["pig","pig2"],u:"1f416"},{n:["boar"],u:"1f417"},{n:["pig nose","pig_nose"],u:"1f43d"},{n:["ram"],u:"1f40f"},{n:["sheep"],u:"1f411"},{n:["goat"],u:"1f410"},{n:["dromedary camel","dromedary_camel"],u:"1f42a"},{n:["bactrian camel","camel"],u:"1f42b"},{n:["giraffe face","giraffe_face"],u:"1f992"},{n:["elephant"],u:"1f418"},{n:["rhinoceros"],u:"1f98f"},{n:["mouse face","mouse"],u:"1f42d"},{n:["mouse","mouse2"],u:"1f401"},{n:["rat"],u:"1f400"},{n:["hamster face","hamster"],u:"1f439"},{n:["rabbit face","rabbit"],u:"1f430"},{n:["rabbit","rabbit2"],u:"1f407"},{n:["chipmunk"],u:"1f43f-fe0f"},{n:["hedgehog"],u:"1f994"},{n:["bat"],u:"1f987"},{n:["bear face","bear"],u:"1f43b"},{n:["koala"],u:"1f428"},{n:["panda face","panda_face"],u:"1f43c"},{n:["paw prints","feet","paw_prints"],u:"1f43e"},{n:["turkey"],u:"1f983"},{n:["chicken"],u:"1f414"},{n:["rooster"],u:"1f413"},{n:["hatching chick","hatching_chick"],u:"1f423"},{n:["baby chick","baby_chick"],u:"1f424"},{n:["front-facing baby chick","hatched_chick"],u:"1f425"},{n:["bird"],u:"1f426"},{n:["penguin"],u:"1f427"},{n:["dove_of_peace"],u:"1f54a-fe0f"},{n:["eagle"],u:"1f985"},{n:["duck"],u:"1f986"},{n:["owl"],u:"1f989"},{n:["frog face","frog"],u:"1f438"},{n:["crocodile"],u:"1f40a"},{n:["turtle"],u:"1f422"},{n:["lizard"],u:"1f98e"},{n:["snake"],u:"1f40d"},{n:["dragon face","dragon_face"],u:"1f432"},{n:["dragon"],u:"1f409"},{n:["sauropod"],u:"1f995"},{n:["t-rex"],u:"1f996"},{n:["spouting whale","whale"],u:"1f433"},{n:["whale","whale2"],u:"1f40b"},{n:["dolphin","flipper"],u:"1f42c"},{n:["fish"],u:"1f41f"},{n:["tropical fish","tropical_fish"],u:"1f420"},{n:["blowfish"],u:"1f421"},{n:["shark"],u:"1f988"},{n:["octopus"],u:"1f419"},{n:["spiral shell","shell"],u:"1f41a"},{n:["crab"],u:"1f980"},{n:["shrimp"],u:"1f990"},{n:["squid"],u:"1f991"},{n:["snail"],u:"1f40c"},{n:["butterfly"],u:"1f98b"},{n:["bug"],u:"1f41b"},{n:["ant"],u:"1f41c"},{n:["honeybee","bee"],u:"1f41d"},{n:["lady beetle","beetle"],u:"1f41e"},{n:["cricket"],u:"1f997"},{n:["spider"],u:"1f577-fe0f"},{n:["spider_web"],u:"1f578-fe0f"},{n:["scorpion"],u:"1f982"},{n:["bouquet"],u:"1f490"},{n:["cherry blossom","cherry_blossom"],u:"1f338"},{n:["white flower","white_flower"],u:"1f4ae"},{n:["rosette"],u:"1f3f5-fe0f"},{n:["rose"],u:"1f339"},{n:["wilted flower","wilted_flower"],u:"1f940"},{n:["hibiscus"],u:"1f33a"},{n:["sunflower"],u:"1f33b"},{n:["blossom"],u:"1f33c"},{n:["tulip"],u:"1f337"},{n:["seedling"],u:"1f331"},{n:["evergreen tree","evergreen_tree"],u:"1f332"},{n:["deciduous tree","deciduous_tree"],u:"1f333"},{n:["palm tree","palm_tree"],u:"1f334"},{n:["cactus"],u:"1f335"},{n:["ear of rice","ear_of_rice"],u:"1f33e"},{n:["herb"],u:"1f33f"},{n:["shamrock"],u:"2618-fe0f"},{n:["four leaf clover","four_leaf_clover"],u:"1f340"},{n:["maple leaf","maple_leaf"],u:"1f341"},{n:["fallen leaf","fallen_leaf"],u:"1f342"},{n:["leaf fluttering in wind","leaves"],u:"1f343"}],food_drink:[{n:["grapes"],u:"1f347"},{n:["melon"],u:"1f348"},{n:["watermelon"],u:"1f349"},{n:["tangerine"],u:"1f34a"},{n:["lemon"],u:"1f34b"},{n:["banana"],u:"1f34c"},{n:["pineapple"],u:"1f34d"},{n:["red apple","apple"],u:"1f34e"},{n:["green apple","green_apple"],u:"1f34f"},{n:["pear"],u:"1f350"},{n:["peach"],u:"1f351"},{n:["cherries"],u:"1f352"},{n:["strawberry"],u:"1f353"},{n:["kiwifruit"],u:"1f95d"},{n:["tomato"],u:"1f345"},{n:["coconut"],u:"1f965"},{n:["avocado"],u:"1f951"},{n:["aubergine","eggplant"],u:"1f346"},{n:["potato"],u:"1f954"},{n:["carrot"],u:"1f955"},{n:["ear of maize","corn"],u:"1f33d"},{n:["hot_pepper"],u:"1f336-fe0f"},{n:["cucumber"],u:"1f952"},{n:["broccoli"],u:"1f966"},{n:["mushroom"],u:"1f344"},{n:["peanuts"],u:"1f95c"},{n:["chestnut"],u:"1f330"},{n:["bread"],u:"1f35e"},{n:["croissant"],u:"1f950"},{n:["baguette bread","baguette_bread"],u:"1f956"},{n:["pretzel"],u:"1f968"},{n:["pancakes"],u:"1f95e"},{n:["cheese wedge","cheese_wedge"],u:"1f9c0"},{n:["meat on bone","meat_on_bone"],u:"1f356"},{n:["poultry leg","poultry_leg"],u:"1f357"},{n:["cut of meat","cut_of_meat"],u:"1f969"},{n:["bacon"],u:"1f953"},{n:["hamburger"],u:"1f354"},{n:["french fries","fries"],u:"1f35f"},{n:["slice of pizza","pizza"],u:"1f355"},{n:["hot dog","hotdog"],u:"1f32d"},{n:["sandwich"],u:"1f96a"},{n:["taco"],u:"1f32e"},{n:["burrito"],u:"1f32f"},{n:["stuffed flatbread","stuffed_flatbread"],u:"1f959"},{n:["egg"],u:"1f95a"},{n:["cooking","fried_egg"],u:"1f373"},{n:["shallow pan of food","shallow_pan_of_food"],u:"1f958"},{n:["pot of food","stew"],u:"1f372"},{n:["bowl with spoon","bowl_with_spoon"],u:"1f963"},{n:["green salad","green_salad"],u:"1f957"},{n:["popcorn"],u:"1f37f"},{n:["canned food","canned_food"],u:"1f96b"},{n:["bento box","bento"],u:"1f371"},{n:["rice cracker","rice_cracker"],u:"1f358"},{n:["rice ball","rice_ball"],u:"1f359"},{n:["cooked rice","rice"],u:"1f35a"},{n:["curry and rice","curry"],u:"1f35b"},{n:["steaming bowl","ramen"],u:"1f35c"},{n:["spaghetti"],u:"1f35d"},{n:["roasted sweet potato","sweet_potato"],u:"1f360"},{n:["oden"],u:"1f362"},{n:["sushi"],u:"1f363"},{n:["fried shrimp","fried_shrimp"],u:"1f364"},{n:["fish cake with swirl design","fish_cake"],u:"1f365"},{n:["dango"],u:"1f361"},{n:["dumpling"],u:"1f95f"},{n:["fortune cookie","fortune_cookie"],u:"1f960"},{n:["takeout box","takeout_box"],u:"1f961"},{n:["soft ice cream","icecream"],u:"1f366"},{n:["shaved ice","shaved_ice"],u:"1f367"},{n:["ice cream","ice_cream"],u:"1f368"},{n:["doughnut"],u:"1f369"},{n:["cookie"],u:"1f36a"},{n:["birthday cake","birthday"],u:"1f382"},{n:["shortcake","cake"],u:"1f370"},{n:["pie"],u:"1f967"},{n:["chocolate bar","chocolate_bar"],u:"1f36b"},{n:["candy"],u:"1f36c"},{n:["lollipop"],u:"1f36d"},{n:["custard"],u:"1f36e"},{n:["honey pot","honey_pot"],u:"1f36f"},{n:["baby bottle","baby_bottle"],u:"1f37c"},{n:["glass of milk","glass_of_milk"],u:"1f95b"},{n:["hot beverage","coffee"],u:"2615"},{n:["teacup without handle","tea"],u:"1f375"},{n:["sake bottle and cup","sake"],u:"1f376"},{n:["bottle with popping cork","champagne"],u:"1f37e"},{n:["wine glass","wine_glass"],u:"1f377"},{n:["cocktail glass","cocktail"],u:"1f378"},{n:["tropical drink","tropical_drink"],u:"1f379"},{n:["beer mug","beer"],u:"1f37a"},{n:["clinking beer mugs","beers"],u:"1f37b"},{n:["clinking glasses","clinking_glasses"],u:"1f942"},{n:["tumbler glass","tumbler_glass"],u:"1f943"},{n:["cup with straw","cup_with_straw"],u:"1f964"},{n:["chopsticks"],u:"1f962"},{n:["knife_fork_plate"],u:"1f37d-fe0f"},{n:["fork and knife","fork_and_knife"],u:"1f374"},{n:["spoon"],u:"1f944"},{n:["hocho","knife"],u:"1f52a"},{n:["amphora"],u:"1f3fa"}],activities:[{n:["jack-o-lantern","jack_o_lantern"],u:"1f383"},{n:["christmas tree","christmas_tree"],u:"1f384"},{n:["fireworks"],u:"1f386"},{n:["firework sparkler","sparkler"],u:"1f387"},{n:["sparkles"],u:"2728"},{n:["balloon"],u:"1f388"},{n:["party popper","tada"],u:"1f389"},{n:["confetti ball","confetti_ball"],u:"1f38a"},{n:["tanabata tree","tanabata_tree"],u:"1f38b"},{n:["pine decoration","bamboo"],u:"1f38d"},{n:["japanese dolls","dolls"],u:"1f38e"},{n:["carp streamer","flags"],u:"1f38f"},{n:["wind chime","wind_chime"],u:"1f390"},{n:["moon viewing ceremony","rice_scene"],u:"1f391"},{n:["ribbon"],u:"1f380"},{n:["wrapped present","gift"],u:"1f381"},{n:["reminder_ribbon"],u:"1f397-fe0f"},{n:["admission_tickets"],u:"1f39f-fe0f"},{n:["ticket"],u:"1f3ab"},{n:["medal"],u:"1f396-fe0f"},{n:["trophy"],u:"1f3c6"},{n:["sports medal","sports_medal"],u:"1f3c5"},{n:["first place medal","first_place_medal"],u:"1f947"},{n:["second place medal","second_place_medal"],u:"1f948"},{n:["third place medal","third_place_medal"],u:"1f949"},{n:["soccer ball","soccer"],u:"26bd"},{n:["baseball"],u:"26be"},{n:["basketball and hoop","basketball"],u:"1f3c0"},{n:["volleyball"],u:"1f3d0"},{n:["american football","football"],u:"1f3c8"},{n:["rugby football","rugby_football"],u:"1f3c9"},{n:["tennis racquet and ball","tennis"],u:"1f3be"},{n:["billiards","8ball"],u:"1f3b1"},{n:["bowling"],u:"1f3b3"},{n:["cricket bat and ball","cricket_bat_and_ball"],u:"1f3cf"},{n:["field hockey stick and ball","field_hockey_stick_and_ball"],u:"1f3d1"},{n:["ice hockey stick and puck","ice_hockey_stick_and_puck"],u:"1f3d2"},{n:["table tennis paddle and ball","table_tennis_paddle_and_ball"],u:"1f3d3"},{n:["badminton racquet and shuttlecock","badminton_racquet_and_shuttlecock"],u:"1f3f8"},{n:["boxing glove","boxing_glove"],u:"1f94a"},{n:["martial arts uniform","martial_arts_uniform"],u:"1f94b"},{n:["goal net","goal_net"],u:"1f945"},{n:["direct hit","dart"],u:"1f3af"},{n:["flag in hole","golf"],u:"26f3"},{n:["ice_skate"],u:"26f8-fe0f"},{n:["fishing pole and fish","fishing_pole_and_fish"],u:"1f3a3"},{n:["running shirt with sash","running_shirt_with_sash"],u:"1f3bd"},{n:["ski and ski boot","ski"],u:"1f3bf"},{n:["sled"],u:"1f6f7"},{n:["curling stone","curling_stone"],u:"1f94c"},{n:["video game","video_game"],u:"1f3ae"},{n:["joystick"],u:"1f579-fe0f"},{n:["game die","game_die"],u:"1f3b2"},{n:["black spade suit","spades"],u:"2660-fe0f"},{n:["black heart suit","hearts"],u:"2665-fe0f"},{n:["black diamond suit","diamonds"],u:"2666-fe0f"},{n:["black club suit","clubs"],u:"2663-fe0f"},{n:["playing card black joker","black_joker"],u:"1f0cf"},{n:["mahjong tile red dragon","mahjong"],u:"1f004"},{n:["flower playing cards","flower_playing_cards"],u:"1f3b4"}],travel_places:[{n:["earth globe europe-africa","earth_africa"],u:"1f30d"},{n:["earth globe americas","earth_americas"],u:"1f30e"},{n:["earth globe asia-australia","earth_asia"],u:"1f30f"},{n:["globe with meridians","globe_with_meridians"],u:"1f310"},{n:["world_map"],u:"1f5fa-fe0f"},{n:["silhouette of japan","japan"],u:"1f5fe"},{n:["snow_capped_mountain"],u:"1f3d4-fe0f"},{n:["mountain"],u:"26f0-fe0f"},{n:["volcano"],u:"1f30b"},{n:["mount fuji","mount_fuji"],u:"1f5fb"},{n:["camping"],u:"1f3d5-fe0f"},{n:["beach_with_umbrella"],u:"1f3d6-fe0f"},{n:["desert"],u:"1f3dc-fe0f"},{n:["desert_island"],u:"1f3dd-fe0f"},{n:["national_park"],u:"1f3de-fe0f"},{n:["stadium"],u:"1f3df-fe0f"},{n:["classical_building"],u:"1f3db-fe0f"},{n:["building_construction"],u:"1f3d7-fe0f"},{n:["house_buildings"],u:"1f3d8-fe0f"},{n:["cityscape"],u:"1f3d9-fe0f"},{n:["derelict_house_building"],u:"1f3da-fe0f"},{n:["house building","house"],u:"1f3e0"},{n:["house with garden","house_with_garden"],u:"1f3e1"},{n:["office building","office"],u:"1f3e2"},{n:["japanese post office","post_office"],u:"1f3e3"},{n:["european post office","european_post_office"],u:"1f3e4"},{n:["hospital"],u:"1f3e5"},{n:["bank"],u:"1f3e6"},{n:["hotel"],u:"1f3e8"},{n:["love hotel","love_hotel"],u:"1f3e9"},{n:["convenience store","convenience_store"],u:"1f3ea"},{n:["school"],u:"1f3eb"},{n:["department store","department_store"],u:"1f3ec"},{n:["factory"],u:"1f3ed"},{n:["japanese castle","japanese_castle"],u:"1f3ef"},{n:["european castle","european_castle"],u:"1f3f0"},{n:["wedding"],u:"1f492"},{n:["tokyo tower","tokyo_tower"],u:"1f5fc"},{n:["statue of liberty","statue_of_liberty"],u:"1f5fd"},{n:["church"],u:"26ea"},{n:["mosque"],u:"1f54c"},{n:["synagogue"],u:"1f54d"},{n:["shinto_shrine"],u:"26e9-fe0f"},{n:["kaaba"],u:"1f54b"},{n:["fountain"],u:"26f2"},{n:["tent"],u:"26fa"},{n:["foggy"],u:"1f301"},{n:["night with stars","night_with_stars"],u:"1f303"},{n:["sunrise over mountains","sunrise_over_mountains"],u:"1f304"},{n:["sunrise"],u:"1f305"},{n:["cityscape at dusk","city_sunset"],u:"1f306"},{n:["sunset over buildings","city_sunrise"],u:"1f307"},{n:["bridge at night","bridge_at_night"],u:"1f309"},{n:["hot springs","hotsprings"],u:"2668-fe0f"},{n:["milky way","milky_way"],u:"1f30c"},{n:["carousel horse","carousel_horse"],u:"1f3a0"},{n:["ferris wheel","ferris_wheel"],u:"1f3a1"},{n:["roller coaster","roller_coaster"],u:"1f3a2"},{n:["barber pole","barber"],u:"1f488"},{n:["circus tent","circus_tent"],u:"1f3aa"},{n:["performing arts","performing_arts"],u:"1f3ad"},{n:["frame_with_picture"],u:"1f5bc-fe0f"},{n:["artist palette","art"],u:"1f3a8"},{n:["slot machine","slot_machine"],u:"1f3b0"},{n:["steam locomotive","steam_locomotive"],u:"1f682"},{n:["railway car","railway_car"],u:"1f683"},{n:["high-speed train","bullettrain_side"],u:"1f684"},{n:["high-speed train with bullet nose","bullettrain_front"],u:"1f685"},{n:["train","train2"],u:"1f686"},{n:["metro"],u:"1f687"},{n:["light rail","light_rail"],u:"1f688"},{n:["station"],u:"1f689"},{n:["tram"],u:"1f68a"},{n:["monorail"],u:"1f69d"},{n:["mountain railway","mountain_railway"],u:"1f69e"},{n:["tram car","train"],u:"1f68b"},{n:["bus"],u:"1f68c"},{n:["oncoming bus","oncoming_bus"],u:"1f68d"},{n:["trolleybus"],u:"1f68e"},{n:["minibus"],u:"1f690"},{n:["ambulance"],u:"1f691"},{n:["fire engine","fire_engine"],u:"1f692"},{n:["police car","police_car"],u:"1f693"},{n:["oncoming police car","oncoming_police_car"],u:"1f694"},{n:["taxi"],u:"1f695"},{n:["oncoming taxi","oncoming_taxi"],u:"1f696"},{n:["automobile","car","red_car"],u:"1f697"},{n:["oncoming automobile","oncoming_automobile"],u:"1f698"},{n:["recreational vehicle","blue_car"],u:"1f699"},{n:["delivery truck","truck"],u:"1f69a"},{n:["articulated lorry","articulated_lorry"],u:"1f69b"},{n:["tractor"],u:"1f69c"},{n:["bicycle","bike"],u:"1f6b2"},{n:["scooter"],u:"1f6f4"},{n:["motor scooter","motor_scooter"],u:"1f6f5"},{n:["bus stop","busstop"],u:"1f68f"},{n:["motorway"],u:"1f6e3-fe0f"},{n:["railway_track"],u:"1f6e4-fe0f"},{n:["fuel pump","fuelpump"],u:"26fd"},{n:["police cars revolving light","rotating_light"],u:"1f6a8"},{n:["horizontal traffic light","traffic_light"],u:"1f6a5"},{n:["vertical traffic light","vertical_traffic_light"],u:"1f6a6"},{n:["construction sign","construction"],u:"1f6a7"},{n:["octagonal sign","octagonal_sign"],u:"1f6d1"},{n:["anchor"],u:"2693"},{n:["sailboat","boat"],u:"26f5"},{n:["canoe"],u:"1f6f6"},{n:["speedboat"],u:"1f6a4"},{n:["passenger_ship"],u:"1f6f3-fe0f"},{n:["ferry"],u:"26f4-fe0f"},{n:["motor_boat"],u:"1f6e5-fe0f"},{n:["ship"],u:"1f6a2"},{n:["airplane"],u:"2708-fe0f"},{n:["small_airplane"],u:"1f6e9-fe0f"},{n:["airplane departure","airplane_departure"],u:"1f6eb"},{n:["airplane arriving","airplane_arriving"],u:"1f6ec"},{n:["seat"],u:"1f4ba"},{n:["helicopter"],u:"1f681"},{n:["suspension railway","suspension_railway"],u:"1f69f"},{n:["mountain cableway","mountain_cableway"],u:"1f6a0"},{n:["aerial tramway","aerial_tramway"],u:"1f6a1"},{n:["satellite"],u:"1f6f0-fe0f"},{n:["rocket"],u:"1f680"},{n:["flying saucer","flying_saucer"],u:"1f6f8"},{n:["bellhop_bell"],u:"1f6ce-fe0f"},{n:["door"],u:"1f6aa"},{n:["bed"],u:"1f6cf-fe0f"},{n:["couch_and_lamp"],u:"1f6cb-fe0f"},{n:["toilet"],u:"1f6bd"},{n:["shower"],u:"1f6bf"},{n:["bathtub"],u:"1f6c1"},{n:["hourglass"],u:"231b"},{n:["hourglass with flowing sand","hourglass_flowing_sand"],u:"23f3"},{n:["watch"],u:"231a"},{n:["alarm clock","alarm_clock"],u:"23f0"},{n:["stopwatch"],u:"23f1-fe0f"},{n:["timer_clock"],u:"23f2-fe0f"},{n:["mantelpiece_clock"],u:"1f570-fe0f"},{n:["clock face twelve oclock","clock12"],u:"1f55b"},{n:["clock face twelve-thirty","clock1230"],u:"1f567"},{n:["clock face one oclock","clock1"],u:"1f550"},{n:["clock face one-thirty","clock130"],u:"1f55c"},{n:["clock face two oclock","clock2"],u:"1f551"},{n:["clock face two-thirty","clock230"],u:"1f55d"},{n:["clock face three oclock","clock3"],u:"1f552"},{n:["clock face three-thirty","clock330"],u:"1f55e"},{n:["clock face four oclock","clock4"],u:"1f553"},{n:["clock face four-thirty","clock430"],u:"1f55f"},{n:["clock face five oclock","clock5"],u:"1f554"},{n:["clock face five-thirty","clock530"],u:"1f560"},{n:["clock face six oclock","clock6"],u:"1f555"},{n:["clock face six-thirty","clock630"],u:"1f561"},{n:["clock face seven oclock","clock7"],u:"1f556"},{n:["clock face seven-thirty","clock730"],u:"1f562"},{n:["clock face eight oclock","clock8"],u:"1f557"},{n:["clock face eight-thirty","clock830"],u:"1f563"},{n:["clock face nine oclock","clock9"],u:"1f558"},{n:["clock face nine-thirty","clock930"],u:"1f564"},{n:["clock face ten oclock","clock10"],u:"1f559"},{n:["clock face ten-thirty","clock1030"],u:"1f565"},{n:["clock face eleven oclock","clock11"],u:"1f55a"},{n:["clock face eleven-thirty","clock1130"],u:"1f566"},{n:["new moon symbol","new_moon"],u:"1f311"},{n:["waxing crescent moon symbol","waxing_crescent_moon"],u:"1f312"},{n:["first quarter moon symbol","first_quarter_moon"],u:"1f313"},{n:["waxing gibbous moon symbol","moon","waxing_gibbous_moon"],u:"1f314"},{n:["full moon symbol","full_moon"],u:"1f315"},{n:["waning gibbous moon symbol","waning_gibbous_moon"],u:"1f316"},{n:["last quarter moon symbol","last_quarter_moon"],u:"1f317"},{n:["waning crescent moon symbol","waning_crescent_moon"],u:"1f318"},{n:["crescent moon","crescent_moon"],u:"1f319"},{n:["new moon with face","new_moon_with_face"],u:"1f31a"},{n:["first quarter moon with face","first_quarter_moon_with_face"],u:"1f31b"},{n:["last quarter moon with face","last_quarter_moon_with_face"],u:"1f31c"},{n:["thermometer"],u:"1f321-fe0f"},{n:["black sun with rays","sunny"],u:"2600-fe0f"},{n:["full moon with face","full_moon_with_face"],u:"1f31d"},{n:["sun with face","sun_with_face"],u:"1f31e"},{n:["white medium star","star"],u:"2b50"},{n:["glowing star","star2"],u:"1f31f"},{n:["shooting star","stars"],u:"1f320"},{n:["cloud"],u:"2601-fe0f"},{n:["sun behind cloud","partly_sunny"],u:"26c5"},{n:["thunder_cloud_and_rain"],u:"26c8-fe0f"},{n:["mostly_sunny","sun_small_cloud"],u:"1f324-fe0f"},{n:["barely_sunny","sun_behind_cloud"],u:"1f325-fe0f"},{n:["partly_sunny_rain","sun_behind_rain_cloud"],u:"1f326-fe0f"},{n:["rain_cloud"],u:"1f327-fe0f"},{n:["snow_cloud"],u:"1f328-fe0f"},{n:["lightning","lightning_cloud"],u:"1f329-fe0f"},{n:["tornado","tornado_cloud"],u:"1f32a-fe0f"},{n:["fog"],u:"1f32b-fe0f"},{n:["wind_blowing_face"],u:"1f32c-fe0f"},{n:["cyclone"],u:"1f300"},{n:["rainbow"],u:"1f308"},{n:["closed umbrella","closed_umbrella"],u:"1f302"},{n:["umbrella"],u:"2602-fe0f"},{n:["umbrella with rain drops","umbrella_with_rain_drops"],u:"2614"},{n:["umbrella_on_ground"],u:"26f1-fe0f"},{n:["high voltage sign","zap"],u:"26a1"},{n:["snowflake"],u:"2744-fe0f"},{n:["snowman"],u:"2603-fe0f"},{n:["snowman without snow","snowman_without_snow"],u:"26c4"},{n:["comet"],u:"2604-fe0f"},{n:["fire"],u:"1f525"},{n:["droplet"],u:"1f4a7"},{n:["water wave","ocean"],u:"1f30a"}],objects:[{n:["speaker with cancellation stroke","mute"],u:"1f507"},{n:["speaker"],u:"1f508"},{n:["speaker with one sound wave","sound"],u:"1f509"},{n:["speaker with three sound waves","loud_sound"],u:"1f50a"},{n:["public address loudspeaker","loudspeaker"],u:"1f4e2"},{n:["cheering megaphone","mega"],u:"1f4e3"},{n:["postal horn","postal_horn"],u:"1f4ef"},{n:["bell"],u:"1f514"},{n:["bell with cancellation stroke","no_bell"],u:"1f515"},{n:["musical score","musical_score"],u:"1f3bc"},{n:["musical note","musical_note"],u:"1f3b5"},{n:["multiple musical notes","notes"],u:"1f3b6"},{n:["studio_microphone"],u:"1f399-fe0f"},{n:["level_slider"],u:"1f39a-fe0f"},{n:["control_knobs"],u:"1f39b-fe0f"},{n:["microphone"],u:"1f3a4"},{n:["headphone","headphones"],u:"1f3a7"},{n:["radio"],u:"1f4fb"},{n:["saxophone"],u:"1f3b7"},{n:["guitar"],u:"1f3b8"},{n:["musical keyboard","musical_keyboard"],u:"1f3b9"},{n:["trumpet"],u:"1f3ba"},{n:["violin"],u:"1f3bb"},{n:["drum with drumsticks","drum_with_drumsticks"],u:"1f941"},{n:["mobile phone","iphone"],u:"1f4f1"},{n:["mobile phone with rightwards arrow at left","calling"],u:"1f4f2"},{n:["black telephone","phone","telephone"],u:"260e-fe0f"},{n:["telephone receiver","telephone_receiver"],u:"1f4de"},{n:["pager"],u:"1f4df"},{n:["fax machine","fax"],u:"1f4e0"},{n:["battery"],u:"1f50b"},{n:["electric plug","electric_plug"],u:"1f50c"},{n:["personal computer","computer"],u:"1f4bb"},{n:["desktop_computer"],u:"1f5a5-fe0f"},{n:["printer"],u:"1f5a8-fe0f"},{n:["keyboard"],u:"2328-fe0f"},{n:["three_button_mouse"],u:"1f5b1-fe0f"},{n:["trackball"],u:"1f5b2-fe0f"},{n:["minidisc"],u:"1f4bd"},{n:["floppy disk","floppy_disk"],u:"1f4be"},{n:["optical disc","cd"],u:"1f4bf"},{n:["dvd"],u:"1f4c0"},{n:["movie camera","movie_camera"],u:"1f3a5"},{n:["film_frames"],u:"1f39e-fe0f"},{n:["film_projector"],u:"1f4fd-fe0f"},{n:["clapper board","clapper"],u:"1f3ac"},{n:["television","tv"],u:"1f4fa"},{n:["camera"],u:"1f4f7"},{n:["camera with flash","camera_with_flash"],u:"1f4f8"},{n:["video camera","video_camera"],u:"1f4f9"},{n:["videocassette","vhs"],u:"1f4fc"},{n:["left-pointing magnifying glass","mag"],u:"1f50d"},{n:["right-pointing magnifying glass","mag_right"],u:"1f50e"},{n:["microscope"],u:"1f52c"},{n:["telescope"],u:"1f52d"},{n:["satellite antenna","satellite_antenna"],u:"1f4e1"},{n:["candle"],u:"1f56f-fe0f"},{n:["electric light bulb","bulb"],u:"1f4a1"},{n:["electric torch","flashlight"],u:"1f526"},{n:["izakaya lantern","izakaya_lantern","lantern"],u:"1f3ee"},{n:["notebook with decorative cover","notebook_with_decorative_cover"],u:"1f4d4"},{n:["closed book","closed_book"],u:"1f4d5"},{n:["open book","book","open_book"],u:"1f4d6"},{n:["green book","green_book"],u:"1f4d7"},{n:["blue book","blue_book"],u:"1f4d8"},{n:["orange book","orange_book"],u:"1f4d9"},{n:["books"],u:"1f4da"},{n:["notebook"],u:"1f4d3"},{n:["ledger"],u:"1f4d2"},{n:["page with curl","page_with_curl"],u:"1f4c3"},{n:["scroll"],u:"1f4dc"},{n:["page facing up","page_facing_up"],u:"1f4c4"},{n:["newspaper"],u:"1f4f0"},{n:["rolled_up_newspaper"],u:"1f5de-fe0f"},{n:["bookmark tabs","bookmark_tabs"],u:"1f4d1"},{n:["bookmark"],u:"1f516"},{n:["label"],u:"1f3f7-fe0f"},{n:["money bag","moneybag"],u:"1f4b0"},{n:["banknote with yen sign","yen"],u:"1f4b4"},{n:["banknote with dollar sign","dollar"],u:"1f4b5"},{n:["banknote with euro sign","euro"],u:"1f4b6"},{n:["banknote with pound sign","pound"],u:"1f4b7"},{n:["money with wings","money_with_wings"],u:"1f4b8"},{n:["credit card","credit_card"],u:"1f4b3"},{n:["chart with upwards trend and yen sign","chart"],u:"1f4b9"},{n:["currency exchange","currency_exchange"],u:"1f4b1"},{n:["heavy dollar sign","heavy_dollar_sign"],u:"1f4b2"},{n:["envelope","email"],u:"2709-fe0f"},{n:["e-mail symbol","e-mail"],u:"1f4e7"},{n:["incoming envelope","incoming_envelope"],u:"1f4e8"},{n:["envelope with downwards arrow above","envelope_with_arrow"],u:"1f4e9"},{n:["outbox tray","outbox_tray"],u:"1f4e4"},{n:["inbox tray","inbox_tray"],u:"1f4e5"},{n:["package"],u:"1f4e6"},{n:["closed mailbox with raised flag","mailbox"],u:"1f4eb"},{n:["closed mailbox with lowered flag","mailbox_closed"],u:"1f4ea"},{n:["open mailbox with raised flag","mailbox_with_mail"],u:"1f4ec"},{n:["open mailbox with lowered flag","mailbox_with_no_mail"],u:"1f4ed"},{n:["postbox"],u:"1f4ee"},{n:["ballot_box_with_ballot"],u:"1f5f3-fe0f"},{n:["pencil","pencil2"],u:"270f-fe0f"},{n:["black nib","black_nib"],u:"2712-fe0f"},{n:["lower_left_fountain_pen"],u:"1f58b-fe0f"},{n:["lower_left_ballpoint_pen"],u:"1f58a-fe0f"},{n:["lower_left_paintbrush"],u:"1f58c-fe0f"},{n:["lower_left_crayon"],u:"1f58d-fe0f"},{n:["memo","pencil"],u:"1f4dd"},{n:["briefcase"],u:"1f4bc"},{n:["file folder","file_folder"],u:"1f4c1"},{n:["open file folder","open_file_folder"],u:"1f4c2"},{n:["card_index_dividers"],u:"1f5c2-fe0f"},{n:["calendar","date"],u:"1f4c5"},{n:["tear-off calendar","calendar"],u:"1f4c6"},{n:["spiral_note_pad"],u:"1f5d2-fe0f"},{n:["spiral_calendar_pad"],u:"1f5d3-fe0f"},{n:["card index","card_index"],u:"1f4c7"},{n:["chart with upwards trend","chart_with_upwards_trend"],u:"1f4c8"},{n:["chart with downwards trend","chart_with_downwards_trend"],u:"1f4c9"},{n:["bar chart","bar_chart"],u:"1f4ca"},{n:["clipboard"],u:"1f4cb"},{n:["pushpin"],u:"1f4cc"},{n:["round pushpin","round_pushpin"],u:"1f4cd"},{n:["paperclip"],u:"1f4ce"},{n:["linked_paperclips"],u:"1f587-fe0f"},{n:["straight ruler","straight_ruler"],u:"1f4cf"},{n:["triangular ruler","triangular_ruler"],u:"1f4d0"},{n:["black scissors","scissors"],u:"2702-fe0f"},{n:["card_file_box"],u:"1f5c3-fe0f"},{n:["file_cabinet"],u:"1f5c4-fe0f"},{n:["wastebasket"],u:"1f5d1-fe0f"},{n:["lock"],u:"1f512"},{n:["open lock","unlock"],u:"1f513"},{n:["lock with ink pen","lock_with_ink_pen"],u:"1f50f"},{n:["closed lock with key","closed_lock_with_key"],u:"1f510"},{n:["key"],u:"1f511"},{n:["old_key"],u:"1f5dd-fe0f"},{n:["hammer"],u:"1f528"},{n:["pick"],u:"26cf-fe0f"},{n:["hammer_and_pick"],u:"2692-fe0f"},{n:["hammer_and_wrench"],u:"1f6e0-fe0f"},{n:["dagger_knife"],u:"1f5e1-fe0f"},{n:["crossed_swords"],u:"2694-fe0f"},{n:["pistol","gun"],u:"1f52b"},{n:["bow and arrow","bow_and_arrow"],u:"1f3f9"},{n:["shield"],u:"1f6e1-fe0f"},{n:["wrench"],u:"1f527"},{n:["nut and bolt","nut_and_bolt"],u:"1f529"},{n:["gear"],u:"2699-fe0f"},{n:["compression"],u:"1f5dc-fe0f"},{n:["alembic"],u:"2697-fe0f"},{n:["scales"],u:"2696-fe0f"},{n:["link symbol","link"],u:"1f517"},{n:["chains"],u:"26d3-fe0f"},{n:["syringe"],u:"1f489"},{n:["pill"],u:"1f48a"},{n:["smoking symbol","smoking"],u:"1f6ac"},{n:["coffin"],u:"26b0-fe0f"},{n:["funeral_urn"],u:"26b1-fe0f"},{n:["moyai"],u:"1f5ff"},{n:["oil_drum"],u:"1f6e2-fe0f"},{n:["crystal ball","crystal_ball"],u:"1f52e"},{n:["shopping trolley","shopping_trolley"],u:"1f6d2"}],symbols:[{n:["automated teller machine","atm"],u:"1f3e7"},{n:["put litter in its place symbol","put_litter_in_its_place"],u:"1f6ae"},{n:["potable water symbol","potable_water"],u:"1f6b0"},{n:["wheelchair symbol","wheelchair"],u:"267f"},{n:["mens symbol","mens"],u:"1f6b9"},{n:["womens symbol","womens"],u:"1f6ba"},{n:["restroom"],u:"1f6bb"},{n:["baby symbol","baby_symbol"],u:"1f6bc"},{n:["water closet","wc"],u:"1f6be"},{n:["passport control","passport_control"],u:"1f6c2"},{n:["customs"],u:"1f6c3"},{n:["baggage claim","baggage_claim"],u:"1f6c4"},{n:["left luggage","left_luggage"],u:"1f6c5"},{n:["warning sign","warning"],u:"26a0-fe0f"},{n:["children crossing","children_crossing"],u:"1f6b8"},{n:["no entry","no_entry"],u:"26d4"},{n:["no entry sign","no_entry_sign"],u:"1f6ab"},{n:["no bicycles","no_bicycles"],u:"1f6b3"},{n:["no smoking symbol","no_smoking"],u:"1f6ad"},{n:["do not litter symbol","do_not_litter"],u:"1f6af"},{n:["non-potable water symbol","non-potable_water"],u:"1f6b1"},{n:["no pedestrians","no_pedestrians"],u:"1f6b7"},{n:["no mobile phones","no_mobile_phones"],u:"1f4f5"},{n:["no one under eighteen symbol","underage"],u:"1f51e"},{n:["radioactive_sign"],u:"2622-fe0f"},{n:["biohazard_sign"],u:"2623-fe0f"},{n:["upwards black arrow","arrow_up"],u:"2b06-fe0f"},{n:["north east arrow","arrow_upper_right"],u:"2197-fe0f"},{n:["black rightwards arrow","arrow_right"],u:"27a1-fe0f"},{n:["south east arrow","arrow_lower_right"],u:"2198-fe0f"},{n:["downwards black arrow","arrow_down"],u:"2b07-fe0f"},{n:["south west arrow","arrow_lower_left"],u:"2199-fe0f"},{n:["leftwards black arrow","arrow_left"],u:"2b05-fe0f"},{n:["north west arrow","arrow_upper_left"],u:"2196-fe0f"},{n:["up down arrow","arrow_up_down"],u:"2195-fe0f"},{n:["left right arrow","left_right_arrow"],u:"2194-fe0f"},{n:["leftwards arrow with hook","leftwards_arrow_with_hook"],u:"21a9-fe0f"},{n:["rightwards arrow with hook","arrow_right_hook"],u:"21aa-fe0f"},{n:["arrow pointing rightwards then curving upwards","arrow_heading_up"],u:"2934-fe0f"},{n:["arrow pointing rightwards then curving downwards","arrow_heading_down"],u:"2935-fe0f"},{n:["clockwise downwards and upwards open circle arrows","arrows_clockwise"],u:"1f503"},{n:["anticlockwise downwards and upwards open circle arrows","arrows_counterclockwise"],u:"1f504"},{n:["back with leftwards arrow above","back"],u:"1f519"},{n:["end with leftwards arrow above","end"],u:"1f51a"},{n:["on with exclamation mark with left right arrow above","on"],u:"1f51b"},{n:["soon with rightwards arrow above","soon"],u:"1f51c"},{n:["top with upwards arrow above","top"],u:"1f51d"},{n:["place of worship","place_of_worship"],u:"1f6d0"},{n:["atom_symbol"],u:"269b-fe0f"},{n:["om_symbol"],u:"1f549-fe0f"},{n:["star_of_david"],u:"2721-fe0f"},{n:["wheel_of_dharma"],u:"2638-fe0f"},{n:["yin_yang"],u:"262f-fe0f"},{n:["latin_cross"],u:"271d-fe0f"},{n:["orthodox_cross"],u:"2626-fe0f"},{n:["star_and_crescent"],u:"262a-fe0f"},{n:["peace_symbol"],u:"262e-fe0f"},{n:["menorah with nine branches","menorah_with_nine_branches"],u:"1f54e"},{n:["six pointed star with middle dot","six_pointed_star"],u:"1f52f"},{n:["aries"],u:"2648"},{n:["taurus"],u:"2649"},{n:["gemini"],u:"264a"},{n:["cancer"],u:"264b"},{n:["leo"],u:"264c"},{n:["virgo"],u:"264d"},{n:["libra"],u:"264e"},{n:["scorpius"],u:"264f"},{n:["sagittarius"],u:"2650"},{n:["capricorn"],u:"2651"},{n:["aquarius"],u:"2652"},{n:["pisces"],u:"2653"},{n:["ophiuchus"],u:"26ce"},{n:["twisted rightwards arrows","twisted_rightwards_arrows"],u:"1f500"},{n:["clockwise rightwards and leftwards open circle arrows","repeat"],u:"1f501"},{n:["clockwise rightwards and leftwards open circle arrows with circled one overlay","repeat_one"],u:"1f502"},{n:["black right-pointing triangle","arrow_forward"],u:"25b6-fe0f"},{n:["black right-pointing double triangle","fast_forward"],u:"23e9"},{n:["black_right_pointing_double_triangle_with_vertical_bar"],u:"23ed-fe0f"},{n:["black_right_pointing_triangle_with_double_vertical_bar"],u:"23ef-fe0f"},{n:["black left-pointing triangle","arrow_backward"],u:"25c0-fe0f"},{n:["black left-pointing double triangle","rewind"],u:"23ea"},{n:["black_left_pointing_double_triangle_with_vertical_bar"],u:"23ee-fe0f"},{n:["up-pointing small red triangle","arrow_up_small"],u:"1f53c"},{n:["black up-pointing double triangle","arrow_double_up"],u:"23eb"},{n:["down-pointing small red triangle","arrow_down_small"],u:"1f53d"},{n:["black down-pointing double triangle","arrow_double_down"],u:"23ec"},{n:["double_vertical_bar"],u:"23f8-fe0f"},{n:["black_square_for_stop"],u:"23f9-fe0f"},{n:["black_circle_for_record"],u:"23fa-fe0f"},{n:["eject"],u:"23cf-fe0f"},{n:["cinema"],u:"1f3a6"},{n:["low brightness symbol","low_brightness"],u:"1f505"},{n:["high brightness symbol","high_brightness"],u:"1f506"},{n:["antenna with bars","signal_strength"],u:"1f4f6"},{n:["vibration mode","vibration_mode"],u:"1f4f3"},{n:["mobile phone off","mobile_phone_off"],u:"1f4f4"},{n:["female_sign"],u:"2640-fe0f"},{n:["male_sign"],u:"2642-fe0f"},{n:["medical_symbol","staff_of_aesculapius"],u:"2695-fe0f"},{n:["black universal recycling symbol","recycle"],u:"267b-fe0f"},{n:["fleur_de_lis"],u:"269c-fe0f"},{n:["trident emblem","trident"],u:"1f531"},{n:["name badge","name_badge"],u:"1f4db"},{n:["japanese symbol for beginner","beginner"],u:"1f530"},{n:["heavy large circle","o"],u:"2b55"},{n:["white heavy check mark","white_check_mark"],u:"2705"},{n:["ballot box with check","ballot_box_with_check"],u:"2611-fe0f"},{n:["heavy check mark","heavy_check_mark"],u:"2714-fe0f"},{n:["heavy multiplication x","heavy_multiplication_x"],u:"2716-fe0f"},{n:["cross mark","x"],u:"274c"},{n:["negative squared cross mark","negative_squared_cross_mark"],u:"274e"},{n:["heavy plus sign","heavy_plus_sign"],u:"2795"},{n:["heavy minus sign","heavy_minus_sign"],u:"2796"},{n:["heavy division sign","heavy_division_sign"],u:"2797"},{n:["curly loop","curly_loop"],u:"27b0"},{n:["double curly loop","loop"],u:"27bf"},{n:["part alternation mark","part_alternation_mark"],u:"303d-fe0f"},{n:["eight spoked asterisk","eight_spoked_asterisk"],u:"2733-fe0f"},{n:["eight pointed black star","eight_pointed_black_star"],u:"2734-fe0f"},{n:["sparkle"],u:"2747-fe0f"},{n:["double exclamation mark","bangbang"],u:"203c-fe0f"},{n:["exclamation question mark","interrobang"],u:"2049-fe0f"},{n:["black question mark ornament","question"],u:"2753"},{n:["white question mark ornament","grey_question"],u:"2754"},{n:["white exclamation mark ornament","grey_exclamation"],u:"2755"},{n:["heavy exclamation mark symbol","exclamation","heavy_exclamation_mark"],u:"2757"},{n:["wavy dash","wavy_dash"],u:"3030-fe0f"},{n:["copyright sign","copyright"],u:"00a9-fe0f"},{n:["registered sign","registered"],u:"00ae-fe0f"},{n:["trade mark sign","tm"],u:"2122-fe0f"},{n:["hash key","hash"],u:"0023-fe0f-20e3"},{n:["keycap_star"],u:"002a-fe0f-20e3"},{n:["keycap 0","zero"],u:"0030-fe0f-20e3"},{n:["keycap 1","one"],u:"0031-fe0f-20e3"},{n:["keycap 2","two"],u:"0032-fe0f-20e3"},{n:["keycap 3","three"],u:"0033-fe0f-20e3"},{n:["keycap 4","four"],u:"0034-fe0f-20e3"},{n:["keycap 5","five"],u:"0035-fe0f-20e3"},{n:["keycap 6","six"],u:"0036-fe0f-20e3"},{n:["keycap 7","seven"],u:"0037-fe0f-20e3"},{n:["keycap 8","eight"],u:"0038-fe0f-20e3"},{n:["keycap 9","nine"],u:"0039-fe0f-20e3"},{n:["keycap ten","keycap_ten"],u:"1f51f"},{n:["hundred points symbol","100"],u:"1f4af"},{n:["input symbol for latin capital letters","capital_abcd"],u:"1f520"},{n:["input symbol for latin small letters","abcd"],u:"1f521"},{n:["input symbol for numbers","1234"],u:"1f522"},{n:["input symbol for symbols","symbols"],u:"1f523"},{n:["input symbol for latin letters","abc"],u:"1f524"},{n:["negative squared latin capital letter a","a"],u:"1f170-fe0f"},{n:["negative squared ab","ab"],u:"1f18e"},{n:["negative squared latin capital letter b","b"],u:"1f171-fe0f"},{n:["squared cl","cl"],u:"1f191"},{n:["squared cool","cool"],u:"1f192"},{n:["squared free","free"],u:"1f193"},{n:["information source","information_source"],u:"2139-fe0f"},{n:["squared id","id"],u:"1f194"},{n:["circled latin capital letter m","m"],u:"24c2-fe0f"},{n:["squared new","new"],u:"1f195"},{n:["squared ng","ng"],u:"1f196"},{n:["negative squared latin capital letter o","o2"],u:"1f17e-fe0f"},{n:["squared ok","ok"],u:"1f197"},{n:["negative squared latin capital letter p","parking"],u:"1f17f-fe0f"},{n:["squared sos","sos"],u:"1f198"},{n:["squared up with exclamation mark","up"],u:"1f199"},{n:["squared vs","vs"],u:"1f19a"},{n:["squared katakana koko","koko"],u:"1f201"},{n:["squared katakana sa","sa"],u:"1f202-fe0f"},{n:["squared cjk unified ideograph-6708","u6708"],u:"1f237-fe0f"},{n:["squared cjk unified ideograph-6709","u6709"],u:"1f236"},{n:["squared cjk unified ideograph-6307","u6307"],u:"1f22f"},{n:["circled ideograph advantage","ideograph_advantage"],u:"1f250"},{n:["squared cjk unified ideograph-5272","u5272"],u:"1f239"},{n:["squared cjk unified ideograph-7121","u7121"],u:"1f21a"},{n:["squared cjk unified ideograph-7981","u7981"],u:"1f232"},{n:["circled ideograph accept","accept"],u:"1f251"},{n:["squared cjk unified ideograph-7533","u7533"],u:"1f238"},{n:["squared cjk unified ideograph-5408","u5408"],u:"1f234"},{n:["squared cjk unified ideograph-7a7a","u7a7a"],u:"1f233"},{n:["circled ideograph congratulation","congratulations"],u:"3297-fe0f"},{n:["circled ideograph secret","secret"],u:"3299-fe0f"},{n:["squared cjk unified ideograph-55b6","u55b6"],u:"1f23a"},{n:["squared cjk unified ideograph-6e80","u6e80"],u:"1f235"},{n:["black small square","black_small_square"],u:"25aa-fe0f"},{n:["white small square","white_small_square"],u:"25ab-fe0f"},{n:["white medium square","white_medium_square"],u:"25fb-fe0f"},{n:["black medium square","black_medium_square"],u:"25fc-fe0f"},{n:["white medium small square","white_medium_small_square"],u:"25fd"},{n:["black medium small square","black_medium_small_square"],u:"25fe"},{n:["black large square","black_large_square"],u:"2b1b"},{n:["white large square","white_large_square"],u:"2b1c"},{n:["large orange diamond","large_orange_diamond"],u:"1f536"},{n:["large blue diamond","large_blue_diamond"],u:"1f537"},{n:["small orange diamond","small_orange_diamond"],u:"1f538"},{n:["small blue diamond","small_blue_diamond"],u:"1f539"},{n:["up-pointing red triangle","small_red_triangle"],u:"1f53a"},{n:["down-pointing red triangle","small_red_triangle_down"],u:"1f53b"},{n:["diamond shape with a dot inside","diamond_shape_with_a_dot_inside"],u:"1f4a0"},{n:["radio button","radio_button"],u:"1f518"},{n:["black square button","black_square_button"],u:"1f532"},{n:["white square button","white_square_button"],u:"1f533"},{n:["medium white circle","white_circle"],u:"26aa"},{n:["medium black circle","black_circle"],u:"26ab"},{n:["large red circle","red_circle"],u:"1f534"},{n:["large blue circle","large_blue_circle"],u:"1f535"}],flags:[{n:["chequered flag","checkered_flag"],u:"1f3c1"},{n:["triangular flag on post","triangular_flag_on_post"],u:"1f6a9"},{n:["crossed flags","crossed_flags"],u:"1f38c"},{n:["waving black flag","waving_black_flag"],u:"1f3f4"},{n:["waving_white_flag"],u:"1f3f3-fe0f"},{n:["rainbow-flag"],u:"1f3f3-fe0f-200d-1f308"},{n:["ascension island flag","flag-ac"],u:"1f1e6-1f1e8"},{n:["andorra flag","flag-ad"],u:"1f1e6-1f1e9"},{n:["united arab emirates flag","flag-ae"],u:"1f1e6-1f1ea"},{n:["afghanistan flag","flag-af"],u:"1f1e6-1f1eb"},{n:["antigua & barbuda flag","flag-ag"],u:"1f1e6-1f1ec"},{n:["anguilla flag","flag-ai"],u:"1f1e6-1f1ee"},{n:["albania flag","flag-al"],u:"1f1e6-1f1f1"},{n:["armenia flag","flag-am"],u:"1f1e6-1f1f2"},{n:["angola flag","flag-ao"],u:"1f1e6-1f1f4"},{n:["antarctica flag","flag-aq"],u:"1f1e6-1f1f6"},{n:["argentina flag","flag-ar"],u:"1f1e6-1f1f7"},{n:["american samoa flag","flag-as"],u:"1f1e6-1f1f8"},{n:["austria flag","flag-at"],u:"1f1e6-1f1f9"},{n:["australia flag","flag-au"],u:"1f1e6-1f1fa"},{n:["aruba flag","flag-aw"],u:"1f1e6-1f1fc"},{n:["åland islands flag","flag-ax"],u:"1f1e6-1f1fd"},{n:["azerbaijan flag","flag-az"],u:"1f1e6-1f1ff"},{n:["bosnia & herzegovina flag","flag-ba"],u:"1f1e7-1f1e6"},{n:["barbados flag","flag-bb"],u:"1f1e7-1f1e7"},{n:["bangladesh flag","flag-bd"],u:"1f1e7-1f1e9"},{n:["belgium flag","flag-be"],u:"1f1e7-1f1ea"},{n:["burkina faso flag","flag-bf"],u:"1f1e7-1f1eb"},{n:["bulgaria flag","flag-bg"],u:"1f1e7-1f1ec"},{n:["bahrain flag","flag-bh"],u:"1f1e7-1f1ed"},{n:["burundi flag","flag-bi"],u:"1f1e7-1f1ee"},{n:["benin flag","flag-bj"],u:"1f1e7-1f1ef"},{n:["st. barthélemy flag","flag-bl"],u:"1f1e7-1f1f1"},{n:["bermuda flag","flag-bm"],u:"1f1e7-1f1f2"},{n:["brunei flag","flag-bn"],u:"1f1e7-1f1f3"},{n:["bolivia flag","flag-bo"],u:"1f1e7-1f1f4"},{n:["caribbean netherlands flag","flag-bq"],u:"1f1e7-1f1f6"},{n:["brazil flag","flag-br"],u:"1f1e7-1f1f7"},{n:["bahamas flag","flag-bs"],u:"1f1e7-1f1f8"},{n:["bhutan flag","flag-bt"],u:"1f1e7-1f1f9"},{n:["bouvet island flag","flag-bv"],u:"1f1e7-1f1fb"},{n:["botswana flag","flag-bw"],u:"1f1e7-1f1fc"},{n:["belarus flag","flag-by"],u:"1f1e7-1f1fe"},{n:["belize flag","flag-bz"],u:"1f1e7-1f1ff"},{n:["canada flag","flag-ca"],u:"1f1e8-1f1e6"},{n:["cocos (keeling) islands flag","flag-cc"],u:"1f1e8-1f1e8"},{n:["congo - kinshasa flag","flag-cd"],u:"1f1e8-1f1e9"},{n:["central african republic flag","flag-cf"],u:"1f1e8-1f1eb"},{n:["congo - brazzaville flag","flag-cg"],u:"1f1e8-1f1ec"},{n:["switzerland flag","flag-ch"],u:"1f1e8-1f1ed"},{n:["côte d’ivoire flag","flag-ci"],u:"1f1e8-1f1ee"},{n:["cook islands flag","flag-ck"],u:"1f1e8-1f1f0"},{n:["chile flag","flag-cl"],u:"1f1e8-1f1f1"},{n:["cameroon flag","flag-cm"],u:"1f1e8-1f1f2"},{n:["china flag","cn","flag-cn"],u:"1f1e8-1f1f3"},{n:["colombia flag","flag-co"],u:"1f1e8-1f1f4"},{n:["clipperton island flag","flag-cp"],u:"1f1e8-1f1f5"},{n:["costa rica flag","flag-cr"],u:"1f1e8-1f1f7"},{n:["cuba flag","flag-cu"],u:"1f1e8-1f1fa"},{n:["cape verde flag","flag-cv"],u:"1f1e8-1f1fb"},{n:["curaçao flag","flag-cw"],u:"1f1e8-1f1fc"},{n:["christmas island flag","flag-cx"],u:"1f1e8-1f1fd"},{n:["cyprus flag","flag-cy"],u:"1f1e8-1f1fe"},{n:["czechia flag","flag-cz"],u:"1f1e8-1f1ff"},{n:["germany flag","de","flag-de"],u:"1f1e9-1f1ea"},{n:["diego garcia flag","flag-dg"],u:"1f1e9-1f1ec"},{n:["djibouti flag","flag-dj"],u:"1f1e9-1f1ef"},{n:["denmark flag","flag-dk"],u:"1f1e9-1f1f0"},{n:["dominica flag","flag-dm"],u:"1f1e9-1f1f2"},{n:["dominican republic flag","flag-do"],u:"1f1e9-1f1f4"},{n:["algeria flag","flag-dz"],u:"1f1e9-1f1ff"},{n:["ceuta & melilla flag","flag-ea"],u:"1f1ea-1f1e6"},{n:["ecuador flag","flag-ec"],u:"1f1ea-1f1e8"},{n:["estonia flag","flag-ee"],u:"1f1ea-1f1ea"},{n:["egypt flag","flag-eg"],u:"1f1ea-1f1ec"},{n:["western sahara flag","flag-eh"],u:"1f1ea-1f1ed"},{n:["eritrea flag","flag-er"],u:"1f1ea-1f1f7"},{n:["spain flag","es","flag-es"],u:"1f1ea-1f1f8"},{n:["ethiopia flag","flag-et"],u:"1f1ea-1f1f9"},{n:["european union flag","flag-eu"],u:"1f1ea-1f1fa"},{n:["finland flag","flag-fi"],u:"1f1eb-1f1ee"},{n:["fiji flag","flag-fj"],u:"1f1eb-1f1ef"},{n:["falkland islands flag","flag-fk"],u:"1f1eb-1f1f0"},{n:["micronesia flag","flag-fm"],u:"1f1eb-1f1f2"},{n:["faroe islands flag","flag-fo"],u:"1f1eb-1f1f4"},{n:["france flag","fr","flag-fr"],u:"1f1eb-1f1f7"},{n:["gabon flag","flag-ga"],u:"1f1ec-1f1e6"},{n:["united kingdom flag","gb","uk","flag-gb"],u:"1f1ec-1f1e7"},{n:["grenada flag","flag-gd"],u:"1f1ec-1f1e9"},{n:["georgia flag","flag-ge"],u:"1f1ec-1f1ea"},{n:["french guiana flag","flag-gf"],u:"1f1ec-1f1eb"},{n:["guernsey flag","flag-gg"],u:"1f1ec-1f1ec"},{n:["ghana flag","flag-gh"],u:"1f1ec-1f1ed"},{n:["gibraltar flag","flag-gi"],u:"1f1ec-1f1ee"},{n:["greenland flag","flag-gl"],u:"1f1ec-1f1f1"},{n:["gambia flag","flag-gm"],u:"1f1ec-1f1f2"},{n:["guinea flag","flag-gn"],u:"1f1ec-1f1f3"},{n:["guadeloupe flag","flag-gp"],u:"1f1ec-1f1f5"},{n:["equatorial guinea flag","flag-gq"],u:"1f1ec-1f1f6"},{n:["greece flag","flag-gr"],u:"1f1ec-1f1f7"},{n:["south georgia & south sandwich islands flag","flag-gs"],u:"1f1ec-1f1f8"},{n:["guatemala flag","flag-gt"],u:"1f1ec-1f1f9"},{n:["guam flag","flag-gu"],u:"1f1ec-1f1fa"},{n:["guinea-bissau flag","flag-gw"],u:"1f1ec-1f1fc"},{n:["guyana flag","flag-gy"],u:"1f1ec-1f1fe"},{n:["hong kong sar china flag","flag-hk"],u:"1f1ed-1f1f0"},{n:["heard & mcdonald islands flag","flag-hm"],u:"1f1ed-1f1f2"},{n:["honduras flag","flag-hn"],u:"1f1ed-1f1f3"},{n:["croatia flag","flag-hr"],u:"1f1ed-1f1f7"},{n:["haiti flag","flag-ht"],u:"1f1ed-1f1f9"},{n:["hungary flag","flag-hu"],u:"1f1ed-1f1fa"},{n:["canary islands flag","flag-ic"],u:"1f1ee-1f1e8"},{n:["indonesia flag","flag-id"],u:"1f1ee-1f1e9"},{n:["ireland flag","flag-ie"],u:"1f1ee-1f1ea"},{n:["israel flag","flag-il"],u:"1f1ee-1f1f1"},{n:["isle of man flag","flag-im"],u:"1f1ee-1f1f2"},{n:["india flag","flag-in"],u:"1f1ee-1f1f3"},{n:["british indian ocean territory flag","flag-io"],u:"1f1ee-1f1f4"},{n:["iraq flag","flag-iq"],u:"1f1ee-1f1f6"},{n:["iran flag","flag-ir"],u:"1f1ee-1f1f7"},{n:["iceland flag","flag-is"],u:"1f1ee-1f1f8"},{n:["italy flag","it","flag-it"],u:"1f1ee-1f1f9"},{n:["jersey flag","flag-je"],u:"1f1ef-1f1ea"},{n:["jamaica flag","flag-jm"],u:"1f1ef-1f1f2"},{n:["jordan flag","flag-jo"],u:"1f1ef-1f1f4"},{n:["japan flag","jp","flag-jp"],u:"1f1ef-1f1f5"},{n:["kenya flag","flag-ke"],u:"1f1f0-1f1ea"},{n:["kyrgyzstan flag","flag-kg"],u:"1f1f0-1f1ec"},{n:["cambodia flag","flag-kh"],u:"1f1f0-1f1ed"},{n:["kiribati flag","flag-ki"],u:"1f1f0-1f1ee"},{n:["comoros flag","flag-km"],u:"1f1f0-1f1f2"},{n:["st. kitts & nevis flag","flag-kn"],u:"1f1f0-1f1f3"},{n:["north korea flag","flag-kp"],u:"1f1f0-1f1f5"},{n:["south korea flag","kr","flag-kr"],u:"1f1f0-1f1f7"},{n:["kuwait flag","flag-kw"],u:"1f1f0-1f1fc"},{n:["cayman islands flag","flag-ky"],u:"1f1f0-1f1fe"},{n:["kazakhstan flag","flag-kz"],u:"1f1f0-1f1ff"},{n:["laos flag","flag-la"],u:"1f1f1-1f1e6"},{n:["lebanon flag","flag-lb"],u:"1f1f1-1f1e7"},{n:["st. lucia flag","flag-lc"],u:"1f1f1-1f1e8"},{n:["liechtenstein flag","flag-li"],u:"1f1f1-1f1ee"},{n:["sri lanka flag","flag-lk"],u:"1f1f1-1f1f0"},{n:["liberia flag","flag-lr"],u:"1f1f1-1f1f7"},{n:["lesotho flag","flag-ls"],u:"1f1f1-1f1f8"},{n:["lithuania flag","flag-lt"],u:"1f1f1-1f1f9"},{n:["luxembourg flag","flag-lu"],u:"1f1f1-1f1fa"},{n:["latvia flag","flag-lv"],u:"1f1f1-1f1fb"},{n:["libya flag","flag-ly"],u:"1f1f1-1f1fe"},{n:["morocco flag","flag-ma"],u:"1f1f2-1f1e6"},{n:["monaco flag","flag-mc"],u:"1f1f2-1f1e8"},{n:["moldova flag","flag-md"],u:"1f1f2-1f1e9"},{n:["montenegro flag","flag-me"],u:"1f1f2-1f1ea"},{n:["st. martin flag","flag-mf"],u:"1f1f2-1f1eb"},{n:["madagascar flag","flag-mg"],u:"1f1f2-1f1ec"},{n:["marshall islands flag","flag-mh"],u:"1f1f2-1f1ed"},{n:["macedonia flag","flag-mk"],u:"1f1f2-1f1f0"},{n:["mali flag","flag-ml"],u:"1f1f2-1f1f1"},{n:["myanmar (burma) flag","flag-mm"],u:"1f1f2-1f1f2"},{n:["mongolia flag","flag-mn"],u:"1f1f2-1f1f3"},{n:["macau sar china flag","flag-mo"],u:"1f1f2-1f1f4"},{n:["northern mariana islands flag","flag-mp"],u:"1f1f2-1f1f5"},{n:["martinique flag","flag-mq"],u:"1f1f2-1f1f6"},{n:["mauritania flag","flag-mr"],u:"1f1f2-1f1f7"},{n:["montserrat flag","flag-ms"],u:"1f1f2-1f1f8"},{n:["malta flag","flag-mt"],u:"1f1f2-1f1f9"},{n:["mauritius flag","flag-mu"],u:"1f1f2-1f1fa"},{n:["maldives flag","flag-mv"],u:"1f1f2-1f1fb"},{n:["malawi flag","flag-mw"],u:"1f1f2-1f1fc"},{n:["mexico flag","flag-mx"],u:"1f1f2-1f1fd"},{n:["malaysia flag","flag-my"],u:"1f1f2-1f1fe"},{n:["mozambique flag","flag-mz"],u:"1f1f2-1f1ff"},{n:["namibia flag","flag-na"],u:"1f1f3-1f1e6"},{n:["new caledonia flag","flag-nc"],u:"1f1f3-1f1e8"},{n:["niger flag","flag-ne"],u:"1f1f3-1f1ea"},{n:["norfolk island flag","flag-nf"],u:"1f1f3-1f1eb"},{n:["nigeria flag","flag-ng"],u:"1f1f3-1f1ec"},{n:["nicaragua flag","flag-ni"],u:"1f1f3-1f1ee"},{n:["netherlands flag","flag-nl"],u:"1f1f3-1f1f1"},{n:["norway flag","flag-no"],u:"1f1f3-1f1f4"},{n:["nepal flag","flag-np"],u:"1f1f3-1f1f5"},{n:["nauru flag","flag-nr"],u:"1f1f3-1f1f7"},{n:["niue flag","flag-nu"],u:"1f1f3-1f1fa"},{n:["new zealand flag","flag-nz"],u:"1f1f3-1f1ff"},{n:["oman flag","flag-om"],u:"1f1f4-1f1f2"},{n:["panama flag","flag-pa"],u:"1f1f5-1f1e6"},{n:["peru flag","flag-pe"],u:"1f1f5-1f1ea"},{n:["french polynesia flag","flag-pf"],u:"1f1f5-1f1eb"},{n:["papua new guinea flag","flag-pg"],u:"1f1f5-1f1ec"},{n:["philippines flag","flag-ph"],u:"1f1f5-1f1ed"},{n:["pakistan flag","flag-pk"],u:"1f1f5-1f1f0"},{n:["poland flag","flag-pl"],u:"1f1f5-1f1f1"},{n:["st. pierre & miquelon flag","flag-pm"],u:"1f1f5-1f1f2"},{n:["pitcairn islands flag","flag-pn"],u:"1f1f5-1f1f3"},{n:["puerto rico flag","flag-pr"],u:"1f1f5-1f1f7"},{n:["palestinian territories flag","flag-ps"],u:"1f1f5-1f1f8"},{n:["portugal flag","flag-pt"],u:"1f1f5-1f1f9"},{n:["palau flag","flag-pw"],u:"1f1f5-1f1fc"},{n:["paraguay flag","flag-py"],u:"1f1f5-1f1fe"},{n:["qatar flag","flag-qa"],u:"1f1f6-1f1e6"},{n:["réunion flag","flag-re"],u:"1f1f7-1f1ea"},{n:["romania flag","flag-ro"],u:"1f1f7-1f1f4"},{n:["serbia flag","flag-rs"],u:"1f1f7-1f1f8"},{n:["russia flag","ru","flag-ru"],u:"1f1f7-1f1fa"},{n:["rwanda flag","flag-rw"],u:"1f1f7-1f1fc"},{n:["saudi arabia flag","flag-sa"],u:"1f1f8-1f1e6"},{n:["solomon islands flag","flag-sb"],u:"1f1f8-1f1e7"},{n:["seychelles flag","flag-sc"],u:"1f1f8-1f1e8"},{n:["sudan flag","flag-sd"],u:"1f1f8-1f1e9"},{n:["sweden flag","flag-se"],u:"1f1f8-1f1ea"},{n:["singapore flag","flag-sg"],u:"1f1f8-1f1ec"},{n:["st. helena flag","flag-sh"],u:"1f1f8-1f1ed"},{n:["slovenia flag","flag-si"],u:"1f1f8-1f1ee"},{n:["svalbard & jan mayen flag","flag-sj"],u:"1f1f8-1f1ef"},{n:["slovakia flag","flag-sk"],u:"1f1f8-1f1f0"},{n:["sierra leone flag","flag-sl"],u:"1f1f8-1f1f1"},{n:["san marino flag","flag-sm"],u:"1f1f8-1f1f2"},{n:["senegal flag","flag-sn"],u:"1f1f8-1f1f3"},{n:["somalia flag","flag-so"],u:"1f1f8-1f1f4"},{n:["suriname flag","flag-sr"],u:"1f1f8-1f1f7"},{n:["south sudan flag","flag-ss"],u:"1f1f8-1f1f8"},{n:["são tomé & príncipe flag","flag-st"],u:"1f1f8-1f1f9"},{n:["el salvador flag","flag-sv"],u:"1f1f8-1f1fb"},{n:["sint maarten flag","flag-sx"],u:"1f1f8-1f1fd"},{n:["syria flag","flag-sy"],u:"1f1f8-1f1fe"},{n:["swaziland flag","flag-sz"],u:"1f1f8-1f1ff"},{n:["tristan da cunha flag","flag-ta"],u:"1f1f9-1f1e6"},{n:["turks & caicos islands flag","flag-tc"],u:"1f1f9-1f1e8"},{n:["chad flag","flag-td"],u:"1f1f9-1f1e9"},{n:["french southern territories flag","flag-tf"],u:"1f1f9-1f1eb"},{n:["togo flag","flag-tg"],u:"1f1f9-1f1ec"},{n:["thailand flag","flag-th"],u:"1f1f9-1f1ed"},{n:["tajikistan flag","flag-tj"],u:"1f1f9-1f1ef"},{n:["tokelau flag","flag-tk"],u:"1f1f9-1f1f0"},{n:["timor-leste flag","flag-tl"],u:"1f1f9-1f1f1"},{n:["turkmenistan flag","flag-tm"],u:"1f1f9-1f1f2"},{n:["tunisia flag","flag-tn"],u:"1f1f9-1f1f3"},{n:["tonga flag","flag-to"],u:"1f1f9-1f1f4"},{n:["turkey flag","flag-tr"],u:"1f1f9-1f1f7"},{n:["trinidad & tobago flag","flag-tt"],u:"1f1f9-1f1f9"},{n:["tuvalu flag","flag-tv"],u:"1f1f9-1f1fb"},{n:["taiwan flag","flag-tw"],u:"1f1f9-1f1fc"},{n:["tanzania flag","flag-tz"],u:"1f1f9-1f1ff"},{n:["ukraine flag","flag-ua"],u:"1f1fa-1f1e6"},{n:["uganda flag","flag-ug"],u:"1f1fa-1f1ec"},{n:["u.s. outlying islands flag","flag-um"],u:"1f1fa-1f1f2"},{n:["united nations flag","flag-un"],u:"1f1fa-1f1f3"},{n:["united states flag","us","flag-us"],u:"1f1fa-1f1f8"},{n:["uruguay flag","flag-uy"],u:"1f1fa-1f1fe"},{n:["uzbekistan flag","flag-uz"],u:"1f1fa-1f1ff"},{n:["vatican city flag","flag-va"],u:"1f1fb-1f1e6"},{n:["st. vincent & grenadines flag","flag-vc"],u:"1f1fb-1f1e8"},{n:["venezuela flag","flag-ve"],u:"1f1fb-1f1ea"},{n:["british virgin islands flag","flag-vg"],u:"1f1fb-1f1ec"},{n:["u.s. virgin islands flag","flag-vi"],u:"1f1fb-1f1ee"},{n:["vietnam flag","flag-vn"],u:"1f1fb-1f1f3"},{n:["vanuatu flag","flag-vu"],u:"1f1fb-1f1fa"},{n:["wallis & futuna flag","flag-wf"],u:"1f1fc-1f1eb"},{n:["samoa flag","flag-ws"],u:"1f1fc-1f1f8"},{n:["kosovo flag","flag-xk"],u:"1f1fd-1f1f0"},{n:["yemen flag","flag-ye"],u:"1f1fe-1f1ea"},{n:["mayotte flag","flag-yt"],u:"1f1fe-1f1f9"},{n:["south africa flag","flag-za"],u:"1f1ff-1f1e6"},{n:["zambia flag","flag-zm"],u:"1f1ff-1f1f2"},{n:["zimbabwe flag","flag-zw"],u:"1f1ff-1f1fc"},{n:["england flag","flag-england"],u:"1f3f4-e0067-e0062-e0065-e006e-e0067-e007f"},{n:["scotland flag","flag-scotland"],u:"1f3f4-e0067-e0062-e0073-e0063-e0074-e007f"},{n:["wales flag","flag-wales"],u:"1f3f4-e0067-e0062-e0077-e006c-e0073-e007f"}]},D3=[{key:"recent",title:"Recently Used",u:"1f551"},{key:"smileys_people",title:"Smiles & People",u:"1f600"},{key:"animals_nature",title:"Animals & Nature",u:"1F431"},{key:"food_drink",title:"Food & Drink",u:"2615"},{key:"activities",title:"Activities",u:"26BD"},{key:"travel_places",title:"Travel & Places",u:"1F697"},{key:"objects",title:"Objects",u:"1F4A1"},{key:"symbols",title:"Symbols",u:"1f4af"},{key:"flags",title:"Flags",u:"1f3f3-fe0f"}];const I7=(t,n)=>n.some(a=>t instanceof a);let B3,S3;function D7(){return B3||(B3=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function B7(){return S3||(S3=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}const T3=new WeakMap,E1=new WeakMap,x3=new WeakMap,N1=new WeakMap,w1=new WeakMap;function S7(t){const n=new Promise((a,o)=>{const l=()=>{t.removeEventListener("success",s),t.removeEventListener("error",f)},s=()=>{a(B2(t.result)),l()},f=()=>{o(t.error),l()};t.addEventListener("success",s),t.addEventListener("error",f)});return n.then(a=>{a instanceof IDBCursor&&T3.set(a,t)}).catch(()=>{}),w1.set(n,t),n}function T7(t){if(E1.has(t))return;const n=new Promise((a,o)=>{const l=()=>{t.removeEventListener("complete",s),t.removeEventListener("error",f),t.removeEventListener("abort",f)},s=()=>{a(),l()},f=()=>{o(t.error||new DOMException("AbortError","AbortError")),l()};t.addEventListener("complete",s),t.addEventListener("error",f),t.addEventListener("abort",f)});E1.set(t,n)}let V1={get(t,n,a){if(t instanceof IDBTransaction){if(n==="done")return E1.get(t);if(n==="objectStoreNames")return t.objectStoreNames||x3.get(t);if(n==="store")return a.objectStoreNames[1]?void 0:a.objectStore(a.objectStoreNames[0])}return B2(t[n])},set(t,n,a){return t[n]=a,!0},has(t,n){return t instanceof IDBTransaction&&(n==="done"||n==="store")?!0:n in t}};function x7(t){V1=t(V1)}function j7(t){return t===IDBDatabase.prototype.transaction&&!("objectStoreNames"in IDBTransaction.prototype)?function(n,...a){const o=t.call(I1(this),n,...a);return x3.set(o,n.sort?n.sort():[n]),B2(o)}:B7().includes(t)?function(...n){return t.apply(I1(this),n),B2(T3.get(this))}:function(...n){return B2(t.apply(I1(this),n))}}function z7(t){return typeof t=="function"?j7(t):(t instanceof IDBTransaction&&T7(t),I7(t,D7())?new Proxy(t,V1):t)}function B2(t){if(t instanceof IDBRequest)return S7(t);if(N1.has(t))return N1.get(t);const n=z7(t);return n!==t&&(N1.set(t,n),w1.set(n,t)),n}const I1=t=>w1.get(t);function D1(t,n,{blocked:a,upgrade:o,blocking:l,terminated:s}={}){const f=indexedDB.open(t,n),i=B2(f);return o&&f.addEventListener("upgradeneeded",r=>{o(B2(f.result),r.oldVersion,r.newVersion,B2(f.transaction),r)}),a&&f.addEventListener("blocked",r=>a(r.oldVersion,r.newVersion,r)),i.then(r=>{s&&r.addEventListener("close",()=>s()),l&&r.addEventListener("versionchange",c=>l(c.oldVersion,c.newVersion,c))}).catch(()=>{}),i}const Z7=["get","getKey","getAll","getAllKeys","count"],O7=["put","add","delete","clear"],B1=new Map;function j3(t,n){if(!(t instanceof IDBDatabase&&!(n in t)&&typeof n=="string"))return;if(B1.get(n))return B1.get(n);const a=n.replace(/FromIndex$/,""),o=n!==a,l=O7.includes(a);if(!(a in(o?IDBIndex:IDBObjectStore).prototype)||!(l||Z7.includes(a)))return;const s=async function(f,...i){const r=this.transaction(f,l?"readwrite":"readonly");let c=r.store;return o&&(c=c.index(i.shift())),(await Promise.all([c[a](...i),l&&r.done]))[0]};return B1.set(n,s),s}x7(t=>({...t,get:(n,a,o)=>j3(n,a)||t.get(n,a,o),has:(n,a)=>!!j3(n,a)||t.has(n,a)}));const S1="EMJ",W2="emojis",T1=3;async function U7(){(await D1(S1,T1,{upgrade(n,a){n.objectStoreNames.contains(W2)||n.createObjectStore(W2,{keyPath:"id",autoIncrement:!0}).createIndex("id","id",{unique:!0})}})).close()}U7();const $7={native:!1,hideSearch:!0,hideGroupIcons:!1,hideGroupNames:!1,staticTexts:{},disabledGroups:[],groupNames:{},displayRecent:!1,additionalGroups:{},groupOrder:[],groupIcons:{}};async function v7(){return await(await D1(S1,T1)).transaction(W2,"readonly").objectStore(W2).getAll()}function R7(){const t=e.reactive({search:"",emoji:b7,activeGroup:"",skinTone:T0,options:$7,additionalGroups:{},recent:[],get emojis(){return{recent:this.recent,...this.options.additionalGroups,...V7}},get disabled(){let C=Array.isArray(this.options.disabledGroups)?this.options.disabledGroups:[];return this.options.displayRecent||(C=["recent",...C]),C},get groups(){return D3.filter(C=>!this.disabled.includes(C.key))},get orderedGroupKeys(){const C=[...this.options.groupOrder,...Object.keys(this.options.additionalGroups),...D3.map(A=>A.key)];return[...new Set(C)].filter(A=>!this.disabled.includes(A))}});function n(){t.options.displayRecent&&o()}async function a(){var C;let A=await v7();return Array.isArray(A)&&A.length?A=JSON.parse(((C=A[0])==null?void 0:C.value)||""):A=[],A}function o(){a().then(C=>{t.recent=C,c()})}const l=C=>{t.search=C},s=C=>{t.emoji=C},f=C=>{t.activeGroup=C},i=(C=T0)=>{t.skinTone=C},r=C=>{t.options=Object.assign({},t.options,C),n()};async function c(){(await D1(S1,T1)).transaction(W2,"readwrite").objectStore(W2).put({id:0,value:JSON.stringify(t.recent)})}const d=C=>{if(t.options.displayRecent!==!0)return;const A=t.recent.findIndex(m=>m.u===C.u);if(A>0&&t.recent.splice(A,1),A===0)return;const p={u:C.u,n:e.toRaw(C.n)};t.recent=[p,...t.recent],t.recent.length>24&&(t.recent.length=24),c()};return{state:e.readonly(t),updateSearch:l,updateEmoji:s,updateActiveGroup:f,updateSkinTone:i,updateOptions:r,updateSelect:d}}var G="top",f2="bottom",s2="right",X="left",x1="auto",r0=[G,f2,s2,X],K2="start",c0="end",F7="clippingParents",z3="viewport",d0="popper",Q7="reference",Z3=r0.reduce(function(t,n){return t.concat([n+"-"+K2,n+"-"+c0])},[]),O3=[].concat(r0,[x1]).reduce(function(t,n){return t.concat([n,n+"-"+K2,n+"-"+c0])},[]),H7="beforeRead",P7="read",Y7="afterRead",q7="beforeMain",W7="main",K7="afterMain",J7="beforeWrite",G7="write",X7="afterWrite",e8=[H7,P7,Y7,q7,W7,K7,J7,G7,X7];function m2(t){return t?(t.nodeName||"").toLowerCase():null}function A2(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var n=t.ownerDocument;return n&&n.defaultView||window}return t}function J2(t){var n=A2(t).Element;return t instanceof n||t instanceof Element}function i2(t){var n=A2(t).HTMLElement;return t instanceof n||t instanceof HTMLElement}function U3(t){if(typeof ShadowRoot>"u")return!1;var n=A2(t).ShadowRoot;return t instanceof n||t instanceof ShadowRoot}function t8(t){var n=t.state;Object.keys(n.elements).forEach(function(a){var o=n.styles[a]||{},l=n.attributes[a]||{},s=n.elements[a];!i2(s)||!m2(s)||(Object.assign(s.style,o),Object.keys(l).forEach(function(f){var i=l[f];i===!1?s.removeAttribute(f):s.setAttribute(f,i===!0?"":i)}))})}function n8(t){var n=t.state,a={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,a.popper),n.styles=a,n.elements.arrow&&Object.assign(n.elements.arrow.style,a.arrow),function(){Object.keys(n.elements).forEach(function(o){var l=n.elements[o],s=n.attributes[o]||{},f=Object.keys(n.styles.hasOwnProperty(o)?n.styles[o]:a[o]),i=f.reduce(function(r,c){return r[c]="",r},{});!i2(l)||!m2(l)||(Object.assign(l.style,i),Object.keys(s).forEach(function(r){l.removeAttribute(r)}))})}}var a8={name:"applyStyles",enabled:!0,phase:"write",fn:t8,effect:n8,requires:["computeStyles"]};function g2(t){return t.split("-")[0]}var Z2=Math.max,x0=Math.min,G2=Math.round;function X2(t,n){n===void 0&&(n=!1);var a=t.getBoundingClientRect(),o=1,l=1;if(i2(t)&&n){var s=t.offsetHeight,f=t.offsetWidth;f>0&&(o=G2(a.width)/f||1),s>0&&(l=G2(a.height)/s||1)}return{width:a.width/o,height:a.height/l,top:a.top/l,right:a.right/o,bottom:a.bottom/l,left:a.left/o,x:a.left/o,y:a.top/l}}function j1(t){var n=X2(t),a=t.offsetWidth,o=t.offsetHeight;return Math.abs(n.width-a)<=1&&(a=n.width),Math.abs(n.height-o)<=1&&(o=n.height),{x:t.offsetLeft,y:t.offsetTop,width:a,height:o}}function $3(t,n){var a=n.getRootNode&&n.getRootNode();if(t.contains(n))return!0;if(a&&U3(a)){var o=n;do{if(o&&t.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function p2(t){return A2(t).getComputedStyle(t)}function o8(t){return["table","td","th"].indexOf(m2(t))>=0}function S2(t){return((J2(t)?t.ownerDocument:t.document)||window.document).documentElement}function j0(t){return m2(t)==="html"?t:t.assignedSlot||t.parentNode||(U3(t)?t.host:null)||S2(t)}function v3(t){return!i2(t)||p2(t).position==="fixed"?null:t.offsetParent}function l8(t){var n=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,a=navigator.userAgent.indexOf("Trident")!==-1;if(a&&i2(t)){var o=p2(t);if(o.position==="fixed")return null}for(var l=j0(t);i2(l)&&["html","body"].indexOf(m2(l))<0;){var s=p2(l);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||n&&s.willChange==="filter"||n&&s.filter&&s.filter!=="none")return l;l=l.parentNode}return null}function C0(t){for(var n=A2(t),a=v3(t);a&&o8(a)&&p2(a).position==="static";)a=v3(a);return a&&(m2(a)==="html"||m2(a)==="body"&&p2(a).position==="static")?n:a||l8(t)||n}function z1(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function A0(t,n,a){return Z2(t,x0(n,a))}function f8(t,n,a){var o=A0(t,n,a);return o>a?a:o}function R3(){return{top:0,right:0,bottom:0,left:0}}function F3(t){return Object.assign({},R3(),t)}function Q3(t,n){return n.reduce(function(a,o){return a[o]=t,a},{})}var s8=function(n,a){return n=typeof n=="function"?n(Object.assign({},a.rects,{placement:a.placement})):n,F3(typeof n!="number"?n:Q3(n,r0))};function i8(t){var n,a=t.state,o=t.name,l=t.options,s=a.elements.arrow,f=a.modifiersData.popperOffsets,i=g2(a.placement),r=z1(i),c=[X,s2].indexOf(i)>=0,d=c?"height":"width";if(!(!s||!f)){var C=s8(l.padding,a),A=j1(s),p=r==="y"?G:X,m=r==="y"?f2:s2,h=a.rects.reference[d]+a.rects.reference[r]-f[r]-a.rects.popper[d],u=f[r]-a.rects.reference[r],k=C0(s),_=k?r==="y"?k.clientHeight||0:k.clientWidth||0:0,M=h/2-u/2,L=C[p],y=_-A[d]-C[m],g=_/2-A[d]/2+M,b=A0(L,g,y),E=r;a.modifiersData[o]=(n={},n[E]=b,n.centerOffset=b-g,n)}}function r8(t){var n=t.state,a=t.options,o=a.element,l=o===void 0?"[data-popper-arrow]":o;l!=null&&(typeof l=="string"&&(l=n.elements.popper.querySelector(l),!l)||$3(n.elements.popper,l)&&(n.elements.arrow=l))}var c8={name:"arrow",enabled:!0,phase:"main",fn:i8,effect:r8,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function e0(t){return t.split("-")[1]}var d8={top:"auto",right:"auto",bottom:"auto",left:"auto"};function C8(t){var n=t.x,a=t.y,o=window,l=o.devicePixelRatio||1;return{x:G2(n*l)/l||0,y:G2(a*l)/l||0}}function H3(t){var n,a=t.popper,o=t.popperRect,l=t.placement,s=t.variation,f=t.offsets,i=t.position,r=t.gpuAcceleration,c=t.adaptive,d=t.roundOffsets,C=t.isFixed,A=d===!0?C8(f):typeof d=="function"?d(f):f,p=A.x,m=p===void 0?0:p,h=A.y,u=h===void 0?0:h,k=f.hasOwnProperty("x"),_=f.hasOwnProperty("y"),M=X,L=G,y=window;if(c){var g=C0(a),b="clientHeight",E="clientWidth";if(g===A2(a)&&(g=S2(a),p2(g).position!=="static"&&i==="absolute"&&(b="scrollHeight",E="scrollWidth")),g=g,l===G||(l===X||l===s2)&&s===c0){L=f2;var B=C&&y.visualViewport?y.visualViewport.height:g[b];u-=B-o.height,u*=r?1:-1}if(l===X||(l===G||l===f2)&&s===c0){M=s2;var j=C&&y.visualViewport?y.visualViewport.width:g[E];m-=j-o.width,m*=r?1:-1}}var O=Object.assign({position:i},c&&d8);if(r){var V;return Object.assign({},O,(V={},V[L]=_?"0":"",V[M]=k?"0":"",V.transform=(y.devicePixelRatio||1)<=1?"translate("+m+"px, "+u+"px)":"translate3d("+m+"px, "+u+"px, 0)",V))}return Object.assign({},O,(n={},n[L]=_?u+"px":"",n[M]=k?m+"px":"",n.transform="",n))}function A8(t){var n=t.state,a=t.options,o=a.gpuAcceleration,l=o===void 0?!0:o,s=a.adaptive,f=s===void 0?!0:s,i=a.roundOffsets,r=i===void 0?!0:i,c={placement:g2(n.placement),variation:e0(n.placement),popper:n.elements.popper,popperRect:n.rects.popper,gpuAcceleration:l,isFixed:n.options.strategy==="fixed"};n.modifiersData.popperOffsets!=null&&(n.styles.popper=Object.assign({},n.styles.popper,H3(Object.assign({},c,{offsets:n.modifiersData.popperOffsets,position:n.options.strategy,adaptive:f,roundOffsets:r})))),n.modifiersData.arrow!=null&&(n.styles.arrow=Object.assign({},n.styles.arrow,H3(Object.assign({},c,{offsets:n.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:r})))),n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-placement":n.placement})}var u8={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:A8,data:{}},z0={passive:!0};function m8(t){var n=t.state,a=t.instance,o=t.options,l=o.scroll,s=l===void 0?!0:l,f=o.resize,i=f===void 0?!0:f,r=A2(n.elements.popper),c=[].concat(n.scrollParents.reference,n.scrollParents.popper);return s&&c.forEach(function(d){d.addEventListener("scroll",a.update,z0)}),i&&r.addEventListener("resize",a.update,z0),function(){s&&c.forEach(function(d){d.removeEventListener("scroll",a.update,z0)}),i&&r.removeEventListener("resize",a.update,z0)}}var g8={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:m8,data:{}},p8={left:"right",right:"left",bottom:"top",top:"bottom"};function Z0(t){return t.replace(/left|right|bottom|top/g,function(n){return p8[n]})}var L8={start:"end",end:"start"};function P3(t){return t.replace(/start|end/g,function(n){return L8[n]})}function Z1(t){var n=A2(t),a=n.pageXOffset,o=n.pageYOffset;return{scrollLeft:a,scrollTop:o}}function O1(t){return X2(S2(t)).left+Z1(t).scrollLeft}function h8(t){var n=A2(t),a=S2(t),o=n.visualViewport,l=a.clientWidth,s=a.clientHeight,f=0,i=0;return o&&(l=o.width,s=o.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(f=o.offsetLeft,i=o.offsetTop)),{width:l,height:s,x:f+O1(t),y:i}}function M8(t){var n,a=S2(t),o=Z1(t),l=(n=t.ownerDocument)==null?void 0:n.body,s=Z2(a.scrollWidth,a.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),f=Z2(a.scrollHeight,a.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),i=-o.scrollLeft+O1(t),r=-o.scrollTop;return p2(l||a).direction==="rtl"&&(i+=Z2(a.clientWidth,l?l.clientWidth:0)-s),{width:s,height:f,x:i,y:r}}function U1(t){var n=p2(t),a=n.overflow,o=n.overflowX,l=n.overflowY;return/auto|scroll|overlay|hidden/.test(a+l+o)}function Y3(t){return["html","body","#document"].indexOf(m2(t))>=0?t.ownerDocument.body:i2(t)&&U1(t)?t:Y3(j0(t))}function u0(t,n){var a;n===void 0&&(n=[]);var o=Y3(t),l=o===((a=t.ownerDocument)==null?void 0:a.body),s=A2(o),f=l?[s].concat(s.visualViewport||[],U1(o)?o:[]):o,i=n.concat(f);return l?i:i.concat(u0(j0(f)))}function $1(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function y8(t){var n=X2(t);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}function q3(t,n){return n===z3?$1(h8(t)):J2(n)?y8(n):$1(M8(S2(t)))}function k8(t){var n=u0(j0(t)),a=["absolute","fixed"].indexOf(p2(t).position)>=0,o=a&&i2(t)?C0(t):t;return J2(o)?n.filter(function(l){return J2(l)&&$3(l,o)&&m2(l)!=="body"&&(a?p2(l).position!=="static":!0)}):[]}function _8(t,n,a){var o=n==="clippingParents"?k8(t):[].concat(n),l=[].concat(o,[a]),s=l[0],f=l.reduce(function(i,r){var c=q3(t,r);return i.top=Z2(c.top,i.top),i.right=x0(c.right,i.right),i.bottom=x0(c.bottom,i.bottom),i.left=Z2(c.left,i.left),i},q3(t,s));return f.width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f}function W3(t){var n=t.reference,a=t.element,o=t.placement,l=o?g2(o):null,s=o?e0(o):null,f=n.x+n.width/2-a.width/2,i=n.y+n.height/2-a.height/2,r;switch(l){case G:r={x:f,y:n.y-a.height};break;case f2:r={x:f,y:n.y+n.height};break;case s2:r={x:n.x+n.width,y:i};break;case X:r={x:n.x-a.width,y:i};break;default:r={x:n.x,y:n.y}}var c=l?z1(l):null;if(c!=null){var d=c==="y"?"height":"width";switch(s){case K2:r[c]=r[c]-(n[d]/2-a[d]/2);break;case c0:r[c]=r[c]+(n[d]/2-a[d]/2);break}}return r}function m0(t,n){n===void 0&&(n={});var a=n,o=a.placement,l=o===void 0?t.placement:o,s=a.boundary,f=s===void 0?F7:s,i=a.rootBoundary,r=i===void 0?z3:i,c=a.elementContext,d=c===void 0?d0:c,C=a.altBoundary,A=C===void 0?!1:C,p=a.padding,m=p===void 0?0:p,h=F3(typeof m!="number"?m:Q3(m,r0)),u=d===d0?Q7:d0,k=t.rects.popper,_=t.elements[A?u:d],M=_8(J2(_)?_:_.contextElement||S2(t.elements.popper),f,r),L=X2(t.elements.reference),y=W3({reference:L,element:k,placement:l}),g=$1(Object.assign({},k,y)),b=d===d0?g:L,E={top:M.top-b.top+h.top,bottom:b.bottom-M.bottom+h.bottom,left:M.left-b.left+h.left,right:b.right-M.right+h.right},B=t.modifiersData.offset;if(d===d0&&B){var j=B[l];Object.keys(E).forEach(function(O){var V=[s2,f2].indexOf(O)>=0?1:-1,S=[G,f2].indexOf(O)>=0?"y":"x";E[O]+=j[S]*V})}return E}function b8(t,n){n===void 0&&(n={});var a=n,o=a.placement,l=a.boundary,s=a.rootBoundary,f=a.padding,i=a.flipVariations,r=a.allowedAutoPlacements,c=r===void 0?O3:r,d=e0(o),C=d?i?Z3:Z3.filter(function(m){return e0(m)===d}):r0,A=C.filter(function(m){return c.indexOf(m)>=0});A.length===0&&(A=C);var p=A.reduce(function(m,h){return m[h]=m0(t,{placement:h,boundary:l,rootBoundary:s,padding:f})[g2(h)],m},{});return Object.keys(p).sort(function(m,h){return p[m]-p[h]})}function E8(t){if(g2(t)===x1)return[];var n=Z0(t);return[P3(t),n,P3(n)]}function N8(t){var n=t.state,a=t.options,o=t.name;if(!n.modifiersData[o]._skip){for(var l=a.mainAxis,s=l===void 0?!0:l,f=a.altAxis,i=f===void 0?!0:f,r=a.fallbackPlacements,c=a.padding,d=a.boundary,C=a.rootBoundary,A=a.altBoundary,p=a.flipVariations,m=p===void 0?!0:p,h=a.allowedAutoPlacements,u=n.options.placement,k=g2(u),_=k===u,M=r||(_||!m?[Z0(u)]:E8(u)),L=[u].concat(M).reduce(function(U,w){return U.concat(g2(w)===x1?b8(n,{placement:w,boundary:d,rootBoundary:C,padding:c,flipVariations:m,allowedAutoPlacements:h}):w)},[]),y=n.rects.reference,g=n.rects.popper,b=new Map,E=!0,B=L[0],j=0;j<L.length;j++){var O=L[j],V=g2(O),S=e0(O)===K2,v=[G,f2].indexOf(V)>=0,H=v?"width":"height",F=m0(n,{placement:O,boundary:d,rootBoundary:C,altBoundary:A,padding:c}),P=v?S?s2:X:S?f2:G;y[H]>g[H]&&(P=Z0(P));var M2=Z0(P),K=[];if(s&&K.push(F[V]<=0),i&&K.push(F[P]<=0,F[M2]<=0),K.every(function(U){return U})){B=O,E=!1;break}b.set(O,K)}if(E)for(var y2=m?3:1,k2=function(w){var z=L.find(function(Z){var Y=b.get(Z);if(Y)return Y.slice(0,w).every(function(a2){return a2})});if(z)return B=z,"break"},d2=y2;d2>0;d2--){var $=k2(d2);if($==="break")break}n.placement!==B&&(n.modifiersData[o]._skip=!0,n.placement=B,n.reset=!0)}}var w8={name:"flip",enabled:!0,phase:"main",fn:N8,requiresIfExists:["offset"],data:{_skip:!1}};function K3(t,n,a){return a===void 0&&(a={x:0,y:0}),{top:t.top-n.height-a.y,right:t.right-n.width+a.x,bottom:t.bottom-n.height+a.y,left:t.left-n.width-a.x}}function J3(t){return[G,s2,f2,X].some(function(n){return t[n]>=0})}function V8(t){var n=t.state,a=t.name,o=n.rects.reference,l=n.rects.popper,s=n.modifiersData.preventOverflow,f=m0(n,{elementContext:"reference"}),i=m0(n,{altBoundary:!0}),r=K3(f,o),c=K3(i,l,s),d=J3(r),C=J3(c);n.modifiersData[a]={referenceClippingOffsets:r,popperEscapeOffsets:c,isReferenceHidden:d,hasPopperEscaped:C},n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":C})}var I8={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:V8};function D8(t,n,a){var o=g2(t),l=[X,G].indexOf(o)>=0?-1:1,s=typeof a=="function"?a(Object.assign({},n,{placement:t})):a,f=s[0],i=s[1];return f=f||0,i=(i||0)*l,[X,s2].indexOf(o)>=0?{x:i,y:f}:{x:f,y:i}}function B8(t){var n=t.state,a=t.options,o=t.name,l=a.offset,s=l===void 0?[0,0]:l,f=O3.reduce(function(d,C){return d[C]=D8(C,n.rects,s),d},{}),i=f[n.placement],r=i.x,c=i.y;n.modifiersData.popperOffsets!=null&&(n.modifiersData.popperOffsets.x+=r,n.modifiersData.popperOffsets.y+=c),n.modifiersData[o]=f}var S8={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:B8};function T8(t){var n=t.state,a=t.name;n.modifiersData[a]=W3({reference:n.rects.reference,element:n.rects.popper,placement:n.placement})}var x8={name:"popperOffsets",enabled:!0,phase:"read",fn:T8,data:{}};function j8(t){return t==="x"?"y":"x"}function z8(t){var n=t.state,a=t.options,o=t.name,l=a.mainAxis,s=l===void 0?!0:l,f=a.altAxis,i=f===void 0?!1:f,r=a.boundary,c=a.rootBoundary,d=a.altBoundary,C=a.padding,A=a.tether,p=A===void 0?!0:A,m=a.tetherOffset,h=m===void 0?0:m,u=m0(n,{boundary:r,rootBoundary:c,padding:C,altBoundary:d}),k=g2(n.placement),_=e0(n.placement),M=!_,L=z1(k),y=j8(L),g=n.modifiersData.popperOffsets,b=n.rects.reference,E=n.rects.popper,B=typeof h=="function"?h(Object.assign({},n.rects,{placement:n.placement})):h,j=typeof B=="number"?{mainAxis:B,altAxis:B}:Object.assign({mainAxis:0,altAxis:0},B),O=n.modifiersData.offset?n.modifiersData.offset[n.placement]:null,V={x:0,y:0};if(g){if(s){var S,v=L==="y"?G:X,H=L==="y"?f2:s2,F=L==="y"?"height":"width",P=g[L],M2=P+u[v],K=P-u[H],y2=p?-E[F]/2:0,k2=_===K2?b[F]:E[F],d2=_===K2?-E[F]:-b[F],$=n.elements.arrow,U=p&&$?j1($):{width:0,height:0},w=n.modifiersData["arrow#persistent"]?n.modifiersData["arrow#persistent"].padding:R3(),z=w[v],Z=w[H],Y=A0(0,b[F],U[F]),a2=M?b[F]/2-y2-Y-z-j.mainAxis:k2-Y-z-j.mainAxis,_2=M?-b[F]/2+y2+Y+Z+j.mainAxis:d2+Y+Z+j.mainAxis,a0=n.elements.arrow&&C0(n.elements.arrow),r3=a0?L==="y"?a0.clientTop||0:a0.clientLeft||0:0,L1=(S=O==null?void 0:O[L])!=null?S:0,V0=P+a2-L1-r3,c3=P+_2-L1,h1=A0(p?x0(M2,V0):M2,P,p?Z2(K,c3):K);g[L]=h1,V[L]=h1-P}if(i){var M1,R2=L==="x"?G:X,y1=L==="x"?f2:s2,b2=g[y],F2=y==="y"?"height":"width",T=b2+u[R2],x=b2-u[y1],W=[G,X].indexOf(k)!==-1,E2=(M1=O==null?void 0:O[y])!=null?M1:0,Q2=W?T:b2-b[F2]-E[F2]-E2+j.altAxis,H2=W?b2+b[F2]+E[F2]-E2-j.altAxis:x,Q=p&&W?f8(Q2,b2,H2):A0(p?Q2:T,b2,p?H2:x);g[y]=Q,V[y]=Q-b2}n.modifiersData[o]=V}}var Z8={name:"preventOverflow",enabled:!0,phase:"main",fn:z8,requiresIfExists:["offset"]};function O8(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function U8(t){return t===A2(t)||!i2(t)?Z1(t):O8(t)}function $8(t){var n=t.getBoundingClientRect(),a=G2(n.width)/t.offsetWidth||1,o=G2(n.height)/t.offsetHeight||1;return a!==1||o!==1}function v8(t,n,a){a===void 0&&(a=!1);var o=i2(n),l=i2(n)&&$8(n),s=S2(n),f=X2(t,l),i={scrollLeft:0,scrollTop:0},r={x:0,y:0};return(o||!o&&!a)&&((m2(n)!=="body"||U1(s))&&(i=U8(n)),i2(n)?(r=X2(n,!0),r.x+=n.clientLeft,r.y+=n.clientTop):s&&(r.x=O1(s))),{x:f.left+i.scrollLeft-r.x,y:f.top+i.scrollTop-r.y,width:f.width,height:f.height}}function R8(t){var n=new Map,a=new Set,o=[];t.forEach(function(s){n.set(s.name,s)});function l(s){a.add(s.name);var f=[].concat(s.requires||[],s.requiresIfExists||[]);f.forEach(function(i){if(!a.has(i)){var r=n.get(i);r&&l(r)}}),o.push(s)}return t.forEach(function(s){a.has(s.name)||l(s)}),o}function F8(t){var n=R8(t);return e8.reduce(function(a,o){return a.concat(n.filter(function(l){return l.phase===o}))},[])}function Q8(t){var n;return function(){return n||(n=new Promise(function(a){Promise.resolve().then(function(){n=void 0,a(t())})})),n}}function H8(t){var n=t.reduce(function(a,o){var l=a[o.name];return a[o.name]=l?Object.assign({},l,o,{options:Object.assign({},l.options,o.options),data:Object.assign({},l.data,o.data)}):o,a},{});return Object.keys(n).map(function(a){return n[a]})}var G3={placement:"bottom",modifiers:[],strategy:"absolute"};function X3(){for(var t=arguments.length,n=new Array(t),a=0;a<t;a++)n[a]=arguments[a];return!n.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function P8(t){t===void 0&&(t={});var n=t,a=n.defaultModifiers,o=a===void 0?[]:a,l=n.defaultOptions,s=l===void 0?G3:l;return function(i,r,c){c===void 0&&(c=s);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},G3,s),modifiersData:{},elements:{reference:i,popper:r},attributes:{},styles:{}},C=[],A=!1,p={state:d,setOptions:function(k){var _=typeof k=="function"?k(d.options):k;h(),d.options=Object.assign({},s,d.options,_),d.scrollParents={reference:J2(i)?u0(i):i.contextElement?u0(i.contextElement):[],popper:u0(r)};var M=F8(H8([].concat(o,d.options.modifiers)));return d.orderedModifiers=M.filter(function(L){return L.enabled}),m(),p.update()},forceUpdate:function(){if(!A){var k=d.elements,_=k.reference,M=k.popper;if(X3(_,M)){d.rects={reference:v8(_,C0(M),d.options.strategy==="fixed"),popper:j1(M)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(j){return d.modifiersData[j.name]=Object.assign({},j.data)});for(var L=0;L<d.orderedModifiers.length;L++){if(d.reset===!0){d.reset=!1,L=-1;continue}var y=d.orderedModifiers[L],g=y.fn,b=y.options,E=b===void 0?{}:b,B=y.name;typeof g=="function"&&(d=g({state:d,options:E,name:B,instance:p})||d)}}}},update:Q8(function(){return new Promise(function(u){p.forceUpdate(),u(d)})}),destroy:function(){h(),A=!0}};if(!X3(i,r))return p;p.setOptions(c).then(function(u){!A&&c.onFirstUpdate&&c.onFirstUpdate(u)});function m(){d.orderedModifiers.forEach(function(u){var k=u.name,_=u.options,M=_===void 0?{}:_,L=u.effect;if(typeof L=="function"){var y=L({state:d,name:k,instance:p,options:M}),g=function(){};C.push(y||g)}})}function h(){C.forEach(function(u){return u()}),C=[]}return p}}var Y8=[g8,x8,u8,a8,S8,w8,Z8,c8,I8],q8=P8({defaultModifiers:Y8}),e4="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgOS4zODI4MTMgNCA0IDkuMzgyODEzIDQgMTYgQyA0IDIyLjYxNzE4OCA5LjM4MjgxMyAyOCAxNiAyOCBDIDIyLjYxNzE4OCAyOCAyOCAyMi42MTcxODggMjggMTYgQyAyOCA5LjM4MjgxMyAyMi42MTcxODggNCAxNiA0IFogTSAxNiA2IEMgMjEuNTM1MTU2IDYgMjYgMTAuNDY0ODQ0IDI2IDE2IEMgMjYgMjEuNTM1MTU2IDIxLjUzNTE1NiAyNiAxNiAyNiBDIDEwLjQ2NDg0NCAyNiA2IDIxLjUzNTE1NiA2IDE2IEMgNiAxMC40NjQ4NDQgMTAuNDY0ODQ0IDYgMTYgNiBaIE0gMTEuNSAxMiBDIDEwLjY3MTg3NSAxMiAxMCAxMi42NzE4NzUgMTAgMTMuNSBDIDEwIDE0LjMyODEyNSAxMC42NzE4NzUgMTUgMTEuNSAxNSBDIDEyLjMyODEyNSAxNSAxMyAxNC4zMjgxMjUgMTMgMTMuNSBDIDEzIDEyLjY3MTg3NSAxMi4zMjgxMjUgMTIgMTEuNSAxMiBaIE0gMjAuNSAxMiBDIDE5LjY3MTg3NSAxMiAxOSAxMi42NzE4NzUgMTkgMTMuNSBDIDE5IDE0LjMyODEyNSAxOS42NzE4NzUgMTUgMjAuNSAxNSBDIDIxLjMyODEyNSAxNSAyMiAxNC4zMjgxMjUgMjIgMTMuNSBDIDIyIDEyLjY3MTg3NSAyMS4zMjgxMjUgMTIgMjAuNSAxMiBaIE0gMTAuODEyNSAxOSBMIDkuMDkzNzUgMjAgQyAxMC40NzY1NjMgMjIuMzg2NzE5IDEzLjA0Njg3NSAyNCAxNiAyNCBDIDE4Ljk1MzEyNSAyNCAyMS41MjM0MzggMjIuMzg2NzE5IDIyLjkwNjI1IDIwIEwgMjEuMTg3NSAxOSBDIDIwLjE0ODQzOCAyMC43OTI5NjkgMTguMjI2NTYzIDIyIDE2IDIyIEMgMTMuNzczNDM4IDIyIDExLjg1MTU2MyAyMC43OTI5NjkgMTAuODEyNSAxOSBaIi8+PC9zdmc+";function O0(t){return t.split("-").map(n=>parseInt(n,16)).map(n=>String.fromCodePoint(n)).join("")}function W8(t,n,a,o=[]){const l={};return Object.keys(t).forEach(s=>{if(o.includes(s))return;const f=[];t[s].forEach(i=>{var r;if(i[B0][0].includes(n.toLocaleLowerCase())){let c=i[I3];if(a!==T0&&Array.isArray(i[S0])){const d=((r=i[S0])==null?void 0:r.findIndex(C=>C.includes(a)))||-1;d!==-1&&i[S0]&&(c=i[S0][d])}return f.push({...i,[i0]:c})}}),f.length&&(l[s]=f)}),l}function t4(){var t;return(((t=navigator==null?void 0:navigator.userAgentData)==null?void 0:t.platform)||(navigator==null?void 0:navigator.platform)||"unknown").toUpperCase().indexOf("MAC")!==-1}function n4(t){return t.replace(/^_*(.)|_+(.)/g,(n,a,o)=>a?a.toUpperCase():" "+o.toUpperCase())}var g0=(t,n)=>{const a=t.__vccOpts||t;for(const[o,l]of n)a[o]=l;return a};const K8=e.defineComponent({name:"Body",emits:{select:t=>!0},setup(){const{state:t,updateEmoji:n,updateSelect:a}=e.inject("store"),o=e.ref(null),l=e.computed(()=>W8(t.emojis,t.search,t.skinTone,t.options.disabledGroups)),s=e.getCurrentInstance(),f=e.computed(()=>!t.options.hideGroupNames),i=e.computed(()=>!t.options.disableStickyGroupNames),r=e.toRaw(t.options.groupNames),c=t.orderedGroupKeys;t.options.additionalGroups&&Object.keys(t.options.additionalGroups).map(m=>{t.options.groupNames[m]?r[m]=t.options.groupNames[m]:r[m]=n4(m)});const d=t4()?"is-mac":"";function C(m){n(m)}function A(m){a(m),s==null||s.emit("select",{...m,t:t.skinTone,i:O0(m.r)})}function p(m,h){var u;const k=(u=m==null?void 0:m.target)==null?void 0:u.closest("button");k&&(k.innerHTML=`<span>${O0(h)}</span>`)}return e.watch(()=>t.activeGroup,()=>{var m;const h=(m=o.value)==null?void 0:m.querySelector("#"+t.activeGroup);h&&(h.parentNode.scrollTop=h.offsetTop-h.parentNode.offsetTop)}),{emojis:l,bodyInner:o,EMOJI_REMOTE_SRC:w3,GROUP_NAMES:V3,handleClick:A,handleError:p,handleMouseEnter:C,native:t.options.native,unicodeToEmoji:O0,EMOJI_RESULT_KEY:i0,EMOJI_NAME_KEY:B0,hasGroupNames:f,isSticky:i,platform:d,groupNames:r,orderedKeys:c}}}),J8={class:"v3-body"},G8=["id"],X8={class:"v3-emojis"},e5=["onMouseenter","onClick"],t5={key:0},n5=["src","alt","onError"],a5={key:1,class:"v3-no-result"};function o5(t,n,a,o,l,s){return e.openBlock(),e.createElementBlock("div",J8,[e.createElementVNode("div",{ref:"bodyInner",class:e.normalizeClass([t.platform,"v3-body-inner"])},[t.orderedKeys.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.orderedKeys,f=>(e.openBlock(),e.createElementBlock("div",{id:f,key:f,class:"v3-group"},[t.hasGroupNames?e.withDirectives((e.openBlock(),e.createElementBlock("h5",{key:0,class:e.normalizeClass(t.isSticky?"v3-sticky":"")},e.toDisplayString(t.groupNames[f]),3)),[[e.vShow,t.emojis[f]]]):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",X8,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.emojis[f],i=>(e.openBlock(),e.createElementBlock("button",{key:i.r,type:"button",onMouseenter:r=>t.handleMouseEnter(i),onClick:r=>t.handleClick(i)},[t.native?(e.openBlock(),e.createElementBlock("span",t5,e.toDisplayString(t.unicodeToEmoji(i.r)),1)):(e.openBlock(),e.createElementBlock("img",{key:1,src:t.EMOJI_REMOTE_SRC+`/${i.r}.png`,alt:i.n[0],onError:r=>t.handleError(r,i.r)},null,40,n5))],40,e5))),128))],512),[[e.vShow,t.emojis[f]]])],8,G8))),128)):(e.openBlock(),e.createElementBlock("span",a5," No emoji has been found! "))],2)])}var l5=g0(K8,[["render",o5]]),f5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMi41IDUgQyAxMS40Mjk2ODggNSAxMC41IDUuNjA5Mzc1IDkuOTA2MjUgNi40Mzc1IEMgOS4zMTI1IDcuMjY1NjI1IDkgOC4zMzk4NDQgOSA5LjUgQyA5IDEwLjY2MDE1NiA5LjMxMjUgMTEuNzM0Mzc1IDkuOTA2MjUgMTIuNTYyNSBDIDEwLjUgMTMuMzkwNjI1IDExLjQyOTY4OCAxNCAxMi41IDE0IEMgMTMuNTcwMzEzIDE0IDE0LjUgMTMuMzkwNjI1IDE1LjA5Mzc1IDEyLjU2MjUgQyAxNS42ODc1IDExLjczNDM3NSAxNiAxMC42NjAxNTYgMTYgOS41IEMgMTYgOC4zMzk4NDQgMTUuNjg3NSA3LjI2NTYyNSAxNS4wOTM3NSA2LjQzNzUgQyAxNC41IDUuNjA5Mzc1IDEzLjU3MDMxMyA1IDEyLjUgNSBaIE0gMTYgOS41IEMgMTYgMTAuNjYwMTU2IDE2LjMxMjUgMTEuNzM0Mzc1IDE2LjkwNjI1IDEyLjU2MjUgQyAxNy41IDEzLjM5MDYyNSAxOC40Mjk2ODggMTQgMTkuNSAxNCBDIDIwLjU3MDMxMyAxNCAyMS41IDEzLjM5MDYyNSAyMi4wOTM3NSAxMi41NjI1IEMgMjIuNjg3NSAxMS43MzQzNzUgMjMgMTAuNjYwMTU2IDIzIDkuNSBDIDIzIDguMzM5ODQ0IDIyLjY4NzUgNy4yNjU2MjUgMjIuMDkzNzUgNi40Mzc1IEMgMjEuNSA1LjYwOTM3NSAyMC41NzAzMTMgNSAxOS41IDUgQyAxOC40Mjk2ODggNSAxNy41IDUuNjA5Mzc1IDE2LjkwNjI1IDYuNDM3NSBDIDE2LjMxMjUgNy4yNjU2MjUgMTYgOC4zMzk4NDQgMTYgOS41IFogTSAxMi41IDcgQyAxMi44MTI1IDcgMTMuMTU2MjUgNy4xNTYyNSAxMy40Njg3NSA3LjU5Mzc1IEMgMTMuNzgxMjUgOC4wMzEyNSAxNCA4LjcyNjU2MyAxNCA5LjUgQyAxNCAxMC4yNzM0MzggMTMuNzgxMjUgMTAuOTY4NzUgMTMuNDY4NzUgMTEuNDA2MjUgQyAxMy4xNTYyNSAxMS44NDM3NSAxMi44MTI1IDEyIDEyLjUgMTIgQyAxMi4xODc1IDEyIDExLjg0Mzc1IDExLjg0Mzc1IDExLjUzMTI1IDExLjQwNjI1IEMgMTEuMjE4NzUgMTAuOTY4NzUgMTEgMTAuMjczNDM4IDExIDkuNSBDIDExIDguNzI2NTYzIDExLjIxODc1IDguMDMxMjUgMTEuNTMxMjUgNy41OTM3NSBDIDExLjg0Mzc1IDcuMTU2MjUgMTIuMTg3NSA3IDEyLjUgNyBaIE0gMTkuNSA3IEMgMTkuODEyNSA3IDIwLjE1NjI1IDcuMTU2MjUgMjAuNDY4NzUgNy41OTM3NSBDIDIwLjc4MTI1IDguMDMxMjUgMjEgOC43MjY1NjMgMjEgOS41IEMgMjEgMTAuMjczNDM4IDIwLjc4MTI1IDEwLjk2ODc1IDIwLjQ2ODc1IDExLjQwNjI1IEMgMjAuMTU2MjUgMTEuODQzNzUgMTkuODEyNSAxMiAxOS41IDEyIEMgMTkuMTg3NSAxMiAxOC44NDM3NSAxMS44NDM3NSAxOC41MzEyNSAxMS40MDYyNSBDIDE4LjIxODc1IDEwLjk2ODc1IDE4IDEwLjI3MzQzOCAxOCA5LjUgQyAxOCA4LjcyNjU2MyAxOC4yMTg3NSA4LjAzMTI1IDE4LjUzMTI1IDcuNTkzNzUgQyAxOC44NDM3NSA3LjE1NjI1IDE5LjE4NzUgNyAxOS41IDcgWiBNIDcuNSAxMiBDIDYuNDI5Njg4IDEyIDUuNSAxMi42MDkzNzUgNC45MDYyNSAxMy40Mzc1IEMgNC4zMTI1IDE0LjI2NTYyNSA0IDE1LjMzOTg0NCA0IDE2LjUgQyA0IDE3LjY2MDE1NiA0LjMxMjUgMTguNzM0Mzc1IDQuOTA2MjUgMTkuNTYyNSBDIDUuNSAyMC4zOTA2MjUgNi40Mjk2ODggMjEgNy41IDIxIEMgOC41NzAzMTMgMjEgOS41IDIwLjM5MDYyNSAxMC4wOTM3NSAxOS41NjI1IEMgMTAuNjg3NSAxOC43MzQzNzUgMTEgMTcuNjYwMTU2IDExIDE2LjUgQyAxMSAxNS4zMzk4NDQgMTAuNjg3NSAxNC4yNjU2MjUgMTAuMDkzNzUgMTMuNDM3NSBDIDkuNSAxMi42MDkzNzUgOC41NzAzMTMgMTIgNy41IDEyIFogTSAyNC41IDEyIEMgMjMuNDI5Njg4IDEyIDIyLjUgMTIuNjA5Mzc1IDIxLjkwNjI1IDEzLjQzNzUgQyAyMS4zMTI1IDE0LjI2NTYyNSAyMSAxNS4zMzk4NDQgMjEgMTYuNSBDIDIxIDE3LjY2MDE1NiAyMS4zMTI1IDE4LjczNDM3NSAyMS45MDYyNSAxOS41NjI1IEMgMjIuNSAyMC4zOTA2MjUgMjMuNDI5Njg4IDIxIDI0LjUgMjEgQyAyNS41NzAzMTMgMjEgMjYuNSAyMC4zOTA2MjUgMjcuMDkzNzUgMTkuNTYyNSBDIDI3LjY4NzUgMTguNzM0Mzc1IDI4IDE3LjY2MDE1NiAyOCAxNi41IEMgMjggMTUuMzM5ODQ0IDI3LjY4NzUgMTQuMjY1NjI1IDI3LjA5Mzc1IDEzLjQzNzUgQyAyNi41IDEyLjYwOTM3NSAyNS41NzAzMTMgMTIgMjQuNSAxMiBaIE0gNy41IDE0IEMgNy44MTI1IDE0IDguMTU2MjUgMTQuMTU2MjUgOC40Njg3NSAxNC41OTM3NSBDIDguNzgxMjUgMTUuMDMxMjUgOSAxNS43MjY1NjMgOSAxNi41IEMgOSAxNy4yNzM0MzggOC43ODEyNSAxNy45Njg3NSA4LjQ2ODc1IDE4LjQwNjI1IEMgOC4xNTYyNSAxOC44NDM3NSA3LjgxMjUgMTkgNy41IDE5IEMgNy4xODc1IDE5IDYuODQzNzUgMTguODQzNzUgNi41MzEyNSAxOC40MDYyNSBDIDYuMjE4NzUgMTcuOTY4NzUgNiAxNy4yNzM0MzggNiAxNi41IEMgNiAxNS43MjY1NjMgNi4yMTg3NSAxNS4wMzEyNSA2LjUzMTI1IDE0LjU5Mzc1IEMgNi44NDM3NSAxNC4xNTYyNSA3LjE4NzUgMTQgNy41IDE0IFogTSAyNC41IDE0IEMgMjQuODEyNSAxNCAyNS4xNTYyNSAxNC4xNTYyNSAyNS40Njg3NSAxNC41OTM3NSBDIDI1Ljc4MTI1IDE1LjAzMTI1IDI2IDE1LjcyNjU2MyAyNiAxNi41IEMgMjYgMTcuMjczNDM4IDI1Ljc4MTI1IDE3Ljk2ODc1IDI1LjQ2ODc1IDE4LjQwNjI1IEMgMjUuMTU2MjUgMTguODQzNzUgMjQuODEyNSAxOSAyNC41IDE5IEMgMjQuMTg3NSAxOSAyMy44NDM3NSAxOC44NDM3NSAyMy41MzEyNSAxOC40MDYyNSBDIDIzLjIxODc1IDE3Ljk2ODc1IDIzIDE3LjI3MzQzOCAyMyAxNi41IEMgMjMgMTUuNzI2NTYzIDIzLjIxODc1IDE1LjAzMTI1IDIzLjUzMTI1IDE0LjU5Mzc1IEMgMjMuODQzNzUgMTQuMTU2MjUgMjQuMTg3NSAxNCAyNC41IDE0IFogTSAxNiAxNiBDIDE0LjY2Nzk2OSAxNiAxMy43MzgyODEgMTYuODY3MTg4IDEzLjI4MTI1IDE3LjYyNSBDIDEyLjgyNDIxOSAxOC4zODI4MTMgMTIuNTQ2ODc1IDE5LjAxNTYyNSAxMi4yODEyNSAxOS4yODEyNSBDIDEyLjEyNSAxOS40Mzc1IDExLjE2MDE1NiAxOS44MDA3ODEgMTAuMTU2MjUgMjAuMzEyNSBDIDkuNjUyMzQ0IDIwLjU3MDMxMyA5LjE0NDUzMSAyMC45MTQwNjMgOC43MTg3NSAyMS40Mzc1IEMgOC4yOTI5NjkgMjEuOTYwOTM4IDggMjIuNjg3NSA4IDIzLjUgQyA4IDI1LjQyMTg3NSA5LjU3ODEyNSAyNyAxMS41IDI3IEMgMTIuMzY3MTg4IDI3IDEzLjI2OTUzMSAyNi43MjI2NTYgMTQuMTU2MjUgMjYuNDY4NzUgQyAxNS4wNDI5NjkgMjYuMjE0ODQ0IDE2IDI2IDE2IDI2IEMgMTYgMjYgMTYuOTU3MDMxIDI2LjIxNDg0NCAxNy44NDM3NSAyNi40Njg3NSBDIDE4LjczMDQ2OSAyNi43MjI2NTYgMTkuNjMyODEzIDI3IDIwLjUgMjcgQyAyMi40MjE4NzUgMjcgMjQgMjUuNDIxODc1IDI0IDIzLjUgQyAyNCAyMi43MDcwMzEgMjMuNzA3MDMxIDIxLjk4MDQ2OSAyMy4yODEyNSAyMS40Njg3NSBDIDIyLjg1NTQ2OSAyMC45NTcwMzEgMjIuMzQzNzUgMjAuNjQwNjI1IDIxLjg0Mzc1IDIwLjM3NSBDIDIwLjg0Mzc1IDE5Ljg0Mzc1IDE5Ljg1OTM3NSAxOS40MjE4NzUgMTkuNzE4NzUgMTkuMjgxMjUgQyAxOS40ODA0NjkgMTkuMDQyOTY5IDE5LjIxMDkzOCAxOC4zOTA2MjUgMTguNzUgMTcuNjI1IEMgMTguMjg5MDYzIDE2Ljg1OTM3NSAxNy4zMzk4NDQgMTYgMTYgMTYgWiBNIDE2IDE4IEMgMTYuNjYwMTU2IDE4IDE2LjczNDM3NSAxOC4xNjAxNTYgMTcuMDMxMjUgMTguNjU2MjUgQyAxNy4zMjgxMjUgMTkuMTUyMzQ0IDE3LjU1NDY4OCAxOS45OTIxODggMTguMjgxMjUgMjAuNzE4NzUgQyAxOS4xMDU0NjkgMjEuNTQyOTY5IDIwLjE0ODQzOCAyMS43MjI2NTYgMjAuOTA2MjUgMjIuMTI1IEMgMjEuMjg1MTU2IDIyLjMyODEyNSAyMS41NzgxMjUgMjIuNTQyOTY5IDIxLjc1IDIyLjc1IEMgMjEuOTIxODc1IDIyLjk1NzAzMSAyMiAyMy4xNDg0MzggMjIgMjMuNSBDIDIyIDI0LjMzOTg0NCAyMS4zMzk4NDQgMjUgMjAuNSAyNSBDIDIwLjIxMDkzOCAyNSAxOS4yNzczNDQgMjQuNzc3MzQ0IDE4LjQwNjI1IDI0LjUzMTI1IEMgMTcuNTM1MTU2IDI0LjI4NTE1NiAxNi44MTY0MDYgMjQgMTYgMjQgQyAxNS4xODM1OTQgMjQgMTQuNDY0ODQ0IDI0LjI4NTE1NiAxMy41OTM3NSAyNC41MzEyNSBDIDEyLjcyMjY1NiAyNC43NzczNDQgMTEuNzg5MDYzIDI1IDExLjUgMjUgQyAxMC42NjAxNTYgMjUgMTAgMjQuMzM5ODQ0IDEwIDIzLjUgQyAxMCAyMy4wOTc2NTYgMTAuMDgyMDMxIDIyLjg5MDYyNSAxMC4yNSAyMi42ODc1IEMgMTAuNDE3OTY5IDIyLjQ4NDM3NSAxMC43MjI2NTYgMjIuMjg1MTU2IDExLjA5Mzc1IDIyLjA5Mzc1IEMgMTEuODM5ODQ0IDIxLjcxNDg0NCAxMi44NzUgMjEuNTYyNSAxMy43MTg3NSAyMC43MTg3NSBDIDE0LjQ1MzEyNSAxOS45ODQzNzUgMTQuNjc1NzgxIDE5LjExNzE4OCAxNC45Njg3NSAxOC42MjUgQyAxNS4yNjE3MTkgMTguMTMyODEzIDE1LjMzMjAzMSAxOCAxNiAxOCBaIi8+PC9zdmc+",s5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMSAzIEwgMTEgNyBMIDEzIDcgTCAxMyAzIFogTSAxNSA0IEwgMTUgNyBMIDE3IDcgTCAxNyA0IFogTSA0Ljg3NSA4IEwgNSA5LjA5Mzc1IEwgNi44MTI1IDI2LjMxMjUgQyA2Ljk3MjY1NiAyNy44MzIwMzEgOC4yODUxNTYgMjkgOS44MTI1IDI5IEwgMTkuMTg3NSAyOSBDIDIwLjcxNDg0NCAyOSAyMi4wMjczNDQgMjcuODMyMDMxIDIyLjE4NzUgMjYuMzEyNSBMIDIyLjY1NjI1IDIyIEwgMjUgMjIgQyAyNi42NDQ1MzEgMjIgMjggMjAuNjQ0NTMxIDI4IDE5IEwgMjggMTYgQyAyOCAxNC4zNTU0NjkgMjYuNjQ0NTMxIDEzIDI1IDEzIEwgMjMuNTkzNzUgMTMgTCAyNCA5LjA5Mzc1IEwgMjQuMTI1IDggWiBNIDcuMTI1IDEwIEwgMjEuODc1IDEwIEwgMjAuMTg3NSAyNi4wOTM3NSBDIDIwLjEzMjgxMyAyNi42MTMyODEgMTkuNzA3MDMxIDI3IDE5LjE4NzUgMjcgTCA5LjgxMjUgMjcgQyA5LjI5Mjk2OSAyNyA4Ljg2NzE4OCAyNi42MTMyODEgOC44MTI1IDI2LjA5Mzc1IFogTSAyMy4zNzUgMTUgTCAyNSAxNSBDIDI1LjU2NjQwNiAxNSAyNiAxNS40MzM1OTQgMjYgMTYgTCAyNiAxOSBDIDI2IDE5LjU2NjQwNiAyNS41NjY0MDYgMjAgMjUgMjAgTCAyMi44NDM3NSAyMCBaIi8+PC9zdmc+",i5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiAzIEMgOC44MzIwMzEgMyAzIDguODMyMDMxIDMgMTYgQyAzIDIzLjE2Nzk2OSA4LjgzMjAzMSAyOSAxNiAyOSBDIDIzLjE2Nzk2OSAyOSAyOSAyMy4xNjc5NjkgMjkgMTYgQyAyOSA4LjgzMjAzMSAyMy4xNjc5NjkgMyAxNiAzIFogTSAxNiA1IEMgMTYuNjAxNTYzIDUgMTcuMTc1NzgxIDUuMDYyNSAxNy43NSA1LjE1NjI1IEwgMTYgNi40MDYyNSBMIDE0LjI1IDUuMTU2MjUgQyAxNC44MjAzMTMgNS4wNjY0MDYgMTUuNDAyMzQ0IDUgMTYgNSBaIE0gMTEuODEyNSA1Ljg0Mzc1IEwgMTUuNDA2MjUgOC40Njg3NSBMIDE2IDguOTA2MjUgTCAxNi41OTM3NSA4LjQ2ODc1IEwgMjAuMTg3NSA1Ljg0Mzc1IEMgMjEuNzg1MTU2IDYuNTA3ODEzIDIzLjE5NTMxMyA3LjUyMzQzOCAyNC4zMTI1IDguODEyNSBMIDIyLjkzNzUgMTMuMDkzNzUgTCAyMi43MTg3NSAxMy43ODEyNSBMIDIzLjMxMjUgMTQuMTg3NSBMIDI2LjkzNzUgMTYuODQzNzUgQyAyNi44MDQ2ODggMTguNjA1NDY5IDI2LjI2NTYyNSAyMC4yNTc4MTMgMjUuNDA2MjUgMjEuNjg3NSBMIDIwLjEyNSAyMS42ODc1IEwgMTkuOTA2MjUgMjIuMzc1IEwgMTguNSAyNi43MTg3NSBDIDE3LjY5OTIxOSAyNi45MDYyNSAxNi44NTkzNzUgMjcgMTYgMjcgQyAxNS4xMDU0NjkgMjcgMTQuMjM4MjgxIDI2Ljg4NjcxOSAxMy40MDYyNSAyNi42ODc1IEwgMTIuMDMxMjUgMjIuNDA2MjUgTCAxMS44MTI1IDIxLjcxODc1IEwgNi41OTM3NSAyMS43MTg3NSBDIDUuNzE4NzUgMjAuMjgxMjUgNS4xOTkyMTkgMTguNjIxMDk0IDUuMDYyNSAxNi44NDM3NSBMIDguNjU2MjUgMTQuMjE4NzUgTCA5LjI1IDEzLjgxMjUgTCA5LjAzMTI1IDEzLjEyNSBMIDcuNjI1IDguODc1IEMgOC43NSA3LjU1NDY4OCAxMC4xODM1OTQgNi41MTU2MjUgMTEuODEyNSA1Ljg0Mzc1IFogTSAxNiAxMC4wOTM3NSBMIDE1LjQwNjI1IDEwLjUzMTI1IEwgMTAuODQzNzUgMTMuODQzNzUgTCAxMC4yODEyNSAxNC4yODEyNSBMIDEwLjUgMTQuOTY4NzUgTCAxMi4yNSAyMC4zMTI1IEwgMTIuNDY4NzUgMjEgTCAxOS41MzEyNSAyMSBMIDE5Ljc1IDIwLjMxMjUgTCAyMS41IDE0Ljk2ODc1IEwgMjEuNzE4NzUgMTQuMjgxMjUgTCAyMS4xNTYyNSAxMy44NDM3NSBMIDE2LjU5Mzc1IDEwLjUzMTI1IFogTSAyNS43NSAxMC45MDYyNSBDIDI2LjI5Njg3NSAxMS45NTMxMjUgMjYuNjU2MjUgMTMuMTAxNTYzIDI2Ljg0Mzc1IDE0LjMxMjUgTCAyNS4wNjI1IDEzLjAzMTI1IFogTSA2LjIxODc1IDEwLjk2ODc1IEwgNi45MDYyNSAxMy4wMzEyNSBMIDUuMTU2MjUgMTQuMzEyNSBDIDUuMzM5ODQ0IDEzLjEyNSA1LjY4NzUgMTIgNi4yMTg3NSAxMC45Njg3NSBaIE0gMTYgMTIuNTkzNzUgTCAxOS4zNzUgMTUuMDMxMjUgTCAxOC4wOTM3NSAxOSBMIDEzLjkwNjI1IDE5IEwgMTIuNjI1IDE1LjAzMTI1IFogTSAyMS41OTM3NSAyMy42ODc1IEwgMjMuODQzNzUgMjMuNjg3NSBDIDIyLjk5MjE4OCAyNC41NjY0MDYgMjIuMDExNzE5IDI1LjI5Mjk2OSAyMC45MDYyNSAyNS44NDM3NSBaIE0gOC4xNTYyNSAyMy43MTg3NSBMIDEwLjM0Mzc1IDIzLjcxODc1IEwgMTEuMDMxMjUgMjUuODEyNSBDIDkuOTYwOTM4IDI1LjI2OTUzMSA4Ljk4ODI4MSAyNC41NjI1IDguMTU2MjUgMjMuNzE4NzUgWiIvPjwvc3ZnPg==",r5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA5LjUgNiBDIDguMTc5Njg4IDYgNy4wMDM5MDYgNi44NTkzNzUgNi42MjUgOC4xMjUgTCA1LjI1IDEyLjcxODc1IEwgMy4zMTI1IDEyLjA2MjUgTCAyLjY4NzUgMTMuOTM3NSBMIDQuNjU2MjUgMTQuNTkzNzUgTCA0LjAzMTI1IDE2LjcxODc1IEMgNC4wMDc4MTMgMTYuODA4NTk0IDMuOTk2MDk0IDE2LjkwNjI1IDQgMTcgTCA0IDI0IEMgNCAyNC4wMzEyNSA0IDI0LjA2MjUgNCAyNC4wOTM3NSBMIDQgMjUgQyA0IDI1LjU1MDc4MSA0LjQ0OTIxOSAyNiA1IDI2IEwgOCAyNiBMIDguMzQzNzUgMjUgTCAyMy42NTYyNSAyNSBMIDI0IDI2IEwgMjcgMjYgQyAyNy41NTA3ODEgMjYgMjggMjUuNTUwNzgxIDI4IDI1IEwgMjggMjQuMTU2MjUgQyAyOC4wMDM5MDYgMjQuMTA1NDY5IDI4LjAwMzkwNiAyNC4wNTA3ODEgMjggMjQgTCAyOCAxNyBDIDI4LjAwMzkwNiAxNi45MDYyNSAyNy45OTIxODggMTYuODA4NTk0IDI3Ljk2ODc1IDE2LjcxODc1IEwgMjcuMzQzNzUgMTQuNTkzNzUgTCAyOS4zMTI1IDEzLjkzNzUgTCAyOC42ODc1IDEyLjA2MjUgTCAyNi43NSAxMi43MTg3NSBMIDI1LjM3NSA4LjEyNSBDIDI0Ljk5NjA5NCA2Ljg1OTM3NSAyMy44MjAzMTMgNiAyMi41IDYgWiBNIDkuNSA4IEwgMjIuNSA4IEMgMjIuOTQ1MzEzIDggMjMuMzM5ODQ0IDguMjkyOTY5IDIzLjQ2ODc1IDguNzE4NzUgTCAyNC43NSAxMyBMIDcuMjUgMTMgTCA4LjUzMTI1IDguNzE4NzUgQyA4LjY2MDE1NiA4LjI4OTA2MyA5LjA1NDY4OCA4IDkuNSA4IFogTSA2LjY1NjI1IDE1IEwgMjUuMzQzNzUgMTUgTCAyNiAxNy4xODc1IEwgMjYgMjMgTCA2IDIzIEwgNiAxNy4xODc1IFogTSA4LjUgMTYgQyA3LjY3MTg3NSAxNiA3IDE2LjY3MTg3NSA3IDE3LjUgQyA3IDE4LjMyODEyNSA3LjY3MTg3NSAxOSA4LjUgMTkgQyA5LjMyODEyNSAxOSAxMCAxOC4zMjgxMjUgMTAgMTcuNSBDIDEwIDE2LjY3MTg3NSA5LjMyODEyNSAxNiA4LjUgMTYgWiBNIDIzLjUgMTYgQyAyMi42NzE4NzUgMTYgMjIgMTYuNjcxODc1IDIyIDE3LjUgQyAyMiAxOC4zMjgxMjUgMjIuNjcxODc1IDE5IDIzLjUgMTkgQyAyNC4zMjgxMjUgMTkgMjUgMTguMzI4MTI1IDI1IDE3LjUgQyAyNSAxNi42NzE4NzUgMjQuMzI4MTI1IDE2IDIzLjUgMTYgWiBNIDEyIDE5IEwgMTAuNzUgMjIgTCAxMi45MDYyNSAyMiBMIDEzLjM0Mzc1IDIxIEwgMTguNjU2MjUgMjEgTCAxOS4wOTM3NSAyMiBMIDIxLjI1IDIyIEwgMjAgMTkgWiIvPjwvc3ZnPg==",c5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgMTEuMDQyOTY5IDQgNyA4LjA0Mjk2OSA3IDEzIEMgNyAxNC45MTc5NjkgNy44NDM3NSAxNi45MDYyNSA5IDE4LjY4NzUgQyA5Ljg1OTM3NSAyMC4wMTE3MTkgMTAuODg2NzE5IDIxLjIzMDQ2OSAxMiAyMi4xNTYyNSBMIDEyIDI1IEMgMTIgMjYuMDkzNzUgMTIuOTA2MjUgMjcgMTQgMjcgTCAxNSAyOCBMIDE3IDI4IEwgMTggMjcgQyAxOS4wOTM3NSAyNyAyMCAyNi4wOTM3NSAyMCAyNSBMIDIwIDIyLjE1NjI1IEMgMjEuMTEzMjgxIDIxLjIzMDQ2OSAyMi4xNDA2MjUgMjAuMDExNzE5IDIzIDE4LjY4NzUgQyAyNC4xNTYyNSAxNi45MDYyNSAyNSAxNC45MTc5NjkgMjUgMTMgQyAyNSA4LjA0Mjk2OSAyMC45NTcwMzEgNCAxNiA0IFogTSAxNiA2IEMgMTkuODc4OTA2IDYgMjMgOS4xMjEwOTQgMjMgMTMgQyAyMyAxNC4zMDg1OTQgMjIuMzU1NDY5IDE2LjAzNTE1NiAyMS4zNDM3NSAxNy41OTM3NSBDIDIwLjQ0MTQwNiAxOC45ODQzNzUgMTkuMjUzOTA2IDIwLjIyMjY1NiAxOC4xNTYyNSAyMSBMIDEzLjg0Mzc1IDIxIEMgMTIuNzQ2MDk0IDIwLjIyMjY1NiAxMS41NTg1OTQgMTguOTg0Mzc1IDEwLjY1NjI1IDE3LjU5Mzc1IEMgOS42NDQ1MzEgMTYuMDM1MTU2IDkgMTQuMzA4NTk0IDkgMTMgQyA5IDkuMTIxMDk0IDEyLjEyMTA5NCA2IDE2IDYgWiBNIDE0LjI1IDIzIEwgMTcuNzUgMjMgQyAxNy44MjgxMjUgMjMuMDU0Njg4IDE3LjkxMDE1NiAyMy4wOTM3NSAxOCAyMy4xMjUgTCAxOCAyNSBMIDE0IDI1IEwgMTQgMjMuMTI1IEMgMTQuMDg5ODQ0IDIzLjA5Mzc1IDE0LjE3MTg3NSAyMy4wNTQ2ODggMTQuMjUgMjMgWiIvPjwvc3ZnPg==",d5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxMSA1IEwgMTEgMTEgTCA1IDExIEwgNSAxMyBMIDExIDEzIEwgMTEgMTkgTCA1IDE5IEwgNSAyMSBMIDExIDIxIEwgMTEgMjcgTCAxMyAyNyBMIDEzIDIxIEwgMTkgMjEgTCAxOSAyNyBMIDIxIDI3IEwgMjEgMjEgTCAyNyAyMSBMIDI3IDE5IEwgMjEgMTkgTCAyMSAxMyBMIDI3IDEzIEwgMjcgMTEgTCAyMSAxMSBMIDIxIDUgTCAxOSA1IEwgMTkgMTEgTCAxMyAxMSBMIDEzIDUgWiBNIDEzIDEzIEwgMTkgMTMgTCAxOSAxOSBMIDEzIDE5IFoiLz48L3N2Zz4=",C5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSA5IDQgQyA3LjM0NiA0IDYgNS4zNDYgNiA3IEMgNiA4LjMwMTYwOTQgNi44Mzg3NDg2IDkuNDAyMTM5MSA4IDkuODE2NDA2MiBMIDggMTEuMzA0Njg4IEwgOCAyMy4yMDcwMzEgTCA4IDI3LjAyMzQzOCBDIDggMjcuNTYzNDM4IDguNDM2NTYyNSAyOCA4Ljk3NjU2MjUgMjggTCA5LjAyMzQzNzUgMjggQyA5LjU2MzQzNzUgMjggMTAgMjcuNTYzNDM3IDEwIDI3LjAyMzQzOCBMIDEwIDIyLjIyODUxNiBDIDEwLjMzNDcwNyAyMS44Mzk3NTYgMTEuMTM4NDIzIDIxLjA0Njg3NSAxMy40NDUzMTIgMjEuMDQ2ODc1IEMgMTQuNjY5MzEzIDIxLjA0Njg3NSAxNS42NzA0MjIgMjEuNDczNzgxIDE2LjczMjQyMiAyMS45MjU3ODEgQyAxNy43Njk0MjIgMjIuMzY3NzgxIDE4Ljg0MTg5MSAyMi44MjQyMTkgMjAuMDg3ODkxIDIyLjgyNDIxOSBDIDIyLjQ0Njg5MSAyMi44MjQyMTkgMjQuMDQ5Mzc1IDIxLjU4NDY4OCAyNC43MzQzNzUgMjEuMDU0Njg4IEwgMjQuODg2NzE5IDIwLjkzOTQ1MyBDIDI1LjQzNzcxOSAyMC41NDA0NTMgMjYgMTkuOTk2IDI2IDE5IEwgMjYgMTAuNjc1NzgxIEMgMjYgOS43Njc3ODEyIDI1LjIyMTgyOCA5IDI0LjI5ODgyOCA5IEMgMjMuODAzODI4IDkgMjMuNDQwNDA2IDkuMjg2NTkzNyAyMi45NDE0MDYgOS42ODM1OTM4IEMgMjIuMjc5NDA2IDEwLjIwNzU5NCAyMS4yODA4OTEgMTEgMjAuMDg3ODkxIDExIEMgMTkuMjcyODkxIDExIDE4LjQ3NzY4OCAxMC42MTk3MzQgMTcuNTU0Njg4IDEwLjE3NzczNCBDIDE2LjQwMzY4NyA5LjYyNTczNDQgMTUuMDk4MzU5IDkgMTMuNDQzMzU5IDkgQyAxMi4zMDgyNTcgOSAxMS40MjE2ODcgOS4xODgzMzkzIDEwLjcxMjg5MSA5LjQ1NzAzMTIgQyAxMS40ODkwNzEgOC45MTQxODI0IDEyIDguMDE2NzgwMiAxMiA3IEMgMTIgNS4zNDYgMTAuNjU0IDQgOSA0IHogTSA5IDYgQyA5LjU1MiA2IDEwIDYuNDQ5IDEwIDcgQyAxMCA3LjU1MSA5LjU1MiA4IDkgOCBDIDguNDQ4IDggOCA3LjU1MSA4IDcgQyA4IDYuNDQ5IDguNDQ4IDYgOSA2IHogTSAxMy40NDMzNTkgMTEgQyAxNC42NDUzNTkgMTEgMTUuNjM4NDA2IDExLjQ3NjQ2OSAxNi42OTE0MDYgMTEuOTgwNDY5IEMgMTcuNzM2NDA2IDEyLjQ4MjQ2OSAxOC44MTc4OTEgMTMgMjAuMDg3ODkxIDEzIEMgMjEuODQyODkxIDEzIDIzLjE1ODA0NyAxMi4wNTQ0ODQgMjMuOTk4MDQ3IDExLjM5NjQ4NCBMIDIzLjk5ODA0NyAxOS4wNjY0MDYgQyAyMy45OTcwNDcgMTkuMDcwNDA2IDIzLjk1Mjk4NCAxOS4xNDUyNjYgMjMuNzA4OTg0IDE5LjMyMjI2NiBMIDIzLjUwOTc2NiAxOS40NzQ2MDkgQyAyMi45NDI3NjYgMTkuOTEyNjA5IDIxLjc2Mjg5MSAyMC44MjQyMTkgMjAuMDg3ODkxIDIwLjgyNDIxOSBDIDE5LjI0OTg5MSAyMC44MjQyMTkgMTguNDQ2NjI1IDIwLjQ4MjkzNyAxNy41MTU2MjUgMjAuMDg1OTM4IEMgMTYuMzcyNjI1IDE5LjU5NzkzOCAxNS4wNzYzNTkgMTkuMDQ0OTIyIDEzLjQ0MzM1OSAxOS4wNDQ5MjIgQyAxMS44OTEzNTkgMTkuMDQ0OTIyIDEwLjc4NiAxOS4zNTggMTAgMTkuNzUgTCAxMCAxMi4zNjEzMjggQyAxMC4zNDUgMTEuOTA1MzI4IDExLjEzMjM1OSAxMSAxMy40NDMzNTkgMTEgeiIvPjwvc3ZnPg==",A5="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgMTEuODMyMDMxIDQgOC4xNTIzNDQgNi4xMTMyODEgNiA5LjM0Mzc1IEwgNiA2IEwgNCA2IEwgNCAxMyBMIDExIDEzIEwgMTEgMTEgTCA3LjM3NSAxMSBDIDkuMTAxNTYzIDguMDE5NTMxIDEyLjI5Njg3NSA2IDE2IDYgQyAyMS41MzUxNTYgNiAyNiAxMC40NjQ4NDQgMjYgMTYgQyAyNiAyMS41MzUxNTYgMjEuNTM1MTU2IDI2IDE2IDI2IEMgMTAuNDY0ODQ0IDI2IDYgMjEuNTM1MTU2IDYgMTYgTCA0IDE2IEMgNCAyMi42MTcxODggOS4zODI4MTMgMjggMTYgMjggQyAyMi42MTcxODggMjggMjggMjIuNjE3MTg4IDI4IDE2IEMgMjggOS4zODI4MTMgMjIuNjE3MTg4IDQgMTYgNCBaIE0gMTUgOCBMIDE1IDE3IEwgMjIgMTcgTCAyMiAxNSBMIDE3IDE1IEwgMTcgOCBaIi8+PC9zdmc+Cg==";const u5=e.defineComponent({name:"Header",setup(t){const{state:n,updateSearch:a,updateActiveGroup:o}=e.inject("store"),l=e.computed(()=>!n.options.hideSearch),s=e.computed(()=>!n.options.hideGroupIcons),f=JSON.parse(JSON.stringify(n.orderedGroupKeys)),i=e.computed(()=>n.options.staticTexts.placeholder||""),r=e.computed({get:()=>n.search,set:C=>a(C)}),c=[...n.groups,...Object.keys(n.options.additionalGroups).map(C=>({key:C,title:n.options.groupNames[C]?n.options.groupNames[C]:n4(C)}))],d=[];return f.forEach(C=>{const A=c.findIndex(p=>p.key===C);A!==-1&&(d.push(c[A]),c.splice(A,1))}),{orderedGroups:d,orderedKeys:f,searchValue:r,updateActiveGroup:o,hasSearch:l,hasGroupIcons:s,placeholder:i,icons:{smileys_people:e4,animals_nature:f5,food_drink:s5,activities:i5,travel_places:r5,objects:c5,symbols:d5,flags:C5,...n.options.groupIcons,recent:A5}}}}),m5={key:0,class:"v3-header"},g5={key:0,class:"v3-groups"},p5=["onClick"],L5=["title"],h5=["src"],M5={key:1,class:"v3-spacing"},y5={key:2,class:"v3-search"},k5=["placeholder"];function _5(t,n,a,o,l,s){return t.hasGroupIcons||t.hasSearch?(e.openBlock(),e.createElementBlock("div",m5,[t.hasGroupIcons?(e.openBlock(),e.createElementBlock("div",g5,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.orderedGroups,f=>(e.openBlock(),e.createElementBlock("button",{key:f.key,type:"button",class:e.normalizeClass(["v3-group",{"v3-is-hidden":!t.icons[f.key]}]),onClick:i=>t.updateActiveGroup(f.key)},[e.createElementVNode("span",{title:f.title,class:"v3-icon"},[e.createElementVNode("img",{src:t.icons[f.key],alt:""},null,8,h5)],8,L5)],10,p5))),128))])):e.createCommentVNode("",!0),t.hasGroupIcons&&t.hasSearch?(e.openBlock(),e.createElementBlock("div",M5)):e.createCommentVNode("",!0),t.hasSearch?(e.openBlock(),e.createElementBlock("div",y5,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":n[0]||(n[0]=f=>t.searchValue=f),type:"text",placeholder:t.placeholder},null,8,k5),[[e.vModelText,t.searchValue]])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)}var b5=g0(u5,[["render",_5]]);const E5=e.defineComponent({name:"Header",setup(){const{state:t,updateSkinTone:n}=e.inject("store"),a=e.ref(!1),o=e.ref(!1),l=e.computed(()=>t.skinTone),s=e.computed(()=>t.options.staticTexts.skinTone||"Skin tone"),f=e.computed(()=>!t.options.disableSkinTones),i=t4()?"is-mac":"",r=e.computed(()=>({...t.emoji,src:w3+"/"+t.emoji[i0]+".png"}));function c(A=!0){a.value=A}function d(){a.value=!a.value}function C(A){n(A),c(!1)}return e.watch(()=>t.emoji,()=>{o.value=!1}),{emoji:r,SKIN_TONES:E7,updateSkinToneState:c,skinTone:a,stateSkinTone:l,selectSkinTone:C,toggleSkinToneState:d,EMOJI_RESULT_KEY:i0,EMOJI_NAME_KEY:B0,skinToneText:s,hasSkinTones:f,native:t.options.native,unicodeToEmoji:O0,platform:i,hasError:o}}}),N5={class:"v3-foot-left"},w5={key:0},V5=["alt","src"],I5={class:"v3-text"},D5={class:"v3-text"},B5=["onClick"];function S5(t,n,a,o,l,s){return e.openBlock(),e.createElementBlock("div",{class:"v3-footer",onMouseleave:n[2]||(n[2]=f=>t.updateSkinToneState(!1))},[e.createElementVNode("div",N5,[e.createElementVNode("span",{class:e.normalizeClass([t.platform,"v3-icon"])},[t.native||t.hasError?(e.openBlock(),e.createElementBlock("span",w5,e.toDisplayString(t.unicodeToEmoji(t.emoji.r)),1)):(e.openBlock(),e.createElementBlock("img",{key:1,alt:t.unicodeToEmoji(t.emoji.r),src:t.emoji.src,onError:n[0]||(n[0]=f=>t.hasError=!0)},null,40,V5))],2),e.createElementVNode("span",I5," :"+e.toDisplayString(t.emoji[t.EMOJI_NAME_KEY][1]||t.emoji[t.EMOJI_NAME_KEY][0])+": ",1)]),t.hasSkinTones?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("button",{type:"button",class:"v3-tone",onClick:n[1]||(n[1]=(...f)=>t.toggleSkinToneState&&t.toggleSkinToneState(...f))},[e.createElementVNode("span",D5,e.toDisplayString(t.skinToneText),1),e.createElementVNode("span",{class:e.normalizeClass(`v3-icon v3-tone-${t.stateSkinTone}`)},null,2)]),e.createElementVNode("div",{class:e.normalizeClass([t.skinTone?"v3-is-open":"","v3-skin-tones"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.SKIN_TONES,f=>(e.openBlock(),e.createElementBlock("button",{key:f,type:"button",class:e.normalizeClass(["v3-skin-tone-"+f,"v3-skin-tone"]),onClick:i=>t.selectSkinTone(f)},null,10,B5))),128))],2)],64)):e.createCommentVNode("",!0)],32)}var T5=g0(E5,[["render",S5]]);const x5=e.defineComponent({name:"PickerRoot",components:{Header:b5,Body:l5,Footer:T5},props:{type:{type:String,default:""},text:{type:String,default:""},additionalGroups:{type:Object,default:()=>({})},groupOrder:{type:Array,default:()=>[]},groupIcons:{type:Object,default:()=>({})},groupNames:{type:Object,default:()=>({})}},emits:{select:t=>!0,"update:text":t=>!0},setup(t,{emit:n}){const a=e.ref(),o=e.ref(),l=e.ref(),s=e.ref(!1),f=e.ref(t.text),i=t.type==="input"||t.type==="textarea";let r=-1;const{state:c}=e.inject("store"),d=e.computed(()=>c.options.colorTheme);function C(u){if(i){const k=c.options.mode;k==="prepend"?f.value=u.i+f.value:k==="insert"&&r!==-1?(f.value=`${f.value.slice(0,r)}${u.i}${f.value.slice(r)}`,r+=u.i.length):f.value+=u.i,n("update:text",f.value)}n("select",u)}function A(){var u;a.value&&(r=((u=a.value)==null?void 0:u.selectionEnd)||-1)}function p(u){var k;!((k=u.target)!=null&&k.closest(".v3-input-picker-wrap"))&&s.value&&(s.value=!1)}function m(){if(o.value&&l.value&&i){let u=c.options.offset;typeof u!="number"&&(u=6),q8(o.value,l.value,{placement:"bottom-end",modifiers:[{name:"offset",options:{offset:[0,u]}}]}),document.body.addEventListener("click",p)}}function h(u){f.value=u.target.value||"",n("update:text",f.value)}return e.onMounted(()=>{m()}),e.onBeforeUnmount(()=>{document.body.removeEventListener("click",p)}),{face:e4,open:s,onSelect:C,input:f,elem:a,updateCursor:A,button:o,picker:l,isInputType:i,onChangeText:h,colorTheme:d}}}),j5={key:0,class:"v3-input-emoji-picker"},z5={class:"v3-input-picker-root"},Z5=["value"],O5=["value"],U5=["src"];function $5(t,n,a,o,l,s){const f=e.resolveComponent("Header"),i=e.resolveComponent("Body"),r=e.resolveComponent("Footer");return t.isInputType?(e.openBlock(),e.createElementBlock("div",j5,[e.createElementVNode("div",z5,[t.type==="input"?(e.openBlock(),e.createElementBlock("input",{key:0,ref:"elem",value:t.input,type:"text",class:"v3-emoji-picker-input",onInput:n[0]||(n[0]=(...c)=>t.onChangeText&&t.onChangeText(...c)),onBlur:n[1]||(n[1]=(...c)=>t.updateCursor&&t.updateCursor(...c))},null,40,Z5)):(e.openBlock(),e.createElementBlock("textarea",{key:1,ref:"elem",value:t.input,class:"v3-emoji-picker-textarea",onInput:n[2]||(n[2]=(...c)=>t.onChangeText&&t.onChangeText(...c)),onBlur:n[3]||(n[3]=(...c)=>t.updateCursor&&t.updateCursor(...c))},null,40,O5)),e.createElementVNode("div",{class:e.normalizeClass(["v3-input-picker-wrap",t.open?"v3-picker-is-open":""])},[e.createElementVNode("button",{ref:"button",type:"button",class:"v3-input-picker-icon",onClick:n[4]||(n[4]=c=>t.open=!t.open)},[e.createElementVNode("img",{src:t.face,alt:""},null,8,U5)],512),e.createElementVNode("div",{ref:"picker",class:e.normalizeClass(["v3-emoji-picker","v3-color-theme-"+t.colorTheme])},[e.createVNode(f),e.createVNode(i,{onSelect:t.onSelect},null,8,["onSelect"]),e.createVNode(r)],2)],2)])])):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["v3-emoji-picker","v3-color-theme-"+t.colorTheme])},[e.createVNode(f),e.createVNode(i,{onSelect:t.onSelect},null,8,["onSelect"]),e.createVNode(r)],2))}var v5=g0(x5,[["render",$5]]);const R5=e.defineComponent({name:"Picker",components:{PickerRoot:v5},props:{native:{type:Boolean,default:!1},hideSearch:{type:Boolean,default:!1},hideGroupIcons:{type:Boolean,default:!1},hideGroupNames:{type:Boolean,default:!1},staticTexts:{type:Object,default:()=>({})},disableStickyGroupNames:{type:Boolean,default:!1},disabledGroups:{type:Array,default:()=>[]},groupNames:{type:Object,default:()=>({})},disableSkinTones:{type:Boolean,default:!1},text:{type:String,default:""},mode:{type:String,default:"insert"},offset:{type:Number,default:6},additionalGroups:{type:Object,default:()=>({})},groupOrder:{type:Array,default:()=>[]},groupIcons:{type:Object,default:()=>({})},pickerType:{type:String,default:""},displayRecent:{type:Boolean,default:!1},theme:{type:String,default:"light"}},emits:{"update:text":t=>!0,select:t=>!0},setup(t,{emit:n}){const a=e.ref(t.text);function o(s){a.value=s||"",n("update:text",a.value)}const l=R7();return l.updateOptions({native:t.native,hideSearch:t.hideSearch,hideGroupIcons:t.hideGroupIcons,hideGroupNames:t.hideGroupNames,staticTexts:{...N7,...t.staticTexts},disableStickyGroupNames:t.disableStickyGroupNames,disabledGroups:t.disabledGroups,groupNames:{...V3,...t.groupNames},disableSkinTones:t.disableSkinTones,displayRecent:t.displayRecent,additionalGroups:t.additionalGroups,mode:t.mode,offset:t.offset,groupOrder:t.groupOrder,groupIcons:t.groupIcons,colorTheme:w7.includes(t.theme)?t.theme:"light"}),e.provide("store",l),{type:t.pickerType,input:a,onChangeText:o}}});function F5(t,n,a,o,l,s){const f=e.resolveComponent("picker-root");return e.openBlock(),e.createBlock(f,{type:t.type,text:t.input,onSelect:n[0]||(n[0]=i=>t.$emit("select",i)),"onUpdate:text":t.onChangeText},null,8,["type","text","onUpdate:text"])}var Q5=g0(R5,[["render",F5]]);const H5={},P5={width:"27",height:"26",viewBox:"0 0 27 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Y5(t,n){return e.openBlock(),e.createElementBlock("svg",P5,[...n[0]||(n[0]=[e.createStaticVNode('<g clip-path="url(#clip0_1718_559)"><path d="M13.9883 24.375C10.9714 24.375 8.07817 23.1766 5.94494 21.0433C3.81172 18.9101 2.61328 16.0168 2.61328 13C2.61328 9.98316 3.81172 7.08989 5.94494 4.95666C8.07817 2.82343 10.9714 1.625 13.9883 1.625C17.0051 1.625 19.8984 2.82343 22.0316 4.95666C24.1648 7.08989 25.3633 9.98316 25.3633 13C25.3633 16.0168 24.1648 18.9101 22.0316 21.0433C19.8984 23.1766 17.0051 24.375 13.9883 24.375ZM13.9883 26C17.4361 26 20.7427 24.6304 23.1807 22.1924C25.6186 19.7544 26.9883 16.4478 26.9883 13C26.9883 9.55219 25.6186 6.24558 23.1807 3.80761C20.7427 1.36964 17.4361 0 13.9883 0C10.5405 0 7.23387 1.36964 4.79589 3.80761C2.35792 6.24558 0.988281 9.55219 0.988281 13C0.988281 16.4478 2.35792 19.7544 4.79589 22.1924C7.23387 24.6304 10.5405 26 13.9883 26Z" fill="#5F5F5F"></path><path d="M7.95115 15.5464C8.13776 15.4386 8.35953 15.4094 8.56767 15.4652C8.77581 15.521 8.95328 15.6571 9.06102 15.8438C9.56008 16.7088 10.2782 17.4271 11.1432 17.9263C12.0081 18.4256 12.9893 18.6881 13.988 18.6875C14.9867 18.6881 15.9679 18.4256 16.8329 17.9263C17.6978 17.4271 18.416 16.7088 18.915 15.8438C18.968 15.7506 19.0388 15.6688 19.1235 15.6032C19.2082 15.5375 19.3051 15.4893 19.4085 15.4612C19.5119 15.4331 19.6198 15.4258 19.7261 15.4396C19.8323 15.4534 19.9348 15.4881 20.0276 15.5417C20.1204 15.5953 20.2017 15.6667 20.2668 15.7518C20.3319 15.8369 20.3795 15.9341 20.4069 16.0377C20.4342 16.1412 20.4409 16.2492 20.4264 16.3554C20.4118 16.4616 20.3765 16.5638 20.3223 16.6562C19.6806 17.7683 18.7573 18.6918 17.6453 19.3336C16.5334 19.9755 15.2719 20.3131 13.988 20.3125C12.7041 20.3131 11.4427 19.9755 10.3307 19.3336C9.21873 18.6918 8.29545 17.7683 7.65377 16.6562C7.54604 16.4696 7.51684 16.2479 7.57261 16.0397C7.62837 15.8316 7.76454 15.6541 7.95115 15.5464ZM12.363 10.5625C12.363 11.908 11.635 13 10.738 13C9.84102 13 9.11302 11.908 9.11302 10.5625C9.11302 9.217 9.84102 8.125 10.738 8.125C11.635 8.125 12.363 9.217 12.363 10.5625ZM18.863 10.5625C18.863 11.908 18.135 13 17.238 13C16.341 13 15.613 11.908 15.613 10.5625C15.613 9.217 16.341 8.125 17.238 8.125C18.135 8.125 18.863 9.217 18.863 10.5625Z" fill="#5F5F5F"></path></g><defs><clipPath id="clip0_1718_559"><rect width="26" height="26" fill="white" transform="translate(0.988281)"></rect></clipPath></defs>',2)])])}const q5=I(H5,[["render",Y5]]),W5={class:""},K5=I({__name:"ButtonEmojiPicker",props:{state:{type:String,default:"active"},mode:{type:String,default:"click"}},setup(t){const n=t,a=e.ref(null),o=e.ref("light"),l=e.ref(null),s=e.ref(!1),f=e.inject("chatAppId"),{setMessageText:i,getMessage:r}=t2(f),c=()=>document.getElementById(f).attributes["data-theme"].nodeValue.indexOf("dark")!=-1?"dark":"light",d=m=>{i(r().text+m.i)},C=()=>{n.state==="active"&&(s.value=!s.value,s.value&&(o.value=c()))},A=()=>{s.value=!1},p=m=>{s.value&&!l.value.contains(m.target)&&!a.value.contains(m.target)&&A()};return e.onMounted(()=>{a.value.style.display="none",document.addEventListener("click",p)}),e.onUnmounted(()=>{document.removeEventListener("click",p)}),(m,h)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.unref(r)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"emojiButton",ref:l,class:e.normalizeClass(["button",{"button-disabled":t.state=="disabled"}]),onClick:C},[e.createElementVNode("span",W5,[e.createVNode(e.unref(q5))])],2)),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"emoji",ref:a,class:"emoji"},[e.createVNode(e.unref(Q5),{native:!0,theme:o.value,"picker-type":"",onSelect:d},null,8,["theme"])],512),[[e.vShow,s.value]])]),_:1})],64))}},[["__scopeId","data-v-f51534ab"]]),J5={},G5={width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function X5(t,n){return e.openBlock(),e.createElementBlock("svg",G5,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M22.75 1.625C23.181 1.625 23.5943 1.7962 23.899 2.10095C24.2038 2.4057 24.375 2.81902 24.375 3.25V16.25C24.375 16.681 24.2038 17.0943 23.899 17.399C23.5943 17.7038 23.181 17.875 22.75 17.875H18.6875C18.183 17.875 17.6853 17.9925 17.2341 18.2181C16.7828 18.4438 16.3902 18.7714 16.0875 19.175L13 23.2911L9.9125 19.175C9.60977 18.7714 9.21722 18.4438 8.76594 18.2181C8.31466 17.9925 7.81705 17.875 7.3125 17.875H3.25C2.81902 17.875 2.4057 17.7038 2.10095 17.399C1.7962 17.0943 1.625 16.681 1.625 16.25V3.25C1.625 2.81902 1.7962 2.4057 2.10095 2.10095C2.4057 1.7962 2.81902 1.625 3.25 1.625H22.75ZM3.25 0C2.38805 0 1.5614 0.34241 0.951903 0.951903C0.34241 1.5614 0 2.38805 0 3.25L0 16.25C0 17.112 0.34241 17.9386 0.951903 18.5481C1.5614 19.1576 2.38805 19.5 3.25 19.5H7.3125C7.56477 19.5 7.81358 19.5587 8.03922 19.6716C8.26486 19.7844 8.46114 19.9482 8.6125 20.15L11.7 24.2661C11.8514 24.4679 12.0476 24.6318 12.2733 24.7446C12.4989 24.8574 12.7477 24.9161 13 24.9161C13.2523 24.9161 13.5011 24.8574 13.7267 24.7446C13.9524 24.6318 14.1486 24.4679 14.3 24.2661L17.3875 20.15C17.5389 19.9482 17.7351 19.7844 17.9608 19.6716C18.1864 19.5587 18.4352 19.5 18.6875 19.5H22.75C23.612 19.5 24.4386 19.1576 25.0481 18.5481C25.6576 17.9386 26 17.112 26 16.25V3.25C26 2.38805 25.6576 1.5614 25.0481 0.951903C24.4386 0.34241 23.612 0 22.75 0L3.25 0Z",fill:"#5F5F5F"},null,-1),e.createElementVNode("path",{d:"M4.875 5.6875C4.875 5.47201 4.9606 5.26535 5.11298 5.11298C5.26535 4.9606 5.47201 4.875 5.6875 4.875H20.3125C20.528 4.875 20.7347 4.9606 20.887 5.11298C21.0394 5.26535 21.125 5.47201 21.125 5.6875C21.125 5.90299 21.0394 6.10965 20.887 6.26202C20.7347 6.4144 20.528 6.5 20.3125 6.5H5.6875C5.47201 6.5 5.26535 6.4144 5.11298 6.26202C4.9606 6.10965 4.875 5.90299 4.875 5.6875ZM4.875 9.75C4.875 9.53451 4.9606 9.32785 5.11298 9.17548C5.26535 9.0231 5.47201 8.9375 5.6875 8.9375H20.3125C20.528 8.9375 20.7347 9.0231 20.887 9.17548C21.0394 9.32785 21.125 9.53451 21.125 9.75C21.125 9.96549 21.0394 10.1722 20.887 10.3245C20.7347 10.4769 20.528 10.5625 20.3125 10.5625H5.6875C5.47201 10.5625 5.26535 10.4769 5.11298 10.3245C4.9606 10.1722 4.875 9.96549 4.875 9.75ZM4.875 13.8125C4.875 13.597 4.9606 13.3903 5.11298 13.238C5.26535 13.0856 5.47201 13 5.6875 13H13.8125C14.028 13 14.2347 13.0856 14.387 13.238C14.5394 13.3903 14.625 13.597 14.625 13.8125C14.625 14.028 14.5394 14.2347 14.387 14.387C14.2347 14.5394 14.028 14.625 13.8125 14.625H5.6875C5.47201 14.625 5.26535 14.5394 5.11298 14.387C4.9606 14.2347 4.875 14.028 4.875 13.8125Z",fill:"#5F5F5F"},null,-1)])])}const ee=I(J5,[["render",X5]]),te={class:""},ne=I({__name:"ButtonTemplateSelector",props:{templates:{type:Array,required:!1,default:()=>[]},groupTemplates:{type:Array,required:!1,default:()=>[]},mode:{type:String,required:!1,default:"click"},state:{type:String,default:"active"},elevatedWindow:{type:Boolean,required:!1}},setup(t){const n=t,a=e.inject("chatAppId"),{getMessage:o}=t2(a),l=e.ref(null),s=e.ref(null),f=()=>{n.mode=="click"&&n.state=="active"&&(s.value.style.display=="none"?s.value.style.display="inherit":s.value.style.display=="inherit"&&(s.value.style.display="none"))},i=()=>{n.mode=="hover"&&n.state=="active"&&(s.value.style.display="inherit")},r=()=>{n.mode=="hover"&&n.state=="active"&&(s.value.style.display="none")},c=()=>{s.value.style.display="none"};return e.onMounted(()=>{s.value.style.display="none"}),(d,C)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(w2),{text:"Шаблоны сообщений",position:"left"},{default:e.withCtx(()=>[e.unref(o)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"templateButton",ref:l,class:e.normalizeClass(["button-template",{"button-template-disabled":t.state=="disabled"}]),onClick:f,onMouseover:i,onMouseout:r},[e.createElementVNode("span",te,[e.createVNode(e.unref(ee))])],34))]),_:1}),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"template",ref:s,onMouseover:i,onMouseout:r},[e.createVNode(e.unref(o4),{templates:t.templates,"group-templates":t.groupTemplates,"elevated-window":t.elevatedWindow,onCloseTemplateWindow:c},null,8,["templates","group-templates","elevated-window"])],544),[[e.vShow,n.state==="active"]])]),_:1})],64))}},[["__scopeId","data-v-f859cf5c"]]),ae=I({__name:"ButtonWabaTemplateSelector",props:{wabaTemplates:{type:Array,required:!1,default:()=>[]},groupTemplates:{type:Array,required:!1,default:()=>[]},mode:{type:String,required:!1,default:"click"},state:{type:String,default:"active"},filebumpUrl:{type:String,default:"https://filebump2.services.mobilon.ru"},elevatedWindow:{type:Boolean,required:!1}},emits:["sendWabaValues"],setup(t,{emit:n}){const a=t;e.provide("filebumpUrl",a.filebumpUrl);const o=e.inject("chatAppId"),{getMessage:l}=t2(o),s=e.ref(null),f=e.ref(null),i=n,r=()=>{a.mode=="click"&&a.state=="active"&&(f.value.style.display=="none"?f.value.style.display="inherit":f.value.style.display=="inherit"&&(f.value.style.display="none"))},c=()=>{a.mode=="hover"&&a.state=="active"&&(f.value.style.display="inherit")},d=()=>{a.mode=="hover"&&a.state=="active"&&(f.value.style.display="none")},C=()=>{f.value.style.display="none"};e.onMounted(()=>{f.value.style.display="none"});const A=p=>{i("sendWabaValues",p)};return(p,m)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.unref(l)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"templateButton",ref:s,class:e.normalizeClass(["button-template",{"button-template-disabled":t.state=="disabled"}]),onClick:r,onMouseover:c,onMouseout:d},[...m[0]||(m[0]=[e.createElementVNode("span",{class:"pi pi-code"},null,-1)])],34)),e.createElementVNode("div",{ref_key:"template",ref:f,onMouseover:c,onMouseout:d},[e.createVNode(e.unref(i4),{"waba-templates":t.wabaTemplates,"group-templates":t.groupTemplates,"elevated-window":t.elevatedWindow,onCloseTemplateWindow:C,onSendWabaValues:A},null,8,["waba-templates","group-templates","elevated-window"])],544)],64))}},[["__scopeId","data-v-9fd241cd"]]),oe={class:"preview__container"},le={class:"preview__block"},fe=["src"],se=["src"],ie={key:2,style:{display:"flex",gap:"5px"}},re=["src"],ce={class:"pi pi-play"},de={class:"pi pi-pause"},Ce={key:3},Ae={class:"preview__control-block"},ue={class:"preview__information"},me={class:"preview__name"},ge={key:0,class:"preview__size"},pe={key:1,class:"preview__audio-time"},Le={key:2,class:"preview__audio-time"},he={class:"preview__reset"},Me=["src"],ye=["src"],p0=I(e.defineComponent({__name:"FilePreview",props:{fileInfo:{type:Object,required:!0}},emits:["reset"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getTheme:o}=o2(a),l=n,s=e.ref(),f=e.ref(),i=e.ref(!1),r=e.ref(0),c=e.ref(0),d=e.ref(!1),C=()=>d.value=!1;function A(){s.value&&(i.value?s.value.pause():s.value.play(),i.value=!i.value)}const p=u=>{const k=Math.floor(u/60),_=Math.floor(u%60);return`${k.toString().padStart(2,"0")}:${_.toString().padStart(2,"0")}`},m=e.computed(()=>s.value?p(c.value):"0:00"),h=e.computed(()=>s.value||f.value?p(r.value):"0:00");return e.onMounted(()=>{s.value!=null&&(s.value.addEventListener("loadedmetadata",()=>{s.value!=null&&(s.value.duration==1/0||Number.isNaN(s.value.duration))&&(s.value.currentTime=1e101,s.value.addEventListener("timeupdate",()=>{s.value&&(s.value.currentTime=0,r.value=s.value.duration)},{once:!0})),r.value=s.value!=null?s.value.duration:0}),s.value.addEventListener("timeupdate",()=>{c.value=s.value!=null?s.value.currentTime:0})),f.value&&f.value.addEventListener("loadedmetadata",()=>{f.value&&(r.value=f.value.duration,(f.value.duration==1/0||Number.isNaN(f.value.duration))&&(f.value.currentTime=1e101,f.value.addEventListener("timeupdate",()=>{f.value&&(f.value.currentTime=0,r.value=f.value.duration)},{once:!0})))})}),(u,k)=>(e.openBlock(),e.createElementBlock("div",oe,[e.createElementVNode("div",le,[t.fileInfo.isImage?(e.openBlock(),e.createElementBlock("div",{key:0,style:{position:"relative"},onClick:k[0]||(k[0]=_=>d.value=!0)},[e.createElementVNode("img",{src:t.fileInfo.previewUrl,alt:"Image Preview",class:"preview__image"},null,8,fe),k[3]||(k[3]=e.createElementVNode("div",{class:"preview__shadow"},[e.createElementVNode("span",{class:"pi pi-plus-circle"})],-1))])):t.fileInfo.isVideo?(e.openBlock(),e.createElementBlock("div",{key:1,style:{position:"relative"},onClick:k[1]||(k[1]=_=>d.value=!0)},[e.createElementVNode("video",{ref_key:"video",ref:f,src:t.fileInfo.previewUrl,class:"preview__video"},null,8,se),k[4]||(k[4]=e.createElementVNode("div",{class:"preview__shadow"},[e.createElementVNode("span",{class:"pi pi-play"})],-1))])):t.fileInfo.isAudio?(e.openBlock(),e.createElementBlock("div",ie,[k[5]||(k[5]=e.createElementVNode("span",{class:"pi pi-headphones",style:{"font-size":"1rem",margin:"auto"}},null,-1)),e.createElementVNode("audio",{ref_key:"audio",ref:s,src:t.fileInfo.previewUrl},null,8,re),e.createElementVNode("button",{class:"preview__audio-control",onClick:A},[e.withDirectives(e.createElementVNode("span",ce,null,512),[[e.vShow,!i.value]]),e.withDirectives(e.createElementVNode("span",de,null,512),[[e.vShow,i.value]])])])):(e.openBlock(),e.createElementBlock("div",Ce,[...k[6]||(k[6]=[e.createElementVNode("span",{class:"pi pi-file",style:{"font-size":"2.5rem"}},null,-1)])]))]),e.createElementVNode("div",Ae,[e.createElementVNode("div",ue,[e.createElementVNode("span",me,e.toDisplayString(t.fileInfo.fileName),1),!t.fileInfo.isAudio&&!t.fileInfo.isVideo?(e.openBlock(),e.createElementBlock("span",ge,e.toDisplayString(t.fileInfo.fileSize),1)):e.createCommentVNode("",!0),t.fileInfo.isAudio?(e.openBlock(),e.createElementBlock("span",pe,e.toDisplayString(`${m.value} / ${h.value}`),1)):e.createCommentVNode("",!0),t.fileInfo.isVideo?(e.openBlock(),e.createElementBlock("span",Le,e.toDisplayString(h.value),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",he,[e.createElementVNode("span",{class:"pi pi-times",onClick:k[2]||(k[2]=_=>l("reset"))})])]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[d.value?(e.openBlock(),e.createBlock(e.unref(n0),{key:0,theme:e.unref(o)().theme?e.unref(o)().theme:"",onClose:C},{default:e.withCtx(()=>[t.fileInfo.isVideo?(e.openBlock(),e.createElementBlock("video",{key:0,class:"preview__modal-video",src:t.fileInfo.previewUrl,controls:"",autoplay:""},null,8,Me)):e.createCommentVNode("",!0),t.fileInfo.isImage?(e.openBlock(),e.createElementBlock("img",{key:1,class:"preview__modal-image",src:t.fileInfo.previewUrl,alt:"Image Preview"},null,8,ye)):e.createCommentVNode("",!0)]),_:1},8,["theme"])):e.createCommentVNode("",!0)]),_:1})]))]))}}),[["__scopeId","data-v-3aa79e9b"]]),ke={},_e={width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function be(t,n){return e.openBlock(),e.createElementBlock("svg",_e,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M7.3125 4.875C7.3125 3.79756 7.74051 2.76425 8.50238 2.00238C9.26425 1.24051 10.2976 0.8125 11.375 0.8125C12.4524 0.8125 13.4858 1.24051 14.2476 2.00238C15.0095 2.76425 15.4375 3.79756 15.4375 4.875V19.5C15.4375 20.1465 15.1807 20.7665 14.7236 21.2236C14.2665 21.6807 13.6465 21.9375 13 21.9375C12.3535 21.9375 11.7335 21.6807 11.2764 21.2236C10.8193 20.7665 10.5625 20.1465 10.5625 19.5V8.125C10.5625 7.90951 10.6481 7.70285 10.8005 7.55048C10.9528 7.3981 11.1595 7.3125 11.375 7.3125C11.5905 7.3125 11.7972 7.3981 11.9495 7.55048C12.1019 7.70285 12.1875 7.90951 12.1875 8.125V19.5C12.1875 19.7155 12.2731 19.9222 12.4255 20.0745C12.5778 20.2269 12.7845 20.3125 13 20.3125C13.2155 20.3125 13.4222 20.2269 13.5745 20.0745C13.7269 19.9222 13.8125 19.7155 13.8125 19.5V4.875C13.8125 4.5549 13.7495 4.23794 13.627 3.94221C13.5045 3.64648 13.3249 3.37777 13.0986 3.15143C12.8722 2.92508 12.6035 2.74554 12.3078 2.62304C12.0121 2.50055 11.6951 2.4375 11.375 2.4375C11.0549 2.4375 10.7379 2.50055 10.4422 2.62304C10.1465 2.74554 9.87777 2.92508 9.65143 3.15143C9.42508 3.37777 9.24554 3.64648 9.12304 3.94221C9.00055 4.23794 8.9375 4.5549 8.9375 4.875V19.5C8.9375 20.5774 9.36551 21.6108 10.1274 22.3726C10.8892 23.1345 11.9226 23.5625 13 23.5625C14.0774 23.5625 15.1108 23.1345 15.8726 22.3726C16.6345 21.6108 17.0625 20.5774 17.0625 19.5V8.125C17.0625 7.90951 17.1481 7.70285 17.3005 7.55048C17.4528 7.3981 17.6595 7.3125 17.875 7.3125C18.0905 7.3125 18.2972 7.3981 18.4495 7.55048C18.6019 7.70285 18.6875 7.90951 18.6875 8.125V19.5C18.6875 21.0084 18.0883 22.4551 17.0217 23.5217C15.9551 24.5883 14.5084 25.1875 13 25.1875C11.4916 25.1875 10.0449 24.5883 8.97833 23.5217C7.91172 22.4551 7.3125 21.0084 7.3125 19.5V4.875Z",fill:"#5F5F5F"},null,-1)])])}const Ee=I(ke,[["render",be]]),Ne={key:0},we={key:1},Ve=["disabled"],Ie=I(e.defineComponent({__name:"FileUploader",props:{filebumpUrl:{type:String,default:""},state:{type:String,default:"active"}},emits:["fileUploaded"],setup(t,{emit:n}){const a=t,o=e.ref(""),l=e.ref(),s=e.ref(),f=e.inject("chatAppId"),{setMessageFile:i,resetMessageFile:r,getMessage:c,setRecordingMessage:d}=t2(f),C=e.computed(()=>!c().file),A=()=>{const k=document.getElementById("chat-input-file-line-"+f);k&&(k.style.display="none"),r(),s.value=void 0,o.value=""},p=async()=>{var k,_;A(),(k=l.value)!=null&&k.files&&u((_=l.value)==null?void 0:_.files[0])},m=()=>{l.value&&C&&a.state=="active"&&l.value.click()},h=async k=>{var M;const _=(M=k.clipboardData)==null?void 0:M.items;if(_){for(let L of _)if(L.type.indexOf("image")!==-1){k.preventDefault();const y=L.getAsFile();y&&u(y)}}},u=async k=>{o.value="uploading",d(!0);const _=typeof a.filebumpUrl=="string"?a.filebumpUrl:null;await o0(_,k).then(M=>{if(d(!1),o.value=M.status,M.status=="success"){i({url:M.url,name:M.name,size:M.size,type:M.type});const L=document.getElementById("chat-input-file-line-"+f);L&&(L.style.display="inherit"),M.preview&&(s.value={previewUrl:M.preview.previewUrl,isImage:M.preview.isImage,isVideo:M.preview.isVideo,isAudio:M.preview.isAudio,fileName:M.name,fileSize:M.preview.fileSize})}})};return e.onMounted(()=>{window.addEventListener("paste",h)}),(k,_)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[o.value==="uploading"?(e.openBlock(),e.createElementBlock("div",Ne,[..._[0]||(_[0]=[e.createElementVNode("p",null,"Загрузка файла...",-1)])])):o.value==="error"?(e.openBlock(),e.createElementBlock("div",we,[..._[1]||(_[1]=[e.createElementVNode("p",null,"Ошибка при загрузке файла.",-1)])])):e.createCommentVNode("",!0),e.createElementVNode("span",{class:e.normalizeClass(["file-uploader__trigger",{"file-uploader__disabled":!C.value||t.state=="disabled"}]),disabled:!C.value||t.state=="disabled",onClick:m},[e.createVNode(e.unref(Ee))],10,Ve),e.createElementVNode("input",{ref_key:"fileInput",ref:l,style:{display:"none"},type:"file",onChange:p},null,544),e.unref(c)().file?(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"#chat-input-file-line-"+e.unref(f)},[s.value?(e.openBlock(),e.createBlock(e.unref(p0),{key:0,"file-info":s.value,onReset:A},null,8,["file-info"])):e.createCommentVNode("",!0)],8,["to"])):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-02213aad"]]),De=["id"],a4=I({__name:"PlaceholderComponent",props:{index:{type:Number,required:!0},value:{type:String,required:!0},isFilled:{type:Boolean,required:!0}},emits:["edit"],setup(t,{emit:n}){const a=e.inject("chatAppId"),o=t,l=n,s=e.ref(o.value),f=e.ref();e.watch(()=>o.isFilled,()=>{o.isFilled||(s.value="Заполнить")},{immediate:!0});const i=C=>{if(!o.isFilled){s.value="";const A=window.getSelection();A.getRangeAt&&A.rangeCount&&A.getRangeAt(0).selectNodeContents(C.target)}};function r(){s.value=f.value.innerText.trim(),o.value!=s.value&&(s.value!=""?l("edit",[s.value,o.index]):o.isFilled?e.nextTick(()=>{s.value=o.value}):s.value="Заполнить")}function c(C){C.target.blur(),r()}function d(C){C.target==document.getElementById("placeholder"+a+o.index)&&(C.key==="Escape"&&C.target.blur(),C.key=="Tab"&&(C.target.blur(),document.getElementById("placeholder"+a+(o.index+1))&&(C.preventDefault(),document.getElementById("placeholder"+a+(o.index+1)).focus())))}return e.onMounted(()=>{window.addEventListener("keydown",d)}),e.onUnmounted(()=>{window.removeEventListener("keydown",d)}),(C,A)=>(e.openBlock(),e.createElementBlock("span",{id:"placeholder"+e.unref(a)+t.index,ref_key:"refPlaceholder",ref:f,contenteditable:"",class:e.normalizeClass([{filled:t.isFilled,empty:!t.isFilled},"placeholder"]),onKeydown:e.withKeys(c,["enter"]),onFocus:i,onBlur:r},e.toDisplayString(s.value),43,De))}},[["__scopeId","data-v-558891d3"]]),Be={class:"template-selector"},Se=["id"],Te={style:{display:"flex"}},xe={style:{display:"flex"}},je={key:0,class:"template-selector__button-close"},ze={key:1,class:"template-selector__button-close"},Ze={class:"template-selector__button-close"},Oe={class:"template-selector__layout"},Ue=["id"],$e={class:"template-selector__list-groups"},ve={class:"template-selector__label-group"},Re=["src","alt"],Fe=["id","value"],Qe=["id"],He={class:"template-selector__searching-container"},Pe={class:"template-selector__templates"},Ye={key:0,class:"template-selector__list-templates"},qe=["onClick"],We={class:"template-selector__item-template-info"},Ke={class:"template-selector__item-title"},Je={class:"template-selector__item-text"},Ge={key:1,class:"template-selector__plug"},Xe=["id"],et={key:0,class:"template-selector__preview"},tt={class:"template-selector__preview-wrapper"},nt={class:"template-selector__preview-text"},at={key:1,class:"template-selector__plug"},o4=I({__name:"TemplateSelector",props:{templates:{type:Array,required:!1,default:()=>[]},groupTemplates:{type:Array,required:!1,default:()=>[]},elevatedWindow:{type:Boolean,required:!1,default:!1},chatBackground:{type:String,default:()=>new URL("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.08'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M123.907%20103.164C123.961%20103.293%20124.085%20103.371%20124.216%20103.371C124.258%20103.371%20124.301%20103.363%20124.341%20103.346L136.396%2098.4113C136.565%2098.342%20136.647%2098.1473%20136.579%2097.9766C136.508%2097.806%20136.313%2097.7246%20136.143%2097.7946L124.089%20102.729C123.92%20102.799%20123.838%20102.993%20123.907%20103.164ZM121.761%2097.9232C121.815%2098.0519%20121.94%2098.1305%20122.071%2098.1305C122.114%2098.1305%20122.156%2098.1225%20122.197%2098.1052L134.251%2093.1699C134.421%2093.1005%20134.503%2092.9059%20134.433%2092.7352C134.363%2092.5645%20134.169%2092.4839%20133.998%2092.5525L121.945%2097.4885C121.775%2097.5579%20121.693%2097.7525%20121.761%2097.9232ZM121.372%2096.4273C121.415%2096.4273%20121.458%2096.4193%20121.5%2096.4026L133.553%2091.4673C133.724%2091.398%20133.805%2091.2033%20133.735%2091.0326C133.665%2090.862%20133.47%2090.7806%20133.3%2090.8506L121.247%2095.7853C121.076%2095.8546%20120.994%2096.0493%20121.064%2096.22C121.117%2096.3493%20121.242%2096.4273%20121.372%2096.4273ZM127.448%20111.811C127.501%20111.94%20127.624%20112.019%20127.756%20112.019C127.799%20112.019%20127.84%20112.011%20127.882%20111.993L139.936%20107.058C140.106%20106.989%20140.188%20106.794%20140.118%20106.623C140.049%20106.453%20139.853%20106.372%20139.684%20106.441L127.63%20111.377C127.46%20111.446%20127.378%20111.641%20127.448%20111.811ZM124.605%20104.867C124.658%20104.996%20124.782%20105.075%20124.914%20105.075C124.955%20105.075%20124.999%20105.067%20125.039%20105.049L137.093%20100.115C137.264%20100.045%20137.345%2099.8507%20137.276%2099.6801C137.205%2099.5094%20137.009%2099.4281%20136.841%2099.4974L124.787%20104.433C124.617%20104.502%20124.535%20104.697%20124.605%20104.867ZM20.2705%20181.009C19.3432%20182.313%2017.9672%20183.177%2016.3939%20183.443C16.0625%20183.499%2015.7265%20183.527%2015.3932%20183.527C12.4659%20183.527%209.98653%20181.431%209.49919%20178.541C8.94986%20175.289%2011.1479%20172.196%2014.4005%20171.647C14.7312%20171.591%2015.0672%20171.562%2015.4005%20171.562C18.3292%20171.562%2020.8079%20173.659%2021.2952%20176.548C21.5605%20178.121%2021.1979%20179.705%2020.2705%20181.009ZM15.4007%20170.895C15.0314%20170.895%2014.6567%20170.927%2014.2887%20170.989C10.6754%20171.6%208.2314%20175.038%208.8414%20178.652C9.38406%20181.863%2012.1401%20184.194%2015.3934%20184.194C15.7641%20184.194%2016.1381%20184.162%2016.5054%20184.101C18.2541%20183.805%2019.7841%20182.845%2020.8141%20181.395C21.8434%20179.946%2022.2487%20178.185%2021.9527%20176.437C21.4114%20173.226%2018.6554%20170.895%2015.4007%20170.895ZM126.751%20110.109C126.804%20110.238%20126.927%20110.316%20127.059%20110.316C127.101%20110.316%20127.143%20110.308%20127.185%20110.291L139.239%20105.356C139.409%20105.287%20139.491%20105.092%20139.421%20104.921C139.351%20104.751%20139.155%20104.67%20138.986%20104.739L126.933%20109.674C126.761%20109.743%20126.681%20109.938%20126.751%20110.109ZM105.967%2011.7974C106.209%2012.546%20106.618%2013.1314%20107.121%2013.438C106.618%2013.746%20106.209%2014.33%20105.967%2015.08C105.727%2014.33%20105.316%2013.746%20104.812%2013.438C105.316%2013.1314%20105.727%2012.546%20105.967%2011.7974ZM103.99%2013.6773C104.932%2013.6773%20105.729%2015.05%20105.729%2016.6753C105.729%2016.8073%20105.836%2016.9146%20105.968%2016.9146C106.1%2016.9146%20106.206%2016.8073%20106.206%2016.6753C106.206%2015.05%20107.004%2013.6773%20107.946%2013.6773C108.078%2013.6773%20108.185%2013.5706%20108.185%2013.438C108.185%2013.306%20108.078%2013.1993%20107.946%2013.1993C107.004%2013.1993%20106.206%2011.826%20106.206%2010.2013C106.206%2010.0693%20106.1%209.96265%20105.968%209.96265C105.836%209.96265%20105.729%2010.0693%20105.729%2010.2013C105.729%2011.826%20104.932%2013.1993%20103.99%2013.1993C103.858%2013.1993%20103.751%2013.306%20103.751%2013.438C103.751%2013.5706%20103.858%2013.6773%20103.99%2013.6773ZM28.0605%20113.904C27.9999%20113.925%2027.9352%20113.935%2027.8712%20113.935C27.7785%20113.935%2027.6845%20113.913%2027.6019%20113.871C27.4579%20113.799%2027.3505%20113.675%2027.3005%20113.522L26.5565%20111.287C26.4512%20110.973%2026.6219%20110.631%2026.9372%20110.526L28.4799%20110.013C28.4812%20110.011%2028.4832%20110.012%2028.4852%20110.011L61.2859%2099.0953C61.2872%2099.0947%2061.2885%2099.0927%2061.2905%2099.0927L62.8279%2098.5807C62.8892%2098.56%2062.9525%2098.5493%2063.0165%2098.5493C63.1105%2098.5493%2063.2032%2098.572%2063.2859%2098.6133C63.4305%2098.686%2063.5372%2098.8093%2063.5879%2098.962L64.3325%20101.197C64.4372%20101.511%2064.2659%20101.853%2063.9512%20101.958L46.0099%20107.929H46.0092C46.0092%20107.929%2046.0085%20107.929%2046.0085%20107.931L28.0605%20113.904ZM22.0498%2089.6186L54.2171%2078.9126L60.7585%2098.5666L28.5911%20109.273L22.0498%2089.6186ZM19.9836%2089.6034C19.6722%2089.708%2019.3242%2089.5307%2019.2222%2089.2227L18.4782%2086.99C18.4289%2086.8394%2018.4409%2086.672%2018.5109%2086.5307C18.5829%2086.3887%2018.7096%2086.2787%2018.8602%2086.2287L54.7409%2074.2867C54.8029%2074.266%2054.8669%2074.2554%2054.9316%2074.2554C55.1909%2074.2554%2055.4202%2074.4207%2055.5022%2074.6674L56.2456%2076.9007C56.3502%2077.2147%2056.1789%2077.5567%2055.8649%2077.6614L23.3429%2088.4854L21.5229%2089.0914L19.9836%2089.6034ZM56.7412%20110.711C56.9618%20110.271%2057.3378%20109.945%2057.8032%20109.79C57.9912%20109.728%2058.1872%20109.696%2058.3838%20109.696C59.1752%20109.696%2059.8745%20110.201%2060.1245%20110.952C60.4452%20111.912%2059.9232%20112.954%2058.9625%20113.273C58.0118%20113.591%2056.9538%20113.049%2056.6418%20112.111C56.4865%20111.646%2056.5232%20111.149%2056.7412%20110.711ZM48.3224%20113.045C49.1144%20113.045%2049.8144%20113.549%2050.0644%20114.301C50.3837%20115.261%2049.863%20116.303%2048.9024%20116.622C48.7144%20116.685%2048.5184%20116.717%2048.323%20116.717C47.5317%20116.717%2046.8317%20116.212%2046.5817%20115.46C46.4264%20114.995%2046.4617%20114.497%2046.681%20114.059C46.9004%20113.621%2047.2784%20113.294%2047.743%20113.139C47.931%20113.076%2048.1257%20113.045%2048.3224%20113.045ZM40.0043%20117.649C40.3243%20118.609%2039.803%20119.651%2038.8423%20119.971C37.8936%20120.288%2036.8336%20119.746%2036.521%20118.808C36.201%20117.847%2036.723%20116.807%2037.6823%20116.487C37.871%20116.425%2038.0663%20116.393%2038.2623%20116.393C39.0543%20116.393%2039.7543%20116.897%2040.0043%20117.649ZM39.1513%20115.895C38.872%20115.789%2038.574%20115.726%2038.262%20115.726C37.9946%20115.726%2037.728%20115.769%2037.4726%20115.854C36.1626%20116.289%2035.4526%20117.71%2035.888%20119.019C36.2286%20120.044%2037.1833%20120.732%2038.262%20120.732C38.53%20120.732%2038.796%20120.689%2039.0526%20120.603C40.362%20120.167%2041.0726%20118.748%2040.6366%20117.438C40.4686%20116.933%2040.1486%20116.509%2039.7393%20116.21L43.3826%20109.507L45.9033%20108.668L47.2266%20112.642C46.736%20112.881%2046.334%20113.264%2046.086%20113.761C45.786%20114.358%2045.738%20115.037%2045.9486%20115.671C46.29%20116.695%2047.244%20117.383%2048.3233%20117.383C48.5913%20117.383%2048.8566%20117.341%2049.1133%20117.255C50.4213%20116.819%2051.1326%20115.399%2050.698%20114.09C50.3566%20113.066%2049.402%20112.378%2048.3226%20112.378C48.1666%20112.378%2048.0113%20112.397%2047.858%20112.426L46.536%20108.457L49.0586%20107.618L55.996%20110.802C55.844%20111.297%2055.8426%20111.822%2056.0093%20112.321C56.35%20113.346%2057.3046%20114.035%2058.3826%20114.035C58.6506%20114.035%2058.9173%20113.992%2059.1733%20113.907C60.4826%20113.471%2061.194%20112.051%2060.758%20110.741C60.4173%20109.717%2059.4626%20109.029%2058.384%20109.029C58.1153%20109.029%2057.85%20109.073%2057.5933%20109.158C57.0393%20109.342%2056.5873%20109.713%2056.28%20110.199L49.984%20107.31L64.162%20102.591C64.8246%20102.37%2065.1853%20101.65%2064.9653%20100.987L64.2213%2098.7507C64.1146%2098.43%2063.888%2098.1693%2063.5846%2098.0173C63.2866%2097.8673%2062.9293%2097.8427%2062.6166%2097.948L61.392%2098.3553L54.85%2078.7027L56.0746%2078.2947C56.7393%2078.0733%2057.0993%2077.3533%2056.8786%2076.6893L56.1353%2074.4567C55.9193%2073.8087%2055.1826%2073.438%2054.5313%2073.654L18.6493%2085.596C18.328%2085.704%2018.0673%2085.9294%2017.916%2086.232C17.7666%2086.5307%2017.7406%2086.884%2017.8466%2087.2007L18.59%2089.434C18.7626%2089.9527%2019.2473%2090.3013%2019.7933%2090.3013C19.9293%2090.3013%2020.0646%2090.2794%2020.1946%2090.2367L21.4173%2089.8293L27.9586%20109.483L26.7266%20109.893C26.0633%20110.115%2025.7026%20110.835%2025.9233%20111.498L26.668%20113.733C26.7746%20114.054%2027%20114.315%2027.304%20114.467C27.48%20114.555%2027.6753%20114.602%2027.8713%20114.602C28.008%20114.602%2028.1433%20114.579%2028.272%20114.537L42.4553%20109.816L39.1513%20115.895ZM120.442%208.35467C120.47%208.35467%20120.5%208.35133%20120.529%208.34333L149.052%200.684C149.137%200.660667%20149.21%200.604667%20149.254%200.528667C149.298%200.452%20149.31%200.360667%20149.286%200.275333L149.212%200H148.522L148.556%200.126667L120.676%207.61333L118.632%200H117.942L120.119%208.108C120.16%208.25667%20120.294%208.35467%20120.442%208.35467ZM121.895%20115.314L120.336%20111.507L124.143%20109.948L125.701%20113.755L121.895%20115.314ZM124.634%20109.387C124.563%20109.216%20124.368%20109.134%20124.198%20109.205L119.774%20111.016C119.693%20111.049%20119.628%20111.114%20119.592%20111.196C119.56%20111.277%20119.559%20111.369%20119.591%20111.451L121.404%20115.875C121.456%20116.004%20121.582%20116.082%20121.712%20116.082C121.754%20116.082%20121.798%20116.075%20121.838%20116.058L126.262%20114.246C126.344%20114.213%20126.41%20114.148%20126.444%20114.067C126.478%20113.985%20126.478%20113.894%20126.445%20113.812L124.634%20109.387ZM119.052%20108.37L117.493%20104.563L121.3%20103.003L122.86%20106.811L119.052%20108.37ZM123.603%20106.867L121.79%20102.442C121.757%20102.36%20121.693%20102.295%20121.611%20102.261C121.529%20102.226%20121.437%20102.227%20121.356%20102.26L116.931%20104.072C116.85%20104.105%20116.784%20104.17%20116.751%20104.251C116.716%20104.333%20116.716%20104.425%20116.749%20104.507L118.561%20108.931C118.615%20109.06%20118.738%20109.138%20118.869%20109.138C118.912%20109.138%20118.953%20109.131%20118.996%20109.113L123.421%20107.302C123.59%20107.233%20123.671%20107.038%20123.603%20106.867ZM116.208%20101.425L114.648%2097.6187L115.082%2097.4414L117.444%2099.8287C117.507%2099.8934%20117.592%2099.9281%20117.68%2099.9281C117.719%2099.9281%20117.757%2099.9214%20117.795%2099.9081C117.918%2099.8627%20118.002%2099.7514%20118.012%2099.6214L118.294%2096.1261L118.456%2096.0594L120.015%2099.8667L116.208%20101.425ZM117.603%2096.4087L117.407%2098.8434L115.75%2097.168L117.603%2096.4087ZM120.759%2099.9227L118.949%2095.4981C118.915%2095.4161%20118.85%2095.3514%20118.769%2095.3174C118.687%2095.2821%20118.595%2095.2834%20118.513%2095.3161L118.355%2095.3814L118.599%2092.3501C118.614%2092.1661%20118.477%2092.0054%20118.293%2091.9914C118.105%2091.9801%20117.949%2092.1127%20117.934%2092.2967L117.663%2095.6641L115.243%2096.6554L114.977%2096.3854C114.846%2096.2554%20114.636%2096.2527%20114.505%2096.3827C114.373%2096.5127%20114.372%2096.7234%20114.503%2096.8541L114.576%2096.9287L114.089%2097.1281C113.919%2097.1974%20113.837%2097.3921%20113.907%2097.5627L115.718%20101.987C115.771%20102.115%20115.895%20102.193%20116.027%20102.193C116.069%20102.193%20116.112%20102.186%20116.153%20102.169L120.577%20100.357C120.748%20100.288%20120.829%20100.093%20120.759%2099.9227ZM138.713%20175.269C138.666%20175.091%20138.482%20174.985%20138.304%20175.033L116.977%20180.761C116.8%20180.808%20116.694%20180.991%20116.742%20181.169C116.782%20181.317%20116.916%20181.415%20117.062%20181.415C117.091%20181.415%20117.121%20181.411%20117.15%20181.403L138.477%20175.677C138.656%20175.629%20138.76%20175.446%20138.713%20175.269ZM110.913%2091.4813L115.703%2089.52L116.179%2090.682C116.345%2091.0893%20116.739%2091.3527%20117.179%2091.3527C117.32%2091.3527%20117.456%2091.326%20117.588%2091.272L127.03%2087.4067C127.297%2087.2973%20127.506%2087.0907%20127.617%2086.8247C127.727%2086.5627%20127.728%2086.2613%20127.62%2085.998L127.145%2084.8367L131.935%2082.8747L135.373%2084.3147L145.239%20108.412L143.799%20111.851L122.777%20120.457L119.339%20119.017L109.473%2094.9193L110.913%2091.4813ZM115.729%2087.2833C115.802%2087.1106%20115.937%2086.9766%20116.11%2086.906L117.25%2086.4386C117.42%2086.3693%20117.502%2086.1746%20117.432%2086.004C116.754%2084.346%20117.55%2082.4446%20119.208%2081.766C119.602%2081.604%20120.016%2081.522%20120.438%2081.522C121.764%2081.522%20122.944%2082.3153%20123.446%2083.542C123.48%2083.624%20123.544%2083.6886%20123.626%2083.7226C123.708%2083.7573%20123.799%2083.7573%20123.881%2083.724L125.02%2083.2573C125.192%2083.1866%20125.386%2083.188%20125.557%2083.2593C125.729%2083.332%20125.864%2083.4666%20125.934%2083.64L126.4%2084.7786V84.7806C126.4%2084.7813%20126.402%2084.782%20126.402%2084.7826L127.004%2086.2506C127.044%2086.352%20127.044%2086.466%20127.002%2086.5666C126.959%2086.6686%20126.88%2086.7473%20126.778%2086.7893L117.336%2090.6553C117.127%2090.7386%20116.881%2090.6346%20116.796%2090.4293L116.195%2088.96V88.9593L116.194%2088.9586L115.727%2087.82C115.657%2087.6466%20115.657%2087.456%20115.729%2087.2833ZM118.953%20119.577L122.646%20121.125C122.688%20121.143%20122.73%20121.151%20122.776%20121.151C122.818%20121.151%20122.862%20121.143%20122.902%20121.127L144.178%20112.415C144.26%20112.381%20144.326%20112.317%20144.361%20112.235L145.907%20108.543C145.942%20108.461%20145.942%20108.369%20145.908%20108.287L135.938%2083.9346C135.904%2083.8526%20135.839%2083.7872%20135.758%2083.7532L132.064%2082.2066C131.982%2082.1712%20131.892%2082.1726%20131.81%2082.2052L126.892%2084.2192L126.552%2083.3872C126.414%2083.0492%20126.152%2082.7859%20125.814%2082.6446C125.48%2082.5039%20125.102%2082.5026%20124.768%2082.6399L123.924%2082.9859C123.257%2081.6819%20121.923%2080.8552%20120.438%2080.8552C119.928%2080.8552%20119.43%2080.9546%20118.955%2081.1486C117.06%2081.9246%20116.1%2084.0239%20116.701%2085.9426L115.858%2086.2886C115.52%2086.4272%20115.256%2086.6886%20115.115%2087.0252C114.974%2087.3626%20114.972%2087.7346%20115.11%2088.0726L115.451%2088.9032L110.532%2090.9166C110.451%2090.9506%20110.386%2091.0152%20110.352%2091.0966L108.804%2094.7892C108.771%2094.8706%20108.769%2094.9626%20108.803%2095.0446L118.774%20119.397C118.808%20119.479%20118.871%20119.544%20118.953%20119.577ZM118.004%20184.917C118.032%20184.917%20118.062%20184.913%20118.091%20184.905L139.418%20179.177C139.596%20179.13%20139.702%20178.947%20139.654%20178.769C139.606%20178.592%20139.424%20178.487%20139.245%20178.534L117.918%20184.261C117.74%20184.309%20117.635%20184.493%20117.682%20184.67C117.723%20184.818%20117.857%20184.917%20118.004%20184.917ZM160.928%2073.7073L156.495%2071.4886L160.949%2062.5913L165.382%2064.8106L160.928%2073.7073ZM165.978%2064.3633L160.949%2061.8459C160.783%2061.7633%20160.585%2061.8306%20160.501%2061.9946L155.75%2071.4886C155.71%2071.5673%20155.703%2071.6586%20155.731%2071.7426C155.758%2071.8266%20155.819%2071.8959%20155.897%2071.9359L160.927%2074.4526C160.975%2074.4766%20161.026%2074.4879%20161.077%2074.4879C161.199%2074.4879%20161.315%2074.4199%20161.375%2074.3033L166.127%2064.8106C166.167%2064.7319%20166.173%2064.6399%20166.145%2064.5559C166.117%2064.4719%20166.057%2064.4033%20165.978%2064.3633ZM21.3452%20181.772C20.2159%20183.361%2018.5359%20184.415%2016.6146%20184.741C16.2086%20184.809%2015.7959%20184.843%2015.3899%20184.843C11.8212%20184.843%208.7979%20182.285%208.20124%20178.761C7.53124%20174.794%2010.2132%20171.02%2014.1812%20170.349C14.5872%20170.281%2014.9992%20170.245%2015.4066%20170.245C18.9752%20170.245%2021.9972%20172.804%2022.5919%20176.328C22.9179%20178.25%2022.4752%20180.184%2021.3452%20181.772ZM18.6112%20192.519C18.6612%20192.811%2018.4625%20193.09%2018.1699%20193.139L17.9025%20193.185C17.6059%20193.235%2017.3319%20193.034%2017.2825%20192.744L16.5479%20188.399L17.8772%20188.174L18.6112%20192.519ZM16.0557%20185.482C16.2797%20185.463%2016.5037%20185.435%2016.7257%20185.398C16.949%20185.36%2017.167%20185.309%2017.3837%20185.253L17.7657%20187.517L16.4377%20187.742L16.0557%20185.482ZM15.4073%20169.579C14.9626%20169.579%2014.5126%20169.617%2014.0706%20169.691C9.74127%20170.425%206.81327%20174.543%207.5446%20178.871C8.19593%20182.716%2011.4913%20185.507%2015.3846%20185.509L16.6259%20192.855C16.7246%20193.437%2017.2233%20193.859%2017.8126%20193.859C17.8793%20193.859%2017.9473%20193.854%2018.0153%20193.843L18.2826%20193.797C18.9379%20193.686%2019.3799%20193.062%2019.2693%20192.408L18.4799%20187.734L18.0273%20185.056C19.5753%20184.518%2020.9206%20183.522%2021.8899%20182.159C23.1219%20180.425%2023.6053%20178.315%2023.2506%20176.217C22.6006%20172.371%2019.3019%20169.579%2015.4073%20169.579ZM25.2285%2059.7387C25.0452%2059.7527%2024.9079%2059.9127%2024.9219%2060.0967L25.2479%2064.3934C25.2605%2064.5687%2025.4065%2064.7014%2025.5799%2064.7014C25.5879%2064.7014%2025.5965%2064.7014%2025.6045%2064.7007C25.7879%2064.6867%2025.9259%2064.526%2025.9119%2064.3427L25.5865%2060.046C25.5719%2059.862%2025.4119%2059.7234%2025.2285%2059.7387ZM86.6365%2034.66C86.4525%2034.6747%2086.3145%2034.8347%2086.3292%2035.0187L86.6152%2038.7873C86.6285%2038.9627%2086.7745%2039.0953%2086.9472%2039.0953C86.9552%2039.0953%2086.9632%2039.0953%2086.9725%2039.0947C87.1559%2039.08%2087.2939%2038.92%2087.2799%2038.7367L86.9939%2034.9674C86.9799%2034.7833%2086.8145%2034.6394%2086.6365%2034.66ZM21.3713%2059.244L20.0079%2063.6733C19.9539%2063.85%2020.0526%2064.036%2020.2286%2064.09C20.2613%2064.1007%2020.2939%2064.1047%2020.3266%2064.1047C20.4693%2064.1047%2020.6013%2064.0133%2020.6453%2063.87L22.0086%2059.4407C22.0633%2059.2647%2021.9646%2059.078%2021.7879%2059.024C21.6119%2058.9687%2021.4253%2059.0693%2021.3713%2059.244ZM14.4836%20128.862L14.7243%20128.563C14.8383%20128.419%2014.8129%20128.209%2014.6696%20128.095C14.5256%20127.98%2014.3156%20128.005%2014.2016%20128.149L13.9656%20128.443C13.5483%20128.958%2013.1169%20129.492%2012.8669%20130.102C12.6023%20130.753%2012.5623%20131.537%2012.7489%20132.431C12.7983%20132.668%2012.8569%20132.905%2012.9156%20133.139C13.0449%20133.659%2013.1669%20134.149%2013.1836%20134.63C13.2043%20135.233%2013.0043%20135.862%2012.6043%20136.447C12.5003%20136.599%2012.5389%20136.806%2012.6909%20136.91C12.7489%20136.949%2012.8129%20136.968%2012.8789%20136.968C12.9849%20136.968%2013.0896%20136.917%2013.1536%20136.823C13.6343%20136.121%2013.8749%20135.354%2013.8496%20134.607C13.8309%20134.055%2013.6943%20133.508%2013.5623%20132.978C13.5063%20132.751%2013.4496%20132.523%2013.4009%20132.295C13.2416%20131.533%2013.2709%20130.88%2013.4843%20130.353C13.6969%20129.835%2014.0796%20129.362%2014.4836%20128.862ZM18.0741%2057.7339L15.3881%2061.1039C15.2735%2061.2479%2015.2968%2061.4579%2015.4415%2061.5726C15.5028%2061.6219%2015.5761%2061.6453%2015.6481%2061.6453C15.7468%2061.6453%2015.8435%2061.6026%2015.9101%2061.5199L18.5948%2058.1493C18.7095%2058.0053%2018.6855%2057.7959%2018.5421%2057.6813C18.3981%2057.5646%2018.1888%2057.5899%2018.0741%2057.7339ZM146.602%2066.5374L142.169%2064.318L145.452%2057.7554L149.887%2059.9754L146.602%2066.5374ZM150.482%2059.5279L145.453%2057.0099C145.374%2056.9699%20145.283%2056.9645%20145.199%2056.9919C145.115%2057.0199%20145.046%2057.0792%20145.006%2057.1585L141.423%2064.3179C141.34%2064.4825%20141.408%2064.6825%20141.572%2064.7652L146.602%2067.2825C146.648%2067.3065%20146.7%2067.3179%20146.751%2067.3179C146.872%2067.3179%20146.99%2067.2499%20147.049%2067.1332L150.632%2059.9752C150.714%2059.8105%20150.647%2059.6105%20150.482%2059.5279ZM34.1854%2046.196L32.4514%2047.114C32.4508%2047.1146%2032.4494%2047.114%2032.4494%2047.1146L32.4474%2047.1166L14.8921%2056.4086C13.6248%2054.2186%2012.9294%2049.3586%2014.5314%2046.7246L14.9861%2046.484C14.9868%2046.4833%2014.9881%2046.484%2014.9894%2046.4833L25.9228%2040.6953C25.9234%2040.6953%2025.9248%2040.6946%2025.9248%2040.694L26.3814%2040.4526C29.4608%2040.6093%2033.0881%2043.9166%2034.1854%2046.196ZM37.3816%2055.0626C38.0716%2055.2773%2038.3036%2055.7186%2038.0916%2056.4099C37.3576%2058.7939%2036.1356%2062.7653%2035.9036%2063.5173L34.557%2064.2299L36.7343%2057.1566C36.9543%2056.4393%2036.713%2055.9826%2035.999%2055.7593L29.377%2053.6913C29.5916%2053.3893%2029.7796%2053.0706%2029.943%2052.7393L37.3816%2055.0626ZM38.1545%2063.0794C38.4152%2062.9421%2038.7079%2062.8694%2039.0025%2062.8694C39.3619%2062.8694%2039.7105%2062.9754%2040.0092%2063.1754L43.8465%2065.7607L27.7025%2074.3054C27.7012%2074.3061%2027.6999%2074.3067%2027.6985%2074.3067L27.6865%2074.2954L27.7239%2069.6781C27.7285%2069.0114%2028.0985%2068.4034%2028.6879%2068.0914L38.1545%2063.0794ZM26.6262%2055.2453C24.3908%2056.4293%2021.6728%2056.1627%2019.7148%2054.61L29.9868%2049.1733C30.1702%2051.6653%2028.8615%2054.0627%2026.6262%2055.2453ZM14.1396%2042.056C13.8023%2040.452%2014.1476%2038.9133%2015.1143%2037.7233C16.077%2036.5366%2017.5563%2035.8273%2019.0703%2035.8273C20.0416%2035.8273%2021.467%2036.1173%2022.7316%2037.494L25.2356%2040.3046L15.053%2045.694L14.1396%2042.056ZM34.3133%2050.6374C34.3919%2050.5961%2034.4753%2050.5754%2034.5619%2050.5754C34.7613%2050.5754%2034.9439%2050.6848%2035.0359%2050.8594C35.1746%2051.1208%2035.0739%2051.4454%2034.8133%2051.5834C34.5573%2051.7188%2034.2239%2051.6141%2034.0899%2051.3608C33.9526%2051.1008%2034.0526%2050.7754%2034.3133%2050.6374ZM26.1498%2039.8213L25.8424%2039.9833L23.2271%2037.0466C22.1091%2035.8306%2020.6331%2035.1606%2019.0704%2035.1606C17.3571%2035.1606%2015.6851%2035.962%2014.5964%2037.3033C13.5018%2038.6526%2013.1071%2040.3886%2013.4898%2042.206L14.4464%2046.0153L14.1398%2046.1773C14.0884%2046.2046%2014.0458%2046.2446%2014.0144%2046.294C12.1224%2049.274%2012.9898%2054.778%2014.4964%2057.0333C14.5604%2057.1293%2014.6658%2057.182%2014.7738%2057.182C14.8271%2057.182%2014.8798%2057.1693%2014.9298%2057.1433L19.0838%2054.9446C20.3798%2056.0626%2022.0104%2056.6486%2023.6604%2056.6486C24.7798%2056.6486%2025.9058%2056.3813%2026.9384%2055.8353C27.7104%2055.4266%2028.3791%2054.884%2028.9324%2054.2513L35.8004%2056.396C36.1611%2056.5086%2036.2084%2056.5986%2036.0964%2056.9606L33.7238%2064.6713L28.3764%2067.502C27.5704%2067.9293%2027.0651%2068.7606%2027.0578%2069.6726L27.0204%2074.29C27.0184%2074.5266%2027.1438%2074.7513%2027.3464%2074.8746C27.4531%2074.9393%2027.5744%2074.9733%2027.6991%2074.9733C27.8091%2074.9733%2027.9198%2074.946%2028.0158%2074.8946L44.1604%2066.35C44.3698%2066.238%2044.5071%2066.0213%2044.5191%2065.7846C44.5318%2065.548%2044.4164%2065.3186%2044.2191%2065.186L40.3798%2062.6206C39.6371%2062.1233%2038.6344%2062.0726%2037.8431%2062.4906L36.7371%2063.076C37.1751%2061.6553%2038.1198%2058.584%2038.7278%2056.6066C39.0484%2055.5653%2038.6198%2054.75%2037.5804%2054.426L30.2084%2052.124C30.5998%2051.0953%2030.7518%2049.9726%2030.6211%2048.8373L32.4671%2047.8606L33.7318%2050.2506C33.3584%2050.6133%2033.2464%2051.19%2033.5018%2051.672C33.7104%2052.0673%2034.1171%2052.3126%2034.5638%2052.3126C34.7591%2052.3126%2034.9531%2052.264%2035.1258%2052.1726C35.7111%2051.8626%2035.9358%2051.134%2035.6264%2050.548C35.3798%2050.0833%2034.8291%2049.8466%2034.3231%2049.942L33.0564%2047.548L34.7724%2046.64C34.9231%2046.56%2034.9898%2046.3786%2034.9258%2046.22C33.9078%2043.7053%2029.8438%2039.8946%2026.3158%2039.7826C26.2618%2039.7793%2026.2004%2039.794%2026.1498%2039.8213ZM153.765%2070.1219L149.332%2067.9026L154.44%2057.6973L158.873%2059.9166L153.765%2070.1219ZM159.638%2059.662C159.61%2059.578%20159.55%2059.5093%20159.47%2059.4693L154.441%2056.952C154.276%2056.8687%20154.076%2056.9367%20153.994%2057.1013L148.587%2067.9027C148.547%2067.9813%20148.54%2068.0733%20148.568%2068.1573C148.596%2068.2413%20148.656%2068.31%20148.736%2068.35L153.766%2070.8673C153.813%2070.8913%20153.864%2070.9027%20153.914%2070.9027C154.036%2070.9027%20154.154%2070.8347%20154.212%2070.718L159.619%2059.9167C159.659%2059.838%20159.666%2059.746%20159.638%2059.662ZM141.065%2031.1199C141.091%2031.1199%20141.116%2031.1212%20141.143%2031.1239C141.535%2031.1659%20141.821%2031.5199%20141.779%2031.9119C141.736%2032.3025%20141.403%2032.5852%20140.99%2032.5479C140.8%2032.5272%20140.63%2032.4345%20140.509%2032.2852C140.389%2032.1359%20140.334%2031.9499%20140.355%2031.7599C140.393%2031.3952%20140.699%2031.1199%20141.065%2031.1199ZM140.921%2033.2106C140.97%2033.2152%20141.021%2033.2179%20141.07%2033.2179C141.778%2033.2179%20142.367%2032.6866%20142.442%2031.9826C142.524%2031.2246%20141.973%2030.5426%20141.214%2030.4612C140.442%2030.3772%20139.772%2030.9366%20139.693%2031.6892C139.652%2032.0559%20139.758%2032.4166%20139.992%2032.7039C140.224%2032.9919%20140.554%2033.1712%20140.921%2033.2106ZM110.413%2056.0646L113.293%2029.0546C113.377%2028.26%20113.767%2027.546%20114.389%2027.0433C115.01%2026.5413%20115.793%2026.3093%20116.586%2026.396L123.7%2027.1546L123.395%2030.0146L117.743%2029.4113C116.868%2029.318%20116.088%2029.9526%20115.995%2030.8233L113.651%2052.8126C113.607%2053.2346%20113.728%2053.6486%20113.995%2053.9786C114.261%2054.3086%20114.641%2054.516%20115.062%2054.56L129.195%2056.0673C129.253%2056.0733%20129.31%2056.076%20129.366%2056.076C129.727%2056.076%20130.077%2055.954%20130.363%2055.7233C130.692%2055.4566%20130.897%2055.0773%20130.944%2054.656L132.393%2041.048L135.254%2041.3533L133.423%2058.518C133.339%2059.3126%20132.949%2060.0266%20132.328%2060.5286C131.705%2061.0313%20130.924%2061.2606%20130.13%2061.176L113.071%2059.358C112.287%2059.274%20111.555%2058.8753%20111.06%2058.2626C110.559%2057.6393%20110.328%2056.8593%20110.413%2056.0646ZM123.597%2038.9547C124.255%2039.7701%20125.193%2040.2807%20126.235%2040.3914L127.149%2040.4894L126.195%2044.8827C126.163%2045.0281%20126.23%2045.1767%20126.362%2045.2474C126.412%2045.2741%20126.467%2045.2874%20126.52%2045.2874C126.607%2045.2874%20126.694%2045.2527%20126.757%2045.1874L130.971%2040.8967L131.729%2040.9781L130.281%2054.5847C130.254%2054.8294%20130.133%2055.0501%20129.943%2055.2047C129.751%2055.3594%20129.508%2055.4287%20129.265%2055.4047L115.132%2053.8974C114.887%2053.8714%20114.668%2053.7514%20114.513%2053.5601C114.359%2053.3687%20114.287%2053.1281%20114.313%2052.8827L116.657%2030.8934C116.711%2030.3881%20117.169%2030.0214%20117.671%2030.0747L123.324%2030.6774L122.749%2036.0734C122.637%2037.1154%20122.939%2038.1387%20123.597%2038.9547ZM124.397%2026.8946V26.892L124.694%2024.1253C124.87%2022.4646%20126.26%2021.2126%20127.928%2021.2126C128.045%2021.2126%20128.161%2021.218%20128.278%2021.2306L145.692%2023.088C147.478%2023.2786%20148.778%2024.886%20148.587%2026.6726L147.306%2038.6906C147.116%2040.4666%20145.533%2041.776%20143.721%2041.5853L135.657%2040.726C135.656%2040.726%20135.656%2040.7253%20135.656%2040.7253H135.653L130.881%2040.2166C130.778%2040.2053%20130.678%2040.242%20130.608%2040.3146L127.091%2043.896L127.881%2040.2686C127.9%2040.176%20127.881%2040.0786%20127.825%2040.002C127.77%2039.926%20127.684%2039.876%20127.59%2039.866L126.306%2039.7286C125.441%2039.6366%20124.664%2039.2133%20124.116%2038.536C123.57%2037.8586%20123.32%2037.0093%20123.412%2036.1433L124.397%2026.8946ZM113.002%2060.0206L130.061%2061.8386C130.193%2061.8533%20130.325%2061.86%20130.455%2061.86C131.288%2061.86%20132.09%2061.578%20132.747%2061.048C133.507%2060.434%20133.982%2059.56%20134.087%2058.588L135.917%2041.424L143.65%2042.248C143.792%2042.2633%20143.933%2042.2706%20144.072%2042.2706C146.081%2042.2706%20147.756%2040.762%20147.969%2038.7613L149.251%2026.7426C149.48%2024.592%20147.916%2022.6546%20145.763%2022.4253L128.349%2020.568C126.169%2020.3406%20124.259%2021.9166%20124.032%2024.0546L123.771%2026.492L116.657%2025.7333C115.687%2025.628%20114.73%2025.9106%20113.971%2026.5246C113.21%2027.1386%20112.733%2028.0126%20112.631%2028.9846L109.751%2055.994C109.647%2056.9653%20109.927%2057.92%20110.542%2058.6813C111.156%2059.4406%20112.029%2059.9166%20113.002%2060.0206ZM119.806%2083.2254C119.845%2083.2094%20119.888%2083.2014%20119.929%2083.2014C120.063%2083.2014%20120.182%2083.2807%20120.232%2083.4041C120.266%2083.4854%20120.266%2083.5747%20120.231%2083.6554C120.198%2083.7354%20120.136%2083.7981%20120.054%2083.8307C119.888%2083.9021%20119.694%2083.8154%20119.627%2083.6521C119.559%2083.4854%20119.64%2083.2941%20119.806%2083.2254ZM119.929%2084.522C120.06%2084.522%20120.186%2084.4973%20120.308%2084.448C120.553%2084.3473%20120.745%2084.1573%20120.846%2083.912C120.95%2083.6673%20120.95%2083.3973%20120.85%2083.1513C120.647%2082.6587%20120.056%2082.4067%20119.554%2082.608C119.047%2082.8167%20118.802%2083.398%20119.009%2083.9047C119.164%2084.28%20119.525%2084.522%20119.929%2084.522ZM23.6239%20152.298C23.1852%20154.274%2021.3985%20155.709%2019.3772%20155.709C19.0605%20155.709%2018.7405%20155.674%2018.4272%20155.604L15.1025%20154.866L15.7785%20153.419L18.7659%20154.083C18.9692%20154.128%2019.1719%20154.149%2019.3725%20154.149C20.6545%20154.149%2021.8139%20153.261%2022.1025%20151.958C22.4312%20150.479%2021.5005%20148.987%2020.0212%20148.631L18.2019%20148.227L18.6532%20147.261L18.8772%20146.78L20.3165%20147.101C21.4532%20147.353%2022.4219%20148.032%2023.0465%20149.014C23.6719%20149.995%2023.8765%20151.161%2023.6239%20152.298ZM17.9124%20148.845L19.8704%20149.281C20.9931%20149.551%2021.7011%20150.687%2021.4511%20151.814C21.1971%20152.961%2020.0591%20153.687%2018.9097%20153.432L16.0664%20152.8L17.9124%20148.845ZM20.4607%20146.449L19.166%20146.161L20.502%20143.299C20.634%20143.016%2020.6313%20142.691%2020.4913%20142.411C20.354%20142.13%2020.0987%20141.929%2019.7933%20141.861L8.418%20139.333L0%20137.463V138.146L5.34333%20139.333L19.6487%20142.512C19.756%20142.536%2019.846%20142.607%2019.894%20142.705C19.9433%20142.804%2019.944%20142.917%2019.8973%20143.017L12.9647%20157.867C12.5373%20158.783%2011.4893%20159.303%2010.4987%20159.082L8.102%20158.549L0%20156.749V157.433L7.39867%20159.077L9.97933%20159.65L9.72933%20160.781C9.69133%20160.953%209.588%20161.101%209.43867%20161.195C9.29133%20161.289%209.112%20161.322%208.94067%20161.283L0%20159.297V159.98L8.796%20161.935C8.89067%20161.955%208.98667%20161.965%209.084%20161.965C9.33733%20161.965%209.58333%20161.894%209.796%20161.758C10.096%20161.567%2010.3033%20161.271%2010.38%20160.925L10.6387%20159.764C10.7513%20159.778%2010.8627%20159.801%2010.9753%20159.801C12.082%20159.801%2013.1%20159.153%2013.5687%20158.15L14.8127%20155.484L18.2827%20156.255C18.6433%20156.335%2019.0107%20156.376%2019.3767%20156.376C21.708%20156.376%2023.768%20154.721%2024.2747%20152.442C24.5653%20151.132%2024.3293%20149.788%2023.6093%20148.656C22.8893%20147.524%2021.7707%20146.741%2020.4607%20146.449ZM121.871%2056.9519C121.898%2056.9519%20121.926%2056.9539%20121.952%2056.9566C122.368%2057.0006%20122.67%2057.3752%20122.626%2057.7906C122.582%2058.2026%20122.21%2058.5039%20121.794%2058.4612C121.591%2058.4392%20121.412%2058.3412%20121.284%2058.1846C121.158%2058.0266%20121.1%2057.8299%20121.12%2057.6292C121.162%2057.2426%20121.485%2056.9519%20121.871%2056.9519ZM121.723%2059.124C121.775%2059.1293%20121.826%2059.132%20121.875%2059.132C122.604%2059.132%20123.212%2058.5854%20123.288%2057.8607C123.372%2057.08%20122.805%2056.3773%20122.025%2056.294C121.228%2056.2147%20120.542%2056.7827%20120.458%2057.5587C120.375%2058.3387%20120.943%2059.0407%20121.723%2059.124ZM130.955%2030.042C130.98%2030.042%20131.006%2030.0433%20131.032%2030.046C131.424%2030.088%20131.709%2030.4413%20131.668%2030.834C131.626%2031.224%20131.28%2031.5173%20130.88%2031.47C130.488%2031.428%20130.202%2031.0747%20130.244%2030.682C130.283%2030.3173%20130.589%2030.042%20130.955%2030.042ZM130.81%2032.1326C130.859%2032.138%20130.909%2032.1406%20130.956%2032.1406C131.665%2032.1406%20132.255%2031.6093%20132.331%2030.9046C132.411%2030.1473%20131.861%2029.4646%20131.103%2029.3826C130.333%2029.3%20129.662%2029.858%20129.582%2030.6113C129.501%2031.3693%20130.052%2032.0513%20130.81%2032.1326ZM162.6%2077.1665L138.948%2065.3265L146.157%2050.9265L168.858%2062.2898L169.809%2062.7658L162.6%2077.1665ZM163.739%2078.4827C163.835%2078.53%20163.906%2078.612%20163.94%2078.714C163.974%2078.8154%20163.966%2078.924%20163.918%2079.02L163.091%2080.672C163.023%2080.8087%20162.885%2080.8934%20162.731%2080.8934C162.671%2080.8934%20162.61%2080.8794%20162.553%2080.8514L151.471%2075.3034C151.471%2075.3034%20151.47%2075.3027%20151.469%2075.3027L136.021%2067.57C135.926%2067.5227%20135.854%2067.4387%20135.82%2067.338C135.787%2067.2387%20135.795%2067.1274%20135.841%2067.0327L136.671%2065.3807C136.738%2065.2434%20136.876%2065.1587%20137.029%2065.1587C137.091%2065.1587%20137.15%2065.1734%20137.207%2065.2014L138.348%2065.772C138.349%2065.7727%20138.35%2065.774%20138.351%2065.7747L162.599%2077.9127C162.601%2077.9134%20162.602%2077.9127%20162.603%2077.9134L163.739%2078.4827ZM145.019%2049.6113C144.923%2049.564%20144.853%2049.482%20144.819%2049.3806C144.785%2049.2786%20144.793%2049.17%20144.841%2049.0746L145.667%2047.424C145.735%2047.2873%20145.871%2047.2026%20146.026%2047.2026C146.088%2047.2026%20146.147%2047.2166%20146.203%2047.2446L172.729%2060.5226C172.825%2060.5706%20172.896%2060.6526%20172.929%2060.754C172.963%2060.8553%20172.955%2060.9646%20172.908%2061.06L172.082%2062.7106C171.985%2062.9026%20171.739%2062.986%20171.545%2062.8893L170.405%2062.3193V62.3186L146.157%2050.1813H146.157L145.019%2049.6113ZM154.125%2081.7688C154.338%2081.7688%20154.543%2081.8175%20154.736%2081.9135C155.41%2082.2515%20155.684%2083.0755%20155.346%2083.7488C155.018%2084.4061%20154.174%2084.6915%20153.51%2084.3601C153.184%2084.1968%20152.941%2083.9155%20152.826%2083.5695C152.71%2083.2228%20152.737%2082.8521%20152.9%2082.5241C153.134%2082.0581%20153.603%2081.7688%20154.125%2081.7688ZM147.908%2080.0261C147.58%2080.6835%20146.734%2080.9695%20146.072%2080.6375C145.398%2080.2995%20145.124%2079.4761%20145.462%2078.8015C145.696%2078.3355%20146.165%2078.0461%20146.687%2078.0461C146.9%2078.0461%20147.106%2078.0948%20147.298%2078.1908C147.972%2078.5288%20148.246%2079.3521%20147.908%2080.0261ZM140.471%2076.3032C140.143%2076.9598%20139.299%2077.2458%20138.635%2076.9138C137.961%2076.5765%20137.687%2075.7532%20138.025%2075.0778C138.257%2074.6118%20138.727%2074.3225%20139.249%2074.3225C139.463%2074.3225%20139.668%2074.3712%20139.86%2074.4672C140.534%2074.8052%20140.809%2075.6292%20140.471%2076.3032ZM171.247%2063.4859C171.394%2063.5593%20171.559%2063.5986%20171.723%2063.5986C172.13%2063.5986%20172.496%2063.3726%20172.677%2063.0086L173.505%2061.3579C173.632%2061.1033%20173.652%2060.8139%20173.562%2060.5439C173.473%2060.2726%20173.283%2060.0539%20173.028%2059.9266L146.503%2046.6486C145.987%2046.3913%20145.325%2046.6146%20145.07%2047.1259L144.245%2048.7759C144.117%2049.0313%20144.095%2049.3206%20144.186%2049.5906C144.276%2049.8613%20144.466%2050.0799%20144.721%2050.2079L145.561%2050.6286L138.352%2065.0286L137.505%2064.6046C136.992%2064.3486%20136.329%2064.5713%20136.074%2065.0819L135.246%2066.7346C135.12%2066.9859%20135.099%2067.2826%20135.188%2067.5486C135.277%2067.8166%20135.473%2068.0413%20135.723%2068.1659L146.045%2073.3333L141.07%2074.8046C140.881%2074.4153%20140.575%2074.0793%20140.159%2073.8713C139.873%2073.7279%20139.567%2073.6559%20139.25%2073.6559C138.474%2073.6559%20137.776%2074.0866%20137.428%2074.7799C136.926%2075.7833%20137.335%2077.0086%20138.337%2077.5106C138.622%2077.6539%20138.928%2077.7259%20139.247%2077.7259C140.023%2077.7259%20140.721%2077.2953%20141.067%2076.6019C141.255%2076.2293%20141.313%2075.8266%20141.266%2075.4413L146.919%2073.7699L148.693%2074.6586L147.281%2077.4793C147.089%2077.4199%20146.892%2077.3793%20146.687%2077.3793C145.911%2077.3793%20145.213%2077.8099%20144.866%2078.5033C144.365%2079.5059%20144.772%2080.7306%20145.775%2081.2339C146.061%2081.3766%20146.367%2081.4493%20146.685%2081.4493C147.461%2081.4493%20148.158%2081.0186%20148.505%2080.3246C148.955%2079.424%20148.669%2078.3493%20147.879%2077.7739L149.289%2074.9573L151.063%2075.8453L153.114%2081.3719C152.773%2081.5673%20152.488%2081.8573%20152.305%2082.2253C152.061%2082.7126%20152.021%2083.2639%20152.193%2083.7793C152.365%2084.2953%20152.727%2084.7133%20153.213%2084.9566C153.499%2085.0999%20153.805%2085.1719%20154.121%2085.1719C154.897%2085.1719%20155.595%2084.7413%20155.943%2084.0473C156.445%2083.0446%20156.036%2081.8199%20155.033%2081.3173C154.749%2081.1739%20154.443%2081.1019%20154.125%2081.1019C153.993%2081.1019%20153.865%2081.1186%20153.739%2081.1419L151.937%2076.2826L162.255%2081.4473C162.403%2081.5206%20162.567%2081.5599%20162.731%2081.5599C163.139%2081.5599%20163.505%2081.3339%20163.687%2080.9699L164.514%2079.3179C164.642%2079.0626%20164.663%2078.7733%20164.573%2078.5033C164.482%2078.2326%20164.293%2078.0139%20164.037%2077.8859L163.197%2077.4646L170.404%2063.0639L171.247%2063.4859ZM136.01%2030.5808C136.035%2030.5808%20136.061%2030.5821%20136.087%2030.5848C136.479%2030.6275%20136.765%2030.9808%20136.724%2031.3735C136.682%2031.7635%20136.336%2032.0495%20135.936%2032.0095C135.543%2031.9668%20135.257%2031.6135%20135.3%2031.2208C135.338%2030.8561%20135.644%2030.5808%20136.01%2030.5808ZM135.866%2032.6721C135.916%2032.6774%20135.965%2032.6801%20136.013%2032.6801C136.721%2032.6801%20137.311%2032.1487%20137.387%2031.4434C137.467%2030.6861%20136.917%2030.0034%20136.159%2029.9221C135.388%2029.8387%20134.718%2030.3974%20134.638%2031.1507C134.557%2031.9087%20135.107%2032.5907%20135.866%2032.6721ZM41.7908%2086.2014L46.4441%20100.181L40.2728%20102.234L35.6201%2088.2554L41.7908%2086.2014ZM39.7462%20102.761C39.7928%20102.9%2039.9228%20102.989%2040.0622%20102.989C40.0975%20102.989%2040.1328%20102.983%2040.1682%20102.972L46.9715%20100.708C47.0555%20100.679%2047.1248%20100.62%2047.1642%20100.541C47.2035%20100.462%2047.2102%20100.37%2047.1822%20100.286L42.3188%2085.6748C42.2608%2085.5008%2042.0715%2085.4061%2041.8975%2085.4641L35.0942%2087.7281C35.0102%2087.7561%2034.9415%2087.8161%2034.9008%2087.8954C34.8622%2087.9741%2034.8555%2088.0661%2034.8828%2088.1501L39.7462%20102.761ZM50.6694%20199.047C50.3447%20199.047%2050.082%20198.783%2050.082%20198.46C50.082%20198.136%2050.3447%20197.873%2050.6694%20197.873C50.9914%20197.873%2051.2554%20198.136%2051.2554%20198.46C51.2554%20198.783%2050.9914%20199.047%2050.6694%20199.047ZM50.669%20197.206C49.977%20197.206%2049.415%20197.769%2049.415%20198.46C49.415%20199.151%2049.977%20199.714%2050.669%20199.714C51.3597%20199.714%2051.9217%20199.151%2051.9217%20198.46C51.9217%20197.769%2051.3597%20197.206%2050.669%20197.206ZM100.841%20157.974L99.9111%20154.917L102.968%20153.987L103.897%20157.043L100.841%20157.974ZM103.508%20153.473C103.482%20153.389%20103.424%20153.317%20103.346%20153.276C103.268%20153.234%20103.176%20153.225%20103.092%20153.251L99.3982%20154.377C99.2229%20154.431%2099.1236%20154.617%2099.1762%20154.793L100.302%20158.487C100.327%20158.572%20100.386%20158.643%20100.463%20158.685C100.512%20158.711%20100.566%20158.723%20100.62%20158.723C100.653%20158.723%20100.686%20158.719%20100.718%20158.709L104.412%20157.584C104.588%20157.53%20104.688%20157.344%20104.634%20157.168L103.508%20153.473ZM106.273%20140.119L107.203%20143.175L104.147%20144.105L103.217%20141.049L106.273%20140.119ZM103.606%20144.619C103.631%20144.703%20103.69%20144.774%20103.767%20144.816C103.816%20144.842%20103.869%20144.855%20103.924%20144.855C103.957%20144.855%20103.99%20144.851%20104.021%20144.841L107.716%20143.715C107.893%20143.661%20107.991%20143.475%20107.938%20143.299L106.813%20139.605C106.759%20139.429%20106.573%20139.331%20106.397%20139.383L102.702%20140.508C102.618%20140.534%20102.547%20140.592%20102.505%20140.67C102.464%20140.748%20102.454%20140.839%20102.48%20140.924L103.606%20144.619ZM108.063%20146.004L108.995%20149.061L105.938%20149.991L105.007%20146.935L108.063%20146.004ZM104.298%20146.555C104.256%20146.633%20104.247%20146.725%20104.273%20146.809L105.397%20150.504C105.442%20150.648%20105.574%20150.741%20105.717%20150.741C105.749%20150.741%20105.782%20150.735%20105.813%20150.726L109.507%20149.602C109.592%20149.576%20109.664%20149.518%20109.705%20149.439C109.747%20149.361%20109.756%20149.27%20109.73%20149.186L108.605%20145.491C108.552%20145.315%20108.367%20145.215%20108.19%20145.269L104.495%20146.393C104.411%20146.419%20104.339%20146.477%20104.298%20146.555ZM92.1621%20154.185L91.2314%20151.129L94.2881%20150.198L95.2188%20153.254L92.1621%20154.185ZM95.9289%20153.633C95.9709%20153.555%2095.9803%20153.464%2095.9543%20153.379L94.8296%20149.685C94.7756%20149.509%2094.5896%20149.411%2094.4129%20149.463L90.7189%20150.587C90.6343%20150.613%2090.5636%20150.671%2090.5216%20150.749C90.4803%20150.827%2090.4709%20150.919%2090.4969%20151.003L91.6209%20154.698C91.6469%20154.783%2091.7056%20154.853%2091.7836%20154.895C91.8323%20154.921%2091.8863%20154.935%2091.9403%20154.935C91.9729%20154.935%2092.0056%20154.929%2092.0376%20154.92L95.7316%20153.795C95.8163%20153.769%2095.8876%20153.711%2095.9289%20153.633ZM67.7397%20183.847C67.7397%20179.287%2065.963%20175.001%2062.7397%20171.776C59.515%20168.552%2055.2283%20166.777%2050.6697%20166.777C46.1097%20166.777%2041.8223%20168.552%2038.5977%20171.776C35.3737%20175%2033.5977%20179.287%2033.5977%20183.847C33.5977%20188.407%2035.3737%20192.694%2038.5977%20195.917C40.469%20197.789%2042.6997%20199.169%2045.1323%20200H47.8123C44.5177%20199.425%2041.483%20197.861%2039.069%20195.446C35.9717%20192.349%2034.2643%20188.229%2034.2643%20183.847C34.2643%20179.465%2035.9717%20175.345%2039.069%20172.247C42.1683%20169.15%2046.287%20167.443%2050.6697%20167.443C55.051%20167.443%2059.1697%20169.15%2062.2683%20172.247C65.3663%20175.345%2067.073%20179.465%2067.073%20183.847C67.073%20188.229%2065.3663%20192.349%2062.2683%20195.446C59.8543%20197.861%2056.8197%20199.425%2053.5263%20200H56.205C58.6377%20199.169%2060.8677%20197.789%2062.7397%20195.917C65.963%20192.693%2067.7397%20188.407%2067.7397%20183.847ZM93.9534%20160.071L93.0234%20157.014L96.0801%20156.083L97.0101%20159.14L93.9534%20160.071ZM96.6205%20155.571C96.5945%20155.485%2096.5358%20155.415%2096.4578%20155.373C96.3791%20155.331%2096.2885%20155.322%2096.2038%20155.349L92.5098%20156.473C92.3345%20156.527%2092.2345%20156.714%2092.2878%20156.889L93.4125%20160.583C93.4565%20160.727%2093.5885%20160.82%2093.7311%20160.82C93.7638%20160.82%2093.7958%20160.815%2093.8291%20160.805L97.5231%20159.681C97.6078%20159.655%2097.6785%20159.597%2097.7205%20159.519C97.7618%20159.441%2097.7711%20159.35%2097.7458%20159.265L96.6205%20155.571ZM101.176%20148.101L102.106%20151.158L99.0505%20152.088L98.1191%20149.031L101.176%20148.101ZM97.409%20148.652C97.3677%20148.731%2097.359%20148.822%2097.3843%20148.907L98.509%20152.601C98.5537%20152.745%2098.685%20152.837%2098.8283%20152.837C98.8603%20152.837%2098.893%20152.833%2098.925%20152.823L102.618%20151.699C102.703%20151.673%20102.776%20151.615%20102.816%20151.537C102.858%20151.458%20102.867%20151.367%20102.841%20151.283L101.717%20147.588C101.664%20147.412%20101.478%20147.313%20101.301%20147.366L97.6063%20148.491C97.5217%20148.517%2097.4503%20148.575%2097.409%20148.652ZM84.0004%203.498C85.4471%204.00733%2086.9591%204.27733%2088.4771%204.27667C91.9157%204.27667%2095.3558%202.96733%2097.9738%200.35C98.0871%200.236667%2098.1904%200.116667%2098.2984%200H97.3711C93.7304%203.54%2088.4884%204.46667%2084.0004%202.792C82.3958%202.19333%2080.8891%201.26467%2079.5864%200H78.6631C78.7711%200.115333%2078.8671%200.237333%2078.9791%200.35C80.4431%201.81333%2082.1671%202.85267%2084.0004%203.498ZM77.6141%20139.527L77.8808%20140.405C77.9248%20140.548%2078.0574%20140.641%2078.1994%20140.641C78.2321%20140.641%2078.2648%20140.636%2078.2974%20140.627C78.4734%20140.573%2078.5721%20140.386%2078.5181%20140.211L78.2521%20139.333V139.332L81.0848%20138.47L81.3474%20139.333L81.3514%20139.347C81.3961%20139.492%2081.5281%20139.584%2081.6708%20139.584C81.7028%20139.584%2081.7361%20139.579%2081.7681%20139.57C81.8828%20139.535%2081.9594%20139.441%2081.9881%20139.333C82.0034%20139.275%2082.0081%20139.215%2081.9901%20139.154L81.7228%20138.275L83.9994%20137.583L84.5554%20137.413L84.8228%20138.291C84.8661%20138.436%2084.9994%20138.528%2085.1421%20138.528C85.1741%20138.528%2085.2061%20138.523%2085.2388%20138.514C85.4148%20138.46%2085.5141%20138.273%2085.4608%20138.097L85.1934%20137.219L88.0268%20136.357L88.2934%20137.235C88.3374%20137.379%2088.4701%20137.471%2088.6128%20137.471C88.6448%20137.471%2088.6774%20137.467%2088.7101%20137.457C88.8861%20137.403%2088.9848%20137.217%2088.9314%20137.041L88.6648%20136.163L91.4974%20135.3L91.7641%20136.178C91.8088%20136.323%2091.9408%20136.415%2092.0841%20136.415C92.1148%20136.415%2092.1481%20136.41%2092.1801%20136.4C92.3568%20136.346%2092.4561%20136.16%2092.4028%20135.984L92.1354%20135.106L94.9681%20134.243L95.2348%20135.122C95.2794%20135.266%2095.4114%20135.358%2095.5541%20135.358C95.5868%20135.358%2095.6188%20135.353%2095.6514%20135.344C95.8274%20135.289%2095.9261%20135.103%2095.8728%20134.928L95.6061%20134.049L98.4394%20133.187L98.7061%20134.065C98.7508%20134.209%2098.8821%20134.301%2099.0254%20134.301C99.0574%20134.301%2099.0908%20134.297%2099.1221%20134.287C99.2988%20134.233%2099.3974%20134.047%2099.3441%20133.871L99.0774%20132.993L101.91%20132.131L102.177%20133.009C102.221%20133.152%20102.353%20133.245%20102.497%20133.245C102.528%20133.245%20102.561%20133.241%20102.592%20133.231C102.769%20133.177%20102.868%20132.991%20102.815%20132.815L102.548%20131.937L105.381%20131.075L105.647%20131.952C105.692%20132.095%20105.824%20132.188%20105.967%20132.188C105.999%20132.188%20106.032%20132.184%20106.063%20132.174C106.24%20132.12%20106.339%20131.934%20106.285%20131.758L106.019%20130.881L107.155%20130.534C107.251%20130.505%20107.348%20130.491%20107.446%20130.491C107.5%20130.491%20107.549%20130.507%20107.6%20130.515C107.922%20130.567%20108.196%20130.773%20108.335%20131.071C108.355%20131.113%20108.383%20131.15%20108.396%20131.195L109.636%20135.266L96.2748%20139.333L83.9994%20143.071L77.3054%20145.108L76.0654%20141.037C76.0528%20140.993%2076.0461%20140.949%2076.0394%20140.905C76.0054%20140.692%2076.0374%20140.471%2076.1401%20140.28C76.1888%20140.187%2076.2601%20140.113%2076.3334%20140.043C76.3528%20140.023%2076.3641%20139.996%2076.3848%20139.979C76.4228%20139.948%2076.4734%20139.935%2076.5161%20139.909C76.5854%20139.868%2076.6488%20139.821%2076.7268%20139.797L77.6141%20139.527ZM110.875%20139.333L115.823%20155.59C115.982%20156.115%20115.686%20156.671%20115.162%20156.831L84.7327%20166.094C84.482%20166.172%2084.2207%20166.138%2084%20166.027C83.7633%20165.908%2083.5733%20165.699%2083.4913%20165.433L77.5%20145.746L84%20143.767L98.5647%20139.333L109.831%20135.904L110.875%20139.333ZM76.1564%20139.333C75.9044%20139.487%2075.6937%20139.7%2075.5517%20139.966C75.3637%20140.319%2075.3171%20140.718%2075.4024%20141.104C75.4124%20141.147%2075.4157%20141.189%2075.4277%20141.231L82.8537%20165.627C83.0237%20166.184%2083.4604%20166.593%2083.9997%20166.741C84.1417%20166.779%2084.2891%20166.804%2084.4424%20166.804C84.6064%20166.804%2084.7684%20166.78%2084.9264%20166.732L115.356%20157.469C116.23%20157.202%20116.727%20156.272%20116.461%20155.396L111.571%20139.333L110.371%20135.393V135.391L109.035%20131.001C108.821%20130.297%20108.182%20129.823%20107.446%20129.823C107.282%20129.823%20107.119%20129.847%20106.962%20129.895L105.825%20130.242L105.449%20129.008C105.396%20128.832%20105.209%20128.732%20105.033%20128.786C104.858%20128.84%20104.757%20129.026%20104.811%20129.202L105.187%20130.436L102.354%20131.298L101.978%20130.065C101.924%20129.889%20101.74%20129.789%20101.562%20129.843C101.386%20129.897%20101.286%20130.083%20101.34%20130.259L101.716%20131.493L98.8831%20132.355L98.5077%20131.121C98.4537%20130.945%2098.2684%20130.845%2098.0917%20130.899C97.9157%20130.953%2097.8157%20131.139%2097.8691%20131.315L98.2451%20132.549L95.4124%20133.411L95.0364%20132.178C94.9824%20132.002%2094.7984%20131.904%2094.6204%20131.956C94.4451%20132.01%2094.3451%20132.196%2094.3984%20132.372L94.7744%20133.605L91.9417%20134.468L91.5657%20133.234C91.5117%20133.059%2091.3271%20132.96%2091.1497%20133.012C90.9737%20133.067%2090.8744%20133.253%2090.9277%20133.428L91.3037%20134.662L88.4704%20135.525L88.0951%20134.291C88.0411%20134.115%2087.8557%20134.016%2087.6784%20134.069C87.5031%20134.123%2087.4037%20134.309%2087.4564%20134.485L87.8324%20135.719L84.9997%20136.581L84.6237%20135.347C84.5704%20135.172%2084.3844%20135.073%2084.2077%20135.126C84.1064%20135.157%2084.0357%20135.233%2083.9997%20135.325V135.325C83.9731%20135.392%2083.9624%20135.467%2083.9857%20135.541L83.9997%20135.587L84.3617%20136.775L83.9997%20136.885L81.5291%20137.637L81.1531%20136.405C81.0997%20136.229%2080.9137%20136.129%2080.7371%20136.183C80.5604%20136.237%2080.4617%20136.423%2080.5151%20136.599L80.8911%20137.832L78.0577%20138.694L77.6817%20137.461C77.6284%20137.285%2077.4424%20137.185%2077.2664%20137.239C77.0897%20137.293%2076.9904%20137.479%2077.0437%20137.655L77.4197%20138.888L76.5331%20139.159C76.3977%20139.199%2076.2744%20139.261%2076.1564%20139.333ZM100.627%20185.944C100.455%20186.009%20100.367%20186.201%20100.431%20186.373C102.179%20191.049%20101.029%20196.351%2097.5014%20199.879C97.4588%20199.921%2097.4135%20199.958%2097.3701%20200H98.2974C101.749%20196.292%20102.839%20190.909%20101.057%20186.14C100.991%20185.967%20100.8%20185.88%20100.627%20185.944ZM64.6943%20183.847C64.6943%20183.523%2064.9577%20183.26%2065.2817%20183.26C65.6057%20183.26%2065.8683%20183.523%2065.8683%20183.847C65.8683%20184.171%2065.6057%20184.435%2065.2817%20184.435C64.9577%20184.435%2064.6943%20184.171%2064.6943%20183.847ZM66.5347%20183.847C66.5347%20183.156%2065.9727%20182.593%2065.2813%20182.593C64.5893%20182.593%2064.0273%20183.156%2064.0273%20183.847C64.0273%20184.539%2064.5893%20185.101%2065.2813%20185.101C65.9727%20185.101%2066.5347%20184.539%2066.5347%20183.847ZM70.7465%20118.939C70.1585%20118.872%2069.4772%20119.08%2068.8252%20119.523C69.0965%20118.783%2069.1332%20118.072%2068.9252%20117.519C69.5119%20117.587%2070.1945%20117.377%2070.8452%20116.935C70.5745%20117.673%2070.5379%20118.386%2070.7465%20118.939ZM71.6368%20115.529C70.6374%20116.811%2069.1648%20117.404%2068.4208%20116.824C68.3168%20116.743%2068.1674%20116.761%2068.0868%20116.865C68.0041%20116.969%2068.0241%20117.119%2068.1274%20117.201C68.8714%20117.781%2068.6541%20119.353%2067.6554%20120.634C67.5734%20120.739%2067.5928%20120.889%2067.6968%20120.97C67.8001%20121.051%2067.9508%20121.032%2068.0314%20120.928C69.0314%20119.647%2070.5041%20119.054%2071.2481%20119.633C71.3514%20119.715%2071.5021%20119.696%2071.5828%20119.592C71.6641%20119.488%2071.6448%20119.338%2071.5408%20119.257C70.7974%20118.677%2071.0141%20117.104%2072.0134%20115.823C72.0941%20115.719%2072.0761%20115.568%2071.9721%20115.488C71.8674%20115.407%2071.7181%20115.425%2071.6368%20115.529ZM50.6694%20169.822C50.3447%20169.822%2050.082%20169.558%2050.082%20169.233C50.082%20168.91%2050.3447%20168.647%2050.6694%20168.647C50.9914%20168.647%2051.2554%20168.91%2051.2554%20169.233C51.2554%20169.558%2050.9914%20169.822%2050.6694%20169.822ZM50.669%20167.98C49.977%20167.98%2049.415%20168.543%2049.415%20169.233C49.415%20169.926%2049.977%20170.489%2050.669%20170.489C51.3597%20170.489%2051.9217%20169.926%2051.9217%20169.233C51.9217%20168.543%2051.3597%20167.98%2050.669%20167.98ZM50.6693%20174.775C50.4839%20174.775%2050.3359%20174.924%2050.3359%20175.108V183.847C50.3359%20184.031%2050.4839%20184.181%2050.6693%20184.181H60.4293C60.6133%20184.181%2060.7626%20184.031%2060.7626%20183.847C60.7626%20183.663%2060.6133%20183.514%2060.4293%20183.514H51.0026V175.108C51.0026%20174.924%2050.8519%20174.775%2050.6693%20174.775ZM99.3848%20142.215L100.315%20145.271L97.2588%20146.203L96.3281%20143.146L99.3848%20142.215ZM95.5932%20143.021L96.7185%20146.715C96.7439%20146.8%2096.8025%20146.871%2096.8799%20146.913C96.9292%20146.939%2096.9832%20146.952%2097.0372%20146.952C97.0699%20146.952%2097.1025%20146.947%2097.1345%20146.937L100.829%20145.813C101.005%20145.759%20101.105%20145.573%20101.051%20145.397L99.9259%20141.702C99.8999%20141.617%2099.8419%20141.547%2099.7639%20141.505C99.6859%20141.463%2099.5939%20141.453%2099.5099%20141.48L95.8152%20142.605C95.6399%20142.659%2095.5405%20142.845%2095.5932%20143.021ZM73.895%2084.4754L79.2897%2065.4834L83.9997%2067.5314L102.502%2075.5774L92.399%2092.2981C91.887%2093.1447%2090.7497%2093.5127%2089.8363%2093.1147L83.9997%2090.5767L74.915%2086.6281C74.0877%2086.2681%2073.6497%2085.3421%2073.895%2084.4754ZM80.5051%2061.2107L84.0005%2062.73L104.802%2071.774L102.834%2075.03L84.0005%2066.84L79.4658%2064.868L80.5051%2061.2107ZM79.4952%2058.8212L80.4679%2056.5852C80.5899%2056.3025%2080.8152%2056.0845%2081.1019%2055.9719C81.2119%2055.9299%2081.3272%2055.9032%2081.4446%2055.8945C81.6286%2055.8819%2081.8152%2055.9139%2081.9839%2055.9879L84.0006%2056.8645L90.5099%2059.6952C90.5106%2059.6952%2090.5112%2059.6965%2090.5119%2059.6965L92.6126%2060.6092L107.613%2067.1319C107.895%2067.2539%20108.113%2067.4799%20108.226%2067.7659C108.338%2068.0525%20108.333%2068.3659%20108.21%2068.6485L107.239%2070.8839C106.993%2071.4499%20106.292%2071.7299%20105.722%2071.4819L104.985%2071.1619L84.0006%2062.0372L80.4252%2060.4825C80.4232%2060.4819%2080.4212%2060.4819%2080.4192%2060.4812L80.0926%2060.3392C79.5099%2060.0852%2079.2412%2059.4052%2079.4952%2058.8212ZM97.4012%2062L92.7012%2059.956L93.7772%2057.4794C93.8312%2057.356%2093.9818%2057.2947%2094.1065%2057.3494L98.3498%2059.1927C98.4758%2059.2487%2098.5332%2059.3974%2098.4772%2059.5227L97.4012%2062ZM92.1326%2056.7647C92.438%2056.0627%2093.102%2055.5927%2093.8673%2055.5401C94.196%2055.5181%2094.5166%2055.5727%2094.8206%2055.7047L99.0633%2057.5487C99.564%2057.7674%2099.9486%2058.1667%20100.15%2058.6741C100.35%2059.1814%20100.339%2059.7367%20100.122%2060.2381L99.0453%2062.7147L97.9826%2062.2527L99.06%2059.7754C99.2546%2059.3274%2099.0493%2058.8047%2098.602%2058.6107L94.36%2056.7674C93.9253%2056.5754%2093.3846%2056.7921%2093.1953%2057.2261L92.118%2059.7021L91.0566%2059.2407L92.1326%2056.7647ZM89.5833%2093.6967C89.9753%2093.8687%2090.4073%2093.9427%2090.8333%2093.9127C91.704%2093.8533%2092.492%2093.3713%2092.9433%2092.6267L105.389%2072.0293L105.468%2072.064C105.73%2072.1773%20106.019%2072.2267%20106.303%2072.208C106.971%2072.1607%20107.553%2071.752%20107.82%2071.1367L108.791%2068.9013C108.981%2068.464%20108.991%2067.978%20108.815%2067.5333C108.641%2067.0893%20108.303%2066.74%20107.865%2066.55L99.6273%2062.968L100.703%2060.4913C100.99%2059.8353%20101.003%2059.1067%20100.74%2058.4413C100.477%2057.776%2099.9726%2057.2527%2099.316%2056.9673L95.074%2055.1233C94.6806%2054.952%2094.2486%2054.8767%2093.8233%2054.9067C92.8213%2054.976%2091.95%2055.59%2091.55%2056.5113L90.474%2058.9873L84%2056.172L82.2366%2055.4053C81.8073%2055.218%2081.3046%2055.2113%2080.8693%2055.382C80.4246%2055.556%2080.0746%2055.8933%2079.8846%2056.332L78.9113%2058.5693C78.5186%2059.4727%2078.9353%2060.5287%2079.838%2060.9207L79.9166%2060.9547L73.286%2084.3013C72.9526%2085.474%2073.544%2086.724%2074.6613%2087.21L84%2091.27L89.5833%2093.6967ZM82.6503%2085.9967C82.6377%2085.9633%2082.639%2085.9253%2082.653%2085.8913L83.9997%2082.7947L88.4083%2072.656L91.115%2073.832L85.3603%2087.068C85.3223%2087.1553%2085.2397%2087.164%2085.1797%2087.1393L83.9997%2086.6267L82.725%2086.072C82.6903%2086.058%2082.6643%2086.03%2082.6503%2085.9967ZM84.9263%2087.7207C85.0403%2087.7707%2085.1656%2087.7927%2085.2876%2087.7834C85.5763%2087.764%2085.827%2087.5867%2085.943%2087.322L91.8243%2073.7947C91.8936%2073.634%2091.8203%2073.4467%2091.659%2073.3774L88.371%2071.9467C88.2943%2071.9134%2088.207%2071.9114%2088.1276%2071.9427C88.0496%2071.974%2087.9876%2072.034%2087.9536%2072.112L84.0003%2081.2034L82.071%2085.6387C81.9896%2085.8267%2081.985%2086.0374%2082.061%2086.2294C82.137%2086.42%2082.2823%2086.5727%2082.4716%2086.6547L84.0003%2087.3187L84.9263%2087.7207ZM52.0701%2084.7458L56.1334%2096.9558L49.9627%2099.0098L45.8994%2086.7999L52.0701%2084.7458ZM49.4353%2099.5367C49.4627%2099.6207%2049.524%2099.6893%2049.602%2099.7293C49.6493%2099.7527%2049.7%2099.7647%2049.7527%2099.7647C49.7873%2099.7647%2049.8227%2099.7587%2049.8573%2099.7473L56.66%2097.4833C56.8347%2097.4247%2056.9293%2097.2367%2056.8707%2097.0613L52.5973%2084.2193C52.5693%2084.1353%2052.5087%2084.0667%2052.43%2084.0267C52.3513%2083.988%2052.26%2083.982%2052.1753%2084.0087L45.3727%2086.2727C45.198%2086.3313%2045.104%2086.52%2045.1613%2086.6947L49.4353%2099.5367ZM83.2177%2034.256L82.0217%2038.1407C81.9677%2038.3174%2082.0657%2038.5034%2082.2423%2038.5574C82.275%2038.568%2082.3083%2038.5727%2082.341%2038.5727C82.4823%2038.5727%2082.615%2038.4807%2082.659%2038.3374L83.855%2034.4527C83.909%2034.276%2083.8103%2034.09%2083.6343%2034.036C83.459%2033.9807%2083.2723%2034.0807%2083.2177%2034.256ZM79.6112%2084.5594C79.5978%2084.5941%2079.5705%2084.6228%2079.5365%2084.6374C79.5032%2084.6528%2079.4625%2084.6521%2079.4272%2084.6374L77.8752%2083.9634C77.3038%2083.7141%2077.0245%2083.0614%2077.2392%2082.4761L81.8912%2069.8254L84.0005%2070.7434L84.5958%2071.0028L84.0005%2072.6221L79.6112%2084.5594ZM85.2939%2070.9393C85.3519%2070.7813%2085.2772%2070.6066%2085.1225%2070.5393L83.9999%2070.0506L81.8345%2069.1093C81.7545%2069.0739%2081.6639%2069.0746%2081.5832%2069.1079C81.5032%2069.1426%2081.4399%2069.2086%2081.4099%2069.2919L76.6432%2082.2573C76.3112%2083.1579%2076.7412%2084.1613%2077.6205%2084.5439L79.1745%2085.2186C79.2872%2085.2686%2079.4125%2085.2906%2079.5345%2085.2813C79.6205%2085.2759%2079.7052%2085.2553%2079.7859%2085.2206C79.9799%2085.1359%2080.1339%2084.9759%2080.2059%2084.7773L83.9999%2074.4606L85.2939%2070.9393ZM80.3335%2032.918L77.9775%2035.874C77.8635%2036.018%2077.8868%2036.2273%2078.0308%2036.342C78.0915%2036.3913%2078.1655%2036.4146%2078.2382%2036.4146C78.3362%2036.4146%2078.4335%2036.372%2078.4988%2036.2893L80.8541%2033.3333C80.9688%2033.1893%2080.9455%2032.98%2080.8015%2032.8653C80.6575%2032.7486%2080.4482%2032.7733%2080.3335%2032.918ZM9.88163%202.21399C14.5923%200.397991%2019.941%201.52999%2023.5083%205.09732C28.485%2010.074%2028.485%2018.172%2023.5083%2023.1493C18.5323%2028.126%2010.435%2028.126%205.45696%2023.1493C1.92896%2019.6213%200.778965%2014.32%202.52696%209.64399C2.59163%209.47132%202.5043%209.27933%202.33163%209.21466C2.15763%209.15133%201.96763%209.23866%201.9023%209.41066C0.0629648%2014.33%201.27363%2019.9087%204.98563%2023.6207C7.6043%2026.2393%2011.0436%2027.548%2014.483%2027.548C17.9216%2027.548%2021.3623%2026.2393%2023.9803%2023.6207C29.2163%2018.3833%2029.2163%209.86199%2023.9803%204.62599C20.2256%200.871991%2014.597%20-0.318676%209.6423%201.59132C9.4703%201.65799%209.3843%201.85066%209.4503%202.02199C9.51696%202.19332%209.71096%202.27866%209.88163%202.21399ZM33.7439%2094.3547L36.7559%20103.406L30.5852%20105.46L27.5732%2096.4087L33.7439%2094.3547ZM30.2249%20106.179C30.2709%20106.203%2030.3223%20106.215%2030.3729%20106.215C30.4089%20106.215%2030.4449%20106.208%2030.4783%20106.197L37.2823%20103.933C37.4563%20103.875%2037.5516%20103.687%2037.4929%20103.511L34.2703%2093.828C34.2429%2093.744%2034.1823%2093.6754%2034.1036%2093.6354C34.0249%2093.596%2033.9329%2093.5907%2033.8489%2093.6174L27.0456%2095.8814C26.8703%2095.9394%2026.7769%2096.1287%2026.8343%2096.3034L30.0569%20105.987C30.0856%20106.071%2030.1449%20106.139%2030.2249%20106.179ZM88.41%2088.3841L94.9333%2075.4788L97.6407%2076.6561L91.5547%2088.6994C91.368%2089.0681%2090.996%2089.3148%2090.5833%2089.3434C90.3927%2089.3568%2090.2067%2089.3254%2090.032%2089.2488L88.4773%2088.5721C88.444%2088.5568%2088.4167%2088.5274%2088.404%2088.4928C88.3907%2088.4568%2088.3933%2088.4181%2088.41%2088.3841ZM87.8064%2088.708C87.8777%2088.9073%2088.0317%2089.0706%2088.225%2089.154L89.779%2089.8313C90.045%2089.9466%2090.3377%2089.9966%2090.6257%2089.9773H90.6264C91.261%2089.934%2091.8344%2089.5533%2092.1204%2088.986L98.3597%2076.6433C98.3984%2076.5646%2098.4037%2076.4733%2098.3744%2076.392C98.345%2076.3086%2098.2817%2076.2426%2098.2024%2076.2086L94.911%2074.7773C94.7577%2074.7106%2094.5784%2074.7746%2094.5023%2074.924L87.843%2088.098C87.7484%2088.2866%2087.7344%2088.5093%2087.8064%2088.708ZM85.5708%20100.42C85.5848%20100.246%2085.4548%20100.095%2085.2814%20100.081C85.1081%20100.068%2084.9561%20100.197%2084.9428%20100.371L84.9201%20100.647C84.8768%20101.137%2084.8328%20101.643%2084.9328%20102.127C85.0428%20102.646%2085.3461%20103.151%2085.8374%20103.629C85.9661%20103.754%2086.0994%20103.876%2086.2321%20103.993C86.5214%20104.254%2086.7934%20104.501%2086.9974%20104.78C87.2494%20105.127%2087.3794%20105.577%2087.3768%20106.083C87.3754%20106.256%2087.5168%20106.398%2087.6908%20106.399C87.7481%20106.4%2087.8021%20106.384%2087.8481%20106.357C87.9434%20106.303%2088.0061%20106.203%2088.0074%20106.086C88.0108%20105.446%2087.8374%20104.867%2087.5074%20104.411C87.2648%20104.076%2086.9541%20103.797%2086.6534%20103.525C86.5281%20103.412%2086.3994%20103.298%2086.2774%20103.177C85.8781%20102.789%2085.6334%20102.392%2085.5508%20101.997C85.4681%20101.605%2085.5074%20101.167%2085.5481%20100.702L85.5708%20100.42ZM92.4971%20144.312L93.4271%20147.369L90.3704%20148.299L89.4404%20145.243L92.4971%20144.312ZM89.8295%20148.813C89.8554%20148.897%2089.9141%20148.968%2089.9921%20149.01C90.0401%20149.036%2090.0941%20149.049%2090.1481%20149.049C90.1808%20149.049%2090.2134%20149.045%2090.2461%20149.035L93.9401%20147.909C94.1161%20147.855%2094.2161%20147.669%2094.1628%20147.493L93.0375%20143.799C93.0115%20143.715%2092.9528%20143.643%2092.8748%20143.602C92.7961%20143.559%2092.7055%20143.551%2092.6208%20143.577L88.9268%20144.702C88.7514%20144.756%2088.6515%20144.942%2088.7048%20145.118L89.8295%20148.813ZM36.6434%20183.847C36.6434%20184.171%2036.3794%20184.435%2036.0561%20184.435C35.7314%20184.435%2035.4688%20184.171%2035.4688%20183.847C35.4688%20183.523%2035.7314%20183.26%2036.0561%20183.26C36.3794%20183.26%2036.6434%20183.523%2036.6434%20183.847ZM34.8018%20183.848C34.8018%20184.539%2035.3644%20185.102%2036.0558%20185.102C36.7471%20185.102%2037.3098%20184.539%2037.3098%20183.848C37.3098%20183.156%2036.7471%20182.594%2036.0558%20182.594C35.3644%20182.594%2034.8018%20183.156%2034.8018%20183.848ZM85.2728%20156.282L84.3428%20153.225L87.3988%20152.295L88.3301%20155.352L85.2728%20156.282ZM89.0402%20155.731C89.0822%20155.652%2089.0915%20155.561%2089.0648%20155.477L87.9408%20151.782C87.8875%20151.606%2087.7008%20151.507%2087.5248%20151.56L84.0002%20152.633L83.8308%20152.685C83.6542%20152.739%2083.5548%20152.925%2083.6082%20153.101L84.0002%20154.387L84.7328%20156.795C84.7768%20156.939%2084.9082%20157.031%2085.0515%20157.031C85.0835%20157.031%2085.1162%20157.027%2085.1482%20157.017L88.8428%20155.893C88.9282%20155.867%2088.9988%20155.809%2089.0402%20155.731ZM87.0648%20162.167L86.1348%20159.111L89.1914%20158.181L90.1221%20161.237L87.0648%20162.167ZM89.7324%20157.667C89.6791%20157.492%2089.4938%20157.393%2089.3164%20157.445L85.6224%20158.57C85.5378%20158.595%2085.4664%20158.654%2085.4251%20158.732C85.3838%20158.81%2085.3744%20158.901%2085.3998%20158.985L86.5251%20162.681C86.5691%20162.825%2086.7004%20162.917%2086.8438%20162.917C86.8758%20162.917%2086.9091%20162.912%2086.9411%20162.902L90.6351%20161.778C90.7204%20161.752%2090.7904%20161.694%2090.8324%20161.616C90.8738%20161.538%2090.8831%20161.447%2090.8571%20161.362L89.7324%20157.667ZM82.1117%20101.779C82.1244%20101.605%2081.9944%20101.455%2081.8211%20101.442C81.6478%20101.429%2081.4971%20101.559%2081.4831%20101.732L81.4591%20102.011C81.4178%20102.501%2081.3737%20103.005%2081.4751%20103.485C81.5831%20104.006%2081.8877%20104.511%2082.3784%20104.991C82.5078%20105.114%2082.6404%20105.234%2082.7731%20105.355C83.0631%20105.615%2083.3358%20105.861%2083.5384%20106.141C83.7897%20106.488%2083.9211%20106.937%2083.9178%20107.443C83.9171%20107.525%2083.9491%20107.597%2083.9997%20107.653C84.0571%20107.717%2084.1377%20107.759%2084.2298%20107.759C84.2884%20107.761%2084.3431%20107.745%2084.3897%20107.719C84.4837%20107.665%2084.5478%20107.564%2084.5478%20107.447C84.5518%20106.806%2084.3791%20106.227%2084.0478%20105.771C84.0331%20105.751%2084.0144%20105.735%2083.9997%20105.715C83.7651%20105.408%2083.4771%20105.141%2083.1951%20104.886C83.0684%20104.773%2082.9411%20104.659%2082.8184%20104.539C82.4178%20104.15%2082.1744%20103.752%2082.0911%20103.357C82.0098%20102.967%2082.0478%20102.529%2082.0871%20102.066L82.1117%20101.779ZM66.8519%2062.536C66.8519%2062.4013%2066.7439%2062.2927%2066.6093%2062.292H64.3773L65.9553%2060.714C66.0513%2060.6193%2066.0513%2060.4647%2065.9553%2060.3687C65.8613%2060.2733%2065.7059%2060.2733%2065.6113%2060.3693L64.0319%2061.948V59.2373C64.0319%2059.1027%2063.9226%2058.9933%2063.7886%2058.9933C63.6546%2058.9933%2063.5453%2059.1027%2063.5453%2059.2373V61.948L61.9659%2060.3687C61.8713%2060.2733%2061.7173%2060.2733%2061.6213%2060.3693C61.5266%2060.4647%2061.5266%2060.6193%2061.6219%2060.714L63.1999%2062.2927H60.9686C60.8339%2062.2927%2060.7246%2062.402%2060.7246%2062.536C60.7239%2062.6707%2060.8333%2062.78%2060.9686%2062.78H63.1999L61.6219%2064.358C61.5273%2064.4533%2061.5266%2064.6073%2061.6219%2064.7033C61.6693%2064.7507%2061.7319%2064.7733%2061.7939%2064.7733C61.8566%2064.7733%2061.9193%2064.75%2061.9673%2064.7033L63.5453%2063.1247V65.8347C63.5453%2065.9687%2063.6546%2066.078%2063.7886%2066.078C63.9233%2066.0787%2064.0319%2065.9687%2064.0319%2065.8347V63.1247L65.6113%2064.7027C65.6579%2064.75%2065.7213%2064.7733%2065.7819%2064.774C65.8453%2064.774%2065.9073%2064.75%2065.9553%2064.7033C66.0506%2064.6073%2066.0506%2064.4533%2065.9553%2064.358L64.3773%2062.78H66.6093C66.7439%2062.78%2066.8533%2062.6707%2066.8519%2062.536ZM89.0294%2099.0574C89.0421%2098.884%2088.9134%2098.7334%2088.7394%2098.7194C88.5654%2098.7067%2088.4148%2098.836%2088.4014%2099.0107L88.3781%2099.2847C88.3368%2099.774%2088.2908%20100.281%2088.3928%20100.767C88.5021%20101.287%2088.8061%20101.791%2089.2954%20102.269C89.4248%20102.393%2089.5594%20102.514%2089.6928%20102.635C89.9808%20102.894%2090.2534%20103.139%2090.4561%20103.419C90.7074%20103.766%2090.8394%20104.216%2090.8368%20104.721C90.8354%20104.896%2090.9748%20105.037%2091.1488%20105.039C91.2074%20105.039%2091.2614%20105.024%2091.3088%20104.997C91.4021%20104.943%2091.4661%20104.841%2091.4661%20104.725C91.4701%20104.086%2091.2974%20103.506%2090.9668%20103.049C90.7248%20102.715%2090.4148%20102.436%2090.1148%20102.165C89.9868%20102.051%2089.8594%20101.937%2089.7354%20101.817C89.3368%20101.428%2089.0921%20101.031%2089.0094%20100.637C88.9274%20100.244%2088.9654%2099.804%2089.0054%2099.3387L89.0294%2099.0574ZM80.2835%20112.52C80.2982%20112.476%2080.3275%20112.437%2080.3895%20112.401C80.3922%20112.399%2080.3948%20112.398%2080.3982%20112.397L84.0002%20110.98L97.7128%20105.586C97.7668%20105.564%2097.8295%20105.569%2097.8795%20105.597C97.9315%20105.627%2097.9668%20105.678%2097.9755%20105.737L98.3855%20108.327C98.3855%20108.328%2098.3848%20108.328%2098.3848%20108.329L98.9068%20111.628L99.8542%20117.622C99.9648%20118.325%2099.5722%20119.035%2098.8942%20119.299L98.8648%20119.311C98.8642%20119.311%2098.8628%20119.311%2098.8622%20119.311L88.9088%20123.226C88.9075%20123.227%2088.9062%20123.228%2088.9042%20123.229L88.8775%20123.24C88.2115%20123.504%2087.4348%20123.261%2087.0342%20122.667L84.0002%20118.165L80.3088%20112.687C80.2762%20112.637%2080.2668%20112.577%2080.2835%20112.52ZM99.7859%20113.156L99.3086%20110.133L100.626%20109.615C101.383%20109.331%20102.241%20109.714%20102.537%20110.467C102.839%20111.234%20102.464%20112.102%20101.695%20112.405L99.7859%20113.156ZM100.003%20108.105C101.608%20107.473%20103.426%20108.265%20104.059%20109.871C104.678%20111.445%20103.913%20113.287%20102.293%20113.925L100.046%20114.809L99.8869%20113.795L101.925%20112.992C102.023%20112.953%20102.116%20112.908%20102.204%20112.857C103.104%20112.342%20103.514%20111.229%20103.123%20110.238C102.702%20109.165%20101.481%20108.621%20100.4%20109.026L99.2075%20109.495L99.0469%20108.48L100.003%20108.105ZM99.0793%20121.057C99.044%20121.138%2098.9813%20121.206%2098.9053%20121.251L90.2579%20124.659C90.0446%20124.743%2089.8033%20124.637%2089.7193%20124.425L89.4326%20123.699L96.6286%20120.868L98.7993%20120.014L99.0853%20120.739C99.1246%20120.841%2099.1233%20120.955%2099.0793%20121.057ZM79.6824%20112.333C79.6084%20112.574%2079.6471%20112.831%2079.7864%20113.039L84.0004%20119.293L86.5124%20123.02C87.0244%20123.779%2087.9671%20124.123%2088.8384%20123.907L89.1331%20124.656C89.3437%20125.192%2089.9517%20125.456%2090.4884%20125.245L99.0811%20121.863C99.1291%20121.845%2099.1751%20121.824%2099.2191%20121.798C99.4131%20121.687%2099.5684%20121.512%2099.6571%20121.309C99.7677%20121.056%2099.7724%20120.764%2099.6717%20120.507L99.3791%20119.764C99.3904%20119.759%2099.4017%20119.754%2099.4131%20119.748C100.189%20119.303%20100.616%20118.409%20100.476%20117.524L100.148%20115.447L102.524%20114.511C102.7%20114.443%20102.865%20114.363%20103.022%20114.271C104.625%20113.353%20105.323%20111.361%20104.645%20109.64C103.887%20107.711%20101.7%20106.759%2099.7724%20107.518L98.9471%20107.843L98.5984%20105.638C98.5591%20105.39%2098.4111%20105.176%2098.1931%20105.05C97.9744%20104.926%2097.7137%20104.907%2097.4817%20104.999L84.0004%20110.302L80.1684%20111.81C79.9324%20111.905%2079.7564%20112.095%2079.6824%20112.333ZM191.451%2039.7181L191.62%2039.4714C191.726%2039.3201%20191.686%2039.1121%20191.534%2039.0088C191.382%2038.9054%20191.174%2038.9441%20191.07%2039.0968L190.904%2039.3374C190.607%2039.7648%20190.3%2040.2061%20190.138%2040.7034C189.964%2041.2374%20189.977%2041.8608%20190.175%2042.5581C190.228%2042.7408%20190.287%2042.9208%20190.346%2043.1007C190.474%2043.4914%20190.594%2043.8601%20190.634%2044.2241C190.682%2044.6754%20190.566%2045.1581%20190.298%2045.6201C190.204%2045.7788%20190.258%2045.9834%20190.418%2046.0754C190.471%2046.1061%20190.529%2046.1208%20190.586%2046.1208C190.7%2046.1208%20190.812%2046.0614%20190.873%2045.9548C191.214%2045.3688%20191.361%2044.7461%20191.297%2044.1541C191.251%2043.7194%20191.114%2043.2988%20190.98%2042.8927C190.923%2042.7214%20190.867%2042.5488%20190.817%2042.3748C190.655%2041.8074%20190.64%2041.3148%20190.772%2040.9094C190.902%2040.5061%20191.17%2040.1234%20191.451%2039.7181ZM162.109%20143.858C161.937%20143.927%20161.854%20144.121%20161.923%20144.291C161.975%20144.421%20162.1%20144.501%20162.231%20144.501C162.273%20144.501%20162.314%20144.493%20162.356%20144.477L174.686%20139.546C174.783%20139.507%20174.847%20139.426%20174.876%20139.333C174.897%20139.263%20174.9%20139.187%20174.871%20139.113C174.804%20138.941%20174.608%20138.859%20174.438%20138.927L173.423%20139.333L162.109%20143.858ZM161.271%20141.764C161.1%20141.832%20161.017%20142.026%20161.086%20142.197C161.138%20142.327%20161.262%20142.407%20161.394%20142.407C161.436%20142.407%20161.478%20142.399%20161.518%20142.382L169.142%20139.333L173.849%20137.451C174.02%20137.382%20174.103%20137.188%20174.035%20137.018C173.966%20136.846%20173.771%20136.764%20173.602%20136.832L167.348%20139.333L161.271%20141.764ZM160.433%20139.67C160.262%20139.739%20160.179%20139.933%20160.248%20140.103C160.3%20140.233%20160.425%20140.313%20160.557%20140.313C160.599%20140.313%20160.641%20140.305%20160.681%20140.289L163.069%20139.333L173.011%20135.357C173.182%20135.289%20173.265%20135.095%20173.197%20134.925C173.129%20134.753%20172.933%20134.671%20172.764%20134.739L161.275%20139.333L160.433%20139.67ZM153.918%20107.88L153.619%20107.146C153.433%20106.686%20153.435%20106.179%20153.629%20105.722C153.822%20105.264%20154.183%20104.909%20154.644%20104.721C154.843%20104.639%20155.055%20104.597%20155.27%20104.597C155.95%20104.597%20156.555%20105.005%20156.811%20105.635L157.184%20106.551L153.918%20107.88ZM157.433%20107.169L157.874%20108.253L154.609%20109.581L154.169%20108.497L157.433%20107.169ZM158.126%20108.87L161.554%20117.3L158.318%20118.616L158.288%20118.629L154.86%20110.198L158.126%20108.87ZM161.277%20121.205L158.754%20119.159L161.601%20118.001L161.277%20121.205ZM157.796%20119.188C157.815%20119.235%20157.848%20119.275%20157.886%20119.309C157.89%20119.313%20157.892%20119.318%20157.895%20119.322L161.337%20122.112C161.396%20122.161%20161.471%20122.187%20161.546%20122.187C161.589%20122.187%20161.634%20122.178%20161.674%20122.161C161.786%20122.113%20161.866%20122.009%20161.878%20121.887L162.32%20117.517C162.32%20117.513%20162.317%20117.509%20162.318%20117.505C162.322%20117.455%20162.316%20117.407%20162.298%20117.357L158.618%20108.31C158.617%20108.309%20158.616%20108.309%20158.616%20108.309L157.926%20106.615C157.926%20106.613%20157.926%20106.611%20157.926%20106.609L157.427%20105.383C157.068%20104.501%20156.221%20103.931%20155.269%20103.931C154.968%20103.931%20154.672%20103.989%20154.392%20104.103C153.765%20104.358%20153.276%20104.841%20153.014%20105.463C152.751%20106.085%20152.747%20106.771%20153.001%20107.397L153.424%20108.439C153.424%20108.44%20153.424%20108.44%20153.424%20108.441L154.116%20110.139V110.141L157.796%20119.188ZM46.1721%2040.7708C46.1955%2040.9374%2046.3381%2041.0581%2046.5028%2041.0581C46.5175%2041.0581%2046.5321%2041.0568%2046.5481%2041.0548L66.8455%2038.2274C67.0281%2038.2021%2067.1548%2038.0334%2067.1295%2037.8514C67.1041%2037.6681%2066.9341%2037.5421%2066.7541%2037.5674L46.4568%2040.3948C46.2748%2040.4201%2046.1468%2040.5888%2046.1721%2040.7708ZM159.41%20138.008C159.462%20138.138%20159.588%20138.217%20159.72%20138.217C159.76%20138.217%20159.803%20138.21%20159.842%20138.193L172.173%20133.263C172.344%20133.195%20172.427%20133.001%20172.359%20132.83C172.291%20132.659%20172.094%20132.576%20171.925%20132.645L159.595%20137.575C159.424%20137.643%20159.341%20137.837%20159.41%20138.008ZM39.4261%2025.4086C39.4941%2025.318%2039.5941%2025.2586%2039.7075%2025.2426L42.5055%2024.8533C42.5928%2024.8406%2042.6721%2024.7946%2042.7261%2024.724C42.7795%2024.6533%2042.8021%2024.5646%2042.7895%2024.4766L42.3995%2021.68C42.3841%2021.5686%2042.4141%2021.4533%2042.4821%2021.3626C42.5508%2021.272%2042.6508%2021.214%2042.7641%2021.1973L44.8735%2020.908C45.0855%2020.908%2045.2675%2021.066%2045.2955%2021.2766L45.6861%2024.074C45.6981%2024.1606%2045.7448%2024.2406%2045.8155%2024.294C45.8861%2024.3466%2045.9761%2024.368%2046.0615%2024.3573L48.9195%2023.964C49.0115%2023.964%2049.1035%2023.994%2049.1761%2024.0493C49.2661%2024.1173%2049.3275%2024.22%2049.3428%2024.332L49.6281%2026.382C49.6608%2026.6153%2049.4968%2026.8313%2049.2635%2026.8646L46.4655%2027.2553C46.2828%2027.2806%2046.1561%2027.4493%2046.1815%2027.6313L46.5715%2030.4293C46.5875%2030.5406%2046.5575%2030.656%2046.4895%2030.7453C46.4208%2030.8353%2046.3181%2030.896%2046.2068%2030.9113L44.1575%2031.1966C43.9188%2031.2293%2043.7075%2031.062%2043.6748%2030.832L43.2855%2028.0346C43.2728%2027.9473%2043.2261%2027.868%2043.1555%2027.8146C43.0975%2027.7706%2043.0268%2027.7473%2042.9548%2027.7473C42.9395%2027.7473%2042.9241%2027.7486%2042.9095%2027.7506L40.0521%2028.1446C39.8408%2028.1446%2039.6575%2027.986%2039.6288%2027.7753L39.3428%2025.7253C39.3275%2025.614%2039.3575%2025.4986%2039.4261%2025.4086ZM38.9692%2027.868C39.0519%2028.4554%2039.5999%2028.8847%2040.2039%2028.8007L42.6712%2028.4574L43.0152%2030.9247C43.0912%2031.4627%2043.5559%2031.8674%2044.0985%2031.8674C44.1479%2031.8674%2044.1985%2031.864%2044.2499%2031.8567L46.2992%2031.572C46.5879%2031.5314%2046.8445%2031.3814%2047.0212%2031.148C47.1952%2030.918%2047.2719%2030.6227%2047.2319%2030.3367L46.8885%2027.8694L49.3565%2027.5247C49.9539%2027.4407%2050.3719%2026.8867%2050.2885%2026.29L50.0039%2024.24C49.9625%2023.9547%2049.8085%2023.6907%2049.5779%2023.5174C49.3485%2023.3447%2049.0525%2023.268%2048.7679%2023.3074L46.3005%2023.6514L45.9565%2021.1847C45.8745%2020.5967%2045.3279%2020.1634%2044.7225%2020.2514L42.6725%2020.5374C42.3825%2020.5774%2042.1259%2020.7287%2041.9505%2020.9614C41.7772%2021.1907%2041.6999%2021.4867%2041.7399%2021.772L42.0839%2024.2394L39.6159%2024.5827C39.3265%2024.6234%2039.0699%2024.774%2038.8939%2025.0067C38.7205%2025.2367%2038.6432%2025.532%2038.6832%2025.818L38.9692%2027.868ZM45.7075%2037.4393C45.7301%2037.606%2045.8728%2037.7266%2046.0368%2037.7266C46.0528%2037.7266%2046.0675%2037.7253%2046.0835%2037.7233L66.3808%2034.896C66.5628%2034.8706%2066.6908%2034.702%2066.6655%2034.52C66.6401%2034.3373%2066.4728%2034.2126%2066.2895%2034.236L45.9908%2037.0633C45.8095%2037.0886%2045.6815%2037.2573%2045.7075%2037.4393ZM37.4502%2020.7394C38.1642%2019.7948%2039.0415%2019.0188%2040.0335%2018.4381C40.0362%2018.4374%2040.0368%2018.4368%2040.0388%2018.4368C41.0188%2017.8641%2042.1115%2017.4827%2043.2688%2017.3214C43.6768%2017.2648%2044.0895%2017.2361%2044.4988%2017.2361C48.8668%2017.2361%2052.6155%2020.5041%2053.2202%2024.8381C53.8915%2029.6528%2050.5188%2034.1161%2045.7028%2034.7881C45.2955%2034.8447%2044.8828%2034.8734%2044.4755%2034.8734C40.1068%2034.8734%2036.3568%2031.6054%2035.7528%2027.2714C35.4282%2024.9388%2036.0308%2022.6188%2037.4502%2020.7394ZM66.4958%2013.0767L70.2231%2039.8253C69.0738%2040.5733%2067.7404%2040.9553%2066.2524%2040.9553C64.8938%2040.9553%2063.9051%2040.626%2063.8951%2040.6227C63.7658%2040.5793%2063.6191%2040.6187%2063.5311%2040.7267C63.4438%2040.8333%2063.4304%2040.9833%2063.4991%2041.1033C63.5551%2041.202%2063.5984%2041.298%2063.6511%2041.396L46.9211%2043.7267C46.7384%2043.752%2046.6118%2043.9207%2046.6364%2044.1033C46.6598%2044.27%2046.8031%2044.39%2046.9664%2044.39C46.9811%2044.39%2046.9971%2044.3887%2047.0124%2044.3867L63.9738%2042.0233C64.8718%2043.956%2065.0358%2045.7507%2064.4731%2047.376L44.6598%2050.1353L42.5984%2035.3447C43.2071%2035.4687%2043.8344%2035.54%2044.4751%2035.54C44.9131%2035.54%2045.3578%2035.5093%2045.7951%2035.448C47.3518%2035.2307%2048.7644%2034.6393%2049.9658%2033.7853L65.9164%2031.5633C66.0984%2031.538%2066.2264%2031.3693%2066.2004%2031.1867C66.1751%2031.0047%2066.0078%2030.8753%2065.8244%2030.9033L50.9558%2032.9747C51.8678%2032.1193%2052.6031%2031.0907%2053.1198%2029.95L65.4524%2028.2313C65.6351%2028.206%2065.7624%2028.0373%2065.7364%2027.8547C65.7118%2027.672%2065.5438%2027.546%2065.3611%2027.5713L53.4131%2029.236C53.7311%2028.3493%2053.9164%2027.4073%2053.9551%2026.436L64.9878%2024.8987C65.1704%2024.8733%2065.2978%2024.7047%2065.2724%2024.522C65.2471%2024.34%2065.0791%2024.2167%2064.8964%2024.2387L53.9644%2025.7613C53.9538%2025.4253%2053.9278%2025.086%2053.8791%2024.7453C53.8011%2024.18%2053.6711%2023.6313%2053.4971%2023.1033L64.5244%2021.568C64.7064%2021.5427%2064.8338%2021.374%2064.8084%2021.1913C64.7824%2021.0093%2064.6144%2020.88%2064.4318%2020.908L53.2544%2022.4647C52.8751%2021.544%2052.3578%2020.6993%2051.7264%2019.9527L64.0598%2018.2347C64.2411%2018.2093%2064.3691%2018.0407%2064.3438%2017.858C64.3184%2017.676%2064.1491%2017.55%2063.9684%2017.5747L51.1778%2019.356C49.4491%2017.6313%2047.0758%2016.5693%2044.4984%2016.5693C44.0598%2016.5693%2043.6144%2016.6%2043.1764%2016.6607C42.0958%2016.8113%2041.0731%2017.15%2040.1311%2017.636L40.0098%2016.7667L66.4958%2013.0767ZM70.3322%2040.7473C70.3402%2040.8553%2070.3482%2040.9633%2070.3508%2041.0706C70.3522%2041.1586%2070.3502%2041.2459%2070.3488%2041.3333C70.3462%2041.4493%2070.3435%2041.5653%2070.3348%2041.6799C70.3295%2041.7526%2070.3195%2041.8253%2070.3108%2041.8986C70.2962%2042.0266%2070.2815%2042.1553%2070.2582%2042.2806C70.2488%2042.3359%2070.2355%2042.3893%2070.2248%2042.4439C70.1955%2042.5853%2070.1648%2042.7253%2070.1255%2042.8633C70.1155%2042.9013%2070.1015%2042.9386%2070.0902%2042.9766C70.0448%2043.1266%2069.9962%2043.2759%2069.9395%2043.4213C69.9302%2043.4459%2069.9188%2043.4693%2069.9082%2043.4933C69.8455%2043.6499%2069.7788%2043.8033%2069.7035%2043.9533C69.6982%2043.9646%2069.6908%2043.9759%2069.6848%2043.9879C69.2622%2044.8173%2068.6555%2045.5446%2067.9108%2046.1093C67.9022%2046.1159%2067.8942%2046.1233%2067.8862%2046.1299C67.7595%2046.2246%2067.6268%2046.3119%2067.4928%2046.3973C67.4602%2046.4179%2067.4282%2046.4406%2067.3955%2046.4613C67.2802%2046.5313%2067.1582%2046.5946%2067.0375%2046.6579C66.9802%2046.6873%2066.9248%2046.7193%2066.8668%2046.7473C66.7642%2046.7973%2066.6575%2046.8393%2066.5522%2046.8826C66.4702%2046.9166%2066.3888%2046.9526%2066.3055%2046.9826C66.2162%2047.0153%2066.1242%2047.0419%2066.0328%2047.0706C65.9288%2047.1026%2065.8248%2047.1353%2065.7188%2047.1619C65.6395%2047.1826%2065.5588%2047.1973%2065.4775%2047.2146C65.3915%2047.2333%2065.3048%2047.2493%2065.2175%2047.2639C65.7288%2045.4899%2065.4748%2043.5559%2064.4622%2041.4993C64.4595%2041.4946%2064.4588%2041.4906%2064.4562%2041.4859C64.4488%2041.4719%2064.4448%2041.4586%2064.4375%2041.4446C64.8902%2041.5346%2065.5188%2041.6219%2066.2528%2041.6219C67.7562%2041.6219%2069.1202%2041.2646%2070.3148%2040.5586C70.3215%2040.6213%2070.3275%2040.6846%2070.3322%2040.7473ZM41.9028%2035.1793L44.0455%2050.558C44.0688%2050.7246%2044.2115%2050.8453%2044.3748%2050.8453C44.3908%2050.8453%2044.4061%2050.844%2044.4215%2050.842L64.7588%2048.0093C64.7635%2048.0086%2064.7681%2048.0086%2064.7735%2048.008L65.1441%2047.9566C65.3115%2047.9333%2065.4741%2047.8973%2065.6368%2047.862C65.6961%2047.85%2065.7561%2047.842%2065.8148%2047.828C65.8968%2047.808%2065.9755%2047.78%2066.0561%2047.7573C66.1981%2047.7173%2066.3395%2047.68%2066.4775%2047.6313C66.5068%2047.6213%2066.5341%2047.6073%2066.5635%2047.5973C67.7788%2047.1513%2068.8448%2046.3706%2069.6441%2045.3126C70.5921%2044.0573%2071.0668%2042.548%2071.0175%2040.9973C71.0168%2040.9833%2071.0181%2040.9693%2071.0175%2040.9553C71.0088%2040.724%2070.9895%2040.4926%2070.9568%2040.2613L67.1108%2012.6546C67.0848%2012.472%2066.9155%2012.3473%2066.7341%2012.3706L39.5881%2016.1526C39.4061%2016.178%2039.2788%2016.3466%2039.3041%2016.5286L39.5068%2017.9853C38.5188%2018.5953%2037.6395%2019.3826%2036.9181%2020.3373C35.3915%2022.3586%2034.7435%2024.854%2035.0921%2027.364C35.6195%2031.1446%2038.3728%2034.1706%2041.9028%2035.1793ZM182.908%2062.87L193.444%2064.4186L193.324%2065.2346C193.308%2065.3493%20193.245%2065.454%20193.151%2065.5226C193.077%2065.5786%20192.983%2065.61%20192.89%2065.61L183.16%2064.1853C182.92%2064.1493%20182.754%2063.9253%20182.788%2063.686L182.908%2062.87ZM180.556%2047.74C180.56%2047.74%20180.563%2047.74%20180.566%2047.7407L200%2050.5987V49.9247L180.664%2047.08C180.398%2047.0427%20180.136%2047.126%20179.944%2047.3047C179.749%2047.486%20179.647%2047.742%20179.668%2048.0074L180.585%2060.708C180.654%2061.6734%20181.338%2062.486%20182.252%2062.7467L182.128%2063.5894C182.039%2064.192%20182.459%2064.7547%20183.062%2064.8447L192.728%2066.2647C192.782%2066.2727%20192.836%2066.2767%20192.89%2066.2767C193.126%2066.2767%20193.36%2066.1987%20193.549%2066.0581C193.783%2065.8847%20193.942%2065.62%20193.983%2065.3307L194.106%2064.4934C194.119%2064.494%20194.134%2064.4967%20194.146%2064.4967C195.092%2064.4967%20195.954%2063.9027%20196.293%2063.0174L197.086%2060.9374L199.758%2061.3307C199.839%2061.3427%20199.919%2061.3414%20200%2061.348V60.6767C199.951%2060.672%20199.904%2060.678%20199.856%2060.6707L197.329%2060.2987L197.716%2059.2834L200%2059.6194V58.9447L197.96%2058.6447L199.113%2055.6194L200%2055.7494V55.0754L199.356%2054.9807L199.744%2053.9641L200%2054.0014V53.3274L199.987%2053.3254L200%2053.292V51.4214L199.216%2053.476C199.216%2053.4767%20199.216%2053.4767%20199.216%2053.4767L198.261%2055.9807L195.67%2062.7794C195.402%2063.4827%20194.669%2063.9267%20193.908%2063.8127L193.871%2063.8074C193.871%2063.8074%20193.87%2063.8067%20193.87%2063.8067L182.674%2062.1594C182.672%2062.1587%20182.671%2062.16%20182.668%2062.16L182.639%2062.156C181.889%2062.0467%20181.304%2061.4167%20181.25%2060.6594L180.332%2047.9594C180.328%2047.8967%20180.351%2047.836%20180.396%2047.7934C180.434%2047.7594%20180.48%2047.74%20180.556%2047.74ZM101.063%20182.206L99.8941%20183.376L99.8794%20183.362L95.9121%20179.393L96.8708%20178.435C97.4308%20177.875%2098.1748%20177.566%2098.9674%20177.566C99.7588%20177.566%20100.503%20177.875%20101.063%20178.435C101.566%20178.938%20101.844%20179.608%20101.844%20180.32C101.844%20181.033%20101.567%20181.703%20101.063%20182.206ZM97.9439%20185.326L93.9619%20181.345L95.4412%20179.866L99.4232%20183.847L97.9439%20185.326ZM87.5689%20195.701L83.5869%20191.719L93.4902%20181.816L97.4722%20185.798L87.5689%20195.701ZM84.0002%20196.921L81.7549%20197.611L83.2789%20192.354L84.0002%20193.076L86.9416%20196.017L84.0002%20196.921ZM98.9669%20176.899C97.9969%20176.899%2097.0849%20177.277%2096.3989%20177.963L95.2035%20179.159C95.2035%20179.159%2095.2029%20179.159%2095.2022%20179.16L93.2542%20181.109L83.9995%20190.363L82.8789%20191.483C82.8422%20191.52%2082.8189%20191.565%2082.8029%20191.613C82.8009%20191.618%2082.7955%20191.621%2082.7942%20191.627L80.9422%20198.019C80.9075%20198.136%2080.9409%20198.263%2081.0282%20198.349C81.0915%20198.411%2081.1755%20198.445%2081.2622%20198.445C81.2949%20198.445%2081.3275%20198.44%2081.3602%20198.429L83.9995%20197.619L87.6662%20196.491C87.6702%20196.49%2087.6715%20196.487%2087.6755%20196.485C87.7222%20196.469%2087.7662%20196.445%2087.8035%20196.409L98.1782%20186.033L100.129%20184.083L101.534%20182.678C102.164%20182.048%20102.51%20181.211%20102.51%20180.32C102.51%20179.429%20102.164%20178.593%20101.534%20177.963C100.848%20177.277%2099.9369%20176.899%2098.9669%20176.899ZM187.558%2039.1486L187.731%2038.898C187.834%2038.7453%20187.795%2038.538%20187.643%2038.4346C187.49%2038.3326%20187.283%2038.372%20187.178%2038.5226L187.009%2038.7686C186.714%2039.194%20186.408%2039.6346%20186.248%2040.13C186.073%2040.6626%20186.087%2041.2873%20186.285%2041.9853C186.338%2042.1666%20186.397%2042.348%20186.455%2042.5273C186.584%2042.9186%20186.704%2043.2886%20186.744%2043.6526C186.792%2044.1026%20186.675%2044.5846%20186.407%2045.0466C186.314%2045.206%20186.367%2045.4093%20186.527%2045.502C186.58%2045.5333%20186.637%2045.548%20186.695%2045.548C186.809%2045.548%20186.921%2045.4886%20186.981%2045.382C187.323%2044.7966%20187.471%2044.1733%20187.407%2043.5806C187.36%2043.1473%20187.223%2042.7266%20187.089%2042.32C187.033%2042.1486%20186.977%2041.976%20186.926%2041.8013C186.765%2041.2346%20186.749%2040.742%20186.882%2040.336C187.011%2039.9346%20187.277%2039.5526%20187.558%2039.1486ZM158.883%20136.123C158.923%20136.123%20158.966%20136.115%20159.006%20136.099L171.337%20131.168C171.507%20131.1%20171.591%20130.906%20171.522%20130.735C171.453%20130.565%20171.257%20130.481%20171.089%20130.549L158.758%20135.481C158.588%20135.549%20158.505%20135.743%20158.573%20135.913C158.625%20136.044%20158.75%20136.123%20158.883%20136.123ZM0.765333%2050.3666C0.629333%2050.1373%200.402%2049.984%200.14%2049.9453L0%2049.9246V50.5986L0.0433333%2050.6053C0.104%2050.614%200.159333%2050.6513%200.190667%2050.7046C0.222667%2050.7586%200.227333%2050.824%200.205333%2050.8826L0%2051.4213V53.292L0.828%2051.12C0.922667%2050.8713%200.9%2050.5966%200.765333%2050.3666ZM170.349%20146.568C170.445%20146.563%20170.528%20146.536%20170.592%20146.471L177.72%20139.333L179.385%20137.666L180.051%20139.333L183.764%20148.618C183.83%20148.782%20183.828%20148.961%20183.758%20149.123C183.689%20149.285%20183.561%20149.409%20183.397%20149.475L163.147%20157.573C162.812%20157.708%20162.421%20157.535%20162.289%20157.205L157.91%20146.254L170.349%20146.568ZM155.396%20139.972L156.992%20139.333L157.284%20139.217L157.331%20139.333L159.485%20144.72L157.597%20145.475L155.396%20139.972ZM159.852%20145.637L159.04%20145.616L159.732%20145.339L159.852%20145.637ZM156.229%20134.781L172.691%20128.197L174.242%20132.076C174.243%20132.076%20174.243%20132.076%20174.243%20132.077C174.243%20132.077%20174.243%20132.077%20174.243%20132.078L177.039%20139.071L176.777%20139.333L170.223%20145.899L160.577%20145.655L160.228%20144.782L158.049%20139.333L157.781%20138.66C157.78%20138.66%20157.781%20138.66%20157.78%20138.659L156.229%20134.781ZM178.125%20137.983L177.553%20138.557L177.434%20138.26L178.125%20137.983ZM176.872%20131.383L179.073%20136.887L177.186%20137.641L174.985%20132.139L176.872%20131.383ZM162.902%20158.287C163.071%20158.287%20163.236%20158.255%20163.394%20158.191L183.644%20150.094C183.974%20149.963%20184.231%20149.711%20184.37%20149.385C184.51%20149.06%20184.516%20148.699%20184.384%20148.371L180.77%20139.333L179.816%20136.949L179.814%20136.943V136.942L177.368%20130.826C177.336%20130.744%20177.271%20130.678%20177.19%20130.643C177.11%20130.609%20177.017%20130.607%20176.935%20130.641L174.738%20131.52L173.188%20127.64C173.154%20127.558%20173.09%20127.493%20173.008%20127.457C172.927%20127.423%20172.836%20127.421%20172.754%20127.455L155.672%20134.286C155.502%20134.354%20155.418%20134.548%20155.486%20134.719L157.036%20138.597L155.2%20139.333L154.84%20139.477C154.67%20139.546%20154.586%20139.74%20154.655%20139.91L157.103%20146.032C157.103%20146.034%20157.105%20146.035%20157.106%20146.037L161.671%20157.453C161.872%20157.959%20162.357%20158.287%20162.902%20158.287ZM1.89596%201.70534C2.45596%201.14534%203.20063%200.83667%203.99196%200.83667C4.78396%200.83667%205.52863%201.14534%206.08863%201.70534L7.04663%202.664L3.06529%206.64667L1.89596%205.47734C0.855961%204.43667%200.856628%202.74467%201.89596%201.70534ZM8.99747%204.61539L5.01547%208.59739L3.53613%207.11805L7.51813%203.13672L8.99747%204.61539ZM19.3726%2014.9907L15.3913%2018.972L5.4873%209.06867L9.46931%205.08667L19.3726%2014.9907ZM21.2046%2020.8819L16.0186%2019.2879L19.6812%2015.6252L21.2046%2020.8819ZM4.7798%209.30392L15.1545%2019.6793C15.1918%2019.7159%2015.2358%2019.7399%2015.2825%2019.7559C15.2858%2019.7573%2015.2885%2019.7606%2015.2925%2019.7619L21.5985%2021.7006C21.6298%2021.7113%2021.6638%2021.7153%2021.6965%2021.7153C21.7825%2021.7153%2021.8665%2021.6826%2021.9298%2021.6199C22.0171%2021.5339%2022.0505%2021.4073%2022.0165%2021.2893L20.1638%2014.8973C20.1625%2014.8919%2020.1571%2014.8886%2020.1558%2014.8833C20.1398%2014.8359%2020.1158%2014.7913%2020.0791%2014.7546L9.7038%204.37992L7.75514%202.43126C7.75447%202.43059%207.75447%202.42992%207.75447%202.42926L6.5598%201.23392C5.87314%200.547922%204.9618%200.169922%203.99114%200.169922C3.0218%200.169922%202.11047%200.547922%201.42447%201.23392C0.124469%202.53326%200.123802%204.64859%201.42447%205.94859L4.7798%209.30392ZM178.956%2074.4119C177.782%2074.4119%20176.716%2075.1519%20176.303%2076.2533L169.416%2094.6759C169.152%2095.3839%20169.177%2096.1539%20169.492%2096.8419C169.806%2097.5306%20170.368%2098.0553%20171.076%2098.3206L173.269%2099.1399L168.558%20103.885C168.445%20103.999%20168.428%20104.177%20168.52%20104.309C168.611%20104.441%20168.783%20104.49%20168.928%20104.425L176.822%20100.955L174.926%20106.027C174.661%20106.735%20174.688%20107.505%20175.002%20108.193C175.315%20108.881%20175.88%20109.406%20176.588%20109.671L200%20118.424V117.711L176.821%20109.046C176.28%20108.844%20175.848%20108.443%20175.609%20107.917C175.368%20107.391%20175.348%20106.802%20175.55%20106.26L177.606%20100.761L195.239%20107.353C195.56%20107.473%20195.893%20107.534%20196.23%20107.534C197.407%20107.534%20198.473%20106.794%20198.884%20105.691L200%20102.707V100.805L198.259%20105.458C197.945%20106.301%20197.13%20106.867%20196.23%20106.867C195.974%20106.867%20195.718%20106.821%20195.474%20106.729L177.528%20100.02C177.49%20100.006%20177.45%2099.9986%20177.411%2099.9986C177.408%2099.9986%20177.406%2099.9999%20177.403%2099.9999C177.373%20100.001%20177.346%20100.01%20177.318%20100.019C177.305%20100.022%20177.289%20100.021%20177.277%20100.027L170.27%20103.107L174.106%2099.2433C174.186%2099.1626%20174.22%2099.0479%20174.195%2098.9366C174.171%2098.8266%20174.091%2098.7359%20173.986%2098.6959L171.31%2097.6953C170.768%2097.4933%20170.338%2097.0926%20170.098%2096.5659C169.859%2096.0393%20169.838%2095.4513%20170.041%2094.9086L176.927%2076.4866C177.243%2075.6446%20178.058%2075.0786%20178.956%2075.0786C179.215%2075.0786%20179.47%2075.1253%20179.714%2075.2166L200%2082.7986V82.0866L179.948%2074.5919C179.628%2074.4726%20179.295%2074.4119%20178.956%2074.4119ZM194.238%2043.6739C194.366%2044.0639%20194.486%2044.4332%20194.526%2044.7965C194.574%2045.2472%20194.456%2045.7299%20194.188%2046.1919C194.096%2046.3512%20194.148%2046.5545%20194.309%2046.6479C194.362%2046.6785%20194.419%2046.6925%20194.476%2046.6925C194.59%2046.6925%20194.702%2046.6332%20194.764%2046.5265C195.105%2045.9419%20195.252%2045.3192%20195.188%2044.7259C195.142%2044.2925%20195.004%2043.8725%20194.87%2043.4659C194.814%2043.2945%20194.757%2043.1212%20194.708%2042.9459C194.546%2042.3805%20194.531%2041.8879%20194.662%2041.4819C194.794%2041.0772%20195.06%2040.6939%20195.342%2040.2885L195.511%2040.0432C195.616%2039.8905%20195.576%2039.6839%20195.424%2039.5799C195.272%2039.4765%20195.064%2039.5159%20194.96%2039.6679L194.795%2039.9079C194.498%2040.3352%20194.191%2040.7772%20194.028%2041.2752C193.855%2041.8105%20193.868%2042.4345%20194.066%2043.1292C194.118%2043.3119%20194.178%2043.4932%20194.238%2043.6739ZM77.2866%2023.3192L77.6773%2023.1119H77.6786L84.0006%2019.7659L87.2686%2018.0359C87.2693%2018.0359%2087.2693%2018.0352%2087.2693%2018.0352L87.6606%2017.8279C90.3286%2017.9712%2093.466%2020.8212%2094.442%2022.8065L92.9566%2023.5932C92.9553%2023.5939%2092.9546%2023.5932%2092.9533%2023.5939L92.9513%2023.5959L84.0006%2028.3332L77.5906%2031.7259C76.498%2029.8019%2075.9053%2025.6052%2077.2866%2023.3192ZM76.9542%2019.1852C76.6609%2017.7906%2076.9615%2016.4532%2077.8009%2015.4192C78.6382%2014.3872%2079.9229%2013.7712%2081.2382%2013.7712C81.9769%2013.7712%2083.0155%2013.9646%2084.0002%2014.8119C84.1415%2014.9339%2084.2822%2015.0692%2084.4202%2015.2192L86.5809%2017.6452L84.0002%2019.0112L77.7415%2022.3232L76.9542%2019.1852ZM97.2858%2030.6393C97.8731%2030.8226%2098.0618%2031.182%2097.8811%2031.77C97.2425%2033.846%2096.1818%2037.2926%2095.9678%2037.9873L94.8891%2038.558L96.7685%2032.4486C96.9678%2031.8026%2096.7418%2031.374%2096.0971%2031.1726L90.3418%2029.3753C90.5111%2029.1313%2090.6638%2028.8773%2090.7958%2028.6126L97.2858%2030.6393ZM97.9956%2037.6685C98.2176%2037.5505%2098.4682%2037.4885%2098.7202%2037.4885C99.0276%2037.4885%2099.3249%2037.5785%2099.5802%2037.7492L102.949%2039.9465L88.8369%2047.4165L88.8689%2043.4185C88.8729%2042.8492%2089.1896%2042.3292%2089.6929%2042.0632L97.9956%2037.6685ZM87.8456%2030.7246C86.6382%2031.3646%2085.2709%2031.5113%2083.9996%2031.2073C83.2462%2031.0273%2082.5269%2030.6899%2081.8936%2030.2026L83.9996%2029.0879L90.7602%2025.5093C90.8896%2027.6526%2089.7702%2029.7066%2087.8456%2030.7246ZM94.6272%2026.7561C94.6899%2026.7227%2094.7566%2026.7061%2094.8266%2026.7061C94.9859%2026.7061%2095.1319%2026.7934%2095.2059%2026.9341C95.2599%2027.0354%2095.2712%2027.1514%2095.2372%2027.2607C95.2032%2027.3701%2095.1292%2027.4594%2095.0279%2027.5134C94.8232%2027.6214%2094.5566%2027.5374%2094.4492%2027.3341C94.3386%2027.1261%2094.4186%2026.8661%2094.6272%2026.7561ZM76.7686%2022.8881C75.1019%2025.5154%2075.8653%2030.3647%2077.1933%2032.3521C77.2566%2032.4474%2077.3619%2032.5001%2077.4706%2032.5001C77.5233%2032.5001%2077.5766%2032.4881%2077.6259%2032.4621L81.2446%2030.5467C82.0513%2031.2347%2083.0019%2031.6867%2083.9999%2031.8961C84.4159%2031.9834%2084.8386%2032.0327%2085.2639%2032.0327C86.2526%2032.0321%2087.2473%2031.7974%2088.1586%2031.3147C88.8319%2030.9587%2089.4159%2030.4861%2089.8999%2029.9361L95.8993%2031.8094C96.1959%2031.9021%2096.2239%2031.9554%2096.1326%2032.2527L94.0559%2038.9994L89.3813%2041.4734C88.6613%2041.8547%2088.2093%2042.5987%2088.2026%2043.4134L88.1706%2047.4641C88.1693%2047.6867%2088.2859%2047.8961%2088.4759%2048.0114C88.5753%2048.0721%2088.6893%2048.1034%2088.8059%2048.1034C88.9093%2048.1034%2089.0126%2048.0781%2089.1039%2048.0301L103.262%2040.5361C103.458%2040.4314%20103.588%2040.2281%20103.599%2040.0054C103.611%2039.7834%20103.503%2039.5687%20103.317%2039.4447L99.9506%2037.1947C99.2859%2036.7501%2098.3899%2036.7061%2097.6839%2037.0787L96.8013%2037.5467C97.1973%2036.2621%2097.9986%2033.6581%2098.5186%2031.9667C98.8073%2031.0287%2098.4206%2030.2947%2097.4846%2030.0027L91.0606%2027.9961C91.3919%2027.1081%2091.5199%2026.1421%2091.4126%2025.1641L92.9706%2024.3401L94.0466%2026.3734C93.7246%2026.7047%2093.6313%2027.2161%2093.8593%2027.6461C94.0493%2028.0061%2094.4206%2028.2301%2094.8273%2028.2301C95.0046%2028.2301%2095.1813%2028.1861%2095.3393%2028.1027C95.5973%2027.9654%2095.7873%2027.7361%2095.8733%2027.4567C95.9593%2027.1774%2095.9313%2026.8814%2095.7953%2026.6221C95.5759%2026.2081%2095.0913%2025.9941%2094.6386%2026.0654L93.5599%2024.0274L95.0293%2023.2501C95.1806%2023.1701%2095.2466%2022.9887%2095.1819%2022.8301C94.2859%2020.6147%2090.7039%2017.2567%2087.5946%2017.1587C87.5413%2017.1607%2087.4799%2017.1701%2087.4279%2017.1967L87.1879%2017.3247L84.9139%2014.7714C84.6339%2014.4667%2084.3259%2014.2054%2083.9999%2013.9807C83.1766%2013.4134%2082.2279%2013.1047%2081.2379%2013.1047C79.7239%2013.1047%2078.2453%2013.8134%2077.2819%2014.9987C76.3146%2016.1921%2075.9659%2017.7274%2076.3046%2019.3347L77.1353%2022.6447L76.8946%2022.7714C76.8433%2022.7987%2076.8006%2022.8394%2076.7686%2022.8881ZM38.8433%20140.427C39.754%20140.216%2040.594%20140.496%2040.874%20141.477C41.3646%20143.788%2037.1626%20144.558%2037.8633%20149.6L43.5353%20148.339L43.3253%20147.429L38.9133%20148.409C38.6333%20144.838%2042.5553%20144.067%2041.9246%20141.197C41.6446%20139.936%2040.5239%20139.095%2038.7033%20139.515C37.6533%20139.726%2036.6726%20140.356%2036.1826%20140.846L36.6726%20141.617C37.1626%20141.126%2037.9333%20140.637%2038.8433%20140.427ZM46.1267%20139.586C46.1967%20140.076%2046.3367%20140.846%2046.5467%20141.687L47.0367%20143.928L45.1461%20144.347C44.7961%20144.418%2044.3061%20144.558%2044.0254%20144.628L46.1267%20139.586ZM47.2466%20144.838L47.8073%20147.289L48.8573%20147.079L48.2973%20144.628L49.6979%20144.347L49.4879%20143.437L48.0873%20143.717L46.7566%20137.695L45.9866%20137.835L42.9053%20144.978L43.0453%20145.749L47.2466%20144.838ZM29.5674%20133.743L57.7027%20126.949L60.694%20139.333L63.0367%20149.036C63.0374%20149.041%2063.0387%20149.046%2063.0401%20149.05C63.2887%20150.048%2063.9814%20150.821%2064.8567%20151.211L37.9761%20157.703C37.312%20157.864%2036.6294%20157.755%2036.048%20157.4C35.6074%20157.131%2035.266%20156.743%2035.0574%20156.282L34.8954%20155.806L30.9174%20139.333L29.5674%20133.743ZM64.2809%20129.628L66.6249%20139.333L68.4709%20146.976C68.4715%20146.979%2068.4722%20146.983%2068.4729%20146.987L68.6395%20147.675V147.676C68.9682%20149.041%2068.1249%20150.421%2066.7602%20150.751H66.7596L66.7582%20150.752C65.3922%20151.082%2064.0129%20150.237%2063.6829%20148.871C63.6822%20148.866%2063.6809%20148.862%2063.6796%20148.858L61.3796%20139.333L59.3242%20130.825L64.2809%20129.628ZM34.5028%20156.668C34.7688%20157.201%2035.1795%20157.65%2035.7002%20157.969C36.2122%20158.281%2036.7868%20158.442%2037.3715%20158.442C37.6248%20158.442%2037.8795%20158.411%2038.1322%20158.351L66.9162%20151.4C66.9168%20151.4%2066.9175%20151.399%2066.9175%20151.399C68.6402%20150.982%2069.7028%20149.241%2069.2868%20147.518L67.3102%20139.333L64.8502%20129.147C64.8075%20128.968%2064.6248%20128.861%2064.4482%20128.901L59.1682%20130.177L58.2722%20126.468C58.2515%20126.382%2058.1982%20126.308%2058.1222%20126.261C58.0462%20126.216%2057.9555%20126.203%2057.8695%20126.222L29.0875%20133.174C28.9075%20133.217%2028.7982%20133.397%2028.8415%20133.576L30.2315%20139.333L34.3762%20156.495C34.3935%20156.567%2034.4408%20156.626%2034.5028%20156.668ZM79.45%20181.826C80.7654%20180.511%2082.3227%20179.53%2084%20178.902C86.874%20177.827%2090.102%20177.795%2093.078%20178.943C93.2487%20179.007%2093.4427%20178.923%2093.5087%20178.751C93.5753%20178.579%2093.4893%20178.387%2093.3173%20178.32C90.268%20177.143%2086.9653%20177.147%2084%20178.195C82.1467%20178.85%2080.4227%20179.91%2078.9787%20181.355C73.8547%20186.479%2073.7587%20194.74%2078.6627%20200H79.586C79.542%20199.957%2079.494%20199.922%2079.45%20199.879C74.474%20194.901%2074.474%20186.803%2079.45%20181.826ZM61.5812%200H60.3399C57.5112%201.70067%2054.2025%202.68067%2050.6692%202.68067C47.1345%202.68067%2043.8259%201.70067%2040.9965%200H39.7559C42.8725%202.112%2046.6292%203.34733%2050.6692%203.34733C54.7085%203.34733%2058.4645%202.112%2061.5812%200ZM50.6689%20164.347C39.9163%20164.347%2031.1689%20173.095%2031.1689%20183.847C31.1689%20190.56%2034.5783%20196.491%2039.7556%20200H40.9963C35.5129%20196.704%2031.8356%20190.698%2031.8356%20183.847C31.8356%20173.463%2040.2829%20165.014%2050.6689%20165.014C61.0529%20165.014%2069.5009%20173.463%2069.5009%20183.847C69.5009%20190.698%2065.8236%20196.704%2060.3396%20200H61.5809C66.7583%20196.491%2070.1676%20190.56%2070.1676%20183.847C70.1676%20173.095%2061.4203%20164.347%2050.6689%20164.347ZM119.169%20177.004C118.951%20176.987%20118.695%20176.975%20118.408%20176.975C116.916%20176.975%20114.803%20177.295%20112.935%20178.75C112.911%20178.651%20112.89%20178.551%20112.87%20178.452C112.855%20178.37%20112.837%20178.288%20112.824%20178.206C112.8%20178.054%20112.785%20177.902%20112.773%20177.751C112.768%20177.69%20112.758%20177.63%20112.756%20177.568C112.745%20177.369%20112.743%20177.169%20112.75%20176.972C112.75%20176.961%20112.75%20176.948%20112.75%20176.937C112.838%20174.76%20114%20172.745%20115.839%20171.578C115.855%20171.569%20115.87%20171.561%20115.886%20171.552C116.049%20171.451%20116.216%20171.355%20116.389%20171.268C116.472%20171.226%20116.559%20171.191%20116.643%20171.152C116.752%20171.103%20116.86%20171.051%20116.972%20171.007C117.083%20170.965%20117.198%20170.929%20117.31%20170.892C117.388%20170.867%20117.463%20170.84%20117.541%20170.817C117.212%20172.821%20117.757%20174.897%20119.169%20177.004ZM144.029%20180.698L139.685%20164.519C139.661%20164.433%20139.605%20164.36%20139.529%20164.316C139.452%20164.271%20139.362%20164.26%20139.276%20164.283L117.501%20170.131C117.287%20170.188%20117.081%20170.258%20116.877%20170.333C116.854%20170.341%20116.83%20170.347%20116.807%20170.355C116.699%20170.397%20116.595%20170.447%20116.491%20170.493C116.369%20170.545%20116.246%20170.593%20116.128%20170.651C116.078%20170.677%20116.031%20170.707%20115.98%20170.733C115.813%20170.822%20115.646%20170.912%20115.487%20171.013C115.483%20171.014%20115.481%20171.017%20115.479%20171.019C114.489%20171.644%20113.659%20172.502%20113.058%20173.545C112.336%20174.798%20112.008%20176.203%20112.091%20177.613V177.641C112.105%20177.854%20112.13%20178.067%20112.163%20178.281C112.167%20178.312%20112.168%20178.343%20112.173%20178.373C112.213%20178.617%20112.264%20178.86%20112.329%20179.102L112.419%20179.433C112.419%20179.433%20112.419%20179.434%20112.419%20179.434L117.942%20200H118.632L113.119%20179.471C114.893%20177.971%20116.963%20177.642%20118.408%20177.642C119.247%20177.642%20119.806%20177.755%20119.811%20177.755C119.836%20177.761%20119.862%20177.764%20119.884%20177.762C120.081%20177.759%20120.226%20177.616%20120.226%20177.429C120.226%20177.325%20120.176%20177.231%20120.101%20177.169C120.035%20177.081%20119.982%20176.993%20119.921%20176.907L137.537%20172.175C137.715%20172.128%20137.821%20171.945%20137.773%20171.767C137.725%20171.59%20137.541%20171.483%20137.365%20171.532L119.523%20176.323C118.289%20174.359%20117.873%20172.445%20118.268%20170.615L139.127%20165.013L143.315%20180.611C143.049%20180.59%20142.779%20180.577%20142.507%20180.577C141.617%20180.577%20140.725%20180.695%20139.857%20180.929C138.245%20181.362%20136.797%20182.167%20135.604%20183.267L118.858%20187.763C118.681%20187.811%20118.575%20187.993%20118.622%20188.171C118.663%20188.32%20118.797%20188.418%20118.945%20188.418C118.973%20188.418%20119.003%20188.414%20119.031%20188.407L134.722%20184.193C134.333%20184.653%20133.977%20185.148%20133.669%20185.682C133.283%20186.353%20132.985%20187.059%20132.761%20187.783L119.798%20191.264C119.619%20191.311%20119.515%20191.494%20119.562%20191.672C119.603%20191.82%20119.737%20191.919%20119.884%20191.919C119.913%20191.919%20119.943%20191.915%20119.971%20191.907L132.555%20188.527C132.323%20189.548%20132.257%20190.597%20132.35%20191.647L120.738%20194.766C120.561%20194.813%20120.455%20194.996%20120.503%20195.174C120.543%20195.323%20120.677%20195.421%20120.825%20195.421C120.853%20195.421%20120.883%20195.417%20120.911%20195.409L132.427%20192.316C132.484%20192.685%20132.557%20193.053%20132.655%20193.418C132.817%20194.021%20133.035%20194.597%20133.297%20195.147L121.678%20198.267C121.501%20198.315%20121.395%20198.497%20121.444%20198.675C121.483%20198.824%20121.618%20198.922%20121.765%20198.922C121.794%20198.922%20121.823%20198.918%20121.852%20198.91L133.606%20195.753C134.139%20196.705%20134.819%20197.554%20135.609%20198.279L129.202%20200H131.769L136.227%20198.803C136.831%20199.274%20137.489%20199.673%20138.185%20200H140.118C136.858%20199.155%20134.203%20196.613%20133.299%20193.245C132.639%20190.787%20132.976%20188.219%20134.247%20186.015C134.72%20185.195%20135.302%20184.462%20135.973%20183.83C135.973%20183.829%20135.973%20183.829%20135.974%20183.829C137.104%20182.763%20138.487%20181.987%20140.03%20181.573C140.841%20181.355%20141.675%20181.244%20142.507%20181.244C146.806%20181.244%20150.587%20184.147%20151.702%20188.303C153.064%20193.377%20150.045%20198.612%20144.972%20199.975C144.937%20199.984%20144.901%20199.991%20144.866%20200H146.823C147.34%20199.755%20147.831%20199.469%20148.293%20199.149L148.522%20200H149.212L148.869%20198.725C151.926%20196.269%20153.426%20192.153%20152.345%20188.131C151.285%20184.182%20147.977%20181.297%20144.029%20180.698ZM126.449%20139.333C126.137%20137.066%20126.679%20134.803%20128.008%20132.935C129.683%20130.579%20132.414%20129.173%20135.314%20129.173C137.177%20129.173%20138.967%20129.745%20140.487%20130.826C142.433%20132.208%20143.724%20134.27%20144.122%20136.629C144.277%20137.537%20144.287%20138.447%20144.168%20139.333C143.977%20140.751%20143.447%20142.109%20142.595%20143.305C140.923%20145.66%20138.191%20147.067%20135.289%20147.067C133.426%20147.067%20131.638%20146.495%20130.117%20145.414C128.172%20144.031%20126.881%20141.971%20126.481%20139.611C126.467%20139.519%20126.462%20139.426%20126.449%20139.333ZM129.731%20145.957C131.366%20147.119%20133.287%20147.733%20135.289%20147.733C138.407%20147.733%20141.341%20146.222%20143.141%20143.691C144.072%20142.381%20144.647%20140.889%20144.841%20139.333C144.958%20138.409%20144.94%20137.463%20144.78%20136.519C144.351%20133.983%20142.965%20131.769%20140.873%20130.283C139.24%20129.121%20137.317%20128.507%20135.314%20128.507C132.199%20128.507%20129.264%20130.018%20127.465%20132.548C126.055%20134.532%20125.47%20136.927%20125.779%20139.333C125.795%20139.463%20125.803%20139.592%20125.825%20139.721C126.254%20142.257%20127.641%20144.472%20129.731%20145.957ZM54.9499%20136.925L54.8099%20136.225L52.4986%20136.715L52.0086%20134.474L51.3086%20134.614L52.0086%20137.555L54.9499%20136.925ZM52.2888%20133.564C54.1794%20133.564%2055.7201%20135.104%2055.7201%20136.995C55.7201%20138.885%2054.1794%20140.427%2052.2888%20140.427C50.3981%20140.427%2048.8574%20138.885%2048.8574%20136.995C48.8574%20135.104%2050.3981%20133.564%2052.2888%20133.564ZM52.2889%20141.057C54.5302%20141.057%2056.3509%20139.235%2056.3509%20136.995C56.3509%20134.754%2054.5302%20132.933%2052.2889%20132.933C50.0482%20132.933%2048.2275%20134.754%2048.2275%20136.995C48.2275%20139.235%2050.0482%20141.057%2052.2889%20141.057ZM121.337%20155.787L125.179%20150.38L127.05%20151.709L123.206%20157.115C122.916%20157.524%20122.3%20157.633%20121.884%20157.338L121.56%20157.109C121.354%20156.962%20121.216%20156.743%20121.174%20156.493C121.132%20156.243%20121.19%20155.993%20121.337%20155.787ZM127.708%20146.822C127.995%20147.071%20128.295%20147.309%20128.611%20147.534C128.924%20147.757%20129.251%20147.958%20129.582%20148.147L127.436%20151.166L125.565%20149.837L127.708%20146.822ZM124.505%20139.333C124.215%20136.763%20124.82%20134.083%20126.432%20131.814C128.47%20128.947%20131.789%20127.235%20135.311%20127.235C137.578%20127.235%20139.755%20127.932%20141.608%20129.249C143.977%20130.934%20145.549%20133.44%20146.033%20136.306C146.204%20137.321%20146.226%20138.337%20146.115%20139.333C145.914%20141.149%20145.259%20142.895%20144.172%20144.425C142.135%20147.293%20138.814%20149.004%20135.293%20149.004C133.027%20149.004%20130.85%20148.308%20128.997%20146.991C126.375%20145.127%20124.841%20142.303%20124.505%20139.333ZM121.174%20157.652L121.499%20157.881C121.774%20158.077%20122.096%20158.181%20122.434%20158.181C122.955%20158.181%20123.449%20157.927%20123.751%20157.501L127.774%20151.842C127.779%20151.836%20127.782%20151.83%20127.786%20151.825L130.172%20148.469C131.757%20149.259%20133.499%20149.671%20135.293%20149.671C139.031%20149.671%20142.554%20147.854%20144.716%20144.811C145.886%20143.167%20146.58%20141.287%20146.784%20139.333C146.892%20138.3%20146.868%20137.247%20146.692%20136.195C146.176%20133.153%20144.508%20130.493%20141.994%20128.706C140.028%20127.308%20137.717%20126.569%20135.312%20126.569C131.574%20126.569%20128.052%20128.385%20125.889%20131.427C124.193%20133.815%20123.543%20136.63%20123.835%20139.333C124.116%20141.937%20125.27%20144.439%20127.223%20146.354L120.793%20155.4C120.543%20155.751%20120.446%20156.179%20120.517%20156.604C120.588%20157.03%20120.822%20157.401%20121.174%20157.652ZM56.2045%200H53.5258C52.5912%200.163333%2051.6372%200.251333%2050.6692%200.251333C49.7005%200.251333%2048.7465%200.163333%2047.8118%200H45.1318C46.8912%200.601333%2048.7552%200.918%2050.6692%200.918C52.5818%200.918%2054.4458%200.601333%2056.2045%200ZM142.685%20197.435L141.259%20192.129C141.221%20191.98%20141.086%20191.881%20140.939%20191.881C140.91%20191.881%20140.881%20191.885%20140.853%20191.893L138.093%20192.633L140.915%20184.866L147.247%20190.176L144.489%20190.916C144.403%20190.939%20144.331%20190.995%20144.285%20191.072C144.242%20191.149%20144.229%20191.24%20144.253%20191.325L145.677%20196.631L142.685%20197.435ZM146.408%20196.779L144.982%20191.474L148.036%20190.655C148.157%20190.622%20148.25%20190.525%20148.277%20190.405C148.303%20190.283%20148.26%20190.157%20148.165%20190.077L140.977%20184.049C140.894%20183.979%20140.782%20183.955%20140.676%20183.983C140.572%20184.011%20140.488%20184.089%20140.45%20184.191L137.248%20193.007C137.205%20193.125%20137.231%20193.255%20137.315%20193.346C137.398%20193.437%20137.528%20193.473%20137.647%20193.443L140.702%20192.623L142.128%20197.929C142.15%20198.014%20142.206%20198.087%20142.283%20198.131C142.334%20198.161%20142.392%20198.176%20142.45%20198.176C142.478%20198.176%20142.507%20198.172%20142.535%20198.164L146.172%20197.187C146.35%20197.14%20146.454%20196.957%20146.408%20196.779ZM139.533%20140.933L135.066%20138L138%20133.533L137.134%20133L133.667%20138.267L138.934%20141.733L139.533%20140.933ZM158.973%20124.603C160.107%20124.603%20161.258%20124.388%20162.37%20123.936C166.995%20122.055%20169.227%20116.764%20167.346%20112.141C166.012%20108.863%20162.866%20106.65%20159.33%20106.503C159.164%20106.515%20158.991%20106.638%20158.982%20106.823C158.976%20107.007%20159.118%20107.162%20159.302%20107.17C162.578%20107.306%20165.494%20109.355%20166.728%20112.392C168.47%20116.675%20166.402%20121.575%20162.119%20123.318C157.838%20125.06%20152.935%20122.992%20151.193%20118.709C149.944%20115.637%20150.625%20112.111%20152.926%20109.724C153.055%20109.592%20153.051%20109.381%20152.919%20109.253C152.786%20109.127%20152.576%20109.129%20152.448%20109.261C149.962%20111.838%20149.227%20115.645%20150.576%20118.961C152.003%20122.471%20155.397%20124.603%20158.973%20124.603ZM152.204%20159.468C152.204%20159.333%20152.096%20159.225%20151.961%20159.224H149.73L151.308%20157.646C151.404%20157.551%20151.404%20157.397%20151.308%20157.301C151.214%20157.206%20151.059%20157.206%20150.964%20157.301L149.385%20158.881V156.169C149.384%20156.035%20149.276%20155.926%20149.142%20155.926C149.006%20155.926%20148.897%20156.035%20148.897%20156.169V158.881L147.318%20157.301C147.224%20157.206%20147.069%20157.206%20146.974%20157.301C146.879%20157.397%20146.879%20157.551%20146.974%20157.646L148.553%20159.225H146.32C146.186%20159.225%20146.077%20159.334%20146.077%20159.468C146.076%20159.603%20146.186%20159.713%20146.32%20159.713H148.553L146.975%20161.29C146.879%20161.385%20146.879%20161.539%20146.974%20161.635C147.022%20161.683%20147.085%20161.706%20147.146%20161.706C147.208%20161.706%20147.271%20161.683%20147.319%20161.635L148.897%20160.057V162.767C148.897%20162.901%20149.006%20163.011%20149.142%20163.011C149.276%20163.011%20149.385%20162.901%20149.385%20162.767V160.057L150.964%20161.635C151.01%20161.683%20151.073%20161.706%20151.135%20161.706C151.198%20161.706%20151.26%20161.683%20151.308%20161.635C151.402%20161.539%20151.402%20161.385%20151.308%20161.29L149.73%20159.713H151.962C152.096%20159.713%20152.205%20159.603%20152.204%20159.468ZM174.516%2092.7019C174.342%2092.6379%20174.15%2092.7252%20174.086%2092.8979C174.022%2093.0705%20174.11%2093.2625%20174.282%2093.3265L196.098%20101.483C196.136%20101.497%20196.175%20101.503%20196.214%20101.503C196.349%20101.503%20196.477%20101.421%20196.526%20101.287C196.591%20101.114%20196.504%20100.922%20196.331%20100.857L174.516%2092.7019ZM175.622%2011.5632C177.512%2011.5632%20179.054%2013.1039%20179.054%2014.9946C179.054%2016.8859%20177.512%2018.4266%20175.622%2018.4266C173.731%2018.4266%20172.19%2016.8859%20172.19%2014.9946C172.19%2013.1039%20173.731%2011.5632%20175.622%2011.5632ZM175.622%2019.0567C177.863%2019.0567%20179.684%2017.2353%20179.684%2014.9947C179.684%2012.754%20177.863%2010.9333%20175.622%2010.9333C173.381%2010.9333%20171.56%2012.754%20171.56%2014.9947C171.56%2017.2353%20173.381%2019.0567%20175.622%2019.0567ZM0.662667%2089.6047C0.798%2089.6047%200.924667%2089.522%200.975333%2089.388C1.03867%2089.2153%200.951333%2089.0233%200.78%2088.9593L0%2088.6673V89.38L0.545333%2089.584C0.584667%2089.5987%200.623333%2089.6047%200.662667%2089.6047ZM194.193%20136.567C193.948%20136.763%20193.808%20137.055%20193.808%20137.368L193.808%20139.333L193.8%20153.758C193.8%20155.012%20194.598%20156.083%20195.767%20156.467L195.51%20157.623C195.434%20157.969%20195.496%20158.324%20195.687%20158.623C195.878%20158.923%20196.173%20159.13%20196.52%20159.206L200%20159.98V159.297L196.664%20158.555C196.491%20158.517%20196.343%20158.414%20196.25%20158.265C196.154%20158.116%20196.123%20157.939%20196.162%20157.767L196.413%20156.636L200%20157.433V156.749L196.231%20155.911C196.23%20155.911%20196.228%20155.911%20196.227%20155.911L196.186%20155.902C195.173%20155.678%20194.466%20154.796%20194.466%20153.758L194.474%20139.333L194.475%20137.368C194.475%20137.258%20194.524%20137.155%20194.61%20137.087C194.673%20137.035%20194.754%20137.007%20194.836%20137.007C194.862%20137.007%20194.889%20137.01%20194.914%20137.016L200%20138.146V137.463L195.059%20136.365C194.758%20136.297%20194.434%20136.373%20194.193%20136.567ZM197.698%2097.536C197.833%2097.536%20197.96%2097.4534%20198.009%2097.3194C198.074%2097.1467%20197.987%2096.9547%20197.814%2096.89L175.999%2088.7354C175.825%2088.6707%20175.634%2088.7587%20175.569%2088.9314C175.505%2089.1033%20175.592%2089.296%20175.765%2089.36L197.581%2097.5154C197.619%2097.5294%20197.659%2097.536%20197.698%2097.536ZM0.337333%2059.644C1.43333%2059.644%202.396%2058.8387%202.56%2057.7234C2.738%2056.5174%201.90467%2055.3767%200.697333%2055.1787L0%2055.0754V55.7494L0.594667%2055.8374C1.44%2055.976%202.026%2056.778%201.90067%2057.6267C1.774%2058.4887%200.972667%2059.0874%200.106667%2058.9607L0%2058.9447V59.6194L0.01%2059.6207C0.119333%2059.636%200.228667%2059.644%200.337333%2059.644ZM199.179%2093.5706C199.314%2093.5706%20199.441%2093.488%20199.492%2093.3533C199.556%2093.1813%20199.469%2092.9893%20199.297%2092.9246L177.48%2084.77C177.307%2084.7066%20177.116%2084.7933%20177.052%2084.9653C176.987%2085.138%20177.075%2085.33%20177.247%2085.3946L199.062%2093.5493C199.101%2093.564%20199.141%2093.5706%20199.179%2093.5706ZM188.369%20122.567C188.611%20123.315%20189.02%20123.9%20189.525%20124.208C189.02%20124.516%20188.611%20125.1%20188.369%20125.85C188.128%20125.1%20187.719%20124.516%20187.215%20124.208C187.719%20123.9%20188.128%20123.315%20188.369%20122.567ZM188.129%20127.445C188.129%20127.577%20188.237%20127.685%20188.368%20127.685C188.501%20127.685%20188.607%20127.577%20188.607%20127.445C188.607%20125.82%20189.404%20124.447%20190.347%20124.447C190.478%20124.447%20190.586%20124.34%20190.586%20124.208C190.586%20124.075%20190.478%20123.969%20190.347%20123.969C189.404%20123.969%20188.607%20122.595%20188.607%20120.971C188.607%20120.839%20188.501%20120.732%20188.368%20120.732C188.237%20120.732%20188.129%20120.839%20188.129%20120.971C188.129%20122.595%20187.334%20123.969%20186.391%20123.969C186.257%20123.969%20186.151%20124.075%20186.151%20124.208C186.151%20124.34%20186.257%20124.447%20186.391%20124.447C187.334%20124.447%20188.129%20125.82%20188.129%20127.445ZM122.704%202.42267C122.733%202.42267%20122.762%202.41867%20122.791%202.41067L131.768%200H129.202L122.618%201.768C122.441%201.81533%20122.336%201.998%20122.384%202.176C122.423%202.32467%20122.558%202.42267%20122.704%202.42267ZM1.73933%20118.883C2.88733%20118.883%203.97%20118.181%204.394%20117.044L11.2827%2098.6206C11.828%2097.1586%2011.0833%2095.5233%209.62133%2094.9753L7.428%2094.1572L12.1407%2089.4106C12.254%2089.2972%2012.2687%2089.1193%2012.1787%2088.9873C12.088%2088.8546%2011.9153%2088.8079%2011.77%2088.8706L3.87533%2092.3413L5.772%2087.2686C6.318%2085.8059%205.57333%2084.1712%204.112%2083.6239L0%2082.0866V82.7986L3.87733%2084.2479C4.996%2084.6666%205.56467%2085.9173%205.14733%2087.0353L2.97667%2092.8433L0%20100.805V102.707L3.54933%2093.2132L10.4287%2090.1879L6.59133%2094.0533C6.51133%2094.1339%206.47733%2094.2493%206.50267%2094.3599C6.52667%2094.4706%206.60533%2094.5612%206.71133%2094.6012L9.388%2095.5999C10.5053%2096.0192%2011.0747%2097.2699%2010.6573%2098.3873L3.77067%20116.811C3.352%20117.928%202.10133%20118.497%200.984667%20118.079L0%20117.711V118.424L0.751333%20118.705C1.07667%20118.826%201.41133%20118.883%201.73933%20118.883ZM145.145%200.618667C145.733%200.460667%20146.291%200.251333%20146.823%200H144.866C144.088%200.199333%20143.291%200.303333%20142.495%200.303333C141.679%200.303333%20140.882%200.198%20140.118%200H138.185C139.505%200.621333%20140.967%200.97%20142.495%200.97C143.385%200.97%20144.277%200.852667%20145.145%200.618667ZM4.27067%2057.976C4.58933%2055.8066%203.08467%2053.782%200.916%2053.4626L0%2053.3273V54.0013L0.818667%2054.1226C2.624%2054.388%203.87667%2056.0733%203.61133%2057.8793C3.35733%2059.6033%201.76467%2060.856%200%2060.6766V61.348C0.114%2061.358%200.228667%2061.3733%200.342%2061.3733C2.29667%2061.3733%203.986%2059.9126%204.27067%2057.976ZM178.282%2014.9245L178.143%2014.2245L175.832%2014.7145L175.342%2012.4739L174.642%2012.6139L175.342%2015.5552L178.282%2014.9245ZM178.535%2080.9986C178.471%2081.1713%20178.559%2081.3633%20178.73%2081.4279L200%2089.3799V88.6673L178.964%2080.8026C178.789%2080.7393%20178.6%2080.8259%20178.535%2080.9986ZM183.133%20170.358C183.103%20170.177%20182.93%20170.053%20182.75%20170.083L162.565%20173.407C162.383%20173.437%20162.26%20173.607%20162.291%20173.789C162.316%20173.953%20162.459%20174.068%20162.618%20174.068C162.637%20174.068%20162.655%20174.067%20162.673%20174.064L182.858%20170.741C183.039%20170.711%20183.163%20170.539%20183.133%20170.358ZM183.738%20174.027C183.709%20173.845%20183.537%20173.721%20183.355%20173.753L163.171%20177.077C162.989%20177.107%20162.867%20177.278%20162.896%20177.46C162.922%20177.623%20163.064%20177.739%20163.225%20177.739C163.243%20177.739%20163.26%20177.738%20163.279%20177.734L183.463%20174.41C183.645%20174.381%20183.768%20174.209%20183.738%20174.027ZM4.59483%20126.67L4.83883%20126.367C4.95283%20126.222%204.92883%20126.012%204.78417%20125.899C4.64017%20125.784%204.43017%20125.81%204.3155%20125.953L4.07617%20126.251C3.66083%20126.766%203.23083%20127.298%202.98283%20127.906C2.7175%20128.556%202.6775%20129.339%202.86417%20130.233C2.9135%20130.473%202.97283%20130.71%203.03217%20130.945C3.16083%20131.464%203.28217%20131.953%203.29883%20132.433C3.3195%20133.037%203.11883%20133.665%202.7195%20134.25C2.6155%20134.401%202.65417%20134.609%202.80617%20134.714C2.86417%20134.753%202.92883%20134.771%202.99417%20134.771C3.10017%20134.771%203.20483%20134.721%203.26817%20134.627C3.75017%20133.924%203.99017%20133.158%203.9655%20132.41C3.94617%20131.86%203.81017%20131.313%203.67817%20130.785C3.6215%20130.557%203.56417%20130.328%203.51617%20130.097C3.3575%20129.336%203.38617%20128.683%203.60017%20128.157C3.81083%20127.64%204.19217%20127.169%204.59483%20126.67ZM180.646%204.87598L185.981%2026.9633C185.982%2026.968%20185.983%2026.9726%20185.985%2026.9773C186.233%2027.9746%20186.926%2028.748%20187.802%2029.138L160.921%2035.63C160.257%2035.792%20159.574%2035.6826%20158.993%2035.3266C158.552%2035.0573%20158.211%2034.67%20158.002%2034.2093L157.84%2033.7333L152.512%2011.6706L180.646%204.87598ZM187.226%207.55469L191.416%2024.9034L191.418%2024.9134L191.585%2025.602V25.6034C191.914%2026.968%20191.07%2028.348%20189.705%2028.6787H189.704L189.702%2028.6794C188.338%2029.0114%20186.958%2028.1634%20186.628%2026.798C186.628%2026.7934%20186.626%2026.7894%20186.625%2026.7854L182.27%208.75202L187.226%207.55469ZM157.321%2034.4221C157.338%2034.4941%20157.386%2034.5528%20157.448%2034.5955C157.715%2035.1288%20158.125%2035.5775%20158.645%2035.8961C159.157%2036.2088%20159.731%2036.3695%20160.316%2036.3695C160.57%2036.3695%20160.825%2036.3388%20161.077%2036.2781L189.861%2029.3268C189.862%2029.3268%20189.863%2029.3261%20189.863%2029.3261C191.585%2028.9088%20192.647%2027.1681%20192.231%2025.4448L187.795%207.0748C187.753%206.8948%20187.57%206.78814%20187.393%206.82814L182.113%208.10347L181.217%204.39547C181.197%204.30947%20181.143%204.23547%20181.067%204.1888C180.992%204.14347%20180.9%204.13013%20180.814%204.14947L152.033%2011.1015C151.853%2011.1448%20151.743%2011.3248%20151.785%2011.5035L157.321%2034.4221ZM9.54136%20127.763L9.78069%20127.465C9.89469%20127.322%209.87069%20127.112%209.72669%20126.997C9.58269%20126.883%209.37269%20126.907%209.25802%20127.051L9.02336%20127.344C8.60602%20127.859%208.17402%20128.393%207.92469%20129.004C7.65936%20129.655%207.61936%20130.437%207.80669%20131.333C7.85602%20131.571%207.91469%20131.807%207.97336%20132.041C8.10136%20132.56%208.22469%20133.05%208.24002%20133.532C8.26069%20134.135%208.06002%20134.764%207.66069%20135.349C7.55669%20135.501%207.59602%20135.708%207.74802%20135.813C7.80536%20135.852%207.87069%20135.871%207.93469%20135.871C8.04202%20135.871%208.14669%20135.82%208.21136%20135.725C8.69136%20135.021%208.93136%20134.256%208.90669%20133.51C8.88869%20132.958%208.75202%20132.409%208.61936%20131.881C8.56336%20131.654%208.50602%20131.426%208.45869%20131.197C8.30002%20130.435%208.32736%20129.781%208.54202%20129.256C8.75402%20128.735%209.13669%20128.264%209.54136%20127.763ZM169.459%2017.5859C169.53%2018.0759%20169.67%2018.8459%20169.88%2019.6866L170.37%2021.9279L168.479%2022.3479C168.129%2022.4179%20167.639%2022.5579%20167.359%2022.6279L169.459%2017.5859ZM170.581%2022.838L171.141%2025.2886L172.191%2025.0793L171.631%2022.628L173.032%2022.348L172.822%2021.4373L171.421%2021.718L170.091%2015.6953L169.32%2015.8353L166.239%2022.978L166.379%2023.748L170.581%2022.838ZM162.177%2018.4267C163.088%2018.216%20163.928%2018.4967%20164.208%2019.4767C164.699%2021.788%20160.497%2022.558%20161.197%2027.6L166.869%2026.3393L166.659%2025.4286L162.248%2026.4093C161.967%2022.838%20165.889%2022.0673%20165.259%2019.1967C164.978%2017.936%20163.858%2017.0953%20162.037%2017.516C160.987%2017.726%20160.007%2018.356%20159.517%2018.846L160.007%2019.6167C160.497%2019.1267%20161.267%2018.636%20162.177%2018.4267ZM196.846%20191.427C196.557%20191.83%20196.127%20192.097%20195.637%20192.178L173.28%20195.859C172.789%20195.939%20172.296%20195.825%20171.893%20195.535C171.489%20195.246%20171.222%20194.817%20171.142%20194.326L170.31%20189.277L186.584%20186.597C187.251%20186.489%20187.834%20186.126%20188.228%20185.577C188.621%20185.028%20188.778%20184.359%20188.668%20183.692L186.77%20172.163L190.551%20167.038L189.372%20171.453C189.342%20171.563%20189.371%20171.679%20189.448%20171.763C189.524%20171.847%20189.636%20171.888%20189.749%20171.868L192.225%20171.459C193.233%20171.295%20194.196%20171.982%20194.364%20172.993L197.17%20190.039C197.251%20190.53%20197.136%20191.023%20196.846%20191.427ZM169.752%20188.72C169.736%20188.73%20169.725%20188.745%20169.711%20188.757C169.694%20188.773%20169.673%20188.785%20169.659%20188.805L165.794%20194.043L166.973%20189.629C167.002%20189.519%20166.974%20189.402%20166.897%20189.318C166.834%20189.248%20166.744%20189.209%20166.65%20189.209C166.633%20189.209%20166.615%20189.211%20166.596%20189.214L164.12%20189.621C163.088%20189.794%20162.147%20189.09%20161.981%20188.087L159.174%20171.041C159.094%20170.551%20159.21%20170.058%20159.499%20169.655C159.788%20169.25%20160.219%20168.983%20160.708%20168.902L183.064%20165.22C184.1%20165.059%20185.038%20165.752%20185.204%20166.755L186.088%20172.127C186.088%20172.128%20186.089%20172.129%20186.089%20172.13L188.01%20183.8C188.091%20184.291%20187.977%20184.784%20187.687%20185.188C187.397%20185.593%20186.968%20185.859%20186.477%20185.94L169.873%20188.674C169.83%20188.681%20169.788%20188.697%20169.752%20188.72ZM195.022%20172.885C194.795%20171.511%20193.494%20170.577%20192.116%20170.801L190.148%20171.127L191.647%20165.511C191.69%20165.356%20191.616%20165.194%20191.471%20165.125C191.328%20165.054%20191.153%20165.099%20191.058%20165.227L186.618%20171.245L185.862%20166.647C185.638%20165.285%20184.366%20164.332%20182.956%20164.563L160.6%20168.245C159.934%20168.354%20159.35%20168.717%20158.956%20169.266C158.563%20169.815%20158.407%20170.483%20158.516%20171.15L161.324%20188.195C161.548%20189.557%20162.825%20190.509%20164.228%20190.279L166.195%20189.955L164.696%20195.569C164.655%20195.724%20164.73%20195.886%20164.873%20195.955C164.92%20195.978%20164.97%20195.989%20165.018%20195.989C165.12%20195.989%20165.222%20195.94%20165.286%20195.853L169.726%20189.836L170.483%20194.434C170.592%20195.101%20170.955%20195.684%20171.504%20196.077C171.938%20196.388%20172.448%20196.551%20172.972%20196.551C173.11%20196.551%20173.25%20196.539%20173.389%20196.517L195.745%20192.835C196.411%20192.726%20196.994%20192.363%20197.388%20191.815C197.782%20191.267%20197.938%20190.597%20197.828%20189.931L195.022%20172.885ZM184.563%20181.093L164.379%20184.416C164.197%20184.446%20164.074%20184.617%20164.104%20184.799C164.131%20184.963%20164.272%20185.078%20164.432%20185.078C164.45%20185.078%20164.469%20185.077%20164.487%20185.074L184.671%20181.75C184.853%20181.72%20184.977%20181.549%20184.947%20181.367C184.917%20181.186%20184.745%20181.061%20184.563%20181.093ZM184.341%20177.697C184.312%20177.516%20184.14%20177.389%20183.959%20177.422L163.774%20180.746C163.592%20180.776%20163.47%20180.947%20163.5%20181.129C163.526%20181.293%20163.668%20181.409%20163.828%20181.409C163.845%20181.409%20163.864%20181.407%20163.882%20181.403L184.066%20178.079C184.248%20178.049%20184.371%20177.879%20184.341%20177.697Z'%20fill='%23525C69'/%3e%3c/svg%3e",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:N2&&N2.tagName.toUpperCase()==="SCRIPT"&&N2.src||new URL("vuessages.umd.js",document.baseURI).href).href}},emits:["closeTemplateWindow","pasteTemplate"],setup(t,{emit:n}){const a=t,o=e.inject("chatAppId"),{setMessageText:l}=t2(o),s=()=>{f("closeTemplateWindow"),l(r.value.template)},f=n,i=e.ref(null),r=e.ref(null),c=e.ref(""),d=e.ref(),C=e.ref(""),A=e.ref(""),p=e.ref(""),m=e.ref(!1),h=e.computed(()=>!!(m.value&&(p.value=="grid"&&A.value=="none"||A.value=="grid"&&C.value=="none"))),u=e.computed(()=>!!(m.value&&(C.value=="grid"&&A.value=="none"||A.value=="grid"&&p.value=="none"))),k=()=>{m.value&&(A.value=="grid"?M():p.value=="grid"&&y())},_=()=>{m.value&&(A.value=="grid"?L():C.value=="grid"&&y())},M=()=>{const V=document.getElementById("template-selector-container-"+o);V.style.setProperty("--chotto-template-first-col-display","grid"),V.style.setProperty("--chotto-template-second-col-display","none"),g()},L=()=>{const V=document.getElementById("template-selector-container-"+o);V.style.setProperty("--chotto-template-third-col-display","grid"),V.style.setProperty("--chotto-template-second-col-display","none"),g()},y=()=>{const V=document.getElementById("template-selector-container-"+o);V.style.setProperty("--chotto-template-second-col-display","grid"),V.style.setProperty("--chotto-template-first-col-display","none"),V.style.setProperty("--chotto-template-third-col-display","none"),g()},g=()=>{const V=document.getElementById("template-selector-container-"+o),S=window.getComputedStyle(V);C.value=S.getPropertyValue("--chotto-template-first-col-display"),A.value=S.getPropertyValue("--chotto-template-second-col-display"),p.value=S.getPropertyValue("--chotto-template-third-col-display")},b=V=>{a.templates.forEach(S=>S.isSelected=!1),V.isSelected=!0,r.value=V,L()},E=()=>{y(),a.templates.forEach(V=>V.isSelected=!1)},B=e.computed(()=>i.value?a.templates.filter(V=>V.groupId===i.value.groupId):a.templates),j=e.computed(()=>{const V=c.value.trim().toLowerCase();return B.value.filter(S=>S.title.toLowerCase().includes(V)||S.template.toLowerCase().includes(V))}),O=new ResizeObserver(V=>{const S=V[0].target.clientWidth;S>700&&(m.value=!1),S<700&&(m.value=!0)});return e.onMounted(()=>{g(),e.unref(d)&&O.observe(e.unref(d))}),(V,S)=>(e.openBlock(),e.createElementBlock("div",Be,[e.createElementVNode("div",{id:"template-selector-container-"+e.unref(o),ref_key:"refContainer",ref:d,class:e.normalizeClass({"template-selector__container-inline":!t.elevatedWindow,"template-selector__container-elevated":t.elevatedWindow})},[e.createElementVNode("div",Te,[e.createElementVNode("div",xe,[h.value?(e.openBlock(),e.createElementBlock("button",je,[e.createElementVNode("span",{class:"pi pi-arrow-left",onClick:k})])):e.createCommentVNode("",!0),u.value?(e.openBlock(),e.createElementBlock("button",ze,[e.createElementVNode("span",{class:"pi pi-arrow-right",onClick:_})])):e.createCommentVNode("",!0)]),e.createElementVNode("button",Ze,[e.createElementVNode("span",{class:"pi pi-times",onClick:S[0]||(S[0]=v=>V.$emit("closeTemplateWindow"))})])]),e.createElementVNode("div",Oe,[e.createElementVNode("div",{id:"template-selector-first-col-"+e.unref(o),class:"template-selector__first-col"},[e.createElementVNode("ul",$e,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.groupTemplates,(v,H)=>(e.openBlock(),e.createElementBlock("li",{key:H,class:e.normalizeClass(["template-selector__item-group",{"template-selector__item-selected":i.value===v}]),onClick:E},[e.createElementVNode("label",ve,[v.iconUrl?(e.openBlock(),e.createElementBlock("img",{key:0,class:"template-selector__item-group-icon",src:v.iconUrl,alt:v.title},null,8,Re)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{id:H,"onUpdate:modelValue":S[1]||(S[1]=F=>i.value=F),value:v,class:"template-selector__input-group",type:"radio"},null,8,Fe),[[e.vModelRadio,i.value]]),e.createElementVNode("span",null,e.toDisplayString(v.title),1)])],2))),128))])],8,Ue),e.createElementVNode("div",{id:"template-selector-second-col-"+e.unref(o),class:"template-selector__second-col"},[e.createElementVNode("div",He,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":S[2]||(S[2]=v=>c.value=v),class:"template-selector__searching-input",type:"text",placeholder:"Поиск шаблона"},null,512),[[e.vModelText,c.value]])]),e.createElementVNode("div",Pe,[j.value.length!==0?(e.openBlock(),e.createElementBlock("ul",Ye,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(j.value,(v,H)=>(e.openBlock(),e.createElementBlock("li",{key:H,class:e.normalizeClass(["template-selector__item-template",{"template-selector__item-selected":v.isSelected}]),onClick:F=>b(v)},[e.createElementVNode("div",We,[e.createElementVNode("p",Ke,e.toDisplayString(v.title),1),e.createElementVNode("p",Je,e.toDisplayString(v.template),1)])],10,qe))),128))])):(e.openBlock(),e.createElementBlock("p",Ge," Шаблоны отсутствуют "))])],8,Qe),e.createElementVNode("div",{id:"template-selector-third-col-"+e.unref(o),class:"template-selector__third-col"},[e.createElementVNode("div",{class:"template-selector__preview-container",style:e.normalizeStyle({backgroundImage:`url(${a.chatBackground})`})},[r.value?(e.openBlock(),e.createElementBlock("div",et,[e.createElementVNode("div",tt,[e.createElementVNode("p",nt,e.toDisplayString(r.value.template),1),S[3]||(S[3]=e.createElementVNode("p",{class:"template-selector__preview-time"}," 22:22 ",-1))])])):(e.openBlock(),e.createElementBlock("p",at," Предпросмотр шаблона "))],4),e.createElementVNode("button",{class:"template-selector__button-paste",onClick:s}," Вставить ")],8,Xe)])],10,Se)]))}},[["__scopeId","data-v-00b8d3f4"]]),ot=["accept"],lt={class:"attachment-section__info"},ft={key:2,class:"attachment-section__error-text"},l4=I(e.defineComponent({__name:"WABAAttachmentSection",props:{type:{type:String,required:!0},templateId:{type:String,required:!0}},emits:["fileSelected"],setup(t,{emit:n}){const a=t,o=e.ref(e.inject("filebumpUrl")),l=e.ref(null),s=e.ref(),f=e.ref(""),i=e.ref(""),r=e.ref(),c=n,d=()=>{s.value&&i.value!="success"&&s.value.click()},C={DOCUMENT:{text:"Документ до 100 МБ",accept:".pdf,.doc,.docx,.xls,.xlsx",maxSize:104857600,error:"Некорректный тип файла, выберите PDF, DOC или XLS",icon:"pi pi-file"},IMAGE:{text:"Изображение до 5 МБ",accept:".jpg,.jpeg,.png",maxSize:5242880,error:"Некорректный тип файла, выберите JPG, JPEG или PNG",icon:"pi pi-image"},VIDEO:{text:"Видео до 16 МБ",accept:".mp4,.mov",maxSize:16777216,error:"Некорректный тип файла, выберите MP4 или MOV",icon:"pi pi-video"}},A=m=>{var u;const h=(u=m.target.files)==null?void 0:u[0];if(h){f.value="";const k=h.name.split(".");if(C[a.type].accept.indexOf(k[k.length-1])==-1)f.value=C[a.type].error;else if(h.size>C[a.type].maxSize)f.value="Файл слишком большого размера";else if(!f.value){l.value=h,i.value="uploading";const M=e.unref(o.value);o0(typeof M=="string"?M:null,h).then(L=>{i.value=L.status,L.status=="success"&&(c("fileSelected",{url:L.url,filename:L.name,filesize:L.size,filetype:L.type}),L.preview&&(r.value={previewUrl:L.preview.previewUrl,isImage:L.preview.isImage,isVideo:L.preview.isVideo,isAudio:L.preview.isAudio,fileName:L.name,fileSize:L.preview.fileSize}))})}}},p=()=>{l.value&&(l.value=null,i.value="")};return e.watch(()=>i.value,m=>{m===""&&(s.value&&(s.value.value=""),l.value=null,c("fileSelected",null))}),e.watch(()=>a.templateId,()=>{i.value=""}),(m,h)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[i.value!=="success"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["attachment-section",{"attachment-section__error":f.value}]),onClick:d},[e.createElementVNode("input",{id:"file-upload",ref_key:"fileInput",ref:s,type:"file",style:{display:"none"},accept:C[t.type].accept,onChange:A},null,40,ot),h[1]||(h[1]=e.createElementVNode("span",{class:"pi pi-paperclip attachment-section__icon"},null,-1)),e.createElementVNode("div",null,[h[0]||(h[0]=e.createElementVNode("p",{class:"attachment-section__title"}," Прикрепить файл ",-1)),e.createElementVNode("p",lt,e.toDisplayString(C[t.type].text),1)])],2)):i.value==="success"&&r.value?(e.openBlock(),e.createBlock(e.unref(p0),{key:1,"file-info":r.value,onReset:p},null,8,["file-info"])):e.createCommentVNode("",!0),f.value?(e.openBlock(),e.createElementBlock("div",ft,e.toDisplayString(f.value),1)):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-ed49dd4d"]]),st={class:"quick-reply-buttons"},it=["onClick"],rt={class:"quick-reply-buttons__line"},f4=I(e.defineComponent({__name:"WABAQuickReplyButtons",props:{buttons:{type:Array,default:[]}},emits:["selectAllVariants"],setup(t,{emit:n}){const a=n,o=t,l={URL:"pi-arrow-up-right",PHONE_NUMBER:"pi-phone",QUICK_REPLY:"pi-arrow-up-left"},s=f=>{f==2&&o.buttons.length>3&&a("selectAllVariants")};return(f,i)=>(e.openBlock(),e.createElementBlock("div",st,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.buttons.slice(0,3),(r,c)=>(e.openBlock(),e.createElementBlock("div",{key:c,class:"quick-reply-buttons__preview-action",onClick:d=>s(c)},[i[0]||(i[0]=e.createElementVNode("hr",{class:"quick-reply-buttons__separator"},null,-1)),e.createElementVNode("div",rt,[e.createElementVNode("span",{class:e.normalizeClass(["quick-reply-buttons__icon pi pi-arrow-up-left",c==2&&t.buttons.length>3?"pi-list":l[r.type]])},null,2),e.createElementVNode("p",null,e.toDisplayString(c==2&&t.buttons.length>3?"Смотреть все варианты":r.text),1)])],8,it))),128))]))}}),[["__scopeId","data-v-ce7b10d6"]]),ct={class:"separated-quick-buttons"},dt={class:"separated-quick-buttons__title"},Ct={class:"separated-quick-buttons__actions scrollbar"},s4=I(e.defineComponent({__name:"WABASeparatedQuickButtons",props:{buttons:{type:Array,default:[]}},emits:["selectAllVariants"],setup(t,{emit:n}){const a={URL:"bi-box-arrow-up-right",PHONE_NUMBER:"bi-telephone",QUICK_REPLY:"bi-arrow-90deg-left"},o=n;return(l,s)=>(e.openBlock(),e.createElementBlock("div",ct,[e.createElementVNode("div",dt,[s[1]||(s[1]=e.createElementVNode("p",null,"Все варианты",-1)),e.createElementVNode("span",{class:"pi pi-times",onClick:s[0]||(s[0]=f=>o("selectAllVariants"))})]),e.createElementVNode("div",Ct,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.buttons,(f,i)=>(e.openBlock(),e.createElementBlock("div",{key:i,class:"separated-quick-buttons__action"},[e.createElementVNode("span",{class:e.normalizeClass(["pi pi-arrow-up-left",a[f.type]])},null,2),e.createElementVNode("p",null,e.toDisplayString(f.text),1)]))),128))])]))}}),[["__scopeId","data-v-76053c94"]]),At={class:"template-selector"},ut=["id"],mt={style:{display:"flex"}},gt={style:{display:"flex"}},pt={key:0,class:"template-selector__button-close"},Lt={key:1,class:"template-selector__button-close"},ht={class:"template-selector__layout"},Mt={class:"template-selector__first-col"},yt={class:"template-selector__list-groups"},kt={class:"template-selector__label-group"},_t=["src","alt"],bt=["id","value"],Et={class:"template-selector__second-col"},Nt={class:"template-selector__searching-container"},wt={class:"template-selector__templates"},Vt={key:0,class:"template-selector__list-templates"},It=["onClick"],Dt={class:"template-selector__item-template-info"},Bt={class:"template-selector__item-title"},St={class:"template-selector__item-text"},Tt={key:1,class:"template-selector__plug"},xt={class:"template-selector__third-col"},jt={key:0,class:"template-selector__preview"},zt={class:"template-selector__preview-wrapper"},Zt={class:"template-selector__preview-text-container"},Ot={key:0},Ut={key:1,class:"template-selector__plug"},$t={key:2,class:"template-selector__reply-buttons"},vt=["disabled"],i4=I({__name:"WABATemplateSelector",props:{wabaTemplates:{type:Array,required:!1,default:()=>[]},groupTemplates:{type:Array,required:!1,default:()=>[]},elevatedWindow:{type:Boolean,required:!1,default:!1},chatBackground:{type:String,default:()=>new URL("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.08'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M123.907%20103.164C123.961%20103.293%20124.085%20103.371%20124.216%20103.371C124.258%20103.371%20124.301%20103.363%20124.341%20103.346L136.396%2098.4113C136.565%2098.342%20136.647%2098.1473%20136.579%2097.9766C136.508%2097.806%20136.313%2097.7246%20136.143%2097.7946L124.089%20102.729C123.92%20102.799%20123.838%20102.993%20123.907%20103.164ZM121.761%2097.9232C121.815%2098.0519%20121.94%2098.1305%20122.071%2098.1305C122.114%2098.1305%20122.156%2098.1225%20122.197%2098.1052L134.251%2093.1699C134.421%2093.1005%20134.503%2092.9059%20134.433%2092.7352C134.363%2092.5645%20134.169%2092.4839%20133.998%2092.5525L121.945%2097.4885C121.775%2097.5579%20121.693%2097.7525%20121.761%2097.9232ZM121.372%2096.4273C121.415%2096.4273%20121.458%2096.4193%20121.5%2096.4026L133.553%2091.4673C133.724%2091.398%20133.805%2091.2033%20133.735%2091.0326C133.665%2090.862%20133.47%2090.7806%20133.3%2090.8506L121.247%2095.7853C121.076%2095.8546%20120.994%2096.0493%20121.064%2096.22C121.117%2096.3493%20121.242%2096.4273%20121.372%2096.4273ZM127.448%20111.811C127.501%20111.94%20127.624%20112.019%20127.756%20112.019C127.799%20112.019%20127.84%20112.011%20127.882%20111.993L139.936%20107.058C140.106%20106.989%20140.188%20106.794%20140.118%20106.623C140.049%20106.453%20139.853%20106.372%20139.684%20106.441L127.63%20111.377C127.46%20111.446%20127.378%20111.641%20127.448%20111.811ZM124.605%20104.867C124.658%20104.996%20124.782%20105.075%20124.914%20105.075C124.955%20105.075%20124.999%20105.067%20125.039%20105.049L137.093%20100.115C137.264%20100.045%20137.345%2099.8507%20137.276%2099.6801C137.205%2099.5094%20137.009%2099.4281%20136.841%2099.4974L124.787%20104.433C124.617%20104.502%20124.535%20104.697%20124.605%20104.867ZM20.2705%20181.009C19.3432%20182.313%2017.9672%20183.177%2016.3939%20183.443C16.0625%20183.499%2015.7265%20183.527%2015.3932%20183.527C12.4659%20183.527%209.98653%20181.431%209.49919%20178.541C8.94986%20175.289%2011.1479%20172.196%2014.4005%20171.647C14.7312%20171.591%2015.0672%20171.562%2015.4005%20171.562C18.3292%20171.562%2020.8079%20173.659%2021.2952%20176.548C21.5605%20178.121%2021.1979%20179.705%2020.2705%20181.009ZM15.4007%20170.895C15.0314%20170.895%2014.6567%20170.927%2014.2887%20170.989C10.6754%20171.6%208.2314%20175.038%208.8414%20178.652C9.38406%20181.863%2012.1401%20184.194%2015.3934%20184.194C15.7641%20184.194%2016.1381%20184.162%2016.5054%20184.101C18.2541%20183.805%2019.7841%20182.845%2020.8141%20181.395C21.8434%20179.946%2022.2487%20178.185%2021.9527%20176.437C21.4114%20173.226%2018.6554%20170.895%2015.4007%20170.895ZM126.751%20110.109C126.804%20110.238%20126.927%20110.316%20127.059%20110.316C127.101%20110.316%20127.143%20110.308%20127.185%20110.291L139.239%20105.356C139.409%20105.287%20139.491%20105.092%20139.421%20104.921C139.351%20104.751%20139.155%20104.67%20138.986%20104.739L126.933%20109.674C126.761%20109.743%20126.681%20109.938%20126.751%20110.109ZM105.967%2011.7974C106.209%2012.546%20106.618%2013.1314%20107.121%2013.438C106.618%2013.746%20106.209%2014.33%20105.967%2015.08C105.727%2014.33%20105.316%2013.746%20104.812%2013.438C105.316%2013.1314%20105.727%2012.546%20105.967%2011.7974ZM103.99%2013.6773C104.932%2013.6773%20105.729%2015.05%20105.729%2016.6753C105.729%2016.8073%20105.836%2016.9146%20105.968%2016.9146C106.1%2016.9146%20106.206%2016.8073%20106.206%2016.6753C106.206%2015.05%20107.004%2013.6773%20107.946%2013.6773C108.078%2013.6773%20108.185%2013.5706%20108.185%2013.438C108.185%2013.306%20108.078%2013.1993%20107.946%2013.1993C107.004%2013.1993%20106.206%2011.826%20106.206%2010.2013C106.206%2010.0693%20106.1%209.96265%20105.968%209.96265C105.836%209.96265%20105.729%2010.0693%20105.729%2010.2013C105.729%2011.826%20104.932%2013.1993%20103.99%2013.1993C103.858%2013.1993%20103.751%2013.306%20103.751%2013.438C103.751%2013.5706%20103.858%2013.6773%20103.99%2013.6773ZM28.0605%20113.904C27.9999%20113.925%2027.9352%20113.935%2027.8712%20113.935C27.7785%20113.935%2027.6845%20113.913%2027.6019%20113.871C27.4579%20113.799%2027.3505%20113.675%2027.3005%20113.522L26.5565%20111.287C26.4512%20110.973%2026.6219%20110.631%2026.9372%20110.526L28.4799%20110.013C28.4812%20110.011%2028.4832%20110.012%2028.4852%20110.011L61.2859%2099.0953C61.2872%2099.0947%2061.2885%2099.0927%2061.2905%2099.0927L62.8279%2098.5807C62.8892%2098.56%2062.9525%2098.5493%2063.0165%2098.5493C63.1105%2098.5493%2063.2032%2098.572%2063.2859%2098.6133C63.4305%2098.686%2063.5372%2098.8093%2063.5879%2098.962L64.3325%20101.197C64.4372%20101.511%2064.2659%20101.853%2063.9512%20101.958L46.0099%20107.929H46.0092C46.0092%20107.929%2046.0085%20107.929%2046.0085%20107.931L28.0605%20113.904ZM22.0498%2089.6186L54.2171%2078.9126L60.7585%2098.5666L28.5911%20109.273L22.0498%2089.6186ZM19.9836%2089.6034C19.6722%2089.708%2019.3242%2089.5307%2019.2222%2089.2227L18.4782%2086.99C18.4289%2086.8394%2018.4409%2086.672%2018.5109%2086.5307C18.5829%2086.3887%2018.7096%2086.2787%2018.8602%2086.2287L54.7409%2074.2867C54.8029%2074.266%2054.8669%2074.2554%2054.9316%2074.2554C55.1909%2074.2554%2055.4202%2074.4207%2055.5022%2074.6674L56.2456%2076.9007C56.3502%2077.2147%2056.1789%2077.5567%2055.8649%2077.6614L23.3429%2088.4854L21.5229%2089.0914L19.9836%2089.6034ZM56.7412%20110.711C56.9618%20110.271%2057.3378%20109.945%2057.8032%20109.79C57.9912%20109.728%2058.1872%20109.696%2058.3838%20109.696C59.1752%20109.696%2059.8745%20110.201%2060.1245%20110.952C60.4452%20111.912%2059.9232%20112.954%2058.9625%20113.273C58.0118%20113.591%2056.9538%20113.049%2056.6418%20112.111C56.4865%20111.646%2056.5232%20111.149%2056.7412%20110.711ZM48.3224%20113.045C49.1144%20113.045%2049.8144%20113.549%2050.0644%20114.301C50.3837%20115.261%2049.863%20116.303%2048.9024%20116.622C48.7144%20116.685%2048.5184%20116.717%2048.323%20116.717C47.5317%20116.717%2046.8317%20116.212%2046.5817%20115.46C46.4264%20114.995%2046.4617%20114.497%2046.681%20114.059C46.9004%20113.621%2047.2784%20113.294%2047.743%20113.139C47.931%20113.076%2048.1257%20113.045%2048.3224%20113.045ZM40.0043%20117.649C40.3243%20118.609%2039.803%20119.651%2038.8423%20119.971C37.8936%20120.288%2036.8336%20119.746%2036.521%20118.808C36.201%20117.847%2036.723%20116.807%2037.6823%20116.487C37.871%20116.425%2038.0663%20116.393%2038.2623%20116.393C39.0543%20116.393%2039.7543%20116.897%2040.0043%20117.649ZM39.1513%20115.895C38.872%20115.789%2038.574%20115.726%2038.262%20115.726C37.9946%20115.726%2037.728%20115.769%2037.4726%20115.854C36.1626%20116.289%2035.4526%20117.71%2035.888%20119.019C36.2286%20120.044%2037.1833%20120.732%2038.262%20120.732C38.53%20120.732%2038.796%20120.689%2039.0526%20120.603C40.362%20120.167%2041.0726%20118.748%2040.6366%20117.438C40.4686%20116.933%2040.1486%20116.509%2039.7393%20116.21L43.3826%20109.507L45.9033%20108.668L47.2266%20112.642C46.736%20112.881%2046.334%20113.264%2046.086%20113.761C45.786%20114.358%2045.738%20115.037%2045.9486%20115.671C46.29%20116.695%2047.244%20117.383%2048.3233%20117.383C48.5913%20117.383%2048.8566%20117.341%2049.1133%20117.255C50.4213%20116.819%2051.1326%20115.399%2050.698%20114.09C50.3566%20113.066%2049.402%20112.378%2048.3226%20112.378C48.1666%20112.378%2048.0113%20112.397%2047.858%20112.426L46.536%20108.457L49.0586%20107.618L55.996%20110.802C55.844%20111.297%2055.8426%20111.822%2056.0093%20112.321C56.35%20113.346%2057.3046%20114.035%2058.3826%20114.035C58.6506%20114.035%2058.9173%20113.992%2059.1733%20113.907C60.4826%20113.471%2061.194%20112.051%2060.758%20110.741C60.4173%20109.717%2059.4626%20109.029%2058.384%20109.029C58.1153%20109.029%2057.85%20109.073%2057.5933%20109.158C57.0393%20109.342%2056.5873%20109.713%2056.28%20110.199L49.984%20107.31L64.162%20102.591C64.8246%20102.37%2065.1853%20101.65%2064.9653%20100.987L64.2213%2098.7507C64.1146%2098.43%2063.888%2098.1693%2063.5846%2098.0173C63.2866%2097.8673%2062.9293%2097.8427%2062.6166%2097.948L61.392%2098.3553L54.85%2078.7027L56.0746%2078.2947C56.7393%2078.0733%2057.0993%2077.3533%2056.8786%2076.6893L56.1353%2074.4567C55.9193%2073.8087%2055.1826%2073.438%2054.5313%2073.654L18.6493%2085.596C18.328%2085.704%2018.0673%2085.9294%2017.916%2086.232C17.7666%2086.5307%2017.7406%2086.884%2017.8466%2087.2007L18.59%2089.434C18.7626%2089.9527%2019.2473%2090.3013%2019.7933%2090.3013C19.9293%2090.3013%2020.0646%2090.2794%2020.1946%2090.2367L21.4173%2089.8293L27.9586%20109.483L26.7266%20109.893C26.0633%20110.115%2025.7026%20110.835%2025.9233%20111.498L26.668%20113.733C26.7746%20114.054%2027%20114.315%2027.304%20114.467C27.48%20114.555%2027.6753%20114.602%2027.8713%20114.602C28.008%20114.602%2028.1433%20114.579%2028.272%20114.537L42.4553%20109.816L39.1513%20115.895ZM120.442%208.35467C120.47%208.35467%20120.5%208.35133%20120.529%208.34333L149.052%200.684C149.137%200.660667%20149.21%200.604667%20149.254%200.528667C149.298%200.452%20149.31%200.360667%20149.286%200.275333L149.212%200H148.522L148.556%200.126667L120.676%207.61333L118.632%200H117.942L120.119%208.108C120.16%208.25667%20120.294%208.35467%20120.442%208.35467ZM121.895%20115.314L120.336%20111.507L124.143%20109.948L125.701%20113.755L121.895%20115.314ZM124.634%20109.387C124.563%20109.216%20124.368%20109.134%20124.198%20109.205L119.774%20111.016C119.693%20111.049%20119.628%20111.114%20119.592%20111.196C119.56%20111.277%20119.559%20111.369%20119.591%20111.451L121.404%20115.875C121.456%20116.004%20121.582%20116.082%20121.712%20116.082C121.754%20116.082%20121.798%20116.075%20121.838%20116.058L126.262%20114.246C126.344%20114.213%20126.41%20114.148%20126.444%20114.067C126.478%20113.985%20126.478%20113.894%20126.445%20113.812L124.634%20109.387ZM119.052%20108.37L117.493%20104.563L121.3%20103.003L122.86%20106.811L119.052%20108.37ZM123.603%20106.867L121.79%20102.442C121.757%20102.36%20121.693%20102.295%20121.611%20102.261C121.529%20102.226%20121.437%20102.227%20121.356%20102.26L116.931%20104.072C116.85%20104.105%20116.784%20104.17%20116.751%20104.251C116.716%20104.333%20116.716%20104.425%20116.749%20104.507L118.561%20108.931C118.615%20109.06%20118.738%20109.138%20118.869%20109.138C118.912%20109.138%20118.953%20109.131%20118.996%20109.113L123.421%20107.302C123.59%20107.233%20123.671%20107.038%20123.603%20106.867ZM116.208%20101.425L114.648%2097.6187L115.082%2097.4414L117.444%2099.8287C117.507%2099.8934%20117.592%2099.9281%20117.68%2099.9281C117.719%2099.9281%20117.757%2099.9214%20117.795%2099.9081C117.918%2099.8627%20118.002%2099.7514%20118.012%2099.6214L118.294%2096.1261L118.456%2096.0594L120.015%2099.8667L116.208%20101.425ZM117.603%2096.4087L117.407%2098.8434L115.75%2097.168L117.603%2096.4087ZM120.759%2099.9227L118.949%2095.4981C118.915%2095.4161%20118.85%2095.3514%20118.769%2095.3174C118.687%2095.2821%20118.595%2095.2834%20118.513%2095.3161L118.355%2095.3814L118.599%2092.3501C118.614%2092.1661%20118.477%2092.0054%20118.293%2091.9914C118.105%2091.9801%20117.949%2092.1127%20117.934%2092.2967L117.663%2095.6641L115.243%2096.6554L114.977%2096.3854C114.846%2096.2554%20114.636%2096.2527%20114.505%2096.3827C114.373%2096.5127%20114.372%2096.7234%20114.503%2096.8541L114.576%2096.9287L114.089%2097.1281C113.919%2097.1974%20113.837%2097.3921%20113.907%2097.5627L115.718%20101.987C115.771%20102.115%20115.895%20102.193%20116.027%20102.193C116.069%20102.193%20116.112%20102.186%20116.153%20102.169L120.577%20100.357C120.748%20100.288%20120.829%20100.093%20120.759%2099.9227ZM138.713%20175.269C138.666%20175.091%20138.482%20174.985%20138.304%20175.033L116.977%20180.761C116.8%20180.808%20116.694%20180.991%20116.742%20181.169C116.782%20181.317%20116.916%20181.415%20117.062%20181.415C117.091%20181.415%20117.121%20181.411%20117.15%20181.403L138.477%20175.677C138.656%20175.629%20138.76%20175.446%20138.713%20175.269ZM110.913%2091.4813L115.703%2089.52L116.179%2090.682C116.345%2091.0893%20116.739%2091.3527%20117.179%2091.3527C117.32%2091.3527%20117.456%2091.326%20117.588%2091.272L127.03%2087.4067C127.297%2087.2973%20127.506%2087.0907%20127.617%2086.8247C127.727%2086.5627%20127.728%2086.2613%20127.62%2085.998L127.145%2084.8367L131.935%2082.8747L135.373%2084.3147L145.239%20108.412L143.799%20111.851L122.777%20120.457L119.339%20119.017L109.473%2094.9193L110.913%2091.4813ZM115.729%2087.2833C115.802%2087.1106%20115.937%2086.9766%20116.11%2086.906L117.25%2086.4386C117.42%2086.3693%20117.502%2086.1746%20117.432%2086.004C116.754%2084.346%20117.55%2082.4446%20119.208%2081.766C119.602%2081.604%20120.016%2081.522%20120.438%2081.522C121.764%2081.522%20122.944%2082.3153%20123.446%2083.542C123.48%2083.624%20123.544%2083.6886%20123.626%2083.7226C123.708%2083.7573%20123.799%2083.7573%20123.881%2083.724L125.02%2083.2573C125.192%2083.1866%20125.386%2083.188%20125.557%2083.2593C125.729%2083.332%20125.864%2083.4666%20125.934%2083.64L126.4%2084.7786V84.7806C126.4%2084.7813%20126.402%2084.782%20126.402%2084.7826L127.004%2086.2506C127.044%2086.352%20127.044%2086.466%20127.002%2086.5666C126.959%2086.6686%20126.88%2086.7473%20126.778%2086.7893L117.336%2090.6553C117.127%2090.7386%20116.881%2090.6346%20116.796%2090.4293L116.195%2088.96V88.9593L116.194%2088.9586L115.727%2087.82C115.657%2087.6466%20115.657%2087.456%20115.729%2087.2833ZM118.953%20119.577L122.646%20121.125C122.688%20121.143%20122.73%20121.151%20122.776%20121.151C122.818%20121.151%20122.862%20121.143%20122.902%20121.127L144.178%20112.415C144.26%20112.381%20144.326%20112.317%20144.361%20112.235L145.907%20108.543C145.942%20108.461%20145.942%20108.369%20145.908%20108.287L135.938%2083.9346C135.904%2083.8526%20135.839%2083.7872%20135.758%2083.7532L132.064%2082.2066C131.982%2082.1712%20131.892%2082.1726%20131.81%2082.2052L126.892%2084.2192L126.552%2083.3872C126.414%2083.0492%20126.152%2082.7859%20125.814%2082.6446C125.48%2082.5039%20125.102%2082.5026%20124.768%2082.6399L123.924%2082.9859C123.257%2081.6819%20121.923%2080.8552%20120.438%2080.8552C119.928%2080.8552%20119.43%2080.9546%20118.955%2081.1486C117.06%2081.9246%20116.1%2084.0239%20116.701%2085.9426L115.858%2086.2886C115.52%2086.4272%20115.256%2086.6886%20115.115%2087.0252C114.974%2087.3626%20114.972%2087.7346%20115.11%2088.0726L115.451%2088.9032L110.532%2090.9166C110.451%2090.9506%20110.386%2091.0152%20110.352%2091.0966L108.804%2094.7892C108.771%2094.8706%20108.769%2094.9626%20108.803%2095.0446L118.774%20119.397C118.808%20119.479%20118.871%20119.544%20118.953%20119.577ZM118.004%20184.917C118.032%20184.917%20118.062%20184.913%20118.091%20184.905L139.418%20179.177C139.596%20179.13%20139.702%20178.947%20139.654%20178.769C139.606%20178.592%20139.424%20178.487%20139.245%20178.534L117.918%20184.261C117.74%20184.309%20117.635%20184.493%20117.682%20184.67C117.723%20184.818%20117.857%20184.917%20118.004%20184.917ZM160.928%2073.7073L156.495%2071.4886L160.949%2062.5913L165.382%2064.8106L160.928%2073.7073ZM165.978%2064.3633L160.949%2061.8459C160.783%2061.7633%20160.585%2061.8306%20160.501%2061.9946L155.75%2071.4886C155.71%2071.5673%20155.703%2071.6586%20155.731%2071.7426C155.758%2071.8266%20155.819%2071.8959%20155.897%2071.9359L160.927%2074.4526C160.975%2074.4766%20161.026%2074.4879%20161.077%2074.4879C161.199%2074.4879%20161.315%2074.4199%20161.375%2074.3033L166.127%2064.8106C166.167%2064.7319%20166.173%2064.6399%20166.145%2064.5559C166.117%2064.4719%20166.057%2064.4033%20165.978%2064.3633ZM21.3452%20181.772C20.2159%20183.361%2018.5359%20184.415%2016.6146%20184.741C16.2086%20184.809%2015.7959%20184.843%2015.3899%20184.843C11.8212%20184.843%208.7979%20182.285%208.20124%20178.761C7.53124%20174.794%2010.2132%20171.02%2014.1812%20170.349C14.5872%20170.281%2014.9992%20170.245%2015.4066%20170.245C18.9752%20170.245%2021.9972%20172.804%2022.5919%20176.328C22.9179%20178.25%2022.4752%20180.184%2021.3452%20181.772ZM18.6112%20192.519C18.6612%20192.811%2018.4625%20193.09%2018.1699%20193.139L17.9025%20193.185C17.6059%20193.235%2017.3319%20193.034%2017.2825%20192.744L16.5479%20188.399L17.8772%20188.174L18.6112%20192.519ZM16.0557%20185.482C16.2797%20185.463%2016.5037%20185.435%2016.7257%20185.398C16.949%20185.36%2017.167%20185.309%2017.3837%20185.253L17.7657%20187.517L16.4377%20187.742L16.0557%20185.482ZM15.4073%20169.579C14.9626%20169.579%2014.5126%20169.617%2014.0706%20169.691C9.74127%20170.425%206.81327%20174.543%207.5446%20178.871C8.19593%20182.716%2011.4913%20185.507%2015.3846%20185.509L16.6259%20192.855C16.7246%20193.437%2017.2233%20193.859%2017.8126%20193.859C17.8793%20193.859%2017.9473%20193.854%2018.0153%20193.843L18.2826%20193.797C18.9379%20193.686%2019.3799%20193.062%2019.2693%20192.408L18.4799%20187.734L18.0273%20185.056C19.5753%20184.518%2020.9206%20183.522%2021.8899%20182.159C23.1219%20180.425%2023.6053%20178.315%2023.2506%20176.217C22.6006%20172.371%2019.3019%20169.579%2015.4073%20169.579ZM25.2285%2059.7387C25.0452%2059.7527%2024.9079%2059.9127%2024.9219%2060.0967L25.2479%2064.3934C25.2605%2064.5687%2025.4065%2064.7014%2025.5799%2064.7014C25.5879%2064.7014%2025.5965%2064.7014%2025.6045%2064.7007C25.7879%2064.6867%2025.9259%2064.526%2025.9119%2064.3427L25.5865%2060.046C25.5719%2059.862%2025.4119%2059.7234%2025.2285%2059.7387ZM86.6365%2034.66C86.4525%2034.6747%2086.3145%2034.8347%2086.3292%2035.0187L86.6152%2038.7873C86.6285%2038.9627%2086.7745%2039.0953%2086.9472%2039.0953C86.9552%2039.0953%2086.9632%2039.0953%2086.9725%2039.0947C87.1559%2039.08%2087.2939%2038.92%2087.2799%2038.7367L86.9939%2034.9674C86.9799%2034.7833%2086.8145%2034.6394%2086.6365%2034.66ZM21.3713%2059.244L20.0079%2063.6733C19.9539%2063.85%2020.0526%2064.036%2020.2286%2064.09C20.2613%2064.1007%2020.2939%2064.1047%2020.3266%2064.1047C20.4693%2064.1047%2020.6013%2064.0133%2020.6453%2063.87L22.0086%2059.4407C22.0633%2059.2647%2021.9646%2059.078%2021.7879%2059.024C21.6119%2058.9687%2021.4253%2059.0693%2021.3713%2059.244ZM14.4836%20128.862L14.7243%20128.563C14.8383%20128.419%2014.8129%20128.209%2014.6696%20128.095C14.5256%20127.98%2014.3156%20128.005%2014.2016%20128.149L13.9656%20128.443C13.5483%20128.958%2013.1169%20129.492%2012.8669%20130.102C12.6023%20130.753%2012.5623%20131.537%2012.7489%20132.431C12.7983%20132.668%2012.8569%20132.905%2012.9156%20133.139C13.0449%20133.659%2013.1669%20134.149%2013.1836%20134.63C13.2043%20135.233%2013.0043%20135.862%2012.6043%20136.447C12.5003%20136.599%2012.5389%20136.806%2012.6909%20136.91C12.7489%20136.949%2012.8129%20136.968%2012.8789%20136.968C12.9849%20136.968%2013.0896%20136.917%2013.1536%20136.823C13.6343%20136.121%2013.8749%20135.354%2013.8496%20134.607C13.8309%20134.055%2013.6943%20133.508%2013.5623%20132.978C13.5063%20132.751%2013.4496%20132.523%2013.4009%20132.295C13.2416%20131.533%2013.2709%20130.88%2013.4843%20130.353C13.6969%20129.835%2014.0796%20129.362%2014.4836%20128.862ZM18.0741%2057.7339L15.3881%2061.1039C15.2735%2061.2479%2015.2968%2061.4579%2015.4415%2061.5726C15.5028%2061.6219%2015.5761%2061.6453%2015.6481%2061.6453C15.7468%2061.6453%2015.8435%2061.6026%2015.9101%2061.5199L18.5948%2058.1493C18.7095%2058.0053%2018.6855%2057.7959%2018.5421%2057.6813C18.3981%2057.5646%2018.1888%2057.5899%2018.0741%2057.7339ZM146.602%2066.5374L142.169%2064.318L145.452%2057.7554L149.887%2059.9754L146.602%2066.5374ZM150.482%2059.5279L145.453%2057.0099C145.374%2056.9699%20145.283%2056.9645%20145.199%2056.9919C145.115%2057.0199%20145.046%2057.0792%20145.006%2057.1585L141.423%2064.3179C141.34%2064.4825%20141.408%2064.6825%20141.572%2064.7652L146.602%2067.2825C146.648%2067.3065%20146.7%2067.3179%20146.751%2067.3179C146.872%2067.3179%20146.99%2067.2499%20147.049%2067.1332L150.632%2059.9752C150.714%2059.8105%20150.647%2059.6105%20150.482%2059.5279ZM34.1854%2046.196L32.4514%2047.114C32.4508%2047.1146%2032.4494%2047.114%2032.4494%2047.1146L32.4474%2047.1166L14.8921%2056.4086C13.6248%2054.2186%2012.9294%2049.3586%2014.5314%2046.7246L14.9861%2046.484C14.9868%2046.4833%2014.9881%2046.484%2014.9894%2046.4833L25.9228%2040.6953C25.9234%2040.6953%2025.9248%2040.6946%2025.9248%2040.694L26.3814%2040.4526C29.4608%2040.6093%2033.0881%2043.9166%2034.1854%2046.196ZM37.3816%2055.0626C38.0716%2055.2773%2038.3036%2055.7186%2038.0916%2056.4099C37.3576%2058.7939%2036.1356%2062.7653%2035.9036%2063.5173L34.557%2064.2299L36.7343%2057.1566C36.9543%2056.4393%2036.713%2055.9826%2035.999%2055.7593L29.377%2053.6913C29.5916%2053.3893%2029.7796%2053.0706%2029.943%2052.7393L37.3816%2055.0626ZM38.1545%2063.0794C38.4152%2062.9421%2038.7079%2062.8694%2039.0025%2062.8694C39.3619%2062.8694%2039.7105%2062.9754%2040.0092%2063.1754L43.8465%2065.7607L27.7025%2074.3054C27.7012%2074.3061%2027.6999%2074.3067%2027.6985%2074.3067L27.6865%2074.2954L27.7239%2069.6781C27.7285%2069.0114%2028.0985%2068.4034%2028.6879%2068.0914L38.1545%2063.0794ZM26.6262%2055.2453C24.3908%2056.4293%2021.6728%2056.1627%2019.7148%2054.61L29.9868%2049.1733C30.1702%2051.6653%2028.8615%2054.0627%2026.6262%2055.2453ZM14.1396%2042.056C13.8023%2040.452%2014.1476%2038.9133%2015.1143%2037.7233C16.077%2036.5366%2017.5563%2035.8273%2019.0703%2035.8273C20.0416%2035.8273%2021.467%2036.1173%2022.7316%2037.494L25.2356%2040.3046L15.053%2045.694L14.1396%2042.056ZM34.3133%2050.6374C34.3919%2050.5961%2034.4753%2050.5754%2034.5619%2050.5754C34.7613%2050.5754%2034.9439%2050.6848%2035.0359%2050.8594C35.1746%2051.1208%2035.0739%2051.4454%2034.8133%2051.5834C34.5573%2051.7188%2034.2239%2051.6141%2034.0899%2051.3608C33.9526%2051.1008%2034.0526%2050.7754%2034.3133%2050.6374ZM26.1498%2039.8213L25.8424%2039.9833L23.2271%2037.0466C22.1091%2035.8306%2020.6331%2035.1606%2019.0704%2035.1606C17.3571%2035.1606%2015.6851%2035.962%2014.5964%2037.3033C13.5018%2038.6526%2013.1071%2040.3886%2013.4898%2042.206L14.4464%2046.0153L14.1398%2046.1773C14.0884%2046.2046%2014.0458%2046.2446%2014.0144%2046.294C12.1224%2049.274%2012.9898%2054.778%2014.4964%2057.0333C14.5604%2057.1293%2014.6658%2057.182%2014.7738%2057.182C14.8271%2057.182%2014.8798%2057.1693%2014.9298%2057.1433L19.0838%2054.9446C20.3798%2056.0626%2022.0104%2056.6486%2023.6604%2056.6486C24.7798%2056.6486%2025.9058%2056.3813%2026.9384%2055.8353C27.7104%2055.4266%2028.3791%2054.884%2028.9324%2054.2513L35.8004%2056.396C36.1611%2056.5086%2036.2084%2056.5986%2036.0964%2056.9606L33.7238%2064.6713L28.3764%2067.502C27.5704%2067.9293%2027.0651%2068.7606%2027.0578%2069.6726L27.0204%2074.29C27.0184%2074.5266%2027.1438%2074.7513%2027.3464%2074.8746C27.4531%2074.9393%2027.5744%2074.9733%2027.6991%2074.9733C27.8091%2074.9733%2027.9198%2074.946%2028.0158%2074.8946L44.1604%2066.35C44.3698%2066.238%2044.5071%2066.0213%2044.5191%2065.7846C44.5318%2065.548%2044.4164%2065.3186%2044.2191%2065.186L40.3798%2062.6206C39.6371%2062.1233%2038.6344%2062.0726%2037.8431%2062.4906L36.7371%2063.076C37.1751%2061.6553%2038.1198%2058.584%2038.7278%2056.6066C39.0484%2055.5653%2038.6198%2054.75%2037.5804%2054.426L30.2084%2052.124C30.5998%2051.0953%2030.7518%2049.9726%2030.6211%2048.8373L32.4671%2047.8606L33.7318%2050.2506C33.3584%2050.6133%2033.2464%2051.19%2033.5018%2051.672C33.7104%2052.0673%2034.1171%2052.3126%2034.5638%2052.3126C34.7591%2052.3126%2034.9531%2052.264%2035.1258%2052.1726C35.7111%2051.8626%2035.9358%2051.134%2035.6264%2050.548C35.3798%2050.0833%2034.8291%2049.8466%2034.3231%2049.942L33.0564%2047.548L34.7724%2046.64C34.9231%2046.56%2034.9898%2046.3786%2034.9258%2046.22C33.9078%2043.7053%2029.8438%2039.8946%2026.3158%2039.7826C26.2618%2039.7793%2026.2004%2039.794%2026.1498%2039.8213ZM153.765%2070.1219L149.332%2067.9026L154.44%2057.6973L158.873%2059.9166L153.765%2070.1219ZM159.638%2059.662C159.61%2059.578%20159.55%2059.5093%20159.47%2059.4693L154.441%2056.952C154.276%2056.8687%20154.076%2056.9367%20153.994%2057.1013L148.587%2067.9027C148.547%2067.9813%20148.54%2068.0733%20148.568%2068.1573C148.596%2068.2413%20148.656%2068.31%20148.736%2068.35L153.766%2070.8673C153.813%2070.8913%20153.864%2070.9027%20153.914%2070.9027C154.036%2070.9027%20154.154%2070.8347%20154.212%2070.718L159.619%2059.9167C159.659%2059.838%20159.666%2059.746%20159.638%2059.662ZM141.065%2031.1199C141.091%2031.1199%20141.116%2031.1212%20141.143%2031.1239C141.535%2031.1659%20141.821%2031.5199%20141.779%2031.9119C141.736%2032.3025%20141.403%2032.5852%20140.99%2032.5479C140.8%2032.5272%20140.63%2032.4345%20140.509%2032.2852C140.389%2032.1359%20140.334%2031.9499%20140.355%2031.7599C140.393%2031.3952%20140.699%2031.1199%20141.065%2031.1199ZM140.921%2033.2106C140.97%2033.2152%20141.021%2033.2179%20141.07%2033.2179C141.778%2033.2179%20142.367%2032.6866%20142.442%2031.9826C142.524%2031.2246%20141.973%2030.5426%20141.214%2030.4612C140.442%2030.3772%20139.772%2030.9366%20139.693%2031.6892C139.652%2032.0559%20139.758%2032.4166%20139.992%2032.7039C140.224%2032.9919%20140.554%2033.1712%20140.921%2033.2106ZM110.413%2056.0646L113.293%2029.0546C113.377%2028.26%20113.767%2027.546%20114.389%2027.0433C115.01%2026.5413%20115.793%2026.3093%20116.586%2026.396L123.7%2027.1546L123.395%2030.0146L117.743%2029.4113C116.868%2029.318%20116.088%2029.9526%20115.995%2030.8233L113.651%2052.8126C113.607%2053.2346%20113.728%2053.6486%20113.995%2053.9786C114.261%2054.3086%20114.641%2054.516%20115.062%2054.56L129.195%2056.0673C129.253%2056.0733%20129.31%2056.076%20129.366%2056.076C129.727%2056.076%20130.077%2055.954%20130.363%2055.7233C130.692%2055.4566%20130.897%2055.0773%20130.944%2054.656L132.393%2041.048L135.254%2041.3533L133.423%2058.518C133.339%2059.3126%20132.949%2060.0266%20132.328%2060.5286C131.705%2061.0313%20130.924%2061.2606%20130.13%2061.176L113.071%2059.358C112.287%2059.274%20111.555%2058.8753%20111.06%2058.2626C110.559%2057.6393%20110.328%2056.8593%20110.413%2056.0646ZM123.597%2038.9547C124.255%2039.7701%20125.193%2040.2807%20126.235%2040.3914L127.149%2040.4894L126.195%2044.8827C126.163%2045.0281%20126.23%2045.1767%20126.362%2045.2474C126.412%2045.2741%20126.467%2045.2874%20126.52%2045.2874C126.607%2045.2874%20126.694%2045.2527%20126.757%2045.1874L130.971%2040.8967L131.729%2040.9781L130.281%2054.5847C130.254%2054.8294%20130.133%2055.0501%20129.943%2055.2047C129.751%2055.3594%20129.508%2055.4287%20129.265%2055.4047L115.132%2053.8974C114.887%2053.8714%20114.668%2053.7514%20114.513%2053.5601C114.359%2053.3687%20114.287%2053.1281%20114.313%2052.8827L116.657%2030.8934C116.711%2030.3881%20117.169%2030.0214%20117.671%2030.0747L123.324%2030.6774L122.749%2036.0734C122.637%2037.1154%20122.939%2038.1387%20123.597%2038.9547ZM124.397%2026.8946V26.892L124.694%2024.1253C124.87%2022.4646%20126.26%2021.2126%20127.928%2021.2126C128.045%2021.2126%20128.161%2021.218%20128.278%2021.2306L145.692%2023.088C147.478%2023.2786%20148.778%2024.886%20148.587%2026.6726L147.306%2038.6906C147.116%2040.4666%20145.533%2041.776%20143.721%2041.5853L135.657%2040.726C135.656%2040.726%20135.656%2040.7253%20135.656%2040.7253H135.653L130.881%2040.2166C130.778%2040.2053%20130.678%2040.242%20130.608%2040.3146L127.091%2043.896L127.881%2040.2686C127.9%2040.176%20127.881%2040.0786%20127.825%2040.002C127.77%2039.926%20127.684%2039.876%20127.59%2039.866L126.306%2039.7286C125.441%2039.6366%20124.664%2039.2133%20124.116%2038.536C123.57%2037.8586%20123.32%2037.0093%20123.412%2036.1433L124.397%2026.8946ZM113.002%2060.0206L130.061%2061.8386C130.193%2061.8533%20130.325%2061.86%20130.455%2061.86C131.288%2061.86%20132.09%2061.578%20132.747%2061.048C133.507%2060.434%20133.982%2059.56%20134.087%2058.588L135.917%2041.424L143.65%2042.248C143.792%2042.2633%20143.933%2042.2706%20144.072%2042.2706C146.081%2042.2706%20147.756%2040.762%20147.969%2038.7613L149.251%2026.7426C149.48%2024.592%20147.916%2022.6546%20145.763%2022.4253L128.349%2020.568C126.169%2020.3406%20124.259%2021.9166%20124.032%2024.0546L123.771%2026.492L116.657%2025.7333C115.687%2025.628%20114.73%2025.9106%20113.971%2026.5246C113.21%2027.1386%20112.733%2028.0126%20112.631%2028.9846L109.751%2055.994C109.647%2056.9653%20109.927%2057.92%20110.542%2058.6813C111.156%2059.4406%20112.029%2059.9166%20113.002%2060.0206ZM119.806%2083.2254C119.845%2083.2094%20119.888%2083.2014%20119.929%2083.2014C120.063%2083.2014%20120.182%2083.2807%20120.232%2083.4041C120.266%2083.4854%20120.266%2083.5747%20120.231%2083.6554C120.198%2083.7354%20120.136%2083.7981%20120.054%2083.8307C119.888%2083.9021%20119.694%2083.8154%20119.627%2083.6521C119.559%2083.4854%20119.64%2083.2941%20119.806%2083.2254ZM119.929%2084.522C120.06%2084.522%20120.186%2084.4973%20120.308%2084.448C120.553%2084.3473%20120.745%2084.1573%20120.846%2083.912C120.95%2083.6673%20120.95%2083.3973%20120.85%2083.1513C120.647%2082.6587%20120.056%2082.4067%20119.554%2082.608C119.047%2082.8167%20118.802%2083.398%20119.009%2083.9047C119.164%2084.28%20119.525%2084.522%20119.929%2084.522ZM23.6239%20152.298C23.1852%20154.274%2021.3985%20155.709%2019.3772%20155.709C19.0605%20155.709%2018.7405%20155.674%2018.4272%20155.604L15.1025%20154.866L15.7785%20153.419L18.7659%20154.083C18.9692%20154.128%2019.1719%20154.149%2019.3725%20154.149C20.6545%20154.149%2021.8139%20153.261%2022.1025%20151.958C22.4312%20150.479%2021.5005%20148.987%2020.0212%20148.631L18.2019%20148.227L18.6532%20147.261L18.8772%20146.78L20.3165%20147.101C21.4532%20147.353%2022.4219%20148.032%2023.0465%20149.014C23.6719%20149.995%2023.8765%20151.161%2023.6239%20152.298ZM17.9124%20148.845L19.8704%20149.281C20.9931%20149.551%2021.7011%20150.687%2021.4511%20151.814C21.1971%20152.961%2020.0591%20153.687%2018.9097%20153.432L16.0664%20152.8L17.9124%20148.845ZM20.4607%20146.449L19.166%20146.161L20.502%20143.299C20.634%20143.016%2020.6313%20142.691%2020.4913%20142.411C20.354%20142.13%2020.0987%20141.929%2019.7933%20141.861L8.418%20139.333L0%20137.463V138.146L5.34333%20139.333L19.6487%20142.512C19.756%20142.536%2019.846%20142.607%2019.894%20142.705C19.9433%20142.804%2019.944%20142.917%2019.8973%20143.017L12.9647%20157.867C12.5373%20158.783%2011.4893%20159.303%2010.4987%20159.082L8.102%20158.549L0%20156.749V157.433L7.39867%20159.077L9.97933%20159.65L9.72933%20160.781C9.69133%20160.953%209.588%20161.101%209.43867%20161.195C9.29133%20161.289%209.112%20161.322%208.94067%20161.283L0%20159.297V159.98L8.796%20161.935C8.89067%20161.955%208.98667%20161.965%209.084%20161.965C9.33733%20161.965%209.58333%20161.894%209.796%20161.758C10.096%20161.567%2010.3033%20161.271%2010.38%20160.925L10.6387%20159.764C10.7513%20159.778%2010.8627%20159.801%2010.9753%20159.801C12.082%20159.801%2013.1%20159.153%2013.5687%20158.15L14.8127%20155.484L18.2827%20156.255C18.6433%20156.335%2019.0107%20156.376%2019.3767%20156.376C21.708%20156.376%2023.768%20154.721%2024.2747%20152.442C24.5653%20151.132%2024.3293%20149.788%2023.6093%20148.656C22.8893%20147.524%2021.7707%20146.741%2020.4607%20146.449ZM121.871%2056.9519C121.898%2056.9519%20121.926%2056.9539%20121.952%2056.9566C122.368%2057.0006%20122.67%2057.3752%20122.626%2057.7906C122.582%2058.2026%20122.21%2058.5039%20121.794%2058.4612C121.591%2058.4392%20121.412%2058.3412%20121.284%2058.1846C121.158%2058.0266%20121.1%2057.8299%20121.12%2057.6292C121.162%2057.2426%20121.485%2056.9519%20121.871%2056.9519ZM121.723%2059.124C121.775%2059.1293%20121.826%2059.132%20121.875%2059.132C122.604%2059.132%20123.212%2058.5854%20123.288%2057.8607C123.372%2057.08%20122.805%2056.3773%20122.025%2056.294C121.228%2056.2147%20120.542%2056.7827%20120.458%2057.5587C120.375%2058.3387%20120.943%2059.0407%20121.723%2059.124ZM130.955%2030.042C130.98%2030.042%20131.006%2030.0433%20131.032%2030.046C131.424%2030.088%20131.709%2030.4413%20131.668%2030.834C131.626%2031.224%20131.28%2031.5173%20130.88%2031.47C130.488%2031.428%20130.202%2031.0747%20130.244%2030.682C130.283%2030.3173%20130.589%2030.042%20130.955%2030.042ZM130.81%2032.1326C130.859%2032.138%20130.909%2032.1406%20130.956%2032.1406C131.665%2032.1406%20132.255%2031.6093%20132.331%2030.9046C132.411%2030.1473%20131.861%2029.4646%20131.103%2029.3826C130.333%2029.3%20129.662%2029.858%20129.582%2030.6113C129.501%2031.3693%20130.052%2032.0513%20130.81%2032.1326ZM162.6%2077.1665L138.948%2065.3265L146.157%2050.9265L168.858%2062.2898L169.809%2062.7658L162.6%2077.1665ZM163.739%2078.4827C163.835%2078.53%20163.906%2078.612%20163.94%2078.714C163.974%2078.8154%20163.966%2078.924%20163.918%2079.02L163.091%2080.672C163.023%2080.8087%20162.885%2080.8934%20162.731%2080.8934C162.671%2080.8934%20162.61%2080.8794%20162.553%2080.8514L151.471%2075.3034C151.471%2075.3034%20151.47%2075.3027%20151.469%2075.3027L136.021%2067.57C135.926%2067.5227%20135.854%2067.4387%20135.82%2067.338C135.787%2067.2387%20135.795%2067.1274%20135.841%2067.0327L136.671%2065.3807C136.738%2065.2434%20136.876%2065.1587%20137.029%2065.1587C137.091%2065.1587%20137.15%2065.1734%20137.207%2065.2014L138.348%2065.772C138.349%2065.7727%20138.35%2065.774%20138.351%2065.7747L162.599%2077.9127C162.601%2077.9134%20162.602%2077.9127%20162.603%2077.9134L163.739%2078.4827ZM145.019%2049.6113C144.923%2049.564%20144.853%2049.482%20144.819%2049.3806C144.785%2049.2786%20144.793%2049.17%20144.841%2049.0746L145.667%2047.424C145.735%2047.2873%20145.871%2047.2026%20146.026%2047.2026C146.088%2047.2026%20146.147%2047.2166%20146.203%2047.2446L172.729%2060.5226C172.825%2060.5706%20172.896%2060.6526%20172.929%2060.754C172.963%2060.8553%20172.955%2060.9646%20172.908%2061.06L172.082%2062.7106C171.985%2062.9026%20171.739%2062.986%20171.545%2062.8893L170.405%2062.3193V62.3186L146.157%2050.1813H146.157L145.019%2049.6113ZM154.125%2081.7688C154.338%2081.7688%20154.543%2081.8175%20154.736%2081.9135C155.41%2082.2515%20155.684%2083.0755%20155.346%2083.7488C155.018%2084.4061%20154.174%2084.6915%20153.51%2084.3601C153.184%2084.1968%20152.941%2083.9155%20152.826%2083.5695C152.71%2083.2228%20152.737%2082.8521%20152.9%2082.5241C153.134%2082.0581%20153.603%2081.7688%20154.125%2081.7688ZM147.908%2080.0261C147.58%2080.6835%20146.734%2080.9695%20146.072%2080.6375C145.398%2080.2995%20145.124%2079.4761%20145.462%2078.8015C145.696%2078.3355%20146.165%2078.0461%20146.687%2078.0461C146.9%2078.0461%20147.106%2078.0948%20147.298%2078.1908C147.972%2078.5288%20148.246%2079.3521%20147.908%2080.0261ZM140.471%2076.3032C140.143%2076.9598%20139.299%2077.2458%20138.635%2076.9138C137.961%2076.5765%20137.687%2075.7532%20138.025%2075.0778C138.257%2074.6118%20138.727%2074.3225%20139.249%2074.3225C139.463%2074.3225%20139.668%2074.3712%20139.86%2074.4672C140.534%2074.8052%20140.809%2075.6292%20140.471%2076.3032ZM171.247%2063.4859C171.394%2063.5593%20171.559%2063.5986%20171.723%2063.5986C172.13%2063.5986%20172.496%2063.3726%20172.677%2063.0086L173.505%2061.3579C173.632%2061.1033%20173.652%2060.8139%20173.562%2060.5439C173.473%2060.2726%20173.283%2060.0539%20173.028%2059.9266L146.503%2046.6486C145.987%2046.3913%20145.325%2046.6146%20145.07%2047.1259L144.245%2048.7759C144.117%2049.0313%20144.095%2049.3206%20144.186%2049.5906C144.276%2049.8613%20144.466%2050.0799%20144.721%2050.2079L145.561%2050.6286L138.352%2065.0286L137.505%2064.6046C136.992%2064.3486%20136.329%2064.5713%20136.074%2065.0819L135.246%2066.7346C135.12%2066.9859%20135.099%2067.2826%20135.188%2067.5486C135.277%2067.8166%20135.473%2068.0413%20135.723%2068.1659L146.045%2073.3333L141.07%2074.8046C140.881%2074.4153%20140.575%2074.0793%20140.159%2073.8713C139.873%2073.7279%20139.567%2073.6559%20139.25%2073.6559C138.474%2073.6559%20137.776%2074.0866%20137.428%2074.7799C136.926%2075.7833%20137.335%2077.0086%20138.337%2077.5106C138.622%2077.6539%20138.928%2077.7259%20139.247%2077.7259C140.023%2077.7259%20140.721%2077.2953%20141.067%2076.6019C141.255%2076.2293%20141.313%2075.8266%20141.266%2075.4413L146.919%2073.7699L148.693%2074.6586L147.281%2077.4793C147.089%2077.4199%20146.892%2077.3793%20146.687%2077.3793C145.911%2077.3793%20145.213%2077.8099%20144.866%2078.5033C144.365%2079.5059%20144.772%2080.7306%20145.775%2081.2339C146.061%2081.3766%20146.367%2081.4493%20146.685%2081.4493C147.461%2081.4493%20148.158%2081.0186%20148.505%2080.3246C148.955%2079.424%20148.669%2078.3493%20147.879%2077.7739L149.289%2074.9573L151.063%2075.8453L153.114%2081.3719C152.773%2081.5673%20152.488%2081.8573%20152.305%2082.2253C152.061%2082.7126%20152.021%2083.2639%20152.193%2083.7793C152.365%2084.2953%20152.727%2084.7133%20153.213%2084.9566C153.499%2085.0999%20153.805%2085.1719%20154.121%2085.1719C154.897%2085.1719%20155.595%2084.7413%20155.943%2084.0473C156.445%2083.0446%20156.036%2081.8199%20155.033%2081.3173C154.749%2081.1739%20154.443%2081.1019%20154.125%2081.1019C153.993%2081.1019%20153.865%2081.1186%20153.739%2081.1419L151.937%2076.2826L162.255%2081.4473C162.403%2081.5206%20162.567%2081.5599%20162.731%2081.5599C163.139%2081.5599%20163.505%2081.3339%20163.687%2080.9699L164.514%2079.3179C164.642%2079.0626%20164.663%2078.7733%20164.573%2078.5033C164.482%2078.2326%20164.293%2078.0139%20164.037%2077.8859L163.197%2077.4646L170.404%2063.0639L171.247%2063.4859ZM136.01%2030.5808C136.035%2030.5808%20136.061%2030.5821%20136.087%2030.5848C136.479%2030.6275%20136.765%2030.9808%20136.724%2031.3735C136.682%2031.7635%20136.336%2032.0495%20135.936%2032.0095C135.543%2031.9668%20135.257%2031.6135%20135.3%2031.2208C135.338%2030.8561%20135.644%2030.5808%20136.01%2030.5808ZM135.866%2032.6721C135.916%2032.6774%20135.965%2032.6801%20136.013%2032.6801C136.721%2032.6801%20137.311%2032.1487%20137.387%2031.4434C137.467%2030.6861%20136.917%2030.0034%20136.159%2029.9221C135.388%2029.8387%20134.718%2030.3974%20134.638%2031.1507C134.557%2031.9087%20135.107%2032.5907%20135.866%2032.6721ZM41.7908%2086.2014L46.4441%20100.181L40.2728%20102.234L35.6201%2088.2554L41.7908%2086.2014ZM39.7462%20102.761C39.7928%20102.9%2039.9228%20102.989%2040.0622%20102.989C40.0975%20102.989%2040.1328%20102.983%2040.1682%20102.972L46.9715%20100.708C47.0555%20100.679%2047.1248%20100.62%2047.1642%20100.541C47.2035%20100.462%2047.2102%20100.37%2047.1822%20100.286L42.3188%2085.6748C42.2608%2085.5008%2042.0715%2085.4061%2041.8975%2085.4641L35.0942%2087.7281C35.0102%2087.7561%2034.9415%2087.8161%2034.9008%2087.8954C34.8622%2087.9741%2034.8555%2088.0661%2034.8828%2088.1501L39.7462%20102.761ZM50.6694%20199.047C50.3447%20199.047%2050.082%20198.783%2050.082%20198.46C50.082%20198.136%2050.3447%20197.873%2050.6694%20197.873C50.9914%20197.873%2051.2554%20198.136%2051.2554%20198.46C51.2554%20198.783%2050.9914%20199.047%2050.6694%20199.047ZM50.669%20197.206C49.977%20197.206%2049.415%20197.769%2049.415%20198.46C49.415%20199.151%2049.977%20199.714%2050.669%20199.714C51.3597%20199.714%2051.9217%20199.151%2051.9217%20198.46C51.9217%20197.769%2051.3597%20197.206%2050.669%20197.206ZM100.841%20157.974L99.9111%20154.917L102.968%20153.987L103.897%20157.043L100.841%20157.974ZM103.508%20153.473C103.482%20153.389%20103.424%20153.317%20103.346%20153.276C103.268%20153.234%20103.176%20153.225%20103.092%20153.251L99.3982%20154.377C99.2229%20154.431%2099.1236%20154.617%2099.1762%20154.793L100.302%20158.487C100.327%20158.572%20100.386%20158.643%20100.463%20158.685C100.512%20158.711%20100.566%20158.723%20100.62%20158.723C100.653%20158.723%20100.686%20158.719%20100.718%20158.709L104.412%20157.584C104.588%20157.53%20104.688%20157.344%20104.634%20157.168L103.508%20153.473ZM106.273%20140.119L107.203%20143.175L104.147%20144.105L103.217%20141.049L106.273%20140.119ZM103.606%20144.619C103.631%20144.703%20103.69%20144.774%20103.767%20144.816C103.816%20144.842%20103.869%20144.855%20103.924%20144.855C103.957%20144.855%20103.99%20144.851%20104.021%20144.841L107.716%20143.715C107.893%20143.661%20107.991%20143.475%20107.938%20143.299L106.813%20139.605C106.759%20139.429%20106.573%20139.331%20106.397%20139.383L102.702%20140.508C102.618%20140.534%20102.547%20140.592%20102.505%20140.67C102.464%20140.748%20102.454%20140.839%20102.48%20140.924L103.606%20144.619ZM108.063%20146.004L108.995%20149.061L105.938%20149.991L105.007%20146.935L108.063%20146.004ZM104.298%20146.555C104.256%20146.633%20104.247%20146.725%20104.273%20146.809L105.397%20150.504C105.442%20150.648%20105.574%20150.741%20105.717%20150.741C105.749%20150.741%20105.782%20150.735%20105.813%20150.726L109.507%20149.602C109.592%20149.576%20109.664%20149.518%20109.705%20149.439C109.747%20149.361%20109.756%20149.27%20109.73%20149.186L108.605%20145.491C108.552%20145.315%20108.367%20145.215%20108.19%20145.269L104.495%20146.393C104.411%20146.419%20104.339%20146.477%20104.298%20146.555ZM92.1621%20154.185L91.2314%20151.129L94.2881%20150.198L95.2188%20153.254L92.1621%20154.185ZM95.9289%20153.633C95.9709%20153.555%2095.9803%20153.464%2095.9543%20153.379L94.8296%20149.685C94.7756%20149.509%2094.5896%20149.411%2094.4129%20149.463L90.7189%20150.587C90.6343%20150.613%2090.5636%20150.671%2090.5216%20150.749C90.4803%20150.827%2090.4709%20150.919%2090.4969%20151.003L91.6209%20154.698C91.6469%20154.783%2091.7056%20154.853%2091.7836%20154.895C91.8323%20154.921%2091.8863%20154.935%2091.9403%20154.935C91.9729%20154.935%2092.0056%20154.929%2092.0376%20154.92L95.7316%20153.795C95.8163%20153.769%2095.8876%20153.711%2095.9289%20153.633ZM67.7397%20183.847C67.7397%20179.287%2065.963%20175.001%2062.7397%20171.776C59.515%20168.552%2055.2283%20166.777%2050.6697%20166.777C46.1097%20166.777%2041.8223%20168.552%2038.5977%20171.776C35.3737%20175%2033.5977%20179.287%2033.5977%20183.847C33.5977%20188.407%2035.3737%20192.694%2038.5977%20195.917C40.469%20197.789%2042.6997%20199.169%2045.1323%20200H47.8123C44.5177%20199.425%2041.483%20197.861%2039.069%20195.446C35.9717%20192.349%2034.2643%20188.229%2034.2643%20183.847C34.2643%20179.465%2035.9717%20175.345%2039.069%20172.247C42.1683%20169.15%2046.287%20167.443%2050.6697%20167.443C55.051%20167.443%2059.1697%20169.15%2062.2683%20172.247C65.3663%20175.345%2067.073%20179.465%2067.073%20183.847C67.073%20188.229%2065.3663%20192.349%2062.2683%20195.446C59.8543%20197.861%2056.8197%20199.425%2053.5263%20200H56.205C58.6377%20199.169%2060.8677%20197.789%2062.7397%20195.917C65.963%20192.693%2067.7397%20188.407%2067.7397%20183.847ZM93.9534%20160.071L93.0234%20157.014L96.0801%20156.083L97.0101%20159.14L93.9534%20160.071ZM96.6205%20155.571C96.5945%20155.485%2096.5358%20155.415%2096.4578%20155.373C96.3791%20155.331%2096.2885%20155.322%2096.2038%20155.349L92.5098%20156.473C92.3345%20156.527%2092.2345%20156.714%2092.2878%20156.889L93.4125%20160.583C93.4565%20160.727%2093.5885%20160.82%2093.7311%20160.82C93.7638%20160.82%2093.7958%20160.815%2093.8291%20160.805L97.5231%20159.681C97.6078%20159.655%2097.6785%20159.597%2097.7205%20159.519C97.7618%20159.441%2097.7711%20159.35%2097.7458%20159.265L96.6205%20155.571ZM101.176%20148.101L102.106%20151.158L99.0505%20152.088L98.1191%20149.031L101.176%20148.101ZM97.409%20148.652C97.3677%20148.731%2097.359%20148.822%2097.3843%20148.907L98.509%20152.601C98.5537%20152.745%2098.685%20152.837%2098.8283%20152.837C98.8603%20152.837%2098.893%20152.833%2098.925%20152.823L102.618%20151.699C102.703%20151.673%20102.776%20151.615%20102.816%20151.537C102.858%20151.458%20102.867%20151.367%20102.841%20151.283L101.717%20147.588C101.664%20147.412%20101.478%20147.313%20101.301%20147.366L97.6063%20148.491C97.5217%20148.517%2097.4503%20148.575%2097.409%20148.652ZM84.0004%203.498C85.4471%204.00733%2086.9591%204.27733%2088.4771%204.27667C91.9157%204.27667%2095.3558%202.96733%2097.9738%200.35C98.0871%200.236667%2098.1904%200.116667%2098.2984%200H97.3711C93.7304%203.54%2088.4884%204.46667%2084.0004%202.792C82.3958%202.19333%2080.8891%201.26467%2079.5864%200H78.6631C78.7711%200.115333%2078.8671%200.237333%2078.9791%200.35C80.4431%201.81333%2082.1671%202.85267%2084.0004%203.498ZM77.6141%20139.527L77.8808%20140.405C77.9248%20140.548%2078.0574%20140.641%2078.1994%20140.641C78.2321%20140.641%2078.2648%20140.636%2078.2974%20140.627C78.4734%20140.573%2078.5721%20140.386%2078.5181%20140.211L78.2521%20139.333V139.332L81.0848%20138.47L81.3474%20139.333L81.3514%20139.347C81.3961%20139.492%2081.5281%20139.584%2081.6708%20139.584C81.7028%20139.584%2081.7361%20139.579%2081.7681%20139.57C81.8828%20139.535%2081.9594%20139.441%2081.9881%20139.333C82.0034%20139.275%2082.0081%20139.215%2081.9901%20139.154L81.7228%20138.275L83.9994%20137.583L84.5554%20137.413L84.8228%20138.291C84.8661%20138.436%2084.9994%20138.528%2085.1421%20138.528C85.1741%20138.528%2085.2061%20138.523%2085.2388%20138.514C85.4148%20138.46%2085.5141%20138.273%2085.4608%20138.097L85.1934%20137.219L88.0268%20136.357L88.2934%20137.235C88.3374%20137.379%2088.4701%20137.471%2088.6128%20137.471C88.6448%20137.471%2088.6774%20137.467%2088.7101%20137.457C88.8861%20137.403%2088.9848%20137.217%2088.9314%20137.041L88.6648%20136.163L91.4974%20135.3L91.7641%20136.178C91.8088%20136.323%2091.9408%20136.415%2092.0841%20136.415C92.1148%20136.415%2092.1481%20136.41%2092.1801%20136.4C92.3568%20136.346%2092.4561%20136.16%2092.4028%20135.984L92.1354%20135.106L94.9681%20134.243L95.2348%20135.122C95.2794%20135.266%2095.4114%20135.358%2095.5541%20135.358C95.5868%20135.358%2095.6188%20135.353%2095.6514%20135.344C95.8274%20135.289%2095.9261%20135.103%2095.8728%20134.928L95.6061%20134.049L98.4394%20133.187L98.7061%20134.065C98.7508%20134.209%2098.8821%20134.301%2099.0254%20134.301C99.0574%20134.301%2099.0908%20134.297%2099.1221%20134.287C99.2988%20134.233%2099.3974%20134.047%2099.3441%20133.871L99.0774%20132.993L101.91%20132.131L102.177%20133.009C102.221%20133.152%20102.353%20133.245%20102.497%20133.245C102.528%20133.245%20102.561%20133.241%20102.592%20133.231C102.769%20133.177%20102.868%20132.991%20102.815%20132.815L102.548%20131.937L105.381%20131.075L105.647%20131.952C105.692%20132.095%20105.824%20132.188%20105.967%20132.188C105.999%20132.188%20106.032%20132.184%20106.063%20132.174C106.24%20132.12%20106.339%20131.934%20106.285%20131.758L106.019%20130.881L107.155%20130.534C107.251%20130.505%20107.348%20130.491%20107.446%20130.491C107.5%20130.491%20107.549%20130.507%20107.6%20130.515C107.922%20130.567%20108.196%20130.773%20108.335%20131.071C108.355%20131.113%20108.383%20131.15%20108.396%20131.195L109.636%20135.266L96.2748%20139.333L83.9994%20143.071L77.3054%20145.108L76.0654%20141.037C76.0528%20140.993%2076.0461%20140.949%2076.0394%20140.905C76.0054%20140.692%2076.0374%20140.471%2076.1401%20140.28C76.1888%20140.187%2076.2601%20140.113%2076.3334%20140.043C76.3528%20140.023%2076.3641%20139.996%2076.3848%20139.979C76.4228%20139.948%2076.4734%20139.935%2076.5161%20139.909C76.5854%20139.868%2076.6488%20139.821%2076.7268%20139.797L77.6141%20139.527ZM110.875%20139.333L115.823%20155.59C115.982%20156.115%20115.686%20156.671%20115.162%20156.831L84.7327%20166.094C84.482%20166.172%2084.2207%20166.138%2084%20166.027C83.7633%20165.908%2083.5733%20165.699%2083.4913%20165.433L77.5%20145.746L84%20143.767L98.5647%20139.333L109.831%20135.904L110.875%20139.333ZM76.1564%20139.333C75.9044%20139.487%2075.6937%20139.7%2075.5517%20139.966C75.3637%20140.319%2075.3171%20140.718%2075.4024%20141.104C75.4124%20141.147%2075.4157%20141.189%2075.4277%20141.231L82.8537%20165.627C83.0237%20166.184%2083.4604%20166.593%2083.9997%20166.741C84.1417%20166.779%2084.2891%20166.804%2084.4424%20166.804C84.6064%20166.804%2084.7684%20166.78%2084.9264%20166.732L115.356%20157.469C116.23%20157.202%20116.727%20156.272%20116.461%20155.396L111.571%20139.333L110.371%20135.393V135.391L109.035%20131.001C108.821%20130.297%20108.182%20129.823%20107.446%20129.823C107.282%20129.823%20107.119%20129.847%20106.962%20129.895L105.825%20130.242L105.449%20129.008C105.396%20128.832%20105.209%20128.732%20105.033%20128.786C104.858%20128.84%20104.757%20129.026%20104.811%20129.202L105.187%20130.436L102.354%20131.298L101.978%20130.065C101.924%20129.889%20101.74%20129.789%20101.562%20129.843C101.386%20129.897%20101.286%20130.083%20101.34%20130.259L101.716%20131.493L98.8831%20132.355L98.5077%20131.121C98.4537%20130.945%2098.2684%20130.845%2098.0917%20130.899C97.9157%20130.953%2097.8157%20131.139%2097.8691%20131.315L98.2451%20132.549L95.4124%20133.411L95.0364%20132.178C94.9824%20132.002%2094.7984%20131.904%2094.6204%20131.956C94.4451%20132.01%2094.3451%20132.196%2094.3984%20132.372L94.7744%20133.605L91.9417%20134.468L91.5657%20133.234C91.5117%20133.059%2091.3271%20132.96%2091.1497%20133.012C90.9737%20133.067%2090.8744%20133.253%2090.9277%20133.428L91.3037%20134.662L88.4704%20135.525L88.0951%20134.291C88.0411%20134.115%2087.8557%20134.016%2087.6784%20134.069C87.5031%20134.123%2087.4037%20134.309%2087.4564%20134.485L87.8324%20135.719L84.9997%20136.581L84.6237%20135.347C84.5704%20135.172%2084.3844%20135.073%2084.2077%20135.126C84.1064%20135.157%2084.0357%20135.233%2083.9997%20135.325V135.325C83.9731%20135.392%2083.9624%20135.467%2083.9857%20135.541L83.9997%20135.587L84.3617%20136.775L83.9997%20136.885L81.5291%20137.637L81.1531%20136.405C81.0997%20136.229%2080.9137%20136.129%2080.7371%20136.183C80.5604%20136.237%2080.4617%20136.423%2080.5151%20136.599L80.8911%20137.832L78.0577%20138.694L77.6817%20137.461C77.6284%20137.285%2077.4424%20137.185%2077.2664%20137.239C77.0897%20137.293%2076.9904%20137.479%2077.0437%20137.655L77.4197%20138.888L76.5331%20139.159C76.3977%20139.199%2076.2744%20139.261%2076.1564%20139.333ZM100.627%20185.944C100.455%20186.009%20100.367%20186.201%20100.431%20186.373C102.179%20191.049%20101.029%20196.351%2097.5014%20199.879C97.4588%20199.921%2097.4135%20199.958%2097.3701%20200H98.2974C101.749%20196.292%20102.839%20190.909%20101.057%20186.14C100.991%20185.967%20100.8%20185.88%20100.627%20185.944ZM64.6943%20183.847C64.6943%20183.523%2064.9577%20183.26%2065.2817%20183.26C65.6057%20183.26%2065.8683%20183.523%2065.8683%20183.847C65.8683%20184.171%2065.6057%20184.435%2065.2817%20184.435C64.9577%20184.435%2064.6943%20184.171%2064.6943%20183.847ZM66.5347%20183.847C66.5347%20183.156%2065.9727%20182.593%2065.2813%20182.593C64.5893%20182.593%2064.0273%20183.156%2064.0273%20183.847C64.0273%20184.539%2064.5893%20185.101%2065.2813%20185.101C65.9727%20185.101%2066.5347%20184.539%2066.5347%20183.847ZM70.7465%20118.939C70.1585%20118.872%2069.4772%20119.08%2068.8252%20119.523C69.0965%20118.783%2069.1332%20118.072%2068.9252%20117.519C69.5119%20117.587%2070.1945%20117.377%2070.8452%20116.935C70.5745%20117.673%2070.5379%20118.386%2070.7465%20118.939ZM71.6368%20115.529C70.6374%20116.811%2069.1648%20117.404%2068.4208%20116.824C68.3168%20116.743%2068.1674%20116.761%2068.0868%20116.865C68.0041%20116.969%2068.0241%20117.119%2068.1274%20117.201C68.8714%20117.781%2068.6541%20119.353%2067.6554%20120.634C67.5734%20120.739%2067.5928%20120.889%2067.6968%20120.97C67.8001%20121.051%2067.9508%20121.032%2068.0314%20120.928C69.0314%20119.647%2070.5041%20119.054%2071.2481%20119.633C71.3514%20119.715%2071.5021%20119.696%2071.5828%20119.592C71.6641%20119.488%2071.6448%20119.338%2071.5408%20119.257C70.7974%20118.677%2071.0141%20117.104%2072.0134%20115.823C72.0941%20115.719%2072.0761%20115.568%2071.9721%20115.488C71.8674%20115.407%2071.7181%20115.425%2071.6368%20115.529ZM50.6694%20169.822C50.3447%20169.822%2050.082%20169.558%2050.082%20169.233C50.082%20168.91%2050.3447%20168.647%2050.6694%20168.647C50.9914%20168.647%2051.2554%20168.91%2051.2554%20169.233C51.2554%20169.558%2050.9914%20169.822%2050.6694%20169.822ZM50.669%20167.98C49.977%20167.98%2049.415%20168.543%2049.415%20169.233C49.415%20169.926%2049.977%20170.489%2050.669%20170.489C51.3597%20170.489%2051.9217%20169.926%2051.9217%20169.233C51.9217%20168.543%2051.3597%20167.98%2050.669%20167.98ZM50.6693%20174.775C50.4839%20174.775%2050.3359%20174.924%2050.3359%20175.108V183.847C50.3359%20184.031%2050.4839%20184.181%2050.6693%20184.181H60.4293C60.6133%20184.181%2060.7626%20184.031%2060.7626%20183.847C60.7626%20183.663%2060.6133%20183.514%2060.4293%20183.514H51.0026V175.108C51.0026%20174.924%2050.8519%20174.775%2050.6693%20174.775ZM99.3848%20142.215L100.315%20145.271L97.2588%20146.203L96.3281%20143.146L99.3848%20142.215ZM95.5932%20143.021L96.7185%20146.715C96.7439%20146.8%2096.8025%20146.871%2096.8799%20146.913C96.9292%20146.939%2096.9832%20146.952%2097.0372%20146.952C97.0699%20146.952%2097.1025%20146.947%2097.1345%20146.937L100.829%20145.813C101.005%20145.759%20101.105%20145.573%20101.051%20145.397L99.9259%20141.702C99.8999%20141.617%2099.8419%20141.547%2099.7639%20141.505C99.6859%20141.463%2099.5939%20141.453%2099.5099%20141.48L95.8152%20142.605C95.6399%20142.659%2095.5405%20142.845%2095.5932%20143.021ZM73.895%2084.4754L79.2897%2065.4834L83.9997%2067.5314L102.502%2075.5774L92.399%2092.2981C91.887%2093.1447%2090.7497%2093.5127%2089.8363%2093.1147L83.9997%2090.5767L74.915%2086.6281C74.0877%2086.2681%2073.6497%2085.3421%2073.895%2084.4754ZM80.5051%2061.2107L84.0005%2062.73L104.802%2071.774L102.834%2075.03L84.0005%2066.84L79.4658%2064.868L80.5051%2061.2107ZM79.4952%2058.8212L80.4679%2056.5852C80.5899%2056.3025%2080.8152%2056.0845%2081.1019%2055.9719C81.2119%2055.9299%2081.3272%2055.9032%2081.4446%2055.8945C81.6286%2055.8819%2081.8152%2055.9139%2081.9839%2055.9879L84.0006%2056.8645L90.5099%2059.6952C90.5106%2059.6952%2090.5112%2059.6965%2090.5119%2059.6965L92.6126%2060.6092L107.613%2067.1319C107.895%2067.2539%20108.113%2067.4799%20108.226%2067.7659C108.338%2068.0525%20108.333%2068.3659%20108.21%2068.6485L107.239%2070.8839C106.993%2071.4499%20106.292%2071.7299%20105.722%2071.4819L104.985%2071.1619L84.0006%2062.0372L80.4252%2060.4825C80.4232%2060.4819%2080.4212%2060.4819%2080.4192%2060.4812L80.0926%2060.3392C79.5099%2060.0852%2079.2412%2059.4052%2079.4952%2058.8212ZM97.4012%2062L92.7012%2059.956L93.7772%2057.4794C93.8312%2057.356%2093.9818%2057.2947%2094.1065%2057.3494L98.3498%2059.1927C98.4758%2059.2487%2098.5332%2059.3974%2098.4772%2059.5227L97.4012%2062ZM92.1326%2056.7647C92.438%2056.0627%2093.102%2055.5927%2093.8673%2055.5401C94.196%2055.5181%2094.5166%2055.5727%2094.8206%2055.7047L99.0633%2057.5487C99.564%2057.7674%2099.9486%2058.1667%20100.15%2058.6741C100.35%2059.1814%20100.339%2059.7367%20100.122%2060.2381L99.0453%2062.7147L97.9826%2062.2527L99.06%2059.7754C99.2546%2059.3274%2099.0493%2058.8047%2098.602%2058.6107L94.36%2056.7674C93.9253%2056.5754%2093.3846%2056.7921%2093.1953%2057.2261L92.118%2059.7021L91.0566%2059.2407L92.1326%2056.7647ZM89.5833%2093.6967C89.9753%2093.8687%2090.4073%2093.9427%2090.8333%2093.9127C91.704%2093.8533%2092.492%2093.3713%2092.9433%2092.6267L105.389%2072.0293L105.468%2072.064C105.73%2072.1773%20106.019%2072.2267%20106.303%2072.208C106.971%2072.1607%20107.553%2071.752%20107.82%2071.1367L108.791%2068.9013C108.981%2068.464%20108.991%2067.978%20108.815%2067.5333C108.641%2067.0893%20108.303%2066.74%20107.865%2066.55L99.6273%2062.968L100.703%2060.4913C100.99%2059.8353%20101.003%2059.1067%20100.74%2058.4413C100.477%2057.776%2099.9726%2057.2527%2099.316%2056.9673L95.074%2055.1233C94.6806%2054.952%2094.2486%2054.8767%2093.8233%2054.9067C92.8213%2054.976%2091.95%2055.59%2091.55%2056.5113L90.474%2058.9873L84%2056.172L82.2366%2055.4053C81.8073%2055.218%2081.3046%2055.2113%2080.8693%2055.382C80.4246%2055.556%2080.0746%2055.8933%2079.8846%2056.332L78.9113%2058.5693C78.5186%2059.4727%2078.9353%2060.5287%2079.838%2060.9207L79.9166%2060.9547L73.286%2084.3013C72.9526%2085.474%2073.544%2086.724%2074.6613%2087.21L84%2091.27L89.5833%2093.6967ZM82.6503%2085.9967C82.6377%2085.9633%2082.639%2085.9253%2082.653%2085.8913L83.9997%2082.7947L88.4083%2072.656L91.115%2073.832L85.3603%2087.068C85.3223%2087.1553%2085.2397%2087.164%2085.1797%2087.1393L83.9997%2086.6267L82.725%2086.072C82.6903%2086.058%2082.6643%2086.03%2082.6503%2085.9967ZM84.9263%2087.7207C85.0403%2087.7707%2085.1656%2087.7927%2085.2876%2087.7834C85.5763%2087.764%2085.827%2087.5867%2085.943%2087.322L91.8243%2073.7947C91.8936%2073.634%2091.8203%2073.4467%2091.659%2073.3774L88.371%2071.9467C88.2943%2071.9134%2088.207%2071.9114%2088.1276%2071.9427C88.0496%2071.974%2087.9876%2072.034%2087.9536%2072.112L84.0003%2081.2034L82.071%2085.6387C81.9896%2085.8267%2081.985%2086.0374%2082.061%2086.2294C82.137%2086.42%2082.2823%2086.5727%2082.4716%2086.6547L84.0003%2087.3187L84.9263%2087.7207ZM52.0701%2084.7458L56.1334%2096.9558L49.9627%2099.0098L45.8994%2086.7999L52.0701%2084.7458ZM49.4353%2099.5367C49.4627%2099.6207%2049.524%2099.6893%2049.602%2099.7293C49.6493%2099.7527%2049.7%2099.7647%2049.7527%2099.7647C49.7873%2099.7647%2049.8227%2099.7587%2049.8573%2099.7473L56.66%2097.4833C56.8347%2097.4247%2056.9293%2097.2367%2056.8707%2097.0613L52.5973%2084.2193C52.5693%2084.1353%2052.5087%2084.0667%2052.43%2084.0267C52.3513%2083.988%2052.26%2083.982%2052.1753%2084.0087L45.3727%2086.2727C45.198%2086.3313%2045.104%2086.52%2045.1613%2086.6947L49.4353%2099.5367ZM83.2177%2034.256L82.0217%2038.1407C81.9677%2038.3174%2082.0657%2038.5034%2082.2423%2038.5574C82.275%2038.568%2082.3083%2038.5727%2082.341%2038.5727C82.4823%2038.5727%2082.615%2038.4807%2082.659%2038.3374L83.855%2034.4527C83.909%2034.276%2083.8103%2034.09%2083.6343%2034.036C83.459%2033.9807%2083.2723%2034.0807%2083.2177%2034.256ZM79.6112%2084.5594C79.5978%2084.5941%2079.5705%2084.6228%2079.5365%2084.6374C79.5032%2084.6528%2079.4625%2084.6521%2079.4272%2084.6374L77.8752%2083.9634C77.3038%2083.7141%2077.0245%2083.0614%2077.2392%2082.4761L81.8912%2069.8254L84.0005%2070.7434L84.5958%2071.0028L84.0005%2072.6221L79.6112%2084.5594ZM85.2939%2070.9393C85.3519%2070.7813%2085.2772%2070.6066%2085.1225%2070.5393L83.9999%2070.0506L81.8345%2069.1093C81.7545%2069.0739%2081.6639%2069.0746%2081.5832%2069.1079C81.5032%2069.1426%2081.4399%2069.2086%2081.4099%2069.2919L76.6432%2082.2573C76.3112%2083.1579%2076.7412%2084.1613%2077.6205%2084.5439L79.1745%2085.2186C79.2872%2085.2686%2079.4125%2085.2906%2079.5345%2085.2813C79.6205%2085.2759%2079.7052%2085.2553%2079.7859%2085.2206C79.9799%2085.1359%2080.1339%2084.9759%2080.2059%2084.7773L83.9999%2074.4606L85.2939%2070.9393ZM80.3335%2032.918L77.9775%2035.874C77.8635%2036.018%2077.8868%2036.2273%2078.0308%2036.342C78.0915%2036.3913%2078.1655%2036.4146%2078.2382%2036.4146C78.3362%2036.4146%2078.4335%2036.372%2078.4988%2036.2893L80.8541%2033.3333C80.9688%2033.1893%2080.9455%2032.98%2080.8015%2032.8653C80.6575%2032.7486%2080.4482%2032.7733%2080.3335%2032.918ZM9.88163%202.21399C14.5923%200.397991%2019.941%201.52999%2023.5083%205.09732C28.485%2010.074%2028.485%2018.172%2023.5083%2023.1493C18.5323%2028.126%2010.435%2028.126%205.45696%2023.1493C1.92896%2019.6213%200.778965%2014.32%202.52696%209.64399C2.59163%209.47132%202.5043%209.27933%202.33163%209.21466C2.15763%209.15133%201.96763%209.23866%201.9023%209.41066C0.0629648%2014.33%201.27363%2019.9087%204.98563%2023.6207C7.6043%2026.2393%2011.0436%2027.548%2014.483%2027.548C17.9216%2027.548%2021.3623%2026.2393%2023.9803%2023.6207C29.2163%2018.3833%2029.2163%209.86199%2023.9803%204.62599C20.2256%200.871991%2014.597%20-0.318676%209.6423%201.59132C9.4703%201.65799%209.3843%201.85066%209.4503%202.02199C9.51696%202.19332%209.71096%202.27866%209.88163%202.21399ZM33.7439%2094.3547L36.7559%20103.406L30.5852%20105.46L27.5732%2096.4087L33.7439%2094.3547ZM30.2249%20106.179C30.2709%20106.203%2030.3223%20106.215%2030.3729%20106.215C30.4089%20106.215%2030.4449%20106.208%2030.4783%20106.197L37.2823%20103.933C37.4563%20103.875%2037.5516%20103.687%2037.4929%20103.511L34.2703%2093.828C34.2429%2093.744%2034.1823%2093.6754%2034.1036%2093.6354C34.0249%2093.596%2033.9329%2093.5907%2033.8489%2093.6174L27.0456%2095.8814C26.8703%2095.9394%2026.7769%2096.1287%2026.8343%2096.3034L30.0569%20105.987C30.0856%20106.071%2030.1449%20106.139%2030.2249%20106.179ZM88.41%2088.3841L94.9333%2075.4788L97.6407%2076.6561L91.5547%2088.6994C91.368%2089.0681%2090.996%2089.3148%2090.5833%2089.3434C90.3927%2089.3568%2090.2067%2089.3254%2090.032%2089.2488L88.4773%2088.5721C88.444%2088.5568%2088.4167%2088.5274%2088.404%2088.4928C88.3907%2088.4568%2088.3933%2088.4181%2088.41%2088.3841ZM87.8064%2088.708C87.8777%2088.9073%2088.0317%2089.0706%2088.225%2089.154L89.779%2089.8313C90.045%2089.9466%2090.3377%2089.9966%2090.6257%2089.9773H90.6264C91.261%2089.934%2091.8344%2089.5533%2092.1204%2088.986L98.3597%2076.6433C98.3984%2076.5646%2098.4037%2076.4733%2098.3744%2076.392C98.345%2076.3086%2098.2817%2076.2426%2098.2024%2076.2086L94.911%2074.7773C94.7577%2074.7106%2094.5784%2074.7746%2094.5023%2074.924L87.843%2088.098C87.7484%2088.2866%2087.7344%2088.5093%2087.8064%2088.708ZM85.5708%20100.42C85.5848%20100.246%2085.4548%20100.095%2085.2814%20100.081C85.1081%20100.068%2084.9561%20100.197%2084.9428%20100.371L84.9201%20100.647C84.8768%20101.137%2084.8328%20101.643%2084.9328%20102.127C85.0428%20102.646%2085.3461%20103.151%2085.8374%20103.629C85.9661%20103.754%2086.0994%20103.876%2086.2321%20103.993C86.5214%20104.254%2086.7934%20104.501%2086.9974%20104.78C87.2494%20105.127%2087.3794%20105.577%2087.3768%20106.083C87.3754%20106.256%2087.5168%20106.398%2087.6908%20106.399C87.7481%20106.4%2087.8021%20106.384%2087.8481%20106.357C87.9434%20106.303%2088.0061%20106.203%2088.0074%20106.086C88.0108%20105.446%2087.8374%20104.867%2087.5074%20104.411C87.2648%20104.076%2086.9541%20103.797%2086.6534%20103.525C86.5281%20103.412%2086.3994%20103.298%2086.2774%20103.177C85.8781%20102.789%2085.6334%20102.392%2085.5508%20101.997C85.4681%20101.605%2085.5074%20101.167%2085.5481%20100.702L85.5708%20100.42ZM92.4971%20144.312L93.4271%20147.369L90.3704%20148.299L89.4404%20145.243L92.4971%20144.312ZM89.8295%20148.813C89.8554%20148.897%2089.9141%20148.968%2089.9921%20149.01C90.0401%20149.036%2090.0941%20149.049%2090.1481%20149.049C90.1808%20149.049%2090.2134%20149.045%2090.2461%20149.035L93.9401%20147.909C94.1161%20147.855%2094.2161%20147.669%2094.1628%20147.493L93.0375%20143.799C93.0115%20143.715%2092.9528%20143.643%2092.8748%20143.602C92.7961%20143.559%2092.7055%20143.551%2092.6208%20143.577L88.9268%20144.702C88.7514%20144.756%2088.6515%20144.942%2088.7048%20145.118L89.8295%20148.813ZM36.6434%20183.847C36.6434%20184.171%2036.3794%20184.435%2036.0561%20184.435C35.7314%20184.435%2035.4688%20184.171%2035.4688%20183.847C35.4688%20183.523%2035.7314%20183.26%2036.0561%20183.26C36.3794%20183.26%2036.6434%20183.523%2036.6434%20183.847ZM34.8018%20183.848C34.8018%20184.539%2035.3644%20185.102%2036.0558%20185.102C36.7471%20185.102%2037.3098%20184.539%2037.3098%20183.848C37.3098%20183.156%2036.7471%20182.594%2036.0558%20182.594C35.3644%20182.594%2034.8018%20183.156%2034.8018%20183.848ZM85.2728%20156.282L84.3428%20153.225L87.3988%20152.295L88.3301%20155.352L85.2728%20156.282ZM89.0402%20155.731C89.0822%20155.652%2089.0915%20155.561%2089.0648%20155.477L87.9408%20151.782C87.8875%20151.606%2087.7008%20151.507%2087.5248%20151.56L84.0002%20152.633L83.8308%20152.685C83.6542%20152.739%2083.5548%20152.925%2083.6082%20153.101L84.0002%20154.387L84.7328%20156.795C84.7768%20156.939%2084.9082%20157.031%2085.0515%20157.031C85.0835%20157.031%2085.1162%20157.027%2085.1482%20157.017L88.8428%20155.893C88.9282%20155.867%2088.9988%20155.809%2089.0402%20155.731ZM87.0648%20162.167L86.1348%20159.111L89.1914%20158.181L90.1221%20161.237L87.0648%20162.167ZM89.7324%20157.667C89.6791%20157.492%2089.4938%20157.393%2089.3164%20157.445L85.6224%20158.57C85.5378%20158.595%2085.4664%20158.654%2085.4251%20158.732C85.3838%20158.81%2085.3744%20158.901%2085.3998%20158.985L86.5251%20162.681C86.5691%20162.825%2086.7004%20162.917%2086.8438%20162.917C86.8758%20162.917%2086.9091%20162.912%2086.9411%20162.902L90.6351%20161.778C90.7204%20161.752%2090.7904%20161.694%2090.8324%20161.616C90.8738%20161.538%2090.8831%20161.447%2090.8571%20161.362L89.7324%20157.667ZM82.1117%20101.779C82.1244%20101.605%2081.9944%20101.455%2081.8211%20101.442C81.6478%20101.429%2081.4971%20101.559%2081.4831%20101.732L81.4591%20102.011C81.4178%20102.501%2081.3737%20103.005%2081.4751%20103.485C81.5831%20104.006%2081.8877%20104.511%2082.3784%20104.991C82.5078%20105.114%2082.6404%20105.234%2082.7731%20105.355C83.0631%20105.615%2083.3358%20105.861%2083.5384%20106.141C83.7897%20106.488%2083.9211%20106.937%2083.9178%20107.443C83.9171%20107.525%2083.9491%20107.597%2083.9997%20107.653C84.0571%20107.717%2084.1377%20107.759%2084.2298%20107.759C84.2884%20107.761%2084.3431%20107.745%2084.3897%20107.719C84.4837%20107.665%2084.5478%20107.564%2084.5478%20107.447C84.5518%20106.806%2084.3791%20106.227%2084.0478%20105.771C84.0331%20105.751%2084.0144%20105.735%2083.9997%20105.715C83.7651%20105.408%2083.4771%20105.141%2083.1951%20104.886C83.0684%20104.773%2082.9411%20104.659%2082.8184%20104.539C82.4178%20104.15%2082.1744%20103.752%2082.0911%20103.357C82.0098%20102.967%2082.0478%20102.529%2082.0871%20102.066L82.1117%20101.779ZM66.8519%2062.536C66.8519%2062.4013%2066.7439%2062.2927%2066.6093%2062.292H64.3773L65.9553%2060.714C66.0513%2060.6193%2066.0513%2060.4647%2065.9553%2060.3687C65.8613%2060.2733%2065.7059%2060.2733%2065.6113%2060.3693L64.0319%2061.948V59.2373C64.0319%2059.1027%2063.9226%2058.9933%2063.7886%2058.9933C63.6546%2058.9933%2063.5453%2059.1027%2063.5453%2059.2373V61.948L61.9659%2060.3687C61.8713%2060.2733%2061.7173%2060.2733%2061.6213%2060.3693C61.5266%2060.4647%2061.5266%2060.6193%2061.6219%2060.714L63.1999%2062.2927H60.9686C60.8339%2062.2927%2060.7246%2062.402%2060.7246%2062.536C60.7239%2062.6707%2060.8333%2062.78%2060.9686%2062.78H63.1999L61.6219%2064.358C61.5273%2064.4533%2061.5266%2064.6073%2061.6219%2064.7033C61.6693%2064.7507%2061.7319%2064.7733%2061.7939%2064.7733C61.8566%2064.7733%2061.9193%2064.75%2061.9673%2064.7033L63.5453%2063.1247V65.8347C63.5453%2065.9687%2063.6546%2066.078%2063.7886%2066.078C63.9233%2066.0787%2064.0319%2065.9687%2064.0319%2065.8347V63.1247L65.6113%2064.7027C65.6579%2064.75%2065.7213%2064.7733%2065.7819%2064.774C65.8453%2064.774%2065.9073%2064.75%2065.9553%2064.7033C66.0506%2064.6073%2066.0506%2064.4533%2065.9553%2064.358L64.3773%2062.78H66.6093C66.7439%2062.78%2066.8533%2062.6707%2066.8519%2062.536ZM89.0294%2099.0574C89.0421%2098.884%2088.9134%2098.7334%2088.7394%2098.7194C88.5654%2098.7067%2088.4148%2098.836%2088.4014%2099.0107L88.3781%2099.2847C88.3368%2099.774%2088.2908%20100.281%2088.3928%20100.767C88.5021%20101.287%2088.8061%20101.791%2089.2954%20102.269C89.4248%20102.393%2089.5594%20102.514%2089.6928%20102.635C89.9808%20102.894%2090.2534%20103.139%2090.4561%20103.419C90.7074%20103.766%2090.8394%20104.216%2090.8368%20104.721C90.8354%20104.896%2090.9748%20105.037%2091.1488%20105.039C91.2074%20105.039%2091.2614%20105.024%2091.3088%20104.997C91.4021%20104.943%2091.4661%20104.841%2091.4661%20104.725C91.4701%20104.086%2091.2974%20103.506%2090.9668%20103.049C90.7248%20102.715%2090.4148%20102.436%2090.1148%20102.165C89.9868%20102.051%2089.8594%20101.937%2089.7354%20101.817C89.3368%20101.428%2089.0921%20101.031%2089.0094%20100.637C88.9274%20100.244%2088.9654%2099.804%2089.0054%2099.3387L89.0294%2099.0574ZM80.2835%20112.52C80.2982%20112.476%2080.3275%20112.437%2080.3895%20112.401C80.3922%20112.399%2080.3948%20112.398%2080.3982%20112.397L84.0002%20110.98L97.7128%20105.586C97.7668%20105.564%2097.8295%20105.569%2097.8795%20105.597C97.9315%20105.627%2097.9668%20105.678%2097.9755%20105.737L98.3855%20108.327C98.3855%20108.328%2098.3848%20108.328%2098.3848%20108.329L98.9068%20111.628L99.8542%20117.622C99.9648%20118.325%2099.5722%20119.035%2098.8942%20119.299L98.8648%20119.311C98.8642%20119.311%2098.8628%20119.311%2098.8622%20119.311L88.9088%20123.226C88.9075%20123.227%2088.9062%20123.228%2088.9042%20123.229L88.8775%20123.24C88.2115%20123.504%2087.4348%20123.261%2087.0342%20122.667L84.0002%20118.165L80.3088%20112.687C80.2762%20112.637%2080.2668%20112.577%2080.2835%20112.52ZM99.7859%20113.156L99.3086%20110.133L100.626%20109.615C101.383%20109.331%20102.241%20109.714%20102.537%20110.467C102.839%20111.234%20102.464%20112.102%20101.695%20112.405L99.7859%20113.156ZM100.003%20108.105C101.608%20107.473%20103.426%20108.265%20104.059%20109.871C104.678%20111.445%20103.913%20113.287%20102.293%20113.925L100.046%20114.809L99.8869%20113.795L101.925%20112.992C102.023%20112.953%20102.116%20112.908%20102.204%20112.857C103.104%20112.342%20103.514%20111.229%20103.123%20110.238C102.702%20109.165%20101.481%20108.621%20100.4%20109.026L99.2075%20109.495L99.0469%20108.48L100.003%20108.105ZM99.0793%20121.057C99.044%20121.138%2098.9813%20121.206%2098.9053%20121.251L90.2579%20124.659C90.0446%20124.743%2089.8033%20124.637%2089.7193%20124.425L89.4326%20123.699L96.6286%20120.868L98.7993%20120.014L99.0853%20120.739C99.1246%20120.841%2099.1233%20120.955%2099.0793%20121.057ZM79.6824%20112.333C79.6084%20112.574%2079.6471%20112.831%2079.7864%20113.039L84.0004%20119.293L86.5124%20123.02C87.0244%20123.779%2087.9671%20124.123%2088.8384%20123.907L89.1331%20124.656C89.3437%20125.192%2089.9517%20125.456%2090.4884%20125.245L99.0811%20121.863C99.1291%20121.845%2099.1751%20121.824%2099.2191%20121.798C99.4131%20121.687%2099.5684%20121.512%2099.6571%20121.309C99.7677%20121.056%2099.7724%20120.764%2099.6717%20120.507L99.3791%20119.764C99.3904%20119.759%2099.4017%20119.754%2099.4131%20119.748C100.189%20119.303%20100.616%20118.409%20100.476%20117.524L100.148%20115.447L102.524%20114.511C102.7%20114.443%20102.865%20114.363%20103.022%20114.271C104.625%20113.353%20105.323%20111.361%20104.645%20109.64C103.887%20107.711%20101.7%20106.759%2099.7724%20107.518L98.9471%20107.843L98.5984%20105.638C98.5591%20105.39%2098.4111%20105.176%2098.1931%20105.05C97.9744%20104.926%2097.7137%20104.907%2097.4817%20104.999L84.0004%20110.302L80.1684%20111.81C79.9324%20111.905%2079.7564%20112.095%2079.6824%20112.333ZM191.451%2039.7181L191.62%2039.4714C191.726%2039.3201%20191.686%2039.1121%20191.534%2039.0088C191.382%2038.9054%20191.174%2038.9441%20191.07%2039.0968L190.904%2039.3374C190.607%2039.7648%20190.3%2040.2061%20190.138%2040.7034C189.964%2041.2374%20189.977%2041.8608%20190.175%2042.5581C190.228%2042.7408%20190.287%2042.9208%20190.346%2043.1007C190.474%2043.4914%20190.594%2043.8601%20190.634%2044.2241C190.682%2044.6754%20190.566%2045.1581%20190.298%2045.6201C190.204%2045.7788%20190.258%2045.9834%20190.418%2046.0754C190.471%2046.1061%20190.529%2046.1208%20190.586%2046.1208C190.7%2046.1208%20190.812%2046.0614%20190.873%2045.9548C191.214%2045.3688%20191.361%2044.7461%20191.297%2044.1541C191.251%2043.7194%20191.114%2043.2988%20190.98%2042.8927C190.923%2042.7214%20190.867%2042.5488%20190.817%2042.3748C190.655%2041.8074%20190.64%2041.3148%20190.772%2040.9094C190.902%2040.5061%20191.17%2040.1234%20191.451%2039.7181ZM162.109%20143.858C161.937%20143.927%20161.854%20144.121%20161.923%20144.291C161.975%20144.421%20162.1%20144.501%20162.231%20144.501C162.273%20144.501%20162.314%20144.493%20162.356%20144.477L174.686%20139.546C174.783%20139.507%20174.847%20139.426%20174.876%20139.333C174.897%20139.263%20174.9%20139.187%20174.871%20139.113C174.804%20138.941%20174.608%20138.859%20174.438%20138.927L173.423%20139.333L162.109%20143.858ZM161.271%20141.764C161.1%20141.832%20161.017%20142.026%20161.086%20142.197C161.138%20142.327%20161.262%20142.407%20161.394%20142.407C161.436%20142.407%20161.478%20142.399%20161.518%20142.382L169.142%20139.333L173.849%20137.451C174.02%20137.382%20174.103%20137.188%20174.035%20137.018C173.966%20136.846%20173.771%20136.764%20173.602%20136.832L167.348%20139.333L161.271%20141.764ZM160.433%20139.67C160.262%20139.739%20160.179%20139.933%20160.248%20140.103C160.3%20140.233%20160.425%20140.313%20160.557%20140.313C160.599%20140.313%20160.641%20140.305%20160.681%20140.289L163.069%20139.333L173.011%20135.357C173.182%20135.289%20173.265%20135.095%20173.197%20134.925C173.129%20134.753%20172.933%20134.671%20172.764%20134.739L161.275%20139.333L160.433%20139.67ZM153.918%20107.88L153.619%20107.146C153.433%20106.686%20153.435%20106.179%20153.629%20105.722C153.822%20105.264%20154.183%20104.909%20154.644%20104.721C154.843%20104.639%20155.055%20104.597%20155.27%20104.597C155.95%20104.597%20156.555%20105.005%20156.811%20105.635L157.184%20106.551L153.918%20107.88ZM157.433%20107.169L157.874%20108.253L154.609%20109.581L154.169%20108.497L157.433%20107.169ZM158.126%20108.87L161.554%20117.3L158.318%20118.616L158.288%20118.629L154.86%20110.198L158.126%20108.87ZM161.277%20121.205L158.754%20119.159L161.601%20118.001L161.277%20121.205ZM157.796%20119.188C157.815%20119.235%20157.848%20119.275%20157.886%20119.309C157.89%20119.313%20157.892%20119.318%20157.895%20119.322L161.337%20122.112C161.396%20122.161%20161.471%20122.187%20161.546%20122.187C161.589%20122.187%20161.634%20122.178%20161.674%20122.161C161.786%20122.113%20161.866%20122.009%20161.878%20121.887L162.32%20117.517C162.32%20117.513%20162.317%20117.509%20162.318%20117.505C162.322%20117.455%20162.316%20117.407%20162.298%20117.357L158.618%20108.31C158.617%20108.309%20158.616%20108.309%20158.616%20108.309L157.926%20106.615C157.926%20106.613%20157.926%20106.611%20157.926%20106.609L157.427%20105.383C157.068%20104.501%20156.221%20103.931%20155.269%20103.931C154.968%20103.931%20154.672%20103.989%20154.392%20104.103C153.765%20104.358%20153.276%20104.841%20153.014%20105.463C152.751%20106.085%20152.747%20106.771%20153.001%20107.397L153.424%20108.439C153.424%20108.44%20153.424%20108.44%20153.424%20108.441L154.116%20110.139V110.141L157.796%20119.188ZM46.1721%2040.7708C46.1955%2040.9374%2046.3381%2041.0581%2046.5028%2041.0581C46.5175%2041.0581%2046.5321%2041.0568%2046.5481%2041.0548L66.8455%2038.2274C67.0281%2038.2021%2067.1548%2038.0334%2067.1295%2037.8514C67.1041%2037.6681%2066.9341%2037.5421%2066.7541%2037.5674L46.4568%2040.3948C46.2748%2040.4201%2046.1468%2040.5888%2046.1721%2040.7708ZM159.41%20138.008C159.462%20138.138%20159.588%20138.217%20159.72%20138.217C159.76%20138.217%20159.803%20138.21%20159.842%20138.193L172.173%20133.263C172.344%20133.195%20172.427%20133.001%20172.359%20132.83C172.291%20132.659%20172.094%20132.576%20171.925%20132.645L159.595%20137.575C159.424%20137.643%20159.341%20137.837%20159.41%20138.008ZM39.4261%2025.4086C39.4941%2025.318%2039.5941%2025.2586%2039.7075%2025.2426L42.5055%2024.8533C42.5928%2024.8406%2042.6721%2024.7946%2042.7261%2024.724C42.7795%2024.6533%2042.8021%2024.5646%2042.7895%2024.4766L42.3995%2021.68C42.3841%2021.5686%2042.4141%2021.4533%2042.4821%2021.3626C42.5508%2021.272%2042.6508%2021.214%2042.7641%2021.1973L44.8735%2020.908C45.0855%2020.908%2045.2675%2021.066%2045.2955%2021.2766L45.6861%2024.074C45.6981%2024.1606%2045.7448%2024.2406%2045.8155%2024.294C45.8861%2024.3466%2045.9761%2024.368%2046.0615%2024.3573L48.9195%2023.964C49.0115%2023.964%2049.1035%2023.994%2049.1761%2024.0493C49.2661%2024.1173%2049.3275%2024.22%2049.3428%2024.332L49.6281%2026.382C49.6608%2026.6153%2049.4968%2026.8313%2049.2635%2026.8646L46.4655%2027.2553C46.2828%2027.2806%2046.1561%2027.4493%2046.1815%2027.6313L46.5715%2030.4293C46.5875%2030.5406%2046.5575%2030.656%2046.4895%2030.7453C46.4208%2030.8353%2046.3181%2030.896%2046.2068%2030.9113L44.1575%2031.1966C43.9188%2031.2293%2043.7075%2031.062%2043.6748%2030.832L43.2855%2028.0346C43.2728%2027.9473%2043.2261%2027.868%2043.1555%2027.8146C43.0975%2027.7706%2043.0268%2027.7473%2042.9548%2027.7473C42.9395%2027.7473%2042.9241%2027.7486%2042.9095%2027.7506L40.0521%2028.1446C39.8408%2028.1446%2039.6575%2027.986%2039.6288%2027.7753L39.3428%2025.7253C39.3275%2025.614%2039.3575%2025.4986%2039.4261%2025.4086ZM38.9692%2027.868C39.0519%2028.4554%2039.5999%2028.8847%2040.2039%2028.8007L42.6712%2028.4574L43.0152%2030.9247C43.0912%2031.4627%2043.5559%2031.8674%2044.0985%2031.8674C44.1479%2031.8674%2044.1985%2031.864%2044.2499%2031.8567L46.2992%2031.572C46.5879%2031.5314%2046.8445%2031.3814%2047.0212%2031.148C47.1952%2030.918%2047.2719%2030.6227%2047.2319%2030.3367L46.8885%2027.8694L49.3565%2027.5247C49.9539%2027.4407%2050.3719%2026.8867%2050.2885%2026.29L50.0039%2024.24C49.9625%2023.9547%2049.8085%2023.6907%2049.5779%2023.5174C49.3485%2023.3447%2049.0525%2023.268%2048.7679%2023.3074L46.3005%2023.6514L45.9565%2021.1847C45.8745%2020.5967%2045.3279%2020.1634%2044.7225%2020.2514L42.6725%2020.5374C42.3825%2020.5774%2042.1259%2020.7287%2041.9505%2020.9614C41.7772%2021.1907%2041.6999%2021.4867%2041.7399%2021.772L42.0839%2024.2394L39.6159%2024.5827C39.3265%2024.6234%2039.0699%2024.774%2038.8939%2025.0067C38.7205%2025.2367%2038.6432%2025.532%2038.6832%2025.818L38.9692%2027.868ZM45.7075%2037.4393C45.7301%2037.606%2045.8728%2037.7266%2046.0368%2037.7266C46.0528%2037.7266%2046.0675%2037.7253%2046.0835%2037.7233L66.3808%2034.896C66.5628%2034.8706%2066.6908%2034.702%2066.6655%2034.52C66.6401%2034.3373%2066.4728%2034.2126%2066.2895%2034.236L45.9908%2037.0633C45.8095%2037.0886%2045.6815%2037.2573%2045.7075%2037.4393ZM37.4502%2020.7394C38.1642%2019.7948%2039.0415%2019.0188%2040.0335%2018.4381C40.0362%2018.4374%2040.0368%2018.4368%2040.0388%2018.4368C41.0188%2017.8641%2042.1115%2017.4827%2043.2688%2017.3214C43.6768%2017.2648%2044.0895%2017.2361%2044.4988%2017.2361C48.8668%2017.2361%2052.6155%2020.5041%2053.2202%2024.8381C53.8915%2029.6528%2050.5188%2034.1161%2045.7028%2034.7881C45.2955%2034.8447%2044.8828%2034.8734%2044.4755%2034.8734C40.1068%2034.8734%2036.3568%2031.6054%2035.7528%2027.2714C35.4282%2024.9388%2036.0308%2022.6188%2037.4502%2020.7394ZM66.4958%2013.0767L70.2231%2039.8253C69.0738%2040.5733%2067.7404%2040.9553%2066.2524%2040.9553C64.8938%2040.9553%2063.9051%2040.626%2063.8951%2040.6227C63.7658%2040.5793%2063.6191%2040.6187%2063.5311%2040.7267C63.4438%2040.8333%2063.4304%2040.9833%2063.4991%2041.1033C63.5551%2041.202%2063.5984%2041.298%2063.6511%2041.396L46.9211%2043.7267C46.7384%2043.752%2046.6118%2043.9207%2046.6364%2044.1033C46.6598%2044.27%2046.8031%2044.39%2046.9664%2044.39C46.9811%2044.39%2046.9971%2044.3887%2047.0124%2044.3867L63.9738%2042.0233C64.8718%2043.956%2065.0358%2045.7507%2064.4731%2047.376L44.6598%2050.1353L42.5984%2035.3447C43.2071%2035.4687%2043.8344%2035.54%2044.4751%2035.54C44.9131%2035.54%2045.3578%2035.5093%2045.7951%2035.448C47.3518%2035.2307%2048.7644%2034.6393%2049.9658%2033.7853L65.9164%2031.5633C66.0984%2031.538%2066.2264%2031.3693%2066.2004%2031.1867C66.1751%2031.0047%2066.0078%2030.8753%2065.8244%2030.9033L50.9558%2032.9747C51.8678%2032.1193%2052.6031%2031.0907%2053.1198%2029.95L65.4524%2028.2313C65.6351%2028.206%2065.7624%2028.0373%2065.7364%2027.8547C65.7118%2027.672%2065.5438%2027.546%2065.3611%2027.5713L53.4131%2029.236C53.7311%2028.3493%2053.9164%2027.4073%2053.9551%2026.436L64.9878%2024.8987C65.1704%2024.8733%2065.2978%2024.7047%2065.2724%2024.522C65.2471%2024.34%2065.0791%2024.2167%2064.8964%2024.2387L53.9644%2025.7613C53.9538%2025.4253%2053.9278%2025.086%2053.8791%2024.7453C53.8011%2024.18%2053.6711%2023.6313%2053.4971%2023.1033L64.5244%2021.568C64.7064%2021.5427%2064.8338%2021.374%2064.8084%2021.1913C64.7824%2021.0093%2064.6144%2020.88%2064.4318%2020.908L53.2544%2022.4647C52.8751%2021.544%2052.3578%2020.6993%2051.7264%2019.9527L64.0598%2018.2347C64.2411%2018.2093%2064.3691%2018.0407%2064.3438%2017.858C64.3184%2017.676%2064.1491%2017.55%2063.9684%2017.5747L51.1778%2019.356C49.4491%2017.6313%2047.0758%2016.5693%2044.4984%2016.5693C44.0598%2016.5693%2043.6144%2016.6%2043.1764%2016.6607C42.0958%2016.8113%2041.0731%2017.15%2040.1311%2017.636L40.0098%2016.7667L66.4958%2013.0767ZM70.3322%2040.7473C70.3402%2040.8553%2070.3482%2040.9633%2070.3508%2041.0706C70.3522%2041.1586%2070.3502%2041.2459%2070.3488%2041.3333C70.3462%2041.4493%2070.3435%2041.5653%2070.3348%2041.6799C70.3295%2041.7526%2070.3195%2041.8253%2070.3108%2041.8986C70.2962%2042.0266%2070.2815%2042.1553%2070.2582%2042.2806C70.2488%2042.3359%2070.2355%2042.3893%2070.2248%2042.4439C70.1955%2042.5853%2070.1648%2042.7253%2070.1255%2042.8633C70.1155%2042.9013%2070.1015%2042.9386%2070.0902%2042.9766C70.0448%2043.1266%2069.9962%2043.2759%2069.9395%2043.4213C69.9302%2043.4459%2069.9188%2043.4693%2069.9082%2043.4933C69.8455%2043.6499%2069.7788%2043.8033%2069.7035%2043.9533C69.6982%2043.9646%2069.6908%2043.9759%2069.6848%2043.9879C69.2622%2044.8173%2068.6555%2045.5446%2067.9108%2046.1093C67.9022%2046.1159%2067.8942%2046.1233%2067.8862%2046.1299C67.7595%2046.2246%2067.6268%2046.3119%2067.4928%2046.3973C67.4602%2046.4179%2067.4282%2046.4406%2067.3955%2046.4613C67.2802%2046.5313%2067.1582%2046.5946%2067.0375%2046.6579C66.9802%2046.6873%2066.9248%2046.7193%2066.8668%2046.7473C66.7642%2046.7973%2066.6575%2046.8393%2066.5522%2046.8826C66.4702%2046.9166%2066.3888%2046.9526%2066.3055%2046.9826C66.2162%2047.0153%2066.1242%2047.0419%2066.0328%2047.0706C65.9288%2047.1026%2065.8248%2047.1353%2065.7188%2047.1619C65.6395%2047.1826%2065.5588%2047.1973%2065.4775%2047.2146C65.3915%2047.2333%2065.3048%2047.2493%2065.2175%2047.2639C65.7288%2045.4899%2065.4748%2043.5559%2064.4622%2041.4993C64.4595%2041.4946%2064.4588%2041.4906%2064.4562%2041.4859C64.4488%2041.4719%2064.4448%2041.4586%2064.4375%2041.4446C64.8902%2041.5346%2065.5188%2041.6219%2066.2528%2041.6219C67.7562%2041.6219%2069.1202%2041.2646%2070.3148%2040.5586C70.3215%2040.6213%2070.3275%2040.6846%2070.3322%2040.7473ZM41.9028%2035.1793L44.0455%2050.558C44.0688%2050.7246%2044.2115%2050.8453%2044.3748%2050.8453C44.3908%2050.8453%2044.4061%2050.844%2044.4215%2050.842L64.7588%2048.0093C64.7635%2048.0086%2064.7681%2048.0086%2064.7735%2048.008L65.1441%2047.9566C65.3115%2047.9333%2065.4741%2047.8973%2065.6368%2047.862C65.6961%2047.85%2065.7561%2047.842%2065.8148%2047.828C65.8968%2047.808%2065.9755%2047.78%2066.0561%2047.7573C66.1981%2047.7173%2066.3395%2047.68%2066.4775%2047.6313C66.5068%2047.6213%2066.5341%2047.6073%2066.5635%2047.5973C67.7788%2047.1513%2068.8448%2046.3706%2069.6441%2045.3126C70.5921%2044.0573%2071.0668%2042.548%2071.0175%2040.9973C71.0168%2040.9833%2071.0181%2040.9693%2071.0175%2040.9553C71.0088%2040.724%2070.9895%2040.4926%2070.9568%2040.2613L67.1108%2012.6546C67.0848%2012.472%2066.9155%2012.3473%2066.7341%2012.3706L39.5881%2016.1526C39.4061%2016.178%2039.2788%2016.3466%2039.3041%2016.5286L39.5068%2017.9853C38.5188%2018.5953%2037.6395%2019.3826%2036.9181%2020.3373C35.3915%2022.3586%2034.7435%2024.854%2035.0921%2027.364C35.6195%2031.1446%2038.3728%2034.1706%2041.9028%2035.1793ZM182.908%2062.87L193.444%2064.4186L193.324%2065.2346C193.308%2065.3493%20193.245%2065.454%20193.151%2065.5226C193.077%2065.5786%20192.983%2065.61%20192.89%2065.61L183.16%2064.1853C182.92%2064.1493%20182.754%2063.9253%20182.788%2063.686L182.908%2062.87ZM180.556%2047.74C180.56%2047.74%20180.563%2047.74%20180.566%2047.7407L200%2050.5987V49.9247L180.664%2047.08C180.398%2047.0427%20180.136%2047.126%20179.944%2047.3047C179.749%2047.486%20179.647%2047.742%20179.668%2048.0074L180.585%2060.708C180.654%2061.6734%20181.338%2062.486%20182.252%2062.7467L182.128%2063.5894C182.039%2064.192%20182.459%2064.7547%20183.062%2064.8447L192.728%2066.2647C192.782%2066.2727%20192.836%2066.2767%20192.89%2066.2767C193.126%2066.2767%20193.36%2066.1987%20193.549%2066.0581C193.783%2065.8847%20193.942%2065.62%20193.983%2065.3307L194.106%2064.4934C194.119%2064.494%20194.134%2064.4967%20194.146%2064.4967C195.092%2064.4967%20195.954%2063.9027%20196.293%2063.0174L197.086%2060.9374L199.758%2061.3307C199.839%2061.3427%20199.919%2061.3414%20200%2061.348V60.6767C199.951%2060.672%20199.904%2060.678%20199.856%2060.6707L197.329%2060.2987L197.716%2059.2834L200%2059.6194V58.9447L197.96%2058.6447L199.113%2055.6194L200%2055.7494V55.0754L199.356%2054.9807L199.744%2053.9641L200%2054.0014V53.3274L199.987%2053.3254L200%2053.292V51.4214L199.216%2053.476C199.216%2053.4767%20199.216%2053.4767%20199.216%2053.4767L198.261%2055.9807L195.67%2062.7794C195.402%2063.4827%20194.669%2063.9267%20193.908%2063.8127L193.871%2063.8074C193.871%2063.8074%20193.87%2063.8067%20193.87%2063.8067L182.674%2062.1594C182.672%2062.1587%20182.671%2062.16%20182.668%2062.16L182.639%2062.156C181.889%2062.0467%20181.304%2061.4167%20181.25%2060.6594L180.332%2047.9594C180.328%2047.8967%20180.351%2047.836%20180.396%2047.7934C180.434%2047.7594%20180.48%2047.74%20180.556%2047.74ZM101.063%20182.206L99.8941%20183.376L99.8794%20183.362L95.9121%20179.393L96.8708%20178.435C97.4308%20177.875%2098.1748%20177.566%2098.9674%20177.566C99.7588%20177.566%20100.503%20177.875%20101.063%20178.435C101.566%20178.938%20101.844%20179.608%20101.844%20180.32C101.844%20181.033%20101.567%20181.703%20101.063%20182.206ZM97.9439%20185.326L93.9619%20181.345L95.4412%20179.866L99.4232%20183.847L97.9439%20185.326ZM87.5689%20195.701L83.5869%20191.719L93.4902%20181.816L97.4722%20185.798L87.5689%20195.701ZM84.0002%20196.921L81.7549%20197.611L83.2789%20192.354L84.0002%20193.076L86.9416%20196.017L84.0002%20196.921ZM98.9669%20176.899C97.9969%20176.899%2097.0849%20177.277%2096.3989%20177.963L95.2035%20179.159C95.2035%20179.159%2095.2029%20179.159%2095.2022%20179.16L93.2542%20181.109L83.9995%20190.363L82.8789%20191.483C82.8422%20191.52%2082.8189%20191.565%2082.8029%20191.613C82.8009%20191.618%2082.7955%20191.621%2082.7942%20191.627L80.9422%20198.019C80.9075%20198.136%2080.9409%20198.263%2081.0282%20198.349C81.0915%20198.411%2081.1755%20198.445%2081.2622%20198.445C81.2949%20198.445%2081.3275%20198.44%2081.3602%20198.429L83.9995%20197.619L87.6662%20196.491C87.6702%20196.49%2087.6715%20196.487%2087.6755%20196.485C87.7222%20196.469%2087.7662%20196.445%2087.8035%20196.409L98.1782%20186.033L100.129%20184.083L101.534%20182.678C102.164%20182.048%20102.51%20181.211%20102.51%20180.32C102.51%20179.429%20102.164%20178.593%20101.534%20177.963C100.848%20177.277%2099.9369%20176.899%2098.9669%20176.899ZM187.558%2039.1486L187.731%2038.898C187.834%2038.7453%20187.795%2038.538%20187.643%2038.4346C187.49%2038.3326%20187.283%2038.372%20187.178%2038.5226L187.009%2038.7686C186.714%2039.194%20186.408%2039.6346%20186.248%2040.13C186.073%2040.6626%20186.087%2041.2873%20186.285%2041.9853C186.338%2042.1666%20186.397%2042.348%20186.455%2042.5273C186.584%2042.9186%20186.704%2043.2886%20186.744%2043.6526C186.792%2044.1026%20186.675%2044.5846%20186.407%2045.0466C186.314%2045.206%20186.367%2045.4093%20186.527%2045.502C186.58%2045.5333%20186.637%2045.548%20186.695%2045.548C186.809%2045.548%20186.921%2045.4886%20186.981%2045.382C187.323%2044.7966%20187.471%2044.1733%20187.407%2043.5806C187.36%2043.1473%20187.223%2042.7266%20187.089%2042.32C187.033%2042.1486%20186.977%2041.976%20186.926%2041.8013C186.765%2041.2346%20186.749%2040.742%20186.882%2040.336C187.011%2039.9346%20187.277%2039.5526%20187.558%2039.1486ZM158.883%20136.123C158.923%20136.123%20158.966%20136.115%20159.006%20136.099L171.337%20131.168C171.507%20131.1%20171.591%20130.906%20171.522%20130.735C171.453%20130.565%20171.257%20130.481%20171.089%20130.549L158.758%20135.481C158.588%20135.549%20158.505%20135.743%20158.573%20135.913C158.625%20136.044%20158.75%20136.123%20158.883%20136.123ZM0.765333%2050.3666C0.629333%2050.1373%200.402%2049.984%200.14%2049.9453L0%2049.9246V50.5986L0.0433333%2050.6053C0.104%2050.614%200.159333%2050.6513%200.190667%2050.7046C0.222667%2050.7586%200.227333%2050.824%200.205333%2050.8826L0%2051.4213V53.292L0.828%2051.12C0.922667%2050.8713%200.9%2050.5966%200.765333%2050.3666ZM170.349%20146.568C170.445%20146.563%20170.528%20146.536%20170.592%20146.471L177.72%20139.333L179.385%20137.666L180.051%20139.333L183.764%20148.618C183.83%20148.782%20183.828%20148.961%20183.758%20149.123C183.689%20149.285%20183.561%20149.409%20183.397%20149.475L163.147%20157.573C162.812%20157.708%20162.421%20157.535%20162.289%20157.205L157.91%20146.254L170.349%20146.568ZM155.396%20139.972L156.992%20139.333L157.284%20139.217L157.331%20139.333L159.485%20144.72L157.597%20145.475L155.396%20139.972ZM159.852%20145.637L159.04%20145.616L159.732%20145.339L159.852%20145.637ZM156.229%20134.781L172.691%20128.197L174.242%20132.076C174.243%20132.076%20174.243%20132.076%20174.243%20132.077C174.243%20132.077%20174.243%20132.077%20174.243%20132.078L177.039%20139.071L176.777%20139.333L170.223%20145.899L160.577%20145.655L160.228%20144.782L158.049%20139.333L157.781%20138.66C157.78%20138.66%20157.781%20138.66%20157.78%20138.659L156.229%20134.781ZM178.125%20137.983L177.553%20138.557L177.434%20138.26L178.125%20137.983ZM176.872%20131.383L179.073%20136.887L177.186%20137.641L174.985%20132.139L176.872%20131.383ZM162.902%20158.287C163.071%20158.287%20163.236%20158.255%20163.394%20158.191L183.644%20150.094C183.974%20149.963%20184.231%20149.711%20184.37%20149.385C184.51%20149.06%20184.516%20148.699%20184.384%20148.371L180.77%20139.333L179.816%20136.949L179.814%20136.943V136.942L177.368%20130.826C177.336%20130.744%20177.271%20130.678%20177.19%20130.643C177.11%20130.609%20177.017%20130.607%20176.935%20130.641L174.738%20131.52L173.188%20127.64C173.154%20127.558%20173.09%20127.493%20173.008%20127.457C172.927%20127.423%20172.836%20127.421%20172.754%20127.455L155.672%20134.286C155.502%20134.354%20155.418%20134.548%20155.486%20134.719L157.036%20138.597L155.2%20139.333L154.84%20139.477C154.67%20139.546%20154.586%20139.74%20154.655%20139.91L157.103%20146.032C157.103%20146.034%20157.105%20146.035%20157.106%20146.037L161.671%20157.453C161.872%20157.959%20162.357%20158.287%20162.902%20158.287ZM1.89596%201.70534C2.45596%201.14534%203.20063%200.83667%203.99196%200.83667C4.78396%200.83667%205.52863%201.14534%206.08863%201.70534L7.04663%202.664L3.06529%206.64667L1.89596%205.47734C0.855961%204.43667%200.856628%202.74467%201.89596%201.70534ZM8.99747%204.61539L5.01547%208.59739L3.53613%207.11805L7.51813%203.13672L8.99747%204.61539ZM19.3726%2014.9907L15.3913%2018.972L5.4873%209.06867L9.46931%205.08667L19.3726%2014.9907ZM21.2046%2020.8819L16.0186%2019.2879L19.6812%2015.6252L21.2046%2020.8819ZM4.7798%209.30392L15.1545%2019.6793C15.1918%2019.7159%2015.2358%2019.7399%2015.2825%2019.7559C15.2858%2019.7573%2015.2885%2019.7606%2015.2925%2019.7619L21.5985%2021.7006C21.6298%2021.7113%2021.6638%2021.7153%2021.6965%2021.7153C21.7825%2021.7153%2021.8665%2021.6826%2021.9298%2021.6199C22.0171%2021.5339%2022.0505%2021.4073%2022.0165%2021.2893L20.1638%2014.8973C20.1625%2014.8919%2020.1571%2014.8886%2020.1558%2014.8833C20.1398%2014.8359%2020.1158%2014.7913%2020.0791%2014.7546L9.7038%204.37992L7.75514%202.43126C7.75447%202.43059%207.75447%202.42992%207.75447%202.42926L6.5598%201.23392C5.87314%200.547922%204.9618%200.169922%203.99114%200.169922C3.0218%200.169922%202.11047%200.547922%201.42447%201.23392C0.124469%202.53326%200.123802%204.64859%201.42447%205.94859L4.7798%209.30392ZM178.956%2074.4119C177.782%2074.4119%20176.716%2075.1519%20176.303%2076.2533L169.416%2094.6759C169.152%2095.3839%20169.177%2096.1539%20169.492%2096.8419C169.806%2097.5306%20170.368%2098.0553%20171.076%2098.3206L173.269%2099.1399L168.558%20103.885C168.445%20103.999%20168.428%20104.177%20168.52%20104.309C168.611%20104.441%20168.783%20104.49%20168.928%20104.425L176.822%20100.955L174.926%20106.027C174.661%20106.735%20174.688%20107.505%20175.002%20108.193C175.315%20108.881%20175.88%20109.406%20176.588%20109.671L200%20118.424V117.711L176.821%20109.046C176.28%20108.844%20175.848%20108.443%20175.609%20107.917C175.368%20107.391%20175.348%20106.802%20175.55%20106.26L177.606%20100.761L195.239%20107.353C195.56%20107.473%20195.893%20107.534%20196.23%20107.534C197.407%20107.534%20198.473%20106.794%20198.884%20105.691L200%20102.707V100.805L198.259%20105.458C197.945%20106.301%20197.13%20106.867%20196.23%20106.867C195.974%20106.867%20195.718%20106.821%20195.474%20106.729L177.528%20100.02C177.49%20100.006%20177.45%2099.9986%20177.411%2099.9986C177.408%2099.9986%20177.406%2099.9999%20177.403%2099.9999C177.373%20100.001%20177.346%20100.01%20177.318%20100.019C177.305%20100.022%20177.289%20100.021%20177.277%20100.027L170.27%20103.107L174.106%2099.2433C174.186%2099.1626%20174.22%2099.0479%20174.195%2098.9366C174.171%2098.8266%20174.091%2098.7359%20173.986%2098.6959L171.31%2097.6953C170.768%2097.4933%20170.338%2097.0926%20170.098%2096.5659C169.859%2096.0393%20169.838%2095.4513%20170.041%2094.9086L176.927%2076.4866C177.243%2075.6446%20178.058%2075.0786%20178.956%2075.0786C179.215%2075.0786%20179.47%2075.1253%20179.714%2075.2166L200%2082.7986V82.0866L179.948%2074.5919C179.628%2074.4726%20179.295%2074.4119%20178.956%2074.4119ZM194.238%2043.6739C194.366%2044.0639%20194.486%2044.4332%20194.526%2044.7965C194.574%2045.2472%20194.456%2045.7299%20194.188%2046.1919C194.096%2046.3512%20194.148%2046.5545%20194.309%2046.6479C194.362%2046.6785%20194.419%2046.6925%20194.476%2046.6925C194.59%2046.6925%20194.702%2046.6332%20194.764%2046.5265C195.105%2045.9419%20195.252%2045.3192%20195.188%2044.7259C195.142%2044.2925%20195.004%2043.8725%20194.87%2043.4659C194.814%2043.2945%20194.757%2043.1212%20194.708%2042.9459C194.546%2042.3805%20194.531%2041.8879%20194.662%2041.4819C194.794%2041.0772%20195.06%2040.6939%20195.342%2040.2885L195.511%2040.0432C195.616%2039.8905%20195.576%2039.6839%20195.424%2039.5799C195.272%2039.4765%20195.064%2039.5159%20194.96%2039.6679L194.795%2039.9079C194.498%2040.3352%20194.191%2040.7772%20194.028%2041.2752C193.855%2041.8105%20193.868%2042.4345%20194.066%2043.1292C194.118%2043.3119%20194.178%2043.4932%20194.238%2043.6739ZM77.2866%2023.3192L77.6773%2023.1119H77.6786L84.0006%2019.7659L87.2686%2018.0359C87.2693%2018.0359%2087.2693%2018.0352%2087.2693%2018.0352L87.6606%2017.8279C90.3286%2017.9712%2093.466%2020.8212%2094.442%2022.8065L92.9566%2023.5932C92.9553%2023.5939%2092.9546%2023.5932%2092.9533%2023.5939L92.9513%2023.5959L84.0006%2028.3332L77.5906%2031.7259C76.498%2029.8019%2075.9053%2025.6052%2077.2866%2023.3192ZM76.9542%2019.1852C76.6609%2017.7906%2076.9615%2016.4532%2077.8009%2015.4192C78.6382%2014.3872%2079.9229%2013.7712%2081.2382%2013.7712C81.9769%2013.7712%2083.0155%2013.9646%2084.0002%2014.8119C84.1415%2014.9339%2084.2822%2015.0692%2084.4202%2015.2192L86.5809%2017.6452L84.0002%2019.0112L77.7415%2022.3232L76.9542%2019.1852ZM97.2858%2030.6393C97.8731%2030.8226%2098.0618%2031.182%2097.8811%2031.77C97.2425%2033.846%2096.1818%2037.2926%2095.9678%2037.9873L94.8891%2038.558L96.7685%2032.4486C96.9678%2031.8026%2096.7418%2031.374%2096.0971%2031.1726L90.3418%2029.3753C90.5111%2029.1313%2090.6638%2028.8773%2090.7958%2028.6126L97.2858%2030.6393ZM97.9956%2037.6685C98.2176%2037.5505%2098.4682%2037.4885%2098.7202%2037.4885C99.0276%2037.4885%2099.3249%2037.5785%2099.5802%2037.7492L102.949%2039.9465L88.8369%2047.4165L88.8689%2043.4185C88.8729%2042.8492%2089.1896%2042.3292%2089.6929%2042.0632L97.9956%2037.6685ZM87.8456%2030.7246C86.6382%2031.3646%2085.2709%2031.5113%2083.9996%2031.2073C83.2462%2031.0273%2082.5269%2030.6899%2081.8936%2030.2026L83.9996%2029.0879L90.7602%2025.5093C90.8896%2027.6526%2089.7702%2029.7066%2087.8456%2030.7246ZM94.6272%2026.7561C94.6899%2026.7227%2094.7566%2026.7061%2094.8266%2026.7061C94.9859%2026.7061%2095.1319%2026.7934%2095.2059%2026.9341C95.2599%2027.0354%2095.2712%2027.1514%2095.2372%2027.2607C95.2032%2027.3701%2095.1292%2027.4594%2095.0279%2027.5134C94.8232%2027.6214%2094.5566%2027.5374%2094.4492%2027.3341C94.3386%2027.1261%2094.4186%2026.8661%2094.6272%2026.7561ZM76.7686%2022.8881C75.1019%2025.5154%2075.8653%2030.3647%2077.1933%2032.3521C77.2566%2032.4474%2077.3619%2032.5001%2077.4706%2032.5001C77.5233%2032.5001%2077.5766%2032.4881%2077.6259%2032.4621L81.2446%2030.5467C82.0513%2031.2347%2083.0019%2031.6867%2083.9999%2031.8961C84.4159%2031.9834%2084.8386%2032.0327%2085.2639%2032.0327C86.2526%2032.0321%2087.2473%2031.7974%2088.1586%2031.3147C88.8319%2030.9587%2089.4159%2030.4861%2089.8999%2029.9361L95.8993%2031.8094C96.1959%2031.9021%2096.2239%2031.9554%2096.1326%2032.2527L94.0559%2038.9994L89.3813%2041.4734C88.6613%2041.8547%2088.2093%2042.5987%2088.2026%2043.4134L88.1706%2047.4641C88.1693%2047.6867%2088.2859%2047.8961%2088.4759%2048.0114C88.5753%2048.0721%2088.6893%2048.1034%2088.8059%2048.1034C88.9093%2048.1034%2089.0126%2048.0781%2089.1039%2048.0301L103.262%2040.5361C103.458%2040.4314%20103.588%2040.2281%20103.599%2040.0054C103.611%2039.7834%20103.503%2039.5687%20103.317%2039.4447L99.9506%2037.1947C99.2859%2036.7501%2098.3899%2036.7061%2097.6839%2037.0787L96.8013%2037.5467C97.1973%2036.2621%2097.9986%2033.6581%2098.5186%2031.9667C98.8073%2031.0287%2098.4206%2030.2947%2097.4846%2030.0027L91.0606%2027.9961C91.3919%2027.1081%2091.5199%2026.1421%2091.4126%2025.1641L92.9706%2024.3401L94.0466%2026.3734C93.7246%2026.7047%2093.6313%2027.2161%2093.8593%2027.6461C94.0493%2028.0061%2094.4206%2028.2301%2094.8273%2028.2301C95.0046%2028.2301%2095.1813%2028.1861%2095.3393%2028.1027C95.5973%2027.9654%2095.7873%2027.7361%2095.8733%2027.4567C95.9593%2027.1774%2095.9313%2026.8814%2095.7953%2026.6221C95.5759%2026.2081%2095.0913%2025.9941%2094.6386%2026.0654L93.5599%2024.0274L95.0293%2023.2501C95.1806%2023.1701%2095.2466%2022.9887%2095.1819%2022.8301C94.2859%2020.6147%2090.7039%2017.2567%2087.5946%2017.1587C87.5413%2017.1607%2087.4799%2017.1701%2087.4279%2017.1967L87.1879%2017.3247L84.9139%2014.7714C84.6339%2014.4667%2084.3259%2014.2054%2083.9999%2013.9807C83.1766%2013.4134%2082.2279%2013.1047%2081.2379%2013.1047C79.7239%2013.1047%2078.2453%2013.8134%2077.2819%2014.9987C76.3146%2016.1921%2075.9659%2017.7274%2076.3046%2019.3347L77.1353%2022.6447L76.8946%2022.7714C76.8433%2022.7987%2076.8006%2022.8394%2076.7686%2022.8881ZM38.8433%20140.427C39.754%20140.216%2040.594%20140.496%2040.874%20141.477C41.3646%20143.788%2037.1626%20144.558%2037.8633%20149.6L43.5353%20148.339L43.3253%20147.429L38.9133%20148.409C38.6333%20144.838%2042.5553%20144.067%2041.9246%20141.197C41.6446%20139.936%2040.5239%20139.095%2038.7033%20139.515C37.6533%20139.726%2036.6726%20140.356%2036.1826%20140.846L36.6726%20141.617C37.1626%20141.126%2037.9333%20140.637%2038.8433%20140.427ZM46.1267%20139.586C46.1967%20140.076%2046.3367%20140.846%2046.5467%20141.687L47.0367%20143.928L45.1461%20144.347C44.7961%20144.418%2044.3061%20144.558%2044.0254%20144.628L46.1267%20139.586ZM47.2466%20144.838L47.8073%20147.289L48.8573%20147.079L48.2973%20144.628L49.6979%20144.347L49.4879%20143.437L48.0873%20143.717L46.7566%20137.695L45.9866%20137.835L42.9053%20144.978L43.0453%20145.749L47.2466%20144.838ZM29.5674%20133.743L57.7027%20126.949L60.694%20139.333L63.0367%20149.036C63.0374%20149.041%2063.0387%20149.046%2063.0401%20149.05C63.2887%20150.048%2063.9814%20150.821%2064.8567%20151.211L37.9761%20157.703C37.312%20157.864%2036.6294%20157.755%2036.048%20157.4C35.6074%20157.131%2035.266%20156.743%2035.0574%20156.282L34.8954%20155.806L30.9174%20139.333L29.5674%20133.743ZM64.2809%20129.628L66.6249%20139.333L68.4709%20146.976C68.4715%20146.979%2068.4722%20146.983%2068.4729%20146.987L68.6395%20147.675V147.676C68.9682%20149.041%2068.1249%20150.421%2066.7602%20150.751H66.7596L66.7582%20150.752C65.3922%20151.082%2064.0129%20150.237%2063.6829%20148.871C63.6822%20148.866%2063.6809%20148.862%2063.6796%20148.858L61.3796%20139.333L59.3242%20130.825L64.2809%20129.628ZM34.5028%20156.668C34.7688%20157.201%2035.1795%20157.65%2035.7002%20157.969C36.2122%20158.281%2036.7868%20158.442%2037.3715%20158.442C37.6248%20158.442%2037.8795%20158.411%2038.1322%20158.351L66.9162%20151.4C66.9168%20151.4%2066.9175%20151.399%2066.9175%20151.399C68.6402%20150.982%2069.7028%20149.241%2069.2868%20147.518L67.3102%20139.333L64.8502%20129.147C64.8075%20128.968%2064.6248%20128.861%2064.4482%20128.901L59.1682%20130.177L58.2722%20126.468C58.2515%20126.382%2058.1982%20126.308%2058.1222%20126.261C58.0462%20126.216%2057.9555%20126.203%2057.8695%20126.222L29.0875%20133.174C28.9075%20133.217%2028.7982%20133.397%2028.8415%20133.576L30.2315%20139.333L34.3762%20156.495C34.3935%20156.567%2034.4408%20156.626%2034.5028%20156.668ZM79.45%20181.826C80.7654%20180.511%2082.3227%20179.53%2084%20178.902C86.874%20177.827%2090.102%20177.795%2093.078%20178.943C93.2487%20179.007%2093.4427%20178.923%2093.5087%20178.751C93.5753%20178.579%2093.4893%20178.387%2093.3173%20178.32C90.268%20177.143%2086.9653%20177.147%2084%20178.195C82.1467%20178.85%2080.4227%20179.91%2078.9787%20181.355C73.8547%20186.479%2073.7587%20194.74%2078.6627%20200H79.586C79.542%20199.957%2079.494%20199.922%2079.45%20199.879C74.474%20194.901%2074.474%20186.803%2079.45%20181.826ZM61.5812%200H60.3399C57.5112%201.70067%2054.2025%202.68067%2050.6692%202.68067C47.1345%202.68067%2043.8259%201.70067%2040.9965%200H39.7559C42.8725%202.112%2046.6292%203.34733%2050.6692%203.34733C54.7085%203.34733%2058.4645%202.112%2061.5812%200ZM50.6689%20164.347C39.9163%20164.347%2031.1689%20173.095%2031.1689%20183.847C31.1689%20190.56%2034.5783%20196.491%2039.7556%20200H40.9963C35.5129%20196.704%2031.8356%20190.698%2031.8356%20183.847C31.8356%20173.463%2040.2829%20165.014%2050.6689%20165.014C61.0529%20165.014%2069.5009%20173.463%2069.5009%20183.847C69.5009%20190.698%2065.8236%20196.704%2060.3396%20200H61.5809C66.7583%20196.491%2070.1676%20190.56%2070.1676%20183.847C70.1676%20173.095%2061.4203%20164.347%2050.6689%20164.347ZM119.169%20177.004C118.951%20176.987%20118.695%20176.975%20118.408%20176.975C116.916%20176.975%20114.803%20177.295%20112.935%20178.75C112.911%20178.651%20112.89%20178.551%20112.87%20178.452C112.855%20178.37%20112.837%20178.288%20112.824%20178.206C112.8%20178.054%20112.785%20177.902%20112.773%20177.751C112.768%20177.69%20112.758%20177.63%20112.756%20177.568C112.745%20177.369%20112.743%20177.169%20112.75%20176.972C112.75%20176.961%20112.75%20176.948%20112.75%20176.937C112.838%20174.76%20114%20172.745%20115.839%20171.578C115.855%20171.569%20115.87%20171.561%20115.886%20171.552C116.049%20171.451%20116.216%20171.355%20116.389%20171.268C116.472%20171.226%20116.559%20171.191%20116.643%20171.152C116.752%20171.103%20116.86%20171.051%20116.972%20171.007C117.083%20170.965%20117.198%20170.929%20117.31%20170.892C117.388%20170.867%20117.463%20170.84%20117.541%20170.817C117.212%20172.821%20117.757%20174.897%20119.169%20177.004ZM144.029%20180.698L139.685%20164.519C139.661%20164.433%20139.605%20164.36%20139.529%20164.316C139.452%20164.271%20139.362%20164.26%20139.276%20164.283L117.501%20170.131C117.287%20170.188%20117.081%20170.258%20116.877%20170.333C116.854%20170.341%20116.83%20170.347%20116.807%20170.355C116.699%20170.397%20116.595%20170.447%20116.491%20170.493C116.369%20170.545%20116.246%20170.593%20116.128%20170.651C116.078%20170.677%20116.031%20170.707%20115.98%20170.733C115.813%20170.822%20115.646%20170.912%20115.487%20171.013C115.483%20171.014%20115.481%20171.017%20115.479%20171.019C114.489%20171.644%20113.659%20172.502%20113.058%20173.545C112.336%20174.798%20112.008%20176.203%20112.091%20177.613V177.641C112.105%20177.854%20112.13%20178.067%20112.163%20178.281C112.167%20178.312%20112.168%20178.343%20112.173%20178.373C112.213%20178.617%20112.264%20178.86%20112.329%20179.102L112.419%20179.433C112.419%20179.433%20112.419%20179.434%20112.419%20179.434L117.942%20200H118.632L113.119%20179.471C114.893%20177.971%20116.963%20177.642%20118.408%20177.642C119.247%20177.642%20119.806%20177.755%20119.811%20177.755C119.836%20177.761%20119.862%20177.764%20119.884%20177.762C120.081%20177.759%20120.226%20177.616%20120.226%20177.429C120.226%20177.325%20120.176%20177.231%20120.101%20177.169C120.035%20177.081%20119.982%20176.993%20119.921%20176.907L137.537%20172.175C137.715%20172.128%20137.821%20171.945%20137.773%20171.767C137.725%20171.59%20137.541%20171.483%20137.365%20171.532L119.523%20176.323C118.289%20174.359%20117.873%20172.445%20118.268%20170.615L139.127%20165.013L143.315%20180.611C143.049%20180.59%20142.779%20180.577%20142.507%20180.577C141.617%20180.577%20140.725%20180.695%20139.857%20180.929C138.245%20181.362%20136.797%20182.167%20135.604%20183.267L118.858%20187.763C118.681%20187.811%20118.575%20187.993%20118.622%20188.171C118.663%20188.32%20118.797%20188.418%20118.945%20188.418C118.973%20188.418%20119.003%20188.414%20119.031%20188.407L134.722%20184.193C134.333%20184.653%20133.977%20185.148%20133.669%20185.682C133.283%20186.353%20132.985%20187.059%20132.761%20187.783L119.798%20191.264C119.619%20191.311%20119.515%20191.494%20119.562%20191.672C119.603%20191.82%20119.737%20191.919%20119.884%20191.919C119.913%20191.919%20119.943%20191.915%20119.971%20191.907L132.555%20188.527C132.323%20189.548%20132.257%20190.597%20132.35%20191.647L120.738%20194.766C120.561%20194.813%20120.455%20194.996%20120.503%20195.174C120.543%20195.323%20120.677%20195.421%20120.825%20195.421C120.853%20195.421%20120.883%20195.417%20120.911%20195.409L132.427%20192.316C132.484%20192.685%20132.557%20193.053%20132.655%20193.418C132.817%20194.021%20133.035%20194.597%20133.297%20195.147L121.678%20198.267C121.501%20198.315%20121.395%20198.497%20121.444%20198.675C121.483%20198.824%20121.618%20198.922%20121.765%20198.922C121.794%20198.922%20121.823%20198.918%20121.852%20198.91L133.606%20195.753C134.139%20196.705%20134.819%20197.554%20135.609%20198.279L129.202%20200H131.769L136.227%20198.803C136.831%20199.274%20137.489%20199.673%20138.185%20200H140.118C136.858%20199.155%20134.203%20196.613%20133.299%20193.245C132.639%20190.787%20132.976%20188.219%20134.247%20186.015C134.72%20185.195%20135.302%20184.462%20135.973%20183.83C135.973%20183.829%20135.973%20183.829%20135.974%20183.829C137.104%20182.763%20138.487%20181.987%20140.03%20181.573C140.841%20181.355%20141.675%20181.244%20142.507%20181.244C146.806%20181.244%20150.587%20184.147%20151.702%20188.303C153.064%20193.377%20150.045%20198.612%20144.972%20199.975C144.937%20199.984%20144.901%20199.991%20144.866%20200H146.823C147.34%20199.755%20147.831%20199.469%20148.293%20199.149L148.522%20200H149.212L148.869%20198.725C151.926%20196.269%20153.426%20192.153%20152.345%20188.131C151.285%20184.182%20147.977%20181.297%20144.029%20180.698ZM126.449%20139.333C126.137%20137.066%20126.679%20134.803%20128.008%20132.935C129.683%20130.579%20132.414%20129.173%20135.314%20129.173C137.177%20129.173%20138.967%20129.745%20140.487%20130.826C142.433%20132.208%20143.724%20134.27%20144.122%20136.629C144.277%20137.537%20144.287%20138.447%20144.168%20139.333C143.977%20140.751%20143.447%20142.109%20142.595%20143.305C140.923%20145.66%20138.191%20147.067%20135.289%20147.067C133.426%20147.067%20131.638%20146.495%20130.117%20145.414C128.172%20144.031%20126.881%20141.971%20126.481%20139.611C126.467%20139.519%20126.462%20139.426%20126.449%20139.333ZM129.731%20145.957C131.366%20147.119%20133.287%20147.733%20135.289%20147.733C138.407%20147.733%20141.341%20146.222%20143.141%20143.691C144.072%20142.381%20144.647%20140.889%20144.841%20139.333C144.958%20138.409%20144.94%20137.463%20144.78%20136.519C144.351%20133.983%20142.965%20131.769%20140.873%20130.283C139.24%20129.121%20137.317%20128.507%20135.314%20128.507C132.199%20128.507%20129.264%20130.018%20127.465%20132.548C126.055%20134.532%20125.47%20136.927%20125.779%20139.333C125.795%20139.463%20125.803%20139.592%20125.825%20139.721C126.254%20142.257%20127.641%20144.472%20129.731%20145.957ZM54.9499%20136.925L54.8099%20136.225L52.4986%20136.715L52.0086%20134.474L51.3086%20134.614L52.0086%20137.555L54.9499%20136.925ZM52.2888%20133.564C54.1794%20133.564%2055.7201%20135.104%2055.7201%20136.995C55.7201%20138.885%2054.1794%20140.427%2052.2888%20140.427C50.3981%20140.427%2048.8574%20138.885%2048.8574%20136.995C48.8574%20135.104%2050.3981%20133.564%2052.2888%20133.564ZM52.2889%20141.057C54.5302%20141.057%2056.3509%20139.235%2056.3509%20136.995C56.3509%20134.754%2054.5302%20132.933%2052.2889%20132.933C50.0482%20132.933%2048.2275%20134.754%2048.2275%20136.995C48.2275%20139.235%2050.0482%20141.057%2052.2889%20141.057ZM121.337%20155.787L125.179%20150.38L127.05%20151.709L123.206%20157.115C122.916%20157.524%20122.3%20157.633%20121.884%20157.338L121.56%20157.109C121.354%20156.962%20121.216%20156.743%20121.174%20156.493C121.132%20156.243%20121.19%20155.993%20121.337%20155.787ZM127.708%20146.822C127.995%20147.071%20128.295%20147.309%20128.611%20147.534C128.924%20147.757%20129.251%20147.958%20129.582%20148.147L127.436%20151.166L125.565%20149.837L127.708%20146.822ZM124.505%20139.333C124.215%20136.763%20124.82%20134.083%20126.432%20131.814C128.47%20128.947%20131.789%20127.235%20135.311%20127.235C137.578%20127.235%20139.755%20127.932%20141.608%20129.249C143.977%20130.934%20145.549%20133.44%20146.033%20136.306C146.204%20137.321%20146.226%20138.337%20146.115%20139.333C145.914%20141.149%20145.259%20142.895%20144.172%20144.425C142.135%20147.293%20138.814%20149.004%20135.293%20149.004C133.027%20149.004%20130.85%20148.308%20128.997%20146.991C126.375%20145.127%20124.841%20142.303%20124.505%20139.333ZM121.174%20157.652L121.499%20157.881C121.774%20158.077%20122.096%20158.181%20122.434%20158.181C122.955%20158.181%20123.449%20157.927%20123.751%20157.501L127.774%20151.842C127.779%20151.836%20127.782%20151.83%20127.786%20151.825L130.172%20148.469C131.757%20149.259%20133.499%20149.671%20135.293%20149.671C139.031%20149.671%20142.554%20147.854%20144.716%20144.811C145.886%20143.167%20146.58%20141.287%20146.784%20139.333C146.892%20138.3%20146.868%20137.247%20146.692%20136.195C146.176%20133.153%20144.508%20130.493%20141.994%20128.706C140.028%20127.308%20137.717%20126.569%20135.312%20126.569C131.574%20126.569%20128.052%20128.385%20125.889%20131.427C124.193%20133.815%20123.543%20136.63%20123.835%20139.333C124.116%20141.937%20125.27%20144.439%20127.223%20146.354L120.793%20155.4C120.543%20155.751%20120.446%20156.179%20120.517%20156.604C120.588%20157.03%20120.822%20157.401%20121.174%20157.652ZM56.2045%200H53.5258C52.5912%200.163333%2051.6372%200.251333%2050.6692%200.251333C49.7005%200.251333%2048.7465%200.163333%2047.8118%200H45.1318C46.8912%200.601333%2048.7552%200.918%2050.6692%200.918C52.5818%200.918%2054.4458%200.601333%2056.2045%200ZM142.685%20197.435L141.259%20192.129C141.221%20191.98%20141.086%20191.881%20140.939%20191.881C140.91%20191.881%20140.881%20191.885%20140.853%20191.893L138.093%20192.633L140.915%20184.866L147.247%20190.176L144.489%20190.916C144.403%20190.939%20144.331%20190.995%20144.285%20191.072C144.242%20191.149%20144.229%20191.24%20144.253%20191.325L145.677%20196.631L142.685%20197.435ZM146.408%20196.779L144.982%20191.474L148.036%20190.655C148.157%20190.622%20148.25%20190.525%20148.277%20190.405C148.303%20190.283%20148.26%20190.157%20148.165%20190.077L140.977%20184.049C140.894%20183.979%20140.782%20183.955%20140.676%20183.983C140.572%20184.011%20140.488%20184.089%20140.45%20184.191L137.248%20193.007C137.205%20193.125%20137.231%20193.255%20137.315%20193.346C137.398%20193.437%20137.528%20193.473%20137.647%20193.443L140.702%20192.623L142.128%20197.929C142.15%20198.014%20142.206%20198.087%20142.283%20198.131C142.334%20198.161%20142.392%20198.176%20142.45%20198.176C142.478%20198.176%20142.507%20198.172%20142.535%20198.164L146.172%20197.187C146.35%20197.14%20146.454%20196.957%20146.408%20196.779ZM139.533%20140.933L135.066%20138L138%20133.533L137.134%20133L133.667%20138.267L138.934%20141.733L139.533%20140.933ZM158.973%20124.603C160.107%20124.603%20161.258%20124.388%20162.37%20123.936C166.995%20122.055%20169.227%20116.764%20167.346%20112.141C166.012%20108.863%20162.866%20106.65%20159.33%20106.503C159.164%20106.515%20158.991%20106.638%20158.982%20106.823C158.976%20107.007%20159.118%20107.162%20159.302%20107.17C162.578%20107.306%20165.494%20109.355%20166.728%20112.392C168.47%20116.675%20166.402%20121.575%20162.119%20123.318C157.838%20125.06%20152.935%20122.992%20151.193%20118.709C149.944%20115.637%20150.625%20112.111%20152.926%20109.724C153.055%20109.592%20153.051%20109.381%20152.919%20109.253C152.786%20109.127%20152.576%20109.129%20152.448%20109.261C149.962%20111.838%20149.227%20115.645%20150.576%20118.961C152.003%20122.471%20155.397%20124.603%20158.973%20124.603ZM152.204%20159.468C152.204%20159.333%20152.096%20159.225%20151.961%20159.224H149.73L151.308%20157.646C151.404%20157.551%20151.404%20157.397%20151.308%20157.301C151.214%20157.206%20151.059%20157.206%20150.964%20157.301L149.385%20158.881V156.169C149.384%20156.035%20149.276%20155.926%20149.142%20155.926C149.006%20155.926%20148.897%20156.035%20148.897%20156.169V158.881L147.318%20157.301C147.224%20157.206%20147.069%20157.206%20146.974%20157.301C146.879%20157.397%20146.879%20157.551%20146.974%20157.646L148.553%20159.225H146.32C146.186%20159.225%20146.077%20159.334%20146.077%20159.468C146.076%20159.603%20146.186%20159.713%20146.32%20159.713H148.553L146.975%20161.29C146.879%20161.385%20146.879%20161.539%20146.974%20161.635C147.022%20161.683%20147.085%20161.706%20147.146%20161.706C147.208%20161.706%20147.271%20161.683%20147.319%20161.635L148.897%20160.057V162.767C148.897%20162.901%20149.006%20163.011%20149.142%20163.011C149.276%20163.011%20149.385%20162.901%20149.385%20162.767V160.057L150.964%20161.635C151.01%20161.683%20151.073%20161.706%20151.135%20161.706C151.198%20161.706%20151.26%20161.683%20151.308%20161.635C151.402%20161.539%20151.402%20161.385%20151.308%20161.29L149.73%20159.713H151.962C152.096%20159.713%20152.205%20159.603%20152.204%20159.468ZM174.516%2092.7019C174.342%2092.6379%20174.15%2092.7252%20174.086%2092.8979C174.022%2093.0705%20174.11%2093.2625%20174.282%2093.3265L196.098%20101.483C196.136%20101.497%20196.175%20101.503%20196.214%20101.503C196.349%20101.503%20196.477%20101.421%20196.526%20101.287C196.591%20101.114%20196.504%20100.922%20196.331%20100.857L174.516%2092.7019ZM175.622%2011.5632C177.512%2011.5632%20179.054%2013.1039%20179.054%2014.9946C179.054%2016.8859%20177.512%2018.4266%20175.622%2018.4266C173.731%2018.4266%20172.19%2016.8859%20172.19%2014.9946C172.19%2013.1039%20173.731%2011.5632%20175.622%2011.5632ZM175.622%2019.0567C177.863%2019.0567%20179.684%2017.2353%20179.684%2014.9947C179.684%2012.754%20177.863%2010.9333%20175.622%2010.9333C173.381%2010.9333%20171.56%2012.754%20171.56%2014.9947C171.56%2017.2353%20173.381%2019.0567%20175.622%2019.0567ZM0.662667%2089.6047C0.798%2089.6047%200.924667%2089.522%200.975333%2089.388C1.03867%2089.2153%200.951333%2089.0233%200.78%2088.9593L0%2088.6673V89.38L0.545333%2089.584C0.584667%2089.5987%200.623333%2089.6047%200.662667%2089.6047ZM194.193%20136.567C193.948%20136.763%20193.808%20137.055%20193.808%20137.368L193.808%20139.333L193.8%20153.758C193.8%20155.012%20194.598%20156.083%20195.767%20156.467L195.51%20157.623C195.434%20157.969%20195.496%20158.324%20195.687%20158.623C195.878%20158.923%20196.173%20159.13%20196.52%20159.206L200%20159.98V159.297L196.664%20158.555C196.491%20158.517%20196.343%20158.414%20196.25%20158.265C196.154%20158.116%20196.123%20157.939%20196.162%20157.767L196.413%20156.636L200%20157.433V156.749L196.231%20155.911C196.23%20155.911%20196.228%20155.911%20196.227%20155.911L196.186%20155.902C195.173%20155.678%20194.466%20154.796%20194.466%20153.758L194.474%20139.333L194.475%20137.368C194.475%20137.258%20194.524%20137.155%20194.61%20137.087C194.673%20137.035%20194.754%20137.007%20194.836%20137.007C194.862%20137.007%20194.889%20137.01%20194.914%20137.016L200%20138.146V137.463L195.059%20136.365C194.758%20136.297%20194.434%20136.373%20194.193%20136.567ZM197.698%2097.536C197.833%2097.536%20197.96%2097.4534%20198.009%2097.3194C198.074%2097.1467%20197.987%2096.9547%20197.814%2096.89L175.999%2088.7354C175.825%2088.6707%20175.634%2088.7587%20175.569%2088.9314C175.505%2089.1033%20175.592%2089.296%20175.765%2089.36L197.581%2097.5154C197.619%2097.5294%20197.659%2097.536%20197.698%2097.536ZM0.337333%2059.644C1.43333%2059.644%202.396%2058.8387%202.56%2057.7234C2.738%2056.5174%201.90467%2055.3767%200.697333%2055.1787L0%2055.0754V55.7494L0.594667%2055.8374C1.44%2055.976%202.026%2056.778%201.90067%2057.6267C1.774%2058.4887%200.972667%2059.0874%200.106667%2058.9607L0%2058.9447V59.6194L0.01%2059.6207C0.119333%2059.636%200.228667%2059.644%200.337333%2059.644ZM199.179%2093.5706C199.314%2093.5706%20199.441%2093.488%20199.492%2093.3533C199.556%2093.1813%20199.469%2092.9893%20199.297%2092.9246L177.48%2084.77C177.307%2084.7066%20177.116%2084.7933%20177.052%2084.9653C176.987%2085.138%20177.075%2085.33%20177.247%2085.3946L199.062%2093.5493C199.101%2093.564%20199.141%2093.5706%20199.179%2093.5706ZM188.369%20122.567C188.611%20123.315%20189.02%20123.9%20189.525%20124.208C189.02%20124.516%20188.611%20125.1%20188.369%20125.85C188.128%20125.1%20187.719%20124.516%20187.215%20124.208C187.719%20123.9%20188.128%20123.315%20188.369%20122.567ZM188.129%20127.445C188.129%20127.577%20188.237%20127.685%20188.368%20127.685C188.501%20127.685%20188.607%20127.577%20188.607%20127.445C188.607%20125.82%20189.404%20124.447%20190.347%20124.447C190.478%20124.447%20190.586%20124.34%20190.586%20124.208C190.586%20124.075%20190.478%20123.969%20190.347%20123.969C189.404%20123.969%20188.607%20122.595%20188.607%20120.971C188.607%20120.839%20188.501%20120.732%20188.368%20120.732C188.237%20120.732%20188.129%20120.839%20188.129%20120.971C188.129%20122.595%20187.334%20123.969%20186.391%20123.969C186.257%20123.969%20186.151%20124.075%20186.151%20124.208C186.151%20124.34%20186.257%20124.447%20186.391%20124.447C187.334%20124.447%20188.129%20125.82%20188.129%20127.445ZM122.704%202.42267C122.733%202.42267%20122.762%202.41867%20122.791%202.41067L131.768%200H129.202L122.618%201.768C122.441%201.81533%20122.336%201.998%20122.384%202.176C122.423%202.32467%20122.558%202.42267%20122.704%202.42267ZM1.73933%20118.883C2.88733%20118.883%203.97%20118.181%204.394%20117.044L11.2827%2098.6206C11.828%2097.1586%2011.0833%2095.5233%209.62133%2094.9753L7.428%2094.1572L12.1407%2089.4106C12.254%2089.2972%2012.2687%2089.1193%2012.1787%2088.9873C12.088%2088.8546%2011.9153%2088.8079%2011.77%2088.8706L3.87533%2092.3413L5.772%2087.2686C6.318%2085.8059%205.57333%2084.1712%204.112%2083.6239L0%2082.0866V82.7986L3.87733%2084.2479C4.996%2084.6666%205.56467%2085.9173%205.14733%2087.0353L2.97667%2092.8433L0%20100.805V102.707L3.54933%2093.2132L10.4287%2090.1879L6.59133%2094.0533C6.51133%2094.1339%206.47733%2094.2493%206.50267%2094.3599C6.52667%2094.4706%206.60533%2094.5612%206.71133%2094.6012L9.388%2095.5999C10.5053%2096.0192%2011.0747%2097.2699%2010.6573%2098.3873L3.77067%20116.811C3.352%20117.928%202.10133%20118.497%200.984667%20118.079L0%20117.711V118.424L0.751333%20118.705C1.07667%20118.826%201.41133%20118.883%201.73933%20118.883ZM145.145%200.618667C145.733%200.460667%20146.291%200.251333%20146.823%200H144.866C144.088%200.199333%20143.291%200.303333%20142.495%200.303333C141.679%200.303333%20140.882%200.198%20140.118%200H138.185C139.505%200.621333%20140.967%200.97%20142.495%200.97C143.385%200.97%20144.277%200.852667%20145.145%200.618667ZM4.27067%2057.976C4.58933%2055.8066%203.08467%2053.782%200.916%2053.4626L0%2053.3273V54.0013L0.818667%2054.1226C2.624%2054.388%203.87667%2056.0733%203.61133%2057.8793C3.35733%2059.6033%201.76467%2060.856%200%2060.6766V61.348C0.114%2061.358%200.228667%2061.3733%200.342%2061.3733C2.29667%2061.3733%203.986%2059.9126%204.27067%2057.976ZM178.282%2014.9245L178.143%2014.2245L175.832%2014.7145L175.342%2012.4739L174.642%2012.6139L175.342%2015.5552L178.282%2014.9245ZM178.535%2080.9986C178.471%2081.1713%20178.559%2081.3633%20178.73%2081.4279L200%2089.3799V88.6673L178.964%2080.8026C178.789%2080.7393%20178.6%2080.8259%20178.535%2080.9986ZM183.133%20170.358C183.103%20170.177%20182.93%20170.053%20182.75%20170.083L162.565%20173.407C162.383%20173.437%20162.26%20173.607%20162.291%20173.789C162.316%20173.953%20162.459%20174.068%20162.618%20174.068C162.637%20174.068%20162.655%20174.067%20162.673%20174.064L182.858%20170.741C183.039%20170.711%20183.163%20170.539%20183.133%20170.358ZM183.738%20174.027C183.709%20173.845%20183.537%20173.721%20183.355%20173.753L163.171%20177.077C162.989%20177.107%20162.867%20177.278%20162.896%20177.46C162.922%20177.623%20163.064%20177.739%20163.225%20177.739C163.243%20177.739%20163.26%20177.738%20163.279%20177.734L183.463%20174.41C183.645%20174.381%20183.768%20174.209%20183.738%20174.027ZM4.59483%20126.67L4.83883%20126.367C4.95283%20126.222%204.92883%20126.012%204.78417%20125.899C4.64017%20125.784%204.43017%20125.81%204.3155%20125.953L4.07617%20126.251C3.66083%20126.766%203.23083%20127.298%202.98283%20127.906C2.7175%20128.556%202.6775%20129.339%202.86417%20130.233C2.9135%20130.473%202.97283%20130.71%203.03217%20130.945C3.16083%20131.464%203.28217%20131.953%203.29883%20132.433C3.3195%20133.037%203.11883%20133.665%202.7195%20134.25C2.6155%20134.401%202.65417%20134.609%202.80617%20134.714C2.86417%20134.753%202.92883%20134.771%202.99417%20134.771C3.10017%20134.771%203.20483%20134.721%203.26817%20134.627C3.75017%20133.924%203.99017%20133.158%203.9655%20132.41C3.94617%20131.86%203.81017%20131.313%203.67817%20130.785C3.6215%20130.557%203.56417%20130.328%203.51617%20130.097C3.3575%20129.336%203.38617%20128.683%203.60017%20128.157C3.81083%20127.64%204.19217%20127.169%204.59483%20126.67ZM180.646%204.87598L185.981%2026.9633C185.982%2026.968%20185.983%2026.9726%20185.985%2026.9773C186.233%2027.9746%20186.926%2028.748%20187.802%2029.138L160.921%2035.63C160.257%2035.792%20159.574%2035.6826%20158.993%2035.3266C158.552%2035.0573%20158.211%2034.67%20158.002%2034.2093L157.84%2033.7333L152.512%2011.6706L180.646%204.87598ZM187.226%207.55469L191.416%2024.9034L191.418%2024.9134L191.585%2025.602V25.6034C191.914%2026.968%20191.07%2028.348%20189.705%2028.6787H189.704L189.702%2028.6794C188.338%2029.0114%20186.958%2028.1634%20186.628%2026.798C186.628%2026.7934%20186.626%2026.7894%20186.625%2026.7854L182.27%208.75202L187.226%207.55469ZM157.321%2034.4221C157.338%2034.4941%20157.386%2034.5528%20157.448%2034.5955C157.715%2035.1288%20158.125%2035.5775%20158.645%2035.8961C159.157%2036.2088%20159.731%2036.3695%20160.316%2036.3695C160.57%2036.3695%20160.825%2036.3388%20161.077%2036.2781L189.861%2029.3268C189.862%2029.3268%20189.863%2029.3261%20189.863%2029.3261C191.585%2028.9088%20192.647%2027.1681%20192.231%2025.4448L187.795%207.0748C187.753%206.8948%20187.57%206.78814%20187.393%206.82814L182.113%208.10347L181.217%204.39547C181.197%204.30947%20181.143%204.23547%20181.067%204.1888C180.992%204.14347%20180.9%204.13013%20180.814%204.14947L152.033%2011.1015C151.853%2011.1448%20151.743%2011.3248%20151.785%2011.5035L157.321%2034.4221ZM9.54136%20127.763L9.78069%20127.465C9.89469%20127.322%209.87069%20127.112%209.72669%20126.997C9.58269%20126.883%209.37269%20126.907%209.25802%20127.051L9.02336%20127.344C8.60602%20127.859%208.17402%20128.393%207.92469%20129.004C7.65936%20129.655%207.61936%20130.437%207.80669%20131.333C7.85602%20131.571%207.91469%20131.807%207.97336%20132.041C8.10136%20132.56%208.22469%20133.05%208.24002%20133.532C8.26069%20134.135%208.06002%20134.764%207.66069%20135.349C7.55669%20135.501%207.59602%20135.708%207.74802%20135.813C7.80536%20135.852%207.87069%20135.871%207.93469%20135.871C8.04202%20135.871%208.14669%20135.82%208.21136%20135.725C8.69136%20135.021%208.93136%20134.256%208.90669%20133.51C8.88869%20132.958%208.75202%20132.409%208.61936%20131.881C8.56336%20131.654%208.50602%20131.426%208.45869%20131.197C8.30002%20130.435%208.32736%20129.781%208.54202%20129.256C8.75402%20128.735%209.13669%20128.264%209.54136%20127.763ZM169.459%2017.5859C169.53%2018.0759%20169.67%2018.8459%20169.88%2019.6866L170.37%2021.9279L168.479%2022.3479C168.129%2022.4179%20167.639%2022.5579%20167.359%2022.6279L169.459%2017.5859ZM170.581%2022.838L171.141%2025.2886L172.191%2025.0793L171.631%2022.628L173.032%2022.348L172.822%2021.4373L171.421%2021.718L170.091%2015.6953L169.32%2015.8353L166.239%2022.978L166.379%2023.748L170.581%2022.838ZM162.177%2018.4267C163.088%2018.216%20163.928%2018.4967%20164.208%2019.4767C164.699%2021.788%20160.497%2022.558%20161.197%2027.6L166.869%2026.3393L166.659%2025.4286L162.248%2026.4093C161.967%2022.838%20165.889%2022.0673%20165.259%2019.1967C164.978%2017.936%20163.858%2017.0953%20162.037%2017.516C160.987%2017.726%20160.007%2018.356%20159.517%2018.846L160.007%2019.6167C160.497%2019.1267%20161.267%2018.636%20162.177%2018.4267ZM196.846%20191.427C196.557%20191.83%20196.127%20192.097%20195.637%20192.178L173.28%20195.859C172.789%20195.939%20172.296%20195.825%20171.893%20195.535C171.489%20195.246%20171.222%20194.817%20171.142%20194.326L170.31%20189.277L186.584%20186.597C187.251%20186.489%20187.834%20186.126%20188.228%20185.577C188.621%20185.028%20188.778%20184.359%20188.668%20183.692L186.77%20172.163L190.551%20167.038L189.372%20171.453C189.342%20171.563%20189.371%20171.679%20189.448%20171.763C189.524%20171.847%20189.636%20171.888%20189.749%20171.868L192.225%20171.459C193.233%20171.295%20194.196%20171.982%20194.364%20172.993L197.17%20190.039C197.251%20190.53%20197.136%20191.023%20196.846%20191.427ZM169.752%20188.72C169.736%20188.73%20169.725%20188.745%20169.711%20188.757C169.694%20188.773%20169.673%20188.785%20169.659%20188.805L165.794%20194.043L166.973%20189.629C167.002%20189.519%20166.974%20189.402%20166.897%20189.318C166.834%20189.248%20166.744%20189.209%20166.65%20189.209C166.633%20189.209%20166.615%20189.211%20166.596%20189.214L164.12%20189.621C163.088%20189.794%20162.147%20189.09%20161.981%20188.087L159.174%20171.041C159.094%20170.551%20159.21%20170.058%20159.499%20169.655C159.788%20169.25%20160.219%20168.983%20160.708%20168.902L183.064%20165.22C184.1%20165.059%20185.038%20165.752%20185.204%20166.755L186.088%20172.127C186.088%20172.128%20186.089%20172.129%20186.089%20172.13L188.01%20183.8C188.091%20184.291%20187.977%20184.784%20187.687%20185.188C187.397%20185.593%20186.968%20185.859%20186.477%20185.94L169.873%20188.674C169.83%20188.681%20169.788%20188.697%20169.752%20188.72ZM195.022%20172.885C194.795%20171.511%20193.494%20170.577%20192.116%20170.801L190.148%20171.127L191.647%20165.511C191.69%20165.356%20191.616%20165.194%20191.471%20165.125C191.328%20165.054%20191.153%20165.099%20191.058%20165.227L186.618%20171.245L185.862%20166.647C185.638%20165.285%20184.366%20164.332%20182.956%20164.563L160.6%20168.245C159.934%20168.354%20159.35%20168.717%20158.956%20169.266C158.563%20169.815%20158.407%20170.483%20158.516%20171.15L161.324%20188.195C161.548%20189.557%20162.825%20190.509%20164.228%20190.279L166.195%20189.955L164.696%20195.569C164.655%20195.724%20164.73%20195.886%20164.873%20195.955C164.92%20195.978%20164.97%20195.989%20165.018%20195.989C165.12%20195.989%20165.222%20195.94%20165.286%20195.853L169.726%20189.836L170.483%20194.434C170.592%20195.101%20170.955%20195.684%20171.504%20196.077C171.938%20196.388%20172.448%20196.551%20172.972%20196.551C173.11%20196.551%20173.25%20196.539%20173.389%20196.517L195.745%20192.835C196.411%20192.726%20196.994%20192.363%20197.388%20191.815C197.782%20191.267%20197.938%20190.597%20197.828%20189.931L195.022%20172.885ZM184.563%20181.093L164.379%20184.416C164.197%20184.446%20164.074%20184.617%20164.104%20184.799C164.131%20184.963%20164.272%20185.078%20164.432%20185.078C164.45%20185.078%20164.469%20185.077%20164.487%20185.074L184.671%20181.75C184.853%20181.72%20184.977%20181.549%20184.947%20181.367C184.917%20181.186%20184.745%20181.061%20184.563%20181.093ZM184.341%20177.697C184.312%20177.516%20184.14%20177.389%20183.959%20177.422L163.774%20180.746C163.592%20180.776%20163.47%20180.947%20163.5%20181.129C163.526%20181.293%20163.668%20181.409%20163.828%20181.409C163.845%20181.409%20163.864%20181.407%20163.882%20181.403L184.066%20178.079C184.248%20178.049%20184.371%20177.879%20184.341%20177.697Z'%20fill='%23525C69'/%3e%3c/svg%3e",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:N2&&N2.tagName.toUpperCase()==="SCRIPT"&&N2.src||new URL("vuessages.umd.js",document.baseURI).href).href}},emits:["closeTemplateWindow","sendWabaValues"],setup(t,{emit:n}){const a=t,o=e.inject("chatAppId"),l=n,s=()=>{l("closeTemplateWindow"),k2()},f=()=>{l("closeTemplateWindow");const w={text:"",templateId:"",values:[],file:null,buttons:null};C.value?(w.text=d2.value,w.templateId=d.value.templateId,w.values=$.value,w.file=C.value):(w.text=d2.value,w.templateId=d.value.templateId,w.values=$.value),d.value.buttons&&(w.buttons=d.value.buttons),l("sendWabaValues",w),k2()},i=w=>{C.value=w},r=e.ref(null),c=e.ref(null),d=e.ref(null),C=e.ref(null),A=e.ref(""),p=e.ref(!1),m=()=>{p.value=!p.value,p.value?(r.value.scrollTop=0,r.value.style["overflow-y"]="hidden"):r.value.style["overflow-y"]="scroll"},h=w=>{Object.keys(M).forEach(z=>{M[z]=""}),C.value=null,a.wabaTemplates.forEach(z=>z.isSelected=!1),w.isSelected=!0,d.value=w,p.value=!1,H()},u=()=>{F(),a.wabaTemplates.forEach(w=>w.isSelected=!1)},k=e.computed(()=>c.value?a.wabaTemplates.filter(w=>w.groupId===c.value.groupId):a.wabaTemplates),_=e.computed(()=>{const w=A.value.trim().toLowerCase();return k.value.filter(z=>z.title.toLowerCase().includes(w)||z.template.toLowerCase().includes(w))}),M=e.reactive({}),L=e.ref(null),y=e.ref(),g=e.ref(""),b=e.ref(""),E=e.ref(""),B=e.ref(!1),j=e.computed(()=>!!(B.value&&(E.value=="grid"&&b.value=="none"||b.value=="grid"&&g.value=="none"))),O=e.computed(()=>!!(B.value&&(g.value=="grid"&&b.value=="none"||b.value=="grid"&&E.value=="none"))),V=()=>{B.value&&(b.value=="grid"?v():E.value=="grid"&&F())},S=()=>{B.value&&(b.value=="grid"?H():g.value=="grid"&&F())},v=()=>{const w=document.getElementById("waba-template-selector-container-"+o);w.style.setProperty("--chotto-waba-template-first-col-display","grid"),w.style.setProperty("--chotto-waba-template-second-col-display","none"),console.log(w,window.getComputedStyle(w).getPropertyValue("--waba-template-first-col-display")),P()},H=()=>{const w=document.getElementById("waba-template-selector-container-"+o);w.style.setProperty("--chotto-waba-template-third-col-display","grid"),w.style.setProperty("--chotto-waba-template-second-col-display","none"),P()},F=()=>{const w=document.getElementById("waba-template-selector-container-"+o);w.style.setProperty("--chotto-waba-template-second-col-display","grid"),w.style.setProperty("--chotto-waba-template-first-col-display","none"),w.style.setProperty("--chotto-waba-template-third-col-display","none"),P()},P=()=>{const w=document.getElementById("waba-template-selector-container-"+o),z=window.getComputedStyle(w);g.value=z.getPropertyValue("--chotto-waba-template-first-col-display"),b.value=z.getPropertyValue("--chotto-waba-template-second-col-display"),E.value=z.getPropertyValue("--chotto-waba-template-third-col-display")},M2=w=>{M[w[1]]=w[0]},K=e.computed(()=>{var a2;const w=(a2=d.value)==null?void 0:a2.template;if(!w)return[];const z=[...w.matchAll(/{{\d+}}/g)],Z=[];let Y=0;return z.forEach(_2=>{_2.index>Y&&Z.push(w.substring(Y,_2.index)),Z.push({index:parseInt(_2[0].slice(2,-2))}),Y=_2.index+_2[0].length}),Y<w.length&&Z.push(w.substring(Y)),Z}),y2=e.computed(()=>{var z,Z;if(!d.value)return!0;if(!((z=d.value)!=null&&z.template.match(/{{\d+}}/gi)))return!1;const w=Object.keys(M).length!==((Z=d.value)==null?void 0:Z.template.match(/{{\d+}}/gi).length);return d.value.type==="TEXT"?w:d.value.type!=="TEXT"?w||!C.value:!1}),k2=()=>{Object.keys(M).forEach(w=>{M[w]=""}),C.value=null,d.value=null,a.wabaTemplates.forEach(w=>w.isSelected=!1)},d2=e.computed(()=>{console.log(K.value,d.value.buttons);let w=K.value.map(Z=>typeof Z=="string"?Z:M[Z.index]).join(""),z="";return d.value.buttons&&(z=d.value.buttons.map(Z=>`
|
2
|
+
| [`+Z.text+"]").join("")),w.concat(z)}),$=e.computed(()=>{const w=[];for(const z in M)M[z]!==""&&M[z]!=="Заполнить"&&w.push(M[z]);return w}),U=new ResizeObserver(w=>{const z=w[0].target.clientWidth;z>700&&(B.value=!1),z<700&&(B.value=!0)});return e.onMounted(()=>{P(),e.unref(y)&&U.observe(e.unref(y))}),(w,z)=>(e.openBlock(),e.createElementBlock("div",At,[e.createElementVNode("div",{id:"waba-template-selector-container-"+e.unref(o),ref_key:"refContainer",ref:y,class:e.normalizeClass({"template-selector__container-inline":!t.elevatedWindow,"template-selector__container-elevated":t.elevatedWindow})},[e.createElementVNode("div",mt,[e.createElementVNode("div",gt,[j.value?(e.openBlock(),e.createElementBlock("button",pt,[e.createElementVNode("span",{class:"pi pi-arrow-left",onClick:V})])):e.createCommentVNode("",!0),O.value?(e.openBlock(),e.createElementBlock("button",Lt,[e.createElementVNode("span",{class:"pi pi-arrow-right",onClick:S})])):e.createCommentVNode("",!0)]),e.createElementVNode("button",{class:"template-selector__button-close"},[e.createElementVNode("span",{class:"pi pi-times",onClick:s})])]),e.createElementVNode("div",ht,[e.createElementVNode("div",Mt,[e.createElementVNode("ul",yt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.groupTemplates,(Z,Y)=>(e.openBlock(),e.createElementBlock("li",{key:Y,class:e.normalizeClass(["template-selector__item-group",{"template-selector__item-selected":c.value===Z}]),onClick:u},[e.createElementVNode("label",kt,[Z.iconUrl?(e.openBlock(),e.createElementBlock("img",{key:0,class:"template-selector__item-group-icon",src:Z.iconUrl,alt:Z.title},null,8,_t)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{id:Y,"onUpdate:modelValue":z[0]||(z[0]=a2=>c.value=a2),value:Z,class:"template-selector__input-group",type:"radio"},null,8,bt),[[e.vModelRadio,c.value]]),e.createElementVNode("span",null,e.toDisplayString(Z.title),1)])],2))),128))])]),e.createElementVNode("div",Et,[e.createElementVNode("div",Nt,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":z[1]||(z[1]=Z=>A.value=Z),class:"template-selector__searching-input",type:"text",placeholder:"Поиск шаблона"},null,512),[[e.vModelText,A.value]])]),e.createElementVNode("div",wt,[_.value.length!==0?(e.openBlock(),e.createElementBlock("ul",Vt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(_.value,(Z,Y)=>(e.openBlock(),e.createElementBlock("li",{key:Y,class:e.normalizeClass(["template-selector__item-template",{"template-selector__item-selected":Z.isSelected}]),onClick:a2=>h(Z)},[e.createElementVNode("div",Dt,[e.createElementVNode("p",Bt,e.toDisplayString(Z.title),1),e.createElementVNode("p",St,e.toDisplayString(Z.template),1)])],10,It))),128))])):(e.openBlock(),e.createElementBlock("p",Tt," Шаблоны отсутствуют "))])]),e.createElementVNode("div",xt,[e.createElementVNode("div",{ref_key:"previewContainer",ref:r,class:"template-selector__preview-container",style:e.normalizeStyle({backgroundImage:`url(${a.chatBackground})`})},[K.value.length>0?(e.openBlock(),e.createElementBlock("div",jt,[e.createElementVNode("div",zt,[d.value.type!="TEXT"?(e.openBlock(),e.createBlock(e.unref(l4),{key:0,type:d.value.type,"template-id":d.value.templateId,onFileSelected:i},null,8,["type","template-id"])):e.createCommentVNode("",!0),e.createElementVNode("div",Zt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(K.value,(Z,Y)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:Y},[typeof Z=="string"?(e.openBlock(),e.createElementBlock("span",Ot,e.toDisplayString(Z),1)):typeof Z=="object"?(e.openBlock(),e.createBlock(e.unref(a4),{key:1,index:Z.index,value:M[Z.index]||"Заполнить","is-filled":!!M[Z.index],onClick:a2=>L.value=Z.index,onEdit:M2},null,8,["index","value","is-filled","onClick"])):e.createCommentVNode("",!0)],64))),128))]),z[2]||(z[2]=e.createElementVNode("p",{class:"template-selector__preview-time"}," 22:22 ",-1)),d.value.buttons?(e.openBlock(),e.createBlock(e.unref(f4),{key:1,buttons:d.value.buttons,onSelectAllVariants:m},null,8,["buttons"])):e.createCommentVNode("",!0)])])):(e.openBlock(),e.createElementBlock("p",Ut," Предпросмотр шаблона ")),p.value?(e.openBlock(),e.createElementBlock("div",$t,[e.createElementVNode("div",{class:"template-selector__semitransparent-overlay",onClick:m}),e.createVNode(e.unref(s4),{buttons:d.value.buttons,onSelectAllVariants:m},null,8,["buttons"])])):e.createCommentVNode("",!0)],4),e.createElementVNode("button",{class:"template-selector__button-paste",disabled:y2.value,onClick:f}," Отправить ",8,vt)])])],10,ut)]))}},[["__scopeId","data-v-36b474a8"]]),Rt={class:"chat-filter__container"},Ft={class:"chat-filter__icon"},Qt=["placeholder"],r4=I({__name:"ChatFilter",props:{placeholder:{type:String,required:!1,default:null}},emits:["update"],setup(t,{emit:n}){const a=e.ref(""),o=n,l=()=>{const s=e.unref(a);o("update",s.value)};return(s,f)=>(e.openBlock(),e.createElementBlock("div",Rt,[e.createElementVNode("div",Ft,[e.createVNode(e.unref(M3))]),e.createElementVNode("input",{ref_key:"refInput",ref:a,class:"chat-filter__input",type:"text",placeholder:t.placeholder?t.placeholder:e.unref(l2)("component.ChatFilter.InputPlaceholder"),onInput:l},null,40,Qt)]))}},[["__scopeId","data-v-5e47bb8a"]]),O2=["read","received","sent"],U2=t=>{switch(t){case"read":return"status--read";case"received":return"status--received";default:return""}};function Ht(t){if(!t||t==="")return;const n=+new Date(Number(t)*1e3),a=+new Date,o=Math.floor((a-n)/1e3),l=Math.floor(o/60),s=Math.floor(l/60),f=Math.floor(s/24);return f>30?new Date(n).toLocaleDateString("ru-RU"):f>0?`${f} ${f===1?"день":"дня"} назад`:s>0?`${s} ${s===1?"час":"часа"} назад`:l>0?`${l} ${l===1?"минута":"минуты"} назад`:o>0?`${o} ${o===1?"секунда":"секунды"} назад`:"Только что"}const Pt=async()=>{try{if(await navigator.mediaDevices.getUserMedia({audio:!0})){const n=new Audio;n.src="data:audio/mpeg;base64,SUQzAwAAAAAfdlRZRVIAAAAFAAAAMjAyMlRJVDIAAAA7AAAB//4XBDIEQwQ6BCAAPQQwBD8EPgQ8BDgEPQQwBD0EOARPBCAAPARDBDcESwQ6BDAEOwRMBD0ESwQ5BFRQRTEAAAABAAAAVEFMQgAAAAEAAABUQ09OAAAAAQAAAENPTU0AAAAFAAAAZW5nAFRSQ0sAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/7UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEluZm8AAAAPAAAAJQAAPTgACgoREREXFxceHiUlJSwsLDMzOjo6QEBAR0dHTk5VVVVcXFxiYmlpaXBwcHd3fn5+hYWFi4uLkpKZmZmgoKCnp66urrS0tLu7wsLCycnJ0NDQ19fd3d3k5OTr6/Ly8vn5+f//AAAAAExhdmM1Ny4xMAAAAAAAAAAAAAAAACQGAAAAAAAAAD045p9SdAAAAAAAAAAAAAAAAAAAAAD/+5BkAAADLEvLxQTAADMgGU2gCAAQsQ1p+PeAERiLrT8a0AJb/4AAAAAAAABDGMYxuOIjP+9xERBhAgQAYDJ3v/+3e//3ERERERd3dk09Y8mTJk07u4iIz/+M////7REQYQAYWmxhAghCd3d3d3ERH7RF3d74iLu7Jp2fWH/4IQfD5c/wfB8HwfAAsZFkiQAAHggCAIQcOZwHwff1AgsMf4Y5c/g+CAIf/BwENYIfgg7/g//+XD//Lg++oMS8zMxEPCMrqafWN1yJIgkKFDddHpRDWa7azkkP4tnHmsoY2q2BdgcHsJ9/ZPsmFWI2zWioqba2GPDovvG13CkWn8KNJK5sDh/mR7P/8ajf/+2Gek1Hmvi1bZz38f6/++uH8fSfc8/2vAezPv/5fj/5vT+JoocCRUaCq/wQu86VCulX///1ADgAVL1SVKIqfYQYCANgIfX+YAtqIIUcESCEnAtxQW5mUjJzEkm784t5nnjJ8HWKf9pnoAAd/6CSf/KXKDBUFQREoM//5pWHV3gyRVWIhVRR2PRkkEkiLVZZfl/zLS7/+5JkDAADkTlcfmGgBEypG2/FtAAMvMN7+YaAEWsX67s1QALSit528ZfMz76gxAwhqMCoDyNSUMB3l0zOEIzJxoHIE7MWHMUhxxrQOmZmrH0ZjZ1mALiC+tjpfqqmv0hBhkourEnCXSZluSItv/Qf9RqEtbvZuPJOea8o/4sABe8yLDV/84THa5ow6GwB/+xVIKSwdMWxGw/k0jmjhsnxJ5ieWdKJ3ZJ/ro0+rzhH/rf6H0y4bHvKZ35ic///dP+TTb//9ay/8Q//qeIiaJEZVuaRWklGsyDQYAlW1wQ5GZfeemkmHNVv0+s2DncHsgIk+EmYImF0HuQBGxzQuRLj0s2ZEu8zEsYahiqeZCk9R0vLqVVRS/UyCCblRTdkXZR/4uDKNDyQIcJf4Y7Kv0FAGis8OREilDOpgrWqAAB+t5YuhFAKIb8RG39BgZophxTCDaCX3G04AoxEEFMTIEABAO2JGFuDMQQJ0UuRci6J41KdVXzb++r677PU5siyah0CYN5HC2/SNfp//WrbbaN3XbSVxiCSJMpAiWcpcrN/kzlQ//uSZAsAAsMvXO5mIARgBXtfzVAAjDD9XzjTgAF9juo3MtAAcrx4Hh0KDlxVMEASABpICwG7MmvegpE6jtzZUq3nFoGStD/toN+WEr0UThrZNNNz4K/ZyhwtPCDO6RAOMkAJqJf9MQsRCGbKkzDK3klsjAAAAFmGpRY/UqSuh8LBcSQVDp5EjYjLn2xlVEBq4pDQMkMHoHAyoFk4Y+JQC/ojwd4YKKBslMeq7ZfFLifxOSC23stbIMqmotHlKToXRdRxJ/OdR+E3QH+f/e0EGeo6vMwGcoJC4I0EzCLE3/1V8w7vor/u/56+hzcxoneee6SWhzs8wxp7mZg5U2rKc7GGMinmD5MHwcOBABjyyzpFhNMEENCI4MKDNyzKzp5lNOHm//+r/9cgkgAAEkgDbijTbTJAH5f3/zm+2PtPAakNOcpkpExQkJuDqYKFigjRqSUg3/7rJxTyeYpVlxSQXesUUbDyhlwsWCtkQIYUisSnWmVlEuYHzhM2bQGFmD6SkMOG/7ec+qr7/dy7//3XbWyOJhJBCQc38u12A/gnUE7aBf/7kmQNAALsI9xuYeAEX+Va3cxgAI9EzW/5iQARGo8sNx8wAsTrjIiELPUB0jhdxN4zfOM+3+Y/pVyx8vp8arFXEC1NXi718fX9t+/jnlnUiZ4UAdRwFQmds0nDkp8S+OMye7b//NE5btik3f/97JHIAwAAAPy3vesFo5M+7Nx4S2+JoVHCokRGkSQ94Fcf9Jm5F3Fjsvk0elEA2rkqwz5L8eSml1Iakpl3aGLZ/ELmeHaHVLTVvz/vd/3HLe+XMK+s+Vf888TM7uzKiQzREO8bayNthpJBb1a5D/flvWeelI4gWPAqP0HIWgTkrB+yAdVEzPlokzY8O5RomXCqjUXi8ooCtBchpUZF+ZFMwPl9ZxzZ2sXz/aupBk9N6001+rTfWmyZuAwdP+gHwi9B8B3PPgrrg+96jJGvd/yjyhysPqG2uaXc/9wt0gDAAAAA/1b5wTDBhbZuALpTRfKwD6gcg1Yiblc+mamxWKCCXXpK8vGxTKx43YZQxMS+ZiCZ4n0jjdgS/xYDVfq3Endv/t7bG42USSQBRXhZznpjpLorRjv/+5JkDIADODHabj3gBFPje6/JyJCLsGd5+YyQEX+Qq/c1kArzIIoc4smwHdlDIZmnW2mBjbZu27MVL79rK5XQXsWu759KZrWBL8+1a6/971+LaxSu/r43vf9/Crv1pG86HwQREsrYV9fUESypKs7Z/+wABkZUZViIpmnXXZyhgCgD8+KHi1uHDDBYAcxDwMQhBYB7RKBoIBmoKibDjKixYnRPG3p3qUpOobo6ibL0zKp5xGJy45ZmJwd1+hyI1P7v//1VCZbRLKaKcREVTuG/nDoTBALH3Z+6893NVf3r+hHniES3lBb8iOsiQoJcyEDWNbdSzhAsN6wp6e3/41f//3vK7XrDnNDaYEGnJ7kHFx8qd6w8TL+v4fdT/+aaD7z+sRV3Ot1D5/6+/bVgAAABgfhqY+544f9ntguAHETU0leFvSgAPCj7mb0zpZOVEq1L35NzcXp5//3+PcJRj/w1Yl65H6oZqJPpI7DEUyi38qlvd5XcKJpIvcK///////BF5PuVu1gCU1rbRJJcaXT0ZlriqlUFd1mNVuJejt0KDnIN//uSZA8AAywg029kwARehVmM7bQADDi3R+fhCmF2kSXwHhh4LgkMEyJwQcCIDcKK1/U1pFq3M7uqdU3bcV9/o1cYFRcJBUJAUfZ4Sfnjp6giGg0yR+PLFREJhKm7sbEQlI+07qLFVD8iSIkROAAAnQCAf+6zEkAcDSqeeJOYwdqNaWTGgkwYNMcTznlhAEEhAXQnI4R6l0czGr29VStUzRd8sMC8XlpoVXq6XWre7WX6zjjugt9j5HxZJWhV41rRE+pTDqw3ER5H62qYgAI0ctRRAsy8r7GiDZJefh+pC4ugamKZswNgYwKBs+PF1NWCFuJukdP/v/dGk+SkJKQvWr2m0qfi/v3MOZKPgcYlnxCB6wIT/w2O6HqFljUEwHAhN1LHucwHCaPplyBkIAAACCCwGg9mpVMxp1l0mDQMdtIIcMl4ggSGpiulZGE+nfjHdPz5w8wDHw/zdx49tOtcz9TUgge33PmVmJYNSeWKnQUB4MKDYONMJXa45AgmAf3VccfF9ri562n9SvrpoKYDYKYLYXSIKdFSXQ/QdjwVMJACAf/7kmQMAAL2aFMBqi3iXen6IE0logzhP2ejPmiRYBwqdSY2iLRtN+vQrOFQCgF4NGRrJ/8wwjEgGgJYIbu3/+eREItkACgNBhZ//9FQwlAHh+jf/9RpmGB0HV//+854CCJlf//nQQKHgRgj6RIE+xiXgQ1A9sHsqCMgoI2NmNmz+rvJMXoVhvZwhVy/52MKDBQTHgAajHsf+ih9hBnINFyZ0/1q4CFkAQUQr/361GCouQ5FO9//4gD5IcBAaK/JwgUJiD9wgLwcdN7kXGLyxMkzMiWPSwoGyewscX3hZoqVp/u6hziDgHpBHcQiFlFw6XBS4+r/9VRSD9wuZKqkv//U5wVsLOFif//pLMBcwtYBqgO8A1eLhQSRRzX/66Sy6////mJ3/DIcEQd/xKVCQKzbUhXDUIbEE/eo1NS8XSZcP1AbwqpGBGUTNa8qfresyegAgaerJ20739t9JIYolZqpd//91DuIQOkdCatTP/9ZdUXkySHiDaJYGjv4u4RCa3+drd/WW/9dS5qhAURRGgJg+Be+Q4Qy/jtuI1/T1BqWXKD/+5JkDQACbx9TcyhTMFFj+k5lh3QKcI9T7D0HAUkPab2ElgjSEELEuEkwbNflQFhO0saUZB233aecLAKjdU+t/cMHC5///+xv6aoK9Yh04qVgm89+08OU2QtABrDwnQDnZmMk6lI77j2JGrJNiix8AwJXegDB4LSe9SqYAc+XR1+vqQJNVkJGNx+Yp3WgjBNNQ4hwIHZGsIk1f44f+jqJEvPt70fT//0EZ3OsQOVjpq4JRrlOu1Zky2EOIvdKlngown69qi6FePp/dYBrbtDj/4KDP/7NIq2VUf01XlN3/sYhBC1oLIGiITWu///Vj2RVFnpFe3UKDyLaHPUmMx4ADlniKu6YpY+y6NwGupXz+teROmR2B/DGsWZhBpGtZNR1JXljU8dG4P1AJ0VtUaVdVZ38RO7izhCSF4iKGRKlzjIdex9/os/frcMVWJgQ61mjcAJjVAFyAIBZQLJXVk1AuaDTcJZieqfC2iPukafLp3LbJqNAxLfbpeFVnDxoFLAZTMqpr5Mfhq51DFHkfrd/bFKHwaTV+lVIoIg0iiFC9nXX//uSZCmAApEZUXmYEkBRRXqvYKOVCoQ9R+NhJQFSkmcxtInQbUkCX1bPb5IRuozZnVd4GsNloIVYYeP2n+QahBjFGWuDZf+JA5LWIRD49PiJlX+UdzyM6upDma0vavsdnz5IKEqdzAOLyyRD0hr7UNoM3bkNDM4AbC9QUmSiIaFspvZdDrSaxA8HEpclHxIVeIlHSfMFo0+ntF1n1KPQ6tR2BwNFA2kwKJEzgEPuLoTzzJ7W0tb+qxW/HYNJF4/H4aLVOSHyPX7V8kACooNg1MXZis41FcD5vyyFO4qxZiKwsuSN0AQL6ATG/OibT0Fmr+ESDbR3HEGawfVzzO7J9pgQudU4+1FTh+9YOv/0CE1TInQD3KPWmF/11t70qmeIYgJUSFMpAICwjH0VLHWBOh8LlQ7L6NXXbR4aQID0roDerZ+uE/QlGapj1Ypnnleq/9/TQrqCEAjVJpCAguTqd/2XPT9Cro1crMaEJUn0pX8YAQcQJDAMb4zlmcPL5WFZE4K6WXGEG5/wEPBL3PoRDVtYBW0sS210A7OpUWjKIBpZhP/7kmRCAAKGLVZ56ROcUIO5zWxlcgp4wU/09oABUpanPrRwAI/ILFFDN4owYo6bWuHvScI2aaf0Doi5yNlmt/67XC3gCFEbKNyohOzfvozPDc0hQwATLuykMnbG5vc6SXs3zP6ZmE/HIUC4aJUFKe63W2pr9O10dbqN+Zj3SDkBpEoNEazet7y7aVh9TeXqn2P9f/+QOHEAABVIAEEAWpVX8bnKmLuW7cXbgiYZCof6unHJ5asJYHiJByAqAqJZEx9+eEv6jdXOXdupyN32dTGT1mqk6lqCw31E7/FRpP8qQonzTsKAR//pdZmQAAAIeZmSM26nASySAgDHMzN3znr2LnxdgXXCcRhRwFB8NSiEpEg4d1EfUzUJgaLw5OOYKVTpz6Ht6nGqji8k4wP9BcNs88wVzjUNNf/8yqTLD8uNC8yn/7Ge7sQlBmVHhOPiHvQ+37v//KFCckpHijQZ////8GoiSIiIXd4iEU05pgIAKDQKr1vyofCRSfodvVS94mh7RbyU52JyTg5yYXlANZ9w9HEA5hmgvWt7dTeh7JVUeYr/+5JkXAADxmFXfiVAAFXGCy/MNACOOTFv+LaAEVaT7L8e0AJe7rcwNy+//+migYuZ//SIyjhT/X3xaAciFEJ2iIgzP/W1uNIJAEE5H1o1cx1QkRDYbTjhOyISpUDqEIMCVl4plagpytXInInKiaXBNh4lIPQyh7EooSgxmS6kjq7VIIqbW614zmi/JpY2tSiVU311L/qaj90f/oIMafTpJmqzokFGf/+sRKi64iEIREJd4ZTVr/RgAAwwAFIDvqNFhLrx98jfNkbeyu05bACoCiChJIJIH8F0muJXULZL1O0nLWgVV0lmKiYS5LEsgOIhnd1Io/rZkZd///+k78gUnyK2pEgWS11qNtFJMBkADKgk5LjPj0hZk9p7B2oqFbSgaux0E8+TEJtsAtvylzokLKuqR2VFvV4tF7Hvl9Pe+I1n1bv8um2TbDtNOTy9jm3D5nmf/3vv/v62ete2nTtuUH7EDjxWoKu/ti4WcPU2G7vPf///+TmKAAYAdouCtwvoAAAAgAAzryYRHGjyM8zSRKA8MkRi29eGMXQ8YdNXhKlP//uSZFAAA6RJ2W4lYAROQlrPx+AAC+lXa/z5gBkoHqz/ntACx7d/Xo60aSVztDwulTf////2a1EADrerNFmf/KO9xpP//6YmXc0VkOSBNkhUiZqBEgpzWWlpLL1jOENVNYSH1MhBIZ0qEWCy4Ds4YC5NaKKPvTuykkyJm1tJv/+opHRk0u3Ur1trRQbbQT/ssxRWks3umbEQZvtauqhb///pP7KNVXmGVCRTWgVhkHeYNYzXH1qDUugWMXUzL1IqKzhPAB+S5IEwlxiHk7um3//6qfqmx1FRi6zgmgmJCoqf/////2qTPnp02d///6QVZ4pjJmALJHECEUj3xdxJls0QLcjnQzC9x7uZlOBoCUPJnoC8/f/F03vcclq1zdohu9WbiKqf5ZEz/tQAqQV9/7nTLW1ENh51JIFv9RqJTv/620VmLIipgNhgdAE94CHpJbjw1WYEASAkLndef7OlaMoMoF0ARVB3qWZppm6c6kiZmCHZ+/9FTf291F5//6DfUi6Jqm1WtBBKiqk6LITpNFv///6wW/8ZAFBJM3d23sgBAP/7kmRZAAKVMFp9PWAEUyfKr6fQAA50+2W4eAABT5CrvxcwAAAIx8gGz4/C8Qh8PcZmgN7qF3GdC7jkjrBpC2rQTZNBBSKRkYq6x4U1RNoLMbJs6K6jBCRS6zy3detDbWpA4igfQ/oJ/1dWkeNDMgBAyNAienEiwgLM0Pcow9tduEBIuazn////WEnVdgJAAAAEAzNB3/hgAAEAJmqYeXAL4hYjZBDXAdeHdEIoYMeQIGDYLNC2DIlhwL2LDE4Xyo1E1Y3KBoQz9rTI1z6aJkXzdwqCgoZQn9X9zv//90VqebdzR3ENJK0kFNEwlNmJCIwAE4riy1uNVmKwEuyZ8m+wU9EKKssPXQrr2v/9PjGqZx9bhW3vK+nlVYuEbgENPsAgnBIiOiIa1JVtRz2PRihiNQ5do0yQCwDBsg9SfFDKq2mplCZQGRRsgDdlQxApC3DcGGri/ZKkpo208hJ7h8CQNhDkOQBDmVazf9N6tsossLOxy5je+RHMYYUK5A7OmpJmgmz/k8azS8mSMBWONAACSXiom0DJTbYW7DIR4uTKSiH/+5JkYQADCBna/2HgBEYi2z/noAGNBJNd7Bhy0QIMqjz8CgBF+1/Rd1m8jUs++EKvoQ6vd+69zt+aEBacEY7zPCrCCLCOkVKZA0iwMgkIxkKoBMCJf/pInR9oxCW1n0IkSTIwrWAkMb3akWOsbQyWxZr2uAFYB8lqIB3hDDaIoIaLxRlYS3meY29d2x7VKfVGcyFS4Liu+a1/7jAA/aEVDqixKPeg9+j1f/7vtf///V+qeZqDNWA9XZGiWItOVw4L2NnHvphMxuZKgOmneqh+3nOxKHylLq5iajRoeaWWagEwqPiK5+aixn3fMRw3zDM19zENrS1mCOJQVBXFwVWVQYMJWdc/Q5qWrWxX//pj7YrqWaqgIiAGxGQAN2PxLMqFh0kIOUV3AJEQyXG4EG1vFrPSavV0uGX9fKm1S6G2yRQSBfWMfr1/9v//2v/+v6gqZVQxWxxLpCRN5moZ2gU0u1jQZxQNMdCAbK113ww0+cJBg4kZBwmxPB5aQMB4AdlkwNfOx2t097f/klnTKKXOczLWS5tWrVzEubzUcTznb/3x//uSZHgAAwAuWXsPQdRHw9o/PwWACui1afW1gBE+jau+tRAGtSAVn7XYwcOUlEo473ftCJlmV4AIo4wAP9/IIYCmwWoARCPwhYcK2z0DAgQ4i6C5K6wbXGbHaATlFAUim++rpfrtmJfSoF8OX4YLiFYmCQdaFHmnES5gOo/93//jP1379KSR2J2Xb6Ty1uJIAMAsTfinS5qxgwsn2j+o2RVpEPOqAaBPHHCovx2YuFLAUZXkxQJd8Wloe16K4LCYWY490asRJrSgrHJ3CHHYa/EKOjijzv+3aMUsap4vHuc+rS5/++93+UCO6n0uxrksu012raw3ztSx9Jh+O7cbn71uf1vCzy5KcK+t/vuGrHIcdnOWYfOWNyt/7tn9477upjWwx+vnzKphrnbeedfH8OcsBhQUVcVizC/WHw/b/+Lgl/+Kph3hkREVmNEVWu+20FAgBAglBahiERkEHGgcRgKTMSQ4VtLRWwnCKTHpcFRUWAM1hhDvHo014OvTV5U2d7eHbG8Msu93axzx/LCBJdrOCJY7EWltDf5vC9dq16ud7f/7kmSPgAYOVVfuayAEcKUK/81oAJf9mV/5igASMSEpNzNAAn8/djOwcFN4H+EDpH/ykQGP//1RDmZqZKisiMz/ffbeWyVBqAvyVjUObO/nSQvkgfWyHAgoiBVUI8aoQThwgVMB/gDQQGESkREmAtPJgrAp6JRMQRJ02L4b+Rikzgx581I8MIDSE+j0cHBIeiwucgAyhDCqsslcpIEVJ0YAg46fKqAvkDhPomZoTRRLrJGibvdJRcNC+XzWbJIoqY4TRibVLmyE2TZBSCZ03RNTFkUkUCaWYrPW9eThox1M3NEJgaIqo9STrLpM1//++mm7LTQW6BcshASCcSbl9ljsiQSIAjDXMI9StZvFR7hVI4SjCZMYaTKVR6KQJGw84FC5EwbJBRwR5VAs9MUwp0WTSdUtsanSBHSKEqGAgURgYkYBqEIpQfYXBBdMLrl8sjmDkkMUaD4K6BmYJls4x0fR0+iuxFitWYnSZOvdB1GjVf2ZJIyvq00v++m5kCjBoz3f+WXbUggtst267WXXICOABpViCRRDoGUB2ztRtaaOlab/+5JkDwADEjJYbj3gBGIley/H0ACMiRVXuLgAAXiRqXcxoAAIHgKecHqa34vt1Qj1gwt7jRflnrveWaFLnKAhYmkYdwN5etMuJ/nWNblxa8b+15/qBv2/22YzvHqxfWJf+KAYiBsh5N3ciMiF2ZVZnjf/bfgAAQCIuWBC6GDzO6S8Yr+Nex98Y0CgZgIGhog0cBRAZwopMzcAYyR4729GkWk1nZUPIoHC+aIE4oejcslEznUEWWtLrWZrVttpGwqHBGgk/////+rx+2ACQrrb2212m1zVYBC9mbYnB7B7Fw+2IOBnJRCDcdLkMECLMAuss4GmrM0nsp3SU+xs6lLUzLstOtM8i9zNFroHNeptZla1RI/L7/QXT9qkG/1J37q5uUeXP///1AOvLDv//Kf8AADaYj//78aCgAQAWJXjANie9n/U/+lgJNLpMLjFusKIYD+oApYI0Z0RsAOsUM7njxa5zHL+Yfq13mtTNzOzTcg69QVrlWtj3+3tf+O+XndVAf/6nf//6AuCgLBVa86FBoAX84CiIPgw0JRxyC5Pjmbi//uSZAqAApgwU/884AhVxFo/58wBCni7X/T0ADFRDyo2nvAGDgl41lEY2xuAKJILjgOASRNu8YHl6Fr7WxuzMfamroWGptLtznPT//0HS3/xRiwfDRh721EvqV//tfxTdWhKxlAFYAGbliC1z+TggIyzpOVUm6wg+QDBysbpJFKO5ZJjdIaHwgdJDnFZFE8i30WS61aix7Zug6Le6KjYLpFnvWImoKkIw8wngD0qvG6Q7f6v//xcXaIdxJWA5dI0SFdlhUKvQgfhKEAGPdFkGiaa1xBBeAAKEThv5800WTghb+WY3oAoXFUYq/mWFw+zXeGMta0/rr///Q04RK/ndqhEHezpY/lxf71BSf/MSgLVIIFayTsdpCxGihH2ScBYeGqKGnJwW1Ok3HAjyUULoBMs8fN9++f/pbo/3JaT2poWY1LVzGp/Xw3Dayhq3/5H9EWPf/0tTyo1LP5sO/g0df+AABLXV//r7dJmGAAHQLhw1ORCxpmItIoQ1URdKIcgH5jTVBWygbBpyp5HRfX591HVruY2W6yxqRl166aH+z90E//7kmQhAAOjX1VuNkAAdWUq/8fkgI6At2H494ARKJPp9x8gAkTdD1Ud0FMpBB601Ln0/++/2zdA2bQTOmXX+3//KhcM0jY8T5mZHmsqZERdYlZ//4GAaw4EQGaGQmbRGu31FlrYACtPw5AjUFd8suPbkaMWypdGO5P4aL1wdDwQLI2pJkJdUF5c33obhf/RyrfIlOV+tkStiHYf+j/8aGVZ/nPRSnd/+wBC7kA8pL+vps+3L1Lfef6QVPCyULPrLxZ6yRUNPvogQ1AYWZ1MREhMjNCiI/+u1rYJAAdryWTFsdEde6YNrjV0s/Ag+x78PkIrGh8XmGZnTlHfszFZ6ioTJLaRRxlh6uWmM5YlOCzDDrW27Y+YO9e2GT6rmfULddfHveEdAE7wfxEFSP4PlIYrUJTv/TUA9r8Kg1/v//UqSAAAAkgSSSJwAAAAACsGkPDfzO6S9jXoRdxt4cP7HJPh1AVg6ag5TsNpW6Br20X1jw0snC6lWoknqbrtalU+iZ/////d7f//6yLakiMZtJ7bba6yyRBAA/RqPvh7h7pASwD/+5JkDAADcE/ZbiWgBEjE6s3ExACPsSlhuNoAES4MbH8ZggLcn8kwGysOiIIYGpcKVcObd2rr7oUixNFUpvonzdk1oksbuhrvZNEtZzdFTIm5ov7VqQqUk3QQTT/v6Czdk3W5ognW7Ipf/qQUyaajQwYwamDRn//n6rYQAAUoVrrtLQ4AEAALR4dqfL87zodsX1+LFYWKGYdYWJoEuIHVBfHKKtD2onS8+dHjdRaVRWzKsiz3NnM01TPp673f/zIQzj9c0yS3JHv//dbbKAgADQrWZkMrh2mUfx1i/HWsIQESJQs8ERMwPg6OUHBYkcZnpGjLOMeUpxYDxxZQMyqTqlDDMldFFaKTnWKhr0Fu/eyjI6YHisann0qkUakn0SKnC+bmhubmjf//VomR06yTGxrMf/U+wehg8kb/6f/2hJGcCEzIUQ0JojXS2CsAAAD/6jRhInyJ8wg2GRYcNL6VnrEh8nZA4pVRCUK95Qjf09ndye1zK3z86C/q+x8TZE047Fy1BUShHzy5VqrfNJJ122f/36722RpIE80GjpJYKxPE//uSZAsAAvUnWm4eQARSxQr9xcwAjMlBZ7i2gBGRlax/H0JCIfGZKfCF4u0gtqBdkjwsxzwaYttdN7O6p021IoJqnDVk9mTWn1Ur0zNMMCABrHuFhHB9ukMWQ6d0eFgAcFnMCp6XeCH+//og/bnIgW04////dhKBAABDHuk9i3JOCgWYZSRoWFqFhJ0O8CNpZcAYJiS4FvmB/VNFrSPV0R4ZFRkWUHxtO1JIginrVT6k0KRMrHAR/IxflzX/5QMzdNRP2OX//+C2ySEoAR0wSJZFxXqjRJlhzJoF6dBghoDKuC6txPboV2RsgySZkOp1JJEvLXPjxLiKXqQ/63TdJSRioyfXbR1JstGtGizdN760TlSRk6NL9Gr/vrQRejSUbK9jv/9aqxAhEiCYkbvO/lDgABIAEdulntuhGOvaCiERVpNX0rISAGDHKDU2CIUKLjkBq8Sh4Sk54ia1GRXJcvJjrIuSZZOjMLePgLkkUJ9M4O9/u6lUy4aL/daSHNRP///+e9H1ez//7Ns9Untqp///r9bI0EgB8SOKRGjkjFhGzP/7kmQMAANGKtnuLkAEVwPK/cXIgo54q124ugARHw5q9x+AArHEMEOICgiMBq4XepyFw3pWnrTsfUpjAqsmmorJ5fJ83QQoKqOfUpNM3PGjGiaBPk+bhIRHWBcoCAYQQB94KiLlAwD74PgQMB/+fvBBDihmYeYQBAhCN23zsUaYAAATylOLxGyC0iHXM6C70g6pfDkUQ6gbQtgdJ2BdTrn31NkgTJiaj+IJOixiKIzR9CEqlm+arbEQKbe5DVGP6G///8EP/9//////purbbck1n3+2giaKIAAM4GTIZiFiFioGWELZ1kIRJwIA6Ys0DLhCMHgBR4WS0C0QssgTBkXnNaB43TTI0hByiZLqjEuKd3QQTRdaUmldv6SKKJw3LuZOKGYrnq0ujLpGJga1V/5XJRU6ZWxvV+VU//9n/97rbCgS3anttsAIAAAAALy3h2h3Jn1/j3aegsrVsyV1EodAwXqabwQ5xQa50OdW5Zs7/drd7Xc+Vmr5a+hiV3uFVzA1/y4uD4hqlrT1caTW221kcaSJIAxnWlinPjtXXnpM0e3/+5JkDQADlz3Xbj4ABEujyr3F4ACONQ1buLmAETySa78XMANO4pfBAMEhEU4OyuI9RPiN1PTZJJJaakWUZDuJ0uosTlBTE6YupJdJjKmnodSOkmitB2ZJAv1rdKpKpS62RZLppvW9SWZBrUDxJpzmuFQkSi1kW6P1221FmwQFRGRMrb/8WoABAAAXf3GRcV2FIhAMgwXDBaWEB5QyjbGC/Fe8p7fq932mwz79n/3unqR50aSliWSn8/zmZituz3qCRxKab///su1rTTWRaW2222rjQQAAEpOZbZxC1MqM7Dpwj2TwGdjCh1DdBmyxC1pJh0WWmmfM03U+5cJdToJjnF5bIjw2gkgo6yp1NaOkiiYFArl+aGiN9SVVBBVTsxunTL5v9f/7aZmbmiyjv/8EHHH1WREe///+DTKyIAiKKioMPH431tAAAAEkBajFMUcMNQcY4YRsxCFROgVggT4B2ygVgq8yces1K5mbIpLk8tNbEiihrpJfWhZBJ05iXj//iOQKXbMimaYqn2xPoN1rSRdTsValar2alu192FZeQBMo//uSZAwAAxksVG9hoAxHQkpt7CQBjAyzN60NsoEUlGj0V7S2FrKJxWJaigC7RfjxMUlzyZkmyKaT5kMGMlFSLWf3fW1SSamtUvTZ1uoxTNBgy8bE5YmbPNYgX1DmAv2O/6E+6AlEXqORsOj4o97FDa0rULV1FID/r3rkWh5rUWZFWX0k/AtmIgMzEkKRwV2MhJqUY3gEkpMzEHRcmNOSGqqlb+sJlUO2bWNIKPzRsLAV7+pgXmEHf8CUCfZpNzLCIOvR1XFhqtXuKOvFV+hSYvXN2ZHea2fcWx5EBgXT0JrUohwaoqMwmKNukmvvrX7JaqmWuhZFnnQ4JQ+5tqqHu2MD0VQkzb/6FoQFjKYobUGAsdxS5KxUWbIShOWIggYTBEpEwTCHk9JUDzn7eMzUKC3F9wiRJKm1IoNQoMvqZjZzAxgaA8VLUp//X+1lLOrMKmbaaRf9Dr2rF8WREcwFgEngBbVxcFZzjp0IWnRGkE71oiXsqnqWNOjEhQafio7ptR4Y057LbVeeuZzV6gFRrGMIMSX/LTNRZrzyA441tig9XP/7kmQjAILEGUzpOlpASkUJnyNKLgqoc0unvMPxNQymNbM+UOoLERKiZfu/yI5CA0+fzZJe7qBFdwCAAHbWUwOmc8CCuIfkDOag6PM6CjeDWi7st/91ImMDDyJXEp87Ej7MuydHQ9EZRaDml1p+5vSj6csBjQGCB8/lSRI8Gfy4ieu5MgMtqJSXsGOd96quILCfmVwcOvCI/yyQ1Jk9AktLvF+NR6qVy9nJetgED9u/IOKRYC95BEJCzSBxjHyRBpNRKtggYYKQ89RciJCDf/7hV5kd/+oRgXTIF0f8xyq+qarOkTU+ZUMCYGUIrlYfqrj2zLp0vsEla4hhhdUaVPsv/vPIxX1KtlUrGFQLdcR0svGmmHPFmpen5JVNPbn/62hwk5V27NagT2tApfT95GYEE6YmaUKEMe3KMMyC9naEtp8BydtXVNxTMLBuUFogVIBf+3Z9wi21oWFCgtIg2UOCAOjhJRuepmJUmfcz//fYmIgKHlaPYJdWVQJpWQCP/mFI3NLto1qxPpiD4aLuH/WpY86OpKBgWf63MuUkmw9moeL/+5BkPwAClRxS6edErFDEeh1hY5eKTNNLp5xzcVCXpbWmKkiEW0A5LquHwACyspy8tVRUERQAB1SBUmJDgbFhPjJtm/o7/3f9su2hlAtlSJSTsAuK6yg1Eu43ij1jb38HDJGhtx24TJ6V7S57HqPGqc40ZC2oQl2veY1ijq9//1t2131kZEOlxfKi3D8WM7dL12W6AwZI/ps/Zmw7uAeB5eiUh/02rz4MGgRlSyJKWDQEC0G9W/paChYBXYUZ/LJL34ZfpvEvZHQut+7vCcTFkRUVaKVOWiHfbp2/ZHs5CGw8ztzxA6piOs2PnDn2/9Au7IagPbIAEZZYZ09LFINfiVWHbGqp/lGt6va5bncmkncNZ7ZtZ6rJjbyRjgmCcyWMMWViq0KR/TW9+mZzoWszmZ2AGvGnAo4g2mhEWOUvFr7CDu2C2AulZKQtCkhrh4jJIZy9fHBXpg03iWkOstngAYad7v4QSiKbS744FDgJYDWVDdJd08Wzws9L2iI6RDQsBooEz8ncGFhQUYIQObFBdKnJ/1izZLYF21IlD9/a3VL/+5JEWIACkzJM6yoUuFJDGk08K5GJ+PFHp6hxsUoY6bTzil5xKCsg9zuzhWiMPbVgqyMAo/e2tit8mJXIjUA0Z59yfVl5v/XtdONFpmkX0jBRMKmcp8s/1HckAgK550XIJtWLBKj9M3/Z2CmuiKa9FfOp4iGnqc6N2XUtNdsQpt3t45ewtW2qZf1lkI0IqmAG59rTM9rUiVvqzxDoV/mt0S6KHCQqxV9FZE2W5YgbFmSxEyIGXN9BL9EKGEagP7QBM5YgckRTgKco12DWGTW3YYHhq1T62n8dAFAnwSer/Qyk3SciccehABBY0ParXn7U1YhIYYeFSbKswDJURj12BQw46t4JA2SecBUNAJQsRWJGlRpClv16ezWVALoMwDu7RCGeNmq3WzWQLTkpbdK6+dLGrkNVSUANaeaobF0yvu3y/j2zQGyEbbYYqx1OXMBEz3TMNGRP4GNoaLoeBV/Tnv9IkTA+Af2ZDRypUvH4pJ7LVbUySDC2tJuPJ1U1PTadazCz7pXzizVWdfvo3Xn24I8g2zwyHR/sXcCcmKTf+j2o//uSZHQAAwgdSuk6WkBHo9ltAyseDGD/K60wUsDgj6b015WSZtN0RFkChUcOLVE2ly7rQ15laaCVrSwHMqjguFSjl//F6f9ITbAkIccCSA3ptLjoyaKLUSUDPjUH4UwmkXrUjz7GZH+Cs/QjPUVqKf8CvCjBOjS84LwTEUSf6KkSgkDJGAAKxBKMVnVSrlVKISQHJutZtt7ytduSVog67N90YnKLE+1aTR8QgvQ40XHKI/uC12iEjet1Nv+omIWLaIrtrv+d6XyskdFUUTFOOd4EagwKBBkBPWECaZjvZ/15kMbVN7knvUG5IpQZLYkgJm239kwYWGCEBnNcEHkjiw36LAY565vfh2pF534eCAXGXtXfxIx4q20bx/QQQEk+w7D06p36wmoBcArvEVB3FppDILecF9iVU/yRMTzlVqRupfbQ+h28H2YSdscr2/3zXwQJwCITWx73Nqnw047ZGPvVaEAbIJhR4sFVvNNLhpTlAwpwHbq3Xi/EAIpYBKMAAf/LRP7Uvg7A6PNlBzqZhYkTAQiQm02NNyxtOZZRtnV6Of/7kmSRAANDNcjRmkJQPePZzTHogIqEgS2jZMkBRBdkKP0eCI75oh3ptU6aOGIyKls3W9P55qnEw8fKvoXGgoHIZFyelKH6HPV3///9KhE2DaA/fUUhmCgcqc7lq1kXUAlLp613UNWUTMFUJVcFgxqbo/dXVRlSznqvp3yL+bZVM9z6mVjh9UdYjOsWOqi7jhIIuakKPRao6rKx5oMkwCSBaAZIwABxBYxr1RQrGWe0SCkvm7cbcCVigY9F+HKfOw+eaO+shWdjMruCGdFWjNZWIsjqvVC3bT+tFZbvY1p2VRNmDVCKpksbUj/sU7bYrgpbYyiLyGinZ0NcWqkGMK6Dx1tSiMOLIeTQhf2HbtIn7l8+4vSn31kEQtDHZqgIEwJiW/Tk/KnD5fn8Isgy2R0qAe1pNJVOS1WCkHNBdJo0GZdKUF/sS7OfhW3VlAf+s11FBfq6psD7tUvwiqTgMUp7eQyt9rLMpwZedVzbEbzRdUqJlDChoLpAAwXd7JUosuaYlw30NMiEgbSKrH0FNAWASOUEoWcIdSSIwy5LNJwIFub/+5JkqgACgiBLaZhaQE5m2R0HRUoLJPtDp6By+RuMqPTxJlbWwEEyb6WPOzHiRU8oI7rnZbwqkVyrQiNyxQ+yJNQp85LmBBboN6S/3Out4HpDCDN75/LtuLFUb9kuYd/9y/G1pH/wApARgNXQAgd45gA9A7LtEY8ixbmNLP3nXucsO0b2dvhf2dqttfOli4EoboUKDwysPDkrRgVL/+FQ6QIkllQaiCLM1KqGB4CGAdgX7ZlMRSbjH+8o7e2FKvy4mUJzv6q9wydEcXUmc7JhJkYlQ7LFzyEoj93Su/bqoykJr7uCFA5UPctKrYCR9wGE40+ISyzqiSVk1k33p1Pbt6gEWB6BrrY4h//+t67V1pWdCrPSU5kgz7/T2IDqI7nJHQOxknN8OfTqp9tf6+oLB+leIlb//6655d7dW9V6XKzOiJcOMwYSKlMFAIPjOl9pJ19SARQFgD2lASG8qTmT8bytZ/ARELLjIwcqrKZfreo2fGNDyLVryS9F6pLwQpH44QPwpTpst5l+7tmvczAqol7//+7o7rBlZU3ZX6qzoqXm//uSZMmAAr4xyWk5ElJGg1kdDypICpCVKaDhA8FHnqU1pYpYsUZ4udNrReA6aFubSAAMD9AB0wqwgTiY0MB0BFSMz0ACQNqSqiiz8uUYGB5yIUEQxhcTgqKzpl7hQpzCGrKSgQGQRYCHJcHcgnpJWU9xaXUC4fC54DmxyhywigKhIFV6xZj7BQVknu///7wCiVGAdJEABuO43nx+WVMqXOAytNy20UiJduXq9JKxQBTBtEbai25eR9IWzbnMlG2OyCy0sd4LOGRnVlU5a0cd2dx//2fOzsqLZ2OcLjiuBoSf0VHZa/3Y836gAJICJD9fzWeOGOq6uQyRkHVUAwjtRHczBDdyBUNfl26SunnFnUd/3SUTptmShRWE+Mvyv8IzIZHzkVvv///vfRDESVTDEMYMZCDCRAWYsMkx5ZRNhpAC9H//9lUAIoFHEQAPrv3UoLlP3sejAqWRH25uML1+YoK8qiIjeMv1pxsEgTOVJSjjhXsVIBqMHmsA9Xq6ci7qB6yQrxzOrHNR7N/1alflgjI/NOxBICFQgEj6wbdWpAsh5P/7kmTmABLVQsjrBhTAXiPIyQ+DSgtc2x+sJFLJbh1i6bSKkMvbc7/0//vefFYmEA2AbJCCGWNI75kAASG3NvGXS3Kd0UjnEAxx1ihUsqV4zq9o4sORCYOYEosxrAZGiQpUKyKyzrDfjlHFxGz+XrwDiILho29UsaAYCVc2rVd///kAEKgea7N5S2SXoZgTLOmJAVDy7MTTZ6bKmrSuUCMFOVSGnh4QLghTehJqpBJJ5xRw5Ac1zzyVm0ZtoZtZ84kyLq/2/9u9qVMqHY5FYK8hxLjlDBSBQYNa4mF8rFHPverWjZ//kH0EqAF/HmNQjo8EBcuyglPDDW6k2wgVTzjQtQeUUlHSUT5WuilVkOd3F9iM8iXrKUq3eSN3WV///v3rHqbHmFBURAUzBNmqIBuVbmlZi2/uBjlzv/QGCygBdj8SpbsIlEu512hwNImSBZfhA2OdnLGSDg6dUWw6k9A8v3ral6+xyjXYdDXmdylV9ORdWVke1SWvp/y+7r9DHKWclFUFkRlWRDFdiiZAGgMInxYtNOmm49I7/Vvl6cOkD///+5Jk7QEDLjrGUygUwFTEmO0HSEoMvQMXLaBTAU4dokgtlSnv8qbH6alC4WFle99mSLFuWuT06w4wMQTuCcGgS883ASnqX+kZbal3qbSJHgBTwcB7DkzP611lU5yfr//fz/mfz+SHsShbCcuPTRUvAVDafdwXDjkKDeVPjCrhfK6bfKYpk8sO01DS5U7gBirIN0MQ5dwxuWklTjwQeAqvaWVacQhmBsrjFI7GVgEYiNoaz9pUv9L20//7//reGknJSEkbwGDXUlK02bponF5n91RrqJQ1BJIxcHdeqA375rH7nN9mEEYKgpfO0yzuSWpNwQyMGIhg/ahk+8Xg5FqeYhFVImYJTMBohJNETFYLpIpa9BW//7/xS6JiTEISgQs3MbMG2JLCMEQPaKPMDW0+76YkAA3NTuWcvxmeQ1TlUcWhlF33V+7jlVgoGIz2RkzbWNM8vG2++FJIjZEoXfwHx6zsRGTYj2LU0qOVr/VXVOlKo7TpZvn2zm3hnTmdTBlbhkjNcOUG6DVYokKa5hiGnDeVS/fyBuoAAAAD+Y93yQ5c//uSZPIBUxtGRLNmFLBgKThhcMOkC2FHDi2IdYFVImGVsI6wr0BIJxCBpTlH4lS1dyyH2CGDwCdtiAYP1qOw3NFmpay/vOBEJxOyYXuCbIsG2bUkIRhXIRnRWi1Ll0dPJ8gDnBV0JgIBVaI4wqwqhiiQFKigGewGBU9hTPztABD8VTRPzSoyQogogRXZRu9VC2ooY2Msd0CzpM/z/N8qlknw0MAQ0iRHXBJT+TYKqhlbSqR7pFwUG3iyiS2TjiE2HUHwRDDFDJRybQIZbkT/Lsn4AACB26riGxMqFAqPFmTVpTLcrnK0RWCChROHHMeCsHzL7Q/Om1LhojUoy5GDgAHU/j2Zd8yIo9rbTmUhQ8j/lb8ib/Qsr94ssNbt/tnzFX43Ta5IhQkmQG///+xNCAs1S99WaSNaDPTBRAIV9ZV1YM+p4qFRR16BQTnKklgXMpoyE9lFScwzXACXbygR9H7ef2r/EFMdCavjkIq63Xtva3ksojPLqbKpDYPOs64xW4reljpYxuFJh2aSNHXMenSlJjtPiKnYd2vD/zT9OW5UqP/7kmT3BEMuQ0ITRhUiZKkYOHAjuopkYw8m5RABdKJgrD4NKbwh/yszf///lJfnfsNKrbQqVjACZEHxivKZbO4y6OwUouFi44VQARNBcjfl0oGRMUTIxJp7lVRqWt7g4vxtQdNrToMCEsn0mrJ+S20fa+5Lcob0tIV6ZlZyi5rHNwpsfdPQ+nApne3q6ZEOZ3p1JnFxzY+0GJFJEkE6UbGV+12j//6JRz+UlkU5EQGi54iehhkVkKqyxzMtSDzTMkkXKpa0BXZvZfL1WFs4UBEqtVVARM6x/0m/UtY3V1ElVVjoCvS4eUZjYvUtV1IMKv8UtS6qnVJjKepMa7VoBAQpv+hQEiQi+IpUNh7AR7alRpfkKhPnz6uabPYYwEiBKtkyuzIBMBATbARrnsqlDgEK6pcZtlJmZttmZmP1Y75Rv1Uv9V/6qnlwMKNaJJS1/Zqsa/qscKv/1S4q9ElVilhhQl2BpUxBTUUzLjEwMFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVX/+5Jk+ITj8WJAMfo0EHgLB8AbZkoMVWDwBOBwQWsp3kQ3jSpVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVQABo4uLzcp3zUUiIoSBCgMw+HKPMh2eNmndrzZqWIyHkf//5fmRmR8yP8jIjLkZF/+TKwMECsdD//JlYGCBB0cmVgoUFUsoIHZWWAwQMKCBpYDBAwciLBNFSy1NQMBkE1JERQkSIJoLRJGiij0FqqTjQUCPQWNEdTf14qKC38XZ///i2sVFG//8WFxVTEFNRTMuMTAwVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//uSZIaP8uNbJpDBHkIvYgTgGMY4AAABpAAAACAAADSAAAAEVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVRBRz8/Pz8gPz8/Pz8/Pz8/Pz8gPz8/Pz8/Pz8/Pz8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADIwMjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/",n.play()}}catch(t){console.log("no audio permissions",t)}},Yt=(t,n=null)=>{const a=[];let o=null;const l=d=>new Date(d.getFullYear(),d.getMonth(),d.getDate()).getTime(),s=new Date,f=l(s),i=new Date(s);i.setDate(i.getDate()-1);const r=l(i),c=d=>{const C=new Date(d*1e3),A=l(C);return A===f?"Сегодня":A===r?"Вчера":C.toLocaleDateString()};n!==null&&(o=c(n));for(let d=0;d<t.length;d++){const C=t[d],A=c(C.timestamp);A!==o&&(a.push({isSeparator:!0,day:A,text:A,type:"system.date"}),o=A),a.push(C)}return a},qt=t=>t.sort((n,a)=>Number(n.timestamp)<Number(a.timestamp)?-1:Number(n.timestamp)>Number(a.timestamp)?1:0),Wt={class:"chat-item__avatar-container"},Kt=["src"],Jt={key:1,class:"chat-item__avatar-placeholder"},Gt={class:"chat-item__info-container"},Xt={class:"chat-item__name"},en={key:0,class:"chat-item__last-message"},tn={class:"chat-item__details-container"},nn={key:0,class:"chat-item__time"},an={key:1,class:"chat-item__unread"},on={key:3,class:"chat-item__status-chat-container"},ln={key:0,class:"pi pi-check"},fn={key:1,class:"chat-item__fixed pi pi-thumbtack"},sn={key:0,id:"noSelectButton",class:"chat-item__menu-button"},rn={key:1,id:"noSelectButton",class:"chat-item__menu-button"},cn={key:0,class:"dialog__container"},dn=["onClick"],Cn=["src"],An={key:1,class:"dialog__icon pi pi-user"},un={class:"dialog__text-container"},mn={class:"dialog__name"},gn={class:"dialog__time"},U0=I(e.defineComponent({__name:"ChatItem",props:{chat:{}},emits:["select","action","expand"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(!1),s=e.ref(!1),f=()=>{s.value=!0},i=M=>{s.value||M.target instanceof HTMLElement&&M.target.id!="noSelectButton"&&o("select",{chat:a.chat,dialog:null}),s.value=!1},r=M=>{o("select",{chat:a.chat,dialog:M})},c=()=>a.chat.isSelected?"chat-item__selected":"",d=M=>M.isSelected?"dialog__selected":"",C=M=>{o("action",{chat:a.chat,...M})},A=()=>a.chat.dialogs?[...a.chat.dialogs].sort((M,L)=>Number(M["lastActivity.timestamp"])>Number(L["lastActivity.timestamp"])?-1:Number(M["lastActivity.timestamp"])<Number(L["lastActivity.timestamp"])?1:(Number(M["lastActivity.timestamp"])==Number(L["lastActivity.timestamp"]),0)):[],p=e.computed(()=>U2(a.chat["lastMessage.status"]));let m;const h=e.ref(0),u=[l2("component.ChatItem.typing")+".",l2("component.ChatItem.typing")+"..",l2("component.ChatItem.typing")+"..."],k=e.computed(()=>a.chat.typing?u[h.value]:a.chat.lastMessage);e.watch(()=>a.chat.typing,()=>{a.chat.typing?m=setInterval(()=>{h.value<2?h.value+=1:h.value=0},1e3):(h.value=0,m&&(clearInterval(m),m=void 0))},{immediate:!0});const _=M=>{M.relatedTarget instanceof HTMLElement&&M.relatedTarget.className=="context-menu__list"?l.value=!0:l.value=!1};return(M,L)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{class:e.normalizeClass(["chat-item__container",c()]),onMouseenter:L[2]||(L[2]=y=>l.value=!0),onMouseleave:_,onClick:i},[e.createElementVNode("div",Wt,[e.createElementVNode("span",{class:"chat-item__status-user",style:e.normalizeStyle({backgroundColor:a.chat.status})},null,4),a.chat.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,src:a.chat.avatar,height:"48",width:"48"},null,8,Kt)):(e.openBlock(),e.createElementBlock("div",Jt,[e.createVNode(e.unref(b1))]))]),e.createElementVNode("div",Gt,[e.createVNode(e.unref(w2),{text:t.chat.name,position:"bottom"},{default:e.withCtx(()=>[e.createElementVNode("div",Xt,e.toDisplayString(t.chat.name),1)]),_:1},8,["text"]),e.createVNode(e.unref(w2),{text:t.chat.lastMessage,position:"bottom"},{default:e.withCtx(()=>[t.chat.lastMessage||t.chat.typing?(e.openBlock(),e.createElementBlock("div",en,e.toDisplayString(k.value),1)):e.createCommentVNode("",!0)]),_:1},8,["text"])]),e.createElementVNode("div",tn,[t.chat["lastActivity.time"]&&(!t.chat.actions||!l.value)?(e.openBlock(),e.createElementBlock("div",nn,e.toDisplayString(t.chat["lastActivity.time"]),1)):e.createCommentVNode("",!0),t.chat.countUnread>0?(e.openBlock(),e.createElementBlock("div",an,e.toDisplayString(t.chat.countUnread>99?"99+":t.chat.countUnread),1)):e.createCommentVNode("",!0),l.value&&t.chat.actions?(e.openBlock(),e.createBlock(e.unref(s0),{key:2,mode:"click","menu-side":"bottom",actions:t.chat.actions,onClick:C,onButtonClick:f,onMenuMouseLeave:L[0]||(L[0]=y=>l.value=!1)},{default:e.withCtx(()=>[...L[3]||(L[3]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h chat-item__actions-trigger"},null,-1)])]),_:1},8,["actions"])):e.createCommentVNode("",!0),t.chat.countUnread<1?(e.openBlock(),e.createElementBlock("div",on,[e.unref(O2).includes(t.chat["lastMessage.status"])?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["chat-item__status-message",p.value])},[t.chat["lastMessage.status"]!=="sent"?(e.openBlock(),e.createElementBlock("span",ln)):e.createCommentVNode("",!0),L[4]||(L[4]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0),t.chat.isFixedTop||t.chat.isFixedBottom?(e.openBlock(),e.createElementBlock("span",fn)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),t.chat.dialogs?(e.openBlock(),e.createElementBlock("div",{key:0,class:"chat-item__dialog-buttons",onClick:L[1]||(L[1]=y=>o("expand",a.chat))},[t.chat.dialogsExpanded?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",sn,[...L[5]||(L[5]=[e.createElementVNode("span",{id:"noSelectButton",class:"pi pi-angle-down"},null,-1)])])),t.chat.dialogsExpanded?(e.openBlock(),e.createElementBlock("button",rn,[...L[6]||(L[6]=[e.createElementVNode("span",{id:"noSelectButton",class:"pi pi-angle-up"},null,-1)])])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],34),t.chat.dialogsExpanded?(e.openBlock(),e.createElementBlock("div",cn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A(),y=>(e.openBlock(),e.createElementBlock("div",{key:y.dialogId,class:e.normalizeClass(["dialog__item",d(y)]),onClick:g=>r(y)},[y.icon?(e.openBlock(),e.createElementBlock("img",{key:0,class:"dialog__icon",src:y.icon,height:"16",width:"16"},null,8,Cn)):(e.openBlock(),e.createElementBlock("span",An)),e.createElementVNode("div",un,[e.createElementVNode("div",mn,e.toDisplayString(y.name),1),e.createElementVNode("div",gn,e.toDisplayString(y["lastActivity.time"]),1)]),y.countUnread>0?(e.openBlock(),e.createElementBlock("div",{key:2,class:"chat-item__unread",style:e.normalizeStyle(y.colorUnread?{backgroundColor:y.colorUnread}:{})},e.toDisplayString(y.countUnread>99?"99+":y.countUnread),5)):e.createCommentVNode("",!0)],10,dn))),128))])):e.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-84c40597"]]),pn={class:"chat-tabs__list"},Ln=["aria-pressed","onClick"],hn={key:0,class:"chat-tabs__badge"},c4=I({__name:"ChatTabs",props:{tabs:{type:Array,required:!0,default:()=>[]}},emits:["tab-click"],setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("ul",pn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.tabs,o=>(e.openBlock(),e.createElementBlock("li",{key:o.id,class:e.normalizeClass(["chat-tabs__item",{"chat-tabs__item--active":o.active}])},[e.createElementVNode("button",{class:"chat-tabs__button","aria-pressed":o.active,onClick:l=>n.$emit("tab-click",o.id)},[e.createTextVNode(e.toDisplayString(o.label)+" ",1),o.count!==void 0?(e.openBlock(),e.createElementBlock("span",hn,e.toDisplayString(o.count),1)):e.createCommentVNode("",!0)],8,Ln)],2))),128))]))}},[["__scopeId","data-v-08e917d3"]]),Mn={class:"audio-recorder__container"},yn={key:0},kn={key:1,class:"audio-recorder__recording-container"},_n={class:"audio-recorder__recording-time"},bn=I(e.defineComponent({__name:"AudioRecorder",props:{state:{type:String,default:"active"},filebumpUrl:{type:String,default:null}},setup(t){const n=e.inject("chatAppId"),{getMessage:a,setMessageFile:o,resetMessageFile:l,setRecordingMessage:s}=t2(n),f=e.ref(),i=e.ref(0),r=e.ref(0),c=e.ref(0),d=e.ref(0),C=e.computed(()=>{let E=d.value<10?"0"+d.value:d.value,B=c.value<10?"0"+c.value:c.value,j=r.value<10?"0"+r.value:r.value,O=i.value<10?"00"+i.value:i.value<100?"0"+i.value:i.value;return E+":"+B+":"+j+":"+O}),A=e.ref(""),p=e.ref(!1),m=e.ref(),h=e.ref([]),u=e.ref(),k=e.ref(),_=t,M=async()=>{if(!a().file&&_.state=="active"){const E=await navigator.mediaDevices.getUserMedia({audio:!0,video:!1});f.value=setInterval(()=>{i.value+=10,i.value==1e3&&(i.value=0,r.value++,r.value==60&&(r.value=0,c.value++,c.value==60&&(c.value=0,d.value++)))},10),s(!0),p.value=!0,m.value=new MediaRecorder(E),m.value.start(),m.value.ondataavailable=B=>{h.value.push(B.data)}}},L=()=>{g(),u.value=void 0},y=()=>{m.value&&(m.value.stop(),m.value.onstop=async()=>{const E=new File(h.value,"voicemessage.mp3",{type:"audio/*"}),B=URL.createObjectURL(E);u.value=B,A.value="uploading",await o0(_.filebumpUrl,E).then(j=>{if(A.value=j.status,j.status=="success"){const O=document.getElementById("chat-input-file-line-"+n);O&&(O.style.display="inherit"),o({url:j.url,name:j.name,size:j.size,type:j.type}),j.preview&&(k.value={previewUrl:j.preview.previewUrl,isImage:j.preview.isImage,isVideo:j.preview.isVideo,isAudio:j.preview.isAudio,fileName:j.name,fileSize:j.preview.fileSize})}})}),g()},g=()=>{clearInterval(f.value),i.value=0,r.value=0,c.value=0,d.value=0,s(!1),p.value=!1,m.value=void 0,h.value=[]},b=()=>{const E=document.getElementById("chat-input-file-line-"+n);E&&(E.style.display="none"),l(),k.value=void 0};return e.watch(()=>a().file,()=>{a().file||(k.value=void 0)}),(E,B)=>(e.openBlock(),e.createElementBlock("div",Mn,[A.value==="uploading"?(e.openBlock(),e.createElementBlock("div",yn,[...B[0]||(B[0]=[e.createElementVNode("p",null,"Загрузка файла...",-1)])])):e.createCommentVNode("",!0),p.value&&A.value!="uploading"?(e.openBlock(),e.createElementBlock("div",kn,[B[3]||(B[3]=e.createElementVNode("span",{class:"audio-recorder__recording-icon pi pi-circle-fill"},null,-1)),e.createElementVNode("button",{class:"audio-recorder__button audio-recorder__button-record",onClick:L},[...B[1]||(B[1]=[e.createElementVNode("span",{class:"pi pi-trash"},null,-1)])]),e.createElementVNode("button",{class:"audio-recorder__button audio-recorder__button-record",onClick:y},[...B[2]||(B[2]=[e.createElementVNode("div",{class:"audio-recorder__stop"},null,-1)])]),e.createElementVNode("span",_n,e.toDisplayString(C.value),1)])):e.createCommentVNode("",!0),!p.value&&A.value!="uploading"&&!e.unref(a)().isRecording?(e.openBlock(),e.createElementBlock("button",{key:2,class:e.normalizeClass(["audio-recorder__button",{"audio-recorder__button-disabled":t.state=="disabled"||e.unref(a)().file}]),onClick:M},[...B[4]||(B[4]=[e.createElementVNode("span",{class:"pi pi-microphone"},null,-1)])],2)):e.createCommentVNode("",!0),e.unref(a)().file?(e.openBlock(),e.createBlock(e.Teleport,{key:3,to:"#chat-input-file-line-"+e.unref(n)},[k.value?(e.openBlock(),e.createBlock(e.unref(p0),{key:0,"file-info":k.value,onReset:b},null,8,["file-info"])):e.createCommentVNode("",!0)],8,["to"])):e.createCommentVNode("",!0)]))}}),[["__scopeId","data-v-02a0cf24"]]),En={key:0,class:"channels__selected"},Nn=["src"],wn={class:"channels__title"},Vn={key:1,class:"channels__selected channels__title"},In=I({__name:"ChannelSelector",props:{channels:{type:Array,required:!1,default:()=>[]},mode:{type:String,required:!1,default:"hover"},state:{type:String,default:"active"}},emits:["selectChannel"],setup(t,{emit:n}){const a=t,o=e.inject("chatAppId"),{getMessage:l}=t2(o),s=n,f=()=>a.channels.find(c=>c.type==="default"),i=e.ref(f()),r=c=>{i.value=c,s("selectChannel",i.value)};return(c,d)=>e.unref(l)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["channels__container",{"channels__container-disabled":t.state=="disabled"}])},[i.value?(e.openBlock(),e.createElementBlock("div",En,[i.value.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:i.value.icon,class:"channels__icon"},null,8,Nn)):e.createCommentVNode("",!0),e.createElementVNode("span",wn,e.toDisplayString(i.value.title),1)])):(e.openBlock(),e.createElementBlock("span",Vn,e.toDisplayString(e.unref(l2)("component.ChannelSelector.Placeholder")),1)),e.createVNode(e.unref(s0),{actions:t.channels,mode:t.mode,"menu-side":"top",disabled:t.state=="disabled",onClick:r},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(["pi pi-list channels__trigger",{channels__disabled:t.state=="disabled"}])},null,2)]),_:1},8,["actions","mode","disabled"])],2))}},[["__scopeId","data-v-be1d59bf"]]),Dn={key:0,class:"chat-info__container"},Bn={class:"chat-info__base-line"},Sn={class:"chat-info__avatar-container"},Tn=["src"],xn={key:1,class:""},jn={class:"chat-info__info-container"},zn={class:"chat-info__title"},Zn={key:0,class:"chat-info__additional-title"},On={key:0,class:"chat-info__time"},Un={class:"chat-info__actions"},$n=["id"],vn=I({__name:"ChatInfo",props:{chat:{type:Object,required:!0},showReturnButton:{type:Boolean,required:!1,default:!1},description:{type:String,required:!1,default:""},additionalTitle:{type:String,required:!1,default:""},defaultLastActivityTime:{type:Boolean,required:!1,default:!1}},emits:["returnToChats"],setup(t,{emit:n}){const a=t,o=n,l=e.inject("chatAppId"),s=e.computed(()=>{if(a.description)return a.description;if(!a.description&&a.defaultLastActivityTime)return a.chat["lastActivity.time"]});return(f,i)=>t.chat?(e.openBlock(),e.createElementBlock("div",Dn,[e.createElementVNode("div",Bn,[t.showReturnButton?(e.openBlock(),e.createElementBlock("span",{key:0,class:"pi pi-arrow-left chat-info__return-button",onClick:i[0]||(i[0]=r=>o("returnToChats"))})):e.createCommentVNode("",!0),e.createElementVNode("div",Sn,[a.chat.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,src:a.chat.avatar,width:"40",height:"40"},null,8,Tn)):(e.openBlock(),e.createElementBlock("span",xn,[e.createVNode(e.unref(b1),{size:40})]))]),e.createElementVNode("div",jn,[e.createElementVNode("span",zn,[e.createTextVNode(e.toDisplayString(t.chat.name)+" ",1),t.additionalTitle?(e.openBlock(),e.createElementBlock("span",Zn,e.toDisplayString(t.additionalTitle),1)):e.createCommentVNode("",!0)]),s.value?(e.openBlock(),e.createElementBlock("p",On,[e.renderSlot(f.$slots,"img-description",{},void 0,!0),e.createTextVNode(" "+e.toDisplayString(s.value),1)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Un,[e.renderSlot(f.$slots,"actions",{},void 0,!0)])]),e.createElementVNode("div",{id:"chat-info-search-panel-"+e.unref(l),class:"chat-info__search-panel"},[e.renderSlot(f.$slots,"search",{},void 0,!0)],8,$n)])):e.createCommentVNode("",!0)}},[["__scopeId","data-v-f0aa6ff3"]]),Rn={class:"chat-panel"},Fn={class:"chat-panel__header"},Qn={class:"chat-panel__button-close-cross"},Hn={key:0,class:"chat-panel__title-container"},Pn={key:0,class:"chat-panel__title"},Yn=I({__name:"ChatPanel",props:{title:{type:String,default:""},titleEnabled:{type:Boolean,default:!0}},emits:["close-panel"],setup(t,{emit:n}){return(a,o)=>(e.openBlock(),e.createElementBlock("div",Rn,[e.createElementVNode("div",Fn,[e.createElementVNode("button",{class:"chat-panel__button-close",onClick:o[0]||(o[0]=l=>a.$emit("close-panel"))},[e.createElementVNode("span",Qn,[e.createVNode(e.unref(L3))])]),t.titleEnabled?(e.openBlock(),e.createElementBlock("div",Hn,[t.title?(e.openBlock(),e.createElementBlock("span",Pn,e.toDisplayString(t.title),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",null,[e.renderSlot(a.$slots,"content",{},void 0,!0)])]))}},[["__scopeId","data-v-2bd0833c"]]),qn={class:"contact-info"},Wn={class:"contact-info__attribute-list"},Kn=["id","value","onChange"],Jn=["for"],Gn={class:"contact-info__custom-radio"},Xn={class:"contact-info__radio-inner"},ea={key:0,class:"contact-info__badge"},ta={class:"contact-info__channel-section"},na={class:"contact-info__custom-select"},aa={class:"contact-info__icon"},oa=["src","alt"],la={key:0,class:"contact-info__select-options"},fa=["onClick"],sa={class:"contact-info__icon"},ia=["src","alt"],ra={class:"contact-info__crm-button"},ca=I({__name:"ContactInfo",props:{contact:{type:Object,required:!1,default:()=>({attributes:[]})},currentDialog:{type:Object,default:()=>({})},channels:{type:Array,required:!0}},emits:["close","open-crm","select-attribute-channel"],setup(t,{emit:n}){var h,u,k;const a=t,o=n,l=e.ref(((k=(u=(h=a.contact)==null?void 0:h.attributes)==null?void 0:u[0])==null?void 0:k.id)||""),s=e.ref(a.channels[0]||null),f=e.ref(!1),i=_=>{s.value=_,f.value=!1,console.log(`Выбран канал связи: ${_.title}`),o("select-attribute-channel",{attributeId:l.value,channelId:_.channelId})},r=_=>(_==null?void 0:_.replace(/\D/g,""))||"",c=e.computed(()=>{var _,M;return(M=(_=a.contact)==null?void 0:_.attributes)==null?void 0:M.find(L=>L.id===l.value)}),d=e.computed(()=>{if(s.value)return s.value;if(!c.value)return a.channels[0]||null;const _=r(c.value.value);return _?a.channels.find(L=>{var B,j;const y=((B=L.title)==null?void 0:B.toLowerCase())||"",g=((j=L.channelId)==null?void 0:j.toLowerCase())||"",b=y.includes(_),E=["whatsapp","waba","telegram"].some(O=>g.includes(O));return b&&E})||a.channels[0]||{title:"default",channelId:"fallback"}:a.channels[0]||null}),C=e.computed(()=>a.channels),A=_=>_?_.includes("whatsapp")||_.includes("waba")?_3:_.includes("telegram")?k3:null:null,p=_=>!a.currentDialog||!Object.keys(a.currentDialog)?!1:a.currentDialog.attributeId===_.id,m=_=>{o("select-attribute-channel",{attributeId:_.id,channelId:s.value.channelId})};return e.watch(()=>a.contact,()=>{var _,M;(M=(_=a.contact)==null?void 0:_.attributes)!=null&&M.length?l.value&&a.contact.attributes.some(L=>L.id===l.value)||(l.value=a.contact.attributes[0].id):l.value=""},{immediate:!0}),(_,M)=>{var L,y,g,b;return e.openBlock(),e.createElementBlock("div",qn,[e.createElementVNode("div",Wn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(((L=t.contact)==null?void 0:L.attributes)||[],(E,B)=>(e.openBlock(),e.createElementBlock("div",{key:E.id,class:e.normalizeClass(["contact-info__attribute-item",{"contact-info__attribute-item--current-chat":p(E)}])},[e.withDirectives(e.createElementVNode("input",{id:`attr-${B}`,"onUpdate:modelValue":M[0]||(M[0]=j=>l.value=j),type:"radio",value:E.id,onChange:j=>m(E)},null,40,Kn),[[e.vModelRadio,l.value]]),e.createElementVNode("label",{for:`attr-${B}`},[e.createElementVNode("span",Gn,[e.createElementVNode("span",Xn,[l.value===E.id?(e.openBlock(),e.createBlock(e.unref(p3),{key:0})):e.createCommentVNode("",!0)])]),e.createTextVNode(" "+e.toDisplayString(E.value)+" ",1),p(E)?(e.openBlock(),e.createElementBlock("span",ea," Текущий чат ")):e.createCommentVNode("",!0)],8,Jn)],2))),128))]),e.createElementVNode("div",ta,[M[3]||(M[3]=e.createElementVNode("label",{class:"contact-info__channel-label"},"Канал связи",-1)),e.createElementVNode("div",na,[e.createElementVNode("div",{class:"contact-info__select-trigger",onClick:M[1]||(M[1]=E=>f.value=!f.value)},[e.createElementVNode("div",aa,[(y=d.value)!=null&&y.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:d.value.icon,alt:d.value.title,width:"22",height:"22"},null,8,oa)):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A((g=d.value)==null?void 0:g.channelId)),{key:1,class:"contact-info__icon-component"}))]),e.createElementVNode("span",null,e.toDisplayString((b=d.value)==null?void 0:b.title),1),e.createElementVNode("div",{class:e.normalizeClass(["contact-info__arrow",{"contact-info__arrow--open":f.value}])},null,2)]),f.value?(e.openBlock(),e.createElementBlock("div",la,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C.value,E=>(e.openBlock(),e.createElementBlock("div",{key:E.channelId,class:"contact-info__select-option",onClick:B=>i(E)},[e.createElementVNode("div",sa,[E.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:E.icon,alt:E.title,width:"22",height:"22"},null,8,ia)):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A(E.channelId)),{key:1,class:"contact-info__icon-component"}))]),e.createElementVNode("span",null,e.toDisplayString(E.title),1)],8,fa))),128))])):e.createCommentVNode("",!0)])]),M[5]||(M[5]=e.createElementVNode("div",{class:"contact-info__divider"},null,-1)),e.createElementVNode("div",ra,[e.createElementVNode("button",{class:"contact-info__button",onClick:M[2]||(M[2]=E=>_.$emit("open-crm"))},[e.createVNode(e.unref(h3)),M[4]||(M[4]=e.createTextVNode(" Открыть контакт в CRM ",-1))])])])}}},[["__scopeId","data-v-d9bf3fe6"]]),da={key:0},Ca=["value","selected"],Aa=I({__name:"ThemeMode",props:{themes:{type:Array,default:()=>[]},show:Boolean},emits:["selectedTheme"],setup(t,{emit:n}){const a=t,o=n,l=e.inject("chatAppId"),{getTheme:s}=o2(l),f=()=>{const c=a.themes.find(d=>d.default===!0);return c?c.code:a.themes[0].code},i=c=>{const d=c.target.value;r(d)},r=c=>{l&&(document.getElementById(l).dataset.theme=c,s().theme=c,o("selectedTheme",c))};return e.onMounted(()=>{const c=f();r(c)}),(c,d)=>t.show?(e.openBlock(),e.createElementBlock("div",da,[e.createElementVNode("select",{onChange:d[0]||(d[0]=C=>i(C))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.themes,(C,A)=>(e.openBlock(),e.createElementBlock("option",{key:A,value:C.code,selected:C.default===!0},e.toDisplayString(C.name),9,Ca))),128))],32)])):e.createCommentVNode("",!0)}},[["__scopeId","data-v-c6c5d7cb"]]),ua={key:0,class:"profile__container"},ma={key:0,class:"profile__avatar-container"},ga=["src"],pa={class:"profile__name"},La={class:"profile__email"},ha={class:"profile__phone"},Ma=I({__name:"UserProfile",props:{user:{type:Object,required:!0}},setup(t){return(n,a)=>t.user?(e.openBlock(),e.createElementBlock("div",ua,[t.user.avatar?(e.openBlock(),e.createElementBlock("div",ma,[e.createElementVNode("span",{class:"profile__status",style:e.normalizeStyle({backgroundColor:t.user.status})},null,4),e.createElementVNode("img",{src:t.user.avatar,height:"48",width:"48"},null,8,ga)])):e.createCommentVNode("",!0),e.createElementVNode("h2",pa,e.toDisplayString(t.user.name),1),e.createElementVNode("p",La,e.toDisplayString(t.user.email),1),e.createElementVNode("p",ha,e.toDisplayString(t.user.phone),1)])):e.createCommentVNode("",!0)}},[["__scopeId","data-v-8ff961d8"]]),ya={key:0,class:"video-recorder__container"},ka={key:1,class:"video-recorder__container"},_a=I(e.defineComponent({__name:"VideoRecorder",props:{state:{type:String,default:"active"},filebumpUrl:{type:String,default:null}},setup(t){const n=e.inject("chatAppId"),{getMessage:a,setMessageFile:o,setRecordingMessage:l,resetMessageFile:s}=t2(n),{getTheme:f}=o2(n),i=e.ref(""),r=e.ref(),c=t,d=async()=>{if(!a().file&&c.state=="active"){const A=f().theme?f().theme:"";await g3(A).then(async p=>{p.videoFile&&(i.value="uploading",l(!0),await o0(c.filebumpUrl,p.videoFile).then(m=>{if(l(!1),i.value=m.status,m.status=="success"){o({url:m.url,name:m.name,size:m.size,type:m.type});const h=document.getElementById("chat-input-file-line-"+n);h&&(h.style.display="inherit"),m.preview&&(r.value={previewUrl:m.preview.previewUrl,isImage:m.preview.isImage,isVideo:m.preview.isVideo,isAudio:m.preview.isAudio,fileName:m.name,fileSize:m.preview.fileSize})}}))})}},C=()=>{s();const A=document.getElementById("chat-input-file-line-"+n);A&&(A.style.display="none"),r.value=void 0};return e.watch(()=>a().file,()=>{a().file||(r.value=void 0)}),(A,p)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.unref(a)().isRecording?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",ya,[i.value!="uploading"?(e.openBlock(),e.createElementBlock("button",{key:0,class:e.normalizeClass(["video-recorder__button",{"video-recorder__button-disabled":t.state=="disabled"||e.unref(a)().file}]),onClick:d},[...p[0]||(p[0]=[e.createElementVNode("span",{class:"pi pi-video"},null,-1)])],2)):e.createCommentVNode("",!0)])),i.value==="uploading"?(e.openBlock(),e.createElementBlock("div",ka,[...p[1]||(p[1]=[e.createElementVNode("p",null,"Загрузка файла...",-1)])])):e.createCommentVNode("",!0),e.unref(a)().file?(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"#chat-input-file-line-"+e.unref(n)},[r.value?(e.openBlock(),e.createBlock(e.unref(p0),{key:0,"file-info":r.value,onReset:C},null,8,["file-info"])):e.createCommentVNode("",!0)],8,["to"])):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-775cc58f"]]),ba="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",Ea="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",v1="numeric",R1="ascii",F1="alpha",L0="asciinumeric",h0="alphanumeric",Q1="domain",d4="emoji",Na="scheme",wa="slashscheme",H1="whitespace";function Va(t,n){return t in n||(n[t]=[]),n[t]}function $2(t,n,a){n[v1]&&(n[L0]=!0,n[h0]=!0),n[R1]&&(n[L0]=!0,n[F1]=!0),n[L0]&&(n[h0]=!0),n[F1]&&(n[h0]=!0),n[h0]&&(n[Q1]=!0),n[d4]&&(n[Q1]=!0);for(const o in n){const l=Va(o,a);l.indexOf(t)<0&&l.push(t)}}function Ia(t,n){const a={};for(const o in n)n[o].indexOf(t)>=0&&(a[o]=!0);return a}function n2(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}n2.groups={},n2.prototype={accepts(){return!!this.t},go(t){const n=this,a=n.j[t];if(a)return a;for(let o=0;o<n.jr.length;o++){const l=n.jr[o][0],s=n.jr[o][1];if(s&&l.test(t))return s}return n.jd},has(t,n=!1){return n?t in this.j:!!this.go(t)},ta(t,n,a,o){for(let l=0;l<t.length;l++)this.tt(t[l],n,a,o)},tr(t,n,a,o){o=o||n2.groups;let l;return n&&n.j?l=n:(l=new n2(n),a&&o&&$2(n,a,o)),this.jr.push([t,l]),l},ts(t,n,a,o){let l=this;const s=t.length;if(!s)return l;for(let f=0;f<s-1;f++)l=l.tt(t[f]);return l.tt(t[s-1],n,a,o)},tt(t,n,a,o){o=o||n2.groups;const l=this;if(n&&n.j)return l.j[t]=n,n;const s=n;let f,i=l.go(t);if(i?(f=new n2,Object.assign(f.j,i.j),f.jr.push.apply(f.jr,i.jr),f.jd=i.jd,f.t=i.t):f=new n2,s){if(o)if(f.t&&typeof f.t=="string"){const r=Object.assign(Ia(f.t,o),a);$2(s,r,o)}else a&&$2(s,a,o);f.t=s}return l.j[t]=f,f}};const R=(t,n,a,o,l)=>t.ta(n,a,o,l),q=(t,n,a,o,l)=>t.tr(n,a,o,l),C4=(t,n,a,o,l)=>t.ts(n,a,o,l),D=(t,n,a,o,l)=>t.tt(n,a,o,l),V2="WORD",P1="UWORD",A4="ASCIINUMERICAL",u4="ALPHANUMERICAL",M0="LOCALHOST",Y1="TLD",q1="UTLD",$0="SCHEME",t0="SLASH_SCHEME",W1="NUM",K1="WS",J1="NL",y0="OPENBRACE",k0="CLOSEBRACE",v0="OPENBRACKET",R0="CLOSEBRACKET",F0="OPENPAREN",Q0="CLOSEPAREN",H0="OPENANGLEBRACKET",P0="CLOSEANGLEBRACKET",Y0="FULLWIDTHLEFTPAREN",q0="FULLWIDTHRIGHTPAREN",W0="LEFTCORNERBRACKET",K0="RIGHTCORNERBRACKET",J0="LEFTWHITECORNERBRACKET",G0="RIGHTWHITECORNERBRACKET",X0="FULLWIDTHLESSTHAN",e1="FULLWIDTHGREATERTHAN",t1="AMPERSAND",n1="APOSTROPHE",a1="ASTERISK",T2="AT",o1="BACKSLASH",l1="BACKTICK",f1="CARET",x2="COLON",G1="COMMA",s1="DOLLAR",L2="DOT",i1="EQUALS",X1="EXCLAMATION",r2="HYPHEN",_0="PERCENT",r1="PIPE",c1="PLUS",d1="POUND",b0="QUERY",e3="QUOTE",m4="FULLWIDTHMIDDLEDOT",t3="SEMI",h2="SLASH",E0="TILDE",C1="UNDERSCORE",g4="EMOJI",A1="SYM";var p4=Object.freeze({__proto__:null,ALPHANUMERICAL:u4,AMPERSAND:t1,APOSTROPHE:n1,ASCIINUMERICAL:A4,ASTERISK:a1,AT:T2,BACKSLASH:o1,BACKTICK:l1,CARET:f1,CLOSEANGLEBRACKET:P0,CLOSEBRACE:k0,CLOSEBRACKET:R0,CLOSEPAREN:Q0,COLON:x2,COMMA:G1,DOLLAR:s1,DOT:L2,EMOJI:g4,EQUALS:i1,EXCLAMATION:X1,FULLWIDTHGREATERTHAN:e1,FULLWIDTHLEFTPAREN:Y0,FULLWIDTHLESSTHAN:X0,FULLWIDTHMIDDLEDOT:m4,FULLWIDTHRIGHTPAREN:q0,HYPHEN:r2,LEFTCORNERBRACKET:W0,LEFTWHITECORNERBRACKET:J0,LOCALHOST:M0,NL:J1,NUM:W1,OPENANGLEBRACKET:H0,OPENBRACE:y0,OPENBRACKET:v0,OPENPAREN:F0,PERCENT:_0,PIPE:r1,PLUS:c1,POUND:d1,QUERY:b0,QUOTE:e3,RIGHTCORNERBRACKET:K0,RIGHTWHITECORNERBRACKET:G0,SCHEME:$0,SEMI:t3,SLASH:h2,SLASH_SCHEME:t0,SYM:A1,TILDE:E0,TLD:Y1,UNDERSCORE:C1,UTLD:q1,UWORD:P1,WORD:V2,WS:K1});const I2=/[a-z]/,N0=new RegExp("\\p{L}","u"),n3=new RegExp("\\p{Emoji}","u"),D2=/\d/,a3=/\s/,L4="\r",o3=`
|
3
|
+
`,Da="️",Ba="",l3="";let u1=null,m1=null;function Sa(t=[]){const n={};n2.groups=n;const a=new n2;u1==null&&(u1=M4(ba)),m1==null&&(m1=M4(Ea)),D(a,"'",n1),D(a,"{",y0),D(a,"}",k0),D(a,"[",v0),D(a,"]",R0),D(a,"(",F0),D(a,")",Q0),D(a,"<",H0),D(a,">",P0),D(a,"(",Y0),D(a,")",q0),D(a,"「",W0),D(a,"」",K0),D(a,"『",J0),D(a,"』",G0),D(a,"<",X0),D(a,">",e1),D(a,"&",t1),D(a,"*",a1),D(a,"@",T2),D(a,"`",l1),D(a,"^",f1),D(a,":",x2),D(a,",",G1),D(a,"$",s1),D(a,".",L2),D(a,"=",i1),D(a,"!",X1),D(a,"-",r2),D(a,"%",_0),D(a,"|",r1),D(a,"+",c1),D(a,"#",d1),D(a,"?",b0),D(a,'"',e3),D(a,"/",h2),D(a,";",t3),D(a,"~",E0),D(a,"_",C1),D(a,"\\",o1),D(a,"・",m4);const o=q(a,D2,W1,{[v1]:!0});q(o,D2,o);const l=q(o,I2,A4,{[L0]:!0}),s=q(o,N0,u4,{[h0]:!0}),f=q(a,I2,V2,{[R1]:!0});q(f,D2,l),q(f,I2,f),q(l,D2,l),q(l,I2,l);const i=q(a,N0,P1,{[F1]:!0});q(i,I2),q(i,D2,s),q(i,N0,i),q(s,D2,s),q(s,I2),q(s,N0,s);const r=D(a,o3,J1,{[H1]:!0}),c=D(a,L4,K1,{[H1]:!0}),d=q(a,a3,K1,{[H1]:!0});D(a,l3,d),D(c,o3,r),D(c,l3,d),q(c,a3,d),D(d,L4),D(d,o3),q(d,a3,d),D(d,l3,d);const C=q(a,n3,g4,{[d4]:!0});D(C,"#"),q(C,n3,C),D(C,Da,C);const A=D(C,Ba);D(A,"#"),q(A,n3,C);const p=[[I2,f],[D2,l]],m=[[I2,null],[N0,i],[D2,s]];for(let h=0;h<u1.length;h++)j2(a,u1[h],Y1,V2,p);for(let h=0;h<m1.length;h++)j2(a,m1[h],q1,P1,m);$2(Y1,{tld:!0,ascii:!0},n),$2(q1,{utld:!0,alpha:!0},n),j2(a,"file",$0,V2,p),j2(a,"mailto",$0,V2,p),j2(a,"http",t0,V2,p),j2(a,"https",t0,V2,p),j2(a,"ftp",t0,V2,p),j2(a,"ftps",t0,V2,p),$2($0,{scheme:!0,ascii:!0},n),$2(t0,{slashscheme:!0,ascii:!0},n),t=t.sort((h,u)=>h[0]>u[0]?1:-1);for(let h=0;h<t.length;h++){const u=t[h][0],_=t[h][1]?{[Na]:!0}:{[wa]:!0};u.indexOf("-")>=0?_[Q1]=!0:I2.test(u)?D2.test(u)?_[L0]=!0:_[R1]=!0:_[v1]=!0,C4(a,u,u,_)}return C4(a,"localhost",M0,{ascii:!0}),a.jd=new n2(A1),{start:a,tokens:Object.assign({groups:n},p4)}}function h4(t,n){const a=Ta(n.replace(/[A-Z]/g,i=>i.toLowerCase())),o=a.length,l=[];let s=0,f=0;for(;f<o;){let i=t,r=null,c=0,d=null,C=-1,A=-1;for(;f<o&&(r=i.go(a[f]));)i=r,i.accepts()?(C=0,A=0,d=i):C>=0&&(C+=a[f].length,A++),c+=a[f].length,s+=a[f].length,f++;s-=C,f-=A,c-=C,l.push({t:d.t,v:n.slice(s-c,s),s:s-c,e:s})}return l}function Ta(t){const n=[],a=t.length;let o=0;for(;o<a;){let l=t.charCodeAt(o),s,f=l<55296||l>56319||o+1===a||(s=t.charCodeAt(o+1))<56320||s>57343?t[o]:t.slice(o,o+2);n.push(f),o+=f.length}return n}function j2(t,n,a,o,l){let s;const f=n.length;for(let i=0;i<f-1;i++){const r=n[i];t.j[r]?s=t.j[r]:(s=new n2(o),s.jr=l.slice(),t.j[r]=s),t=s}return s=new n2(a),s.jr=l.slice(),t.j[n[f-1]]=s,s}function M4(t){const n=[],a=[];let o=0,l="0123456789";for(;o<t.length;){let s=0;for(;l.indexOf(t[o+s])>=0;)s++;if(s>0){n.push(a.join(""));for(let f=parseInt(t.substring(o,o+s),10);f>0;f--)a.pop();o+=s}else a.push(t[o]),o++}return n}const w0={defaultProtocol:"http",events:null,format:y4,formatHref:y4,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function f3(t,n=null){let a=Object.assign({},w0);t&&(a=Object.assign(a,t instanceof f3?t.o:t));const o=a.ignoreTags,l=[];for(let s=0;s<o.length;s++)l.push(o[s].toUpperCase());this.o=a,n&&(this.defaultRender=n),this.ignoreTags=l}f3.prototype={o:w0,ignoreTags:[],defaultRender(t){return t},check(t){return this.get("validate",t.toString(),t)},get(t,n,a){const o=n!=null;let l=this.o[t];return l&&(typeof l=="object"?(l=a.t in l?l[a.t]:w0[t],typeof l=="function"&&o&&(l=l(n,a))):typeof l=="function"&&o&&(l=l(n,a.t,a)),l)},getObj(t,n,a){let o=this.o[t];return typeof o=="function"&&n!=null&&(o=o(n,a.t,a)),o},render(t){const n=t.render(this);return(this.get("render",null,t)||this.defaultRender)(n,t.t,t)}};function y4(t){return t}function k4(t,n){this.t="token",this.v=t,this.tk=n}k4.prototype={isLink:!1,toString(){return this.v},toHref(t){return this.toString()},toFormattedString(t){const n=this.toString(),a=t.get("truncate",n,this),o=t.get("format",n,this);return a&&o.length>a?o.substring(0,a)+"…":o},toFormattedHref(t){return t.get("formatHref",this.toHref(t.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(t=w0.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(t),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(t){return{type:this.t,value:this.toFormattedString(t),isLink:this.isLink,href:this.toFormattedHref(t),start:this.startIndex(),end:this.endIndex()}},validate(t){return t.get("validate",this.toString(),this)},render(t){const n=this,a=this.toHref(t.get("defaultProtocol")),o=t.get("formatHref",a,this),l=t.get("tagName",a,n),s=this.toFormattedString(t),f={},i=t.get("className",a,n),r=t.get("target",a,n),c=t.get("rel",a,n),d=t.getObj("attributes",a,n),C=t.getObj("events",a,n);return f.href=o,i&&(f.class=i),r&&(f.target=r),c&&(f.rel=c),d&&Object.assign(f,d),{tagName:l,attributes:f,content:s,eventListeners:C}}};function g1(t,n){class a extends k4{constructor(l,s){super(l,s),this.t=t}}for(const o in n)a.prototype[o]=n[o];return a.t=t,a}const _4=g1("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),b4=g1("text"),xa=g1("nl"),p1=g1("url",{isLink:!0,toHref(t=w0.defaultProtocol){return this.hasProtocol()?this.v:`${t}://${this.v}`},hasProtocol(){const t=this.tk;return t.length>=2&&t[0].t!==M0&&t[1].t===x2}}),c2=t=>new n2(t);function ja({groups:t}){const n=t.domain.concat([t1,a1,T2,o1,l1,f1,s1,i1,r2,W1,_0,r1,c1,d1,h2,A1,E0,C1]),a=[n1,x2,G1,L2,X1,_0,b0,e3,t3,H0,P0,y0,k0,R0,v0,F0,Q0,Y0,q0,W0,K0,J0,G0,X0,e1],o=[t1,n1,a1,o1,l1,f1,s1,i1,r2,y0,k0,_0,r1,c1,d1,b0,h2,A1,E0,C1],l=c2(),s=D(l,E0);R(s,o,s),R(s,t.domain,s);const f=c2(),i=c2(),r=c2();R(l,t.domain,f),R(l,t.scheme,i),R(l,t.slashscheme,r),R(f,o,s),R(f,t.domain,f);const c=D(f,T2);D(s,T2,c),D(i,T2,c),D(r,T2,c);const d=D(s,L2);R(d,o,s),R(d,t.domain,s);const C=c2();R(c,t.domain,C),R(C,t.domain,C);const A=D(C,L2);R(A,t.domain,C);const p=c2(_4);R(A,t.tld,p),R(A,t.utld,p),D(c,M0,p);const m=D(C,r2);D(m,r2,m),R(m,t.domain,C),R(p,t.domain,C),D(p,L2,A),D(p,r2,m);const h=D(p,x2);R(h,t.numeric,_4);const u=D(f,r2),k=D(f,L2);D(u,r2,u),R(u,t.domain,f),R(k,o,s),R(k,t.domain,f);const _=c2(p1);R(k,t.tld,_),R(k,t.utld,_),R(_,t.domain,f),R(_,o,s),D(_,L2,k),D(_,r2,u),D(_,T2,c);const M=D(_,x2),L=c2(p1);R(M,t.numeric,L);const y=c2(p1),g=c2();R(y,n,y),R(y,a,g),R(g,n,y),R(g,a,g),D(_,h2,y),D(L,h2,y);const b=D(i,x2),E=D(r,x2),B=D(E,h2),j=D(B,h2);R(i,t.domain,f),D(i,L2,k),D(i,r2,u),R(r,t.domain,f),D(r,L2,k),D(r,r2,u),R(b,t.domain,y),D(b,h2,y),D(b,b0,y),R(j,t.domain,y),R(j,n,y),D(j,h2,y);const O=[[y0,k0],[v0,R0],[F0,Q0],[H0,P0],[Y0,q0],[W0,K0],[J0,G0],[X0,e1]];for(let V=0;V<O.length;V++){const[S,v]=O[V],H=D(y,S);D(g,S,H),D(H,v,y);const F=c2(p1);R(H,n,F);const P=c2();R(H,a),R(F,n,F),R(F,a,P),R(P,n,F),R(P,a,P),D(F,v,y),D(P,v,y)}return D(l,M0,_),D(l,J1,xa),{start:l,tokens:p4}}function za(t,n,a){let o=a.length,l=0,s=[],f=[];for(;l<o;){let i=t,r=null,c=null,d=0,C=null,A=-1;for(;l<o&&!(r=i.go(a[l].t));)f.push(a[l++]);for(;l<o&&(c=r||i.go(a[l].t));)r=null,i=c,i.accepts()?(A=0,C=i):A>=0&&A++,l++,d++;if(A<0)l-=d,l<o&&(f.push(a[l]),l++);else{f.length>0&&(s.push(s3(b4,n,f)),f=[]),l-=A,d-=A;const p=C.t,m=a.slice(l-d,l);s.push(s3(p,n,m))}}return f.length>0&&s.push(s3(b4,n,f)),s}function s3(t,n,a){const o=a[0].s,l=a[a.length-1].e,s=n.slice(o,l);return new t(s,a)}const J={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Za(){J.scanner=Sa(J.customSchemes);for(let t=0;t<J.tokenQueue.length;t++)J.tokenQueue[t][1]({scanner:J.scanner});J.parser=ja(J.scanner.tokens);for(let t=0;t<J.pluginQueue.length;t++)J.pluginQueue[t][1]({scanner:J.scanner,parser:J.parser});return J.initialized=!0,J}function E4(t){return J.initialized||Za(),za(J.parser.start,t,h4(J.scanner.start,t))}E4.scan=h4;function N4(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function Oa(t){return t.replace(/"/g,""")}function Ua(t){const n=[];for(const a in t){let o=t[a]+"";n.push(`${a}="${Oa(o)}"`)}return n.join(" ")}function $a({tagName:t,attributes:n,content:a}){return`<${t} ${Ua(n)}>${N4(a)}</${t}>`}function u2(t,n={}){n=new f3(n,$a);const a=E4(t),o=[];for(let l=0;l<a.length;l++){const s=a[l];s.t==="nl"&&n.get("nl2br")?o.push(`<br>
|
4
|
+
`):!s.isLink||!n.check(s)?o.push(N4(s.toString())):o.push(n.render(s))}return o.join("")}String.prototype.linkify||Object.defineProperty(String.prototype,"linkify",{writable:!1,value:function(n){return u2(this,n)}});const va=["messageId"],Ra=["src"],Fa={key:1,class:"audio-message__subtext"},Qa={class:"audio-message__audio-container"},Ha=["src"],Pa=["max"],Ya={class:"audio-message__player-controls"},qa={class:"audio-message__remaining-time"},Wa={class:"audio-message__speed-btn-container"},Ka=["onClick"],Ja=["href"],Ga={key:1,class:"audio-message__transcript-container"},Xa={key:2,class:"audio-message__text-container"},eo=["innerHTML"],to={class:"audio-message__info-container"},no={class:"audio-message__time"},ao={key:0,class:"pi pi-check"},oo=["data-theme"],lo={class:"audio-message__modal"},fo={style:{"word-wrap":"break-word","max-width":"25rem"}},w4=I(e.defineComponent({__name:"AudioMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getTheme:o}=o2(a),l=t,s=e.ref([{text:"1.0x",speed:1,selected:!0},{text:"1.2x",speed:1.2,selected:!1},{text:"1.5x",speed:1.5,selected:!1},{text:"2.0x",speed:2,selected:!1}]),f=V=>{for(let S of s.value)S.selected=!1;s.value[V].selected=!0,r.value&&(r.value.playbackRate=s.value[V].speed)},i=n,r=e.ref(),c=e.ref(!1),d=e.ref(0),C=e.ref(0),A=e.ref(!1),p=e.ref(!1),m=e.ref(!1),h=e.computed(()=>l.message.text?u2(l.message.text):""),u=V=>{i("reply",V)};function k(V){V.preventDefault(),V.target&&"href"in V.target&&window.open(V.target.href,"_blank")}const _=()=>{p.value=!0},M=()=>{p.value=!1,A.value=!1},L=()=>{i("action",{messageId:l.message.messageId,type:"views"})},y=()=>{},g=e.computed(()=>U2(l.message.status));function b(){r.value&&(c.value?r.value.pause():r.value.play(),c.value=!c.value)}const E=V=>{const S=Math.floor(V/60),v=Math.floor(V%60);return`${S.toString().padStart(2,"0")}:${v.toString().padStart(2,"0")}`},B=e.computed(()=>r.value?E(C.value):"0:00");e.watch(()=>C.value,()=>{r.value&&(r.value.duration!=1/0&&!Number.isNaN(r.value.duration)&&(r.value.currentTime=C.value),C.value==d.value&&(c.value=!1))});const j=e.computed(()=>r.value?E(d.value):"0:00");function O(V){return V.position==="left"?"audio-message__left":"audio-message__right"}return e.onMounted(()=>{r.value!=null&&(r.value.addEventListener("loadedmetadata",()=>{r.value!=null&&(r.value.duration==1/0||Number.isNaN(r.value.duration))&&(r.value.currentTime=1e101,r.value.addEventListener("timeupdate",()=>{r.value&&(r.value.currentTime=0,d.value=r.value.duration)},{once:!0})),d.value=r.value!=null?r.value.duration:0}),r.value.addEventListener("timeupdate",()=>{C.value=r.value!=null?r.value.currentTime:0}))}),(V,S)=>{var v;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["audio-message",[O(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:M},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"audio-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"})},null,12,Ra)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",Fa,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["audio-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}]),onMouseenter:_},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,style:{"grid-column":"1/3"},message:t.message.reply,class:e.normalizeClass(t.message.position),onReply:u},null,8,["message","class"])):e.createCommentVNode("",!0),e.createElementVNode("div",Qa,[e.createElementVNode("audio",{ref_key:"player",ref:r,src:t.message.url,type:"audio/webm"},null,8,Ha),e.withDirectives(e.createElementVNode("button",{class:"audio-message__play",onClick:b},[...S[4]||(S[4]=[e.createElementVNode("span",{class:"pi pi-play"},null,-1)])],512),[[e.vShow,!c.value]]),e.withDirectives(e.createElementVNode("button",{class:"audio-message__pause",onClick:b},[...S[5]||(S[5]=[e.createElementVNode("span",{class:"pi pi-pause"},null,-1)])],512),[[e.vShow,c.value]]),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":S[0]||(S[0]=H=>C.value=H),class:"audio-message__progress-bar-container",type:"range",min:0,max:d.value,step:"0.1"},null,8,Pa),[[e.vModelText,C.value]]),e.createElementVNode("div",Ya,[e.createElementVNode("p",qa,e.toDisplayString(`${B.value} / ${j.value}`),1),e.createElementVNode("div",Wa,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(H,F)=>(e.openBlock(),e.createElementBlock("p",{key:H.text,class:e.normalizeClass(["audio-message__speed-btn",{"audio-message__speed-btn-selected":H.selected}]),onClick:P=>f(F)},e.toDisplayString(H.text),11,Ka))),128))])]),e.createElementVNode("a",{class:"audio-message__download-button",href:t.message.url,download:"",target:"_blank",onClick:e.withModifiers(()=>"//Предотвращаем всплытие события клика",["stop"])},[...S[6]||(S[6]=[e.createElementVNode("span",{class:"pi pi-download"},null,-1)])],8,Ja)]),(v=t.message.transcript)!=null&&v.text?(e.openBlock(),e.createElementBlock("div",Ga,[e.createElementVNode("p",{onClick:S[1]||(S[1]=H=>m.value=!m.value)},e.toDisplayString(t.message.transcript.text),1)])):e.createCommentVNode("",!0),t.message.text?(e.openBlock(),e.createElementBlock("div",Xa,[e.createElementVNode("p",{onClick:k,innerHTML:h.value},null,8,eo)])):e.createCommentVNode("",!0),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(q2),{key:3,class:e.normalizeClass(["audio-message__link-preview",t.message.position]),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(Y2),{key:4,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0),e.createElementVNode("div",to,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"audio-message__views",onClick:L},[S[7]||(S[7]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),e.createElementVNode("span",no,e.toDisplayString(t.message.time),1),O(t.message)==="audio-message__right"&&e.unref(O2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["audio-message__status",g.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",ao)):e.createCommentVNode("",!0),S[8]||(S[8]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)]),p.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:5,class:"audio-message__menu-button",onClick:S[2]||(S[2]=H=>A.value=!A.value)},[...S[9]||(S[9]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[A.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(z2),{key:0,class:"audio-message__context-menu",actions:t.message.actions,onClick:y},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1}),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>{var H;return[m.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"audio-message__modal-overlay","data-theme":e.unref(o)().theme?e.unref(o)().theme:null},[e.createElementVNode("div",lo,[e.createElementVNode("button",{class:"audio-message__modal-close-button",onClick:S[3]||(S[3]=F=>m.value=!1)},[...S[10]||(S[10]=[e.createElementVNode("span",null,[e.createElementVNode("i",{class:"pi pi-times"})],-1)])]),e.createElementVNode("p",fo,e.toDisplayString((H=t.message.transcript)==null?void 0:H.text),1)])],8,oo)):e.createCommentVNode("",!0)]}),_:1})]))],34)],42,va)}}}),[["__scopeId","data-v-1215b0b4"]]),so={class:"reply__reset"},v2=I(e.defineComponent({__name:"BaseReplyMessage",props:{message:{type:Object,default:()=>({})}},emits:["action","reply","reset"],setup(t,{emit:n}){const a=n,o=t,l=()=>{o.message&&a("reply",o.message.messageId)},s=i=>({"message.text":U4,"message.image":O4,"message.file":Z4,"message.audio":j4,"message.video":$4,"message.call":z4})[i],f=i=>({"message.text":"","message.image":"grid","message.file":"grid","message.audio":"grid","message.video":"grid","message.call":"grid"})[i];return(i,r)=>{var c,d;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["reply__container",f(((c=t.message)==null?void 0:c.type)||"")]),onClick:l},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s(((d=t.message)==null?void 0:d.type)||"")),{message:t.message},null,8,["message"])),e.createElementVNode("div",so,[e.createElementVNode("span",{class:"pi pi-times",onClick:r[0]||(r[0]=C=>a("reset"))})])],2)}}}),[["__scopeId","data-v-05cc1beb"]]),io=["messageId"],ro=["src"],co={key:1,class:"call-message__subtext"},Co={class:"call-message__content"},Ao={key:0,class:"call-message__title"},uo={key:1,class:"call-message__title"},mo={key:2,class:"call-message__duration"},go={key:3,class:"call-message__duration"},po={key:4,class:"call-message__duration"},Lo={class:"call-message__info-container"},ho={class:"call-message__time"},Mo=["data-theme"],yo={class:"call-message__modal"},V4=I(e.defineComponent({__name:"CallMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null}},setup(t){const n=e.inject("chatAppId"),{getTheme:a}=o2(n),o=e.ref(!1),l={textDialog:"textDialog",message:"message"};function s(f,i){const r=f.position;switch(i){case"textDialog":return r==="left"?"call-message__text-dialog-left":"call-message__text-dialog-right";case"message":return r==="left"?"call-message__left":"call-message__right";default:return""}}return(f,i)=>{var r;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([s(t.message,l.message),t.applyStyle(t.message)]),messageId:t.message.messageId},[t.message.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,class:"call-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"})},null,12,ro)):e.createCommentVNode("",!0),t.message.subText?(e.openBlock(),e.createElementBlock("p",co,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",Co,[e.createElementVNode("span",{class:e.normalizeClass(["call-message__icon pi pi-phone",{"call-message__icon-missed":t.message.isMissedCall}])},null,2),t.message.isMissedCall?(e.openBlock(),e.createElementBlock("span",uo," Пропущенный аудиозвонок ")):(e.openBlock(),e.createElementBlock("span",Ao," Аудиозвонок ")),t.message.callDuration?(e.openBlock(),e.createElementBlock("span",mo,e.toDisplayString(t.message.callDuration),1)):!t.message.callDuration&&t.message.isMissedCall?(e.openBlock(),e.createElementBlock("span",go,"Нажмите, чтобы перезвонить")):(e.openBlock(),e.createElementBlock("span",po,"Нет ответа")),e.createElementVNode("div",Lo,[e.createElementVNode("span",ho,e.toDisplayString(t.message.time),1)]),(r=t.message.transcript)!=null&&r.dialog?(e.openBlock(),e.createElementBlock("button",{key:5,class:"call-message__download-button",onClick:i[0]||(i[0]=c=>o.value=!o.value)},[...i[2]||(i[2]=[e.createElementVNode("span",{class:"pi pi-arrow-up-right"},null,-1)])])):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>{var c;return[o.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"call-message__modal-overlay","data-theme":e.unref(a)().theme?e.unref(a)().theme:"light"},[e.createElementVNode("div",yo,[e.createElementVNode("button",{class:"call-message__modal-close-button",onClick:i[1]||(i[1]=d=>o.value=!1)},[...i[3]||(i[3]=[e.createElementVNode("span",null,[e.createElementVNode("i",{class:"pi pi-times"})],-1)])]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList((c=t.message.transcript)==null?void 0:c.dialog,d=>(e.openBlock(),e.createElementBlock("div",{key:d.time,class:e.normalizeClass(s(d,l.textDialog))},[e.createElementVNode("p",null,e.toDisplayString(d.text),1),e.createElementVNode("span",null,e.toDisplayString(d.time),1)],2))),128))])],8,Mo)):e.createCommentVNode("",!0)]}),_:1})]))])],10,io)}}}),[["__scopeId","data-v-f95d9231"]]),ko={class:"date-message__container"},_o={class:"date-message__text"},I4=I(e.defineComponent({__name:"DateMessage",props:{message:{type:Object,required:!0,default:()=>{}}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",ko,[e.createElementVNode("p",_o,e.toDisplayString(t.message.text),1)]))}}),[["__scopeId","data-v-0369ddcb"]]),bo={class:"date-message-sticky__container"},Eo={class:"date-message-sticky__text"},D4=I(e.defineComponent({__name:"DateMessageSticky",props:{text:{type:String,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",bo,[e.createElementVNode("p",Eo,e.toDisplayString(t.text),1)]))}}),[["__scopeId","data-v-b651f78e"]]),No=["onClick"],B4=I(e.defineComponent({__name:"FeedKeyboard",props:{buttons:{type:Array,required:!0,default:()=>[]},align:{type:String,default:"right",validator:t=>["left","center","right"].includes(t)}},emits:["action"],setup(t,{emit:n}){const a=t,o=n,l=e.computed(()=>[...a.buttons].sort((f,i)=>f.order-i.order)),s=f=>{typeof f.action=="function"?f.action():f.action!=null&&o("action",f.action)};return(f,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["feed-keyboard__container",[`feed-keyboard__container--${t.align}`]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,r=>(e.openBlock(),e.createElementBlock("div",{key:r.key,class:"feed-keyboard__button",style:e.normalizeStyle({"box-shadow":r["shadow-color"]&&r["shadow-color"]!=="none"?`0px 4px 4px ${r["shadow-color"]}, 0px 1px 2px ${r["shadow-color"]}`:"none",color:r["text-color"]||"inherit"}),onClick:c=>s(r)},[e.createElementVNode("p",null,e.toDisplayString(r.text),1)],12,No))),128))],2))}}),[["__scopeId","data-v-af2fc142"]]),wo=["messageId"],Vo=["src"],Io={key:1,class:"file-message__subtext"},Do=["href"],Bo={class:"file-message__filename-text"},So={key:1,class:"file-message__text-container"},To=["innerHTML"],xo={class:"file-message__info-container"},jo={class:"file-message__time"},zo={key:0,class:"pi pi-check"},S4=I(e.defineComponent({__name:"FileMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(!1),s=e.ref(!1),f=e.ref("");e.watch(()=>a.message.text,()=>{a.message.text&&(f.value=u2(a.message.text))},{immediate:!0});const i=h=>{o("reply",h)};function r(h){h.preventDefault(),h.target.href&&window.open(h.target.href,"_blank")}const c=()=>{o("action",{messageId:a.message.messageId,type:"views"})},d=()=>{},C=()=>{s.value=!0},A=()=>{s.value=!1,l.value=!1},p=e.computed(()=>U2(a.message.status));function m(h){return h.position==="left"?"file-message__left":"file-message__right"}return(h,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["file-message",[m(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:A},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"file-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"})},null,12,Vo)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",Io,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["file-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}]),style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"}),onMouseenter:C},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,message:t.message.reply,class:e.normalizeClass(t.message.position),onReply:i},null,8,["message","class"])):e.createCommentVNode("",!0),e.createElementVNode("a",{class:"file-message__link",href:t.message.url,download:"",target:"_blank"},[u[1]||(u[1]=e.createElementVNode("span",{class:"pi pi-file"},null,-1)),e.createElementVNode("p",Bo,e.toDisplayString(t.message.filename),1),u[2]||(u[2]=e.createElementVNode("div",{class:"file-message__download-button"},[e.createElementVNode("span",{class:"pi pi-download"})],-1))],8,Do),t.message.text?(e.openBlock(),e.createElementBlock("div",So,[e.createElementVNode("p",{onClick:r,innerHTML:f.value},null,8,To)])):e.createCommentVNode("",!0),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(q2),{key:2,class:e.normalizeClass(t.message.position),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(Y2),{key:3,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0),e.createElementVNode("div",xo,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"file-message__views",onClick:c},[u[3]||(u[3]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),e.createElementVNode("span",jo,e.toDisplayString(t.message.time),1),m(t.message)==="file-message__right"&&e.unref(O2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["file-message__status",p.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",zo)):e.createCommentVNode("",!0),u[4]||(u[4]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)]),s.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:4,class:"file-message__menu-button",onClick:u[0]||(u[0]=k=>l.value=!l.value)},[...u[5]||(u[5]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[l.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(z2),{key:0,class:"file-message__context-menu",actions:t.message.actions,onClick:d},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1})],38)],42,wo))}}),[["__scopeId","data-v-e40ef8bd"]]),Zo=["messageId"],Oo=["src"],Uo={key:1,class:"image-message__subtext"},$o=["src","alt"],vo={key:0,class:"image-message__info-container"},Ro={class:"image-message__time"},Fo={key:0,class:"pi pi-check"},Qo=["href"],Ho={key:1,class:"image-message__text-container"},Po=["innerHTML"],Yo=["src","alt"],T4=I(e.defineComponent({__name:"ImageMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getTheme:o}=o2(a),l=t,s=n,f=e.ref(!1),i=e.ref(!1),r=e.ref(!1),c=e.ref(!1),d=e.ref("");e.watch(()=>l.message.text,()=>{l.message.text&&(d.value=u2(l.message.text))},{immediate:!0});const C=y=>{s("reply",y)};function A(y){y.preventDefault(),y.target.href&&window.open(y.target.href,"_blank")}const p=()=>{s("action",{messageId:l.message.messageId,type:"views"})},m=()=>{},h=()=>{r.value=!0,c.value=!0},u=()=>{r.value=!1,i.value=!1},k=e.computed(()=>l.message.reply&&l.message.text?"0":l.message.text?"8px 8px 0 0":l.message.reply?"0 0 8px 8px":"8px"),_=e.computed(()=>U2(l.message.status));function M(y){return y.position==="left"?"image-message__left":"image-message__right"}const L=()=>f.value=!1;return(y,g)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["image-message",[M(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:u},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"image-message__avatar",src:t.message.avatar,height:"32",width:"32"},null,8,Oo)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",Uo,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["image-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}])},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,style:{margin:"10px 10px 4px 16px"},class:e.normalizeClass(t.message.position),message:t.message.reply,onReply:C},null,8,["class","message"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"image-message__preview-button",onClick:g[0]||(g[0]=b=>f.value=!0),onMouseenter:h,onMouseleave:g[1]||(g[1]=b=>c.value=!c.value)},[e.createElementVNode("img",{class:"image-message__preview-image",style:e.normalizeStyle({borderRadius:k.value}),src:t.message.url,alt:t.message.alt},null,12,$o),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("div",vo,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"image-message__views",onClick:e.withModifiers(p,["stop"])},[g[3]||(g[3]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),e.createElementVNode("span",Ro,e.toDisplayString(t.message.time),1),M(t.message)==="image-message__right"&&e.unref(O2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["image-message__status",_.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",Fo)):e.createCommentVNode("",!0),g[4]||(g[4]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("a",{key:0,class:"image-message__download-button",href:t.message.url,download:"",target:"_blank",onClick:e.withModifiers(()=>"//Предотвращаем всплытие события клика",["stop"])},[...g[5]||(g[5]=[e.createElementVNode("span",{class:"pi pi-download"},null,-1)])],8,Qo)):e.createCommentVNode("",!0)]),_:1})],32),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[r.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:0,class:"image-message__menu-button",onClick:g[2]||(g[2]=b=>i.value=!i.value)},[...g[6]||(g[6]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"context-menu"},{default:e.withCtx(()=>[i.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(z2),{key:0,class:"image-message__context-menu",actions:t.message.actions,onClick:m},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1}),t.message.text?(e.openBlock(),e.createElementBlock("div",Ho,[e.createElementVNode("p",{onClick:A,innerHTML:d.value},null,8,Po)])):e.createCommentVNode("",!0),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(q2),{key:2,class:e.normalizeClass(["image-message__link-preview",t.message.position]),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(Y2),{key:3,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0)],2),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[f.value?(e.openBlock(),e.createBlock(e.unref(n0),{key:0,"data-theme":e.unref(o)().theme?e.unref(o)().theme:"light",onClose:L},{default:e.withCtx(()=>[e.createElementVNode("img",{class:"image-message__modal-image",src:t.message.url,alt:t.message.alt},null,8,Yo)]),_:1},8,["data-theme"])):e.createCommentVNode("",!0)]),_:1})]))],42,Zo))}}),[["__scopeId","data-v-99198d21"]]),qo=["onClick"],x4=I(e.defineComponent({__name:"MessageKeyboard",props:{keyboard:{type:Array,required:!0},align:{type:String,default:"right",validator:t=>["left","center","right"].includes(t)}},emits:["action"],setup(t,{expose:n,emit:a}){const o=e.useTemplateRef("keyboard"),l=a,s=e.inject("chatAppId"),{setMessageText:f,setForceSendMessage:i}=t2(s),r=c=>{c.action&&typeof c.action=="function"?c.action():c.action!=null?l("action",c.action):(f(c.text),i(!0))};return n({refKeyboard:o}),(c,d)=>(e.openBlock(),e.createElementBlock("div",{ref:"keyboard",class:e.normalizeClass(["keyboard__container",[`keyboard__container--${t.align}`]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.keyboard,C=>(e.openBlock(),e.createElementBlock("div",{key:C.text,class:"keyboard__key",style:e.normalizeStyle({"box-shadow":"0px 0px 10px 5px "+C.color}),onClick:A=>r(C)},[e.createElementVNode("p",null,e.toDisplayString(C.text),1)],12,qo))),128))],2))}}),[["__scopeId","data-v-c1274bc9"]]),Wo={class:"audio-message__play"},Ko={class:"audio-message__text-container"},Jo={key:0},Go=["innerHTML"],j4=I(e.defineComponent({__name:"ReplyAudioMessage",props:{message:{type:Object,required:!0}},setup(t){const n=t,a=e.ref(!1),o=e.ref("");e.watch(()=>n.message.text,()=>{n.message.text&&(o.value=u2(n.message.text))},{immediate:!0});function l(s){s.preventDefault(),s.target.href&&window.open(s.target.href,"_blank")}return(s,f)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.withDirectives(e.createElementVNode("div",Wo,[...f[0]||(f[0]=[e.createElementVNode("span",{class:"pi pi-play"},null,-1)])],512),[[e.vShow,!a.value]]),e.createElementVNode("div",Ko,[t.message.header?(e.openBlock(),e.createElementBlock("p",Jo,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),f[1]||(f[1]=e.createElementVNode("div",{class:"audio-message__reply-description"},[e.createElementVNode("span",{class:"pi pi-microphone"}),e.createElementVNode("p",null,"Аудиосообщение")],-1)),t.message.text?(e.openBlock(),e.createElementBlock("p",{key:1,class:"audio-message__text",onClick:l,innerHTML:o.value},null,8,Go)):e.createCommentVNode("",!0)])],64))}}),[["__scopeId","data-v-db05af25"]]),Xo={class:"call-message__text-container"},el={key:0},tl={class:"call-message__reply-description"},nl={key:0,class:"call-message__title"},al={key:1,class:"call-message__title"},ol={key:1},z4=I(e.defineComponent({__name:"ReplyCallMessage",props:{message:{type:Object,required:!0}},setup(t){return console.log(t.message),(a,o)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",null,[e.createElementVNode("span",{class:e.normalizeClass(["call-message__icon pi pi-phone",{"call-message__icon-missed":t.message.isMissedCall}])},null,2)]),e.createElementVNode("div",Xo,[t.message.header?(e.openBlock(),e.createElementBlock("p",el,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),e.createElementVNode("div",tl,[t.message.isMissedCall?(e.openBlock(),e.createElementBlock("span",al," Пропущенный аудиозвонок ")):(e.openBlock(),e.createElementBlock("span",nl," Аудиозвонок "))]),t.message.callDuration?(e.openBlock(),e.createElementBlock("p",ol,e.toDisplayString(t.message.callDuration),1)):e.createCommentVNode("",!0)])],64))}}),[["__scopeId","data-v-2672cf43"]]),ll=["href"],fl={key:0},sl=["href"],il={class:"file-message__filename-text"},rl=["innerHTML"],Z4=I(e.defineComponent({__name:"ReplyFileMessage",props:{message:{type:Object,required:!0}},setup(t){const n=t,a=e.ref("");e.watch(()=>n.message.text,()=>{n.message.text&&(a.value=u2(n.message.text))},{immediate:!0});function o(l){var s;l.preventDefault(),(s=l.target)!=null&&s.href&&window.open(l.target.href,"_blank")}return(l,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("a",{class:"file-message__link",href:t.message.url,download:"",target:"_blank"},[...s[0]||(s[0]=[e.createElementVNode("span",{class:"pi pi-file"},null,-1)])],8,ll),e.createElementVNode("div",null,[t.message.header?(e.openBlock(),e.createElementBlock("p",fl,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),e.createElementVNode("a",{class:"file-message__link",href:t.message.url,download:"",target:"_blank"},[e.createElementVNode("p",il,e.toDisplayString(t.message.filename),1)],8,sl),t.message.text?(e.openBlock(),e.createElementBlock("p",{key:1,class:"file-message__text",onClick:o,innerHTML:a.value},null,8,rl)):e.createCommentVNode("",!0)])],64))}}),[["__scopeId","data-v-06417d07"]]),cl=["src","alt"],dl={class:"image-message__text-container"},Cl={key:0},Al=["innerHTML"],ul=["src","alt"],O4=I(e.defineComponent({__name:"ReplyImageMessage",props:{message:{type:Object,required:!0}},setup(t){const n=e.inject("chatAppId"),{getTheme:a}=o2(n),o=t,l=e.ref(!1),s=e.ref("");e.watch(()=>o.message.text,()=>{o.message.text&&(s.value=u2(o.message.text))},{immediate:!0});function f(r){r.preventDefault(),r.target.href&&window.open(r.target.href,"_blank")}const i=()=>l.value=!1;return(r,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:"image-message__preview-button",onClick:c[0]||(c[0]=d=>l.value=!0)},[e.createElementVNode("img",{class:"image-message__preview-image",src:t.message.url,alt:t.message.alt},null,8,cl)]),e.createElementVNode("div",dl,[t.message.header?(e.openBlock(),e.createElementBlock("p",Cl,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),c[1]||(c[1]=e.createElementVNode("div",{class:"image-message__reply-description"},[e.createElementVNode("span",{class:"pi pi-camera"}),e.createElementVNode("p",null,"Фотография")],-1)),t.message.text?(e.openBlock(),e.createElementBlock("p",{key:1,class:"image-message__text",onClick:f,innerHTML:s.value},null,8,Al)):e.createCommentVNode("",!0)]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[l.value?(e.openBlock(),e.createBlock(e.unref(n0),{key:0,"data-theme":e.unref(a)().theme?e.unref(a)().theme:"light",onClose:i},{default:e.withCtx(()=>[e.createElementVNode("img",{class:"image-message__modal-image",src:t.message.url,alt:t.message.alt},null,8,ul)]),_:1},8,["data-theme"])):e.createCommentVNode("",!0)]),_:1})]))],64))}}),[["__scopeId","data-v-9fca3146"]]),ml={class:"container"},gl={key:0},pl=["innerHTML"],U4=I(e.defineComponent({__name:"ReplyTextMessage",props:{message:{type:Object,required:!0}},setup(t){const n=t,a=e.ref("");e.watch(()=>n.message.text,()=>{a.value=u2(n.message.text)},{immediate:!0});function o(l){l.preventDefault(),l.target.href&&window.open(l.target.href,"_blank")}return(l,s)=>(e.openBlock(),e.createElementBlock("div",ml,[t.message.header?(e.openBlock(),e.createElementBlock("p",gl,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),e.createElementVNode("p",{class:"text",onClick:o,innerHTML:a.value},null,8,pl)]))}}),[["__scopeId","data-v-6d02021c"]]),Ll=["src"],hl={class:"video-message__text-container"},Ml={key:0},yl=["innerHTML"],kl=["src","alt"],$4=I(e.defineComponent({__name:"ReplyVideoMessage",props:{message:{type:Object,required:!0}},setup(t){const n=e.inject("chatAppId"),{getTheme:a}=o2(n),o=t,l=e.ref(),s=e.ref(!1),f=e.ref("");e.watch(()=>o.message.text,()=>{o.message.text&&(f.value=u2(o.message.text))},{immediate:!0});function i(c){c.preventDefault(),c.target.href&&window.open(c.target.href,"_blank")}const r=()=>s.value=!1;return(c,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:"video-message__preview-button",onClick:d[0]||(d[0]=C=>s.value=!0)},[e.createElementVNode("video",{class:"video-message__video",src:t.message.url,muted:!0},null,8,Ll)]),e.createElementVNode("div",hl,[t.message.header?(e.openBlock(),e.createElementBlock("p",Ml,e.toDisplayString(t.message.header),1)):e.createCommentVNode("",!0),d[1]||(d[1]=e.createElementVNode("div",{class:"video-message__reply-description"},[e.createElementVNode("span",{class:"pi pi-video"}),e.createElementVNode("p",null,"Видео")],-1)),t.message.text?(e.openBlock(),e.createElementBlock("p",{key:1,class:"video-message__text",onClick:i,innerHTML:f.value},null,8,yl)):e.createCommentVNode("",!0)]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[s.value?(e.openBlock(),e.createBlock(e.unref(n0),{key:0,"data-theme":e.unref(a)().theme?e.unref(a)().theme:"light",onClose:r},{default:e.withCtx(()=>[e.createElementVNode("video",{ref_key:"player",ref:l,class:"video-message__modal-video",src:t.message.url,alt:t.message.alt,controls:"",autoplay:""},null,8,kl)]),_:1},8,["data-theme"])):e.createCommentVNode("",!0)]),_:1})]))],64))}}),[["__scopeId","data-v-d05e6c09"]]),_l={class:"splash__container"},bl=I(e.defineComponent({__name:"SplashScreen",emits:["action"],setup(t,{emit:n}){const a=n,o=()=>{a("action")};return(l,s)=>(e.openBlock(),e.createElementBlock("div",_l,[e.renderSlot(l.$slots,"title",{},void 0,!0),e.renderSlot(l.$slots,"text",{},void 0,!0),e.createElementVNode("div",{class:"splash__img",onClick:o},[e.renderSlot(l.$slots,"picture",{},void 0,!0)])]))}}),[["__scopeId","data-v-f0afe642"]]),El={class:"system-message__container"},Nl={class:"system-message__text"},v4=I(e.defineComponent({__name:"SystemMessage",props:{message:{type:Object,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",El,[e.createElementVNode("p",Nl,e.toDisplayString(t.message.text),1)]))}}),[["__scopeId","data-v-2333b3c7"]]),wl=["messageId"],Vl=["src"],Il={key:1,class:"text-message__subtext"},Dl=["innerHTML"],Bl={class:"text-message__info-container"},Sl={key:1,class:"text-message__time"},Tl={key:0,class:"pi pi-check"},R4=I(e.defineComponent({__name:"TextMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(!1),s=e.ref(!1),f=e.ref("");e.watch(()=>a.message.text,()=>{f.value=u2(a.message.text)},{immediate:!0});const i=h=>{o("reply",h)};function r(h){h.preventDefault(),h.target.href&&window.open(h.target.href,"_blank")}const c=()=>{s.value=!0},d=()=>{s.value=!1,l.value=!1},C=e.computed(()=>U2(a.message.status)),A=h=>{d(),o("action",{messageId:a.message.messageId,type:"menu",...h})},p=()=>{d(),o("action",{messageId:a.message.messageId,type:"views"})};function m(h){return h.position==="left"?"text-message__left":"text-message__right"}return(h,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["text-message",[m(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:d},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"text-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText&&t.isFirstInSeries?"2":"1"})},null,12,Vl)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",Il,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["text-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}]),onMouseenter:c},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,class:e.normalizeClass(t.message.position),message:t.message.reply,onReply:i},null,8,["class","message"])):e.createCommentVNode("",!0),e.createElementVNode("p",{class:"text-message__text",onClick:r,innerHTML:f.value},null,8,Dl),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(q2),{key:1,class:e.normalizeClass(t.message.position),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(Y2),{key:2,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0),e.createElementVNode("div",Bl,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"text-message__views",onClick:p},[u[1]||(u[1]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),t.message.time?(e.openBlock(),e.createElementBlock("span",Sl,e.toDisplayString(t.message.time),1)):e.createCommentVNode("",!0),m(t.message)==="text-message__right"&&e.unref(O2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(["text-message__status",C.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",Tl)):e.createCommentVNode("",!0),u[2]||(u[2]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)]),s.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:3,class:"text-message__menu-button",onClick:u[0]||(u[0]=k=>l.value=!l.value)},[...u[3]||(u[3]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[l.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(z2),{key:0,class:"text-message__context-menu",actions:t.message.actions,onClick:A},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1})],34)],42,wl))}}),[["__scopeId","data-v-3dfc8346"]]),xl={class:"typing-message__container"},jl=["src"],zl={key:1,class:"typing-message__subtext"},i3=I(e.defineComponent({__name:"TypingMessage",props:{message:{type:Object,required:!0}},setup(t){return(n,a)=>(e.openBlock(),e.createElementBlock("div",xl,[t.message.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,class:"typing-message__avatar",src:t.message.avatar,height:"32",width:"32",style:e.normalizeStyle({gridRow:t.message.subText?"2":"1"})},null,12,jl)):e.createCommentVNode("",!0),t.message.subText?(e.openBlock(),e.createElementBlock("p",zl,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),a[0]||(a[0]=e.createElementVNode("div",{class:"typing-message__loader-container"},[e.createElementVNode("div",{class:"typing-message__loader"})],-1))]))}}),[["__scopeId","data-v-58b238c0"]]),Zl=["messageId"],Ol=["src"],Ul={key:1,class:"video-message__subtext"},$l=["src"],vl={key:0,class:"video-message__info-container"},Rl={class:"video-message__time"},Fl={key:0,class:"pi pi-check"},Ql=["href"],Hl={key:1,class:"video-message__text-container"},Pl=["innerHTML"],Yl=["src","alt"],F4=I(e.defineComponent({inheritAttrs:!1,__name:"VideoMessage",props:{message:{type:Object,required:!0},applyStyle:{type:Function,default:()=>null},isFirstInSeries:{type:Boolean,default:!0}},emits:["action","reply"],setup(t,{emit:n}){const a=e.inject("chatAppId"),{getTheme:o}=o2(a),l=t,s=n,f=E=>{s("reply",E)};function i(E){return E.position==="left"?"video-message__left":"video-message__right"}const r=e.ref(),c=e.ref(),d=e.ref(!1),C=e.ref(!1),A=e.ref(!1),p=e.ref(!1),m=e.ref("");e.watch(()=>l.message.text,()=>{l.message.text&&(m.value=u2(l.message.text))},{immediate:!0});function h(E){E.preventDefault(),E.target.href&&window.open(E.target.href,"_blank")}const u=()=>{s("action",{messageId:l.message.messageId,type:"views"})},k=()=>{},_=()=>{A.value=!0,p.value=!0},M=()=>{A.value=!1,C.value=!1},L=e.computed(()=>U2(l.message.status)),y=()=>{c.value&&(c.value.currentTime=0,c.value.play())};e.watch([r,c],([E,B])=>{E?B&&(B.pause(),B.currentTime=0):B&&(B.play(),B.currentTime=0)});const g=e.computed(()=>l.message.reply&&l.message.text?"0":l.message.text?"8px 8px 0 0":l.message.reply?"0 0 8px 8px":"8px"),b=()=>d.value=!1;return(E,B)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:e.normalizeClass(["video-message",[i(t.message),t.applyStyle(t.message)]]),messageId:t.message.messageId,onMouseleave:M},[t.message.avatar&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("img",{key:0,class:"video-message__avatar",src:t.message.avatar,height:"32",width:"32"},null,8,Ol)):e.createCommentVNode("",!0),t.message.subText&&t.isFirstInSeries?(e.openBlock(),e.createElementBlock("p",Ul,e.toDisplayString(t.message.subText),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["video-message__content",{"is-first":t.isFirstInSeries,"with-avatar-indent":!t.isFirstInSeries&&t.message.avatar}])},[t.message.reply?(e.openBlock(),e.createBlock(e.unref(v2),{key:0,style:{margin:"10px 10px 4px 16px"},class:e.normalizeClass(t.message.position),message:t.message.reply,onReply:f},null,8,["class","message"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"video-message__preview-button",onClick:B[0]||(B[0]=j=>d.value=!0),onMouseenter:_,onMouseleave:B[1]||(B[1]=j=>p.value=!p.value)},[e.createElementVNode("video",{ref_key:"previewPlayer",ref:c,class:"video-message__video",style:e.normalizeStyle({borderRadius:g.value}),src:t.message.url,muted:!0,autoplay:"",onEnded:y},null,44,$l),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[p.value?(e.openBlock(),e.createElementBlock("div",vl,[t.message.views?(e.openBlock(),e.createElementBlock("div",{key:0,class:"video-message__views",onClick:e.withModifiers(u,["stop"])},[B[3]||(B[3]=e.createElementVNode("span",{class:"pi pi-eye"},null,-1)),e.createElementVNode("p",null,e.toDisplayString(t.message.views),1)])):e.createCommentVNode("",!0),e.createElementVNode("span",Rl,e.toDisplayString(t.message.time),1),i(t.message)==="video-message__right"&&e.unref(O2).includes(t.message.status)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["video-message__status",L.value])},[t.message.status!=="sent"?(e.openBlock(),e.createElementBlock("span",Fl)):e.createCommentVNode("",!0),B[4]||(B[4]=e.createElementVNode("span",{class:"pi pi-check"},null,-1))],2)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[p.value?(e.openBlock(),e.createElementBlock("a",{key:0,class:"video-message__download-button",href:t.message.url,download:"",target:"_blank",onClick:e.withModifiers(()=>"//Предотвращаем всплытие события клика",["stop"])},[...B[5]||(B[5]=[e.createElementVNode("span",{class:"pi pi-download"},null,-1)])],8,Ql)):e.createCommentVNode("",!0)]),_:1})],32),e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[A.value&&t.message.actions?(e.openBlock(),e.createElementBlock("button",{key:0,class:"video-message__menu-button",onClick:B[2]||(B[2]=j=>C.value=!C.value)},[...B[6]||(B[6]=[e.createElementVNode("span",{class:"pi pi-ellipsis-h"},null,-1)])])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"context-menu"},{default:e.withCtx(()=>[C.value&&t.message.actions?(e.openBlock(),e.createBlock(e.unref(z2),{key:0,class:"video-message__context-menu",actions:t.message.actions,onClick:k},null,8,["actions"])):e.createCommentVNode("",!0)]),_:1}),t.message.text?(e.openBlock(),e.createElementBlock("div",Hl,[e.createElementVNode("p",{onClick:h,innerHTML:m.value},null,8,Pl)])):e.createCommentVNode("",!0),t.message.linkPreview?(e.openBlock(),e.createBlock(e.unref(q2),{key:2,class:e.normalizeClass(["video-message__link-preview",t.message.position]),"link-preview":t.message.linkPreview},null,8,["class","link-preview"])):e.createCommentVNode("",!0),t.message.embed?(e.openBlock(),e.createBlock(e.unref(Y2),{key:3,class:e.normalizeClass(t.message.position),embed:t.message.embed},null,8,["class","embed"])):e.createCommentVNode("",!0)],2)],42,Zl),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(e.Transition,{name:"modal-fade"},{default:e.withCtx(()=>[d.value?(e.openBlock(),e.createBlock(e.unref(n0),{key:0,"data-theme":e.unref(o)().theme?e.unref(o)().theme:"light",onClose:b},{default:e.withCtx(()=>[e.createElementVNode("video",{ref_key:"player",ref:r,class:"video-message__modal-video",src:t.message.url,alt:t.message.alt,controls:"",autoplay:""},null,8,Yl)]),_:1},8,["data-theme"])):e.createCommentVNode("",!0)]),_:1})]))],64))}}),[["__scopeId","data-v-d530bbc5"]]),ql=["data-theme"],Wl={class:"modal__container"},n0=I({__name:"ModalFullscreen",props:{theme:{type:String,required:!1,default:"light"}},emits:["close"],setup(t,{emit:n}){const a=n,o=s=>{s.target.classList.contains("modal__overlay")&&a("close")},l=s=>{s.key==="Escape"&&a("close")};return e.onMounted(()=>{document.addEventListener("keydown",l)}),e.onUnmounted(()=>{document.removeEventListener("keydown",l)}),(s,f)=>(e.openBlock(),e.createElementBlock("div",{class:"modal__overlay","data-theme":t.theme,onClick:o,onKeyup:f[1]||(f[1]=e.withKeys(i=>a("close"),["esc"]))},[e.createElementVNode("div",Wl,[e.createElementVNode("button",{class:"modal__close-button",onClick:f[0]||(f[0]=i=>a("close"))},[...f[2]||(f[2]=[e.createElementVNode("span",null,[e.createElementVNode("i",{class:"pi pi-times"})],-1)])]),e.renderSlot(s.$slots,"default",{},void 0,!0)])],40,ql))}},[["__scopeId","data-v-cfd44dde"]]),Kl={},Jl={width:"31",height:"30",viewBox:"0 0 31 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Gl(t,n){return e.openBlock(),e.createElementBlock("svg",Jl,[...n[0]||(n[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_1718_536)"},[e.createElementVNode("path",{d:"M30.0062 15.8609C30.1749 15.7886 30.3187 15.6685 30.4197 15.5153C30.5208 15.3621 30.5746 15.1826 30.5746 14.9991C30.5746 14.8156 30.5208 14.6361 30.4197 14.4829C30.3187 14.3297 30.1749 14.2096 30.0062 14.1373L3.00448 2.56551L3.00315 2.56418L2.16523 2.20356C2.00645 2.13533 1.8319 2.11232 1.66087 2.13706C1.48983 2.16181 1.32896 2.23335 1.19603 2.34378C1.0631 2.45421 0.96328 2.59924 0.907599 2.76284C0.851917 2.92644 0.842541 3.10225 0.880504 3.27085L1.07938 4.15915L1.07805 4.16313L3.48707 14.9991L1.07805 25.8351L1.07805 25.8404L0.879177 26.7287C0.841822 26.8971 0.851658 27.0725 0.907599 27.2357C0.963541 27.3989 1.06342 27.5435 1.19624 27.6535C1.32906 27.7636 1.48968 27.8349 1.66041 27.8596C1.83114 27.8842 2.00536 27.8613 2.1639 27.7933L30.0062 15.8609ZM25.0702 15.9365H5.19872L5.36179 15.2033C5.3918 15.0688 5.3918 14.9294 5.36179 14.7949L5.19872 14.0617H25.0702L27.2565 14.9991L25.0715 15.9378L25.0702 15.9365Z",fill:"#25D366"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_1718_536"},[e.createElementVNode("rect",{width:"30",height:"30",fill:"white",transform:"translate(0.75)"})])],-1)])])}const Xl=I(Kl,[["render",Gl]]),ef={class:"chat-input__container"},tf=["id"],nf=["id"],af={class:"chat-input__inline-buttons"},of={key:0,class:"chat-input__input chat-input__disabled-placeholder"},lf=["disabled","placeholder"],ff=["disabled"],sf={class:""},rf={class:"chat-input__third-line"},cf=I(e.defineComponent({__name:"ChatInput",props:{state:{type:String,required:!1,default:"active"},focusOnInputArea:{type:Boolean,required:!1,default:!1},disabledPlaceholder:{type:String,default:null}},emits:["send","typing"],setup(t,{emit:n}){const a=n,o=e.inject("chatAppId"),{resetMessage:l,getMessage:s,setMessageText:f,setForceSendMessage:i}=t2(o),r=e.ref(),c=u3("",2e3),d=e.ref(),C=t,A=e.computed(()=>!!(C.state=="disabled"||s().text==""&&!s().file||s().isRecording));e.watch(()=>c.value,()=>{a("typing")}),e.watch(()=>C.focusOnInputArea,()=>{C.focusOnInputArea&&e.nextTick(()=>{const u=e.unref(r);u==null||u.focus()})},{immediate:!0}),e.watch(()=>s().text,()=>{e.nextTick(()=>{const u=r.value;if(!u)return;const k=u.scrollTop;u.style.height="auto";const M=parseFloat(getComputedStyle(u).lineHeight)*11,L=u.scrollHeight;!s().text.trim()||L<=61?(u.style.height="40px",u.style.overflowY="hidden"):L<=M?(u.style.height=L+"px",u.style.overflowY="hidden"):(u.style.height=M+"px",u.style.overflowY="auto",u.scrollTop=k)})},{immediate:!0}),e.watch(()=>s().forceSend,()=>{s().forceSend&&(h(),i(!1))});const p=u=>{const k=u.target;a("typing",k.value)},m=u=>{if(u.shiftKey){if(r.value instanceof HTMLTextAreaElement){let k=r.value.selectionStart;k&&(r.value.setRangeText(`
|
5
5
|
`,k,k,"end"),f(r.value.value))}u.preventDefault()}else if(u.ctrlKey){if(r.value instanceof HTMLTextAreaElement){let k=r.value.selectionStart;k&&(r.value.setRangeText(`
|
6
|
-
`,k,k,"end"),f(r.value.value))}u.preventDefault()}else u.preventDefault(),h()},h=()=>{var k,_;const u=e.ref(s());if(u.value.text!=""||u.value.file){const M={type:"",text:"",url:"",filename:"",size:"",reply:void 0};u.value.file?(M.type="message."+u.value.file.type,M.url=u.value.file.url,M.filename=u.value.file.name,M.size=(k=u.value.file.size)==null?void 0:k.toString(),M.text=(_=u==null?void 0:u.value)==null?void 0:_.text.trim()):(M.type="message.text",M.text=u.value.text.trim()),u.value.reply&&(M.reply=u.value.reply),a("send",M),l(),d.value=void 0,r.value&&r.value.focus()}};return(u,k)=>(e.openBlock(),e.createElementBlock("div",cf,[e.createElementVNode("div",{id:"chat-input-reply-line-"+e.unref(o),class:"chat-input__reply-line"},null,8,df),e.createElementVNode("div",{id:"chat-input-file-line-"+e.unref(o),class:"chat-input__file-line"},null,8,Cf),e.createElementVNode("div",Af,[e.renderSlot(u.$slots,"inline-buttons",{},void 0,!0)]),t.disabledPlaceholder&&(t.state=="disabled"||e.unref(s)().isRecording)?(e.openBlock(),e.createElementBlock("div",uf,e.toDisplayString(t.disabledPlaceholder),1)):e.withDirectives((e.openBlock(),e.createElementBlock("textarea",{key:1,ref_key:"refInput",ref:r,"onUpdate:modelValue":k[0]||(k[0]=_=>e.unref(s)().text=_),disabled:t.state=="disabled"||e.unref(s)().isRecording,class:"chat-input__input",placeholder:e.unref(l2)("component.ChatInput.InputPlaceholder"),onKeydown:e.withKeys(m,["enter"]),onInput:p},null,40,mf)),[[e.vModelText,e.unref(s)().text]]),e.createElementVNode("button",{class:e.normalizeClass(["chat-input__button",{"chat-input__button-disabled":A.value}]),disabled:e.unref(s)().isRecording,onClick:h},[e.createElementVNode("span",pf,[e.createVNode(e.unref(rf))])],10,gf),e.createElementVNode("div",Lf,[e.renderSlot(u.$slots,"buttons",{},void 0,!0)])]))}}),[["__scopeId","data-v-7ffd7cf8"]]),Mf={class:"chat-list"},yf={class:"chat-list__title-container"},kf={key:0,class:"chat-list__title"},_f={class:"chat-list__fixed-items-top"},bf={class:"chat-list__scrollable-items"},Ef={class:"chat-list__fixed-items-bottom"},Nf=I({__name:"ChatList",props:{chats:{type:Array,required:!0},filterEnabled:{type:Boolean,required:!0},titleEnabled:{type:Boolean,default:!0},filterQuery:{type:String,default:null},dialogTabs:{type:Array,default:()=>[]}},emits:["select","action","loadMoreChats","expand","tab-click"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(""),s=e.ref(),f=e.ref(!1),i=e.ref(!1),r=e.ref(!1);function c(){e.nextTick(function(){const L=e.unref(s);L.scrollTop=0})}const d=()=>{const L=e.unref(s),y=L.scrollHeight-L.scrollTop-L.clientHeight;L.scrollTop>500&&(i.value=!0),L.scrollTop<=500&&(i.value=!1),r.value?y<300&&(f.value=!0):(y<300&&(f.value=!0),y>=300&&(f.value=!1))};e.watch(()=>f.value,()=>{f.value&&o("loadMoreChats")}),e.watch(()=>a.chats,()=>{if(f.value=!1,r.value){const L=e.unref(s);L.scrollTop=L.scrollHeight}});const C=L=>{const y=e.unref(s);(L.offsetX>y.clientWidth||L.offsetY>y.clientHeight)&&(r.value=!0)},A=()=>{r.value=!1},p=L=>{o("expand",L)},m=L=>{a.chats.forEach(g=>{g.isSelected=!1,g.dialogs&&g.dialogs.forEach(b=>{b.isSelected=!1})}),L.dialog&&h(L.dialog);const y=a.chats.find(g=>g.chatId===L.chat.chatId);y.isSelected=!0,o("select",L)},h=L=>{a.chats.forEach(y=>{y.isSelected=!1,y.dialogs&&y.dialogs.forEach(g=>{g.isSelected=!1,g.dialogId==L.dialogId&&(g.isSelected=!0)})})},u=()=>a.chats.toSorted((L,y)=>{if(Number(L["lastActivity.timestamp"])>Number(y["lastActivity.timestamp"]))return-1;if(Number(L["lastActivity.timestamp"])<Number(y["lastActivity.timestamp"]))return 1;if(Number(L["lastActivity.timestamp"])==Number(y["lastActivity.timestamp"]))return 0}).toSorted((L,y)=>{if(L.countUnread>y.countUnread)return-1;if(L.countUnread<y.countUnread)return 1;if(L.countUnread==y.countUnread)return 0}).filter(L=>a.filterQuery?L.name.includes(a.filterQuery)||L.metadata.includes(a.filterQuery):L.name.includes(l.value)||L.metadata.includes(l.value)),k=L=>{l.value=L},_=L=>o("action",L),M=L=>{o("tab-click",L)};return(L,y)=>(e.openBlock(),e.createElementBlock("div",Mf,[e.createElementVNode("div",yf,[t.titleEnabled?(e.openBlock(),e.createElementBlock("h2",kf,e.toDisplayString(e.unref(l2)("component.ChatList.Title")),1)):e.createCommentVNode("",!0),e.renderSlot(L.$slots,"actions",{},void 0,!0)]),e.renderSlot(L.$slots,"sidebar",{},void 0,!0),t.filterEnabled?(e.openBlock(),e.createBlock(e.unref(r4),{key:0,class:"chat-list__filter",onUpdate:k})):e.createCommentVNode("",!0),t.dialogTabs&&t.dialogTabs.length>0?(e.openBlock(),e.createBlock(e.unref(c4),{key:1,tabs:t.dialogTabs,onTabClick:M},null,8,["tabs"])):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"refChatList",ref:s,class:"chat-list__items",onScroll:d,onMousedown:C,onMouseup:A},[e.createElementVNode("div",_f,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u().filter(g=>g.isFixedTop),g=>(e.openBlock(),e.createBlock(e.unref(Z0),{key:g.chatId,class:"chat-list__item",chat:g,onSelect:m,onExpand:p,onAction:_},null,8,["chat"]))),128))]),e.createElementVNode("div",bf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u().filter(g=>!g.isFixedBottom&&!g.isFixedTop),g=>(e.openBlock(),e.createBlock(e.unref(Z0),{key:g.chatId,class:"chat-list__item",chat:g,onSelect:m,onExpand:p,onAction:_},null,8,["chat"]))),128))]),e.createElementVNode("div",Ef,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u().filter(g=>g.isFixedBottom),g=>(e.openBlock(),e.createBlock(e.unref(Z0),{key:g.chatId,class:"chat-list__item",chat:g,onSelect:m,onExpand:p,onAction:_},null,8,["chat"]))),128))])],544),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[i.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:"chat-list__button-up",onClick:c},[...y[0]||(y[0]=[e.createElementVNode("span",{class:"pi pi-angle-up chat-list__icon-down"},null,-1)])])):e.createCommentVNode("",!0)]),_:1})]))}},[["__scopeId","data-v-b50971c3"]]),wf=["id"],Vf=["id","onDblclick"],If={key:0,class:"message-feed__unread-amount"},Df={style:{margin:"auto"}},Bf=I(e.defineComponent({__name:"Feed",props:{objects:{type:Array,required:!0},buttonParams:{type:Object,required:!1,default:void 0},scrollToBottom:{type:Boolean,default:!1},typing:{type:[Object,Boolean],default:!1},enableDoubleClickReply:{type:Boolean,default:!1},scrollTo:{type:String,default:null},applyStyle:{type:Function,default:()=>null},keyboardAlign:{type:String,default:"right",validator:t=>["left","center","right"].includes(t)},feedKeyboards:{type:Array,required:!1,default:void 0},feedKeyboardAlign:{type:String,default:"right",validator:t=>["left","center","right"].includes(t)},chatBackground:{type:String,default:()=>new URL("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.08'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M123.907%20103.164C123.961%20103.293%20124.085%20103.371%20124.216%20103.371C124.258%20103.371%20124.301%20103.363%20124.341%20103.346L136.396%2098.4113C136.565%2098.342%20136.647%2098.1473%20136.579%2097.9766C136.508%2097.806%20136.313%2097.7246%20136.143%2097.7946L124.089%20102.729C123.92%20102.799%20123.838%20102.993%20123.907%20103.164ZM121.761%2097.9232C121.815%2098.0519%20121.94%2098.1305%20122.071%2098.1305C122.114%2098.1305%20122.156%2098.1225%20122.197%2098.1052L134.251%2093.1699C134.421%2093.1005%20134.503%2092.9059%20134.433%2092.7352C134.363%2092.5645%20134.169%2092.4839%20133.998%2092.5525L121.945%2097.4885C121.775%2097.5579%20121.693%2097.7525%20121.761%2097.9232ZM121.372%2096.4273C121.415%2096.4273%20121.458%2096.4193%20121.5%2096.4026L133.553%2091.4673C133.724%2091.398%20133.805%2091.2033%20133.735%2091.0326C133.665%2090.862%20133.47%2090.7806%20133.3%2090.8506L121.247%2095.7853C121.076%2095.8546%20120.994%2096.0493%20121.064%2096.22C121.117%2096.3493%20121.242%2096.4273%20121.372%2096.4273ZM127.448%20111.811C127.501%20111.94%20127.624%20112.019%20127.756%20112.019C127.799%20112.019%20127.84%20112.011%20127.882%20111.993L139.936%20107.058C140.106%20106.989%20140.188%20106.794%20140.118%20106.623C140.049%20106.453%20139.853%20106.372%20139.684%20106.441L127.63%20111.377C127.46%20111.446%20127.378%20111.641%20127.448%20111.811ZM124.605%20104.867C124.658%20104.996%20124.782%20105.075%20124.914%20105.075C124.955%20105.075%20124.999%20105.067%20125.039%20105.049L137.093%20100.115C137.264%20100.045%20137.345%2099.8507%20137.276%2099.6801C137.205%2099.5094%20137.009%2099.4281%20136.841%2099.4974L124.787%20104.433C124.617%20104.502%20124.535%20104.697%20124.605%20104.867ZM20.2705%20181.009C19.3432%20182.313%2017.9672%20183.177%2016.3939%20183.443C16.0625%20183.499%2015.7265%20183.527%2015.3932%20183.527C12.4659%20183.527%209.98653%20181.431%209.49919%20178.541C8.94986%20175.289%2011.1479%20172.196%2014.4005%20171.647C14.7312%20171.591%2015.0672%20171.562%2015.4005%20171.562C18.3292%20171.562%2020.8079%20173.659%2021.2952%20176.548C21.5605%20178.121%2021.1979%20179.705%2020.2705%20181.009ZM15.4007%20170.895C15.0314%20170.895%2014.6567%20170.927%2014.2887%20170.989C10.6754%20171.6%208.2314%20175.038%208.8414%20178.652C9.38406%20181.863%2012.1401%20184.194%2015.3934%20184.194C15.7641%20184.194%2016.1381%20184.162%2016.5054%20184.101C18.2541%20183.805%2019.7841%20182.845%2020.8141%20181.395C21.8434%20179.946%2022.2487%20178.185%2021.9527%20176.437C21.4114%20173.226%2018.6554%20170.895%2015.4007%20170.895ZM126.751%20110.109C126.804%20110.238%20126.927%20110.316%20127.059%20110.316C127.101%20110.316%20127.143%20110.308%20127.185%20110.291L139.239%20105.356C139.409%20105.287%20139.491%20105.092%20139.421%20104.921C139.351%20104.751%20139.155%20104.67%20138.986%20104.739L126.933%20109.674C126.761%20109.743%20126.681%20109.938%20126.751%20110.109ZM105.967%2011.7974C106.209%2012.546%20106.618%2013.1314%20107.121%2013.438C106.618%2013.746%20106.209%2014.33%20105.967%2015.08C105.727%2014.33%20105.316%2013.746%20104.812%2013.438C105.316%2013.1314%20105.727%2012.546%20105.967%2011.7974ZM103.99%2013.6773C104.932%2013.6773%20105.729%2015.05%20105.729%2016.6753C105.729%2016.8073%20105.836%2016.9146%20105.968%2016.9146C106.1%2016.9146%20106.206%2016.8073%20106.206%2016.6753C106.206%2015.05%20107.004%2013.6773%20107.946%2013.6773C108.078%2013.6773%20108.185%2013.5706%20108.185%2013.438C108.185%2013.306%20108.078%2013.1993%20107.946%2013.1993C107.004%2013.1993%20106.206%2011.826%20106.206%2010.2013C106.206%2010.0693%20106.1%209.96265%20105.968%209.96265C105.836%209.96265%20105.729%2010.0693%20105.729%2010.2013C105.729%2011.826%20104.932%2013.1993%20103.99%2013.1993C103.858%2013.1993%20103.751%2013.306%20103.751%2013.438C103.751%2013.5706%20103.858%2013.6773%20103.99%2013.6773ZM28.0605%20113.904C27.9999%20113.925%2027.9352%20113.935%2027.8712%20113.935C27.7785%20113.935%2027.6845%20113.913%2027.6019%20113.871C27.4579%20113.799%2027.3505%20113.675%2027.3005%20113.522L26.5565%20111.287C26.4512%20110.973%2026.6219%20110.631%2026.9372%20110.526L28.4799%20110.013C28.4812%20110.011%2028.4832%20110.012%2028.4852%20110.011L61.2859%2099.0953C61.2872%2099.0947%2061.2885%2099.0927%2061.2905%2099.0927L62.8279%2098.5807C62.8892%2098.56%2062.9525%2098.5493%2063.0165%2098.5493C63.1105%2098.5493%2063.2032%2098.572%2063.2859%2098.6133C63.4305%2098.686%2063.5372%2098.8093%2063.5879%2098.962L64.3325%20101.197C64.4372%20101.511%2064.2659%20101.853%2063.9512%20101.958L46.0099%20107.929H46.0092C46.0092%20107.929%2046.0085%20107.929%2046.0085%20107.931L28.0605%20113.904ZM22.0498%2089.6186L54.2171%2078.9126L60.7585%2098.5666L28.5911%20109.273L22.0498%2089.6186ZM19.9836%2089.6034C19.6722%2089.708%2019.3242%2089.5307%2019.2222%2089.2227L18.4782%2086.99C18.4289%2086.8394%2018.4409%2086.672%2018.5109%2086.5307C18.5829%2086.3887%2018.7096%2086.2787%2018.8602%2086.2287L54.7409%2074.2867C54.8029%2074.266%2054.8669%2074.2554%2054.9316%2074.2554C55.1909%2074.2554%2055.4202%2074.4207%2055.5022%2074.6674L56.2456%2076.9007C56.3502%2077.2147%2056.1789%2077.5567%2055.8649%2077.6614L23.3429%2088.4854L21.5229%2089.0914L19.9836%2089.6034ZM56.7412%20110.711C56.9618%20110.271%2057.3378%20109.945%2057.8032%20109.79C57.9912%20109.728%2058.1872%20109.696%2058.3838%20109.696C59.1752%20109.696%2059.8745%20110.201%2060.1245%20110.952C60.4452%20111.912%2059.9232%20112.954%2058.9625%20113.273C58.0118%20113.591%2056.9538%20113.049%2056.6418%20112.111C56.4865%20111.646%2056.5232%20111.149%2056.7412%20110.711ZM48.3224%20113.045C49.1144%20113.045%2049.8144%20113.549%2050.0644%20114.301C50.3837%20115.261%2049.863%20116.303%2048.9024%20116.622C48.7144%20116.685%2048.5184%20116.717%2048.323%20116.717C47.5317%20116.717%2046.8317%20116.212%2046.5817%20115.46C46.4264%20114.995%2046.4617%20114.497%2046.681%20114.059C46.9004%20113.621%2047.2784%20113.294%2047.743%20113.139C47.931%20113.076%2048.1257%20113.045%2048.3224%20113.045ZM40.0043%20117.649C40.3243%20118.609%2039.803%20119.651%2038.8423%20119.971C37.8936%20120.288%2036.8336%20119.746%2036.521%20118.808C36.201%20117.847%2036.723%20116.807%2037.6823%20116.487C37.871%20116.425%2038.0663%20116.393%2038.2623%20116.393C39.0543%20116.393%2039.7543%20116.897%2040.0043%20117.649ZM39.1513%20115.895C38.872%20115.789%2038.574%20115.726%2038.262%20115.726C37.9946%20115.726%2037.728%20115.769%2037.4726%20115.854C36.1626%20116.289%2035.4526%20117.71%2035.888%20119.019C36.2286%20120.044%2037.1833%20120.732%2038.262%20120.732C38.53%20120.732%2038.796%20120.689%2039.0526%20120.603C40.362%20120.167%2041.0726%20118.748%2040.6366%20117.438C40.4686%20116.933%2040.1486%20116.509%2039.7393%20116.21L43.3826%20109.507L45.9033%20108.668L47.2266%20112.642C46.736%20112.881%2046.334%20113.264%2046.086%20113.761C45.786%20114.358%2045.738%20115.037%2045.9486%20115.671C46.29%20116.695%2047.244%20117.383%2048.3233%20117.383C48.5913%20117.383%2048.8566%20117.341%2049.1133%20117.255C50.4213%20116.819%2051.1326%20115.399%2050.698%20114.09C50.3566%20113.066%2049.402%20112.378%2048.3226%20112.378C48.1666%20112.378%2048.0113%20112.397%2047.858%20112.426L46.536%20108.457L49.0586%20107.618L55.996%20110.802C55.844%20111.297%2055.8426%20111.822%2056.0093%20112.321C56.35%20113.346%2057.3046%20114.035%2058.3826%20114.035C58.6506%20114.035%2058.9173%20113.992%2059.1733%20113.907C60.4826%20113.471%2061.194%20112.051%2060.758%20110.741C60.4173%20109.717%2059.4626%20109.029%2058.384%20109.029C58.1153%20109.029%2057.85%20109.073%2057.5933%20109.158C57.0393%20109.342%2056.5873%20109.713%2056.28%20110.199L49.984%20107.31L64.162%20102.591C64.8246%20102.37%2065.1853%20101.65%2064.9653%20100.987L64.2213%2098.7507C64.1146%2098.43%2063.888%2098.1693%2063.5846%2098.0173C63.2866%2097.8673%2062.9293%2097.8427%2062.6166%2097.948L61.392%2098.3553L54.85%2078.7027L56.0746%2078.2947C56.7393%2078.0733%2057.0993%2077.3533%2056.8786%2076.6893L56.1353%2074.4567C55.9193%2073.8087%2055.1826%2073.438%2054.5313%2073.654L18.6493%2085.596C18.328%2085.704%2018.0673%2085.9294%2017.916%2086.232C17.7666%2086.5307%2017.7406%2086.884%2017.8466%2087.2007L18.59%2089.434C18.7626%2089.9527%2019.2473%2090.3013%2019.7933%2090.3013C19.9293%2090.3013%2020.0646%2090.2794%2020.1946%2090.2367L21.4173%2089.8293L27.9586%20109.483L26.7266%20109.893C26.0633%20110.115%2025.7026%20110.835%2025.9233%20111.498L26.668%20113.733C26.7746%20114.054%2027%20114.315%2027.304%20114.467C27.48%20114.555%2027.6753%20114.602%2027.8713%20114.602C28.008%20114.602%2028.1433%20114.579%2028.272%20114.537L42.4553%20109.816L39.1513%20115.895ZM120.442%208.35467C120.47%208.35467%20120.5%208.35133%20120.529%208.34333L149.052%200.684C149.137%200.660667%20149.21%200.604667%20149.254%200.528667C149.298%200.452%20149.31%200.360667%20149.286%200.275333L149.212%200H148.522L148.556%200.126667L120.676%207.61333L118.632%200H117.942L120.119%208.108C120.16%208.25667%20120.294%208.35467%20120.442%208.35467ZM121.895%20115.314L120.336%20111.507L124.143%20109.948L125.701%20113.755L121.895%20115.314ZM124.634%20109.387C124.563%20109.216%20124.368%20109.134%20124.198%20109.205L119.774%20111.016C119.693%20111.049%20119.628%20111.114%20119.592%20111.196C119.56%20111.277%20119.559%20111.369%20119.591%20111.451L121.404%20115.875C121.456%20116.004%20121.582%20116.082%20121.712%20116.082C121.754%20116.082%20121.798%20116.075%20121.838%20116.058L126.262%20114.246C126.344%20114.213%20126.41%20114.148%20126.444%20114.067C126.478%20113.985%20126.478%20113.894%20126.445%20113.812L124.634%20109.387ZM119.052%20108.37L117.493%20104.563L121.3%20103.003L122.86%20106.811L119.052%20108.37ZM123.603%20106.867L121.79%20102.442C121.757%20102.36%20121.693%20102.295%20121.611%20102.261C121.529%20102.226%20121.437%20102.227%20121.356%20102.26L116.931%20104.072C116.85%20104.105%20116.784%20104.17%20116.751%20104.251C116.716%20104.333%20116.716%20104.425%20116.749%20104.507L118.561%20108.931C118.615%20109.06%20118.738%20109.138%20118.869%20109.138C118.912%20109.138%20118.953%20109.131%20118.996%20109.113L123.421%20107.302C123.59%20107.233%20123.671%20107.038%20123.603%20106.867ZM116.208%20101.425L114.648%2097.6187L115.082%2097.4414L117.444%2099.8287C117.507%2099.8934%20117.592%2099.9281%20117.68%2099.9281C117.719%2099.9281%20117.757%2099.9214%20117.795%2099.9081C117.918%2099.8627%20118.002%2099.7514%20118.012%2099.6214L118.294%2096.1261L118.456%2096.0594L120.015%2099.8667L116.208%20101.425ZM117.603%2096.4087L117.407%2098.8434L115.75%2097.168L117.603%2096.4087ZM120.759%2099.9227L118.949%2095.4981C118.915%2095.4161%20118.85%2095.3514%20118.769%2095.3174C118.687%2095.2821%20118.595%2095.2834%20118.513%2095.3161L118.355%2095.3814L118.599%2092.3501C118.614%2092.1661%20118.477%2092.0054%20118.293%2091.9914C118.105%2091.9801%20117.949%2092.1127%20117.934%2092.2967L117.663%2095.6641L115.243%2096.6554L114.977%2096.3854C114.846%2096.2554%20114.636%2096.2527%20114.505%2096.3827C114.373%2096.5127%20114.372%2096.7234%20114.503%2096.8541L114.576%2096.9287L114.089%2097.1281C113.919%2097.1974%20113.837%2097.3921%20113.907%2097.5627L115.718%20101.987C115.771%20102.115%20115.895%20102.193%20116.027%20102.193C116.069%20102.193%20116.112%20102.186%20116.153%20102.169L120.577%20100.357C120.748%20100.288%20120.829%20100.093%20120.759%2099.9227ZM138.713%20175.269C138.666%20175.091%20138.482%20174.985%20138.304%20175.033L116.977%20180.761C116.8%20180.808%20116.694%20180.991%20116.742%20181.169C116.782%20181.317%20116.916%20181.415%20117.062%20181.415C117.091%20181.415%20117.121%20181.411%20117.15%20181.403L138.477%20175.677C138.656%20175.629%20138.76%20175.446%20138.713%20175.269ZM110.913%2091.4813L115.703%2089.52L116.179%2090.682C116.345%2091.0893%20116.739%2091.3527%20117.179%2091.3527C117.32%2091.3527%20117.456%2091.326%20117.588%2091.272L127.03%2087.4067C127.297%2087.2973%20127.506%2087.0907%20127.617%2086.8247C127.727%2086.5627%20127.728%2086.2613%20127.62%2085.998L127.145%2084.8367L131.935%2082.8747L135.373%2084.3147L145.239%20108.412L143.799%20111.851L122.777%20120.457L119.339%20119.017L109.473%2094.9193L110.913%2091.4813ZM115.729%2087.2833C115.802%2087.1106%20115.937%2086.9766%20116.11%2086.906L117.25%2086.4386C117.42%2086.3693%20117.502%2086.1746%20117.432%2086.004C116.754%2084.346%20117.55%2082.4446%20119.208%2081.766C119.602%2081.604%20120.016%2081.522%20120.438%2081.522C121.764%2081.522%20122.944%2082.3153%20123.446%2083.542C123.48%2083.624%20123.544%2083.6886%20123.626%2083.7226C123.708%2083.7573%20123.799%2083.7573%20123.881%2083.724L125.02%2083.2573C125.192%2083.1866%20125.386%2083.188%20125.557%2083.2593C125.729%2083.332%20125.864%2083.4666%20125.934%2083.64L126.4%2084.7786V84.7806C126.4%2084.7813%20126.402%2084.782%20126.402%2084.7826L127.004%2086.2506C127.044%2086.352%20127.044%2086.466%20127.002%2086.5666C126.959%2086.6686%20126.88%2086.7473%20126.778%2086.7893L117.336%2090.6553C117.127%2090.7386%20116.881%2090.6346%20116.796%2090.4293L116.195%2088.96V88.9593L116.194%2088.9586L115.727%2087.82C115.657%2087.6466%20115.657%2087.456%20115.729%2087.2833ZM118.953%20119.577L122.646%20121.125C122.688%20121.143%20122.73%20121.151%20122.776%20121.151C122.818%20121.151%20122.862%20121.143%20122.902%20121.127L144.178%20112.415C144.26%20112.381%20144.326%20112.317%20144.361%20112.235L145.907%20108.543C145.942%20108.461%20145.942%20108.369%20145.908%20108.287L135.938%2083.9346C135.904%2083.8526%20135.839%2083.7872%20135.758%2083.7532L132.064%2082.2066C131.982%2082.1712%20131.892%2082.1726%20131.81%2082.2052L126.892%2084.2192L126.552%2083.3872C126.414%2083.0492%20126.152%2082.7859%20125.814%2082.6446C125.48%2082.5039%20125.102%2082.5026%20124.768%2082.6399L123.924%2082.9859C123.257%2081.6819%20121.923%2080.8552%20120.438%2080.8552C119.928%2080.8552%20119.43%2080.9546%20118.955%2081.1486C117.06%2081.9246%20116.1%2084.0239%20116.701%2085.9426L115.858%2086.2886C115.52%2086.4272%20115.256%2086.6886%20115.115%2087.0252C114.974%2087.3626%20114.972%2087.7346%20115.11%2088.0726L115.451%2088.9032L110.532%2090.9166C110.451%2090.9506%20110.386%2091.0152%20110.352%2091.0966L108.804%2094.7892C108.771%2094.8706%20108.769%2094.9626%20108.803%2095.0446L118.774%20119.397C118.808%20119.479%20118.871%20119.544%20118.953%20119.577ZM118.004%20184.917C118.032%20184.917%20118.062%20184.913%20118.091%20184.905L139.418%20179.177C139.596%20179.13%20139.702%20178.947%20139.654%20178.769C139.606%20178.592%20139.424%20178.487%20139.245%20178.534L117.918%20184.261C117.74%20184.309%20117.635%20184.493%20117.682%20184.67C117.723%20184.818%20117.857%20184.917%20118.004%20184.917ZM160.928%2073.7073L156.495%2071.4886L160.949%2062.5913L165.382%2064.8106L160.928%2073.7073ZM165.978%2064.3633L160.949%2061.8459C160.783%2061.7633%20160.585%2061.8306%20160.501%2061.9946L155.75%2071.4886C155.71%2071.5673%20155.703%2071.6586%20155.731%2071.7426C155.758%2071.8266%20155.819%2071.8959%20155.897%2071.9359L160.927%2074.4526C160.975%2074.4766%20161.026%2074.4879%20161.077%2074.4879C161.199%2074.4879%20161.315%2074.4199%20161.375%2074.3033L166.127%2064.8106C166.167%2064.7319%20166.173%2064.6399%20166.145%2064.5559C166.117%2064.4719%20166.057%2064.4033%20165.978%2064.3633ZM21.3452%20181.772C20.2159%20183.361%2018.5359%20184.415%2016.6146%20184.741C16.2086%20184.809%2015.7959%20184.843%2015.3899%20184.843C11.8212%20184.843%208.7979%20182.285%208.20124%20178.761C7.53124%20174.794%2010.2132%20171.02%2014.1812%20170.349C14.5872%20170.281%2014.9992%20170.245%2015.4066%20170.245C18.9752%20170.245%2021.9972%20172.804%2022.5919%20176.328C22.9179%20178.25%2022.4752%20180.184%2021.3452%20181.772ZM18.6112%20192.519C18.6612%20192.811%2018.4625%20193.09%2018.1699%20193.139L17.9025%20193.185C17.6059%20193.235%2017.3319%20193.034%2017.2825%20192.744L16.5479%20188.399L17.8772%20188.174L18.6112%20192.519ZM16.0557%20185.482C16.2797%20185.463%2016.5037%20185.435%2016.7257%20185.398C16.949%20185.36%2017.167%20185.309%2017.3837%20185.253L17.7657%20187.517L16.4377%20187.742L16.0557%20185.482ZM15.4073%20169.579C14.9626%20169.579%2014.5126%20169.617%2014.0706%20169.691C9.74127%20170.425%206.81327%20174.543%207.5446%20178.871C8.19593%20182.716%2011.4913%20185.507%2015.3846%20185.509L16.6259%20192.855C16.7246%20193.437%2017.2233%20193.859%2017.8126%20193.859C17.8793%20193.859%2017.9473%20193.854%2018.0153%20193.843L18.2826%20193.797C18.9379%20193.686%2019.3799%20193.062%2019.2693%20192.408L18.4799%20187.734L18.0273%20185.056C19.5753%20184.518%2020.9206%20183.522%2021.8899%20182.159C23.1219%20180.425%2023.6053%20178.315%2023.2506%20176.217C22.6006%20172.371%2019.3019%20169.579%2015.4073%20169.579ZM25.2285%2059.7387C25.0452%2059.7527%2024.9079%2059.9127%2024.9219%2060.0967L25.2479%2064.3934C25.2605%2064.5687%2025.4065%2064.7014%2025.5799%2064.7014C25.5879%2064.7014%2025.5965%2064.7014%2025.6045%2064.7007C25.7879%2064.6867%2025.9259%2064.526%2025.9119%2064.3427L25.5865%2060.046C25.5719%2059.862%2025.4119%2059.7234%2025.2285%2059.7387ZM86.6365%2034.66C86.4525%2034.6747%2086.3145%2034.8347%2086.3292%2035.0187L86.6152%2038.7873C86.6285%2038.9627%2086.7745%2039.0953%2086.9472%2039.0953C86.9552%2039.0953%2086.9632%2039.0953%2086.9725%2039.0947C87.1559%2039.08%2087.2939%2038.92%2087.2799%2038.7367L86.9939%2034.9674C86.9799%2034.7833%2086.8145%2034.6394%2086.6365%2034.66ZM21.3713%2059.244L20.0079%2063.6733C19.9539%2063.85%2020.0526%2064.036%2020.2286%2064.09C20.2613%2064.1007%2020.2939%2064.1047%2020.3266%2064.1047C20.4693%2064.1047%2020.6013%2064.0133%2020.6453%2063.87L22.0086%2059.4407C22.0633%2059.2647%2021.9646%2059.078%2021.7879%2059.024C21.6119%2058.9687%2021.4253%2059.0693%2021.3713%2059.244ZM14.4836%20128.862L14.7243%20128.563C14.8383%20128.419%2014.8129%20128.209%2014.6696%20128.095C14.5256%20127.98%2014.3156%20128.005%2014.2016%20128.149L13.9656%20128.443C13.5483%20128.958%2013.1169%20129.492%2012.8669%20130.102C12.6023%20130.753%2012.5623%20131.537%2012.7489%20132.431C12.7983%20132.668%2012.8569%20132.905%2012.9156%20133.139C13.0449%20133.659%2013.1669%20134.149%2013.1836%20134.63C13.2043%20135.233%2013.0043%20135.862%2012.6043%20136.447C12.5003%20136.599%2012.5389%20136.806%2012.6909%20136.91C12.7489%20136.949%2012.8129%20136.968%2012.8789%20136.968C12.9849%20136.968%2013.0896%20136.917%2013.1536%20136.823C13.6343%20136.121%2013.8749%20135.354%2013.8496%20134.607C13.8309%20134.055%2013.6943%20133.508%2013.5623%20132.978C13.5063%20132.751%2013.4496%20132.523%2013.4009%20132.295C13.2416%20131.533%2013.2709%20130.88%2013.4843%20130.353C13.6969%20129.835%2014.0796%20129.362%2014.4836%20128.862ZM18.0741%2057.7339L15.3881%2061.1039C15.2735%2061.2479%2015.2968%2061.4579%2015.4415%2061.5726C15.5028%2061.6219%2015.5761%2061.6453%2015.6481%2061.6453C15.7468%2061.6453%2015.8435%2061.6026%2015.9101%2061.5199L18.5948%2058.1493C18.7095%2058.0053%2018.6855%2057.7959%2018.5421%2057.6813C18.3981%2057.5646%2018.1888%2057.5899%2018.0741%2057.7339ZM146.602%2066.5374L142.169%2064.318L145.452%2057.7554L149.887%2059.9754L146.602%2066.5374ZM150.482%2059.5279L145.453%2057.0099C145.374%2056.9699%20145.283%2056.9645%20145.199%2056.9919C145.115%2057.0199%20145.046%2057.0792%20145.006%2057.1585L141.423%2064.3179C141.34%2064.4825%20141.408%2064.6825%20141.572%2064.7652L146.602%2067.2825C146.648%2067.3065%20146.7%2067.3179%20146.751%2067.3179C146.872%2067.3179%20146.99%2067.2499%20147.049%2067.1332L150.632%2059.9752C150.714%2059.8105%20150.647%2059.6105%20150.482%2059.5279ZM34.1854%2046.196L32.4514%2047.114C32.4508%2047.1146%2032.4494%2047.114%2032.4494%2047.1146L32.4474%2047.1166L14.8921%2056.4086C13.6248%2054.2186%2012.9294%2049.3586%2014.5314%2046.7246L14.9861%2046.484C14.9868%2046.4833%2014.9881%2046.484%2014.9894%2046.4833L25.9228%2040.6953C25.9234%2040.6953%2025.9248%2040.6946%2025.9248%2040.694L26.3814%2040.4526C29.4608%2040.6093%2033.0881%2043.9166%2034.1854%2046.196ZM37.3816%2055.0626C38.0716%2055.2773%2038.3036%2055.7186%2038.0916%2056.4099C37.3576%2058.7939%2036.1356%2062.7653%2035.9036%2063.5173L34.557%2064.2299L36.7343%2057.1566C36.9543%2056.4393%2036.713%2055.9826%2035.999%2055.7593L29.377%2053.6913C29.5916%2053.3893%2029.7796%2053.0706%2029.943%2052.7393L37.3816%2055.0626ZM38.1545%2063.0794C38.4152%2062.9421%2038.7079%2062.8694%2039.0025%2062.8694C39.3619%2062.8694%2039.7105%2062.9754%2040.0092%2063.1754L43.8465%2065.7607L27.7025%2074.3054C27.7012%2074.3061%2027.6999%2074.3067%2027.6985%2074.3067L27.6865%2074.2954L27.7239%2069.6781C27.7285%2069.0114%2028.0985%2068.4034%2028.6879%2068.0914L38.1545%2063.0794ZM26.6262%2055.2453C24.3908%2056.4293%2021.6728%2056.1627%2019.7148%2054.61L29.9868%2049.1733C30.1702%2051.6653%2028.8615%2054.0627%2026.6262%2055.2453ZM14.1396%2042.056C13.8023%2040.452%2014.1476%2038.9133%2015.1143%2037.7233C16.077%2036.5366%2017.5563%2035.8273%2019.0703%2035.8273C20.0416%2035.8273%2021.467%2036.1173%2022.7316%2037.494L25.2356%2040.3046L15.053%2045.694L14.1396%2042.056ZM34.3133%2050.6374C34.3919%2050.5961%2034.4753%2050.5754%2034.5619%2050.5754C34.7613%2050.5754%2034.9439%2050.6848%2035.0359%2050.8594C35.1746%2051.1208%2035.0739%2051.4454%2034.8133%2051.5834C34.5573%2051.7188%2034.2239%2051.6141%2034.0899%2051.3608C33.9526%2051.1008%2034.0526%2050.7754%2034.3133%2050.6374ZM26.1498%2039.8213L25.8424%2039.9833L23.2271%2037.0466C22.1091%2035.8306%2020.6331%2035.1606%2019.0704%2035.1606C17.3571%2035.1606%2015.6851%2035.962%2014.5964%2037.3033C13.5018%2038.6526%2013.1071%2040.3886%2013.4898%2042.206L14.4464%2046.0153L14.1398%2046.1773C14.0884%2046.2046%2014.0458%2046.2446%2014.0144%2046.294C12.1224%2049.274%2012.9898%2054.778%2014.4964%2057.0333C14.5604%2057.1293%2014.6658%2057.182%2014.7738%2057.182C14.8271%2057.182%2014.8798%2057.1693%2014.9298%2057.1433L19.0838%2054.9446C20.3798%2056.0626%2022.0104%2056.6486%2023.6604%2056.6486C24.7798%2056.6486%2025.9058%2056.3813%2026.9384%2055.8353C27.7104%2055.4266%2028.3791%2054.884%2028.9324%2054.2513L35.8004%2056.396C36.1611%2056.5086%2036.2084%2056.5986%2036.0964%2056.9606L33.7238%2064.6713L28.3764%2067.502C27.5704%2067.9293%2027.0651%2068.7606%2027.0578%2069.6726L27.0204%2074.29C27.0184%2074.5266%2027.1438%2074.7513%2027.3464%2074.8746C27.4531%2074.9393%2027.5744%2074.9733%2027.6991%2074.9733C27.8091%2074.9733%2027.9198%2074.946%2028.0158%2074.8946L44.1604%2066.35C44.3698%2066.238%2044.5071%2066.0213%2044.5191%2065.7846C44.5318%2065.548%2044.4164%2065.3186%2044.2191%2065.186L40.3798%2062.6206C39.6371%2062.1233%2038.6344%2062.0726%2037.8431%2062.4906L36.7371%2063.076C37.1751%2061.6553%2038.1198%2058.584%2038.7278%2056.6066C39.0484%2055.5653%2038.6198%2054.75%2037.5804%2054.426L30.2084%2052.124C30.5998%2051.0953%2030.7518%2049.9726%2030.6211%2048.8373L32.4671%2047.8606L33.7318%2050.2506C33.3584%2050.6133%2033.2464%2051.19%2033.5018%2051.672C33.7104%2052.0673%2034.1171%2052.3126%2034.5638%2052.3126C34.7591%2052.3126%2034.9531%2052.264%2035.1258%2052.1726C35.7111%2051.8626%2035.9358%2051.134%2035.6264%2050.548C35.3798%2050.0833%2034.8291%2049.8466%2034.3231%2049.942L33.0564%2047.548L34.7724%2046.64C34.9231%2046.56%2034.9898%2046.3786%2034.9258%2046.22C33.9078%2043.7053%2029.8438%2039.8946%2026.3158%2039.7826C26.2618%2039.7793%2026.2004%2039.794%2026.1498%2039.8213ZM153.765%2070.1219L149.332%2067.9026L154.44%2057.6973L158.873%2059.9166L153.765%2070.1219ZM159.638%2059.662C159.61%2059.578%20159.55%2059.5093%20159.47%2059.4693L154.441%2056.952C154.276%2056.8687%20154.076%2056.9367%20153.994%2057.1013L148.587%2067.9027C148.547%2067.9813%20148.54%2068.0733%20148.568%2068.1573C148.596%2068.2413%20148.656%2068.31%20148.736%2068.35L153.766%2070.8673C153.813%2070.8913%20153.864%2070.9027%20153.914%2070.9027C154.036%2070.9027%20154.154%2070.8347%20154.212%2070.718L159.619%2059.9167C159.659%2059.838%20159.666%2059.746%20159.638%2059.662ZM141.065%2031.1199C141.091%2031.1199%20141.116%2031.1212%20141.143%2031.1239C141.535%2031.1659%20141.821%2031.5199%20141.779%2031.9119C141.736%2032.3025%20141.403%2032.5852%20140.99%2032.5479C140.8%2032.5272%20140.63%2032.4345%20140.509%2032.2852C140.389%2032.1359%20140.334%2031.9499%20140.355%2031.7599C140.393%2031.3952%20140.699%2031.1199%20141.065%2031.1199ZM140.921%2033.2106C140.97%2033.2152%20141.021%2033.2179%20141.07%2033.2179C141.778%2033.2179%20142.367%2032.6866%20142.442%2031.9826C142.524%2031.2246%20141.973%2030.5426%20141.214%2030.4612C140.442%2030.3772%20139.772%2030.9366%20139.693%2031.6892C139.652%2032.0559%20139.758%2032.4166%20139.992%2032.7039C140.224%2032.9919%20140.554%2033.1712%20140.921%2033.2106ZM110.413%2056.0646L113.293%2029.0546C113.377%2028.26%20113.767%2027.546%20114.389%2027.0433C115.01%2026.5413%20115.793%2026.3093%20116.586%2026.396L123.7%2027.1546L123.395%2030.0146L117.743%2029.4113C116.868%2029.318%20116.088%2029.9526%20115.995%2030.8233L113.651%2052.8126C113.607%2053.2346%20113.728%2053.6486%20113.995%2053.9786C114.261%2054.3086%20114.641%2054.516%20115.062%2054.56L129.195%2056.0673C129.253%2056.0733%20129.31%2056.076%20129.366%2056.076C129.727%2056.076%20130.077%2055.954%20130.363%2055.7233C130.692%2055.4566%20130.897%2055.0773%20130.944%2054.656L132.393%2041.048L135.254%2041.3533L133.423%2058.518C133.339%2059.3126%20132.949%2060.0266%20132.328%2060.5286C131.705%2061.0313%20130.924%2061.2606%20130.13%2061.176L113.071%2059.358C112.287%2059.274%20111.555%2058.8753%20111.06%2058.2626C110.559%2057.6393%20110.328%2056.8593%20110.413%2056.0646ZM123.597%2038.9547C124.255%2039.7701%20125.193%2040.2807%20126.235%2040.3914L127.149%2040.4894L126.195%2044.8827C126.163%2045.0281%20126.23%2045.1767%20126.362%2045.2474C126.412%2045.2741%20126.467%2045.2874%20126.52%2045.2874C126.607%2045.2874%20126.694%2045.2527%20126.757%2045.1874L130.971%2040.8967L131.729%2040.9781L130.281%2054.5847C130.254%2054.8294%20130.133%2055.0501%20129.943%2055.2047C129.751%2055.3594%20129.508%2055.4287%20129.265%2055.4047L115.132%2053.8974C114.887%2053.8714%20114.668%2053.7514%20114.513%2053.5601C114.359%2053.3687%20114.287%2053.1281%20114.313%2052.8827L116.657%2030.8934C116.711%2030.3881%20117.169%2030.0214%20117.671%2030.0747L123.324%2030.6774L122.749%2036.0734C122.637%2037.1154%20122.939%2038.1387%20123.597%2038.9547ZM124.397%2026.8946V26.892L124.694%2024.1253C124.87%2022.4646%20126.26%2021.2126%20127.928%2021.2126C128.045%2021.2126%20128.161%2021.218%20128.278%2021.2306L145.692%2023.088C147.478%2023.2786%20148.778%2024.886%20148.587%2026.6726L147.306%2038.6906C147.116%2040.4666%20145.533%2041.776%20143.721%2041.5853L135.657%2040.726C135.656%2040.726%20135.656%2040.7253%20135.656%2040.7253H135.653L130.881%2040.2166C130.778%2040.2053%20130.678%2040.242%20130.608%2040.3146L127.091%2043.896L127.881%2040.2686C127.9%2040.176%20127.881%2040.0786%20127.825%2040.002C127.77%2039.926%20127.684%2039.876%20127.59%2039.866L126.306%2039.7286C125.441%2039.6366%20124.664%2039.2133%20124.116%2038.536C123.57%2037.8586%20123.32%2037.0093%20123.412%2036.1433L124.397%2026.8946ZM113.002%2060.0206L130.061%2061.8386C130.193%2061.8533%20130.325%2061.86%20130.455%2061.86C131.288%2061.86%20132.09%2061.578%20132.747%2061.048C133.507%2060.434%20133.982%2059.56%20134.087%2058.588L135.917%2041.424L143.65%2042.248C143.792%2042.2633%20143.933%2042.2706%20144.072%2042.2706C146.081%2042.2706%20147.756%2040.762%20147.969%2038.7613L149.251%2026.7426C149.48%2024.592%20147.916%2022.6546%20145.763%2022.4253L128.349%2020.568C126.169%2020.3406%20124.259%2021.9166%20124.032%2024.0546L123.771%2026.492L116.657%2025.7333C115.687%2025.628%20114.73%2025.9106%20113.971%2026.5246C113.21%2027.1386%20112.733%2028.0126%20112.631%2028.9846L109.751%2055.994C109.647%2056.9653%20109.927%2057.92%20110.542%2058.6813C111.156%2059.4406%20112.029%2059.9166%20113.002%2060.0206ZM119.806%2083.2254C119.845%2083.2094%20119.888%2083.2014%20119.929%2083.2014C120.063%2083.2014%20120.182%2083.2807%20120.232%2083.4041C120.266%2083.4854%20120.266%2083.5747%20120.231%2083.6554C120.198%2083.7354%20120.136%2083.7981%20120.054%2083.8307C119.888%2083.9021%20119.694%2083.8154%20119.627%2083.6521C119.559%2083.4854%20119.64%2083.2941%20119.806%2083.2254ZM119.929%2084.522C120.06%2084.522%20120.186%2084.4973%20120.308%2084.448C120.553%2084.3473%20120.745%2084.1573%20120.846%2083.912C120.95%2083.6673%20120.95%2083.3973%20120.85%2083.1513C120.647%2082.6587%20120.056%2082.4067%20119.554%2082.608C119.047%2082.8167%20118.802%2083.398%20119.009%2083.9047C119.164%2084.28%20119.525%2084.522%20119.929%2084.522ZM23.6239%20152.298C23.1852%20154.274%2021.3985%20155.709%2019.3772%20155.709C19.0605%20155.709%2018.7405%20155.674%2018.4272%20155.604L15.1025%20154.866L15.7785%20153.419L18.7659%20154.083C18.9692%20154.128%2019.1719%20154.149%2019.3725%20154.149C20.6545%20154.149%2021.8139%20153.261%2022.1025%20151.958C22.4312%20150.479%2021.5005%20148.987%2020.0212%20148.631L18.2019%20148.227L18.6532%20147.261L18.8772%20146.78L20.3165%20147.101C21.4532%20147.353%2022.4219%20148.032%2023.0465%20149.014C23.6719%20149.995%2023.8765%20151.161%2023.6239%20152.298ZM17.9124%20148.845L19.8704%20149.281C20.9931%20149.551%2021.7011%20150.687%2021.4511%20151.814C21.1971%20152.961%2020.0591%20153.687%2018.9097%20153.432L16.0664%20152.8L17.9124%20148.845ZM20.4607%20146.449L19.166%20146.161L20.502%20143.299C20.634%20143.016%2020.6313%20142.691%2020.4913%20142.411C20.354%20142.13%2020.0987%20141.929%2019.7933%20141.861L8.418%20139.333L0%20137.463V138.146L5.34333%20139.333L19.6487%20142.512C19.756%20142.536%2019.846%20142.607%2019.894%20142.705C19.9433%20142.804%2019.944%20142.917%2019.8973%20143.017L12.9647%20157.867C12.5373%20158.783%2011.4893%20159.303%2010.4987%20159.082L8.102%20158.549L0%20156.749V157.433L7.39867%20159.077L9.97933%20159.65L9.72933%20160.781C9.69133%20160.953%209.588%20161.101%209.43867%20161.195C9.29133%20161.289%209.112%20161.322%208.94067%20161.283L0%20159.297V159.98L8.796%20161.935C8.89067%20161.955%208.98667%20161.965%209.084%20161.965C9.33733%20161.965%209.58333%20161.894%209.796%20161.758C10.096%20161.567%2010.3033%20161.271%2010.38%20160.925L10.6387%20159.764C10.7513%20159.778%2010.8627%20159.801%2010.9753%20159.801C12.082%20159.801%2013.1%20159.153%2013.5687%20158.15L14.8127%20155.484L18.2827%20156.255C18.6433%20156.335%2019.0107%20156.376%2019.3767%20156.376C21.708%20156.376%2023.768%20154.721%2024.2747%20152.442C24.5653%20151.132%2024.3293%20149.788%2023.6093%20148.656C22.8893%20147.524%2021.7707%20146.741%2020.4607%20146.449ZM121.871%2056.9519C121.898%2056.9519%20121.926%2056.9539%20121.952%2056.9566C122.368%2057.0006%20122.67%2057.3752%20122.626%2057.7906C122.582%2058.2026%20122.21%2058.5039%20121.794%2058.4612C121.591%2058.4392%20121.412%2058.3412%20121.284%2058.1846C121.158%2058.0266%20121.1%2057.8299%20121.12%2057.6292C121.162%2057.2426%20121.485%2056.9519%20121.871%2056.9519ZM121.723%2059.124C121.775%2059.1293%20121.826%2059.132%20121.875%2059.132C122.604%2059.132%20123.212%2058.5854%20123.288%2057.8607C123.372%2057.08%20122.805%2056.3773%20122.025%2056.294C121.228%2056.2147%20120.542%2056.7827%20120.458%2057.5587C120.375%2058.3387%20120.943%2059.0407%20121.723%2059.124ZM130.955%2030.042C130.98%2030.042%20131.006%2030.0433%20131.032%2030.046C131.424%2030.088%20131.709%2030.4413%20131.668%2030.834C131.626%2031.224%20131.28%2031.5173%20130.88%2031.47C130.488%2031.428%20130.202%2031.0747%20130.244%2030.682C130.283%2030.3173%20130.589%2030.042%20130.955%2030.042ZM130.81%2032.1326C130.859%2032.138%20130.909%2032.1406%20130.956%2032.1406C131.665%2032.1406%20132.255%2031.6093%20132.331%2030.9046C132.411%2030.1473%20131.861%2029.4646%20131.103%2029.3826C130.333%2029.3%20129.662%2029.858%20129.582%2030.6113C129.501%2031.3693%20130.052%2032.0513%20130.81%2032.1326ZM162.6%2077.1665L138.948%2065.3265L146.157%2050.9265L168.858%2062.2898L169.809%2062.7658L162.6%2077.1665ZM163.739%2078.4827C163.835%2078.53%20163.906%2078.612%20163.94%2078.714C163.974%2078.8154%20163.966%2078.924%20163.918%2079.02L163.091%2080.672C163.023%2080.8087%20162.885%2080.8934%20162.731%2080.8934C162.671%2080.8934%20162.61%2080.8794%20162.553%2080.8514L151.471%2075.3034C151.471%2075.3034%20151.47%2075.3027%20151.469%2075.3027L136.021%2067.57C135.926%2067.5227%20135.854%2067.4387%20135.82%2067.338C135.787%2067.2387%20135.795%2067.1274%20135.841%2067.0327L136.671%2065.3807C136.738%2065.2434%20136.876%2065.1587%20137.029%2065.1587C137.091%2065.1587%20137.15%2065.1734%20137.207%2065.2014L138.348%2065.772C138.349%2065.7727%20138.35%2065.774%20138.351%2065.7747L162.599%2077.9127C162.601%2077.9134%20162.602%2077.9127%20162.603%2077.9134L163.739%2078.4827ZM145.019%2049.6113C144.923%2049.564%20144.853%2049.482%20144.819%2049.3806C144.785%2049.2786%20144.793%2049.17%20144.841%2049.0746L145.667%2047.424C145.735%2047.2873%20145.871%2047.2026%20146.026%2047.2026C146.088%2047.2026%20146.147%2047.2166%20146.203%2047.2446L172.729%2060.5226C172.825%2060.5706%20172.896%2060.6526%20172.929%2060.754C172.963%2060.8553%20172.955%2060.9646%20172.908%2061.06L172.082%2062.7106C171.985%2062.9026%20171.739%2062.986%20171.545%2062.8893L170.405%2062.3193V62.3186L146.157%2050.1813H146.157L145.019%2049.6113ZM154.125%2081.7688C154.338%2081.7688%20154.543%2081.8175%20154.736%2081.9135C155.41%2082.2515%20155.684%2083.0755%20155.346%2083.7488C155.018%2084.4061%20154.174%2084.6915%20153.51%2084.3601C153.184%2084.1968%20152.941%2083.9155%20152.826%2083.5695C152.71%2083.2228%20152.737%2082.8521%20152.9%2082.5241C153.134%2082.0581%20153.603%2081.7688%20154.125%2081.7688ZM147.908%2080.0261C147.58%2080.6835%20146.734%2080.9695%20146.072%2080.6375C145.398%2080.2995%20145.124%2079.4761%20145.462%2078.8015C145.696%2078.3355%20146.165%2078.0461%20146.687%2078.0461C146.9%2078.0461%20147.106%2078.0948%20147.298%2078.1908C147.972%2078.5288%20148.246%2079.3521%20147.908%2080.0261ZM140.471%2076.3032C140.143%2076.9598%20139.299%2077.2458%20138.635%2076.9138C137.961%2076.5765%20137.687%2075.7532%20138.025%2075.0778C138.257%2074.6118%20138.727%2074.3225%20139.249%2074.3225C139.463%2074.3225%20139.668%2074.3712%20139.86%2074.4672C140.534%2074.8052%20140.809%2075.6292%20140.471%2076.3032ZM171.247%2063.4859C171.394%2063.5593%20171.559%2063.5986%20171.723%2063.5986C172.13%2063.5986%20172.496%2063.3726%20172.677%2063.0086L173.505%2061.3579C173.632%2061.1033%20173.652%2060.8139%20173.562%2060.5439C173.473%2060.2726%20173.283%2060.0539%20173.028%2059.9266L146.503%2046.6486C145.987%2046.3913%20145.325%2046.6146%20145.07%2047.1259L144.245%2048.7759C144.117%2049.0313%20144.095%2049.3206%20144.186%2049.5906C144.276%2049.8613%20144.466%2050.0799%20144.721%2050.2079L145.561%2050.6286L138.352%2065.0286L137.505%2064.6046C136.992%2064.3486%20136.329%2064.5713%20136.074%2065.0819L135.246%2066.7346C135.12%2066.9859%20135.099%2067.2826%20135.188%2067.5486C135.277%2067.8166%20135.473%2068.0413%20135.723%2068.1659L146.045%2073.3333L141.07%2074.8046C140.881%2074.4153%20140.575%2074.0793%20140.159%2073.8713C139.873%2073.7279%20139.567%2073.6559%20139.25%2073.6559C138.474%2073.6559%20137.776%2074.0866%20137.428%2074.7799C136.926%2075.7833%20137.335%2077.0086%20138.337%2077.5106C138.622%2077.6539%20138.928%2077.7259%20139.247%2077.7259C140.023%2077.7259%20140.721%2077.2953%20141.067%2076.6019C141.255%2076.2293%20141.313%2075.8266%20141.266%2075.4413L146.919%2073.7699L148.693%2074.6586L147.281%2077.4793C147.089%2077.4199%20146.892%2077.3793%20146.687%2077.3793C145.911%2077.3793%20145.213%2077.8099%20144.866%2078.5033C144.365%2079.5059%20144.772%2080.7306%20145.775%2081.2339C146.061%2081.3766%20146.367%2081.4493%20146.685%2081.4493C147.461%2081.4493%20148.158%2081.0186%20148.505%2080.3246C148.955%2079.424%20148.669%2078.3493%20147.879%2077.7739L149.289%2074.9573L151.063%2075.8453L153.114%2081.3719C152.773%2081.5673%20152.488%2081.8573%20152.305%2082.2253C152.061%2082.7126%20152.021%2083.2639%20152.193%2083.7793C152.365%2084.2953%20152.727%2084.7133%20153.213%2084.9566C153.499%2085.0999%20153.805%2085.1719%20154.121%2085.1719C154.897%2085.1719%20155.595%2084.7413%20155.943%2084.0473C156.445%2083.0446%20156.036%2081.8199%20155.033%2081.3173C154.749%2081.1739%20154.443%2081.1019%20154.125%2081.1019C153.993%2081.1019%20153.865%2081.1186%20153.739%2081.1419L151.937%2076.2826L162.255%2081.4473C162.403%2081.5206%20162.567%2081.5599%20162.731%2081.5599C163.139%2081.5599%20163.505%2081.3339%20163.687%2080.9699L164.514%2079.3179C164.642%2079.0626%20164.663%2078.7733%20164.573%2078.5033C164.482%2078.2326%20164.293%2078.0139%20164.037%2077.8859L163.197%2077.4646L170.404%2063.0639L171.247%2063.4859ZM136.01%2030.5808C136.035%2030.5808%20136.061%2030.5821%20136.087%2030.5848C136.479%2030.6275%20136.765%2030.9808%20136.724%2031.3735C136.682%2031.7635%20136.336%2032.0495%20135.936%2032.0095C135.543%2031.9668%20135.257%2031.6135%20135.3%2031.2208C135.338%2030.8561%20135.644%2030.5808%20136.01%2030.5808ZM135.866%2032.6721C135.916%2032.6774%20135.965%2032.6801%20136.013%2032.6801C136.721%2032.6801%20137.311%2032.1487%20137.387%2031.4434C137.467%2030.6861%20136.917%2030.0034%20136.159%2029.9221C135.388%2029.8387%20134.718%2030.3974%20134.638%2031.1507C134.557%2031.9087%20135.107%2032.5907%20135.866%2032.6721ZM41.7908%2086.2014L46.4441%20100.181L40.2728%20102.234L35.6201%2088.2554L41.7908%2086.2014ZM39.7462%20102.761C39.7928%20102.9%2039.9228%20102.989%2040.0622%20102.989C40.0975%20102.989%2040.1328%20102.983%2040.1682%20102.972L46.9715%20100.708C47.0555%20100.679%2047.1248%20100.62%2047.1642%20100.541C47.2035%20100.462%2047.2102%20100.37%2047.1822%20100.286L42.3188%2085.6748C42.2608%2085.5008%2042.0715%2085.4061%2041.8975%2085.4641L35.0942%2087.7281C35.0102%2087.7561%2034.9415%2087.8161%2034.9008%2087.8954C34.8622%2087.9741%2034.8555%2088.0661%2034.8828%2088.1501L39.7462%20102.761ZM50.6694%20199.047C50.3447%20199.047%2050.082%20198.783%2050.082%20198.46C50.082%20198.136%2050.3447%20197.873%2050.6694%20197.873C50.9914%20197.873%2051.2554%20198.136%2051.2554%20198.46C51.2554%20198.783%2050.9914%20199.047%2050.6694%20199.047ZM50.669%20197.206C49.977%20197.206%2049.415%20197.769%2049.415%20198.46C49.415%20199.151%2049.977%20199.714%2050.669%20199.714C51.3597%20199.714%2051.9217%20199.151%2051.9217%20198.46C51.9217%20197.769%2051.3597%20197.206%2050.669%20197.206ZM100.841%20157.974L99.9111%20154.917L102.968%20153.987L103.897%20157.043L100.841%20157.974ZM103.508%20153.473C103.482%20153.389%20103.424%20153.317%20103.346%20153.276C103.268%20153.234%20103.176%20153.225%20103.092%20153.251L99.3982%20154.377C99.2229%20154.431%2099.1236%20154.617%2099.1762%20154.793L100.302%20158.487C100.327%20158.572%20100.386%20158.643%20100.463%20158.685C100.512%20158.711%20100.566%20158.723%20100.62%20158.723C100.653%20158.723%20100.686%20158.719%20100.718%20158.709L104.412%20157.584C104.588%20157.53%20104.688%20157.344%20104.634%20157.168L103.508%20153.473ZM106.273%20140.119L107.203%20143.175L104.147%20144.105L103.217%20141.049L106.273%20140.119ZM103.606%20144.619C103.631%20144.703%20103.69%20144.774%20103.767%20144.816C103.816%20144.842%20103.869%20144.855%20103.924%20144.855C103.957%20144.855%20103.99%20144.851%20104.021%20144.841L107.716%20143.715C107.893%20143.661%20107.991%20143.475%20107.938%20143.299L106.813%20139.605C106.759%20139.429%20106.573%20139.331%20106.397%20139.383L102.702%20140.508C102.618%20140.534%20102.547%20140.592%20102.505%20140.67C102.464%20140.748%20102.454%20140.839%20102.48%20140.924L103.606%20144.619ZM108.063%20146.004L108.995%20149.061L105.938%20149.991L105.007%20146.935L108.063%20146.004ZM104.298%20146.555C104.256%20146.633%20104.247%20146.725%20104.273%20146.809L105.397%20150.504C105.442%20150.648%20105.574%20150.741%20105.717%20150.741C105.749%20150.741%20105.782%20150.735%20105.813%20150.726L109.507%20149.602C109.592%20149.576%20109.664%20149.518%20109.705%20149.439C109.747%20149.361%20109.756%20149.27%20109.73%20149.186L108.605%20145.491C108.552%20145.315%20108.367%20145.215%20108.19%20145.269L104.495%20146.393C104.411%20146.419%20104.339%20146.477%20104.298%20146.555ZM92.1621%20154.185L91.2314%20151.129L94.2881%20150.198L95.2188%20153.254L92.1621%20154.185ZM95.9289%20153.633C95.9709%20153.555%2095.9803%20153.464%2095.9543%20153.379L94.8296%20149.685C94.7756%20149.509%2094.5896%20149.411%2094.4129%20149.463L90.7189%20150.587C90.6343%20150.613%2090.5636%20150.671%2090.5216%20150.749C90.4803%20150.827%2090.4709%20150.919%2090.4969%20151.003L91.6209%20154.698C91.6469%20154.783%2091.7056%20154.853%2091.7836%20154.895C91.8323%20154.921%2091.8863%20154.935%2091.9403%20154.935C91.9729%20154.935%2092.0056%20154.929%2092.0376%20154.92L95.7316%20153.795C95.8163%20153.769%2095.8876%20153.711%2095.9289%20153.633ZM67.7397%20183.847C67.7397%20179.287%2065.963%20175.001%2062.7397%20171.776C59.515%20168.552%2055.2283%20166.777%2050.6697%20166.777C46.1097%20166.777%2041.8223%20168.552%2038.5977%20171.776C35.3737%20175%2033.5977%20179.287%2033.5977%20183.847C33.5977%20188.407%2035.3737%20192.694%2038.5977%20195.917C40.469%20197.789%2042.6997%20199.169%2045.1323%20200H47.8123C44.5177%20199.425%2041.483%20197.861%2039.069%20195.446C35.9717%20192.349%2034.2643%20188.229%2034.2643%20183.847C34.2643%20179.465%2035.9717%20175.345%2039.069%20172.247C42.1683%20169.15%2046.287%20167.443%2050.6697%20167.443C55.051%20167.443%2059.1697%20169.15%2062.2683%20172.247C65.3663%20175.345%2067.073%20179.465%2067.073%20183.847C67.073%20188.229%2065.3663%20192.349%2062.2683%20195.446C59.8543%20197.861%2056.8197%20199.425%2053.5263%20200H56.205C58.6377%20199.169%2060.8677%20197.789%2062.7397%20195.917C65.963%20192.693%2067.7397%20188.407%2067.7397%20183.847ZM93.9534%20160.071L93.0234%20157.014L96.0801%20156.083L97.0101%20159.14L93.9534%20160.071ZM96.6205%20155.571C96.5945%20155.485%2096.5358%20155.415%2096.4578%20155.373C96.3791%20155.331%2096.2885%20155.322%2096.2038%20155.349L92.5098%20156.473C92.3345%20156.527%2092.2345%20156.714%2092.2878%20156.889L93.4125%20160.583C93.4565%20160.727%2093.5885%20160.82%2093.7311%20160.82C93.7638%20160.82%2093.7958%20160.815%2093.8291%20160.805L97.5231%20159.681C97.6078%20159.655%2097.6785%20159.597%2097.7205%20159.519C97.7618%20159.441%2097.7711%20159.35%2097.7458%20159.265L96.6205%20155.571ZM101.176%20148.101L102.106%20151.158L99.0505%20152.088L98.1191%20149.031L101.176%20148.101ZM97.409%20148.652C97.3677%20148.731%2097.359%20148.822%2097.3843%20148.907L98.509%20152.601C98.5537%20152.745%2098.685%20152.837%2098.8283%20152.837C98.8603%20152.837%2098.893%20152.833%2098.925%20152.823L102.618%20151.699C102.703%20151.673%20102.776%20151.615%20102.816%20151.537C102.858%20151.458%20102.867%20151.367%20102.841%20151.283L101.717%20147.588C101.664%20147.412%20101.478%20147.313%20101.301%20147.366L97.6063%20148.491C97.5217%20148.517%2097.4503%20148.575%2097.409%20148.652ZM84.0004%203.498C85.4471%204.00733%2086.9591%204.27733%2088.4771%204.27667C91.9157%204.27667%2095.3558%202.96733%2097.9738%200.35C98.0871%200.236667%2098.1904%200.116667%2098.2984%200H97.3711C93.7304%203.54%2088.4884%204.46667%2084.0004%202.792C82.3958%202.19333%2080.8891%201.26467%2079.5864%200H78.6631C78.7711%200.115333%2078.8671%200.237333%2078.9791%200.35C80.4431%201.81333%2082.1671%202.85267%2084.0004%203.498ZM77.6141%20139.527L77.8808%20140.405C77.9248%20140.548%2078.0574%20140.641%2078.1994%20140.641C78.2321%20140.641%2078.2648%20140.636%2078.2974%20140.627C78.4734%20140.573%2078.5721%20140.386%2078.5181%20140.211L78.2521%20139.333V139.332L81.0848%20138.47L81.3474%20139.333L81.3514%20139.347C81.3961%20139.492%2081.5281%20139.584%2081.6708%20139.584C81.7028%20139.584%2081.7361%20139.579%2081.7681%20139.57C81.8828%20139.535%2081.9594%20139.441%2081.9881%20139.333C82.0034%20139.275%2082.0081%20139.215%2081.9901%20139.154L81.7228%20138.275L83.9994%20137.583L84.5554%20137.413L84.8228%20138.291C84.8661%20138.436%2084.9994%20138.528%2085.1421%20138.528C85.1741%20138.528%2085.2061%20138.523%2085.2388%20138.514C85.4148%20138.46%2085.5141%20138.273%2085.4608%20138.097L85.1934%20137.219L88.0268%20136.357L88.2934%20137.235C88.3374%20137.379%2088.4701%20137.471%2088.6128%20137.471C88.6448%20137.471%2088.6774%20137.467%2088.7101%20137.457C88.8861%20137.403%2088.9848%20137.217%2088.9314%20137.041L88.6648%20136.163L91.4974%20135.3L91.7641%20136.178C91.8088%20136.323%2091.9408%20136.415%2092.0841%20136.415C92.1148%20136.415%2092.1481%20136.41%2092.1801%20136.4C92.3568%20136.346%2092.4561%20136.16%2092.4028%20135.984L92.1354%20135.106L94.9681%20134.243L95.2348%20135.122C95.2794%20135.266%2095.4114%20135.358%2095.5541%20135.358C95.5868%20135.358%2095.6188%20135.353%2095.6514%20135.344C95.8274%20135.289%2095.9261%20135.103%2095.8728%20134.928L95.6061%20134.049L98.4394%20133.187L98.7061%20134.065C98.7508%20134.209%2098.8821%20134.301%2099.0254%20134.301C99.0574%20134.301%2099.0908%20134.297%2099.1221%20134.287C99.2988%20134.233%2099.3974%20134.047%2099.3441%20133.871L99.0774%20132.993L101.91%20132.131L102.177%20133.009C102.221%20133.152%20102.353%20133.245%20102.497%20133.245C102.528%20133.245%20102.561%20133.241%20102.592%20133.231C102.769%20133.177%20102.868%20132.991%20102.815%20132.815L102.548%20131.937L105.381%20131.075L105.647%20131.952C105.692%20132.095%20105.824%20132.188%20105.967%20132.188C105.999%20132.188%20106.032%20132.184%20106.063%20132.174C106.24%20132.12%20106.339%20131.934%20106.285%20131.758L106.019%20130.881L107.155%20130.534C107.251%20130.505%20107.348%20130.491%20107.446%20130.491C107.5%20130.491%20107.549%20130.507%20107.6%20130.515C107.922%20130.567%20108.196%20130.773%20108.335%20131.071C108.355%20131.113%20108.383%20131.15%20108.396%20131.195L109.636%20135.266L96.2748%20139.333L83.9994%20143.071L77.3054%20145.108L76.0654%20141.037C76.0528%20140.993%2076.0461%20140.949%2076.0394%20140.905C76.0054%20140.692%2076.0374%20140.471%2076.1401%20140.28C76.1888%20140.187%2076.2601%20140.113%2076.3334%20140.043C76.3528%20140.023%2076.3641%20139.996%2076.3848%20139.979C76.4228%20139.948%2076.4734%20139.935%2076.5161%20139.909C76.5854%20139.868%2076.6488%20139.821%2076.7268%20139.797L77.6141%20139.527ZM110.875%20139.333L115.823%20155.59C115.982%20156.115%20115.686%20156.671%20115.162%20156.831L84.7327%20166.094C84.482%20166.172%2084.2207%20166.138%2084%20166.027C83.7633%20165.908%2083.5733%20165.699%2083.4913%20165.433L77.5%20145.746L84%20143.767L98.5647%20139.333L109.831%20135.904L110.875%20139.333ZM76.1564%20139.333C75.9044%20139.487%2075.6937%20139.7%2075.5517%20139.966C75.3637%20140.319%2075.3171%20140.718%2075.4024%20141.104C75.4124%20141.147%2075.4157%20141.189%2075.4277%20141.231L82.8537%20165.627C83.0237%20166.184%2083.4604%20166.593%2083.9997%20166.741C84.1417%20166.779%2084.2891%20166.804%2084.4424%20166.804C84.6064%20166.804%2084.7684%20166.78%2084.9264%20166.732L115.356%20157.469C116.23%20157.202%20116.727%20156.272%20116.461%20155.396L111.571%20139.333L110.371%20135.393V135.391L109.035%20131.001C108.821%20130.297%20108.182%20129.823%20107.446%20129.823C107.282%20129.823%20107.119%20129.847%20106.962%20129.895L105.825%20130.242L105.449%20129.008C105.396%20128.832%20105.209%20128.732%20105.033%20128.786C104.858%20128.84%20104.757%20129.026%20104.811%20129.202L105.187%20130.436L102.354%20131.298L101.978%20130.065C101.924%20129.889%20101.74%20129.789%20101.562%20129.843C101.386%20129.897%20101.286%20130.083%20101.34%20130.259L101.716%20131.493L98.8831%20132.355L98.5077%20131.121C98.4537%20130.945%2098.2684%20130.845%2098.0917%20130.899C97.9157%20130.953%2097.8157%20131.139%2097.8691%20131.315L98.2451%20132.549L95.4124%20133.411L95.0364%20132.178C94.9824%20132.002%2094.7984%20131.904%2094.6204%20131.956C94.4451%20132.01%2094.3451%20132.196%2094.3984%20132.372L94.7744%20133.605L91.9417%20134.468L91.5657%20133.234C91.5117%20133.059%2091.3271%20132.96%2091.1497%20133.012C90.9737%20133.067%2090.8744%20133.253%2090.9277%20133.428L91.3037%20134.662L88.4704%20135.525L88.0951%20134.291C88.0411%20134.115%2087.8557%20134.016%2087.6784%20134.069C87.5031%20134.123%2087.4037%20134.309%2087.4564%20134.485L87.8324%20135.719L84.9997%20136.581L84.6237%20135.347C84.5704%20135.172%2084.3844%20135.073%2084.2077%20135.126C84.1064%20135.157%2084.0357%20135.233%2083.9997%20135.325V135.325C83.9731%20135.392%2083.9624%20135.467%2083.9857%20135.541L83.9997%20135.587L84.3617%20136.775L83.9997%20136.885L81.5291%20137.637L81.1531%20136.405C81.0997%20136.229%2080.9137%20136.129%2080.7371%20136.183C80.5604%20136.237%2080.4617%20136.423%2080.5151%20136.599L80.8911%20137.832L78.0577%20138.694L77.6817%20137.461C77.6284%20137.285%2077.4424%20137.185%2077.2664%20137.239C77.0897%20137.293%2076.9904%20137.479%2077.0437%20137.655L77.4197%20138.888L76.5331%20139.159C76.3977%20139.199%2076.2744%20139.261%2076.1564%20139.333ZM100.627%20185.944C100.455%20186.009%20100.367%20186.201%20100.431%20186.373C102.179%20191.049%20101.029%20196.351%2097.5014%20199.879C97.4588%20199.921%2097.4135%20199.958%2097.3701%20200H98.2974C101.749%20196.292%20102.839%20190.909%20101.057%20186.14C100.991%20185.967%20100.8%20185.88%20100.627%20185.944ZM64.6943%20183.847C64.6943%20183.523%2064.9577%20183.26%2065.2817%20183.26C65.6057%20183.26%2065.8683%20183.523%2065.8683%20183.847C65.8683%20184.171%2065.6057%20184.435%2065.2817%20184.435C64.9577%20184.435%2064.6943%20184.171%2064.6943%20183.847ZM66.5347%20183.847C66.5347%20183.156%2065.9727%20182.593%2065.2813%20182.593C64.5893%20182.593%2064.0273%20183.156%2064.0273%20183.847C64.0273%20184.539%2064.5893%20185.101%2065.2813%20185.101C65.9727%20185.101%2066.5347%20184.539%2066.5347%20183.847ZM70.7465%20118.939C70.1585%20118.872%2069.4772%20119.08%2068.8252%20119.523C69.0965%20118.783%2069.1332%20118.072%2068.9252%20117.519C69.5119%20117.587%2070.1945%20117.377%2070.8452%20116.935C70.5745%20117.673%2070.5379%20118.386%2070.7465%20118.939ZM71.6368%20115.529C70.6374%20116.811%2069.1648%20117.404%2068.4208%20116.824C68.3168%20116.743%2068.1674%20116.761%2068.0868%20116.865C68.0041%20116.969%2068.0241%20117.119%2068.1274%20117.201C68.8714%20117.781%2068.6541%20119.353%2067.6554%20120.634C67.5734%20120.739%2067.5928%20120.889%2067.6968%20120.97C67.8001%20121.051%2067.9508%20121.032%2068.0314%20120.928C69.0314%20119.647%2070.5041%20119.054%2071.2481%20119.633C71.3514%20119.715%2071.5021%20119.696%2071.5828%20119.592C71.6641%20119.488%2071.6448%20119.338%2071.5408%20119.257C70.7974%20118.677%2071.0141%20117.104%2072.0134%20115.823C72.0941%20115.719%2072.0761%20115.568%2071.9721%20115.488C71.8674%20115.407%2071.7181%20115.425%2071.6368%20115.529ZM50.6694%20169.822C50.3447%20169.822%2050.082%20169.558%2050.082%20169.233C50.082%20168.91%2050.3447%20168.647%2050.6694%20168.647C50.9914%20168.647%2051.2554%20168.91%2051.2554%20169.233C51.2554%20169.558%2050.9914%20169.822%2050.6694%20169.822ZM50.669%20167.98C49.977%20167.98%2049.415%20168.543%2049.415%20169.233C49.415%20169.926%2049.977%20170.489%2050.669%20170.489C51.3597%20170.489%2051.9217%20169.926%2051.9217%20169.233C51.9217%20168.543%2051.3597%20167.98%2050.669%20167.98ZM50.6693%20174.775C50.4839%20174.775%2050.3359%20174.924%2050.3359%20175.108V183.847C50.3359%20184.031%2050.4839%20184.181%2050.6693%20184.181H60.4293C60.6133%20184.181%2060.7626%20184.031%2060.7626%20183.847C60.7626%20183.663%2060.6133%20183.514%2060.4293%20183.514H51.0026V175.108C51.0026%20174.924%2050.8519%20174.775%2050.6693%20174.775ZM99.3848%20142.215L100.315%20145.271L97.2588%20146.203L96.3281%20143.146L99.3848%20142.215ZM95.5932%20143.021L96.7185%20146.715C96.7439%20146.8%2096.8025%20146.871%2096.8799%20146.913C96.9292%20146.939%2096.9832%20146.952%2097.0372%20146.952C97.0699%20146.952%2097.1025%20146.947%2097.1345%20146.937L100.829%20145.813C101.005%20145.759%20101.105%20145.573%20101.051%20145.397L99.9259%20141.702C99.8999%20141.617%2099.8419%20141.547%2099.7639%20141.505C99.6859%20141.463%2099.5939%20141.453%2099.5099%20141.48L95.8152%20142.605C95.6399%20142.659%2095.5405%20142.845%2095.5932%20143.021ZM73.895%2084.4754L79.2897%2065.4834L83.9997%2067.5314L102.502%2075.5774L92.399%2092.2981C91.887%2093.1447%2090.7497%2093.5127%2089.8363%2093.1147L83.9997%2090.5767L74.915%2086.6281C74.0877%2086.2681%2073.6497%2085.3421%2073.895%2084.4754ZM80.5051%2061.2107L84.0005%2062.73L104.802%2071.774L102.834%2075.03L84.0005%2066.84L79.4658%2064.868L80.5051%2061.2107ZM79.4952%2058.8212L80.4679%2056.5852C80.5899%2056.3025%2080.8152%2056.0845%2081.1019%2055.9719C81.2119%2055.9299%2081.3272%2055.9032%2081.4446%2055.8945C81.6286%2055.8819%2081.8152%2055.9139%2081.9839%2055.9879L84.0006%2056.8645L90.5099%2059.6952C90.5106%2059.6952%2090.5112%2059.6965%2090.5119%2059.6965L92.6126%2060.6092L107.613%2067.1319C107.895%2067.2539%20108.113%2067.4799%20108.226%2067.7659C108.338%2068.0525%20108.333%2068.3659%20108.21%2068.6485L107.239%2070.8839C106.993%2071.4499%20106.292%2071.7299%20105.722%2071.4819L104.985%2071.1619L84.0006%2062.0372L80.4252%2060.4825C80.4232%2060.4819%2080.4212%2060.4819%2080.4192%2060.4812L80.0926%2060.3392C79.5099%2060.0852%2079.2412%2059.4052%2079.4952%2058.8212ZM97.4012%2062L92.7012%2059.956L93.7772%2057.4794C93.8312%2057.356%2093.9818%2057.2947%2094.1065%2057.3494L98.3498%2059.1927C98.4758%2059.2487%2098.5332%2059.3974%2098.4772%2059.5227L97.4012%2062ZM92.1326%2056.7647C92.438%2056.0627%2093.102%2055.5927%2093.8673%2055.5401C94.196%2055.5181%2094.5166%2055.5727%2094.8206%2055.7047L99.0633%2057.5487C99.564%2057.7674%2099.9486%2058.1667%20100.15%2058.6741C100.35%2059.1814%20100.339%2059.7367%20100.122%2060.2381L99.0453%2062.7147L97.9826%2062.2527L99.06%2059.7754C99.2546%2059.3274%2099.0493%2058.8047%2098.602%2058.6107L94.36%2056.7674C93.9253%2056.5754%2093.3846%2056.7921%2093.1953%2057.2261L92.118%2059.7021L91.0566%2059.2407L92.1326%2056.7647ZM89.5833%2093.6967C89.9753%2093.8687%2090.4073%2093.9427%2090.8333%2093.9127C91.704%2093.8533%2092.492%2093.3713%2092.9433%2092.6267L105.389%2072.0293L105.468%2072.064C105.73%2072.1773%20106.019%2072.2267%20106.303%2072.208C106.971%2072.1607%20107.553%2071.752%20107.82%2071.1367L108.791%2068.9013C108.981%2068.464%20108.991%2067.978%20108.815%2067.5333C108.641%2067.0893%20108.303%2066.74%20107.865%2066.55L99.6273%2062.968L100.703%2060.4913C100.99%2059.8353%20101.003%2059.1067%20100.74%2058.4413C100.477%2057.776%2099.9726%2057.2527%2099.316%2056.9673L95.074%2055.1233C94.6806%2054.952%2094.2486%2054.8767%2093.8233%2054.9067C92.8213%2054.976%2091.95%2055.59%2091.55%2056.5113L90.474%2058.9873L84%2056.172L82.2366%2055.4053C81.8073%2055.218%2081.3046%2055.2113%2080.8693%2055.382C80.4246%2055.556%2080.0746%2055.8933%2079.8846%2056.332L78.9113%2058.5693C78.5186%2059.4727%2078.9353%2060.5287%2079.838%2060.9207L79.9166%2060.9547L73.286%2084.3013C72.9526%2085.474%2073.544%2086.724%2074.6613%2087.21L84%2091.27L89.5833%2093.6967ZM82.6503%2085.9967C82.6377%2085.9633%2082.639%2085.9253%2082.653%2085.8913L83.9997%2082.7947L88.4083%2072.656L91.115%2073.832L85.3603%2087.068C85.3223%2087.1553%2085.2397%2087.164%2085.1797%2087.1393L83.9997%2086.6267L82.725%2086.072C82.6903%2086.058%2082.6643%2086.03%2082.6503%2085.9967ZM84.9263%2087.7207C85.0403%2087.7707%2085.1656%2087.7927%2085.2876%2087.7834C85.5763%2087.764%2085.827%2087.5867%2085.943%2087.322L91.8243%2073.7947C91.8936%2073.634%2091.8203%2073.4467%2091.659%2073.3774L88.371%2071.9467C88.2943%2071.9134%2088.207%2071.9114%2088.1276%2071.9427C88.0496%2071.974%2087.9876%2072.034%2087.9536%2072.112L84.0003%2081.2034L82.071%2085.6387C81.9896%2085.8267%2081.985%2086.0374%2082.061%2086.2294C82.137%2086.42%2082.2823%2086.5727%2082.4716%2086.6547L84.0003%2087.3187L84.9263%2087.7207ZM52.0701%2084.7458L56.1334%2096.9558L49.9627%2099.0098L45.8994%2086.7999L52.0701%2084.7458ZM49.4353%2099.5367C49.4627%2099.6207%2049.524%2099.6893%2049.602%2099.7293C49.6493%2099.7527%2049.7%2099.7647%2049.7527%2099.7647C49.7873%2099.7647%2049.8227%2099.7587%2049.8573%2099.7473L56.66%2097.4833C56.8347%2097.4247%2056.9293%2097.2367%2056.8707%2097.0613L52.5973%2084.2193C52.5693%2084.1353%2052.5087%2084.0667%2052.43%2084.0267C52.3513%2083.988%2052.26%2083.982%2052.1753%2084.0087L45.3727%2086.2727C45.198%2086.3313%2045.104%2086.52%2045.1613%2086.6947L49.4353%2099.5367ZM83.2177%2034.256L82.0217%2038.1407C81.9677%2038.3174%2082.0657%2038.5034%2082.2423%2038.5574C82.275%2038.568%2082.3083%2038.5727%2082.341%2038.5727C82.4823%2038.5727%2082.615%2038.4807%2082.659%2038.3374L83.855%2034.4527C83.909%2034.276%2083.8103%2034.09%2083.6343%2034.036C83.459%2033.9807%2083.2723%2034.0807%2083.2177%2034.256ZM79.6112%2084.5594C79.5978%2084.5941%2079.5705%2084.6228%2079.5365%2084.6374C79.5032%2084.6528%2079.4625%2084.6521%2079.4272%2084.6374L77.8752%2083.9634C77.3038%2083.7141%2077.0245%2083.0614%2077.2392%2082.4761L81.8912%2069.8254L84.0005%2070.7434L84.5958%2071.0028L84.0005%2072.6221L79.6112%2084.5594ZM85.2939%2070.9393C85.3519%2070.7813%2085.2772%2070.6066%2085.1225%2070.5393L83.9999%2070.0506L81.8345%2069.1093C81.7545%2069.0739%2081.6639%2069.0746%2081.5832%2069.1079C81.5032%2069.1426%2081.4399%2069.2086%2081.4099%2069.2919L76.6432%2082.2573C76.3112%2083.1579%2076.7412%2084.1613%2077.6205%2084.5439L79.1745%2085.2186C79.2872%2085.2686%2079.4125%2085.2906%2079.5345%2085.2813C79.6205%2085.2759%2079.7052%2085.2553%2079.7859%2085.2206C79.9799%2085.1359%2080.1339%2084.9759%2080.2059%2084.7773L83.9999%2074.4606L85.2939%2070.9393ZM80.3335%2032.918L77.9775%2035.874C77.8635%2036.018%2077.8868%2036.2273%2078.0308%2036.342C78.0915%2036.3913%2078.1655%2036.4146%2078.2382%2036.4146C78.3362%2036.4146%2078.4335%2036.372%2078.4988%2036.2893L80.8541%2033.3333C80.9688%2033.1893%2080.9455%2032.98%2080.8015%2032.8653C80.6575%2032.7486%2080.4482%2032.7733%2080.3335%2032.918ZM9.88163%202.21399C14.5923%200.397991%2019.941%201.52999%2023.5083%205.09732C28.485%2010.074%2028.485%2018.172%2023.5083%2023.1493C18.5323%2028.126%2010.435%2028.126%205.45696%2023.1493C1.92896%2019.6213%200.778965%2014.32%202.52696%209.64399C2.59163%209.47132%202.5043%209.27933%202.33163%209.21466C2.15763%209.15133%201.96763%209.23866%201.9023%209.41066C0.0629648%2014.33%201.27363%2019.9087%204.98563%2023.6207C7.6043%2026.2393%2011.0436%2027.548%2014.483%2027.548C17.9216%2027.548%2021.3623%2026.2393%2023.9803%2023.6207C29.2163%2018.3833%2029.2163%209.86199%2023.9803%204.62599C20.2256%200.871991%2014.597%20-0.318676%209.6423%201.59132C9.4703%201.65799%209.3843%201.85066%209.4503%202.02199C9.51696%202.19332%209.71096%202.27866%209.88163%202.21399ZM33.7439%2094.3547L36.7559%20103.406L30.5852%20105.46L27.5732%2096.4087L33.7439%2094.3547ZM30.2249%20106.179C30.2709%20106.203%2030.3223%20106.215%2030.3729%20106.215C30.4089%20106.215%2030.4449%20106.208%2030.4783%20106.197L37.2823%20103.933C37.4563%20103.875%2037.5516%20103.687%2037.4929%20103.511L34.2703%2093.828C34.2429%2093.744%2034.1823%2093.6754%2034.1036%2093.6354C34.0249%2093.596%2033.9329%2093.5907%2033.8489%2093.6174L27.0456%2095.8814C26.8703%2095.9394%2026.7769%2096.1287%2026.8343%2096.3034L30.0569%20105.987C30.0856%20106.071%2030.1449%20106.139%2030.2249%20106.179ZM88.41%2088.3841L94.9333%2075.4788L97.6407%2076.6561L91.5547%2088.6994C91.368%2089.0681%2090.996%2089.3148%2090.5833%2089.3434C90.3927%2089.3568%2090.2067%2089.3254%2090.032%2089.2488L88.4773%2088.5721C88.444%2088.5568%2088.4167%2088.5274%2088.404%2088.4928C88.3907%2088.4568%2088.3933%2088.4181%2088.41%2088.3841ZM87.8064%2088.708C87.8777%2088.9073%2088.0317%2089.0706%2088.225%2089.154L89.779%2089.8313C90.045%2089.9466%2090.3377%2089.9966%2090.6257%2089.9773H90.6264C91.261%2089.934%2091.8344%2089.5533%2092.1204%2088.986L98.3597%2076.6433C98.3984%2076.5646%2098.4037%2076.4733%2098.3744%2076.392C98.345%2076.3086%2098.2817%2076.2426%2098.2024%2076.2086L94.911%2074.7773C94.7577%2074.7106%2094.5784%2074.7746%2094.5023%2074.924L87.843%2088.098C87.7484%2088.2866%2087.7344%2088.5093%2087.8064%2088.708ZM85.5708%20100.42C85.5848%20100.246%2085.4548%20100.095%2085.2814%20100.081C85.1081%20100.068%2084.9561%20100.197%2084.9428%20100.371L84.9201%20100.647C84.8768%20101.137%2084.8328%20101.643%2084.9328%20102.127C85.0428%20102.646%2085.3461%20103.151%2085.8374%20103.629C85.9661%20103.754%2086.0994%20103.876%2086.2321%20103.993C86.5214%20104.254%2086.7934%20104.501%2086.9974%20104.78C87.2494%20105.127%2087.3794%20105.577%2087.3768%20106.083C87.3754%20106.256%2087.5168%20106.398%2087.6908%20106.399C87.7481%20106.4%2087.8021%20106.384%2087.8481%20106.357C87.9434%20106.303%2088.0061%20106.203%2088.0074%20106.086C88.0108%20105.446%2087.8374%20104.867%2087.5074%20104.411C87.2648%20104.076%2086.9541%20103.797%2086.6534%20103.525C86.5281%20103.412%2086.3994%20103.298%2086.2774%20103.177C85.8781%20102.789%2085.6334%20102.392%2085.5508%20101.997C85.4681%20101.605%2085.5074%20101.167%2085.5481%20100.702L85.5708%20100.42ZM92.4971%20144.312L93.4271%20147.369L90.3704%20148.299L89.4404%20145.243L92.4971%20144.312ZM89.8295%20148.813C89.8554%20148.897%2089.9141%20148.968%2089.9921%20149.01C90.0401%20149.036%2090.0941%20149.049%2090.1481%20149.049C90.1808%20149.049%2090.2134%20149.045%2090.2461%20149.035L93.9401%20147.909C94.1161%20147.855%2094.2161%20147.669%2094.1628%20147.493L93.0375%20143.799C93.0115%20143.715%2092.9528%20143.643%2092.8748%20143.602C92.7961%20143.559%2092.7055%20143.551%2092.6208%20143.577L88.9268%20144.702C88.7514%20144.756%2088.6515%20144.942%2088.7048%20145.118L89.8295%20148.813ZM36.6434%20183.847C36.6434%20184.171%2036.3794%20184.435%2036.0561%20184.435C35.7314%20184.435%2035.4688%20184.171%2035.4688%20183.847C35.4688%20183.523%2035.7314%20183.26%2036.0561%20183.26C36.3794%20183.26%2036.6434%20183.523%2036.6434%20183.847ZM34.8018%20183.848C34.8018%20184.539%2035.3644%20185.102%2036.0558%20185.102C36.7471%20185.102%2037.3098%20184.539%2037.3098%20183.848C37.3098%20183.156%2036.7471%20182.594%2036.0558%20182.594C35.3644%20182.594%2034.8018%20183.156%2034.8018%20183.848ZM85.2728%20156.282L84.3428%20153.225L87.3988%20152.295L88.3301%20155.352L85.2728%20156.282ZM89.0402%20155.731C89.0822%20155.652%2089.0915%20155.561%2089.0648%20155.477L87.9408%20151.782C87.8875%20151.606%2087.7008%20151.507%2087.5248%20151.56L84.0002%20152.633L83.8308%20152.685C83.6542%20152.739%2083.5548%20152.925%2083.6082%20153.101L84.0002%20154.387L84.7328%20156.795C84.7768%20156.939%2084.9082%20157.031%2085.0515%20157.031C85.0835%20157.031%2085.1162%20157.027%2085.1482%20157.017L88.8428%20155.893C88.9282%20155.867%2088.9988%20155.809%2089.0402%20155.731ZM87.0648%20162.167L86.1348%20159.111L89.1914%20158.181L90.1221%20161.237L87.0648%20162.167ZM89.7324%20157.667C89.6791%20157.492%2089.4938%20157.393%2089.3164%20157.445L85.6224%20158.57C85.5378%20158.595%2085.4664%20158.654%2085.4251%20158.732C85.3838%20158.81%2085.3744%20158.901%2085.3998%20158.985L86.5251%20162.681C86.5691%20162.825%2086.7004%20162.917%2086.8438%20162.917C86.8758%20162.917%2086.9091%20162.912%2086.9411%20162.902L90.6351%20161.778C90.7204%20161.752%2090.7904%20161.694%2090.8324%20161.616C90.8738%20161.538%2090.8831%20161.447%2090.8571%20161.362L89.7324%20157.667ZM82.1117%20101.779C82.1244%20101.605%2081.9944%20101.455%2081.8211%20101.442C81.6478%20101.429%2081.4971%20101.559%2081.4831%20101.732L81.4591%20102.011C81.4178%20102.501%2081.3737%20103.005%2081.4751%20103.485C81.5831%20104.006%2081.8877%20104.511%2082.3784%20104.991C82.5078%20105.114%2082.6404%20105.234%2082.7731%20105.355C83.0631%20105.615%2083.3358%20105.861%2083.5384%20106.141C83.7897%20106.488%2083.9211%20106.937%2083.9178%20107.443C83.9171%20107.525%2083.9491%20107.597%2083.9997%20107.653C84.0571%20107.717%2084.1377%20107.759%2084.2298%20107.759C84.2884%20107.761%2084.3431%20107.745%2084.3897%20107.719C84.4837%20107.665%2084.5478%20107.564%2084.5478%20107.447C84.5518%20106.806%2084.3791%20106.227%2084.0478%20105.771C84.0331%20105.751%2084.0144%20105.735%2083.9997%20105.715C83.7651%20105.408%2083.4771%20105.141%2083.1951%20104.886C83.0684%20104.773%2082.9411%20104.659%2082.8184%20104.539C82.4178%20104.15%2082.1744%20103.752%2082.0911%20103.357C82.0098%20102.967%2082.0478%20102.529%2082.0871%20102.066L82.1117%20101.779ZM66.8519%2062.536C66.8519%2062.4013%2066.7439%2062.2927%2066.6093%2062.292H64.3773L65.9553%2060.714C66.0513%2060.6193%2066.0513%2060.4647%2065.9553%2060.3687C65.8613%2060.2733%2065.7059%2060.2733%2065.6113%2060.3693L64.0319%2061.948V59.2373C64.0319%2059.1027%2063.9226%2058.9933%2063.7886%2058.9933C63.6546%2058.9933%2063.5453%2059.1027%2063.5453%2059.2373V61.948L61.9659%2060.3687C61.8713%2060.2733%2061.7173%2060.2733%2061.6213%2060.3693C61.5266%2060.4647%2061.5266%2060.6193%2061.6219%2060.714L63.1999%2062.2927H60.9686C60.8339%2062.2927%2060.7246%2062.402%2060.7246%2062.536C60.7239%2062.6707%2060.8333%2062.78%2060.9686%2062.78H63.1999L61.6219%2064.358C61.5273%2064.4533%2061.5266%2064.6073%2061.6219%2064.7033C61.6693%2064.7507%2061.7319%2064.7733%2061.7939%2064.7733C61.8566%2064.7733%2061.9193%2064.75%2061.9673%2064.7033L63.5453%2063.1247V65.8347C63.5453%2065.9687%2063.6546%2066.078%2063.7886%2066.078C63.9233%2066.0787%2064.0319%2065.9687%2064.0319%2065.8347V63.1247L65.6113%2064.7027C65.6579%2064.75%2065.7213%2064.7733%2065.7819%2064.774C65.8453%2064.774%2065.9073%2064.75%2065.9553%2064.7033C66.0506%2064.6073%2066.0506%2064.4533%2065.9553%2064.358L64.3773%2062.78H66.6093C66.7439%2062.78%2066.8533%2062.6707%2066.8519%2062.536ZM89.0294%2099.0574C89.0421%2098.884%2088.9134%2098.7334%2088.7394%2098.7194C88.5654%2098.7067%2088.4148%2098.836%2088.4014%2099.0107L88.3781%2099.2847C88.3368%2099.774%2088.2908%20100.281%2088.3928%20100.767C88.5021%20101.287%2088.8061%20101.791%2089.2954%20102.269C89.4248%20102.393%2089.5594%20102.514%2089.6928%20102.635C89.9808%20102.894%2090.2534%20103.139%2090.4561%20103.419C90.7074%20103.766%2090.8394%20104.216%2090.8368%20104.721C90.8354%20104.896%2090.9748%20105.037%2091.1488%20105.039C91.2074%20105.039%2091.2614%20105.024%2091.3088%20104.997C91.4021%20104.943%2091.4661%20104.841%2091.4661%20104.725C91.4701%20104.086%2091.2974%20103.506%2090.9668%20103.049C90.7248%20102.715%2090.4148%20102.436%2090.1148%20102.165C89.9868%20102.051%2089.8594%20101.937%2089.7354%20101.817C89.3368%20101.428%2089.0921%20101.031%2089.0094%20100.637C88.9274%20100.244%2088.9654%2099.804%2089.0054%2099.3387L89.0294%2099.0574ZM80.2835%20112.52C80.2982%20112.476%2080.3275%20112.437%2080.3895%20112.401C80.3922%20112.399%2080.3948%20112.398%2080.3982%20112.397L84.0002%20110.98L97.7128%20105.586C97.7668%20105.564%2097.8295%20105.569%2097.8795%20105.597C97.9315%20105.627%2097.9668%20105.678%2097.9755%20105.737L98.3855%20108.327C98.3855%20108.328%2098.3848%20108.328%2098.3848%20108.329L98.9068%20111.628L99.8542%20117.622C99.9648%20118.325%2099.5722%20119.035%2098.8942%20119.299L98.8648%20119.311C98.8642%20119.311%2098.8628%20119.311%2098.8622%20119.311L88.9088%20123.226C88.9075%20123.227%2088.9062%20123.228%2088.9042%20123.229L88.8775%20123.24C88.2115%20123.504%2087.4348%20123.261%2087.0342%20122.667L84.0002%20118.165L80.3088%20112.687C80.2762%20112.637%2080.2668%20112.577%2080.2835%20112.52ZM99.7859%20113.156L99.3086%20110.133L100.626%20109.615C101.383%20109.331%20102.241%20109.714%20102.537%20110.467C102.839%20111.234%20102.464%20112.102%20101.695%20112.405L99.7859%20113.156ZM100.003%20108.105C101.608%20107.473%20103.426%20108.265%20104.059%20109.871C104.678%20111.445%20103.913%20113.287%20102.293%20113.925L100.046%20114.809L99.8869%20113.795L101.925%20112.992C102.023%20112.953%20102.116%20112.908%20102.204%20112.857C103.104%20112.342%20103.514%20111.229%20103.123%20110.238C102.702%20109.165%20101.481%20108.621%20100.4%20109.026L99.2075%20109.495L99.0469%20108.48L100.003%20108.105ZM99.0793%20121.057C99.044%20121.138%2098.9813%20121.206%2098.9053%20121.251L90.2579%20124.659C90.0446%20124.743%2089.8033%20124.637%2089.7193%20124.425L89.4326%20123.699L96.6286%20120.868L98.7993%20120.014L99.0853%20120.739C99.1246%20120.841%2099.1233%20120.955%2099.0793%20121.057ZM79.6824%20112.333C79.6084%20112.574%2079.6471%20112.831%2079.7864%20113.039L84.0004%20119.293L86.5124%20123.02C87.0244%20123.779%2087.9671%20124.123%2088.8384%20123.907L89.1331%20124.656C89.3437%20125.192%2089.9517%20125.456%2090.4884%20125.245L99.0811%20121.863C99.1291%20121.845%2099.1751%20121.824%2099.2191%20121.798C99.4131%20121.687%2099.5684%20121.512%2099.6571%20121.309C99.7677%20121.056%2099.7724%20120.764%2099.6717%20120.507L99.3791%20119.764C99.3904%20119.759%2099.4017%20119.754%2099.4131%20119.748C100.189%20119.303%20100.616%20118.409%20100.476%20117.524L100.148%20115.447L102.524%20114.511C102.7%20114.443%20102.865%20114.363%20103.022%20114.271C104.625%20113.353%20105.323%20111.361%20104.645%20109.64C103.887%20107.711%20101.7%20106.759%2099.7724%20107.518L98.9471%20107.843L98.5984%20105.638C98.5591%20105.39%2098.4111%20105.176%2098.1931%20105.05C97.9744%20104.926%2097.7137%20104.907%2097.4817%20104.999L84.0004%20110.302L80.1684%20111.81C79.9324%20111.905%2079.7564%20112.095%2079.6824%20112.333ZM191.451%2039.7181L191.62%2039.4714C191.726%2039.3201%20191.686%2039.1121%20191.534%2039.0088C191.382%2038.9054%20191.174%2038.9441%20191.07%2039.0968L190.904%2039.3374C190.607%2039.7648%20190.3%2040.2061%20190.138%2040.7034C189.964%2041.2374%20189.977%2041.8608%20190.175%2042.5581C190.228%2042.7408%20190.287%2042.9208%20190.346%2043.1007C190.474%2043.4914%20190.594%2043.8601%20190.634%2044.2241C190.682%2044.6754%20190.566%2045.1581%20190.298%2045.6201C190.204%2045.7788%20190.258%2045.9834%20190.418%2046.0754C190.471%2046.1061%20190.529%2046.1208%20190.586%2046.1208C190.7%2046.1208%20190.812%2046.0614%20190.873%2045.9548C191.214%2045.3688%20191.361%2044.7461%20191.297%2044.1541C191.251%2043.7194%20191.114%2043.2988%20190.98%2042.8927C190.923%2042.7214%20190.867%2042.5488%20190.817%2042.3748C190.655%2041.8074%20190.64%2041.3148%20190.772%2040.9094C190.902%2040.5061%20191.17%2040.1234%20191.451%2039.7181ZM162.109%20143.858C161.937%20143.927%20161.854%20144.121%20161.923%20144.291C161.975%20144.421%20162.1%20144.501%20162.231%20144.501C162.273%20144.501%20162.314%20144.493%20162.356%20144.477L174.686%20139.546C174.783%20139.507%20174.847%20139.426%20174.876%20139.333C174.897%20139.263%20174.9%20139.187%20174.871%20139.113C174.804%20138.941%20174.608%20138.859%20174.438%20138.927L173.423%20139.333L162.109%20143.858ZM161.271%20141.764C161.1%20141.832%20161.017%20142.026%20161.086%20142.197C161.138%20142.327%20161.262%20142.407%20161.394%20142.407C161.436%20142.407%20161.478%20142.399%20161.518%20142.382L169.142%20139.333L173.849%20137.451C174.02%20137.382%20174.103%20137.188%20174.035%20137.018C173.966%20136.846%20173.771%20136.764%20173.602%20136.832L167.348%20139.333L161.271%20141.764ZM160.433%20139.67C160.262%20139.739%20160.179%20139.933%20160.248%20140.103C160.3%20140.233%20160.425%20140.313%20160.557%20140.313C160.599%20140.313%20160.641%20140.305%20160.681%20140.289L163.069%20139.333L173.011%20135.357C173.182%20135.289%20173.265%20135.095%20173.197%20134.925C173.129%20134.753%20172.933%20134.671%20172.764%20134.739L161.275%20139.333L160.433%20139.67ZM153.918%20107.88L153.619%20107.146C153.433%20106.686%20153.435%20106.179%20153.629%20105.722C153.822%20105.264%20154.183%20104.909%20154.644%20104.721C154.843%20104.639%20155.055%20104.597%20155.27%20104.597C155.95%20104.597%20156.555%20105.005%20156.811%20105.635L157.184%20106.551L153.918%20107.88ZM157.433%20107.169L157.874%20108.253L154.609%20109.581L154.169%20108.497L157.433%20107.169ZM158.126%20108.87L161.554%20117.3L158.318%20118.616L158.288%20118.629L154.86%20110.198L158.126%20108.87ZM161.277%20121.205L158.754%20119.159L161.601%20118.001L161.277%20121.205ZM157.796%20119.188C157.815%20119.235%20157.848%20119.275%20157.886%20119.309C157.89%20119.313%20157.892%20119.318%20157.895%20119.322L161.337%20122.112C161.396%20122.161%20161.471%20122.187%20161.546%20122.187C161.589%20122.187%20161.634%20122.178%20161.674%20122.161C161.786%20122.113%20161.866%20122.009%20161.878%20121.887L162.32%20117.517C162.32%20117.513%20162.317%20117.509%20162.318%20117.505C162.322%20117.455%20162.316%20117.407%20162.298%20117.357L158.618%20108.31C158.617%20108.309%20158.616%20108.309%20158.616%20108.309L157.926%20106.615C157.926%20106.613%20157.926%20106.611%20157.926%20106.609L157.427%20105.383C157.068%20104.501%20156.221%20103.931%20155.269%20103.931C154.968%20103.931%20154.672%20103.989%20154.392%20104.103C153.765%20104.358%20153.276%20104.841%20153.014%20105.463C152.751%20106.085%20152.747%20106.771%20153.001%20107.397L153.424%20108.439C153.424%20108.44%20153.424%20108.44%20153.424%20108.441L154.116%20110.139V110.141L157.796%20119.188ZM46.1721%2040.7708C46.1955%2040.9374%2046.3381%2041.0581%2046.5028%2041.0581C46.5175%2041.0581%2046.5321%2041.0568%2046.5481%2041.0548L66.8455%2038.2274C67.0281%2038.2021%2067.1548%2038.0334%2067.1295%2037.8514C67.1041%2037.6681%2066.9341%2037.5421%2066.7541%2037.5674L46.4568%2040.3948C46.2748%2040.4201%2046.1468%2040.5888%2046.1721%2040.7708ZM159.41%20138.008C159.462%20138.138%20159.588%20138.217%20159.72%20138.217C159.76%20138.217%20159.803%20138.21%20159.842%20138.193L172.173%20133.263C172.344%20133.195%20172.427%20133.001%20172.359%20132.83C172.291%20132.659%20172.094%20132.576%20171.925%20132.645L159.595%20137.575C159.424%20137.643%20159.341%20137.837%20159.41%20138.008ZM39.4261%2025.4086C39.4941%2025.318%2039.5941%2025.2586%2039.7075%2025.2426L42.5055%2024.8533C42.5928%2024.8406%2042.6721%2024.7946%2042.7261%2024.724C42.7795%2024.6533%2042.8021%2024.5646%2042.7895%2024.4766L42.3995%2021.68C42.3841%2021.5686%2042.4141%2021.4533%2042.4821%2021.3626C42.5508%2021.272%2042.6508%2021.214%2042.7641%2021.1973L44.8735%2020.908C45.0855%2020.908%2045.2675%2021.066%2045.2955%2021.2766L45.6861%2024.074C45.6981%2024.1606%2045.7448%2024.2406%2045.8155%2024.294C45.8861%2024.3466%2045.9761%2024.368%2046.0615%2024.3573L48.9195%2023.964C49.0115%2023.964%2049.1035%2023.994%2049.1761%2024.0493C49.2661%2024.1173%2049.3275%2024.22%2049.3428%2024.332L49.6281%2026.382C49.6608%2026.6153%2049.4968%2026.8313%2049.2635%2026.8646L46.4655%2027.2553C46.2828%2027.2806%2046.1561%2027.4493%2046.1815%2027.6313L46.5715%2030.4293C46.5875%2030.5406%2046.5575%2030.656%2046.4895%2030.7453C46.4208%2030.8353%2046.3181%2030.896%2046.2068%2030.9113L44.1575%2031.1966C43.9188%2031.2293%2043.7075%2031.062%2043.6748%2030.832L43.2855%2028.0346C43.2728%2027.9473%2043.2261%2027.868%2043.1555%2027.8146C43.0975%2027.7706%2043.0268%2027.7473%2042.9548%2027.7473C42.9395%2027.7473%2042.9241%2027.7486%2042.9095%2027.7506L40.0521%2028.1446C39.8408%2028.1446%2039.6575%2027.986%2039.6288%2027.7753L39.3428%2025.7253C39.3275%2025.614%2039.3575%2025.4986%2039.4261%2025.4086ZM38.9692%2027.868C39.0519%2028.4554%2039.5999%2028.8847%2040.2039%2028.8007L42.6712%2028.4574L43.0152%2030.9247C43.0912%2031.4627%2043.5559%2031.8674%2044.0985%2031.8674C44.1479%2031.8674%2044.1985%2031.864%2044.2499%2031.8567L46.2992%2031.572C46.5879%2031.5314%2046.8445%2031.3814%2047.0212%2031.148C47.1952%2030.918%2047.2719%2030.6227%2047.2319%2030.3367L46.8885%2027.8694L49.3565%2027.5247C49.9539%2027.4407%2050.3719%2026.8867%2050.2885%2026.29L50.0039%2024.24C49.9625%2023.9547%2049.8085%2023.6907%2049.5779%2023.5174C49.3485%2023.3447%2049.0525%2023.268%2048.7679%2023.3074L46.3005%2023.6514L45.9565%2021.1847C45.8745%2020.5967%2045.3279%2020.1634%2044.7225%2020.2514L42.6725%2020.5374C42.3825%2020.5774%2042.1259%2020.7287%2041.9505%2020.9614C41.7772%2021.1907%2041.6999%2021.4867%2041.7399%2021.772L42.0839%2024.2394L39.6159%2024.5827C39.3265%2024.6234%2039.0699%2024.774%2038.8939%2025.0067C38.7205%2025.2367%2038.6432%2025.532%2038.6832%2025.818L38.9692%2027.868ZM45.7075%2037.4393C45.7301%2037.606%2045.8728%2037.7266%2046.0368%2037.7266C46.0528%2037.7266%2046.0675%2037.7253%2046.0835%2037.7233L66.3808%2034.896C66.5628%2034.8706%2066.6908%2034.702%2066.6655%2034.52C66.6401%2034.3373%2066.4728%2034.2126%2066.2895%2034.236L45.9908%2037.0633C45.8095%2037.0886%2045.6815%2037.2573%2045.7075%2037.4393ZM37.4502%2020.7394C38.1642%2019.7948%2039.0415%2019.0188%2040.0335%2018.4381C40.0362%2018.4374%2040.0368%2018.4368%2040.0388%2018.4368C41.0188%2017.8641%2042.1115%2017.4827%2043.2688%2017.3214C43.6768%2017.2648%2044.0895%2017.2361%2044.4988%2017.2361C48.8668%2017.2361%2052.6155%2020.5041%2053.2202%2024.8381C53.8915%2029.6528%2050.5188%2034.1161%2045.7028%2034.7881C45.2955%2034.8447%2044.8828%2034.8734%2044.4755%2034.8734C40.1068%2034.8734%2036.3568%2031.6054%2035.7528%2027.2714C35.4282%2024.9388%2036.0308%2022.6188%2037.4502%2020.7394ZM66.4958%2013.0767L70.2231%2039.8253C69.0738%2040.5733%2067.7404%2040.9553%2066.2524%2040.9553C64.8938%2040.9553%2063.9051%2040.626%2063.8951%2040.6227C63.7658%2040.5793%2063.6191%2040.6187%2063.5311%2040.7267C63.4438%2040.8333%2063.4304%2040.9833%2063.4991%2041.1033C63.5551%2041.202%2063.5984%2041.298%2063.6511%2041.396L46.9211%2043.7267C46.7384%2043.752%2046.6118%2043.9207%2046.6364%2044.1033C46.6598%2044.27%2046.8031%2044.39%2046.9664%2044.39C46.9811%2044.39%2046.9971%2044.3887%2047.0124%2044.3867L63.9738%2042.0233C64.8718%2043.956%2065.0358%2045.7507%2064.4731%2047.376L44.6598%2050.1353L42.5984%2035.3447C43.2071%2035.4687%2043.8344%2035.54%2044.4751%2035.54C44.9131%2035.54%2045.3578%2035.5093%2045.7951%2035.448C47.3518%2035.2307%2048.7644%2034.6393%2049.9658%2033.7853L65.9164%2031.5633C66.0984%2031.538%2066.2264%2031.3693%2066.2004%2031.1867C66.1751%2031.0047%2066.0078%2030.8753%2065.8244%2030.9033L50.9558%2032.9747C51.8678%2032.1193%2052.6031%2031.0907%2053.1198%2029.95L65.4524%2028.2313C65.6351%2028.206%2065.7624%2028.0373%2065.7364%2027.8547C65.7118%2027.672%2065.5438%2027.546%2065.3611%2027.5713L53.4131%2029.236C53.7311%2028.3493%2053.9164%2027.4073%2053.9551%2026.436L64.9878%2024.8987C65.1704%2024.8733%2065.2978%2024.7047%2065.2724%2024.522C65.2471%2024.34%2065.0791%2024.2167%2064.8964%2024.2387L53.9644%2025.7613C53.9538%2025.4253%2053.9278%2025.086%2053.8791%2024.7453C53.8011%2024.18%2053.6711%2023.6313%2053.4971%2023.1033L64.5244%2021.568C64.7064%2021.5427%2064.8338%2021.374%2064.8084%2021.1913C64.7824%2021.0093%2064.6144%2020.88%2064.4318%2020.908L53.2544%2022.4647C52.8751%2021.544%2052.3578%2020.6993%2051.7264%2019.9527L64.0598%2018.2347C64.2411%2018.2093%2064.3691%2018.0407%2064.3438%2017.858C64.3184%2017.676%2064.1491%2017.55%2063.9684%2017.5747L51.1778%2019.356C49.4491%2017.6313%2047.0758%2016.5693%2044.4984%2016.5693C44.0598%2016.5693%2043.6144%2016.6%2043.1764%2016.6607C42.0958%2016.8113%2041.0731%2017.15%2040.1311%2017.636L40.0098%2016.7667L66.4958%2013.0767ZM70.3322%2040.7473C70.3402%2040.8553%2070.3482%2040.9633%2070.3508%2041.0706C70.3522%2041.1586%2070.3502%2041.2459%2070.3488%2041.3333C70.3462%2041.4493%2070.3435%2041.5653%2070.3348%2041.6799C70.3295%2041.7526%2070.3195%2041.8253%2070.3108%2041.8986C70.2962%2042.0266%2070.2815%2042.1553%2070.2582%2042.2806C70.2488%2042.3359%2070.2355%2042.3893%2070.2248%2042.4439C70.1955%2042.5853%2070.1648%2042.7253%2070.1255%2042.8633C70.1155%2042.9013%2070.1015%2042.9386%2070.0902%2042.9766C70.0448%2043.1266%2069.9962%2043.2759%2069.9395%2043.4213C69.9302%2043.4459%2069.9188%2043.4693%2069.9082%2043.4933C69.8455%2043.6499%2069.7788%2043.8033%2069.7035%2043.9533C69.6982%2043.9646%2069.6908%2043.9759%2069.6848%2043.9879C69.2622%2044.8173%2068.6555%2045.5446%2067.9108%2046.1093C67.9022%2046.1159%2067.8942%2046.1233%2067.8862%2046.1299C67.7595%2046.2246%2067.6268%2046.3119%2067.4928%2046.3973C67.4602%2046.4179%2067.4282%2046.4406%2067.3955%2046.4613C67.2802%2046.5313%2067.1582%2046.5946%2067.0375%2046.6579C66.9802%2046.6873%2066.9248%2046.7193%2066.8668%2046.7473C66.7642%2046.7973%2066.6575%2046.8393%2066.5522%2046.8826C66.4702%2046.9166%2066.3888%2046.9526%2066.3055%2046.9826C66.2162%2047.0153%2066.1242%2047.0419%2066.0328%2047.0706C65.9288%2047.1026%2065.8248%2047.1353%2065.7188%2047.1619C65.6395%2047.1826%2065.5588%2047.1973%2065.4775%2047.2146C65.3915%2047.2333%2065.3048%2047.2493%2065.2175%2047.2639C65.7288%2045.4899%2065.4748%2043.5559%2064.4622%2041.4993C64.4595%2041.4946%2064.4588%2041.4906%2064.4562%2041.4859C64.4488%2041.4719%2064.4448%2041.4586%2064.4375%2041.4446C64.8902%2041.5346%2065.5188%2041.6219%2066.2528%2041.6219C67.7562%2041.6219%2069.1202%2041.2646%2070.3148%2040.5586C70.3215%2040.6213%2070.3275%2040.6846%2070.3322%2040.7473ZM41.9028%2035.1793L44.0455%2050.558C44.0688%2050.7246%2044.2115%2050.8453%2044.3748%2050.8453C44.3908%2050.8453%2044.4061%2050.844%2044.4215%2050.842L64.7588%2048.0093C64.7635%2048.0086%2064.7681%2048.0086%2064.7735%2048.008L65.1441%2047.9566C65.3115%2047.9333%2065.4741%2047.8973%2065.6368%2047.862C65.6961%2047.85%2065.7561%2047.842%2065.8148%2047.828C65.8968%2047.808%2065.9755%2047.78%2066.0561%2047.7573C66.1981%2047.7173%2066.3395%2047.68%2066.4775%2047.6313C66.5068%2047.6213%2066.5341%2047.6073%2066.5635%2047.5973C67.7788%2047.1513%2068.8448%2046.3706%2069.6441%2045.3126C70.5921%2044.0573%2071.0668%2042.548%2071.0175%2040.9973C71.0168%2040.9833%2071.0181%2040.9693%2071.0175%2040.9553C71.0088%2040.724%2070.9895%2040.4926%2070.9568%2040.2613L67.1108%2012.6546C67.0848%2012.472%2066.9155%2012.3473%2066.7341%2012.3706L39.5881%2016.1526C39.4061%2016.178%2039.2788%2016.3466%2039.3041%2016.5286L39.5068%2017.9853C38.5188%2018.5953%2037.6395%2019.3826%2036.9181%2020.3373C35.3915%2022.3586%2034.7435%2024.854%2035.0921%2027.364C35.6195%2031.1446%2038.3728%2034.1706%2041.9028%2035.1793ZM182.908%2062.87L193.444%2064.4186L193.324%2065.2346C193.308%2065.3493%20193.245%2065.454%20193.151%2065.5226C193.077%2065.5786%20192.983%2065.61%20192.89%2065.61L183.16%2064.1853C182.92%2064.1493%20182.754%2063.9253%20182.788%2063.686L182.908%2062.87ZM180.556%2047.74C180.56%2047.74%20180.563%2047.74%20180.566%2047.7407L200%2050.5987V49.9247L180.664%2047.08C180.398%2047.0427%20180.136%2047.126%20179.944%2047.3047C179.749%2047.486%20179.647%2047.742%20179.668%2048.0074L180.585%2060.708C180.654%2061.6734%20181.338%2062.486%20182.252%2062.7467L182.128%2063.5894C182.039%2064.192%20182.459%2064.7547%20183.062%2064.8447L192.728%2066.2647C192.782%2066.2727%20192.836%2066.2767%20192.89%2066.2767C193.126%2066.2767%20193.36%2066.1987%20193.549%2066.0581C193.783%2065.8847%20193.942%2065.62%20193.983%2065.3307L194.106%2064.4934C194.119%2064.494%20194.134%2064.4967%20194.146%2064.4967C195.092%2064.4967%20195.954%2063.9027%20196.293%2063.0174L197.086%2060.9374L199.758%2061.3307C199.839%2061.3427%20199.919%2061.3414%20200%2061.348V60.6767C199.951%2060.672%20199.904%2060.678%20199.856%2060.6707L197.329%2060.2987L197.716%2059.2834L200%2059.6194V58.9447L197.96%2058.6447L199.113%2055.6194L200%2055.7494V55.0754L199.356%2054.9807L199.744%2053.9641L200%2054.0014V53.3274L199.987%2053.3254L200%2053.292V51.4214L199.216%2053.476C199.216%2053.4767%20199.216%2053.4767%20199.216%2053.4767L198.261%2055.9807L195.67%2062.7794C195.402%2063.4827%20194.669%2063.9267%20193.908%2063.8127L193.871%2063.8074C193.871%2063.8074%20193.87%2063.8067%20193.87%2063.8067L182.674%2062.1594C182.672%2062.1587%20182.671%2062.16%20182.668%2062.16L182.639%2062.156C181.889%2062.0467%20181.304%2061.4167%20181.25%2060.6594L180.332%2047.9594C180.328%2047.8967%20180.351%2047.836%20180.396%2047.7934C180.434%2047.7594%20180.48%2047.74%20180.556%2047.74ZM101.063%20182.206L99.8941%20183.376L99.8794%20183.362L95.9121%20179.393L96.8708%20178.435C97.4308%20177.875%2098.1748%20177.566%2098.9674%20177.566C99.7588%20177.566%20100.503%20177.875%20101.063%20178.435C101.566%20178.938%20101.844%20179.608%20101.844%20180.32C101.844%20181.033%20101.567%20181.703%20101.063%20182.206ZM97.9439%20185.326L93.9619%20181.345L95.4412%20179.866L99.4232%20183.847L97.9439%20185.326ZM87.5689%20195.701L83.5869%20191.719L93.4902%20181.816L97.4722%20185.798L87.5689%20195.701ZM84.0002%20196.921L81.7549%20197.611L83.2789%20192.354L84.0002%20193.076L86.9416%20196.017L84.0002%20196.921ZM98.9669%20176.899C97.9969%20176.899%2097.0849%20177.277%2096.3989%20177.963L95.2035%20179.159C95.2035%20179.159%2095.2029%20179.159%2095.2022%20179.16L93.2542%20181.109L83.9995%20190.363L82.8789%20191.483C82.8422%20191.52%2082.8189%20191.565%2082.8029%20191.613C82.8009%20191.618%2082.7955%20191.621%2082.7942%20191.627L80.9422%20198.019C80.9075%20198.136%2080.9409%20198.263%2081.0282%20198.349C81.0915%20198.411%2081.1755%20198.445%2081.2622%20198.445C81.2949%20198.445%2081.3275%20198.44%2081.3602%20198.429L83.9995%20197.619L87.6662%20196.491C87.6702%20196.49%2087.6715%20196.487%2087.6755%20196.485C87.7222%20196.469%2087.7662%20196.445%2087.8035%20196.409L98.1782%20186.033L100.129%20184.083L101.534%20182.678C102.164%20182.048%20102.51%20181.211%20102.51%20180.32C102.51%20179.429%20102.164%20178.593%20101.534%20177.963C100.848%20177.277%2099.9369%20176.899%2098.9669%20176.899ZM187.558%2039.1486L187.731%2038.898C187.834%2038.7453%20187.795%2038.538%20187.643%2038.4346C187.49%2038.3326%20187.283%2038.372%20187.178%2038.5226L187.009%2038.7686C186.714%2039.194%20186.408%2039.6346%20186.248%2040.13C186.073%2040.6626%20186.087%2041.2873%20186.285%2041.9853C186.338%2042.1666%20186.397%2042.348%20186.455%2042.5273C186.584%2042.9186%20186.704%2043.2886%20186.744%2043.6526C186.792%2044.1026%20186.675%2044.5846%20186.407%2045.0466C186.314%2045.206%20186.367%2045.4093%20186.527%2045.502C186.58%2045.5333%20186.637%2045.548%20186.695%2045.548C186.809%2045.548%20186.921%2045.4886%20186.981%2045.382C187.323%2044.7966%20187.471%2044.1733%20187.407%2043.5806C187.36%2043.1473%20187.223%2042.7266%20187.089%2042.32C187.033%2042.1486%20186.977%2041.976%20186.926%2041.8013C186.765%2041.2346%20186.749%2040.742%20186.882%2040.336C187.011%2039.9346%20187.277%2039.5526%20187.558%2039.1486ZM158.883%20136.123C158.923%20136.123%20158.966%20136.115%20159.006%20136.099L171.337%20131.168C171.507%20131.1%20171.591%20130.906%20171.522%20130.735C171.453%20130.565%20171.257%20130.481%20171.089%20130.549L158.758%20135.481C158.588%20135.549%20158.505%20135.743%20158.573%20135.913C158.625%20136.044%20158.75%20136.123%20158.883%20136.123ZM0.765333%2050.3666C0.629333%2050.1373%200.402%2049.984%200.14%2049.9453L0%2049.9246V50.5986L0.0433333%2050.6053C0.104%2050.614%200.159333%2050.6513%200.190667%2050.7046C0.222667%2050.7586%200.227333%2050.824%200.205333%2050.8826L0%2051.4213V53.292L0.828%2051.12C0.922667%2050.8713%200.9%2050.5966%200.765333%2050.3666ZM170.349%20146.568C170.445%20146.563%20170.528%20146.536%20170.592%20146.471L177.72%20139.333L179.385%20137.666L180.051%20139.333L183.764%20148.618C183.83%20148.782%20183.828%20148.961%20183.758%20149.123C183.689%20149.285%20183.561%20149.409%20183.397%20149.475L163.147%20157.573C162.812%20157.708%20162.421%20157.535%20162.289%20157.205L157.91%20146.254L170.349%20146.568ZM155.396%20139.972L156.992%20139.333L157.284%20139.217L157.331%20139.333L159.485%20144.72L157.597%20145.475L155.396%20139.972ZM159.852%20145.637L159.04%20145.616L159.732%20145.339L159.852%20145.637ZM156.229%20134.781L172.691%20128.197L174.242%20132.076C174.243%20132.076%20174.243%20132.076%20174.243%20132.077C174.243%20132.077%20174.243%20132.077%20174.243%20132.078L177.039%20139.071L176.777%20139.333L170.223%20145.899L160.577%20145.655L160.228%20144.782L158.049%20139.333L157.781%20138.66C157.78%20138.66%20157.781%20138.66%20157.78%20138.659L156.229%20134.781ZM178.125%20137.983L177.553%20138.557L177.434%20138.26L178.125%20137.983ZM176.872%20131.383L179.073%20136.887L177.186%20137.641L174.985%20132.139L176.872%20131.383ZM162.902%20158.287C163.071%20158.287%20163.236%20158.255%20163.394%20158.191L183.644%20150.094C183.974%20149.963%20184.231%20149.711%20184.37%20149.385C184.51%20149.06%20184.516%20148.699%20184.384%20148.371L180.77%20139.333L179.816%20136.949L179.814%20136.943V136.942L177.368%20130.826C177.336%20130.744%20177.271%20130.678%20177.19%20130.643C177.11%20130.609%20177.017%20130.607%20176.935%20130.641L174.738%20131.52L173.188%20127.64C173.154%20127.558%20173.09%20127.493%20173.008%20127.457C172.927%20127.423%20172.836%20127.421%20172.754%20127.455L155.672%20134.286C155.502%20134.354%20155.418%20134.548%20155.486%20134.719L157.036%20138.597L155.2%20139.333L154.84%20139.477C154.67%20139.546%20154.586%20139.74%20154.655%20139.91L157.103%20146.032C157.103%20146.034%20157.105%20146.035%20157.106%20146.037L161.671%20157.453C161.872%20157.959%20162.357%20158.287%20162.902%20158.287ZM1.89596%201.70534C2.45596%201.14534%203.20063%200.83667%203.99196%200.83667C4.78396%200.83667%205.52863%201.14534%206.08863%201.70534L7.04663%202.664L3.06529%206.64667L1.89596%205.47734C0.855961%204.43667%200.856628%202.74467%201.89596%201.70534ZM8.99747%204.61539L5.01547%208.59739L3.53613%207.11805L7.51813%203.13672L8.99747%204.61539ZM19.3726%2014.9907L15.3913%2018.972L5.4873%209.06867L9.46931%205.08667L19.3726%2014.9907ZM21.2046%2020.8819L16.0186%2019.2879L19.6812%2015.6252L21.2046%2020.8819ZM4.7798%209.30392L15.1545%2019.6793C15.1918%2019.7159%2015.2358%2019.7399%2015.2825%2019.7559C15.2858%2019.7573%2015.2885%2019.7606%2015.2925%2019.7619L21.5985%2021.7006C21.6298%2021.7113%2021.6638%2021.7153%2021.6965%2021.7153C21.7825%2021.7153%2021.8665%2021.6826%2021.9298%2021.6199C22.0171%2021.5339%2022.0505%2021.4073%2022.0165%2021.2893L20.1638%2014.8973C20.1625%2014.8919%2020.1571%2014.8886%2020.1558%2014.8833C20.1398%2014.8359%2020.1158%2014.7913%2020.0791%2014.7546L9.7038%204.37992L7.75514%202.43126C7.75447%202.43059%207.75447%202.42992%207.75447%202.42926L6.5598%201.23392C5.87314%200.547922%204.9618%200.169922%203.99114%200.169922C3.0218%200.169922%202.11047%200.547922%201.42447%201.23392C0.124469%202.53326%200.123802%204.64859%201.42447%205.94859L4.7798%209.30392ZM178.956%2074.4119C177.782%2074.4119%20176.716%2075.1519%20176.303%2076.2533L169.416%2094.6759C169.152%2095.3839%20169.177%2096.1539%20169.492%2096.8419C169.806%2097.5306%20170.368%2098.0553%20171.076%2098.3206L173.269%2099.1399L168.558%20103.885C168.445%20103.999%20168.428%20104.177%20168.52%20104.309C168.611%20104.441%20168.783%20104.49%20168.928%20104.425L176.822%20100.955L174.926%20106.027C174.661%20106.735%20174.688%20107.505%20175.002%20108.193C175.315%20108.881%20175.88%20109.406%20176.588%20109.671L200%20118.424V117.711L176.821%20109.046C176.28%20108.844%20175.848%20108.443%20175.609%20107.917C175.368%20107.391%20175.348%20106.802%20175.55%20106.26L177.606%20100.761L195.239%20107.353C195.56%20107.473%20195.893%20107.534%20196.23%20107.534C197.407%20107.534%20198.473%20106.794%20198.884%20105.691L200%20102.707V100.805L198.259%20105.458C197.945%20106.301%20197.13%20106.867%20196.23%20106.867C195.974%20106.867%20195.718%20106.821%20195.474%20106.729L177.528%20100.02C177.49%20100.006%20177.45%2099.9986%20177.411%2099.9986C177.408%2099.9986%20177.406%2099.9999%20177.403%2099.9999C177.373%20100.001%20177.346%20100.01%20177.318%20100.019C177.305%20100.022%20177.289%20100.021%20177.277%20100.027L170.27%20103.107L174.106%2099.2433C174.186%2099.1626%20174.22%2099.0479%20174.195%2098.9366C174.171%2098.8266%20174.091%2098.7359%20173.986%2098.6959L171.31%2097.6953C170.768%2097.4933%20170.338%2097.0926%20170.098%2096.5659C169.859%2096.0393%20169.838%2095.4513%20170.041%2094.9086L176.927%2076.4866C177.243%2075.6446%20178.058%2075.0786%20178.956%2075.0786C179.215%2075.0786%20179.47%2075.1253%20179.714%2075.2166L200%2082.7986V82.0866L179.948%2074.5919C179.628%2074.4726%20179.295%2074.4119%20178.956%2074.4119ZM194.238%2043.6739C194.366%2044.0639%20194.486%2044.4332%20194.526%2044.7965C194.574%2045.2472%20194.456%2045.7299%20194.188%2046.1919C194.096%2046.3512%20194.148%2046.5545%20194.309%2046.6479C194.362%2046.6785%20194.419%2046.6925%20194.476%2046.6925C194.59%2046.6925%20194.702%2046.6332%20194.764%2046.5265C195.105%2045.9419%20195.252%2045.3192%20195.188%2044.7259C195.142%2044.2925%20195.004%2043.8725%20194.87%2043.4659C194.814%2043.2945%20194.757%2043.1212%20194.708%2042.9459C194.546%2042.3805%20194.531%2041.8879%20194.662%2041.4819C194.794%2041.0772%20195.06%2040.6939%20195.342%2040.2885L195.511%2040.0432C195.616%2039.8905%20195.576%2039.6839%20195.424%2039.5799C195.272%2039.4765%20195.064%2039.5159%20194.96%2039.6679L194.795%2039.9079C194.498%2040.3352%20194.191%2040.7772%20194.028%2041.2752C193.855%2041.8105%20193.868%2042.4345%20194.066%2043.1292C194.118%2043.3119%20194.178%2043.4932%20194.238%2043.6739ZM77.2866%2023.3192L77.6773%2023.1119H77.6786L84.0006%2019.7659L87.2686%2018.0359C87.2693%2018.0359%2087.2693%2018.0352%2087.2693%2018.0352L87.6606%2017.8279C90.3286%2017.9712%2093.466%2020.8212%2094.442%2022.8065L92.9566%2023.5932C92.9553%2023.5939%2092.9546%2023.5932%2092.9533%2023.5939L92.9513%2023.5959L84.0006%2028.3332L77.5906%2031.7259C76.498%2029.8019%2075.9053%2025.6052%2077.2866%2023.3192ZM76.9542%2019.1852C76.6609%2017.7906%2076.9615%2016.4532%2077.8009%2015.4192C78.6382%2014.3872%2079.9229%2013.7712%2081.2382%2013.7712C81.9769%2013.7712%2083.0155%2013.9646%2084.0002%2014.8119C84.1415%2014.9339%2084.2822%2015.0692%2084.4202%2015.2192L86.5809%2017.6452L84.0002%2019.0112L77.7415%2022.3232L76.9542%2019.1852ZM97.2858%2030.6393C97.8731%2030.8226%2098.0618%2031.182%2097.8811%2031.77C97.2425%2033.846%2096.1818%2037.2926%2095.9678%2037.9873L94.8891%2038.558L96.7685%2032.4486C96.9678%2031.8026%2096.7418%2031.374%2096.0971%2031.1726L90.3418%2029.3753C90.5111%2029.1313%2090.6638%2028.8773%2090.7958%2028.6126L97.2858%2030.6393ZM97.9956%2037.6685C98.2176%2037.5505%2098.4682%2037.4885%2098.7202%2037.4885C99.0276%2037.4885%2099.3249%2037.5785%2099.5802%2037.7492L102.949%2039.9465L88.8369%2047.4165L88.8689%2043.4185C88.8729%2042.8492%2089.1896%2042.3292%2089.6929%2042.0632L97.9956%2037.6685ZM87.8456%2030.7246C86.6382%2031.3646%2085.2709%2031.5113%2083.9996%2031.2073C83.2462%2031.0273%2082.5269%2030.6899%2081.8936%2030.2026L83.9996%2029.0879L90.7602%2025.5093C90.8896%2027.6526%2089.7702%2029.7066%2087.8456%2030.7246ZM94.6272%2026.7561C94.6899%2026.7227%2094.7566%2026.7061%2094.8266%2026.7061C94.9859%2026.7061%2095.1319%2026.7934%2095.2059%2026.9341C95.2599%2027.0354%2095.2712%2027.1514%2095.2372%2027.2607C95.2032%2027.3701%2095.1292%2027.4594%2095.0279%2027.5134C94.8232%2027.6214%2094.5566%2027.5374%2094.4492%2027.3341C94.3386%2027.1261%2094.4186%2026.8661%2094.6272%2026.7561ZM76.7686%2022.8881C75.1019%2025.5154%2075.8653%2030.3647%2077.1933%2032.3521C77.2566%2032.4474%2077.3619%2032.5001%2077.4706%2032.5001C77.5233%2032.5001%2077.5766%2032.4881%2077.6259%2032.4621L81.2446%2030.5467C82.0513%2031.2347%2083.0019%2031.6867%2083.9999%2031.8961C84.4159%2031.9834%2084.8386%2032.0327%2085.2639%2032.0327C86.2526%2032.0321%2087.2473%2031.7974%2088.1586%2031.3147C88.8319%2030.9587%2089.4159%2030.4861%2089.8999%2029.9361L95.8993%2031.8094C96.1959%2031.9021%2096.2239%2031.9554%2096.1326%2032.2527L94.0559%2038.9994L89.3813%2041.4734C88.6613%2041.8547%2088.2093%2042.5987%2088.2026%2043.4134L88.1706%2047.4641C88.1693%2047.6867%2088.2859%2047.8961%2088.4759%2048.0114C88.5753%2048.0721%2088.6893%2048.1034%2088.8059%2048.1034C88.9093%2048.1034%2089.0126%2048.0781%2089.1039%2048.0301L103.262%2040.5361C103.458%2040.4314%20103.588%2040.2281%20103.599%2040.0054C103.611%2039.7834%20103.503%2039.5687%20103.317%2039.4447L99.9506%2037.1947C99.2859%2036.7501%2098.3899%2036.7061%2097.6839%2037.0787L96.8013%2037.5467C97.1973%2036.2621%2097.9986%2033.6581%2098.5186%2031.9667C98.8073%2031.0287%2098.4206%2030.2947%2097.4846%2030.0027L91.0606%2027.9961C91.3919%2027.1081%2091.5199%2026.1421%2091.4126%2025.1641L92.9706%2024.3401L94.0466%2026.3734C93.7246%2026.7047%2093.6313%2027.2161%2093.8593%2027.6461C94.0493%2028.0061%2094.4206%2028.2301%2094.8273%2028.2301C95.0046%2028.2301%2095.1813%2028.1861%2095.3393%2028.1027C95.5973%2027.9654%2095.7873%2027.7361%2095.8733%2027.4567C95.9593%2027.1774%2095.9313%2026.8814%2095.7953%2026.6221C95.5759%2026.2081%2095.0913%2025.9941%2094.6386%2026.0654L93.5599%2024.0274L95.0293%2023.2501C95.1806%2023.1701%2095.2466%2022.9887%2095.1819%2022.8301C94.2859%2020.6147%2090.7039%2017.2567%2087.5946%2017.1587C87.5413%2017.1607%2087.4799%2017.1701%2087.4279%2017.1967L87.1879%2017.3247L84.9139%2014.7714C84.6339%2014.4667%2084.3259%2014.2054%2083.9999%2013.9807C83.1766%2013.4134%2082.2279%2013.1047%2081.2379%2013.1047C79.7239%2013.1047%2078.2453%2013.8134%2077.2819%2014.9987C76.3146%2016.1921%2075.9659%2017.7274%2076.3046%2019.3347L77.1353%2022.6447L76.8946%2022.7714C76.8433%2022.7987%2076.8006%2022.8394%2076.7686%2022.8881ZM38.8433%20140.427C39.754%20140.216%2040.594%20140.496%2040.874%20141.477C41.3646%20143.788%2037.1626%20144.558%2037.8633%20149.6L43.5353%20148.339L43.3253%20147.429L38.9133%20148.409C38.6333%20144.838%2042.5553%20144.067%2041.9246%20141.197C41.6446%20139.936%2040.5239%20139.095%2038.7033%20139.515C37.6533%20139.726%2036.6726%20140.356%2036.1826%20140.846L36.6726%20141.617C37.1626%20141.126%2037.9333%20140.637%2038.8433%20140.427ZM46.1267%20139.586C46.1967%20140.076%2046.3367%20140.846%2046.5467%20141.687L47.0367%20143.928L45.1461%20144.347C44.7961%20144.418%2044.3061%20144.558%2044.0254%20144.628L46.1267%20139.586ZM47.2466%20144.838L47.8073%20147.289L48.8573%20147.079L48.2973%20144.628L49.6979%20144.347L49.4879%20143.437L48.0873%20143.717L46.7566%20137.695L45.9866%20137.835L42.9053%20144.978L43.0453%20145.749L47.2466%20144.838ZM29.5674%20133.743L57.7027%20126.949L60.694%20139.333L63.0367%20149.036C63.0374%20149.041%2063.0387%20149.046%2063.0401%20149.05C63.2887%20150.048%2063.9814%20150.821%2064.8567%20151.211L37.9761%20157.703C37.312%20157.864%2036.6294%20157.755%2036.048%20157.4C35.6074%20157.131%2035.266%20156.743%2035.0574%20156.282L34.8954%20155.806L30.9174%20139.333L29.5674%20133.743ZM64.2809%20129.628L66.6249%20139.333L68.4709%20146.976C68.4715%20146.979%2068.4722%20146.983%2068.4729%20146.987L68.6395%20147.675V147.676C68.9682%20149.041%2068.1249%20150.421%2066.7602%20150.751H66.7596L66.7582%20150.752C65.3922%20151.082%2064.0129%20150.237%2063.6829%20148.871C63.6822%20148.866%2063.6809%20148.862%2063.6796%20148.858L61.3796%20139.333L59.3242%20130.825L64.2809%20129.628ZM34.5028%20156.668C34.7688%20157.201%2035.1795%20157.65%2035.7002%20157.969C36.2122%20158.281%2036.7868%20158.442%2037.3715%20158.442C37.6248%20158.442%2037.8795%20158.411%2038.1322%20158.351L66.9162%20151.4C66.9168%20151.4%2066.9175%20151.399%2066.9175%20151.399C68.6402%20150.982%2069.7028%20149.241%2069.2868%20147.518L67.3102%20139.333L64.8502%20129.147C64.8075%20128.968%2064.6248%20128.861%2064.4482%20128.901L59.1682%20130.177L58.2722%20126.468C58.2515%20126.382%2058.1982%20126.308%2058.1222%20126.261C58.0462%20126.216%2057.9555%20126.203%2057.8695%20126.222L29.0875%20133.174C28.9075%20133.217%2028.7982%20133.397%2028.8415%20133.576L30.2315%20139.333L34.3762%20156.495C34.3935%20156.567%2034.4408%20156.626%2034.5028%20156.668ZM79.45%20181.826C80.7654%20180.511%2082.3227%20179.53%2084%20178.902C86.874%20177.827%2090.102%20177.795%2093.078%20178.943C93.2487%20179.007%2093.4427%20178.923%2093.5087%20178.751C93.5753%20178.579%2093.4893%20178.387%2093.3173%20178.32C90.268%20177.143%2086.9653%20177.147%2084%20178.195C82.1467%20178.85%2080.4227%20179.91%2078.9787%20181.355C73.8547%20186.479%2073.7587%20194.74%2078.6627%20200H79.586C79.542%20199.957%2079.494%20199.922%2079.45%20199.879C74.474%20194.901%2074.474%20186.803%2079.45%20181.826ZM61.5812%200H60.3399C57.5112%201.70067%2054.2025%202.68067%2050.6692%202.68067C47.1345%202.68067%2043.8259%201.70067%2040.9965%200H39.7559C42.8725%202.112%2046.6292%203.34733%2050.6692%203.34733C54.7085%203.34733%2058.4645%202.112%2061.5812%200ZM50.6689%20164.347C39.9163%20164.347%2031.1689%20173.095%2031.1689%20183.847C31.1689%20190.56%2034.5783%20196.491%2039.7556%20200H40.9963C35.5129%20196.704%2031.8356%20190.698%2031.8356%20183.847C31.8356%20173.463%2040.2829%20165.014%2050.6689%20165.014C61.0529%20165.014%2069.5009%20173.463%2069.5009%20183.847C69.5009%20190.698%2065.8236%20196.704%2060.3396%20200H61.5809C66.7583%20196.491%2070.1676%20190.56%2070.1676%20183.847C70.1676%20173.095%2061.4203%20164.347%2050.6689%20164.347ZM119.169%20177.004C118.951%20176.987%20118.695%20176.975%20118.408%20176.975C116.916%20176.975%20114.803%20177.295%20112.935%20178.75C112.911%20178.651%20112.89%20178.551%20112.87%20178.452C112.855%20178.37%20112.837%20178.288%20112.824%20178.206C112.8%20178.054%20112.785%20177.902%20112.773%20177.751C112.768%20177.69%20112.758%20177.63%20112.756%20177.568C112.745%20177.369%20112.743%20177.169%20112.75%20176.972C112.75%20176.961%20112.75%20176.948%20112.75%20176.937C112.838%20174.76%20114%20172.745%20115.839%20171.578C115.855%20171.569%20115.87%20171.561%20115.886%20171.552C116.049%20171.451%20116.216%20171.355%20116.389%20171.268C116.472%20171.226%20116.559%20171.191%20116.643%20171.152C116.752%20171.103%20116.86%20171.051%20116.972%20171.007C117.083%20170.965%20117.198%20170.929%20117.31%20170.892C117.388%20170.867%20117.463%20170.84%20117.541%20170.817C117.212%20172.821%20117.757%20174.897%20119.169%20177.004ZM144.029%20180.698L139.685%20164.519C139.661%20164.433%20139.605%20164.36%20139.529%20164.316C139.452%20164.271%20139.362%20164.26%20139.276%20164.283L117.501%20170.131C117.287%20170.188%20117.081%20170.258%20116.877%20170.333C116.854%20170.341%20116.83%20170.347%20116.807%20170.355C116.699%20170.397%20116.595%20170.447%20116.491%20170.493C116.369%20170.545%20116.246%20170.593%20116.128%20170.651C116.078%20170.677%20116.031%20170.707%20115.98%20170.733C115.813%20170.822%20115.646%20170.912%20115.487%20171.013C115.483%20171.014%20115.481%20171.017%20115.479%20171.019C114.489%20171.644%20113.659%20172.502%20113.058%20173.545C112.336%20174.798%20112.008%20176.203%20112.091%20177.613V177.641C112.105%20177.854%20112.13%20178.067%20112.163%20178.281C112.167%20178.312%20112.168%20178.343%20112.173%20178.373C112.213%20178.617%20112.264%20178.86%20112.329%20179.102L112.419%20179.433C112.419%20179.433%20112.419%20179.434%20112.419%20179.434L117.942%20200H118.632L113.119%20179.471C114.893%20177.971%20116.963%20177.642%20118.408%20177.642C119.247%20177.642%20119.806%20177.755%20119.811%20177.755C119.836%20177.761%20119.862%20177.764%20119.884%20177.762C120.081%20177.759%20120.226%20177.616%20120.226%20177.429C120.226%20177.325%20120.176%20177.231%20120.101%20177.169C120.035%20177.081%20119.982%20176.993%20119.921%20176.907L137.537%20172.175C137.715%20172.128%20137.821%20171.945%20137.773%20171.767C137.725%20171.59%20137.541%20171.483%20137.365%20171.532L119.523%20176.323C118.289%20174.359%20117.873%20172.445%20118.268%20170.615L139.127%20165.013L143.315%20180.611C143.049%20180.59%20142.779%20180.577%20142.507%20180.577C141.617%20180.577%20140.725%20180.695%20139.857%20180.929C138.245%20181.362%20136.797%20182.167%20135.604%20183.267L118.858%20187.763C118.681%20187.811%20118.575%20187.993%20118.622%20188.171C118.663%20188.32%20118.797%20188.418%20118.945%20188.418C118.973%20188.418%20119.003%20188.414%20119.031%20188.407L134.722%20184.193C134.333%20184.653%20133.977%20185.148%20133.669%20185.682C133.283%20186.353%20132.985%20187.059%20132.761%20187.783L119.798%20191.264C119.619%20191.311%20119.515%20191.494%20119.562%20191.672C119.603%20191.82%20119.737%20191.919%20119.884%20191.919C119.913%20191.919%20119.943%20191.915%20119.971%20191.907L132.555%20188.527C132.323%20189.548%20132.257%20190.597%20132.35%20191.647L120.738%20194.766C120.561%20194.813%20120.455%20194.996%20120.503%20195.174C120.543%20195.323%20120.677%20195.421%20120.825%20195.421C120.853%20195.421%20120.883%20195.417%20120.911%20195.409L132.427%20192.316C132.484%20192.685%20132.557%20193.053%20132.655%20193.418C132.817%20194.021%20133.035%20194.597%20133.297%20195.147L121.678%20198.267C121.501%20198.315%20121.395%20198.497%20121.444%20198.675C121.483%20198.824%20121.618%20198.922%20121.765%20198.922C121.794%20198.922%20121.823%20198.918%20121.852%20198.91L133.606%20195.753C134.139%20196.705%20134.819%20197.554%20135.609%20198.279L129.202%20200H131.769L136.227%20198.803C136.831%20199.274%20137.489%20199.673%20138.185%20200H140.118C136.858%20199.155%20134.203%20196.613%20133.299%20193.245C132.639%20190.787%20132.976%20188.219%20134.247%20186.015C134.72%20185.195%20135.302%20184.462%20135.973%20183.83C135.973%20183.829%20135.973%20183.829%20135.974%20183.829C137.104%20182.763%20138.487%20181.987%20140.03%20181.573C140.841%20181.355%20141.675%20181.244%20142.507%20181.244C146.806%20181.244%20150.587%20184.147%20151.702%20188.303C153.064%20193.377%20150.045%20198.612%20144.972%20199.975C144.937%20199.984%20144.901%20199.991%20144.866%20200H146.823C147.34%20199.755%20147.831%20199.469%20148.293%20199.149L148.522%20200H149.212L148.869%20198.725C151.926%20196.269%20153.426%20192.153%20152.345%20188.131C151.285%20184.182%20147.977%20181.297%20144.029%20180.698ZM126.449%20139.333C126.137%20137.066%20126.679%20134.803%20128.008%20132.935C129.683%20130.579%20132.414%20129.173%20135.314%20129.173C137.177%20129.173%20138.967%20129.745%20140.487%20130.826C142.433%20132.208%20143.724%20134.27%20144.122%20136.629C144.277%20137.537%20144.287%20138.447%20144.168%20139.333C143.977%20140.751%20143.447%20142.109%20142.595%20143.305C140.923%20145.66%20138.191%20147.067%20135.289%20147.067C133.426%20147.067%20131.638%20146.495%20130.117%20145.414C128.172%20144.031%20126.881%20141.971%20126.481%20139.611C126.467%20139.519%20126.462%20139.426%20126.449%20139.333ZM129.731%20145.957C131.366%20147.119%20133.287%20147.733%20135.289%20147.733C138.407%20147.733%20141.341%20146.222%20143.141%20143.691C144.072%20142.381%20144.647%20140.889%20144.841%20139.333C144.958%20138.409%20144.94%20137.463%20144.78%20136.519C144.351%20133.983%20142.965%20131.769%20140.873%20130.283C139.24%20129.121%20137.317%20128.507%20135.314%20128.507C132.199%20128.507%20129.264%20130.018%20127.465%20132.548C126.055%20134.532%20125.47%20136.927%20125.779%20139.333C125.795%20139.463%20125.803%20139.592%20125.825%20139.721C126.254%20142.257%20127.641%20144.472%20129.731%20145.957ZM54.9499%20136.925L54.8099%20136.225L52.4986%20136.715L52.0086%20134.474L51.3086%20134.614L52.0086%20137.555L54.9499%20136.925ZM52.2888%20133.564C54.1794%20133.564%2055.7201%20135.104%2055.7201%20136.995C55.7201%20138.885%2054.1794%20140.427%2052.2888%20140.427C50.3981%20140.427%2048.8574%20138.885%2048.8574%20136.995C48.8574%20135.104%2050.3981%20133.564%2052.2888%20133.564ZM52.2889%20141.057C54.5302%20141.057%2056.3509%20139.235%2056.3509%20136.995C56.3509%20134.754%2054.5302%20132.933%2052.2889%20132.933C50.0482%20132.933%2048.2275%20134.754%2048.2275%20136.995C48.2275%20139.235%2050.0482%20141.057%2052.2889%20141.057ZM121.337%20155.787L125.179%20150.38L127.05%20151.709L123.206%20157.115C122.916%20157.524%20122.3%20157.633%20121.884%20157.338L121.56%20157.109C121.354%20156.962%20121.216%20156.743%20121.174%20156.493C121.132%20156.243%20121.19%20155.993%20121.337%20155.787ZM127.708%20146.822C127.995%20147.071%20128.295%20147.309%20128.611%20147.534C128.924%20147.757%20129.251%20147.958%20129.582%20148.147L127.436%20151.166L125.565%20149.837L127.708%20146.822ZM124.505%20139.333C124.215%20136.763%20124.82%20134.083%20126.432%20131.814C128.47%20128.947%20131.789%20127.235%20135.311%20127.235C137.578%20127.235%20139.755%20127.932%20141.608%20129.249C143.977%20130.934%20145.549%20133.44%20146.033%20136.306C146.204%20137.321%20146.226%20138.337%20146.115%20139.333C145.914%20141.149%20145.259%20142.895%20144.172%20144.425C142.135%20147.293%20138.814%20149.004%20135.293%20149.004C133.027%20149.004%20130.85%20148.308%20128.997%20146.991C126.375%20145.127%20124.841%20142.303%20124.505%20139.333ZM121.174%20157.652L121.499%20157.881C121.774%20158.077%20122.096%20158.181%20122.434%20158.181C122.955%20158.181%20123.449%20157.927%20123.751%20157.501L127.774%20151.842C127.779%20151.836%20127.782%20151.83%20127.786%20151.825L130.172%20148.469C131.757%20149.259%20133.499%20149.671%20135.293%20149.671C139.031%20149.671%20142.554%20147.854%20144.716%20144.811C145.886%20143.167%20146.58%20141.287%20146.784%20139.333C146.892%20138.3%20146.868%20137.247%20146.692%20136.195C146.176%20133.153%20144.508%20130.493%20141.994%20128.706C140.028%20127.308%20137.717%20126.569%20135.312%20126.569C131.574%20126.569%20128.052%20128.385%20125.889%20131.427C124.193%20133.815%20123.543%20136.63%20123.835%20139.333C124.116%20141.937%20125.27%20144.439%20127.223%20146.354L120.793%20155.4C120.543%20155.751%20120.446%20156.179%20120.517%20156.604C120.588%20157.03%20120.822%20157.401%20121.174%20157.652ZM56.2045%200H53.5258C52.5912%200.163333%2051.6372%200.251333%2050.6692%200.251333C49.7005%200.251333%2048.7465%200.163333%2047.8118%200H45.1318C46.8912%200.601333%2048.7552%200.918%2050.6692%200.918C52.5818%200.918%2054.4458%200.601333%2056.2045%200ZM142.685%20197.435L141.259%20192.129C141.221%20191.98%20141.086%20191.881%20140.939%20191.881C140.91%20191.881%20140.881%20191.885%20140.853%20191.893L138.093%20192.633L140.915%20184.866L147.247%20190.176L144.489%20190.916C144.403%20190.939%20144.331%20190.995%20144.285%20191.072C144.242%20191.149%20144.229%20191.24%20144.253%20191.325L145.677%20196.631L142.685%20197.435ZM146.408%20196.779L144.982%20191.474L148.036%20190.655C148.157%20190.622%20148.25%20190.525%20148.277%20190.405C148.303%20190.283%20148.26%20190.157%20148.165%20190.077L140.977%20184.049C140.894%20183.979%20140.782%20183.955%20140.676%20183.983C140.572%20184.011%20140.488%20184.089%20140.45%20184.191L137.248%20193.007C137.205%20193.125%20137.231%20193.255%20137.315%20193.346C137.398%20193.437%20137.528%20193.473%20137.647%20193.443L140.702%20192.623L142.128%20197.929C142.15%20198.014%20142.206%20198.087%20142.283%20198.131C142.334%20198.161%20142.392%20198.176%20142.45%20198.176C142.478%20198.176%20142.507%20198.172%20142.535%20198.164L146.172%20197.187C146.35%20197.14%20146.454%20196.957%20146.408%20196.779ZM139.533%20140.933L135.066%20138L138%20133.533L137.134%20133L133.667%20138.267L138.934%20141.733L139.533%20140.933ZM158.973%20124.603C160.107%20124.603%20161.258%20124.388%20162.37%20123.936C166.995%20122.055%20169.227%20116.764%20167.346%20112.141C166.012%20108.863%20162.866%20106.65%20159.33%20106.503C159.164%20106.515%20158.991%20106.638%20158.982%20106.823C158.976%20107.007%20159.118%20107.162%20159.302%20107.17C162.578%20107.306%20165.494%20109.355%20166.728%20112.392C168.47%20116.675%20166.402%20121.575%20162.119%20123.318C157.838%20125.06%20152.935%20122.992%20151.193%20118.709C149.944%20115.637%20150.625%20112.111%20152.926%20109.724C153.055%20109.592%20153.051%20109.381%20152.919%20109.253C152.786%20109.127%20152.576%20109.129%20152.448%20109.261C149.962%20111.838%20149.227%20115.645%20150.576%20118.961C152.003%20122.471%20155.397%20124.603%20158.973%20124.603ZM152.204%20159.468C152.204%20159.333%20152.096%20159.225%20151.961%20159.224H149.73L151.308%20157.646C151.404%20157.551%20151.404%20157.397%20151.308%20157.301C151.214%20157.206%20151.059%20157.206%20150.964%20157.301L149.385%20158.881V156.169C149.384%20156.035%20149.276%20155.926%20149.142%20155.926C149.006%20155.926%20148.897%20156.035%20148.897%20156.169V158.881L147.318%20157.301C147.224%20157.206%20147.069%20157.206%20146.974%20157.301C146.879%20157.397%20146.879%20157.551%20146.974%20157.646L148.553%20159.225H146.32C146.186%20159.225%20146.077%20159.334%20146.077%20159.468C146.076%20159.603%20146.186%20159.713%20146.32%20159.713H148.553L146.975%20161.29C146.879%20161.385%20146.879%20161.539%20146.974%20161.635C147.022%20161.683%20147.085%20161.706%20147.146%20161.706C147.208%20161.706%20147.271%20161.683%20147.319%20161.635L148.897%20160.057V162.767C148.897%20162.901%20149.006%20163.011%20149.142%20163.011C149.276%20163.011%20149.385%20162.901%20149.385%20162.767V160.057L150.964%20161.635C151.01%20161.683%20151.073%20161.706%20151.135%20161.706C151.198%20161.706%20151.26%20161.683%20151.308%20161.635C151.402%20161.539%20151.402%20161.385%20151.308%20161.29L149.73%20159.713H151.962C152.096%20159.713%20152.205%20159.603%20152.204%20159.468ZM174.516%2092.7019C174.342%2092.6379%20174.15%2092.7252%20174.086%2092.8979C174.022%2093.0705%20174.11%2093.2625%20174.282%2093.3265L196.098%20101.483C196.136%20101.497%20196.175%20101.503%20196.214%20101.503C196.349%20101.503%20196.477%20101.421%20196.526%20101.287C196.591%20101.114%20196.504%20100.922%20196.331%20100.857L174.516%2092.7019ZM175.622%2011.5632C177.512%2011.5632%20179.054%2013.1039%20179.054%2014.9946C179.054%2016.8859%20177.512%2018.4266%20175.622%2018.4266C173.731%2018.4266%20172.19%2016.8859%20172.19%2014.9946C172.19%2013.1039%20173.731%2011.5632%20175.622%2011.5632ZM175.622%2019.0567C177.863%2019.0567%20179.684%2017.2353%20179.684%2014.9947C179.684%2012.754%20177.863%2010.9333%20175.622%2010.9333C173.381%2010.9333%20171.56%2012.754%20171.56%2014.9947C171.56%2017.2353%20173.381%2019.0567%20175.622%2019.0567ZM0.662667%2089.6047C0.798%2089.6047%200.924667%2089.522%200.975333%2089.388C1.03867%2089.2153%200.951333%2089.0233%200.78%2088.9593L0%2088.6673V89.38L0.545333%2089.584C0.584667%2089.5987%200.623333%2089.6047%200.662667%2089.6047ZM194.193%20136.567C193.948%20136.763%20193.808%20137.055%20193.808%20137.368L193.808%20139.333L193.8%20153.758C193.8%20155.012%20194.598%20156.083%20195.767%20156.467L195.51%20157.623C195.434%20157.969%20195.496%20158.324%20195.687%20158.623C195.878%20158.923%20196.173%20159.13%20196.52%20159.206L200%20159.98V159.297L196.664%20158.555C196.491%20158.517%20196.343%20158.414%20196.25%20158.265C196.154%20158.116%20196.123%20157.939%20196.162%20157.767L196.413%20156.636L200%20157.433V156.749L196.231%20155.911C196.23%20155.911%20196.228%20155.911%20196.227%20155.911L196.186%20155.902C195.173%20155.678%20194.466%20154.796%20194.466%20153.758L194.474%20139.333L194.475%20137.368C194.475%20137.258%20194.524%20137.155%20194.61%20137.087C194.673%20137.035%20194.754%20137.007%20194.836%20137.007C194.862%20137.007%20194.889%20137.01%20194.914%20137.016L200%20138.146V137.463L195.059%20136.365C194.758%20136.297%20194.434%20136.373%20194.193%20136.567ZM197.698%2097.536C197.833%2097.536%20197.96%2097.4534%20198.009%2097.3194C198.074%2097.1467%20197.987%2096.9547%20197.814%2096.89L175.999%2088.7354C175.825%2088.6707%20175.634%2088.7587%20175.569%2088.9314C175.505%2089.1033%20175.592%2089.296%20175.765%2089.36L197.581%2097.5154C197.619%2097.5294%20197.659%2097.536%20197.698%2097.536ZM0.337333%2059.644C1.43333%2059.644%202.396%2058.8387%202.56%2057.7234C2.738%2056.5174%201.90467%2055.3767%200.697333%2055.1787L0%2055.0754V55.7494L0.594667%2055.8374C1.44%2055.976%202.026%2056.778%201.90067%2057.6267C1.774%2058.4887%200.972667%2059.0874%200.106667%2058.9607L0%2058.9447V59.6194L0.01%2059.6207C0.119333%2059.636%200.228667%2059.644%200.337333%2059.644ZM199.179%2093.5706C199.314%2093.5706%20199.441%2093.488%20199.492%2093.3533C199.556%2093.1813%20199.469%2092.9893%20199.297%2092.9246L177.48%2084.77C177.307%2084.7066%20177.116%2084.7933%20177.052%2084.9653C176.987%2085.138%20177.075%2085.33%20177.247%2085.3946L199.062%2093.5493C199.101%2093.564%20199.141%2093.5706%20199.179%2093.5706ZM188.369%20122.567C188.611%20123.315%20189.02%20123.9%20189.525%20124.208C189.02%20124.516%20188.611%20125.1%20188.369%20125.85C188.128%20125.1%20187.719%20124.516%20187.215%20124.208C187.719%20123.9%20188.128%20123.315%20188.369%20122.567ZM188.129%20127.445C188.129%20127.577%20188.237%20127.685%20188.368%20127.685C188.501%20127.685%20188.607%20127.577%20188.607%20127.445C188.607%20125.82%20189.404%20124.447%20190.347%20124.447C190.478%20124.447%20190.586%20124.34%20190.586%20124.208C190.586%20124.075%20190.478%20123.969%20190.347%20123.969C189.404%20123.969%20188.607%20122.595%20188.607%20120.971C188.607%20120.839%20188.501%20120.732%20188.368%20120.732C188.237%20120.732%20188.129%20120.839%20188.129%20120.971C188.129%20122.595%20187.334%20123.969%20186.391%20123.969C186.257%20123.969%20186.151%20124.075%20186.151%20124.208C186.151%20124.34%20186.257%20124.447%20186.391%20124.447C187.334%20124.447%20188.129%20125.82%20188.129%20127.445ZM122.704%202.42267C122.733%202.42267%20122.762%202.41867%20122.791%202.41067L131.768%200H129.202L122.618%201.768C122.441%201.81533%20122.336%201.998%20122.384%202.176C122.423%202.32467%20122.558%202.42267%20122.704%202.42267ZM1.73933%20118.883C2.88733%20118.883%203.97%20118.181%204.394%20117.044L11.2827%2098.6206C11.828%2097.1586%2011.0833%2095.5233%209.62133%2094.9753L7.428%2094.1572L12.1407%2089.4106C12.254%2089.2972%2012.2687%2089.1193%2012.1787%2088.9873C12.088%2088.8546%2011.9153%2088.8079%2011.77%2088.8706L3.87533%2092.3413L5.772%2087.2686C6.318%2085.8059%205.57333%2084.1712%204.112%2083.6239L0%2082.0866V82.7986L3.87733%2084.2479C4.996%2084.6666%205.56467%2085.9173%205.14733%2087.0353L2.97667%2092.8433L0%20100.805V102.707L3.54933%2093.2132L10.4287%2090.1879L6.59133%2094.0533C6.51133%2094.1339%206.47733%2094.2493%206.50267%2094.3599C6.52667%2094.4706%206.60533%2094.5612%206.71133%2094.6012L9.388%2095.5999C10.5053%2096.0192%2011.0747%2097.2699%2010.6573%2098.3873L3.77067%20116.811C3.352%20117.928%202.10133%20118.497%200.984667%20118.079L0%20117.711V118.424L0.751333%20118.705C1.07667%20118.826%201.41133%20118.883%201.73933%20118.883ZM145.145%200.618667C145.733%200.460667%20146.291%200.251333%20146.823%200H144.866C144.088%200.199333%20143.291%200.303333%20142.495%200.303333C141.679%200.303333%20140.882%200.198%20140.118%200H138.185C139.505%200.621333%20140.967%200.97%20142.495%200.97C143.385%200.97%20144.277%200.852667%20145.145%200.618667ZM4.27067%2057.976C4.58933%2055.8066%203.08467%2053.782%200.916%2053.4626L0%2053.3273V54.0013L0.818667%2054.1226C2.624%2054.388%203.87667%2056.0733%203.61133%2057.8793C3.35733%2059.6033%201.76467%2060.856%200%2060.6766V61.348C0.114%2061.358%200.228667%2061.3733%200.342%2061.3733C2.29667%2061.3733%203.986%2059.9126%204.27067%2057.976ZM178.282%2014.9245L178.143%2014.2245L175.832%2014.7145L175.342%2012.4739L174.642%2012.6139L175.342%2015.5552L178.282%2014.9245ZM178.535%2080.9986C178.471%2081.1713%20178.559%2081.3633%20178.73%2081.4279L200%2089.3799V88.6673L178.964%2080.8026C178.789%2080.7393%20178.6%2080.8259%20178.535%2080.9986ZM183.133%20170.358C183.103%20170.177%20182.93%20170.053%20182.75%20170.083L162.565%20173.407C162.383%20173.437%20162.26%20173.607%20162.291%20173.789C162.316%20173.953%20162.459%20174.068%20162.618%20174.068C162.637%20174.068%20162.655%20174.067%20162.673%20174.064L182.858%20170.741C183.039%20170.711%20183.163%20170.539%20183.133%20170.358ZM183.738%20174.027C183.709%20173.845%20183.537%20173.721%20183.355%20173.753L163.171%20177.077C162.989%20177.107%20162.867%20177.278%20162.896%20177.46C162.922%20177.623%20163.064%20177.739%20163.225%20177.739C163.243%20177.739%20163.26%20177.738%20163.279%20177.734L183.463%20174.41C183.645%20174.381%20183.768%20174.209%20183.738%20174.027ZM4.59483%20126.67L4.83883%20126.367C4.95283%20126.222%204.92883%20126.012%204.78417%20125.899C4.64017%20125.784%204.43017%20125.81%204.3155%20125.953L4.07617%20126.251C3.66083%20126.766%203.23083%20127.298%202.98283%20127.906C2.7175%20128.556%202.6775%20129.339%202.86417%20130.233C2.9135%20130.473%202.97283%20130.71%203.03217%20130.945C3.16083%20131.464%203.28217%20131.953%203.29883%20132.433C3.3195%20133.037%203.11883%20133.665%202.7195%20134.25C2.6155%20134.401%202.65417%20134.609%202.80617%20134.714C2.86417%20134.753%202.92883%20134.771%202.99417%20134.771C3.10017%20134.771%203.20483%20134.721%203.26817%20134.627C3.75017%20133.924%203.99017%20133.158%203.9655%20132.41C3.94617%20131.86%203.81017%20131.313%203.67817%20130.785C3.6215%20130.557%203.56417%20130.328%203.51617%20130.097C3.3575%20129.336%203.38617%20128.683%203.60017%20128.157C3.81083%20127.64%204.19217%20127.169%204.59483%20126.67ZM180.646%204.87598L185.981%2026.9633C185.982%2026.968%20185.983%2026.9726%20185.985%2026.9773C186.233%2027.9746%20186.926%2028.748%20187.802%2029.138L160.921%2035.63C160.257%2035.792%20159.574%2035.6826%20158.993%2035.3266C158.552%2035.0573%20158.211%2034.67%20158.002%2034.2093L157.84%2033.7333L152.512%2011.6706L180.646%204.87598ZM187.226%207.55469L191.416%2024.9034L191.418%2024.9134L191.585%2025.602V25.6034C191.914%2026.968%20191.07%2028.348%20189.705%2028.6787H189.704L189.702%2028.6794C188.338%2029.0114%20186.958%2028.1634%20186.628%2026.798C186.628%2026.7934%20186.626%2026.7894%20186.625%2026.7854L182.27%208.75202L187.226%207.55469ZM157.321%2034.4221C157.338%2034.4941%20157.386%2034.5528%20157.448%2034.5955C157.715%2035.1288%20158.125%2035.5775%20158.645%2035.8961C159.157%2036.2088%20159.731%2036.3695%20160.316%2036.3695C160.57%2036.3695%20160.825%2036.3388%20161.077%2036.2781L189.861%2029.3268C189.862%2029.3268%20189.863%2029.3261%20189.863%2029.3261C191.585%2028.9088%20192.647%2027.1681%20192.231%2025.4448L187.795%207.0748C187.753%206.8948%20187.57%206.78814%20187.393%206.82814L182.113%208.10347L181.217%204.39547C181.197%204.30947%20181.143%204.23547%20181.067%204.1888C180.992%204.14347%20180.9%204.13013%20180.814%204.14947L152.033%2011.1015C151.853%2011.1448%20151.743%2011.3248%20151.785%2011.5035L157.321%2034.4221ZM9.54136%20127.763L9.78069%20127.465C9.89469%20127.322%209.87069%20127.112%209.72669%20126.997C9.58269%20126.883%209.37269%20126.907%209.25802%20127.051L9.02336%20127.344C8.60602%20127.859%208.17402%20128.393%207.92469%20129.004C7.65936%20129.655%207.61936%20130.437%207.80669%20131.333C7.85602%20131.571%207.91469%20131.807%207.97336%20132.041C8.10136%20132.56%208.22469%20133.05%208.24002%20133.532C8.26069%20134.135%208.06002%20134.764%207.66069%20135.349C7.55669%20135.501%207.59602%20135.708%207.74802%20135.813C7.80536%20135.852%207.87069%20135.871%207.93469%20135.871C8.04202%20135.871%208.14669%20135.82%208.21136%20135.725C8.69136%20135.021%208.93136%20134.256%208.90669%20133.51C8.88869%20132.958%208.75202%20132.409%208.61936%20131.881C8.56336%20131.654%208.50602%20131.426%208.45869%20131.197C8.30002%20130.435%208.32736%20129.781%208.54202%20129.256C8.75402%20128.735%209.13669%20128.264%209.54136%20127.763ZM169.459%2017.5859C169.53%2018.0759%20169.67%2018.8459%20169.88%2019.6866L170.37%2021.9279L168.479%2022.3479C168.129%2022.4179%20167.639%2022.5579%20167.359%2022.6279L169.459%2017.5859ZM170.581%2022.838L171.141%2025.2886L172.191%2025.0793L171.631%2022.628L173.032%2022.348L172.822%2021.4373L171.421%2021.718L170.091%2015.6953L169.32%2015.8353L166.239%2022.978L166.379%2023.748L170.581%2022.838ZM162.177%2018.4267C163.088%2018.216%20163.928%2018.4967%20164.208%2019.4767C164.699%2021.788%20160.497%2022.558%20161.197%2027.6L166.869%2026.3393L166.659%2025.4286L162.248%2026.4093C161.967%2022.838%20165.889%2022.0673%20165.259%2019.1967C164.978%2017.936%20163.858%2017.0953%20162.037%2017.516C160.987%2017.726%20160.007%2018.356%20159.517%2018.846L160.007%2019.6167C160.497%2019.1267%20161.267%2018.636%20162.177%2018.4267ZM196.846%20191.427C196.557%20191.83%20196.127%20192.097%20195.637%20192.178L173.28%20195.859C172.789%20195.939%20172.296%20195.825%20171.893%20195.535C171.489%20195.246%20171.222%20194.817%20171.142%20194.326L170.31%20189.277L186.584%20186.597C187.251%20186.489%20187.834%20186.126%20188.228%20185.577C188.621%20185.028%20188.778%20184.359%20188.668%20183.692L186.77%20172.163L190.551%20167.038L189.372%20171.453C189.342%20171.563%20189.371%20171.679%20189.448%20171.763C189.524%20171.847%20189.636%20171.888%20189.749%20171.868L192.225%20171.459C193.233%20171.295%20194.196%20171.982%20194.364%20172.993L197.17%20190.039C197.251%20190.53%20197.136%20191.023%20196.846%20191.427ZM169.752%20188.72C169.736%20188.73%20169.725%20188.745%20169.711%20188.757C169.694%20188.773%20169.673%20188.785%20169.659%20188.805L165.794%20194.043L166.973%20189.629C167.002%20189.519%20166.974%20189.402%20166.897%20189.318C166.834%20189.248%20166.744%20189.209%20166.65%20189.209C166.633%20189.209%20166.615%20189.211%20166.596%20189.214L164.12%20189.621C163.088%20189.794%20162.147%20189.09%20161.981%20188.087L159.174%20171.041C159.094%20170.551%20159.21%20170.058%20159.499%20169.655C159.788%20169.25%20160.219%20168.983%20160.708%20168.902L183.064%20165.22C184.1%20165.059%20185.038%20165.752%20185.204%20166.755L186.088%20172.127C186.088%20172.128%20186.089%20172.129%20186.089%20172.13L188.01%20183.8C188.091%20184.291%20187.977%20184.784%20187.687%20185.188C187.397%20185.593%20186.968%20185.859%20186.477%20185.94L169.873%20188.674C169.83%20188.681%20169.788%20188.697%20169.752%20188.72ZM195.022%20172.885C194.795%20171.511%20193.494%20170.577%20192.116%20170.801L190.148%20171.127L191.647%20165.511C191.69%20165.356%20191.616%20165.194%20191.471%20165.125C191.328%20165.054%20191.153%20165.099%20191.058%20165.227L186.618%20171.245L185.862%20166.647C185.638%20165.285%20184.366%20164.332%20182.956%20164.563L160.6%20168.245C159.934%20168.354%20159.35%20168.717%20158.956%20169.266C158.563%20169.815%20158.407%20170.483%20158.516%20171.15L161.324%20188.195C161.548%20189.557%20162.825%20190.509%20164.228%20190.279L166.195%20189.955L164.696%20195.569C164.655%20195.724%20164.73%20195.886%20164.873%20195.955C164.92%20195.978%20164.97%20195.989%20165.018%20195.989C165.12%20195.989%20165.222%20195.94%20165.286%20195.853L169.726%20189.836L170.483%20194.434C170.592%20195.101%20170.955%20195.684%20171.504%20196.077C171.938%20196.388%20172.448%20196.551%20172.972%20196.551C173.11%20196.551%20173.25%20196.539%20173.389%20196.517L195.745%20192.835C196.411%20192.726%20196.994%20192.363%20197.388%20191.815C197.782%20191.267%20197.938%20190.597%20197.828%20189.931L195.022%20172.885ZM184.563%20181.093L164.379%20184.416C164.197%20184.446%20164.074%20184.617%20164.104%20184.799C164.131%20184.963%20164.272%20185.078%20164.432%20185.078C164.45%20185.078%20164.469%20185.077%20164.487%20185.074L184.671%20181.75C184.853%20181.72%20184.977%20181.549%20184.947%20181.367C184.917%20181.186%20184.745%20181.061%20184.563%20181.093ZM184.341%20177.697C184.312%20177.516%20184.14%20177.389%20183.959%20177.422L163.774%20180.746C163.592%20180.776%20163.47%20180.947%20163.5%20181.129C163.526%20181.293%20163.668%20181.409%20163.828%20181.409C163.845%20181.409%20163.864%20181.407%20163.882%20181.403L184.066%20178.079C184.248%20178.049%20184.371%20177.879%20184.341%20177.697Z'%20fill='%23525C69'/%3e%3c/svg%3e",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:N2&&N2.tagName.toUpperCase()==="SCRIPT"&&N2.src||new URL("vuessages.umd.js",document.baseURI).href).href}},emits:["messageAction","loadMore","loadMoreDown","messageVisible","clickRepliedMessage","forceScrollToBottom","keyboardAction","feedAction"],setup(t,{emit:n}){const a=t,o=e.ref(),l=e.ref(),s=e.ref(),f=e.ref(!1),i=e.ref(!1),r=e.ref(!1),c=e.ref(!1),d=e.ref(!1),C=e.ref(!1),A=e.ref(!1),p=e.ref("");let m=null;const h=e.inject("chatAppId"),{setReply:u,getMessage:k,resetReply:_}=t2(h),M=n,L=e.computed(()=>!!(i.value&&a.objects.length>0&&a.objects[a.objects.length-1].keyboard)),y=$=>{M("keyboardAction",$)},g=$=>{M("feedAction",$)};function b($=!0){const U=e.unref(l);let w=0;s.value&&(w=s.value.refKeyboard.clientHeight);const z=100,Z=U.scrollHeight-U.scrollTop-U.clientHeight;Z<z+w?(f.value=!1,i.value=!0):(f.value=!0,i.value=!1),C.value?(U.scrollTop<300&&(d.value=!1,r.value=!1),Z<300&&(c.value=!1,d.value=!0)):$&&(U.scrollTop<300&&(r.value=!1),Z<300&&(c.value=!1)),d2(),A.value=!0,m&&window.clearTimeout(m),m=window.setTimeout(()=>{A.value=!1},500)}e.watch(()=>[c.value,r.value],()=>{c.value||M("loadMoreDown"),r.value||M("loadMore")});const E=$=>{const U=e.unref(l);($.offsetX>U.clientWidth||$.offsetY>U.clientHeight)&&(C.value=!0)},B=()=>{C.value=!1},j=c3(()=>b(),250),O=$=>({"message.text":R4,"message.image":T4,"message.file":S4,"message.audio":w4,"message.video":F4,"message.call":V4,"message.system":v4,"system.date":I4,"message.typing":l3})[$];function V(){e.nextTick(function(){const $=e.unref(l);$.scrollTop=$.scrollHeight})}function S(){M("forceScrollToBottom"),V()}e.watch(()=>a.scrollToBottom,()=>{console.log("force scroll to bottom"),a.scrollToBottom&&V()},{immediate:!0});const v=$=>{M("messageAction",$)},H=$=>{M("clickRepliedMessage",$)},F=($,U)=>{if(a.enableDoubleClickReply&&($==null||$.preventDefault(),U.type.indexOf("system")==-1&&U.type.indexOf("typing")==-1)){const w=document.getElementById("chat-input-reply-line-"+h);w&&(w.style.display="inherit"),u({messageId:U.messageId,type:U.type,text:U.text,filename:U.filename,url:U.url,header:U.header,callDuration:U.callDuration})}},P=()=>{_();const $=document.getElementById("chat-input-reply-line-"+h);$&&($.style.display="none")},M2=$=>{$.forEach(U=>{U.isIntersecting&&M("messageVisible",JSON.parse(U.target.id))})},K={root:document.getElementById("feed-container-"+h),rootMargin:"5px",threshold:0},y2=new IntersectionObserver(M2,K);e.watch(()=>a.objects,()=>{e.nextTick(()=>{if(r.value=!0,c.value=!0,b(!1),C.value){const $=e.unref(l);d.value&&($.scrollTop=$.scrollHeight-400),d.value||($.scrollTop=400)}o.value=document.querySelectorAll(".tracking-message"),o.value.forEach($=>y2.observe($))})},{immediate:!0}),e.watch(()=>a.scrollTo,()=>{var $;if(a.scrollTo){const U=a.scrollTo;let w=document.getElementById(U),z=document.getElementById("feed-container-"+h);w instanceof HTMLElement&&z instanceof HTMLElement&&(z.scrollTop=w.offsetTop+w.clientHeight/2-z.clientHeight/2),($=document.getElementById(U))==null||$.children[0].classList.add("focused-message"),setTimeout(()=>{var Z;(Z=document.getElementById(U))==null||Z.children[0].classList.remove("focused-message")},2e3)}});const k2=e.computed(()=>!a.objects||a.objects.length===0?[]:a.objects.map(($,U,w)=>{const z=U>0&&w[U-1].position===$.position&&w[U-1].header===$.header,Z=U>0&&!["message.system","message.typing"].includes(w[U-1].type);return{...$,isFirstInSeries:!z||!Z}}));function d2(){const $=e.unref(l);if(!$||!o.value)return;const U=$.getBoundingClientRect().top;let w=null;for(const z of o.value){const Z=z.getBoundingClientRect();if(Z.top<=U+1&&Z.bottom>U){w=z;break}}if(!w){for(const z of o.value)if(z.getBoundingClientRect().top>=U){w=z;break}}if(w)try{const z=JSON.parse(w.id);if(!z||!z.timestamp)return;const Z=new Date(Number(z.timestamp)*1e3);p.value=Z.toLocaleDateString()}catch{}}return($,U)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.objects.length>0||t.typing?(e.openBlock(),e.createElementBlock("div",{key:0,id:"feed-container-"+e.unref(h),ref_key:"refFeed",ref:l,class:"message-feed",style:e.normalizeStyle({backgroundImage:`url(${a.chatBackground})`}),onScroll:U[0]||(U[0]=w=>e.unref(j)()),onMousedown:E,onMouseup:B},[e.createVNode(e.Transition,null,{default:e.withCtx(()=>[A.value?(e.openBlock(),e.createBlock(e.unref(D4),{key:0,class:"message-feed__sticky-date",text:p.value},null,8,["text"])):e.createCommentVNode("",!0)]),_:1}),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k2.value,(w,z)=>(e.openBlock(),e.createElementBlock("div",{id:JSON.stringify(w),key:`${w.messageId??"mid"}-${z}`,class:"tracking-message",onDblclick:Z=>F(Z,w)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(O(w.type)),{key:`${w.messageId??"mid"}-${z}`,class:"message-feed__message",message:w,"apply-style":t.applyStyle,"is-first-in-series":w.isFirstInSeries,onAction:v,onReply:H},null,40,["message","apply-style","is-first-in-series"]))],40,Vf))),128)),t.typing?(e.openBlock(),e.createBlock(e.unref(l3),{key:0,message:{subText:t.typing.title,avatar:t.typing.avatar}},null,8,["message"])):e.createCommentVNode("",!0),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[L.value?(e.openBlock(),e.createBlock(e.unref(x4),{key:0,ref_key:"keyboardRef",ref:s,class:"message-feed__keyboard",keyboard:t.objects[t.objects.length-1].keyboard,align:t.keyboardAlign,onAction:y},null,8,["keyboard","align"])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[f.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:"message-feed__button-down",onClick:S},[t.buttonParams?(e.openBlock(),e.createElementBlock("div",If,e.toDisplayString(t.buttonParams.unreadAmount),1)):e.createCommentVNode("",!0),U[1]||(U[1]=e.createElementVNode("span",{class:"pi pi-angle-down message-feed__icon-down"},null,-1))])):e.createCommentVNode("",!0)]),_:1}),t.feedKeyboards&&t.feedKeyboards.length>0?(e.openBlock(),e.createBlock(e.unref(B4),{key:1,buttons:t.feedKeyboards,align:t.feedKeyboardAlign,onAction:g},null,8,["buttons","align"])):e.createCommentVNode("",!0)],44,wf)):(e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"refFeed",ref:l,class:"message-feed"},[e.createElementVNode("div",Df,[e.renderSlot($.$slots,"empty-feed",{},void 0,!0)])],512)),e.unref(k)().reply?(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"#chat-input-reply-line-"+e.unref(h)},[e.createVNode(e.unref(v2),{class:"chat-input-reply",message:e.unref(k)().reply,onReset:P},null,8,["message"])],8,["to"])):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-05a3a0fa"]]),Sf={class:"sidebar__scroll-container"},Tf=["onClick"],xf=["src","alt"],jf={key:0},zf=["onClick"],Zf=["src","alt"],Of=["src"],Uf={key:2},$f={class:"sidebar__settings-container"},vf={class:"sidebar__settings-btn"},Rf=I({__name:"SideBar",props:{sidebarItems:{type:Array,required:!0,default:()=>[]},horizontal:{type:Boolean,required:!1,default:!1},menuActions:{type:Array,required:!1,default:()=>[]}},emits:["selectItem"],setup(t,{emit:n}){const a=t,o=e.toRef(a,"sidebarItems"),l=e.toRef(a,"menuActions"),s=n,f=e.computed(()=>o.value.filter(g=>g.isFixedBottom).sort((g,b)=>b.notificationCount-g.notificationCount)),i=e.computed(()=>o.value.filter(g=>!g.isFixedBottom).sort((g,b)=>b.notificationCount-g.notificationCount)),r=g=>{const b=o.value.find(E=>E.itemId===g);s("selectItem",b)},c=(g,b)=>{L(g.currentTarget),r(b)},d=g=>{const b=g.split(" ");return b.length>2?b.slice(0,2).join(" "):g},C=g=>{console.log("Выбрано действие:",g),typeof g.action=="function"&&g.action()},A=()=>{console.log("Кнопка меню была нажата")},p=e.ref(null),m=e.ref(!1),h=e.ref(0),u=e.ref(40),k=e.ref(!1),_=g=>{const b=p.value;if(!b||!g)return 0;const E=b.getBoundingClientRect(),B=g.getBoundingClientRect(),O=B.top+B.height/2-E.top-u.value/2;return Math.max(0,O)},M=()=>{if(!p.value)return;const b=p.value.querySelector(".sidebar__image--active");b?(h.value=_(b),m.value=!0):m.value=!1},L=g=>{try{if(!g||!p.value)return;const b=g.querySelector(".sidebar__image");if(!b)return;const E=_(b),B=12,j=160;k.value=!0,u.value=B,setTimeout(()=>{h.value=E,requestAnimationFrame(()=>{u.value=40,setTimeout(()=>{k.value=!1},j)})},j)}catch{}},y=()=>M();return e.onMounted(()=>{var b;e.nextTick(M),window.addEventListener("resize",y);const g=(b=p.value)==null?void 0:b.querySelector(".sidebar__scroll-container");g&&g.addEventListener("scroll",M)}),e.onUnmounted(()=>{var b;window.removeEventListener("resize",y);const g=(b=p.value)==null?void 0:b.querySelector(".sidebar__scroll-container");g&&g.removeEventListener("scroll",M)}),e.watch(()=>o.value.map(g=>g.selected),()=>e.nextTick(M)),(g,b)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"containerRef",ref:p,class:e.normalizeClass(["sidebar__container",{"sidebar-horizontal__container":t.horizontal}])},[!t.horizontal&&m.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["sidebar__selected-bar",{"is-animating":k.value}]),style:e.normalizeStyle({top:h.value+"px",height:u.value+"px"})},null,6)):e.createCommentVNode("",!0),e.createElementVNode("div",Sf,[e.createElementVNode("ul",{class:e.normalizeClass(["sidebar__list-fixed",{"sidebar-horizontal__list-fixed":t.horizontal}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f.value,(E,B)=>(e.openBlock(),e.createElementBlock("li",{key:B,class:e.normalizeClass(["sidebar__item-fixed",{"sidebar-horizontal__item":t.horizontal}]),onClick:j=>c(j,E.itemId)},[E.name?(e.openBlock(),e.createBlock(e.unref(w2),{key:0,text:d(E.name),position:"right",offset:8},{default:e.withCtx(()=>[e.createElementVNode("img",{src:E.icon,alt:E.name,class:e.normalizeClass(["sidebar__image",{"sidebar__image--active":E.selected===!0,"sidebar-horizontal__image":t.horizontal}])},null,10,xf),b[0]||(b[0]=e.createElementVNode("p",null,"Мои",-1)),E.notificationCount?(e.openBlock(),e.createElementBlock("span",jf,e.toDisplayString(E.notificationCount>99?"99+":E.notificationCount),1)):e.createCommentVNode("",!0)]),_:2},1032,["text"])):e.createCommentVNode("",!0)],10,Tf))),128))],2),e.createElementVNode("ul",{class:e.normalizeClass(["sidebar__list",{"sidebar-horizontal__list":t.horizontal}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,(E,B)=>(e.openBlock(),e.createElementBlock("li",{key:B,class:e.normalizeClass(["sidebar__item",{"sidebar-horizontal__item":t.horizontal}]),onClick:j=>c(j,E.itemId)},[E.name?(e.openBlock(),e.createBlock(e.unref(w2),{key:0,text:E.name,position:"right",offset:8},{default:e.withCtx(()=>[e.createElementVNode("img",{src:E.icon,alt:E.name,class:e.normalizeClass(["sidebar__image",{"sidebar__image--active":E.selected===!0,"sidebar-horizontal__image":t.horizontal}])},null,10,Zf)]),_:2},1032,["text"])):(e.openBlock(),e.createElementBlock("img",{key:1,src:E.icon,alt:"icon",class:e.normalizeClass(["sidebar__image",{"sidebar__image--active":E.selected===!0,"sidebar-horizontal__image":t.horizontal}])},null,10,Of)),E.notificationCount?(e.openBlock(),e.createElementBlock("span",Uf,e.toDisplayString(E.notificationCount>99?"99+":E.notificationCount),1)):e.createCommentVNode("",!0)],10,zf))),128))],2)]),e.createElementVNode("div",$f,[e.createVNode(e.unref(f0),{actions:l.value,mode:"click","menu-side":"top-right",onClick:C,onButtonClick:A},{default:e.withCtx(()=>[e.createElementVNode("button",vf,[e.createVNode(e.unref(y3))])]),_:1},8,["actions"])])],2))}},[["__scopeId","data-v-97422b2b"]]),Ff={},Qf={class:"base-layout__container"},Hf={class:"base-layout__first-col"},Pf={class:"base-layout__second-col"};function Yf(t,n){return e.openBlock(),e.createElementBlock("div",Qf,[e.createElementVNode("div",Hf,[e.renderSlot(t.$slots,"first-col",{},void 0,!0)]),e.createElementVNode("div",Pf,[e.renderSlot(t.$slots,"second-col",{},void 0,!0)])])}const qf=I(Ff,[["render",Yf],["__scopeId","data-v-027fa553"]]),Wf={},Kf={class:"extend-layout__container"},Jf={class:"extend-layout__first-col"},Gf={class:"extend-layout__second-col"},Xf={class:"extend-layout__third-col"};function es(t,n){return e.openBlock(),e.createElementBlock("div",Kf,[e.createElementVNode("div",Jf,[e.renderSlot(t.$slots,"first-col",{},void 0,!0)]),e.createElementVNode("div",Gf,[e.renderSlot(t.$slots,"second-col",{},void 0,!0)]),e.createElementVNode("div",Xf,[e.renderSlot(t.$slots,"third-col",{},void 0,!0)])])}const ts=I(Wf,[["render",es],["__scopeId","data-v-3f76dc89"]]),ns=["id"],as=["id"],os=["id"],ls=["id"],fs=I({__name:"AdaptiveExtendedLayout",props:{isSecondColVisible:{type:Boolean,required:!0},isThirdColVisible:{type:Boolean,required:!0}},setup(t){const n=t;e.watch(()=>[n.isSecondColVisible,n.isThirdColVisible],()=>{n.isSecondColVisible&&l(),n.isThirdColVisible&&o()},{immediate:!0});const a=e.inject("chatAppId"),o=()=>{const s=document.getElementById("extern-layout-container-"+a);s.style.setProperty("--chotto-adaptive-extended-layout-second-col-display","none"),s.style.setProperty("--chotto-adaptive-extended-layout-third-col-display","flex"),s.style.setProperty("--chotto-adaptive-extended-layout-second-col-width","0%"),s.style.setProperty("--chotto-adaptive-extended-layout-third-col-width","100%")},l=()=>{const s=document.getElementById("extern-layout-container-"+a);s.style.setProperty("--chotto-adaptive-extended-layout-second-col-display","flex"),s.style.setProperty("--chotto-adaptive-extended-layout-third-col-display","none"),s.style.setProperty("--chotto-adaptive-extended-layout-second-col-width","100%"),s.style.setProperty("--chotto-adaptive-extended-layout-third-col-width","0%")};return e.onMounted(()=>{const s=document.getElementById("extern-layout-container-"+a),f=document.getElementById("extend-layout-first-col-"+a);s.style.setProperty("--chotto-adaptive-extended-layout-first-col-width",f.offsetWidth+"px")}),(s,f)=>(e.openBlock(),e.createElementBlock("div",{id:"extern-layout-container-"+e.unref(a),ref:"refContainer",class:"extend-layout__container"},[e.createElementVNode("div",{id:"extend-layout-first-col-"+e.unref(a),class:"extend-layout__first-col"},[e.renderSlot(s.$slots,"first-col",{},void 0,!0)],8,as),e.createElementVNode("div",{id:"extend-layout-second-col-"+e.unref(a),class:"extend-layout__second-col"},[e.renderSlot(s.$slots,"second-col",{},void 0,!0)],8,os),e.createElementVNode("div",{id:"extend-layout-third-col-"+e.unref(a),class:"extend-layout__third-col"},[e.renderSlot(s.$slots,"third-col",{},void 0,!0)],8,ls)],8,ns))}},[["__scopeId","data-v-45cdbb05"]]),ss={},is={class:"base-layout__container"},rs={class:"base-layout__first-col"};function cs(t,n){return e.openBlock(),e.createElementBlock("div",is,[e.createElementVNode("div",rs,[e.renderSlot(t.$slots,"default",{},void 0,!0)])])}const ds=I(ss,[["render",cs],["__scopeId","data-v-7f230bdf"]]),Cs=["id"],As={key:0,class:"chat-wrapper__selected-chat"},us={key:1,style:{display:"flex",width:"100%"}},ms={style:{margin:"auto"}},gs={key:2,class:"chat-wrapper__chat-panel"},ps=I(e.defineComponent({__name:"ChatWrapper",props:{isOpenChatPanel:{type:Boolean,default:!1},isSelectedChat:{type:Boolean,default:!1},chatPanelWidth:{type:Number,required:!1,default:50},applyStyle:{type:Function,default:()=>null}},setup(t){const n=e.inject("chatAppId");return(a,o)=>(e.openBlock(),e.createElementBlock("div",{id:"chat-wrapper-"+e.unref(n),class:e.normalizeClass(["chat-wrapper",t.applyStyle()])},[t.isSelectedChat?(e.openBlock(),e.createElementBlock("div",As,[e.renderSlot(a.$slots,"default",{},void 0,!0)])):(e.openBlock(),e.createElementBlock("div",us,[e.createElementVNode("div",ms,[e.renderSlot(a.$slots,"placeholder",{},void 0,!0)])])),t.isOpenChatPanel?(e.openBlock(),e.createElementBlock("div",gs,[e.renderSlot(a.$slots,"chatpanel",{},void 0,!0)])):e.createCommentVNode("",!0)],10,Cs))}}),[["__scopeId","data-v-669042d4"]]),Ls=["id"],hs=I({__name:"BaseContainer",props:{height:{type:String,default:"100%"},width:{type:String,default:"100%"},extChatAppId:{type:String,default:""}},setup(t){const n=t,a=e.useId();return e.provide("chatAppId",a),e.provide("extChatAppId",n.extChatAppId?n.extChatAppId:""),(o,l)=>(e.openBlock(),e.createElementBlock("div",{id:e.unref(a),class:"base"},[e.createElementVNode("div",{class:"base__container",style:e.normalizeStyle({height:t.height,width:t.width})},[e.renderSlot(o.$slots,"default",{},void 0,!0)],4)],8,Ls))}},[["__scopeId","data-v-048b73f8"]]),Ms=["id"],ys={class:"float-window__container"},ks=["src","alt"],_s={class:"float-window__title"},bs={style:{"margin-left":"auto",display:"flex"}},Es=I({__name:"FloatContainer",props:{title:{type:String,required:!0},avatar:{type:String,required:!0},height:{type:String,default:"100%"},width:{type:String,default:"100%"},extChatAppId:{type:String,default:""}},emits:["close-window","get-size"],setup(t,{emit:n}){const a=t,o=e.ref({x:0,y:0}),l=e.ref(null),s=e.ref(null),f=e.ref(!1),i=e.ref(0),r=e.ref(0),c=e.ref(0),d=e.useId();e.provide("chatAppId",d),e.provide("extChatAppId",a.extChatAppId?a.extChatAppId:"");const C=m=>{f.value=!0,i.value=m.clientX-l.value.offsetLeft,r.value=m.clientY-l.value.offsetTop},A=()=>f.value=!1,p=m=>{if(f.value){const h=m.clientX-i.value,u=m.clientY-r.value;o.value.x=h,o.value.y=u}};return e.onMounted(()=>{document.addEventListener("mousemove",p),window.addEventListener("resize",()=>{l.value&&(o.value.x=Math.max(0,Math.min(o.value.x,window.innerWidth-l.value.offsetWidth)),o.value.y=Math.max(0,Math.min(o.value.y,window.innerHeight-l.value.offsetHeight)))}),c.value=l.value.offsetHeight-s.value.offsetHeight}),(m,h)=>(e.openBlock(),e.createElementBlock("div",{id:e.unref(d),ref_key:"element",ref:l,class:"float-window",style:e.normalizeStyle({left:o.value.x+"px",top:o.value.y+"px",userSelect:f.value?"none":"auto",height:t.height,width:t.width,display:"flex"})},[e.createElementVNode("div",ys,[e.createElementVNode("div",{ref_key:"container",ref:s,class:"float-window__controls",onMousedown:C,onMouseup:A,onMouseleave:A},[a.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,class:"float-window__avatar",src:a.avatar,alt:a.title},null,8,ks)):e.createCommentVNode("",!0),e.createElementVNode("p",_s,e.toDisplayString(a.title),1),e.createElementVNode("div",bs,[e.renderSlot(m.$slots,"controls",{},void 0,!0),e.createElementVNode("button",{class:"float-window__close-button",onClick:h[0]||(h[0]=u=>m.$emit("close-window"))},[...h[1]||(h[1]=[e.createElementVNode("span",{class:"pi pi-times"},null,-1)])])])],544),e.createElementVNode("div",{class:"float-window__content",style:e.normalizeStyle({height:c.value+"px"})},[e.renderSlot(m.$slots,"default",{},void 0,!0)],4)])],12,Ms))}},[["__scopeId","data-v-f1ea5fb6"]]),Ns={class:"video-recorder__header"},ws={class:"video-recorder__controls"},Vs={class:"video-recorder__recording-container"},Is={class:"video-recorder__recording-time"},Ds=Object.freeze(Object.defineProperty({__proto__:null,default:I(e.defineComponent({__name:"ModalVideoRecorder",emits:["change","submit","close"],setup(t,{emit:n}){const a=e.ref(),o=e.ref(0),l=e.ref(0),s=e.ref(0),f=e.ref(0),i=e.computed(()=>{let O=f.value<10?"0"+f.value:f.value,V=s.value<10?"0"+s.value:s.value,S=l.value<10?"0"+l.value:l.value,v=o.value<10?"00"+o.value:o.value<100?"0"+o.value:o.value;return d.value?O+":"+V+":"+S+":"+v:" "}),r=e.ref(),c=e.ref(),d=e.ref(!1),C=e.ref(),A=e.ref(),p=e.ref([]),m=e.ref(),h=e.ref(),u=e.ref("camera"),k=()=>{u.value=="camera"?(u.value="screen",j()):u.value=="screen"&&(y(),u.value="camera",B())},_=async()=>{!d.value&&A.value instanceof MediaStream&&(C.value=new MediaRecorder(A.value),C.value.start(),C.value.ondataavailable=O=>{p.value.push(O.data)},d.value=!0,a.value=setInterval(()=>{o.value+=10,o.value==1e3&&(o.value=0,l.value++,l.value==60&&(l.value=0,s.value++,s.value==60&&(s.value=0,f.value++)))},10))},M=async()=>{g(),y(),m.value&&(m.value=void 0,await B())},L=()=>{C.value&&(C.value.stop(),C.value.onstop=async()=>{h.value=new File(p.value,"videomessage.mp4",{type:"video/*"});const O=URL.createObjectURL(h.value);m.value=O,e.nextTick(()=>{c.value&&(c.value.src=O)})}),g(),y()};function y(){var V;let O=(V=A.value)==null?void 0:V.getTracks();O==null||O.forEach(S=>S.stop())}const g=()=>{clearInterval(a.value),o.value=0,l.value=0,s.value=0,f.value=0,d.value=!1,C.value=void 0,p.value=[]},b=n,E=()=>{b("change",{videoFile:h.value}),b("submit")},B=async()=>{await navigator.mediaDevices.getUserMedia({audio:!0,video:!0}).then(O=>{const V=e.unref(r.value);A.value=O,V.srcObject=O,V.addEventListener("loadedmetadata",()=>{var S;(S=e.unref(r.value))==null||S.play()}),V.muted=!0})},j=async()=>{const O={video:{cursor:"always"},audio:!1};await navigator.mediaDevices.getDisplayMedia(O).then(V=>{const S=e.unref(r.value);A.value=V,S.srcObject=V,S.addEventListener("loadedmetadata",()=>{var v;(v=e.unref(r.value))==null||v.play()}),S.muted=!0})};return e.onMounted(async()=>{await B()}),(O,V)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Ns,[e.createElementVNode("button",{class:"video-recorder__button video-recorder__button-close",onClick:V[0]||(V[0]=S=>b("close"))},[...V[1]||(V[1]=[e.createElementVNode("span",{class:"pi pi-times"},null,-1)])])]),e.createElementVNode("div",null,[e.withDirectives(e.createElementVNode("video",{ref_key:"refVideo",ref:r,class:"video-recorder__view-area"},null,512),[[e.vShow,!m.value]]),e.withDirectives(e.createElementVNode("video",{ref_key:"refRecord",ref:c,class:"video-recorder__view-area",controls:""},null,512),[[e.vShow,m.value]]),e.createElementVNode("div",ws,[e.createElementVNode("div",Vs,[!d.value&&!m.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:"video-recorder__button",onClick:k},[e.createElementVNode("span",{class:e.normalizeClass({"pi pi-desktop":u.value=="camera","pi pi-camera":u.value=="screen"})},null,2)])):e.createCommentVNode("",!0),m.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:1,class:e.normalizeClass(["video-recorder__button",{"video-recorder__recording-button":d.value}]),onClick:_},[e.createElementVNode("span",{class:e.normalizeClass(["pi",{"pi-circle-fill video-recorder__recording-icon":d.value,"pi-video":!d.value}])},null,2)],2)),!d.value&&m.value?(e.openBlock(),e.createElementBlock("button",{key:2,class:"video-recorder__button",onClick:M},[...V[2]||(V[2]=[e.createElementVNode("span",{class:"pi pi-trash"},null,-1)])])):e.createCommentVNode("",!0),d.value?(e.openBlock(),e.createElementBlock("button",{key:3,class:"video-recorder__button",onClick:L},[...V[3]||(V[3]=[e.createElementVNode("div",{class:"video-recorder__stop"},null,-1)])])):e.createCommentVNode("",!0),e.createElementVNode("span",Is,e.toDisplayString(i.value),1)]),e.createElementVNode("button",{class:e.normalizeClass(["video-recorder__button",{"video-recorder__button-disabled":!m.value}]),onClick:E},[...V[4]||(V[4]=[e.createElementVNode("span",{class:"video-recorder__save-button"}," Прикрепить видео ",-1)])],2)])])],64))}}),[["__scopeId","data-v-47304124"]])},Symbol.toStringTag,{value:"Module"}));N.AdaptiveExtendedLayout=fs,N.AudioMessage=w4,N.AudioRecorder=hn,N.AvatarIcon=y1,N.BaseContainer=hs,N.BaseLayout=qf,N.BaseReplyMessage=v2,N.ButtonCommandsSelector=k7,N.ButtonContextMenu=f0,N.ButtonEmojiPicker=W5,N.ButtonTemplateSelector=te,N.ButtonWabaTemplateSelector=ne,N.CallMessage=V4,N.ChannelSelector=bn,N.ChatFilter=r4,N.ChatInfo=zn,N.ChatInput=hf,N.ChatItem=Z0,N.ChatList=Nf,N.ChatPanel=Rn,N.ChatTabs=c4,N.ChatWrapper=ps,N.CheckIcon=p3,N.CloseButtonIcon=L3,N.CommunicationPanel=Q9,N.ContactCRMIcon=h3,N.ContactInfo=la,N.ContextMenu=O2,N.CreateChat=Fl,N.CreateChat2=Ql,N.CreateDialog=Jl,N.DateMessage=I4,N.DateMessageSticky=D4,N.EmbedPreview=P2,N.ExtendedLayout=ts,N.Feed=Bf,N.FeedFoundItem=b3,N.FeedFoundObjects=s7,N.FeedKeyboard=B4,N.FeedLayout=ds,N.FeedSearch=d7,N.FileMessage=S4,N.FilePreview=g0,N.FileUploader=Ve,N.FloatContainer=Es,N.ImageMessage=T4,N.LinkPreview=Y2,N.MenuIcon=I6,N.MessageKeyboard=x4,N.Modal=nf,N.ModalFullscreen=t0,N.ModalNoFooter=m3,N.PlaceholderComponent=a4,N.ReplyAudioMessage=j4,N.ReplyCallMessage=z4,N.ReplyFileMessage=Z4,N.ReplyImageMessage=O4,N.ReplyTextMessage=U4,N.ReplyVideoMessage=$4,N.SearchIcon=M3,N.SelectUser=p7,N.SelectUser2=y7,N.SettingsIcon=y3,N.SideBar=Rf,N.SplashScreen=hl,N.SystemMessage=v4,N.TelegramIcon=k3,N.TemplateSelector=o4,N.TextMessage=R4,N.ThemeMode=ia,N.Tooltip=w2,N.TypingMessage=l3,N.UserProfile=ma,N.VideoMessage=F4,N.VideoRecorder=La,N.WABAAttachmentSection=l4,N.WABAQuickReplyButtons=f4,N.WABASeparatedQuickButtons=s4,N.WABATemplateSelector=i4,N.WhatsAppIcon=_3,N.formatTimestamp=Y4,N.generatePreview=r3,N.getStatus=Z2,N.getTypeFileByMime=M1,N.insertDaySeparators=K4,N.playNotificationAudio=J4,N.statuses=z2,N.throttle=c3,N.uploadFile=a0,N.useDelayDebouncedRef=d3,N.useImmediateDebouncedRef=C3,N.useMessage=t2,N.useModal=A3,N.useModalVideoRecorder=g3,N.useSearchModel=u3,N.useTheme=o2,Object.defineProperty(N,Symbol.toStringTag,{value:"Module"})}));
|
6
|
+
`,k,k,"end"),f(r.value.value))}u.preventDefault()}else u.preventDefault(),h()},h=()=>{var k,_;const u=e.ref(s());if(u.value.text!=""||u.value.file){const M={type:"",text:"",url:"",filename:"",size:"",reply:void 0};u.value.file?(M.type="message."+u.value.file.type,M.url=u.value.file.url,M.filename=u.value.file.name,M.size=(k=u.value.file.size)==null?void 0:k.toString(),M.text=(_=u==null?void 0:u.value)==null?void 0:_.text.trim()):(M.type="message.text",M.text=u.value.text.trim()),u.value.reply&&(M.reply=u.value.reply),a("send",M),l(),d.value=void 0,r.value&&r.value.focus()}};return(u,k)=>(e.openBlock(),e.createElementBlock("div",ef,[e.createElementVNode("div",{id:"chat-input-reply-line-"+e.unref(o),class:"chat-input__reply-line"},null,8,tf),e.createElementVNode("div",{id:"chat-input-file-line-"+e.unref(o),class:"chat-input__file-line"},null,8,nf),e.createElementVNode("div",af,[e.renderSlot(u.$slots,"inline-buttons",{},void 0,!0)]),t.disabledPlaceholder&&(t.state=="disabled"||e.unref(s)().isRecording)?(e.openBlock(),e.createElementBlock("div",of,e.toDisplayString(t.disabledPlaceholder),1)):e.withDirectives((e.openBlock(),e.createElementBlock("textarea",{key:1,ref_key:"refInput",ref:r,"onUpdate:modelValue":k[0]||(k[0]=_=>e.unref(s)().text=_),disabled:t.state=="disabled"||e.unref(s)().isRecording,class:"chat-input__input",placeholder:e.unref(l2)("component.ChatInput.InputPlaceholder"),onKeydown:e.withKeys(m,["enter"]),onInput:p},null,40,lf)),[[e.vModelText,e.unref(s)().text]]),e.createElementVNode("button",{class:e.normalizeClass(["chat-input__button",{"chat-input__button-disabled":A.value}]),disabled:e.unref(s)().isRecording,onClick:h},[e.createElementVNode("span",sf,[e.createVNode(e.unref(Xl))])],10,ff),e.createElementVNode("div",rf,[e.renderSlot(u.$slots,"buttons",{},void 0,!0)])]))}}),[["__scopeId","data-v-7ffd7cf8"]]),df={class:"chat-list"},Cf={class:"chat-list__title-container"},Af={key:0,class:"chat-list__title"},uf={class:"chat-list__fixed-items-top"},mf={class:"chat-list__scrollable-items"},gf={class:"chat-list__fixed-items-bottom"},pf=I({__name:"ChatList",props:{chats:{type:Array,required:!0},filterEnabled:{type:Boolean,required:!0},titleEnabled:{type:Boolean,default:!0},filterQuery:{type:String,default:null},dialogTabs:{type:Array,default:()=>[]}},emits:["select","action","loadMoreChats","expand","tab-click"],setup(t,{emit:n}){const a=t,o=n,l=e.ref(""),s=e.ref(),f=e.ref(!1),i=e.ref(!1),r=e.ref(!1);function c(){e.nextTick(function(){const L=e.unref(s);L.scrollTop=0})}const d=()=>{const L=e.unref(s),y=L.scrollHeight-L.scrollTop-L.clientHeight;L.scrollTop>500&&(i.value=!0),L.scrollTop<=500&&(i.value=!1),r.value?y<300&&(f.value=!0):(y<300&&(f.value=!0),y>=300&&(f.value=!1))};e.watch(()=>f.value,()=>{f.value&&o("loadMoreChats")}),e.watch(()=>a.chats,()=>{if(f.value=!1,r.value){const L=e.unref(s);L.scrollTop=L.scrollHeight}});const C=L=>{const y=e.unref(s);(L.offsetX>y.clientWidth||L.offsetY>y.clientHeight)&&(r.value=!0)},A=()=>{r.value=!1},p=L=>{o("expand",L)},m=L=>{a.chats.forEach(g=>{g.isSelected=!1,g.dialogs&&g.dialogs.forEach(b=>{b.isSelected=!1})}),L.dialog&&h(L.dialog);const y=a.chats.find(g=>g.chatId===L.chat.chatId);y.isSelected=!0,o("select",L)},h=L=>{a.chats.forEach(y=>{y.isSelected=!1,y.dialogs&&y.dialogs.forEach(g=>{g.isSelected=!1,g.dialogId==L.dialogId&&(g.isSelected=!0)})})},u=()=>a.chats.toSorted((L,y)=>{if(Number(L["lastActivity.timestamp"])>Number(y["lastActivity.timestamp"]))return-1;if(Number(L["lastActivity.timestamp"])<Number(y["lastActivity.timestamp"]))return 1;if(Number(L["lastActivity.timestamp"])==Number(y["lastActivity.timestamp"]))return 0}).toSorted((L,y)=>{if(L.countUnread>y.countUnread)return-1;if(L.countUnread<y.countUnread)return 1;if(L.countUnread==y.countUnread)return 0}).filter(L=>a.filterQuery?L.name.includes(a.filterQuery)||L.metadata.includes(a.filterQuery):L.name.includes(l.value)||L.metadata.includes(l.value)),k=L=>{l.value=L},_=L=>o("action",L),M=L=>{o("tab-click",L)};return(L,y)=>(e.openBlock(),e.createElementBlock("div",df,[e.createElementVNode("div",Cf,[t.titleEnabled?(e.openBlock(),e.createElementBlock("h2",Af,e.toDisplayString(e.unref(l2)("component.ChatList.Title")),1)):e.createCommentVNode("",!0),e.renderSlot(L.$slots,"actions",{},void 0,!0)]),e.renderSlot(L.$slots,"sidebar",{},void 0,!0),t.filterEnabled?(e.openBlock(),e.createBlock(e.unref(r4),{key:0,class:"chat-list__filter",onUpdate:k})):e.createCommentVNode("",!0),t.dialogTabs&&t.dialogTabs.length>0?(e.openBlock(),e.createBlock(e.unref(c4),{key:1,tabs:t.dialogTabs,onTabClick:M},null,8,["tabs"])):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"refChatList",ref:s,class:"chat-list__items",onScroll:d,onMousedown:C,onMouseup:A},[e.createElementVNode("div",uf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u().filter(g=>g.isFixedTop),g=>(e.openBlock(),e.createBlock(e.unref(U0),{key:g.chatId,class:"chat-list__item",chat:g,onSelect:m,onExpand:p,onAction:_},null,8,["chat"]))),128))]),e.createElementVNode("div",mf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u().filter(g=>!g.isFixedBottom&&!g.isFixedTop),g=>(e.openBlock(),e.createBlock(e.unref(U0),{key:g.chatId,class:"chat-list__item",chat:g,onSelect:m,onExpand:p,onAction:_},null,8,["chat"]))),128))]),e.createElementVNode("div",gf,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u().filter(g=>g.isFixedBottom),g=>(e.openBlock(),e.createBlock(e.unref(U0),{key:g.chatId,class:"chat-list__item",chat:g,onSelect:m,onExpand:p,onAction:_},null,8,["chat"]))),128))])],544),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[i.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:"chat-list__button-up",onClick:c},[...y[0]||(y[0]=[e.createElementVNode("span",{class:"pi pi-angle-up chat-list__icon-down"},null,-1)])])):e.createCommentVNode("",!0)]),_:1})]))}},[["__scopeId","data-v-b50971c3"]]);function Lf(t,n){let a=null;return function(...l){a||(a=setTimeout(()=>{t(...l),a&&clearTimeout(a),a=null},n))}}const hf=["id"],Mf=["id","onDblclick"],yf={key:0,class:"message-feed__unread-amount"},kf={style:{margin:"auto"}},_f=I(e.defineComponent({__name:"Feed",props:{objects:{type:Array,required:!0},buttonParams:{type:Object,required:!1,default:void 0},scrollToBottom:{type:Boolean,default:!1},typing:{type:[Object,Boolean],default:!1},enableDoubleClickReply:{type:Boolean,default:!1},scrollTo:{type:String,default:null},applyStyle:{type:Function,default:()=>null},keyboardAlign:{type:String,default:"right",validator:t=>["left","center","right"].includes(t)},feedKeyboards:{type:Array,required:!1,default:void 0},feedKeyboardAlign:{type:String,default:"right",validator:t=>["left","center","right"].includes(t)},chatBackground:{type:String,default:()=>new URL("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.08'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M123.907%20103.164C123.961%20103.293%20124.085%20103.371%20124.216%20103.371C124.258%20103.371%20124.301%20103.363%20124.341%20103.346L136.396%2098.4113C136.565%2098.342%20136.647%2098.1473%20136.579%2097.9766C136.508%2097.806%20136.313%2097.7246%20136.143%2097.7946L124.089%20102.729C123.92%20102.799%20123.838%20102.993%20123.907%20103.164ZM121.761%2097.9232C121.815%2098.0519%20121.94%2098.1305%20122.071%2098.1305C122.114%2098.1305%20122.156%2098.1225%20122.197%2098.1052L134.251%2093.1699C134.421%2093.1005%20134.503%2092.9059%20134.433%2092.7352C134.363%2092.5645%20134.169%2092.4839%20133.998%2092.5525L121.945%2097.4885C121.775%2097.5579%20121.693%2097.7525%20121.761%2097.9232ZM121.372%2096.4273C121.415%2096.4273%20121.458%2096.4193%20121.5%2096.4026L133.553%2091.4673C133.724%2091.398%20133.805%2091.2033%20133.735%2091.0326C133.665%2090.862%20133.47%2090.7806%20133.3%2090.8506L121.247%2095.7853C121.076%2095.8546%20120.994%2096.0493%20121.064%2096.22C121.117%2096.3493%20121.242%2096.4273%20121.372%2096.4273ZM127.448%20111.811C127.501%20111.94%20127.624%20112.019%20127.756%20112.019C127.799%20112.019%20127.84%20112.011%20127.882%20111.993L139.936%20107.058C140.106%20106.989%20140.188%20106.794%20140.118%20106.623C140.049%20106.453%20139.853%20106.372%20139.684%20106.441L127.63%20111.377C127.46%20111.446%20127.378%20111.641%20127.448%20111.811ZM124.605%20104.867C124.658%20104.996%20124.782%20105.075%20124.914%20105.075C124.955%20105.075%20124.999%20105.067%20125.039%20105.049L137.093%20100.115C137.264%20100.045%20137.345%2099.8507%20137.276%2099.6801C137.205%2099.5094%20137.009%2099.4281%20136.841%2099.4974L124.787%20104.433C124.617%20104.502%20124.535%20104.697%20124.605%20104.867ZM20.2705%20181.009C19.3432%20182.313%2017.9672%20183.177%2016.3939%20183.443C16.0625%20183.499%2015.7265%20183.527%2015.3932%20183.527C12.4659%20183.527%209.98653%20181.431%209.49919%20178.541C8.94986%20175.289%2011.1479%20172.196%2014.4005%20171.647C14.7312%20171.591%2015.0672%20171.562%2015.4005%20171.562C18.3292%20171.562%2020.8079%20173.659%2021.2952%20176.548C21.5605%20178.121%2021.1979%20179.705%2020.2705%20181.009ZM15.4007%20170.895C15.0314%20170.895%2014.6567%20170.927%2014.2887%20170.989C10.6754%20171.6%208.2314%20175.038%208.8414%20178.652C9.38406%20181.863%2012.1401%20184.194%2015.3934%20184.194C15.7641%20184.194%2016.1381%20184.162%2016.5054%20184.101C18.2541%20183.805%2019.7841%20182.845%2020.8141%20181.395C21.8434%20179.946%2022.2487%20178.185%2021.9527%20176.437C21.4114%20173.226%2018.6554%20170.895%2015.4007%20170.895ZM126.751%20110.109C126.804%20110.238%20126.927%20110.316%20127.059%20110.316C127.101%20110.316%20127.143%20110.308%20127.185%20110.291L139.239%20105.356C139.409%20105.287%20139.491%20105.092%20139.421%20104.921C139.351%20104.751%20139.155%20104.67%20138.986%20104.739L126.933%20109.674C126.761%20109.743%20126.681%20109.938%20126.751%20110.109ZM105.967%2011.7974C106.209%2012.546%20106.618%2013.1314%20107.121%2013.438C106.618%2013.746%20106.209%2014.33%20105.967%2015.08C105.727%2014.33%20105.316%2013.746%20104.812%2013.438C105.316%2013.1314%20105.727%2012.546%20105.967%2011.7974ZM103.99%2013.6773C104.932%2013.6773%20105.729%2015.05%20105.729%2016.6753C105.729%2016.8073%20105.836%2016.9146%20105.968%2016.9146C106.1%2016.9146%20106.206%2016.8073%20106.206%2016.6753C106.206%2015.05%20107.004%2013.6773%20107.946%2013.6773C108.078%2013.6773%20108.185%2013.5706%20108.185%2013.438C108.185%2013.306%20108.078%2013.1993%20107.946%2013.1993C107.004%2013.1993%20106.206%2011.826%20106.206%2010.2013C106.206%2010.0693%20106.1%209.96265%20105.968%209.96265C105.836%209.96265%20105.729%2010.0693%20105.729%2010.2013C105.729%2011.826%20104.932%2013.1993%20103.99%2013.1993C103.858%2013.1993%20103.751%2013.306%20103.751%2013.438C103.751%2013.5706%20103.858%2013.6773%20103.99%2013.6773ZM28.0605%20113.904C27.9999%20113.925%2027.9352%20113.935%2027.8712%20113.935C27.7785%20113.935%2027.6845%20113.913%2027.6019%20113.871C27.4579%20113.799%2027.3505%20113.675%2027.3005%20113.522L26.5565%20111.287C26.4512%20110.973%2026.6219%20110.631%2026.9372%20110.526L28.4799%20110.013C28.4812%20110.011%2028.4832%20110.012%2028.4852%20110.011L61.2859%2099.0953C61.2872%2099.0947%2061.2885%2099.0927%2061.2905%2099.0927L62.8279%2098.5807C62.8892%2098.56%2062.9525%2098.5493%2063.0165%2098.5493C63.1105%2098.5493%2063.2032%2098.572%2063.2859%2098.6133C63.4305%2098.686%2063.5372%2098.8093%2063.5879%2098.962L64.3325%20101.197C64.4372%20101.511%2064.2659%20101.853%2063.9512%20101.958L46.0099%20107.929H46.0092C46.0092%20107.929%2046.0085%20107.929%2046.0085%20107.931L28.0605%20113.904ZM22.0498%2089.6186L54.2171%2078.9126L60.7585%2098.5666L28.5911%20109.273L22.0498%2089.6186ZM19.9836%2089.6034C19.6722%2089.708%2019.3242%2089.5307%2019.2222%2089.2227L18.4782%2086.99C18.4289%2086.8394%2018.4409%2086.672%2018.5109%2086.5307C18.5829%2086.3887%2018.7096%2086.2787%2018.8602%2086.2287L54.7409%2074.2867C54.8029%2074.266%2054.8669%2074.2554%2054.9316%2074.2554C55.1909%2074.2554%2055.4202%2074.4207%2055.5022%2074.6674L56.2456%2076.9007C56.3502%2077.2147%2056.1789%2077.5567%2055.8649%2077.6614L23.3429%2088.4854L21.5229%2089.0914L19.9836%2089.6034ZM56.7412%20110.711C56.9618%20110.271%2057.3378%20109.945%2057.8032%20109.79C57.9912%20109.728%2058.1872%20109.696%2058.3838%20109.696C59.1752%20109.696%2059.8745%20110.201%2060.1245%20110.952C60.4452%20111.912%2059.9232%20112.954%2058.9625%20113.273C58.0118%20113.591%2056.9538%20113.049%2056.6418%20112.111C56.4865%20111.646%2056.5232%20111.149%2056.7412%20110.711ZM48.3224%20113.045C49.1144%20113.045%2049.8144%20113.549%2050.0644%20114.301C50.3837%20115.261%2049.863%20116.303%2048.9024%20116.622C48.7144%20116.685%2048.5184%20116.717%2048.323%20116.717C47.5317%20116.717%2046.8317%20116.212%2046.5817%20115.46C46.4264%20114.995%2046.4617%20114.497%2046.681%20114.059C46.9004%20113.621%2047.2784%20113.294%2047.743%20113.139C47.931%20113.076%2048.1257%20113.045%2048.3224%20113.045ZM40.0043%20117.649C40.3243%20118.609%2039.803%20119.651%2038.8423%20119.971C37.8936%20120.288%2036.8336%20119.746%2036.521%20118.808C36.201%20117.847%2036.723%20116.807%2037.6823%20116.487C37.871%20116.425%2038.0663%20116.393%2038.2623%20116.393C39.0543%20116.393%2039.7543%20116.897%2040.0043%20117.649ZM39.1513%20115.895C38.872%20115.789%2038.574%20115.726%2038.262%20115.726C37.9946%20115.726%2037.728%20115.769%2037.4726%20115.854C36.1626%20116.289%2035.4526%20117.71%2035.888%20119.019C36.2286%20120.044%2037.1833%20120.732%2038.262%20120.732C38.53%20120.732%2038.796%20120.689%2039.0526%20120.603C40.362%20120.167%2041.0726%20118.748%2040.6366%20117.438C40.4686%20116.933%2040.1486%20116.509%2039.7393%20116.21L43.3826%20109.507L45.9033%20108.668L47.2266%20112.642C46.736%20112.881%2046.334%20113.264%2046.086%20113.761C45.786%20114.358%2045.738%20115.037%2045.9486%20115.671C46.29%20116.695%2047.244%20117.383%2048.3233%20117.383C48.5913%20117.383%2048.8566%20117.341%2049.1133%20117.255C50.4213%20116.819%2051.1326%20115.399%2050.698%20114.09C50.3566%20113.066%2049.402%20112.378%2048.3226%20112.378C48.1666%20112.378%2048.0113%20112.397%2047.858%20112.426L46.536%20108.457L49.0586%20107.618L55.996%20110.802C55.844%20111.297%2055.8426%20111.822%2056.0093%20112.321C56.35%20113.346%2057.3046%20114.035%2058.3826%20114.035C58.6506%20114.035%2058.9173%20113.992%2059.1733%20113.907C60.4826%20113.471%2061.194%20112.051%2060.758%20110.741C60.4173%20109.717%2059.4626%20109.029%2058.384%20109.029C58.1153%20109.029%2057.85%20109.073%2057.5933%20109.158C57.0393%20109.342%2056.5873%20109.713%2056.28%20110.199L49.984%20107.31L64.162%20102.591C64.8246%20102.37%2065.1853%20101.65%2064.9653%20100.987L64.2213%2098.7507C64.1146%2098.43%2063.888%2098.1693%2063.5846%2098.0173C63.2866%2097.8673%2062.9293%2097.8427%2062.6166%2097.948L61.392%2098.3553L54.85%2078.7027L56.0746%2078.2947C56.7393%2078.0733%2057.0993%2077.3533%2056.8786%2076.6893L56.1353%2074.4567C55.9193%2073.8087%2055.1826%2073.438%2054.5313%2073.654L18.6493%2085.596C18.328%2085.704%2018.0673%2085.9294%2017.916%2086.232C17.7666%2086.5307%2017.7406%2086.884%2017.8466%2087.2007L18.59%2089.434C18.7626%2089.9527%2019.2473%2090.3013%2019.7933%2090.3013C19.9293%2090.3013%2020.0646%2090.2794%2020.1946%2090.2367L21.4173%2089.8293L27.9586%20109.483L26.7266%20109.893C26.0633%20110.115%2025.7026%20110.835%2025.9233%20111.498L26.668%20113.733C26.7746%20114.054%2027%20114.315%2027.304%20114.467C27.48%20114.555%2027.6753%20114.602%2027.8713%20114.602C28.008%20114.602%2028.1433%20114.579%2028.272%20114.537L42.4553%20109.816L39.1513%20115.895ZM120.442%208.35467C120.47%208.35467%20120.5%208.35133%20120.529%208.34333L149.052%200.684C149.137%200.660667%20149.21%200.604667%20149.254%200.528667C149.298%200.452%20149.31%200.360667%20149.286%200.275333L149.212%200H148.522L148.556%200.126667L120.676%207.61333L118.632%200H117.942L120.119%208.108C120.16%208.25667%20120.294%208.35467%20120.442%208.35467ZM121.895%20115.314L120.336%20111.507L124.143%20109.948L125.701%20113.755L121.895%20115.314ZM124.634%20109.387C124.563%20109.216%20124.368%20109.134%20124.198%20109.205L119.774%20111.016C119.693%20111.049%20119.628%20111.114%20119.592%20111.196C119.56%20111.277%20119.559%20111.369%20119.591%20111.451L121.404%20115.875C121.456%20116.004%20121.582%20116.082%20121.712%20116.082C121.754%20116.082%20121.798%20116.075%20121.838%20116.058L126.262%20114.246C126.344%20114.213%20126.41%20114.148%20126.444%20114.067C126.478%20113.985%20126.478%20113.894%20126.445%20113.812L124.634%20109.387ZM119.052%20108.37L117.493%20104.563L121.3%20103.003L122.86%20106.811L119.052%20108.37ZM123.603%20106.867L121.79%20102.442C121.757%20102.36%20121.693%20102.295%20121.611%20102.261C121.529%20102.226%20121.437%20102.227%20121.356%20102.26L116.931%20104.072C116.85%20104.105%20116.784%20104.17%20116.751%20104.251C116.716%20104.333%20116.716%20104.425%20116.749%20104.507L118.561%20108.931C118.615%20109.06%20118.738%20109.138%20118.869%20109.138C118.912%20109.138%20118.953%20109.131%20118.996%20109.113L123.421%20107.302C123.59%20107.233%20123.671%20107.038%20123.603%20106.867ZM116.208%20101.425L114.648%2097.6187L115.082%2097.4414L117.444%2099.8287C117.507%2099.8934%20117.592%2099.9281%20117.68%2099.9281C117.719%2099.9281%20117.757%2099.9214%20117.795%2099.9081C117.918%2099.8627%20118.002%2099.7514%20118.012%2099.6214L118.294%2096.1261L118.456%2096.0594L120.015%2099.8667L116.208%20101.425ZM117.603%2096.4087L117.407%2098.8434L115.75%2097.168L117.603%2096.4087ZM120.759%2099.9227L118.949%2095.4981C118.915%2095.4161%20118.85%2095.3514%20118.769%2095.3174C118.687%2095.2821%20118.595%2095.2834%20118.513%2095.3161L118.355%2095.3814L118.599%2092.3501C118.614%2092.1661%20118.477%2092.0054%20118.293%2091.9914C118.105%2091.9801%20117.949%2092.1127%20117.934%2092.2967L117.663%2095.6641L115.243%2096.6554L114.977%2096.3854C114.846%2096.2554%20114.636%2096.2527%20114.505%2096.3827C114.373%2096.5127%20114.372%2096.7234%20114.503%2096.8541L114.576%2096.9287L114.089%2097.1281C113.919%2097.1974%20113.837%2097.3921%20113.907%2097.5627L115.718%20101.987C115.771%20102.115%20115.895%20102.193%20116.027%20102.193C116.069%20102.193%20116.112%20102.186%20116.153%20102.169L120.577%20100.357C120.748%20100.288%20120.829%20100.093%20120.759%2099.9227ZM138.713%20175.269C138.666%20175.091%20138.482%20174.985%20138.304%20175.033L116.977%20180.761C116.8%20180.808%20116.694%20180.991%20116.742%20181.169C116.782%20181.317%20116.916%20181.415%20117.062%20181.415C117.091%20181.415%20117.121%20181.411%20117.15%20181.403L138.477%20175.677C138.656%20175.629%20138.76%20175.446%20138.713%20175.269ZM110.913%2091.4813L115.703%2089.52L116.179%2090.682C116.345%2091.0893%20116.739%2091.3527%20117.179%2091.3527C117.32%2091.3527%20117.456%2091.326%20117.588%2091.272L127.03%2087.4067C127.297%2087.2973%20127.506%2087.0907%20127.617%2086.8247C127.727%2086.5627%20127.728%2086.2613%20127.62%2085.998L127.145%2084.8367L131.935%2082.8747L135.373%2084.3147L145.239%20108.412L143.799%20111.851L122.777%20120.457L119.339%20119.017L109.473%2094.9193L110.913%2091.4813ZM115.729%2087.2833C115.802%2087.1106%20115.937%2086.9766%20116.11%2086.906L117.25%2086.4386C117.42%2086.3693%20117.502%2086.1746%20117.432%2086.004C116.754%2084.346%20117.55%2082.4446%20119.208%2081.766C119.602%2081.604%20120.016%2081.522%20120.438%2081.522C121.764%2081.522%20122.944%2082.3153%20123.446%2083.542C123.48%2083.624%20123.544%2083.6886%20123.626%2083.7226C123.708%2083.7573%20123.799%2083.7573%20123.881%2083.724L125.02%2083.2573C125.192%2083.1866%20125.386%2083.188%20125.557%2083.2593C125.729%2083.332%20125.864%2083.4666%20125.934%2083.64L126.4%2084.7786V84.7806C126.4%2084.7813%20126.402%2084.782%20126.402%2084.7826L127.004%2086.2506C127.044%2086.352%20127.044%2086.466%20127.002%2086.5666C126.959%2086.6686%20126.88%2086.7473%20126.778%2086.7893L117.336%2090.6553C117.127%2090.7386%20116.881%2090.6346%20116.796%2090.4293L116.195%2088.96V88.9593L116.194%2088.9586L115.727%2087.82C115.657%2087.6466%20115.657%2087.456%20115.729%2087.2833ZM118.953%20119.577L122.646%20121.125C122.688%20121.143%20122.73%20121.151%20122.776%20121.151C122.818%20121.151%20122.862%20121.143%20122.902%20121.127L144.178%20112.415C144.26%20112.381%20144.326%20112.317%20144.361%20112.235L145.907%20108.543C145.942%20108.461%20145.942%20108.369%20145.908%20108.287L135.938%2083.9346C135.904%2083.8526%20135.839%2083.7872%20135.758%2083.7532L132.064%2082.2066C131.982%2082.1712%20131.892%2082.1726%20131.81%2082.2052L126.892%2084.2192L126.552%2083.3872C126.414%2083.0492%20126.152%2082.7859%20125.814%2082.6446C125.48%2082.5039%20125.102%2082.5026%20124.768%2082.6399L123.924%2082.9859C123.257%2081.6819%20121.923%2080.8552%20120.438%2080.8552C119.928%2080.8552%20119.43%2080.9546%20118.955%2081.1486C117.06%2081.9246%20116.1%2084.0239%20116.701%2085.9426L115.858%2086.2886C115.52%2086.4272%20115.256%2086.6886%20115.115%2087.0252C114.974%2087.3626%20114.972%2087.7346%20115.11%2088.0726L115.451%2088.9032L110.532%2090.9166C110.451%2090.9506%20110.386%2091.0152%20110.352%2091.0966L108.804%2094.7892C108.771%2094.8706%20108.769%2094.9626%20108.803%2095.0446L118.774%20119.397C118.808%20119.479%20118.871%20119.544%20118.953%20119.577ZM118.004%20184.917C118.032%20184.917%20118.062%20184.913%20118.091%20184.905L139.418%20179.177C139.596%20179.13%20139.702%20178.947%20139.654%20178.769C139.606%20178.592%20139.424%20178.487%20139.245%20178.534L117.918%20184.261C117.74%20184.309%20117.635%20184.493%20117.682%20184.67C117.723%20184.818%20117.857%20184.917%20118.004%20184.917ZM160.928%2073.7073L156.495%2071.4886L160.949%2062.5913L165.382%2064.8106L160.928%2073.7073ZM165.978%2064.3633L160.949%2061.8459C160.783%2061.7633%20160.585%2061.8306%20160.501%2061.9946L155.75%2071.4886C155.71%2071.5673%20155.703%2071.6586%20155.731%2071.7426C155.758%2071.8266%20155.819%2071.8959%20155.897%2071.9359L160.927%2074.4526C160.975%2074.4766%20161.026%2074.4879%20161.077%2074.4879C161.199%2074.4879%20161.315%2074.4199%20161.375%2074.3033L166.127%2064.8106C166.167%2064.7319%20166.173%2064.6399%20166.145%2064.5559C166.117%2064.4719%20166.057%2064.4033%20165.978%2064.3633ZM21.3452%20181.772C20.2159%20183.361%2018.5359%20184.415%2016.6146%20184.741C16.2086%20184.809%2015.7959%20184.843%2015.3899%20184.843C11.8212%20184.843%208.7979%20182.285%208.20124%20178.761C7.53124%20174.794%2010.2132%20171.02%2014.1812%20170.349C14.5872%20170.281%2014.9992%20170.245%2015.4066%20170.245C18.9752%20170.245%2021.9972%20172.804%2022.5919%20176.328C22.9179%20178.25%2022.4752%20180.184%2021.3452%20181.772ZM18.6112%20192.519C18.6612%20192.811%2018.4625%20193.09%2018.1699%20193.139L17.9025%20193.185C17.6059%20193.235%2017.3319%20193.034%2017.2825%20192.744L16.5479%20188.399L17.8772%20188.174L18.6112%20192.519ZM16.0557%20185.482C16.2797%20185.463%2016.5037%20185.435%2016.7257%20185.398C16.949%20185.36%2017.167%20185.309%2017.3837%20185.253L17.7657%20187.517L16.4377%20187.742L16.0557%20185.482ZM15.4073%20169.579C14.9626%20169.579%2014.5126%20169.617%2014.0706%20169.691C9.74127%20170.425%206.81327%20174.543%207.5446%20178.871C8.19593%20182.716%2011.4913%20185.507%2015.3846%20185.509L16.6259%20192.855C16.7246%20193.437%2017.2233%20193.859%2017.8126%20193.859C17.8793%20193.859%2017.9473%20193.854%2018.0153%20193.843L18.2826%20193.797C18.9379%20193.686%2019.3799%20193.062%2019.2693%20192.408L18.4799%20187.734L18.0273%20185.056C19.5753%20184.518%2020.9206%20183.522%2021.8899%20182.159C23.1219%20180.425%2023.6053%20178.315%2023.2506%20176.217C22.6006%20172.371%2019.3019%20169.579%2015.4073%20169.579ZM25.2285%2059.7387C25.0452%2059.7527%2024.9079%2059.9127%2024.9219%2060.0967L25.2479%2064.3934C25.2605%2064.5687%2025.4065%2064.7014%2025.5799%2064.7014C25.5879%2064.7014%2025.5965%2064.7014%2025.6045%2064.7007C25.7879%2064.6867%2025.9259%2064.526%2025.9119%2064.3427L25.5865%2060.046C25.5719%2059.862%2025.4119%2059.7234%2025.2285%2059.7387ZM86.6365%2034.66C86.4525%2034.6747%2086.3145%2034.8347%2086.3292%2035.0187L86.6152%2038.7873C86.6285%2038.9627%2086.7745%2039.0953%2086.9472%2039.0953C86.9552%2039.0953%2086.9632%2039.0953%2086.9725%2039.0947C87.1559%2039.08%2087.2939%2038.92%2087.2799%2038.7367L86.9939%2034.9674C86.9799%2034.7833%2086.8145%2034.6394%2086.6365%2034.66ZM21.3713%2059.244L20.0079%2063.6733C19.9539%2063.85%2020.0526%2064.036%2020.2286%2064.09C20.2613%2064.1007%2020.2939%2064.1047%2020.3266%2064.1047C20.4693%2064.1047%2020.6013%2064.0133%2020.6453%2063.87L22.0086%2059.4407C22.0633%2059.2647%2021.9646%2059.078%2021.7879%2059.024C21.6119%2058.9687%2021.4253%2059.0693%2021.3713%2059.244ZM14.4836%20128.862L14.7243%20128.563C14.8383%20128.419%2014.8129%20128.209%2014.6696%20128.095C14.5256%20127.98%2014.3156%20128.005%2014.2016%20128.149L13.9656%20128.443C13.5483%20128.958%2013.1169%20129.492%2012.8669%20130.102C12.6023%20130.753%2012.5623%20131.537%2012.7489%20132.431C12.7983%20132.668%2012.8569%20132.905%2012.9156%20133.139C13.0449%20133.659%2013.1669%20134.149%2013.1836%20134.63C13.2043%20135.233%2013.0043%20135.862%2012.6043%20136.447C12.5003%20136.599%2012.5389%20136.806%2012.6909%20136.91C12.7489%20136.949%2012.8129%20136.968%2012.8789%20136.968C12.9849%20136.968%2013.0896%20136.917%2013.1536%20136.823C13.6343%20136.121%2013.8749%20135.354%2013.8496%20134.607C13.8309%20134.055%2013.6943%20133.508%2013.5623%20132.978C13.5063%20132.751%2013.4496%20132.523%2013.4009%20132.295C13.2416%20131.533%2013.2709%20130.88%2013.4843%20130.353C13.6969%20129.835%2014.0796%20129.362%2014.4836%20128.862ZM18.0741%2057.7339L15.3881%2061.1039C15.2735%2061.2479%2015.2968%2061.4579%2015.4415%2061.5726C15.5028%2061.6219%2015.5761%2061.6453%2015.6481%2061.6453C15.7468%2061.6453%2015.8435%2061.6026%2015.9101%2061.5199L18.5948%2058.1493C18.7095%2058.0053%2018.6855%2057.7959%2018.5421%2057.6813C18.3981%2057.5646%2018.1888%2057.5899%2018.0741%2057.7339ZM146.602%2066.5374L142.169%2064.318L145.452%2057.7554L149.887%2059.9754L146.602%2066.5374ZM150.482%2059.5279L145.453%2057.0099C145.374%2056.9699%20145.283%2056.9645%20145.199%2056.9919C145.115%2057.0199%20145.046%2057.0792%20145.006%2057.1585L141.423%2064.3179C141.34%2064.4825%20141.408%2064.6825%20141.572%2064.7652L146.602%2067.2825C146.648%2067.3065%20146.7%2067.3179%20146.751%2067.3179C146.872%2067.3179%20146.99%2067.2499%20147.049%2067.1332L150.632%2059.9752C150.714%2059.8105%20150.647%2059.6105%20150.482%2059.5279ZM34.1854%2046.196L32.4514%2047.114C32.4508%2047.1146%2032.4494%2047.114%2032.4494%2047.1146L32.4474%2047.1166L14.8921%2056.4086C13.6248%2054.2186%2012.9294%2049.3586%2014.5314%2046.7246L14.9861%2046.484C14.9868%2046.4833%2014.9881%2046.484%2014.9894%2046.4833L25.9228%2040.6953C25.9234%2040.6953%2025.9248%2040.6946%2025.9248%2040.694L26.3814%2040.4526C29.4608%2040.6093%2033.0881%2043.9166%2034.1854%2046.196ZM37.3816%2055.0626C38.0716%2055.2773%2038.3036%2055.7186%2038.0916%2056.4099C37.3576%2058.7939%2036.1356%2062.7653%2035.9036%2063.5173L34.557%2064.2299L36.7343%2057.1566C36.9543%2056.4393%2036.713%2055.9826%2035.999%2055.7593L29.377%2053.6913C29.5916%2053.3893%2029.7796%2053.0706%2029.943%2052.7393L37.3816%2055.0626ZM38.1545%2063.0794C38.4152%2062.9421%2038.7079%2062.8694%2039.0025%2062.8694C39.3619%2062.8694%2039.7105%2062.9754%2040.0092%2063.1754L43.8465%2065.7607L27.7025%2074.3054C27.7012%2074.3061%2027.6999%2074.3067%2027.6985%2074.3067L27.6865%2074.2954L27.7239%2069.6781C27.7285%2069.0114%2028.0985%2068.4034%2028.6879%2068.0914L38.1545%2063.0794ZM26.6262%2055.2453C24.3908%2056.4293%2021.6728%2056.1627%2019.7148%2054.61L29.9868%2049.1733C30.1702%2051.6653%2028.8615%2054.0627%2026.6262%2055.2453ZM14.1396%2042.056C13.8023%2040.452%2014.1476%2038.9133%2015.1143%2037.7233C16.077%2036.5366%2017.5563%2035.8273%2019.0703%2035.8273C20.0416%2035.8273%2021.467%2036.1173%2022.7316%2037.494L25.2356%2040.3046L15.053%2045.694L14.1396%2042.056ZM34.3133%2050.6374C34.3919%2050.5961%2034.4753%2050.5754%2034.5619%2050.5754C34.7613%2050.5754%2034.9439%2050.6848%2035.0359%2050.8594C35.1746%2051.1208%2035.0739%2051.4454%2034.8133%2051.5834C34.5573%2051.7188%2034.2239%2051.6141%2034.0899%2051.3608C33.9526%2051.1008%2034.0526%2050.7754%2034.3133%2050.6374ZM26.1498%2039.8213L25.8424%2039.9833L23.2271%2037.0466C22.1091%2035.8306%2020.6331%2035.1606%2019.0704%2035.1606C17.3571%2035.1606%2015.6851%2035.962%2014.5964%2037.3033C13.5018%2038.6526%2013.1071%2040.3886%2013.4898%2042.206L14.4464%2046.0153L14.1398%2046.1773C14.0884%2046.2046%2014.0458%2046.2446%2014.0144%2046.294C12.1224%2049.274%2012.9898%2054.778%2014.4964%2057.0333C14.5604%2057.1293%2014.6658%2057.182%2014.7738%2057.182C14.8271%2057.182%2014.8798%2057.1693%2014.9298%2057.1433L19.0838%2054.9446C20.3798%2056.0626%2022.0104%2056.6486%2023.6604%2056.6486C24.7798%2056.6486%2025.9058%2056.3813%2026.9384%2055.8353C27.7104%2055.4266%2028.3791%2054.884%2028.9324%2054.2513L35.8004%2056.396C36.1611%2056.5086%2036.2084%2056.5986%2036.0964%2056.9606L33.7238%2064.6713L28.3764%2067.502C27.5704%2067.9293%2027.0651%2068.7606%2027.0578%2069.6726L27.0204%2074.29C27.0184%2074.5266%2027.1438%2074.7513%2027.3464%2074.8746C27.4531%2074.9393%2027.5744%2074.9733%2027.6991%2074.9733C27.8091%2074.9733%2027.9198%2074.946%2028.0158%2074.8946L44.1604%2066.35C44.3698%2066.238%2044.5071%2066.0213%2044.5191%2065.7846C44.5318%2065.548%2044.4164%2065.3186%2044.2191%2065.186L40.3798%2062.6206C39.6371%2062.1233%2038.6344%2062.0726%2037.8431%2062.4906L36.7371%2063.076C37.1751%2061.6553%2038.1198%2058.584%2038.7278%2056.6066C39.0484%2055.5653%2038.6198%2054.75%2037.5804%2054.426L30.2084%2052.124C30.5998%2051.0953%2030.7518%2049.9726%2030.6211%2048.8373L32.4671%2047.8606L33.7318%2050.2506C33.3584%2050.6133%2033.2464%2051.19%2033.5018%2051.672C33.7104%2052.0673%2034.1171%2052.3126%2034.5638%2052.3126C34.7591%2052.3126%2034.9531%2052.264%2035.1258%2052.1726C35.7111%2051.8626%2035.9358%2051.134%2035.6264%2050.548C35.3798%2050.0833%2034.8291%2049.8466%2034.3231%2049.942L33.0564%2047.548L34.7724%2046.64C34.9231%2046.56%2034.9898%2046.3786%2034.9258%2046.22C33.9078%2043.7053%2029.8438%2039.8946%2026.3158%2039.7826C26.2618%2039.7793%2026.2004%2039.794%2026.1498%2039.8213ZM153.765%2070.1219L149.332%2067.9026L154.44%2057.6973L158.873%2059.9166L153.765%2070.1219ZM159.638%2059.662C159.61%2059.578%20159.55%2059.5093%20159.47%2059.4693L154.441%2056.952C154.276%2056.8687%20154.076%2056.9367%20153.994%2057.1013L148.587%2067.9027C148.547%2067.9813%20148.54%2068.0733%20148.568%2068.1573C148.596%2068.2413%20148.656%2068.31%20148.736%2068.35L153.766%2070.8673C153.813%2070.8913%20153.864%2070.9027%20153.914%2070.9027C154.036%2070.9027%20154.154%2070.8347%20154.212%2070.718L159.619%2059.9167C159.659%2059.838%20159.666%2059.746%20159.638%2059.662ZM141.065%2031.1199C141.091%2031.1199%20141.116%2031.1212%20141.143%2031.1239C141.535%2031.1659%20141.821%2031.5199%20141.779%2031.9119C141.736%2032.3025%20141.403%2032.5852%20140.99%2032.5479C140.8%2032.5272%20140.63%2032.4345%20140.509%2032.2852C140.389%2032.1359%20140.334%2031.9499%20140.355%2031.7599C140.393%2031.3952%20140.699%2031.1199%20141.065%2031.1199ZM140.921%2033.2106C140.97%2033.2152%20141.021%2033.2179%20141.07%2033.2179C141.778%2033.2179%20142.367%2032.6866%20142.442%2031.9826C142.524%2031.2246%20141.973%2030.5426%20141.214%2030.4612C140.442%2030.3772%20139.772%2030.9366%20139.693%2031.6892C139.652%2032.0559%20139.758%2032.4166%20139.992%2032.7039C140.224%2032.9919%20140.554%2033.1712%20140.921%2033.2106ZM110.413%2056.0646L113.293%2029.0546C113.377%2028.26%20113.767%2027.546%20114.389%2027.0433C115.01%2026.5413%20115.793%2026.3093%20116.586%2026.396L123.7%2027.1546L123.395%2030.0146L117.743%2029.4113C116.868%2029.318%20116.088%2029.9526%20115.995%2030.8233L113.651%2052.8126C113.607%2053.2346%20113.728%2053.6486%20113.995%2053.9786C114.261%2054.3086%20114.641%2054.516%20115.062%2054.56L129.195%2056.0673C129.253%2056.0733%20129.31%2056.076%20129.366%2056.076C129.727%2056.076%20130.077%2055.954%20130.363%2055.7233C130.692%2055.4566%20130.897%2055.0773%20130.944%2054.656L132.393%2041.048L135.254%2041.3533L133.423%2058.518C133.339%2059.3126%20132.949%2060.0266%20132.328%2060.5286C131.705%2061.0313%20130.924%2061.2606%20130.13%2061.176L113.071%2059.358C112.287%2059.274%20111.555%2058.8753%20111.06%2058.2626C110.559%2057.6393%20110.328%2056.8593%20110.413%2056.0646ZM123.597%2038.9547C124.255%2039.7701%20125.193%2040.2807%20126.235%2040.3914L127.149%2040.4894L126.195%2044.8827C126.163%2045.0281%20126.23%2045.1767%20126.362%2045.2474C126.412%2045.2741%20126.467%2045.2874%20126.52%2045.2874C126.607%2045.2874%20126.694%2045.2527%20126.757%2045.1874L130.971%2040.8967L131.729%2040.9781L130.281%2054.5847C130.254%2054.8294%20130.133%2055.0501%20129.943%2055.2047C129.751%2055.3594%20129.508%2055.4287%20129.265%2055.4047L115.132%2053.8974C114.887%2053.8714%20114.668%2053.7514%20114.513%2053.5601C114.359%2053.3687%20114.287%2053.1281%20114.313%2052.8827L116.657%2030.8934C116.711%2030.3881%20117.169%2030.0214%20117.671%2030.0747L123.324%2030.6774L122.749%2036.0734C122.637%2037.1154%20122.939%2038.1387%20123.597%2038.9547ZM124.397%2026.8946V26.892L124.694%2024.1253C124.87%2022.4646%20126.26%2021.2126%20127.928%2021.2126C128.045%2021.2126%20128.161%2021.218%20128.278%2021.2306L145.692%2023.088C147.478%2023.2786%20148.778%2024.886%20148.587%2026.6726L147.306%2038.6906C147.116%2040.4666%20145.533%2041.776%20143.721%2041.5853L135.657%2040.726C135.656%2040.726%20135.656%2040.7253%20135.656%2040.7253H135.653L130.881%2040.2166C130.778%2040.2053%20130.678%2040.242%20130.608%2040.3146L127.091%2043.896L127.881%2040.2686C127.9%2040.176%20127.881%2040.0786%20127.825%2040.002C127.77%2039.926%20127.684%2039.876%20127.59%2039.866L126.306%2039.7286C125.441%2039.6366%20124.664%2039.2133%20124.116%2038.536C123.57%2037.8586%20123.32%2037.0093%20123.412%2036.1433L124.397%2026.8946ZM113.002%2060.0206L130.061%2061.8386C130.193%2061.8533%20130.325%2061.86%20130.455%2061.86C131.288%2061.86%20132.09%2061.578%20132.747%2061.048C133.507%2060.434%20133.982%2059.56%20134.087%2058.588L135.917%2041.424L143.65%2042.248C143.792%2042.2633%20143.933%2042.2706%20144.072%2042.2706C146.081%2042.2706%20147.756%2040.762%20147.969%2038.7613L149.251%2026.7426C149.48%2024.592%20147.916%2022.6546%20145.763%2022.4253L128.349%2020.568C126.169%2020.3406%20124.259%2021.9166%20124.032%2024.0546L123.771%2026.492L116.657%2025.7333C115.687%2025.628%20114.73%2025.9106%20113.971%2026.5246C113.21%2027.1386%20112.733%2028.0126%20112.631%2028.9846L109.751%2055.994C109.647%2056.9653%20109.927%2057.92%20110.542%2058.6813C111.156%2059.4406%20112.029%2059.9166%20113.002%2060.0206ZM119.806%2083.2254C119.845%2083.2094%20119.888%2083.2014%20119.929%2083.2014C120.063%2083.2014%20120.182%2083.2807%20120.232%2083.4041C120.266%2083.4854%20120.266%2083.5747%20120.231%2083.6554C120.198%2083.7354%20120.136%2083.7981%20120.054%2083.8307C119.888%2083.9021%20119.694%2083.8154%20119.627%2083.6521C119.559%2083.4854%20119.64%2083.2941%20119.806%2083.2254ZM119.929%2084.522C120.06%2084.522%20120.186%2084.4973%20120.308%2084.448C120.553%2084.3473%20120.745%2084.1573%20120.846%2083.912C120.95%2083.6673%20120.95%2083.3973%20120.85%2083.1513C120.647%2082.6587%20120.056%2082.4067%20119.554%2082.608C119.047%2082.8167%20118.802%2083.398%20119.009%2083.9047C119.164%2084.28%20119.525%2084.522%20119.929%2084.522ZM23.6239%20152.298C23.1852%20154.274%2021.3985%20155.709%2019.3772%20155.709C19.0605%20155.709%2018.7405%20155.674%2018.4272%20155.604L15.1025%20154.866L15.7785%20153.419L18.7659%20154.083C18.9692%20154.128%2019.1719%20154.149%2019.3725%20154.149C20.6545%20154.149%2021.8139%20153.261%2022.1025%20151.958C22.4312%20150.479%2021.5005%20148.987%2020.0212%20148.631L18.2019%20148.227L18.6532%20147.261L18.8772%20146.78L20.3165%20147.101C21.4532%20147.353%2022.4219%20148.032%2023.0465%20149.014C23.6719%20149.995%2023.8765%20151.161%2023.6239%20152.298ZM17.9124%20148.845L19.8704%20149.281C20.9931%20149.551%2021.7011%20150.687%2021.4511%20151.814C21.1971%20152.961%2020.0591%20153.687%2018.9097%20153.432L16.0664%20152.8L17.9124%20148.845ZM20.4607%20146.449L19.166%20146.161L20.502%20143.299C20.634%20143.016%2020.6313%20142.691%2020.4913%20142.411C20.354%20142.13%2020.0987%20141.929%2019.7933%20141.861L8.418%20139.333L0%20137.463V138.146L5.34333%20139.333L19.6487%20142.512C19.756%20142.536%2019.846%20142.607%2019.894%20142.705C19.9433%20142.804%2019.944%20142.917%2019.8973%20143.017L12.9647%20157.867C12.5373%20158.783%2011.4893%20159.303%2010.4987%20159.082L8.102%20158.549L0%20156.749V157.433L7.39867%20159.077L9.97933%20159.65L9.72933%20160.781C9.69133%20160.953%209.588%20161.101%209.43867%20161.195C9.29133%20161.289%209.112%20161.322%208.94067%20161.283L0%20159.297V159.98L8.796%20161.935C8.89067%20161.955%208.98667%20161.965%209.084%20161.965C9.33733%20161.965%209.58333%20161.894%209.796%20161.758C10.096%20161.567%2010.3033%20161.271%2010.38%20160.925L10.6387%20159.764C10.7513%20159.778%2010.8627%20159.801%2010.9753%20159.801C12.082%20159.801%2013.1%20159.153%2013.5687%20158.15L14.8127%20155.484L18.2827%20156.255C18.6433%20156.335%2019.0107%20156.376%2019.3767%20156.376C21.708%20156.376%2023.768%20154.721%2024.2747%20152.442C24.5653%20151.132%2024.3293%20149.788%2023.6093%20148.656C22.8893%20147.524%2021.7707%20146.741%2020.4607%20146.449ZM121.871%2056.9519C121.898%2056.9519%20121.926%2056.9539%20121.952%2056.9566C122.368%2057.0006%20122.67%2057.3752%20122.626%2057.7906C122.582%2058.2026%20122.21%2058.5039%20121.794%2058.4612C121.591%2058.4392%20121.412%2058.3412%20121.284%2058.1846C121.158%2058.0266%20121.1%2057.8299%20121.12%2057.6292C121.162%2057.2426%20121.485%2056.9519%20121.871%2056.9519ZM121.723%2059.124C121.775%2059.1293%20121.826%2059.132%20121.875%2059.132C122.604%2059.132%20123.212%2058.5854%20123.288%2057.8607C123.372%2057.08%20122.805%2056.3773%20122.025%2056.294C121.228%2056.2147%20120.542%2056.7827%20120.458%2057.5587C120.375%2058.3387%20120.943%2059.0407%20121.723%2059.124ZM130.955%2030.042C130.98%2030.042%20131.006%2030.0433%20131.032%2030.046C131.424%2030.088%20131.709%2030.4413%20131.668%2030.834C131.626%2031.224%20131.28%2031.5173%20130.88%2031.47C130.488%2031.428%20130.202%2031.0747%20130.244%2030.682C130.283%2030.3173%20130.589%2030.042%20130.955%2030.042ZM130.81%2032.1326C130.859%2032.138%20130.909%2032.1406%20130.956%2032.1406C131.665%2032.1406%20132.255%2031.6093%20132.331%2030.9046C132.411%2030.1473%20131.861%2029.4646%20131.103%2029.3826C130.333%2029.3%20129.662%2029.858%20129.582%2030.6113C129.501%2031.3693%20130.052%2032.0513%20130.81%2032.1326ZM162.6%2077.1665L138.948%2065.3265L146.157%2050.9265L168.858%2062.2898L169.809%2062.7658L162.6%2077.1665ZM163.739%2078.4827C163.835%2078.53%20163.906%2078.612%20163.94%2078.714C163.974%2078.8154%20163.966%2078.924%20163.918%2079.02L163.091%2080.672C163.023%2080.8087%20162.885%2080.8934%20162.731%2080.8934C162.671%2080.8934%20162.61%2080.8794%20162.553%2080.8514L151.471%2075.3034C151.471%2075.3034%20151.47%2075.3027%20151.469%2075.3027L136.021%2067.57C135.926%2067.5227%20135.854%2067.4387%20135.82%2067.338C135.787%2067.2387%20135.795%2067.1274%20135.841%2067.0327L136.671%2065.3807C136.738%2065.2434%20136.876%2065.1587%20137.029%2065.1587C137.091%2065.1587%20137.15%2065.1734%20137.207%2065.2014L138.348%2065.772C138.349%2065.7727%20138.35%2065.774%20138.351%2065.7747L162.599%2077.9127C162.601%2077.9134%20162.602%2077.9127%20162.603%2077.9134L163.739%2078.4827ZM145.019%2049.6113C144.923%2049.564%20144.853%2049.482%20144.819%2049.3806C144.785%2049.2786%20144.793%2049.17%20144.841%2049.0746L145.667%2047.424C145.735%2047.2873%20145.871%2047.2026%20146.026%2047.2026C146.088%2047.2026%20146.147%2047.2166%20146.203%2047.2446L172.729%2060.5226C172.825%2060.5706%20172.896%2060.6526%20172.929%2060.754C172.963%2060.8553%20172.955%2060.9646%20172.908%2061.06L172.082%2062.7106C171.985%2062.9026%20171.739%2062.986%20171.545%2062.8893L170.405%2062.3193V62.3186L146.157%2050.1813H146.157L145.019%2049.6113ZM154.125%2081.7688C154.338%2081.7688%20154.543%2081.8175%20154.736%2081.9135C155.41%2082.2515%20155.684%2083.0755%20155.346%2083.7488C155.018%2084.4061%20154.174%2084.6915%20153.51%2084.3601C153.184%2084.1968%20152.941%2083.9155%20152.826%2083.5695C152.71%2083.2228%20152.737%2082.8521%20152.9%2082.5241C153.134%2082.0581%20153.603%2081.7688%20154.125%2081.7688ZM147.908%2080.0261C147.58%2080.6835%20146.734%2080.9695%20146.072%2080.6375C145.398%2080.2995%20145.124%2079.4761%20145.462%2078.8015C145.696%2078.3355%20146.165%2078.0461%20146.687%2078.0461C146.9%2078.0461%20147.106%2078.0948%20147.298%2078.1908C147.972%2078.5288%20148.246%2079.3521%20147.908%2080.0261ZM140.471%2076.3032C140.143%2076.9598%20139.299%2077.2458%20138.635%2076.9138C137.961%2076.5765%20137.687%2075.7532%20138.025%2075.0778C138.257%2074.6118%20138.727%2074.3225%20139.249%2074.3225C139.463%2074.3225%20139.668%2074.3712%20139.86%2074.4672C140.534%2074.8052%20140.809%2075.6292%20140.471%2076.3032ZM171.247%2063.4859C171.394%2063.5593%20171.559%2063.5986%20171.723%2063.5986C172.13%2063.5986%20172.496%2063.3726%20172.677%2063.0086L173.505%2061.3579C173.632%2061.1033%20173.652%2060.8139%20173.562%2060.5439C173.473%2060.2726%20173.283%2060.0539%20173.028%2059.9266L146.503%2046.6486C145.987%2046.3913%20145.325%2046.6146%20145.07%2047.1259L144.245%2048.7759C144.117%2049.0313%20144.095%2049.3206%20144.186%2049.5906C144.276%2049.8613%20144.466%2050.0799%20144.721%2050.2079L145.561%2050.6286L138.352%2065.0286L137.505%2064.6046C136.992%2064.3486%20136.329%2064.5713%20136.074%2065.0819L135.246%2066.7346C135.12%2066.9859%20135.099%2067.2826%20135.188%2067.5486C135.277%2067.8166%20135.473%2068.0413%20135.723%2068.1659L146.045%2073.3333L141.07%2074.8046C140.881%2074.4153%20140.575%2074.0793%20140.159%2073.8713C139.873%2073.7279%20139.567%2073.6559%20139.25%2073.6559C138.474%2073.6559%20137.776%2074.0866%20137.428%2074.7799C136.926%2075.7833%20137.335%2077.0086%20138.337%2077.5106C138.622%2077.6539%20138.928%2077.7259%20139.247%2077.7259C140.023%2077.7259%20140.721%2077.2953%20141.067%2076.6019C141.255%2076.2293%20141.313%2075.8266%20141.266%2075.4413L146.919%2073.7699L148.693%2074.6586L147.281%2077.4793C147.089%2077.4199%20146.892%2077.3793%20146.687%2077.3793C145.911%2077.3793%20145.213%2077.8099%20144.866%2078.5033C144.365%2079.5059%20144.772%2080.7306%20145.775%2081.2339C146.061%2081.3766%20146.367%2081.4493%20146.685%2081.4493C147.461%2081.4493%20148.158%2081.0186%20148.505%2080.3246C148.955%2079.424%20148.669%2078.3493%20147.879%2077.7739L149.289%2074.9573L151.063%2075.8453L153.114%2081.3719C152.773%2081.5673%20152.488%2081.8573%20152.305%2082.2253C152.061%2082.7126%20152.021%2083.2639%20152.193%2083.7793C152.365%2084.2953%20152.727%2084.7133%20153.213%2084.9566C153.499%2085.0999%20153.805%2085.1719%20154.121%2085.1719C154.897%2085.1719%20155.595%2084.7413%20155.943%2084.0473C156.445%2083.0446%20156.036%2081.8199%20155.033%2081.3173C154.749%2081.1739%20154.443%2081.1019%20154.125%2081.1019C153.993%2081.1019%20153.865%2081.1186%20153.739%2081.1419L151.937%2076.2826L162.255%2081.4473C162.403%2081.5206%20162.567%2081.5599%20162.731%2081.5599C163.139%2081.5599%20163.505%2081.3339%20163.687%2080.9699L164.514%2079.3179C164.642%2079.0626%20164.663%2078.7733%20164.573%2078.5033C164.482%2078.2326%20164.293%2078.0139%20164.037%2077.8859L163.197%2077.4646L170.404%2063.0639L171.247%2063.4859ZM136.01%2030.5808C136.035%2030.5808%20136.061%2030.5821%20136.087%2030.5848C136.479%2030.6275%20136.765%2030.9808%20136.724%2031.3735C136.682%2031.7635%20136.336%2032.0495%20135.936%2032.0095C135.543%2031.9668%20135.257%2031.6135%20135.3%2031.2208C135.338%2030.8561%20135.644%2030.5808%20136.01%2030.5808ZM135.866%2032.6721C135.916%2032.6774%20135.965%2032.6801%20136.013%2032.6801C136.721%2032.6801%20137.311%2032.1487%20137.387%2031.4434C137.467%2030.6861%20136.917%2030.0034%20136.159%2029.9221C135.388%2029.8387%20134.718%2030.3974%20134.638%2031.1507C134.557%2031.9087%20135.107%2032.5907%20135.866%2032.6721ZM41.7908%2086.2014L46.4441%20100.181L40.2728%20102.234L35.6201%2088.2554L41.7908%2086.2014ZM39.7462%20102.761C39.7928%20102.9%2039.9228%20102.989%2040.0622%20102.989C40.0975%20102.989%2040.1328%20102.983%2040.1682%20102.972L46.9715%20100.708C47.0555%20100.679%2047.1248%20100.62%2047.1642%20100.541C47.2035%20100.462%2047.2102%20100.37%2047.1822%20100.286L42.3188%2085.6748C42.2608%2085.5008%2042.0715%2085.4061%2041.8975%2085.4641L35.0942%2087.7281C35.0102%2087.7561%2034.9415%2087.8161%2034.9008%2087.8954C34.8622%2087.9741%2034.8555%2088.0661%2034.8828%2088.1501L39.7462%20102.761ZM50.6694%20199.047C50.3447%20199.047%2050.082%20198.783%2050.082%20198.46C50.082%20198.136%2050.3447%20197.873%2050.6694%20197.873C50.9914%20197.873%2051.2554%20198.136%2051.2554%20198.46C51.2554%20198.783%2050.9914%20199.047%2050.6694%20199.047ZM50.669%20197.206C49.977%20197.206%2049.415%20197.769%2049.415%20198.46C49.415%20199.151%2049.977%20199.714%2050.669%20199.714C51.3597%20199.714%2051.9217%20199.151%2051.9217%20198.46C51.9217%20197.769%2051.3597%20197.206%2050.669%20197.206ZM100.841%20157.974L99.9111%20154.917L102.968%20153.987L103.897%20157.043L100.841%20157.974ZM103.508%20153.473C103.482%20153.389%20103.424%20153.317%20103.346%20153.276C103.268%20153.234%20103.176%20153.225%20103.092%20153.251L99.3982%20154.377C99.2229%20154.431%2099.1236%20154.617%2099.1762%20154.793L100.302%20158.487C100.327%20158.572%20100.386%20158.643%20100.463%20158.685C100.512%20158.711%20100.566%20158.723%20100.62%20158.723C100.653%20158.723%20100.686%20158.719%20100.718%20158.709L104.412%20157.584C104.588%20157.53%20104.688%20157.344%20104.634%20157.168L103.508%20153.473ZM106.273%20140.119L107.203%20143.175L104.147%20144.105L103.217%20141.049L106.273%20140.119ZM103.606%20144.619C103.631%20144.703%20103.69%20144.774%20103.767%20144.816C103.816%20144.842%20103.869%20144.855%20103.924%20144.855C103.957%20144.855%20103.99%20144.851%20104.021%20144.841L107.716%20143.715C107.893%20143.661%20107.991%20143.475%20107.938%20143.299L106.813%20139.605C106.759%20139.429%20106.573%20139.331%20106.397%20139.383L102.702%20140.508C102.618%20140.534%20102.547%20140.592%20102.505%20140.67C102.464%20140.748%20102.454%20140.839%20102.48%20140.924L103.606%20144.619ZM108.063%20146.004L108.995%20149.061L105.938%20149.991L105.007%20146.935L108.063%20146.004ZM104.298%20146.555C104.256%20146.633%20104.247%20146.725%20104.273%20146.809L105.397%20150.504C105.442%20150.648%20105.574%20150.741%20105.717%20150.741C105.749%20150.741%20105.782%20150.735%20105.813%20150.726L109.507%20149.602C109.592%20149.576%20109.664%20149.518%20109.705%20149.439C109.747%20149.361%20109.756%20149.27%20109.73%20149.186L108.605%20145.491C108.552%20145.315%20108.367%20145.215%20108.19%20145.269L104.495%20146.393C104.411%20146.419%20104.339%20146.477%20104.298%20146.555ZM92.1621%20154.185L91.2314%20151.129L94.2881%20150.198L95.2188%20153.254L92.1621%20154.185ZM95.9289%20153.633C95.9709%20153.555%2095.9803%20153.464%2095.9543%20153.379L94.8296%20149.685C94.7756%20149.509%2094.5896%20149.411%2094.4129%20149.463L90.7189%20150.587C90.6343%20150.613%2090.5636%20150.671%2090.5216%20150.749C90.4803%20150.827%2090.4709%20150.919%2090.4969%20151.003L91.6209%20154.698C91.6469%20154.783%2091.7056%20154.853%2091.7836%20154.895C91.8323%20154.921%2091.8863%20154.935%2091.9403%20154.935C91.9729%20154.935%2092.0056%20154.929%2092.0376%20154.92L95.7316%20153.795C95.8163%20153.769%2095.8876%20153.711%2095.9289%20153.633ZM67.7397%20183.847C67.7397%20179.287%2065.963%20175.001%2062.7397%20171.776C59.515%20168.552%2055.2283%20166.777%2050.6697%20166.777C46.1097%20166.777%2041.8223%20168.552%2038.5977%20171.776C35.3737%20175%2033.5977%20179.287%2033.5977%20183.847C33.5977%20188.407%2035.3737%20192.694%2038.5977%20195.917C40.469%20197.789%2042.6997%20199.169%2045.1323%20200H47.8123C44.5177%20199.425%2041.483%20197.861%2039.069%20195.446C35.9717%20192.349%2034.2643%20188.229%2034.2643%20183.847C34.2643%20179.465%2035.9717%20175.345%2039.069%20172.247C42.1683%20169.15%2046.287%20167.443%2050.6697%20167.443C55.051%20167.443%2059.1697%20169.15%2062.2683%20172.247C65.3663%20175.345%2067.073%20179.465%2067.073%20183.847C67.073%20188.229%2065.3663%20192.349%2062.2683%20195.446C59.8543%20197.861%2056.8197%20199.425%2053.5263%20200H56.205C58.6377%20199.169%2060.8677%20197.789%2062.7397%20195.917C65.963%20192.693%2067.7397%20188.407%2067.7397%20183.847ZM93.9534%20160.071L93.0234%20157.014L96.0801%20156.083L97.0101%20159.14L93.9534%20160.071ZM96.6205%20155.571C96.5945%20155.485%2096.5358%20155.415%2096.4578%20155.373C96.3791%20155.331%2096.2885%20155.322%2096.2038%20155.349L92.5098%20156.473C92.3345%20156.527%2092.2345%20156.714%2092.2878%20156.889L93.4125%20160.583C93.4565%20160.727%2093.5885%20160.82%2093.7311%20160.82C93.7638%20160.82%2093.7958%20160.815%2093.8291%20160.805L97.5231%20159.681C97.6078%20159.655%2097.6785%20159.597%2097.7205%20159.519C97.7618%20159.441%2097.7711%20159.35%2097.7458%20159.265L96.6205%20155.571ZM101.176%20148.101L102.106%20151.158L99.0505%20152.088L98.1191%20149.031L101.176%20148.101ZM97.409%20148.652C97.3677%20148.731%2097.359%20148.822%2097.3843%20148.907L98.509%20152.601C98.5537%20152.745%2098.685%20152.837%2098.8283%20152.837C98.8603%20152.837%2098.893%20152.833%2098.925%20152.823L102.618%20151.699C102.703%20151.673%20102.776%20151.615%20102.816%20151.537C102.858%20151.458%20102.867%20151.367%20102.841%20151.283L101.717%20147.588C101.664%20147.412%20101.478%20147.313%20101.301%20147.366L97.6063%20148.491C97.5217%20148.517%2097.4503%20148.575%2097.409%20148.652ZM84.0004%203.498C85.4471%204.00733%2086.9591%204.27733%2088.4771%204.27667C91.9157%204.27667%2095.3558%202.96733%2097.9738%200.35C98.0871%200.236667%2098.1904%200.116667%2098.2984%200H97.3711C93.7304%203.54%2088.4884%204.46667%2084.0004%202.792C82.3958%202.19333%2080.8891%201.26467%2079.5864%200H78.6631C78.7711%200.115333%2078.8671%200.237333%2078.9791%200.35C80.4431%201.81333%2082.1671%202.85267%2084.0004%203.498ZM77.6141%20139.527L77.8808%20140.405C77.9248%20140.548%2078.0574%20140.641%2078.1994%20140.641C78.2321%20140.641%2078.2648%20140.636%2078.2974%20140.627C78.4734%20140.573%2078.5721%20140.386%2078.5181%20140.211L78.2521%20139.333V139.332L81.0848%20138.47L81.3474%20139.333L81.3514%20139.347C81.3961%20139.492%2081.5281%20139.584%2081.6708%20139.584C81.7028%20139.584%2081.7361%20139.579%2081.7681%20139.57C81.8828%20139.535%2081.9594%20139.441%2081.9881%20139.333C82.0034%20139.275%2082.0081%20139.215%2081.9901%20139.154L81.7228%20138.275L83.9994%20137.583L84.5554%20137.413L84.8228%20138.291C84.8661%20138.436%2084.9994%20138.528%2085.1421%20138.528C85.1741%20138.528%2085.2061%20138.523%2085.2388%20138.514C85.4148%20138.46%2085.5141%20138.273%2085.4608%20138.097L85.1934%20137.219L88.0268%20136.357L88.2934%20137.235C88.3374%20137.379%2088.4701%20137.471%2088.6128%20137.471C88.6448%20137.471%2088.6774%20137.467%2088.7101%20137.457C88.8861%20137.403%2088.9848%20137.217%2088.9314%20137.041L88.6648%20136.163L91.4974%20135.3L91.7641%20136.178C91.8088%20136.323%2091.9408%20136.415%2092.0841%20136.415C92.1148%20136.415%2092.1481%20136.41%2092.1801%20136.4C92.3568%20136.346%2092.4561%20136.16%2092.4028%20135.984L92.1354%20135.106L94.9681%20134.243L95.2348%20135.122C95.2794%20135.266%2095.4114%20135.358%2095.5541%20135.358C95.5868%20135.358%2095.6188%20135.353%2095.6514%20135.344C95.8274%20135.289%2095.9261%20135.103%2095.8728%20134.928L95.6061%20134.049L98.4394%20133.187L98.7061%20134.065C98.7508%20134.209%2098.8821%20134.301%2099.0254%20134.301C99.0574%20134.301%2099.0908%20134.297%2099.1221%20134.287C99.2988%20134.233%2099.3974%20134.047%2099.3441%20133.871L99.0774%20132.993L101.91%20132.131L102.177%20133.009C102.221%20133.152%20102.353%20133.245%20102.497%20133.245C102.528%20133.245%20102.561%20133.241%20102.592%20133.231C102.769%20133.177%20102.868%20132.991%20102.815%20132.815L102.548%20131.937L105.381%20131.075L105.647%20131.952C105.692%20132.095%20105.824%20132.188%20105.967%20132.188C105.999%20132.188%20106.032%20132.184%20106.063%20132.174C106.24%20132.12%20106.339%20131.934%20106.285%20131.758L106.019%20130.881L107.155%20130.534C107.251%20130.505%20107.348%20130.491%20107.446%20130.491C107.5%20130.491%20107.549%20130.507%20107.6%20130.515C107.922%20130.567%20108.196%20130.773%20108.335%20131.071C108.355%20131.113%20108.383%20131.15%20108.396%20131.195L109.636%20135.266L96.2748%20139.333L83.9994%20143.071L77.3054%20145.108L76.0654%20141.037C76.0528%20140.993%2076.0461%20140.949%2076.0394%20140.905C76.0054%20140.692%2076.0374%20140.471%2076.1401%20140.28C76.1888%20140.187%2076.2601%20140.113%2076.3334%20140.043C76.3528%20140.023%2076.3641%20139.996%2076.3848%20139.979C76.4228%20139.948%2076.4734%20139.935%2076.5161%20139.909C76.5854%20139.868%2076.6488%20139.821%2076.7268%20139.797L77.6141%20139.527ZM110.875%20139.333L115.823%20155.59C115.982%20156.115%20115.686%20156.671%20115.162%20156.831L84.7327%20166.094C84.482%20166.172%2084.2207%20166.138%2084%20166.027C83.7633%20165.908%2083.5733%20165.699%2083.4913%20165.433L77.5%20145.746L84%20143.767L98.5647%20139.333L109.831%20135.904L110.875%20139.333ZM76.1564%20139.333C75.9044%20139.487%2075.6937%20139.7%2075.5517%20139.966C75.3637%20140.319%2075.3171%20140.718%2075.4024%20141.104C75.4124%20141.147%2075.4157%20141.189%2075.4277%20141.231L82.8537%20165.627C83.0237%20166.184%2083.4604%20166.593%2083.9997%20166.741C84.1417%20166.779%2084.2891%20166.804%2084.4424%20166.804C84.6064%20166.804%2084.7684%20166.78%2084.9264%20166.732L115.356%20157.469C116.23%20157.202%20116.727%20156.272%20116.461%20155.396L111.571%20139.333L110.371%20135.393V135.391L109.035%20131.001C108.821%20130.297%20108.182%20129.823%20107.446%20129.823C107.282%20129.823%20107.119%20129.847%20106.962%20129.895L105.825%20130.242L105.449%20129.008C105.396%20128.832%20105.209%20128.732%20105.033%20128.786C104.858%20128.84%20104.757%20129.026%20104.811%20129.202L105.187%20130.436L102.354%20131.298L101.978%20130.065C101.924%20129.889%20101.74%20129.789%20101.562%20129.843C101.386%20129.897%20101.286%20130.083%20101.34%20130.259L101.716%20131.493L98.8831%20132.355L98.5077%20131.121C98.4537%20130.945%2098.2684%20130.845%2098.0917%20130.899C97.9157%20130.953%2097.8157%20131.139%2097.8691%20131.315L98.2451%20132.549L95.4124%20133.411L95.0364%20132.178C94.9824%20132.002%2094.7984%20131.904%2094.6204%20131.956C94.4451%20132.01%2094.3451%20132.196%2094.3984%20132.372L94.7744%20133.605L91.9417%20134.468L91.5657%20133.234C91.5117%20133.059%2091.3271%20132.96%2091.1497%20133.012C90.9737%20133.067%2090.8744%20133.253%2090.9277%20133.428L91.3037%20134.662L88.4704%20135.525L88.0951%20134.291C88.0411%20134.115%2087.8557%20134.016%2087.6784%20134.069C87.5031%20134.123%2087.4037%20134.309%2087.4564%20134.485L87.8324%20135.719L84.9997%20136.581L84.6237%20135.347C84.5704%20135.172%2084.3844%20135.073%2084.2077%20135.126C84.1064%20135.157%2084.0357%20135.233%2083.9997%20135.325V135.325C83.9731%20135.392%2083.9624%20135.467%2083.9857%20135.541L83.9997%20135.587L84.3617%20136.775L83.9997%20136.885L81.5291%20137.637L81.1531%20136.405C81.0997%20136.229%2080.9137%20136.129%2080.7371%20136.183C80.5604%20136.237%2080.4617%20136.423%2080.5151%20136.599L80.8911%20137.832L78.0577%20138.694L77.6817%20137.461C77.6284%20137.285%2077.4424%20137.185%2077.2664%20137.239C77.0897%20137.293%2076.9904%20137.479%2077.0437%20137.655L77.4197%20138.888L76.5331%20139.159C76.3977%20139.199%2076.2744%20139.261%2076.1564%20139.333ZM100.627%20185.944C100.455%20186.009%20100.367%20186.201%20100.431%20186.373C102.179%20191.049%20101.029%20196.351%2097.5014%20199.879C97.4588%20199.921%2097.4135%20199.958%2097.3701%20200H98.2974C101.749%20196.292%20102.839%20190.909%20101.057%20186.14C100.991%20185.967%20100.8%20185.88%20100.627%20185.944ZM64.6943%20183.847C64.6943%20183.523%2064.9577%20183.26%2065.2817%20183.26C65.6057%20183.26%2065.8683%20183.523%2065.8683%20183.847C65.8683%20184.171%2065.6057%20184.435%2065.2817%20184.435C64.9577%20184.435%2064.6943%20184.171%2064.6943%20183.847ZM66.5347%20183.847C66.5347%20183.156%2065.9727%20182.593%2065.2813%20182.593C64.5893%20182.593%2064.0273%20183.156%2064.0273%20183.847C64.0273%20184.539%2064.5893%20185.101%2065.2813%20185.101C65.9727%20185.101%2066.5347%20184.539%2066.5347%20183.847ZM70.7465%20118.939C70.1585%20118.872%2069.4772%20119.08%2068.8252%20119.523C69.0965%20118.783%2069.1332%20118.072%2068.9252%20117.519C69.5119%20117.587%2070.1945%20117.377%2070.8452%20116.935C70.5745%20117.673%2070.5379%20118.386%2070.7465%20118.939ZM71.6368%20115.529C70.6374%20116.811%2069.1648%20117.404%2068.4208%20116.824C68.3168%20116.743%2068.1674%20116.761%2068.0868%20116.865C68.0041%20116.969%2068.0241%20117.119%2068.1274%20117.201C68.8714%20117.781%2068.6541%20119.353%2067.6554%20120.634C67.5734%20120.739%2067.5928%20120.889%2067.6968%20120.97C67.8001%20121.051%2067.9508%20121.032%2068.0314%20120.928C69.0314%20119.647%2070.5041%20119.054%2071.2481%20119.633C71.3514%20119.715%2071.5021%20119.696%2071.5828%20119.592C71.6641%20119.488%2071.6448%20119.338%2071.5408%20119.257C70.7974%20118.677%2071.0141%20117.104%2072.0134%20115.823C72.0941%20115.719%2072.0761%20115.568%2071.9721%20115.488C71.8674%20115.407%2071.7181%20115.425%2071.6368%20115.529ZM50.6694%20169.822C50.3447%20169.822%2050.082%20169.558%2050.082%20169.233C50.082%20168.91%2050.3447%20168.647%2050.6694%20168.647C50.9914%20168.647%2051.2554%20168.91%2051.2554%20169.233C51.2554%20169.558%2050.9914%20169.822%2050.6694%20169.822ZM50.669%20167.98C49.977%20167.98%2049.415%20168.543%2049.415%20169.233C49.415%20169.926%2049.977%20170.489%2050.669%20170.489C51.3597%20170.489%2051.9217%20169.926%2051.9217%20169.233C51.9217%20168.543%2051.3597%20167.98%2050.669%20167.98ZM50.6693%20174.775C50.4839%20174.775%2050.3359%20174.924%2050.3359%20175.108V183.847C50.3359%20184.031%2050.4839%20184.181%2050.6693%20184.181H60.4293C60.6133%20184.181%2060.7626%20184.031%2060.7626%20183.847C60.7626%20183.663%2060.6133%20183.514%2060.4293%20183.514H51.0026V175.108C51.0026%20174.924%2050.8519%20174.775%2050.6693%20174.775ZM99.3848%20142.215L100.315%20145.271L97.2588%20146.203L96.3281%20143.146L99.3848%20142.215ZM95.5932%20143.021L96.7185%20146.715C96.7439%20146.8%2096.8025%20146.871%2096.8799%20146.913C96.9292%20146.939%2096.9832%20146.952%2097.0372%20146.952C97.0699%20146.952%2097.1025%20146.947%2097.1345%20146.937L100.829%20145.813C101.005%20145.759%20101.105%20145.573%20101.051%20145.397L99.9259%20141.702C99.8999%20141.617%2099.8419%20141.547%2099.7639%20141.505C99.6859%20141.463%2099.5939%20141.453%2099.5099%20141.48L95.8152%20142.605C95.6399%20142.659%2095.5405%20142.845%2095.5932%20143.021ZM73.895%2084.4754L79.2897%2065.4834L83.9997%2067.5314L102.502%2075.5774L92.399%2092.2981C91.887%2093.1447%2090.7497%2093.5127%2089.8363%2093.1147L83.9997%2090.5767L74.915%2086.6281C74.0877%2086.2681%2073.6497%2085.3421%2073.895%2084.4754ZM80.5051%2061.2107L84.0005%2062.73L104.802%2071.774L102.834%2075.03L84.0005%2066.84L79.4658%2064.868L80.5051%2061.2107ZM79.4952%2058.8212L80.4679%2056.5852C80.5899%2056.3025%2080.8152%2056.0845%2081.1019%2055.9719C81.2119%2055.9299%2081.3272%2055.9032%2081.4446%2055.8945C81.6286%2055.8819%2081.8152%2055.9139%2081.9839%2055.9879L84.0006%2056.8645L90.5099%2059.6952C90.5106%2059.6952%2090.5112%2059.6965%2090.5119%2059.6965L92.6126%2060.6092L107.613%2067.1319C107.895%2067.2539%20108.113%2067.4799%20108.226%2067.7659C108.338%2068.0525%20108.333%2068.3659%20108.21%2068.6485L107.239%2070.8839C106.993%2071.4499%20106.292%2071.7299%20105.722%2071.4819L104.985%2071.1619L84.0006%2062.0372L80.4252%2060.4825C80.4232%2060.4819%2080.4212%2060.4819%2080.4192%2060.4812L80.0926%2060.3392C79.5099%2060.0852%2079.2412%2059.4052%2079.4952%2058.8212ZM97.4012%2062L92.7012%2059.956L93.7772%2057.4794C93.8312%2057.356%2093.9818%2057.2947%2094.1065%2057.3494L98.3498%2059.1927C98.4758%2059.2487%2098.5332%2059.3974%2098.4772%2059.5227L97.4012%2062ZM92.1326%2056.7647C92.438%2056.0627%2093.102%2055.5927%2093.8673%2055.5401C94.196%2055.5181%2094.5166%2055.5727%2094.8206%2055.7047L99.0633%2057.5487C99.564%2057.7674%2099.9486%2058.1667%20100.15%2058.6741C100.35%2059.1814%20100.339%2059.7367%20100.122%2060.2381L99.0453%2062.7147L97.9826%2062.2527L99.06%2059.7754C99.2546%2059.3274%2099.0493%2058.8047%2098.602%2058.6107L94.36%2056.7674C93.9253%2056.5754%2093.3846%2056.7921%2093.1953%2057.2261L92.118%2059.7021L91.0566%2059.2407L92.1326%2056.7647ZM89.5833%2093.6967C89.9753%2093.8687%2090.4073%2093.9427%2090.8333%2093.9127C91.704%2093.8533%2092.492%2093.3713%2092.9433%2092.6267L105.389%2072.0293L105.468%2072.064C105.73%2072.1773%20106.019%2072.2267%20106.303%2072.208C106.971%2072.1607%20107.553%2071.752%20107.82%2071.1367L108.791%2068.9013C108.981%2068.464%20108.991%2067.978%20108.815%2067.5333C108.641%2067.0893%20108.303%2066.74%20107.865%2066.55L99.6273%2062.968L100.703%2060.4913C100.99%2059.8353%20101.003%2059.1067%20100.74%2058.4413C100.477%2057.776%2099.9726%2057.2527%2099.316%2056.9673L95.074%2055.1233C94.6806%2054.952%2094.2486%2054.8767%2093.8233%2054.9067C92.8213%2054.976%2091.95%2055.59%2091.55%2056.5113L90.474%2058.9873L84%2056.172L82.2366%2055.4053C81.8073%2055.218%2081.3046%2055.2113%2080.8693%2055.382C80.4246%2055.556%2080.0746%2055.8933%2079.8846%2056.332L78.9113%2058.5693C78.5186%2059.4727%2078.9353%2060.5287%2079.838%2060.9207L79.9166%2060.9547L73.286%2084.3013C72.9526%2085.474%2073.544%2086.724%2074.6613%2087.21L84%2091.27L89.5833%2093.6967ZM82.6503%2085.9967C82.6377%2085.9633%2082.639%2085.9253%2082.653%2085.8913L83.9997%2082.7947L88.4083%2072.656L91.115%2073.832L85.3603%2087.068C85.3223%2087.1553%2085.2397%2087.164%2085.1797%2087.1393L83.9997%2086.6267L82.725%2086.072C82.6903%2086.058%2082.6643%2086.03%2082.6503%2085.9967ZM84.9263%2087.7207C85.0403%2087.7707%2085.1656%2087.7927%2085.2876%2087.7834C85.5763%2087.764%2085.827%2087.5867%2085.943%2087.322L91.8243%2073.7947C91.8936%2073.634%2091.8203%2073.4467%2091.659%2073.3774L88.371%2071.9467C88.2943%2071.9134%2088.207%2071.9114%2088.1276%2071.9427C88.0496%2071.974%2087.9876%2072.034%2087.9536%2072.112L84.0003%2081.2034L82.071%2085.6387C81.9896%2085.8267%2081.985%2086.0374%2082.061%2086.2294C82.137%2086.42%2082.2823%2086.5727%2082.4716%2086.6547L84.0003%2087.3187L84.9263%2087.7207ZM52.0701%2084.7458L56.1334%2096.9558L49.9627%2099.0098L45.8994%2086.7999L52.0701%2084.7458ZM49.4353%2099.5367C49.4627%2099.6207%2049.524%2099.6893%2049.602%2099.7293C49.6493%2099.7527%2049.7%2099.7647%2049.7527%2099.7647C49.7873%2099.7647%2049.8227%2099.7587%2049.8573%2099.7473L56.66%2097.4833C56.8347%2097.4247%2056.9293%2097.2367%2056.8707%2097.0613L52.5973%2084.2193C52.5693%2084.1353%2052.5087%2084.0667%2052.43%2084.0267C52.3513%2083.988%2052.26%2083.982%2052.1753%2084.0087L45.3727%2086.2727C45.198%2086.3313%2045.104%2086.52%2045.1613%2086.6947L49.4353%2099.5367ZM83.2177%2034.256L82.0217%2038.1407C81.9677%2038.3174%2082.0657%2038.5034%2082.2423%2038.5574C82.275%2038.568%2082.3083%2038.5727%2082.341%2038.5727C82.4823%2038.5727%2082.615%2038.4807%2082.659%2038.3374L83.855%2034.4527C83.909%2034.276%2083.8103%2034.09%2083.6343%2034.036C83.459%2033.9807%2083.2723%2034.0807%2083.2177%2034.256ZM79.6112%2084.5594C79.5978%2084.5941%2079.5705%2084.6228%2079.5365%2084.6374C79.5032%2084.6528%2079.4625%2084.6521%2079.4272%2084.6374L77.8752%2083.9634C77.3038%2083.7141%2077.0245%2083.0614%2077.2392%2082.4761L81.8912%2069.8254L84.0005%2070.7434L84.5958%2071.0028L84.0005%2072.6221L79.6112%2084.5594ZM85.2939%2070.9393C85.3519%2070.7813%2085.2772%2070.6066%2085.1225%2070.5393L83.9999%2070.0506L81.8345%2069.1093C81.7545%2069.0739%2081.6639%2069.0746%2081.5832%2069.1079C81.5032%2069.1426%2081.4399%2069.2086%2081.4099%2069.2919L76.6432%2082.2573C76.3112%2083.1579%2076.7412%2084.1613%2077.6205%2084.5439L79.1745%2085.2186C79.2872%2085.2686%2079.4125%2085.2906%2079.5345%2085.2813C79.6205%2085.2759%2079.7052%2085.2553%2079.7859%2085.2206C79.9799%2085.1359%2080.1339%2084.9759%2080.2059%2084.7773L83.9999%2074.4606L85.2939%2070.9393ZM80.3335%2032.918L77.9775%2035.874C77.8635%2036.018%2077.8868%2036.2273%2078.0308%2036.342C78.0915%2036.3913%2078.1655%2036.4146%2078.2382%2036.4146C78.3362%2036.4146%2078.4335%2036.372%2078.4988%2036.2893L80.8541%2033.3333C80.9688%2033.1893%2080.9455%2032.98%2080.8015%2032.8653C80.6575%2032.7486%2080.4482%2032.7733%2080.3335%2032.918ZM9.88163%202.21399C14.5923%200.397991%2019.941%201.52999%2023.5083%205.09732C28.485%2010.074%2028.485%2018.172%2023.5083%2023.1493C18.5323%2028.126%2010.435%2028.126%205.45696%2023.1493C1.92896%2019.6213%200.778965%2014.32%202.52696%209.64399C2.59163%209.47132%202.5043%209.27933%202.33163%209.21466C2.15763%209.15133%201.96763%209.23866%201.9023%209.41066C0.0629648%2014.33%201.27363%2019.9087%204.98563%2023.6207C7.6043%2026.2393%2011.0436%2027.548%2014.483%2027.548C17.9216%2027.548%2021.3623%2026.2393%2023.9803%2023.6207C29.2163%2018.3833%2029.2163%209.86199%2023.9803%204.62599C20.2256%200.871991%2014.597%20-0.318676%209.6423%201.59132C9.4703%201.65799%209.3843%201.85066%209.4503%202.02199C9.51696%202.19332%209.71096%202.27866%209.88163%202.21399ZM33.7439%2094.3547L36.7559%20103.406L30.5852%20105.46L27.5732%2096.4087L33.7439%2094.3547ZM30.2249%20106.179C30.2709%20106.203%2030.3223%20106.215%2030.3729%20106.215C30.4089%20106.215%2030.4449%20106.208%2030.4783%20106.197L37.2823%20103.933C37.4563%20103.875%2037.5516%20103.687%2037.4929%20103.511L34.2703%2093.828C34.2429%2093.744%2034.1823%2093.6754%2034.1036%2093.6354C34.0249%2093.596%2033.9329%2093.5907%2033.8489%2093.6174L27.0456%2095.8814C26.8703%2095.9394%2026.7769%2096.1287%2026.8343%2096.3034L30.0569%20105.987C30.0856%20106.071%2030.1449%20106.139%2030.2249%20106.179ZM88.41%2088.3841L94.9333%2075.4788L97.6407%2076.6561L91.5547%2088.6994C91.368%2089.0681%2090.996%2089.3148%2090.5833%2089.3434C90.3927%2089.3568%2090.2067%2089.3254%2090.032%2089.2488L88.4773%2088.5721C88.444%2088.5568%2088.4167%2088.5274%2088.404%2088.4928C88.3907%2088.4568%2088.3933%2088.4181%2088.41%2088.3841ZM87.8064%2088.708C87.8777%2088.9073%2088.0317%2089.0706%2088.225%2089.154L89.779%2089.8313C90.045%2089.9466%2090.3377%2089.9966%2090.6257%2089.9773H90.6264C91.261%2089.934%2091.8344%2089.5533%2092.1204%2088.986L98.3597%2076.6433C98.3984%2076.5646%2098.4037%2076.4733%2098.3744%2076.392C98.345%2076.3086%2098.2817%2076.2426%2098.2024%2076.2086L94.911%2074.7773C94.7577%2074.7106%2094.5784%2074.7746%2094.5023%2074.924L87.843%2088.098C87.7484%2088.2866%2087.7344%2088.5093%2087.8064%2088.708ZM85.5708%20100.42C85.5848%20100.246%2085.4548%20100.095%2085.2814%20100.081C85.1081%20100.068%2084.9561%20100.197%2084.9428%20100.371L84.9201%20100.647C84.8768%20101.137%2084.8328%20101.643%2084.9328%20102.127C85.0428%20102.646%2085.3461%20103.151%2085.8374%20103.629C85.9661%20103.754%2086.0994%20103.876%2086.2321%20103.993C86.5214%20104.254%2086.7934%20104.501%2086.9974%20104.78C87.2494%20105.127%2087.3794%20105.577%2087.3768%20106.083C87.3754%20106.256%2087.5168%20106.398%2087.6908%20106.399C87.7481%20106.4%2087.8021%20106.384%2087.8481%20106.357C87.9434%20106.303%2088.0061%20106.203%2088.0074%20106.086C88.0108%20105.446%2087.8374%20104.867%2087.5074%20104.411C87.2648%20104.076%2086.9541%20103.797%2086.6534%20103.525C86.5281%20103.412%2086.3994%20103.298%2086.2774%20103.177C85.8781%20102.789%2085.6334%20102.392%2085.5508%20101.997C85.4681%20101.605%2085.5074%20101.167%2085.5481%20100.702L85.5708%20100.42ZM92.4971%20144.312L93.4271%20147.369L90.3704%20148.299L89.4404%20145.243L92.4971%20144.312ZM89.8295%20148.813C89.8554%20148.897%2089.9141%20148.968%2089.9921%20149.01C90.0401%20149.036%2090.0941%20149.049%2090.1481%20149.049C90.1808%20149.049%2090.2134%20149.045%2090.2461%20149.035L93.9401%20147.909C94.1161%20147.855%2094.2161%20147.669%2094.1628%20147.493L93.0375%20143.799C93.0115%20143.715%2092.9528%20143.643%2092.8748%20143.602C92.7961%20143.559%2092.7055%20143.551%2092.6208%20143.577L88.9268%20144.702C88.7514%20144.756%2088.6515%20144.942%2088.7048%20145.118L89.8295%20148.813ZM36.6434%20183.847C36.6434%20184.171%2036.3794%20184.435%2036.0561%20184.435C35.7314%20184.435%2035.4688%20184.171%2035.4688%20183.847C35.4688%20183.523%2035.7314%20183.26%2036.0561%20183.26C36.3794%20183.26%2036.6434%20183.523%2036.6434%20183.847ZM34.8018%20183.848C34.8018%20184.539%2035.3644%20185.102%2036.0558%20185.102C36.7471%20185.102%2037.3098%20184.539%2037.3098%20183.848C37.3098%20183.156%2036.7471%20182.594%2036.0558%20182.594C35.3644%20182.594%2034.8018%20183.156%2034.8018%20183.848ZM85.2728%20156.282L84.3428%20153.225L87.3988%20152.295L88.3301%20155.352L85.2728%20156.282ZM89.0402%20155.731C89.0822%20155.652%2089.0915%20155.561%2089.0648%20155.477L87.9408%20151.782C87.8875%20151.606%2087.7008%20151.507%2087.5248%20151.56L84.0002%20152.633L83.8308%20152.685C83.6542%20152.739%2083.5548%20152.925%2083.6082%20153.101L84.0002%20154.387L84.7328%20156.795C84.7768%20156.939%2084.9082%20157.031%2085.0515%20157.031C85.0835%20157.031%2085.1162%20157.027%2085.1482%20157.017L88.8428%20155.893C88.9282%20155.867%2088.9988%20155.809%2089.0402%20155.731ZM87.0648%20162.167L86.1348%20159.111L89.1914%20158.181L90.1221%20161.237L87.0648%20162.167ZM89.7324%20157.667C89.6791%20157.492%2089.4938%20157.393%2089.3164%20157.445L85.6224%20158.57C85.5378%20158.595%2085.4664%20158.654%2085.4251%20158.732C85.3838%20158.81%2085.3744%20158.901%2085.3998%20158.985L86.5251%20162.681C86.5691%20162.825%2086.7004%20162.917%2086.8438%20162.917C86.8758%20162.917%2086.9091%20162.912%2086.9411%20162.902L90.6351%20161.778C90.7204%20161.752%2090.7904%20161.694%2090.8324%20161.616C90.8738%20161.538%2090.8831%20161.447%2090.8571%20161.362L89.7324%20157.667ZM82.1117%20101.779C82.1244%20101.605%2081.9944%20101.455%2081.8211%20101.442C81.6478%20101.429%2081.4971%20101.559%2081.4831%20101.732L81.4591%20102.011C81.4178%20102.501%2081.3737%20103.005%2081.4751%20103.485C81.5831%20104.006%2081.8877%20104.511%2082.3784%20104.991C82.5078%20105.114%2082.6404%20105.234%2082.7731%20105.355C83.0631%20105.615%2083.3358%20105.861%2083.5384%20106.141C83.7897%20106.488%2083.9211%20106.937%2083.9178%20107.443C83.9171%20107.525%2083.9491%20107.597%2083.9997%20107.653C84.0571%20107.717%2084.1377%20107.759%2084.2298%20107.759C84.2884%20107.761%2084.3431%20107.745%2084.3897%20107.719C84.4837%20107.665%2084.5478%20107.564%2084.5478%20107.447C84.5518%20106.806%2084.3791%20106.227%2084.0478%20105.771C84.0331%20105.751%2084.0144%20105.735%2083.9997%20105.715C83.7651%20105.408%2083.4771%20105.141%2083.1951%20104.886C83.0684%20104.773%2082.9411%20104.659%2082.8184%20104.539C82.4178%20104.15%2082.1744%20103.752%2082.0911%20103.357C82.0098%20102.967%2082.0478%20102.529%2082.0871%20102.066L82.1117%20101.779ZM66.8519%2062.536C66.8519%2062.4013%2066.7439%2062.2927%2066.6093%2062.292H64.3773L65.9553%2060.714C66.0513%2060.6193%2066.0513%2060.4647%2065.9553%2060.3687C65.8613%2060.2733%2065.7059%2060.2733%2065.6113%2060.3693L64.0319%2061.948V59.2373C64.0319%2059.1027%2063.9226%2058.9933%2063.7886%2058.9933C63.6546%2058.9933%2063.5453%2059.1027%2063.5453%2059.2373V61.948L61.9659%2060.3687C61.8713%2060.2733%2061.7173%2060.2733%2061.6213%2060.3693C61.5266%2060.4647%2061.5266%2060.6193%2061.6219%2060.714L63.1999%2062.2927H60.9686C60.8339%2062.2927%2060.7246%2062.402%2060.7246%2062.536C60.7239%2062.6707%2060.8333%2062.78%2060.9686%2062.78H63.1999L61.6219%2064.358C61.5273%2064.4533%2061.5266%2064.6073%2061.6219%2064.7033C61.6693%2064.7507%2061.7319%2064.7733%2061.7939%2064.7733C61.8566%2064.7733%2061.9193%2064.75%2061.9673%2064.7033L63.5453%2063.1247V65.8347C63.5453%2065.9687%2063.6546%2066.078%2063.7886%2066.078C63.9233%2066.0787%2064.0319%2065.9687%2064.0319%2065.8347V63.1247L65.6113%2064.7027C65.6579%2064.75%2065.7213%2064.7733%2065.7819%2064.774C65.8453%2064.774%2065.9073%2064.75%2065.9553%2064.7033C66.0506%2064.6073%2066.0506%2064.4533%2065.9553%2064.358L64.3773%2062.78H66.6093C66.7439%2062.78%2066.8533%2062.6707%2066.8519%2062.536ZM89.0294%2099.0574C89.0421%2098.884%2088.9134%2098.7334%2088.7394%2098.7194C88.5654%2098.7067%2088.4148%2098.836%2088.4014%2099.0107L88.3781%2099.2847C88.3368%2099.774%2088.2908%20100.281%2088.3928%20100.767C88.5021%20101.287%2088.8061%20101.791%2089.2954%20102.269C89.4248%20102.393%2089.5594%20102.514%2089.6928%20102.635C89.9808%20102.894%2090.2534%20103.139%2090.4561%20103.419C90.7074%20103.766%2090.8394%20104.216%2090.8368%20104.721C90.8354%20104.896%2090.9748%20105.037%2091.1488%20105.039C91.2074%20105.039%2091.2614%20105.024%2091.3088%20104.997C91.4021%20104.943%2091.4661%20104.841%2091.4661%20104.725C91.4701%20104.086%2091.2974%20103.506%2090.9668%20103.049C90.7248%20102.715%2090.4148%20102.436%2090.1148%20102.165C89.9868%20102.051%2089.8594%20101.937%2089.7354%20101.817C89.3368%20101.428%2089.0921%20101.031%2089.0094%20100.637C88.9274%20100.244%2088.9654%2099.804%2089.0054%2099.3387L89.0294%2099.0574ZM80.2835%20112.52C80.2982%20112.476%2080.3275%20112.437%2080.3895%20112.401C80.3922%20112.399%2080.3948%20112.398%2080.3982%20112.397L84.0002%20110.98L97.7128%20105.586C97.7668%20105.564%2097.8295%20105.569%2097.8795%20105.597C97.9315%20105.627%2097.9668%20105.678%2097.9755%20105.737L98.3855%20108.327C98.3855%20108.328%2098.3848%20108.328%2098.3848%20108.329L98.9068%20111.628L99.8542%20117.622C99.9648%20118.325%2099.5722%20119.035%2098.8942%20119.299L98.8648%20119.311C98.8642%20119.311%2098.8628%20119.311%2098.8622%20119.311L88.9088%20123.226C88.9075%20123.227%2088.9062%20123.228%2088.9042%20123.229L88.8775%20123.24C88.2115%20123.504%2087.4348%20123.261%2087.0342%20122.667L84.0002%20118.165L80.3088%20112.687C80.2762%20112.637%2080.2668%20112.577%2080.2835%20112.52ZM99.7859%20113.156L99.3086%20110.133L100.626%20109.615C101.383%20109.331%20102.241%20109.714%20102.537%20110.467C102.839%20111.234%20102.464%20112.102%20101.695%20112.405L99.7859%20113.156ZM100.003%20108.105C101.608%20107.473%20103.426%20108.265%20104.059%20109.871C104.678%20111.445%20103.913%20113.287%20102.293%20113.925L100.046%20114.809L99.8869%20113.795L101.925%20112.992C102.023%20112.953%20102.116%20112.908%20102.204%20112.857C103.104%20112.342%20103.514%20111.229%20103.123%20110.238C102.702%20109.165%20101.481%20108.621%20100.4%20109.026L99.2075%20109.495L99.0469%20108.48L100.003%20108.105ZM99.0793%20121.057C99.044%20121.138%2098.9813%20121.206%2098.9053%20121.251L90.2579%20124.659C90.0446%20124.743%2089.8033%20124.637%2089.7193%20124.425L89.4326%20123.699L96.6286%20120.868L98.7993%20120.014L99.0853%20120.739C99.1246%20120.841%2099.1233%20120.955%2099.0793%20121.057ZM79.6824%20112.333C79.6084%20112.574%2079.6471%20112.831%2079.7864%20113.039L84.0004%20119.293L86.5124%20123.02C87.0244%20123.779%2087.9671%20124.123%2088.8384%20123.907L89.1331%20124.656C89.3437%20125.192%2089.9517%20125.456%2090.4884%20125.245L99.0811%20121.863C99.1291%20121.845%2099.1751%20121.824%2099.2191%20121.798C99.4131%20121.687%2099.5684%20121.512%2099.6571%20121.309C99.7677%20121.056%2099.7724%20120.764%2099.6717%20120.507L99.3791%20119.764C99.3904%20119.759%2099.4017%20119.754%2099.4131%20119.748C100.189%20119.303%20100.616%20118.409%20100.476%20117.524L100.148%20115.447L102.524%20114.511C102.7%20114.443%20102.865%20114.363%20103.022%20114.271C104.625%20113.353%20105.323%20111.361%20104.645%20109.64C103.887%20107.711%20101.7%20106.759%2099.7724%20107.518L98.9471%20107.843L98.5984%20105.638C98.5591%20105.39%2098.4111%20105.176%2098.1931%20105.05C97.9744%20104.926%2097.7137%20104.907%2097.4817%20104.999L84.0004%20110.302L80.1684%20111.81C79.9324%20111.905%2079.7564%20112.095%2079.6824%20112.333ZM191.451%2039.7181L191.62%2039.4714C191.726%2039.3201%20191.686%2039.1121%20191.534%2039.0088C191.382%2038.9054%20191.174%2038.9441%20191.07%2039.0968L190.904%2039.3374C190.607%2039.7648%20190.3%2040.2061%20190.138%2040.7034C189.964%2041.2374%20189.977%2041.8608%20190.175%2042.5581C190.228%2042.7408%20190.287%2042.9208%20190.346%2043.1007C190.474%2043.4914%20190.594%2043.8601%20190.634%2044.2241C190.682%2044.6754%20190.566%2045.1581%20190.298%2045.6201C190.204%2045.7788%20190.258%2045.9834%20190.418%2046.0754C190.471%2046.1061%20190.529%2046.1208%20190.586%2046.1208C190.7%2046.1208%20190.812%2046.0614%20190.873%2045.9548C191.214%2045.3688%20191.361%2044.7461%20191.297%2044.1541C191.251%2043.7194%20191.114%2043.2988%20190.98%2042.8927C190.923%2042.7214%20190.867%2042.5488%20190.817%2042.3748C190.655%2041.8074%20190.64%2041.3148%20190.772%2040.9094C190.902%2040.5061%20191.17%2040.1234%20191.451%2039.7181ZM162.109%20143.858C161.937%20143.927%20161.854%20144.121%20161.923%20144.291C161.975%20144.421%20162.1%20144.501%20162.231%20144.501C162.273%20144.501%20162.314%20144.493%20162.356%20144.477L174.686%20139.546C174.783%20139.507%20174.847%20139.426%20174.876%20139.333C174.897%20139.263%20174.9%20139.187%20174.871%20139.113C174.804%20138.941%20174.608%20138.859%20174.438%20138.927L173.423%20139.333L162.109%20143.858ZM161.271%20141.764C161.1%20141.832%20161.017%20142.026%20161.086%20142.197C161.138%20142.327%20161.262%20142.407%20161.394%20142.407C161.436%20142.407%20161.478%20142.399%20161.518%20142.382L169.142%20139.333L173.849%20137.451C174.02%20137.382%20174.103%20137.188%20174.035%20137.018C173.966%20136.846%20173.771%20136.764%20173.602%20136.832L167.348%20139.333L161.271%20141.764ZM160.433%20139.67C160.262%20139.739%20160.179%20139.933%20160.248%20140.103C160.3%20140.233%20160.425%20140.313%20160.557%20140.313C160.599%20140.313%20160.641%20140.305%20160.681%20140.289L163.069%20139.333L173.011%20135.357C173.182%20135.289%20173.265%20135.095%20173.197%20134.925C173.129%20134.753%20172.933%20134.671%20172.764%20134.739L161.275%20139.333L160.433%20139.67ZM153.918%20107.88L153.619%20107.146C153.433%20106.686%20153.435%20106.179%20153.629%20105.722C153.822%20105.264%20154.183%20104.909%20154.644%20104.721C154.843%20104.639%20155.055%20104.597%20155.27%20104.597C155.95%20104.597%20156.555%20105.005%20156.811%20105.635L157.184%20106.551L153.918%20107.88ZM157.433%20107.169L157.874%20108.253L154.609%20109.581L154.169%20108.497L157.433%20107.169ZM158.126%20108.87L161.554%20117.3L158.318%20118.616L158.288%20118.629L154.86%20110.198L158.126%20108.87ZM161.277%20121.205L158.754%20119.159L161.601%20118.001L161.277%20121.205ZM157.796%20119.188C157.815%20119.235%20157.848%20119.275%20157.886%20119.309C157.89%20119.313%20157.892%20119.318%20157.895%20119.322L161.337%20122.112C161.396%20122.161%20161.471%20122.187%20161.546%20122.187C161.589%20122.187%20161.634%20122.178%20161.674%20122.161C161.786%20122.113%20161.866%20122.009%20161.878%20121.887L162.32%20117.517C162.32%20117.513%20162.317%20117.509%20162.318%20117.505C162.322%20117.455%20162.316%20117.407%20162.298%20117.357L158.618%20108.31C158.617%20108.309%20158.616%20108.309%20158.616%20108.309L157.926%20106.615C157.926%20106.613%20157.926%20106.611%20157.926%20106.609L157.427%20105.383C157.068%20104.501%20156.221%20103.931%20155.269%20103.931C154.968%20103.931%20154.672%20103.989%20154.392%20104.103C153.765%20104.358%20153.276%20104.841%20153.014%20105.463C152.751%20106.085%20152.747%20106.771%20153.001%20107.397L153.424%20108.439C153.424%20108.44%20153.424%20108.44%20153.424%20108.441L154.116%20110.139V110.141L157.796%20119.188ZM46.1721%2040.7708C46.1955%2040.9374%2046.3381%2041.0581%2046.5028%2041.0581C46.5175%2041.0581%2046.5321%2041.0568%2046.5481%2041.0548L66.8455%2038.2274C67.0281%2038.2021%2067.1548%2038.0334%2067.1295%2037.8514C67.1041%2037.6681%2066.9341%2037.5421%2066.7541%2037.5674L46.4568%2040.3948C46.2748%2040.4201%2046.1468%2040.5888%2046.1721%2040.7708ZM159.41%20138.008C159.462%20138.138%20159.588%20138.217%20159.72%20138.217C159.76%20138.217%20159.803%20138.21%20159.842%20138.193L172.173%20133.263C172.344%20133.195%20172.427%20133.001%20172.359%20132.83C172.291%20132.659%20172.094%20132.576%20171.925%20132.645L159.595%20137.575C159.424%20137.643%20159.341%20137.837%20159.41%20138.008ZM39.4261%2025.4086C39.4941%2025.318%2039.5941%2025.2586%2039.7075%2025.2426L42.5055%2024.8533C42.5928%2024.8406%2042.6721%2024.7946%2042.7261%2024.724C42.7795%2024.6533%2042.8021%2024.5646%2042.7895%2024.4766L42.3995%2021.68C42.3841%2021.5686%2042.4141%2021.4533%2042.4821%2021.3626C42.5508%2021.272%2042.6508%2021.214%2042.7641%2021.1973L44.8735%2020.908C45.0855%2020.908%2045.2675%2021.066%2045.2955%2021.2766L45.6861%2024.074C45.6981%2024.1606%2045.7448%2024.2406%2045.8155%2024.294C45.8861%2024.3466%2045.9761%2024.368%2046.0615%2024.3573L48.9195%2023.964C49.0115%2023.964%2049.1035%2023.994%2049.1761%2024.0493C49.2661%2024.1173%2049.3275%2024.22%2049.3428%2024.332L49.6281%2026.382C49.6608%2026.6153%2049.4968%2026.8313%2049.2635%2026.8646L46.4655%2027.2553C46.2828%2027.2806%2046.1561%2027.4493%2046.1815%2027.6313L46.5715%2030.4293C46.5875%2030.5406%2046.5575%2030.656%2046.4895%2030.7453C46.4208%2030.8353%2046.3181%2030.896%2046.2068%2030.9113L44.1575%2031.1966C43.9188%2031.2293%2043.7075%2031.062%2043.6748%2030.832L43.2855%2028.0346C43.2728%2027.9473%2043.2261%2027.868%2043.1555%2027.8146C43.0975%2027.7706%2043.0268%2027.7473%2042.9548%2027.7473C42.9395%2027.7473%2042.9241%2027.7486%2042.9095%2027.7506L40.0521%2028.1446C39.8408%2028.1446%2039.6575%2027.986%2039.6288%2027.7753L39.3428%2025.7253C39.3275%2025.614%2039.3575%2025.4986%2039.4261%2025.4086ZM38.9692%2027.868C39.0519%2028.4554%2039.5999%2028.8847%2040.2039%2028.8007L42.6712%2028.4574L43.0152%2030.9247C43.0912%2031.4627%2043.5559%2031.8674%2044.0985%2031.8674C44.1479%2031.8674%2044.1985%2031.864%2044.2499%2031.8567L46.2992%2031.572C46.5879%2031.5314%2046.8445%2031.3814%2047.0212%2031.148C47.1952%2030.918%2047.2719%2030.6227%2047.2319%2030.3367L46.8885%2027.8694L49.3565%2027.5247C49.9539%2027.4407%2050.3719%2026.8867%2050.2885%2026.29L50.0039%2024.24C49.9625%2023.9547%2049.8085%2023.6907%2049.5779%2023.5174C49.3485%2023.3447%2049.0525%2023.268%2048.7679%2023.3074L46.3005%2023.6514L45.9565%2021.1847C45.8745%2020.5967%2045.3279%2020.1634%2044.7225%2020.2514L42.6725%2020.5374C42.3825%2020.5774%2042.1259%2020.7287%2041.9505%2020.9614C41.7772%2021.1907%2041.6999%2021.4867%2041.7399%2021.772L42.0839%2024.2394L39.6159%2024.5827C39.3265%2024.6234%2039.0699%2024.774%2038.8939%2025.0067C38.7205%2025.2367%2038.6432%2025.532%2038.6832%2025.818L38.9692%2027.868ZM45.7075%2037.4393C45.7301%2037.606%2045.8728%2037.7266%2046.0368%2037.7266C46.0528%2037.7266%2046.0675%2037.7253%2046.0835%2037.7233L66.3808%2034.896C66.5628%2034.8706%2066.6908%2034.702%2066.6655%2034.52C66.6401%2034.3373%2066.4728%2034.2126%2066.2895%2034.236L45.9908%2037.0633C45.8095%2037.0886%2045.6815%2037.2573%2045.7075%2037.4393ZM37.4502%2020.7394C38.1642%2019.7948%2039.0415%2019.0188%2040.0335%2018.4381C40.0362%2018.4374%2040.0368%2018.4368%2040.0388%2018.4368C41.0188%2017.8641%2042.1115%2017.4827%2043.2688%2017.3214C43.6768%2017.2648%2044.0895%2017.2361%2044.4988%2017.2361C48.8668%2017.2361%2052.6155%2020.5041%2053.2202%2024.8381C53.8915%2029.6528%2050.5188%2034.1161%2045.7028%2034.7881C45.2955%2034.8447%2044.8828%2034.8734%2044.4755%2034.8734C40.1068%2034.8734%2036.3568%2031.6054%2035.7528%2027.2714C35.4282%2024.9388%2036.0308%2022.6188%2037.4502%2020.7394ZM66.4958%2013.0767L70.2231%2039.8253C69.0738%2040.5733%2067.7404%2040.9553%2066.2524%2040.9553C64.8938%2040.9553%2063.9051%2040.626%2063.8951%2040.6227C63.7658%2040.5793%2063.6191%2040.6187%2063.5311%2040.7267C63.4438%2040.8333%2063.4304%2040.9833%2063.4991%2041.1033C63.5551%2041.202%2063.5984%2041.298%2063.6511%2041.396L46.9211%2043.7267C46.7384%2043.752%2046.6118%2043.9207%2046.6364%2044.1033C46.6598%2044.27%2046.8031%2044.39%2046.9664%2044.39C46.9811%2044.39%2046.9971%2044.3887%2047.0124%2044.3867L63.9738%2042.0233C64.8718%2043.956%2065.0358%2045.7507%2064.4731%2047.376L44.6598%2050.1353L42.5984%2035.3447C43.2071%2035.4687%2043.8344%2035.54%2044.4751%2035.54C44.9131%2035.54%2045.3578%2035.5093%2045.7951%2035.448C47.3518%2035.2307%2048.7644%2034.6393%2049.9658%2033.7853L65.9164%2031.5633C66.0984%2031.538%2066.2264%2031.3693%2066.2004%2031.1867C66.1751%2031.0047%2066.0078%2030.8753%2065.8244%2030.9033L50.9558%2032.9747C51.8678%2032.1193%2052.6031%2031.0907%2053.1198%2029.95L65.4524%2028.2313C65.6351%2028.206%2065.7624%2028.0373%2065.7364%2027.8547C65.7118%2027.672%2065.5438%2027.546%2065.3611%2027.5713L53.4131%2029.236C53.7311%2028.3493%2053.9164%2027.4073%2053.9551%2026.436L64.9878%2024.8987C65.1704%2024.8733%2065.2978%2024.7047%2065.2724%2024.522C65.2471%2024.34%2065.0791%2024.2167%2064.8964%2024.2387L53.9644%2025.7613C53.9538%2025.4253%2053.9278%2025.086%2053.8791%2024.7453C53.8011%2024.18%2053.6711%2023.6313%2053.4971%2023.1033L64.5244%2021.568C64.7064%2021.5427%2064.8338%2021.374%2064.8084%2021.1913C64.7824%2021.0093%2064.6144%2020.88%2064.4318%2020.908L53.2544%2022.4647C52.8751%2021.544%2052.3578%2020.6993%2051.7264%2019.9527L64.0598%2018.2347C64.2411%2018.2093%2064.3691%2018.0407%2064.3438%2017.858C64.3184%2017.676%2064.1491%2017.55%2063.9684%2017.5747L51.1778%2019.356C49.4491%2017.6313%2047.0758%2016.5693%2044.4984%2016.5693C44.0598%2016.5693%2043.6144%2016.6%2043.1764%2016.6607C42.0958%2016.8113%2041.0731%2017.15%2040.1311%2017.636L40.0098%2016.7667L66.4958%2013.0767ZM70.3322%2040.7473C70.3402%2040.8553%2070.3482%2040.9633%2070.3508%2041.0706C70.3522%2041.1586%2070.3502%2041.2459%2070.3488%2041.3333C70.3462%2041.4493%2070.3435%2041.5653%2070.3348%2041.6799C70.3295%2041.7526%2070.3195%2041.8253%2070.3108%2041.8986C70.2962%2042.0266%2070.2815%2042.1553%2070.2582%2042.2806C70.2488%2042.3359%2070.2355%2042.3893%2070.2248%2042.4439C70.1955%2042.5853%2070.1648%2042.7253%2070.1255%2042.8633C70.1155%2042.9013%2070.1015%2042.9386%2070.0902%2042.9766C70.0448%2043.1266%2069.9962%2043.2759%2069.9395%2043.4213C69.9302%2043.4459%2069.9188%2043.4693%2069.9082%2043.4933C69.8455%2043.6499%2069.7788%2043.8033%2069.7035%2043.9533C69.6982%2043.9646%2069.6908%2043.9759%2069.6848%2043.9879C69.2622%2044.8173%2068.6555%2045.5446%2067.9108%2046.1093C67.9022%2046.1159%2067.8942%2046.1233%2067.8862%2046.1299C67.7595%2046.2246%2067.6268%2046.3119%2067.4928%2046.3973C67.4602%2046.4179%2067.4282%2046.4406%2067.3955%2046.4613C67.2802%2046.5313%2067.1582%2046.5946%2067.0375%2046.6579C66.9802%2046.6873%2066.9248%2046.7193%2066.8668%2046.7473C66.7642%2046.7973%2066.6575%2046.8393%2066.5522%2046.8826C66.4702%2046.9166%2066.3888%2046.9526%2066.3055%2046.9826C66.2162%2047.0153%2066.1242%2047.0419%2066.0328%2047.0706C65.9288%2047.1026%2065.8248%2047.1353%2065.7188%2047.1619C65.6395%2047.1826%2065.5588%2047.1973%2065.4775%2047.2146C65.3915%2047.2333%2065.3048%2047.2493%2065.2175%2047.2639C65.7288%2045.4899%2065.4748%2043.5559%2064.4622%2041.4993C64.4595%2041.4946%2064.4588%2041.4906%2064.4562%2041.4859C64.4488%2041.4719%2064.4448%2041.4586%2064.4375%2041.4446C64.8902%2041.5346%2065.5188%2041.6219%2066.2528%2041.6219C67.7562%2041.6219%2069.1202%2041.2646%2070.3148%2040.5586C70.3215%2040.6213%2070.3275%2040.6846%2070.3322%2040.7473ZM41.9028%2035.1793L44.0455%2050.558C44.0688%2050.7246%2044.2115%2050.8453%2044.3748%2050.8453C44.3908%2050.8453%2044.4061%2050.844%2044.4215%2050.842L64.7588%2048.0093C64.7635%2048.0086%2064.7681%2048.0086%2064.7735%2048.008L65.1441%2047.9566C65.3115%2047.9333%2065.4741%2047.8973%2065.6368%2047.862C65.6961%2047.85%2065.7561%2047.842%2065.8148%2047.828C65.8968%2047.808%2065.9755%2047.78%2066.0561%2047.7573C66.1981%2047.7173%2066.3395%2047.68%2066.4775%2047.6313C66.5068%2047.6213%2066.5341%2047.6073%2066.5635%2047.5973C67.7788%2047.1513%2068.8448%2046.3706%2069.6441%2045.3126C70.5921%2044.0573%2071.0668%2042.548%2071.0175%2040.9973C71.0168%2040.9833%2071.0181%2040.9693%2071.0175%2040.9553C71.0088%2040.724%2070.9895%2040.4926%2070.9568%2040.2613L67.1108%2012.6546C67.0848%2012.472%2066.9155%2012.3473%2066.7341%2012.3706L39.5881%2016.1526C39.4061%2016.178%2039.2788%2016.3466%2039.3041%2016.5286L39.5068%2017.9853C38.5188%2018.5953%2037.6395%2019.3826%2036.9181%2020.3373C35.3915%2022.3586%2034.7435%2024.854%2035.0921%2027.364C35.6195%2031.1446%2038.3728%2034.1706%2041.9028%2035.1793ZM182.908%2062.87L193.444%2064.4186L193.324%2065.2346C193.308%2065.3493%20193.245%2065.454%20193.151%2065.5226C193.077%2065.5786%20192.983%2065.61%20192.89%2065.61L183.16%2064.1853C182.92%2064.1493%20182.754%2063.9253%20182.788%2063.686L182.908%2062.87ZM180.556%2047.74C180.56%2047.74%20180.563%2047.74%20180.566%2047.7407L200%2050.5987V49.9247L180.664%2047.08C180.398%2047.0427%20180.136%2047.126%20179.944%2047.3047C179.749%2047.486%20179.647%2047.742%20179.668%2048.0074L180.585%2060.708C180.654%2061.6734%20181.338%2062.486%20182.252%2062.7467L182.128%2063.5894C182.039%2064.192%20182.459%2064.7547%20183.062%2064.8447L192.728%2066.2647C192.782%2066.2727%20192.836%2066.2767%20192.89%2066.2767C193.126%2066.2767%20193.36%2066.1987%20193.549%2066.0581C193.783%2065.8847%20193.942%2065.62%20193.983%2065.3307L194.106%2064.4934C194.119%2064.494%20194.134%2064.4967%20194.146%2064.4967C195.092%2064.4967%20195.954%2063.9027%20196.293%2063.0174L197.086%2060.9374L199.758%2061.3307C199.839%2061.3427%20199.919%2061.3414%20200%2061.348V60.6767C199.951%2060.672%20199.904%2060.678%20199.856%2060.6707L197.329%2060.2987L197.716%2059.2834L200%2059.6194V58.9447L197.96%2058.6447L199.113%2055.6194L200%2055.7494V55.0754L199.356%2054.9807L199.744%2053.9641L200%2054.0014V53.3274L199.987%2053.3254L200%2053.292V51.4214L199.216%2053.476C199.216%2053.4767%20199.216%2053.4767%20199.216%2053.4767L198.261%2055.9807L195.67%2062.7794C195.402%2063.4827%20194.669%2063.9267%20193.908%2063.8127L193.871%2063.8074C193.871%2063.8074%20193.87%2063.8067%20193.87%2063.8067L182.674%2062.1594C182.672%2062.1587%20182.671%2062.16%20182.668%2062.16L182.639%2062.156C181.889%2062.0467%20181.304%2061.4167%20181.25%2060.6594L180.332%2047.9594C180.328%2047.8967%20180.351%2047.836%20180.396%2047.7934C180.434%2047.7594%20180.48%2047.74%20180.556%2047.74ZM101.063%20182.206L99.8941%20183.376L99.8794%20183.362L95.9121%20179.393L96.8708%20178.435C97.4308%20177.875%2098.1748%20177.566%2098.9674%20177.566C99.7588%20177.566%20100.503%20177.875%20101.063%20178.435C101.566%20178.938%20101.844%20179.608%20101.844%20180.32C101.844%20181.033%20101.567%20181.703%20101.063%20182.206ZM97.9439%20185.326L93.9619%20181.345L95.4412%20179.866L99.4232%20183.847L97.9439%20185.326ZM87.5689%20195.701L83.5869%20191.719L93.4902%20181.816L97.4722%20185.798L87.5689%20195.701ZM84.0002%20196.921L81.7549%20197.611L83.2789%20192.354L84.0002%20193.076L86.9416%20196.017L84.0002%20196.921ZM98.9669%20176.899C97.9969%20176.899%2097.0849%20177.277%2096.3989%20177.963L95.2035%20179.159C95.2035%20179.159%2095.2029%20179.159%2095.2022%20179.16L93.2542%20181.109L83.9995%20190.363L82.8789%20191.483C82.8422%20191.52%2082.8189%20191.565%2082.8029%20191.613C82.8009%20191.618%2082.7955%20191.621%2082.7942%20191.627L80.9422%20198.019C80.9075%20198.136%2080.9409%20198.263%2081.0282%20198.349C81.0915%20198.411%2081.1755%20198.445%2081.2622%20198.445C81.2949%20198.445%2081.3275%20198.44%2081.3602%20198.429L83.9995%20197.619L87.6662%20196.491C87.6702%20196.49%2087.6715%20196.487%2087.6755%20196.485C87.7222%20196.469%2087.7662%20196.445%2087.8035%20196.409L98.1782%20186.033L100.129%20184.083L101.534%20182.678C102.164%20182.048%20102.51%20181.211%20102.51%20180.32C102.51%20179.429%20102.164%20178.593%20101.534%20177.963C100.848%20177.277%2099.9369%20176.899%2098.9669%20176.899ZM187.558%2039.1486L187.731%2038.898C187.834%2038.7453%20187.795%2038.538%20187.643%2038.4346C187.49%2038.3326%20187.283%2038.372%20187.178%2038.5226L187.009%2038.7686C186.714%2039.194%20186.408%2039.6346%20186.248%2040.13C186.073%2040.6626%20186.087%2041.2873%20186.285%2041.9853C186.338%2042.1666%20186.397%2042.348%20186.455%2042.5273C186.584%2042.9186%20186.704%2043.2886%20186.744%2043.6526C186.792%2044.1026%20186.675%2044.5846%20186.407%2045.0466C186.314%2045.206%20186.367%2045.4093%20186.527%2045.502C186.58%2045.5333%20186.637%2045.548%20186.695%2045.548C186.809%2045.548%20186.921%2045.4886%20186.981%2045.382C187.323%2044.7966%20187.471%2044.1733%20187.407%2043.5806C187.36%2043.1473%20187.223%2042.7266%20187.089%2042.32C187.033%2042.1486%20186.977%2041.976%20186.926%2041.8013C186.765%2041.2346%20186.749%2040.742%20186.882%2040.336C187.011%2039.9346%20187.277%2039.5526%20187.558%2039.1486ZM158.883%20136.123C158.923%20136.123%20158.966%20136.115%20159.006%20136.099L171.337%20131.168C171.507%20131.1%20171.591%20130.906%20171.522%20130.735C171.453%20130.565%20171.257%20130.481%20171.089%20130.549L158.758%20135.481C158.588%20135.549%20158.505%20135.743%20158.573%20135.913C158.625%20136.044%20158.75%20136.123%20158.883%20136.123ZM0.765333%2050.3666C0.629333%2050.1373%200.402%2049.984%200.14%2049.9453L0%2049.9246V50.5986L0.0433333%2050.6053C0.104%2050.614%200.159333%2050.6513%200.190667%2050.7046C0.222667%2050.7586%200.227333%2050.824%200.205333%2050.8826L0%2051.4213V53.292L0.828%2051.12C0.922667%2050.8713%200.9%2050.5966%200.765333%2050.3666ZM170.349%20146.568C170.445%20146.563%20170.528%20146.536%20170.592%20146.471L177.72%20139.333L179.385%20137.666L180.051%20139.333L183.764%20148.618C183.83%20148.782%20183.828%20148.961%20183.758%20149.123C183.689%20149.285%20183.561%20149.409%20183.397%20149.475L163.147%20157.573C162.812%20157.708%20162.421%20157.535%20162.289%20157.205L157.91%20146.254L170.349%20146.568ZM155.396%20139.972L156.992%20139.333L157.284%20139.217L157.331%20139.333L159.485%20144.72L157.597%20145.475L155.396%20139.972ZM159.852%20145.637L159.04%20145.616L159.732%20145.339L159.852%20145.637ZM156.229%20134.781L172.691%20128.197L174.242%20132.076C174.243%20132.076%20174.243%20132.076%20174.243%20132.077C174.243%20132.077%20174.243%20132.077%20174.243%20132.078L177.039%20139.071L176.777%20139.333L170.223%20145.899L160.577%20145.655L160.228%20144.782L158.049%20139.333L157.781%20138.66C157.78%20138.66%20157.781%20138.66%20157.78%20138.659L156.229%20134.781ZM178.125%20137.983L177.553%20138.557L177.434%20138.26L178.125%20137.983ZM176.872%20131.383L179.073%20136.887L177.186%20137.641L174.985%20132.139L176.872%20131.383ZM162.902%20158.287C163.071%20158.287%20163.236%20158.255%20163.394%20158.191L183.644%20150.094C183.974%20149.963%20184.231%20149.711%20184.37%20149.385C184.51%20149.06%20184.516%20148.699%20184.384%20148.371L180.77%20139.333L179.816%20136.949L179.814%20136.943V136.942L177.368%20130.826C177.336%20130.744%20177.271%20130.678%20177.19%20130.643C177.11%20130.609%20177.017%20130.607%20176.935%20130.641L174.738%20131.52L173.188%20127.64C173.154%20127.558%20173.09%20127.493%20173.008%20127.457C172.927%20127.423%20172.836%20127.421%20172.754%20127.455L155.672%20134.286C155.502%20134.354%20155.418%20134.548%20155.486%20134.719L157.036%20138.597L155.2%20139.333L154.84%20139.477C154.67%20139.546%20154.586%20139.74%20154.655%20139.91L157.103%20146.032C157.103%20146.034%20157.105%20146.035%20157.106%20146.037L161.671%20157.453C161.872%20157.959%20162.357%20158.287%20162.902%20158.287ZM1.89596%201.70534C2.45596%201.14534%203.20063%200.83667%203.99196%200.83667C4.78396%200.83667%205.52863%201.14534%206.08863%201.70534L7.04663%202.664L3.06529%206.64667L1.89596%205.47734C0.855961%204.43667%200.856628%202.74467%201.89596%201.70534ZM8.99747%204.61539L5.01547%208.59739L3.53613%207.11805L7.51813%203.13672L8.99747%204.61539ZM19.3726%2014.9907L15.3913%2018.972L5.4873%209.06867L9.46931%205.08667L19.3726%2014.9907ZM21.2046%2020.8819L16.0186%2019.2879L19.6812%2015.6252L21.2046%2020.8819ZM4.7798%209.30392L15.1545%2019.6793C15.1918%2019.7159%2015.2358%2019.7399%2015.2825%2019.7559C15.2858%2019.7573%2015.2885%2019.7606%2015.2925%2019.7619L21.5985%2021.7006C21.6298%2021.7113%2021.6638%2021.7153%2021.6965%2021.7153C21.7825%2021.7153%2021.8665%2021.6826%2021.9298%2021.6199C22.0171%2021.5339%2022.0505%2021.4073%2022.0165%2021.2893L20.1638%2014.8973C20.1625%2014.8919%2020.1571%2014.8886%2020.1558%2014.8833C20.1398%2014.8359%2020.1158%2014.7913%2020.0791%2014.7546L9.7038%204.37992L7.75514%202.43126C7.75447%202.43059%207.75447%202.42992%207.75447%202.42926L6.5598%201.23392C5.87314%200.547922%204.9618%200.169922%203.99114%200.169922C3.0218%200.169922%202.11047%200.547922%201.42447%201.23392C0.124469%202.53326%200.123802%204.64859%201.42447%205.94859L4.7798%209.30392ZM178.956%2074.4119C177.782%2074.4119%20176.716%2075.1519%20176.303%2076.2533L169.416%2094.6759C169.152%2095.3839%20169.177%2096.1539%20169.492%2096.8419C169.806%2097.5306%20170.368%2098.0553%20171.076%2098.3206L173.269%2099.1399L168.558%20103.885C168.445%20103.999%20168.428%20104.177%20168.52%20104.309C168.611%20104.441%20168.783%20104.49%20168.928%20104.425L176.822%20100.955L174.926%20106.027C174.661%20106.735%20174.688%20107.505%20175.002%20108.193C175.315%20108.881%20175.88%20109.406%20176.588%20109.671L200%20118.424V117.711L176.821%20109.046C176.28%20108.844%20175.848%20108.443%20175.609%20107.917C175.368%20107.391%20175.348%20106.802%20175.55%20106.26L177.606%20100.761L195.239%20107.353C195.56%20107.473%20195.893%20107.534%20196.23%20107.534C197.407%20107.534%20198.473%20106.794%20198.884%20105.691L200%20102.707V100.805L198.259%20105.458C197.945%20106.301%20197.13%20106.867%20196.23%20106.867C195.974%20106.867%20195.718%20106.821%20195.474%20106.729L177.528%20100.02C177.49%20100.006%20177.45%2099.9986%20177.411%2099.9986C177.408%2099.9986%20177.406%2099.9999%20177.403%2099.9999C177.373%20100.001%20177.346%20100.01%20177.318%20100.019C177.305%20100.022%20177.289%20100.021%20177.277%20100.027L170.27%20103.107L174.106%2099.2433C174.186%2099.1626%20174.22%2099.0479%20174.195%2098.9366C174.171%2098.8266%20174.091%2098.7359%20173.986%2098.6959L171.31%2097.6953C170.768%2097.4933%20170.338%2097.0926%20170.098%2096.5659C169.859%2096.0393%20169.838%2095.4513%20170.041%2094.9086L176.927%2076.4866C177.243%2075.6446%20178.058%2075.0786%20178.956%2075.0786C179.215%2075.0786%20179.47%2075.1253%20179.714%2075.2166L200%2082.7986V82.0866L179.948%2074.5919C179.628%2074.4726%20179.295%2074.4119%20178.956%2074.4119ZM194.238%2043.6739C194.366%2044.0639%20194.486%2044.4332%20194.526%2044.7965C194.574%2045.2472%20194.456%2045.7299%20194.188%2046.1919C194.096%2046.3512%20194.148%2046.5545%20194.309%2046.6479C194.362%2046.6785%20194.419%2046.6925%20194.476%2046.6925C194.59%2046.6925%20194.702%2046.6332%20194.764%2046.5265C195.105%2045.9419%20195.252%2045.3192%20195.188%2044.7259C195.142%2044.2925%20195.004%2043.8725%20194.87%2043.4659C194.814%2043.2945%20194.757%2043.1212%20194.708%2042.9459C194.546%2042.3805%20194.531%2041.8879%20194.662%2041.4819C194.794%2041.0772%20195.06%2040.6939%20195.342%2040.2885L195.511%2040.0432C195.616%2039.8905%20195.576%2039.6839%20195.424%2039.5799C195.272%2039.4765%20195.064%2039.5159%20194.96%2039.6679L194.795%2039.9079C194.498%2040.3352%20194.191%2040.7772%20194.028%2041.2752C193.855%2041.8105%20193.868%2042.4345%20194.066%2043.1292C194.118%2043.3119%20194.178%2043.4932%20194.238%2043.6739ZM77.2866%2023.3192L77.6773%2023.1119H77.6786L84.0006%2019.7659L87.2686%2018.0359C87.2693%2018.0359%2087.2693%2018.0352%2087.2693%2018.0352L87.6606%2017.8279C90.3286%2017.9712%2093.466%2020.8212%2094.442%2022.8065L92.9566%2023.5932C92.9553%2023.5939%2092.9546%2023.5932%2092.9533%2023.5939L92.9513%2023.5959L84.0006%2028.3332L77.5906%2031.7259C76.498%2029.8019%2075.9053%2025.6052%2077.2866%2023.3192ZM76.9542%2019.1852C76.6609%2017.7906%2076.9615%2016.4532%2077.8009%2015.4192C78.6382%2014.3872%2079.9229%2013.7712%2081.2382%2013.7712C81.9769%2013.7712%2083.0155%2013.9646%2084.0002%2014.8119C84.1415%2014.9339%2084.2822%2015.0692%2084.4202%2015.2192L86.5809%2017.6452L84.0002%2019.0112L77.7415%2022.3232L76.9542%2019.1852ZM97.2858%2030.6393C97.8731%2030.8226%2098.0618%2031.182%2097.8811%2031.77C97.2425%2033.846%2096.1818%2037.2926%2095.9678%2037.9873L94.8891%2038.558L96.7685%2032.4486C96.9678%2031.8026%2096.7418%2031.374%2096.0971%2031.1726L90.3418%2029.3753C90.5111%2029.1313%2090.6638%2028.8773%2090.7958%2028.6126L97.2858%2030.6393ZM97.9956%2037.6685C98.2176%2037.5505%2098.4682%2037.4885%2098.7202%2037.4885C99.0276%2037.4885%2099.3249%2037.5785%2099.5802%2037.7492L102.949%2039.9465L88.8369%2047.4165L88.8689%2043.4185C88.8729%2042.8492%2089.1896%2042.3292%2089.6929%2042.0632L97.9956%2037.6685ZM87.8456%2030.7246C86.6382%2031.3646%2085.2709%2031.5113%2083.9996%2031.2073C83.2462%2031.0273%2082.5269%2030.6899%2081.8936%2030.2026L83.9996%2029.0879L90.7602%2025.5093C90.8896%2027.6526%2089.7702%2029.7066%2087.8456%2030.7246ZM94.6272%2026.7561C94.6899%2026.7227%2094.7566%2026.7061%2094.8266%2026.7061C94.9859%2026.7061%2095.1319%2026.7934%2095.2059%2026.9341C95.2599%2027.0354%2095.2712%2027.1514%2095.2372%2027.2607C95.2032%2027.3701%2095.1292%2027.4594%2095.0279%2027.5134C94.8232%2027.6214%2094.5566%2027.5374%2094.4492%2027.3341C94.3386%2027.1261%2094.4186%2026.8661%2094.6272%2026.7561ZM76.7686%2022.8881C75.1019%2025.5154%2075.8653%2030.3647%2077.1933%2032.3521C77.2566%2032.4474%2077.3619%2032.5001%2077.4706%2032.5001C77.5233%2032.5001%2077.5766%2032.4881%2077.6259%2032.4621L81.2446%2030.5467C82.0513%2031.2347%2083.0019%2031.6867%2083.9999%2031.8961C84.4159%2031.9834%2084.8386%2032.0327%2085.2639%2032.0327C86.2526%2032.0321%2087.2473%2031.7974%2088.1586%2031.3147C88.8319%2030.9587%2089.4159%2030.4861%2089.8999%2029.9361L95.8993%2031.8094C96.1959%2031.9021%2096.2239%2031.9554%2096.1326%2032.2527L94.0559%2038.9994L89.3813%2041.4734C88.6613%2041.8547%2088.2093%2042.5987%2088.2026%2043.4134L88.1706%2047.4641C88.1693%2047.6867%2088.2859%2047.8961%2088.4759%2048.0114C88.5753%2048.0721%2088.6893%2048.1034%2088.8059%2048.1034C88.9093%2048.1034%2089.0126%2048.0781%2089.1039%2048.0301L103.262%2040.5361C103.458%2040.4314%20103.588%2040.2281%20103.599%2040.0054C103.611%2039.7834%20103.503%2039.5687%20103.317%2039.4447L99.9506%2037.1947C99.2859%2036.7501%2098.3899%2036.7061%2097.6839%2037.0787L96.8013%2037.5467C97.1973%2036.2621%2097.9986%2033.6581%2098.5186%2031.9667C98.8073%2031.0287%2098.4206%2030.2947%2097.4846%2030.0027L91.0606%2027.9961C91.3919%2027.1081%2091.5199%2026.1421%2091.4126%2025.1641L92.9706%2024.3401L94.0466%2026.3734C93.7246%2026.7047%2093.6313%2027.2161%2093.8593%2027.6461C94.0493%2028.0061%2094.4206%2028.2301%2094.8273%2028.2301C95.0046%2028.2301%2095.1813%2028.1861%2095.3393%2028.1027C95.5973%2027.9654%2095.7873%2027.7361%2095.8733%2027.4567C95.9593%2027.1774%2095.9313%2026.8814%2095.7953%2026.6221C95.5759%2026.2081%2095.0913%2025.9941%2094.6386%2026.0654L93.5599%2024.0274L95.0293%2023.2501C95.1806%2023.1701%2095.2466%2022.9887%2095.1819%2022.8301C94.2859%2020.6147%2090.7039%2017.2567%2087.5946%2017.1587C87.5413%2017.1607%2087.4799%2017.1701%2087.4279%2017.1967L87.1879%2017.3247L84.9139%2014.7714C84.6339%2014.4667%2084.3259%2014.2054%2083.9999%2013.9807C83.1766%2013.4134%2082.2279%2013.1047%2081.2379%2013.1047C79.7239%2013.1047%2078.2453%2013.8134%2077.2819%2014.9987C76.3146%2016.1921%2075.9659%2017.7274%2076.3046%2019.3347L77.1353%2022.6447L76.8946%2022.7714C76.8433%2022.7987%2076.8006%2022.8394%2076.7686%2022.8881ZM38.8433%20140.427C39.754%20140.216%2040.594%20140.496%2040.874%20141.477C41.3646%20143.788%2037.1626%20144.558%2037.8633%20149.6L43.5353%20148.339L43.3253%20147.429L38.9133%20148.409C38.6333%20144.838%2042.5553%20144.067%2041.9246%20141.197C41.6446%20139.936%2040.5239%20139.095%2038.7033%20139.515C37.6533%20139.726%2036.6726%20140.356%2036.1826%20140.846L36.6726%20141.617C37.1626%20141.126%2037.9333%20140.637%2038.8433%20140.427ZM46.1267%20139.586C46.1967%20140.076%2046.3367%20140.846%2046.5467%20141.687L47.0367%20143.928L45.1461%20144.347C44.7961%20144.418%2044.3061%20144.558%2044.0254%20144.628L46.1267%20139.586ZM47.2466%20144.838L47.8073%20147.289L48.8573%20147.079L48.2973%20144.628L49.6979%20144.347L49.4879%20143.437L48.0873%20143.717L46.7566%20137.695L45.9866%20137.835L42.9053%20144.978L43.0453%20145.749L47.2466%20144.838ZM29.5674%20133.743L57.7027%20126.949L60.694%20139.333L63.0367%20149.036C63.0374%20149.041%2063.0387%20149.046%2063.0401%20149.05C63.2887%20150.048%2063.9814%20150.821%2064.8567%20151.211L37.9761%20157.703C37.312%20157.864%2036.6294%20157.755%2036.048%20157.4C35.6074%20157.131%2035.266%20156.743%2035.0574%20156.282L34.8954%20155.806L30.9174%20139.333L29.5674%20133.743ZM64.2809%20129.628L66.6249%20139.333L68.4709%20146.976C68.4715%20146.979%2068.4722%20146.983%2068.4729%20146.987L68.6395%20147.675V147.676C68.9682%20149.041%2068.1249%20150.421%2066.7602%20150.751H66.7596L66.7582%20150.752C65.3922%20151.082%2064.0129%20150.237%2063.6829%20148.871C63.6822%20148.866%2063.6809%20148.862%2063.6796%20148.858L61.3796%20139.333L59.3242%20130.825L64.2809%20129.628ZM34.5028%20156.668C34.7688%20157.201%2035.1795%20157.65%2035.7002%20157.969C36.2122%20158.281%2036.7868%20158.442%2037.3715%20158.442C37.6248%20158.442%2037.8795%20158.411%2038.1322%20158.351L66.9162%20151.4C66.9168%20151.4%2066.9175%20151.399%2066.9175%20151.399C68.6402%20150.982%2069.7028%20149.241%2069.2868%20147.518L67.3102%20139.333L64.8502%20129.147C64.8075%20128.968%2064.6248%20128.861%2064.4482%20128.901L59.1682%20130.177L58.2722%20126.468C58.2515%20126.382%2058.1982%20126.308%2058.1222%20126.261C58.0462%20126.216%2057.9555%20126.203%2057.8695%20126.222L29.0875%20133.174C28.9075%20133.217%2028.7982%20133.397%2028.8415%20133.576L30.2315%20139.333L34.3762%20156.495C34.3935%20156.567%2034.4408%20156.626%2034.5028%20156.668ZM79.45%20181.826C80.7654%20180.511%2082.3227%20179.53%2084%20178.902C86.874%20177.827%2090.102%20177.795%2093.078%20178.943C93.2487%20179.007%2093.4427%20178.923%2093.5087%20178.751C93.5753%20178.579%2093.4893%20178.387%2093.3173%20178.32C90.268%20177.143%2086.9653%20177.147%2084%20178.195C82.1467%20178.85%2080.4227%20179.91%2078.9787%20181.355C73.8547%20186.479%2073.7587%20194.74%2078.6627%20200H79.586C79.542%20199.957%2079.494%20199.922%2079.45%20199.879C74.474%20194.901%2074.474%20186.803%2079.45%20181.826ZM61.5812%200H60.3399C57.5112%201.70067%2054.2025%202.68067%2050.6692%202.68067C47.1345%202.68067%2043.8259%201.70067%2040.9965%200H39.7559C42.8725%202.112%2046.6292%203.34733%2050.6692%203.34733C54.7085%203.34733%2058.4645%202.112%2061.5812%200ZM50.6689%20164.347C39.9163%20164.347%2031.1689%20173.095%2031.1689%20183.847C31.1689%20190.56%2034.5783%20196.491%2039.7556%20200H40.9963C35.5129%20196.704%2031.8356%20190.698%2031.8356%20183.847C31.8356%20173.463%2040.2829%20165.014%2050.6689%20165.014C61.0529%20165.014%2069.5009%20173.463%2069.5009%20183.847C69.5009%20190.698%2065.8236%20196.704%2060.3396%20200H61.5809C66.7583%20196.491%2070.1676%20190.56%2070.1676%20183.847C70.1676%20173.095%2061.4203%20164.347%2050.6689%20164.347ZM119.169%20177.004C118.951%20176.987%20118.695%20176.975%20118.408%20176.975C116.916%20176.975%20114.803%20177.295%20112.935%20178.75C112.911%20178.651%20112.89%20178.551%20112.87%20178.452C112.855%20178.37%20112.837%20178.288%20112.824%20178.206C112.8%20178.054%20112.785%20177.902%20112.773%20177.751C112.768%20177.69%20112.758%20177.63%20112.756%20177.568C112.745%20177.369%20112.743%20177.169%20112.75%20176.972C112.75%20176.961%20112.75%20176.948%20112.75%20176.937C112.838%20174.76%20114%20172.745%20115.839%20171.578C115.855%20171.569%20115.87%20171.561%20115.886%20171.552C116.049%20171.451%20116.216%20171.355%20116.389%20171.268C116.472%20171.226%20116.559%20171.191%20116.643%20171.152C116.752%20171.103%20116.86%20171.051%20116.972%20171.007C117.083%20170.965%20117.198%20170.929%20117.31%20170.892C117.388%20170.867%20117.463%20170.84%20117.541%20170.817C117.212%20172.821%20117.757%20174.897%20119.169%20177.004ZM144.029%20180.698L139.685%20164.519C139.661%20164.433%20139.605%20164.36%20139.529%20164.316C139.452%20164.271%20139.362%20164.26%20139.276%20164.283L117.501%20170.131C117.287%20170.188%20117.081%20170.258%20116.877%20170.333C116.854%20170.341%20116.83%20170.347%20116.807%20170.355C116.699%20170.397%20116.595%20170.447%20116.491%20170.493C116.369%20170.545%20116.246%20170.593%20116.128%20170.651C116.078%20170.677%20116.031%20170.707%20115.98%20170.733C115.813%20170.822%20115.646%20170.912%20115.487%20171.013C115.483%20171.014%20115.481%20171.017%20115.479%20171.019C114.489%20171.644%20113.659%20172.502%20113.058%20173.545C112.336%20174.798%20112.008%20176.203%20112.091%20177.613V177.641C112.105%20177.854%20112.13%20178.067%20112.163%20178.281C112.167%20178.312%20112.168%20178.343%20112.173%20178.373C112.213%20178.617%20112.264%20178.86%20112.329%20179.102L112.419%20179.433C112.419%20179.433%20112.419%20179.434%20112.419%20179.434L117.942%20200H118.632L113.119%20179.471C114.893%20177.971%20116.963%20177.642%20118.408%20177.642C119.247%20177.642%20119.806%20177.755%20119.811%20177.755C119.836%20177.761%20119.862%20177.764%20119.884%20177.762C120.081%20177.759%20120.226%20177.616%20120.226%20177.429C120.226%20177.325%20120.176%20177.231%20120.101%20177.169C120.035%20177.081%20119.982%20176.993%20119.921%20176.907L137.537%20172.175C137.715%20172.128%20137.821%20171.945%20137.773%20171.767C137.725%20171.59%20137.541%20171.483%20137.365%20171.532L119.523%20176.323C118.289%20174.359%20117.873%20172.445%20118.268%20170.615L139.127%20165.013L143.315%20180.611C143.049%20180.59%20142.779%20180.577%20142.507%20180.577C141.617%20180.577%20140.725%20180.695%20139.857%20180.929C138.245%20181.362%20136.797%20182.167%20135.604%20183.267L118.858%20187.763C118.681%20187.811%20118.575%20187.993%20118.622%20188.171C118.663%20188.32%20118.797%20188.418%20118.945%20188.418C118.973%20188.418%20119.003%20188.414%20119.031%20188.407L134.722%20184.193C134.333%20184.653%20133.977%20185.148%20133.669%20185.682C133.283%20186.353%20132.985%20187.059%20132.761%20187.783L119.798%20191.264C119.619%20191.311%20119.515%20191.494%20119.562%20191.672C119.603%20191.82%20119.737%20191.919%20119.884%20191.919C119.913%20191.919%20119.943%20191.915%20119.971%20191.907L132.555%20188.527C132.323%20189.548%20132.257%20190.597%20132.35%20191.647L120.738%20194.766C120.561%20194.813%20120.455%20194.996%20120.503%20195.174C120.543%20195.323%20120.677%20195.421%20120.825%20195.421C120.853%20195.421%20120.883%20195.417%20120.911%20195.409L132.427%20192.316C132.484%20192.685%20132.557%20193.053%20132.655%20193.418C132.817%20194.021%20133.035%20194.597%20133.297%20195.147L121.678%20198.267C121.501%20198.315%20121.395%20198.497%20121.444%20198.675C121.483%20198.824%20121.618%20198.922%20121.765%20198.922C121.794%20198.922%20121.823%20198.918%20121.852%20198.91L133.606%20195.753C134.139%20196.705%20134.819%20197.554%20135.609%20198.279L129.202%20200H131.769L136.227%20198.803C136.831%20199.274%20137.489%20199.673%20138.185%20200H140.118C136.858%20199.155%20134.203%20196.613%20133.299%20193.245C132.639%20190.787%20132.976%20188.219%20134.247%20186.015C134.72%20185.195%20135.302%20184.462%20135.973%20183.83C135.973%20183.829%20135.973%20183.829%20135.974%20183.829C137.104%20182.763%20138.487%20181.987%20140.03%20181.573C140.841%20181.355%20141.675%20181.244%20142.507%20181.244C146.806%20181.244%20150.587%20184.147%20151.702%20188.303C153.064%20193.377%20150.045%20198.612%20144.972%20199.975C144.937%20199.984%20144.901%20199.991%20144.866%20200H146.823C147.34%20199.755%20147.831%20199.469%20148.293%20199.149L148.522%20200H149.212L148.869%20198.725C151.926%20196.269%20153.426%20192.153%20152.345%20188.131C151.285%20184.182%20147.977%20181.297%20144.029%20180.698ZM126.449%20139.333C126.137%20137.066%20126.679%20134.803%20128.008%20132.935C129.683%20130.579%20132.414%20129.173%20135.314%20129.173C137.177%20129.173%20138.967%20129.745%20140.487%20130.826C142.433%20132.208%20143.724%20134.27%20144.122%20136.629C144.277%20137.537%20144.287%20138.447%20144.168%20139.333C143.977%20140.751%20143.447%20142.109%20142.595%20143.305C140.923%20145.66%20138.191%20147.067%20135.289%20147.067C133.426%20147.067%20131.638%20146.495%20130.117%20145.414C128.172%20144.031%20126.881%20141.971%20126.481%20139.611C126.467%20139.519%20126.462%20139.426%20126.449%20139.333ZM129.731%20145.957C131.366%20147.119%20133.287%20147.733%20135.289%20147.733C138.407%20147.733%20141.341%20146.222%20143.141%20143.691C144.072%20142.381%20144.647%20140.889%20144.841%20139.333C144.958%20138.409%20144.94%20137.463%20144.78%20136.519C144.351%20133.983%20142.965%20131.769%20140.873%20130.283C139.24%20129.121%20137.317%20128.507%20135.314%20128.507C132.199%20128.507%20129.264%20130.018%20127.465%20132.548C126.055%20134.532%20125.47%20136.927%20125.779%20139.333C125.795%20139.463%20125.803%20139.592%20125.825%20139.721C126.254%20142.257%20127.641%20144.472%20129.731%20145.957ZM54.9499%20136.925L54.8099%20136.225L52.4986%20136.715L52.0086%20134.474L51.3086%20134.614L52.0086%20137.555L54.9499%20136.925ZM52.2888%20133.564C54.1794%20133.564%2055.7201%20135.104%2055.7201%20136.995C55.7201%20138.885%2054.1794%20140.427%2052.2888%20140.427C50.3981%20140.427%2048.8574%20138.885%2048.8574%20136.995C48.8574%20135.104%2050.3981%20133.564%2052.2888%20133.564ZM52.2889%20141.057C54.5302%20141.057%2056.3509%20139.235%2056.3509%20136.995C56.3509%20134.754%2054.5302%20132.933%2052.2889%20132.933C50.0482%20132.933%2048.2275%20134.754%2048.2275%20136.995C48.2275%20139.235%2050.0482%20141.057%2052.2889%20141.057ZM121.337%20155.787L125.179%20150.38L127.05%20151.709L123.206%20157.115C122.916%20157.524%20122.3%20157.633%20121.884%20157.338L121.56%20157.109C121.354%20156.962%20121.216%20156.743%20121.174%20156.493C121.132%20156.243%20121.19%20155.993%20121.337%20155.787ZM127.708%20146.822C127.995%20147.071%20128.295%20147.309%20128.611%20147.534C128.924%20147.757%20129.251%20147.958%20129.582%20148.147L127.436%20151.166L125.565%20149.837L127.708%20146.822ZM124.505%20139.333C124.215%20136.763%20124.82%20134.083%20126.432%20131.814C128.47%20128.947%20131.789%20127.235%20135.311%20127.235C137.578%20127.235%20139.755%20127.932%20141.608%20129.249C143.977%20130.934%20145.549%20133.44%20146.033%20136.306C146.204%20137.321%20146.226%20138.337%20146.115%20139.333C145.914%20141.149%20145.259%20142.895%20144.172%20144.425C142.135%20147.293%20138.814%20149.004%20135.293%20149.004C133.027%20149.004%20130.85%20148.308%20128.997%20146.991C126.375%20145.127%20124.841%20142.303%20124.505%20139.333ZM121.174%20157.652L121.499%20157.881C121.774%20158.077%20122.096%20158.181%20122.434%20158.181C122.955%20158.181%20123.449%20157.927%20123.751%20157.501L127.774%20151.842C127.779%20151.836%20127.782%20151.83%20127.786%20151.825L130.172%20148.469C131.757%20149.259%20133.499%20149.671%20135.293%20149.671C139.031%20149.671%20142.554%20147.854%20144.716%20144.811C145.886%20143.167%20146.58%20141.287%20146.784%20139.333C146.892%20138.3%20146.868%20137.247%20146.692%20136.195C146.176%20133.153%20144.508%20130.493%20141.994%20128.706C140.028%20127.308%20137.717%20126.569%20135.312%20126.569C131.574%20126.569%20128.052%20128.385%20125.889%20131.427C124.193%20133.815%20123.543%20136.63%20123.835%20139.333C124.116%20141.937%20125.27%20144.439%20127.223%20146.354L120.793%20155.4C120.543%20155.751%20120.446%20156.179%20120.517%20156.604C120.588%20157.03%20120.822%20157.401%20121.174%20157.652ZM56.2045%200H53.5258C52.5912%200.163333%2051.6372%200.251333%2050.6692%200.251333C49.7005%200.251333%2048.7465%200.163333%2047.8118%200H45.1318C46.8912%200.601333%2048.7552%200.918%2050.6692%200.918C52.5818%200.918%2054.4458%200.601333%2056.2045%200ZM142.685%20197.435L141.259%20192.129C141.221%20191.98%20141.086%20191.881%20140.939%20191.881C140.91%20191.881%20140.881%20191.885%20140.853%20191.893L138.093%20192.633L140.915%20184.866L147.247%20190.176L144.489%20190.916C144.403%20190.939%20144.331%20190.995%20144.285%20191.072C144.242%20191.149%20144.229%20191.24%20144.253%20191.325L145.677%20196.631L142.685%20197.435ZM146.408%20196.779L144.982%20191.474L148.036%20190.655C148.157%20190.622%20148.25%20190.525%20148.277%20190.405C148.303%20190.283%20148.26%20190.157%20148.165%20190.077L140.977%20184.049C140.894%20183.979%20140.782%20183.955%20140.676%20183.983C140.572%20184.011%20140.488%20184.089%20140.45%20184.191L137.248%20193.007C137.205%20193.125%20137.231%20193.255%20137.315%20193.346C137.398%20193.437%20137.528%20193.473%20137.647%20193.443L140.702%20192.623L142.128%20197.929C142.15%20198.014%20142.206%20198.087%20142.283%20198.131C142.334%20198.161%20142.392%20198.176%20142.45%20198.176C142.478%20198.176%20142.507%20198.172%20142.535%20198.164L146.172%20197.187C146.35%20197.14%20146.454%20196.957%20146.408%20196.779ZM139.533%20140.933L135.066%20138L138%20133.533L137.134%20133L133.667%20138.267L138.934%20141.733L139.533%20140.933ZM158.973%20124.603C160.107%20124.603%20161.258%20124.388%20162.37%20123.936C166.995%20122.055%20169.227%20116.764%20167.346%20112.141C166.012%20108.863%20162.866%20106.65%20159.33%20106.503C159.164%20106.515%20158.991%20106.638%20158.982%20106.823C158.976%20107.007%20159.118%20107.162%20159.302%20107.17C162.578%20107.306%20165.494%20109.355%20166.728%20112.392C168.47%20116.675%20166.402%20121.575%20162.119%20123.318C157.838%20125.06%20152.935%20122.992%20151.193%20118.709C149.944%20115.637%20150.625%20112.111%20152.926%20109.724C153.055%20109.592%20153.051%20109.381%20152.919%20109.253C152.786%20109.127%20152.576%20109.129%20152.448%20109.261C149.962%20111.838%20149.227%20115.645%20150.576%20118.961C152.003%20122.471%20155.397%20124.603%20158.973%20124.603ZM152.204%20159.468C152.204%20159.333%20152.096%20159.225%20151.961%20159.224H149.73L151.308%20157.646C151.404%20157.551%20151.404%20157.397%20151.308%20157.301C151.214%20157.206%20151.059%20157.206%20150.964%20157.301L149.385%20158.881V156.169C149.384%20156.035%20149.276%20155.926%20149.142%20155.926C149.006%20155.926%20148.897%20156.035%20148.897%20156.169V158.881L147.318%20157.301C147.224%20157.206%20147.069%20157.206%20146.974%20157.301C146.879%20157.397%20146.879%20157.551%20146.974%20157.646L148.553%20159.225H146.32C146.186%20159.225%20146.077%20159.334%20146.077%20159.468C146.076%20159.603%20146.186%20159.713%20146.32%20159.713H148.553L146.975%20161.29C146.879%20161.385%20146.879%20161.539%20146.974%20161.635C147.022%20161.683%20147.085%20161.706%20147.146%20161.706C147.208%20161.706%20147.271%20161.683%20147.319%20161.635L148.897%20160.057V162.767C148.897%20162.901%20149.006%20163.011%20149.142%20163.011C149.276%20163.011%20149.385%20162.901%20149.385%20162.767V160.057L150.964%20161.635C151.01%20161.683%20151.073%20161.706%20151.135%20161.706C151.198%20161.706%20151.26%20161.683%20151.308%20161.635C151.402%20161.539%20151.402%20161.385%20151.308%20161.29L149.73%20159.713H151.962C152.096%20159.713%20152.205%20159.603%20152.204%20159.468ZM174.516%2092.7019C174.342%2092.6379%20174.15%2092.7252%20174.086%2092.8979C174.022%2093.0705%20174.11%2093.2625%20174.282%2093.3265L196.098%20101.483C196.136%20101.497%20196.175%20101.503%20196.214%20101.503C196.349%20101.503%20196.477%20101.421%20196.526%20101.287C196.591%20101.114%20196.504%20100.922%20196.331%20100.857L174.516%2092.7019ZM175.622%2011.5632C177.512%2011.5632%20179.054%2013.1039%20179.054%2014.9946C179.054%2016.8859%20177.512%2018.4266%20175.622%2018.4266C173.731%2018.4266%20172.19%2016.8859%20172.19%2014.9946C172.19%2013.1039%20173.731%2011.5632%20175.622%2011.5632ZM175.622%2019.0567C177.863%2019.0567%20179.684%2017.2353%20179.684%2014.9947C179.684%2012.754%20177.863%2010.9333%20175.622%2010.9333C173.381%2010.9333%20171.56%2012.754%20171.56%2014.9947C171.56%2017.2353%20173.381%2019.0567%20175.622%2019.0567ZM0.662667%2089.6047C0.798%2089.6047%200.924667%2089.522%200.975333%2089.388C1.03867%2089.2153%200.951333%2089.0233%200.78%2088.9593L0%2088.6673V89.38L0.545333%2089.584C0.584667%2089.5987%200.623333%2089.6047%200.662667%2089.6047ZM194.193%20136.567C193.948%20136.763%20193.808%20137.055%20193.808%20137.368L193.808%20139.333L193.8%20153.758C193.8%20155.012%20194.598%20156.083%20195.767%20156.467L195.51%20157.623C195.434%20157.969%20195.496%20158.324%20195.687%20158.623C195.878%20158.923%20196.173%20159.13%20196.52%20159.206L200%20159.98V159.297L196.664%20158.555C196.491%20158.517%20196.343%20158.414%20196.25%20158.265C196.154%20158.116%20196.123%20157.939%20196.162%20157.767L196.413%20156.636L200%20157.433V156.749L196.231%20155.911C196.23%20155.911%20196.228%20155.911%20196.227%20155.911L196.186%20155.902C195.173%20155.678%20194.466%20154.796%20194.466%20153.758L194.474%20139.333L194.475%20137.368C194.475%20137.258%20194.524%20137.155%20194.61%20137.087C194.673%20137.035%20194.754%20137.007%20194.836%20137.007C194.862%20137.007%20194.889%20137.01%20194.914%20137.016L200%20138.146V137.463L195.059%20136.365C194.758%20136.297%20194.434%20136.373%20194.193%20136.567ZM197.698%2097.536C197.833%2097.536%20197.96%2097.4534%20198.009%2097.3194C198.074%2097.1467%20197.987%2096.9547%20197.814%2096.89L175.999%2088.7354C175.825%2088.6707%20175.634%2088.7587%20175.569%2088.9314C175.505%2089.1033%20175.592%2089.296%20175.765%2089.36L197.581%2097.5154C197.619%2097.5294%20197.659%2097.536%20197.698%2097.536ZM0.337333%2059.644C1.43333%2059.644%202.396%2058.8387%202.56%2057.7234C2.738%2056.5174%201.90467%2055.3767%200.697333%2055.1787L0%2055.0754V55.7494L0.594667%2055.8374C1.44%2055.976%202.026%2056.778%201.90067%2057.6267C1.774%2058.4887%200.972667%2059.0874%200.106667%2058.9607L0%2058.9447V59.6194L0.01%2059.6207C0.119333%2059.636%200.228667%2059.644%200.337333%2059.644ZM199.179%2093.5706C199.314%2093.5706%20199.441%2093.488%20199.492%2093.3533C199.556%2093.1813%20199.469%2092.9893%20199.297%2092.9246L177.48%2084.77C177.307%2084.7066%20177.116%2084.7933%20177.052%2084.9653C176.987%2085.138%20177.075%2085.33%20177.247%2085.3946L199.062%2093.5493C199.101%2093.564%20199.141%2093.5706%20199.179%2093.5706ZM188.369%20122.567C188.611%20123.315%20189.02%20123.9%20189.525%20124.208C189.02%20124.516%20188.611%20125.1%20188.369%20125.85C188.128%20125.1%20187.719%20124.516%20187.215%20124.208C187.719%20123.9%20188.128%20123.315%20188.369%20122.567ZM188.129%20127.445C188.129%20127.577%20188.237%20127.685%20188.368%20127.685C188.501%20127.685%20188.607%20127.577%20188.607%20127.445C188.607%20125.82%20189.404%20124.447%20190.347%20124.447C190.478%20124.447%20190.586%20124.34%20190.586%20124.208C190.586%20124.075%20190.478%20123.969%20190.347%20123.969C189.404%20123.969%20188.607%20122.595%20188.607%20120.971C188.607%20120.839%20188.501%20120.732%20188.368%20120.732C188.237%20120.732%20188.129%20120.839%20188.129%20120.971C188.129%20122.595%20187.334%20123.969%20186.391%20123.969C186.257%20123.969%20186.151%20124.075%20186.151%20124.208C186.151%20124.34%20186.257%20124.447%20186.391%20124.447C187.334%20124.447%20188.129%20125.82%20188.129%20127.445ZM122.704%202.42267C122.733%202.42267%20122.762%202.41867%20122.791%202.41067L131.768%200H129.202L122.618%201.768C122.441%201.81533%20122.336%201.998%20122.384%202.176C122.423%202.32467%20122.558%202.42267%20122.704%202.42267ZM1.73933%20118.883C2.88733%20118.883%203.97%20118.181%204.394%20117.044L11.2827%2098.6206C11.828%2097.1586%2011.0833%2095.5233%209.62133%2094.9753L7.428%2094.1572L12.1407%2089.4106C12.254%2089.2972%2012.2687%2089.1193%2012.1787%2088.9873C12.088%2088.8546%2011.9153%2088.8079%2011.77%2088.8706L3.87533%2092.3413L5.772%2087.2686C6.318%2085.8059%205.57333%2084.1712%204.112%2083.6239L0%2082.0866V82.7986L3.87733%2084.2479C4.996%2084.6666%205.56467%2085.9173%205.14733%2087.0353L2.97667%2092.8433L0%20100.805V102.707L3.54933%2093.2132L10.4287%2090.1879L6.59133%2094.0533C6.51133%2094.1339%206.47733%2094.2493%206.50267%2094.3599C6.52667%2094.4706%206.60533%2094.5612%206.71133%2094.6012L9.388%2095.5999C10.5053%2096.0192%2011.0747%2097.2699%2010.6573%2098.3873L3.77067%20116.811C3.352%20117.928%202.10133%20118.497%200.984667%20118.079L0%20117.711V118.424L0.751333%20118.705C1.07667%20118.826%201.41133%20118.883%201.73933%20118.883ZM145.145%200.618667C145.733%200.460667%20146.291%200.251333%20146.823%200H144.866C144.088%200.199333%20143.291%200.303333%20142.495%200.303333C141.679%200.303333%20140.882%200.198%20140.118%200H138.185C139.505%200.621333%20140.967%200.97%20142.495%200.97C143.385%200.97%20144.277%200.852667%20145.145%200.618667ZM4.27067%2057.976C4.58933%2055.8066%203.08467%2053.782%200.916%2053.4626L0%2053.3273V54.0013L0.818667%2054.1226C2.624%2054.388%203.87667%2056.0733%203.61133%2057.8793C3.35733%2059.6033%201.76467%2060.856%200%2060.6766V61.348C0.114%2061.358%200.228667%2061.3733%200.342%2061.3733C2.29667%2061.3733%203.986%2059.9126%204.27067%2057.976ZM178.282%2014.9245L178.143%2014.2245L175.832%2014.7145L175.342%2012.4739L174.642%2012.6139L175.342%2015.5552L178.282%2014.9245ZM178.535%2080.9986C178.471%2081.1713%20178.559%2081.3633%20178.73%2081.4279L200%2089.3799V88.6673L178.964%2080.8026C178.789%2080.7393%20178.6%2080.8259%20178.535%2080.9986ZM183.133%20170.358C183.103%20170.177%20182.93%20170.053%20182.75%20170.083L162.565%20173.407C162.383%20173.437%20162.26%20173.607%20162.291%20173.789C162.316%20173.953%20162.459%20174.068%20162.618%20174.068C162.637%20174.068%20162.655%20174.067%20162.673%20174.064L182.858%20170.741C183.039%20170.711%20183.163%20170.539%20183.133%20170.358ZM183.738%20174.027C183.709%20173.845%20183.537%20173.721%20183.355%20173.753L163.171%20177.077C162.989%20177.107%20162.867%20177.278%20162.896%20177.46C162.922%20177.623%20163.064%20177.739%20163.225%20177.739C163.243%20177.739%20163.26%20177.738%20163.279%20177.734L183.463%20174.41C183.645%20174.381%20183.768%20174.209%20183.738%20174.027ZM4.59483%20126.67L4.83883%20126.367C4.95283%20126.222%204.92883%20126.012%204.78417%20125.899C4.64017%20125.784%204.43017%20125.81%204.3155%20125.953L4.07617%20126.251C3.66083%20126.766%203.23083%20127.298%202.98283%20127.906C2.7175%20128.556%202.6775%20129.339%202.86417%20130.233C2.9135%20130.473%202.97283%20130.71%203.03217%20130.945C3.16083%20131.464%203.28217%20131.953%203.29883%20132.433C3.3195%20133.037%203.11883%20133.665%202.7195%20134.25C2.6155%20134.401%202.65417%20134.609%202.80617%20134.714C2.86417%20134.753%202.92883%20134.771%202.99417%20134.771C3.10017%20134.771%203.20483%20134.721%203.26817%20134.627C3.75017%20133.924%203.99017%20133.158%203.9655%20132.41C3.94617%20131.86%203.81017%20131.313%203.67817%20130.785C3.6215%20130.557%203.56417%20130.328%203.51617%20130.097C3.3575%20129.336%203.38617%20128.683%203.60017%20128.157C3.81083%20127.64%204.19217%20127.169%204.59483%20126.67ZM180.646%204.87598L185.981%2026.9633C185.982%2026.968%20185.983%2026.9726%20185.985%2026.9773C186.233%2027.9746%20186.926%2028.748%20187.802%2029.138L160.921%2035.63C160.257%2035.792%20159.574%2035.6826%20158.993%2035.3266C158.552%2035.0573%20158.211%2034.67%20158.002%2034.2093L157.84%2033.7333L152.512%2011.6706L180.646%204.87598ZM187.226%207.55469L191.416%2024.9034L191.418%2024.9134L191.585%2025.602V25.6034C191.914%2026.968%20191.07%2028.348%20189.705%2028.6787H189.704L189.702%2028.6794C188.338%2029.0114%20186.958%2028.1634%20186.628%2026.798C186.628%2026.7934%20186.626%2026.7894%20186.625%2026.7854L182.27%208.75202L187.226%207.55469ZM157.321%2034.4221C157.338%2034.4941%20157.386%2034.5528%20157.448%2034.5955C157.715%2035.1288%20158.125%2035.5775%20158.645%2035.8961C159.157%2036.2088%20159.731%2036.3695%20160.316%2036.3695C160.57%2036.3695%20160.825%2036.3388%20161.077%2036.2781L189.861%2029.3268C189.862%2029.3268%20189.863%2029.3261%20189.863%2029.3261C191.585%2028.9088%20192.647%2027.1681%20192.231%2025.4448L187.795%207.0748C187.753%206.8948%20187.57%206.78814%20187.393%206.82814L182.113%208.10347L181.217%204.39547C181.197%204.30947%20181.143%204.23547%20181.067%204.1888C180.992%204.14347%20180.9%204.13013%20180.814%204.14947L152.033%2011.1015C151.853%2011.1448%20151.743%2011.3248%20151.785%2011.5035L157.321%2034.4221ZM9.54136%20127.763L9.78069%20127.465C9.89469%20127.322%209.87069%20127.112%209.72669%20126.997C9.58269%20126.883%209.37269%20126.907%209.25802%20127.051L9.02336%20127.344C8.60602%20127.859%208.17402%20128.393%207.92469%20129.004C7.65936%20129.655%207.61936%20130.437%207.80669%20131.333C7.85602%20131.571%207.91469%20131.807%207.97336%20132.041C8.10136%20132.56%208.22469%20133.05%208.24002%20133.532C8.26069%20134.135%208.06002%20134.764%207.66069%20135.349C7.55669%20135.501%207.59602%20135.708%207.74802%20135.813C7.80536%20135.852%207.87069%20135.871%207.93469%20135.871C8.04202%20135.871%208.14669%20135.82%208.21136%20135.725C8.69136%20135.021%208.93136%20134.256%208.90669%20133.51C8.88869%20132.958%208.75202%20132.409%208.61936%20131.881C8.56336%20131.654%208.50602%20131.426%208.45869%20131.197C8.30002%20130.435%208.32736%20129.781%208.54202%20129.256C8.75402%20128.735%209.13669%20128.264%209.54136%20127.763ZM169.459%2017.5859C169.53%2018.0759%20169.67%2018.8459%20169.88%2019.6866L170.37%2021.9279L168.479%2022.3479C168.129%2022.4179%20167.639%2022.5579%20167.359%2022.6279L169.459%2017.5859ZM170.581%2022.838L171.141%2025.2886L172.191%2025.0793L171.631%2022.628L173.032%2022.348L172.822%2021.4373L171.421%2021.718L170.091%2015.6953L169.32%2015.8353L166.239%2022.978L166.379%2023.748L170.581%2022.838ZM162.177%2018.4267C163.088%2018.216%20163.928%2018.4967%20164.208%2019.4767C164.699%2021.788%20160.497%2022.558%20161.197%2027.6L166.869%2026.3393L166.659%2025.4286L162.248%2026.4093C161.967%2022.838%20165.889%2022.0673%20165.259%2019.1967C164.978%2017.936%20163.858%2017.0953%20162.037%2017.516C160.987%2017.726%20160.007%2018.356%20159.517%2018.846L160.007%2019.6167C160.497%2019.1267%20161.267%2018.636%20162.177%2018.4267ZM196.846%20191.427C196.557%20191.83%20196.127%20192.097%20195.637%20192.178L173.28%20195.859C172.789%20195.939%20172.296%20195.825%20171.893%20195.535C171.489%20195.246%20171.222%20194.817%20171.142%20194.326L170.31%20189.277L186.584%20186.597C187.251%20186.489%20187.834%20186.126%20188.228%20185.577C188.621%20185.028%20188.778%20184.359%20188.668%20183.692L186.77%20172.163L190.551%20167.038L189.372%20171.453C189.342%20171.563%20189.371%20171.679%20189.448%20171.763C189.524%20171.847%20189.636%20171.888%20189.749%20171.868L192.225%20171.459C193.233%20171.295%20194.196%20171.982%20194.364%20172.993L197.17%20190.039C197.251%20190.53%20197.136%20191.023%20196.846%20191.427ZM169.752%20188.72C169.736%20188.73%20169.725%20188.745%20169.711%20188.757C169.694%20188.773%20169.673%20188.785%20169.659%20188.805L165.794%20194.043L166.973%20189.629C167.002%20189.519%20166.974%20189.402%20166.897%20189.318C166.834%20189.248%20166.744%20189.209%20166.65%20189.209C166.633%20189.209%20166.615%20189.211%20166.596%20189.214L164.12%20189.621C163.088%20189.794%20162.147%20189.09%20161.981%20188.087L159.174%20171.041C159.094%20170.551%20159.21%20170.058%20159.499%20169.655C159.788%20169.25%20160.219%20168.983%20160.708%20168.902L183.064%20165.22C184.1%20165.059%20185.038%20165.752%20185.204%20166.755L186.088%20172.127C186.088%20172.128%20186.089%20172.129%20186.089%20172.13L188.01%20183.8C188.091%20184.291%20187.977%20184.784%20187.687%20185.188C187.397%20185.593%20186.968%20185.859%20186.477%20185.94L169.873%20188.674C169.83%20188.681%20169.788%20188.697%20169.752%20188.72ZM195.022%20172.885C194.795%20171.511%20193.494%20170.577%20192.116%20170.801L190.148%20171.127L191.647%20165.511C191.69%20165.356%20191.616%20165.194%20191.471%20165.125C191.328%20165.054%20191.153%20165.099%20191.058%20165.227L186.618%20171.245L185.862%20166.647C185.638%20165.285%20184.366%20164.332%20182.956%20164.563L160.6%20168.245C159.934%20168.354%20159.35%20168.717%20158.956%20169.266C158.563%20169.815%20158.407%20170.483%20158.516%20171.15L161.324%20188.195C161.548%20189.557%20162.825%20190.509%20164.228%20190.279L166.195%20189.955L164.696%20195.569C164.655%20195.724%20164.73%20195.886%20164.873%20195.955C164.92%20195.978%20164.97%20195.989%20165.018%20195.989C165.12%20195.989%20165.222%20195.94%20165.286%20195.853L169.726%20189.836L170.483%20194.434C170.592%20195.101%20170.955%20195.684%20171.504%20196.077C171.938%20196.388%20172.448%20196.551%20172.972%20196.551C173.11%20196.551%20173.25%20196.539%20173.389%20196.517L195.745%20192.835C196.411%20192.726%20196.994%20192.363%20197.388%20191.815C197.782%20191.267%20197.938%20190.597%20197.828%20189.931L195.022%20172.885ZM184.563%20181.093L164.379%20184.416C164.197%20184.446%20164.074%20184.617%20164.104%20184.799C164.131%20184.963%20164.272%20185.078%20164.432%20185.078C164.45%20185.078%20164.469%20185.077%20164.487%20185.074L184.671%20181.75C184.853%20181.72%20184.977%20181.549%20184.947%20181.367C184.917%20181.186%20184.745%20181.061%20184.563%20181.093ZM184.341%20177.697C184.312%20177.516%20184.14%20177.389%20183.959%20177.422L163.774%20180.746C163.592%20180.776%20163.47%20180.947%20163.5%20181.129C163.526%20181.293%20163.668%20181.409%20163.828%20181.409C163.845%20181.409%20163.864%20181.407%20163.882%20181.403L184.066%20178.079C184.248%20178.049%20184.371%20177.879%20184.341%20177.697Z'%20fill='%23525C69'/%3e%3c/svg%3e",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:N2&&N2.tagName.toUpperCase()==="SCRIPT"&&N2.src||new URL("vuessages.umd.js",document.baseURI).href).href}},emits:["messageAction","loadMore","loadMoreDown","messageVisible","clickRepliedMessage","forceScrollToBottom","keyboardAction","feedAction"],setup(t,{emit:n}){const a=t,o=e.ref(),l=e.ref(),s=e.ref(),f=e.ref(!1),i=e.ref(!1),r=e.ref(!1),c=e.ref(!1),d=e.ref(!1),C=e.ref(!1),A=e.ref(!1),p=e.ref("");let m=null;const h=e.inject("chatAppId"),{setReply:u,getMessage:k,resetReply:_}=t2(h),M=n,L=e.computed(()=>!!(i.value&&a.objects.length>0&&a.objects[a.objects.length-1].keyboard)),y=$=>{M("keyboardAction",$)},g=$=>{M("feedAction",$)};function b($=!0){const U=e.unref(l);let w=0;s.value&&(w=s.value.refKeyboard.clientHeight);const z=100,Z=U.scrollHeight-U.scrollTop-U.clientHeight;Z<z+w?(f.value=!1,i.value=!0):(f.value=!0,i.value=!1),C.value?(U.scrollTop<300&&(d.value=!1,r.value=!1),Z<300&&(c.value=!1,d.value=!0)):$&&(U.scrollTop<300&&(r.value=!1),Z<300&&(c.value=!1)),d2(),A.value=!0,m&&window.clearTimeout(m),m=window.setTimeout(()=>{A.value=!1},500)}e.watch(()=>[c.value,r.value],()=>{c.value||M("loadMoreDown"),r.value||M("loadMore")});const E=$=>{const U=e.unref(l);($.offsetX>U.clientWidth||$.offsetY>U.clientHeight)&&(C.value=!0)},B=()=>{C.value=!1},j=Lf(()=>b(),250),O=$=>({"message.text":R4,"message.image":T4,"message.file":S4,"message.audio":w4,"message.video":F4,"message.call":V4,"message.system":v4,"system.date":I4,"message.typing":i3})[$];function V(){e.nextTick(function(){const $=e.unref(l);$.scrollTop=$.scrollHeight})}function S(){M("forceScrollToBottom"),V()}e.watch(()=>a.scrollToBottom,()=>{console.log("force scroll to bottom"),a.scrollToBottom&&V()},{immediate:!0});const v=$=>{M("messageAction",$)},H=$=>{M("clickRepliedMessage",$)},F=($,U)=>{if(a.enableDoubleClickReply&&($==null||$.preventDefault(),U.type.indexOf("system")==-1&&U.type.indexOf("typing")==-1)){const w=document.getElementById("chat-input-reply-line-"+h);w&&(w.style.display="inherit"),u({messageId:U.messageId,type:U.type,text:U.text,filename:U.filename,url:U.url,header:U.header,callDuration:U.callDuration})}},P=()=>{_();const $=document.getElementById("chat-input-reply-line-"+h);$&&($.style.display="none")},M2=$=>{$.forEach(U=>{U.isIntersecting&&M("messageVisible",JSON.parse(U.target.id))})},K={root:document.getElementById("feed-container-"+h),rootMargin:"5px",threshold:0},y2=new IntersectionObserver(M2,K);e.watch(()=>a.objects,()=>{e.nextTick(()=>{if(r.value=!0,c.value=!0,b(!1),C.value){const $=e.unref(l);d.value&&($.scrollTop=$.scrollHeight-400),d.value||($.scrollTop=400)}o.value=document.querySelectorAll(".tracking-message"),o.value.forEach($=>y2.observe($))})},{immediate:!0}),e.watch(()=>a.scrollTo,()=>{var $;if(a.scrollTo){const U=a.scrollTo;let w=document.getElementById(U),z=document.getElementById("feed-container-"+h);w instanceof HTMLElement&&z instanceof HTMLElement&&(z.scrollTop=w.offsetTop+w.clientHeight/2-z.clientHeight/2),($=document.getElementById(U))==null||$.children[0].classList.add("focused-message"),setTimeout(()=>{var Z;(Z=document.getElementById(U))==null||Z.children[0].classList.remove("focused-message")},2e3)}});const k2=e.computed(()=>!a.objects||a.objects.length===0?[]:a.objects.map(($,U,w)=>{const z=U>0&&w[U-1].position===$.position&&w[U-1].header===$.header,Z=U>0&&!["message.system","message.typing"].includes(w[U-1].type);return{...$,isFirstInSeries:!z||!Z}}));function d2(){const $=e.unref(l);if(!$||!o.value)return;const U=$.getBoundingClientRect().top;let w=null;for(const z of o.value){const Z=z.getBoundingClientRect();if(Z.top<=U+1&&Z.bottom>U){w=z;break}}if(!w){for(const z of o.value)if(z.getBoundingClientRect().top>=U){w=z;break}}if(w)try{const z=JSON.parse(w.id);if(!z||!z.timestamp)return;const Z=new Date(Number(z.timestamp)*1e3);p.value=Z.toLocaleDateString()}catch{}}return($,U)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[t.objects.length>0||t.typing?(e.openBlock(),e.createElementBlock("div",{key:0,id:"feed-container-"+e.unref(h),ref_key:"refFeed",ref:l,class:"message-feed",style:e.normalizeStyle({backgroundImage:`url(${a.chatBackground})`}),onScroll:U[0]||(U[0]=w=>e.unref(j)()),onMousedown:E,onMouseup:B},[e.createVNode(e.Transition,null,{default:e.withCtx(()=>[A.value?(e.openBlock(),e.createBlock(e.unref(D4),{key:0,class:"message-feed__sticky-date",text:p.value},null,8,["text"])):e.createCommentVNode("",!0)]),_:1}),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k2.value,(w,z)=>(e.openBlock(),e.createElementBlock("div",{id:JSON.stringify(w),key:`${w.messageId??"mid"}-${z}`,class:"tracking-message",onDblclick:Z=>F(Z,w)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(O(w.type)),{key:`${w.messageId??"mid"}-${z}`,class:"message-feed__message",message:w,"apply-style":t.applyStyle,"is-first-in-series":w.isFirstInSeries,onAction:v,onReply:H},null,40,["message","apply-style","is-first-in-series"]))],40,Mf))),128)),t.typing?(e.openBlock(),e.createBlock(e.unref(i3),{key:0,message:{subText:t.typing.title,avatar:t.typing.avatar}},null,8,["message"])):e.createCommentVNode("",!0),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[L.value?(e.openBlock(),e.createBlock(e.unref(x4),{key:0,ref_key:"keyboardRef",ref:s,class:"message-feed__keyboard",keyboard:t.objects[t.objects.length-1].keyboard,align:t.keyboardAlign,onAction:y},null,8,["keyboard","align"])):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[f.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:"message-feed__button-down",onClick:S},[t.buttonParams?(e.openBlock(),e.createElementBlock("div",yf,e.toDisplayString(t.buttonParams.unreadAmount),1)):e.createCommentVNode("",!0),U[1]||(U[1]=e.createElementVNode("span",{class:"pi pi-angle-down message-feed__icon-down"},null,-1))])):e.createCommentVNode("",!0)]),_:1}),t.feedKeyboards&&t.feedKeyboards.length>0?(e.openBlock(),e.createBlock(e.unref(B4),{key:1,buttons:t.feedKeyboards,align:t.feedKeyboardAlign,onAction:g},null,8,["buttons","align"])):e.createCommentVNode("",!0)],44,hf)):(e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"refFeed",ref:l,class:"message-feed"},[e.createElementVNode("div",kf,[e.renderSlot($.$slots,"empty-feed",{},void 0,!0)])],512)),e.unref(k)().reply?(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"#chat-input-reply-line-"+e.unref(h)},[e.createVNode(e.unref(v2),{class:"chat-input-reply",message:e.unref(k)().reply,onReset:P},null,8,["message"])],8,["to"])):e.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-9f1597a8"]]),bf={class:"sidebar__scroll-container"},Ef=["onClick"],Nf=["src","alt"],wf={key:0},Vf=["onClick"],If=["src","alt"],Df=["src"],Bf={key:2},Sf={class:"sidebar__settings-container"},Tf={class:"sidebar__settings-btn"},xf=I({__name:"SideBar",props:{sidebarItems:{type:Array,required:!0,default:()=>[]},horizontal:{type:Boolean,required:!1,default:!1},menuActions:{type:Array,required:!1,default:()=>[]}},emits:["selectItem"],setup(t,{emit:n}){const a=t,o=e.toRef(a,"sidebarItems"),l=e.toRef(a,"menuActions"),s=n,f=e.computed(()=>o.value.filter(g=>g.isFixedBottom).sort((g,b)=>b.notificationCount-g.notificationCount)),i=e.computed(()=>o.value.filter(g=>!g.isFixedBottom).sort((g,b)=>b.notificationCount-g.notificationCount)),r=g=>{const b=o.value.find(E=>E.itemId===g);s("selectItem",b)},c=(g,b)=>{L(g.currentTarget),r(b)},d=g=>{const b=g.split(" ");return b.length>2?b.slice(0,2).join(" "):g},C=g=>{console.log("Выбрано действие:",g),typeof g.action=="function"&&g.action()},A=()=>{console.log("Кнопка меню была нажата")},p=e.ref(null),m=e.ref(!1),h=e.ref(0),u=e.ref(40),k=e.ref(!1),_=g=>{const b=p.value;if(!b||!g)return 0;const E=b.getBoundingClientRect(),B=g.getBoundingClientRect(),O=B.top+B.height/2-E.top-u.value/2;return Math.max(0,O)},M=()=>{if(!p.value)return;const b=p.value.querySelector(".sidebar__image--active");b?(h.value=_(b),m.value=!0):m.value=!1},L=g=>{try{if(!g||!p.value)return;const b=g.querySelector(".sidebar__image");if(!b)return;const E=_(b),B=12,j=160;k.value=!0,u.value=B,setTimeout(()=>{h.value=E,requestAnimationFrame(()=>{u.value=40,setTimeout(()=>{k.value=!1},j)})},j)}catch{}},y=()=>M();return e.onMounted(()=>{var b;e.nextTick(M),window.addEventListener("resize",y);const g=(b=p.value)==null?void 0:b.querySelector(".sidebar__scroll-container");g&&g.addEventListener("scroll",M)}),e.onUnmounted(()=>{var b;window.removeEventListener("resize",y);const g=(b=p.value)==null?void 0:b.querySelector(".sidebar__scroll-container");g&&g.removeEventListener("scroll",M)}),e.watch(()=>o.value.map(g=>g.selected),()=>e.nextTick(M)),(g,b)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"containerRef",ref:p,class:e.normalizeClass(["sidebar__container",{"sidebar-horizontal__container":t.horizontal}])},[!t.horizontal&&m.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["sidebar__selected-bar",{"is-animating":k.value}]),style:e.normalizeStyle({top:h.value+"px",height:u.value+"px"})},null,6)):e.createCommentVNode("",!0),e.createElementVNode("div",bf,[e.createElementVNode("ul",{class:e.normalizeClass(["sidebar__list-fixed",{"sidebar-horizontal__list-fixed":t.horizontal}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f.value,(E,B)=>(e.openBlock(),e.createElementBlock("li",{key:B,class:e.normalizeClass(["sidebar__item-fixed",{"sidebar-horizontal__item":t.horizontal}]),onClick:j=>c(j,E.itemId)},[E.name?(e.openBlock(),e.createBlock(e.unref(w2),{key:0,text:d(E.name),position:"right",offset:8},{default:e.withCtx(()=>[e.createElementVNode("img",{src:E.icon,alt:E.name,class:e.normalizeClass(["sidebar__image",{"sidebar__image--active":E.selected===!0,"sidebar-horizontal__image":t.horizontal}])},null,10,Nf),b[0]||(b[0]=e.createElementVNode("p",null,"Мои",-1)),E.notificationCount?(e.openBlock(),e.createElementBlock("span",wf,e.toDisplayString(E.notificationCount>99?"99+":E.notificationCount),1)):e.createCommentVNode("",!0)]),_:2},1032,["text"])):e.createCommentVNode("",!0)],10,Ef))),128))],2),e.createElementVNode("ul",{class:e.normalizeClass(["sidebar__list",{"sidebar-horizontal__list":t.horizontal}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,(E,B)=>(e.openBlock(),e.createElementBlock("li",{key:B,class:e.normalizeClass(["sidebar__item",{"sidebar-horizontal__item":t.horizontal}]),onClick:j=>c(j,E.itemId)},[E.name?(e.openBlock(),e.createBlock(e.unref(w2),{key:0,text:E.name,position:"right",offset:8},{default:e.withCtx(()=>[e.createElementVNode("img",{src:E.icon,alt:E.name,class:e.normalizeClass(["sidebar__image",{"sidebar__image--active":E.selected===!0,"sidebar-horizontal__image":t.horizontal}])},null,10,If)]),_:2},1032,["text"])):(e.openBlock(),e.createElementBlock("img",{key:1,src:E.icon,alt:"icon",class:e.normalizeClass(["sidebar__image",{"sidebar__image--active":E.selected===!0,"sidebar-horizontal__image":t.horizontal}])},null,10,Df)),E.notificationCount?(e.openBlock(),e.createElementBlock("span",Bf,e.toDisplayString(E.notificationCount>99?"99+":E.notificationCount),1)):e.createCommentVNode("",!0)],10,Vf))),128))],2)]),e.createElementVNode("div",Sf,[e.createVNode(e.unref(s0),{actions:l.value,mode:"click","menu-side":"top-right",onClick:C,onButtonClick:A},{default:e.withCtx(()=>[e.createElementVNode("button",Tf,[e.createVNode(e.unref(y3))])]),_:1},8,["actions"])])],2))}},[["__scopeId","data-v-97422b2b"]]),jf={},zf={class:"base-layout__container"},Zf={class:"base-layout__first-col"},Of={class:"base-layout__second-col"};function Uf(t,n){return e.openBlock(),e.createElementBlock("div",zf,[e.createElementVNode("div",Zf,[e.renderSlot(t.$slots,"first-col",{},void 0,!0)]),e.createElementVNode("div",Of,[e.renderSlot(t.$slots,"second-col",{},void 0,!0)])])}const $f=I(jf,[["render",Uf],["__scopeId","data-v-027fa553"]]),vf={},Rf={class:"extend-layout__container"},Ff={class:"extend-layout__first-col"},Qf={class:"extend-layout__second-col"},Hf={class:"extend-layout__third-col"};function Pf(t,n){return e.openBlock(),e.createElementBlock("div",Rf,[e.createElementVNode("div",Ff,[e.renderSlot(t.$slots,"first-col",{},void 0,!0)]),e.createElementVNode("div",Qf,[e.renderSlot(t.$slots,"second-col",{},void 0,!0)]),e.createElementVNode("div",Hf,[e.renderSlot(t.$slots,"third-col",{},void 0,!0)])])}const Yf=I(vf,[["render",Pf],["__scopeId","data-v-3f76dc89"]]),qf=["id"],Wf=["id"],Kf=["id"],Jf=["id"],Gf=I({__name:"AdaptiveExtendedLayout",props:{isSecondColVisible:{type:Boolean,required:!0},isThirdColVisible:{type:Boolean,required:!0}},setup(t){const n=t;e.watch(()=>[n.isSecondColVisible,n.isThirdColVisible],()=>{n.isSecondColVisible&&l(),n.isThirdColVisible&&o()},{immediate:!0});const a=e.inject("chatAppId"),o=()=>{const s=document.getElementById("extern-layout-container-"+a);s.style.setProperty("--chotto-adaptive-extended-layout-second-col-display","none"),s.style.setProperty("--chotto-adaptive-extended-layout-third-col-display","flex"),s.style.setProperty("--chotto-adaptive-extended-layout-second-col-width","0%"),s.style.setProperty("--chotto-adaptive-extended-layout-third-col-width","100%")},l=()=>{const s=document.getElementById("extern-layout-container-"+a);s.style.setProperty("--chotto-adaptive-extended-layout-second-col-display","flex"),s.style.setProperty("--chotto-adaptive-extended-layout-third-col-display","none"),s.style.setProperty("--chotto-adaptive-extended-layout-second-col-width","100%"),s.style.setProperty("--chotto-adaptive-extended-layout-third-col-width","0%")};return e.onMounted(()=>{const s=document.getElementById("extern-layout-container-"+a),f=document.getElementById("extend-layout-first-col-"+a);s.style.setProperty("--chotto-adaptive-extended-layout-first-col-width",f.offsetWidth+"px")}),(s,f)=>(e.openBlock(),e.createElementBlock("div",{id:"extern-layout-container-"+e.unref(a),ref:"refContainer",class:"extend-layout__container"},[e.createElementVNode("div",{id:"extend-layout-first-col-"+e.unref(a),class:"extend-layout__first-col"},[e.renderSlot(s.$slots,"first-col",{},void 0,!0)],8,Wf),e.createElementVNode("div",{id:"extend-layout-second-col-"+e.unref(a),class:"extend-layout__second-col"},[e.renderSlot(s.$slots,"second-col",{},void 0,!0)],8,Kf),e.createElementVNode("div",{id:"extend-layout-third-col-"+e.unref(a),class:"extend-layout__third-col"},[e.renderSlot(s.$slots,"third-col",{},void 0,!0)],8,Jf)],8,qf))}},[["__scopeId","data-v-45cdbb05"]]),Xf={},es={class:"base-layout__container"},ts={class:"base-layout__first-col"};function ns(t,n){return e.openBlock(),e.createElementBlock("div",es,[e.createElementVNode("div",ts,[e.renderSlot(t.$slots,"default",{},void 0,!0)])])}const as=I(Xf,[["render",ns],["__scopeId","data-v-7f230bdf"]]),os=["id"],ls={key:0,class:"chat-wrapper__selected-chat"},fs={key:1,style:{display:"flex",width:"100%"}},ss={style:{margin:"auto"}},is={key:2,class:"chat-wrapper__chat-panel"},rs=I(e.defineComponent({__name:"ChatWrapper",props:{isOpenChatPanel:{type:Boolean,default:!1},isSelectedChat:{type:Boolean,default:!1},chatPanelWidth:{type:Number,required:!1,default:50},applyStyle:{type:Function,default:()=>null}},setup(t){const n=e.inject("chatAppId");return(a,o)=>(e.openBlock(),e.createElementBlock("div",{id:"chat-wrapper-"+e.unref(n),class:e.normalizeClass(["chat-wrapper",t.applyStyle()])},[t.isSelectedChat?(e.openBlock(),e.createElementBlock("div",ls,[e.renderSlot(a.$slots,"default",{},void 0,!0)])):(e.openBlock(),e.createElementBlock("div",fs,[e.createElementVNode("div",ss,[e.renderSlot(a.$slots,"placeholder",{},void 0,!0)])])),t.isOpenChatPanel?(e.openBlock(),e.createElementBlock("div",is,[e.renderSlot(a.$slots,"chatpanel",{},void 0,!0)])):e.createCommentVNode("",!0)],10,os))}}),[["__scopeId","data-v-669042d4"]]),cs=["id"],ds=I({__name:"BaseContainer",props:{height:{type:String,default:"100%"},width:{type:String,default:"100%"},extChatAppId:{type:String,default:""}},setup(t){const n=t,a=e.useId();return e.provide("chatAppId",a),e.provide("extChatAppId",n.extChatAppId?n.extChatAppId:""),(o,l)=>(e.openBlock(),e.createElementBlock("div",{id:e.unref(a),class:"base"},[e.createElementVNode("div",{class:"base__container",style:e.normalizeStyle({height:t.height,width:t.width})},[e.renderSlot(o.$slots,"default",{},void 0,!0)],4)],8,cs))}},[["__scopeId","data-v-048b73f8"]]),Cs=["id"],As={class:"float-window__container"},us=["src","alt"],ms={class:"float-window__title"},gs={style:{"margin-left":"auto",display:"flex"}},ps=I({__name:"FloatContainer",props:{title:{type:String,required:!0},avatar:{type:String,required:!0},height:{type:String,default:"100%"},width:{type:String,default:"100%"},extChatAppId:{type:String,default:""}},emits:["close-window","get-size"],setup(t,{emit:n}){const a=t,o=e.ref({x:0,y:0}),l=e.ref(null),s=e.ref(null),f=e.ref(!1),i=e.ref(0),r=e.ref(0),c=e.ref(0),d=e.useId();e.provide("chatAppId",d),e.provide("extChatAppId",a.extChatAppId?a.extChatAppId:"");const C=m=>{f.value=!0,i.value=m.clientX-l.value.offsetLeft,r.value=m.clientY-l.value.offsetTop},A=()=>f.value=!1,p=m=>{if(f.value){const h=m.clientX-i.value,u=m.clientY-r.value;o.value.x=h,o.value.y=u}};return e.onMounted(()=>{document.addEventListener("mousemove",p),window.addEventListener("resize",()=>{l.value&&(o.value.x=Math.max(0,Math.min(o.value.x,window.innerWidth-l.value.offsetWidth)),o.value.y=Math.max(0,Math.min(o.value.y,window.innerHeight-l.value.offsetHeight)))}),c.value=l.value.offsetHeight-s.value.offsetHeight}),(m,h)=>(e.openBlock(),e.createElementBlock("div",{id:e.unref(d),ref_key:"element",ref:l,class:"float-window",style:e.normalizeStyle({left:o.value.x+"px",top:o.value.y+"px",userSelect:f.value?"none":"auto",height:t.height,width:t.width,display:"flex"})},[e.createElementVNode("div",As,[e.createElementVNode("div",{ref_key:"container",ref:s,class:"float-window__controls",onMousedown:C,onMouseup:A,onMouseleave:A},[a.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,class:"float-window__avatar",src:a.avatar,alt:a.title},null,8,us)):e.createCommentVNode("",!0),e.createElementVNode("p",ms,e.toDisplayString(a.title),1),e.createElementVNode("div",gs,[e.renderSlot(m.$slots,"controls",{},void 0,!0),e.createElementVNode("button",{class:"float-window__close-button",onClick:h[0]||(h[0]=u=>m.$emit("close-window"))},[...h[1]||(h[1]=[e.createElementVNode("span",{class:"pi pi-times"},null,-1)])])])],544),e.createElementVNode("div",{class:"float-window__content",style:e.normalizeStyle({height:c.value+"px"})},[e.renderSlot(m.$slots,"default",{},void 0,!0)],4)])],12,Cs))}},[["__scopeId","data-v-f1ea5fb6"]]),Ls={class:"video-recorder__header"},hs={class:"video-recorder__controls"},Ms={class:"video-recorder__recording-container"},ys={class:"video-recorder__recording-time"},ks=Object.freeze(Object.defineProperty({__proto__:null,default:I(e.defineComponent({__name:"ModalVideoRecorder",emits:["change","submit","close"],setup(t,{emit:n}){const a=e.ref(),o=e.ref(0),l=e.ref(0),s=e.ref(0),f=e.ref(0),i=e.computed(()=>{let O=f.value<10?"0"+f.value:f.value,V=s.value<10?"0"+s.value:s.value,S=l.value<10?"0"+l.value:l.value,v=o.value<10?"00"+o.value:o.value<100?"0"+o.value:o.value;return d.value?O+":"+V+":"+S+":"+v:" "}),r=e.ref(),c=e.ref(),d=e.ref(!1),C=e.ref(),A=e.ref(),p=e.ref([]),m=e.ref(),h=e.ref(),u=e.ref("camera"),k=()=>{u.value=="camera"?(u.value="screen",j()):u.value=="screen"&&(y(),u.value="camera",B())},_=async()=>{!d.value&&A.value instanceof MediaStream&&(C.value=new MediaRecorder(A.value),C.value.start(),C.value.ondataavailable=O=>{p.value.push(O.data)},d.value=!0,a.value=setInterval(()=>{o.value+=10,o.value==1e3&&(o.value=0,l.value++,l.value==60&&(l.value=0,s.value++,s.value==60&&(s.value=0,f.value++)))},10))},M=async()=>{g(),y(),m.value&&(m.value=void 0,await B())},L=()=>{C.value&&(C.value.stop(),C.value.onstop=async()=>{h.value=new File(p.value,"videomessage.mp4",{type:"video/*"});const O=URL.createObjectURL(h.value);m.value=O,e.nextTick(()=>{c.value&&(c.value.src=O)})}),g(),y()};function y(){var V;let O=(V=A.value)==null?void 0:V.getTracks();O==null||O.forEach(S=>S.stop())}const g=()=>{clearInterval(a.value),o.value=0,l.value=0,s.value=0,f.value=0,d.value=!1,C.value=void 0,p.value=[]},b=n,E=()=>{b("change",{videoFile:h.value}),b("submit")},B=async()=>{await navigator.mediaDevices.getUserMedia({audio:!0,video:!0}).then(O=>{const V=e.unref(r.value);A.value=O,V.srcObject=O,V.addEventListener("loadedmetadata",()=>{var S;(S=e.unref(r.value))==null||S.play()}),V.muted=!0})},j=async()=>{const O={video:{cursor:"always"},audio:!1};await navigator.mediaDevices.getDisplayMedia(O).then(V=>{const S=e.unref(r.value);A.value=V,S.srcObject=V,S.addEventListener("loadedmetadata",()=>{var v;(v=e.unref(r.value))==null||v.play()}),S.muted=!0})};return e.onMounted(async()=>{await B()}),(O,V)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Ls,[e.createElementVNode("button",{class:"video-recorder__button video-recorder__button-close",onClick:V[0]||(V[0]=S=>b("close"))},[...V[1]||(V[1]=[e.createElementVNode("span",{class:"pi pi-times"},null,-1)])])]),e.createElementVNode("div",null,[e.withDirectives(e.createElementVNode("video",{ref_key:"refVideo",ref:r,class:"video-recorder__view-area"},null,512),[[e.vShow,!m.value]]),e.withDirectives(e.createElementVNode("video",{ref_key:"refRecord",ref:c,class:"video-recorder__view-area",controls:""},null,512),[[e.vShow,m.value]]),e.createElementVNode("div",hs,[e.createElementVNode("div",Ms,[!d.value&&!m.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:"video-recorder__button",onClick:k},[e.createElementVNode("span",{class:e.normalizeClass({"pi pi-desktop":u.value=="camera","pi pi-camera":u.value=="screen"})},null,2)])):e.createCommentVNode("",!0),m.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:1,class:e.normalizeClass(["video-recorder__button",{"video-recorder__recording-button":d.value}]),onClick:_},[e.createElementVNode("span",{class:e.normalizeClass(["pi",{"pi-circle-fill video-recorder__recording-icon":d.value,"pi-video":!d.value}])},null,2)],2)),!d.value&&m.value?(e.openBlock(),e.createElementBlock("button",{key:2,class:"video-recorder__button",onClick:M},[...V[2]||(V[2]=[e.createElementVNode("span",{class:"pi pi-trash"},null,-1)])])):e.createCommentVNode("",!0),d.value?(e.openBlock(),e.createElementBlock("button",{key:3,class:"video-recorder__button",onClick:L},[...V[3]||(V[3]=[e.createElementVNode("div",{class:"video-recorder__stop"},null,-1)])])):e.createCommentVNode("",!0),e.createElementVNode("span",ys,e.toDisplayString(i.value),1)]),e.createElementVNode("button",{class:e.normalizeClass(["video-recorder__button",{"video-recorder__button-disabled":!m.value}]),onClick:E},[...V[4]||(V[4]=[e.createElementVNode("span",{class:"video-recorder__save-button"}," Прикрепить видео ",-1)])],2)])])],64))}}),[["__scopeId","data-v-47304124"]])},Symbol.toStringTag,{value:"Module"})),_s=Object.freeze(Object.defineProperty({__proto__:null,default:I({__name:"CreateChat",props:{title:{type:String,required:!0}},emits:["change"],setup(t,{emit:n}){const a=e.ref(""),o=n,l=()=>{o("change",{name:a.value})};return(s,f)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("h2",null,e.toDisplayString(t.title),1),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=i=>a.value=i),type:"text",class:"name",onInput:l},null,544),[[e.vModelText,a.value]])]))}},[["__scopeId","data-v-65f726e8"]])},Symbol.toStringTag,{value:"Module"})),bs=Object.freeze(Object.defineProperty({__proto__:null,default:I({__name:"CreateChat2",props:{title:{type:String,required:!0}},emits:["change"],setup(t,{emit:n}){const a=e.ref({}),o=n,l=()=>{o("change",{contact:a.value})};return(s,f)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("h2",null,e.toDisplayString(t.title),1),f[2]||(f[2]=e.createElementVNode("label",null,"Имя",-1)),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=i=>a.value.name=i),type:"text",onInput:l},null,544),[[e.vModelText,a.value.name]]),f[3]||(f[3]=e.createElementVNode("br",null,null,-1)),f[4]||(f[4]=e.createElementVNode("label",null,"Телефон",-1)),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":f[1]||(f[1]=i=>a.value.phone=i),type:"text",onInput:l},null,544),[[e.vModelText,a.value.phone]])]))}},[["__scopeId","data-v-3a76f520"]])},Symbol.toStringTag,{value:"Module"})),Es={class:"modal__contact-line"},Ns=["value"],ws={class:"modal__channel-line"},Vs=["disabled"],Is=["value"],Ds=["disabled"],Bs=Object.freeze(Object.defineProperty({__proto__:null,default:I({__name:"CreateDialog",props:{title:{type:String,required:!0},name:{type:String,required:!0},contacts:{type:Array,required:!0},channels:{type:Array,required:!0},filter:{type:Function,required:!1,default:null}},emits:["change","submit"],setup(t,{emit:n}){const a=t,o=e.ref(),l=e.ref(),s=e.computed(()=>!!(o.value&&l.value)),f=e.computed(()=>!!(a.filter&&l.value||!a.filter)),i=e.computed(()=>a.filter&&l.value?a.filter(l.value,a.channels):a.channels),r=n,c=()=>{r("change",{channel:o.value,contact:l.value}),r("submit")};return(d,C)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("h3",null,e.toDisplayString(t.title),1),e.createElementVNode("div",null," Контакт: "+e.toDisplayString(t.name),1),e.createElementVNode("div",Es,[C[2]||(C[2]=e.createElementVNode("h3",{style:{margin:"0"}}," Куда пишем ",-1)),e.withDirectives(e.createElementVNode("select",{id:"folder","onUpdate:modelValue":C[0]||(C[0]=A=>l.value=A)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.contacts,A=>(e.openBlock(),e.createElementBlock("option",{key:A.id||A.value,value:A},e.toDisplayString(A.value),9,Ns))),128))],512),[[e.vModelSelect,l.value]])]),e.createElementVNode("div",ws,[C[3]||(C[3]=e.createElementVNode("h3",{style:{margin:"0"}}," Через какой канал ",-1)),e.withDirectives(e.createElementVNode("select",{id:"folder","onUpdate:modelValue":C[1]||(C[1]=A=>o.value=A),disabled:!f.value},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,A=>(e.openBlock(),e.createElementBlock("option",{key:A.id||A.title,value:A},e.toDisplayString(A.title),9,Is))),128))],8,Vs),[[e.vModelSelect,o.value]])]),e.createElementVNode("button",{type:"button",class:"modal__button-start","aria-label":"Close modal",disabled:!s.value,onClick:c}," Начать диалог ",8,Ds)]))}},[["__scopeId","data-v-c9b375bd"]])},Symbol.toStringTag,{value:"Module"})),Ss={class:"participant-list"},Ts=["id","value"],xs=["for"],js=Object.freeze(Object.defineProperty({__proto__:null,default:I({__name:"SelectUser2",props:{users:{type:Array,required:!0},title:{type:String,required:!0}},emits:["change"],setup(t,{emit:n}){const a=e.ref([]),o=n,l=()=>{console.log("check"),o("change",{selectedUsers:a.value})};return(s,f)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("h2",null,e.toDisplayString(t.title),1),e.createElementVNode("div",Ss,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.users,i=>(e.openBlock(),e.createElementBlock("div",{key:i.userId,class:"participant-item"},[e.withDirectives(e.createElementVNode("input",{id:i.userId,"onUpdate:modelValue":f[0]||(f[0]=r=>a.value=r),type:"checkbox",value:i.userId,onChange:l},null,40,Ts),[[e.vModelCheckbox,a.value]]),e.createElementVNode("label",{for:i.userId},e.toDisplayString(i.name||"unknown username"),9,xs)]))),128))])]))}},[["__scopeId","data-v-9268d5f4"]])},Symbol.toStringTag,{value:"Module"}));N.AdaptiveExtendedLayout=Gf,N.AudioMessage=w4,N.AudioRecorder=bn,N.AvatarIcon=b1,N.BaseContainer=ds,N.BaseLayout=$f,N.BaseReplyMessage=v2,N.ButtonCommandsSelector=_7,N.ButtonContextMenu=s0,N.ButtonEmojiPicker=K5,N.ButtonTemplateSelector=ne,N.ButtonWabaTemplateSelector=ae,N.CallMessage=V4,N.ChannelSelector=In,N.ChatFilter=r4,N.ChatInfo=vn,N.ChatInput=cf,N.ChatItem=U0,N.ChatList=pf,N.ChatPanel=Yn,N.ChatTabs=c4,N.ChatWrapper=rs,N.CheckIcon=p3,N.CloseButtonIcon=L3,N.CommunicationPanel=W9,N.ContactCRMIcon=h3,N.ContactInfo=ca,N.ContextMenu=z2,N.DateMessage=I4,N.DateMessageSticky=D4,N.EmbedPreview=Y2,N.ExtendedLayout=Yf,N.Feed=_f,N.FeedFoundItem=b3,N.FeedFoundObjects=C7,N.FeedKeyboard=B4,N.FeedLayout=as,N.FeedSearch=g7,N.FileMessage=S4,N.FilePreview=p0,N.FileUploader=Ie,N.FloatContainer=ps,N.ImageMessage=T4,N.LinkPreview=q2,N.MenuIcon=x6,N.MessageKeyboard=x4,N.Modal=D0,N.ModalFullscreen=n0,N.ModalNoFooter=_1,N.PlaceholderComponent=a4,N.ReplyAudioMessage=j4,N.ReplyCallMessage=z4,N.ReplyFileMessage=Z4,N.ReplyImageMessage=O4,N.ReplyTextMessage=U4,N.ReplyVideoMessage=$4,N.SearchIcon=M3,N.SelectUser=k7,N.SettingsIcon=y3,N.SideBar=xf,N.SplashScreen=bl,N.SystemMessage=v4,N.TelegramIcon=k3,N.TemplateSelector=o4,N.TextMessage=R4,N.ThemeMode=Aa,N.Tooltip=w2,N.TypingMessage=i3,N.UserProfile=Ma,N.VideoMessage=F4,N.VideoRecorder=_a,N.WABAAttachmentSection=l4,N.WABAQuickReplyButtons=f4,N.WABASeparatedQuickButtons=s4,N.WABATemplateSelector=i4,N.WhatsAppIcon=_3,N.formatTimestamp=Ht,N.generatePreview=C3,N.getStatus=U2,N.getTypeFileByMime=k1,N.insertDaySeparators=Yt,N.playNotificationAudio=Pt,N.sortByTimestamp=qt,N.statuses=O2,N.uploadFile=o0,N.useDelayDebouncedRef=A3,N.useImmediateDebouncedRef=u3,N.useMessage=t2,N.useModal=P2,N.useModalCreateChat=X4,N.useModalCreateChat2=e6,N.useModalCreateDialog=t6,N.useModalSelectUser2=n6,N.useModalVideoRecorder=g3,N.useSearchModel=m3,N.useTheme=o2,Object.defineProperty(N,Symbol.toStringTag,{value:"Module"})}));
|