@intlayer/design-system 7.5.11 → 7.5.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.
Files changed (430) hide show
  1. package/dist/esm/components/Accordion/Accordion.mjs +1 -1
  2. package/dist/esm/components/Avatar/index.mjs +1 -1
  3. package/dist/esm/components/Breadcrumb/index.mjs +1 -1
  4. package/dist/esm/components/Browser/Browser.mjs +1 -1
  5. package/dist/esm/components/Carousel/index.mjs +1 -1
  6. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
  7. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  8. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  9. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  10. package/dist/esm/components/CopyButton/index.mjs +1 -1
  11. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  12. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  13. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  14. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  15. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  16. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  17. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
  18. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  19. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  20. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  21. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  23. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  24. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  25. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  26. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  27. package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
  28. package/dist/esm/components/HideShow/index.mjs +1 -1
  29. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  30. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  31. package/dist/esm/components/Input/OTPInput.mjs +1 -1
  32. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  33. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -1
  34. package/dist/esm/components/LanguageBackground/index.mjs +2 -1
  35. package/dist/esm/components/LanguageBackground/index.mjs.map +1 -1
  36. package/dist/esm/components/Link/Link.mjs +1 -1
  37. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  38. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  39. package/dist/esm/components/Modal/Modal.mjs +3 -3
  40. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  41. package/dist/esm/components/Pagination/Pagination.mjs +2 -2
  42. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  43. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  44. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  45. package/dist/esm/components/Tab/Tab.mjs +1 -1
  46. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  47. package/dist/esm/components/Table/Table.mjs +1 -1
  48. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
  49. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  50. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  51. package/dist/esm/components/Toaster/Toast.mjs +2 -2
  52. package/dist/esm/components/index.mjs +3 -3
  53. package/dist/esm/dist/esm/components/Container/index.mjs +133 -0
  54. package/dist/esm/dist/esm/components/Container/index.mjs.map +1 -0
  55. package/dist/esm/dist/esm/components/Flags/Flag.mjs +330 -0
  56. package/dist/esm/dist/esm/components/Flags/Flag.mjs.map +1 -0
  57. package/dist/esm/dist/esm/components/Flags/ae.mjs +37 -0
  58. package/dist/esm/dist/esm/components/Flags/ae.mjs.map +1 -0
  59. package/dist/esm/dist/esm/components/Flags/af.mjs +97 -0
  60. package/dist/esm/dist/esm/components/Flags/af.mjs.map +1 -0
  61. package/dist/esm/dist/esm/components/Flags/al.mjs +38 -0
  62. package/dist/esm/dist/esm/components/Flags/al.mjs.map +1 -0
  63. package/dist/esm/dist/esm/components/Flags/am.mjs +34 -0
  64. package/dist/esm/dist/esm/components/Flags/am.mjs.map +1 -0
  65. package/dist/esm/dist/esm/components/Flags/ar.mjs +161 -0
  66. package/dist/esm/dist/esm/components/Flags/ar.mjs.map +1 -0
  67. package/dist/esm/dist/esm/components/Flags/at.mjs +31 -0
  68. package/dist/esm/dist/esm/components/Flags/at.mjs.map +1 -0
  69. package/dist/esm/dist/esm/components/Flags/au.mjs +43 -0
  70. package/dist/esm/dist/esm/components/Flags/au.mjs.map +1 -0
  71. package/dist/esm/dist/esm/components/Flags/az.mjs +47 -0
  72. package/dist/esm/dist/esm/components/Flags/az.mjs.map +1 -0
  73. package/dist/esm/dist/esm/components/Flags/ba.mjs +41 -0
  74. package/dist/esm/dist/esm/components/Flags/ba.mjs.map +1 -0
  75. package/dist/esm/dist/esm/components/Flags/bd.mjs +33 -0
  76. package/dist/esm/dist/esm/components/Flags/bd.mjs.map +1 -0
  77. package/dist/esm/dist/esm/components/Flags/be.mjs +37 -0
  78. package/dist/esm/dist/esm/components/Flags/be.mjs.map +1 -0
  79. package/dist/esm/dist/esm/components/Flags/bg.mjs +34 -0
  80. package/dist/esm/dist/esm/components/Flags/bg.mjs.map +1 -0
  81. package/dist/esm/dist/esm/components/Flags/bh.mjs +31 -0
  82. package/dist/esm/dist/esm/components/Flags/bh.mjs.map +1 -0
  83. package/dist/esm/dist/esm/components/Flags/bn.mjs +43 -0
  84. package/dist/esm/dist/esm/components/Flags/bn.mjs.map +1 -0
  85. package/dist/esm/dist/esm/components/Flags/bo.mjs +3031 -0
  86. package/dist/esm/dist/esm/components/Flags/bo.mjs.map +1 -0
  87. package/dist/esm/dist/esm/components/Flags/br.mjs +107 -0
  88. package/dist/esm/dist/esm/components/Flags/br.mjs.map +1 -0
  89. package/dist/esm/dist/esm/components/Flags/bw.mjs +34 -0
  90. package/dist/esm/dist/esm/components/Flags/bw.mjs.map +1 -0
  91. package/dist/esm/dist/esm/components/Flags/by.mjs +46 -0
  92. package/dist/esm/dist/esm/components/Flags/by.mjs.map +1 -0
  93. package/dist/esm/dist/esm/components/Flags/bz.mjs +339 -0
  94. package/dist/esm/dist/esm/components/Flags/bz.mjs.map +1 -0
  95. package/dist/esm/dist/esm/components/Flags/ca.mjs +31 -0
  96. package/dist/esm/dist/esm/components/Flags/ca.mjs.map +1 -0
  97. package/dist/esm/dist/esm/components/Flags/ch.mjs +31 -0
  98. package/dist/esm/dist/esm/components/Flags/ch.mjs.map +1 -0
  99. package/dist/esm/dist/esm/components/Flags/cl.mjs +44 -0
  100. package/dist/esm/dist/esm/components/Flags/cl.mjs.map +1 -0
  101. package/dist/esm/dist/esm/components/Flags/cn.mjs +58 -0
  102. package/dist/esm/dist/esm/components/Flags/cn.mjs.map +1 -0
  103. package/dist/esm/dist/esm/components/Flags/co.mjs +37 -0
  104. package/dist/esm/dist/esm/components/Flags/co.mjs.map +1 -0
  105. package/dist/esm/dist/esm/components/Flags/cr.mjs +37 -0
  106. package/dist/esm/dist/esm/components/Flags/cr.mjs.map +1 -0
  107. package/dist/esm/dist/esm/components/Flags/cu.mjs +44 -0
  108. package/dist/esm/dist/esm/components/Flags/cu.mjs.map +1 -0
  109. package/dist/esm/dist/esm/components/Flags/cv.mjs +44 -0
  110. package/dist/esm/dist/esm/components/Flags/cv.mjs.map +1 -0
  111. package/dist/esm/dist/esm/components/Flags/cz.mjs +34 -0
  112. package/dist/esm/dist/esm/components/Flags/cz.mjs.map +1 -0
  113. package/dist/esm/dist/esm/components/Flags/de.mjs +34 -0
  114. package/dist/esm/dist/esm/components/Flags/de.mjs.map +1 -0
  115. package/dist/esm/dist/esm/components/Flags/dj.mjs +44 -0
  116. package/dist/esm/dist/esm/components/Flags/dj.mjs.map +1 -0
  117. package/dist/esm/dist/esm/components/Flags/dk.mjs +34 -0
  118. package/dist/esm/dist/esm/components/Flags/dk.mjs.map +1 -0
  119. package/dist/esm/dist/esm/components/Flags/do.mjs +212 -0
  120. package/dist/esm/dist/esm/components/Flags/do.mjs.map +1 -0
  121. package/dist/esm/dist/esm/components/Flags/dz.mjs +34 -0
  122. package/dist/esm/dist/esm/components/Flags/dz.mjs.map +1 -0
  123. package/dist/esm/dist/esm/components/Flags/ec.mjs +623 -0
  124. package/dist/esm/dist/esm/components/Flags/ec.mjs.map +1 -0
  125. package/dist/esm/dist/esm/components/Flags/ee.mjs +34 -0
  126. package/dist/esm/dist/esm/components/Flags/ee.mjs.map +1 -0
  127. package/dist/esm/dist/esm/components/Flags/eg.mjs +113 -0
  128. package/dist/esm/dist/esm/components/Flags/eg.mjs.map +1 -0
  129. package/dist/esm/dist/esm/components/Flags/es-ct.mjs +33 -0
  130. package/dist/esm/dist/esm/components/Flags/es-ct.mjs.map +1 -0
  131. package/dist/esm/dist/esm/components/Flags/es-ga.mjs +793 -0
  132. package/dist/esm/dist/esm/components/Flags/es-ga.mjs.map +1 -0
  133. package/dist/esm/dist/esm/components/Flags/es-pv.mjs +34 -0
  134. package/dist/esm/dist/esm/components/Flags/es-pv.mjs.map +1 -0
  135. package/dist/esm/dist/esm/components/Flags/es.mjs +2227 -0
  136. package/dist/esm/dist/esm/components/Flags/es.mjs.map +1 -0
  137. package/dist/esm/dist/esm/components/Flags/et.mjs +51 -0
  138. package/dist/esm/dist/esm/components/Flags/et.mjs.map +1 -0
  139. package/dist/esm/dist/esm/components/Flags/fi.mjs +34 -0
  140. package/dist/esm/dist/esm/components/Flags/fi.mjs.map +1 -0
  141. package/dist/esm/dist/esm/components/Flags/fo.mjs +42 -0
  142. package/dist/esm/dist/esm/components/Flags/fo.mjs.map +1 -0
  143. package/dist/esm/dist/esm/components/Flags/fr.mjs +34 -0
  144. package/dist/esm/dist/esm/components/Flags/fr.mjs.map +1 -0
  145. package/dist/esm/dist/esm/components/Flags/gb-wls.mjs +44 -0
  146. package/dist/esm/dist/esm/components/Flags/gb-wls.mjs.map +1 -0
  147. package/dist/esm/dist/esm/components/Flags/gb.mjs +40 -0
  148. package/dist/esm/dist/esm/components/Flags/gb.mjs.map +1 -0
  149. package/dist/esm/dist/esm/components/Flags/ge.mjs +38 -0
  150. package/dist/esm/dist/esm/components/Flags/ge.mjs.map +1 -0
  151. package/dist/esm/dist/esm/components/Flags/gh.mjs +37 -0
  152. package/dist/esm/dist/esm/components/Flags/gh.mjs.map +1 -0
  153. package/dist/esm/dist/esm/components/Flags/gr.mjs +67 -0
  154. package/dist/esm/dist/esm/components/Flags/gr.mjs.map +1 -0
  155. package/dist/esm/dist/esm/components/Flags/gt.mjs +462 -0
  156. package/dist/esm/dist/esm/components/Flags/gt.mjs.map +1 -0
  157. package/dist/esm/dist/esm/components/Flags/gw.mjs +68 -0
  158. package/dist/esm/dist/esm/components/Flags/gw.mjs.map +1 -0
  159. package/dist/esm/dist/esm/components/Flags/hk.mjs +45 -0
  160. package/dist/esm/dist/esm/components/Flags/hk.mjs.map +1 -0
  161. package/dist/esm/dist/esm/components/Flags/hn.mjs +84 -0
  162. package/dist/esm/dist/esm/components/Flags/hn.mjs.map +1 -0
  163. package/dist/esm/dist/esm/components/Flags/hr.mjs +95 -0
  164. package/dist/esm/dist/esm/components/Flags/hr.mjs.map +1 -0
  165. package/dist/esm/dist/esm/components/Flags/hu.mjs +34 -0
  166. package/dist/esm/dist/esm/components/Flags/hu.mjs.map +1 -0
  167. package/dist/esm/dist/esm/components/Flags/id.mjs +31 -0
  168. package/dist/esm/dist/esm/components/Flags/id.mjs.map +1 -0
  169. package/dist/esm/dist/esm/components/Flags/ie.mjs +37 -0
  170. package/dist/esm/dist/esm/components/Flags/ie.mjs.map +1 -0
  171. package/dist/esm/dist/esm/components/Flags/il.mjs +47 -0
  172. package/dist/esm/dist/esm/components/Flags/il.mjs.map +1 -0
  173. package/dist/esm/dist/esm/components/Flags/in.mjs +75 -0
  174. package/dist/esm/dist/esm/components/Flags/in.mjs.map +1 -0
  175. package/dist/esm/dist/esm/components/Flags/iq.mjs +41 -0
  176. package/dist/esm/dist/esm/components/Flags/iq.mjs.map +1 -0
  177. package/dist/esm/dist/esm/components/Flags/ir.mjs +113 -0
  178. package/dist/esm/dist/esm/components/Flags/ir.mjs.map +1 -0
  179. package/dist/esm/dist/esm/components/Flags/is.mjs +41 -0
  180. package/dist/esm/dist/esm/components/Flags/is.mjs.map +1 -0
  181. package/dist/esm/dist/esm/components/Flags/it.mjs +37 -0
  182. package/dist/esm/dist/esm/components/Flags/it.mjs.map +1 -0
  183. package/dist/esm/dist/esm/components/Flags/jm.mjs +37 -0
  184. package/dist/esm/dist/esm/components/Flags/jm.mjs.map +1 -0
  185. package/dist/esm/dist/esm/components/Flags/jo.mjs +49 -0
  186. package/dist/esm/dist/esm/components/Flags/jo.mjs.map +1 -0
  187. package/dist/esm/dist/esm/components/Flags/jp.mjs +42 -0
  188. package/dist/esm/dist/esm/components/Flags/jp.mjs.map +1 -0
  189. package/dist/esm/dist/esm/components/Flags/ke.mjs +92 -0
  190. package/dist/esm/dist/esm/components/Flags/ke.mjs.map +1 -0
  191. package/dist/esm/dist/esm/components/Flags/kg.mjs +50 -0
  192. package/dist/esm/dist/esm/components/Flags/kg.mjs.map +1 -0
  193. package/dist/esm/dist/esm/components/Flags/kh.mjs +77 -0
  194. package/dist/esm/dist/esm/components/Flags/kh.mjs.map +1 -0
  195. package/dist/esm/dist/esm/components/Flags/km.mjs +53 -0
  196. package/dist/esm/dist/esm/components/Flags/km.mjs.map +1 -0
  197. package/dist/esm/dist/esm/components/Flags/kr.mjs +65 -0
  198. package/dist/esm/dist/esm/components/Flags/kr.mjs.map +1 -0
  199. package/dist/esm/dist/esm/components/Flags/kw.mjs +45 -0
  200. package/dist/esm/dist/esm/components/Flags/kw.mjs.map +1 -0
  201. package/dist/esm/dist/esm/components/Flags/kz.mjs +95 -0
  202. package/dist/esm/dist/esm/components/Flags/kz.mjs.map +1 -0
  203. package/dist/esm/dist/esm/components/Flags/la.mjs +40 -0
  204. package/dist/esm/dist/esm/components/Flags/la.mjs.map +1 -0
  205. package/dist/esm/dist/esm/components/Flags/lb.mjs +51 -0
  206. package/dist/esm/dist/esm/components/Flags/lb.mjs.map +1 -0
  207. package/dist/esm/dist/esm/components/Flags/li.mjs +137 -0
  208. package/dist/esm/dist/esm/components/Flags/li.mjs.map +1 -0
  209. package/dist/esm/dist/esm/components/Flags/lk.mjs +74 -0
  210. package/dist/esm/dist/esm/components/Flags/lk.mjs.map +1 -0
  211. package/dist/esm/dist/esm/components/Flags/lt.mjs +47 -0
  212. package/dist/esm/dist/esm/components/Flags/lt.mjs.map +1 -0
  213. package/dist/esm/dist/esm/components/Flags/lu.mjs +34 -0
  214. package/dist/esm/dist/esm/components/Flags/lu.mjs.map +1 -0
  215. package/dist/esm/dist/esm/components/Flags/lv.mjs +31 -0
  216. package/dist/esm/dist/esm/components/Flags/lv.mjs.map +1 -0
  217. package/dist/esm/dist/esm/components/Flags/ly.mjs +40 -0
  218. package/dist/esm/dist/esm/components/Flags/ly.mjs.map +1 -0
  219. package/dist/esm/dist/esm/components/Flags/ma.mjs +33 -0
  220. package/dist/esm/dist/esm/components/Flags/ma.mjs.map +1 -0
  221. package/dist/esm/dist/esm/components/Flags/mc.mjs +34 -0
  222. package/dist/esm/dist/esm/components/Flags/mc.mjs.map +1 -0
  223. package/dist/esm/dist/esm/components/Flags/md.mjs +318 -0
  224. package/dist/esm/dist/esm/components/Flags/md.mjs.map +1 -0
  225. package/dist/esm/dist/esm/components/Flags/mk.mjs +38 -0
  226. package/dist/esm/dist/esm/components/Flags/mk.mjs.map +1 -0
  227. package/dist/esm/dist/esm/components/Flags/mm.mjs +59 -0
  228. package/dist/esm/dist/esm/components/Flags/mm.mjs.map +1 -0
  229. package/dist/esm/dist/esm/components/Flags/mn.mjs +60 -0
  230. package/dist/esm/dist/esm/components/Flags/mn.mjs.map +1 -0
  231. package/dist/esm/dist/esm/components/Flags/mo.mjs +43 -0
  232. package/dist/esm/dist/esm/components/Flags/mo.mjs.map +1 -0
  233. package/dist/esm/dist/esm/components/Flags/mr.mjs +38 -0
  234. package/dist/esm/dist/esm/components/Flags/mr.mjs.map +1 -0
  235. package/dist/esm/dist/esm/components/Flags/mt.mjs +154 -0
  236. package/dist/esm/dist/esm/components/Flags/mt.mjs.map +1 -0
  237. package/dist/esm/dist/esm/components/Flags/mv.mjs +41 -0
  238. package/dist/esm/dist/esm/components/Flags/mv.mjs.map +1 -0
  239. package/dist/esm/dist/esm/components/Flags/mx.mjs +1366 -0
  240. package/dist/esm/dist/esm/components/Flags/mx.mjs.map +1 -0
  241. package/dist/esm/dist/esm/components/Flags/my.mjs +79 -0
  242. package/dist/esm/dist/esm/components/Flags/my.mjs.map +1 -0
  243. package/dist/esm/dist/esm/components/Flags/mz.mjs +93 -0
  244. package/dist/esm/dist/esm/components/Flags/mz.mjs.map +1 -0
  245. package/dist/esm/dist/esm/components/Flags/ng.mjs +34 -0
  246. package/dist/esm/dist/esm/components/Flags/ng.mjs.map +1 -0
  247. package/dist/esm/dist/esm/components/Flags/ni.mjs +452 -0
  248. package/dist/esm/dist/esm/components/Flags/ni.mjs.map +1 -0
  249. package/dist/esm/dist/esm/components/Flags/nl.mjs +34 -0
  250. package/dist/esm/dist/esm/components/Flags/nl.mjs.map +1 -0
  251. package/dist/esm/dist/esm/components/Flags/no.mjs +40 -0
  252. package/dist/esm/dist/esm/components/Flags/no.mjs.map +1 -0
  253. package/dist/esm/dist/esm/components/Flags/np.mjs +39 -0
  254. package/dist/esm/dist/esm/components/Flags/np.mjs.map +1 -0
  255. package/dist/esm/dist/esm/components/Flags/nz.mjs +105 -0
  256. package/dist/esm/dist/esm/components/Flags/nz.mjs.map +1 -0
  257. package/dist/esm/dist/esm/components/Flags/om.mjs +540 -0
  258. package/dist/esm/dist/esm/components/Flags/om.mjs.map +1 -0
  259. package/dist/esm/dist/esm/components/Flags/pa.mjs +47 -0
  260. package/dist/esm/dist/esm/components/Flags/pa.mjs.map +1 -0
  261. package/dist/esm/dist/esm/components/Flags/pe.mjs +31 -0
  262. package/dist/esm/dist/esm/components/Flags/pe.mjs.map +1 -0
  263. package/dist/esm/dist/esm/components/Flags/ph.mjs +37 -0
  264. package/dist/esm/dist/esm/components/Flags/ph.mjs.map +1 -0
  265. package/dist/esm/dist/esm/components/Flags/pk.mjs +39 -0
  266. package/dist/esm/dist/esm/components/Flags/pk.mjs.map +1 -0
  267. package/dist/esm/dist/esm/components/Flags/pl.mjs +31 -0
  268. package/dist/esm/dist/esm/components/Flags/pl.mjs.map +1 -0
  269. package/dist/esm/dist/esm/components/Flags/pr.mjs +44 -0
  270. package/dist/esm/dist/esm/components/Flags/pr.mjs.map +1 -0
  271. package/dist/esm/dist/esm/components/Flags/ps.mjs +46 -0
  272. package/dist/esm/dist/esm/components/Flags/ps.mjs.map +1 -0
  273. package/dist/esm/dist/esm/components/Flags/pt.mjs +153 -0
  274. package/dist/esm/dist/esm/components/Flags/pt.mjs.map +1 -0
  275. package/dist/esm/dist/esm/components/Flags/py.mjs +62 -0
  276. package/dist/esm/dist/esm/components/Flags/py.mjs.map +1 -0
  277. package/dist/esm/dist/esm/components/Flags/qa.mjs +31 -0
  278. package/dist/esm/dist/esm/components/Flags/qa.mjs.map +1 -0
  279. package/dist/esm/dist/esm/components/Flags/ro.mjs +37 -0
  280. package/dist/esm/dist/esm/components/Flags/ro.mjs.map +1 -0
  281. package/dist/esm/dist/esm/components/Flags/rs.mjs +821 -0
  282. package/dist/esm/dist/esm/components/Flags/rs.mjs.map +1 -0
  283. package/dist/esm/dist/esm/components/Flags/ru.mjs +34 -0
  284. package/dist/esm/dist/esm/components/Flags/ru.mjs.map +1 -0
  285. package/dist/esm/dist/esm/components/Flags/sa.mjs +80 -0
  286. package/dist/esm/dist/esm/components/Flags/sa.mjs.map +1 -0
  287. package/dist/esm/dist/esm/components/Flags/sd.mjs +45 -0
  288. package/dist/esm/dist/esm/components/Flags/sd.mjs.map +1 -0
  289. package/dist/esm/dist/esm/components/Flags/se.mjs +31 -0
  290. package/dist/esm/dist/esm/components/Flags/se.mjs.map +1 -0
  291. package/dist/esm/dist/esm/components/Flags/sg.mjs +43 -0
  292. package/dist/esm/dist/esm/components/Flags/sg.mjs.map +1 -0
  293. package/dist/esm/dist/esm/components/Flags/si.mjs +60 -0
  294. package/dist/esm/dist/esm/components/Flags/si.mjs.map +1 -0
  295. package/dist/esm/dist/esm/components/Flags/sk.mjs +46 -0
  296. package/dist/esm/dist/esm/components/Flags/sk.mjs.map +1 -0
  297. package/dist/esm/dist/esm/components/Flags/so.mjs +38 -0
  298. package/dist/esm/dist/esm/components/Flags/so.mjs.map +1 -0
  299. package/dist/esm/dist/esm/components/Flags/st.mjs +74 -0
  300. package/dist/esm/dist/esm/components/Flags/st.mjs.map +1 -0
  301. package/dist/esm/dist/esm/components/Flags/sv.mjs +1736 -0
  302. package/dist/esm/dist/esm/components/Flags/sv.mjs.map +1 -0
  303. package/dist/esm/dist/esm/components/Flags/sy.mjs +37 -0
  304. package/dist/esm/dist/esm/components/Flags/sy.mjs.map +1 -0
  305. package/dist/esm/dist/esm/components/Flags/td.mjs +34 -0
  306. package/dist/esm/dist/esm/components/Flags/td.mjs.map +1 -0
  307. package/dist/esm/dist/esm/components/Flags/th.mjs +34 -0
  308. package/dist/esm/dist/esm/components/Flags/th.mjs.map +1 -0
  309. package/dist/esm/dist/esm/components/Flags/tl.mjs +44 -0
  310. package/dist/esm/dist/esm/components/Flags/tl.mjs.map +1 -0
  311. package/dist/esm/dist/esm/components/Flags/tn.mjs +31 -0
  312. package/dist/esm/dist/esm/components/Flags/tn.mjs.map +1 -0
  313. package/dist/esm/dist/esm/components/Flags/tr.mjs +37 -0
  314. package/dist/esm/dist/esm/components/Flags/tr.mjs.map +1 -0
  315. package/dist/esm/dist/esm/components/Flags/tt.mjs +36 -0
  316. package/dist/esm/dist/esm/components/Flags/tt.mjs.map +1 -0
  317. package/dist/esm/dist/esm/components/Flags/tw.mjs +41 -0
  318. package/dist/esm/dist/esm/components/Flags/tw.mjs.map +1 -0
  319. package/dist/esm/dist/esm/components/Flags/tz.mjs +45 -0
  320. package/dist/esm/dist/esm/components/Flags/tz.mjs.map +1 -0
  321. package/dist/esm/dist/esm/components/Flags/ua.mjs +34 -0
  322. package/dist/esm/dist/esm/components/Flags/ua.mjs.map +1 -0
  323. package/dist/esm/dist/esm/components/Flags/ug.mjs +146 -0
  324. package/dist/esm/dist/esm/components/Flags/ug.mjs.map +1 -0
  325. package/dist/esm/dist/esm/components/Flags/us.mjs +46 -0
  326. package/dist/esm/dist/esm/components/Flags/us.mjs.map +1 -0
  327. package/dist/esm/dist/esm/components/Flags/uy.mjs +64 -0
  328. package/dist/esm/dist/esm/components/Flags/uy.mjs.map +1 -0
  329. package/dist/esm/dist/esm/components/Flags/uz.mjs +110 -0
  330. package/dist/esm/dist/esm/components/Flags/uz.mjs.map +1 -0
  331. package/dist/esm/dist/esm/components/Flags/ve.mjs +85 -0
  332. package/dist/esm/dist/esm/components/Flags/ve.mjs.map +1 -0
  333. package/dist/esm/dist/esm/components/Flags/vn.mjs +38 -0
  334. package/dist/esm/dist/esm/components/Flags/vn.mjs.map +1 -0
  335. package/dist/esm/dist/esm/components/Flags/xx.mjs +36 -0
  336. package/dist/esm/dist/esm/components/Flags/xx.mjs.map +1 -0
  337. package/dist/esm/dist/esm/components/Flags/ye.mjs +37 -0
  338. package/dist/esm/dist/esm/components/Flags/ye.mjs.map +1 -0
  339. package/dist/esm/dist/esm/components/Flags/za.mjs +52 -0
  340. package/dist/esm/dist/esm/components/Flags/za.mjs.map +1 -0
  341. package/dist/esm/dist/esm/components/Flags/zw.mjs +71 -0
  342. package/dist/esm/dist/esm/components/Flags/zw.mjs.map +1 -0
  343. package/dist/esm/dist/esm/utils/cn.mjs +9 -0
  344. package/dist/esm/dist/esm/utils/cn.mjs.map +1 -0
  345. package/dist/esm/hooks/index.mjs +5 -5
  346. package/dist/esm/providers/ReactQueryProvider.mjs +5 -4
  347. package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
  348. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  349. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  350. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  351. package/dist/types/components/Browser/Browser.d.ts +2 -2
  352. package/dist/types/components/Browser/browser.content.d.ts +17 -17
  353. package/dist/types/components/Button/Button.d.ts +6 -6
  354. package/dist/types/components/Carousel/index.content.d.ts +8 -8
  355. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
  356. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  357. package/dist/types/components/Command/index.d.ts +14 -14
  358. package/dist/types/components/Container/index.d.ts +7 -7
  359. package/dist/types/components/Container/index.d.ts.map +1 -1
  360. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  361. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  362. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  363. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  364. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  365. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  366. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  367. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  368. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  369. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  370. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  371. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  372. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  373. package/dist/types/components/EditableField/EditableFieldInput.d.ts.map +1 -1
  374. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +4 -4
  375. package/dist/types/components/Form/FormBase.d.ts +2 -2
  376. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  377. package/dist/types/components/Form/FormField.d.ts +2 -2
  378. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  379. package/dist/types/components/Form/FormItem.d.ts +2 -2
  380. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  381. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  382. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  383. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  384. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  385. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  386. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  387. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  388. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  389. package/dist/types/components/IDE/FileTree.d.ts.map +1 -1
  390. package/dist/types/components/IDE/code.content.d.ts +5 -5
  391. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  392. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  393. package/dist/types/components/IDE/selectors.content.d.ts +13 -13
  394. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  395. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  396. package/dist/types/components/Input/Input.d.ts +2 -2
  397. package/dist/types/components/Input/OTPInput.d.ts +4 -4
  398. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  399. package/dist/types/components/Link/Link.d.ts +5 -5
  400. package/dist/types/components/Loader/index.content.d.ts +3 -3
  401. package/dist/types/components/Loader/spinner.d.ts +2 -2
  402. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  403. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  404. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  405. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  406. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  407. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  408. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  409. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  410. package/dist/types/components/Navbar/index.d.ts +2 -2
  411. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  412. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  413. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  414. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  415. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  416. package/dist/types/components/Select/Select.d.ts +3 -3
  417. package/dist/types/components/Select/Select.d.ts.map +1 -1
  418. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  419. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  420. package/dist/types/components/Tab/Tab.d.ts +6 -6
  421. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  422. package/dist/types/components/Table/table.content.d.ts +3 -3
  423. package/dist/types/components/Tag/index.d.ts +3 -3
  424. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  425. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  426. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  427. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  428. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  429. package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
  430. package/package.json +14 -14
@@ -0,0 +1,1366 @@
1
+ import * as React from "react";
2
+
3
+ //#region dist/esm/components/Flags/mx.mjs
4
+ var _defs, _path, _path2, _path3, _path4, _circle, _path5, _path6, _path7, _circle2, _path8, _circle3, _path9, _circle4, _path0, _circle5, _path1, _path10, _path11, _ellipse, _path12, _path13, _ellipse2, _path14, _path15, _ellipse3, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _circle6, _circle7, _circle8, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _ellipse4, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _ellipse5, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _ellipse6, _path118, _path119, _path120, _path121, _path122, _circle9, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _path240, _path241, _path242, _path243, _path244, _path245, _path246, _path247, _path248, _path249, _path250, _path251, _path252, _path253, _path254, _path255, _path256, _path257, _path258, _path259, _path260, _path261, _path262, _path263, _path264, _path265, _path266, _path267, _path268, _path269, _path270, _path271, _path272, _path273, _path274, _path275, _path276, _path277, _path278, _path279, _path280, _path281, _path282, _path283, _path284, _path285, _path286, _path287, _path288, _path289, _path290, _path291, _path292, _path293, _path294, _path295, _path296, _path297, _path298, _path299, _path300, _path301, _path302, _path303, _path304, _path305, _path306, _path307, _path308, _path309, _path310, _path311, _path312, _path313, _path314, _path315, _path316, _path317, _path318, _path319, _path320, _path321, _path322, _path323, _path324, _path325, _path326, _path327, _path328, _path329, _path330, _path331, _path332, _path333, _path334, _path335, _path336, _path337, _path338, _path339, _path340, _path341, _path342, _path343, _path344, _path345, _path346, _path347, _path348, _path349, _path350, _path351, _path352, _path353, _path354;
5
+ function _extends() {
6
+ return _extends = Object.assign ? Object.assign.bind() : function(n) {
7
+ for (var e = 1; e < arguments.length; e++) {
8
+ var t = arguments[e];
9
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
10
+ }
11
+ return n;
12
+ }, _extends.apply(null, arguments);
13
+ }
14
+ var mx_default = function SvgMx$1(props) {
15
+ return /* @__PURE__ */ React.createElement("svg", _extends({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
18
+ viewBox: "0 0 640 480",
19
+ width: "1em",
20
+ height: "1em"
21
+ }, props), _defs || (_defs = /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("radialGradient", {
22
+ xlinkHref: "#mx_svg__a",
23
+ id: "mx_svg__b",
24
+ cx: 842.3,
25
+ cy: 103.7,
26
+ r: 25.9,
27
+ gradientTransform: "matrix(.14152 .03595 -.03453 .14198 213.1 162.4)",
28
+ gradientUnits: "userSpaceOnUse"
29
+ }), /* @__PURE__ */ React.createElement("radialGradient", {
30
+ xlinkHref: "#mx_svg__a",
31
+ id: "mx_svg__c",
32
+ cx: 651.5,
33
+ cy: 550.5,
34
+ r: 25.9,
35
+ gradientTransform: "matrix(-.13441 -.05384 .04964 -.12489 397.9 -24.3)",
36
+ gradientUnits: "userSpaceOnUse"
37
+ }), /* @__PURE__ */ React.createElement("radialGradient", {
38
+ xlinkHref: "#mx_svg__a",
39
+ id: "mx_svg__d",
40
+ cx: 380.8,
41
+ cy: 740.4,
42
+ r: 25.9,
43
+ gradientTransform: "matrix(.07536 .00282 -.00343 .14804 412.4 -203.6)",
44
+ gradientUnits: "userSpaceOnUse"
45
+ }), /* @__PURE__ */ React.createElement("linearGradient", { id: "mx_svg__a" }, /* @__PURE__ */ React.createElement("stop", {
46
+ offset: 0,
47
+ stopColor: "#fff"
48
+ }), /* @__PURE__ */ React.createElement("stop", {
49
+ offset: 1,
50
+ stopColor: "#f15770"
51
+ })))), _path || (_path = /* @__PURE__ */ React.createElement("path", {
52
+ fill: "#ce1126",
53
+ d: "M426.7 0H640v480H426.7z"
54
+ })), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
55
+ fill: "#fff",
56
+ d: "M213.3 0h213.4v480H213.3z"
57
+ })), _path3 || (_path3 = /* @__PURE__ */ React.createElement("path", {
58
+ fill: "#006847",
59
+ d: "M0 0h213.3v480H0z"
60
+ })), _path4 || (_path4 = /* @__PURE__ */ React.createElement("path", {
61
+ fill: "#fcca3e",
62
+ stroke: "#aa8c30",
63
+ strokeWidth: .3,
64
+ d: "m355.8 289.4.2 4.5 1.7-1.1-1.3-3.7z"
65
+ })), _circle || (_circle = /* @__PURE__ */ React.createElement("circle", {
66
+ cx: 355.6,
67
+ cy: 288.2,
68
+ r: 1.4,
69
+ fill: "#fcca3e",
70
+ stroke: "#aa8c30",
71
+ strokeWidth: .2
72
+ })), _path5 || (_path5 = /* @__PURE__ */ React.createElement("path", {
73
+ fill: "#fcca3e",
74
+ stroke: "#aa8c30",
75
+ strokeWidth: .3,
76
+ d: "m361.1 296.4-3.2-3.1-1.5 1.2 4.5 2.6z"
77
+ })), _path6 || (_path6 = /* @__PURE__ */ React.createElement("path", {
78
+ fill: "#fcca3e",
79
+ stroke: "#aa8c30",
80
+ strokeWidth: .2,
81
+ d: "M360.9 298.2c-.5-.6-.3-1.5.3-2 .7-.5 1.6-.4 2 .2.5.6.3 1.5-.3 2-.7.5-1.6.4-2-.2z"
82
+ })), _path7 || (_path7 = /* @__PURE__ */ React.createElement("path", {
83
+ fill: "#fcca3e",
84
+ stroke: "#aa8c30",
85
+ strokeWidth: .3,
86
+ d: "m386.3 249.6 3.4 3.3.4-1.7-3.1-2z"
87
+ })), _circle2 || (_circle2 = /* @__PURE__ */ React.createElement("circle", {
88
+ cx: 385.9,
89
+ cy: 248.7,
90
+ r: 1.4,
91
+ fill: "#fcca3e",
92
+ stroke: "#aa8c30",
93
+ strokeWidth: .2
94
+ })), _path8 || (_path8 = /* @__PURE__ */ React.createElement("path", {
95
+ fill: "#fcca3e",
96
+ stroke: "#aa8c30",
97
+ strokeWidth: .3,
98
+ d: "M395.2 251.6 390 253l.5-1.7 4.4-.4z"
99
+ })), _circle3 || (_circle3 = /* @__PURE__ */ React.createElement("circle", {
100
+ cx: 396,
101
+ cy: 250.8,
102
+ r: 1.4,
103
+ fill: "#fcca3e",
104
+ stroke: "#aa8c30",
105
+ strokeWidth: .2
106
+ })), _path9 || (_path9 = /* @__PURE__ */ React.createElement("path", {
107
+ fill: "#fcca3e",
108
+ stroke: "#aa8c30",
109
+ strokeWidth: .3,
110
+ d: "m378 276.8-3.2-4.8.5-.3 3.5 4.2z"
111
+ })), _circle4 || (_circle4 = /* @__PURE__ */ React.createElement("circle", {
112
+ cx: 374.5,
113
+ cy: 270.8,
114
+ r: 1.4,
115
+ fill: "#fcca3e",
116
+ stroke: "#aa8c30",
117
+ strokeWidth: .2
118
+ })), _path0 || (_path0 = /* @__PURE__ */ React.createElement("path", {
119
+ fill: "#fcca3e",
120
+ stroke: "#aa8c30",
121
+ strokeWidth: .3,
122
+ d: "m378.1 277 4 .7.1-.5-3.3-1.4z"
123
+ })), _circle5 || (_circle5 = /* @__PURE__ */ React.createElement("circle", {
124
+ cx: 383.3,
125
+ cy: 277.7,
126
+ r: 1.4,
127
+ fill: "#fcca3e",
128
+ stroke: "#aa8c30",
129
+ strokeWidth: .2
130
+ })), _path1 || (_path1 = /* @__PURE__ */ React.createElement("path", {
131
+ fill: "#fcca3e",
132
+ stroke: "#aa8c30",
133
+ strokeWidth: .2,
134
+ d: "M284.6 288c0 .8-.5 1.2-1 1.2s-1-.5-1-1.2.5-1.3 1-1.3 1 .7 1 1.4z"
135
+ })), _path10 || (_path10 = /* @__PURE__ */ React.createElement("path", {
136
+ fill: "#fcca3e",
137
+ stroke: "#aa8c30",
138
+ strokeWidth: .3,
139
+ d: "m284.6 290.3 1 5-1.3-.5-.4-4.3z"
140
+ })), _path11 || (_path11 = /* @__PURE__ */ React.createElement("path", {
141
+ fill: "#fcca3e",
142
+ stroke: "#aa8c30",
143
+ strokeWidth: .2,
144
+ d: "M285.7 288.6c.6.7-.4 1.9-1.4 2.2s-2.4-.2-2.4-1.2 1.6-.5 2-.6c.6-.2 1.2-1.2 1.8-.4z"
145
+ })), _ellipse || (_ellipse = /* @__PURE__ */ React.createElement("ellipse", {
146
+ cx: 277,
147
+ cy: 296.3,
148
+ fill: "#fcca3e",
149
+ stroke: "#aa8c30",
150
+ strokeWidth: .2,
151
+ rx: 1.6,
152
+ ry: 1.1
153
+ })), _path12 || (_path12 = /* @__PURE__ */ React.createElement("path", {
154
+ fill: "#fcca3e",
155
+ stroke: "#aa8c30",
156
+ strokeWidth: .3,
157
+ d: "m279.6 296 4.8-.2-.8-1-4 .4z"
158
+ })), _path13 || (_path13 = /* @__PURE__ */ React.createElement("path", {
159
+ fill: "#fcca3e",
160
+ stroke: "#aa8c30",
161
+ strokeWidth: .2,
162
+ d: "M280 295.4c.5 1.3.5 3-.9 2.7-1.4-.1-1-1.4-1.2-1.8-.2-.9-1-1.7-.2-2.5s2 .4 2.3 1.6z"
163
+ })), _ellipse2 || (_ellipse2 = /* @__PURE__ */ React.createElement("ellipse", {
164
+ cx: 264.4,
165
+ cy: 269.2,
166
+ fill: "#fcca3e",
167
+ stroke: "#aa8c30",
168
+ strokeWidth: .2,
169
+ rx: .9,
170
+ ry: 1.4
171
+ })), _path14 || (_path14 = /* @__PURE__ */ React.createElement("path", {
172
+ fill: "#fcca3e",
173
+ stroke: "#aa8c30",
174
+ strokeWidth: .3,
175
+ d: "m264.4 272.4.1 4.6-1.2-1v-3.8z"
176
+ })), _path15 || (_path15 = /* @__PURE__ */ React.createElement("path", {
177
+ fill: "#fcca3e",
178
+ stroke: "#aa8c30",
179
+ strokeWidth: .2,
180
+ d: "M266.2 271c.3 1-1.3 1.6-2.4 1.4-1-.2-1.9-.7-1.7-1.7.1-1 1.5-.8 2-.5.4.3 1.8-.8 2.1.7z"
181
+ })), _ellipse3 || (_ellipse3 = /* @__PURE__ */ React.createElement("ellipse", {
182
+ cx: 256.2,
183
+ cy: 276.5,
184
+ fill: "#fcca3e",
185
+ stroke: "#aa8c30",
186
+ strokeWidth: .2,
187
+ rx: 1.6,
188
+ ry: .7
189
+ })), _path16 || (_path16 = /* @__PURE__ */ React.createElement("path", {
190
+ fill: "#fcca3e",
191
+ stroke: "#aa8c30",
192
+ strokeWidth: .3,
193
+ d: "m259.1 276.5 3.6-.3 1.6 1.2-5.3-.2z"
194
+ })), _path17 || (_path17 = /* @__PURE__ */ React.createElement("path", {
195
+ fill: "#fcca3e",
196
+ stroke: "#aa8c30",
197
+ strokeWidth: .2,
198
+ d: "M257.8 274.5c1 0 1.6 1.1 1.5 2.3-.2 1.1-1 2-2 2-.9-.2-.8-1-.8-1.2 0-.3.5-.7.6-1 0-.4-.3-1.3-.1-1.6 0-.4.3-.5.8-.5zm-3-28.3c-.4.6-1.2 1.1-1.6.9-.4-.3-.2-1.2.2-1.8.4-.7 1-1 1.4-.8.4.3.4 1 0 1.7z"
199
+ })), _path18 || (_path18 = /* @__PURE__ */ React.createElement("path", {
200
+ fill: "#fcca3e",
201
+ stroke: "#aa8c30",
202
+ strokeWidth: .3,
203
+ d: "m250.7 253.5 2-4.8-.2-.3-2.4 3.4z"
204
+ })), _path19 || (_path19 = /* @__PURE__ */ React.createElement("path", {
205
+ fill: "#fcca3e",
206
+ stroke: "#aa8c30",
207
+ strokeWidth: .2,
208
+ d: "M252.4 248.7c-1-.7-1.2-1.5-1-2.3.4-.7 1.2-.2 1.2-.2l.8.7c.4.2 1 0 1.4.6.5.6.2 1.2-.1 1.4-.4.1-1.5.4-2.3-.2zm-8.5-.6c.7.4 1.1 1 .9 1.5-.3.5-1 .5-1.8 0-.7-.3-1-1-.8-1.5.2-.4 1-.5 1.7 0z"
209
+ })), _path20 || (_path20 = /* @__PURE__ */ React.createElement("path", {
210
+ fill: "#fcca3e",
211
+ stroke: "#aa8c30",
212
+ strokeWidth: .3,
213
+ d: "m246 250.2 3.8 2.2-.1 1.8-4.1-3.5z"
214
+ })), _path21 || (_path21 = /* @__PURE__ */ React.createElement("path", {
215
+ fill: "#fcca3e",
216
+ stroke: "#aa8c30",
217
+ strokeWidth: .2,
218
+ d: "M246 250.6c-.8 1-1.6 1-2.3.7-.7-.5-.1-1.2-.1-1.2l.8-.7c.2-.4 0-1 .7-1.4s1.2 0 1.3.3c.1.4.3 1.5-.4 2.3z"
219
+ })), _path22 || (_path22 = /* @__PURE__ */ React.createElement("path", {
220
+ fill: "#aa8c30",
221
+ d: "m356.6 289.8-.4.4-.3 1v-1.5l.5-.3zm.2-.9s-.3.5-1.1.5-1.2-.4-1.3-.8-.1-.7.2-1.2c.2-.5-.4.4-.4.4v1l.6.6.5.2h.4l.7-.2.4-.3zm4.2 7.3s-.4.2-.7.1c-1.9-.6-3.5-1.8-3.5-1.8l3.8 2.4zm2.4 1.1s0 .7-.8 1c-.7.3-1.2.2-1.5-.1s-.4-.6-.4-1.2l-.1.6.4.8.8.4.5-.1.5-.2.4-.5.3-.5zm24.3-47.6-.1.4v.7l-.9-1 .4-.5zm-.5-1.2c0 .7-.9 1.6-1.6 1.3s-1.2-1-.9-1.8l-.2.3.1 1.1.7.6h.9l.6-.3.4-.7zm10 1.8s-.1-.4 0 0-.6 1.7-1.4 1.6c-.7-.1-1-.8-1-1.4s-.1.2-.1.2v.8l.5.4.6.4.6-.2.7-.3.2-.6v-.9z"
222
+ })), _path23 || (_path23 = /* @__PURE__ */ React.createElement("path", {
223
+ fill: "#aa8c30",
224
+ d: "M393.8 251s0 .4-.4.7l-1.3.7 2.8-.8-.2-.7zm-17.1 22.5-.1.5v.8l-1.6-2.5.5-.3zm-.9-2.4c-.2.7-1.4 1-2 .8-.5-.4-1-1.6-.3-2l-.4.2-.1.7.2.7.6.7.5.1.8-.2.6-.4s.4-1.3.1-.6m5.6 5.7s0 .3-.5.3h-1.6l2.6.6.2-.6z"
225
+ })), _path24 || (_path24 = /* @__PURE__ */ React.createElement("path", {
226
+ fill: "#aa8c30",
227
+ d: "M384.6 277.5c.3.8-.5 1.7-1.5 1.4s-1.3-1.3-1-1.8l-.2.6.2.8.6.6h1.3l.6-.7.2-.7-.1-.2zm-99 11.1c.3.3-.1 1.5-1.2 2-1.2.4-1.7 0-2-.4s-.3-.8-.3-.8l-.2.2.2.6.5.5 1 .2.8-.1.7-.5.4-.3.3-.5v-.6z"
228
+ })), _path25 || (_path25 = /* @__PURE__ */ React.createElement("path", {
229
+ fill: "#aa8c30",
230
+ d: "m284.6 291.1-.3.4-.3.8v-1.4l.5-.3zm-3.8 4s0 .3.2.5l1 .3h-1.8l-.2-.7h.8zm-.6 1.2v.2a1.4 1.4 0 0 1-.1.5c-.2.5-.3 1-1 .9a1.2 1.2 0 0 1-1-1.1c0-.4-.2-.6-.2-.6v.6l.4 1 .7.3h.5l.5-.2.2-.6.1-.5zm-4.7-.1s.2.8 1.2.8 1.2-.2 1.2-.2v.3l-.2.2H276l-.3-.3-.3-.5v-.3zm-9.4-25.4v.4c-.1.3-.7 1-1.8 1-1 0-1.5-.3-1.8-.7-.3-.3-.4-.8-.4-.8v.5l.4.7 1.1.5h1l1-.3.5-.5.1-.6zm-1.7 2.3s-.4 0-.6.2a4 4 0 0 0-.4.4v-1.3h1zm-4.7 3.4.5.3c.5.3 3.1.5 3.1.5h-4.1l.1-.8zm-.5 0-.2.6c-.2.5-.7 1.6-1.6 1.4-.9-.1-.7-.8-.7-.8v-.4l-.2.7.2.4.4.2.7.1.4-.2.6-.5.2-.5.2-.6zm-2.2.2s0 .2-.7.2-1.7-.3-1.7-.3l.4.4.5.2h1.3zm-2-29s0 .5-.3.8c-.4.3-1.3.5-1.8.2s-1.5-1.3-1.5-1.3l.4.8.7.6 1 .3 1-.2.4-.4.2-.3z"
231
+ })), _path26 || (_path26 = /* @__PURE__ */ React.createElement("path", {
232
+ fill: "#aa8c30",
233
+ d: "M252 249.1v.6l-.2 1.1.9-2-.4-.2zm-5.4 1.5.2.5c.2.5 2.3 2.6 2.3 2.6l-3.3-2.9.4-.5zm-1 .3s-.5.3-1 .3c-.3 0-1 0-1-.4-.1-.5.1-.7.1-.7l-.3.6.1.4.5.3h.7l.6-.3.2-.2zm-1.5-1.4h-.5c-.7 0-1.4-.8-1.4-.8l.5.8 1 .5z"
234
+ })), _path27 || (_path27 = /* @__PURE__ */ React.createElement("path", {
235
+ fill: "#9ca168",
236
+ d: "M399.9 240.2c-.3 3.8-4.1 5.8-6.1 7.2s-3 3.2-3 3.2l-.6 2.2-.3 1.5-.1.5c.1.4.3 1 .3 2l-.1 4.3 2.7-1.9 1.9-.7.6-.1s-2.2 2.1-3 4.4-2.4 7.2-5.3 8.8c-3 1.6-4.8 1-5.7 1.8-1 .8-1 1-1 1l-1.3 1.8-1 1.2-.9.7-.6.4a7.5 7.5 0 0 1-.2 1.7l-.7 2.4s.6-.4 1.3-.5h1.3s-.5.6-.7 1.3c-.2.6.1 4.6-3.6 7-3.8 2.3-13.4 2-13.4 2l-1.8.7-1.7 1.3-1.6 1.7v.4s-1.3 1.5-2.1 2l-2.8 1.9 2.2.1 3.5 1.5s-2.2 0-3.6.5c-1.5.6-8.2 4.4-11.4 4.3-3.3-.1-8-4.9-8-4.9l-2-1.4-3.5-.7-4.3-.2v-.6l.1-.7s1.5-.2 3.8.1c2 .2 2.7 1 4.4 1.1 1.7.2 3 0 3.5-.3.7-.3 5.9-4.7 5.9-4.7l5.8-2 2.3.3 1 .2.9.3-1 1a7.3 7.3 0 0 1-1.4 1.1l.7.6 3.7-.6 1.2.3.3.2c0-.3.2-.8.6-1.3.4-.6 2.5-2.3 3.4-2.9l1.4-1c.3-.3 1.5-3.3 1.5-3.3l.1-1.6 4.1-4 2.8-2.9 1.2-3.3-.2-.7s1 1 .9 3c-.2 2.2-.7 2.9-.7 2.9s2.8-2 4.3-2.6c1.2-.5 2-.5 2.4-.5.4-.2 1.5-.9 2.1-1.8.8-1.2 1-1.5 1-2l.2-2.8-.3-7 2.4-5.4 3.5-3.1.7-.4-.4 1.2v1.5s1.8-2.5 2.7-2.9l.5-.3a7 7 0 0 0 .8-2l.3-3v-3l-.5-2.3-1.7-4.3v-5.8l-1.2-1.6s1.1 0 2.5 2a13.5 13.5 0 0 1 1.9 5l3.3-10.3s.9 1.2 1.5 3.3l.8 3.3 1.4-2.8.1 1c.2 1 2.3 2.1 2 6m-67.3 65s-.7-1.6-3.9-3.2c-3.1-1.5-5.5-1.8-5.5-1.8v1.1l5 2.2 2.4 2z"
237
+ })), _path28 || (_path28 = /* @__PURE__ */ React.createElement("path", {
238
+ fill: "#717732",
239
+ d: "M355.4 295.6c.3-.4 3-2.8 4.4-3.5s3.2-.8 3.2-.8c1.9-.4 2.2-.1 6.6-2.5 4.3-2.4 5.3-5.2 6.2-5.9.8-.7 2.3-.8 2.3-.8l-3.4 3.9a28.5 28.5 0 0 1-5.8 4.5 17.8 17.8 0 0 1-7.6 1.8 7.7 7.7 0 0 0-4 2c-1.3 1-2 2.2-2 2.2s-.2-.5 0-.9zm12-12.7c-4 3.7-5.3 7.2-5.3 7.2l5.4-4.9c1.9-1.8 4.5-2.6 5.6-3.7 1.2-1.1 1.3-2 2-2.7l1.3-1s-1.8-1.4-9 5.1m-8.5 8.6s1.7-.8 2.4-2.3c.5-1.2.2-1.5 1-2.8 0 0 4.2-4 5.7-5.8 2.6-3.1 1.4-5.7 1.4-5.7s.3 1.3-.8 2.7c-1 1.4-6.5 5-7.2 7.2-.6 2.2-.3 2.3-.6 3.4-.6 2.6-1.9 3.3-1.9 3.3m-2.8 10.5s-2.1-1.4-4.5-1.3c-4.9.4-9 3.4-12.2 3.4-3.1.1-4.4-1.5-6.9-3.2-2.6-1.8-9.2-1.5-9.2-1.5v.3s4.4 0 6.4.6c3.6 1 5.6 4.8 9.7 4.6 5.5-.3 9.9-3.6 12-3.6 3.8 0 4.7.7 4.7.7m-24-2.4s3.7.6 6.6-1.5c3-2.1 6.4-5 8.3-5.2 2 0 4 .4 4 .4s-2.5-1-4.4-1c-2 0-4 .2-5.8 1.3s-2.7 3-4.6 4.3a12.8 12.8 0 0 1-4.1 1.7m-.7 5c-.5 0-1.1.3-1.3.3s-1.3-1.2-3-2c-1.6-1-4-1.4-4-1.4s-.3 0 .3.2l3.8 1.5a8.6 8.6 0 0 1 2.6 2.1c.1.3.6.9 1.5.8 1 0 1.3-.5 1.2-1 0-.3-.6-.5-1.1-.5m2.6-3.6s1.5.8 4 .8c5.2-.2 8.6-3.8 12-5 3.4-1.4 5.2-.3 5.2-.3s.1-.2 0-.2a7 7 0 0 0-3.9-1.2c-5.7 0-11.2 3.7-13.5 4.7S334 301 334 301m56-39.9c-1.8 1.9-4.5 7.7-5.6 9.3-1.2 1.6-2.7 2-3.3 2.7-.6.6-2.7 3.5-3.2 4.1-.5.7-.6.5-1 .8-.3.3-.5.3.1.2s.8-.5 1.6-1.5c1-1 .9-1.4 2.3-2.7 1.4-1.2 3.9-2.6 5.1-4.2 1.3-1.5 3.8-7.5 5.2-9s4-2.4 4-2.4-2-.6-5.3 2.7zm-9 11.1s-.1-1 1.2-2.6 1.7-1.3 2.8-3.6c1-2.3 1.5-4.5 2.3-6.9.9-2.4 2.3-4.8 2.3-4.8s-1.3.2-2.7 2a34.5 34.5 0 0 0-4.8 8.7c-1.1 3.4-1.1 7.2-1.1 7.2m-1.7 2.2s.5-.2.5-3.2c.1-2.9-.1-7 .7-9 .9-2 5.4-7 5.4-7s-1.9.5-4.5 2.5-3.7 4.7-3.6 6.7c.2 2 1.3 4.2 1.4 6.1l.1 4zm10.5-20.1s1.1-4 1.6-5 .5-1.5 2.7-4c1.3-1.5 2.6-2.4 3.1-4.4.6-2 .6-7.7.6-7.7s-.6.5-1.1 1.5-.1 4.7-1 6.4c-.8 1.7-2.7 5.6-3.7 6.5 0 0-.2-2.9.2-5.7.3-3 1.3-3.8 1.7-5.7s.2-6.7.2-6.7-1.5 1.5-2.3 3.4c-.8 1.8-1.2 5-1.2 7.5s.5 4.5.6 5.9.2 2-.4 3.6l-.6 2a35 35 0 0 1-.7 2.6zm-3.5-21.6s1.4 1.7 1.2 3.6c-.3 2-1 4.5-.2 6.5.7 2 1.9 2.2 2.2 3.4s.3 3.4.3 3.4.6-4.3.2-5.5c-.5-1.1-.7-.6-1.3-1.8s0-4.7-.4-6.7c-.5-2-2-2.9-2-2.9"
240
+ })), _path29 || (_path29 = /* @__PURE__ */ React.createElement("path", {
241
+ fill: "#9ca168",
242
+ d: "M306.7 304.8s.4-1 3.1-2.4a34 34 0 0 1 7.3-3c.3.3-.3 1.8-.3 1.8l-2.6.8-2.1 1.2-2.5 1.6z"
243
+ })), _path30 || (_path30 = /* @__PURE__ */ React.createElement("path", {
244
+ fill: "#9ca168",
245
+ d: "M313.6 297.7c-3.4.1-5.3 1-6 1-.2.1-.7.5-1.2.3a4.9 4.9 0 0 1-1.5-1.5l-.7-.7-.2 2.5-5-4.4-.6 3-.7 1.3-5-4.8.2 3.7-1.4.1-3.6-2.5-1 .4 1.2 2.2-4.6.3-1 .8a6.3 6.3 0 0 0-1 1v.4h1.9c.4-.2.6-.7.7-.5.2.2.3 1.2.9 1.1.6 0 2.7-1.7 4.2-1 1.7.8-2.2 2-1.8 3.1.4 1.2 3.2.7 4 .3.6-.3 2.7-3 3.6-2 1.2 1.4-2.5 2.5-1.8 3.9.6 1.3 2.7 1 3.7.4 1-.5 3.4-4.1 3.9-3.4.9 1.4-2 2.7-1.3 3.7.8 1 2.3 0 3.4-.8s1.5-2.5 3-3.3c1.4-.8 1.3-.5 1.7-.5s1.5-1.1 1.5-1.1l3.5-1.5 1.6.2.9.4 1.7.2.2-1.4s-2-1-3.3-1zm-27.4 0 .7-1.3-.4-.6s-1.2-.7-2.3-1.8a6.9 6.9 0 0 0-2-1.6L280 291l-.8-2.8-.5-.9-1.3.6-1.7-6.1-.3-1.1h-.7l-1.5 3.6-1.5-2.3-.4-5-1 1-1.3 1.4-2.3-4.6s-.1-.1-.3.3c0 .3-.3 1.8-.1 2.6a26.2 26.2 0 0 1-6-5.2l-1-2.5 1-2 .5-2.6-2.2.9-.4-5.7-.3-1.8-2.7 3.8-1-1.7v-3.6l-.7-.2-1 2s-1.1-2-1.6-2.5c.1-.8.2-2.9-.3-4.5-.6-2-1.3-3.1-1-4.8.2-1.6.9-1.8.8-2.5 0-.8-1.2.5-.8-.5s3.8-3.2 3.1-4.4c-.7-1.1-4 1.9-3.3-.1.8-2 4-2 4.2-4.9.1-1.7-3 1.1-3.3.2-.3-.8 2-2.6 1.9-3.8 0-1 .4-1.2-.2-1.8s-2.6 2.3-2.6 2.3l-2-.7-.8 3-.6 2.5-2.6-1.5.7 3.1.6 3-2.7-.7 1.4 2.6 1.9 2 1.1 1.5.9.4 1 1.1.5 1.7.6 1.9.1 1.8v2.4l-.1.4v1.1c-.5 0-1.4-.8-1.7-.3-.3.6 1.6 2 1.2 2.4-.3.4-3-.5-3.2.3-.2 1 .2 2.2 1.8 2.6s5.3 1.2 4.7 2c-.6.7-4.7-2.3-4.5-.1a3.8 3.8 0 0 0 2.6 3.4c1 .4 5.1 0 4.9 1-.3.9-3.3-.4-3.6 1s2.1 1.6 2.6 1.6 2.2-.1 2.9.4l4.3 4.1a76 76 0 0 0 4.6 3.4c-.8 0-2.4-.3-2.6.3-.3.7 6 3 4.2 3.8-1.8.7-3.8-2-4.3-.4-.6 1.7 1.2 3 2.2 3.6s6.7.1 5.6 1.4-5.3-.8-5.3.7 2.7 4 4.2 3.9c1.4 0 3-2.4 3.6-1.1.7 1.2-1 1.7.3 2 1.4.4 2.3-1.4 4-1 1.5.3 4 1.3 5.4 2.5a79 79 0 0 1 2.9 2.8"
246
+ })), _path31 || (_path31 = /* @__PURE__ */ React.createElement("path", {
247
+ fill: "#717732",
248
+ d: "M308.4 304.1c1 0 1 .6 1.2.6.1 0 1.8-1.5 3.3-2.3a17.5 17.5 0 0 1 4-1.4l.1.2s-2.8.7-4.2 1.7l-3 2.1c-.2.2-.8.7-1.7.7-1 0-1.4-.6-1.4-.9 0-.2.7-.7 1.7-.7m8.5-4.3s-.9.1-1.3-.3a4.3 4.3 0 0 0-2.6-.8 7 7 0 0 0-4 1.8c0 .1-.3.6-1.4 1.3.4.1 1.1-.4 2-1a7.4 7.4 0 0 1 3.6-1.4c1-.2 1.7.4 2.2.7.5.4 1.4.3 1.4.3zm-50.5-20.6v-.7a16 16 0 0 1-2.2-1.1c-1.6-1-5-3.8-5-3.8l2.8 2.7c1.4 1.3 4 2.9 4 2.9zm35.6 25.2 1.5-2.1c.9-1.5 1.7-2 1.9-2.2.1-.2-.4-.9-.7-1.4l-.2-1.2s.4.8 1 1.3a9.5 9.5 0 0 1 1.1 1s1.4-.2 1.4-.5c0-.2 0-.4-.2-.5-.3-.1-.5.2-1.1 0-1.3-.6-1.8-2.6-2.6-2.6-.8-.1-.2 2-.6 2-1.1.2-2-4.3-5-4.5-2 0-2.3.3-2.4.7 0 .5 2.5 3.1 1.6 3.5-.8.4-3.5-4.2-5.5-4.2-1.9 0-2 .7-2 1.1.2.4 2.2.8 1.8 2.2-.5 1.4-2.5-2-4.3-1.9-1.8.2-2 .3-2 .9-.1.5.6 1.2.3 1.4-.2.2-1.4.1-2.3.7-.9.7-2.1 2.4-2.1 2.4s1.2-1.7 2.7-1.9a50 50 0 0 1 5.6 0l-1.1-.8c-.6-.5-1.1-1.6-1.1-1.6l1.7 1.5c.8.7 1.9 1.2 1.9 1.2s1.7.2 1.8.4 0 .6-.8 1.3l-1.7 1.7 2-1.6 1.5-1.2 1.4.2c.1 0 0-.5-.8-1.7l-1.6-2.5s1 .9 2 2.3c1.1 1.3 1 2 1.4 2s1 .2 1.4.1c.4 0 .3.6-.4 1.7s-1.2 2.5-1.2 2.5.8-1.2 1.6-2c.7-.8 1.1-1.7 1.5-1.8h1.5l-.8-1.6c-.6-1-.8-2.6-.8-2.6s.6 1.4 1.4 2.5l1.3 1.9 1.4-.1.3.1c0 .5-.2.7-.7 1.8a18 18 0 0 0-1 2.1M280.5 292c1.2.5 1.7.5 1.7.5s-1.7-1-2.1-2.4c-.5-1.4 0-4.4-.8-4.3-.7 0-1.1 2.1-1.8 1.7-.8-.4.2-4.4-.6-6-.8-1.7-2.6-2.9-3-2.3s-.3 4.2-1.5 3.5c-1.1-.8.1-4-.2-5.3-.4-1.5-1.2-2.5-1.9-2.1-.6.3.3 3-.7 3s-.9-1.9-1.3-2c-.5-.2-.6.3-.9 0-.2-.4 0-1.7-.6-1.6s-.5 1.2-.3 1.7c.1.6.5 1.4.7 1.8s1 .9 1 1.2c-.1.3-.5.6-1 .6h-1.9s1.4.4 1.9.4 1.4-.2 1.7.2c.2.5 1.4 2 1.4 2s.3-.8.4-2.2c.2-1.5 0-2.7 0-2.7s.5 1.6.4 2.7c0 1-.4 3-.4 3s1.1.8.8 1c-.3.3-1.5.3-2.8.3-1.4 0-3.3-.5-3.3-.5a13.7 13.7 0 0 0 6.7 1.3l1.8 2s.9-1.5 1-3v-3l.4 2.8c0 1.3-.4 3.6-.6 3.8a5 5 0 0 1-1.9 1l-3.5.5s2.2.3 3.8 0c1.5-.4 1.7-.9 2.2-.6l.8.7 1.3 1c.1.1-.7.4-1 .7l-1.5.7 2.2-.7a22 22 0 0 0 1.1-.4l.5.2-.1-1.2-.3-1.8s.5.8.7 1.6l.1 1.6s.2.2 1.4.6m-31.1-35.6s.3-1.7.3-3.6a14.3 14.3 0 0 0-1.9-5.8l1-1.4-1.2 1-1.2-.5a3 3 0 0 1-.9-1l1.2.8c.6.2.7.1.7.1l-.5-2-1.9-1c-1.3-.6-2.5-1.8-2.5-1.8l2.8 1.5c1 .4 1.6.4 1.6.4l1.6-.6 1.7-1.1s-1 .6-1.8.7l-1.6.3-.3-2.4-1.1-1.1c-.9-1.2-1.6-2.9-1.6-2.9s1 1.2 1.7 1.7c.7.6 1.4 1.5 1.4 1.5l1.6-1 2.8-2-2.7 1.3-1.6.7s-.2-1 0-1.5c.3-.4.8-1.2.7-1.6 0-.5-.4-.3-.5-.7-.2-.3.4-2.6.4-2.6l.1 1.2c0 .5-.2 1 .4 1s3.2-2.7 3.6-3.2c.3-.5.8-1.8-.6-1.3-1.4.6-1 1.8-2.2 1.7-.4 0-.8-1.5-1.2-1.2-.4.4-1.4 1.3-1.6 2.4-.2 1 .2 2.6-.4 3.1s-1-1.8-2.2-1.5-1.5 2-1.3 2.6 2.7 3.5 2 4c-.9.3-2.9-2.6-4-.6-1 1.9 3.4 4 4 4.4.5.5 0 .6.8 1.6s1.8 1.2 2.4 1.8a13 13 0 0 1 2.1 5.9zm11.7 17.1s-1-1.2-.7-3.3c.3-2 1.8-5.7 1.3-6.2s-2 2.2-2.4 1.6.9-4.3.2-5.8c-.6-1.5-.7-2.5-2-2.3-1.3.1-1.8 4.4-2.5 3.6-.6-.7.4-2.6 0-3.7-.5-1-.7-1.3-1.3-1.2-.7.2-1 2.2-1.4 2.1-.5 0-1.2-2.3-2.2-2-.9.3 2.3 4.5 2.3 4.5s.5-.5.8-1.2l.6-1.5s.3 1.3 0 1.9c-.2.5-.3 1.7-.3 1.7s-.8.3-2.1 0a8.8 8.8 0 0 1-2.3-.7s.8.6 2.1 1l2.7.7a45 45 0 0 0 2 2.7l.8-2.1 1.3-3.5-.6 3.9-.7 3s-1 0-2.6-.3l-3.6-.8 3.6 1.2 2.8.7 1.4 1.9 1-1.5 1-1.8s-.3 1.4-.7 2.3a27 27 0 0 1-.7 1.4l-1.8.2h-2.5a19.6 19.6 0 0 0 4.5.9s0 .5.7 1.3a4.6 4.6 0 0 0 1.3 1.3"
249
+ })), _path32 || (_path32 = /* @__PURE__ */ React.createElement("path", {
250
+ fill: "#fff",
251
+ d: "M314.4 310.8s-.6-.6-1.4-1c-.9-.5-1.2-.4-1.2-.4l-.4-.1.8-2 5.5-5.3.9-5.3h3.4v7.2l1 .5 6.2 3.7v1.6l-1 .4-.7.4-2.3.2-4-3-1.8-1.7-3 4z"
252
+ })), _path33 || (_path33 = /* @__PURE__ */ React.createElement("path", {
253
+ fill: "#016848",
254
+ d: "m318.8 296.7-.1 1c0 .9 0 5.2-.2 5.8s-3.2 1.8-4.9 3.3-1.8 2.6-1.8 2.6-.5 0-1.6.4c-1 .4-1.5 1-1.5 1s.6-2.6 3.4-5c2.7-2.6 4-2.8 4.4-3.2.3-.4 0-5 0-5.5.1-.4.5-.4.7-.4zm7 15.7.8-1.1 1-.8-1.5-.8c-1.5-.6-2.3-.4-3.3-1.2a13.6 13.6 0 0 1-2.2-2l-1.5 1.2 1.7 2c.9.8 2.7 1.1 3.5 1.6a8.8 8.8 0 0 1 1.6 1.1z"
255
+ })), _path34 || (_path34 = /* @__PURE__ */ React.createElement("path", {
256
+ fill: "#cd202a",
257
+ d: "M321.5 296.6s1.7 0 1.9.2l.2.6c0 .1 0 4-.2 5.3a8 8 0 0 1-1.4 3l-4 3.7c-1.2 1.2-2.4 2.8-2.4 2.8l-.8-1c-.3-.4-.7-.6-.6-.9a10 10 0 0 1 3.3-3.4c2-1.3 3.6-2.8 4-4.9.3-2 0-5.4 0-5.4"
258
+ })), _path35 || (_path35 = /* @__PURE__ */ React.createElement("path", {
259
+ fill: "#cd202a",
260
+ d: "M332.5 310s-.4-.4-1.8-.4l-1.5.1s-.8-1-2-1.7c-1.2-.8-2.1-.7-3.5-1.6-1.3-.8-2-2.1-2-2.1l1-2s1.2 1.5 2.4 2.4c1.1.9 3.7 1.7 4.6 2.4z"
261
+ })), _path36 || (_path36 = /* @__PURE__ */ React.createElement("path", {
262
+ fill: "#30c2dc",
263
+ stroke: "#0872a7",
264
+ strokeWidth: .5,
265
+ d: "M345 286.4s-3.6-1.4-3.4-2.7c.3-1.2 8.3-3.3 8.3-3.3l.1-2.1s-1.2-.1-3.2.5c-2 .7-5.2 1.6-8.6 1.6a1735 1735 0 0 0-34.4-2.2c-3.7-.3-6-6-6-6l-1.8.4s.5 2.7-.4 3a65 65 0 0 1-13.9-6l-.6 2.6s7.3 4 7.1 5.5c-.2 1.4-2.4 1.3-2.4 1.3l1 1.8c.3 0 12 .6 12.3 4.1 0 1.5-3 2.3-3 2.3l1 1.2v.6s6.7 0 8.5 1 2.7 2.6 5 3.8c2.2 1.3 17.3 1 19.6.3 2.7-.7 4.3-3.7 8.7-5 4.3-1.4 5.7-1.4 5.7-1.4z"
266
+ })), _circle6 || (_circle6 = /* @__PURE__ */ React.createElement("circle", {
267
+ cx: 284.5,
268
+ cy: 280.7,
269
+ r: 2.1,
270
+ fill: "#fff",
271
+ stroke: "#0872a7"
272
+ })), _circle7 || (_circle7 = /* @__PURE__ */ React.createElement("circle", {
273
+ cx: 296.4,
274
+ cy: 270.9,
275
+ r: 2.1,
276
+ fill: "#fff",
277
+ stroke: "#0872a7"
278
+ })), _circle8 || (_circle8 = /* @__PURE__ */ React.createElement("circle", {
279
+ cx: 346.5,
280
+ cy: 286.6,
281
+ r: 2.1,
282
+ fill: "#fff",
283
+ stroke: "#0872a7"
284
+ })), _path37 || (_path37 = /* @__PURE__ */ React.createElement("path", {
285
+ fill: "#f8c83c",
286
+ d: "M275.1 267.8c-.7 1.6 2 4.6 4 5 1.8.2 2.8-.2 3.2-1.1a2.8 2.8 0 0 0-.4-2.5c-1.2-1.7-6-3-6.8-1.4"
287
+ })), _path38 || (_path38 = /* @__PURE__ */ React.createElement("path", {
288
+ fill: "#fff",
289
+ d: "M281 270.2c0-1-1.6-1.9-2.6-1.9s-2 0-1.8.5c.1.6 2.7 1.3 2.8 1.6 0 .3-.8.6-.4 1 .5.4 1 .1 1.4-.2s.7-.4.7-1z"
290
+ })), _path39 || (_path39 = /* @__PURE__ */ React.createElement("path", {
291
+ fill: "#f8c83c",
292
+ d: "M297.7 288.3c.4 1.4-.7 2-2 2.7-1.5.6-4.3.2-5-.9-.6-1.1 1-3 2.8-3.4 1.7-.4 3.8.3 4.2 1.6"
293
+ })), _path40 || (_path40 = /* @__PURE__ */ React.createElement("path", {
294
+ fill: "#fff",
295
+ d: "M294.8 289c.5 0 .6 1 1 .8.5 0 1-.8.8-1.3-.1-.6-1-1.3-1.8-1.2-.8 0-3 2-2.8 2.5s.8.5 1.2.3 1-1 1.6-1z"
296
+ })), _path41 || (_path41 = /* @__PURE__ */ React.createElement("path", {
297
+ fill: "#f8c83c",
298
+ d: "M349.2 281c1.3 1.7 3.6.2 4.2-.5.6-.6 2.4-1.7 1.7-2.8-.8-1.1-2-1-3-1-.8 0-2.6 1.4-2.9 2-.3.5-.6 1.6 0 2.4z"
299
+ })), _path42 || (_path42 = /* @__PURE__ */ React.createElement("path", {
300
+ fill: "#fff",
301
+ d: "M349.6 280s.1-1.9 1.8-2c1 0 1 .3 1.8.7.7.4 1-.5 1-.5s0 1.3-1.1 1.3c-1.2 0-.8-.5-2-.7-1-.2-1.5 1.1-1.5 1.1z"
302
+ })), _path43 || (_path43 = /* @__PURE__ */ React.createElement("path", {
303
+ fill: "#f9aa51",
304
+ stroke: "#953220",
305
+ strokeLinecap: "round",
306
+ strokeLinejoin: "round",
307
+ strokeWidth: .5,
308
+ d: "m321.9 276.4-.9-.6h-2.8l-3.4.1 3.4 9.9 4 5.8 1.6.6 3.1-.2.6-1.6-1.2-9.5z"
309
+ })), _path44 || (_path44 = /* @__PURE__ */ React.createElement("path", {
310
+ fill: "#f9aa51",
311
+ stroke: "#953220",
312
+ strokeLinecap: "round",
313
+ strokeLinejoin: "round",
314
+ strokeWidth: .5,
315
+ d: "m310.6 277 .2-1.1 1.8-.1a7.2 7.2 0 0 1 2.2.1s2.3 2.9 3.1 4.7 1.7 4.8 2.7 6.6c1 1.9 3.2 5 3.2 5h-4l-2-.6-5.6-9z"
316
+ })), _path45 || (_path45 = /* @__PURE__ */ React.createElement("path", {
317
+ fill: "#f9aa51",
318
+ stroke: "#953220",
319
+ strokeLinecap: "round",
320
+ strokeLinejoin: "round",
321
+ strokeWidth: .5,
322
+ d: "M308.2 275.8h2.6a14 14 0 0 1 3.9 5.4c1 2.8.5 3.2 1.8 6.2 1.4 2.9 3.2 4.9 3.2 4.9s-3.9.2-6-.2c-2.3-.4-3-.3-3.6-1a9.2 9.2 0 0 0-1.7-1.3h-2.2l.5-3.1-.6-6.9.1-3.5zm23.4 1.8-3.7-1.5-7-.4.6 3.6a30.2 30.2 0 0 0 2.6 7.7c1.1 2 2.2 4.4 2.8 5 .6.5 4.6-1.1 4.6-1.1l2.6-.4-.3-2.8-.4-1 .6-8-.6-1.2z"
323
+ })), _path46 || (_path46 = /* @__PURE__ */ React.createElement("path", {
324
+ fill: "#f9aa51",
325
+ stroke: "#953220",
326
+ strokeLinecap: "round",
327
+ strokeLinejoin: "round",
328
+ strokeWidth: .5,
329
+ d: "M307.1 277.7c0 .8 1 .9 1.2.8.2 0 1-.3 1-1.5s-.7-2.1-2.2-2.2c-1.4 0-2.5 1.7-2.5 3 0 1.2 1.2 1.8 1.2 2.3 0 0-1.2 1.1-1.1 3.1 0 2 1.6 3.6 1.6 3.6s-1.7 1.3-1.7 2.7 1.3 2.3 2.6 2.3c1.2 0 2.8-.8 2.8-1.8s-1-1.7-1.7-1.7c-.8 0-1.1.5-1.1.8m25.6-10.9c0 .9-.6 1-1 1s-1.2-.4-1.2-1.5c0-1 1.4-1.6 2.4-1.6.9 0 2.4 1.2 2.4 2.7s-1 2.6-1 2.6.6.3.6 2.2c0 2-1.2 3.3-1.2 3.3s1.6.6 1.6 2.6-1.4 2.6-2.3 2.6c-1 0-2.6-.5-2.6-1.9 0-1.3.8-1.8 1.5-1.8.6 0 1.3.7 1.3 1.5"
330
+ })), _path47 || (_path47 = /* @__PURE__ */ React.createElement("path", {
331
+ fill: "#953220",
332
+ d: "m309.5 288.6.4.6c.2.4.3 1 .8 1.4.8.7 7.2 1 9.2 1s7.8.2 8.9-.4c1-.7 1.2-1.8 1.9-2.3l.9-.4-.9.7v1.4l.5.8s-.1.4-.8.8-1.3.5-2.3.6-13.2.1-15.2-.2c-2-.4-1.8-.3-2.4-.7a4.3 4.3 0 0 1-1-1l.3-.8-.3-1.4zm20-11.8 1 .5s-.9.3-1.6 2.3-.1 2.5-.6 2.7-5.8 0-5.8 0l-1-2.1z"
333
+ })), _path48 || (_path48 = /* @__PURE__ */ React.createElement("path", {
334
+ fill: "#231f20",
335
+ d: "M346.4 276s-.9-.3-1.3-1c-.4-.8-.8-1.7-.5-2 .4-.1 1 .5 1 1.1s.8 2 .8 2zm10.4-2.8s.7 1.2 1 1.3l1.2.6s-1.5 0-2-.4a8.3 8.3 0 0 1-1-1.5z"
336
+ })), _path49 || (_path49 = /* @__PURE__ */ React.createElement("path", {
337
+ fill: "#231f20",
338
+ d: "M360 274.2s-1 .5-1.6.2c-.8-.3-1.4-.7-1-1 .2-.4.4-.3.8.2.4.4 1.8.6 1.8.6m5.3-4.5s-.8.6-1.3.6-1.5-.2-1.5-.4 1.3-.4 1.6-.3zm-8-10.5s-1.1.4-1.5 1c-.4.5-.3 1.2.2 1.2s.6-.7.6-1zm-5.2 2.9s-.9.5-1 1c-.3.5-.5 1.6 0 1.6s.7-.8.7-1.2c0-.5.3-1.4.3-1.4"
339
+ })), _path50 || (_path50 = /* @__PURE__ */ React.createElement("path", {
340
+ fill: "#8cbebf",
341
+ stroke: "#04534e",
342
+ strokeWidth: .5,
343
+ d: "m342.8 268.4-2.9 3s6.6 3.7 11.7 3.5c5-.1 10.8-4 11.2-5 .4-.7 0-4.3-.6-5.4-.7-1.1-4.2-3.8-5.5-3.7s-3.7 1.9-5.8 4c-2.2 2.1-2 3.9-5 3.7z"
344
+ })), _path51 || (_path51 = /* @__PURE__ */ React.createElement("path", {
345
+ fill: "#0c8489",
346
+ d: "M342 269.6s7 1 9.1-.8c2-1.8 4.3-5.3 5.7-6 1.4-.9 2-.9 2-.9l1.6 1.1 1.8 1.5.6 3.4v1.8l-2.2 1.8-4 1.9-4 1.2-3.2-.1-6.7-2-1.7-1.1-.4-.4z"
347
+ })), _path52 || (_path52 = /* @__PURE__ */ React.createElement("path", {
348
+ fill: "#04534e",
349
+ d: "M352.8 265.5c0-.6.4-.6 1-.6s1 .2 1 .8-.5 1.4-1 1.4c-.6 0-1-1-1-1.6m2.8 1.8c0-.6.4-.8 1-.8.7 0 1.3.7 1.3 1.2s-.5 1-1.1 1c-.7 0-1.2-.9-1.2-1.4m-1 4.2c0-.7.5-.8 1.1-.8s1 .3 1 1a1.2 1.2 0 0 1-1.1 1.2c-.7 0-1-.7-1-1.4m-3.7-1.3c0-.7.7-1 1.3-1s1 .7 1 1.4-.4 1.3-1 1.3-1.3-1-1.3-1.7m-5.9.7a1.4 1.4 0 1 1 3 0 1.4 1.4 0 0 1-3 0"
350
+ })), _path53 || (_path53 = /* @__PURE__ */ React.createElement("path", {
351
+ fill: "#8cbebf",
352
+ d: "M355.6 267.3c0-.5.7-.8 1-.8.5 0 .8.4.8.8s-.3 1-.7 1-1-.5-1-1zm-1 4c0-.5.6-.8 1.2-.8s1 .3 1 .8-.5 1-1 1c-.6 0-1.1-.4-1.1-1zm-3.7-1.2c0-.6 1-.9 1.5-.9.4 0 .3.4.3 1 0 .7-.3 1.2-.7 1.2s-1-.7-1-1.3zm1.8-4.7c0-.5.4-.5.8-.5s.6.1.6.7-.3 1-.6 1c-.4 0-.8-.6-.8-1.2m-7.7 5.1c0-.6.6-1.3 1.4-1.3s1.7.3 1.7 1c0 .6-1 1.8-1.8 1.8-.9 0-1.3-.8-1.3-1.5"
353
+ })), _path54 || (_path54 = /* @__PURE__ */ React.createElement("path", {
354
+ fill: "#231f20",
355
+ d: "M347.7 269.4s-1 .1-1.5.6-.5 1-.3 1.2c.3.2.7-.3.8-.6 0-.2 1-1.2 1-1.2m4.7-1s-1 .6-1 1.3c-.1.6 0 1 .2 1 .3 0 .5-.9.4-1.2s.4-1.2.4-1.2z"
356
+ })), _path55 || (_path55 = /* @__PURE__ */ React.createElement("path", {
357
+ fill: "#231f20",
358
+ d: "M353.2 269.3s-.6 0-1 .4c-.5.5-.9 1-.6 1s.8-.2.8-.5c0-.2.8-.9.8-.9m1-5.4-.8.6c-.2.2-.5 1-.2 1 .3.2.5 0 .8-.5.2-.5.2-1.1.2-1.1m3.5 2.3s-.9 0-1.2.5c-.3.4-.5.8 0 .8.3 0 .4-.2.6-.5.1-.4.6-.8.6-.8m-.5 4.1s-.2.7-.8 1c-.5.3-.7.5-1 .1-.1-.4.2-.6.4-.7z"
359
+ })), _path56 || (_path56 = /* @__PURE__ */ React.createElement("path", {
360
+ fill: "#04534e",
361
+ d: "M362.8 267.5s.4 2-1.3 3c-1.7.9-6.4 4.2-10.9 3.8s-9.6-3-9.6-3l-.7.4 1.2.5 3.4 1.4 4 1.2 2.5.1 2.1-.2 4-1.3 3.3-1.7 1.8-1.4.4-.6v-1.9z"
362
+ })), _path57 || (_path57 = /* @__PURE__ */ React.createElement("path", {
363
+ fill: "#231f20",
364
+ d: "M274.9 242.2s1 .9 1 1.6c-.2.8-.4 1.1-.7 1-.3-.2-.3-1-.3-1.3zm7.7 7.1s-.3 1.4-.9 1.5c-.5.1-.9-.4-.8-.7.1-.2.6 0 .8-.2zm-16.8 1s.4.8 1 1c.8 0 1-.4 1-.6-.1-.2-.4-.2-.8-.2zm3 6s.7.6 1.5.7a1.3 1.3 0 0 0 1.3-.7c0-.2-1-.2-1.3 0-.3.3-1.5 0-1.5 0m5.3 4.4s1.4-.2 1.6-.6.6-1 .3-1.3c-.3-.4-.5.5-.7.9-.1.3-1.2 1-1.2 1"
365
+ })), _path58 || (_path58 = /* @__PURE__ */ React.createElement("path", {
366
+ fill: "#8cbebf",
367
+ stroke: "#04534e",
368
+ strokeWidth: .5,
369
+ d: "M282.6 257.1s1-6-4-10.4c-5-4.3-8.1-3.2-9.8-1.6s-3.2 6.7 2 11.3c5.3 4.5 11.7 3 11.7 3z"
370
+ })), _path59 || (_path59 = /* @__PURE__ */ React.createElement("path", {
371
+ fill: "#0c8489",
372
+ d: "M267.6 250.7s-.1-3.4 1.5-4.4c1.5-1 6.8-1.8 9.3 3.1 2.6 5 2.7 7.4 2 10h-2.7l-4.3-1.8-3.5-2.6z"
373
+ })), _path60 || (_path60 = /* @__PURE__ */ React.createElement("path", {
374
+ fill: "#04534e",
375
+ d: "M282 258s-.9 1-2.7 1c-1.7-.2-10-2.3-12-9.8v1.7l.1.5.6 1.5 1.7 2.5 2.2 1.9 2.8 1.4 2 .6 2.5.4h1.5z"
376
+ })), _path61 || (_path61 = /* @__PURE__ */ React.createElement("path", {
377
+ fill: "#04534e",
378
+ d: "M277.7 255.9c0-.7.3-.7.8-.7s1-.2 1 .4c0 .7-.4 1.6-1 1.6-.4 0-.8-.7-.8-1.3m.3-4c0-.4.4-.8 1-.8.5 0 .9.4.9.9 0 .4-.4.8-1 .8-.5 0-.9-.4-.9-.8zm-3.7 4.4c0-.4.4-.7 1-.7s1 .3 1 .7c0 .3-1 .8-1.5.8-.6 0-.5-.5-.5-.8m-.4-4.6c0-.6.3-.4.8-.4s1.2.1 1.2.7-.7 1.4-1.2 1.4-.8-1.2-.8-1.7m-3.4.7c0-.5.3-1.1.9-1.1s1.3.6 1.3 1.1-.5 1-1.1 1-1.1-.5-1.1-1m.6-4c0-.6.3-.5 1-.5.6 0 1.1.2 1.1.7s-.7 1.2-1.4 1.2c-.6 0-.7-1-.7-1.5zm3.7-.5c0-.4.5-.3 1-.3.7 0 1.1.4 1.1 1s-.7 1-1.3 1-.8-1.2-.8-1.6z"
379
+ })), _path62 || (_path62 = /* @__PURE__ */ React.createElement("path", {
380
+ fill: "#8cbebf",
381
+ d: "M271 248.3c.2-.4.4-.7.8-.7.5 0 .9.1.9.7 0 .4-.4.9-.8.9-.5 0-1-.5-.8-1zm-.6 4c0-.5.2-1 .7-1s1 0 1 .5-.5 1.1-1 1.1-.7-.1-.7-.6m4.4-4.3c0-.4.3-.4.8-.4s.8 0 .8.5c0 .4-.4.7-.8.7s-.8-.4-.8-.8m-.9 3.9c0 .5.5 1 1 1s1-.5 1-1c0-.6-.6-1-1-1s-1 .4-1 1m4.3-.6c0 .5.4.9 1 .9.5 0 .9-.4.9-.9s-.5-.9-1-.9-1 .4-1 1zm-4.1 5c0-.5.5-.9.9-.9s.9.3.9.7-.8 1-1.2 1c-.5 0-.6-.4-.6-.9zm3.6-.7c0-.5.4-.6 1-.6.5 0 .8.1.8.6 0 .6-.5 1-1 1s-.8-.5-.8-1"
382
+ })), _path63 || (_path63 = /* @__PURE__ */ React.createElement("path", {
383
+ fill: "#231f20",
384
+ d: "M278.7 249.4s.5.7.6 1.3v1.2c-.3 0-.6-.4-.7-.9s0-1.6 0-1.6zm-3.2-3.3s.4.5.4 1 0 1-.3 1-.3-.4-.3-.8zm-3.7.5s.4.5.4 1 0 1-.3 1-.3-.4-.3-.8z"
385
+ })), _path64 || (_path64 = /* @__PURE__ */ React.createElement("path", {
386
+ fill: "#231f20",
387
+ d: "m270.5 247.3 1 .4c.3.4.5.8.3 1-.1.2-.5-.1-.6-.4zm2.8 3.8s.7 0 1.1.5c.4.3.8.6.5.9-.2.2-.7-.2-1-.5zm-3.4 0 1 .3c.3.2.4.7.2.8-.1.1-.4 0-.6-.4zm8.3 2.5.2 1.4c0 .5.1 1-.2 1s-.3-.7-.3-1c0-.5.3-1.4.3-1.4"
388
+ })), _path65 || (_path65 = /* @__PURE__ */ React.createElement("path", {
389
+ fill: "#231f20",
390
+ d: "m277.3 254.9.8.5c.3.2.3.6.1.6l-.4-.5a9 9 0 0 1-.5-.6m-3.7.2.9.3c.2.2.3 1 .2 1.1 0 .1-.4 0-.6-.3z"
391
+ })), _path66 || (_path66 = /* @__PURE__ */ React.createElement("path", {
392
+ fill: "#04534e",
393
+ d: "M272.1 243.8s-3.2.7-3.8 2.9c-.6 2-.7 4.4-.7 4.4l-.4-2.7.6-1.7 1-1.6 1.4-1 1.3-.4zm10.2 12.5s.4-.8-.6-3.4c-1-2.5-3-6-3-6l1.6 1.8 1.2 2 .6 1.8.5 1.7v1.6l-.3.6z"
394
+ })), _path67 || (_path67 = /* @__PURE__ */ React.createElement("path", {
395
+ fill: "#231f20",
396
+ d: "M285.6 252.2s1.2.7 1.3 1.1.2.6-.1.7-.8-.4-1-.7a6.5 6.5 0 0 1-.2-1.1m-4.8 12.8s.6-1 1.3-1.3c.7-.4 1.2-.4 1.4-.1.2.2-.4.7-1 .9zm8.1 3.1s.8-.4 1.3-1c.5-.5.6-.9.4-1-.2-.3-.8 0-1.1.5-.3.4-.6 1.5-.6 1.5m-.9-.7s.3-1 .6-1.4c.3-.3.6-.5 1-.3.2.2 0 .6-.2.9a7.8 7.8 0 0 1-1.4.8"
397
+ })), _path68 || (_path68 = /* @__PURE__ */ React.createElement("path", {
398
+ fill: "#8cbebf",
399
+ stroke: "#04534e",
400
+ strokeWidth: .5,
401
+ d: "M301.5 261.2s-5-7.2-12.8-7.6a7.4 7.4 0 0 0-8 7c.2 1.6 2.6 5.2 10.9 5.8s9.6-3.9 10-4.1c.3-.2-.1-1-.1-1z"
402
+ })), _path69 || (_path69 = /* @__PURE__ */ React.createElement("path", {
403
+ fill: "#0c8489",
404
+ d: "M295.6 256.3s2 1.5 3 2.8c.8 1.2 1 2.2.5 2.3-.5.2-5-4-8.8-4.9-3.7-.9-6.9 0-7.6 1.7s-.4 4.5 1.2 5.6c1.8 1 9.7 2.3 9.7 2.3l3.7-.5 2.3-1.3.5-1.3.6-1.6.2-.7-1.9-2z"
405
+ })), _path70 || (_path70 = /* @__PURE__ */ React.createElement("path", {
406
+ fill: "#04534e",
407
+ d: "M289.2 257.3c0 .4-.5.7-1 .7s-.9-.3-.9-.7c0-.5.4-.9 1-.9s1 .4 1 .9zm-4.6 1.6c0-.5.6-.4 1-.4.6 0 1 .3 1 .8s-.8 1.1-1.3.9c-.6-.3-.7-.8-.7-1.3m5 2.7c0-.6.4-1 1-1 .7 0 1.2.4 1.2 1s-.8 1.2-1.5 1.2-.7-.6-.7-1.2"
408
+ })), _path71 || (_path71 = /* @__PURE__ */ React.createElement("path", {
409
+ fill: "#8cbebf",
410
+ d: "M285.8 262.7c0-.5.6-.6 1-.6.5 0 1 .5 1 1s-.5.9-1 .9c-.4 0-1-.8-1-1.3"
411
+ })), _path72 || (_path72 = /* @__PURE__ */ React.createElement("path", {
412
+ fill: "#04534e",
413
+ d: "M292.5 264.5c0-.4.2-.8.7-.8.4 0 1 .3 1 .7s-.5.9-1 .9a.8.8 0 0 1-.7-.8m3-2.3c0-.5.3-.4.8-.4s1 .2 1 .8-.6.8-1.1.8-.7-.6-.7-1.2"
414
+ })), _path73 || (_path73 = /* @__PURE__ */ React.createElement("path", {
415
+ fill: "#8cbebf",
416
+ d: "M289 256.9c0 .4-.2.6-.7.6s-.9-.2-.9-.6c0-.5.2-.6.6-.6s1 .1 1 .6m-2.5 1.9c0 .5-.7.7-1 .7-.5 0-.8-.2-.8-.7s.3-.6.8-.6 1 .1 1 .6m1 3.8c0 .4 0 .7-.5.7s-1-.3-1-.7 0-.7.5-.7 1.1.3 1.1.7zm4-1.3c0 .4-.7 1-1.2 1-.4 0-.6-.9-.6-1.3s.4-.7.8-.7 1 .6 1 1m5.8 1.3c0 .4-.7.4-1 .4-.5 0-.8-.5-.8-1 0-.4.1-.8 1-.7.5 0 .8.8.8 1.3m-3.4 1.7c0 .5-.3.8-.7.8a.8.8 0 0 1-.8-.8c0-.4.4-.6.8-.6s.7.2.7.6"
417
+ })), _path74 || (_path74 = /* @__PURE__ */ React.createElement("path", {
418
+ fill: "#231f20",
419
+ d: "M294.4 262s.8-.3 1.5-.3c.6 0 .6.3.6.4s-.5.3-.7.2a86 86 0 0 1-1.4-.4zm-3.3 2.8s.6-.4 1.1-.5.9 0 .8.4c0 .3-.2.3-.6.3zm-2.2-5s1.4.6 1.7 1.1c.3.6.4.7.1.9s-.6-.2-.8-.5z"
420
+ })), _path75 || (_path75 = /* @__PURE__ */ React.createElement("path", {
421
+ fill: "#231f20",
422
+ d: "m288.5 261.6 1.6-.3c.5 0 .6 0 .7.2 0 .2-.1.3-.5.3zm-3.4 0s1.2.2 1.5.5.3.6.1.7c0 .2-.6.1-.8 0z"
423
+ })), _path76 || (_path76 = /* @__PURE__ */ React.createElement("path", {
424
+ fill: "#231f20",
425
+ d: "M285 263.3s.4-.7.8-.8 1-.1 1 .1c.1.2-.4.5-.7.6zm-1-5.1 1.2.3c.4.3.5.6.4.7 0 .1-.5.2-.8 0-.5-.4-.7-1-.7-1zm2.6-3s1.2.4 1.6 1c.4.5.3.8.1.9l-.9-.4c-.3-.3-.8-1.4-.8-1.4z"
426
+ })), _path77 || (_path77 = /* @__PURE__ */ React.createElement("path", {
427
+ fill: "#04534e",
428
+ d: "M300 263.7s-2.3 2-7.7 1.9c-5.5-.2-10.4-2.5-11.6-5l.5 1.2 1.2 1.6 3.8 2 4.3.9 3.3.2 3.2-.6 2.5-1.1.4-.7zm.8-2.5s-.9-1.2-2.2-2.3c-1.2-1.2-6.2-4.4-6.2-4.4l4 1.8 2.7 2.2 1.8 2z"
429
+ })), _path78 || (_path78 = /* @__PURE__ */ React.createElement("path", {
430
+ fill: "#231f20",
431
+ d: "M301 256.4s1.4.5 1.6.8l.5.6s-.3 1-.6.6l-.8-.9zm4-2.2s1.3.5 1.8 1.1c.5.7.4 1.2.2 1.3-.2 0-1-.7-1.2-1a47 47 0 0 0-.7-1.4z"
432
+ })), _path79 || (_path79 = /* @__PURE__ */ React.createElement("path", {
433
+ fill: "#231f20",
434
+ d: "M306.4 254s1.2.8 1.4 1.2c.1.4.5 1 .1 1-.3.2-.9-.4-1-.8l-.6-1.5zm6.8 1.5s1 .4 1 1.2v1.3l-.7-.7v-.7l-.3-1zm1.8.7s.8.7.9 1.2c0 .5.2.8-.3 1-.4 0-.6-.5-.6-1zm-12.3 15s.6.2 1.2 0c.5-.2 1-.7.9-1-.1-.4-.4-.7-.8-.2-.4.4-.2.6-.5.8zm6.8 1.8s.9-.2 1.5-.9c.6-.6.9-1 .5-1.2s-1 0-1 .5zm5.5.1 1.3-.9c.5-.4.7-.7.4-1-.3-.5-.6-.2-.8 0l-.2.7z"
435
+ })), _path80 || (_path80 = /* @__PURE__ */ React.createElement("path", {
436
+ fill: "#231f20",
437
+ d: "M316.7 273.1s.8-.9 1-1.4c.1-.5.2-1-.1-1-.4 0-.8.5-.8.9z"
438
+ })), _path81 || (_path81 = /* @__PURE__ */ React.createElement("path", {
439
+ fill: "#8cbebf",
440
+ stroke: "#04534e",
441
+ strokeWidth: .5,
442
+ d: "M299.9 264.1c0-2.4 3.5-8 7.5-8 1.6 0 4.9 1 7.5 2.1 2.2 1 3 2 4.4 2.4 1.5.4 3.7.1 3.7.1l5-.5-4 5.7-1.4 1.2s-1.2 2.4-4.7 3.8c-3.6 1.4-9.5.4-12.2-.3s-6-3.2-5.8-6.5z"
443
+ })), _path82 || (_path82 = /* @__PURE__ */ React.createElement("path", {
444
+ fill: "#04534e",
445
+ d: "M299.9 264.1h.2c0-.5.2-1.3.6-2.1a12.2 12.2 0 0 1 2.7-3.8c1.1-1 2.5-1.8 3.9-1.8.8 0 2 .2 3.4.6a29.4 29.4 0 0 1 4.1 1.4q1.5.75 2.4 1.5c.7.4 1.3.8 2 1a9 9 0 0 0 2 .2l1.8-.1 4.4-.5-3.6 5.2-1.4 1.2v.1a9 9 0 0 1-4.6 3.7q-1.95.6-4.5.6c-2.8 0-5.9-.5-7.6-1a8.4 8.4 0 0 1-3.8-2.1 5.7 5.7 0 0 1-1.8-4h-.5c0 1.7.8 3.2 2 4.4a9 9 0 0 0 4 2.3c1.7.4 4.8 1 7.7 1a14 14 0 0 0 4.7-.7 9.4 9.4 0 0 0 4.9-4h-.3l.2.1 1.4-1.3 4.3-6.2-5.6.7h-.1a14.8 14.8 0 0 1-3.4-.1 5.5 5.5 0 0 1-1.9-1c-.6-.4-1.4-1-2.5-1.4a29 29 0 0 0-4.2-1.5c-1.3-.4-2.6-.6-3.4-.6h-.1c-1 0-2 .3-3 1a11.2 11.2 0 0 0-3.3 3.5 8.3 8.3 0 0 0-1.4 3.7z"
446
+ })), _path83 || (_path83 = /* @__PURE__ */ React.createElement("path", {
447
+ fill: "#0c8489",
448
+ d: "M324 264.9c-.4.3-1 .3-1.4.3-.5 0-11.6-6.7-15-6.4-3.5.3-6.8 1.7-6.9 5.3 0 3.5.8 3.5 1.5 4.5s7.5 2.5 7.5 2.5h4.1l3.3-.4 3-1.6 1.5-1.3 1.1-1.3z"
449
+ })), _path84 || (_path84 = /* @__PURE__ */ React.createElement("path", {
450
+ fill: "#04534e",
451
+ d: "M306.5 263c0 .8-.3 1.3-1 1.3-.6 0-1.1-.3-1.1-1s.4-1 1-1c.7 0 1 .1 1 .8zm1.1-3c0-.6.6-.8 1.2-.8.7 0 1.2.2 1.2.8s-.5 1-1.2 1c-.6 0-1.2-.4-1.2-1m6.7 1.8c0-.5.4-.9 1-.9.5 0 .9.4.9 1s-.4.8-1 .8a1 1 0 0 1-1-.9zm1.3 4c0-.6.5-1 1-1 .6 0 1.2.2 1.2.8s-.2 1.3-.8 1.3-1.4-.4-1.4-1zm-3.2 2.7c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1 0 .5-.5.9-1 .9-.7 0-1.2-.4-1.2-1zm-6-1c0-.6.3-1 .9-1a1 1 0 1 1 0 1.9 1 1 0 0 1-1-1z"
452
+ })), _path85 || (_path85 = /* @__PURE__ */ React.createElement("path", {
453
+ fill: "#8cbebf",
454
+ d: "M306.4 263c0 .5-.4 1-1 1a1 1 0 0 1-1-1c0-.6.4-.8 1-.8s1 .2 1 .7zm3.3-3.2c0 .5-.2.9-.8.9-.5 0-1.3-.4-1.3-.9s.5-1 1-1c.6 0 1 .5 1 1zm6.4 1.7c0 .5-.4.9-1 .9s-.9-.4-.9-.9c0-.4.4-.8 1-.8s.9.4.9.8"
455
+ })), _path86 || (_path86 = /* @__PURE__ */ React.createElement("path", {
456
+ fill: "#04534e",
457
+ d: "M312.7 264.2c0 .7-.3 1.2-1 1.2-.6 0-1.1-.3-1.1-1s.3-1 1-1 1 .2 1 .8z"
458
+ })), _path87 || (_path87 = /* @__PURE__ */ React.createElement("path", {
459
+ fill: "#8cbebf",
460
+ d: "M308 267.2c0 .5-.4 1-1 1s-1-.5-1-1 .6-.8 1.2-.8.8.3.8.8m4.5-3a1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1 1 1 0 0 1 1 1m5.2 1.3c0 .6-.3 1-1 1-.6 0-1.1-.4-1.1-1s.2-.8.8-.8 1.3.2 1.3.8m-3.3 2.7c0 .6-.4 1-1 1s-1.1-.4-1.1-1c0-.5.5-.8 1-.8.6 0 1 .3 1 .8z"
461
+ })), _path88 || (_path88 = /* @__PURE__ */ React.createElement("path", {
462
+ fill: "#231f20",
463
+ d: "M314.8 265s1.6-.2 1.9 0c.3.4.3.8.1 1-.1 0-.8.1-1-.1 0-.3-1-1-1-1zm-1.7-5.4s1.3.3 1.8.9c.5.5.4 1 .4 1.1-.2.1-.6.2-1-.2zm-3.7 2.6s1.5.8 1.8 1.3c.3.4.4.8.2 1-.1.2-.8 0-1-.3 0-.3-1-2-1-2"
464
+ })), _path89 || (_path89 = /* @__PURE__ */ React.createElement("path", {
465
+ fill: "#231f20",
466
+ d: "M308.7 263.3s1.7.2 2 .5c.5.4.8.4.8.6 0 .3-.3.4-.5.4a3.6 3.6 0 0 1-1.2-.5l-1-1zm-1.9-4.8s1.7.2 2 .5c.4.3.5 1 .1 1.2s-.8-.2-1-.5a8 8 0 0 0-1-1.2zm-3.6 2.5s1.5.8 2 1.4c.3.4.5.7 0 1-.4 0-.9-.7-.9-1a9 9 0 0 0-1.1-1.4"
467
+ })), _path90 || (_path90 = /* @__PURE__ */ React.createElement("path", {
468
+ fill: "#231f20",
469
+ d: "m302.8 263 1.5-.2c.5 0 1.2-.1 1.2.2 0 .4-.6.5-1 .4zm8.6 5.6s1.1-.7 1.7-.6c.5.1.7.1.7.4 0 .4-.7.3-.9.3zm-6-.9s.4-.6.9-.7c.4 0 .6 0 .7.2 0 .2-.4.6-.6.6h-1z"
470
+ })), _path91 || (_path91 = /* @__PURE__ */ React.createElement("path", {
471
+ fill: "#04534e",
472
+ d: "M322.6 266.6s-1.6 2-4 3a14 14 0 0 1-7.2 1.1 15.2 15.2 0 0 1-11.2-5.2l.4 1.1 2 2.6 2.3 1 3.5 1 3.3.3h2.5l3-.5 1.9-.7 1.3-.8 1-.8 1.2-2zm-3-5.9s-1 .3-3-.9-4.3-2.8-8.8-2.8-5.9 3-6.2 3.2l2-2.6 2-1.1 1.7-.3h1.5l2 .6 1.7.6 2.1.7 1.8 1 2.2 1.1zm6 1.4h-3.4c-.8 0-.8.2-1 .4a4 4 0 0 1-.2.4l-.8-1.7 3.5-.5 2 .7-.2.6z"
473
+ })), _path92 || (_path92 = /* @__PURE__ */ React.createElement("path", {
474
+ fill: "#0c8489",
475
+ stroke: "#04534e",
476
+ strokeWidth: .5,
477
+ d: "M320.7 280.4c.2.5.6 1 1.1 1h1.6l3.6-.3 1.2-1.4.8-3.2 1-1.2 3.3-1.9 2.8-.8 1.9-.2 2.5-.8 1.9-1 .8-1.2.8-1.8-.8-2.5-2-2.7-3.4-1.3H335l-3 1.1-5.5 1.3s-3 1.3-4.3 3.7c-1.3 2.3-1.2 3-1.5 6-.2 3.2 0 7.2 0 7.2z"
478
+ })), _path93 || (_path93 = /* @__PURE__ */ React.createElement("path", {
479
+ fill: "#8cbebf",
480
+ d: "M322.2 279.2c1 0 .2-1.7 1.4-3.8 1.2-2 2.6-4.6 3-4.6s.4.4.9.3c.4-.2 1.2-.8 1.2-1s0-1.3 1-2c.8-.8 2.1-1.9 2.7-2s1-.3 1 0c.1.3-.3.7.1.8.4.2 1.4.1 1.6-.5l.2-1s.6-.5 1.8-.3c1.2.3 1.3.2 1.4.7.1.4-.5.5-.4.8v.6c.2.2.4 1 1.2 1 .8-.1 1.1-.6 1.1-.6l.3-.4s.2-.5-.1-.7-.2-.4 0-.3c.4.1 1.6 1.8 2 1.1s.5-1.7.2-2a91 91 0 0 1-1.9-2.7l-3-1-4 .3-4 2.2-3.6 2s-.2 2.9-.8 2.3c-.7-.5-1.6-2-1.9-1.5s-.9 2.7-1.3 3.8c-.3 1-1.4 4.4-1.3 5.6s.8 2.9 1.2 2.9"
481
+ })), _path94 || (_path94 = /* @__PURE__ */ React.createElement("path", {
482
+ fill: "#8cbebf",
483
+ d: "M325.8 274.4c-.3 0-.7.3-.8.5-.2.2-.3.5-.2 1 0 .3.7.7.7.7h.5l1-.3.3-.8c0-.5-.3-.6-.4-.6a29 29 0 0 1-1.1-.5m6.2-5c-.6-.3-.8.1-1 .3v.5s.2.8.4 1c.3 0 1.1.3 1.3 0 .3-.2.5-.4.5-.9s-.7-.7-.7-.7zm5 1.1c0-.2-.5-.3-.9-.2-.3 0-.7.4-.6 1 .2.7.8.7 1.2.6.5-.1.4-.8.4-.9zm-14.4 1c0 .3.5 1 1.2.9a1.3 1.3 0 0 0 1.2-1c0-.4-.4.3-1 .5s-.7.2-1 0c-.2-.4-.4-.4-.4-.4"
484
+ })), _path95 || (_path95 = /* @__PURE__ */ React.createElement("path", {
485
+ fill: "#04534e",
486
+ d: "M327.3 275.5s0 .6-.4 1c-.5.3-.8.3-1 .3-.3 0-.6 0-.8-.3l-.3-.7s.5.8 1.3.6a2 2 0 0 0 1.2-.9m13.3-8.3s0 .6-.5.9-.7.3-1 .3c-.2 0-.6-.1-.7-.4-.6-1-.3-1.5-.3-1.5s.4 1.6 1.3 1.5a2 2 0 0 0 1.2-.8m-11.9 2.9s-.4 1.2-1.2 1.2c-.9 0-.8-.2-.7-.4 0-.1.3.2.7 0 .4 0 1.2-.8 1.2-.8m2.3-.3s0 1 .2 1.2c.3.4.7.5 1 .5s.6 0 .9-.4.1-.8.1-.8l-.2.5c-.3.3-.5.3-.8.3s-.7 0-.8-.3zm4.3-4.3s.2.7-.3 1.2c-.5.6-1.5.2-1.5.2s.8.3 1.2-.2c.4-.4.6-1.2.6-1.2"
487
+ })), _path96 || (_path96 = /* @__PURE__ */ React.createElement("path", {
488
+ fill: "#04534e",
489
+ d: "M321.7 281.1s5.3 0 5.7-.8c.4-.7-.4-3.6 2.7-5.8 3.2-2.2 5.7-2.2 7.4-2.3 1.7-.2 5.3-1.3 6-4.5.3-2-2.3-2.2-3.3-4-1-2-3.6-1.2-3.8-1.2-.1 0-3 0-4.3 1.3-.9.8-.8 1.8-1.1 2.2-.4.5-4 0-4.3.6-.4.6.1 1.7-.2 2-.2.3-1-.8-1-.8l.2-2.8 4.5-2.6 5-2.8 3.5.1 3.5 1.8 1.7 2s.3.8.5 2.3a5.3 5.3 0 0 1-.2 2c-.8 2.8-3.7 4.8-6.7 5a14 14 0 0 0-7 2.5c-1.4 1-2.1 5.3-2.1 5.9 0 .5-6.6.1-6.6.1z"
490
+ })), _path97 || (_path97 = /* @__PURE__ */ React.createElement("path", {
491
+ fill: "#231f20",
492
+ d: "M324 270.8c-.3.3-.7.2-.8 0-.2-1 .3-2.2.3-2.2v1.6c.1.2.4.1.5.3zm3.2-.6c-.2-.1-.1-1 0-1.3.2-.3 1.7-1.4 1.7-1.4l-.6 1.5c-.2.4-.7 1.3-1 1.2zm-1.2 5.3c-.3 0-.3-.4-.3-1s1-1.6 1-1.6l-.4 1.2.2 1c0 .3-.3.4-.5.4"
493
+ })), _path98 || (_path98 = /* @__PURE__ */ React.createElement("path", {
494
+ fill: "#231f20",
495
+ d: "M328.4 274s-.5.6-1 .9-1.1.7-1.4.6c-.4 0 .1-.8.3-.9zm4.5-6.4s-.6.5-.9 1.2-.4 1.3-.1 1.4c.3.2.7-.8.8-1.1z"
496
+ })), _path99 || (_path99 = /* @__PURE__ */ React.createElement("path", {
497
+ fill: "#231f20",
498
+ d: "M334.6 269.9s-.5-.4-1.2-.6c-.8-.2-1 0-1.2.2 0 .2-.6.5-.3.7.2.2.6-.3.8-.3.2-.1.5-.3.9-.2zm-1-4.5c.3.3.7-.2 1-.6.4-.4.7-1.2.7-1.2l-1 .7c-.4.3-.9 1-.7 1.1m6.9-.1s-1 .4-1.2.8c-.3.4-.7.8-.4 1 .3.3.6-.2.8-.5zm-2 4.6s-.3.6-.9 1c-.5.4-1.2.5-1.3.3s.1-.6.3-.7l.8-.2a7.3 7.3 0 0 0 1.1-.4"
499
+ })), _ellipse4 || (_ellipse4 = /* @__PURE__ */ React.createElement("ellipse", {
500
+ cx: 328.8,
501
+ cy: 207.4,
502
+ fill: "url(#mx_svg__b)",
503
+ rx: 2.9,
504
+ ry: 4.3,
505
+ transform: "rotate(8.7)"
506
+ })), _path100 || (_path100 = /* @__PURE__ */ React.createElement("path", {
507
+ fill: "#fcca3e",
508
+ stroke: "#aa8c30",
509
+ strokeWidth: .3,
510
+ d: "m295.4 247-1.7 4.2 1.4-.2.7-3.8z"
511
+ })), _path101 || (_path101 = /* @__PURE__ */ React.createElement("path", {
512
+ fill: "#fcca3e",
513
+ stroke: "#aa8c30",
514
+ strokeWidth: .2,
515
+ d: "M296.1 245.1c-.6 0-1.1.4-1.2 1 0 .7.4 1.3 1 1.4.6 0 1.1-.4 1.2-1 0-.7-.3-1.3-1-1.4z"
516
+ })), _path102 || (_path102 = /* @__PURE__ */ React.createElement("path", {
517
+ fill: "#fcca3e",
518
+ stroke: "#aa8c30",
519
+ strokeWidth: .3,
520
+ d: "m369.7 255.8-4.2 4 1.7.4 2.9-3.8z"
521
+ })), _path103 || (_path103 = /* @__PURE__ */ React.createElement("path", {
522
+ fill: "#fcca3e",
523
+ stroke: "#aa8c30",
524
+ strokeWidth: .2,
525
+ d: "M371.6 254.1a1.5 1.5 0 0 0-2 .6c-.5.7-.3 1.5.4 2 .7.3 1.6 0 2-.7.4-.6.2-1.5-.4-1.9z"
526
+ })), _path104 || (_path104 = /* @__PURE__ */ React.createElement("path", {
527
+ fill: "#fcca3e",
528
+ stroke: "#aa8c30",
529
+ strokeWidth: .3,
530
+ d: "m262.8 233 2.2 4.9 1-1.4-2.6-3.7z"
531
+ })), _path105 || (_path105 = /* @__PURE__ */ React.createElement("path", {
532
+ fill: "#fcca3e",
533
+ stroke: "#aa8c30",
534
+ strokeWidth: .2,
535
+ d: "M261.9 230.9c-.6.4-.6 1.3-.1 1.9.4.6 1.3.7 1.8.2.6-.5.6-1.3.1-2a1.3 1.3 0 0 0-1.8-.1z"
536
+ })), _path106 || (_path106 = /* @__PURE__ */ React.createElement("path", {
537
+ fill: "#aa8c30",
538
+ d: "M296.6 245.3s.3.1 0 0c-.5 0-1.4.4-1.4 1a1 1 0 0 0 1 1c.5 0-.2.2-.2.2l-.7-.2-.2-.4-.2-.5.1-.6.4-.5.5-.2h.3z"
539
+ })), _path107 || (_path107 = /* @__PURE__ */ React.createElement("path", {
540
+ fill: "#aa8c30",
541
+ d: "M295.6 248.1s-.3 0-.5.3a49 49 0 0 1-.7 1.1l1-2.3.4.2zm76.4 6.4s.3.4-.1 0c-.4-.3-1.8-.2-2.1.5-.4.8 0 1.4.6 1.7.6.2-.2 0-.2 0l-.7-.5-.1-.6v-.7l.5-.6.7-.3h.7l.3.2z"
542
+ })), _path108 || (_path108 = /* @__PURE__ */ React.createElement("path", {
543
+ fill: "#aa8c30",
544
+ d: "M369.4 257.3s-.3-.2-.8 0l-1.4.9 2.3-2.2.5.6zm-107-26.7s.4-.1 0 .1c-.5.3-.8 1.4-.3 2 .6.5 1.3.4 1.7 0 .4-.5 0 .2 0 .2l-.7.4h-.6l-.6-.3-.4-.6v-.8l.2-.5.3-.3.3-.2z"
545
+ })), _path109 || (_path109 = /* @__PURE__ */ React.createElement("path", {
546
+ fill: "#aa8c30",
547
+ d: "M264 233.8s-.3.1-.2.6l.3 1.5-1.2-2.7.7-.2z"
548
+ })), _ellipse5 || (_ellipse5 = /* @__PURE__ */ React.createElement("ellipse", {
549
+ cx: 337.6,
550
+ cy: -128.1,
551
+ fill: "url(#mx_svg__c)",
552
+ rx: 4.6,
553
+ ry: 3.1,
554
+ transform: "rotate(62.9)"
555
+ })), _path110 || (_path110 = /* @__PURE__ */ React.createElement("path", {
556
+ fill: "#e92736",
557
+ d: "M262.6 241.2s1 .2 1.5 0 .6-.7.7-.8.3-.6.2-1a3.8 3.8 0 0 0-1-1.4l-1-.1c-.1-.1 0-.4-.2-.5-.3 0-1.7 1.6-1.5 1.8.3.3.4 0 .5.1v1.1c0 .3.8.8.8.8"
558
+ })), _path111 || (_path111 = /* @__PURE__ */ React.createElement("path", {
559
+ fill: "#e92736",
560
+ d: "M264 238.1c.1.3.7 1 .9 1 .2.2.8.2 1 0 .3 0 1-.7 1-1a1.5 1.5 0 0 0-.1-.7c-.2-.3-.1-1-.4-1.1-.2 0-.3-.1-.5-.3v-.7c-.3-.3-2.6 1.1-2.4 1.4.2.2.4 0 .5.1z"
561
+ })), _path112 || (_path112 = /* @__PURE__ */ React.createElement("path", {
562
+ fill: "#e92736",
563
+ d: "M269.2 237.6c.2-.4.1-1.5-.1-1.8s-.6-.3-.7-.4c0-.1.3-.2.3-.5s-2.6.1-2.4.4.6.1.6.3-.4.4-.5.6l.3 1.1c0 .2 0 .4.2.5l.6.2h1.4c.1-.1.2-.1.3-.5zm22 12.8s.3.7.8 1h1l.6-.5c.2-.2.4-1.2.3-1.4 0-.2-.5-.6-.5-.8s.3-.2.2-.4-2-.2-2 .2c0 .3.3.2.2.3 0 .2-.5.5-.6.7-.2.1 0 1 0 1z"
564
+ })), _path113 || (_path113 = /* @__PURE__ */ React.createElement("path", {
565
+ fill: "#e92736",
566
+ d: "M293.8 249.5c0 .2-.2 1 0 1.1 0 .2.3.7.5.8h1.2a1.2 1.2 0 0 0 .4-.6c.1-.3.6-.7.5-.9s-.2-.2-.1-.4c0-.2.3-.2.3-.5s-2.1-1-2.2-.7c0 .3.3.2.2.4 0 .2-.7.6-.8.8"
567
+ })), _path114 || (_path114 = /* @__PURE__ */ React.createElement("path", {
568
+ fill: "#e92736",
569
+ d: "M297.3 252.5c.3-.2 1-.9 1-1.1 0-.4-.3-.6-.2-.7l.5-.1c.1-.2-1.6-1.6-1.7-1.3 0 .3.3.4.2.5l-.7.1c-.1.1-.5.6-.5.8s-.3.2-.2.5l.2.4c.1.2.8.9 1 .9zm66 5.5s0 .8.4 1.2c.3.3.6.3.8.4h.7a3 3 0 0 0 1-1c0-.3-.3-.8-.2-1s.3 0 .3-.2c0-.3-1.6-1.1-1.7-.8-.1.2.2.3 0 .4l-.8.2c-.2 0-.5.8-.5.8"
570
+ })), _path115 || (_path115 = /* @__PURE__ */ React.createElement("path", {
571
+ fill: "#e92736",
572
+ d: "m366 258.5-.8.8c0 .2 0 .7.2.8 0 .2.7.6 1 .5.1 0 .3 0 .5-.2.2-.1.8-.2.8-.4l.1-.4c.1-.1.4 0 .6-.2s-1.2-1.7-1.4-1.5 0 .3 0 .4c-.2 0-.9 0-1 .2"
573
+ })), _path116 || (_path116 = /* @__PURE__ */ React.createElement("path", {
574
+ fill: "#e92736",
575
+ d: "M366.4 262.2h1.4l.4-.5c.1 0 .1.2.4.2.2 0 0-2-.3-1.8-.2.1-.1.5-.2.4-.2 0-.3-.3-.5-.3a2.4 2.4 0 0 0-1 .1s-.2 0-.3.2l-.2.4v1c.1.2 0 .2.3.3"
576
+ })), _path117 || (_path117 = /* @__PURE__ */ React.createElement("path", {
577
+ fill: "#f7e204",
578
+ d: "M264.2 239c.2.4-.1 1.2-.3 1.4-.1.2-1.3-.1-1.3-.3s-.1-.6 0-.8c.2-.2.6-.7.9-.6.3 0 .6.3.7.4zm.3-1.3c-.2.3 0 .6.2.7.1.2 1 .4 1.2.3.2-.2.6-1.5.4-1.7s-.6-.2-.7-.2c-.2 0-1 .6-1.1.9m2.7-1.3v.7c.2.1.7.5 1 .5s.5-1 .5-1.1c0-.2-.1-.3-.3-.4l-1.2.2zm26.1 13.7c0 .4-.7.7-.9.7s-.7-1-.6-1c.1-.2.3-.5.5-.5s.7 0 .9.2zm1.1-.6c-.2.1-.3.4-.3.6s.3.8.5.9c.2 0 1.2-.5 1.3-.7 0-.2-.2-.5-.4-.6l-1-.2zm2.4 1c-.2 0-.4.3-.4.5 0 0 0 .6.3.8.2.2.8-.2.9-.3v-.4c0-.2-.8-.6-.8-.6m68.6 8.2c-.2.2-.9.2-1 0-.3 0-.3-1-.1-1 .1-.1.4-.3.6-.2.2 0 .6.3.6.6zm1 .1q-.45 0-.6.3c-.1.1-.2.7 0 .9.1.1 1.2.2 1.3 0v-.5zm1 2h-.5c-.1 0-.4.4-.4.7 0 .2.7.3.8.3l.3-.2-.1-.8z"
579
+ })), _ellipse6 || (_ellipse6 = /* @__PURE__ */ React.createElement("ellipse", {
580
+ cx: 438.6,
581
+ cy: -93,
582
+ fill: "url(#mx_svg__d)",
583
+ rx: 2.2,
584
+ ry: 4.5,
585
+ transform: "rotate(47.9)"
586
+ })), _path118 || (_path118 = /* @__PURE__ */ React.createElement("path", {
587
+ fill: "#a8ac71",
588
+ d: "M285.8 199.3s-3.8.3-6.5-.1-2-7.3-2.1-7.5c0-.2-1.6-1.8-1.4-3.3.3-1.5 5.2-5.5 5.8-5.8.5-.1 1.5.3 1.5.3s1.2-1.2 1.6-1.2.9.7.8 1c-.2.3-1.9 1.3-2 2-.2.8 0 1.5-.5 2.3-.5.7-1.4 1.7-1.5 2.4-.1.6-.4 1.1 0 1.4.5.2 2.1 0 3.5-.6 1.4-.7 2-1.5 2.1-1.4.2 0-.8 1.7-2.3 2.4-1.5.6-2.5 1.3-3.3 1.2 0 0-.8 2 1.8 2.2 2.6 0 4-.6 4-.6zm-15 16s2 .8 2 3-2.1 4.1-2 8c0 4 .6 4 5.8 8.3a5.7 5.7 0 0 1 1.6 2.5c.3 1.3 1.2 8.9 6.2 8.9s5.8-3.3 5.8-3.3l-2.2-3.1s-1.7.5-2.7.3a3.4 3.4 0 0 1-2.3-2.1c-.6-1.2-.7-4.1-1.6-5.4-2-3.2-5.8-3.7-5.9-7 0-3.4 2.3-3.7 1.7-7.7-.7-4-5.4-5.8-5.4-5.8l-1.9-.8-.7 4z"
589
+ })), _path119 || (_path119 = /* @__PURE__ */ React.createElement("path", {
590
+ fill: "#f1a720",
591
+ d: "M284.7 187.6c1.7-.4.7-4.8.7-4.8l-1.2 1s.8 1 .8 2-.3 1.8-.3 1.8"
592
+ })), _path120 || (_path120 = /* @__PURE__ */ React.createElement("path", {
593
+ fill: "#a8ac71",
594
+ d: "m287.8 231.5-.9-.7c-.6-.4-3.2-2.6-2.8-8.9.5-7.2 11-11 11.6-13.8.8-3.2 3.1-4.5-5.2-11l-2 2.2 3.5 2.6s.7-.4.8.6c0 1-1 1.7-1.2 2.5-.2.7-5.4 4.3-5.8 4.6l-3 2.4s-1.3 1.3-2.5 4.1c-1.3 2.8-.7 6.4-.7 6.4s0 7.6 8.2 9"
595
+ })), _path121 || (_path121 = /* @__PURE__ */ React.createElement("path", {
596
+ fill: "#78732e",
597
+ d: "m282.7 235.5.6 2.7-1.7.6h-.7l-.5.2-1.3 1.2h-.3s-.2 0-.3-.8c0-.8-.2-1.5-.2-1.5l1.6.7h.6l.3-.1.7-1.5zm-4.8.5-.8-1-1-.9 1.2-.6h1.2l-.2 1.5zm2.7-4.3s.8.3 1 1l.6 1.2-2-.2-1.4-.4 1-1.4zm-.7 11.9s-.4-.3-.7-.9l-.4-1.6 1.3-.3 1.5.7h.4l-.3.8-1.5 1.3zm5-4.1s-1-.4-1.2-1c-.2-.5-.4-.4-.4-.4l-.3 1.5-.5 1.5.2.2 1.1-.3.9-.9.3-.6zm-4.7 4.8 1.4.7c.8.5 1.2.5 1.2.5l.6-.6.7-1.3v-.1l-3 .3zm4.4-1.2 2.7-1.6.1-1.4-.5-.4h-1.5l-.5 1.8zm-1.8 2.5s1.8.8 5-.4c1.4-.5 1.7-1.2 1.7-1.2l-1.3-.5-1.2 1zm-2.5-20.3-.4-1.4c-.2-.8-.1-1.1-.1-1.1l.9.5 1.3 1-1 .7zm2.2 3.7-.9-1a12 12 0 0 1-.6-1.2l1 .2 1.1.6z"
598
+ })), _path122 || (_path122 = /* @__PURE__ */ React.createElement("path", {
599
+ fill: "#c6c7a6",
600
+ d: "M276.6 187c-.2.7-.4 1.9.5 2 .4.2 2.3 0 4.5-2.4 1-1.2 1-2.4 1-2.4l.5-1.3s-.9-.6-2.2.2-4.3 4-4.3 4z"
601
+ })), _circle9 || (_circle9 = /* @__PURE__ */ React.createElement("circle", {
602
+ cx: 282.5,
603
+ cy: 183.6,
604
+ r: .4,
605
+ fill: "#1c242f"
606
+ })), _path123 || (_path123 = /* @__PURE__ */ React.createElement("path", {
607
+ fill: "#a8ac71",
608
+ d: "M279.7 184a18 18 0 0 0-1.7 1.7s1.4-.4 2.6-1.5c.6-.6 2-.8 2.6-.7.4.1.2-.4 0-.5-.3-.3-1.4-.4-1.6-.3z"
609
+ })), _path124 || (_path124 = /* @__PURE__ */ React.createElement("path", {
610
+ fill: "#78732e",
611
+ d: "M284.1 224.5v-2.2l-.9.8-.8 1.1 1.3.5zm-4.5-2.6v-2.3c0-1 .5-3.1.5-3.1l.6 1.4 1.5 2.4.5.4-1.3 1-1.4.4zm4.5-.6.3-1c.1-.6.5-1.4.5-1.4v.1a25 25 0 0 0-2 1.7l.8.7h.5m-3.7-6s.2-.6 1-1.5l1.3-1.8.6 2.4.4 2v.4l-.7.2c-.2 0-1.6 0-1.8-.3zm4.8 2.9.8-.9 1-1-3.2.6.5 1zm-2-6.7s.3 0 1.2-1c.8-.8 1.3-.7 1.3-.7l.3 3.4-1.6-.5z"
612
+ })), _path125 || (_path125 = /* @__PURE__ */ React.createElement("path", {
613
+ fill: "#78732e",
614
+ d: "m287.3 216.2 2-2-3.3-1 .6 2.3zm1.4-5.2.2-3.3s-.7.3-1.5 1l-1.2.9.4.6 1 .7h1zm2.8-3.2V205s-.5.8-1 1.2l-.9.8.9.6h1zm1.2 3.5 1.6-1.3a6.5 6.5 0 0 0 1.5-1.7l-4.2-.3.2 1.7 1 1.6zm-9.6-13.8-.2 1.8h3.5l-.9-1.2-1-.6-1-1zm6.6 16.2c.2 0 1.1-.8 1.6-1.2.4-.5 1.2-1 1.2-1l-3.3-.3v2.2zm6.3-5.9s.4-1.3.3-2.6c0-1.2-.2-1.8-.2-1.8l-2.5 1.7.4 1.2 1 1z"
615
+ })), _path126 || (_path126 = /* @__PURE__ */ React.createElement("path", {
616
+ fill: "#78732e",
617
+ d: "M291.8 204.8s.7-1 .8-1.4v-.4h2l1.1.2h.2l-.9 1.1-1.2.7-1.5.2zm4-2-1.3-2c-.4-.7-.8-1-.8-1l-1 2.7v.3h3z"
618
+ })), _path127 || (_path127 = /* @__PURE__ */ React.createElement("path", {
619
+ fill: "#fff",
620
+ d: "m271.6 222.2-.3.8s1.3-.7 2.3-.7 2.1 1.3 2.1 1.3l.2-.9s-1.3-1.3-2.2-1.3c-.8-.1-2 .8-2 .8zm.7-5.8.3.4c0 .1.1-1 1.4-1.5 1.4-.6 2-.1 2-.1s-.2-.8-.8-1c-.6-.1-1.1 0-1.8.5a3.7 3.7 0 0 0-1.1 1.7m4.4 4.4s-.6-1.4-1.6-1.6c-1.1-.3-2.5.5-2.5.5l-.2.7s1.5-.8 2.5-.4c1.1.5 1.5 1.7 1.5 1.7l.3-1zm-5-5.1.4.5s-.2-1.4.5-2.1a4.9 4.9 0 0 1 1.1-1l-.6-.3s-.9.5-1.2 1.1a3.2 3.2 0 0 0-.2 1.8m-.5-2.3c.3-.8 1.2-1 1.2-1l-.3-.3h-.5s-.5.3-.9 1c-.3.9-.3 2-.3 2l.6.3s-.1-1.4.2-2m7.8-19.2c.9-.4 1.5-.3 1.5-.3s-1.3 1.3-.7 2.9c-.7 1.3-.9 2.3-.9 2.3h.7l.4-1.8c.8 1.3 2 2 2 2h1s0-1.3.4-2.4h.1a5 5 0 0 0 2 1.5v-.4s-1.1-.6-1.7-1.5l-.1-.1a4.2 4.2 0 0 1 1.8-1.7l.7.6.2-.2-.5-.7h-.6l-1.8 1.7a9 9 0 0 1-.8-1.5l-.4-.2s-1.1.1-2 1.7c-.2-1.2 1.1-2.4 1.1-2.4v-.5l-2.4.6c-1 .3-1.7 1.2-1.7 1.2v.8s1-1.1 1.7-1.6m1.5 2.2c.6-1 2-1.5 2-1.5s0 .7.7 1.7c-.5.9-.8 2.2-.8 2.2s-1-.6-1.9-2a1.6 1.6 0 0 1-.2-.3zm-7.6 21.1v.8s.8-.9 2-1c1.2 0 2.3 1 2.3 1s0-1-.2-1.2c-.1 0-1.1-.6-2-.6s-2.1 1-2.1 1m21.4-11.2-.5-1 .6-.3a12.5 12.5 0 0 0 1.7-1.6l-.4-.6h-1.6l-1.4-.1.5-1.7.6-1.4-.6-.5s.2.5-.8.6-2.8-.8-2.8-.8v.4l2.5.7q.9 0 1.2-.3l-.5 1.3-.3 1 .2.2v.8l1.4.1 1.6.1s-.8 1-1.7 1.5a2 2 0 0 1-.3 0l-1-1.5-.1.5.7 1.2a5 5 0 0 1-1.5-.1l-.4.4v2.5l-1.8-.6-.3.3v-.1l-.4.4s-.4 1.4-.3 3.1v.1a4.9 4.9 0 0 1-2.4-1.3l-.4.3s-.3 1.4 0 3.2c-1.3-.3-2.5-1.5-2.5-1.5l-.5.5a60 60 0 0 0 .7 4.7 5 5 0 0 1-.7 0c-1.4 0-2.3-1.3-2.3-1.3l-.4 1s.6 2.7 2 4l.4.2c-1.3 1-2.8 1.2-2.8 1.2v.9a45 45 0 0 0 2.2 1.5 4.8 4.8 0 0 1-1.6 1l.2.5 1.8-1.3 1.8.5v-.5l-1.5-.3.1-.1c.5-.4 1.4-1.8 1.4-1.8v-1s-.5 0-1.1-.6c1.8-1.2 1.9-1.8 1.9-1.8l.4-.6s-.7-.3-1.1-1.2l2.9-.7.2-.2s-.7-1.2-1-2.6l3 .6.4-.4-.5-2.4c1.8 0 3.2.2 3.2.2l.3-.3s-1-1.9-1-3a4.8 4.8 0 0 0 1 0h3l.3-.5s-1.4-1-1.7-1.5m-10.5 15.5s-.5 1-1.4 2l-.2.2a5 5 0 0 1-.5-.2c-1.1-.6-1.4-1.3-1.4-1.3l2.5-1.6zm.9-3.2-2 2a4 4 0 0 1-.4-.5c-.8-1.2-2-2.1-1.8-3.8 0 0 .7 1.2 2.2 1a14 14 0 0 0 1-.1c.4 1 1 1.4 1 1.4m2-2.5-2.7.7a5 5 0 0 1-.1-.5c-.5-1.6-.5-4-.5-4s1 .8 2.6 1.2zm-.5-3c-.2-1.4.1-2.9.1-2.9s.8.8 2.3 1c.1 1.5.3 2.1.3 2.1zm5.8-2.2s-1 .4-2.8.1a15 15 0 0 1 0-.5 23 23 0 0 1 0-3l2.3.7a10 10 0 0 0 .5 2.7m0-3.1h-.2V205s1 .3 1.7.2c.2.4 0 .5.5 1.2.4.7 1.1 1.3 1.1 1.3s-2.3.2-3.2 0zm-7.6 18.6-.1-.5s-1 .7-1.2 1.4a1.6 1.6 0 0 1-.3-.1l-2-.8.2.4 1.8.8h.2l-.5 1.4.2.3.5-1.7 1.2.1-.2.8-.4 1.5.5.3h2l-.3-.4-.7-.1h-1.1l.3-1.2.3-.8-.3-.7-1 .2a3 3 0 0 1 .9-.9m-11.3-1.3c1.3 0 2.3.9 2.3.9v-.6s-1-1.4-2.1-1.4c-1.2 0-2.5 1.2-2.5 1.2v1.2s1-1.3 2.3-1.3m13.3 19.4c-1.3.6-2.7.6-2.7.6l.8-1.5c2.5-.8 3-2.4 3-2.4l-.2-.7s-.6 1.6-2.6 2.4c.4-1.2.7-3.2.7-3.2l-.7-.2s-1 1.3-2 1.6a7.7 7.7 0 0 0 .8-2.7l-.3-.5s-.7.6-1.7.8a1.8 1.8 0 0 1-.6 0c.6-.8 1.7-3.2 1.7-3.2l-.2-.5s-.8 2.1-1.7 3.2a11 11 0 0 1-.3.4c-1-.3-2.2-1-2.2-1l.1.3s.8.6 1.8 1a27 27 0 0 1-1.3 1.2v1l3 .4c-1 1.6-2 2.1-2 2.1l.5.7s1.3 0 3.7-.6c-.6 1.2-1.2 1.8-1.2 1.8s2.2.2 3.7-.6 2-1.6 2-1.6l-.4-.4s-.4 1-1.7 1.6m-6.9-4 1.2-1.5c1.6.3 2-.1 2-.1s.3.8-.6 2.3c-1.1 0-2.6-.8-2.6-.8zm1.4 3 1.3-1.6.3-.3c1.5 0 2.3-1.3 2.3-1.3s.2 1.2-.5 2.7c-1.9.7-3.4.5-3.4.5m-1.9-9.8c1.5 0 3.3.7 3.3.7l-.2-.7-2.9-.6a3.6 3.6 0 0 1 1.6-1.6l-.5-.3s-.6.1-1.4 1.5a4 4 0 0 0-.2.4 4 4 0 0 0-.3 0 5 5 0 0 0-2.4.7l.2.4s1.1-.5 2.3-.5a26 26 0 0 0-.7 2.4l.3.6zm-3-6.2-.3-.7s-1.5-.6-2.7 0c-1.1.5-2 1.9-2 1.9l.5.9s.8-1.5 1.9-1.9c1-.3 2.6-.2 2.6-.2m3 2.4-1-.6s-1.7.5-2.2 1.1c-.6.6-1.1 2.1-1 2.5.2.5.7.7.7.7s.3-1.5 1.1-2.3 2.4-1.4 2.4-1.4m-3.9-.5a4.5 4.5 0 0 1 2-1l-.7-.5s-1.5.2-2.2.9c-.8.7-1.8 2.1-1.8 2.1l.9.9s1.2-1.8 1.8-2.4m5.2-44.7c.8-1 1.6-1 1.9-1h.6a9.3 9.3 0 0 0-.8 2.5c-.2 1-.7 1.2-1 1.9-.4.7-1.1 1.8-1.2 2.8 0 1 .3 1.6.5 1.7.3.1.8-.4.7-.7 0-.3-.3 0-.4 0-.2 0-.2-.3-.3-.9s.7-2.2 1-2.8c.3-.5 1-1.1 1-2l.7-2.5c0-.1-.4-.2-1.3-.3-.6 0-1.5.5-1.9 1.2-.4.6-1.7 1.1-1.7 1.1s1.4 0 2.2-1"
621
+ })), _path128 || (_path128 = /* @__PURE__ */ React.createElement("path", {
622
+ fill: "#78732e",
623
+ d: "M285.2 194.5h-2.5l.7 2zm-3-.1-.5-.4a1.5 1.5 0 0 0-.3-.3l-.9.5-.5 1.9.3.3 2-2zm-.3 5-1.8-2.7-1 2.2.5.2 1.2.2h1.1zm7.4 44.7a9 9 0 0 1-4.8 1.5 6.7 6.7 0 0 1-3.4-1 4 4 0 0 1-1.5-1.7c-.6-1.1-.8-2.5-1-4-.3-1.3-.5-2.6-1.1-3.6-.8-1.3-2.4-2.1-3.8-3.3a7.3 7.3 0 0 1-2.8-5.2 8 8 0 0 1 0-.8c0-1.7.5-3.2 1-4.5s1.2-2.5 1.2-3.5v-.5c-.3-.7-1-1.4-1.5-1.9s-1.2-.8-1.2-.8l-1-.2-.1.3 1 .2v-.1.1l1.3 1c.5.4 1 1 1.1 1.5a2 2 0 0 1 0 .4c0 1-.5 2-1 3.3a11.7 11.7 0 0 0-1.2 4.7v.8a7.7 7.7 0 0 0 3 5.5c1.5 1.1 3 2 3.7 3.2.8 1.2 1 3 1.3 5 .2.8.4 1.7.8 2.5s.9 1.5 1.6 2a7 7 0 0 0 3.7 1c2.7 0 4.9-1.6 4.9-1.6z"
624
+ })), _path129 || (_path129 = /* @__PURE__ */ React.createElement("path", {
625
+ fill: "#78732e",
626
+ d: "M287.2 239.2a2.6 2.6 0 0 1-1.3.4c-.5 0-1.1-.2-1.7-.8a4 4 0 0 1-1.2-2.3c-.2-.9-.3-2-1-3.3-.5-1.5-2-2.6-3.5-3.7-1.3-1.1-2.6-2.2-2.9-3.4a3.3 3.3 0 0 1 0-.7c0-1 .4-2 .8-3.1a10.8 10.8 0 0 0 .9-4.8c-.2-2-1.7-3.5-3.2-4.5a14 14 0 0 0-2.8-1.4l-.1.3h.2c.5.3 1.8.9 3 1.8 1.3 1 2.4 2.2 2.6 3.8v.8c0 1.5-.4 2.7-.9 3.9s-.9 2.2-.9 3.2l.1.8c.3 1.3 1.6 2.4 3 3.6 1.5 1 3 2.2 3.5 3.5.6 1.3.7 2.4.9 3.2.2 1 .4 1.7 1.2 2.5.7.7 1.4.9 2 .9a2.8 2.8 0 0 0 1.4-.4z"
627
+ })), _path130 || (_path130 = /* @__PURE__ */ React.createElement("path", {
628
+ fill: "#a8ac71",
629
+ d: "M296.4 231.6s1.7.4 1.6 1.8a13.3 13.3 0 0 1-.8 3.4l-2.4-2.2 1.3-1.2.5-.7z"
630
+ })), _path131 || (_path131 = /* @__PURE__ */ React.createElement("path", {
631
+ fill: "#f8c83c",
632
+ stroke: "#977c2e",
633
+ strokeWidth: .3,
634
+ d: "M266.4 214.5s-1.7.6-2.1-.1c-.4-.8-.2-1.4-.2-1.5 0-.2-1-.3-1-1.3.1-1 1.4-.9 1.6-.9.3 0 .4-1.5 1.3-1.4.8 0 1.2 1 1.2 1z"
635
+ })), _path132 || (_path132 = /* @__PURE__ */ React.createElement("path", {
636
+ fill: "#f8c83c",
637
+ stroke: "#977c2e",
638
+ strokeWidth: .3,
639
+ d: "M268.3 215s-1.5.8-2 0c-.4-.7 0-1.6-.1-1.8-.2-.1-1-.4-.9-1.3.2-.9 1.1-.6 1.4-.8.3-.1.6-1.4 1.5-1.2.9.3 1 1 1 1l-1 4.1z"
640
+ })), _path133 || (_path133 = /* @__PURE__ */ React.createElement("path", {
641
+ fill: "#f8c83c",
642
+ stroke: "#977c2e",
643
+ strokeWidth: .3,
644
+ d: "M270.8 215.3s-.5 1-1.5.8-.7-1.7-.9-2c-.1-.3-.9-.5-.8-1.4.2-1 1.1-.9 1.5-1 .3-.1.7-1.6 1.4-1.4.7.3 1.3 1.1 1.2 1.5 0 0-1.5.5-1.7 1.5s.8 2 .8 2z"
645
+ })), _path134 || (_path134 = /* @__PURE__ */ React.createElement("path", {
646
+ fill: "#af7029",
647
+ d: "m293.7 231.2-2.2-2.6c-.9-1.3-2.3-2.7-2.3-2.7l-2.2-1.1-1.4-2.4-.2-2.8.6-1.6.8-1.2s-4.6 1.7-2.2 10.5c1 3.8 3.5 4.3 3.5 4.3l4.3-.3h1.3z"
648
+ })), _path135 || (_path135 = /* @__PURE__ */ React.createElement("path", {
649
+ fill: "#816c2a",
650
+ d: "M291.6 201.7c.4 0 .6.2.8.4l.2.6v.4c-1.6 3.4-4.8 5-7.8 7a13.8 13.8 0 0 0-3.8 4 12 12 0 0 0-1.6 6.8c.1 5 2 7.8 4.2 9.3a9.7 9.7 0 0 0 5.2 1.5h.4l1.4-.1a36 36 0 0 1 3-.2l1.8.1.9.4a.8.8 0 0 1 .2.5c0 .4-.3.8-.6 1.2l-1 .7.2.3a4 4 0 0 0 1-.8c.4-.4.7-.9.7-1.4 0-.2 0-.5-.3-.7-.2-.3-.6-.4-1.1-.5l-1.8-.1c-2 0-4.5.3-4.5.3v.2-.2a7 7 0 0 1-.3 0 9.4 9.4 0 0 1-5-1.5c-2.1-1.4-4-4-4-9v-.4c0-2.7.5-4.7 1.5-6.3 1.4-2.4 3.7-3.8 6-5.3a14 14 0 0 0 5.5-5.7v-.5c0-.2 0-.6-.2-.8-.2-.3-.5-.5-1-.5z"
651
+ })), _path136 || (_path136 = /* @__PURE__ */ React.createElement("path", {
652
+ fill: "#fff",
653
+ d: "M297.8 232.7s-1 2-1.4 2c-.2 0 1 .3 1.3.8l-.3.5s-1.2-.9-2-1v-.6l1.1-.7a4 4 0 0 0 .9-1.7z"
654
+ })), _path137 || (_path137 = /* @__PURE__ */ React.createElement("path", {
655
+ fill: "#fcca3d",
656
+ d: "m302 234-2.7.8-1.3-1s0-1-.5-1.5l-1.6-1c-.6-.2-2.5-.2-2.5-.2l-5-5.3 2 .2 2.8-.4 2.7-.2 1.4.2 1.6.4.8.7.8.8.8 1.3.6 1.6.2 1.7v1.9z"
657
+ })), _path138 || (_path138 = /* @__PURE__ */ React.createElement("path", {
658
+ fill: "#af7029",
659
+ d: "M302.2 233.8s-1 .3-2.2.3c-1.3 0-2-.2-2-.2l-.2.9c-.2.9-.5 1.3-.5 1.3v3.2l2.6.5 1.4-.5.7-3.5z"
660
+ })), _path139 || (_path139 = /* @__PURE__ */ React.createElement("path", {
661
+ fill: "#fcca3d",
662
+ d: "M301.5 232.5v1.2l.6.2v-1.2zm-2.5-30-.3-2.1-.8-1.5-1.1-1.5-1.2-1.3-.6-.5-.3-.5-2.9.2-1.4 1.7s3.8 2.8 5.3 5.8a7 7 0 0 1 2.8 1.7l.1-.2z"
663
+ })), _path140 || (_path140 = /* @__PURE__ */ React.createElement("path", {
664
+ fill: "#af7029",
665
+ d: "M296.3 205c0 2.2-.5 3.2-.8 3.7l1.8-2 1.2-2.2a7 7 0 0 0-2.8-1.7q.6 1.05.6 2.1z"
666
+ })), _path141 || (_path141 = /* @__PURE__ */ React.createElement("path", {
667
+ fill: "#816c2a",
668
+ d: "m300.3 237.9-1.4-1.6c-.6-.6-1.3-1-1.3-1l-.2.4h.1l1.2.8a18 18 0 0 1 1.3 1.6z"
669
+ })), _path142 || (_path142 = /* @__PURE__ */ React.createElement("path", {
670
+ fill: "#6f5b24",
671
+ d: "M302 235.5s-.3 1-1.3 1.8c-1 1-2.2 1.5-2.2 1.5l2.8 1 1.9-1.7z"
672
+ })), _path143 || (_path143 = /* @__PURE__ */ React.createElement("path", {
673
+ fill: "#404118",
674
+ d: "m302.4 237.8-.2.3-.5.5-.4.5.6-3 .6 1v.4z"
675
+ })), _path144 || (_path144 = /* @__PURE__ */ React.createElement("path", {
676
+ fill: "none",
677
+ stroke: "#78732e",
678
+ strokeWidth: .2,
679
+ d: "M285.8 199.3s-3.8.3-6.5-.1-2-7.3-2.1-7.5c0-.2-1.6-1.8-1.4-3.3.3-1.5 5.2-5.5 5.8-5.8.5-.1 1.5.3 1.5.3s1.2-1.2 1.6-1.2.9.7.8 1c-.2.3-1.9 1.3-2 2-.2.8 0 1.5-.5 2.3-.5.7-1.4 1.7-1.5 2.4-.1.6-.4 1.1 0 1.4.5.2 2.1 0 3.5-.6 1.4-.7 2-1.5 2.1-1.4.2 0-.8 1.7-2.3 2.4-1.5.6-2.5 1.3-3.3 1.2 0 0-.8 2 1.8 2.2 2.6 0 4-.6 4-.6z"
680
+ })), _path145 || (_path145 = /* @__PURE__ */ React.createElement("path", {
681
+ fill: "#ab6d29",
682
+ stroke: "#4d2a15",
683
+ strokeWidth: .4,
684
+ d: "M318.7 170.6s-7-1.3-7 4.5c.1 1.9.5 2.5 2 3 1.5.3 4.4.5 7 2.7 2.5 2.3 2.7 4 2.7 5.3 0 1.4-.7 2.6-.7 2.6l1.6 7.7 1.6 5.7 4.8-2.7 2.8-8.5-3.6-15.2z"
685
+ })), _path146 || (_path146 = /* @__PURE__ */ React.createElement("path", {
686
+ fill: "#4d2a15",
687
+ d: "M325.6 200s2.5-1 3-3c.3-.5-2.4-2.9-2.4-2.9-.1 0 1.3.7 2 1.3.6.6 1.1.9 1.3.8s1.3-2.7.9-3.3-1.1-2-2.1-2.6c-1-.7-2.4-.6-2.4-.6s1.9-.6 2.8 0c1 .5 1 1 1.1.9.1-.3-.2-2.9-.6-3.7-.4-1-.8-1.3-2-1.6-1.1-.2-2.3-.1-2.3-.1s1.6-.9 2.8-.6c1.3.3 1.3 1 1.4.8 0-.1-.6-2.4-1-3a6.7 6.7 0 0 0-2.1-1.8l-1.8-.2h-.6s1-.6 2.1-.5c1.2.1 1.3.5 1.4.4.2 0-.1-.2-.8-.7s-4.2-2-4.2-2h-3.3s0-.8 1-1c.9-.1 1.1.1 1-.1 0-.3-2.6-.8-2.6-.8H316l-3 .3s.2-.5.7-.9c.3-.3.9-.5 1.3-.6 1-.3-.6-1.1-.6-1.1l.9-1.3 3.9.3 8.2 4.8 3.9 3.3 2.4 6.2-.7 10.8-5.5 4.5-2.4.3z"
688
+ })), _path147 || (_path147 = /* @__PURE__ */ React.createElement("path", {
689
+ fill: "#d2a567",
690
+ d: "M318.4 173.3s-.2-.7-.2-1.7.2-.9.2-.9-2.7-.3-4.6 1.2-.8 4.1-.8 4.1.8-.8 1.9-1.2c1-.4 3-.3 3-.3.2-.2-.4-1-1.1-1.1-.8-.2-2.1-.2-2.1-.2s.8-.5 2.2-.4 1.6.5 1.6.5z"
691
+ })), _path148 || (_path148 = /* @__PURE__ */ React.createElement("path", {
692
+ fill: "#8f4620",
693
+ d: "m326.7 200.9-1.8.6 1 7.5 7.2 12.1 3.7-.6 1.3-2.3 1 .5c.4.4 1.8 2.8 3 3.3 1.1.4 1.7.2 2.7 1 1 1 4.9 6.6 5 6.8.3.2-.1-2.4-.1-2.4l-1.2-3.4-1.4-2.4-.3-.6h2l1.2.8 2 1.5.9 1.2.5 1.2.2 1 .5 1.6 1 2.3 1.3 2.1.4-.9-.6-2.5-2-6-1-2 1.9 1.2c.4.1 1.8 2.2 1.8 2.2l.9 2.2.6 2 .4 1.7.7 1.9 1-.7-.1-1.3-1-4.2-.4-4.5s.6 0 1.2.7a9 9 0 0 1 1.2 2.3l.5 4.1.7 3.8 1.2 3.8 1.2 2.4.9 1.3v-2l-1.6-16 .2-.6s.2-.1.8.7c.5.7 1 1.9 1 1.9l.5 2.5.2 1.7.3 3.3.5 3.5 1.6 3.8.9 2 .5-2.4-.8-17.1.4-.5s.9.7 1.2 1.3l.8 1 .6 3.8.4 10.7.4 2.8 3.2-28.2 2-.4.2-.6-1.5-1-3.2-5-2.1-4.9-3.8-7-6.6-8-5.2-4.3a20 20 0 0 0-1.9-1.3l.4-1 1-1.7-.1-.1h-.9l-2.2.4-2.2-.7-4.4-3-4.6-2.3-2.8-1-6.6-1.6-6.6-1h-3l-2.6.5s-1.4.6-1.8 1.5c-.5.8-.5 1.4-.4 2.6.2 1.3 1 1.9 2.8 2.7 1.8.7 6.2 3.6 6.2 3.6l2 2.1.8 1 .2.8 1.4 11.1-2.8 6z"
694
+ })), _path149 || (_path149 = /* @__PURE__ */ React.createElement("path", {
695
+ fill: "#ab6d29",
696
+ d: "M333.8 218.2s1.2 2 2.9.5c1.7-1.6-.8-6-.7-6.3 0-.3.7-.3.7-.3l1.3 2.2s.7 1.3.4 3.2c-.2 2-2.1 3.7-2.1 3.7l-2.2-.5z"
697
+ })), _path150 || (_path150 = /* @__PURE__ */ React.createElement("path", {
698
+ fill: "#4d2a15",
699
+ d: "m375.3 244.2-1.6-4.5-.4-3.5c0-.6-.3-7.9-.5-9.3 0-1.4 0-3-.2-3.1l-1.6-2.2-.7-.7.5-.3s.6.6.7.3c.2-.4 0-2-.6-4.5-.7-2.5-3.9-8.3-3.9-8.3l.4.2.9 1 1.8 1.5 4.1 1.5 2.2.3 1.4 2.9s1 4.9 1 7.4c0 2.4-.2 4.5-1.2 7-1 2.4-1.2 10.3-1.3 11.5-.1 1.3-.6 2.5-.6 2.5l-.5.3z"
700
+ })), _path151 || (_path151 = /* @__PURE__ */ React.createElement("path", {
701
+ fill: "#8f4620",
702
+ d: "M375.3 231.2s.8-1 1.2-2.4.5-12.4-.8-13.7a10 10 0 0 0-4-2.3c-.2 0 1 3.5 1 3.5l.8 1.4.6 1.8c.1 1 .9 3.1 1 6z"
703
+ })), _path152 || (_path152 = /* @__PURE__ */ React.createElement("path", {
704
+ fill: "#4d2a15",
705
+ d: "M369.3 238s.5-5.1.3-9c-.3-3.7-.6-4.2-1-4.9a32.3 32.3 0 0 1-2.5-6.3c-.9-3.2-1.5-5.6-2-6.2-.6-.6-1.7-2-2-1.6-.3.3-.3 1.1-.3 1.1l-1.5-.4-.4-1 .5-1.6v-.7l-.3-1.1 2 1.6 4.2 2.8 2 8.6 2 5.3.2 9-.2 8-1-3.5zm2.4-24.7s1 1 1.7 1.4 1.8 1.1 1.6 1.2a8 8 0 0 1-2-.8l-1.2-.8v-1z"
706
+ })), _path153 || (_path153 = /* @__PURE__ */ React.createElement("path", {
707
+ fill: "#4d2a15",
708
+ d: "M363.7 236s.8-1.8.7-4.1a49 49 0 0 0-1.6-8.6c-.4-.7-2-1.7-3.5-4.8s-1.3-3.8-2.3-5c-1-1-2-2.4-2-2.4l.3-3.3 3.6 1.8 1.6.8 1.8 8.7 1.6 2.5.7 3.5.9 8 .4 6.6-.2.5zm-4.2-3.7s.1-2.5-.5-4.8c-.7-2.3-1.1-4-1.9-4.8-.7-.7-2.5-2.6-4.1-5-1.6-2.5-3.9-5-3.9-5v-3.3l2 1.5a57 57 0 0 1 2.4 1.2l1 3.7 1.2 2.7 1.8 2.4 1.2 1.1.7 4 .4 2.3 1 3.2-.4 1.7zm-3 0-1-.9s.6-.6.3-2c-.3-1.2-.6-2.4-1.2-3.7-.6-1.2-.7-2-1-2.3a121 121 0 0 0-4.5-4c-1-1-2.7-2.6-3.7-3.3-1-.6-1.8-.8-1.8-.8l-.5-4s1.3 1.8 2.1 2a55 55 0 0 0 2.1.8l2.8 5 1 1.3 2.6 2 1 2.2.9 2.5 1 3.4.1 2zm-5.5-1s-1.7-2-2-3.2c-.2-1.2.2-1.2-.3-2.6s-2.3-3.5-3.7-4.6c-1.4-1.2-3.4-2.8-3.3-3.8.1-.9.4-1 .4-1l.8.8 4.5 4.7 1.4 2.5 1 3.1.7 1.5.7 1.8zm16-23.3s3.1 3.8 4 .3c.3-1.6-1.2-4.6-1.2-4.6s-2.8-5-3.8-6.2l-5.7-7.3-3.5-1.6 1.2 2s2.6 2.6 5.9 8.4c3.3 5.7 2.7 8.9 2.7 8.9zm-17.8-23s6.1 5.2 10 10.8c4 5.7 5.5 9.4 4.7 10.2-1 .7-3.4-.4-4.4-2s-1.8-4.4-5.5-8.6-5.5-4.8-5.5-4.8l-2.7-4.3zm-3.2 12.5s3.6 3 6 5.4a37.4 37.4 0 0 1 3.4 4.2l1.4 1.4s-.9-1.5-.4-2c.5-.6 1.1-.3 1.1-.3l-11.5-12zm-.7.3s1.2 2.3 3 4.1a465 465 0 0 0 4.1 4l.8 2.9s-5.2-4-5.2-3 1.2 3 1.2 3l-1.6-1-2.2-3.1-1.3-2.8-1.5-3.8z"
709
+ })), _path154 || (_path154 = /* @__PURE__ */ React.createElement("path", {
710
+ fill: "#4d2a15",
711
+ d: "M329.5 210.2s2.7 2.4 4.2 0c1.5-2.3.3-5 .3-5s3.9 5.6 5 .3c.2-1-2.4-4.6-2.4-4.6l1-.9 1.9 3.3s1.8-.8 1.8-3-1.9-5.3-1.9-5.3l1.8 2s3.6 0 3.7-2c0-2.2-3-4.5-3-4.5s2.4.1 2.4-1.3-3.4-2.4-3.4-3.3 1-2.4 2.5-1.5c1.5.8 3.5 1.4 4.4-.2.8-1.6-.1-2-.1-2l-2.1-.4-3.4-1.8-2.7-1-2.8-.4 1 2 .8 5.8v2.6l.5 5.8-1.4 4.7-.7.9-.5.6-1.2 2.6-1.6 1.8-2.2 2.7z"
712
+ })), _path155 || (_path155 = /* @__PURE__ */ React.createElement("path", {
713
+ fill: "#ab6d29",
714
+ d: "M348.8 220.9s-.7-1.7-2.2-2.9a7.8 7.8 0 0 0-3.8-1.2l4 4.2zm5.6 1s-1.3-2.6-2.8-4.2-2.5-3.6-3-3.6h-.6l.4 3.3 2.7 2.7s2.6 2 3.3 1.8m4.6-.2s-.6-3-2.2-6c-1.5-2.8-3.1-4-3.1-4l.4 3 1.2 3 2 3zm3.8-1.7s1-6.2 0-8c-.9-1.6-2.7-2-2.7-2l-.6 1 .6 4.3 1.5 3.4zm3.7-10.3s.9.4 2 2.5a40 40 0 0 1 2.6 8.6c0 .3-.5.2-.7.2-.2-.1-3.9-6-3.9-6l-.6-5.4z"
715
+ })), _path156 || (_path156 = /* @__PURE__ */ React.createElement("path", {
716
+ fill: "#d2a567",
717
+ d: "M340.4 216.8s2-.4 2-1c0-.8-2.4-2.2-2.2-3.3 0-.5 2 .1 2.1-.3s-2-3.6-1.3-4.4c.6-.8 2.4 3.5 2.4 3.5s1 2 .7 3.2c-1.2 3.6-3.7 2.3-3.7 2.3m4.6-4.4c.1-.3 3.1.4 3.1.2.2-.7-2.7-3-2.7-3s-.6-1.2-.4-1.4 2 .2 2 0c.2-.3-2-3.2-2-3.7s.6 0 .6 0 1.7 1.7 2.6 3.2c1 1.4 1.8 2.6 1.5 4.9-.4 2.5-5 .6-4.7-.2m13.6-4.6s-.5-2-.2-2.3l1.1-.5s-1.6-1-2.4-1c-.7 0-.8-.2-1 0-.2.4 1.3 2.4 1.3 2.4z"
718
+ })), _path157 || (_path157 = /* @__PURE__ */ React.createElement("path", {
719
+ fill: "#d2a567",
720
+ d: "M349.4 209.4s4.7 1.2 4.9.8c.2-.3-3.7-4-3.7-4s-.3-.6-.2-.8c0-.2 1.7-.3 2.2.1s0 1.2.1 1.5c.2.3 1.7 2.5 2 2.1.2-.3-.4-3-.3-3.3.2-.2 1.8 1.6 2.3 1.9.4.3 3 2.3 3.3 1.4.3-1 .4-1.1.3-1.7 0-.6.9 2.6-.3 3s-2.6-.4-2.6-.4l-1.1-.8-.6-.7s.7 2.5-.2 2.7c-.8.3-1.7.2-1.7.2l-2-.2zm10.7-3.2s5 3 5.4 2.5c.5-.5-1.2-7.5-1-8.2.3-.6 4 7.9 2.2 9-1.4 1-2 .3-2 .3l-2.5-1.3zm13.8 12.6 1 .5.7.2-1.4.2-.3-1zm-4.8-16.4.7.3.7.3s-.4.3-.6.2h-.4zm-1.4-2.5s.5.3 1.1-.2c.7-.4.7-.8.6-1 0-.2-1-.2-1.4-.5-.3-.2-.3-.6-.3-.6h-1.1l-.4.1zm4.3 14.4s1.5 1 2 1c.4 0 1.1.5 1 .6 0 .1-1.2.2-1.8-.1s-.7-.1-.7-.1zm-8.1-22.5h.6c.3 0 .5-.2.6 0 .2.2 0 1.2-.3 1.5l-1 .5a48 48 0 0 1-1.6-2.2zm-7.1-6.4h1.5c.5 0 1 .3 1.5.6.4.3.9 3.3.6 3.8-.2.6-3.6-2-3.7-2.1 0-.3-1.5-2.5-1.5-2.5zm-3.2-1.4s2.5.2 2.2-1.3a3.2 3.2 0 0 0-1.3-2.3l-2.9 2.1zm-6.5-2.8s.7.4 1.4 0c.7-.2 2.6-2.7 4-3s1.7-.3 2 0c.2.4 0 1.8-.2 2.2-.3.4-4.4 2-4.4 2l-1.5-.1a9.6 9.6 0 0 1-1.3-.5zm-.7-4.5c-.7-1.4-1.7-2-2.2-1.9-.4.1 1.4 1.5 1.7 3.5s.2 3.3.2 3.4l.8.1.2-.7.1-.5v-.5l-.1-1-.2-.9-.2-.6zm-5.8-2a15.4 15.4 0 0 0-5.5-3.7c-.2 0 4 2.5 5 4 .9 1.7.9 3.9 1.3 4.2s.8-.2.9-.2c0 0 .3-.5.2-.7l-.2-1-.7-1-.4-.8zm-5.5-2.3c-2.4-2-6.6-3-10-3-3.5-.2-5.3.2-4.8 2s2 2.8 5 2.8c2.9 0 3.6-.3 5.2.2a9.7 9.7 0 0 1 3.6 2c.5.5-1.1-1.5-2.6-2.6-1.5-1.2-2.5-1.7-2.5-1.7s-.3-.7 1.7-.4 4.7 1.6 5.5 3.3c.7 1.7.6 2.6.6 3 0 .3.7-.2.7-.2l.3-.9s0-.6-.3-1.4c-.4-.7-.5-1-1.4-2-.9-1.1-1-1-1-1zm-9.6 28.5c1.5 0 4.8-2.8 5.2-6.7.5-4-1.9-11.9-2.5-12.7-.5-.9 1-.4 1.7.4a25 25 0 0 1 2.5 10.6c0 4.2-.8 5.3-3 7.5-2.2 2-4 1.8-4 1.8zm5.1 11.6s.7 1 1.6.6c1.5-.5 3.8-1.7 3.8-3.8 0-1.4-1.8-2.7-1.9-3.2v-1l1.6.4.5 2.2s.6.7 1.3.4c.6-.2 2.5-1.6 2.2-3-.3-1.2-2-2.9-2.2-3.5-.2-.7 0-1.2 0-1.2l1.6.2.4 2s.4.6 1.3.4c.8-.1 2.4-1.7 2-2.5l-1.5-2.6v-.9l.5.4s.6.2 1.8-.1c1.1-.4 2.3-1.2 2.3-2s-1-1.6-1-2v-.6h.8l1 1.2.1 1.4-.3 1.2-1.4 1.6-1.4.6h-.4l.8 1.4-.2 2-1.3 1.2-1.7 1-.1 1.9-1 2-2 1.2h-.7l-.2 1.2-1.4 2-2.3 1.5-1.7.3-1-1.4z"
721
+ })), _path158 || (_path158 = /* @__PURE__ */ React.createElement("path", {
722
+ fill: "#d2a567",
723
+ d: "M343.4 191.4s4 1.1 3.8-1.4c0-1.3-3.8-4.5-4-5-.3-.6-.2-1.3-.2-1.3l1.9 1.8s2.5.6 3.2-.9c.7-1.4.1-2.3 0-2.3l.6-.1 1.1.2-.1 2.2-1.3 5.5s.3 2.2-1.4 2.3c-1.7.2-3.6-1-3.6-1m3.7 29.5s0-1.1-.8-2c-.9-.7-2.5-1.4-2.8-1.6a63 63 0 0 0 2.8 3.5zm5.6.2s-2-2.4-2.3-3.3c-.5-.8-1.5-2.6-2.3-2.7-.8 0 .8 3 .8 3l3.2 2.9zm5.4 0-2.1-4.2c-.4-.9-1.3-3.4-2.3-4.1s.1 1.1.1 1.1l1.1 3.3 1.9 2.9zm3.9-2.4s-.1-2.7-.5-4.6c-.3-1.8-1.7-3.4-1.8-3.3v3.3zm8.1 2-2-4.7c-.5-1.6-1.8-4.1-2-4.2l.4 3 1.7 4.7zm7-8.5s-1.2-1.2-3.9-2.3c-2.7-1-5.4-1.2-5.4-1.2l.3.4 1.3 1 2.8 1.5 3.7.9 1.3-.3z"
724
+ })), _path159 || (_path159 = /* @__PURE__ */ React.createElement("path", {
725
+ fill: "#202020",
726
+ d: "M348.2 213.8s0 2.4 1.3 3.8c1.2 1.5 4 4 4.6 4.6.6.5 1 3.4 1.9 5.8.8 2.4 1 4.4 1.4 5.1s1.1 1.8.5 1.7c-.5-.1-1-.8-1.4-1.7-.3-.9-.2-.9-.2-2 0-1.3-1.8-7.5-2.7-8.1-.9-.7-4.8-4-6.4-6.3-1.5-2.3-1.2-2.8-1.2-2.8z"
727
+ })), _path160 || (_path160 = /* @__PURE__ */ React.createElement("path", {
728
+ fill: "#202020",
729
+ d: "M354.6 229.3c-.8-1.7-1-3.3-1.2-4.3a16 16 0 0 0-4.4-4.2c-.6-.3-1.9 0-2.4-.3l-3.7-4s-.5.5-.3.6c.1.1 3.4 3.7 4.6 4.8 1.2 1.2 1.9 3.7 2.7 5.7.9 2 .5 1.6.6 2.5.1 1 .7 1.5 1.3 1.5s.8-.2.6-.4a10.3 10.3 0 0 1-2.2-3.5c-.7-1.7-1.5-4.9-2.5-6l-.3-.3 1.3-.2c.8 0 4.1 3 4.4 4 .3.8 0 1.2 1.4 4.2s2 3.7 2 3.7h.2s-1.2-2-2-3.8zm-5.2-19.9s2.5 1.5 3.2 1.7a10 10 0 0 0 1.2.3s.4 4.4 2.1 6.8c1.8 2.5 3.2 3.4 3.2 3.4s0 4.8 1.4 8c1.3 3.3 1.5 7.3 1.2 8-.3.6-1.4-2-2-4.3l-2-6.2a13 13 0 0 0-2.5-4.4c-.8-.7-.2-.6.3-.2.4.4 1.7 2 2.5 4.5s1.1 5 1.5 5c.5 0 .8-.3.8-.9 0-.4-.6-1.8-1-4.1a17 17 0 0 0-1.2-4.7c-.4-.6-1-.7-2.4-3.4a20.3 20.3 0 0 1-2.5-5.3c-.2-1.2 0-1-.2-1.3-.2-.1-.4 0-1.6-.6-1.1-.6-2-2.3-2-2.3"
730
+ })), _path161 || (_path161 = /* @__PURE__ */ React.createElement("path", {
731
+ fill: "#202020",
732
+ d: "M355.7 208.5s1.4 1.2 2.3 1.5c.8.4 2 .4 2 .4s-.3 4.2 1.3 6.9 3.3 4.2 3.3 4.2.3 1 .8 6.8l.7 8.3c.1 2.3.2 10.6-.1 10.3-1.3-1-.2-5.4-.9-7.3-.6-1.8-1.6-2.1-2.8-7.4-1.2-5.2-.4-6.4-1.3-8.3-.9-2-2-2.2-2-2.2s1.6.4 2.3 2c.6 1.6.7 6 1.3 8.2 1.2 4.9 2.9 7.4 2.9 7.4s-.4-6.2-.8-9.7c-.5-3.5-.5-6.4-1.1-7.7-.7-1.4-2.1-2.4-3-4.2-.8-1.8-1.1-5.3-1.5-6.2s-.6-.6-1.2-.8c-2-.8-2.2-2.2-2.2-2.2"
733
+ })), _path162 || (_path162 = /* @__PURE__ */ React.createElement("path", {
734
+ fill: "#202020",
735
+ d: "M360.1 206.2s1.3 1.5 3.1 2.6c1.8 1 2.8.7 3 1 .3.2-.3 3.8 1.6 7.2s2.6 3.5 2.6 4l.6 13.9c.3 3.4.5 14.8-.9 14.8s-.1-8.5-.8-10.4c-.7-2-.7-1.4-1.3-3-.7-1.6-.7-7.8-1.8-11.5-.8-2.8-1.6-3.2-1.6-3.2s1.4.7 2 3c.6 2.2.8 10 1.5 11.1.8 1.3 1.8 2.8 2 4a157 157 0 0 0-.4-15.6c-.3-1-3.5-6.6-3.7-9.7-.3-3.2-.4-3.5-.7-3.7-.2-.3-1.1 0-2.6-1.5-1.5-1.4-2.6-3-2.6-3"
736
+ })), _path163 || (_path163 = /* @__PURE__ */ React.createElement("path", {
737
+ fill: "#202020",
738
+ d: "M367.3 208c0-.3 1 1.7 3.7 2.8 2.9 1.2 5.6 1 6 1.3.3.3 2 4.5 2.1 10.2.1 5.6-1 5.1-1.8 10-.9 4.9-1 14.8-1.5 16.3-.2.5-.5.8-.8 1.7-.3 1 .2 2.8-.7 2.8-.8 0-1-1.4-1-2.1 0-.8 1-3.5 1-6.2s-.6-3-1-6.2c-.4-3.3-.4-13.5-.8-14.5-.3-1-2.1-3.1-2.1-3.1s1.9 1.2 2.4 2.6c.4 1.3.5 12.7 1 15 .5 2.4.3-.5.5-1.8s.9-7 .8-10-1.4-9.4-2.4-10.5c0 0 .5.6 1.1 2 0 .1.4.5.8.7l1 .5s-.6 0-1-.3c-.4-.1-.6-.4-.6-.4a23.9 23.9 0 0 1 1.3 8c.1 5.2-.7 16.4.1 16.5.8.2.7-6 1.5-11.2.8-5 2-5.8 1.6-9.9-.3-4.1-1.4-8.6-2.3-9.2-.9-.5-3.4-.3-5.6-1.8-2.2-1.4-3.4-2.9-3.3-3.2m-35.8 5.7s.8.4 1.7 0c1-.5 3.5-2.5 3.5-3.3v-1.6s0 .3.7.4c.8.1 2.8-1.4 3-2.4a8 8 0 0 0-.1-3.1c-.2-.4.6.3 1 0 .4-.4 2.4-1.7 2.4-3 0-1.4-1.1-2.6-1.1-2.6s1 .2 1.6 0c.5-.1 2.5-1.3 2.4-2.4 0-1.2-.7-3-2.3-3.2 0 0 1.2.3 2.3-.1 1-.4 1.5-1 1.5-2.3 0-1.2-2.3-4-2.6-4.2-.4-.2 2.4.8 3-.3.8-1.1.9-1.9.7-2.5-.2-.7-.8-.8-.8-.8s1.2.3 2.8-.5 3-2 3.8-1.9c.8 0-2.3 1.7-2.5 2.6 0 .4.9 1 2.3 2 0 .1 0 .2.2.3.7.3 3 .4 3.3.5.2.2-2.4.1-2.2.3a34 34 0 0 1 5.7 5.4c.1 0 .5.4 1 .5l1.3.3h-1.6a65 65 0 0 1 3.3 4.7c0 .1.4.6.9.8s1 .1 1.1.2c.1.2-1.4 0-1.3.2a82 82 0 0 1 3.3 6s-3-5.3-6.7-9.5c-3.8-4.2-4.7-4.7-4.8-4.4-.2.4 2.7 4.1 4.3 6.7s3 5.9 3 5.9-3.7-7.8-9-12.6c-5.2-4.8-5.8-5.5-6.3-5.4-.6.2-1 3.8-.7 4.5s4.2 3.6 7.4 7.5c3.3 3.8 7.5 10.4 7.5 10.4s-3-4.7-8-10-6.9-6.6-7.3-6.5c-.4 0-.4 1-1 1.8-.6.7-1.8.6-1.8 1s4.2 4.3 5 4.7c.9.5 1.4.3 2 .6l1.4 1-1.6-.5c-.6-.2-1.3-.3-1.3 0s3.5 4.3 4 4.6c.6.3 1 .1 1.7.4.8.3 2 1.1 2 1.1s-1.3-.7-2.1-.8c-.9-.2-1.2 0-1.2.2s2.6 3.6 2.5 3.6-4-4.6-7.3-7.5c-3.3-3-4.8-3.6-5-3.5s0 1-.9 1.3c-.8.3-1.5.4-1.5.7s3 3 5 5.4a149 149 0 0 1 4 4.5l-4.5-4.3c-2.3-2.2-3.5-3-3.8-3-.2.2-.2 1.3 0 1.6s4.6 5.4 4.4 5.5c-.1.2-5-6-5.4-6-.3 0-.5.7-.8 1-.4.4-1.8.4-1.8 1 0 .4 7 7.3 6.9 7.5 0 0-5.8-5-6-4.7s2.4 5 2.2 5.2c-.1 0-3.4-5-3.7-5s-.2.6-1 1.3c-1 .8-2 .4-2 .8 0 .3 4.8 5.7 4.7 5.8-.2.1-5-5.1-5-4.8-.1 0-.4.3-.2.7.3 1.3 1.4 3.6 1.3 3.8 0 0-1.6-3.2-2-3-.4 0-.4.7-1.2 1.1-.7.5-1.3.4-1.3.7s.8 1 1.2 1.7.7 2.4.7 2.4-.5-1.4-1.1-2.3c-.7-.9-1.3-1.5-1.9-1.5s-.8.5-.8.5z"
739
+ })), _path164 || (_path164 = /* @__PURE__ */ React.createElement("path", {
740
+ fill: "#202020",
741
+ d: "M377 212s1.5 0 1.7-.4c.2-.3-.6 0-2-1.6s-5-12.1-9-17.4c-6.6-8.7-12.7-12.7-12.7-12.7s7.3 4.2 13 12.4c5.6 8.4 7 14.9 8.6 16.6s3.2 2 3 2.5c0 .5-.3.8-.9 1l-2 .1zm-48-2.2.3.1c.3 0 2.3-1.9 2.2-2.5 0 0-1-.3-1.6-1-.7-.8-.9-1.9-.9-1.9s.7 1.3 1.2 1.6c.6.4 1.4.6 1.8.3.3-.2 3.2-2.4 3-3.2 0 0-.9 0-1.8-.6-.8-.6-1-2-1-2s.6 1.1 1.5 1.5c.8.4 1.7.3 2 0 .2-.3 2-3 1.8-3.7 0 0-1 0-1.8-.5-.9-.6-1.3-2.2-1.3-2.2s.6 1.3 1.7 1.5c1.1.3 2-.4 2.2-1.2s.8-3.7-.2-4.5c0 0-1.4.5-2.4 0-1-.6-1.4-1.9-1.4-1.9s.9 1.2 2 1.4c1.2.1 1.7-.5 1.9-1a5.9 5.9 0 0 0-.1-3c-.4-1-1.1-.8-1.3-2.2 0 0-.3.5-1.8.5s-2.3-1.6-2.3-1.6 1.2 1 2.4 1a1.9 1.9 0 0 0 1.6-1.9c0-.7-.6-1.4-1-2.1-.2-.8-.3-1.7-.5-1.6-.2 0-.5.8-2 .6-1.5-.3-1.8-1.3-1.8-1.3s1 .7 2 .7c.8 0 1.3-.5 1.3-1 0-.6-.3-1.7-2.2-3.3a58 58 0 0 0-3.5-2.7 21.8 21.8 0 0 0 6.6 5.3s1.7.6 2 0c.1-.6.1-1.4-.5-2.4-.5-1-2-2.6-2-2.6s1.6 1.3 2.3 2.7c.8 1.3.4 2.2.5 2.6 0 .3 3.3 1.6 4 1.1.8-.4.5-1.4-.2-2.3l-1-1.8s.7.8 1.2 1.8c.6 1 1 1.7.8 2.1-.2.5-.6.7-.6.9l2.3 1.3c1 .6 2.3 1 2.5.8.2-.4.3-1.1.2-2.2-.1-1-.7-2.7-.7-2.7s.7 1.6.8 2.7-.1 2 .1 2.4c.3.4 1.1.5 1.1.5s-.6.4-2 0c-1.5-.4-7.7-3.6-8-3.3-.3.4 2.9 2.3 4.3 3.7 1.5 1.3 2.2 2.8 2.2 2.8s-1.1-1-2.2-1.6-4.4-2.3-4.7-2c-.2.2 1.3.5 1.4.7.1.3-1 1.3-1 1.8 0 .4 4.7 3.7 4.5 4-.1.4-1.2 1.3-1.4 1.2-.1 0-2.5-1.8-2.5-1.6s1.4 1.5 1.4 1.7c0 .3-1 .8-.8 1.4s2.6 2.6 2.6 3.3-1.4 1.3-1.1 1.7l1.5 2s-1.4-.9-1.8-1.4c-.4-.4-1.3-1.5-1.5-1.3-.1.1-1 2-1 2.5.2.4 1.3 1 1.5 2.3.2 1.1-.2 2.4-.3 2.4 0 0-1.6-2-2-2.1-.2 0-.6.1-.9.6s-1.2 2.1-1 2.4c0 .3 1.6.7 1.6 1.9a3.4 3.4 0 0 1-1 2.3l-2.1-2.4c-.2 0-2.2 2.3-2.3 2.6 0 .2 1.4 1.3 1.2 1.7-.3.4-1.3-.2-1.8.1l-1.7.7c-.2 0-.5-.6-.5-.6"
742
+ })), _path165 || (_path165 = /* @__PURE__ */ React.createElement("path", {
743
+ fill: "#202020",
744
+ d: "m355 180 .5-1c.3-.3 1.5-1.7 1-2-.4-.2-2 .3-3 .2-1 0-1.7.2-4.6-2.3 0 0-9.3-6.4-23.6-7.3-4.6-.2-6.6 1.4-6.8 2.2 0 .2 1.2-1.8 5.7-1.7 2 0 16.5 1.1 24 7 .4.3 2.9 2.7 5.2 2.4 2.3-.2 2.8-.5 2.7-.2 0 .4-.7 1.2-.9 1.6a9 9 0 0 0-.3 1.1zm-25 2v-.2c-.2-.4-1.1-1.7-2.7-3.1a37.4 37.4 0 0 0-8-4.3c-.3-.1 6 2.9 7.7 4.5z"
745
+ })), _path166 || (_path166 = /* @__PURE__ */ React.createElement("path", {
746
+ fill: "#d2a567",
747
+ d: "M330 192.2s-.4-.6-1.7-1.4a10 10 0 0 0-2.5-1.1l3 .7a4.8 4.8 0 0 1 1.1 1.8zm-.8-5.3s-.4-.6-2.1-1.2-2.2-.5-2.2-.5 1.6-.7 2.8 0a2.7 2.7 0 0 1 1.5 1.6zm-1-4.5s-.4-.8-2-1.3c-1.5-.6-2.6-.7-2.6-.7s1.6-.4 3.2.2c1.5.6 1.4 1.8 1.4 1.8m-2-2.8s-.4-.6-3.3-1.3c-3-.7-4-.7-4-.7s4.1-.4 5.2.1 2.2 1.9 2.2 1.9zm-5.3-3s-1.8-.6-3.5-.7-4.4.1-4.4.1 5-.8 6.3-.5c1.4.3 1.6 1 1.6 1z"
748
+ })), _path167 || (_path167 = /* @__PURE__ */ React.createElement("path", {
749
+ fill: "#f8c83c",
750
+ stroke: "#977c2e",
751
+ strokeWidth: .3,
752
+ d: "M304.5 238.4s.9 1.6 2.6 1.6c1.8.1 3.1 2.6 3.1 2.6l-1.9 1.9-4.6.2-1.5-2.4zm0-1.6c.2-.3-1.3-3.3-2.4-3.8-1-.5.4 1 .2 1.6-.3.6-.4 1.4-.3 1.5 0 0 .9 1.4.4 2-.4.5 2.2-1.3 2.2-1.3z"
753
+ })), _path168 || (_path168 = /* @__PURE__ */ React.createElement("path", {
754
+ fill: "#f8c83c",
755
+ stroke: "#977c2e",
756
+ strokeWidth: .3,
757
+ d: "M303.8 241.4s.8.4 1.4.2c.7-.2 1.3-.9 1.3-.9m-3.6-.5s2.6-1.9 2.4-2.9-.7-1-1-.9a7 7 0 0 0-2.1 1.7c-.1.3.7 2.1.7 2.1z"
758
+ })), _path169 || (_path169 = /* @__PURE__ */ React.createElement("path", {
759
+ fill: "#f8c83c",
760
+ stroke: "#977c2e",
761
+ strokeWidth: .3,
762
+ d: "M301 241.5s.6 1.3 1.4 1.3 2-.7 2-1.2c.1-.5-.8-1.5-1.3-1.7-.6-.3-1.9.4-1.9.4z"
763
+ })), _path170 || (_path170 = /* @__PURE__ */ React.createElement("path", {
764
+ fill: "#f8c83c",
765
+ stroke: "#977c2e",
766
+ strokeWidth: .3,
767
+ d: "M303.4 239.8c0 .4-1.7 1.2-2.3 1.2-.5 0-1.6-1.3-1.2-1.5l1.5-.4c.4-.2.5-.8.7-.8.3 0 1 .1 1.1.5.2.5.4.6.2 1z"
768
+ })), _path171 || (_path171 = /* @__PURE__ */ React.createElement("path", {
769
+ fill: "#f8c83c",
770
+ stroke: "#977c2e",
771
+ strokeWidth: .3,
772
+ d: "M301.8 240.9s-2.6 3.4-3.7 3.3c-1-.2.5-5 .5-5l1.2.6c.9.2 1.7.6 2 1z"
773
+ })), _path172 || (_path172 = /* @__PURE__ */ React.createElement("path", {
774
+ fill: "#f8c83c",
775
+ stroke: "#977c2e",
776
+ strokeWidth: .3,
777
+ d: "M297.2 238.4s3.3.6 3.4 1.1c.2.6-1.5 1.3-2.5 1.3-.9 0-.9-2.4-.9-2.4z"
778
+ })), _path173 || (_path173 = /* @__PURE__ */ React.createElement("path", {
779
+ fill: "#202220",
780
+ d: "M289 243.4s.5 1.6 1.9 1.7c1.4 0 2.8-1.5 2.8-1.5l-3.4-1.3z"
781
+ })), _path174 || (_path174 = /* @__PURE__ */ React.createElement("path", {
782
+ fill: "#4b4139",
783
+ d: "m289 243.4.4.9c.3.4.7.8 1.5.9h.1c1.4 0 2.7-1.6 2.7-1.6l-3.4-1.4zl1.3-1 3.3 1.3v-.1l-.2.2c-.4.4-1.4 1.2-2.4 1.2h-.1a1.8 1.8 0 0 1-1.4-.8 2.8 2.8 0 0 1-.3-.6v-.1l-.1-.1z"
784
+ })), _path175 || (_path175 = /* @__PURE__ */ React.createElement("path", {
785
+ fill: "#202220",
786
+ d: "M290 243s.5 1.2 2.4 1.2 3.3-1.5 3.3-1.5l-3-2.3z"
787
+ })), _path176 || (_path176 = /* @__PURE__ */ React.createElement("path", {
788
+ fill: "#4b4139",
789
+ d: "M290 243s.5 1.2 2.4 1.3c2 0 3.4-1.5 3.4-1.5l-3-2.5-3 2.7zl2.8-2.5 2.9 2.3v-.1a5 5 0 0 1-3.2 1.4 3 3 0 0 1-2-.6 2.2 2.2 0 0 1-.3-.4 1 1 0 0 1-.1-.1z"
790
+ })), _path177 || (_path177 = /* @__PURE__ */ React.createElement("path", {
791
+ fill: "#4b4139",
792
+ d: "M290.2 243.3s.9.6 1.8.7c1 0 2.2-.3 2.2-.3l-1.1.4-.8.1-.8-.1-.6-.3zv-.2z"
793
+ })), _path178 || (_path178 = /* @__PURE__ */ React.createElement("path", {
794
+ fill: "#202220",
795
+ d: "M292.4 241.6s.8 2 2.6 1.8c1.7-.2 1.7-1.2 1.7-1.2l-2-2.8z"
796
+ })), _path179 || (_path179 = /* @__PURE__ */ React.createElement("path", {
797
+ fill: "#4b4139",
798
+ d: "m292.4 241.6.5 1c.4.4 1 1 1.8 1l.3-.1c.8-.1 1.3-.4 1.5-.7.3-.3.3-.6.3-.6l-2-3zl2.4-2.1 1.9 2.7c0 .2-.3 1-1.8 1.1h-.2a2.2 2.2 0 0 1-1.7-.8 4 4 0 0 1-.4-.6v-.2a2 2 0 0 1-.1-.1z"
799
+ })), _path180 || (_path180 = /* @__PURE__ */ React.createElement("path", {
800
+ fill: "#4b4139",
801
+ d: "M292.6 242s1 1.3 2 1.3a3 3 0 0 0 1.5-.4v.1l-.5.3-.8.1h-.8l-.7-.5zm-3.2 2s.8.9 1.5.9a4.7 4.7 0 0 0 1.9-.6h.1l-.2.1-.8.4-.9.3-.7-.1-.6-.4-.3-.4z"
802
+ })), _path181 || (_path181 = /* @__PURE__ */ React.createElement("path", {
803
+ fill: "#f8c83c",
804
+ stroke: "#977c2e",
805
+ strokeWidth: .3,
806
+ d: "M297 238.3c.8-.2 2.4 2 2.4 3.2s-.5 2.7-1.3 2.7-2.6-1.7-3-2.5c-.4-.9-.8-1.4-.5-1.9.3-.4 2.4-1.5 2.4-1.5zm-8 .2s-1.4-1-1.9-.5-.3 2.3 0 2.6c.4.4 2-.8 2-.8z"
807
+ })), _path182 || (_path182 = /* @__PURE__ */ React.createElement("path", {
808
+ fill: "#f8c83c",
809
+ stroke: "#977c2e",
810
+ strokeWidth: .3,
811
+ d: "M288.8 239.7s-1.8.2-1.8 1 .9 1.6 1 1.8c.2.1 1.8-.7 1.8-.7z"
812
+ })), _path183 || (_path183 = /* @__PURE__ */ React.createElement("path", {
813
+ fill: "#f8c83c",
814
+ stroke: "#977c2e",
815
+ strokeWidth: .3,
816
+ d: "M289.5 241.1s-1.8.6-1.8 1.2.8 1.7 1.3 1.7 1-1 1.2-1.3c.3-.2-.7-1.6-.7-1.6zm.8-5.1s-.3-.5-1-.2c-.8.3-1.6 1-1.5 2.3.1 1.1.6 2 .6 2l2.7-1z"
817
+ })), _path184 || (_path184 = /* @__PURE__ */ React.createElement("path", {
818
+ fill: "#f8c83c",
819
+ stroke: "#977c2e",
820
+ strokeWidth: .3,
821
+ d: "M290.5 238s-2.2.8-2.3 1.7.5 1.7 1 2c.7 0 2.6-1.8 2.6-1.8z"
822
+ })), _path185 || (_path185 = /* @__PURE__ */ React.createElement("path", {
823
+ fill: "#f8c83c",
824
+ stroke: "#977c2e",
825
+ strokeWidth: .3,
826
+ d: "M292.5 241.7s-2.2 1.5-2.5 1.5-1.2-1.2-1-2 1.7-1.3 2.3-1.6c.6-.2 1.2 2.1 1.2 2.1zm2-8.2s-.7-.6-2-.5c-1.4.1-2.4 2-2.6 2.8-.2.9 0 2.6.5 2.8.5.3 3.3-2 3.3-2l.8-3z"
827
+ })), _path186 || (_path186 = /* @__PURE__ */ React.createElement("path", {
828
+ fill: "#f8c83c",
829
+ stroke: "#977c2e",
830
+ strokeWidth: .3,
831
+ d: "M291.8 240.3c-1-.1-1.8-1.5-1.7-2.3.2-.8 2-2.2 3-2 1 .1.8 2.5.8 2.5s-1.2 1.9-2.1 1.8z"
832
+ })), _path187 || (_path187 = /* @__PURE__ */ React.createElement("path", {
833
+ fill: "#f8c83c",
834
+ stroke: "#977c2e",
835
+ strokeWidth: .3,
836
+ d: "M294.7 240s-.4 1.2-1.4 1.7c-1 .4-1.5 0-2-.7-.6-.8.2-1.2.6-1.6.5-.4 1.7-.7 1.7-.7l1.1 1.4z"
837
+ })), _path188 || (_path188 = /* @__PURE__ */ React.createElement("path", {
838
+ fill: "#f8c83c",
839
+ stroke: "#977c2e",
840
+ strokeWidth: .3,
841
+ d: "M293.2 237.2s-1 .8-.4 1.8 1 1.4 1.8 1.5 1.3-.2 1.9-.9 1.5-1 1.4-2c-.1-.9-.4-1.6-1-1.8-.5-.3-2.2 0-3.7 1.4z"
842
+ })), _path189 || (_path189 = /* @__PURE__ */ React.createElement("path", {
843
+ fill: "#202220",
844
+ d: "M296.2 233s-1-.5-1.9 0c-.8.5-1.4 1.5-1.5 2.4l.2 2.3s1.2-.4 2-1c.7-.6 1-.8.8-1.1 0-.2-.4-.4-.4-1.2 0-1.4.8-1.5.8-1.5z"
845
+ })), _path190 || (_path190 = /* @__PURE__ */ React.createElement("path", {
846
+ fill: "#4b4139",
847
+ d: "M296.2 233s-1.2-.3-1.9.1a3.2 3.2 0 0 0-1.3 1.9c-.3.8-.1 1-.1 1v-1.4c.4-.8 1-1.5 1.6-1.7.8-.3 1.7 0 1.7 0z"
848
+ })), _path191 || (_path191 = /* @__PURE__ */ React.createElement("path", {
849
+ fill: "#f8c83c",
850
+ stroke: "#977c2e",
851
+ strokeWidth: .3,
852
+ d: "m328.8 257 1.6-.8 2-1.2.4 2.2-1.8 1.4h-1.5l-.9-.7.2-1z"
853
+ })), _path192 || (_path192 = /* @__PURE__ */ React.createElement("path", {
854
+ fill: "#f8c83c",
855
+ stroke: "#977c2e",
856
+ strokeWidth: .3,
857
+ d: "M326.4 257.2h1c1.1 0 1.2-.3 1.4-.3.2.1.5 1.3.5 1.3l-.4.7-1.5.9-1.3-.8-.1-1.8zm12.1-.8s-.3-.5-.9-1l-2.2-1.9v5l2.3-.1 1.1-1.5z"
858
+ })), _path193 || (_path193 = /* @__PURE__ */ React.createElement("path", {
859
+ fill: "#f8c83c",
860
+ stroke: "#977c2e",
861
+ strokeWidth: .3,
862
+ d: "M326.4 257.2s-.4-.5-1.3-.4c-1 0-2 .9-2.1 1.5-.1.7 0 2.6.5 3s1.2.5 2.2.3c1-.3 6.4-3.6 6.4-3.6l-1.4.3c-.7.2-1.4-.1-1.4-.1s-.7.8-1.6 1c-.8 0-1-.5-1.2-.9z"
863
+ })), _path194 || (_path194 = /* @__PURE__ */ React.createElement("path", {
864
+ fill: "#f8c83c",
865
+ stroke: "#977c2e",
866
+ strokeWidth: .3,
867
+ d: "m330 258.9-1.2.5-1.3.6.4 1.6 2.3.5 1.4-1.1v-1.6l-1.7-.5zm10.4-1.2-.8-.8c-.4-.4-1-.5-1-.5l-1.3 1.5v1l1.2.7.9.2 1.1-.8z"
868
+ })), _path195 || (_path195 = /* @__PURE__ */ React.createElement("path", {
869
+ fill: "#f8c83c",
870
+ stroke: "#977c2e",
871
+ strokeWidth: .3,
872
+ d: "M332.6 257s-1 .4-1.5.8l-1.2 1c0 .2 1.1 1.4 1.1 1.4l1.2.1 2.5-1.7-.2-1.6zm9.5 2-.5-.7c-.4-.4-1-.6-1.2-.6-.3 0-1.3 1.5-1.3 1.5v.4l.8 1 1.6.5 1.1-1.2z"
873
+ })), _path196 || (_path196 = /* @__PURE__ */ React.createElement("path", {
874
+ fill: "#f8c83c",
875
+ stroke: "#977c2e",
876
+ strokeLinecap: "round",
877
+ strokeLinejoin: "round",
878
+ strokeWidth: .3,
879
+ d: "m338 260.8 1.2.2s0 .3.3.5c.3.3.3 0 .3 0s.2 1.2 1.4 2c0 0 1.4.6 2 .2.8-.4.7 0 .7 0l2-2.4s0-.5-.5-.5c0 0 .4-1.6-1-2-1.2-.2-2.2.2-2.2.2s-1 1.8-1.6 1.6a2.4 2.4 0 0 1-.8-.5l-.7-.9s-.4.1-.9-.2-.9-1.1-.9-1.1-.7-.1-1-.4l-.5-.8-1.9 1.4s0 .5-1.1 1.3-1.7.8-1.7.8-.4 1.7-1.6 1.4-2-1.6-2-1.6-.9-.2-1.4.6c-.6.7-.9 1-.9 1.7 0 .8.5 1.8 1 2.2.3.3 1.5 1.3 3 .6 1.4-.8.9-2 .9-2l.8-.5c.9-.6 1.8-1.5 2.5-1.7"
880
+ })), _path197 || (_path197 = /* @__PURE__ */ React.createElement("path", {
881
+ fill: "#f8c83c",
882
+ stroke: "#977c2e",
883
+ strokeWidth: .3,
884
+ d: "M335.8 250.8v3.2s.4 2.9-.2 3.7c-.6 1-2.9.7-3.2 0-.3-.8-.2-3.2-.2-3.2z"
885
+ })), _path198 || (_path198 = /* @__PURE__ */ React.createElement("path", {
886
+ fill: "#f8c83c",
887
+ stroke: "#977c2e",
888
+ strokeLinecap: "round",
889
+ strokeLinejoin: "round",
890
+ strokeWidth: .3,
891
+ d: "M333.3 260.5s-.5.8 1 1c.4 0 .7-.2.9-.4.4-.4.3-.8.3-.8s-.2 1.2 1.2 1.2c1.4.1 1.3-1.3 1.3-1.3"
892
+ })), _path199 || (_path199 = /* @__PURE__ */ React.createElement("path", {
893
+ fill: "#202220",
894
+ d: "M321.2 263.1s-.8-1.4.1-1.9c1-.5 1.5 0 2.1 0s.4-1.4.3-1.7a3.7 3.7 0 0 0-.7-1.2c-.2-.2-3.5.2-3.4 2.3 0 2.1 1.6 2.5 1.6 2.5m5 5.2s-1-1.5-.4-2.4c.5-.9 1-.3 1.2-.4.3 0 .4-.6 0-1.6-.5-1-1.1-1.4-1.4-1.5-.4 0-2.3 1.4-2 3.2a3.5 3.5 0 0 0 2.6 2.7m18.2-1.8s3.5 1.5 3.7-2c.2-2-1.5-3.3-2-3.3-.4 0-.7.3-1.3 1-.7.8-1.1 1.3-.9 1.6.3.3 1.3-.3 1.8.8.7 2-1.3 1.9-1.3 1.9"
895
+ })), _path200 || (_path200 = /* @__PURE__ */ React.createElement("path", {
896
+ fill: "#4b4139",
897
+ d: "M326.2 268.3s-2.7-.6-2.7-3.3c0-1.8 2-2.6 2-2.6s-1.8 1-1.8 2.6c-.1 2.7 2.5 3.3 2.5 3.3m-5-5.2s-1.6-.3-1.7-2.6c-.2-2.3 3.5-2.2 3.5-2.2s-3.5.2-3.4 2.4c.2 2.2 1.6 2.4 1.6 2.4m23.2 3.4s.7.3 1.5.3 1.8-.3 2-1.6c.4-1.3.3-2-.6-3.1-.6-.9-1.2-.8-1.2-.8s.6 0 1 .8c.6.8 1.3 1.6.8 3.1s-2 1.5-2.5 1.5a5.5 5.5 0 0 1-1-.2"
898
+ })), _path201 || (_path201 = /* @__PURE__ */ React.createElement("path", {
899
+ fill: "#904720",
900
+ d: "m302.6 192.4-.6-.2.4-1 1.9-.7 1.8-.1 2-.1.8.6 1 2.3-3.6 2.2-.6.2-.2-1-.6-1.4z"
901
+ })), _path202 || (_path202 = /* @__PURE__ */ React.createElement("path", {
902
+ fill: "#202020",
903
+ d: "m337 245.5-.3-5.5-14.8 4.6 5.8 5.5z"
904
+ })), _path203 || (_path203 = /* @__PURE__ */ React.createElement("path", {
905
+ fill: "#d2a567",
906
+ d: "m309.4 235.9-1.2-1-1.4-.8h-1.1l-.2.3.2.5 1.3 1.6 2.3 1.2.8.7.5.2-1.1-2.7zm-.3 2.3.8.2.9 1 .5 1 .7 1.3.2.8-1.6-.3-4.8-1.5.4-1.2.8-.7.7-.3 1-.2z"
907
+ })), _path204 || (_path204 = /* @__PURE__ */ React.createElement("path", {
908
+ fill: "#d2a567",
909
+ d: "M312.2 242.2h.8l.6-.5-.3-1.8.3-5.8-3.9-4.6-.8 2.6 1.1 4.7.9 2.8z"
910
+ })), _path205 || (_path205 = /* @__PURE__ */ React.createElement("path", {
911
+ fill: "#ab6d29",
912
+ d: "M309.4 231.7s-.2.4.1 2c.3 1.5.9 4.9 2.2 7.2l-1.3-1.9s-2-4.6-1.7-8.2c.3-3.5.7.8.7.8zm2.9 2.9s-.9 1-1 1.9v2.2s0-1 .8-1.3c.9-.3.7 2.3.8 2.6l.5-4.7zm.4 9.6-4.4-1c-2.3-1-3.5-1.8-3.4-2.3 0-.6 4 .1 4.6.2l2.4 1h1l1.9-.8.2 2zm-7.3-.8s1 .8.5 1a4.4 4.4 0 0 1-2.3.3l4.2 1 .9-.7z"
913
+ })), _path206 || (_path206 = /* @__PURE__ */ React.createElement("path", {
914
+ fill: "#d2a567",
915
+ d: "M304.2 242.2c.2-.2.3.7 1.8.8 1.5.2 2.2-.2 2.2-.2l.7.4.8.2-.7 1.1-2.8-.8-1.5-.8z"
916
+ })), _path207 || (_path207 = /* @__PURE__ */ React.createElement("path", {
917
+ fill: "#ab6d29",
918
+ d: "m314 240.3.8 1 .5-2.4v-2.5l-1.6-1z"
919
+ })), _path208 || (_path208 = /* @__PURE__ */ React.createElement("path", {
920
+ fill: "#4d2a15",
921
+ d: "m309.7 236.1-1.3-2.1-1.7-3.1 1-1.8 1.3 1.8s-.4 1.3-.1 2.5c.2 1.2.8 2.7.8 2.7"
922
+ })), _path209 || (_path209 = /* @__PURE__ */ React.createElement("path", {
923
+ fill: "#d2a567",
924
+ d: "M300.8 244s.6-.9 1.9-1a7.6 7.6 0 0 1 2.4.2l2.6 1.4.6.9-5-.7z"
925
+ })), _path210 || (_path210 = /* @__PURE__ */ React.createElement("path", {
926
+ fill: "#8f4620",
927
+ d: "m314 235 .2 4c0 1 .7 2 .6 2.3-.2.4-.4.6-1 .9-.6.2-2 0-2 0s1.3-.2 1.4-.5c0-.2-.4-1.4-.5-2.4 0-1 .1-2.2-.3-2.2-.3 0-.7.4-.8.6 0 0 .4-3.8.8-4.2s1.6 1.6 1.6 1.6z"
928
+ })), _path211 || (_path211 = /* @__PURE__ */ React.createElement("path", {
929
+ fill: "#ab6d29",
930
+ d: "M304.7 243s-.5-.4-.5-.8c0-.3.6 1.6 3.4 1.5 2.8 0 2.6-.2 2.6-.2h1.3s-.3 1.3-.5 1.4a61 61 0 0 0-2.2 1.4l-.7.4v-.2l-.3-2.1-2.4-1z"
931
+ })), _path212 || (_path212 = /* @__PURE__ */ React.createElement("path", {
932
+ fill: "#8f4620",
933
+ d: "M309.7 236.1s-3.2-3.3-4.3-5.5c-1-2.2-.4-5.2-.4-5.2l3 4s-.4.7-.3 2c.2 1.2 2 4.7 2 4.7"
934
+ })), _path213 || (_path213 = /* @__PURE__ */ React.createElement("path", {
935
+ fill: "#ab6d29",
936
+ d: "M307.6 248.3c0-.3-.2-1 .4-1.8 2-2.4 6.8-4 6.8-4v2.8l-6.2 3z"
937
+ })), _path214 || (_path214 = /* @__PURE__ */ React.createElement("path", {
938
+ fill: "#8f4620",
939
+ d: "M308 246c.3-.1 1.4-1 1.4-1.3 0-.4-.7-.4-2.1-.7-1.5-.3-2.6-1-2.6-1s1.7 1.4 2.4 1.7c.7.2.6.5.5.7zm8.3.7s-.9-1.3-1.2-2.1-.3-2.1-.3-2.2l-1 .7-2 .7s2 0 2 .6c0 .7-3 1-3 1 0 .1 2.4-.4 2.3.1-.2.6-1.2.7-2.5 1.2l-2.3 1-.7.5s.6.4 1.5.3c.9 0 2.9-.5 2.9-.5l3.8-1.5z"
940
+ })), _path215 || (_path215 = /* @__PURE__ */ React.createElement("path", {
941
+ fill: "#ab6d29",
942
+ d: "M316.3 246.7s-1-.3-1.8-4.8-.6-5.7-.6-5.7l1.8 1.3 1.7 3z"
943
+ })), _path216 || (_path216 = /* @__PURE__ */ React.createElement("path", {
944
+ fill: "#8f4620",
945
+ d: "M316.9 239.3s-.9 2.5-.9 4c0 1.4-.1 2.4.3 3.4s1.8 2.3 1.8 2.3l.7-.6.3-2 .1-3.4z"
946
+ })), _path217 || (_path217 = /* @__PURE__ */ React.createElement("path", {
947
+ fill: "#202020",
948
+ d: "M319.4 242.7s.4 6.3-1.2 6.5c-.7 0-1.9-2.4-1.9-2.5 0 0 1.4 2.3 2 2.1 1-.4.6-6.6.6-6.6zm-3.1 4s-.3 0-.7-.8c-.4-.7 0 .6-3.4 1.8s-4.6.5-4.6.5 1.1 1 4.5 0 3.1-1.3 3.6-1.4z"
949
+ })), _path218 || (_path218 = /* @__PURE__ */ React.createElement("path", {
950
+ fill: "#ab6d29",
951
+ d: "M310 238.7s.6.5 1.2 1.7a363 363 0 0 0 1 2h.2s-.4-1.3-1-2.2l-2.2-3.1z"
952
+ })), _path219 || (_path219 = /* @__PURE__ */ React.createElement("path", {
953
+ fill: "#8f4620",
954
+ d: "M308 246.5s.3-1.1 0-1.4c-.3-.2-.7 0-3-.2a34 34 0 0 1-4.2-.9s1.6 1 3 1.4l3.5.8.5.1z"
955
+ })), _path220 || (_path220 = /* @__PURE__ */ React.createElement("path", {
956
+ fill: "#202020",
957
+ d: "m308 246.5-.2-.5c-.3-.3-.7.1-3.5-.7-2.8-.7-3.5-1.3-3.5-1.3s1 1 3.4 1.5z"
958
+ })), _path221 || (_path221 = /* @__PURE__ */ React.createElement("path", {
959
+ fill: "#ab6d29",
960
+ d: "M309.3 238.2s-2.1.1-2.8.7c-.7.5-1.6 2-1.6 2l1.3.1s-.1-1.2.5-1.9c.7-.6 1.7-.7 2.6-.9"
961
+ })), _path222 || (_path222 = /* @__PURE__ */ React.createElement("path", {
962
+ fill: "#8f4620",
963
+ d: "M305.3 234.2s.8 1.2 1.7 1.5c.9.4 1.8.8 2.2 1.2s.9 1.8.9 1.8-3-1.3-3.7-2a9.6 9.6 0 0 1-1.1-2.5"
964
+ })), _path223 || (_path223 = /* @__PURE__ */ React.createElement("path", {
965
+ fill: "#8f4620",
966
+ d: "M308.2 235s-.3-.5-1.1-.9-1.4-.3-1.7-.1-.1.2-.1.2l1 1.7.7-.2s-1.6-1-1.3-1.3c.8-.7 2.5.5 2.5.5z"
967
+ })), _path224 || (_path224 = /* @__PURE__ */ React.createElement("path", {
968
+ fill: "#202020",
969
+ d: "m316.3 231.1 17-8.7 8 11.1-14.7 4-7.7.6-3.8-2.7z"
970
+ })), _path225 || (_path225 = /* @__PURE__ */ React.createElement("path", {
971
+ fill: "#4d2a15",
972
+ d: "m339 235.9 21 18.2-2.3 1.6-5-1.4-10.2-10.1-3.8-3.8z"
973
+ })), _path226 || (_path226 = /* @__PURE__ */ React.createElement("path", {
974
+ fill: "#4d2a15",
975
+ d: "m366 250.5-12-9.1-15.3-11.5.4 5.5 17.4 16 5.7 2.7 3-.8 1.4-1.6z"
976
+ })), _path227 || (_path227 = /* @__PURE__ */ React.createElement("path", {
977
+ fill: "#803f1d",
978
+ d: "M339 237.6s6 6.9 10.6 10.4 9 7.3 10 6.7c.8-.5.5-1 .5-1l-21.3-17.5z"
979
+ })), _path228 || (_path228 = /* @__PURE__ */ React.createElement("path", {
980
+ fill: "#4d2a15",
981
+ d: "m353.8 255.1-2.1 1.7-2.5-1-13-13.2.7-2.5 1.8.3z"
982
+ })), _path229 || (_path229 = /* @__PURE__ */ React.createElement("path", {
983
+ fill: "#202020",
984
+ d: "M366 250.5s-1.6 3.8-5 2.9-22-18.5-22-18.5v1.8s18.8 17.3 22.5 18c3.6.7 6.6-2.5 6.2-2.8a44 44 0 0 0-1.7-1.4"
985
+ })), _path230 || (_path230 = /* @__PURE__ */ React.createElement("path", {
986
+ fill: "#803f1d",
987
+ d: "M336.9 240.4s6 7.7 9.1 10.5c3.2 2.9 6 5 7.2 4.8 1.3-.2-.7-1.7-.7-1.7l-9.1-9-4.7-4.6s-1.8-.7-1.8 0"
988
+ })), _path231 || (_path231 = /* @__PURE__ */ React.createElement("path", {
989
+ fill: "#202020",
990
+ d: "M338.4 240.4s15.2 15.5 16.4 15.9c2.5.7 6.2-2 6.2-2l-1.3-.7-.2.5s-.7 1.6-4 .9c-3.2-.7-16.6-15.1-16.6-15.1z"
991
+ })), _path232 || (_path232 = /* @__PURE__ */ React.createElement("path", {
992
+ fill: "#4d2a15",
993
+ d: "m344 255.3-5.5-6.4-1.2-2.1-.3-2.7 11 11.1-1.5 1-1.4-.4z"
994
+ })), _path233 || (_path233 = /* @__PURE__ */ React.createElement("path", {
995
+ fill: "#202020",
996
+ d: "M354.1 255.5s-1.3 2-3.2 1.6a5.4 5.4 0 0 1-2.8-1.7L337.5 245l-.3-1.6s11.7 12.3 13.7 12.8c1.6.4 2.7-1.4 2.7-1.4z"
997
+ })), _path234 || (_path234 = /* @__PURE__ */ React.createElement("path", {
998
+ fill: "#202020",
999
+ d: "M348.2 255.1s-.5 1.6-2 1.4c-1.6-.3-2-.9-2-.9l-6.6-7.7-.1-2s6.8 9.3 8.3 9.8c1.6.5 2-1 2-1z"
1000
+ })), _path235 || (_path235 = /* @__PURE__ */ React.createElement("path", {
1001
+ fill: "#b07229",
1002
+ d: "M341.3 234.9s6.3 5.4 6.8 5.6c.5.3 2.7.4 2.8.7.2.3-1.4 0-1.5.3-.1.4 3.2 3 3.7 3.1.5 0 3.2 0 3.1.4 0 .3-1.8 0-1.9.4 0 .4 2.9 2.7 3.4 2.8.5 0 3.9 0 3.9.4 0 .3-2.7 0-2.7.5.1.6 4.6 3.4 4.4 3.8s-5.4-3.5-5.5-3.3c-.2.2-.4 1.4-.7 1.6s0-1.6-.2-2.4c-.3-.8-3.4-3.1-3.7-2.9-.3.3 0 1.7-.4 1.7s.1-1.7-.2-2.3a16 16 0 0 0-3.6-3c-.4 0-.1 1.3-.4 1.5s-.2-1.5-.6-2-7-6.5-6.7-7z"
1003
+ })), _path236 || (_path236 = /* @__PURE__ */ React.createElement("path", {
1004
+ fill: "#4d2a15",
1005
+ d: "M330.5 252.3s0 2.4-1 2.8c-1.1.3-3.1-4.4-3.1-4.4l-.5-4.4 3.1 3zm8.4-1.2V250c0-.6-.3-1.5-.3-1.5l-.2-2.4-.6-1.7-.4-1h-.7l-1.7 1.2-.5 1.6.8 3 .8 2.7 1.3.4 1.5-1z"
1006
+ })), _path237 || (_path237 = /* @__PURE__ */ React.createElement("path", {
1007
+ fill: "#4d2a15",
1008
+ d: "M336.8 255.3c.3-.1-.4-3.4-.4-3.4l-2-4.8-.5-1.7-1.5-.6-1 1.2.2 1.9s1.5 3.2 2.2 4.3c.8 1.1 2.3 3.3 3 3.1"
1009
+ })), _path238 || (_path238 = /* @__PURE__ */ React.createElement("path", {
1010
+ fill: "#202020",
1011
+ d: "M335 245a6 6 0 0 1 1.4 2.6s1.3 3.6 1.1 4c-.2.3-1 .3-1 .3s1.8 1.8 2.3 1.6.3-2 .1-2.4c-.1-.4-.7 0-1-.5-.1-.4-.8-2.7-.8-4.2v-2.7c.2-.3 1.5 3 1.5 4.7l.6.7-.6-3.2-.7-2.3c0-.2.3-.8.3-1.5v-1s.6.5.9.5.7-.4.8-2c.2-1.5-.1-6-.1-6l-6.8 9z"
1012
+ })), _path239 || (_path239 = /* @__PURE__ */ React.createElement("path", {
1013
+ fill: "#202020",
1014
+ d: "M335 244.3s-.3 2.4.6 4.8l1.3 3c.2.3.2 2.9-.1 3.2 0 0-1.8-4.4-2.4-6.6-.5-2.1-.7-3-1-3.2l-.8-.2z"
1015
+ })), _path240 || (_path240 = /* @__PURE__ */ React.createElement("path", {
1016
+ fill: "#4d2a15",
1017
+ d: "M334.4 257c.2 0 0-1 0-1l-.2-2.3-2.4-4.9-2.6-2.3-1.4-2-.2 4s2 4 3.1 5c1.3 1.2 3.3 3.6 3.7 3.5"
1018
+ })), _path241 || (_path241 = /* @__PURE__ */ React.createElement("path", {
1019
+ fill: "#202020",
1020
+ d: "M324.7 246s.4 1.1.4 1.8v1.4l1.8 3.5c.9 1.5 1.7 3.1 2.4 2.8.7-.4 1-1.5 1-1.7.1-.1-.8 1.3-1.2 1.1a40 40 0 0 1-2.3-6.6l-1-.8a18 18 0 0 1-1.1-1.4zm7 5.5-1.7-3.1c-.5-1-1.2-1.7-1.4-1.7s-.5-2-.5-2 .7 1.3 1.6 1.7c1 .5 1.5.8 2 .7l.2 2z"
1021
+ })), _path242 || (_path242 = /* @__PURE__ */ React.createElement("path", {
1022
+ fill: "#5c3a1d",
1023
+ d: "M327.4 248.3s.5 1.4 1.4 2.7c.8 1.3 2.3 2.9 2.3 2.9s-1.6-1.6-2.5-2.8a14 14 0 0 1-1.4-2.8z"
1024
+ })), _path243 || (_path243 = /* @__PURE__ */ React.createElement("path", {
1025
+ fill: "#202020",
1026
+ d: "M332 246.7s.5-1.2.8-1.3l1.2-.3s-.7-.1-1.2-.8l-1.3-1.3.4 2zm-.4.4s2 4 2.4 5.5c.5 1.3.4 3.4.4 3.4s-.2-1.5-.6-2.7l-2.4-5c-.1-.3.2-1.2.2-1.2"
1027
+ })), _path244 || (_path244 = /* @__PURE__ */ React.createElement("path", {
1028
+ fill: "#4d2a15",
1029
+ d: "m334.2 244.4.5-6-.5-2.2-2.7-6s-.1.8-.8.8a6.2 6.2 0 0 1-3.1-1.8 9.2 9.2 0 0 0-.2 4.8l5.3 9.9z"
1030
+ })), _path245 || (_path245 = /* @__PURE__ */ React.createElement("path", {
1031
+ fill: "#8b441f",
1032
+ d: "M323.8 248.3s.8 1 1.3 1c.4-.2.3-2.1-.3-3.2-.6-1-7-9.6-8-10.1s7 12.3 7 12.3"
1033
+ })), _path246 || (_path246 = /* @__PURE__ */ React.createElement("path", {
1034
+ fill: "#8b441f",
1035
+ stroke: "#5c3a1d",
1036
+ strokeWidth: .1,
1037
+ d: "M328.1 244.8c.2.4.6 3.1-.5 3.4-1.5.3-8.5-9.4-9.6-10.7 0 0-4.4-2.8-4.5-3.5s4.7 1 4.7 1l9.5 9z"
1038
+ })), _path247 || (_path247 = /* @__PURE__ */ React.createElement("path", {
1039
+ fill: "#202020",
1040
+ d: "M323.8 248.3s-.8-1.3-.9-2.3c0-1-.4-1.5-.4-1.9 0-.3-5.2-7.7-5.7-8.2-.6-.5-2.3-1.4-2.3-1.4a15.5 15.5 0 0 0 .3 2.4s1.6 3 4 5.7a458 458 0 0 0 5 5.8z"
1041
+ })), _path248 || (_path248 = /* @__PURE__ */ React.createElement("path", {
1042
+ fill: "#4d2a15",
1043
+ d: "M331.6 247c.7-.3.4-2.7.1-3.5a458 458 0 0 0-4.4-9.4l-1.3.4-2.3-1.8-1.4-1.5s.5 2.1.4 3.1v1.6l3.3 5.9zm4.7-5.2 1-1.3-.5-4.4-2.8-9.4s-.7.1-1.4-.3c-.6-.4-1.4-1.3-1.4-1.3l.7 5.7 2.9 8 .2 2.3z"
1044
+ })), _path249 || (_path249 = /* @__PURE__ */ React.createElement("path", {
1045
+ fill: "#202020",
1046
+ d: "M327.7 244s-2.8-3-3.7-4.5l-1.7-3s-.8.3-1.8 0c-1-.5-2.2-1.8-2.2-1.8s-.8 1.5 3.2 5.6c4.6 4.6 6.2 3.7 6.2 3.7"
1047
+ })), _path250 || (_path250 = /* @__PURE__ */ React.createElement("path", {
1048
+ fill: "#8b441f",
1049
+ d: "M334.4 245c1.2-.4 1.1-5.4 0-8.7-1-3.3-2.9-6.2-2.9-6.2s2.3 5.4 2.8 7.5c.4 2.2 0 3.7-.4 3.6s-.4-1.3-1.3-3.4c-1-2-1.6-2.6-1.6-2.6s3.3 8.8 2.3 8.6c-.9-.2-5.3-9.9-5.5-10.2-.2-.2-.4.4-.4.4s4 12.2 7 11"
1050
+ })), _path251 || (_path251 = /* @__PURE__ */ React.createElement("path", {
1051
+ fill: "#4d2a15",
1052
+ d: "m337 221.3 2 4.2.6 4.4.2 3.7s0 7.4-.8 7.6c-1 .1-1.4-.7-1.4-.9a2729 2729 0 0 1-1.7-8.3l-1.7-8.5.6-.6.2-1.2 1.3-.1z"
1053
+ })), _path252 || (_path252 = /* @__PURE__ */ React.createElement("path", {
1054
+ fill: "#8b441f",
1055
+ d: "M331.6 247c.8 0 0-2 0-2s-.6 1-1.2.3c-.5-.7-1.3-3.1-1.3-3.1l-.5-1.5s-.6 1.6-1.3 1.6-4.6-6.4-4.6-6.4l-.4.6s5.4 11.1 9.3 10.6z"
1056
+ })), _path253 || (_path253 = /* @__PURE__ */ React.createElement("path", {
1057
+ fill: "#202020",
1058
+ d: "M329.1 242.2s.7-1.6.4-3c-.3-1.5-2.2-5.1-2.2-5.1s-.6.1-1.4-.2a9.6 9.6 0 0 1-2.2-1.2 38.3 38.3 0 0 0 5.4 9.5m3.1-2.3s-.5-3.4-2-6.6c-1.6-3.1-2.6-4.1-2.6-4.1v3.5s1.5.5 2.6 2.4c1 2 2 4.8 2 4.8m4.3-5.8s-.3-3.7-.8-5.8l-1.2-5s0-.2.3-.4h.6c.8.3 1.1 2.2 1.1 2.2l-.1-3.1-.3-.5h-1.4s.3 1-.1 1.3c-.3.3-.6-.2-.7-.3l-.2.4.4 2-.1 1.7s.5 2.2 1.2 3.5c.6 1.4 1.3 4 1.3 4m3.3-.5s.6-5.3-.6-8.7-2.2-4.2-2.2-4.2l-.6.6s1.8 3 2.4 5.6zm-5.4 2.7s-.6-4.1-1.3-6.8a83 83 0 0 1-1-3.6l-1.1-1s.7 2.7.6 3.6l-.1 1.4s.5 1.4 1.3 2.6a25.5 25.5 0 0 1 1.6 3.8"
1059
+ })), _path254 || (_path254 = /* @__PURE__ */ React.createElement("path", {
1060
+ fill: "#904720",
1061
+ d: "M337.2 242.9c1 0 .1-6-.3-7.5-.4-1.6-3-8.8-3-8.8s3 10.3 2.8 10.8c-.3.8-1.5-3.1-1.7-3-.2 0 2.2 6.9 1.3 7-.8 0-1.3-1.5-1.3-1.5l.1 1.5s.6 1.4 2.1 1.5"
1062
+ })), _path255 || (_path255 = /* @__PURE__ */ React.createElement("path", {
1063
+ fill: "#904720",
1064
+ d: "M338.5 239.9c.7 0-.2-5.7-.7-8.2l-2-7.5s1.5 3.5 2.3 7.5 1.4 9 .6 9.2c-.8 0-1.2-.8-1.2-.8v-.9s.3.7 1 .7"
1065
+ })), _path256 || (_path256 = /* @__PURE__ */ React.createElement("path", {
1066
+ fill: "#312317",
1067
+ d: "M328.8 246.5c0 .4 0 2.4-1 2.2-1-.1-2.9-1.9-3.3-3 0 0 2.2 2.5 3 2.4.8 0 .8-2.5.6-3.2 0-.6.6 1.6.6 1.6z"
1068
+ })), _path257 || (_path257 = /* @__PURE__ */ React.createElement("path", {
1069
+ fill: "#d2a567",
1070
+ d: "M334.1 219.5s1.4.9 2.4.3a4 4 0 0 0 1.8-3c0-.8 0-1.5-.7-2.4s1 .7 1 2.3 0 4.3-2.5 5c-2.5.5-1.4-.2-1.4-.2z"
1071
+ })), _path258 || (_path258 = /* @__PURE__ */ React.createElement("path", {
1072
+ fill: "#8f4620",
1073
+ d: "M332.1 214.7s1.6 2.6 2.2 5c.7 2.3.5 3.2.2 3.3-.4 0-.6-.3-.7-.9 0-.6-1.7-7.4-1.7-7.4"
1074
+ })), _path259 || (_path259 = /* @__PURE__ */ React.createElement("path", {
1075
+ fill: "#1e2121",
1076
+ d: "m304.1 218 10.6 15.3 13.2-15-8.3-8.6z"
1077
+ })), _path260 || (_path260 = /* @__PURE__ */ React.createElement("path", {
1078
+ fill: "#4d2a15",
1079
+ d: "m317.5 208.5-.6 2.4 1.3 4.1 2.2 2.3 2.5 1.7.6-2 .6-2.2.7-.2 1.6.6 1-1.5 1.8-3.1-.4-1.2-.4-.9-2.7-4.6-.9 1.7-.8.5-1.6-.8-1.8 2.4-2.3-1z"
1080
+ })), _path261 || (_path261 = /* @__PURE__ */ React.createElement("path", {
1081
+ fill: "#5c3818",
1082
+ d: "M323 219s.4-.3.6-1.6c.2-1.2.2-4.9-.1-6.4s-1.3-4.4-1.5-4.2c-.2.3 1.5 3.3 1.3 7-.3 3.6-.2 4.6-1 5-.7.3.6.2.6.2z"
1083
+ })), _path262 || (_path262 = /* @__PURE__ */ React.createElement("path", {
1084
+ fill: "#5c3818",
1085
+ d: "M323.6 212.8s1.7 2.5 2.5 1.6c.9-.9.5-4 0-5.3l-1.2-3 .5-.6.9 3.4c.3 1.4 1.3 5.2.1 6-1.1.6-2.8-1.5-2.8-1.5z"
1086
+ })), _path263 || (_path263 = /* @__PURE__ */ React.createElement("path", {
1087
+ fill: "#8f4620",
1088
+ d: "M317.9 214.6s.6-1 1.4-1 1 .3 1 .3l.6 2 1.2 2.2 1 1-.5.6-.9.2-2.5-1.4-.7-1-.6-3z"
1089
+ })), _path264 || (_path264 = /* @__PURE__ */ React.createElement("path", {
1090
+ fill: "#d2a567",
1091
+ d: "M322 236.3c-.8.5-2.7-.5-3.7-1.4l-6.8-6.7-.8-3.2 2.2.6 3.9-1.7.7-1.3 4.6-2.4 2.6-1.4 5.5-.1 1.4-2.7s1.8 3.2 2.1 4.5c.4 1.4.3 5.4-.2 5.7s-2.3-1.2-2.6-1.3c-.2-.1 1.4 5.7 0 6-1.3.2-3.6-2.2-3.6-2.2s1 5.2-.2 5.2a10 10 0 0 1-5-2.6s1.3 4.3 0 5z"
1092
+ })), _path265 || (_path265 = /* @__PURE__ */ React.createElement("path", {
1093
+ fill: "#8f4620",
1094
+ d: "m321 229.6 1.1 1.7c.3.4 0 2.9-.2 3.4-.3.9-1.6-1.2-2.3-3l-2.2-3.8c0-.4 3.5 1.7 3.5 1.7zm10.8-12.9s2 8.1 1 8.4-3.6-2.6-4-3l-4-6.4-.8-.8.2-.4 1.7.6z"
1095
+ })), _path266 || (_path266 = /* @__PURE__ */ React.createElement("path", {
1096
+ fill: "#8f4620",
1097
+ d: "M317.9 232.3c-.4.3-1.3-1-1.7-1.4l-3-3.3a11.5 11.5 0 0 1-2.2-2.5c0-.3-.8-1.1-.8-1.1l.7-1h.9s5.4 4.2 5.7 5c.4.6.6 4.1.4 4.3m8 0c-.2.3-3.7-2.3-5.2-4.4-1.5-2.2-3-4-3.5-5l-.6-1.9 1 .2s8.8 10.8 8.4 11.2zm1.3-3.7c-.2.3-1.7-.9-2.7-2.1-1-1.3-.4-2.9-.4-2.9s3.3 4.8 3.1 5m2-.5c-.5.3-2.5-2.2-4.2-5-1.3-2-1.6-2.3-1.8-2.5-.5-.3-1.4-.4-1.4-.4l-.2-.3 1-.2.6-.8 1-1.3 4.3 8.5s1 1.9.7 2"
1098
+ })), _path267 || (_path267 = /* @__PURE__ */ React.createElement("path", {
1099
+ fill: "#ab6d29",
1100
+ d: "M318.3 234.9c0 .3 0 .6-1.2.5a21 21 0 0 1-9.9-7.8l-3-5 1.1-1.4 9.6 11z"
1101
+ })), _path268 || (_path268 = /* @__PURE__ */ React.createElement("path", {
1102
+ fill: "#8f4620",
1103
+ d: "M318.3 234.9c0 .5-.5.6-1.1.5-.6-.2-3-1-6.9-5.3a33.3 33.3 0 0 1-5.3-7.4l-.2-1.8 1.2-.5 6.5 10z"
1104
+ })), _path269 || (_path269 = /* @__PURE__ */ React.createElement("path", {
1105
+ fill: "#4d2a15",
1106
+ d: "M324.6 230.6s-2-1.5-3.2-3a24 24 0 0 1-3.8-5.7c.1-.7 1.2-.7 1.2-.7v-1.8l.2-.6 1.9.8 2.3 2.9.9 1.1s1.5 3.7 1.2 4-2.4-2-2.7-1.7 2.4 4.4 2 4.7m-3.7-1s.7 1 .4 1.7-.5 1-1.5-.4a16 16 0 0 0-2.3-3c0 .1.1 2.3-.3 2.3-.5 0-2-1.9-3-3.3l-2.5-3.9v-2l-.1-2.5.3.9.4.7 3.6 4.2 1-.7 2.1 4zm-13.5-6.1s2.8 4.8 5.3 7.5a17.4 17.4 0 0 0 5.6 3.9l-8.4-9.9zm21.2 2.8a12 12 0 0 1-3-3.4c-1-1.6-1.9-4-1.8-5 0-1 .4-3.4.4-3.4s2.8 3 3.4 4.3c.5 1.4 1.7 3.3 1.4 3.5-.2.2-2.1-1.3-2.4-1-.2.4 2.3 4.8 2 5m3.2-3c-.3.1-1.8-1.6-2.1-2.6a14.8 14.8 0 0 1-.6-3.2l-1.2-3v-3.3l1.4-.2 1.9 2.7s.7 1.5.7 3.7c0 2.3.3 5.6 0 5.8zm-22.5 8a42 42 0 0 1-4-6l-1-2.9.5.4s.8 3.2 4.7 7.1c4 4 4.9 4.2 4.9 4.2s.7 2.2.4 3c0 0-2.9-2.6-5.5-5.7z"
1107
+ })), _path270 || (_path270 = /* @__PURE__ */ React.createElement("path", {
1108
+ fill: "#202020",
1109
+ d: "M313.6 235.9s-3.4-3-6-6.4a46.6 46.6 0 0 1-4.4-6.6l1.2-1a46.3 46.3 0 0 0 9.2 14m4.7-1-6-6.1c-2-2.2-3-4.4-3-4.4l1.6.6s.7 1.7 2 3.5zm-.8-7s-2.1-2.6-3.1-4.2l-2-3.8s2.8 3.3 3.6 3.5c.9.2.9 0 .9 0s-.4 1.2-.1 2.2zm.9-10.6s.3 1.9.1 3c-.2 1-.8 1-.8 1a15.7 15.7 0 0 0 4 4l-1.8-2.7c-.5-1-1.3-2-1-2.8.4-1 2.1.6 2.6 1l2.6 2.8s-.8-2.5-1.8-3.4a54 54 0 0 0-4-2.9z"
1110
+ })), _path271 || (_path271 = /* @__PURE__ */ React.createElement("path", {
1111
+ fill: "#202020",
1112
+ d: "m327 222.8-1.7-4.2-1.6-5.2v2.8c-.1 1.2-.5 3-1 3.3-.6.2-.7.3-1.7 0-1-.2.7.5.7.5s1 0 1.4-.5.5-1.5 1-1.4c.4.2 1 1.7 1.3 2.4z"
1113
+ })), _path272 || (_path272 = /* @__PURE__ */ React.createElement("path", {
1114
+ fill: "#202020",
1115
+ d: "M323.7 213.4s2 2.3 3 1.3c.8-1 .3-4 .3-4s1.2.5 1.6.2c.4-.4.2-1.5.2-1.5s2.3 3.2 3.3 5.3c1.1 2 1.6 5.8 1.6 5.8s-1.8-3-2.7-5.8c-.9-2.6-2.1-3.8-2.3-3.5a5.3 5.3 0 0 0-.3 3c.2 1 1 2.1 1.5 3.5l1.1 3.4-1.6-2.5c-.7-.8-1.3-1.2-1.7-1.6s-1-1.2-1.7-1.4c-.6-.3-1.8-.9-1.8-.4s-.3-1-.3-1z"
1116
+ })), _path273 || (_path273 = /* @__PURE__ */ React.createElement("path", {
1117
+ fill: "#171717",
1118
+ d: "M316.8 223.3a27 27 0 0 0 4.2 6.3s-2-1.8-2.8-3a15.5 15.5 0 0 1-1.4-3.3"
1119
+ })), _path274 || (_path274 = /* @__PURE__ */ React.createElement("path", {
1120
+ fill: "#8f4620",
1121
+ d: "M330.2 223.9c-.3 0-1.3-.3-1.4 0 0 .4.6 1.8 1.3 2.5s1 .7 1.1.6c.2 0 0-.7-.2-1.4v-1.7c-.1-.3-.8 0-.8 0"
1122
+ })), _path275 || (_path275 = /* @__PURE__ */ React.createElement("path", {
1123
+ fill: "#d2a567",
1124
+ d: "m306 209.4-1.3.7-1.4 3 .4 5.3 2.1 3c.8 1.2 3.5 4.2 4.2 4s1.4-2.3 1.5-3.4l.2-3.2 1.8 2.3c1.1 1.3 2 2.4 2.6 2.3.5 0 2-3.2 2-3.6.1-.4-3.8-10-3.8-10l-1.8-1-6.6.6z"
1125
+ })), _path276 || (_path276 = /* @__PURE__ */ React.createElement("path", {
1126
+ fill: "#ab6d29",
1127
+ d: "m314.8 217.4 1 3.7c.5 1.2 0 2.3.3 2.3.2 0 2.3-2.7 2.3-4 0-1.2 0-2.5-.5-6.3s.2-5 .2-5l-1.2-1-2 4.2zm-7-2.2.7 5c.3 1.2 1 3.3 1.4 3.2.4 0 1.6-3.3 1.7-4.4 0 0-.9-1.6-.8-5.5 0-4-.4-4.4-.4-4.4z"
1128
+ })), _path277 || (_path277 = /* @__PURE__ */ React.createElement("path", {
1129
+ fill: "#45392d",
1130
+ d: "M302.5 207.5s-3.1 4.6-3 7c0 2.5.4 2 1.1 4.2.7 2.3 1.1 5.6 1.2 5.9 0 .2.5-.2.5-.5z"
1131
+ })), _path278 || (_path278 = /* @__PURE__ */ React.createElement("path", {
1132
+ fill: "#ab6d29",
1133
+ d: "M302.5 208s-2.7 4.3-2.5 6.6.5 2.3 1.3 4.4c.8 2 .8 5.4.8 5.4s1-.2 1.9-.9c1-.7 1.8-2.1 1.8-2.1l-1-2.1a8 8 0 0 1-.6-2l-.8-1 .2-4.1.7-3v-1l-1.8-.1z"
1134
+ })), _path279 || (_path279 = /* @__PURE__ */ React.createElement("path", {
1135
+ fill: "#dbad6c",
1136
+ d: "M317.2 215.3s-1.3-.3-1.9-.6-.8-1.1-.8-1.1l.4-.8z"
1137
+ })), _path280 || (_path280 = /* @__PURE__ */ React.createElement("path", {
1138
+ fill: "#d2a567",
1139
+ d: "M303 208.5s-2 4.3-1.7 7.2 1.9 6.6 2 6.7c.2 0 0-.3.1-1v-8.7l.9-2.8v-1.5z"
1140
+ })), _path281 || (_path281 = /* @__PURE__ */ React.createElement("path", {
1141
+ fill: "#8f4620",
1142
+ d: "M307.8 209.5s.3 1.2.1 1.8c-.2.5-1.2 1.2-1.6 2-.5.8-1 2.8-1 2.8s.4-1.1 1-1.8c.7-.7 1-1.2 1-.8.2.4.4 2 .3 2.3s-.7.8-1 2c-.4 1.3 0 2.4 0 2.4l.5-2.2c.2-.6.7-1 .7-1l1 2.4s0-1.1.3-2c.1-.8 1-2 1.3-2s.8-.1-.3-.7c-.4-.2-.1-4.2.1-4.4.3-.2 1.9-.2 1.7-.8a11 11 0 0 0-1.6-2.2c-.1-.1-2.5 2.2-2.5 2.2"
1143
+ })), _path282 || (_path282 = /* @__PURE__ */ React.createElement("path", {
1144
+ fill: "#dbad6c",
1145
+ d: "m317 218.1-1.5-.3c-.5 0-.6-.6-.6-.6l.2-.6 1.2.7z"
1146
+ })), _path283 || (_path283 = /* @__PURE__ */ React.createElement("path", {
1147
+ fill: "#8f4620",
1148
+ d: "M304.4 218.6c0 .4-.3.9-.5 1.5-.3.7-.4 1.6-.4 1.6l-.4-3.3-.3-2.4c-.2 0-.7.7-.7.7s0-1.6.3-2.3.5-1.8.3-2c-.3-.1-.8.3-1 .7a31 31 0 0 0-.8 1.3s.3-1.3.6-1.9c.3-.5 1.8-2.2 2-2.8.4-.7.4-1.4.4-1.4h1s1 .8 1 1.5c0 .4-1 .9-1 1 0 0-.8-.1-1 3.2-.2 3.4.6 3.2.5 4.6m9.4-8.7s.2 1.8 0 2.4-.7 1-1.1 1.8c-.4.7-.4 2.4-.4 2.4l.5-1.4.7-1c.1 0 .6.7.8 1.7l.8 2.5s-.2-1.2.1-1.2.5-.1.9.2l.9.8s0-.5-.7-1.1c-.6-.7-1-.6-1.1-1.5-.2-1-.3-1.8-.2-2.2 0-.3.5.3.9.7l1.5 1.4-.7-1v-3c0-1 0-1.9.4-2.1.3-.3.4-1.6.2-1.8-.1-.2-3.5 2.4-3.5 2.4"
1149
+ })), _path284 || (_path284 = /* @__PURE__ */ React.createElement("path", {
1150
+ fill: "#1e2121",
1151
+ d: "M324.6 206.1a23.7 23.7 0 0 0 1.5 7.1s-1-2-1.6-3.6-.9-3.5-1.3-3.6c-.4-.2-1 .8-1 1.5s.5 3.3 1.1 4.2c.6 1-1-1.2-1.3-2.3l-.7-2.2s-.4 1-.3 2c.2 1.1 1.1 2.7 1.1 2.7l-1-1-.6-.7s0 1.5.4 2.1l1.2 1.7-1.3-1-.4-.8s.2 2.1.6 3.3l1.5 3s-1.2-1-2-2.9c-.8-1.8-1.2-7.3-1-8.1l1.1-1.9c.6-.8 1.3-4.7 1.3-4.7s.9 3.6 1.5 4.3 1.2 1 1.2 1zm-8.6-1 .8 1.3.6 1s-1 1.1-2.3 2c-1.2 1-2.8 2-3.1 1.5-.4-.5-.4-1-.4-1s1.4-.8 2.4-1.8a6.6 6.6 0 0 0 1.6-2.2c.2-.6.5-.9.5-.9zm-10.9 3.5s.2 2.2 1.2 2.2c.9 0 3.7-2.9 3.9-3s.4-.8.4-1l-.2-.8s-3 3-4 3.2c-.9 0-1.3-.6-1.3-.6m.1-3-.3 2c0 .5.2.9.2.9s-2.2.7-2.5 0c-.4-.6-.1-1.6-.1-1.6h1.5c.6-.2 1.2-1.3 1.2-1.3m20.3-3.1 1.5 3.2 1.4 2.8s-1.4-1.7-1.9-2l-1.2-1 .2-1.1z"
1152
+ })), _path285 || (_path285 = /* @__PURE__ */ React.createElement("path", {
1153
+ fill: "#dbad6c",
1154
+ d: "M302.1 207h1.3c.5 0 .8-.2.8-.2l.9-1.2s-.5 1.4-.2 2.5c.3 1 1 1.1 1.2 1.1a4 4 0 0 0 2.2-1.1c.9-1 2.1-1.9 2.1-1.9s-.3 1.3.2 2.7c.5 1.3 1.2 1.3 2.2.4 1-.8 2-2.2 2.6-2.8l.7-1 1.1-1 1-5.4-.5-.7-1.4.7-1.7-.7-.5-.7-1 1.7-1 .6-.5.1-1.2.3-.5-1.1-.3-.8-.6-.3-2.4 2.5-1.4-.1-1.3 2.2-1 1.3-1 2.4z"
1155
+ })), _path286 || (_path286 = /* @__PURE__ */ React.createElement("path", {
1156
+ fill: "#8f4620",
1157
+ d: "M313.9 201.5s.2 1.3-.5 3.6-1.6 3.9-1.6 3.9 2.4-1.5 3.6-4.2c1.1-2.6.9-5.7.9-5.7zm3-2.5s.2.4 0 2.4l-.8 4 .6 1.2c.4.7 1.2 1.8 1.7 1.6.6-.2 1.6-.9 2.2-2.2.6-1.4 1.1-2.7 1.4-2.9.2-.2.3.1.4.2 0 .1.3 1.3.9 1.8.5.5 1.3 1.3 1.6 1 .4-.2.8-.9.7-1.2l-1.3-4-1.6-4-1-1.6-2.8.3z"
1158
+ })), _path287 || (_path287 = /* @__PURE__ */ React.createElement("path", {
1159
+ fill: "#ab6d29",
1160
+ d: "M321.7 195.3s.8 1.7.9 3.6c0 1.8-.4 3.8-.4 3.8s.2-2.3 0-3.7c-.3-1.4-.7-2.3-.7-2.7z"
1161
+ })), _path288 || (_path288 = /* @__PURE__ */ React.createElement("path", {
1162
+ fill: "#4d2a15",
1163
+ d: "M325.6 202.6v2.3c-.2.8-1.3-.5-2-3-.6-2.5-.5-3-1-4.3l-.9-2.2 1.5-.3zm-7 4.6s2.8-1.5 3.1-6.2c.2-2.1-1.2-5.7-1.2-5.7s0 3.8-1 6.2a61 61 0 0 1-1.9 4s.7-.2 1-.6l.8-1.1s.1.7-.1 1.6l-.6 1.8zm-2.3-8.1s-.1 1-1.3 2c-1 .9-3.1 1.9-3.1 1.9s1.5-1.4 2-2.6c.6-1.2.1-2 .1-2s-.2.6-.8 1.1-1.6.6-1.6.6 0-.6.7-1.3c0-.1 0-.4.2-.7.3-1 1.1-2.3 1.1-2.3s.7 1.4 1.3 2z"
1164
+ })), _path289 || (_path289 = /* @__PURE__ */ React.createElement("path", {
1165
+ fill: "#1e2121",
1166
+ d: "M324.7 193.6a17.6 17.6 0 0 0 .9 9s-1.4-2.2-1.7-3c-.4-1-.4-2.3-.7-3a3.2 3.2 0 0 0-1-1c-.3-.2-1-.1-1-.1s.8-.4.8-1.1v-1l1.4.3h1.3zm-6 9.8s1.4-2 1.8-4.6 0-3.5 0-3.5-.6 0-1.1-.5-1.3-1.8-1.3-1.8.2 1.4 0 3c-.4 1.6-1.8 3-1.8 3s.8.4 1.4 0c1.5-.9 1.4-2.5 1.4-2.5s.3.2.3 2.2-.7 4.7-.7 4.7"
1167
+ })), _path290 || (_path290 = /* @__PURE__ */ React.createElement("path", {
1168
+ fill: "#8f4620",
1169
+ d: "M301.2 206.9c-.3 0 1-2 1.8-3.4l2.1-3.4s.3.3.8.3a3.6 3.6 0 0 0 2.4-1.7 7 7 0 0 0 1-2.5c0-.3-.1 1.8 1 3 1 1.1.9 1 1.3 1 0 0 0 1.4-.4 2.7l-.8 3.3s.2-2.5-.3-3.2c-.4-.8-.6 0-1 1-.3.9-1.1 1.5-1.1 1.5s.6-1.1 1-2.3.2-1.2 0-1.2c0 0-.2-.1-.6.4-.5.5-.9.6-.9.6s.5-.4.7-1a6 6 0 0 1 1-1.8c.2-.3.4-.7.4-1 0-.2 0-.7-.2-.7s-.5.3-1.4 1.2l-1.3 1.3-.9 2.6a17 17 0 0 1-1 2.8l-.6.4.9-2.4 1-3.4c-.2-.3-.7-.3-.8 0l-2 2.8c-1 1.4-1 3.1-1.2 3.2l-1-.1z"
1170
+ })), _path291 || (_path291 = /* @__PURE__ */ React.createElement("path", {
1171
+ fill: "#874f20",
1172
+ d: "M325.7 192.1c0 .2 0 1.2-1 1.5a3.5 3.5 0 0 1-2.3-.2c-.2 0-.2-1.4-.2-1.4z"
1173
+ })), _path292 || (_path292 = /* @__PURE__ */ React.createElement("path", {
1174
+ fill: "#b27129",
1175
+ d: "M306 195.4s-.2.9-.8 2c-.5 1.2-1.4 2.2-1.3 2.4 0 .1.6.7 1.4.6.8 0 1.1-4.8 1.1-4.8l-.1-.2z"
1176
+ })), _path293 || (_path293 = /* @__PURE__ */ React.createElement("path", {
1177
+ fill: "#dbad6c",
1178
+ d: "M318.4 192.7s-.3 6.4-2.1 6.4-2.7-3.2-2.7-3.2-.1 4.3-2.4 4.3c-1 0-2.1-3.4-1.9-4 0 0-.4 2.3-1.5 3.2-2.2 1.7-3.5.9-3.6.6 0-.3 1.8-2 2-4.6 0 0 .4.1 1-.6s.7-1.6 1.3-1.5c.5.2 3-1 3-1l1.4-1.7s.2.5 1.2-.2a3.6 3.6 0 0 0 1.3-1.7l2.7 2.3z"
1179
+ })), _path294 || (_path294 = /* @__PURE__ */ React.createElement("path", {
1180
+ fill: "#b27129",
1181
+ d: "m311.4 186.6 2.7 3.8.6-.5c.4.5.6.9.4 1.2-.4 1-1.3 2.3-.5 3.7 0 0-.3-.8.1-1.8s.7-1.4 1-1.3c.2 0 .6 5.8 1 5.8.3 0 .9-2.7.9-4.5s.3-.3.5 0c.2.4 1.8 3 3.1 2.6 1.4-.4 1.2-2.8 1.2-3.3 0-.6-1-3.7-1-3.7l-6.1-3.9-.5 1.6c-.3 1-3.4.3-3.4.3"
1182
+ })), _path295 || (_path295 = /* @__PURE__ */ React.createElement("path", {
1183
+ fill: "#8f4620",
1184
+ d: "M320 186s.4.4 1 1.9.7 6.4-.1 6.4-2.3-1-2.6-1.6c-.3-.7 0-3.1-.4-3.8a8.1 8.1 0 0 1-1.2-2.7l.1-2 1.4-.5z"
1185
+ })), _path296 || (_path296 = /* @__PURE__ */ React.createElement("path", {
1186
+ fill: "#4d2a15",
1187
+ d: "m319.6 184.5 2.6 3.9 2.3 3.3 1.2.4a2.5 2.5 0 0 1-3.2.5c-.9-.5-.4-2-1.5-4.5-1.2-2.5-3.2-3.6-3.2-3.6l.7-.7z"
1188
+ })), _path297 || (_path297 = /* @__PURE__ */ React.createElement("path", {
1189
+ fill: "#1e2121",
1190
+ d: "M318.2 182.4s2.3 1.5 3.1 3.2c.9 1.7 1.3 2.7 2.3 4.3s2.1 2.1 2 2.2c0 .1-.7.3-1.2 0a4.7 4.7 0 0 1-1.4-1.6 35 35 0 0 0-2.4-4.2c-.5-.7-2.3-2-2.3-1.9s.5.5 1.5 2.1a7 7 0 0 1 1.2 3.1l-1.1-2c-1-1.5-2.8-3.3-2.9-3-.1.2 1 1.9 1.5 2.9l1.3 3.3-1.8-3c-1-1.5-1.2-1.3-1.6-1.8l-1.4-1.8s1 .3 1.8-.3c1-.6 1.4-1.5 1.4-1.5"
1191
+ })), _path298 || (_path298 = /* @__PURE__ */ React.createElement("path", {
1192
+ fill: "#8f4620",
1193
+ d: "M312.3 186.7s1.5.3 2.3.2h1.1s.5.6.5 1.4c0 .7-.5 2.1-.8 2.2-.2 0-.2-1.3-.5-1.8z"
1194
+ })), _path299 || (_path299 = /* @__PURE__ */ React.createElement("path", {
1195
+ fill: "#b27129",
1196
+ d: "M313.1 190.6s.5 1.6.1 3.9c-.4 2.2-1.7 4.6-2 4.6s-.2-2.6-.4-4v-.4l-.5 1.6.4-2.6-.1-.8 1.6-2z"
1197
+ })), _path300 || (_path300 = /* @__PURE__ */ React.createElement("path", {
1198
+ fill: "#8f4620",
1199
+ d: "M310.3 192.3c-.5.5-1.2.4-1.8.6s-.9 1-.9 1 .5-.3.7-.2c.3.1.5.1.1 1.2-.5 1.1-2.2 3-2.1 3 0 0 2-1.5 2.5-2.5.7-.9.6-1.4.8-1.8 0-.3.8-.7 1-.7.1 0 .5 0 .6.7l.6 2.6.8-2.6c.2-1 .2-2.9.2-2.9l-.6-.1c-.5-.1-1.5-1-1.5-1s.2 2-.5 2.7z"
1200
+ })), _path301 || (_path301 = /* @__PURE__ */ React.createElement("path", {
1201
+ fill: "#dbad6c",
1202
+ d: "M318.3 180.8s.6 1.5-.7 2.6c-.4.3-.7.5-1.4.6a4.5 4.5 0 0 1-1.7-.6l-4-1.6-2-.6-1-.3.2-1.1h3l3 1.2 1.3.5 1.1.2h.9l.7-.2.4-.3z"
1203
+ })), _path302 || (_path302 = /* @__PURE__ */ React.createElement("path", {
1204
+ fill: "#ab6d29",
1205
+ d: "M318.3 180.8c0 .3-.3 1.1-.6 1.3-.3 0-.8.3-2 0-1.1-.2-2.3-1-3.6-1.3-1.3-.4-2.3-.7-3.3-.7s-.5-.4-.5-.4 2.3-.3 4.3.5c2 .7 2.9 1.2 4 1.2 1.4 0 1.7-.6 1.7-.6"
1206
+ })), _path303 || (_path303 = /* @__PURE__ */ React.createElement("path", {
1207
+ fill: "#4d2a15",
1208
+ d: "M307.6 179.6h.9c.4 0 .7-.3.7-.3s0 .5-.2.7c-.3.2-1 .1-1.2.1z"
1209
+ })), _path304 || (_path304 = /* @__PURE__ */ React.createElement("path", {
1210
+ fill: "#dbad6c",
1211
+ d: "M315.3 184.4s1.3 1.3 1 2.4l-2.7-1.2-4.2-1.7-2.3-.7-.3-.4.6-.8.2-.8 2.8.4 3 1z"
1212
+ })), _path305 || (_path305 = /* @__PURE__ */ React.createElement("path", {
1213
+ fill: "#dbad6c",
1214
+ d: "M312.4 186.3s2.4 3.1 1.8 4.1l-5.6-3.5-2 3.3-4.7-2.3s3.8-3 4.2-3.5l.5-.7 2 .4 3.4 1z"
1215
+ })), _path306 || (_path306 = /* @__PURE__ */ React.createElement("path", {
1216
+ fill: "#ab6d29",
1217
+ d: "M311 181.6s2 .5 3.3 1.2c1.3.6 3 .8 3 .8s-.6.7-2 .8c-.4 0-1.4-.8-2-1.3-.7-.4-2.6-1-2.6-1z"
1218
+ })), _path307 || (_path307 = /* @__PURE__ */ React.createElement("path", {
1219
+ fill: "#4d2a15",
1220
+ d: "M307.6 180.6s1.4.3 2.2.7c1 .3 1 .2 1.2.1.3 0 .3-.2.3-.2s.2 1-.5 1-1-.3-1.8-.7c-1-.4-1.5 0-1.5 0v-1z"
1221
+ })), _path308 || (_path308 = /* @__PURE__ */ React.createElement("path", {
1222
+ fill: "#ab6d29",
1223
+ d: "M315.4 186s1 .7.9.9c-.2 0-.7.3-1.6.4a3.4 3.4 0 0 1-2-.4c-.6-.2-1-1.3-2.5-2a18 18 0 0 0-2.8-.9l-1.3-.2 1-.4 3.2.6 2.8.9 1.7.8.6.4zm-5.4 2 .6 2.6-.4 1.5-.8.6-.8-.3-.3-.5s.4-.6 0-1.1c-.3-.6-2-1.2-2-1.2s.7-1.3 1.4-1.6c.8-.3.4-1.2.4-1.2z"
1224
+ })), _path309 || (_path309 = /* @__PURE__ */ React.createElement("path", {
1225
+ fill: "#4d2a15",
1226
+ d: "M306.8 182.8s.5.4 1.5.5c.5 0 1.3.2 2.2.5l1-.3-.5.4c.9.2 2 .7 2.5.9a5.8 5.8 0 0 1 2 1.3l-2-1a17.4 17.4 0 0 0-3-.9c-2-.3-4-.2-4.3-.4-.4 0 .1-.1.4-.3.2-.2.2-.7.2-.7"
1227
+ })), _path310 || (_path310 = /* @__PURE__ */ React.createElement("path", {
1228
+ fill: "#ab6d29",
1229
+ d: "M314 189.8s.7.7 0 .9c-.6.2-2.4.2-3.2-.7l-.6-1.2a14 14 0 0 0-2.4-1.7c-.7-.5.3-.5.3-.5l3.6 1.5a13 13 0 0 1 2.3 1.7"
1230
+ })), _path311 || (_path311 = /* @__PURE__ */ React.createElement("path", {
1231
+ fill: "#4d2a15",
1232
+ d: "M314 189.9s-1.2-1.8-4.9-3.3l1.2-.2h-2a24 24 0 0 0-.8-.3c-2-.6-2-.6-2.2-.8-.1-.3-.4 0-.6.3l-.7 1a5 5 0 0 1 2.5-.1c1.1.3 1 .7 1 1-.1.5-1.4 2-1.3 2.1.2 0 1-1.5 2-1.3 1 .3 1.2.8 1.2.8s0-.6-.2-.8-1.3-1.3-1-1.3 1.6.3 3.3 1.2c1.8.9 2 1.1 2.6 1.7z"
1233
+ })), _path312 || (_path312 = /* @__PURE__ */ React.createElement("path", {
1234
+ fill: "#dbad6c",
1235
+ d: "M308.1 187s2.8.8 2.7 3.8-2.3 2.4-2.5 1.3c-.2-1 .3.5 1 .4.9-.2 1-1 1-2.2 0-1-.3-1.6-1-2.2a12 12 0 0 0-1.2-1z"
1236
+ })), _path313 || (_path313 = /* @__PURE__ */ React.createElement("path", {
1237
+ fill: "#6c3f18",
1238
+ d: "M296 179.9s.4.2-.4 2.3-1.3 2.8-2.5 4.2c-2.2 2.4-3.2 2.5-3 3.5.3 1 1.1.8 1.3.8s4.3-6 4.3-6l.9-3.5-.2-1-.3-.3z"
1239
+ })), _path314 || (_path314 = /* @__PURE__ */ React.createElement("path", {
1240
+ fill: "#dbad6c",
1241
+ d: "M306.1 175.6s1.2 1.8.8 5c-.3 3.4-4.7 6.3-4.7 6.3l-6.4 4.4-2.7-.2h-.8c-.4-.1-.8-.5-.9-.5l-.5-1.2.9-1 2.3-2.3 1.4-2s.7-1.3.8-2.5c0-1.1-.2-1.7-.2-1.7l.5.8.3 1.8-.2 2 1.6-1.2 2.2-1s.7 0 1-1.3c.5-1.2.9-3 .9-3.8l-.1-1.8h.3c.2 0 .7 1.2.7 1.7l.4 2.8 1-1 1-1.5c.2-.5.4-1.3.4-1.8"
1242
+ })), _path315 || (_path315 = /* @__PURE__ */ React.createElement("path", {
1243
+ fill: "#904720",
1244
+ d: "M306.8 192.2s.5.4.3 1.6-1.1 1.8-1.6 1.8V194l-1.4-1.2-1.5-.4.3-.3c.1-.2 1.7-.8 1.7-.8z"
1245
+ })), _path316 || (_path316 = /* @__PURE__ */ React.createElement("path", {
1246
+ fill: "#ab6d29",
1247
+ d: "M305.7 192.2s.5.4 1.2.3c.7-.2 1-1.3.6-1.8-.4-.4-.2 1-.7 1.3-.4.1-1-1.2-1.5-1.3-.7-.1-1.6.3-1.9.7-.2.4 1 0 1 0l.7.3h.5z"
1248
+ })), _path317 || (_path317 = /* @__PURE__ */ React.createElement("path", {
1249
+ fill: "#904720",
1250
+ d: "M296.5 187.6s.8.3 1.7.1l3.1-1 1.8-1.3c.7-.7 3.1-2.2 3.4-5.1.2-3-.4-4.7-.4-4.7s3.5 3.8.5 8.2c-2 2.8-3.8 3.7-3.8 3.7s3.4-1 3.7-.2-.1 2-.2 2.3c0 0 1.9.4 2.2 1.4.1.6-2.2-.7-4-.2-1.8.4-2.5 1.4-2.5 1.4s-.4-.5-2-.5c-1.5 0-2.2.7-3.1.7-1 0-3.7-.6-4.2-1.4l1.8-2.2c.8-1.6 2-1.2 2-1.2"
1251
+ })), _path318 || (_path318 = /* @__PURE__ */ React.createElement("path", {
1252
+ fill: "#ab6d29",
1253
+ d: "M303.8 179.7s1.3-1.3 1.8-2.3c.4-1 .5-1.8.5-1.8s.2 1-.6 2.3-1.7 2-1.7 2z"
1254
+ })), _path319 || (_path319 = /* @__PURE__ */ React.createElement("path", {
1255
+ fill: "#904720",
1256
+ d: "M303.4 176.7s1.1 4.4 0 6.1c-1.3 1.8-6.5 4.1-6.5 4.1s4-2.1 5.2-4.6 1.1-4.5 1.1-4.5z"
1257
+ })), _path320 || (_path320 = /* @__PURE__ */ React.createElement("path", {
1258
+ fill: "#1e2121",
1259
+ d: "M298.2 187.7s1.7 0 2.6-.6c1-.5 2.3-1.7 2.3-1.7s-1.2 1-1.6 1c-.3 0-.6-.5-.5-.9 0 0-.3.8-1 1.4-.8.5-1.8.8-1.8.8m3.9-5.4s1.4-1.4 1.4-4.4-1.2-2.5-1.2-2.5 1 .7.7 3c-.2 2.3-1 4-1 4zm1.7.3s1.6-.3 2.1-1.3.6-2.7.6-2.7-.2 1.7-.7 2.3c-.4.6-2 1.7-2 1.7m-1 9.5s.8-1.5 1.9-1.1c1 .4 1 1.2 1 1.2s-.4-.6-1.2-.7c-.7 0-1.6.6-1.6.6zm-2.9-2.7 3.7-1 3-1s-1.2 1.3-3 2.3c-1.6 1-3 1-3 1s3.2-1.4 3.4-2c0 0-3 .9-4 .7z"
1260
+ })), _path321 || (_path321 = /* @__PURE__ */ React.createElement("path", {
1261
+ fill: "#fff",
1262
+ d: "M296.2 185.8a2.6 2.7 67.8 0 1-3 4.4"
1263
+ })), _path322 || (_path322 = /* @__PURE__ */ React.createElement("path", {
1264
+ fill: "#f16e16",
1265
+ d: "M296.1 186.1a2.3 2.4 67.8 0 1-2.7 3.8"
1266
+ })), _path323 || (_path323 = /* @__PURE__ */ React.createElement("path", { d: "M295 187.4a1 1 0 1 1-.8 1.4" })), _path324 || (_path324 = /* @__PURE__ */ React.createElement("path", {
1267
+ fill: "#d5d3ca",
1268
+ d: "M295.2 188.6a.3.3 0 1 1-.6-.1.3.3 0 0 1 .3-.3.3.3 0 0 1 .3.4"
1269
+ })), _path325 || (_path325 = /* @__PURE__ */ React.createElement("path", {
1270
+ fill: "#ab6d29",
1271
+ d: "M296.8 184.2s1.6-1.5 1.9-3.5.1-3.2.1-3.2l.9 1 .3 1.4-.5 2.6 1.6-.8c.6-.8 1.5-4.2 1.2-6.3 0 0 .4 1-.2 3.8-.6 2.9-1 3.2-3.2 4.4a9.6 9.6 0 0 0-3.8 4.2 19 19 0 0 1-2.3 3l1.6-2.6c.8-1.8 1.7-2.8 1.7-2.8z"
1272
+ })), _path326 || (_path326 = /* @__PURE__ */ React.createElement("path", {
1273
+ fill: "#904720",
1274
+ d: "M296.1 185.4s.7-2 .7-3.1-.7-2.4-.7-2.4 1-.1 1 2.2c.1 2.4-.4 2.6-1 3.3"
1275
+ })), _path327 || (_path327 = /* @__PURE__ */ React.createElement("path", {
1276
+ fill: "#4d2a15",
1277
+ d: "M299.2 182.8s.7-1.7.7-3c0-1.1-1-2.3-1-2.3s1.1.3 1.2 2.4c.1 2.2-.2 2.2-1 3z"
1278
+ })), _path328 || (_path328 = /* @__PURE__ */ React.createElement("path", {
1279
+ fill: "#ab6d29",
1280
+ d: "M292.1 191s-.6-.8-.5-1.3c0-.6 0-.7 1.4-2.2a13 13 0 0 0 2.5-3c.3-.9 1.5-3 .6-4.6 0 0 .6 2.4-.8 4.3a15.7 15.7 0 0 1-3.3 3.7c-1.1.8-1.3 1.2-1.2 1.7 0 .5.1 1 .3 1 .4.3 1 .3 1 .3z"
1281
+ })), _path329 || (_path329 = /* @__PURE__ */ React.createElement("path", {
1282
+ fill: "#6c4119",
1283
+ d: "M305.5 195.6s.3 0 .5-.3.2-1-.3-1.6a3.3 3.3 0 0 0-1.7-1.1l-2-.4s.4.8 1.3 1.3c.4.2 1.2 0 1.6.4.5.4.6 1.7.6 1.7"
1284
+ })), _path330 || (_path330 = /* @__PURE__ */ React.createElement("path", {
1285
+ fill: "#6c4119",
1286
+ d: "M305.5 195.6s1.5-.5 1.6-2l-.1-1.2s.2.5.8.7l.6-.2s-1 2.8-3 2.7z"
1287
+ })), _path331 || (_path331 = /* @__PURE__ */ React.createElement("path", {
1288
+ fill: "#bf802d",
1289
+ d: "m294.8 195.3.8.8.9 1 3.7-1 1.2-1.2-1-1.6h-2.7l-3 2z"
1290
+ })), _path332 || (_path332 = /* @__PURE__ */ React.createElement("path", {
1291
+ fill: "#f9c83a",
1292
+ stroke: "#8f4620",
1293
+ strokeWidth: .4,
1294
+ d: "m303.8 194-.7-.9-.7-.6c-.6-.3-2.8-.3-2.8-.3l-1.6.3s-.5.5-1.3.3a22 22 0 0 1-2.6-1l-1.9-.7s-1.3-.6-1.6-.5-1.5 1.3-1.5 1.3-.2.7.3.7c.4 0-.7.2-.7.2s-2.8 1.6-3.2 4.4c-.5 2.7 4.6 6.8 6.5 4.7 0 0-2.8-2-2.2-3.7.5-1.7 1.8-2.8 4-3 2.1 0 2.3-.3 3.2-1 1-.6 2.7-1 4 .3 1.3 1.4-5 2.7-5 2.7l.7 1s7.7-2.7 7-4.1z"
1295
+ })), _path333 || (_path333 = /* @__PURE__ */ React.createElement("path", {
1296
+ fill: "#fcf3d8",
1297
+ d: "M289.4 200.7s-3.1-.8-2.9-3.7c.3-2.8 3-3.9 3.4-4 .4-.2.3-1.6.8-1.8a2.4 2.4 0 0 1 2 .5l1.4.8s-5.5 2.4-5.5 5.6c0 2.1.8 2.5.8 2.5z"
1298
+ })), _path334 || (_path334 = /* @__PURE__ */ React.createElement("path", {
1299
+ fill: "#fdeaaf",
1300
+ d: "M303.8 193.8s-.4.2-.5 0c-.6-1-2-1.4-3-1.3-1.5 0-2.4.5-3.4.5s-.7-.1-1.8-.2c-1.1 0-3.5-1.8-4-1.6-.6.2-.8.8-.8 1.1.1.4-1 .4-1 .1-.2-.2.7-1.7 1.7-1.7 2.6 0 4.6 1.7 5.8 1.7 1.3 0 1.7-.7 3.4-.7s3.5.8 3.6 2z"
1301
+ })), _path335 || (_path335 = /* @__PURE__ */ React.createElement("path", {
1302
+ fill: "#513625",
1303
+ d: "M295.2 195.8s1.3-.2 2.2-.6l2.2-.8-2 1.2-2 .5z"
1304
+ })), _path336 || (_path336 = /* @__PURE__ */ React.createElement("path", {
1305
+ fill: "#f9c83a",
1306
+ d: "M290.8 202.3c-.2 0-1.3 0-3-1.1-1.8-1.2-2.3-3.2-2.3-3.2s-.4-1.9 1.4-3.8 2.1-1.3 2.2-1.2c.1 0 0 .1 0 .1l-1.7 1.3-.7 1.3-.7 1.2v1.4l.8 1.5 2.5 1.5z"
1307
+ })), _path337 || (_path337 = /* @__PURE__ */ React.createElement("path", {
1308
+ fill: "#8b5122",
1309
+ d: "M289.8 191.4v-.2.3-.3.3-.3l-.3.2h.2v-.2l-.2.2.2-.2h-.2a.3.3 0 0 0 0 .2l.2-.2h-.2.2-.2.2-.2.2l-.2-.1.2.1-.2-.1-.1.1a5 5 0 0 0-.4.5l-.2.6v.1c0 .3.2.5.4.6h1.4a.3.3 0 0 0 .1-.4.3.3 0 0 0-.3-.2l-.7.1a.8.8 0 0 1-.3 0v-.2a.5.5 0 0 1 0-.2 3 3 0 0 1 .3-.5l.2-.1zl.1-.2a.3.3 0 0 0-.3-.2.3.3 0 0 0-.2.3.3.3 0 0 0 .3.2z"
1310
+ })), _path338 || (_path338 = /* @__PURE__ */ React.createElement("path", {
1311
+ fill: "#f9c83a",
1312
+ d: "m295.1 194.1-3.8 1.1c-.3.2 1.2 0 2.4 0l1.3.1.9-.2c1.4-.5 4.4-1.6 4.7-.3.2 1-4.1 2-4.1 2v.5l3.4-.9 1.9-1 .5-.9-1.7-1.2H298l-1.2.3z"
1313
+ })), _path339 || (_path339 = /* @__PURE__ */ React.createElement("path", {
1314
+ fill: "#8f4620",
1315
+ d: "M289.7 199.5c.3.8.9 2 1.6 2.3 0 0 .1 0 0 0 0 .1-.5.5-1.7.1-1.2-.3-3-.7-4.1-4v.7l.7 1.3 1.1 1.2 1.9 1.1 1.2.3 1-.2.6-.4-1.1-1-1.4-2.3z"
1316
+ })), _path340 || (_path340 = /* @__PURE__ */ React.createElement("path", {
1317
+ fill: "#fcca3d",
1318
+ d: "M302.1 232.6v1.2h-.7v-1.5zm-4.7-34.4-1.2-1.4-.8.1 1.2 1.8z"
1319
+ })), _path341 || (_path341 = /* @__PURE__ */ React.createElement("path", {
1320
+ fill: "#816c2a",
1321
+ d: "m302 235.5-1.7-1a10 10 0 0 0-2.4-.6v.3h.2l2.1.6a14 14 0 0 1 1.7 1zm0-3.1h-3a4 4 0 0 0-1.3.7l.1.2a3.8 3.8 0 0 1 2.6-.7 23 23 0 0 1 1.4.1v-.3zm-.4-2.7-2.6 1.4-1.6 1.2.2.2.5-.4a16.5 16.5 0 0 1 2.6-1.6l1-.5zm-1.7-2.7s0 .7-.3 1.2a9 9 0 0 1-.6.8 86 86 0 0 1-2.5 2.6l.2.3a220 220 0 0 0 2.5-2.7l.7-.8c.3-.6.3-1.3.3-1.4zm-2.1-1.2a4.2 4.2 0 0 1-.2 2.2l-1 2.2-.4.9-.2.3.2.2s1.3-2.2 1.7-3.5c.2-.5.2-1 .2-1.5a4 4 0 0 0 0-.9zm-2.1-.3a9 9 0 0 0 0 1.2c0 .6 0 1.2-.2 1.7l-.7 1.8-.3 1 .3.1 1-2.8c.2-.5.2-1.2.2-1.8v-1.2zm-1.6 0v1.2l-.3 2a52 52 0 0 0-.5 2.5h.3l.2-.8.3-1.7c.3-1 .3-3.2.3-3.2zm-1.8.3a13 13 0 0 0 0 2.9 14 14 0 0 0-.4 2.5h.3a23 23 0 0 1 .4-2.4l.1-1.4v-1.6zm-1.3.2v.2a9 9 0 0 1-.3 2.2l-.6 1.9-.2 1h.3l.8-2.9a9 9 0 0 0 .3-2.2v-.2zm-1.6 0v.7c0 .6 0 1.4-.4 2a5.5 5.5 0 0 1-1.3 1.6 10 10 0 0 1-.7.4l-.2.2.1.3s1.7-1 2.4-2.3c.4-.7.5-1.6.5-2.2v-.7zm-.9-.3v.2a6.7 6.7 0 0 1-1 1.9c-.3.4-.9.8-1.3 1.1a12 12 0 0 1-.8.5l.2.3s1.4-.8 2.1-1.7a8 8 0 0 0 1.1-2.2h-.3zm-1.5-.7v.1a6.2 6.2 0 0 1-1 1.3c-.1.2-.5.4-.9.6l-.6.4.1.3.7-.4 1-.7.7-.9.3-.6zm-.7-1-.3.3-.9 1a7 7 0 0 1-.5.4l-.4.3.1.3.7-.4c.7-.6 1.5-1.7 1.5-1.7zm-.4-.6-.2.2-.9.6a2 2 0 0 1-.8.3v.4l.6-.3c.7-.3 1.5-1 1.5-1zm-.2-.7-.8.4-.6.3a2 2 0 0 1-.4.2v.3c.2 0 .3 0 .5-.2l1.4-.7zm-.4-1.3-.5.5-.9.3v.3a2 2 0 0 0 1.2-.5 4 4 0 0 0 .5-.4zm.1-2.2-.6.5c-.3.3-.6.6-.7 1a1 1 0 0 1-.1 0v.5l.2-.2a.8.8 0 0 0 .2-.2c0-.2.4-.6.7-.9a8 8 0 0 1 .5-.5zm10.7-12.8h1.6l.1-.2v-.1h-.1v.3-.1h-.2.1-.1v-.2l.1.1v-.1.1-.1h-1.5zm0-1h.2c.2 0 .4 0 .6-.2.4-.1.7-.4 1-.6l.5-.3a.8.8 0 0 1 .3 0v-.4l-.6.2-1 .7-.8.3zm0-1.5.7-.2 1.2-.8c.4-.3.7-.4 1-.4v-.3c-.3 0-.5 0-.8.2l-1.2.7a3 3 0 0 1-1 .5v.3zm-.6-1.4 1.5-1 1.6-1.2-.1-.3-1.7 1.2c-.5.5-1.1.9-1.5 1l.2.4zm-1-1.5 3.2-2.3-.2-.3-3.2 2.3zm-1.5-1.6a20.7 20.7 0 0 1 3.4-2.3l-.2-.2-1.5 1-1.9 1.3zm-1-1a124 124 0 0 1 2.6-1.8l.8-.5-.1-.3a8 8 0 0 0-.8.5 113 113 0 0 0-2.7 2z"
1322
+ })), _path342 || (_path342 = /* @__PURE__ */ React.createElement("path", {
1323
+ fill: "#78732e",
1324
+ d: "m294.5 195.4.1.1a17.3 17.3 0 0 1 2.5 2.5c1 1.2 1.8 2.7 1.8 4.1v.5a9.5 9.5 0 0 1-2.5 5c-2 2.3-4.8 4.4-7 6.4a18 18 0 0 0-3 3.1 6.1 6.1 0 0 0-1.2 3.7 6.4 6.4 0 0 0 1.1 3.4 4.4 4.4 0 0 0 3.9 2c1.8 0 3.8-.7 5.6-.7 1.6 0 3 .4 4.4 1.9 1.3 1.4 1.7 3.6 1.7 5.7 0 1.6-.2 3-.4 4.2a26 26 0 0 1-.4 1.8h.3s.8-2.8.8-6c0-2.1-.4-4.5-1.8-6a5.8 5.8 0 0 0-4.6-1.9c-1.9 0-3.9.6-5.6.6a4 4 0 0 1-3.6-1.8 6 6 0 0 1-1-3.3v-.1c0-1.6.7-3 1.9-4.3 1.8-2 4.5-4 7-6.2 2.3-2.2 4.4-4.5 4.7-7.5v-.5c0-1.8-1.1-3.5-2.3-4.8a17 17 0 0 0-2.3-2.2z"
1325
+ })), _path343 || (_path343 = /* @__PURE__ */ React.createElement("path", {
1326
+ fill: "#a8ac71",
1327
+ d: "m292.1 198.4-.4-.3-.3.1.6.5zm1 1-.3-.3h-.1l.2.4z"
1328
+ })), _path344 || (_path344 = /* @__PURE__ */ React.createElement("path", {
1329
+ fill: "#78732e",
1330
+ d: "m294.5 201-.2-.4-.2.2zm1 1.5-.1-.3h-.3l.4.5zm.7 1.5-.2-.4v.4zm0 1.5v-.4l-.2-.1v.5zm0 1v-.5l-.1-.1v.6zM284 221.1l.1-.7c.1-.3-.3.1-.3.1v.5z"
1331
+ })), _path345 || (_path345 = /* @__PURE__ */ React.createElement("path", {
1332
+ fill: "#fff",
1333
+ d: "m284 222.1-.3.1.1.5.1-.2z"
1334
+ })), _path346 || (_path346 = /* @__PURE__ */ React.createElement("path", {
1335
+ fill: "#78732e",
1336
+ d: "M284 223.9v-.4h-.2v.6z"
1337
+ })), _path347 || (_path347 = /* @__PURE__ */ React.createElement("path", {
1338
+ fill: "#fff",
1339
+ d: "M284 224.9v-.4h-.1v.4zm.3 1.4v-.4l-.2.1zm.4 1.4-.1-.5h-.2l.2.6z"
1340
+ })), _path348 || (_path348 = /* @__PURE__ */ React.createElement("path", {
1341
+ fill: "#a8ac71",
1342
+ d: "m285.6 229.7-.2-.3h-.2zm1.5 1.4-.5-.3c-.3-.3-.1.2-.1.2l.4.2zm9.8.8-.4-.3c-.2 0 0 0 .2.4.1.3.2-.1.2-.1"
1343
+ })), _path349 || (_path349 = /* @__PURE__ */ React.createElement("path", {
1344
+ fill: "#fff",
1345
+ d: "m297.7 232.5-.3-.3v.3h.2z"
1346
+ })), _path350 || (_path350 = /* @__PURE__ */ React.createElement("path", {
1347
+ fill: "#a8ac71",
1348
+ d: "M297.9 233c-.1-.2-.2.1-.2.1l.2.3zm0 1.3v-.5c0-.2-.1 0-.1 0v.5z"
1349
+ })), _path351 || (_path351 = /* @__PURE__ */ React.createElement("path", {
1350
+ fill: "#fff",
1351
+ d: "m297.4 235.7.2-.4h-.2zm-14.8-52s.5-.2.1.4l.3-.5h-.5z"
1352
+ })), _path352 || (_path352 = /* @__PURE__ */ React.createElement("path", {
1353
+ fill: "#f9c83a",
1354
+ d: "m294.6 195 .4.3h-.5z"
1355
+ })), _path353 || (_path353 = /* @__PURE__ */ React.createElement("path", {
1356
+ fill: "#8f4620",
1357
+ d: "m295 195.3-.7.1c-.2 0 .2-.2.2-.2l.4.1z"
1358
+ })), _path354 || (_path354 = /* @__PURE__ */ React.createElement("path", {
1359
+ fill: "#977c2e",
1360
+ d: "M301 239.1s.3 0 .5-.3-.1.4-.1.4l-.3.1-.2-.2z"
1361
+ })));
1362
+ };
1363
+
1364
+ //#endregion
1365
+ export { mx_default as default };
1366
+ //# sourceMappingURL=mx.mjs.map