@sonic-equipment/ui 259.0.4 → 260.0.1

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 (326) hide show
  1. package/dist/algolia/algolia-active-categories.js +2 -2
  2. package/dist/algolia/algolia-categories-filters.js +2 -2
  3. package/dist/badges/badge/badge.d.ts +5 -3
  4. package/dist/badges/badge/badge.js +4 -4
  5. package/dist/badges/badge/badge.module.css.js +1 -1
  6. package/dist/badges/badge/icon-with-badge/icon-with-badge.d.ts +11 -6
  7. package/dist/badges/badge/icon-with-badge/icon-with-badge.js +5 -2
  8. package/dist/badges/badge/icon-with-badge/icon-with-badge.module.css.js +1 -1
  9. package/dist/base.css +2 -2
  10. package/dist/breadcrumbs/breadcrumb.js +3 -4
  11. package/dist/buttons/add-to-cart-button/add-to-cart-button.js +2 -2
  12. package/dist/buttons/button/button.js +2 -2
  13. package/dist/buttons/close-button/close-button.d.ts +12 -0
  14. package/dist/buttons/close-button/close-button.js +11 -0
  15. package/dist/buttons/close-button/close-button.module.css.js +3 -0
  16. package/dist/buttons/favorite/favorite-button.js +3 -3
  17. package/dist/buttons/icon-button/icon-button.d.ts +13 -5
  18. package/dist/buttons/icon-button/icon-button.js +6 -5
  19. package/dist/buttons/icon-button/icon-button.module.css.js +1 -1
  20. package/dist/buttons/link/link.d.ts +3 -0
  21. package/dist/buttons/link/link.js +5 -8
  22. package/dist/cards/orderline-card/connected-remove-button.js +1 -2
  23. package/dist/carousel/carousel-navigation-button.js +2 -3
  24. package/dist/collapsables/accordion/accordion-item.js +2 -3
  25. package/dist/collapsables/show-all/show-all.js +2 -2
  26. package/dist/collapsables/unmounter/utils.js +4 -1
  27. package/dist/country-language-selection-list/connected-country-language-selection-list.d.ts +1 -0
  28. package/dist/country-language-selection-list/connected-country-language-selection-list.js +268 -0
  29. package/dist/country-language-selection-list/country-language-selection-list.d.ts +18 -0
  30. package/dist/country-language-selection-list/country-language-selection-list.js +54 -0
  31. package/dist/country-language-selection-list/country-language-selection-list.module.css.js +3 -0
  32. package/dist/country-language-selector/connected-country-language-selector.d.ts +11 -0
  33. package/dist/country-language-selector/connected-country-language-selector.js +141 -0
  34. package/dist/country-language-selector/country-language-selector.d.ts +18 -0
  35. package/dist/country-language-selector/country-language-selector.js +52 -0
  36. package/dist/country-language-selector/country-language-selector.module.css.js +3 -0
  37. package/dist/country-language-selector-button/connected-country-language-selector-button.d.ts +1 -0
  38. package/dist/country-language-selector-button/connected-country-language-selector-button.js +22 -0
  39. package/dist/country-language-selector-button/country-language-selector-button.d.ts +7 -0
  40. package/dist/country-language-selector-button/country-language-selector-button.js +18 -0
  41. package/dist/country-language-selector-button/country-language-selector-button.module.css.js +3 -0
  42. package/dist/country-selector/country-selector-trigger/country-selector-trigger.js +2 -2
  43. package/dist/country-selector/country-selector-trigger/country-selector-trigger.module.css.js +1 -1
  44. package/dist/country-selector/use-countries-languages.d.ts +2 -2
  45. package/dist/country-selector/use-countries-languages.js +1 -1
  46. package/dist/delivery-time/delivery-time.js +1 -1
  47. package/dist/display/details/details.js +2 -2
  48. package/dist/exports.d.ts +71 -3
  49. package/dist/filters/active-filters/active-filters.js +1 -2
  50. package/dist/filters/active-filters/active-filters.module.css.js +1 -1
  51. package/dist/filters/pagination/pagination.js +1 -3
  52. package/dist/filters/pagination/pagination.module.css.js +1 -1
  53. package/dist/flag/flag.d.ts +8 -0
  54. package/dist/flag/flag.js +11 -0
  55. package/dist/flag/flag.module.css.js +3 -0
  56. package/dist/flags/flag-ad.d.ts +1 -0
  57. package/dist/flags/flag-ad.js +7 -0
  58. package/dist/flags/flag-ae.d.ts +1 -0
  59. package/dist/flags/flag-ae.js +7 -0
  60. package/dist/flags/flag-al.d.ts +1 -0
  61. package/dist/flags/flag-al.js +7 -0
  62. package/dist/flags/flag-at.d.ts +1 -0
  63. package/dist/flags/flag-at.js +7 -0
  64. package/dist/flags/flag-ba.d.ts +1 -0
  65. package/dist/flags/flag-ba.js +7 -0
  66. package/dist/flags/flag-be.d.ts +1 -0
  67. package/dist/flags/flag-be.js +7 -0
  68. package/dist/flags/flag-bg.d.ts +1 -0
  69. package/dist/flags/flag-bg.js +7 -0
  70. package/dist/flags/flag-br.d.ts +1 -0
  71. package/dist/flags/flag-br.js +7 -0
  72. package/dist/flags/flag-ca.d.ts +1 -0
  73. package/dist/flags/flag-ca.js +7 -0
  74. package/dist/flags/flag-ch.d.ts +1 -0
  75. package/dist/flags/flag-ch.js +7 -0
  76. package/dist/flags/flag-cy.d.ts +1 -0
  77. package/dist/flags/flag-cy.js +7 -0
  78. package/dist/flags/flag-cz.d.ts +1 -0
  79. package/dist/flags/flag-cz.js +7 -0
  80. package/dist/flags/flag-de.d.ts +1 -0
  81. package/dist/flags/flag-de.js +7 -0
  82. package/dist/flags/flag-dj.d.ts +1 -0
  83. package/dist/flags/flag-dj.js +7 -0
  84. package/dist/flags/flag-dk.d.ts +1 -0
  85. package/dist/flags/flag-dk.js +7 -0
  86. package/dist/flags/flag-ec.d.ts +1 -0
  87. package/dist/flags/flag-ec.js +7 -0
  88. package/dist/flags/flag-ee.d.ts +1 -0
  89. package/dist/flags/flag-ee.js +7 -0
  90. package/dist/flags/flag-es.d.ts +1 -0
  91. package/dist/flags/flag-es.js +7 -0
  92. package/dist/flags/flag-eu.d.ts +1 -0
  93. package/dist/flags/flag-eu.js +7 -0
  94. package/dist/flags/flag-fi.d.ts +1 -0
  95. package/dist/flags/flag-fi.js +7 -0
  96. package/dist/flags/flag-fr.d.ts +1 -0
  97. package/dist/flags/flag-fr.js +7 -0
  98. package/dist/flags/flag-gb.d.ts +1 -0
  99. package/dist/flags/flag-gb.js +7 -0
  100. package/dist/flags/flag-gr.d.ts +1 -0
  101. package/dist/flags/flag-gr.js +7 -0
  102. package/dist/flags/flag-hr.d.ts +1 -0
  103. package/dist/flags/flag-hr.js +7 -0
  104. package/dist/flags/flag-hu.d.ts +1 -0
  105. package/dist/flags/flag-hu.js +7 -0
  106. package/dist/flags/flag-ie.d.ts +1 -0
  107. package/dist/flags/flag-ie.js +7 -0
  108. package/dist/flags/flag-iq.d.ts +1 -0
  109. package/dist/flags/flag-iq.js +7 -0
  110. package/dist/flags/flag-is.d.ts +1 -0
  111. package/dist/flags/flag-is.js +7 -0
  112. package/dist/flags/flag-it.d.ts +1 -0
  113. package/dist/flags/flag-it.js +7 -0
  114. package/dist/flags/flag-kw.d.ts +1 -0
  115. package/dist/flags/flag-kw.js +7 -0
  116. package/dist/flags/flag-kz.d.ts +1 -0
  117. package/dist/flags/flag-kz.js +7 -0
  118. package/dist/flags/flag-lb.d.ts +1 -0
  119. package/dist/flags/flag-lb.js +7 -0
  120. package/dist/flags/flag-lt.d.ts +1 -0
  121. package/dist/flags/flag-lt.js +7 -0
  122. package/dist/flags/flag-lu.d.ts +1 -0
  123. package/dist/flags/flag-lu.js +7 -0
  124. package/dist/flags/flag-lv.d.ts +1 -0
  125. package/dist/flags/flag-lv.js +7 -0
  126. package/dist/flags/flag-ma.d.ts +1 -0
  127. package/dist/flags/flag-ma.js +7 -0
  128. package/dist/flags/flag-mc.d.ts +1 -0
  129. package/dist/flags/flag-mc.js +7 -0
  130. package/dist/flags/flag-md.d.ts +1 -0
  131. package/dist/flags/flag-md.js +7 -0
  132. package/dist/flags/flag-me.d.ts +1 -0
  133. package/dist/flags/flag-me.js +7 -0
  134. package/dist/flags/flag-mk.d.ts +1 -0
  135. package/dist/flags/flag-mk.js +7 -0
  136. package/dist/flags/flag-mt.d.ts +1 -0
  137. package/dist/flags/flag-mt.js +7 -0
  138. package/dist/flags/flag-mx.d.ts +1 -0
  139. package/dist/flags/flag-mx.js +7 -0
  140. package/dist/flags/flag-my.d.ts +1 -0
  141. package/dist/flags/flag-my.js +7 -0
  142. package/dist/flags/flag-nl.d.ts +1 -0
  143. package/dist/flags/flag-nl.js +7 -0
  144. package/dist/flags/flag-no.d.ts +1 -0
  145. package/dist/flags/flag-no.js +7 -0
  146. package/dist/flags/flag-pl.d.ts +1 -0
  147. package/dist/flags/flag-pl.js +7 -0
  148. package/dist/flags/flag-pt.d.ts +1 -0
  149. package/dist/flags/flag-pt.js +7 -0
  150. package/dist/flags/flag-ro.d.ts +1 -0
  151. package/dist/flags/flag-ro.js +7 -0
  152. package/dist/flags/flag-rs.d.ts +1 -0
  153. package/dist/flags/flag-rs.js +7 -0
  154. package/dist/flags/flag-sa.d.ts +1 -0
  155. package/dist/flags/flag-sa.js +7 -0
  156. package/dist/flags/flag-se.d.ts +1 -0
  157. package/dist/flags/flag-se.js +7 -0
  158. package/dist/flags/flag-sg.d.ts +1 -0
  159. package/dist/flags/flag-sg.js +7 -0
  160. package/dist/flags/flag-si.d.ts +1 -0
  161. package/dist/flags/flag-si.js +7 -0
  162. package/dist/flags/flag-sk.d.ts +1 -0
  163. package/dist/flags/flag-sk.js +7 -0
  164. package/dist/flags/flag-tr.d.ts +1 -0
  165. package/dist/flags/flag-tr.js +7 -0
  166. package/dist/flags/flag-tw.d.ts +1 -0
  167. package/dist/flags/flag-tw.js +7 -0
  168. package/dist/flags/flag-ua.d.ts +1 -0
  169. package/dist/flags/flag-ua.js +7 -0
  170. package/dist/flags/flag-us.d.ts +1 -0
  171. package/dist/flags/flag-us.js +7 -0
  172. package/dist/flags/flag-vn.d.ts +1 -0
  173. package/dist/flags/flag-vn.js +7 -0
  174. package/dist/flags/flag-xk.d.ts +1 -0
  175. package/dist/flags/flag-xk.js +7 -0
  176. package/dist/flags/flag-za.d.ts +1 -0
  177. package/dist/flags/flag-za.js +7 -0
  178. package/dist/flags/index.d.ts +1 -0
  179. package/dist/flags/index.js +88 -0
  180. package/dist/footer/connected-footer.d.ts +1 -3
  181. package/dist/footer/connected-footer.js +3 -5
  182. package/dist/forms/elements/checkbox/checkbox.module.css.js +1 -1
  183. package/dist/forms/elements/select/select.js +3 -4
  184. package/dist/forms/fields/number-field/number-field.js +2 -4
  185. package/dist/forms/fields/search-field/search-field.js +2 -2
  186. package/dist/forms/fields/select-field/select-field.d.ts +8 -1
  187. package/dist/forms/fields/select-field/select-field.js +30 -9
  188. package/dist/forms/fields/select-field/select-field.module.css.js +1 -1
  189. package/dist/forms/fields/text-field/password-reveal-toggle/password-reveal-toggle.js +2 -3
  190. package/dist/forms/layout/form/form.js +1 -1
  191. package/dist/global-search/search-input/search-input.js +5 -4
  192. package/dist/global-search/search-result-panel/sections/no-search.js +3 -4
  193. package/dist/global-search/search-result-panel/sections/with-results.js +4 -4
  194. package/dist/global-search/search-section/search-list-item.js +1 -2
  195. package/dist/header/buttons/account/connected-account-button.js +1 -2
  196. package/dist/header/buttons/cart/connected-cart-button.js +1 -2
  197. package/dist/header/buttons/favorites/connected-favorites-button.js +1 -3
  198. package/dist/header/buttons/hamburger/hamburger-button.js +1 -1
  199. package/dist/header/buttons/hamburger/hamburger-button.module.css.js +1 -1
  200. package/dist/header/buttons/search/search-button.js +1 -2
  201. package/dist/header/header.js +2 -2
  202. package/dist/header/link-list/navigation-link-list.js +2 -2
  203. package/dist/header/link-list/navigation-link-list.module.css.js +1 -1
  204. package/dist/header/sonic-logo/sonic-logo.js +7 -2
  205. package/dist/header/sonic-logo/sonic-logo.module.css.js +1 -1
  206. package/dist/icon/icon.d.ts +10 -0
  207. package/dist/icon/icon.js +11 -0
  208. package/dist/icon/icon.module.css.js +3 -0
  209. package/dist/icons/glyph/glyphs-arrow-boldcaps-left-icon.js +0 -1
  210. package/dist/icons/glyph/glyphs-arrow-boldcaps-right-icon.js +0 -1
  211. package/dist/icons/glyph/glyphs-chevrons-bold-down-icon.js +0 -1
  212. package/dist/icons/glyph/glyphs-chevrons-bold-left-icon.js +7 -0
  213. package/dist/icons/glyph/glyphs-chevrons-bold-right-icon.js +0 -1
  214. package/dist/icons/glyph/glyphs-chevrons-bold-up-icon.js +0 -1
  215. package/dist/icons/glyph/glyphs-chevrons-slim-down-icon.js +0 -1
  216. package/dist/icons/glyph/glyphs-chevrons-slim-left-icon.js +0 -1
  217. package/dist/icons/glyph/glyphs-chevrons-slim-right-icon.js +0 -1
  218. package/dist/icons/glyph/glyphs-chevrons-slim-up-icon.js +7 -0
  219. package/dist/icons/index.d.ts +87 -0
  220. package/dist/icons/index.js +90 -0
  221. package/dist/icons/solid/solid-attention-icon.js +0 -1
  222. package/dist/icons/solid/solid-cart-icon.js +0 -1
  223. package/dist/icons/solid/solid-close-icon.js +0 -1
  224. package/dist/icons/solid/solid-edit-icon.js +0 -1
  225. package/dist/icons/solid/solid-favorite-icon.js +0 -1
  226. package/dist/icons/solid/solid-home-icon.js +0 -1
  227. package/dist/icons/solid/solid-information-icon.js +0 -1
  228. package/dist/icons/solid/solid-login-icon.js +0 -1
  229. package/dist/icons/solid/solid-logout-icon.js +0 -1
  230. package/dist/icons/solid/solid-news-icon.js +0 -1
  231. package/dist/icons/solid/solid-notice-icon.js +0 -1
  232. package/dist/icons/solid/solid-okay-icon.js +0 -1
  233. package/dist/icons/solid/solid-rating-icon.js +0 -1
  234. package/dist/icons/solid/solid-salecategory-icon.js +0 -1
  235. package/dist/icons/solid/solid-tag-icon.js +0 -1
  236. package/dist/icons/stroke/stroke-arrowdown-icon.d.ts +1 -0
  237. package/dist/icons/stroke/stroke-arrowleft-icon.d.ts +1 -0
  238. package/dist/icons/stroke/stroke-arrowleft-icon.js +7 -0
  239. package/dist/icons/stroke/stroke-arrowright-icon.d.ts +1 -0
  240. package/dist/icons/stroke/stroke-arrowright-icon.js +7 -0
  241. package/dist/icons/stroke/stroke-arrowup-icon.d.ts +1 -0
  242. package/dist/icons/stroke/stroke-categories-icon.js +0 -1
  243. package/dist/icons/stroke/stroke-checkmark-icon.js +0 -1
  244. package/dist/icons/stroke/stroke-closebox-icon.js +0 -1
  245. package/dist/icons/stroke/stroke-dehashed-icon.js +0 -1
  246. package/dist/icons/stroke/stroke-download-icon.js +0 -1
  247. package/dist/icons/stroke/stroke-event-icon.js +0 -1
  248. package/dist/icons/stroke/stroke-favorite-icon.js +0 -1
  249. package/dist/icons/stroke/stroke-filter-icon.js +0 -1
  250. package/dist/icons/stroke/stroke-hashed-icon.js +0 -1
  251. package/dist/icons/stroke/stroke-information-icon.js +0 -1
  252. package/dist/icons/stroke/stroke-minus-icon.js +0 -1
  253. package/dist/icons/stroke/stroke-notice-icon.js +7 -0
  254. package/dist/icons/stroke/stroke-plus-icon.js +0 -1
  255. package/dist/icons/stroke/stroke-recent-icon.js +0 -1
  256. package/dist/icons/stroke/stroke-search-icon.js +0 -1
  257. package/dist/icons/stroke/stroke-trash-icon.js +0 -1
  258. package/dist/index.js +72 -4
  259. package/dist/info-icon-tooltip/info-icon-tooltip.d.ts +3 -1
  260. package/dist/info-icon-tooltip/info-icon-tooltip.js +6 -8
  261. package/dist/intl/intl-context.d.ts +2 -0
  262. package/dist/intl/intl-provider.js +5 -0
  263. package/dist/intl/translation-id.d.ts +1 -1
  264. package/dist/intl/types.d.ts +3 -0
  265. package/dist/intl/types.js +6 -1
  266. package/dist/lists/download-document-list/download-document-list.js +4 -8
  267. package/dist/lists/download-document-list/download-document-list.module.css.js +1 -1
  268. package/dist/lists/feature-list/feature-list.js +5 -4
  269. package/dist/lists/feature-list/feature-list.module.css.js +1 -1
  270. package/dist/lists/icon-list/icon-list.d.ts +2 -1
  271. package/dist/lists/icon-list/icon-list.js +3 -2
  272. package/dist/lists/icon-list/icon-list.module.css.js +1 -1
  273. package/dist/lists/menu-list/menu-list-back-button.js +2 -2
  274. package/dist/lists/menu-list/menu-list-header.js +2 -2
  275. package/dist/lists/menu-list/menu-list-item.js +2 -2
  276. package/dist/lists/orderline-list/orderline-list.js +2 -2
  277. package/dist/lists/orderline-list/orderline-list.module.css.js +1 -1
  278. package/dist/media/image/image.js +1 -1
  279. package/dist/message/message.js +5 -8
  280. package/dist/modals/dialog/dialog.js +1 -4
  281. package/dist/modals/favorite/add-to-favorite-dialog.js +1 -1
  282. package/dist/modals/modal/modal.js +3 -2
  283. package/dist/modals/recover-password/recover-password-dialog.js +1 -1
  284. package/dist/modals/signin/sign-in-dialog.js +2 -2
  285. package/dist/navigation/mobile-navigation/mobile-navigation.js +2 -4
  286. package/dist/navigation/mobile-navigation/mobile-navigation.module.css.js +1 -1
  287. package/dist/notifications/announcements/announcement-list.js +7 -3
  288. package/dist/notifications/announcements/announcement-list.module.css.js +1 -1
  289. package/dist/notifications/announcements/announcement.js +12 -18
  290. package/dist/pages/checkout/payment-page/components/payment.js +1 -1
  291. package/dist/pages/checkout/shipping-page/components/edit-checkout-bill-to-address-form.js +1 -1
  292. package/dist/pages/countries-page/countries-page.d.ts +1 -0
  293. package/dist/pages/countries-page/countries-page.js +18 -0
  294. package/dist/pages/error-page/error-page.js +1 -1
  295. package/dist/pages/my-sonic/actions/change-customer/change-customer.js +2 -2
  296. package/dist/pages/my-sonic/navigation/my-sonic-desktop-navigation.js +2 -1
  297. package/dist/pages/my-sonic/navigation/my-sonic-navigation-items.d.ts +2 -2
  298. package/dist/pages/my-sonic/navigation/my-sonic-navigation-items.js +4 -8
  299. package/dist/pages/my-sonic/widgets/connected-address-book-widget.js +2 -2
  300. package/dist/shared/api/storefront/hooks/authentication/use-patch-session.d.ts +4 -1
  301. package/dist/shared/api/storefront/model/storefront.model.d.ts +4 -1
  302. package/dist/shared/error/default-error-view.js +2 -2
  303. package/dist/shared/hooks/use-resize-observer.js +1 -0
  304. package/dist/shared/routing/route-provider.d.ts +1 -0
  305. package/dist/shared/routing/route-utils.d.ts +2 -1
  306. package/dist/shared/routing/route-utils.js +2 -1
  307. package/dist/shared/routing/types.d.ts +2 -0
  308. package/dist/shared/routing/use-route-link.d.ts +1 -1
  309. package/dist/shared/routing/use-route-link.js +3 -3
  310. package/dist/shared/utils/css.js +9 -53
  311. package/dist/sidebar/sidebar.js +3 -2
  312. package/dist/sidebar/toggle-sidebar-button.js +2 -2
  313. package/dist/styles.css +1032 -686
  314. package/dist/table/elements/table-sort-button.js +2 -2
  315. package/dist/toast/toast.js +8 -10
  316. package/dist/tooltip/tooltip.js +3 -2
  317. package/dist/tooltip/tooltip.module.css.js +1 -1
  318. package/package.json +2 -1
  319. package/dist/icons/glyph/glyphs-arrow-blackcaps-right-icon.js +0 -8
  320. package/dist/icons/glyph/glyphs-arrow-semibold-right-icon.js +0 -8
  321. package/dist/navigation/account-icon/account-icon.d.ts +0 -5
  322. package/dist/navigation/account-icon/account-icon.js +0 -13
  323. package/dist/navigation/cart-icon/cart-icon.d.ts +0 -5
  324. package/dist/navigation/cart-icon/cart-icon.js +0 -13
  325. package/dist/navigation/favorite-icon/favorite-icon.d.ts +0 -5
  326. package/dist/navigation/favorite-icon/favorite-icon.js +0 -13
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagMT(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.784 0.063 0.180)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h64v128H0z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero" }), jsx("path", { d: "M4.74 17.67v9.697h9.698c0 1.616 1.616 3.233 3.232 3.233v9.697h9.697V30.6c1.616 0 3.232-1.617 3.232-3.233h9.697V17.67H30.6c0-1.616-1.616-3.232-3.232-3.232V4.74H17.67v9.697c-1.616 0-3.232 1.616-3.232 3.232H4.74z", fill: "color(display-p3 0.784 0.063 0.180)", fillRule: "nonzero" }), jsx("path", { d: "M5.388 18.316v8.405h9.696c0 1.616 1.616 3.232 3.232 3.232v9.697h8.404v-9.697c1.616 0 3.232-1.617 3.232-3.232h9.697v-8.405h-9.697c0-1.616-1.616-3.232-3.232-3.232V5.387h-8.404v9.697c-1.616 0-3.232 1.616-3.232 3.232H5.388z", fill: "color(display-p3 0.588 0.529 0.490)", fillRule: "nonzero" }), jsx("path", { d: "M5.71 18.64v7.757h9.697c0 1.616 1.617 3.233 3.233 3.233v9.697h7.757V29.63c1.616 0 3.232-1.617 3.232-3.233h9.697V18.64h-9.697c0-1.616-1.616-3.232-3.232-3.232V5.71H18.64v9.697c-1.616 0-3.233 1.616-3.233 3.232H5.711z", fill: "color(display-p3 0.800 0.800 0.800)", fillRule: "nonzero" }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M18.034 15.292c.568.568.415 1.643-.343 2.4-.757.757-1.831.91-2.4.343-.567-.568-.414-1.643.344-2.4.757-.758 1.831-.911 2.4-.343z", fill: "color(display-p3 0.588 0.529 0.490)" }), jsx("path", { d: "m15.177 17.006.229-.229.914.457-.457-.914.228-.229.915 1.829-1.829-.915zm1.372-1.371.228-.229 1.372 1.371-.229.229-1.371-1.371z", fill: "color(display-p3 0.816 0.816 0.816)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M29.745 18.035c-.568.568-1.642.414-2.4-.343-.757-.757-.91-1.832-.343-2.4.568-.568 1.643-.414 2.4.343.758.757.911 1.832.343 2.4z", fill: "color(display-p3 0.588 0.529 0.490)" }), jsx("path", { d: "m28.031 15.178.229.228-.457.914.914-.457.229.229-1.828.914.914-1.828zm1.372 1.371.228.229-1.371 1.371-.229-.229 1.372-1.37z", fill: "color(display-p3 0.816 0.816 0.816)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M27.002 29.746c-.568-.568-.414-1.643.343-2.4.758-.758 1.832-.911 2.4-.343.568.568.415 1.643-.343 2.4-.757.757-1.832.91-2.4.343z", fill: "color(display-p3 0.588 0.529 0.490)" }), jsx("path", { d: "m29.86 28.032-.229.229-.914-.457.457.914-.228.228-.915-1.828 1.829.914zm-1.372 1.371-.228.229-1.372-1.372.229-.228 1.371 1.371z", fill: "color(display-p3 0.816 0.816 0.816)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M15.291 27.003c.569-.568 1.643-.415 2.4.343.758.757.911 1.832.343 2.4-.568.568-1.642.414-2.4-.343-.757-.758-.91-1.832-.343-2.4z", fill: "color(display-p3 0.588 0.529 0.490)" }), jsx("path", { d: "m17.005 29.86-.228-.228.457-.915-.914.457-.23-.228 1.83-.914-.915 1.828zm-1.37-1.371-.23-.229 1.372-1.371.228.228-1.37 1.372z", fill: "color(display-p3 0.816 0.816 0.816)" })] }), jsxs("g", { stroke: "color(display-p3 0.588 0.529 0.490)", strokeWidth: ".11", transform: "translate(15.73 15.73)", children: [jsx("circle", { cx: "6.789", cy: "6.789", r: "6.789" }), jsx("circle", { cx: "6.789", cy: "6.789", r: "5.172" })] }), jsx("circle", { cx: "19.933", cy: "28.013", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero", r: "1" }), jsx("circle", { cx: "25.104", cy: "28.013", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M22.304 28.013v.337h-.43c-.432 0-.432.337 0 .337h.43v.337c.001.349.376.391.404.03l.027-.365h.43c.432 0 .432-.337 0-.337h-.43v-.337c0-.337-.431-.337-.431 0v-.002zm-6.1-3.821.444-.106-.049-.206c-.011-.047-.03-.08-.056-.096-.026-.017-.07-.022-.134-.015l-.008-.03.383-.092.007.031a.23.23 0 0 0-.092.04.111.111 0 0 0-.036.056.188.188 0 0 0 .005.09l.05.206.354-.085a.38.38 0 0 0 .111-.038.077.077 0 0 0 .028-.044.163.163 0 0 0 .002-.081l-.01-.04.03-.008.116.485-.03.007-.01-.04c-.011-.046-.033-.077-.065-.092-.021-.009-.066-.005-.133.011l-.73.174a.388.388 0 0 0-.112.038.077.077 0 0 0-.028.043.16.16 0 0 0-.001.081l.01.04-.032.008-.2-.842.246-.07.007.03a.357.357 0 0 0-.105.077.17.17 0 0 0-.037.084c-.004.03 0 .076.015.135l.06.25v-.001zm-.287-2.006a.527.527 0 0 1 .194-.382.593.593 0 0 1 .438-.141c.176.01.32.074.43.192a.54.54 0 0 1 .151.413.536.536 0 0 1-.193.394.611.611 0 0 1-.45.138.588.588 0 0 1-.44-.214.556.556 0 0 1-.13-.4zm.062.02a.307.307 0 0 0 .101.257c.092.083.23.13.415.14.19.011.337-.021.444-.097a.3.3 0 0 0 .13-.24.337.337 0 0 0-.112-.277c-.081-.075-.213-.118-.396-.129-.199-.011-.35.02-.451.092a.317.317 0 0 0-.131.254zm1.684-2.123-.11.29-.649.175a1.878 1.878 0 0 1-.043.113l.316.12c.068.026.113.035.136.026.031-.01.054-.037.07-.077l.016-.043.03.011-.178.466-.03-.011.016-.041c.018-.046.015-.085-.007-.116-.013-.017-.05-.038-.111-.062l-.702-.267c-.069-.026-.114-.034-.136-.026-.032.012-.055.039-.07.08l-.016.04-.03-.01.15-.396c.044-.116.085-.198.123-.246a.31.31 0 0 1 .146-.104.26.26 0 0 1 .183.004c.067.026.117.07.15.132a.395.395 0 0 1 .026.242l.397-.106a.604.604 0 0 0 .193-.078.355.355 0 0 0 .1-.127l.03.011zm-.852.56a.806.806 0 0 1 .018-.045c.039-.104.046-.19.021-.26a.23.23 0 0 0-.141-.145.24.24 0 0 0-.19.001.244.244 0 0 0-.128.145.763.763 0 0 0-.032.131l.452.172zm2.473-3.852.225.291-.025.017a.501.501 0 0 0-.211-.11.367.367 0 0 0-.278.061.379.379 0 0 0-.188.331.63.63 0 0 0 .11.35c.06.092.134.166.22.22.085.052.169.078.25.076.076 0 .15-.022.214-.062a.473.473 0 0 0 .167-.185l-.183-.282a.306.306 0 0 0-.073-.089.09.09 0 0 0-.057-.012.237.237 0 0 0-.09.042l-.018-.028.378-.245.018.028-.018.011c-.038.025-.055.054-.053.088.002.024.02.062.053.114l.194.299a.871.871 0 0 1-.121.17.846.846 0 0 1-.166.138c-.188.122-.37.154-.547.097a.577.577 0 0 1-.313-.243.625.625 0 0 1-.098-.287.63.63 0 0 1 .062-.346.588.588 0 0 1 .212-.227.582.582 0 0 1 .103-.054c.033-.013.082-.027.148-.041a.239.239 0 0 0 .064-.02.034.034 0 0 0 .015-.028c0-.013-.006-.032-.02-.057l.026-.017zm1.893.13-.435.117-.029.197a.287.287 0 0 0-.002.105c.005.017.017.03.037.039.02.009.057.008.112-.003l.008.03-.354.095-.008-.03c.045-.021.073-.04.083-.057a.524.524 0 0 0 .05-.187l.15-1.03.029-.007.64.83a.442.442 0 0 0 .124.124.18.18 0 0 0 .117.01l.009.03-.444.118-.008-.031c.044-.014.073-.03.085-.047a.06.06 0 0 0 .011-.052.355.355 0 0 0-.064-.107l-.11-.143zm-.04-.054-.31-.404-.075.506.386-.102zm2.053-.006.028.007-.111.311-.9-.035.002-.031.043.001c.05.002.085-.013.107-.044.013-.017.02-.06.024-.126l.029-.75c.002-.072-.004-.118-.019-.136-.021-.026-.054-.04-.098-.042l-.044-.002.002-.031.526.02-.002.032a.324.324 0 0 0-.13.012.105.105 0 0 0-.053.043.372.372 0 0 0-.019.13l-.028.73a.235.235 0 0 0 .01.099.06.06 0 0 0 .03.027.54.54 0 0 0 .134.014l.085.004c.089.003.151 0 .188-.013a.245.245 0 0 0 .101-.066.574.574 0 0 0 .095-.154zm1.549.414.025.015-.194.268-.855-.283.01-.03.042.014c.047.015.085.011.115-.012.017-.014.036-.053.057-.115l.236-.713c.022-.068.029-.114.02-.137-.014-.03-.041-.053-.083-.067l-.042-.013.01-.03.5.165-.01.03a.329.329 0 0 0-.128-.025.105.105 0 0 0-.063.027.374.374 0 0 0-.054.12l-.23.694a.237.237 0 0 0-.017.097c.003.014.01.027.021.036.012.01.054.026.125.05l.08.026a.619.619 0 0 0 .185.04.241.241 0 0 0 .115-.035.58.58 0 0 0 .135-.122zm1.247.66-.367-.26-.17.105a.291.291 0 0 0-.083.066c-.01.014-.012.032-.006.052.006.021.03.05.074.085l-.018.026-.299-.212.018-.026c.045.022.077.03.097.028a.526.526 0 0 0 .175-.08l.887-.546.024.018-.228 1.023a.44.44 0 0 0-.015.175.18.18 0 0 0 .068.096l-.018.026-.375-.265.019-.026c.039.024.069.036.09.035a.06.06 0 0 0 .047-.025.355.355 0 0 0 .041-.117l.04-.177zm.017-.065.11-.497-.436.266.326.231zm1.38.254.187.254-.277 1.09.538-.4c.058-.042.089-.075.093-.098.007-.032-.003-.066-.03-.102l-.024-.033.025-.019.241.326-.025.018-.025-.033c-.029-.04-.062-.058-.098-.057-.022 0-.06.02-.112.06l-.787.583-.018-.025.295-1.173-.575.426c-.057.043-.088.075-.094.098-.006.032.004.066.031.102l.025.033-.026.02-.24-.326.025-.019.024.032c.03.04.062.06.098.059.023-.001.06-.02.112-.06l.65-.481a.559.559 0 0 0 .017-.108.297.297 0 0 0-.018-.083.273.273 0 0 0-.038-.065l.025-.019zm1.465 2.701-.253.103-.01-.03a.335.335 0 0 0 .088-.059.172.172 0 0 0 .045-.09.246.246 0 0 0-.016-.118l-.055-.155-.837.296c-.067.024-.107.047-.118.067-.016.028-.016.064 0 .107l.012.037-.03.011-.164-.465.03-.01.014.039c.016.046.042.074.077.083.021.006.062-.002.124-.024l.837-.296-.046-.132a.39.39 0 0 0-.05-.105.159.159 0 0 0-.085-.05.253.253 0 0 0-.13.005l-.01-.03.26-.078.317.894zm-.92 2.062-.016-.31.522-.42a1.893 1.893 0 0 1-.006-.096v-.026l-.338.017c-.073.004-.118.014-.135.031-.024.023-.035.057-.032.1l.002.045-.031.002-.026-.498.031-.001.002.044c.003.049.02.083.054.102.018.011.06.015.127.012l.75-.04c.073-.003.118-.013.135-.03.024-.024.034-.058.032-.102l-.002-.043.032-.002.022.423c.006.123.002.215-.013.274a.313.313 0 0 1-.092.154.26.26 0 0 1-.169.07.271.271 0 0 1-.19-.06.393.393 0 0 1-.122-.21l-.32.257a.598.598 0 0 0-.146.15.355.355 0 0 0-.04.156l-.031.001zm.553-.855.002.028v.02c.006.11.034.193.085.247a.23.23 0 0 0 .188.074.24.24 0 0 0 .173-.077.244.244 0 0 0 .059-.184.755.755 0 0 0-.024-.133l-.482.025zm.32 2.391-.104.393-.03-.008.005-.022a.251.251 0 0 0-.038-.158.772.772 0 0 0-.093-.114l-.356-.383-.282-.074c-.07-.018-.114-.022-.136-.01-.028.014-.049.044-.06.09l-.01.036-.03-.008.125-.478.03.008-.01.04c-.013.048-.007.085.016.112.015.018.054.034.117.05l.266.07.552-.185a1.03 1.03 0 0 0 .123-.047.305.305 0 0 0 .071-.067.114.114 0 0 0 .02-.046l.031.008-.126.48-.03-.007.006-.025a.15.15 0 0 0 0-.077.061.061 0 0 0-.045-.047c-.02-.005-.06.002-.121.023l-.424.14.288.31c.044.047.078.074.103.08a.077.077 0 0 0 .083-.027.173.173 0 0 0 .027-.065l.031.008z", fill: "color(display-p3 0.000 0.000 0.000)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.588 0.529 0.490)", fillRule: "nonzero", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".1", transform: "translate(18.134 17.937)", children: [jsx("path", { d: "M8.074 5.57c.113-.028.3-.005.3-.005s.017.078-.033.104c.055.031.252.022.252.022s-.077.058-.115.082c.071.006.159.098.159.098s-.164.027-.235-.01c.043.087.038.163.038.163s-.265-.066-.36-.24m-.45-.363c-.064.159-.535-.137-.535-.137s.207.33.519.367m-5.87 2.793h5.52l.427-.339-.71-.383-1.094-.371-.437-.24-.809.043-.678.36-.929.11-.218.251-.69.055-1.081-.022 1.803.285-1.486-.077.382.328z" }), jsx("path", { d: "M4.718 6.859c-.691-.372-.894.544-1.191.765.401.068.705-.309 1.049-.492.261.711.672.24.672.24s.43.681 1 .372c.156.118.328.011.328.011s.208.038.252-.055c.11.039.23-.098.23-.098s.237.003.284-.12c.352.063.82-.721.82-.721l.142-.274.207-.043s.014-.137-.098-.132c-.003-.082-.074-.126-.175-.11.02-.048-.055-.087-.055-.087-.196.05-.207.547-.207.547s-.345.263-.47.328c-.006-.284-.481-.67-.383-.853.098-.183.407.282.678.197.27-.085.403-.437.415-.71-.076-.186-.262-.492-.262-.492l-.175-.011-.153-.372s-.323.21-.317.394c.005.183.339.338.339.338s-.192.12-.372.066c-.016.186.219.15.306.153a.418.418 0 0 0 .175.208s.082.205-.131.185c-.213-.019-.465-.51-.765-.284-.32.24.142.678.142.678s-.282.148-.448.525c-.68-.574-1.08-.306-1.837-.153z" }), jsx("path", { d: "M3.724 5.886c.284.268.086.713.197.798.117.09.284-.044.284-.044.298.08.83-.087.83-.087.235.131.143-.063.285-.055.126.323.546.263.546.263s-.385-.394-.623-.503c-.183.11-.716.126-.808.11-.104-.02-.039-.146-.088-.22.196-.19.041-.664-.066-.841-.434-.29-.953.206-.557.58zm-1.89-.8c-.358.097-.978-.462-1.268-.247-.29.214-.155.742.038 1.004.19.257-.276.35-.401.503-.119.144.038.31.038.31l.132.084-.024.194.07.231s.064.056.085-.015c.06.06.006.233.155.255-.054-.11.038-.417.038-.417s.26.019.325-.093c.066-.112-.062-.356-.062-.356h.077C.95 6.48.921 6.3.921 6.3s.36-.113.356-.386c-.004-.272-.584-.562-.371-.703.236-.157.645.406.997.147.348-.257.124-.008.124-.008s.159-.358-.193-.263zm1.845-3.829c-.478-.2-1.455-.212-2-.481-.24.015-.346.204-.356.279-.25-.013-.42.38-.382.459-.455-.185-.667.535-.52.683-.388.017-.34.513-.377.65-.124.302.028.404.274.296.037.13-.015.204-.126.23.673.77 1.054-.475 1.645-.47.738-.217 1.028-.58 1.028-.58l.29.038.524-1.104z" }), jsx("circle", { cx: "4.297", cy: ".705", r: "1" }), jsx("path", { d: "M3.056 6.257c-.437-.08-1.161-.533-1.235-1.126.407-1.598 2.508-.763 2.689-1.966-.046-.793.096-1.579.536-2.242.205-.26.47-.328.47-.328s.047.169-.022.284c.347-.038.823.156 1.148.175.095.194.087.265.065.382-.022.118-.153.088-.153.088-.085.08-.187.162-.415.12-.172.131-.536.164-.536.164s.76.8.634 1.05c.159.073.394.426.394.426s.519-.273.688-.525c.301 0 .793.314 1.039.35.3.243.601.492.601.492s-.358.235-.514-.077c-.188.017-.595-.434-1.158-.295-.017.5-.569.853-.569.853s.515-.072.798.098c.238.197.478.39.722.58l.382.655s-.35.06-.48-.393c-.132.366-.137-.227-.657-.503-.158.02-.237.03-.371-.076-.375.1-.817.32-1.345.262-.374.117-.648.429-1.027.601-.38.172-.492.088-.492.088l-.307.01c-.044.185-.019.465-.185.515.106.114-.077.603-.263.688.088.314.344.41.613.568 0 0 .237-.109.393.033.156.142.317.547.317.547s-.324.022-.426-.022c-.102-.044-.112-.15-.23-.12-.74-.659-1.13-.397-1.202-.547-.073-.153.175-.554.098-.809z" }), jsx("path", { d: "M1.277 3.323c.039-.048.31.054.31.054l.494.31 1.005.649.355.517-.641-.208-.89-.766-.478-.309s-.194-.199-.155-.247zM7.22 4.969c-.347-.088-1.202.95-1.202.95l.645.7s.02-1.191.557-1.65z" }), jsx("path", { d: "M2.99 2.071c-.189.243-.206.732.04.93.024.296.276.894.474.95.217.062 1.083.263 1.422.208-.065.55.366.99.765 1.28a.236.236 0 0 0 .042.17c.045.059.255.07.264.037.093.13.543.188.576.13.032-.057-.663-.54-.817-.687-.13-.244-.378-.788-.437-1.225-.34-.405-.926-.397-.926-.397l.019-.794.033-.897-.317-.164s.064-.029.098-.065c.077.033.222-.122.24-.165.073.025.14.025.152-.014.011-.034.025-.188.051-.267.24-.21-.035-.657-.4-.664-.362-.008-.444.431-.437.465.034.138.027.207 0 .24a.967.967 0 0 1-.153.11s-.202-.096-.448 0c-.245.095-.522.224-.536.382-.112.017-.295.161-.327.285-.099-.02-.227.062-.438.404-.377.167-.399.973-.399.973s-.102.148-.106.227c-.005.078.035.15.084.136.006.052.074.099.104.082.011.052.086.081.131.074.005.036.15.027.162-.006.012-.035-.015-.212.002-.226.016-.013.137.08.17.054.033-.024-.007-.103-.025-.133-.016-.028-.12-.058-.145-.186-.024-.128.066-.306.066-.306s.41-.323.456-.599c.31.03.473-.24.56-.342z" }), jsx("path", { d: "M2.277.915c.094-.228.432-.207.432-.207s.121-.319.577-.129c.171-.132.623.058.623.058s.169-.226.39-.2c.411.048.48.424.454.49-.224.056-.614-.183-.91-.115-.173.097-.453.2-.557.341-.274.029-.567-.252-1.009-.238zm.856.38c.102-.063.354-.173.525-.038.179.193.453.372.453.372l.312.131.142.087-.093 1.427c-.289-.295-.559-.347-.765-.694-.111-.15-.026-.507-.22-.744-.192-.236-.397-.396-.354-.54z" }), jsx("path", { d: "M3.882 1.707s.163-.03.208.008c.058.02.113.036.128.085.062.018.105.05.105.097.057.015.08.12.08.12l-.054.08s-.061-.057-.07-.119c-.038-.02-.125-.04-.146-.097-.068-.006-.111-.041-.124-.1-.063.014-.127-.074-.127-.074z" }), jsx("path", { d: "M5.264.776C5.171.672 5.007.75 5.007.75l-.437.754-.191.159-.017.59.159.552-.055.426s.22-.206.246-.322c.025-.111-.082-.47-.082-.47s-.131-.224.027-.64c.159-.415.52-.76.607-1.022z" }), jsx("path", { d: "M6.344 1.448s-.683.976-1.8 1.323c-.31.074-.198-.722-.198-.722l-.076.022s-.172.78.24.788c1.124-.222 1.966-1.404 1.966-1.404l-.134-.006h.002zm.463 5.61s-.104.076-.24 0c-.072-.165-.263-.176-.263-.176s-.124-.354-.317-.251c-.03-.183-.24-.087-.24-.087s-.006-.266-.252-.23c.082-.304-.34-.284-.34-.284s-.013-.342-.633-.273c1.336-.599 2.394.94 2.394.94m.524.49s.31.348.47.35c.161.003.175-.339.175-.339s.052.148.131.11c-.008.103.099.13.099.13s-.279.649-1.072.034m-2.22-.152-.11.448s-.139.126-.098.153c.041.027.263-.044.263-.044s.344-.04.448-.142c.071.161.23.175.23.175s.01-.068-.011-.11c.076.014.142-.01.142-.01s.043-.126-.055-.175c.01-.093.057-.175-.11-.164-.122.131-.426.281-.502.23-.077-.052.3-.22.197-.438" })] })] }) }));
5
+ }
6
+
7
+ export { FlagMT };
@@ -0,0 +1 @@
1
+ export declare function FlagMX(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ function FlagMX(props) {
4
+ return (jsxs("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsxs("defs", { children: [jsxs("radialGradient", { cx: "49.997%", cy: "49.993%", fx: "49.997%", fy: "49.993%", gradientTransform: "matrix(.96933 .1648 -.24576 .65003 .138 .093)", id: "570p9fuaga", r: "65.734%", children: [jsx("stop", { offset: "0%", stopColor: "color(display-p3 1.000 1.000 1.000)" }), jsx("stop", { offset: "100%", stopColor: "color(display-p3 0.945 0.341 0.439)" })] }), jsxs("radialGradient", { cx: "49.961%", cy: "49.935%", fx: "49.961%", fy: "49.935%", gradientTransform: "matrix(-.62548 -.37222 .25084 -.92814 .687 1.149)", id: "vo0fsqbrab", r: "60.182%", children: [jsx("stop", { offset: "0%", stopColor: "color(display-p3 1.000 1.000 1.000)" }), jsx("stop", { offset: "100%", stopColor: "color(display-p3 0.945 0.341 0.439)" })] }), jsxs("radialGradient", { cx: "50.007%", cy: "49.983%", fx: "50.007%", fy: "49.983%", gradientTransform: "scale(1 .5594) rotate(1.92 -11.249 .697)", id: "sd0xgzwwdc", r: "43.548%", children: [jsx("stop", { offset: "0%", stopColor: "color(display-p3 1.000 1.000 1.000)" }), jsx("stop", { offset: "100%", stopColor: "color(display-p3 0.945 0.341 0.439)" })] })] }), jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.808 0.067 0.149)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h85.333v128H0z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h42.667v128H0z", fill: "color(display-p3 0.000 0.408 0.278)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.988 0.792 0.243)", fillRule: "nonzero", stroke: "color(display-p3 0.667 0.549 0.188)", strokeWidth: ".1", transform: "translate(48.393 64.389)", children: [jsx("path", { d: "m22.773 8.993.045.896.338-.224-.26-.737z" }), jsx("circle", { cx: "22.734", cy: "8.75", r: "1" }), jsx("path", { d: "m23.847 10.388-.656-.627-.295.237.892.518z" }), jsx("path", { d: "M23.79 10.742c-.092-.124-.06-.305.069-.405.13-.1.31-.08.403.044a.295.295 0 0 1-.068.405c-.13.1-.31.08-.403-.044zM28.89 1.027l.672.667.078-.338-.615-.41z" }), jsx("circle", { cx: "28.799", cy: ".855", r: "1" }), jsx("path", { d: "m30.66 1.423-1.027.292.085-.339.883-.085z" }), jsx("circle", { cx: "30.827", cy: "1.281", r: "1" }), jsx("path", { d: "m27.209 6.476-.627-.975.101-.05.71.836z" }), jsx("circle", { cx: "26.52", cy: "5.275", r: "1" }), jsx("path", { d: "m27.249 6.502.796.145.03-.109-.668-.264z" }), jsx("circle", { cx: "28.288", cy: "6.656", r: "1" }), jsx("path", { d: "M8.525 8.718c0 .138-.11.237-.212.237-.103 0-.187-.112-.187-.25s.084-.25.187-.25.212.125.212.263zM8.52 9.164l.183 1-.243-.096-.087-.869z" }), jsx("path", { d: "M8.742 8.824c.117.152-.081.383-.292.44-.21.057-.472-.04-.47-.231.003-.219.307-.105.388-.13.126-.04.248-.242.374-.079z" }), jsx("circle", { cx: "6.995", cy: "10.358", r: "1" }), jsx("path", { d: "m7.524 10.305.962-.048-.163-.191-.79.085z" }), jsx("path", { d: "M7.605 10.194c.08.243.087.574-.186.54-.273-.036-.222-.28-.243-.374-.039-.17-.2-.324-.035-.49.165-.168.383.08.464.324z" }), jsx("circle", { cx: "4.468", cy: "4.946", r: "1" }), jsx("path", { d: "m4.472 5.58.022.93-.243-.219.017-.741z" }), jsx("path", { d: "M4.832 5.297c.05.215-.266.336-.481.296-.215-.04-.377-.151-.344-.349.032-.198.299-.153.39-.098.09.054.367-.15.435.151z" }), jsx("circle", { cx: "2.824", cy: "6.4", r: "1" }), jsx("path", { d: "m3.408 6.4.732-.05.312.24-1.055-.039z" }), jsx("path", { d: "M3.14 6.008c.197.007.333.224.305.454-.028.23-.205.417-.387.39-.183-.03-.17-.183-.165-.23.004-.046.106-.129.117-.204.01-.074-.052-.239-.029-.315.024-.077.07-.097.159-.095zM2.55.344c-.083.13-.238.229-.317.178-.079-.05-.05-.231.03-.361.082-.13.212-.194.291-.144.08.051.076.197-.005.327zM1.733 1.808 2.14.847l-.06-.053-.464.675z" }), jsx("path", { d: "M2.067.99C1.865.803 1.82.61 1.885.422c.065-.188.217-.066.217-.066s.1.14.173.189c.073.05.19-.016.277.138.087.156.035.311-.034.35-.07.039-.282.111-.451-.043zM.369.83c.144.104.222.28.172.396-.05.114-.209.122-.354.017C.042 1.14-.035.963.015.848.065.733.223.725.37.83zM.793 1.144l.754.452-.021.355-.82-.702z" }), jsx("path", { d: "M.787 1.23c-.168.186-.321.214-.46.131C.187 1.28.3 1.137.3 1.137S.419 1.05.466.98C.513.91.476.786.606.713.736.641.85.707.873.78c.022.074.053.293-.086.45z" })] }), jsxs("g", { fill: "color(display-p3 0.667 0.549 0.188)", fillRule: "nonzero", children: [jsx("path", { d: "M71.329 73.449s-.055.036-.085.095c-.029.06-.062.178-.062.178l.004-.29.097-.056.046.073z" }), jsx("path", { d: "M71.372 73.268s-.068.114-.228.105c-.16-.009-.238-.083-.257-.165a.284.284 0 0 1 .032-.235c.052-.094-.076.09-.076.09v.18l.117.139.1.03.098.007.125-.042.084-.063.005-.046zm.844 1.47s-.081.043-.143.02c-.378-.134-.696-.355-.696-.355l.76.471.079-.135zm.473.215s-.009.133-.156.2c-.147.065-.25.035-.304-.029a.285.285 0 0 1-.077-.224c.005-.108-.026.115-.026.115l.08.16.167.07.103-.019.09-.039.093-.095.047-.096-.017-.043zm4.86-9.51s-.02.03-.02.078l-.002.139-.166-.184.084-.109.104.075zm-.089-.24c.01.132-.181.32-.324.26-.143-.059-.247-.207-.17-.356.079-.148-.038.056-.038.056l.02.218.136.125.169.01.133-.076.081-.148-.007-.089zm2.01.358s-.032-.09-.016.012-.115.32-.268.3c-.153-.019-.223-.152-.21-.276.013-.123-.025.043-.025.043l.024.165.081.077.117.07.137-.024.123-.08.055-.115v-.083l-.018-.089z" }), jsx("path", { d: "M78.782 65.713s.005.07-.086.12c-.088.048-.176.099-.263.15l.565-.164-.046-.137-.17.032zm-3.424 4.477s-.03.033-.033.103c0 .052.005.104.015.155l-.317-.5.094-.06.24.302zm-.174-.471c-.057.132-.288.216-.398.151-.11-.063-.205-.303-.07-.408l-.07.062-.036.136.051.143.11.125.102.03.163-.032.119-.092s.086-.246.029-.115zm1.117 1.147s.003.059-.101.059l-.322.003.527.102.026-.105-.13-.06z" }), jsx("path", { d: "M76.948 70.989c.047.175-.11.344-.31.285-.202-.06-.256-.259-.193-.366l-.05.125.037.167.123.107.127.027.129-.031.13-.125.033-.15-.026-.039zm-19.827 2.23c.054.061-.03.29-.258.381-.228.092-.34.005-.401-.072-.06-.077-.056-.158-.056-.158l-.033.042.03.118.116.099.2.044.15-.029.148-.079.076-.079.065-.096.008-.119-.036-.06h-.01l-.003.006.004.002z" }), jsx("path", { d: "M56.918 73.717s-.04.013-.074.07c-.034.057-.047.158-.047.158l-.018-.268.117-.061.022.1zm-.759.804s-.021.057.04.088c.06.03.203.065.203.065l-.373.014-.039-.145.17-.022zm-.126.231s.004.014.003.038a.288.288 0 0 1-.03.107c-.043.092-.06.198-.194.171a.247.247 0 0 1-.204-.215.255.255 0 0 0-.043-.122v.118l.082.197.134.062h.117l.091-.035.043-.119.023-.096-.022-.106z" }), jsx("path", { d: "M55.093 74.727s.043.17.234.175c.19.005.238-.053.238-.053l.022.066-.07.035-.165.019-.146-.029-.068-.05-.051-.09.006-.073zm-1.891-5.078s.006.02-.007.082c-.013.062-.13.21-.347.214-.218.003-.309-.07-.367-.142a.37.37 0 0 1-.069-.174l-.006.108.084.135.215.101.204.001.208-.06.091-.101.022-.11-.028-.054zm-.345.461s-.078.007-.117.042c-.039.035-.073.077-.073.077l-.003-.258.193.014v.125zm-.937.683s-.015.015.098.066c.113.05.626.105.626.105l-.823-.023.03-.14.07-.008zm-.093.015s-.002.031-.043.114c-.041.084-.145.305-.318.275-.174-.031-.152-.152-.152-.171l-.003-.062-.03.125.041.088.072.044.14.018.096-.042.104-.1.054-.105.044-.111-.005-.073zm-.444.021s-.005.04-.141.044c-.137.004-.331-.055-.331-.055l.064.081.113.029.14.002.111-.011.044-.09zm-.42-5.774s.03.088-.047.145c-.078.057-.248.092-.356.03a2.136 2.136 0 0 1-.303-.258l.091.163.143.118.199.057.19-.03.088-.075.026-.062-.03-.088z" }), jsx("path", { d: "M50.382 65.319s.004.023 0 .11c-.004.088-.04.233-.04.233l.174-.387-.069-.061-.065.105zm-1.074.303s-.026-.027.026.088c.052.114.476.522.476.522l-.676-.57.078-.11.096.07zm-.226.066s-.087.053-.165.057c-.078.004-.208-.004-.225-.097-.018-.091.026-.131.026-.131l-.056.127.021.07.1.057.139.013.125-.061.035-.035zm-.273-.29s.008.026-.118.009c-.125-.018-.277-.162-.277-.162l.1.157.212.088.083-.092z" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M79.993 63.531c-.06.767-.818 1.158-1.215 1.444-.397.287-.589.642-.589.642l-.133.447-.065.286-.013.1c.026.08.06.217.065.425.01.348-.022.845-.022.845l.533-.382.386-.145.117-.019s-.429.426-.598.887c-.168.46-.48 1.44-1.066 1.755-.584.316-.949.185-1.144.356-.195.17-.201.216-.201.216l-.25.34-.197.255-.184.127-.116.095a1.503 1.503 0 0 1-.048.33c-.064.226-.14.476-.14.476s.117-.07.259-.089c.14-.018.272-.016.272-.016s-.11.135-.149.266c-.039.132.026.922-.728 1.396-.754.473-2.674.399-2.674.399l-.363.144-.343.255-.312.342-.023.093s-.236.287-.406.4l-.559.367s.331-.012.442.026c.11.04.702.304.702.304s-.433-.01-.728.105c-.295.114-1.638.873-2.288.85-.65-.02-1.578-.969-1.578-.969l-.42-.294-.697-.135-.863-.049.012-.113.017-.139s.292-.033.763.022c.403.049.537.182.874.221.339.04.589-.01.712-.065.124-.057 1.167-.938 1.167-.938l1.173-.411.449.065.198.053.182.053s-.061.095-.192.217c-.13.121-.292.204-.292.204l.143.114.74-.118.243.063s.018.005.07.037a.657.657 0 0 1 .107-.251c.091-.118.507-.457.686-.576.18-.118.218-.135.277-.197.058-.063.298-.682.298-.682l.033-.315.82-.787.551-.586.241-.668-.026-.134s.198.204.163.618c-.036.415-.127.56-.127.56s.558-.385.858-.517a.957.957 0 0 1 .478-.092c.08-.045.295-.178.425-.369.163-.236.205-.306.205-.401 0-.096.026-.556.026-.556l-.052-1.412.481-1.063.699-.625.133-.08s-.056.149-.065.251c-.01.102-.01.283-.01.283s.354-.484.536-.573l.112-.053c.067-.122.116-.253.144-.39.056-.268.066-.627.066-.627l.01-.585-.113-.454-.326-.872-.013-1.148-.243-.328s.23-.018.516.393c.286.412.371.99.371.99l.664-2.033s.178.24.304.642c.128.401.166.674.166.674l.262-.564c-.003.006-.008.039.03.2.046.187.452.42.39 1.187zM66.515 76.529s-.124-.311-.763-.627c-.64-.316-1.116-.377-1.116-.377l-.007.234 1.004.437.5.408.382-.075z", fill: "color(display-p3 0.612 0.631 0.408)" }), jsx("path", { d: "M71.083 74.618c.062-.082.602-.562.878-.704.277-.141.643-.167.643-.167.38-.07.443-.014 1.32-.497.878-.484 1.073-1.04 1.242-1.175.169-.135.477-.168.477-.168s-.367.431-.688.783c-.322.353-.667.576-1.161.909-.494.332-1.52.348-1.52.348-.433.1-.58.204-.82.415-.15.132-.285.28-.404.44 0 0-.028-.101.033-.184zm2.422-2.537c-.812.74-1.08 1.429-1.08 1.429s.723-.619 1.093-.974c.37-.356.89-.527 1.125-.744.234-.217.247-.401.396-.54.15-.138.26-.204.26-.204s-.357-.276-1.794 1.033zm-1.714 1.714s.348-.152.48-.463c.097-.23.045-.29.194-.553 0 0 .845-.814 1.144-1.165.533-.625.292-1.138.292-1.138s.059.263-.162.54c-.221.275-1.311 1.02-1.443 1.447-.133.428-.059.444-.117.671-.135.525-.388.661-.388.661zM71.23 75.9s-.425-.285-.901-.255c-.971.062-1.792.658-2.433.676-.642.018-.894-.304-1.39-.64-.528-.36-1.837-.308-1.837-.308l-.008.031-.01.038s.9.01 1.284.116c.733.201 1.128.963 1.96.914 1.08-.063 1.966-.72 2.407-.717.759.005.928.145.928.145zm-4.815-.49s.753.135 1.337-.294c.585-.427 1.28-1.006 1.664-1.033.384-.026.787.073.787.073s-.488-.217-.877-.211c-.39.007-.787.06-1.151.277-.364.217-.54.611-.936.862-.397.25-.825.325-.825.325zm-.135 1.01c-.1 0-.218.065-.257.059-.039-.006-.27-.244-.591-.415-.322-.17-.802-.274-.802-.274s-.06.015.048.05c.107.037.503.171.757.29.253.119.51.388.533.431a.322.322 0 0 0 .302.158c.189-.006.264-.114.244-.188-.02-.072-.133-.111-.234-.111zm.53-.73s.298.17.792.157c1.054-.026 1.717-.746 2.407-1.009.688-.264 1.041-.035 1.041-.035s.019-.037-.004-.054a1.411 1.411 0 0 0-.77-.24c-1.157.017-2.24.746-2.712.943-.456.19-.754.237-.754.237zm11.2-7.961c-.356.365-.885 1.534-1.119 1.852-.233.32-.527.415-.653.544-.111.112-.536.684-.634.822-.097.138-.127.099-.195.158-.068.06-.104.063.01.033.114-.03.15-.099.325-.296.175-.198.166-.287.445-.537.28-.25.786-.535 1.037-.842.251-.307.764-1.496 1.032-1.786.29-.314.798-.5.798-.5s-.4-.116-1.047.552zm-1.801 2.215s-.013-.211.247-.52c.26-.31.35-.27.559-.725.208-.454.3-.894.468-1.375.168-.48.461-.955.461-.955s-.273.027-.552.402c-.28.375-.722 1.06-.95 1.731-.227.672-.233 1.442-.233 1.442zm-.332.44s.098-.052.11-.638c.014-.586-.032-1.408.137-1.816.169-.408 1.066-1.39 1.066-1.39s-.37.093-.89.508c-.52.414-.741.935-.715 1.329.026.395.247.842.267 1.231.018.388.025.776.025.776zm2.112-4.032s.222-.794.312-.987c.092-.193.096-.307.546-.812.259-.289.512-.474.62-.877.109-.404.105-1.531.105-1.531s-.117.104-.213.302c-.095.198-.026.93-.195 1.268-.17.338-.55 1.132-.741 1.303 0 0-.039-.57.03-1.145.07-.575.265-.75.351-1.128.087-.376.035-1.351.035-1.351s-.307.317-.46.68c-.15.364-.242 1.018-.246 1.51-.005.491.113.89.13 1.171.017.28.038.413-.074.72-.113.307-.056.096-.126.395a6.88 6.88 0 0 1-.142.522l.068-.04zm-.701-4.308s.268.337.225.724c-.044.385-.19.895-.04 1.298.153.404.378.444.439.676.06.232.064.686.064.686s.126-.862.04-1.099c-.087-.236-.126-.127-.252-.377-.125-.25.005-.934-.09-1.333-.096-.4-.386-.575-.386-.575z", fill: "color(display-p3 0.443 0.467 0.196)" }), jsx("path", { d: "M61.337 76.461s.081-.227.627-.493c.546-.267 1.368-.626 1.446-.58.078.047-.042.343-.042.343l-.53.161-.422.247-.494.32-.585.002z", fill: "color(display-p3 0.612 0.631 0.408)" }), jsx("path", { d: "M62.729 75.028c-.698.026-1.079.198-1.213.224-.046.01-.146.08-.232.038-.164-.081-.306-.305-.306-.305l-.148-.123-.034.5-1.019-.882-.108.583-.13.269-1.01-.953.048.737s-.264.035-.277.026l-.72-.5-.212.07.234.435-.91.07s-.074.04-.197.154c-.124.113-.192.22-.192.22s-.028.046.005.068c.032.02.281.016.36-.014.077-.03.127-.138.15-.094.023.045.052.244.173.225.12-.02.543-.34.845-.2.336.157-.436.384-.356.622.079.238.635.137.776.06.142-.074.564-.6.736-.4.24.278-.505.493-.367.771.134.268.55.208.75.092.203-.115.67-.834.775-.68.18.27-.395.528-.25.736.144.209.462-.007.674-.156.211-.148.296-.5.588-.665.292-.164.273-.096.353-.098.08-.004.307-.227.307-.227l.687-.292.337.025.173.082.345.048.04-.29s-.398-.186-.675-.176zm-5.502.006.145-.258-.082-.125s-.243-.136-.464-.36c-.22-.224-.301-.275-.403-.325a8.98 8.98 0 0 1-.441-.273l-.154-.565-.09-.164-.263.103-.346-1.216-.068-.218-.143-.009-.283.738-.317-.46-.081-1.009-.198.221-.254.259-.453-.914s-.036-.024-.06.052a1.654 1.654 0 0 0-.033.534 5.04 5.04 0 0 1-.607-.457c-.46-.395-.57-.598-.57-.598l-.215-.483.202-.425.1-.507-.442.181-.078-1.145-.068-.362-.533.76s-.208-.293-.208-.326l.01-.723-.143-.043-.218.408s-.21-.421-.302-.511c.015-.162.04-.575-.06-.894-.124-.406-.27-.622-.218-.954.053-.331.187-.363.172-.51-.016-.147-.234.095-.161-.1.073-.194.77-.637.624-.869-.146-.231-.816.364-.66-.036.155-.4.8-.406.837-.964.022-.347-.61.216-.666.042-.057-.173.39-.531.385-.757-.005-.227.083-.253-.042-.374s-.51.474-.51.474l-.42-.159-.146.6-.13.511-.52-.305.14.622.125.605-.54-.137.285.516.373.378.23.311.167.09.223.221.078.332s.13.363.13.38l.021.357.005.237-.011.183-.008.07-.012.079-.004.216c-.102.01-.267-.155-.328-.052-.064.112.313.401.241.474-.071.073-.624-.112-.656.065-.033.178.052.428.37.507.319.08 1.06.25.936.395-.123.145-.93-.44-.897-.013.033.428.312.605.52.685.208.079 1.02-.013.975.177-.045.191-.663-.06-.721.217-.059.277.429.316.533.316.104 0 .442-.013.572.086.13.099.585.579.87.823.244.206.768.569.921.674l-.007-.001c-.155-.014-.474-.048-.524.067-.065.148 1.222.606.853.748-.37.141-.767-.393-.874-.066-.107.326.244.602.445.72.2.12 1.341.025 1.118.282-.224.259-1.05-.173-1.059.132-.007.306.552.79.838.777.286-.013.6-.472.73-.224.13.247-.22.348.055.413.275.066.47-.281.79-.218.32.063.822.265 1.103.52.194.18.384.363.569.55z", fill: "color(display-p3 0.612 0.631 0.408)" }), jsx("path", { d: "M61.671 76.32c.195.003.221.108.247.105.026-.004.355-.283.666-.454.313-.172.787-.273.787-.273l.03.043s-.566.14-.839.332c-.338.237-.604.385-.62.428-.017.042-.14.125-.332.128-.192.003-.273-.111-.273-.168 0-.056.14-.144.334-.141zm1.703-.861s-.168.017-.264-.067c-.095-.083-.308-.157-.512-.157-.203 0-.53.112-.788.359-.02.02-.073.115-.295.264.077.015.227-.088.39-.22.234-.19.529-.241.737-.271.208-.032.338.087.433.153.096.066.29.048.29.048l.01-.11zm-10.11-4.124c.022-.009.019-.055.005-.134a3.202 3.202 0 0 1-.44-.233c-.332-.198-1.02-.744-1.02-.744s.286.276.572.533c.285.257.8.572.8.572l.002.002a.357.357 0 0 0 .082.004zm7.138 5.046s.104-.136.289-.433c.185-.298.354-.393.38-.43.026-.035-.071-.18-.127-.292-.055-.112-.045-.23-.045-.24 0-.01.068.174.204.276.078.057.151.12.22.187 0 0 .271-.036.278-.088.006-.053-.007-.09-.052-.109-.045-.02-.098.04-.221-.013-.257-.112-.361-.5-.514-.513-.152-.013-.043.411-.11.417-.238.023-.423-.862-.992-.898-.4-.026-.471.05-.49.138-.02.089.484.62.315.694-.17.077-.705-.832-1.095-.842-.39-.01-.423.138-.394.224.03.085.433.161.338.444-.091.275-.484-.424-.844-.385-.361.04-.4.066-.417.168-.016.102.127.25.075.286-.052.036-.28.026-.461.151-.182.126-.436.468-.436.468s.237-.336.553-.372c.315-.036 1.111.003 1.111.003s-.107-.066-.224-.17c-.117-.106-.218-.32-.218-.32s.176.165.345.303c.169.138.38.243.38.243s.338.033.36.073c.023.04-.01.118-.149.27-.14.15-.341.329-.341.329s.338-.257.403-.313c.065-.056.299-.233.299-.233s.247.032.273.026c.026-.007.014-.092-.152-.336-.165-.243-.323-.507-.323-.507s.204.187.41.458c.206.27.176.396.26.41.085.012.22.03.283.028.083-.005.061.118-.082.335-.143.218-.227.497-.227.497s.146-.234.302-.395.237-.352.3-.362c.061-.01.27.016.3.004.028-.014-.05-.1-.161-.323-.11-.224-.146-.534-.146-.534s.107.29.276.5c.17.211.234.38.27.383.038.002.168-.015.263-.014.048.001.053-.01.058.02.017.093-.022.148-.136.362-.114.214-.188.425-.188.425zm-4.316-2.498c.243.083.338.083.338.083s-.335-.198-.423-.478c-.088-.28-.01-.869-.153-.862-.143.007-.224.434-.367.349-.143-.085.049-.872-.107-1.208-.156-.336-.523-.57-.608-.448-.085.123-.065.846-.292.688-.228-.157.02-.776-.05-1.06-.067-.283-.24-.486-.37-.417-.13.07.052.599-.153.605-.204.007-.175-.372-.263-.408-.087-.036-.117.076-.166.004-.048-.073-.022-.343-.13-.316-.107.026-.087.233-.058.348.03.116.094.28.14.356.045.076.208.17.195.234-.013.062-.098.115-.208.118-.11.003-.361-.007-.361-.007s.266.083.367.093c.1.01.296-.043.345.046.048.089.282.404.282.404s.055-.164.085-.454c.029-.289.016-.543.016-.543s.078.336.068.537c-.01.2-.084.592-.084.592s.22.184.156.234c-.065.05-.296.043-.566.04a3.719 3.719 0 0 1-.653-.096s.345.164.585.204c.24.04.764.052.764.052l.357.405s.171-.294.195-.585c.024-.292-.006-.631-.006-.631s.074.305.088.565c.013.26-.085.72-.117.76a.996.996 0 0 1-.376.193c-.236.06-.71.12-.71.12s.437.058.75-.017c.315-.074.352-.162.44-.109a.766.766 0 0 1 .165.149s.189.145.274.184c.013.03-.146.094-.226.145-.08.05-.291.148-.291.148s.309-.112.445-.148c.068-.019.234-.08.234-.08l.091.05s.006-.066-.02-.25a5.445 5.445 0 0 0-.065-.362s.108.168.14.326c.033.158.033.319.033.319s.026.045.27.128zm-6.228-7.121s.07-.334.07-.72c0-.386-.27-.983-.312-1.044a.981.981 0 0 1-.07-.114l.182-.28-.234.183s-.13-.026-.242-.096a.519.519 0 0 1-.17-.175s.12.088.235.135c.114.048.143.031.143.031l-.09-.39s-.12-.047-.385-.194c-.266-.148-.505-.38-.505-.38s.36.217.562.3c.203.085.317.09.317.09s.213-.063.323-.126c.109-.063.332-.232.332-.232s-.213.121-.353.153a3.5 3.5 0 0 1-.317.052l-.063-.473-.223-.232c-.177-.232-.313-.563-.313-.563s.182.231.328.342c.146.11.281.29.281.29s.166-.09.328-.2c.16-.11.56-.4.56-.4s-.228.12-.545.268c-.317.147-.328.132-.328.132s-.025-.206.021-.295c.047-.09.146-.237.13-.327-.015-.09-.083-.058-.109-.131-.026-.074.083-.527.083-.527s.026.164.032.247c.005.084-.042.2.072.2.115 0 .65-.536.718-.637.067-.1.167-.373-.115-.263-.28.11-.213.35-.447.332-.067-.005-.145-.305-.234-.232-.088.075-.286.258-.322.469-.036.21.047.532-.073.626-.12.095-.223-.363-.458-.3-.233.063-.285.384-.249.51.037.127.546.717.385.79-.162.074-.557-.5-.77-.11-.213.39.67.79.78.885.109.095.01.121.166.316.156.194.365.242.474.374.109.131.431.757.431 1.163 0 .405-.026.553-.026.553zm2.349 3.417s-.217-.252-.145-.666c.071-.414.358-1.145.26-1.238-.097-.091-.403.448-.481.323-.078-.125.175-.855.046-1.159-.13-.302-.143-.493-.403-.466-.26.026-.371.881-.494.73-.124-.151.07-.533-.013-.737-.085-.204-.13-.276-.26-.244-.13.033-.19.428-.28.422-.091-.007-.24-.475-.43-.408-.188.066.45.895.45.895s.113-.099.172-.24c.058-.142.116-.297.116-.297s.053.27.007.376c-.045.105-.081.352-.081.352s-.156.049-.413.01a1.768 1.768 0 0 1-.468-.145s.172.115.435.184c.182.048.363.1.543.155 0 0 .069.085.185.24l.218.286s.075-.158.15-.418.253-.687.253-.687-.055.516-.117.77c-.061.253-.126.612-.126.612s-.228-.023-.533-.08c-.306-.056-.722-.16-.722-.16s.364.144.718.24l.576.154.278.367s.076-.133.187-.287c.11-.156.195-.366.195-.366s-.05.287-.134.457c-.084.172-.143.274-.143.274s-.179.043-.344.039l-.504-.007s.283.095.507.132c.224.036.387.06.387.06s.016.1.136.273c.12.17.272.254.272.254z", fill: "color(display-p3 0.443 0.467 0.196)" })] }), jsx("path", { d: "M62.886 77.66s-.127-.136-.296-.225c-.169-.089-.226-.063-.226-.063l-.078-.027.148-.385 1.113-1.062.173-1.066.04-.002.645-.006-.006 1.456.204.092 1.243.744-.004.323s-.062.022-.182.07c-.12.047-.15.082-.15.082l-.468.044-.819-.592-.338-.355-.617.79-.382.182z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero" }), jsx("path", { d: "M63.762 74.83s-.019.056-.026.22c-.009.164.01 1.024-.032 1.142-.042.117-.64.364-.983.662-.343.3-.356.518-.356.518s-.112.009-.325.088c-.212.078-.307.197-.307.197s.125-.53.68-1.022.823-.533.885-.616c.062-.082 0-1.023.013-1.099.013-.076.08-.082.125-.089.046-.006.326 0 .326 0zm1.414 3.144s.088-.171.144-.229c.056-.057.19-.153.19-.153s.022-.022-.281-.154c-.304-.131-.46-.087-.676-.24-.217-.154-.434-.418-.434-.418l-.29.26s.173.245.338.403c.164.157.537.21.702.303.164.092.307.228.307.228z", fill: "color(display-p3 0.004 0.408 0.282)", fillRule: "nonzero" }), jsx("path", { d: "M64.305 74.824s.328-.02.374.031c.045.05.039.107.04.124.002.016.018.795-.04 1.051-.061.268-.2.535-.278.614-.078.08-.572.51-.806.737-.234.228-.472.554-.472.554s-.087-.097-.16-.19c-.074-.092-.148-.122-.13-.184.017-.06.264-.43.658-.689.395-.259.724-.552.798-.973.074-.422.016-1.075.016-1.075z", fill: "color(display-p3 0.804 0.125 0.165)", fillRule: "nonzero" }), jsx("path", { d: "M66.5 77.486s-.08-.08-.357-.084c-.28-.004-.302.037-.302.037s-.153-.192-.398-.351c-.246-.16-.432-.137-.696-.31-.264-.174-.403-.428-.403-.428l.204-.412s.228.32.463.493c.237.173.76.342.928.488.167.146.56.567.56.567z", fill: "color(display-p3 0.804 0.125 0.165)", fillRule: "nonzero" }), jsxs("g", { fillRule: "nonzero", transform: "translate(54.992 68.917)", children: [jsx("path", { d: "M14.003 3.848s-.715-.277-.664-.527c.052-.25 1.652-.671 1.652-.671l.026-.421s-.234-.013-.638.118c-.403.132-1.04.303-1.728.303-.418 0-.645-.044-.759-.078-.073-.022-5.638-.349-5.82-.347a3.551 3.551 0 0 1-.303-.01C5.028 2.164 4.55 1.032 4.55 1.032l-.35.061s.107.557-.079.606C3.758 1.794 1.34.504 1.34.504l-.133.523s1.478.79 1.434 1.083c-.045.294-.483.271-.483.271l.188.352c.066.006 2.434.12 2.474.83.016.286-.58.456-.58.456l.198.242v.121s1.315.008 1.68.21c.363.204.549.497.995.753.445.256 3.472.193 3.944.06.535-.15.863-.754 1.732-1.018.87-.262 1.15-.276 1.15-.276l.064-.263z", fill: "color(display-p3 0.188 0.761 0.863)", stroke: "color(display-p3 0.031 0.447 0.655)", strokeWidth: ".107" }), jsx("circle", { cx: "1.9", cy: "2.716", fill: "color(display-p3 1.000 1.000 1.000)", r: "1", stroke: "color(display-p3 0.031 0.447 0.655)", strokeWidth: ".209" }), jsx("circle", { cx: "4.292", cy: ".768", fill: "color(display-p3 1.000 1.000 1.000)", r: "1", stroke: "color(display-p3 0.031 0.447 0.655)", strokeWidth: ".209" }), jsx("circle", { cx: "14.322", cy: "3.887", fill: "color(display-p3 1.000 1.000 1.000)", r: "1", stroke: "color(display-p3 0.031 0.447 0.655)", strokeWidth: ".209" }), jsx("path", { d: "M.022.142c-.137.316.402.915.78.98.376.067.584-.025.65-.21a.56.56 0 0 0-.072-.5C1.14.09.158-.173.022.142z", fill: "color(display-p3 0.973 0.784 0.235)" }), jsx("path", { d: "M1.21.624C1.2.433.886.248.684.248c-.201 0-.403-.006-.37.1C.345.451.865.59.878.65.892.71.723.781.807.86c.085.08.189.02.274-.039.084-.06.136-.079.13-.197z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M4.539 4.23c.086.278-.13.414-.41.54-.28.124-.852.052-.981-.171-.13-.224.208-.586.552-.672.345-.085.76.053.839.303z", fill: "color(display-p3 0.973 0.784 0.235)" }), jsx("path", { d: "M3.96 4.395c.11-.02.11.165.208.15.098-.012.182-.17.156-.276-.026-.105-.208-.25-.364-.236-.156.013-.617.4-.565.506.052.105.156.093.24.053.085-.04.208-.178.325-.197z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M14.86 2.79c.254.336.71.026.832-.105.121-.132.494-.347.342-.567-.152-.219-.411-.201-.585-.193-.173.009-.528.264-.589.382-.06.119-.113.334 0 .482z", fill: "color(display-p3 0.973 0.784 0.235)" }), jsx("path", { d: "M14.943 2.567s.022-.367.364-.382c.195-.008.204.053.351.137.147.083.204-.11.204-.11s.009.259-.23.267c-.238.009-.152-.105-.385-.14-.206-.031-.304.228-.304.228z", fill: "color(display-p3 1.000 1.000 1.000)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "m64.37 70.773-.169-.11s-.338-.017-.567-.013c-.23.005-.685.027-.685.027l.68 1.97.815 1.171.312.112.633-.042.108-.307-.239-1.9-.887-.908h0z", fill: "color(display-p3 0.976 0.667 0.318)", stroke: "color(display-p3 0.584 0.196 0.125)", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".1" }), jsx("path", { d: "m62.124 70.896.033-.224s.154-.02.368-.026c.215-.007.402.014.425.031.022.017.475.568.63.93.156.362.338.967.54 1.337.201.368.637.987.637.987s-.218.012-.41.012c-.191 0-.405.007-.405.007l-.365-.141-1.147-1.78-.306-1.133h0z", fill: "color(display-p3 0.976 0.667 0.318)", stroke: "color(display-p3 0.584 0.196 0.125)", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".1" }), jsx("path", { d: "M61.645 70.654s.468-.009.512.018c.043.026.563.487.77 1.057.209.57.105.65.374 1.238.268.587.641.982.641.982s-.78.044-1.222-.035c-.442-.079-.598-.07-.702-.193-.104-.123-.347-.272-.347-.272h-.442l.104-.614-.121-1.378.026-.711.407-.092h0zm4.68.364-.745-.307-1.387-.07s.052.369.104.71c.052.343.295 1.15.52 1.545.225.395.451.878.573.992.121.114.919-.215.919-.215l.52-.08-.07-.566-.074-.175.122-1.61-.113-.25-.369.026z", fill: "color(display-p3 0.976 0.667 0.318)", stroke: "color(display-p3 0.584 0.196 0.125)", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".1" }), jsx("path", { d: "M61.42 71.027c0 .176.186.185.233.176.048-.01.209-.07.209-.308 0-.236-.148-.42-.438-.438-.29-.018-.511.347-.511.592 0 .246.246.373.246.465 0 0-.246.229-.234.628.013.4.339.706.339.706s-.347.277-.347.553c0 .277.264.46.511.46s.563-.157.563-.368c0-.21-.186-.337-.342-.337-.156 0-.22.091-.22.162m5.134-2.18c0 .172-.11.179-.208.179-.097 0-.227-.053-.227-.27 0-.218.286-.336.468-.336.181 0 .494.25.494.553 0 .302-.221.506-.221.506s.136.066.136.447c0 .383-.247.659-.247.659s.323.125.323.52c0 .394-.274.524-.463.524-.188 0-.517-.113-.517-.382 0-.27.17-.366.3-.366.13 0 .256.152.256.3", fill: "color(display-p3 0.976 0.667 0.318)", stroke: "color(display-p3 0.584 0.196 0.125)", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".1" }), jsx("path", { d: "M61.897 73.225s.048.032.085.109c.037.078.064.203.15.279.168.151 1.455.198 1.845.198.39 0 1.56.052 1.781-.08.221-.13.247-.348.384-.447.136-.099.175-.092.175-.092l-.169.145-.012.276.1.151s-.022.08-.16.165c-.136.086-.26.112-.448.132-.188.02-2.651.013-3.049-.053-.396-.066-.37-.06-.487-.145a.862.862 0 0 1-.182-.177l.052-.178-.065-.283zm3.997-2.36.22.097s-.188.059-.33.448c-.144.389-.027.513-.124.552-.098.04-1.164.007-1.164.007l-.182-.441 1.58-.662z", fill: "color(display-p3 0.584 0.196 0.125)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M69.293 71.105s-.182-.108-.266-.358c-.085-.25-.156-.564-.091-.63.065-.065.201.152.189.348-.014.195.168.64.168.64zm2.083-.946s.13.39.176.433c.045.043.253.197.253.197s-.292 0-.383-.131c-.091-.13-.221-.489-.221-.489l.175-.01zM72.005 70.33s-.175.105-.325.046c-.15-.06-.266-.146-.208-.21.059-.067.097-.04.175.045.079.086.358.119.358.119zm1.059-.896s-.143.126-.247.126c-.104 0-.312-.04-.312-.086 0-.046.273-.073.318-.066.046.007.241.026.241.026zm-1.587-2.099s-.234.073-.312.191c-.077.119-.058.25.04.244.096-.007.123-.138.123-.178 0-.039.15-.257.15-.257zm-1.045.573s-.176.111-.221.21c-.046.099-.085.31.019.316.104.007.137-.158.143-.243a2.49 2.49 0 0 1 .059-.283z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "m68.561 69.17-.574.607s1.32.737 2.333.704c1.015-.032 2.172-.822 2.25-.987.078-.164.013-.869-.118-1.093-.13-.223-.832-.77-1.098-.743-.266.026-.735.381-1.17.803-.436.421-.39.776-.995.744l-.628-.034z", fill: "color(display-p3 0.549 0.745 0.749)", stroke: "color(display-p3 0.016 0.325 0.306)", strokeWidth: ".1" }), jsx("path", { d: "M68.414 69.413s1.413.21 1.82-.15c.408-.359.85-1.06 1.136-1.219.286-.158.415-.158.415-.158s.21.134.308.217c.098.083.36.298.36.298l.113.67.008.368-.441.36-.811.373-.776.241-.658-.017-1.335-.386-.338-.24-.087-.076.286-.281z", fill: "color(display-p3 0.047 0.518 0.537)" }), jsx("path", { d: "M70.568 68.6c0-.12.078-.113.186-.113s.225.02.225.14c0 .12-.117.294-.225.294s-.186-.2-.186-.32zm.567.356c0-.108.083-.167.212-.167.13 0 .247.145.247.252 0 .108-.104.196-.233.196-.13 0-.226-.173-.226-.281zm-.195.844c0-.135.083-.163.212-.163.13 0 .209.06.209.195a.24.24 0 0 1-.235.244c-.13 0-.186-.142-.186-.276zm-.745-.26c0-.143.137-.188.253-.188.117 0 .21.117.21.261 0 .145-.093.261-.21.261-.116 0-.253-.19-.253-.333zm-1.18.144a.288.288 0 1 1 .577 0 .288.288 0 0 1-.576 0z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M71.135 68.956c0-.097.133-.167.212-.167.08 0 .144.078.144.176 0 .096-.064.175-.144.175-.079 0-.212-.087-.212-.184zm-.19.809c0-.112.103-.159.22-.159.119 0 .208.047.208.159 0 .11-.096.201-.214.201s-.215-.09-.215-.201zm-.745-.247c0-.123.203-.18.286-.18.084 0 .07.083.07.207 0 .124-.069.223-.153.223-.083 0-.203-.126-.203-.25zm.35-.93c0-.113.089-.12.162-.12.072 0 .125.035.125.148 0 .112-.06.204-.132.204-.073 0-.154-.12-.154-.233zm-1.537 1.01c0-.132.114-.255.281-.255.168 0 .338.057.338.188 0 .13-.205.356-.372.356-.168 0-.247-.16-.247-.29z", fill: "color(display-p3 0.549 0.745 0.749)" }), jsx("path", { d: "M69.553 69.513s-.195.057-.3.225c-.103.169-.116.36-.058.416.059.056.13-.124.15-.202.019-.08.208-.44.208-.44v.001zm.937-.348s-.189.225-.208.45c-.02.225 0 .337.052.348.052.011.084-.293.065-.405-.02-.111.09-.393.09-.393z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M70.645 69.363s-.123.006-.207.085c-.085.08-.163.178-.104.184.058.007.15-.039.155-.092.007-.052.156-.177.156-.177zm.202-1.086s-.098.079-.15.125c-.052.046-.117.177-.052.21.065.034.11-.026.156-.118s.046-.217.046-.217zm.71.453s-.183.026-.241.105c-.058.08-.098.172-.02.172s.097-.04.13-.112a.708.708 0 0 1 .13-.164zm-.112.837s-.039.125-.15.184c-.11.06-.142.112-.188.033-.045-.079.013-.119.072-.139.058-.02.266-.078.266-.078z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M72.576 69s.078.388-.26.579c-.338.191-1.287.862-2.184.783-.897-.079-1.918-.592-1.918-.592l-.142.066.227.098.696.29.792.23.495.033.429-.053.792-.262.672-.343.349-.276.093-.115-.009-.162v-.223L72.576 69z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M54.963 63.94s.208.178.188.33c-.02.151-.071.21-.13.184-.058-.026-.058-.184-.045-.25.013-.066-.013-.263-.013-.263zm1.538 1.428s-.058.263-.163.289c-.104.026-.182-.085-.162-.132.02-.046.104-.006.15-.046.045-.039.175-.111.175-.111zm-3.348.204s.072.151.208.178c.136.026.202-.067.182-.113-.02-.045-.078-.033-.15-.033-.07 0-.24-.032-.24-.032zm.598 1.171s.124.145.293.165a.254.254 0 0 0 .266-.152c.013-.04-.195-.033-.26.02-.065.053-.299-.033-.299-.033zm1.06.902s.272-.053.317-.125c.046-.073.118-.198.06-.27-.06-.073-.105.112-.137.184-.033.073-.24.21-.24.21z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M56.515 66.929s.182-1.22-.806-2.08c-.988-.86-1.63-.65-1.968-.333-.338.315-.632 1.351.416 2.255 1.049.904 2.34.623 2.34.623l.018-.465z", fill: "color(display-p3 0.549 0.745 0.749)", stroke: "color(display-p3 0.016 0.325 0.306)", strokeWidth: ".1" }), jsx("path", { d: "M53.501 65.637s-.019-.67.298-.87c.318-.2 1.362-.374 1.877.617.516.99.526 1.484.396 1.984l-.551-.005-.853-.347-.708-.521-.459-.858z", fill: "color(display-p3 0.047 0.518 0.537)" }), jsx("path", { d: "M56.384 67.104s-.173.193-.53.176c-.354-.018-2.01-.448-2.426-1.93l.026.324.017.105.11.299.348.505.437.374.551.284.395.116.515.09h.297l.26-.343z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M55.521 66.676c0-.132.068-.136.174-.136.105 0 .186-.047.186.085s-.072.323-.177.323c-.106 0-.183-.14-.183-.272zm.07-.784c0-.092.084-.165.187-.165s.186.073.186.165c0 .09-.083.164-.186.164s-.186-.073-.186-.164zm-.75.865c0-.072.094-.13.21-.13.116 0 .21.058.21.13 0 .071-.209.169-.325.169-.116 0-.095-.098-.095-.17zm-.069-.925c0-.116.057-.079.158-.079.102 0 .228.033.228.15 0 .116-.126.272-.228.272-.101 0-.158-.227-.158-.343zm-.697.155c0-.097.066-.234.19-.234.125 0 .26.137.26.235 0 .098-.1.177-.225.177-.124 0-.225-.08-.225-.177zm.125-.817c0-.102.07-.096.197-.096.128 0 .232.051.232.153 0 .102-.15.228-.277.228-.128 0-.152-.183-.152-.285zm.755-.08c0-.098.084-.066.204-.066.12 0 .217.08.217.178 0 .098-.153.208-.273.208-.12 0-.148-.221-.148-.32z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M54.2 65.148c.017-.07.066-.118.156-.118s.169.017.169.118c0 .102-.073.185-.163.185-.09 0-.186-.086-.162-.185zm-.139.803c0-.1.05-.193.152-.193.101 0 .182.01.182.11s-.09.215-.191.215c-.102 0-.143-.033-.143-.132zm.888-.847c0-.079.068-.087.165-.087s.16.02.16.098c0 .08-.078.143-.175.143-.097 0-.15-.075-.15-.154zm-.172.77c0 .107.08.195.177.195.098 0 .204-.086.204-.193 0-.109-.11-.211-.208-.211-.098 0-.173.1-.173.208zm.845-.113c0 .097.085.177.19.177.106 0 .191-.08.191-.177 0-.099-.085-.178-.19-.178-.106 0-.19.08-.19.178zm-.815.986c0-.085.09-.168.178-.168.089 0 .173.054.173.14 0 .086-.154.202-.242.202-.089 0-.109-.087-.109-.173zm.719-.126c0-.105.08-.114.19-.114.111 0 .165.01.165.116a.196.196 0 0 1-.199.192c-.11 0-.156-.088-.156-.194z", fill: "color(display-p3 0.549 0.745 0.749)" }), jsx("path", { d: "M55.721 65.388s.11.137.13.243c.02.105.02.224-.02.237-.038.013-.103-.066-.123-.165-.02-.099.013-.315.013-.315zm-.63-.672s.072.112.072.21c0 .1-.014.205-.065.205-.052 0-.052-.099-.052-.171 0-.073.045-.244.045-.244zm-.742.099s.072.112.072.21c0 .1-.013.205-.065.205-.052 0-.052-.099-.052-.17 0-.074.045-.245.045-.245z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M54.09 64.953s.098.027.182.092c.085.066.117.145.085.185-.033.04-.11-.02-.13-.066-.02-.046-.137-.21-.137-.21zm.565.776s.143.006.22.079c.079.072.144.132.098.184-.045.053-.156-.04-.201-.092-.046-.052-.117-.171-.117-.171zm-.689-.026s.13.032.195.078c.066.047.085.14.053.159-.033.019-.078-.014-.137-.073-.058-.06-.11-.164-.11-.164zm1.664.52s.046.159.046.27c0 .112.013.21-.04.21-.052 0-.078-.137-.078-.223s.072-.256.072-.256zm-.188.257s.117.045.17.091c.051.047.064.12.025.132-.039.013-.065-.072-.097-.105-.033-.033-.098-.119-.098-.119zm-.741.045s.125.015.18.052c.053.037.06.208.053.23-.005.022-.086.007-.12-.074a1.567 1.567 0 0 0-.113-.208z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M54.414 64.268s-.655.142-.775.563c-.12.421-.125.89-.125.89l-.094-.537.13-.347.191-.32.288-.18.26-.09.125.021zm2.043 2.5s.068-.164-.125-.68c-.192-.516-.587-1.19-.587-1.19l.307.348.244.395.12.363.088.332-.005.326-.042.105z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M57.12 65.933s.226.148.25.23c.022.083.032.11-.027.132-.058.024-.152-.069-.179-.132-.026-.062-.045-.23-.045-.23zm-.96 2.574s.107-.201.25-.277c.143-.075.25-.066.289-.02.039.047-.094.152-.192.188a7.506 7.506 0 0 1-.348.108zm1.612.615s.16-.076.264-.188c.104-.111.117-.19.078-.23-.04-.04-.17.027-.228.115-.058.089-.114.303-.114.303zm-.175-.15s.055-.208.11-.274c.056-.066.134-.102.192-.066.059.036.023.13-.02.178-.042.05-.282.161-.282.161z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M60.293 67.745s-1.005-1.45-2.565-1.527c-1.248-.061-1.643 1.051-1.597 1.387.045.33.513 1.055 2.177 1.177 1.665.123 1.933-.783 2.003-.827.069-.044-.018-.21-.018-.21z", fill: "color(display-p3 0.549 0.745 0.749)", stroke: "color(display-p3 0.016 0.325 0.306)", strokeWidth: ".1" }), jsx("path", { d: "M59.108 66.75s.415.316.591.565c.176.25.215.435.11.468-.104.032-1.007-.804-1.748-.98-.741-.179-1.384-.014-1.528.341-.142.356-.09.889.248 1.106.338.218 1.924.474 1.924.474s.721-.099.747-.112c.026-.013.462-.257.462-.257l.097-.25.117-.329.052-.132-.383-.42-.69-.475z", fill: "color(display-p3 0.047 0.518 0.537)" }), jsx("path", { d: "M57.833 66.953c0 .093-.098.14-.195.14s-.179-.05-.179-.143c0-.092.08-.168.176-.168.097 0 .198.078.198.171zm-.915.33c0-.094.104-.092.21-.092.105 0 .19.076.19.169 0 .093-.165.221-.26.176-.117-.056-.14-.16-.14-.254zm.984.537c0-.119.1-.215.225-.215a.22.22 0 0 1 .224.215c0 .117-.17.246-.293.246-.124 0-.156-.129-.156-.246z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M57.157 68.039c0-.103.107-.125.199-.125.09 0 .208.098.208.2 0 .104-.117.175-.208.175-.092 0-.199-.146-.199-.25z", fill: "color(display-p3 0.549 0.745 0.749)" }), jsx("path", { d: "M58.49 68.631c0-.12.051-.226.14-.226.088 0 .196.072.196.191 0 .12-.088.252-.176.252a.14.14 0 0 1-.113-.062.266.266 0 0 1-.048-.155zm.613-.646c0-.152.062-.136.17-.136.108 0 .216.086.216.238 0 .153-.135.234-.243.234-.107 0-.143-.185-.143-.336z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M57.775 66.868c0 .083-.034.128-.117.128-.082 0-.182-.045-.182-.128 0-.084.038-.11.12-.11.083 0 .18.026.18.11zm-.477.388c0 .092-.138.149-.225.149-.086 0-.143-.057-.143-.149 0-.09.067-.118.153-.118.087 0 .215.028.215.118zm.212.768c0 .08-.03.14-.124.14-.093 0-.214-.06-.214-.14 0-.08.033-.135.127-.135.093 0 .21.055.21.135zm.795-.26c0 .083-.164.177-.25.177-.087 0-.124-.154-.124-.237 0-.084.07-.15.156-.15s.218.126.218.21zm1.153.246c0 .087-.138.082-.217.082-.08 0-.15-.097-.15-.183 0-.088.026-.169.221-.146.079.01.147.16.147.247zm-.682.352a.154.154 0 0 1-.149.158.154.154 0 0 1-.15-.158c0-.087.068-.122.15-.122.083 0 .15.034.15.122z", fill: "color(display-p3 0.549 0.745 0.749)" }), jsx("path", { d: "M58.88 67.882s.162-.052.286-.04c.123.014.13.06.13.08 0 .02-.097.059-.143.045a16.676 16.676 0 0 1-.273-.085zm-.676.571s.13-.079.228-.098c.097-.02.175.013.169.072-.007.06-.04.073-.137.073s-.26-.047-.26-.047zm-.435-.999s.28.119.338.23c.059.113.085.139.026.172-.058.033-.124-.04-.162-.092-.04-.053-.202-.31-.202-.31z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M57.697 67.868s.215-.118.312-.118c.098 0 .124.013.137.106.013.091-.022.131-.102.122-.08-.009-.347-.11-.347-.11zm-.685.028s.234.062.293.184a.413.413 0 0 1 .034.303c-.023.071-.134.027-.168-.044-.035-.07-.159-.443-.159-.443z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M57.003 68.16c.012-.011.103-.132.199-.16.096-.03.207-.025.226.019.02.044-.083.11-.152.123a2.798 2.798 0 0 1-.273.017zm-.201-1.023.263.064c.096.064.118.114.096.139-.022.023-.116.037-.194-.01a.434.434 0 0 1-.165-.193zm.577-.589s.268.066.357.173c.088.108.076.172.032.193-.045.022-.148-.032-.207-.08-.06-.05-.182-.286-.182-.286z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M60.01 68.243s-.48.408-1.565.37c-1.086-.04-2.068-.501-2.314-1.008l.097.25.24.322.761.389.852.19.676.04.637-.112.494-.237c.026-.013.078-.125.078-.125l.045-.079zm.144-.513s-.182-.224-.435-.461c-.254-.237-1.242-.876-1.242-.876l.8.362.526.442.377.414-.026.119z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M60.2 66.844s.273.123.319.2c.045.077.104.147.104.147s-.072.208-.137.123c-.065-.085-.078-.085-.15-.2-.071-.117-.136-.27-.136-.27zm.812-.51s.254.125.344.271c.091.147.072.27.033.285-.04.016-.208-.154-.234-.223-.026-.07-.143-.332-.143-.332zM61.267 66.283s.24.178.279.257c.04.079.117.184.04.21-.079.027-.19-.092-.222-.164a3.73 3.73 0 0 1-.097-.303zm1.37.321s.189.065.208.224c.02.158-.02.27-.02.27s-.13-.112-.13-.145c0-.032.02-.06 0-.131l-.058-.218zm.365.127s.15.151.169.25c.02.098.039.165-.045.177-.085.014-.13-.085-.13-.17 0-.086.006-.257.006-.257zm-2.457 2.988s.117.052.227.013c.11-.04.202-.138.182-.204-.02-.066-.077-.125-.162-.04-.085.086-.039.126-.104.158l-.143.073zm1.352.367s.182-.026.306-.158c.123-.131.175-.224.09-.257-.084-.033-.194 0-.214.105-.02.106-.182.31-.182.31zm1.11.04s.138-.08.242-.178c.104-.099.162-.158.09-.23-.07-.073-.123-.02-.155.013-.033.033 0 .033-.04.138-.039.105-.136.257-.136.257z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M63.347 70.12s.146-.178.18-.278c.033-.098.052-.21-.014-.203-.067.006-.147.099-.152.171-.005.072-.014.31-.014.31z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M59.965 68.322c.01-.487.702-1.612 1.501-1.6.333.007.986.18 1.515.416.441.197.585.415.878.487.292.072.734.02.734.02l.995-.112-.78 1.139-.28.25s-.247.48-.955.756c-.709.276-1.905.072-2.444-.06-.54-.13-1.177-.644-1.164-1.296z", fill: "color(display-p3 0.549 0.745 0.749)", stroke: "color(display-p3 0.016 0.325 0.306)", strokeWidth: ".1" }), jsx("path", { d: "m59.965 68.322.052.001a1.19 1.19 0 0 1 .12-.433c.114-.253.303-.534.534-.75.232-.216.503-.365.782-.365h.012c.16.003.403.047.672.12.28.076.556.173.823.29.217.097.358.198.486.287.128.087.244.165.4.203.127.032.274.04.405.04.19 0 .347-.018.348-.018l.881-.1-.711 1.039-.282.252-.005.009v.001c-.012.021-.257.469-.928.731-.248.097-.566.134-.893.134a6.92 6.92 0 0 1-1.52-.195 1.685 1.685 0 0 1-.758-.433c-.217-.216-.366-.49-.366-.793v-.019h-.052l-.052-.002v.02c0 .34.166.64.397.869.231.23.53.392.806.46.346.084.958.198 1.545.198.335 0 .663-.037.93-.14.724-.284.98-.775.983-.782l-.046-.025.035.04.283-.255.85-1.238-1.109.124-.026.003a3.262 3.262 0 0 1-.31.015 1.68 1.68 0 0 1-.38-.036 1.094 1.094 0 0 1-.366-.19c-.127-.087-.278-.194-.503-.294a5.814 5.814 0 0 0-.839-.297 3.153 3.153 0 0 0-.696-.123h-.015c-.21 0-.411.074-.593.19a2.243 2.243 0 0 0-.673.715c-.166.273-.268.548-.273.746l.052.001z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M64.795 68.475c-.084.066-.175.066-.28.066-.104 0-2.32-1.35-3.01-1.29-.688.058-1.344.355-1.364 1.06-.02.703.156.71.299.907.143.198 1.495.494 1.495.494l.826-.014.663-.072.585-.315.318-.257.215-.263.253-.316z", fill: "color(display-p3 0.047 0.518 0.537)" }), jsx("path", { d: "M61.293 68.115c0 .138-.054.235-.189.235-.134 0-.234-.06-.234-.2 0-.137.076-.188.21-.188.135 0 .213.015.213.153zm.232-.615c0-.115.11-.165.238-.165s.226.046.226.16c0 .115-.101.203-.228.203-.128 0-.236-.084-.236-.198zm1.327.36c0-.1.086-.181.192-.181.106 0 .192.08.192.18 0 .1-.086.181-.192.181-.106 0-.192-.08-.192-.18zm.267.811c0-.127.093-.23.208-.23.115 0 .222.053.222.18s-.041.251-.156.251c-.115 0-.274-.074-.274-.2zm-.644.52c0-.11.098-.198.218-.198s.218.088.218.197c0 .11-.086.18-.206.18s-.23-.07-.23-.18zm-1.216-.21c0-.107.086-.192.192-.192a.191.191 0 1 1 0 .382.192.192 0 0 1-.192-.19z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M61.285 68.086a.203.203 0 0 1-.208.198.203.203 0 0 1-.208-.198c0-.109.092-.152.207-.152.115 0 .21.043.21.152h-.001zm.644-.626c0 .106-.033.174-.144.174-.111 0-.259-.068-.259-.174 0-.105.09-.19.202-.19.11 0 .2.085.2.19h.001zm1.287.343c0 .09-.085.164-.189.164s-.189-.073-.189-.164c0-.091.085-.165.189-.165s.188.074.188.165z", fill: "color(display-p3 0.549 0.745 0.749)" }), jsx("path", { d: "M62.533 68.345c0 .14-.053.236-.188.236-.134 0-.235-.062-.235-.2s.076-.189.211-.189.212.016.212.153z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M61.604 68.935c0 .11-.093.197-.208.197a.203.203 0 0 1-.208-.197c0-.109.132-.164.247-.164.115 0 .169.055.169.164zm.89-.613a.2.2 0 0 1-.202.198.2.2 0 0 1-.201-.198.2.2 0 0 1 .201-.197.2.2 0 0 1 .202.197zm1.051.271c0 .12-.073.216-.199.216a.222.222 0 0 1-.227-.216c0-.12.036-.162.162-.162.125 0 .264.043.264.162zm-.673.552c0 .113-.076.177-.191.177s-.225-.064-.225-.177c0-.113.098-.16.213-.16.114 0 .203.047.203.16z", fill: "color(display-p3 0.549 0.745 0.749)" }), jsx("path", { d: "M62.95 68.487s.33-.033.39.026c.058.06.052.145.026.171-.027.026-.157.033-.189-.013a1.779 1.779 0 0 0-.227-.184zm-.325-1.066s.254.065.357.17c.104.106.085.211.066.231-.02.02-.111.04-.182-.04a3.905 3.905 0 0 1-.241-.361zm-.754.513s.296.161.361.253.081.165.052.204c-.03.04-.176-.01-.198-.06-.023-.048-.215-.397-.215-.397zm-.13.227s.332.043.413.105c.081.063.14.066.133.115-.006.05-.042.086-.094.08a.718.718 0 0 1-.227-.1l-.225-.2zm-.381-.969s.338.053.407.106c.07.053.087.202.01.246-.079.043-.165-.044-.192-.105-.026-.062-.225-.247-.225-.247zm-.73.51s.311.148.408.285c.052.074.098.138 0 .172-.09.03-.182-.132-.182-.172 0-.039-.226-.285-.226-.285z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M60.562 68.106s.199-.044.295-.044c.095 0 .232-.033.234.044 0 .077-.117.092-.188.07-.07-.024-.341-.07-.341-.07zm1.721 1.109s.218-.136.325-.113c.107.024.143.014.143.08s-.127.052-.166.052a12 12 0 0 1-.302-.02zm-1.205-.175s.084-.125.175-.138c.09-.014.13-.007.143.032.013.04-.078.112-.117.112-.04 0-.201-.006-.201-.006z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M64.523 68.82s-.331.399-.793.596c-.461.198-.812.263-1.456.224-.643-.04-.955-.139-1.39-.362-.436-.224-.78-.546-.846-.685-.065-.138.072.23.072.23l.396.52.475.211.695.17.657.08.5-.012.598-.093.384-.138.26-.158.202-.165.246-.418zm-.62-1.175s-.18.06-.576-.185c-.397-.243-.871-.56-1.768-.566-.897-.006-1.183.606-1.242.652-.058.046.403-.533.403-.533l.41-.217.318-.053.306.013.396.106.358.111.416.138.364.2.44.228.176.106zm1.205.263s-.527-.007-.676.006c-.15.013-.156.04-.176.08-.02.039-.059.092-.059.092l-.162-.35.715-.098.39.145-.032.125z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M64.139 71.58c.036.096.12.183.224.185.105.003.325-.004.325-.004l.712-.042.25-.287.153-.642s.192-.233.192-.243c0-.01.663-.365.663-.365l.572-.165.367-.04.507-.167.374-.194.163-.24.159-.366-.16-.494-.396-.53-.672-.272h-.557l-.624.227-1.098.26s-.605.263-.855.733-.247.593-.289 1.214c-.043.623-.01 1.432-.01 1.432z", fill: "color(display-p3 0.047 0.518 0.537)", stroke: "color(display-p3 0.016 0.325 0.306)", strokeWidth: ".1" }), jsx("path", { d: "M64.436 71.335c.21 0 .048-.347.287-.76.238-.412.528-.913.602-.913.073 0 .086.075.173.05.086-.027.234-.159.243-.194.009-.035.009-.268.19-.417.183-.15.438-.36.56-.386.12-.026.177-.048.199.009.021.057-.07.136.013.162.082.027.273.018.32-.105.048-.123.035-.188.035-.188s.126-.123.364-.07c.239.052.269.038.29.13.022.093-.108.106-.082.172.026.065-.018.058.007.108.024.05.062.19.222.186.161-.004.23-.097.23-.097l.047-.084s.045-.1-.017-.14c-.06-.039-.038-.087.022-.061.06.026.303.364.386.224.083-.14.091-.338.048-.386-.044-.049-.386-.562-.386-.562l-.611-.206-.81.066-.785.447-.719.382s-.04.588-.17.483c-.13-.106-.316-.395-.371-.299-.057.097-.183.527-.256.741-.074.215-.286.878-.265 1.124.022.246.157.584.234.584z", fill: "color(display-p3 0.549 0.745 0.749)" }), jsx("path", { d: "M65.16 70.384a.307.307 0 0 0-.165.095.204.204 0 0 0-.04.18c.024.076.137.151.146.16l.09-.003.195-.056s.063-.07.066-.162c.004-.093-.052-.117-.08-.126-.029-.008-.213-.088-.213-.088zm1.239-1.021c-.111-.04-.16.036-.18.068-.019.033-.01.114-.01.114s.024.153.082.181c.059.028.212.08.26.028.05-.052.099-.089.095-.188-.002-.099-.14-.147-.14-.147l-.107-.056zm.997.239c-.004-.038-.101-.064-.167-.053-.065.011-.152.094-.12.22.03.124.149.135.242.111.093-.024.075-.156.075-.175 0-.02-.03-.103-.03-.103zm-2.882.2c0 .058.104.176.243.168a.257.257 0 0 0 .239-.198c.012-.083-.075.07-.179.097-.103.026-.164.052-.212-.005-.048-.057-.091-.061-.091-.061z", fill: "color(display-p3 0.549 0.745 0.749)" }), jsx("path", { d: "M65.452 70.598s.015.127-.076.193c-.092.065-.15.059-.204.059-.052 0-.11-.011-.149-.064-.038-.053-.067-.127-.067-.127s.101.166.26.122a.417.417 0 0 0 .237-.183zm2.685-1.66s-.002.128-.101.18c-.1.054-.145.069-.198.062-.052-.007-.125-.028-.16-.084-.117-.183-.048-.303-.048-.303s.085.318.249.296a.416.416 0 0 0 .258-.151zm-2.393.57s-.082.25-.247.25c-.164 0-.15-.047-.139-.078.014-.03.074.03.148.008.074-.02.238-.18.238-.18zm.464-.044s-.017.182.044.243c.06.061.13.093.2.093.069 0 .12-.019.172-.088.053-.07.022-.146.022-.146s.001.038-.05.09a.181.181 0 0 1-.148.062c-.052 0-.14-.006-.167-.067-.026-.062-.073-.187-.073-.187zm.85-.87s.052.135-.052.245c-.104.11-.303.048-.303.048s.16.04.238-.048c.078-.088.117-.245.117-.245z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M64.345 71.716s1.055-.018 1.14-.163c.083-.144-.092-.71.545-1.158.637-.447 1.131-.441 1.47-.468.337-.026 1.067-.253 1.195-.9.078-.396-.455-.423-.656-.797-.202-.376-.722-.224-.748-.224-.026 0-.603-.017-.877.25-.163.158-.143.355-.221.447-.079.092-.774 0-.852.112-.078.112.02.349-.033.402-.051.052-.22-.152-.22-.152l.058-.56.89-.52 1.014-.559s.664.033.69.02c.026-.013.682.342.701.349.02.007.345.395.345.395s.064.158.091.467c.013.147 0 .273-.031.388-.164.582-.736.974-1.338 1.004a2.824 2.824 0 0 0-1.419.5c-.275.199-.412 1.076-.416 1.181-.004.105-1.31.034-1.31.034l-.018-.048z", fill: "color(display-p3 0.016 0.325 0.306)" }), jsx("path", { d: "M64.789 69.666c-.054.043-.133.04-.15-.02-.049-.173.054-.428.054-.428s-.003.267.017.311c.02.044.074.034.098.07.008.013.023.032-.02.067zm.664-.136c-.052-.016-.043-.178-.004-.247.04-.069.335-.287.335-.287s-.094.218-.13.297c-.036.079-.137.257-.201.237zm-.261 1.07c-.042.008-.055-.083-.055-.199 0-.115.201-.325.201-.325s-.061.184-.068.243c-.006.06.033.112.026.182-.007.068-.058.088-.104.098z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M65.683 70.304s-.094.109-.202.168c-.107.059-.223.147-.29.128-.064-.02.043-.16.08-.175.181-.072.412-.121.412-.121zm.903-1.287s-.12.099-.178.24c-.059.142-.085.257-.026.283.059.026.146-.161.153-.224.006-.062.051-.3.051-.3z", fill: "color(display-p3 0.137 0.122 0.125)" }), jsx("path", { d: "M66.918 69.468s-.085-.079-.235-.115c-.149-.037-.217-.003-.233.04-.017.042-.127.11-.072.142.055.033.12-.057.166-.067.046-.01.098-.043.179-.03a12 12 0 0 0 .195.03zm-.194-.884c.053.046.134-.04.208-.123.073-.083.13-.237.13-.237s-.152.08-.217.132c-.065.053-.152.202-.121.228zm1.378-.032s-.178.084-.238.163c-.061.079-.14.166-.079.21.061.044.117-.039.165-.105.047-.065.152-.268.152-.268zm-.394.922s-.06.123-.173.197c-.113.075-.247.11-.268.07-.023-.039.017-.123.06-.144.044-.022.07-.018.169-.044.1-.026.212-.08.212-.08z", fill: "color(display-p3 0.137 0.122 0.125)" })] }), jsxs("g", { fillRule: "nonzero", transform: "translate(52.244 61.615)", children: [jsx("circle", { cx: "6.499", cy: "4.807", fill: "url(#570p9fuaga)", r: "1", transform: "rotate(8.667 6.499 4.807)" }), jsxs("g", { fill: "color(display-p3 0.988 0.792 0.243)", stroke: "color(display-p3 0.667 0.549 0.188)", strokeWidth: ".1", children: [jsx("path", { d: "m6.82 3.269-.34.853.278-.039.161-.75z" }), jsx("path", { d: "M6.98 2.906c-.122-.015-.234.078-.25.208a.23.23 0 0 0 .192.262c.122.015.233-.078.25-.207.015-.13-.07-.247-.192-.263zM21.708 5.039l-.842.789.347.088.578-.76z" }), jsx("path", { d: "M22.084 4.713a.306.306 0 0 0-.4.113c-.086.136-.046.307.089.381a.307.307 0 0 0 .4-.113c.085-.136.046-.307-.09-.381zM.293.485l.444.978.192-.273L.426.45z" }), jsx("path", { d: "M.114.058A.272.272 0 0 0 .09.44a.264.264 0 0 0 .374.045.273.273 0 0 0 .026-.38.264.264 0 0 0-.375-.046z" })] }), jsxs("g", { fill: "color(display-p3 0.667 0.549 0.188)", children: [jsx("path", { d: "M7.064 2.938s.068.038-.011.013c-.08-.024-.268.067-.269.2 0 .133.099.207.199.208.1.001-.037.018-.037.018l-.129-.037-.053-.078-.043-.107.033-.115.076-.098.1-.036.065.008.069.024z" }), jsx("path", { d: "M6.871 3.513s-.054-.011-.103.062c-.05.073-.149.21-.149.21l.191-.469.104.054-.043.143zm15.295 1.273s.062.074-.019.01c-.08-.065-.349-.053-.419.095-.07.149.009.277.125.325.116.048-.052.003-.052.003l-.132-.102-.022-.112.005-.14.099-.112.14-.073.134.006.073.04.068.06z" }), jsx("path", { d: "M21.641 5.336s-.058-.04-.154.02c-.095.058-.283.165-.283.165l.467-.433.094.11-.124.138zM.21.01S.295-.02.21.03C.127.078.052.314.164.42c.112.107.254.08.334-.005C.58.331.484.463.484.463l-.135.08L.242.528.117.478l-.07-.12L.024.214.074.1l.06-.05.075-.04z" }), jsx("path", { d: "M.538.637S.485.676.508.776c.022.101.059.297.059.297L.324.533.453.486l.085.151z" })] }), jsx("circle", { cx: "1.298", cy: "2.336", fill: "url(#vo0fsqbrab)", r: "1", transform: "rotate(62.907 1.298 2.336)" }), jsxs("g", { fill: "color(display-p3 0.914 0.153 0.212)", children: [jsx("path", { d: "M.258 2.128s.19.044.294-.009c.104-.052.122-.131.147-.157.026-.026.053-.123.044-.185-.009-.061-.147-.272-.19-.289-.044-.018-.192 0-.217-.026C.31 1.435.357 1.378.3 1.365c-.056-.013-.347.316-.295.369.052.052.083-.027.1.017s.004.167.004.22c0 .052.148.157.148.157z" }), jsx("path", { d: "M.54 1.513c.023.046.13.188.173.206a.45.45 0 0 0 .217.005c.043-.018.182-.15.186-.207.005-.057 0-.1-.025-.158-.026-.057-.011-.21-.063-.219-.052-.009-.075-.016-.101-.046C.9 1.063.943 1.008.904.951.865.894.401 1.167.436 1.22c.035.053.082-.004.1.03.017.035-.022.211.004.264z" }), jsx("path", { d: "M1.588 1.396c.026-.07.018-.299-.03-.347C1.51 1 1.432.997 1.428.965c-.004-.03.056-.044.056-.096 0-.053-.515.017-.48.075.034.057.12.026.116.06-.004.036-.087.08-.095.124a.564.564 0 0 0 .048.224c.021.035-.009.078.052.1.06.023.052.023.108.04.056.018.26.009.286-.013.026-.022.043-.013.07-.083zm4.384 2.57s.085.147.179.181c.093.035.152 0 .183 0 .032.002.106-.038.139-.08.032-.041.08-.252.066-.29-.014-.037-.111-.12-.11-.152 0-.032.063-.035.039-.078-.026-.044-.398-.034-.4.03-.001.064.065.037.048.073-.017.037-.1.1-.132.131-.033.031-.012.185-.012.185z" }), jsx("path", { d: "M6.516 3.784a.61.61 0 0 0-.026.23.4.4 0 0 0 .124.139c.037.017.199.027.236-.003a.24.24 0 0 0 .082-.11c.02-.049.123-.13.099-.167-.026-.038-.035-.056-.031-.09.004-.036.062-.04.074-.099.012-.057-.426-.19-.438-.138-.012.053.05.05.039.08-.012.032-.142.11-.16.158z" }), jsx("path", { d: "M7.202 4.376c.059-.025.194-.163.196-.222.002-.058-.04-.11-.025-.13.016-.021.06.01.093-.022.032-.03-.313-.314-.328-.26-.015.056.055.093.03.11-.023.018-.099-.008-.13.012a.466.466 0 0 0-.11.161c-.01.034-.054.041-.032.092.022.052.017.046.04.092.021.046.146.169.175.172.028.004.033.02.091-.005zM20.44 5.48s.007.163.07.236c.064.073.128.072.154.087.026.016.107.017.152-.002a.614.614 0 0 0 .182-.213c.004-.038-.041-.154-.026-.18.015-.026.068 0 .067-.048-.003-.048-.32-.215-.348-.163-.03.053.037.061.007.085-.03.023-.128.037-.168.047-.04.01-.09.151-.09.151z" }), jsx("path", { d: "M20.951 5.587a.565.565 0 0 0-.135.16.319.319 0 0 0 .028.16c.02.03.142.11.188.105a.246.246 0 0 0 .12-.044c.041-.029.163-.042.162-.082 0-.039.002-.057.022-.08.02-.025.07-.002.108-.04.04-.037-.242-.336-.277-.302-.037.034.014.06-.01.078-.025.018-.168.017-.206.045z" }), jsx("path", { d: "M21.058 6.33c.056.021.238.02.278-.014.04-.034.045-.093.07-.095.024-.002.033.043.075.045.043 0 0-.388-.046-.363-.046.024-.025.09-.052.086-.028-.004-.061-.067-.096-.074a.473.473 0 0 0-.18.03c-.028.016-.062-.009-.081.036-.02.045-.02.039-.035.08a.47.47 0 0 0 .003.215c.016.02.01.033.064.054z" })] }), jsx("path", { d: "M.574 1.703c.042.064-.014.217-.049.26-.034.043-.265-.02-.269-.062-.003-.044-.02-.116.01-.156.03-.04.108-.133.167-.122a.28.28 0 0 1 .14.08zm.062-.286c-.027.058.012.123.042.155.03.031.195.073.24.045.046-.028.115-.284.083-.324-.032-.04-.12-.046-.15-.042a.712.712 0 0 0-.215.166zm.552-.262c-.022.053-.014.125.004.147.02.023.127.098.19.095.064-.004.094-.182.094-.216s-.018-.048-.063-.068c-.045-.019-.225.042-.225.042zm5.23 2.761c-.014.064-.141.118-.188.121-.047.004-.143-.179-.119-.206.024-.027.059-.08.102-.085.042-.004.145-.01.172.034a.246.246 0 0 1 .033.136zm.214-.128c-.052.017-.07.08-.071.117-.003.038.07.167.112.179.044.012.243-.095.248-.138.006-.043-.042-.104-.063-.12a.592.592 0 0 0-.226-.038zm.483.197c-.045.016-.085.063-.089.089-.002.024.015.137.054.175.04.037.166-.048.187-.068.021-.02.02-.04.005-.08-.014-.04-.157-.116-.157-.116zm13.731 1.638c-.04.048-.17.034-.211.014-.04-.019-.042-.218-.01-.23.033-.011.085-.039.123-.023.037.016.126.06.13.11a.242.242 0 0 1-.032.13zm.194.019c-.05-.012-.095.028-.115.055-.021.027-.029.156 0 .184.027.029.239.04.265.01.026-.03.018-.097.01-.118a.533.533 0 0 0-.16-.131zm.221.394c-.041-.017-.099-.014-.118 0-.018.013-.082.093-.08.14.001.048.142.075.169.076.027.001.04-.013.056-.046.017-.033-.027-.17-.027-.17z", fill: "color(display-p3 0.969 0.886 0.016)" }), jsx("circle", { cx: "20.407", cy: "6.443", fill: "url(#sd0xgzwwdc)", r: "1", transform: "rotate(47.855 20.407 6.443)" })] }), jsxs("g", { transform: "translate(52.607 51.844)", children: [jsx("path", { d: "M4.544 3.519s-.767.066-1.3-.026c-.533-.093-.416-1.448-.429-1.488-.013-.04-.325-.368-.273-.671.052-.303 1.037-1.102 1.17-1.145.091-.03.286.053.286.053S4.247 0 4.32 0c.076 0 .18.14.152.199-.03.059-.368.256-.394.408-.026.151.003.303-.094.45-.098.149-.286.35-.309.474-.023.125-.078.234.016.28.095.046.417.007.693-.118.276-.125.39-.293.429-.277.039.017-.16.346-.465.474-.305.129-.507.276-.66.254 0 0-.169.404.355.427.523.023.812-.115.812-.115L4.544 3.52zM1.547 6.71s.403.158.403.606c0 .447-.442.822-.429 1.612.013.79.136.798 1.183 1.645.033.027.254.25.312.508.059.256.247 1.77 1.255 1.763 1.007-.007 1.144-.645 1.144-.645l-.43-.632s-.35.105-.539.06c-.188-.047-.357-.172-.468-.415-.11-.244-.14-.824-.312-1.08-.422-.631-1.176-.737-1.183-1.401-.006-.665.462-.737.332-1.527-.13-.79-1.073-1.172-1.073-1.172l-.383-.155-.134.794.322.04z", fill: "color(display-p3 0.659 0.675 0.443)", fillRule: "nonzero" }), jsx("path", { d: "M4.323 1.184c.338-.079.143-.958.143-.958l-.234.195s.144.187.144.39c0 .201-.053.373-.053.373z", fill: "color(display-p3 0.945 0.655 0.125)", fillRule: "nonzero" }), jsx("path", { d: "M4.94 9.954s-.157-.129-.173-.14c-.12-.08-.65-.506-.565-1.775.096-1.435 2.186-2.19 2.323-2.76.151-.632.624-.908-1.04-2.207l-.39.457.682.51s.151-.084.16.11c.009.192-.182.358-.23.51-.042.138-1.08.857-1.158.928-.078.07-.596.472-.596.472s-.27.265-.522.822c-.251.558-.122 1.273-.122 1.273s.008 1.523 1.63 1.8z", fill: "color(display-p3 0.659 0.675 0.443)", fillRule: "nonzero" }), jsx("path", { d: "m3.92 10.756.117.54-.331.121-.143-.006-.104.046-.257.247-.065-.02s-.04.014-.052-.145a4.214 4.214 0 0 0-.036-.296l.312.128.11.007.078-.026.137-.296.234-.3zm-.97.1s-.103-.126-.155-.201c-.044-.065-.067-.08-.182-.172l.227-.128.244.003-.036.293-.097.204zm.555-.867s.152.075.201.19c.05.116.12.257.12.257l-.386-.03-.296-.092.192-.266.169-.06zm-.151 2.386s-.079-.049-.124-.173a2.458 2.458 0 0 1-.081-.327l.257-.049.302.121.085.008s-.072.15-.082.158c-.01.006-.292.252-.292.252l-.065.01zm1.025-.827s-.227-.071-.263-.178c-.039-.115-.068-.091-.068-.091l-.071.305-.092.287s.02.049.03.049c.01 0 .217-.053.23-.059a2.32 2.32 0 0 0 .176-.181c.003-.01.058-.132.058-.132zm-.957.961s.114.063.273.155c.16.092.254.092.254.092l.12-.128.124-.244.016-.03-.614.056-.173.1zm.889-.236.523-.313.036-.282-.104-.08s.02.01-.124.01h-.178l-.095.346-.058.32zm-.374.494s.367.157 1-.073c.288-.104.342-.243.342-.243l-.254-.099-.24.214-.848.2zm-.5-4.056s-.038-.118-.074-.273c-.035-.154-.032-.22-.032-.22l.186.097.27.2-.192.152-.159.044zm.44.745s-.091-.093-.17-.21c-.077-.12-.131-.23-.131-.23l.198.042.231.111-.102.298-.026-.011z", fill: "color(display-p3 0.471 0.451 0.180)", fillRule: "nonzero" }), jsx("path", { d: "M2.698 1.076c-.035.127-.083.36.095.404.096.023.477-.008.91-.5.208-.238.212-.47.212-.47l.082-.268S3.83.12 3.555.29c-.245.154-.857.786-.857.786z", fill: "color(display-p3 0.776 0.780 0.651)", fillRule: "nonzero" }), jsx("circle", { cx: "3.88", cy: ".384", fill: "color(display-p3 0.110 0.141 0.184)", fillRule: "nonzero", r: "1" }), jsx("path", { d: "M3.33.465c-.185.144-.358.33-.358.33S3.264.712 3.497.5A.691.691 0 0 1 4.02.367c.07.016.046-.075.014-.1C3.959.206 3.747.176 3.7.21c-.006.005-.186.11-.372.254z", fill: "color(display-p3 0.659 0.675 0.443)", fillRule: "nonzero" }), jsx("path", { d: "M4.208 8.557s-.012-.06-.02-.212a.91.91 0 0 1 .008-.228l-.173.15-.166.23.257.093.094-.033zm-.897-.512s-.024-.235-.01-.459c.012-.223.103-.63.103-.63l.11.278.315.49.1.073-.266.194-.273.09-.079-.036zm.903-.125s.016-.111.044-.215c.027-.101.106-.263.106-.263s.005.017-.008.02a5.06 5.06 0 0 0-.407.342l.166.125.107-.006m-.735-1.166s.04-.147.18-.325c.139-.177.277-.36.277-.36l.119.478.071.407.013.086s-.097.043-.136.04c-.04-.003-.332-.02-.368-.07-.035-.049-.156-.256-.156-.256zm.947.556s.089-.094.167-.167c.078-.072.202-.212.202-.212l-.642.117.091.217.182.045zm-.387-1.325s.06-.021.232-.195c.172-.175.26-.154.26-.154l.071.688-.338-.1-.225-.24z", fill: "color(display-p3 0.471 0.451 0.180)", fillRule: "nonzero" }), jsx("path", { d: "m4.846 6.89.387-.39-.643-.185.117.451.14.125zm.27-1.035.04-.664s-.132.06-.298.199c-.165.138-.242.182-.242.182l.078.119.227.147.195.017zm.573-.644v-.523l-.022.01s-.092.141-.2.23c-.107.089-.156.151-.156.151l.173.112.204.02zm.24.7s.18-.15.313-.254c.198-.157.297-.328.297-.328l-.832-.063.033.333.188.313zM3.992 3.164l-.026.364.694-.004-.17-.233-.211-.132-.2-.202-.087.207zm1.34 3.245c.037-.027.217-.162.302-.249.094-.095.242-.19.242-.19l-.66-.073.014.435.102.077zm1.256-1.186s.07-.265.064-.519c-.006-.253-.048-.366-.048-.366l-.494.335.071.25.19.204.217.096z", fill: "color(display-p3 0.471 0.451 0.180)", fillRule: "nonzero" }), jsx("path", { d: "M5.743 4.612s.18-.176.191-.278c.012-.102.01-.07.01-.07l.478.006.286.02.035.023-.214.207-.294.138-.378.037-.114-.083zm.967-.388-.292-.407a.928.928 0 0 0-.209-.213l-.233.565-.023.055h.757z", fill: "color(display-p3 0.471 0.451 0.180)", fillRule: "nonzero" }), jsx("path", { d: "m1.707 8.097-.074.158s.26-.135.461-.128c.202.006.426.257.426.257l.049-.182s-.267-.26-.442-.272c-.176-.014-.42.167-.42.167zm.13-1.161s.056.065.068.085c.013.02.02-.194.283-.306.263-.112.407-.023.407-.023s-.052-.152-.17-.184c-.116-.034-.23-.01-.373.092s-.215.336-.215.336zm.894.874s-.123-.262-.338-.315c-.215-.053-.488.111-.488.111l-.045.139s.293-.165.507-.08c.215.086.3.33.3.33l.064-.185zM1.727 6.79c.013.047.065.106.065.106s-.03-.283.1-.428a.97.97 0 0 1 .228-.197L2 6.208s-.172.115-.231.24a.635.635 0 0 0-.042.342zm-.116-.462c.06-.14.24-.202.24-.202s-.019-.031-.06-.053c-.04-.022-.082.002-.082.002s-.115.06-.185.218c-.069.157-.06.386-.06.386l.107.059s-.02-.27.04-.41zM3.188 2.51c.165-.088.286-.07.286-.07s-.243.256-.126.574c-.138.267-.181.47-.181.47h.13s.044-.208.095-.372c.14.272.377.425.377.425l.2-.009s0-.265.102-.495l.02.021c.215.229.398.282.398.282l.002-.069s-.228-.134-.358-.309l-.013-.019.004-.008a.836.836 0 0 1 .365-.324l.138.114.035-.044-.104-.131-.12.003s-.216.18-.355.336a1.828 1.828 0 0 1-.158-.313l-.089-.033s-.216.025-.409.337c-.024-.229.24-.478.24-.478l-.013-.096s-.266.05-.474.112a.683.683 0 0 0-.335.257l-.009.14s.188-.213.352-.3zm.286.422c.122-.176.39-.29.39-.29s.007.142.155.331c-.1.177-.146.45-.146.45s-.208-.131-.39-.395a.323.323 0 0 1-.032-.059.51.51 0 0 1 .023-.037zM1.958 7.159l.01.154s.159-.173.4-.18c.24-.007.445.18.445.18s.003-.207-.03-.226c-.032-.02-.227-.132-.41-.132-.181 0-.415.204-.415.204zm4.29-2.245a2.03 2.03 0 0 1-.093-.205.43.43 0 0 0 .106-.057c.124-.095.24-.2.344-.316l-.071-.112h-.325c-.064 0-.2-.016-.276-.026.015-.05.055-.19.102-.335.058-.18.111-.278.111-.278l-.11-.111s.025.102-.17.129c-.195.026-.554-.158-.554-.158v.08s.316.1.498.126a.354.354 0 0 0 .243-.053c-.028.057-.08.17-.107.27-.024.086-.058.143-.056.18.002.024.037.046.037.046l-.017.17s.195.025.286.025c.09 0 .338.02.338.02s-.176.205-.345.283a.464.464 0 0 1-.07.026c-.009-.024-.202-.317-.202-.317l-.02.108s.139.19.153.23a1.05 1.05 0 0 1-.305-.027l-.078.086s-.005.244.002.496a5.385 5.385 0 0 1-.357-.114l-.07.052.004-.012-.09.072s-.078.295-.058.631v.017c-.32-.079-.482-.267-.482-.267l-.078.066s-.052.29.02.64c-.274-.054-.512-.291-.512-.291l-.101.085s.06.567.125.876c.006.026.013.049.02.072a.982.982 0 0 1-.15.007c-.279-.014-.453-.27-.453-.27l-.082.2s.106.544.412.787l.069.055c-.261.213-.574.246-.574.246l.02.172s.186.146.368.271a.736.736 0 0 0 .056.034.949.949 0 0 1-.322.182l.047.113s.242-.168.354-.259c.162.065.375.091.375.091v-.092s-.157-.014-.302-.06l.021-.02c.091-.088.269-.36.269-.36l.017-.197s-.112-.016-.233-.112c.369-.252.383-.367.383-.367l.07-.13s-.125-.053-.217-.234c.253-.049.58-.13.585-.144.006-.02.044-.041.044-.041s-.142-.232-.202-.516c.291.076.588.124.588.124l.094-.08s-.072-.235-.095-.49c.345.021.639.047.639.047l.058-.066s-.195-.372-.188-.582v-.02c.064.013.13.02.194.02.287-.007.605 0 .605 0l.049-.11s-.276-.187-.341-.306zM4.144 8.011s-.093.188-.282.405l-.045.048a.925.925 0 0 1-.098-.048c-.22-.125-.277-.268-.277-.268s.122-.06.494-.308c.196.155.208.17.208.17zm.173-.628s-.116.138-.387.379a.826.826 0 0 1-.083-.092c-.173-.224-.39-.417-.368-.754 0 0 .134.241.433.21.061-.006.132-.016.204-.029.08.2.201.286.201.286zm.403-.507s-.277.091-.534.132a1.06 1.06 0 0 1-.032-.086c-.097-.316-.097-.796-.097-.796s.216.149.52.233c.087.358.143.517.143.517zm-.092-.584c-.044-.295.014-.587.014-.587s.161.16.462.21c.02.273.052.408.052.408s-.228.013-.528-.031zm1.165-.45s-.194.076-.566.024a3.011 3.011 0 0 1-.006-.109c-.013-.335.016-.607.016-.607l.002-.004c.052.023.25.104.435.15l.002.02c.026.303.117.527.117.527zm-.026-.624-.02-.005c.012-.215.011-.528.011-.528s.181.048.32.029c.038.091.014.115.105.253a1.3 1.3 0 0 0 .227.25s-.461.04-.643 0zM4.259 8.94l-.026-.107s-.182.135-.234.273a.33.33 0 0 1-.057-.014c-.136-.05-.272-.103-.407-.155l.041.08s.297.136.375.154l.025.005c-.032.093-.064.187-.099.28l.048.066s.027-.2.104-.34c.102.01.243.015.243.015s-.018.079-.044.167c-.025.088-.078.294-.078.294l.09.055.413.008-.07-.082s-.012-.02-.147-.025c-.134-.004-.216.018-.216.018s.017-.084.069-.25c.052-.168.054-.158.054-.158l-.052-.144s-.132.036-.22.033c.05-.07.114-.13.188-.173zm-2.262-.26c.253 0 .468.17.468.17l-.01-.12s-.198-.268-.426-.268c-.227 0-.497.234-.497.234v.25s.211-.267.465-.267zm2.671 3.883c-.26.111-.552.111-.552.111s.079-.113.156-.308c.509-.143.61-.481.61-.481l-.032-.125s-.123.31-.533.48c.076-.24.153-.645.153-.645l-.14-.036s-.2.25-.39.314c.129-.25.147-.535.147-.535l-.062-.108s-.137.122-.351.161a.354.354 0 0 1-.105.001c.118-.165.342-.64.342-.64l-.04-.088s-.171.418-.347.628a1.953 1.953 0 0 1-.066.077c-.18-.051-.437-.205-.437-.205l.029.08s.146.11.358.178c-.13.135-.27.262-.27.262l.012.19s.33.063.6.09c-.218.308-.395.41-.395.41l.088.133s.268-.002.748-.12c-.137.258-.24.37-.24.37s.438.03.737-.122.39-.31.39-.31l-.085-.092s-.065.218-.325.33zm-1.384-.824s.129-.141.24-.287l.013.004c.306.066.39-.026.39-.026s.058.165-.128.462c-.22-.01-.515-.153-.515-.153zm.273.613.273-.317a.807.807 0 0 0 .052-.066c.3-.011.468-.256.468-.256s.035.247-.1.552c-.38.138-.693.087-.693.087zm-.37-1.962c.285.02.656.154.656.154l-.046-.15s-.352-.087-.571-.115c.098-.22.314-.323.314-.323l-.097-.053s-.12.02-.283.296a.818.818 0 0 0-.036.069.839.839 0 0 0-.062-.003c-.26-.007-.477.145-.477.145l.039.079s.226-.098.45-.102c-.081.225-.142.48-.142.48l.06.135.192-.612h.002zm-.602-1.224-.062-.159s-.305-.108-.54.004c-.233.112-.409.382-.409.382l.098.184s.162-.3.377-.372c.214-.072.536-.04.536-.04zm.595.464-.202-.106s-.331.096-.448.214c-.117.12-.212.422-.18.507.033.085.137.141.137.141s.055-.319.218-.47c.163-.151.475-.286.475-.286zm-.774-.096c.137-.131.384-.18.384-.18l-.124-.113s-.299.037-.455.175a3.15 3.15 0 0 0-.357.425l.175.17s.24-.345.377-.476zM3.436.592l.01-.014c.158-.202.31-.202.37-.186a.224.224 0 0 0 .09 0h-.002L3.91.391 3.93.386c.008 0 .015.003.019.01-.05.08-.121.295-.158.477-.046.224-.143.25-.215.388-.071.139-.22.37-.227.566-.007.198.045.303.097.33.053.026.148-.086.143-.132-.006-.066-.058 0-.097 0s-.032-.066-.052-.184c-.02-.119.143-.448.201-.553.059-.106.182-.23.208-.408.024-.159.14-.506.14-.507 0-.01-.09-.034-.261-.046-.129-.01-.301.103-.383.228-.081.125-.337.226-.337.226s.28.002.428-.189z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero" }), jsx("path", { d: "m4.423 2.558-.499.013.144.373.355-.386zm-.587-.02s-.072-.046-.107-.086c-.035-.04-.062-.056-.062-.056l-.18.113-.104.369.052.053.401-.393zm-.067 1-.364-.536-.208.446.1.035s.1.01.25.032c.152.022.222.022.222.022zm1.48 8.942-.018.013c-.086.057-.469.29-.937.29-.244 0-.483-.065-.692-.19a.783.783 0 0 1-.306-.358c-.106-.224-.152-.507-.2-.782-.05-.275-.1-.541-.22-.737-.164-.26-.472-.422-.748-.654-.277-.232-.523-.526-.574-1.047a1.6 1.6 0 0 1-.008-.157c0-.344.111-.644.224-.906.111-.263.227-.487.228-.689a.432.432 0 0 0-.011-.1c-.037-.156-.172-.286-.296-.383-.125-.096-.24-.155-.24-.156h-.003l-.194-.054-.017.06.191.053.008-.03-.014.028.019.01c.043.024.152.088.257.175.104.088.203.2.228.312.006.027.009.056.009.085.001.177-.11.4-.223.664-.113.265-.228.573-.228.931 0 .054.002.108.008.163.052.54.313.854.596 1.09.283.235.586.4.734.64.15.239.19.621.262.99.036.183.081.364.155.522a.843.843 0 0 0 .33.384c.22.131.47.2.724.2.56-.001.99-.314.992-.316l-.036-.05z", fill: "color(display-p3 0.471 0.451 0.180)", fillRule: "nonzero" }), jsx("path", { d: "m4.817 11.496-.004.003a.519.519 0 0 1-.25.069.486.486 0 0 1-.348-.156c-.151-.148-.195-.286-.233-.46-.037-.175-.066-.386-.185-.661-.123-.285-.425-.512-.706-.734-.282-.222-.541-.44-.588-.677a.655.655 0 0 1-.013-.134c0-.2.086-.403.176-.633.089-.229.18-.486.18-.794 0-.052-.003-.106-.008-.16-.042-.398-.345-.693-.634-.89a2.825 2.825 0 0 0-.568-.297l-.02.06.046.017c.104.043.368.16.613.349.245.189.468.446.5.767.006.053.008.105.008.154 0 .296-.087.543-.175.771-.089.229-.18.438-.18.656 0 .049.004.097.014.147.057.272.33.49.61.713.283.223.577.45.688.71.115.269.143.47.181.649.038.178.089.335.25.493a.546.546 0 0 0 .392.173.56.56 0 0 0 .289-.082l-.035-.053z", fill: "color(display-p3 0.471 0.451 0.180)", fillRule: "nonzero" }), jsx("path", { d: "M6.658 9.972s.349.082.336.365c-.013.283-.169.678-.169.678l-.481-.435.27-.239.1-.142-.056-.227z", fill: "color(display-p3 0.659 0.675 0.443)", fillRule: "nonzero" }), jsx("path", { d: "M.651 6.566s-.344.119-.416-.032C.164 6.382.196 6.264.19 6.23c-.007-.033-.208-.046-.189-.244.02-.197.273-.184.325-.184.053 0 .065-.303.241-.29.176.014.26.217.26.217l-.176.836z", fill: "color(display-p3 0.973 0.784 0.235)", fillRule: "nonzero", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M1.034 6.66s-.292.151-.383.006c-.091-.145 0-.33-.033-.362C.585 6.27.41 6.212.443 6.04c.032-.171.214-.119.28-.152.064-.033.11-.29.292-.243.182.046.214.19.214.19s-.143.685-.195.823z", fill: "color(display-p3 0.973 0.784 0.235)", fillRule: "nonzero", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M1.529 6.725s-.085.184-.293.144c-.208-.039-.143-.342-.175-.395-.033-.052-.182-.092-.156-.282C.93 6 1.119 6.027 1.19 6c.071-.027.149-.323.286-.277.136.047.266.218.24.297 0 0-.292.091-.331.289-.04.198.143.415.143.415z", fill: "color(display-p3 0.973 0.784 0.235)", fillRule: "nonzero", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M6.13 9.903s-.26-.285-.442-.535a5.703 5.703 0 0 0-.464-.536l-.446-.223-.282-.47-.035-.553.122-.32.169-.246s-.925.33-.456 2.098c.2.75.711.86.711.86l.85-.052.273-.023z", fill: "color(display-p3 0.686 0.439 0.161)", fillRule: "nonzero" }), jsx("path", { d: "M5.702 4.002c.088.002.132.032.158.068a.226.226 0 0 1 .035.13.387.387 0 0 1-.005.059l-.003.017-.001.005.03.008-.028-.013c-.306.676-.955.992-1.537 1.413-.29.21-.564.449-.764.773-.2.325-.328.737-.328 1.29 0 .028 0 .057.002.085.022 1.017.407 1.563.83 1.85a1.94 1.94 0 0 0 1.055.316c.046 0 .071-.002.072-.002h.001c.001 0 .12-.016.29-.031.17-.015.391-.03.596-.03.13 0 .254.006.351.022.098.015.168.044.19.073a.162.162 0 0 1 .037.103c0 .077-.055.166-.124.236a.758.758 0 0 1-.176.139l.027.057a.78.78 0 0 0 .194-.152c.073-.076.14-.174.142-.28a.225.225 0 0 0-.052-.143c-.045-.053-.125-.078-.228-.095a2.346 2.346 0 0 0-.361-.023c-.414 0-.892.06-.893.06l.004.032-.003-.031h-.017l-.05.001c-.166 0-.612-.029-1.02-.305-.407-.277-.78-.797-.803-1.798l-.001-.084c0-.544.124-.942.318-1.256.29-.472.744-.76 1.188-1.058.443-.298.878-.61 1.116-1.136l.001-.002.001-.003c0-.002.01-.043.01-.097a.29.29 0 0 0-.046-.167c-.037-.054-.105-.093-.206-.095l-.002.064z", fill: "color(display-p3 0.506 0.424 0.165)", fillRule: "nonzero" }), jsx("path", { d: "M6.949 10.193s-.22.4-.275.405c-.056.003.19.063.245.157l-.052.098s-.243-.172-.395-.18l-.013-.147s.124-.042.227-.136a.802.802 0 0 0 .174-.342l.089.145z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero" }), jsx("path", { d: "m7.804 10.456-.547.15-.278-.174s.023-.227-.1-.324c-.128-.101-.204-.13-.314-.177-.11-.046-.5-.054-.5-.054l-.987-1.066.368.039.583-.072.542-.046.286.042.305.094.16.136.167.147.167.274.106.31.044.333-.002.388z", fill: "color(display-p3 0.988 0.792 0.239)", fillRule: "nonzero" }), jsx("path", { d: "M7.825 10.421s-.195.058-.442.053c-.247-.004-.405-.042-.405-.042s.015.015-.037.178c-.028.09-.062.178-.1.263l.009.64.52.102.273-.106.139-.697.043-.39z", fill: "color(display-p3 0.686 0.439 0.161)", fillRule: "nonzero" }), jsx("path", { d: "m7.68 10.15.024.248.101.03-.002-.224-.123-.054zm-.49-5.984-.06-.436-.172-.29-.217-.296-.231-.255-.13-.115-.055-.086-.57.026-.298.356s.778.548 1.071 1.147c.252.075.448.234.56.343l.026-.047.076-.347z", fill: "color(display-p3 0.988 0.792 0.239)", fillRule: "nonzero" }), jsx("path", { d: "M6.638 4.647c-.008.445-.085.657-.144.755l.345-.395.249-.446a1.413 1.413 0 0 0-.56-.344c.07.143.112.288.11.43z", fill: "color(display-p3 0.686 0.439 0.161)", fillRule: "nonzero" }), jsx("path", { d: "M7.442 11.233s-.16-.2-.28-.317c-.122-.118-.263-.183-.264-.184l-.026.058.022.011c.043.023.14.08.225.161a3.32 3.32 0 0 1 .275.31l.048-.04z", fill: "color(display-p3 0.506 0.424 0.165)", fillRule: "nonzero" }), jsx("path", { d: "M7.778 10.755s-.053.192-.247.368a2.14 2.14 0 0 1-.443.294l.56.206.372-.346-.242-.522z", fill: "color(display-p3 0.435 0.357 0.141)", fillRule: "nonzero" }), jsx("path", { d: "m7.86 11.218-.034.066-.105.101-.083.087.14-.578.1.17.012.093z", fill: "color(display-p3 0.251 0.255 0.094)", fillRule: "nonzero" }), jsx("path", { d: "M4.544 3.519s-.767.066-1.3-.026c-.533-.093-.416-1.448-.429-1.488-.013-.04-.325-.368-.273-.671.052-.303 1.037-1.102 1.17-1.145.091-.03.286.053.286.053S4.247 0 4.32 0c.076 0 .18.14.152.199-.03.059-.368.256-.394.408-.026.151.003.303-.094.45-.098.149-.286.35-.309.474-.023.125-.078.234.016.28.095.046.417.007.693-.118.276-.125.39-.293.429-.277.039.017-.16.346-.465.474-.305.129-.507.276-.66.254 0 0-.169.404.355.427.523.023.812-.115.812-.115L4.544 3.52z", stroke: "color(display-p3 0.471 0.451 0.180)", strokeWidth: ".1" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M63.731 49.628s-1.405-.265-1.382.902c.008.369.09.496.387.58.297.082.892.112 1.397.563.504.452.542.783.542 1.053 0 .271-.126.52-.126.52l.318 1.541.32 1.144.951-.55.557-1.692-.713-3.046-2.25-1.015z", fill: "color(display-p3 0.671 0.427 0.161)", stroke: "color(display-p3 0.302 0.165 0.082)", strokeWidth: ".1" }), jsx("path", { d: "M65.126 55.496s.49-.185.615-.58c.035-.108-.494-.583-.507-.583-.013 0 .269.136.399.254.13.119.23.167.268.15.04-.018.265-.54.178-.654-.086-.114-.221-.382-.425-.518-.203-.136-.472-.118-.472-.118s.373-.119.56-.013c.185.105.203.228.224.184.022-.044-.039-.566-.123-.742-.085-.175-.171-.259-.397-.303-.224-.044-.467-.026-.467-.026s.325-.18.571-.118c.247.061.243.184.264.158.023-.027-.121-.479-.179-.593-.059-.114-.353-.342-.436-.368-.082-.027-.35-.035-.35-.035l-.13.002s.186-.13.424-.108c.238.022.251.101.286.088.034-.013-.026-.044-.171-.145-.145-.1-.848-.4-.848-.4l-.64-.008s-.008-.162.18-.193c.186-.03.24.024.226-.024-.012-.048-.54-.164-.54-.164s-.305.008-.435.013c-.13.004-.602.059-.602.059s.041-.104.134-.184c.07-.062.18-.1.27-.125.207-.058-.118-.22-.118-.22l.174-.263.78.066 1.647.96.771.663.49 1.246-.148 2.141-1.1.909s-.486.075-.486.052c0-.022.113-.46.113-.46z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M63.69 50.177s-.052-.151-.052-.342c0-.19.032-.184.032-.184s-.526-.073-.91.23c-.383.303-.162.83-.162.83s.167-.165.381-.245c.215-.078.6-.065.6-.065.033-.033-.084-.184-.227-.217-.143-.033-.423-.033-.423-.033s.163-.112.443-.085c.28.026.318.111.318.111z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "m65.336 55.68-.355.123.217 1.492 1.42 2.43.746-.13.252-.449.199.088c.086.088.364.562.598.658.234.097.355.062.563.229.209.166.969 1.296 1.008 1.34.039.044-.044-.485-.044-.485l-.231-.676-.288-.471-.043-.127.394.004.244.15.375.312.195.23.102.238.043.208.1.323.208.448.25.425.08-.174-.122-.5-.381-1.213-.234-.408s.308.221.39.25c.082.029.362.446.362.446l.177.43.128.399.088.349.129.372.22-.127-.038-.27-.191-.831-.082-.902s.106-.002.236.14c.13.143.247.466.247.466l.096.816.13.748.242.764.253.48.165.27s.009-.382.006-.4l-.31-3.193.042-.134s.037-.02.143.131c.106.151.212.388.212.388l.093.498.046.345.065.649.086.704.326.755.175.408.098-.485-.154-3.415.072-.1s.181.15.242.256c.06.104.174.207.174.207l.106.753.095 2.155.076.554.635-5.642.392-.086.045-.107-.286-.22-.643-.996-.434-.963-.76-1.398-1.32-1.606s-.819-.698-1.027-.856c-.208-.157-.38-.256-.38-.256l.065-.2.218-.353-.036-.017-.17.01-.441.063-.445-.132-.874-.609-.936-.444-.55-.194-1.326-.336-1.32-.177-.591-.008-.54.1s-.274.113-.36.282c-.085.169-.092.287-.065.534.025.247.175.375.546.527.37.15 1.241.73 1.241.73l.42.421.155.201.023.155.283 2.221-.559 1.207-.4.208z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M66.763 59.142s.238.403.576.092c.339-.311-.147-1.198-.142-1.25.004-.053.155-.07.155-.07l.248.456s.147.245.09.636c-.056.39-.433.728-.433.728l-.429-.096-.065-.496z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "m75.065 64.347-.306-.902s-.09-.579-.09-.697c0-.12-.06-1.587-.085-1.863-.026-.276-.013-.592-.042-.631-.11-.147-.221-.293-.332-.438l-.13-.135.092-.066s.113.123.144.057c.03-.066-.005-.386-.13-.886-.126-.5-.768-1.672-.768-1.672l.07.057.177.18.377.302.815.299.442.07.286.57s.204.984.19 1.479c-.012.496-.043.9-.233 1.395-.19.496-.238 2.067-.265 2.317a2.21 2.21 0 0 1-.12.496l-.092.068z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M75.068 61.738s.17-.202.245-.481c.075-.278.104-2.467-.155-2.738-.26-.27-.792-.484-.818-.466-.026.018.212.713.212.713s.08.102.161.283c.045.101.107.283.118.35.029.188.185.632.208 1.204.021.571.029 1.135.029 1.135z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M73.87 63.112s.111-1.035.06-1.794c-.052-.758-.115-.852-.188-.99a6.44 6.44 0 0 1-.51-1.264c-.176-.631-.29-1.116-.405-1.242-.115-.126-.344-.4-.395-.326-.052.074-.052.232-.052.232l-.313-.085-.072-.2.1-.322-.02-.139-.037-.228.404.32.828.567.415 1.713.386 1.066.054 1.806-.039 1.59-.216-.704zm.486-4.94s.217.204.343.274c.128.071.367.218.319.234-.047.016-.271-.071-.411-.15a1.172 1.172 0 0 1-.235-.176l-.016-.182z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M72.744 62.704s.165-.363.138-.824c-.026-.461-.246-1.571-.316-1.712-.07-.14-.398-.35-.693-.974-.295-.623-.265-.75-.46-.978-.135-.16-.268-.322-.398-.487l.06-.667.72.364.307.153.365 1.746.325.488.138.698.174 1.627.095 1.295-.052.114-.403-.843zm-.83-.739s.019-.513-.112-.973c-.13-.461-.22-.804-.364-.948a6.983 6.983 0 0 1-.831-1.007c-.326-.487-.774-1-.774-1l.011-.654s.216.203.4.292c.184.089.46.243.46.243l.192.749.248.539.364.482.232.214.149.806.08.454.19.648-.063.324-.183-.169zm-.599.006-.198-.19s.107-.13.055-.386a3.12 3.12 0 0 0-.237-.746c-.117-.244-.152-.392-.224-.464-.072-.072-.68-.646-.89-.82-.212-.174-.537-.507-.739-.635-.201-.128-.348-.161-.348-.161l-.113-.803s.266.355.426.414c.159.06.42.142.42.142l.564.997.192.253.523.418.215.431.16.497.197.685.036.414-.039-.046zm-1.11-.224s-.334-.381-.387-.627c-.051-.246.035-.246-.069-.527-.104-.28-.45-.692-.737-.921-.286-.228-.693-.561-.667-.746.026-.184.078-.193.078-.193l.174.149.892.948.273.496.208.619.139.29.134.368-.039.144zm3.22-4.65s.614.76.77.06c.07-.31-.213-.904-.213-.904s-.571-1-.766-1.24c-.195-.242-1.149-1.462-1.149-1.462l-.697-.324.238.408s.52.517 1.184 1.662c.662 1.146.532 1.777.532 1.777l.1.022zm-3.573-4.59s1.221 1.04 2.008 2.166c.787 1.125 1.099 1.876.923 2.027-.176.151-.67-.085-.87-.402-.202-.315-.372-.868-1.112-1.711-.742-.842-1.099-.967-1.099-.967l-.533-.863.683-.25zm-.637 2.494s.722.599 1.177 1.086c.455.487.69.835.69.835l.291.29s-.175-.31-.078-.415c.098-.105.215-.052.215-.052l-2.295-2.403v.659zm-.15.067s.235.447.618.822c.267.26.536.52.806.777l.163.586s-1.046-.803-1.053-.606c-.007.198.254.606.254.606l-.319-.171-.442-.639-.267-.553-.299-.763.54-.06z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M65.901 57.543s.546.487.845.013c.3-.474.065-1.02.065-1.02s.771 1.134.988.072c.04-.191-.468-.928-.468-.928l.182-.17.39.657s.365-.164.365-.619c0-.454-.377-1.04-.377-1.04l.359.4s.713.015.726-.42c.013-.434-.598-.888-.598-.888s.487.033.48-.25c-.006-.283-.662-.48-.675-.658-.013-.178.195-.48.494-.316.299.164.715.296.884-.026.169-.323-.013-.388-.013-.388s-.384-.08-.422-.093c-.04-.013-.683-.362-.683-.362l-.54-.204-.558-.072.207.414.143 1.139.006.527.104 1.145-.273.954-.141.172-.1.128-.239.504-.334.361-.427.545-.39.423z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M69.771 59.68s-.138-.34-.433-.57c-.295-.228-.763-.245-.763-.245l.801.847.395-.031zm1.122.194s-.26-.517-.563-.833c-.304-.316-.503-.724-.586-.724-.082 0-.142.017-.142.017l.077.654.555.536s.52.385.659.35zm.923-.04s-.13-.6-.438-1.18c-.307-.579-.632-.816-.632-.816l.073.619.252.597.407.588.338.193zm.753-.337s.217-1.238.022-1.58c-.194-.343-.563-.408-.563-.408l-.117.18.117.882.295.675.246.25zm.742-2.063s.182.093.403.51c.22.416.533 1.65.528 1.715-.004.065-.116.05-.147.035-.03-.016-.78-1.185-.78-1.185l-.119-1.093.115.018z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M68.077 58.872s.397-.085.397-.224c0-.138-.474-.414-.435-.638.019-.112.402.02.429-.06.026-.078-.397-.736-.267-.888.13-.151.488.711.488.711s.214.406.136.638c-.24.718-.748.461-.748.461zm.93-.895c.019-.058.624.079.63.04.023-.143-.546-.58-.546-.58s-.13-.25-.09-.29c.038-.039.402.04.422-.013.02-.052-.416-.625-.416-.73 0-.106.117-.013.117-.013s.344.355.527.645c.181.29.352.526.292.987-.065.493-.988.111-.937-.046zm2.73-.908s-.097-.408-.038-.461c.058-.052.215-.099.215-.099s-.323-.2-.476-.204c-.152-.003-.175-.047-.214.017-.04.064.276.46.276.46l.238.287z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "M69.898 57.384s.93.23.968.165c.04-.066-.741-.79-.741-.79s-.052-.131-.039-.178c.013-.045.338-.052.436.027.097.079 0 .23.032.29.032.058.325.506.377.433.053-.072-.059-.618-.032-.658.025-.039.358.31.448.369.09.06.611.467.663.276.052-.19.085-.223.065-.335-.02-.112.174.526-.07.605-.242.08-.521-.085-.521-.085l-.215-.165-.126-.132s.14.494-.024.547c-.162.053-.35.026-.35.026l-.39-.04-.481-.355zm2.134-.633s.993.594 1.09.489c.099-.105-.259-1.5-.201-1.645.046-.117.805 1.583.435 1.816-.283.177-.422.053-.422.053l-.487-.257-.415-.457zm2.761 2.502s.09.066.216.102c.04.011.16.048.127.051a4.612 4.612 0 0 0-.281.038c-.016.006-.062-.191-.062-.191zm-.963-3.273s.095.054.153.07c.059.017.134.053.134.063 0 .01-.073.041-.126.034a.317.317 0 0 1-.084-.02l-.077-.147zm-.285-.487s.101.046.231-.046.14-.154.129-.202c-.011-.048-.215-.048-.284-.095-.07-.045-.065-.129-.065-.129l-.224-.004-.082.03.295.446zm.876 2.872s.303.178.388.194c.084.017.228.096.208.122-.02.027-.243.046-.357-.02-.114-.065-.152-.025-.152-.025l-.087-.271zm-1.635-4.51.005.002c.017.005.073.02.122.014.057-.006.105-.042.126-.02.04.046.008.257-.075.317a.617.617 0 0 1-.196.105c-.015-.004-.32-.44-.32-.44l.338.022zm-1.422-1.27s.199-.011.298-.011c.1 0 .214.072.304.128.089.056.178.654.13.767-.049.113-.717-.387-.735-.432-.02-.045-.31-.493-.31-.493l.313.041zm-.627-.27s.486.03.442-.279c-.044-.309-.267-.444-.267-.444l-.583.414.408.308zm-1.305-.569s.13.072.275.015c.145-.056.528-.553.806-.613.28-.06.335-.056.387.008.052.063.026.346-.038.424-.062.08-.873.422-.873.422s-.168-.01-.3-.04a1.928 1.928 0 0 1-.264-.088l.007-.128zm-.15-.894c-.124-.287-.343-.404-.425-.385-.081.02.279.305.33.7.053.395.05.66.042.682-.007.022.167.025.167.025l.034-.15.02-.108-.002-.098-.023-.204-.043-.16-.036-.124s-.002-.03-.065-.178zm-1.153-.408c-.373-.435-1.049-.744-1.095-.744-.046 0 .787.5.975.823.189.322.195.757.28.816.084.06.162-.03.17-.04.005-.01.067-.098.058-.125a4.638 4.638 0 0 1-.053-.207l-.13-.217-.078-.135-.127-.171zm-1.105-.454c-.471-.415-1.326-.612-2.019-.622-.692-.01-1.046.053-.946.43.102.38.414.544.998.544.586 0 .726-.062 1.04.036.316.1.605.277.719.395.114.119-.218-.29-.516-.513-.3-.224-.496-.341-.496-.341s-.057-.123.346-.067c.403.055.942.316 1.088.652.147.335.124.52.12.592-.003.072.14-.04.14-.04l.059-.164s.023-.132-.055-.28c-.078-.148-.091-.198-.273-.411-.182-.214-.205-.211-.205-.211zm-1.921 5.698c.295-.01.953-.57 1.05-1.351.095-.782-.391-2.37-.504-2.537-.112-.167.182-.079.343.088.16.167.49 1.299.49 2.124 0 .825-.165 1.061-.607 1.483-.442.42-.798.377-.798.377l.026-.184zm1.024 2.318s.147.184.311.122c.304-.113.772-.336.772-.772 0-.28-.364-.526-.381-.632-.018-.105 0-.193 0-.193l.32.07.092.448s.125.132.255.079c.13-.053.502-.325.45-.588-.051-.263-.406-.588-.441-.72-.035-.132.008-.245.008-.245l.304.052.093.385s.08.133.253.098c.174-.035.477-.351.408-.5-.07-.15-.295-.5-.312-.536-.017-.035-.009-.166-.009-.166l.122.068s.117.046.35-.023c.235-.07.463-.227.459-.389-.003-.16-.175-.315-.189-.404-.013-.089-.003-.125-.003-.125l.153.023.188.233.046.28-.068.24-.286.31-.283.118-.078-.007.173.3-.056.398-.25.23-.336.201-.025.372-.186.402-.429.253h-.126l-.05.243-.268.382-.465.31-.338.062-.195-.283.017-.096z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "M68.69 53.788s.779.22.755-.272c-.014-.276-.763-.912-.81-1.017-.048-.106-.035-.25-.035-.25l.388.354s.494.117.635-.168c.14-.285.027-.464.003-.47-.025-.007.113-.025.113-.025l.23.046-.028.44-.254 1.105s.068.434-.275.465c-.342.031-.721-.207-.721-.207zm.738 5.89s.013-.224-.16-.38c-.174-.156-.507-.303-.561-.336-.055-.032.556.693.556.693l.165.023zm1.127.036s-.39-.48-.474-.645c-.085-.164-.286-.526-.449-.543-.162-.016.153.599.153.599l.633.576.137.013zm1.069-.01s-.335-.632-.417-.816c-.08-.185-.256-.688-.455-.827-.197-.138.026.23.026.23l.212.655.371.57.263.188zm.787-.459s-.023-.539-.088-.914-.358-.688-.377-.675c-.02.014.022.668.022.668l.443.921zm1.625.407s-.273-.649-.383-.955c-.11-.306-.384-.819-.413-.826-.03-.006.081.59.081.59l.332.947.383.244zm1.41-1.698s-.25-.257-.79-.468c-.539-.21-1.079-.234-1.079-.234l.065.07.245.207.564.29.737.177.258-.042z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "M69.653 58.272s.005.47.247.755c.243.286.815.807.928.913.113.105.208.684.377 1.167.168.482.208.878.282 1.013.073.136.225.355.112.334-.112-.022-.217-.154-.286-.33-.07-.175-.048-.175-.038-.416.008-.242-.37-1.479-.543-1.615-.173-.136-.97-.798-1.278-1.255-.308-.456-.242-.562-.242-.562l.442-.004z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M70.94 61.365c-.17-.346-.2-.653-.252-.86-.052-.206-.723-.767-.884-.842-.121-.057-.374.015-.476-.062-.102-.076-.737-.796-.737-.796s-.096.09-.065.116c.03.027.689.738.927.965.239.229.368.738.542 1.133.174.394.104.316.122.508.017.194.138.304.26.304.12 0 .151-.058.106-.09-.046-.033-.293-.323-.436-.698-.13-.343-.3-.974-.507-1.212l-.047-.052c.05-.006.132-.022.259-.029.16-.008.823.602.88.782.056.18-.004.25.273.85.278.602.407.742.407.742h.049s-.252-.412-.421-.759zm-1.043-3.98s.482.302.624.341c.143.04.247.053.247.053s.072.876.423 1.369c.35.494.637.672.637.672s.013.954.273 1.612c.26.658.312 1.454.253 1.58-.058.124-.28-.389-.422-.843-.143-.454-.28-.947-.377-1.25-.097-.303-.364-.758-.513-.883-.15-.125-.03-.111.058-.033.087.08.341.392.504.896.162.503.227 1.013.315 1.017.088.003.155-.082.153-.185-.004-.101-.114-.365-.195-.836-.082-.47-.163-.792-.241-.924-.078-.132-.192-.155-.494-.681-.302-.527-.435-.82-.488-1.063-.052-.244.01-.22-.042-.257-.052-.036-.09.004-.321-.125-.231-.128-.393-.46-.393-.46z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M71.144 57.206s.295.228.46.298c.164.07.402.083.402.083s-.06.83.265 1.37c.325.54.663.855.663.855s.052.202.156 1.36c.105 1.159.108 1.18.139 1.646.03.465.045 2.113-.022 2.062-.251-.193-.043-1.088-.169-1.456-.125-.37-.325-.431-.567-1.475-.243-1.044-.088-1.281-.26-1.672-.174-.39-.403-.425-.403-.425s.32.061.454.39c.135.329.156 1.203.265 1.637.247.978.585 1.474.585 1.474s-.074-1.229-.169-1.926c-.095-.698-.09-1.281-.22-1.549-.131-.268-.413-.483-.581-.838-.17-.356-.23-1.053-.313-1.233-.082-.18-.13-.124-.247-.171-.381-.154-.438-.43-.438-.43z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M72.033 56.75s.26.29.623.505c.365.215.546.15.603.193.056.044-.074.781.308 1.461.38.68.52.694.528.786.009.092.078 2.097.126 2.777.047.68.1 2.962-.182 2.962-.282 0-.026-1.686-.165-2.08-.139-.396-.134-.281-.268-.596-.135-.317-.133-1.566-.347-2.305-.16-.552-.325-.64-.325-.64s.27.144.394.601c.126.456.165 1.988.312 2.233.147.246.36.549.408.777.047.228-.03-2.91-.096-3.098-.064-.189-.698-1.325-.745-1.952-.047-.627-.07-.69-.125-.737-.057-.049-.239-.01-.538-.29-.3-.28-.512-.597-.512-.597z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M73.462 57.112c.018-.06.199.337.764.56.566.224 1.105.185 1.177.244.071.06.43.909.442 2.04.013 1.133-.195 1.027-.37 2.002-.176.974-.183 2.954-.293 3.257-.052.112-.11.158-.17.35-.058.19.046.552-.13.558-.175.007-.194-.276-.194-.428 0-.15.182-.69.182-1.23s-.117-.606-.195-1.251c-.078-.645-.085-2.698-.156-2.895-.072-.198-.425-.625-.425-.625s.38.243.47.519c.091.277.1 2.557.202 3.015.104.467.071-.106.11-.37.039-.262.176-1.381.156-1.98-.02-.598-.273-1.895-.481-2.113 0 0 .108.126.227.411a.65.65 0 0 0 .162.132c.09.052.193.078.196.088a.56.56 0 0 1-.206-.05c-.068-.03-.118-.085-.116-.08.128.34.257.863.27 1.612.017 1.02-.15 3.265.013 3.29.163.027.13-1.223.299-2.237.169-1.014.396-1.159.325-1.988-.071-.829-.292-1.724-.468-1.836-.175-.112-.676-.072-1.118-.356-.442-.282-.691-.58-.673-.64zm-7.166 1.142s.163.072.351-.02c.19-.092.69-.487.69-.652 0-.164.007-.329.007-.329s.006.073.15.092c.142.02.551-.289.583-.486.033-.198.033-.546-.012-.619-.046-.072.123.072.208-.007.084-.079.48-.335.475-.598-.007-.264-.222-.507-.222-.507s.195.026.312 0c.118-.026.508-.257.494-.494-.013-.237-.149-.599-.455-.625 0 0 .228.053.45-.026.22-.08.298-.204.298-.455 0-.25-.448-.79-.527-.835-.077-.046.481.158.624-.066.143-.224.163-.382.124-.507-.04-.125-.156-.158-.156-.158s.24.066.566-.099c.324-.164.61-.381.76-.375.15.007-.475.336-.507.52-.013.076.17.207.452.413.018.013.026.025.055.04.128.07.613.089.646.114.04.03-.47.018-.426.051.344.262.76.613 1.143 1.076a.473.473 0 0 0 .188.114c.114.032.244.022.26.044.013.016-.33-.009-.317.008.232.303.45.616.655.938.014.02.093.114.184.153.1.043.212.032.226.055.025.04-.279.001-.255.04.237.39.458.791.661 1.2 0 0-.612-1.073-1.36-1.91-.747-.835-.923-.947-.962-.868-.039.079.56.816.878 1.336.318.52.608 1.167.608 1.167s-.751-1.556-1.804-2.51c-1.054-.954-1.163-1.112-1.28-1.073-.118.04-.208.744-.137.889.071.145.838.724 1.494 1.494.657.77 1.49 2.093 1.49 2.093s-.592-.954-1.593-2.014c-1.001-1.06-1.384-1.303-1.462-1.297-.078.007-.085.198-.202.356-.117.158-.358.138-.365.21-.005.073.846.856 1.015.948.169.092.26.046.39.119.13.072.27.193.27.193s-.178-.068-.309-.108c-.13-.04-.26-.046-.26-.006 0 .039.69.881.806.934.117.053.182.026.338.086.156.06.377.217.377.217s-.24-.138-.41-.171c-.168-.033-.24 0-.234.046.007.046.527.71.501.724-.026.013-.806-.922-1.47-1.507-.662-.586-.961-.711-.994-.691-.032.02-.013.19-.175.25-.163.059-.312.079-.312.138 0 .06.598.619 1.02 1.086.268.297.53.6.787.908 0 0-.43-.428-.897-.869-.468-.44-.708-.611-.754-.585-.046.026-.052.25-.007.309.046.06.91 1.08.885 1.106-.026.026-1.02-1.224-1.086-1.224-.065 0-.104.157-.17.23-.064.072-.344.072-.344.17 0 .1 1.404 1.475 1.365 1.508 0 0-1.163-1-1.202-.941-.04.06.487 1.02.455 1.04-.033.02-.683-1.007-.742-1-.057.006-.052.118-.22.27-.17.15-.384.085-.39.15-.007.066.968 1.146.942 1.166-.026.02-.987-1.027-1.014-.968-.006.016-.058.06-.032.151.072.253.289.712.26.75 0 0-.312-.638-.397-.611-.084.026-.084.151-.228.243-.142.092-.26.073-.272.138-.013.066.169.178.247.33.078.151.143.48.143.48s-.098-.277-.234-.454c-.137-.178-.26-.296-.364-.296-.104 0-.176.098-.176.098l-.097-.23z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M75.405 57.917s.318-.02.357-.085c.04-.066-.117-.02-.403-.33-.286-.309-1.016-2.419-1.813-3.481-1.306-1.738-2.529-2.534-2.529-2.534s1.455.84 2.581 2.482c1.144 1.667 1.421 2.975 1.741 3.317.321.342.633.403.616.5-.017.096-.07.167-.19.184-.122.018-.417.044-.417.044l.057-.097zm-9.61-.46s.01.026.068.032c.06.008.455-.385.433-.499 0 0-.175-.066-.318-.21-.143-.145-.176-.376-.176-.376s.13.257.241.33c.11.072.286.111.351.058.065-.052.647-.482.611-.651 0 0-.182.006-.351-.119-.169-.125-.2-.382-.2-.382s.11.207.283.29c.172.084.342.049.39-.013.047-.062.429-.584.385-.737 0 0-.195.022-.368-.1-.174-.124-.264-.431-.264-.431s.125.259.346.303c.22.044.403-.088.437-.246.035-.158.157-.746-.03-.895 0 0-.286.092-.49-.013-.202-.105-.276-.364-.276-.364s.173.237.402.267c.23.03.33-.092.369-.184.04-.092.048-.426-.022-.61s-.212-.171-.246-.447c0 0-.075.11-.37.11-.294 0-.45-.334-.45-.334s.234.215.468.197c.234-.017.32-.21.326-.36.003-.149-.118-.28-.183-.434-.065-.154-.07-.338-.113-.316-.043.022-.099.162-.403.114-.303-.048-.368-.254-.368-.254s.221.154.39.14c.17-.013.277-.092.277-.206 0-.114-.064-.325-.446-.65a11.64 11.64 0 0 0-.693-.548s.494.272.814.54c.322.268.503.527.503.527s.351.114.39-.005c.039-.119.033-.266-.078-.477-.108-.206-.409-.513-.409-.513s.315.26.464.53c.15.269.082.457.094.522.014.066.67.32.816.23.147-.088.078-.279-.045-.473a164.95 164.95 0 0 1-.225-.355s.153.168.264.358c.11.191.201.343.16.431-.043.09-.134.129-.124.165.01.036.226.151.448.267.221.115.478.217.51.154.033-.062.056-.214.037-.428a2.701 2.701 0 0 0-.144-.54s.146.317.172.54c.026.224-.028.392.023.47.052.08.214.1.214.1s-.13.092-.419.006c-.289-.085-1.53-.71-1.59-.651-.057.059.58.444.872.72.293.277.436.566.436.566s-.228-.19-.449-.312c-.22-.122-.884-.461-.926-.415-.042.046.25.105.273.158.022.053-.208.26-.208.346 0 .085.946.74.916.812-.029.073-.24.244-.279.234-.04-.01-.507-.369-.507-.313 0 .056.27.283.267.333-.003.05-.179.168-.147.28.033.111.527.516.523.654-.003.138-.282.257-.23.346.051.089.305.401.305.401s-.273-.18-.361-.276c-.088-.096-.264-.303-.295-.27-.033.033-.208.418-.192.504.017.085.237.217.28.45.042.234-.033.477-.05.477-.016 0-.327-.401-.39-.408-.06-.006-.139.02-.191.122-.052.102-.234.421-.211.48.022.06.327.129.334.373.007.243-.192.47-.21.47-.02 0-.381-.484-.417-.484-.036 0-.445.455-.455.51-.01.056.28.26.228.34-.053.078-.248-.03-.358.032-.11.063-.305.142-.345.142-.038 0-.097-.132-.097-.132z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M71.007 51.507s.033-.128.095-.194c.061-.066.312-.343.217-.398-.094-.056-.412.046-.614.029-.201-.016-.334.033-.92-.45 0 0-1.855-1.295-4.728-1.462-.91-.052-1.318.272-1.361.443-.004.04.238-.368 1.152-.355.404.004 3.297.238 4.798 1.413.078.061.575.536 1.04.483.465-.052.562-.105.552-.039-.01.066-.155.237-.188.316-.032.079-.065.224-.065.224l.022-.01zm-5.014.382-.008-.023c-.026-.08-.21-.337-.525-.628-.377-.35-1.548-.836-1.606-.856-.058-.02 1.202.58 1.554.915.565.54.585.592.585.592z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M65.99 53.95s-.077-.127-.324-.285a1.977 1.977 0 0 0-.494-.224l.572.145c.169.145.245.364.245.364zm-.148-1.074s-.078-.112-.43-.224c-.35-.112-.435-.105-.435-.105s.325-.138.572-.013a.547.547 0 0 1 .293.342zm-.208-.882s-.072-.158-.384-.27a2.368 2.368 0 0 0-.533-.131s.325-.092.638.033c.312.125.279.368.279.368zm-.377-.566s-.091-.125-.676-.263c-.585-.139-.813-.145-.813-.145s.833-.066 1.054.026c.22.092.435.382.435.382zm-1.073-.613s-.357-.098-.701-.125c-.345-.026-.885.02-.885.02s1.001-.158 1.268-.098c.267.059.318.203.318.203z", fill: "color(display-p3 0.824 0.647 0.404)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M60.891 63.182s.178.312.529.325c.351.013.624.513.624.513l-.386.378-.927.043-.299-.478.46-.78zm.022-.32c.03-.06-.273-.658-.49-.759-.217-.1.074.194.026.316-.048.123-.08.275-.062.297.017.021.179.274.092.388-.087.114.434-.242.434-.242z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M60.8 63.773s.192.082.344.044a.748.748 0 0 0 .286-.17m-.827-.105s.608-.378.557-.58c-.05-.201-.172-.192-.253-.175-.081.018-.455.281-.475.342-.02.062.171.413.171.413z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M60.21 63.8s.096.25.265.25.412-.135.416-.236c.004-.101-.17-.285-.282-.338-.112-.052-.372.083-.372.083l-.026.242z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M60.684 63.46c-.026.078-.356.232-.464.24-.108.01-.33-.267-.238-.307.091-.04.204-.035.286-.079.082-.044.104-.153.152-.158.047-.004.181.031.216.114.035.084.074.11.048.19z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M60.345 63.677s-.51.69-.723.655c-.213-.036.086-.98.086-.98s.083.054.252.107c.169.052.338.113.385.218z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M59.435 63.187s.66.114.69.22c.03.105-.317.245-.503.245-.187 0-.187-.465-.187-.465z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M57.797 64.183s.087.316.373.333c.286.018.554-.298.554-.298l-.676-.263-.251.228z", fill: "color(display-p3 0.125 0.133 0.125)" }), jsx("path", { d: "m57.797 64.183-.015.004c0 .002.022.082.081.166a.398.398 0 0 0 .306.18h.024c.288-.002.541-.304.543-.305l.014-.017-.705-.274-.266.24.003.01.015-.004.01.012.245-.222.667.26.005-.015-.011-.01-.044.046c-.083.083-.277.248-.476.247h-.022a.367.367 0 0 1-.282-.167.566.566 0 0 1-.06-.107l-.013-.035-.004-.013-.015.004.01.012-.01-.012z", fill: "color(display-p3 0.294 0.255 0.224)" }), jsx("path", { d: "M57.987 64.094s.113.238.486.247c.372.008.667-.299.667-.299l-.59-.465-.563.517z", fill: "color(display-p3 0.125 0.133 0.125)" }), jsx("path", { d: "m57.987 64.094-.013.008c0 .002.118.246.498.255h.017c.373-.001.661-.303.662-.303l.012-.013-.613-.484-.582.534.006.01.013-.006.01.011.554-.508.58.456.009-.012-.011-.011-.013.013c-.058.056-.316.282-.627.281h-.016a.6.6 0 0 1-.373-.123.44.44 0 0 1-.093-.105l-.005-.01-.015.007.01.012-.01-.011z", fill: "color(display-p3 0.294 0.255 0.224)" }), jsx("path", { d: "M58.038 64.15s.164.135.36.146c.195.011.437-.05.437-.05l-.223.08-.16.018-.152-.024-.136-.05-.107-.08-.02-.04z", fill: "color(display-p3 0.294 0.255 0.224)" }), jsx("path", { d: "M58.473 63.822s.164.404.51.36c.348-.044.356-.246.356-.246l-.39-.562-.476.448z", fill: "color(display-p3 0.125 0.133 0.125)" }), jsx("path", { d: "m58.473 63.822-.015.006a.76.76 0 0 0 .116.186.47.47 0 0 0 .358.187.457.457 0 0 0 .054-.003c.176-.023.27-.086.318-.145a.214.214 0 0 0 .051-.116v-.005l-.403-.581-.498.467.004.01.014-.006.011.012.464-.435.38.547.012-.01h-.015l-.001.007c-.007.034-.043.184-.341.223a.352.352 0 0 1-.05.004.44.44 0 0 1-.335-.176.796.796 0 0 1-.083-.123l-.02-.04a.28.28 0 0 1-.007-.015l-.014.006.01.012-.01-.012z", fill: "color(display-p3 0.294 0.255 0.224)" }), jsx("path", { d: "M58.521 63.901s.209.407.39.4c.182-.007.297-.117.297-.117l.009.046-.096.078-.164.054-.17-.036-.138-.134-.128-.29zm-.657.653s.16.265.307.276c.148.01.373-.191.373-.191l.028-.014-.039.057-.151.134-.185.085-.145-.043-.11-.109-.067-.138-.011-.057z", fill: "color(display-p3 0.294 0.255 0.224)" }), jsx("path", { d: "M59.396 63.152c.156-.022.48.421.48.64 0 .22-.094.549-.255.54-.16-.009-.524-.334-.607-.5-.082-.167-.164-.28-.103-.369.06-.088.485-.311.485-.311zm-1.616.04s-.26-.202-.364-.097c-.104.105-.07.456 0 .527.069.07.38-.168.38-.168l-.016-.263z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M57.745 63.437s-.347.035-.347.193.165.325.2.36c.034.035.346-.14.346-.14l-.2-.413z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M58.053 63.726s-.525.105-.525.228c0 .122.23.351.397.351s.295-.22.358-.263c.065-.044-.23-.316-.23-.316zm.257-1.027s-.102-.096-.32-.035c-.218.062-.46.211-.422.448.038.236.166.395.166.395l.794-.185-.218-.623z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M58.1 63.112s-.459.15-.476.325c-.018.175.104.351.225.385.122.036.512-.341.512-.341l-.26-.369z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M58.499 63.842s-.451.297-.512.297c-.06 0-.225-.237-.19-.394.034-.158.337-.272.459-.316.121-.044.243.413.243.413zm.395-1.633s-.143-.119-.416-.099c-.273.02-.475.375-.507.553-.033.177-.007.513.097.566.104.052.67-.402.67-.402l.156-.618z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M58.341 63.557c-.188-.02-.357-.29-.325-.454.033-.165.403-.448.598-.415.195.033.156.52.156.52s-.24.368-.429.349z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M58.941 63.516s-.095.22-.286.316c-.19.096-.303.017-.416-.14-.112-.159.052-.229.139-.308.087-.078.338-.14.338-.14l.225.272z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M58.638 62.937s-.213.17-.091.369c.12.197.216.267.368.293.152.027.25-.035.373-.18.121-.145.298-.21.281-.39-.017-.18-.087-.32-.195-.373-.108-.053-.437.004-.736.28z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M59.242 62.09s-.22-.084-.389.015a.615.615 0 0 0-.292.484c-.006.184.033.442.033.442s.232-.066.381-.19c.15-.125.2-.16.178-.224-.012-.039-.074-.082-.074-.237 0-.27.163-.29.163-.29z", fill: "color(display-p3 0.125 0.133 0.125)" }), jsx("path", { d: "M59.242 62.09s-.253-.042-.38.04a.643.643 0 0 0-.28.368c-.045.165-.013.208-.013.208s-.024-.143.021-.28c.052-.158.181-.314.308-.35a.694.694 0 0 1 .344.014z", fill: "color(display-p3 0.294 0.255 0.224)" }), jsx("path", { d: "M65.767 66.886s.183-.077.31-.146c.126-.07.4-.247.4-.247l.087.455-.35.27-.307.002-.184-.134.044-.2z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M65.277 66.932s.005.006.218.01c.213.006.234-.074.272-.055.038.018.098.245.098.245l-.078.142-.308.174-.259-.142-.021-.358.078-.016zm2.434-.146s-.061-.102-.183-.207l-.433-.378-.003.985.456-.011.217-.305-.054-.084z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M65.277 66.932s-.068-.1-.26-.079c-.192.021-.396.178-.416.31-.021.133 0 .517.104.59.104.074.234.111.442.058.208-.052 1.269-.705 1.269-.705l-.27.058c-.146.031-.281-.032-.281-.032s-.146.163-.312.19c-.167.026-.213-.08-.245-.158-.031-.079-.031-.232-.031-.232z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M65.985 67.273s-.156.06-.215.102c-.058.043-.268.117-.268.117l.08.32.451.116.283-.233.004-.323-.335-.1zm2.1-.227s-.072-.066-.156-.161-.189-.115-.218-.1c-.03.018-.243.294-.243.294l-.017.208.25.134.176.033.23-.151-.022-.257z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M66.534 66.888s-.201.111-.3.211c-.097.1-.249.212-.249.256 0 .044.228.33.228.33l.23.023.5-.425-.032-.388-.377-.007zm1.902.503s-.039-.096-.117-.184c-.078-.088-.175-.135-.234-.128-.058.008-.254.36-.254.36l-.024.1.18.254.32.095.221-.27-.092-.227z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "m67.61 67.65.228.04s-.007.06.06.112c.064.053.07.013.07.013s.033.217.273.402c0 0 .28.092.422.013.144-.08.124.024.124.024l.403-.498s0-.099-.097-.105c0 0 .07-.31-.19-.376-.259-.065-.467.027-.467.027s-.2.365-.318.316a.475.475 0 0 1-.143-.099c-.11-.119-.144-.178-.144-.178s-.084.027-.181-.039c-.098-.066-.182-.224-.182-.224s-.15-.026-.202-.079c-.052-.053-.105-.156-.105-.156l-.373.267s-.011.117-.228.275c-.217.159-.347.159-.347.159s-.06.324-.303.27c-.243-.051-.407-.323-.407-.323s-.174-.026-.287.122c-.112.15-.165.203-.165.352 0 .149.096.36.174.43.078.07.321.262.607.113.286-.149.19-.394.19-.394s-.008.017.165-.097c.173-.114.364-.29.494-.342", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".1" }), jsx("path", { d: "m67.166 65.666.002.637s.078.566-.046.743c-.123.178-.572.139-.636-.013-.065-.151-.033-.644-.033-.644l.713-.723z", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeWidth: ".1" }), jsx("path", { d: "M66.663 67.596s-.096.168.2.193a.199.199 0 0 0 .177-.066c.076-.088.059-.16.059-.16s-.026.235.24.243c.295.01.268-.272.268-.272", fill: "color(display-p3 0.973 0.784 0.235)", stroke: "color(display-p3 0.592 0.486 0.180)", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".1" }), jsx("path", { d: "M64.236 68.118s-.164-.277.031-.377c.195-.101.3.004.416.009.117.004.078-.3.053-.361-.027-.062-.088-.192-.135-.227-.048-.035-.693.029-.688.46.005.416.323.496.323.496zm1.01 1.031s-.208-.294-.095-.469c.113-.176.199-.07.256-.075.056-.004.082-.131-.013-.324-.096-.194-.212-.29-.282-.3-.07-.008-.458.277-.38.641.091.441.514.527.514.527zm3.637-.355s.7.294.75-.412c.025-.377-.313-.638-.42-.636-.075.001-.13.043-.256.193-.126.149-.222.258-.17.316.052.057.26-.061.351.162.156.382-.255.377-.255.377z", fill: "color(display-p3 0.125 0.133 0.125)" }), jsx("path", { d: "M65.246 69.15s-.546-.12-.541-.654c.003-.355.4-.513.4-.513s-.368.194-.374.507c-.011.542.515.66.515.66zm-1.002-1.032s-.315-.07-.35-.522c-.034-.452.714-.434.714-.434s-.717.034-.68.467c.04.448.316.49.316.49zm4.639.676s.14.068.301.062c.16-.006.354-.049.42-.316.067-.267.04-.394-.137-.63-.124-.164-.238-.161-.238-.161s.121.023.217.172c.095.15.234.317.139.617-.096.3-.386.307-.492.298a1.103 1.103 0 0 1-.21-.042z", fill: "color(display-p3 0.294 0.255 0.224)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "m60.52 53.977-.131-.027.095-.22.369-.134.368-.015.387-.016.179.123.198.458-.734.437-.119.04-.046-.18-.112-.297z", fill: "color(display-p3 0.565 0.278 0.125)" }), jsx("path", { d: "m67.389 64.595-.046-1.1-2.97.916 1.176 1.099z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "m61.888 62.681-.25-.195s-.18-.127-.28-.157c-.099-.031-.227-.007-.227-.007l-.04.058.038.102.271.316s.442.228.453.232c.011.005.16.154.16.154l.104.044-.23-.547zm-.07.466.169.022.17.194.104.207.139.274.044.159-.332-.073-.962-.297.083-.229.169-.154.139-.06.196-.03.08-.013z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "m62.443 63.938.159-.014.108-.091-.051-.36.059-1.151-.782-.922-.16.531.23.932.17.56z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "M61.883 61.831s-.052.096.013.4c.065.302.178.978.447 1.439.268.46-.26-.365-.26-.365s-.416-.934-.351-1.64c.065-.707.151.166.151.166z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M62.45 62.415s-.168.22-.194.382c-.026.161.013.438.013.438s-.026-.21.147-.259c.174-.048.152.475.16.522.009.049.1-.934.1-.934l-.225-.15zm.088 1.93-.88-.202c-.455-.202-.696-.36-.687-.47.009-.11.808.026.925.053.117.026.475.206.475.206h.205l.374-.165.051.397-.463.18zm-1.47-.167s.217.154.113.22c-.104.065-.381.074-.468.052l.85.206s.181-.154.168-.162c-.013-.01-.663-.316-.663-.316z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M60.836 63.947c.033-.053.06.123.362.162.304.04.442-.053.442-.053l.135.088.16.036-.147.219-.555-.163-.299-.166-.098-.123z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "m62.813 63.55.156.223.097-.487-.007-.507-.318-.21z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "m61.935 62.728-.26-.434-.338-.619.208-.355.254.368s-.072.25-.026.487c.045.237.162.553.162.553z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M60.154 64.308s.113-.187.377-.208c.265-.023.477.035.477.035l.537.28.109.176-1.014-.136-.486-.147z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "M62.793 62.518s.02.605.038.796c.02.19.137.375.118.454-.02.08-.059.119-.19.165-.129.046-.389 0-.389 0s.253-.033.266-.086c.013-.052-.077-.283-.09-.493-.014-.211.013-.441-.059-.441s-.15.092-.163.118c-.013.027.072-.75.156-.836.085-.085.313.323.313.323z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M60.939 64.108s-.104-.097-.102-.162c.002-.066.121.317.678.296.557-.022.524-.031.524-.031h.26s-.058.242-.104.263c-.045.022-.433.283-.44.29l-.138.076.01-.039-.025.002-.046-.427-.48-.185-.137-.083z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M61.935 62.728s-.644-.665-.858-1.105c-.214-.442-.084-1.047-.084-1.047l.604.79s-.078.151-.052.401c.026.25.39.961.39.961z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M61.523 65.15c-.021-.046-.046-.192.078-.347.382-.476 1.35-.818 1.35-.818l.001.582-1.242.596-.187-.013z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M61.596 64.71c.054-.039.27-.2.278-.268.01-.079-.147-.092-.428-.15-.178-.037-.35-.099-.512-.183 0 0 .347.267.481.32.134.053.122.105.104.14-.017.036.07.146.077.14zm1.662.135s-.179-.266-.236-.43c-.057-.163-.06-.426-.07-.429-.01-.003-.12.087-.2.124-.081.037-.367.129-.383.14-.015.01.395-.009.393.133-.003.143-.59.204-.593.214-.003.01.473-.105.445.01-.03.116-.24.127-.494.232a3.822 3.822 0 0 0-.461.213.855.855 0 0 0-.14.096.6.6 0 0 0 .295.058c.18-.007.58-.106.58-.106l.767-.291.097.036z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M63.258 64.845s-.214-.074-.366-.966c-.153-.892-.108-1.132-.108-1.132l.361.252.324.588-.21 1.258z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M63.374 63.362s-.169.5-.169.79c0 .289-.03.486.053.692.083.205.368.46.368.46l.13-.135.058-.404.032-.672-.472-.731z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M63.882 64.041s.082 1.26-.237 1.294c-.153.016-.384-.475-.387-.49-.003-.017.279.456.384.413.201-.082.14-1.309.14-1.309l.1.092zm-.624.804s-.054-.023-.142-.166c-.088-.143-.011.126-.683.363-.673.237-.914.106-.914.106s.225.174.904-.023c.679-.198.617-.24.708-.26.091-.02.127-.02.127-.02z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M62.007 63.242s.106.09.227.335l.208.417.03-.03s-.082-.237-.194-.422c-.113-.184-.438-.632-.438-.632l.167.332z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M61.598 64.804s.07-.235 0-.28c-.07-.043-.135.005-.594-.052a6.833 6.833 0 0 1-.85-.165s.313.191.612.27c.299.08.688.167.688.167l.105.018.039.042z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M61.598 64.804s.01-.055-.043-.112c-.051-.056-.146.027-.702-.128-.555-.154-.698-.256-.698-.256s.198.174.689.299c.49.125.754.197.754.197z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M61.848 63.146s-.42.022-.556.13c-.134.11-.32.397-.32.397l.273.032s-.034-.253.096-.38.327-.138.507-.18z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M61.052 62.348s.169.223.344.302c.176.08.351.145.436.23.084.086.175.362.175.362s-.604-.27-.721-.401c-.117-.132-.234-.493-.234-.493z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M61.637 62.486s-.054-.09-.22-.166c-.166-.076-.288-.064-.335-.03-.047.035-.031.057-.031.057l.221.332.123-.03s-.328-.206-.251-.271c.16-.137.493.108.493.108z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "m63.267 61.726 3.384-1.744 1.601 2.225-2.924.782-1.548.132-.754-.546z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "m67.804 62.68 4.218 3.646-.467.32-.988-.28-2.055-2.027-.76-.764z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M73.206 65.604s-1.048-.825-2.41-1.834c-1.36-1.01-3.043-2.281-3.043-2.281l.077 1.088 3.482 3.194 1.149.552.58-.175.295-.307-.13-.237z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M67.792 63.025s1.215 1.369 2.139 2.067c.922.697 1.807 1.46 1.988 1.355.182-.106.117-.223.117-.223l-4.27-3.476.026.277z", fill: "color(display-p3 0.502 0.247 0.114)" }), jsx("path", { d: "m70.775 66.524-.429.333-.493-.201-2.594-2.647.13-.487.363.053z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M73.206 65.604s-.318.748-.994.573c-.676-.176-4.399-3.706-4.399-3.706l-.009.369s3.773 3.449 4.501 3.589c.728.14 1.325-.49 1.248-.561-.05-.048-.347-.264-.347-.264z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M67.375 63.578s1.203 1.54 1.84 2.106c.637.566 1.183 1.013 1.443.961.26-.053-.156-.342-.156-.342l-1.82-1.79-.93-.935s-.363-.145-.377 0z", fill: "color(display-p3 0.502 0.247 0.114)" }), jsx("path", { d: "M67.674 63.578s3.054 3.107 3.296 3.177c.511.15 1.24-.378 1.24-.378l-.27-.157-.034.096s-.13.316-.789.175c-.659-.14-3.339-3.018-3.339-3.018l-.104.105z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "m68.825 66.551-1.111-1.277-.247-.421-.066-.54 2.217 2.225-.312.21-.274-.091z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M70.833 66.595s-.269.395-.633.316a1.075 1.075 0 0 1-.572-.342l-2.126-2.077-.051-.317s2.331 2.463 2.749 2.572c.303.079.53-.29.53-.29l.103.14v-.002z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M69.653 66.525s-.104.307-.415.264c-.313-.044-.408-.167-.408-.167l-1.302-1.544-.026-.412s1.354 1.868 1.667 1.974c.311.105.39-.211.39-.211l.095.096z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M68.262 62.475s1.26 1.08 1.365 1.133c.104.053.546.066.572.13.026.067-.286 0-.312.067-.026.066.637.606.74.619.105.013.638.013.625.079-.013.066-.364 0-.377.079-.013.079.573.54.676.553.105.013.78.013.78.078 0 .067-.546-.013-.533.106.013.118.923.684.884.763-.039.08-1.092-.71-1.118-.671-.026.04-.065.29-.13.329-.065.04 0-.33-.052-.487-.052-.158-.663-.619-.728-.566-.065.053-.013.33-.078.33s.013-.343-.052-.462c-.065-.118-.637-.592-.715-.592-.078 0-.026.25-.078.29-.052.039-.039-.29-.117-.395-.078-.105-1.404-1.303-1.352-1.383z", fill: "color(display-p3 0.690 0.447 0.161)" }), jsx("path", { d: "M66.1 65.97s.01.476-.205.546c-.215.069-.62-.876-.62-.876l-.095-.881.63.585.29.625zm1.69-.243s.01-.14-.007-.254a5.162 5.162 0 0 0-.053-.29l-.041-.49-.117-.33-.094-.207-.137.01-.332.235-.113.318.175.596.162.543.247.079.31-.21z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M67.355 66.56c.075-.022-.069-.675-.069-.675l-.39-.966-.104-.342-.316-.119-.208.238.048.381s.303.636.45.86c.148.224.46.663.59.623z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M67.006 64.512c.113.078.243.338.273.513 0 0 .26.71.225.78-.034.071-.19.08-.19.08s.347.36.45.316c.104-.044.061-.395.026-.474-.034-.08-.147-.026-.19-.105-.044-.08-.174-.553-.182-.835-.009-.28-.018-.473.017-.543.035-.07.295.587.295.94l.112.13s-.07-.482-.112-.631c-.043-.15-.139-.404-.139-.457 0-.052.053-.175.053-.298s-.01-.202-.01-.202.139.096.191.088c.052-.009.13-.079.164-.386.036-.307-.034-1.2-.034-1.2l-1.352 1.78.403.504z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M67.006 64.358s-.052.478.126.97c.178.491.225.509.26.58.034.069.03.587-.035.652 0 0-.346-.881-.463-1.316-.117-.434-.147-.601-.208-.636-.061-.035-.161-.044-.161-.044l.48-.206z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M66.878 66.904c.039-.008.015-.203.015-.203l-.057-.46-.474-.973-.52-.467-.273-.421-.04.803s.378.802.625 1.033c.247.23.655.706.724.688z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M64.935 64.713s.082.215.082.356v.272s.19.386.364.694c.173.306.338.622.485.552.147-.07.2-.298.208-.325.009-.026-.165.264-.252.22-.086-.044-.476-1.298-.467-1.325.008-.027-.104-.08-.191-.167a3.627 3.627 0 0 1-.229-.277zm1.416 1.093s-.27-.438-.356-.631c-.086-.193-.234-.343-.277-.343-.043 0-.1-.393-.1-.393s.143.262.325.349c.183.088.295.158.382.123 0 0 .052.202.052.404s-.026.491-.026.491z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M65.485 65.16s.09.277.268.54c.178.263.47.58.47.58s-.323-.317-.491-.562c-.17-.246-.282-.567-.282-.567l.035.01z", fill: "color(display-p3 0.361 0.227 0.114)" }), jsx("path", { d: "M66.493 64.833s.14-.239.262-.25c.121-.011.377-.058.377-.058s-.22-.033-.395-.158c-.184-.133-.227-.123-.427-.266 0 0 .114.266.148.39.035.126.035.342.035.342zm-.14.078s.63.824.793 1.1c.162.278.135.69.135.69s-.078-.294-.22-.535c-.142-.242-.717-.913-.765-.992-.05-.079.057-.263.057-.263z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "m66.85 64.375.092-1.212-.092-.428-.546-1.21s-.026.177-.163.17c-.136-.006-.5-.197-.624-.362 0 0 .072.284.046.553-.026.27-.071.415-.071.415l1.052 1.974.306.1z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M64.757 65.17s.164.198.26.171c.095-.026.06-.404-.061-.614-.122-.21-1.405-1.922-1.595-2.027-.19-.105 1.396 2.47 1.396 2.47z", fill: "color(display-p3 0.545 0.267 0.122)" }), jsx("path", { d: "M65.633 64.463c.025.08.118.625-.104.676-.306.07-1.716-1.873-1.934-2.14 0 0-.884-.552-.902-.693-.017-.14.954.191.954.191l1.89 1.803s.069.084.096.163z", fill: "color(display-p3 0.545 0.267 0.122)", stroke: "color(display-p3 0.361 0.227 0.114)", strokeWidth: ".1" }), jsx("path", { d: "M64.757 65.17s-.156-.277-.17-.474c-.013-.197-.078-.303-.09-.369-.014-.065-1.04-1.552-1.145-1.645-.103-.092-.454-.29-.454-.29s.04.238.04.343c0 .105.012.135.012.135s.325.616.793 1.155c.334.384.672.766 1.014 1.145z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M66.325 64.91c.139-.078.078-.552.026-.701-.052-.15-.892-1.895-.892-1.895l-.253.096-.476-.373-.268-.29s.095.418.086.62c-.009.201-.017.324-.017.324l.667 1.167 1.127 1.053zm.945-1.052.2-.263-.104-.869-.555-1.895s-.139.035-.278-.052a1.57 1.57 0 0 1-.281-.255l.135 1.132.572 1.588.034.474.277.14z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M65.537 64.302s-.56-.606-.742-.909c-.117-.195-.23-.392-.337-.592 0 0-.156.066-.352-.013-.195-.08-.454-.356-.454-.356s-.156.303.65 1.12c.922.933 1.235.75 1.235.75z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M66.882 64.506c.235-.095.228-1.08.007-1.745s-.585-1.237-.585-1.237.455 1.066.552 1.501c.098.435 0 .743-.078.717-.078-.026-.078-.256-.26-.678-.181-.42-.305-.526-.305-.526s.643 1.757.461 1.724c-.181-.033-1.079-1.981-1.118-2.034-.04-.053-.065.072-.065.072s.8 2.442 1.391 2.206z", fill: "color(display-p3 0.545 0.267 0.122)" }), jsx("path", { d: "m67.404 59.76.395.837.125.885.03.746s.027 1.472-.155 1.507c-.182.035-.269-.14-.277-.176-.01-.035-.338-1.658-.338-1.658l-.347-1.694.123-.118.041-.25.269-.018.134-.061z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M66.325 64.91c.157-.02 0-.42 0-.42s-.13.193-.234.061c-.104-.131-.27-.619-.27-.619l-.103-.293s-.113.324-.26.324c-.147 0-.91-1.29-.91-1.29l-.091.128s1.075 2.22 1.868 2.11z", fill: "color(display-p3 0.545 0.267 0.122)" }), jsx("path", { d: "M65.822 63.933s.13-.316.078-.605c-.052-.29-.442-1.013-.442-1.013s-.117.026-.273-.027c-.156-.053-.455-.25-.455-.25s.208.54.442.935c.234.394.65.96.65.96zm.624-.448s-.098-.685-.41-1.317c-.312-.631-.52-.835-.52-.835s.026.138.02.395c-.006.256 0 .309 0 .309s.286.105.5.487c.215.382.41.961.41.961zm.85-1.171s-.044-.737-.16-1.159c-.117-.42-.24-.98-.24-.98s.014-.057.064-.086c.029-.018.072-.027.13-.007.156.053.221.441.221.441s-.02-.598-.033-.624a2.814 2.814 0 0 0-.052-.1s-.051.027-.123.02a3.304 3.304 0 0 1-.156-.02s.049.184-.03.27c-.056.063-.11-.056-.142-.072-.012-.006-.03.085-.03.085s.059.21.072.395c.008.113.001.226-.02.336 0 0 .115.44.239.711.124.27.26.79.26.79zm.66-.085s.129-1.06-.111-1.737c-.241-.679-.443-.856-.443-.856l-.11.132s.362.575.468 1.112c.111.559.195 1.349.195 1.349zm-1.068.533s-.117-.83-.267-1.362c-.15-.534-.191-.724-.191-.724l-.228-.21s.134.565.12.73a8.487 8.487 0 0 1-.026.276s.111.283.26.52c.15.237.332.77.332.77z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M67.444 64.078c.212.006.026-1.193-.06-1.5-.088-.307-.582-1.75-.582-1.75s.595 2.051.546 2.154c-.07.152-.303-.623-.346-.615-.043.009.442 1.387.268 1.404-.173.018-.26-.29-.26-.29l.018.3s.113.289.416.297z", fill: "color(display-p3 0.565 0.278 0.125)" }), jsx("path", { d: "M67.703 63.472c.145 0-.04-1.132-.144-1.633-.104-.5-.393-1.5-.393-1.5s.294.693.46 1.492c.163.798.276 1.825.12 1.842-.155.018-.234-.149-.234-.149l-.026-.184s.07.132.217.132z", fill: "color(display-p3 0.565 0.278 0.125)" }), jsx("path", { d: "M65.752 64.801c.022.08.018.47-.189.441-.206-.028-.584-.375-.661-.604 0 0 .448.495.603.492.154-.003.153-.51.128-.642-.027-.132.119.313.119.313z", fill: "color(display-p3 0.192 0.137 0.090)" }), jsx("path", { d: "M66.83 59.411s.267.17.482.046c.214-.125.357-.428.35-.592-.006-.165-.012-.31-.143-.48-.13-.172.208.144.202.46-.006.316.02.862-.488.98-.507.12-.286-.026-.286-.026l-.117-.388z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "M66.43 58.444s.32.524.442.994c.124.47.101.651.023.661-.078.01-.107-.055-.127-.174-.019-.119-.339-1.48-.339-1.48z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "m60.817 59.087 2.118 3.067 2.653-2.988-1.677-1.725z", fill: "color(display-p3 0.118 0.129 0.129)" }), jsx("path", { d: "m63.495 57.204-.123.481.26.816.442.454.512.342.118-.382.124-.447.129-.046.325.125.215-.309.344-.619-.071-.24-.083-.17-.536-.934-.181.353-.169.103-.312-.178-.377.493-.461-.213z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M64.587 59.299s.092-.066.13-.31c.04-.243.047-.987-.019-1.283-.064-.296-.26-.882-.299-.836-.038.047.306.645.254 1.376-.052.73-.026.935-.182 1.007-.157.072.116.045.116.045z", fill: "color(display-p3 0.361 0.220 0.094)" }), jsx("path", { d: "M64.71 58.068s.352.5.521.322c.169-.177.085-.816-.025-1.066a7.59 7.59 0 0 1-.228-.612l.104-.105s.116.42.182.684c.064.263.26 1.04.025 1.178-.233.138-.572-.283-.572-.283l-.006-.118z", fill: "color(display-p3 0.361 0.220 0.094)" }), jsx("path", { d: "M63.577 58.412s.117-.17.277-.188c.16-.018.192.052.192.052l.142.412.239.426.212.21-.126.12-.168.03s-.504-.263-.512-.28c-.009-.018-.139-.185-.139-.185l-.117-.597z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M64.41 62.768c-.165.086-.545-.104-.76-.293-.214-.188-1.345-1.34-1.345-1.34l-.158-.638.437.118.768-.329.143-.27.922-.48.515-.276 1.117-.02.267-.546s.375.647.437.912c.063.266.05 1.082-.048 1.134-.097.053-.46-.243-.513-.263-.052-.02.273 1.146 0 1.191-.273.046-.728-.434-.728-.434s.182 1.04-.032 1.046c-.215.007-.77-.26-1.006-.515 0 0 .264.858-.016 1.003z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "m64.19 61.419.237.346c.056.083-.01.576-.044.667-.07.189-.325-.223-.464-.588 0 0-.407-.675-.433-.763-.026-.088.705.338.705.338zm2.178-2.576s.394 1.624.204 1.68c-.19.057-.733-.513-.793-.596-.061-.084-.815-1.281-.815-1.281l-.16-.163.047-.083.32.122 1.197.32v.001z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M63.577 61.962c-.088.057-.256-.21-.333-.28-.079-.07-.343-.396-.603-.659-.26-.262-.45-.456-.45-.509 0-.053-.157-.219-.157-.219l.14-.175.181-.027s1.075.856 1.149.991c.073.137.121.847.073.878zm1.618.014c-.051.04-.763-.474-1.062-.9-.3-.425-.611-.798-.685-.996-.047-.125-.092-.25-.135-.377l.217.048s1.746 2.159 1.665 2.225zm.255-.75c-.04.048-.351-.185-.543-.435-.19-.25-.09-.562-.09-.562s.671.948.633.996zm.398-.097c-.097.046-.505-.445-.845-1-.251-.41-.314-.472-.368-.504-.093-.057-.27-.084-.27-.084l-.034-.052.182-.045.135-.157.212-.272.845 1.702s.208.382.143.412z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M63.652 62.475c.007.062-.004.125-.234.102-.23-.023-1.436-.665-1.98-1.55l-.614-1.004.241-.273 1.914 2.178.673.547z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M63.652 62.475c.026.102-.095.128-.217.097-.121-.03-.602-.202-1.37-1.053C61.3 60.668 61 60.059 61 60.045c0-.013-.039-.364-.039-.364l.225-.097 1.318 2.005 1.148.886z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M64.932 61.615s-.397-.283-.65-.586-.767-1.006-.754-1.145c.013-.138.227-.138.227-.138l-.013-.355.065-.12.371.152.468.573.171.233s.303.728.244.794c-.058.066-.487-.408-.539-.35-.052.06.488.89.41.942zm-.741-.196s.13.197.07.335c-.057.138-.11.21-.305-.079-.195-.29-.43-.614-.452-.59-.022.024.023.445-.074.445-.098 0-.403-.361-.598-.651-.195-.29-.494-.77-.494-.77s.026-.1.013-.428c-.013-.33-.04-.5-.04-.5s.03.103.064.18a.53.53 0 0 0 .086.131l.715.841.201-.14.424.824.39.402zm-2.71-1.225s.552.968 1.065 1.508c.514.539 1.106.774 1.106.774l-1.67-1.972-.502-.31zm4.237.573c-.029.02-.37-.35-.585-.678-.215-.33-.383-.79-.37-.994.013-.204.071-.698.071-.698s.572.593.682.869c.111.277.346.653.295.7-.052.046-.437-.26-.483-.186-.046.072.449.947.39.987zm.65-.619c-.07.036-.357-.302-.435-.513-.079-.211-.105-.625-.105-.625l-.253-.6.026-.664.253-.04.384.527s.15.31.143.757c-.007.448.065 1.119-.013 1.158zm-4.505 1.627c-.513-.632-.825-1.225-.825-1.225l-.17-.565.092.072s.15.652.942 1.428c.793.777.969.842.969.842s.156.429.078.58c0 0-.572-.5-1.086-1.132z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M62.72 62.681s-.677-.596-1.214-1.272c-.537-.675-.876-1.325-.876-1.325l.235-.22s.446 1.04.767 1.453c.32.413 1.087 1.364 1.087 1.364zm.932-.206s-.785-.776-1.183-1.215a4.372 4.372 0 0 1-.62-.882l.33.128s.13.342.416.698c.286.355 1.057 1.271 1.057 1.271zm-.148-1.391s-.43-.522-.633-.851c-.204-.33-.412-.75-.412-.75s.577.658.746.701c.169.045.164-.004.164-.004s-.069.237-.013.434c.057.198.148.47.148.47zm.174-2.117s.07.367.022.583c-.048.215-.163.213-.163.213s.223.313.354.445c.129.132.455.36.455.36s-.26-.36-.365-.544c-.104-.185-.256-.39-.19-.57.065-.181.416.122.515.206.1.083.512.57.512.57s-.152-.505-.356-.689c-.203-.184-.784-.574-.784-.574z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M65.407 60.07s-.221-.53-.348-.854c-.125-.325-.322-1.03-.322-1.03s.015.323-.003.56c-.017.237-.101.599-.205.651-.104.053-.127.063-.319.01-.191-.052.134.09.134.09s.195-.007.28-.102c.083-.096.103-.3.195-.27.09.03.187.339.263.473.074.135.325.473.325.473z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M64.734 58.18s.412.461.59.254c.18-.207.075-.793.075-.793s.25.096.329.033c.078-.062.042-.293.042-.293s.444.649.659 1.063c.215.414.325 1.163.325 1.163s-.368-.597-.555-1.163c-.17-.515-.42-.75-.465-.7-.045.048-.114.41-.058.598.055.187.208.431.312.698.104.266.22.684.22.684s-.21-.32-.334-.493c-.123-.175-.254-.244-.338-.326-.084-.083-.211-.234-.335-.283-.123-.05-.367-.171-.367-.076 0 .095-.049-.187-.049-.187l-.051-.178z", fill: "color(display-p3 0.125 0.125 0.125)" }), jsx("path", { d: "M63.353 60.154s.227.455.409.692c.145.19.288.38.43.572 0 0-.39-.355-.547-.579-.156-.224-.292-.685-.292-.685z", fill: "color(display-p3 0.090 0.090 0.090)" }), jsx("path", { d: "M66.037 60.273c-.059.023-.248-.045-.267.023-.02.07.107.34.247.481.14.141.199.148.231.131.032-.016-.015-.141-.037-.286-.023-.145-.005-.3-.022-.346-.016-.046-.152-.003-.152-.003z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "m61.18 57.377-.237.154-.286.58.078 1.062s.264.373.427.607c.162.235.7.84.838.806.14-.036.287-.456.304-.685.017-.228.035-.649.035-.649s.13.228.355.473c.225.246.416.474.52.457.104-.018.416-.64.424-.72.009-.078-.78-2.01-.78-2.01l-.35-.18-1.328.105z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "M62.95 58.983s.136.494.22.738c.085.243-.002.454.044.46.045.006.457-.546.463-.796.007-.25.007-.507-.103-1.27-.111-.764.035-.986.035-.986l-.237-.193-.41.823-.012 1.224zm-1.386-.434s.091.744.143.987c.052.244.195.658.273.651.078-.006.325-.657.332-.881 0 0-.17-.316-.163-1.112.007-.797-.078-.876-.078-.876l-.507 1.231z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M60.496 57.013s-.624.903-.611 1.4c.013.495.095.385.239.832.142.449.22 1.111.229 1.168.009.057.1-.031.113-.096.013-.066.03-3.305.03-3.305z", fill: "color(display-p3 0.271 0.224 0.176)" }), jsx("path", { d: "M60.493 57.119s-.546.842-.507 1.308c.04.464.113.452.269.869.156.416.169 1.096.169 1.096s.173-.052.368-.19c.195-.14.37-.422.37-.422s-.066-.151-.192-.423-.14-.378-.14-.378l-.16-.228.048-.807.143-.584v-.22l-.368-.021z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M63.443 58.57s-.273-.06-.384-.126c-.11-.066-.155-.224-.155-.224l.065-.158.474.507z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M60.604 57.21s-.394.848-.346 1.43c.048.585.368 1.33.399 1.34.03.008.017-.058.026-.19.008-.13-.018-1.741-.018-1.741l.191-.566.009-.294-.26.022z", fill: "color(display-p3 0.824 0.647 0.404)" }), jsx("path", { d: "M61.558 57.4s.052.254.017.36c-.034.105-.242.236-.329.403-.087.167-.208.553-.208.553s.095-.22.226-.36c.13-.14.182-.237.208-.158.025.08.07.413.043.474-.026.061-.13.162-.2.395a.833.833 0 0 0 .01.474s.045-.283.086-.43c.036-.13.147-.194.147-.194l.217.466s0-.22.035-.386c.034-.167.216-.402.275-.402.058 0 .15-.033-.072-.145-.071-.046-.026-.855.033-.888.058-.033.364-.044.332-.156-.033-.112-.298-.413-.324-.44-.026-.026-.496.433-.496.433z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M63.399 59.122s-.19-.033-.293-.053c-.104-.02-.117-.118-.117-.118l.033-.125.24.132.137.164z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M60.885 59.218c-.005.087-.07.176-.111.297-.051.147-.08.322-.08.322s-.059-.389-.078-.662c-.02-.273-.04-.45-.072-.467-.032-.017-.127.128-.127.128s0-.306.059-.454c.058-.148.107-.359.055-.392-.052-.033-.162.06-.21.138-.05.08-.14.25-.14.25s.057-.26.12-.365c.061-.105.357-.444.412-.576.055-.131.055-.273.055-.273l.205-.01s.214.167.216.311c.001.082-.205.173-.21.183-.013.026-.172-.013-.21.665-.04.678.134.622.116.905zm1.87-1.735s.045.369.006.48c-.04.112-.15.204-.227.35-.078.144-.072.493-.072.493s.04-.171.104-.277c.065-.105.117-.197.143-.197.026 0 .104.132.156.323.052.19.156.513.156.513s-.045-.25.02-.25c.064 0 .09-.02.175.046.063.05.124.103.182.158 0 0-.006-.092-.13-.224-.123-.132-.195-.125-.234-.303-.039-.178-.058-.355-.039-.428.02-.072.104.047.176.132.071.086.299.283.299.283s-.098-.151-.124-.197c-.026-.047-.007-.395 0-.593.007-.197-.007-.381.065-.434.072-.053.085-.31.052-.356-.032-.045-.708.481-.708.481z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M64.929 56.725s.018.416.074.658c.056.241.217.767.217.767s-.217-.39-.313-.728c-.095-.337-.182-.702-.268-.728-.087-.026-.187.162-.187.303 0 .14.092.667.209.85.117.185-.187-.24-.26-.468-.074-.229-.148-.43-.148-.43s-.073.193-.043.408c.03.215.213.522.213.522s-.118-.101-.191-.19a1.129 1.129 0 0 0-.14-.14s.014.295.092.422c.077.127.23.329.23.329s-.182-.136-.252-.215c-.07-.079-.09-.136-.09-.136s.038.421.13.645c.09.224.29.592.29.592s-.239-.189-.4-.557c-.16-.368-.238-1.467-.199-1.634 0 0 .123-.208.235-.37.113-.163.256-.938.256-.938s.177.717.298.853c.122.136.247.185.247.185zm-1.72-.217s.092.193.15.278c.059.086.117.196.117.196s-.214.23-.455.415c-.24.184-.56.388-.63.283-.072-.106-.068-.196-.068-.196s.264-.158.472-.368c.208-.211.28-.322.326-.433.045-.112.088-.175.088-.175zm-2.188.712s.037.447.226.44c.189-.006.747-.572.786-.598.04-.026.077-.165.077-.211a.765.765 0 0 0-.034-.152s-.602.616-.816.636c-.157.014-.239-.115-.239-.115zm.018-.588s-.071.315-.061.404a.64.64 0 0 0 .038.157s-.432.151-.503.02c-.072-.132-.025-.32-.025-.32s.2.002.31-.024c.111-.027.242-.237.242-.237zM65.11 56s.176.461.289.646c.113.184.29.566.29.566s-.29-.338-.381-.413c-.091-.074-.239-.199-.239-.199s.043-.124.043-.22l-.002-.38z", fill: "color(display-p3 0.118 0.129 0.129)" }), jsx("path", { d: "M60.421 56.897s.16.02.26.014c.098-.005.163-.045.163-.045l.164-.244s-.084.29-.026.495c.057.205.177.236.223.236a.775.775 0 0 0 .453-.231c.176-.184.42-.376.42-.376s-.056.265.037.528c.094.264.244.258.447.095s.412-.442.523-.566a1.45 1.45 0 0 0 .138-.21l.223-.177.193-1.084-.104-.143-.282.134-.337-.134-.099-.136-.192.326-.203.132-.102.017-.236.046-.104-.21-.062-.164-.115-.053-.484.488-.275-.014-.276.432-.197.273-.203.48.053.09z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M62.774 55.799s.04.27-.097.724c-.136.454-.325.776-.325.776s.488-.296.722-.829c.233-.533.18-1.145.18-1.145l-.48.474zm.591-.495s.059.078.007.487c-.052.408-.15.803-.15.803s.058.098.124.23c.064.132.227.362.344.323.117-.04.299-.178.422-.448.124-.27.235-.533.28-.573.045-.04.065.026.085.046.02.02.057.25.174.35.117.098.27.252.34.206.072-.045.142-.18.13-.247-.014-.065-.26-.802-.26-.802l-.313-.797-.2-.31-.567.054-.416.678z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M64.35 54.573s.16.342.169.71c.008.37-.074.755-.074.755s.034-.46-.018-.737c-.051-.276-.134-.456-.125-.535.008-.08.047-.193.047-.193z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M65.12 56.013s.032.318 0 .47c-.033.151-.254-.099-.39-.6-.137-.5-.11-.611-.215-.855-.104-.243-.167-.454-.167-.454l.284-.04.488 1.48zm-1.39.93s.542-.307.61-1.231c.033-.435-.246-1.139-.246-1.139s0 .75-.202 1.234c-.201.484-.367.806-.367.806s.13-.056.195-.135c.065-.078.156-.214.156-.214s.029.139-.02.32c-.048.18-.126.358-.126.358zm-.478-1.62s-.017.205-.245.389c-.227.184-.637.388-.637.388s.3-.276.41-.52c.11-.243.026-.401.026-.401s-.039.131-.17.23a.723.723 0 0 1-.318.119s.016-.125.133-.257c.024-.027.02-.089.036-.14.064-.197.234-.472.234-.472s.13.29.26.415c.089.085.18.168.271.25z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M64.947 54.232s.13.333.182.79c.052.456-.008.991-.008.991s-.278-.43-.347-.605c-.07-.176-.07-.44-.13-.57-.037-.08-.136-.159-.21-.21-.048-.033-.202-.026-.202-.026s.16-.076.174-.217c.012-.14 0-.215 0-.215s.104.053.273.075c.169.022.268-.013.268-.013zm-1.214 1.947s.296-.412.373-.921c.078-.509-.013-.685-.013-.685s-.121-.017-.22-.114a2.513 2.513 0 0 1-.256-.346s.043.263-.014.583c-.055.32-.35.627-.35.627s.156.055.295-.026c.293-.171.272-.495.272-.495s.065.039.057.442c-.01.405-.144.935-.144.935z", fill: "color(display-p3 0.118 0.129 0.129)" }), jsx("path", { d: "M60.232 56.883c-.063-.009.195-.408.37-.684l.423-.665s.046.046.15.04a.727.727 0 0 0 .48-.33c.111-.204.196-.428.203-.494.006-.065-.02.356.181.586.202.23.195.21.28.191 0 0-.007.29-.085.56-.078.27-.156.658-.156.658s.033-.507-.052-.652c-.084-.145-.13.013-.201.198-.072.184-.227.316-.227.316s.116-.224.195-.461c.077-.237.039-.244.019-.25-.02-.007-.059-.013-.143.085a.412.412 0 0 1-.17.125s.105-.085.137-.204c.033-.118.13-.29.189-.355.058-.066.097-.145.097-.191 0-.046-.013-.145-.052-.145-.038 0-.09.06-.279.237-.188.178-.221.19-.254.257-.032.066-.058.15-.175.52-.117.368-.195.52-.215.553-.02.032-.104.087-.104.087s.065-.206.163-.476c.097-.27.227-.625.195-.684-.033-.06-.117-.053-.143 0-.026.053-.215.283-.403.56-.189.276-.189.618-.234.631 0 0-.126-.004-.189-.013z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M65.134 53.933c-.004.032.017.23-.187.298a.696.696 0 0 1-.477-.036c-.025-.023-.025-.283-.025-.283l.689.021z", fill: "color(display-p3 0.529 0.310 0.125)" }), jsx("path", { d: "M61.19 54.577s-.037.188-.148.421c-.112.233-.296.428-.274.457.023.03.127.139.29.135.162-.003.22-.97.22-.97l-.028-.036-.06-.007z", fill: "color(display-p3 0.698 0.443 0.161)" }), jsx("path", { d: "M63.687 54.044s-.073 1.283-.434 1.28c-.36-.001-.524-.648-.524-.648s-.03.865-.49.865c-.209 0-.428-.668-.381-.79 0 0-.086.462-.303.632-.431.339-.706.173-.72.12-.015-.052.363-.413.416-.918 0 0 .066.023.17-.127.104-.15.164-.316.268-.286.104.03.624-.21.624-.21l.272-.345s.032.111.233-.024c.2-.136.267-.338.267-.338l.535.45.067.34z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M62.28 52.826s.323.489.54.76c.012.016.118-.102.118-.102.072.098.111.182.09.234-.085.197-.26.467-.118.75 0 0-.045-.158.033-.362s.137-.277.182-.27c.046.007.124 1.172.202 1.165.078-.007.182-.526.182-.895s.073-.066.108.007c.035.072.353.592.626.513.273-.079.235-.56.227-.664-.005-.106-.194-.744-.194-.744l-1.222-.768s-.036.096-.101.313c-.066.218-.673.063-.673.063z", fill: "color(display-p3 0.698 0.443 0.161)" }), jsx("path", { d: "M64.015 52.712s.071.065.189.368c.117.303.13 1.284-.026 1.277-.156-.007-.469-.184-.52-.316-.052-.132.019-.618-.085-.75a1.62 1.62 0 0 1-.234-.553c-.007-.092.02-.388.02-.388l.272-.1.384.462z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "m63.928 52.407.52.772.46.663s.231.076.225.092a.496.496 0 0 1-.627.098c-.18-.1-.088-.412-.315-.912-.228-.5-.637-.717-.637-.717l.143-.139.231.143z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M63.641 51.985s.465.306.63.64c.164.333.26.535.46.86.198.325.411.426.402.448-.008.022-.143.052-.243-.022a.95.95 0 0 1-.286-.312c-.082-.15-.372-.693-.481-.834-.108-.14-.455-.403-.463-.377-.009.027.108.106.307.426.2.32.247.61.234.614-.013.005-.056-.118-.23-.408-.173-.29-.55-.663-.571-.61-.022.053.186.395.29.592.104.198.277.659.26.659-.017 0-.139-.26-.347-.58-.208-.32-.247-.28-.334-.386-.086-.105-.272-.348-.272-.348s.186.059.368-.06c.182-.118.276-.302.276-.302z", fill: "color(display-p3 0.118 0.129 0.129)" }), jsx("path", { d: "M62.459 52.84s.299.068.46.048c.164-.02.219-.013.219-.013s.097.132.097.283c0 .152-.104.435-.15.441-.045.007-.038-.256-.11-.348-.071-.093-.516-.412-.516-.412z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M62.617 53.622s.097.324.023.775c-.075.452-.335.918-.402.918-.066 0-.044-.512-.074-.782a7.757 7.757 0 0 0-.01-.083c-.003-.038-.102.341-.105.308-.004-.034.086-.479.083-.508l-.02-.17.334-.398.171-.06z", fill: "color(display-p3 0.698 0.443 0.161)" }), jsx("path", { d: "M62.048 53.959c-.09.112-.23.081-.36.122-.12.037-.164.221-.164.221s.098-.072.143-.052c.046.02.1.015.009.238-.091.225-.446.604-.43.609.018.004.397-.32.52-.505.124-.184.114-.294.14-.36.025-.066.173-.145.205-.151.033-.007.105.006.137.138.032.132.084.507.11.52.027.013.117-.343.156-.52.04-.178.038-.57.038-.57s-.025-.01-.116-.03c-.09-.019-.309-.175-.309-.175s.043.365-.079.515z", fill: "color(display-p3 0.561 0.275 0.125)" }), jsx("path", { d: "M63.652 51.665s.123.306-.13.52a.425.425 0 0 1-.282.112c-.135.007-.349-.108-.349-.108l-.777-.323-.41-.128-.2-.056.028-.224.608.027.602.23.263.085.224.04h.169l.14-.04s.064-.026.084-.062c.02-.037.03-.073.03-.073z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M63.652 51.665c.025.053-.046.224-.104.25-.06.027-.163.073-.397.02-.234-.052-.475-.204-.734-.276-.26-.073-.455-.139-.657-.132-.202.007-.104-.086-.104-.086s.461-.052.865.1c.403.15.576.254.78.25.305-.007.35-.126.35-.126z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M61.526 51.422s.091.02.17.006a.336.336 0 0 0 .136-.06s.013.106-.04.14c-.051.032-.207.019-.233.019-.027 0-.033-.105-.033-.105z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M63.054 52.38s.272.265.199.495l-.524-.24-.855-.355-.463-.139-.057-.072s.088-.082.13-.161c.042-.08.03-.155.03-.155l.565.076.591.181.384.37z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M62.472 52.76s.488.629.374.836l-1.138-.717-.4.66-.937-.461s.755-.581.843-.69c.088-.108.094-.148.094-.148l.423.082.666.211.075.227z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M62.208 51.831s.399.097.655.228c.255.132.613.162.613.162s-.144.15-.423.159c-.082.002-.281-.158-.412-.25-.13-.093-.504-.202-.504-.202l.071-.097z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M61.506 51.618s.286.06.462.138c.176.08.189.06.234.04.046-.02.052-.04.052-.04s.036.172-.1.172c-.137 0-.192-.047-.368-.126-.175-.079-.292 0-.292 0l.012-.184z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M63.087 52.722s.204.128.165.154a.662.662 0 0 1-.318.085.69.69 0 0 1-.389-.068c-.125-.057-.203-.276-.506-.395a3.622 3.622 0 0 0-.564-.189c-.208-.052-.255-.048-.255-.048l.19-.079.654.132.56.162.338.163.125.083zm-1.098.384.13.513-.072.31-.175.112-.163-.066-.046-.092s.072-.119 0-.224c-.07-.105-.402-.237-.402-.237s.13-.25.28-.31c.148-.058.077-.25.077-.25l.37.244z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M61.35 52.06s.104.087.317.11c.09.01.26.04.433.094.058.018.201-.061.213-.058l-.124.074c.189.055.426.137.51.175.225.102.402.263.39.268-.008.002-.13-.07-.39-.18a3.504 3.504 0 0 0-.607-.19c-.39-.076-.78-.052-.862-.078-.083-.026.034-.03.077-.075.044-.044.044-.14.044-.14z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M62.806 53.468s.124.132-.006.178c-.13.046-.484.038-.653-.14 0 0-.042-.17-.107-.248-.065-.079-.325-.244-.475-.336-.15-.092.052-.105.052-.105s.533.204.728.31c.195.105.461.341.461.341z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M62.814 53.48s-.262-.361-.992-.648c-.02-.008.248-.046.227-.054-.031-.012-.352.006-.385-.005a5.14 5.14 0 0 0-.171-.056c-.384-.116-.412-.105-.438-.158-.026-.052-.074.009-.113.075-.039.066-.147.208-.138.195.008-.013.282-.077.498-.024.217.052.208.132.19.215-.017.083-.281.404-.25.413.03.008.181-.304.38-.26.2.045.265.154.265.154s-.004-.114-.043-.162c-.04-.049-.26-.255-.2-.255.061 0 .308.057.664.237.346.176.402.229.506.334z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M61.624 52.911s.559.158.533.75c-.026.593-.46.483-.499.268-.038-.215.052.103.209.074.17-.03.205-.2.195-.43-.01-.218-.057-.328-.191-.456a2.418 2.418 0 0 0-.247-.206z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M59.205 51.484s.059.045-.1.463c-.16.418-.246.567-.488.833-.452.497-.65.5-.601.71.048.211.224.155.263.162.039.006.851-1.188.851-1.188l.18-.718-.043-.2-.062-.062z", fill: "color(display-p3 0.424 0.247 0.094)" }), jsx("path", { d: "M61.221 50.63s.234.35.16 1.013c-.073.662-.948 1.242-.948 1.242l-1.279.882-.534-.032s-.083.012-.16-.009c-.084-.021-.163-.108-.181-.108-.035 0-.1-.224-.1-.224l.169-.206.464-.462.29-.416s.13-.241.147-.474c.018-.233-.043-.351-.043-.351l.109.167.06.35-.048.391.334-.223.442-.198s.122-.017.208-.263c.087-.246.16-.607.16-.768.003-.162-.017-.355-.017-.355s.028-.002.056.014c.027.017.144.221.144.338 0 .116.075.546.075.546l.205-.208s.15-.189.191-.287c.04-.099.098-.255.096-.36z", fill: "color(display-p3 0.859 0.678 0.424)" }), jsx("path", { d: "M61.363 53.945s.088.073.055.313c-.032.24-.23.372-.328.375l.01-.335-.283-.224-.303-.092s.02-.017.056-.053c.036-.036.348-.165.348-.165l.445.181z", fill: "color(display-p3 0.565 0.278 0.125)" }), jsx("path", { d: "M61.142 53.948s.087.086.227.05c.14-.036.199-.26.124-.35-.075-.088-.043.215-.133.248-.092.032-.189-.228-.312-.254-.124-.026-.32.06-.368.141-.048.083.199.017.199.017l.133.036.097.023.033.09z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M59.295 53.028s.166.05.346.026c.18-.024.622-.209.622-.209s.204-.114.353-.258c.15-.145.622-.44.674-1.027.052-.588-.069-.93-.069-.93s.698.762.086 1.637c-.398.57-.745.737-.745.737s.676-.198.737-.036c.06.163-.031.415-.049.455 0 0 .384.089.439.283.033.116-.436-.135-.79-.05-.354.086-.51.296-.51.296s-.065-.102-.38-.105c-.316-.003-.459.145-.637.138-.179-.006-.741-.126-.85-.28 0 0 .135-.167.372-.437.163-.312.401-.24.401-.24z", fill: "color(display-p3 0.565 0.278 0.125)" }), jsx("path", { d: "M60.748 51.45s.273-.267.364-.464c.091-.198.108-.356.108-.356s.03.215-.13.456a2.583 2.583 0 0 1-.337.409l-.005-.044z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M60.673 50.854s.224.864-.015 1.22c-.238.355-1.276.815-1.276.815s.786-.425 1.033-.914c.247-.49.23-.898.23-.898l.028-.223z", fill: "color(display-p3 0.565 0.278 0.125)" }), jsx("path", { d: "M59.641 53.053s.332-.007.52-.119c.19-.111.456-.349.456-.349s-.247.218-.319.218c-.071 0-.13-.112-.097-.198 0 0-.059.165-.208.276-.15.112-.352.172-.352.172zm.773-1.079s.28-.29.273-.895c-.007-.605-.235-.493-.235-.493s.189.138.15.599c-.039.46-.188.79-.188.79zm.339.06s.314-.076.425-.26c.11-.184.107-.536.107-.536s-.032.322-.123.44c-.091.119-.41.356-.41.356zm-.184 1.894s.157-.302.365-.223c.207.078.207.243.207.243s-.084-.131-.24-.138c-.156-.007-.332.119-.332.119zm-.59-.545s.461-.112.734-.197c.273-.086.585-.218.585-.218s-.227.283-.565.474c-.338.191-.618.204-.618.204s.637-.276.69-.388c0 0-.612.165-.826.125z", fill: "color(display-p3 0.118 0.129 0.129)" }), jsx("path", { d: "M59.24 52.672a.521.521 0 0 1 .083.694.546.546 0 0 1-.69.177", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M59.213 52.731a.46.46 0 0 1 .058.608.481.481 0 0 1-.604.15", fill: "color(display-p3 0.945 0.431 0.086)" }), jsx("path", { d: "M59.007 52.987a.187.187 0 1 1-.182.283", fill: "color(display-p3 0.000 0.000 0.000)" }), jsx("path", { d: "M59.033 53.225a.06.06 0 1 1-.118-.02.06.06 0 0 1 .069-.05.06.06 0 0 1 .049.07z", fill: "color(display-p3 0.835 0.827 0.792)" }), jsx("path", { d: "M59.358 52.345s.307-.303.377-.703c.07-.399.027-.626.027-.626l.168.174.065.304-.109.504.339-.154c.112-.153.29-.838.229-1.259 0 0 .091.185-.03.76-.122.574-.22.642-.654.88-.223.121-.505.355-.759.843-.113.217-.418.56-.467.61-.008.007.217-.307.327-.542.164-.352.344-.55.344-.55l.143-.241z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M59.214 52.587s.134-.404.134-.623c0-.22-.142-.479-.142-.479s.194-.026.212.452c.017.479-.087.505-.204.65z", fill: "color(display-p3 0.565 0.278 0.125)" }), jsx("path", { d: "M59.832 52.072s.143-.355.134-.593c-.01-.236-.205-.464-.205-.464s.24.047.26.478c.02.43-.055.434-.189.579z", fill: "color(display-p3 0.302 0.165 0.082)" }), jsx("path", { d: "M58.413 53.692s-.111-.142-.098-.254c.013-.112.004-.137.28-.427.277-.29.43-.467.497-.622.069-.155.293-.577.114-.904 0 0 .124.477-.152.855-.277.378-.436.576-.663.744-.228.168-.25.246-.244.342.006.095.03.19.068.214.07.04.198.052.198.052z", fill: "color(display-p3 0.671 0.427 0.161)" }), jsx("path", { d: "M61.091 54.632s.062.007.101-.066c.039-.072.039-.194-.059-.316a.66.66 0 0 0-.344-.233c-.137-.04-.4-.066-.4-.066s.09.154.267.253c.086.05.234-.013.328.08.094.092.107.348.107.348z", fill: "color(display-p3 0.424 0.255 0.098)" }), jsx("path", { d: "M61.091 54.632s.307-.1.328-.395c.013-.182-.026-.247-.026-.247s.046.096.17.132l.11-.043s-.182.573-.582.553z", fill: "color(display-p3 0.424 0.255 0.098)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M58.949 54.576s.06.025.174.156c.113.132.167.175.167.175l.744-.19.241-.238-.202-.319h-.532l-.592.416z", fill: "color(display-p3 0.749 0.502 0.176)" }), jsx("path", { d: "m60.753 54.323-.144-.193s-.03-.074-.139-.132c-.108-.056-.559-.052-.559-.052l-.324.066s-.092.083-.256.048c-.165-.035-.529-.184-.529-.184l-.364-.158s-.273-.114-.333-.093c-.061.022-.286.268-.286.268s-.04.132.047.136c.087.005-.13.044-.13.044s-.566.31-.656.863c-.092.552.929 1.368 1.306.954 0 0-.553-.408-.442-.75.11-.343.364-.554.8-.58.435-.026.461-.079.65-.21.188-.132.539-.211.799.059s-.988.527-.988.527l.136.197s1.541-.527 1.412-.81z", fill: "color(display-p3 0.976 0.784 0.227)", stroke: "color(display-p3 0.561 0.275 0.125)", strokeWidth: ".1" }), jsx("path", { d: "M57.873 55.634s-.624-.151-.572-.724c.052-.572.572-.783.663-.809.09-.027.072-.316.176-.349a.48.48 0 0 1 .394.086c.091.085.285.166.285.166s-1.105.49-1.115 1.124c-.007.42.169.506.169.506z", fill: "color(display-p3 0.988 0.953 0.847)" }), jsx("path", { d: "M60.75 54.262s-.076.046-.097.008c-.116-.217-.39-.275-.61-.271-.282.004-.473.109-.664.109-.19 0-.139-.03-.364-.04-.225-.008-.706-.364-.815-.328-.108.035-.151.168-.138.234.013.066-.196.07-.226.021-.03-.048.166-.358.36-.358.525 0 .914.352 1.166.352.251 0 .338-.145.676-.145s.703.15.711.418z", fill: "color(display-p3 0.992 0.918 0.686)" }), jsx("path", { d: "M59.033 54.669s.25-.05.438-.132a3.61 3.61 0 0 1 .44-.148s-.23.153-.39.229c-.159.075-.417.117-.417.117l-.071-.066z", fill: "color(display-p3 0.318 0.212 0.145)" }), jsx("path", { d: "M58.15 55.963c-.046.018-.265.009-.614-.223a1.136 1.136 0 0 1-.44-.628s-.08-.377.282-.761.421-.273.44-.256c.017.016-.018.034-.018.034l-.318.26-.158.265-.14.239.01.282.162.284.499.311.294.193z", fill: "color(display-p3 0.976 0.784 0.227)" }), jsx("path", { d: "m57.958 53.796-.02-.047v.051c.017 0 .019-.004.02-.004l-.02-.047v.051-.052l-.036.037a.053.053 0 0 0 .036.015v-.052l-.036.037.036-.037h-.051c0 .014.005.027.015.037l.036-.037h-.051.051l-.047-.022c-.001.004-.004.008-.004.022h.051l-.047-.022.04.019-.036-.027-.004.008.04.019-.036-.027.01.007-.009-.007.009.007-.009-.007-.028.032a.892.892 0 0 0-.074.096.246.246 0 0 0-.047.126l.002.018c.006.05.04.09.078.107a.253.253 0 0 0 .114.023c.084 0 .16-.024.163-.025a.053.053 0 0 0 .035-.066.052.052 0 0 0-.065-.035l-.002.001a.528.528 0 0 1-.13.02.153.153 0 0 1-.068-.012c-.015-.008-.019-.012-.023-.03v-.001a.1.1 0 0 1 .016-.043.602.602 0 0 1 .098-.13l.01-.013.005-.006.004-.006.004-.007c0-.004.003-.009.003-.02a.052.052 0 0 0-.052-.052c-.016 0-.019.004-.02.004a.053.053 0 0 0 0 .097.052.052 0 0 0 .04 0z", fill: "color(display-p3 0.545 0.318 0.133)" }), jsx("path", { d: "M59.019 54.33s-.746.209-.765.223c-.055.039.239-.007.47-.014a.873.873 0 0 1 .268.034s.09-.002.18-.037c.286-.112.888-.335.945-.072.046.22-.832.412-.832.412l-.008.087.706-.176.364-.19.117-.188-.35-.25H59.6l-.238.066-.343.106z", fill: "color(display-p3 0.976 0.784 0.227)" }), jsx("path", { d: "M57.928 55.407c.055.155.18.38.32.452 0 0 .024.003.016.018-.009.015-.113.08-.351.017-.239-.061-.603-.158-.824-.824l.007.147.13.26.234.242.366.23.251.062.213-.055.095-.073-.219-.197-.268-.456s-.011.063.03.177z", fill: "color(display-p3 0.561 0.275 0.125)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "m60.414 62.03-.012.24-.133-.012.023-.303.122.074zm-.936-6.886-.246-.277-.16.024.243.347.163-.094z", fill: "color(display-p3 0.988 0.792 0.239)" }), jsx("path", { d: "M60.401 62.594s-.149-.097-.342-.186c-.197-.09-.473-.132-.475-.132l-.009.062.045.008c.086.016.276.056.414.12.115.052.227.113.334.181l.033-.053zm-.02-.616c-.001 0-.137-.01-.283-.01-.1 0-.204.004-.276.021-.166.041-.275.126-.277.127l.037.05.004-.003a.76.76 0 0 1 .251-.112c.06-.015.163-.02.261-.02.093 0 .185.003.278.01l.004-.063zm-.073-.53s-.344.161-.504.267c-.158.104-.323.24-.324.24l.04.05s.04-.034.1-.08c.071-.055.144-.108.218-.157.076-.05.2-.117.306-.17a7.46 7.46 0 0 1 .19-.093l-.026-.057zm-.33-.546v.001a.5.5 0 0 1-.065.237 1.695 1.695 0 0 1-.126.152c-.093.105-.218.24-.32.349l-.18.189.044.044c.097-.1.193-.203.289-.305.072-.077.143-.155.214-.234.063-.071.11-.129.131-.161.074-.118.074-.253.075-.27v-.002h-.063zm-.433-.243.003.011a.843.843 0 0 1-.032.435 4.07 4.07 0 0 1-.196.433l-.093.18-.04.072.055.031s.244-.444.333-.695a.904.904 0 0 0 .03-.483l-.06.016zm-.418-.05.006.065c.002.042.005.099.005.162 0 .117-.01.255-.044.35-.037.107-.089.246-.131.359l-.074.198.058.022s.13-.344.206-.557c.038-.109.047-.252.048-.372 0-.13-.011-.234-.011-.234l-.063.006zm-.322-.002s0 .106-.007.238c-.006.132-.019.289-.042.386-.048.206-.099.503-.099.503l.062.011.03-.174c.02-.098.044-.223.068-.325.049-.21.05-.638.05-.639h-.062zm-.348.056.01.1c.003.06.008.14.008.22 0 .094-.006.188-.023.252-.051.193-.081.495-.081.496l.062.007a4.445 4.445 0 0 1 .079-.486c.02-.075.025-.173.025-.269 0-.167-.017-.326-.018-.327l-.062.007zm-.273.037.001.035c0 .075-.006.255-.058.44l-.109.384-.056.199.06.018s.096-.336.165-.584a1.78 1.78 0 0 0 .06-.457v-.038l-.063.003zm-.305.003a1.514 1.514 0 0 0 .008.136.906.906 0 0 1-.089.418c-.061.11-.176.22-.276.298a1.963 1.963 0 0 1-.13.095l-.039.025-.014.009.032.055c.001-.002.344-.203.482-.452a.958.958 0 0 0 .096-.447c0-.086-.008-.144-.008-.145l-.062.008zm-.188-.06-.013.042a1.34 1.34 0 0 1-.191.375 1.326 1.326 0 0 1-.256.223c-.044.031-.085.056-.113.075l-.047.028.03.055c.002-.001.293-.166.434-.341.14-.174.215-.436.216-.439l-.06-.018zm-.297-.149-.018.034a1.788 1.788 0 0 1-.075.13.608.608 0 0 1-.095.12c-.04.035-.121.087-.19.127-.069.041-.127.072-.127.073l.03.056c0-.001.058-.032.129-.074.07-.042.151-.093.199-.134a.777.777 0 0 0 .137-.184c.038-.064.065-.12.065-.12l-.055-.028zm-.145-.186-.049.057c-.046.052-.117.13-.188.198a1.274 1.274 0 0 1-.102.089.289.289 0 0 1-.076.046l.017.06a.429.429 0 0 0 .132-.083 3.29 3.29 0 0 0 .313-.326l-.047-.04zm-.072-.125-.045.036c-.042.032-.108.08-.174.12a.415.415 0 0 1-.167.07h-.002v.062h.002c.04 0 .083-.017.13-.039.136-.068.294-.2.295-.2l-.039-.049zm-.055-.134s-.07.04-.149.081c-.04.02-.082.042-.12.058a.382.382 0 0 1-.086.028l.006.063a.391.391 0 0 0 .104-.033c.12-.05.275-.142.276-.142l-.03-.055zm-.066-.277-.006.007a.677.677 0 0 1-.107.093.323.323 0 0 1-.174.069v.063a.418.418 0 0 0 .233-.096.724.724 0 0 0 .101-.094l-.047-.042zm.023-.435s-.056.044-.118.103a.643.643 0 0 0-.153.193.117.117 0 0 1-.019.025l-.013.011-.004.003v.003-.003.003-.003.062c.03 0 .048-.017.062-.032a.16.16 0 0 0 .032-.046.599.599 0 0 1 .138-.17 1.475 1.475 0 0 1 .114-.1l-.039-.05zm2.143-2.557H59.527l.004-.002.008-.004.008-.007.006-.019-.006-.018-.011-.01-.009-.003h-.005l-.002.063v-.025l-.002.025h.002v-.025l-.002.025.003-.03-.006.03h.003l.003-.03-.006.029.007-.031-.012.03h.005l.007-.03-.012.03.012-.03-.019.025.007.004.012-.029-.019.025-.007-.007.026-.018h-.031l.005.018.026-.018h-.031l.006-.019.012-.01.013.029-.004-.031-.009.002.013.029-.004-.031.002.02v-.02h-.002l.002.02v-.02H59.222v.063zm.007-.188.02.002a.301.301 0 0 0 .134-.042c.067-.037.137-.089.2-.131a.854.854 0 0 1 .087-.054.156.156 0 0 1 .061-.02v-.063a.26.26 0 0 0-.12.044c-.061.036-.129.087-.194.13-.064.043-.127.073-.168.072h-.011l-.009.062zm-.025-.3a.433.433 0 0 0 .147-.058c.078-.044.163-.104.24-.153a.465.465 0 0 1 .188-.084v-.064a.336.336 0 0 0-.143.048c-.075.041-.16.1-.238.151a.597.597 0 0 1-.202.097l.008.063zm-.112-.279a2.77 2.77 0 0 0 .307-.218c.118-.091.239-.185.32-.235l-.032-.054c-.087.053-.208.148-.326.239-.117.09-.232.178-.297.212l.028.056zm-.21-.318c.15-.105.515-.366.652-.453l-.033-.054c-.14.09-.505.35-.655.456l.036.051zm-.28-.306c.099-.084.239-.177.367-.26.13-.082.247-.153.306-.197l-.037-.05c-.054.04-.173.112-.302.194-.13.083-.27.177-.373.265l.04.048zm-.22-.189a26.803 26.803 0 0 1 .541-.381c.07-.047.127-.083.148-.093l-.026-.057c-.03.014-.086.05-.156.097-.21.142-.543.383-.543.383l.037.051z", fill: "color(display-p3 0.506 0.424 0.165)" }), jsx("path", { d: "m58.885 54.582.038.03c.085.07.3.254.492.495.193.241.361.538.36.828a.705.705 0 0 1-.004.083c-.043.377-.233.71-.496 1.016-.394.46-.953.862-1.414 1.269a3.604 3.604 0 0 0-.589.625c-.15.216-.243.446-.243.694v.033c.008.228.082.478.225.679a.877.877 0 0 0 .635.382c.047.005.094.007.141.007.361 0 .754-.115 1.128-.115.316 0 .615.078.881.369.254.277.332.723.332 1.153a4.865 4.865 0 0 1-.157 1.191l.06.017c0-.001.16-.583.16-1.208-.001-.437-.078-.897-.35-1.196-.278-.305-.601-.39-.926-.389-.386 0-.78.115-1.128.114-.045 0-.09-.002-.134-.006a.813.813 0 0 1-.592-.355 1.218 1.218 0 0 1-.213-.645v-.031c0-.31.155-.59.395-.865.362-.412.913-.801 1.391-1.232.479-.432.887-.908.956-1.5a.804.804 0 0 0 .005-.09c0-.36-.232-.708-.46-.97a3.447 3.447 0 0 0-.456-.433l-.037.05z", fill: "color(display-p3 0.471 0.451 0.180)" }), jsx("path", { d: "m58.55 55.259-.15-.13-.128.047.243.199.036-.116zm.404.381-.113-.116-.059.034.093.122.079-.04z", fill: "color(display-p3 0.659 0.675 0.443)" }), jsx("path", { d: "m58.894 55.694-.048-.061-.03.037.05.057.028-.033zm.21.313-.035-.062-.056.01.073.079.018-.027zm.12.296-.028-.086-.008.015-.005.065.04.006zm.013.297.003-.082-.037-.023.005.112.03-.007zm-.012.19.008-.092-.024-.017.001.12.015-.01zm-2.432 2.95s.006-.075.027-.141c.021-.066-.06.03-.06.03l-.01.092.043.02z", fill: "color(display-p3 0.471 0.451 0.180)" }), jsx("path", { d: "m56.773 59.93-.036.015.013.09.02-.029s.003-.05.003-.077z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "m56.779 60.28-.005-.086-.026-.01v.142z", fill: "color(display-p3 0.471 0.451 0.180)" }), jsx("path", { d: "m56.84 60.518-.017-.119-.055.006-.004.113h.075zm.106.43-.032-.115-.036.028.03.115.038-.028zm.15.442-.062-.155-.046.015.062.15.046-.01z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "m57.12 61.5-.043-.117-.04-.012.051.142.031-.014zm.287.52s-.038-.042-.096-.126c-.056-.084-.022.079-.022.079l.081.078.037-.03zm1.958.268s-.045-.057-.078-.084c-.032-.027.018.006.046.124.027.117.032-.04.032-.04z", fill: "color(display-p3 0.659 0.675 0.443)" }), jsx("path", { d: "M59.533 62.008s-.037-.047-.062-.064c-.024-.016-.016.05-.016.05l.05.02.028-.006z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M59.61 62.092c-.041-.055-.087.083-.087.083l.12.112s.01-.138-.033-.195zm.019.54s.026-.114.02-.188c-.007-.072-.066.026-.066.026l.007.162h.039z", fill: "color(display-p3 0.659 0.675 0.443)" }), jsx("path", { d: "m59.481 62.64.023-.07h-.03l-.017.073.024-.003zm-2.98-10.41s.112-.023.027.104c-.084.127.057-.113.057-.113l-.045-.014-.039.023z", fill: "color(display-p3 1.000 1.000 1.000)" })] }), jsx("path", { d: "m58.917 54.503.068.069s-.064-.017-.091-.02c-.028-.003.023-.05.023-.05z", fill: "color(display-p3 0.976 0.784 0.227)", fillRule: "nonzero" }), jsx("path", { d: "m58.984 54.573-.13.018c-.034.005.039-.038.039-.038l.09.02z", fill: "color(display-p3 0.561 0.275 0.125)", fillRule: "nonzero" }), jsx("path", { d: "M60.18 63.32s.082-.01.118-.06c.036-.049-.023.079-.023.079l-.052.02-.043-.04z", fill: "color(display-p3 0.592 0.486 0.180)", fillRule: "nonzero" })] })] }));
5
+ }
6
+
7
+ export { FlagMX };
@@ -0,0 +1 @@
1
+ export declare function FlagMY(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagMY(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M128 109.714v9.143H0v-9.143h128zm0-18.285v9.142H0V91.43h128zm0-18.286v9.143H0v-9.143h128zm0-18.286V64H0v-9.143h128zm0-18.286v9.143H0v-9.143h128zm0-18.285v9.143H0v-9.143h128zM128 0v9.143H0V0h128z", fill: "color(display-p3 0.800 0.000 0.000)" }), jsx("path", { d: "M0 0h71.68v73.143H0z", fill: "color(display-p3 0.000 0.000 0.400)" }), jsx("path", { d: "m51.837 27.37 1.484 10.137 5.744-8.49-3.08 9.778 8.865-5.166-7.02 7.478 10.239-.817-9.573 3.698 9.573 3.697-10.239-.817 7.02 7.479-8.865-5.166 3.08 9.777-5.744-8.49-1.484 10.138-1.485-10.137-5.743 8.49 3.08-9.778-8.866 5.166 7.02-7.479-10.238.817 9.573-3.697-9.573-3.698 10.238.817-7.02-7.478 8.866 5.166-3.08-9.778 5.743 8.49 1.485-10.138zm-8.31.272a17.807 17.807 0 0 0-21.245 5.31 17.763 17.763 0 0 0 0 21.878 17.807 17.807 0 0 0 21.246 5.31c-8.301 5.95-19.755 4.702-26.576-2.896-6.82-7.598-6.82-19.108 0-26.706 6.821-7.597 18.275-8.846 26.576-2.896z", fill: "color(display-p3 1.000 0.800 0.000)" })] }) }));
5
+ }
6
+
7
+ export { FlagMY };
@@ -0,0 +1 @@
1
+ export declare function FlagNL(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ function FlagNL(props) {
4
+ return (jsxs("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("defs", { children: jsx("path", { d: "M0 0h128v128H0V0z", id: "0nnhffihva" }) }), jsxs("g", { fill: "none", fillRule: "evenodd", xlinkHref: "#0nnhffihva", children: [jsx("path", { d: "M0 85h128v43H0z", fill: "color(display-p3 0.000 0.239 0.647)" }), jsx("path", { d: "M0 43h128v42H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M0 0h128v43H0z", fill: "color(display-p3 0.784 0.063 0.180)" })] })] }));
5
+ }
6
+
7
+ export { FlagNL };
@@ -0,0 +1 @@
1
+ export declare function FlagNO(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagNO(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.729 0.047 0.184)" }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", children: [jsx("path", { d: "M48 0h32v128H48z" }), jsx("path", { d: "M0 48h128v32H0z" })] }), jsxs("g", { fill: "color(display-p3 0.000 0.125 0.357)", children: [jsx("path", { d: "M56 0h16v128H56z" }), jsx("path", { d: "M0 56h128v16H0z" })] })] }) }));
5
+ }
6
+
7
+ export { FlagNO };
@@ -0,0 +1 @@
1
+ export declare function FlagPL(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagPL(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M0 64h128v64H0z", fill: "color(display-p3 0.863 0.078 0.235)" })] }) }));
5
+ }
6
+
7
+ export { FlagPL };
@@ -0,0 +1 @@
1
+ export declare function FlagPT(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagPT(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 1.000 0.000 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h64v128H0z", fill: "color(display-p3 0.000 0.400 0.000)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeLinecap: "round", strokeLinejoin: "round", children: [jsx("path", { d: "M88.837 83.798C79.17 83.507 34.84 55.836 34.536 51.43l2.448-4.082c4.397 6.389 49.715 33.299 54.166 32.345l-2.313 4.104", strokeWidth: ".183" }), jsx("path", { d: "M36.469 46.793c-.867 2.334 11.568 10.022 26.529 19.121 14.96 9.1 27.86 14.722 28.817 13.916.058-.104.47-.813.432-.808-.179.27-.615.356-1.296.16-4.042-1.166-14.584-6.005-27.64-13.922-13.055-7.918-24.414-15.215-26.179-18.315-.123-.214-.21-.606-.192-.911h-.043l-.376.656-.052.103h0zm52.595 37.133c-.164.297-.47.307-1.05.243-3.616-.4-14.589-5.736-27.572-13.508-15.107-9.043-27.584-17.283-26.23-19.437l.368-.65.072.022c-1.217 3.65 24.624 18.425 26.145 19.367C75.75 79.226 88.354 84.635 89.47 83.229l-.405.698h0v-.001z", strokeWidth: ".183" }), jsx("path", { d: "M63.854 54.099c9.676-.077 21.616-1.323 28.488-4.061l-1.48-2.406c-4.062 2.248-16.068 3.726-27.09 3.948-13.035-.12-22.236-1.334-26.847-4.428l-1.397 2.562c8.475 3.586 17.16 4.348 28.326 4.385", strokeWidth: ".183" }), jsx("path", { d: "M92.74 50.092c-.236.378-4.717 1.924-11.319 3.064-4.476.683-10.314 1.266-17.6 1.273-6.923.007-12.578-.486-16.86-1.066-6.93-1.087-10.506-2.599-11.828-3.133.126-.251.207-.428.33-.663 3.805 1.516 7.399 2.43 11.609 3.078 4.252.575 9.84 1.075 16.728 1.069a117.52 117.52 0 0 0 17.477-1.297c6.77-1.092 10.467-2.498 10.987-3.15l.478.825h0-.001zm-1.298-2.439c-.734.59-4.39 1.886-10.823 2.913-4.292.615-9.75 1.166-16.724 1.173-6.626.006-12.039-.44-16.155-1.04-6.533-.853-10.01-2.392-11.263-2.84.125-.216.251-.43.382-.645.975.491 4.33 1.853 10.952 2.791 4.07.577 9.491 1.007 16.084 1 6.94-.007 12.337-.568 16.603-1.18 6.465-.89 9.944-2.543 10.473-2.957l.47.784v.001h0zm-59.36 18.103c5.951 3.201 19.17 4.814 31.678 4.925 11.389.019 26.226-1.76 31.775-4.7l-.153-3.204c-1.736 2.712-17.636 5.315-31.746 5.208-14.11-.106-27.212-2.286-31.58-5.107l.026 2.878", strokeWidth: ".183" }), jsx("path", { d: "M95.838 65.295v.765c-.833.996-6.062 2.504-12.62 3.565-4.99.765-11.496 1.342-19.603 1.342-7.702 0-13.844-.55-18.607-1.28-7.53-1.097-12.346-3.017-13.312-3.59l.004-.891c2.904 1.93 10.771 3.343 13.413 3.775 4.732.727 10.838 1.272 18.502 1.272 8.069 0 14.539-.574 19.498-1.334 4.704-.679 11.406-2.446 12.725-3.623h0zm.004-2.717v.764c-.834.997-6.063 2.503-12.62 3.565-4.99.765-11.497 1.342-19.604 1.342-7.702 0-13.844-.549-18.607-1.28-7.53-1.096-12.346-3.016-13.312-3.59l.004-.891c2.904 1.93 10.772 3.343 13.414 3.775 4.732.727 10.837 1.272 18.5 1.272 8.07 0 14.54-.573 19.499-1.334 4.704-.68 11.406-2.447 12.726-3.624h0zm-32.11 20.67c-13.686-.082-25.414-3.731-27.89-4.335l1.805 2.827c4.375 1.84 15.816 4.583 26.217 4.279 10.401-.303 19.491-1.11 25.897-4.227l1.852-2.93c-4.366 2.056-19.222 4.364-27.88 4.385", strokeWidth: ".183" }), jsx("path", { d: "M90.456 81.135c-.27.414-.547.822-.83 1.226-3.022 1.065-7.783 2.184-9.792 2.51-4.103.846-10.453 1.47-16.087 1.473-12.125-.178-22.05-2.551-26.72-4.576l-.376-.648.062-.097.638.248c8.304 2.97 17.63 4.156 26.464 4.368 5.612.02 11.23-.643 15.773-1.455 6.967-1.396 9.784-2.448 10.648-2.925l.22-.124h0zm1.605-2.648.022.025c-.207.35-.417.698-.629 1.044-1.61.576-5.984 1.856-12.37 2.749-4.208.573-6.824 1.128-15.194 1.29-15.685-.398-25.84-3.465-28.252-4.222l-.358-.686c9.09 2.373 18.375 4.03 28.61 4.199 7.659-.163 10.917-.727 15.09-1.296 7.446-1.158 11.198-2.384 12.324-2.738a.853.853 0 0 0-.049-.064l.807-.301h0z", strokeWidth: ".176" }), jsx("path", { d: "M92.226 63.228c.044 9.004-4.564 17.084-8.275 20.648-5.25 5.043-12.212 8.287-20.342 8.436-9.078.167-17.638-5.751-19.934-8.351-4.49-5.084-8.144-11.539-8.261-20.238.556-9.827 4.414-16.672 10.006-21.366 5.592-4.694 13.037-6.98 19.238-6.817 7.155.189 15.512 3.699 21.287 10.666 3.783 4.566 5.422 9.52 6.28 17.022zm-28.54-30.83c17.435 0 31.775 14.189 31.775 31.586 0 17.396-14.34 31.585-31.775 31.585S32.03 81.381 32.03 63.984s14.22-31.585 31.656-31.585", strokeWidth: ".183" }), jsx("path", { d: "M63.771 32.29c17.451 0 31.684 14.235 31.684 31.688 0 17.452-14.233 31.686-31.684 31.686-17.45 0-31.683-14.234-31.683-31.686 0-17.453 14.233-31.687 31.683-31.687zM32.785 63.979c0 17.043 13.995 30.99 30.986 30.99s30.987-13.947 30.987-30.99c0-17.044-13.996-30.99-30.987-30.99-16.99 0-30.986 13.947-30.986 30.99h0z", strokeWidth: ".183" }), jsx("path", { d: "M63.797 34.924c15.914 0 29.022 13.063 29.022 29.025 0 15.963-13.109 29.025-29.022 29.025-15.914 0-29.022-13.062-29.022-29.025 0-15.962 13.109-29.025 29.022-29.025h0zM35.472 63.95c0 15.58 12.793 28.328 28.325 28.328 15.531 0 28.325-12.749 28.325-28.328 0-15.58-12.793-28.328-28.325-28.328S35.472 48.37 35.472 63.95h0z", strokeWidth: ".183" }), jsx("path", { d: "M65.074 32.163h-2.716l.004 63.667h2.724z", strokeWidth: ".183" }), jsx("path", { d: "M64.802 31.8h.69l.007 64.4h-.692l-.005-64.4h0zm-2.695 0h.696l.001 64.4h-.697V31.8h0z", strokeWidth: ".183" }), jsx("path", { d: "M95.477 65.204v-2.353l-1.917-1.786-10.88-2.88-15.68-1.6-18.88.96-13.44 3.2-2.714 2.01v2.354l6.874-3.084 16.32-2.56h15.68l11.52 1.28 8 1.92z", strokeWidth: ".183" }), jsx("path", { d: "M63.784 59.071c7.483-.013 14.742.71 20.5 1.83 5.943 1.189 10.125 2.674 11.554 4.343l-.001.827c-1.724-2.077-7.352-3.6-11.686-4.47-5.715-1.112-12.926-1.83-20.367-1.816-7.852.015-15.164.759-20.795 1.857-4.518.897-10.544 2.678-11.296 4.435v-.86c.413-1.217 4.9-3.034 11.194-4.294 5.674-1.106 12.999-1.837 20.897-1.852h0zm.003-2.717c7.483-.013 14.743.71 20.501 1.83 5.942 1.189 10.124 2.674 11.554 4.343l-.002.826c-1.724-2.076-7.351-3.599-11.686-4.469-5.714-1.112-12.925-1.83-20.367-1.816-7.852.015-15.128.759-20.76 1.857-4.36.827-10.632 2.678-11.332 4.435v-.86c.413-1.204 4.991-3.086 11.196-4.294 5.673-1.107 12.998-1.837 20.896-1.852h0zm-.153-13.862c11.791-.059 22.076 1.649 26.782 4.06l1.716 2.969c-4.09-2.204-15.185-4.496-28.481-4.154-10.833.067-22.409 1.193-28.216 4.292l2.049-3.427c4.766-2.472 16.007-3.726 26.15-3.74", strokeWidth: ".183" }), jsx("path", { d: "M63.79 44.943c6.726-.017 13.224.362 18.393 1.294 4.813.896 9.403 2.24 10.06 2.964l.508.899c-1.596-1.042-5.568-2.203-10.668-3.17-5.122-.963-11.616-1.282-18.304-1.264-7.591-.026-13.49.375-18.55 1.257-5.353 1.002-9.067 2.433-9.984 3.113l.499-.95c1.78-.909 4.605-2.004 9.351-2.858 5.235-.957 11.195-1.243 18.696-1.285h0zm-.002-2.714c6.436-.017 12.79.341 17.744 1.232 3.907.76 7.77 1.948 9.185 3.004l.745 1.183c-1.266-1.407-6.028-2.74-10.232-3.486-4.915-.848-11.006-1.183-17.442-1.237-6.755.02-12.997.433-17.841 1.315-4.621.88-7.603 1.92-8.865 2.733l.654-.987c1.741-.917 4.555-1.759 8.097-2.447 4.88-.889 11.16-1.292 17.955-1.31h0zm15.74 34.92c-5.83-1.089-11.67-1.247-15.75-1.2-19.65.231-25.998 4.036-26.772 5.188l-1.469-2.394c5.003-3.626 15.704-5.66 28.348-5.452 6.566.107 12.232.543 16.998 1.466l-1.355 2.392", strokeWidth: ".183" }), jsx("path", { d: "M63.666 75.612c5.466.082 10.831.307 16.01 1.273l-.375.663c-4.81-.888-9.937-1.228-15.617-1.2-7.252-.057-14.587.62-20.973 2.453-2.015.56-5.35 1.856-5.69 2.926l-.374-.615c.108-.633 2.124-1.946 5.893-3.004 7.314-2.095 14.156-2.448 21.126-2.496h0zm.248-2.75c5.663.105 11.512.367 17.196 1.493l-.39.69c-5.133-1.02-10.038-1.36-16.773-1.463-7.275.013-14.992.532-22.009 2.572-2.265.66-6.175 2.086-6.305 3.216l-.373-.661c.085-1.026 3.47-2.364 6.514-3.25 7.071-2.056 14.808-2.584 22.14-2.598h0z", strokeWidth: ".176" }), jsx("path", { d: "m91.826 79.107-2.362 3.664-6.784-6.026-17.6-11.84-19.84-10.88-10.3-3.524 2.194-4.07.746-.406 6.4 1.6 21.12 10.88 12.16 7.68 10.24 7.36 4.16 4.8z", strokeWidth: ".183" }), jsx("path", { d: "M34.568 50.598c1.807-1.226 15.085 4.69 28.978 13.067 13.856 8.4 27.096 17.894 25.901 19.671l-.393.618-.18.143c.038-.028.237-.272-.02-.93-.59-1.943-9.982-9.437-25.566-18.847-15.192-9.059-27.853-14.518-29.119-12.958l.399-.765h0zm57.74 28.456c1.143-2.256-11.172-11.534-26.441-20.567-15.62-8.853-26.879-14.064-28.935-12.51l-.457.832c-.004.045.017-.057.113-.131.374-.327.994-.305 1.274-.31 3.54.053 13.653 4.707 27.842 12.841 6.217 3.62 26.262 16.477 26.186 20.093.005.31.026.374-.091.528l.51-.775h0z", strokeWidth: ".183" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M44.792 67.468c0 5.207 2.132 9.916 5.586 13.358 3.461 3.449 8.164 5.625 13.38 5.625 5.241 0 9.998-2.13 13.444-5.565 3.446-3.435 5.582-8.176 5.583-13.401v-25.34l-37.997-.046.003 25.37h.001z", fill: "color(display-p3 1.000 1.000 1.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".214" }), jsx("path", { d: "M45.502 67.503v.015c0 4.978 2.062 9.511 5.368 12.803 3.314 3.297 7.877 5.347 12.869 5.347 5.018 0 9.572-2.035 12.87-5.32 3.3-3.285 5.344-7.818 5.345-12.814h-.001V42.95l-36.429-.006-.022 24.559m29.127-17.199.001 15.645-.013 1.655c0 .436-.026.932-.077 1.355-.296 2.473-1.433 4.63-3.118 6.306a10.882 10.882 0 0 1-7.695 3.182c-2.985 0-5.645-1.26-7.626-3.232-2.032-2.023-3.21-4.796-3.21-7.663l-.003-17.288 21.74.04h.001z", fill: "color(display-p3 1.000 0.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".162" }), jsx("path", { d: "M47.86 49.363c.044-1.767 1.297-2.185 1.306-2.191.01-.007 1.355.45 1.35 2.207l-2.655-.016", fill: "color(display-p3 1.000 1.000 0.000)" }), jsx("path", { d: "m46.78 47.206-.219 2.03 1.325.003c.013-1.68 1.272-1.96 1.302-1.953.029-.002 1.277.371 1.31 1.953h1.328l-.24-2.046-4.807.012zm-.308 2.038h5.423c.114 0 .208.113.208.251s-.094.25-.208.25h-5.423c-.114 0-.208-.112-.208-.25s.094-.25.208-.25z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M48.443 49.235c.006-1.06.724-1.36.728-1.36 0 0 .75.31.755 1.36h-1.483m-1.856-2.874h5.199c.109 0 .199.102.199.226 0 .123-.09.225-.2.225h-5.198c-.11 0-.2-.101-.2-.225s.09-.226.2-.226zm.109.454h4.972c.105 0 .19.102.19.226 0 .124-.085.225-.19.225h-4.972c-.105 0-.19-.101-.19-.225s.085-.226.19-.226zm1.606-3.388h.393v.279h.286v-.285l.403.001v.284h.287v-.285h.402v.644c0 .101-.082.166-.176.166h-1.411c-.095 0-.183-.075-.183-.168l-.001-.636zm1.479.86.088 2.065-1.377-.005.092-2.065 1.197.005M48.1 45.244l.043 1.113h-1.32l.037-1.113H48.1zM51.496 45.244l.042 1.113h-1.32l.037-1.113h1.241zM46.616 44.438H47v.28h.28v-.286l.394.002v.284h.282v-.286h.393v.645c0 .1-.08.166-.172.166h-1.381c-.093 0-.18-.076-.18-.168v-.637zM50.01 44.438h.385v.28h.28v-.286l.394.002v.284h.281v-.286h.394v.645c0 .1-.08.166-.172.166H50.19c-.092 0-.178-.076-.179-.168v-.637z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M49.048 44.94c-.008-.2.28-.203.277 0v.492h-.277v-.492M47.342 45.654c0-.194.268-.198.265 0v.38h-.265v-.38M50.748 45.654c-.001-.194.267-.198.264 0v.38h-.264v-.38", fill: "color(display-p3 0.000 0.000 0.000)" }), jsxs("g", { children: [jsx("path", { d: "M47.86 64.185c.044-1.767 1.297-2.185 1.306-2.191.01-.006 1.355.45 1.35 2.207l-2.655-.016", fill: "color(display-p3 1.000 1.000 0.000)" }), jsx("path", { d: "m46.78 62.028-.219 2.03 1.325.003c.013-1.68 1.272-1.959 1.302-1.953.029-.001 1.277.372 1.31 1.953h1.328l-.24-2.046-4.807.013zm-.308 2.039h5.423c.114 0 .208.113.208.25 0 .138-.094.25-.208.25h-5.423c-.114 0-.208-.112-.208-.25 0-.137.094-.25.208-.25z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M48.443 64.057c.006-1.06.724-1.36.728-1.36 0 0 .75.31.755 1.36h-1.483m-1.856-2.874h5.199c.109 0 .199.102.199.226 0 .124-.09.225-.2.225h-5.198c-.11 0-.2-.1-.2-.225 0-.124.09-.226.2-.226zm.109.455h4.972c.105 0 .19.101.19.225s-.085.225-.19.225h-4.972c-.105 0-.19-.1-.19-.225 0-.124.085-.225.19-.225zm1.606-3.39.393.002v.278h.286v-.284h.403v.285h.287v-.285h.402v.643c0 .101-.082.167-.176.167h-1.411c-.095 0-.183-.076-.183-.169l-.001-.636zm1.479.862.088 2.064-1.377-.005.092-2.065 1.197.006M48.1 60.067l.043 1.113h-1.32l.037-1.113H48.1zM51.496 60.067l.042 1.112h-1.32l.037-1.112h1.241zM46.616 59.26l.384.001v.28h.28v-.286l.394.001v.284h.282v-.285h.393v.644c0 .1-.08.166-.172.166h-1.381c-.093 0-.18-.075-.18-.168v-.637zM50.01 59.26l.385.001v.28h.28v-.286l.394.001v.284h.281v-.285h.394v.644c0 .1-.08.166-.172.166H50.19c-.092 0-.178-.075-.179-.168v-.637z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M49.048 59.763c-.008-.201.28-.203.277 0v.491h-.277v-.491M47.342 60.476c0-.194.268-.198.265 0v.38h-.265v-.38M50.748 60.476c-.001-.194.267-.198.264 0v.38h-.264v-.38", fill: "color(display-p3 0.000 0.000 0.000)" })] }), jsxs("g", { children: [jsx("path", { d: "M53.64 79.613c-1.223-1.275-.637-2.46-.635-2.47.003-.01 1.274-.644 2.518.598l-1.883 1.872", fill: "color(display-p3 1.000 1.000 0.000)" }), jsx("path", { d: "m51.348 78.861 1.287 1.586.935-.938c-1.183-1.193-.494-2.284-.468-2.3.02-.022 1.163-.645 2.309.446l.936-.943-1.621-1.271-3.379 3.42zm1.23 1.654 3.82-3.848c.08-.08.227-.068.325.03.098.097.111.242.03.323l-3.82 3.848c-.08.081-.226.069-.324-.028s-.112-.244-.031-.325z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M53.96 79.11c-.749-.751-.455-1.472-.452-1.474 0 0 .747-.314 1.497.422L53.96 79.11m-3.347-.708 3.663-3.689c.077-.077.212-.07.3.018.088.087.097.222.02.3l-3.663 3.689c-.077.077-.212.07-.3-.018-.088-.087-.098-.222-.02-.3zm.399.243 3.503-3.528c.074-.074.206-.064.294.023.088.088.1.22.026.294l-3.503 3.528c-.074.075-.206.064-.294-.023s-.1-.22-.026-.294zm-1.273-3.528.277-.278.198.197.202-.204-.202-.2.284-.285.201.2.203-.204-.202-.2.283-.286.456.454c.072.071.061.175-.005.242l-.995 1.001c-.067.068-.182.076-.248.012l-.452-.448zm1.653-.442 1.527 1.391-.974.974-1.4-1.52.847-.845M50.887 76.541l.82.755-.93.936-.765-.81.875-.881zM53.279 74.132l.82.755-.93.936-.765-.81.875-.881zM49.268 77.027l.272-.272.198.196.197-.199-.202-.201.278-.278.202.2.198-.2-.203-.2.278-.28.457.454c.07.071.061.174-.004.239l-.973.98c-.065.066-.18.074-.245.009l-.453-.448zM51.66 74.617l.272-.271.198.196.198-.199-.203-.201.278-.278.202.2.198-.2-.203-.2.278-.28.457.454c.071.071.061.174-.004.239l-.973.98c-.065.066-.18.074-.245.009l-.452-.448z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M51.339 75.655c-.149-.136.053-.342.195-.197l.349.346-.196.197-.348-.346M50.643 77.368c-.138-.136.049-.33.186-.188l.27.268-.186.187-.27-.267M53.042 74.952c-.138-.136.049-.33.187-.188l.27.268-.187.187-.27-.267", fill: "color(display-p3 0.000 0.000 0.000)" })] }), jsxs("g", { children: [jsx("path", { d: "M62.49 49.363c.042-1.767 1.296-2.185 1.305-2.191.01-.007 1.354.45 1.35 2.207l-2.656-.016", fill: "color(display-p3 1.000 1.000 0.000)" }), jsx("path", { d: "m61.408 47.206-.219 2.03 1.325.003c.013-1.68 1.272-1.96 1.303-1.953.028-.002 1.276.371 1.31 1.953h1.328l-.24-2.046-4.807.012zm-.308 2.038h5.423c.114 0 .208.113.208.251s-.094.25-.208.25h-5.422c-.115 0-.209-.112-.209-.25s.094-.25.208-.25z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M63.072 49.235c.005-1.06.724-1.36.727-1.36 0 0 .75.31.756 1.36h-1.483m-1.856-2.874h5.198c.11 0 .2.102.2.226 0 .123-.09.225-.2.225h-5.198c-.11 0-.2-.101-.2-.225s.09-.226.2-.226zm.108.454h4.973c.104 0 .19.102.19.226 0 .124-.086.225-.19.225h-4.972c-.105 0-.19-.101-.19-.225s.085-.226.19-.226zm1.607-3.388h.393v.279h.286v-.285l.402.001v.284h.287v-.285h.403v.644c0 .101-.082.166-.177.166h-1.41c-.096 0-.183-.075-.184-.168v-.636zm1.478.86.089 2.065-1.377-.005.091-2.065 1.197.005M62.73 45.244l.041 1.113h-1.32l.037-1.113h1.242zM66.124 45.244l.042 1.113h-1.32l.037-1.113h1.242zM61.244 44.438h.384v.28h.281v-.286l.394.002v.284h.281v-.286h.394l-.001.645c0 .1-.08.166-.172.166h-1.381c-.093 0-.179-.076-.18-.168v-.637zM64.64 44.438h.383v.28h.281v-.286l.394.002v.284h.28v-.286h.395l-.001.645c0 .1-.08.166-.172.166H64.82c-.093 0-.179-.076-.18-.168v-.637z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M63.676 44.94c-.008-.2.281-.203.278 0v.492h-.278v-.492M61.97 45.654c0-.194.269-.198.265 0v.38h-.264v-.38M65.376 45.654c0-.194.268-.198.264 0v.38h-.264v-.38", fill: "color(display-p3 0.000 0.000 0.000)" })] }), jsxs("g", { children: [jsx("path", { d: "M79.673 49.363c-.044-1.767-1.297-2.185-1.306-2.191-.01-.007-1.354.45-1.35 2.207l2.656-.016", fill: "color(display-p3 1.000 1.000 0.000)" }), jsx("path", { d: "m80.754 47.206.218 2.03-1.324.003c-.013-1.68-1.272-1.96-1.303-1.953-.029-.002-1.276.371-1.31 1.953h-1.328l.24-2.046 4.807.012zm.307 2.038H75.64c-.115 0-.208.113-.208.251s.093.25.208.25h5.422c.115 0 .208-.112.208-.25s-.093-.25-.208-.25z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M79.09 49.235c-.006-1.06-.724-1.36-.727-1.36 0 0-.75.31-.756 1.36h1.483m1.856-2.874h-5.198c-.11 0-.2.102-.2.226 0 .123.09.225.2.225h5.198c.11 0 .2-.101.2-.225s-.09-.226-.2-.226zm-.109.454h-4.972c-.104 0-.19.102-.19.226 0 .124.086.225.19.225h4.972c.105 0 .19-.101.19-.225s-.085-.226-.19-.226zm-1.606-3.388h-.393v.279h-.286v-.285l-.402.001v.284h-.287v-.285h-.403v.644c0 .101.082.166.176.166h1.412c.095 0 .182-.075.183-.168v-.636zm-1.478.86-.089 2.065 1.377-.005-.091-2.065-1.197.005M79.433 45.244l-.042 1.113h1.32l-.037-1.113h-1.242zM76.038 45.244l-.042 1.113h1.32l-.037-1.113h-1.242zM80.917 44.438h-.384v.28h-.28v-.286l-.394.002v.284h-.281v-.286h-.394v.645c0 .1.08.166.172.166h1.382c.093 0 .179-.076.18-.168v-.637zM77.522 44.438h-.384v.28h-.28v-.286l-.394.002v.284h-.281v-.286h-.394l.001.645c0 .1.08.166.172.166h1.381c.093 0 .179-.076.18-.168v-.637z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M78.485 44.94c.009-.2-.28-.203-.277 0v.492h.277v-.492M80.191 45.654c.001-.194-.268-.198-.264 0v.38h.264v-.38M76.786 45.654c0-.194-.268-.198-.264 0v.38h.264v-.38", fill: "color(display-p3 0.000 0.000 0.000)" }), jsxs("g", { children: [jsx("path", { d: "M79.673 64.185c-.044-1.767-1.297-2.185-1.306-2.191-.01-.006-1.354.45-1.35 2.207l2.656-.016", fill: "color(display-p3 1.000 1.000 0.000)" }), jsx("path", { d: "m80.754 62.028.218 2.03-1.324.003c-.013-1.68-1.272-1.959-1.303-1.953-.029-.001-1.276.372-1.31 1.953h-1.328l.24-2.046 4.807.013zm.307 2.039H75.64c-.115 0-.208.113-.208.25 0 .138.093.25.208.25h5.422c.115 0 .208-.112.208-.25 0-.137-.093-.25-.208-.25z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M79.09 64.057c-.006-1.06-.724-1.36-.727-1.36 0 0-.75.31-.756 1.36h1.483m1.856-2.874h-5.198c-.11 0-.2.102-.2.226 0 .124.09.225.2.225h5.198c.11 0 .2-.1.2-.225 0-.124-.09-.226-.2-.226zm-.109.455h-4.972c-.104 0-.19.101-.19.225s.086.225.19.225h4.972c.105 0 .19-.1.19-.225 0-.124-.085-.225-.19-.225zm-1.606-3.39-.393.002v.278h-.286v-.284h-.402v.285h-.287v-.285h-.403v.643c0 .101.082.167.176.167h1.412c.095 0 .182-.076.183-.169v-.636zm-1.478.862-.089 2.064 1.377-.005-.091-2.065-1.197.006M79.433 60.067l-.042 1.113h1.32l-.037-1.113h-1.242zM76.038 60.067l-.042 1.112h1.32l-.037-1.112h-1.242zM80.917 59.26l-.384.001v.28h-.28v-.286l-.394.001v.284h-.281v-.285h-.394v.644c0 .1.08.166.172.166h1.382c.093 0 .179-.075.18-.168v-.637zM77.522 59.26l-.384.001v.28h-.28v-.286l-.394.001v.284h-.281v-.285h-.394l.001.644c0 .1.08.166.172.166h1.381c.093 0 .179-.075.18-.168v-.637z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M78.485 59.763c.009-.201-.28-.203-.277 0v.491h.277v-.491M80.191 60.476c.001-.194-.268-.198-.264 0v.38h.264v-.38M76.786 60.476c0-.194-.268-.198-.264 0v.38h.264v-.38", fill: "color(display-p3 0.000 0.000 0.000)" })] }), jsxs("g", { children: [jsx("path", { d: "M73.893 79.613c1.223-1.275.637-2.46.635-2.47-.002-.01-1.274-.644-2.517.598l1.882 1.872", fill: "color(display-p3 1.000 1.000 0.000)" }), jsx("path", { d: "m76.186 78.861-1.287 1.586-.936-.938c1.183-1.193.494-2.284.468-2.3-.019-.022-1.162-.645-2.308.446l-.936-.943 1.62-1.271 3.38 3.42h-.001zm-1.23 1.654-3.821-3.848c-.08-.08-.227-.068-.325.03-.097.097-.11.242-.03.323l3.82 3.848c.081.081.227.069.324-.028.098-.097.112-.244.032-.325z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M73.574 79.11c.748-.751.455-1.472.452-1.474 0 0-.748-.314-1.497.422l1.045 1.052m3.347-.708-3.663-3.689c-.077-.077-.213-.07-.3.018-.089.087-.098.222-.02.3L76.6 78.72c.077.077.212.07.3-.018.088-.087.097-.222.02-.3zm-.4.243-3.503-3.528c-.074-.074-.206-.064-.294.023-.088.088-.1.22-.026.294l3.504 3.528c.073.075.206.064.294-.023s.1-.22.025-.294zm1.273-3.528-.277-.278-.198.197-.201-.204.202-.2-.285-.285-.201.2-.202-.204.202-.2-.284-.286-.456.454c-.072.071-.06.175.006.242l.994 1.001c.067.068.182.076.248.012l.452-.448zm-1.652-.442-1.528 1.391.974.974 1.401-1.52-.847-.845M76.647 76.541l-.82.755.93.936.764-.81-.875-.881zM74.255 74.132l-.82.755.93.936.764-.81-.875-.881zM78.265 77.027l-.271-.272-.198.196-.198-.199.203-.201-.279-.278-.202.2-.198-.2.203-.2-.278-.28-.456.454c-.072.071-.062.174.003.239l.973.98c.066.066.18.074.246.009l.452-.448zM75.873 74.617l-.271-.271-.198.196-.198-.199.202-.201-.278-.278-.202.2-.198-.2.203-.2-.278-.28-.456.454c-.072.071-.062.174.003.239l.973.98c.066.066.18.074.246.009l.452-.448z", fill: "color(display-p3 1.000 1.000 0.000)", stroke: "color(display-p3 0.000 0.000 0.000)", strokeWidth: ".16" }), jsx("path", { d: "M76.195 75.655c.148-.136-.054-.342-.195-.197l-.35.346.196.197.349-.346M76.89 77.368c.139-.136-.048-.33-.186-.188l-.27.268.187.187.27-.267M74.491 74.952c.138-.136-.048-.33-.186-.188l-.27.268.186.187.27-.267", fill: "color(display-p3 0.000 0.000 0.000)" })] })] }), jsxs("g", { transform: "translate(61.443 61.27)", children: [jsx("path", { d: "M0 3.445v.002c0 .708.272 1.353.708 1.82a2.32 2.32 0 0 0 1.697.761c.661 0 1.262-.29 1.697-.756a2.669 2.669 0 0 0 .704-1.822V.004L.01 0 0 3.445", fill: "color(display-p3 0.000 0.200 0.600)" }), jsx("circle", { cx: "1.1", cy: "1.311", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.762", cy: "1.313", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "2.429", cy: "2.591", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "1.1", cy: "3.929", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.759", cy: "3.925", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" })] }), jsxs("g", { transform: "translate(61.443 52.944)", children: [jsx("path", { d: "M0 3.445v.002c0 .708.272 1.353.708 1.82a2.32 2.32 0 0 0 1.697.761c.661 0 1.262-.29 1.697-.756a2.669 2.669 0 0 0 .704-1.822V.004L.01 0 0 3.445", fill: "color(display-p3 0.000 0.200 0.600)" }), jsx("circle", { cx: "1.1", cy: "1.311", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.762", cy: "1.313", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "2.429", cy: "2.591", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "1.1", cy: "3.929", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.759", cy: "3.925", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" })] }), jsxs("g", { transform: "translate(54.788 61.27)", children: [jsx("path", { d: "M0 3.445v.002c0 .708.272 1.353.708 1.82a2.32 2.32 0 0 0 1.697.761c.661 0 1.262-.29 1.697-.756a2.669 2.669 0 0 0 .704-1.822V.004L.01 0 0 3.445", fill: "color(display-p3 0.000 0.200 0.600)" }), jsx("circle", { cx: "1.1", cy: "1.311", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.762", cy: "1.313", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "2.429", cy: "2.591", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "1.1", cy: "3.929", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.759", cy: "3.925", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" })] }), jsxs("g", { transform: "translate(68.082 61.27)", children: [jsx("path", { d: "M0 3.445v.002c0 .708.272 1.353.708 1.82a2.32 2.32 0 0 0 1.697.761c.661 0 1.262-.29 1.697-.756a2.669 2.669 0 0 0 .704-1.822V.004L.01 0 0 3.445", fill: "color(display-p3 0.000 0.200 0.600)" }), jsx("circle", { cx: "1.1", cy: "1.311", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.762", cy: "1.313", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "2.429", cy: "2.591", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "1.1", cy: "3.929", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.759", cy: "3.925", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" })] }), jsxs("g", { transform: "translate(61.443 69.52)", children: [jsx("path", { d: "M0 3.445v.002c0 .708.272 1.353.708 1.82a2.32 2.32 0 0 0 1.697.761c.661 0 1.262-.29 1.697-.756a2.669 2.669 0 0 0 .704-1.822V.004L.01 0 0 3.445", fill: "color(display-p3 0.000 0.200 0.600)" }), jsx("circle", { cx: "1.1", cy: "1.311", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.762", cy: "1.313", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "2.429", cy: "2.591", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "1.1", cy: "3.929", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" }), jsx("circle", { cx: "3.759", cy: "3.925", fill: "color(display-p3 1.000 1.000 1.000)", r: "1" })] })] })] }) }));
5
+ }
6
+
7
+ export { FlagPT };
@@ -0,0 +1 @@
1
+ export declare function FlagRO(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { jsx, jsxs } from 'react/jsx-runtime';
2
+
3
+ function FlagRO(props) {
4
+ return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h42.667v128H0z", fill: "color(display-p3 0.000 0.169 0.498)" }), jsx("path", { d: "M42.667 0h42.666v128H42.667z", fill: "color(display-p3 0.988 0.820 0.086)" }), jsx("path", { d: "M85.333 0H128v128H85.333z", fill: "color(display-p3 0.808 0.067 0.149)" })] }) }));
5
+ }
6
+
7
+ export { FlagRO };
@@ -0,0 +1 @@
1
+ export declare function FlagRS(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;