@zohodesk/svg 1.0.0-temp.44 → 1.0.0-temp.46

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 (292) hide show
  1. package/README.md +8 -0
  2. package/assets/Appearance/dark/mode/contrast/darkContrastEmptyStates.module.css +37 -0
  3. package/assets/Appearance/dark/themes/blue/contrast/blueDarkCTAThemeContrast.module.css +10 -0
  4. package/assets/Appearance/dark/themes/green/contrast/greenDarkCTAThemeContrast.module.css +10 -0
  5. package/assets/Appearance/dark/themes/orange/contrast/orangeDarkCTAThemeContrast.module.css +10 -0
  6. package/assets/Appearance/dark/themes/red/contrast/redDarkCTAThemeContrast.module.css +10 -0
  7. package/assets/Appearance/dark/themes/yellow/contrast/yellowDarkCTAThemeContrast.module.css +10 -0
  8. package/assets/Appearance/default/mode/contrast/defaultContrastEmptyStates.module.css +37 -0
  9. package/assets/Appearance/default/themes/blue/contrast/blueDefaultCTAThemeContrast.module.css +10 -0
  10. package/assets/Appearance/default/themes/green/contrast/greenDefaultCTAThemeContrast.module.css +10 -0
  11. package/assets/Appearance/default/themes/orange/contrast/orangeDefaultCTAThemeContrast.module.css +10 -0
  12. package/assets/Appearance/default/themes/red/contrast/redDefaultCTAThemeContrast.module.css +10 -0
  13. package/assets/Appearance/default/themes/yellow/contrast/yellowDefaultCTAThemeContrast.module.css +10 -0
  14. package/assets/Appearance/pureDark/mode/contrast/pureDarkContrastEmptyStates.module.css +37 -0
  15. package/assets/Appearance/pureDark/themes/blue/contrast/bluePureDarkCTAThemeContrast.module.css +10 -0
  16. package/assets/Appearance/pureDark/themes/green/contrast/greenPureDarkCTAThemeContrast.module.css +10 -0
  17. package/assets/Appearance/pureDark/themes/orange/contrast/orangePureDarkCTAThemeContrast.module.css +10 -0
  18. package/assets/Appearance/pureDark/themes/red/contrast/redPureDarkCTAThemeContrast.module.css +10 -0
  19. package/assets/Appearance/pureDark/themes/yellow/contrast/yellowPureDarkCTAThemeContrast.module.css +10 -0
  20. package/es/{svg → Loader}/Loader.js +12 -15
  21. package/es/Loader/props/defaultProps.js +3 -0
  22. package/es/Loader/props/propTypes.js +4 -0
  23. package/es/Provider.js +58 -110
  24. package/es/{svg → css}/EmptyStateVariables.module.css +0 -0
  25. package/es/docs/Emptystate__version1.docs.js +29 -0
  26. package/es/docs/Emptystate__version2.docs.js +45 -0
  27. package/es/docs/Emptystate__version3.docs.js +148 -0
  28. package/es/docs/Errorstate__version1.docs.js +41 -0
  29. package/es/docs/Errorstate__version2.docs.js +33 -0
  30. package/es/docs/Errorstate__version3.docs.js +39 -0
  31. package/es/docs/SVG__common.docs.js +29 -0
  32. package/es/docs/SVGdocstyle.module.css +74 -0
  33. package/es/emptystate/props/defaultProps.js +8 -0
  34. package/es/emptystate/props/propTypes.js +9 -0
  35. package/es/emptystate/version1/EmptyCustomDomain.js +30 -0
  36. package/es/emptystate/version2/EmptyBusinessHoliday.js +30 -0
  37. package/es/emptystate/version2/EmptyBusinessHour.js +30 -0
  38. package/es/emptystate/version2/EmptyFromAddress.js +30 -0
  39. package/es/emptystate/version2/EmptyImportHistory.js +30 -0
  40. package/es/emptystate/version2/EmptyNetwork.js +30 -0
  41. package/es/emptystate/version2/EmptyRecycleBin.js +30 -0
  42. package/es/emptystate/version2/EmptyRoles.js +30 -0
  43. package/es/emptystate/version2/EmptyWebhook.js +30 -0
  44. package/es/emptystate/version2/FailureLog.js +30 -0
  45. package/es/{svg → emptystate/version3}/CustomModule.js +10 -21
  46. package/es/{svg → emptystate/version3}/EmptyAccounts.js +9 -20
  47. package/es/{svg → emptystate/version3}/EmptyActiveCalls.js +9 -20
  48. package/es/{svg → emptystate/version3}/EmptyActivity.js +9 -20
  49. package/es/{svg → emptystate/version3}/EmptyAgent.js +9 -20
  50. package/es/{svg → emptystate/version3}/EmptyAgentQueue.js +9 -20
  51. package/es/{svg → emptystate/version3}/EmptyApproval.js +9 -20
  52. package/es/{svg → emptystate/version3}/EmptyArchived.js +9 -20
  53. package/es/{svg → emptystate/version3}/EmptyAttach.js +9 -20
  54. package/es/{svg → emptystate/version3}/EmptyBlueprint.js +9 -20
  55. package/es/{svg → emptystate/version3}/EmptyCallHistory.js +9 -20
  56. package/es/{svg → emptystate/version3}/EmptyCollision.js +9 -20
  57. package/es/{svg → emptystate/version3}/EmptyColumn.js +10 -21
  58. package/es/{svg → emptystate/version3}/EmptyContact.js +9 -20
  59. package/es/{svg → emptystate/version3}/EmptyContract.js +9 -20
  60. package/es/{svg → emptystate/version3}/EmptyConversation.js +9 -20
  61. package/es/{svg → emptystate/version3}/EmptyCrm.js +9 -20
  62. package/es/{svg → emptystate/version3}/EmptyCrmNotes.js +9 -20
  63. package/es/{svg → emptystate/version3}/EmptyCrmPotential.js +9 -20
  64. package/es/{svg → emptystate/version3}/EmptyDashboard.js +9 -20
  65. package/es/{svg → emptystate/version3}/EmptyDelete.js +12 -23
  66. package/es/{svg → emptystate/version3}/EmptyDepartment.js +9 -20
  67. package/es/{svg → emptystate/version3}/EmptyError.js +8 -18
  68. package/es/{svg → emptystate/version3}/EmptyFeed.js +9 -20
  69. package/es/{svg → emptystate/version3}/EmptyFollowers.js +9 -20
  70. package/es/{svg → emptystate/version3}/EmptyFrame.js +9 -20
  71. package/es/{svg → emptystate/version3}/EmptyHappiness.js +9 -20
  72. package/es/{svg → emptystate/version3}/EmptyHistory.js +9 -20
  73. package/es/{svg → emptystate/version3}/EmptyInvoice.js +9 -20
  74. package/es/{svg → emptystate/version3}/EmptyNotification.js +9 -20
  75. package/es/{svg → emptystate/version3}/EmptyProducts.js +9 -20
  76. package/es/{svg → emptystate/version3}/EmptyReply.js +8 -19
  77. package/es/{svg → emptystate/version3}/EmptyReports.js +9 -20
  78. package/es/{svg → emptystate/version3}/EmptySchedule.js +9 -20
  79. package/es/{svg → emptystate/version3}/EmptySearch.js +9 -20
  80. package/es/{svg → emptystate/version3}/EmptySkills.js +9 -20
  81. package/es/{svg → emptystate/version3}/EmptySla.js +8 -19
  82. package/es/{svg → emptystate/version3}/EmptySnippet.js +9 -20
  83. package/es/{svg → emptystate/version3}/EmptyTag.js +9 -20
  84. package/es/{svg → emptystate/version3}/EmptyTask.js +9 -20
  85. package/es/{svg → emptystate/version3}/EmptyTeams.js +9 -20
  86. package/es/{svg → emptystate/version3}/EmptyTemplate.js +9 -20
  87. package/es/{svg → emptystate/version3}/EmptyTicket.js +9 -20
  88. package/es/{svg → emptystate/version3}/EmptyTimeEntry.js +9 -20
  89. package/es/{svg → emptystate/version3}/EmptyTimeline.js +9 -20
  90. package/es/{svg → emptystate/version3}/EmptyTopic.js +9 -20
  91. package/es/{svg → emptystate/version3}/Export.js +15 -26
  92. package/es/{svg → emptystate/version3}/Extensions.js +9 -20
  93. package/es/{svg → emptystate/version3}/Extractor.js +9 -20
  94. package/es/{svg → emptystate/version3}/GCBot.js +11 -22
  95. package/es/{svg → emptystate/version3}/GCConversation.js +15 -26
  96. package/es/{svg → emptystate/version3}/Import.js +8 -19
  97. package/es/{svg → emptystate/version3}/KBBot.js +11 -22
  98. package/es/{svg → emptystate/version3}/Multilingual.js +10 -21
  99. package/es/{svg → emptystate/version3}/NetworkError.js +16 -27
  100. package/es/{svg → emptystate/version3}/Predictor.js +9 -20
  101. package/es/{svg → emptystate/version3}/ReadRecipients.js +11 -22
  102. package/es/{svg → emptystate/version3}/Variable.js +11 -22
  103. package/es/{svg → emptystate/version3}/ZiaAnamoly.js +9 -20
  104. package/es/errorstate/props/defaultProps.js +8 -0
  105. package/es/errorstate/props/propTypes.js +9 -0
  106. package/es/errorstate/version1/EmptyInconvenience.js +34 -0
  107. package/es/errorstate/version1/NoRequestFound.js +34 -0
  108. package/es/errorstate/version1/PageNotFound.js +35 -0
  109. package/es/errorstate/version1/UnableToProcessRequest.js +35 -0
  110. package/es/errorstate/version1/UnauthorizedLogin.js +35 -0
  111. package/es/errorstate/version1/UrlNotFound.js +35 -0
  112. package/es/errorstate/version1/WillBeRightBack.js +35 -0
  113. package/es/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +8 -19
  114. package/es/{svg → errorstate/version2}/EmptyWillBeRightBack.js +9 -20
  115. package/es/{svg → errorstate/version2}/NotImpossible.js +9 -18
  116. package/es/{svg → errorstate/version3}/ErrorInconvenience.js +8 -15
  117. package/es/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +8 -15
  118. package/es/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +8 -15
  119. package/es/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +22 -29
  120. package/es/{svg → errorstate/version3}/ErrorUrlNotFound.js +8 -15
  121. package/es/{svg → errorstate/version3}/ErrorWillBeRightBack.js +8 -15
  122. package/es/index.js +7 -4
  123. package/es/svg/SVG.js +5 -27
  124. package/es/svg/SvgLoader.js +3 -3
  125. package/es/svg/props/defaultProps.js +11 -0
  126. package/es/svg/props/propTypes.js +15 -0
  127. package/{es/svg/images → images}/EmptyBusinessHoliday.svg +0 -0
  128. package/{es/svg/images → images}/EmptyBusinessHour.svg +0 -0
  129. package/{es/svg/images → images}/EmptyContactInfo.svg +0 -0
  130. package/{es/svg/images → images}/EmptyCustomDomain.svg +0 -0
  131. package/{es/svg/images → images}/EmptyFilter.svg +0 -0
  132. package/{es/svg/images → images}/EmptyFromAddress.svg +0 -0
  133. package/{es/svg/images → images}/EmptyImportHistory.svg +0 -0
  134. package/{es/svg/images → images}/EmptyNetwork.svg +0 -0
  135. package/{es/svg/images → images}/EmptyRecycleBin.svg +0 -0
  136. package/{es/svg/images → images}/EmptyRoles.svg +0 -0
  137. package/{es/svg/images → images}/EmptySkills.svg +0 -0
  138. package/{es/svg/images → images}/EmptyWebhook.svg +0 -0
  139. package/{es/svg/images → images}/FailureLog.svg +0 -0
  140. package/{es/svg/images → images}/Inconvenience.svg +0 -0
  141. package/{es/svg/images → images}/NoRequestFound.svg +0 -0
  142. package/{es/svg/images → images}/PageNotFound.svg +0 -0
  143. package/{es/svg/images → images}/ReguestUrlNotFound.svg +0 -0
  144. package/{es/svg/images → images}/UnableToProcess.svg +0 -0
  145. package/{es/svg/images → images}/UnauthorizedLogin.svg +0 -0
  146. package/{es/svg/images → images}/WillBack.svg +0 -0
  147. package/lib/{svg → Loader}/Loader.js +15 -17
  148. package/lib/Loader/props/defaultProps.js +10 -0
  149. package/lib/Loader/props/propTypes.js +15 -0
  150. package/lib/Provider.js +95 -127
  151. package/lib/{svg → css}/EmptyStateVariables.module.css +0 -0
  152. package/lib/docs/Emptystate__version1.docs.js +79 -0
  153. package/lib/docs/Emptystate__version2.docs.js +103 -0
  154. package/lib/docs/Emptystate__version3.docs.js +256 -0
  155. package/lib/docs/Errorstate__version1.docs.js +97 -0
  156. package/lib/docs/Errorstate__version2.docs.js +85 -0
  157. package/lib/docs/Errorstate__version3.docs.js +94 -0
  158. package/lib/docs/SVG__common.docs.js +79 -0
  159. package/lib/docs/SVGdocstyle.module.css +74 -0
  160. package/lib/emptystate/props/defaultProps.js +15 -0
  161. package/lib/{svg/utils.js → emptystate/props/propTypes.js} +7 -13
  162. package/lib/{svg → emptystate/version1}/EmptyCustomDomain.js +18 -20
  163. package/lib/{svg → emptystate/version2}/EmptyBusinessHoliday.js +18 -20
  164. package/lib/{svg → emptystate/version2}/EmptyBusinessHour.js +18 -20
  165. package/lib/{svg → emptystate/version2}/EmptyFromAddress.js +18 -20
  166. package/lib/{svg → emptystate/version2}/EmptyImportHistory.js +18 -20
  167. package/lib/{svg → emptystate/version2}/EmptyNetwork.js +18 -20
  168. package/lib/{svg → emptystate/version2}/EmptyRecycleBin.js +18 -20
  169. package/lib/{svg → emptystate/version2}/EmptyRoles.js +18 -20
  170. package/lib/{svg → emptystate/version2}/EmptyWebhook.js +18 -20
  171. package/lib/{svg → emptystate/version2}/FailureLog.js +18 -20
  172. package/lib/{svg → emptystate/version3}/CustomModule.js +20 -24
  173. package/lib/{svg → emptystate/version3}/EmptyAccounts.js +19 -23
  174. package/lib/{svg → emptystate/version3}/EmptyActiveCalls.js +19 -23
  175. package/lib/{svg → emptystate/version3}/EmptyActivity.js +19 -23
  176. package/lib/{svg → emptystate/version3}/EmptyAgent.js +19 -23
  177. package/lib/{svg → emptystate/version3}/EmptyAgentQueue.js +19 -23
  178. package/lib/{svg → emptystate/version3}/EmptyApproval.js +19 -23
  179. package/lib/{svg → emptystate/version3}/EmptyArchived.js +19 -23
  180. package/lib/{svg → emptystate/version3}/EmptyAttach.js +19 -23
  181. package/lib/{svg → emptystate/version3}/EmptyBlueprint.js +19 -23
  182. package/lib/{svg → emptystate/version3}/EmptyCallHistory.js +19 -23
  183. package/lib/{svg → emptystate/version3}/EmptyCollision.js +19 -23
  184. package/lib/{svg → emptystate/version3}/EmptyColumn.js +20 -24
  185. package/lib/{svg → emptystate/version3}/EmptyContact.js +19 -23
  186. package/lib/{svg → emptystate/version3}/EmptyContract.js +19 -23
  187. package/lib/{svg → emptystate/version3}/EmptyConversation.js +19 -23
  188. package/lib/{svg → emptystate/version3}/EmptyCrm.js +19 -23
  189. package/lib/{svg → emptystate/version3}/EmptyCrmNotes.js +19 -23
  190. package/lib/{svg → emptystate/version3}/EmptyCrmPotential.js +19 -23
  191. package/lib/{svg → emptystate/version3}/EmptyDashboard.js +19 -23
  192. package/lib/{svg → emptystate/version3}/EmptyDelete.js +22 -26
  193. package/lib/{svg → emptystate/version3}/EmptyDepartment.js +19 -23
  194. package/lib/{svg → emptystate/version3}/EmptyError.js +18 -21
  195. package/lib/{svg → emptystate/version3}/EmptyFeed.js +19 -23
  196. package/lib/{svg → emptystate/version3}/EmptyFollowers.js +19 -23
  197. package/lib/{svg → emptystate/version3}/EmptyFrame.js +19 -23
  198. package/lib/{svg → emptystate/version3}/EmptyHappiness.js +19 -23
  199. package/lib/{svg → emptystate/version3}/EmptyHistory.js +19 -23
  200. package/lib/{svg → emptystate/version3}/EmptyInvoice.js +19 -23
  201. package/lib/{svg → emptystate/version3}/EmptyNotification.js +19 -23
  202. package/lib/{svg → emptystate/version3}/EmptyProducts.js +19 -23
  203. package/lib/{svg → emptystate/version3}/EmptyReply.js +18 -22
  204. package/lib/{svg → emptystate/version3}/EmptyReports.js +19 -23
  205. package/lib/{svg → emptystate/version3}/EmptySchedule.js +19 -23
  206. package/lib/{svg → emptystate/version3}/EmptySearch.js +19 -23
  207. package/lib/{svg → emptystate/version3}/EmptySkills.js +19 -23
  208. package/lib/{svg → emptystate/version3}/EmptySla.js +18 -22
  209. package/lib/{svg → emptystate/version3}/EmptySnippet.js +19 -23
  210. package/lib/{svg → emptystate/version3}/EmptyTag.js +19 -23
  211. package/lib/{svg → emptystate/version3}/EmptyTask.js +19 -23
  212. package/lib/{svg → emptystate/version3}/EmptyTeams.js +19 -23
  213. package/lib/{svg → emptystate/version3}/EmptyTemplate.js +19 -23
  214. package/lib/{svg → emptystate/version3}/EmptyTicket.js +19 -23
  215. package/lib/{svg → emptystate/version3}/EmptyTimeEntry.js +19 -23
  216. package/lib/{svg → emptystate/version3}/EmptyTimeline.js +19 -23
  217. package/lib/{svg → emptystate/version3}/EmptyTopic.js +19 -23
  218. package/lib/{svg → emptystate/version3}/Export.js +25 -29
  219. package/lib/{svg → emptystate/version3}/Extensions.js +19 -23
  220. package/lib/{svg → emptystate/version3}/Extractor.js +19 -23
  221. package/lib/{svg → emptystate/version3}/GCBot.js +21 -25
  222. package/lib/{svg → emptystate/version3}/GCConversation.js +25 -29
  223. package/lib/{svg → emptystate/version3}/Import.js +18 -22
  224. package/lib/{svg → emptystate/version3}/KBBot.js +21 -25
  225. package/lib/{svg → emptystate/version3}/Multilingual.js +20 -24
  226. package/lib/{svg → emptystate/version3}/NetworkError.js +26 -30
  227. package/lib/{svg → emptystate/version3}/Predictor.js +19 -23
  228. package/lib/{svg → emptystate/version3}/ReadRecipients.js +21 -25
  229. package/lib/{svg → emptystate/version3}/Variable.js +21 -25
  230. package/lib/{svg → emptystate/version3}/ZiaAnamoly.js +19 -23
  231. package/lib/errorstate/props/defaultProps.js +15 -0
  232. package/lib/errorstate/props/propTypes.js +20 -0
  233. package/lib/{svg → errorstate/version1}/EmptyInconvenience.js +18 -19
  234. package/lib/{svg → errorstate/version1}/NoRequestFound.js +18 -19
  235. package/lib/{svg → errorstate/version1}/PageNotFound.js +18 -19
  236. package/lib/{svg → errorstate/version1}/UnableToProcessRequest.js +18 -19
  237. package/lib/{svg → errorstate/version1}/UnauthorizedLogin.js +18 -19
  238. package/lib/{svg → errorstate/version1}/UrlNotFound.js +18 -19
  239. package/lib/{svg → errorstate/version1}/WillBeRightBack.js +18 -19
  240. package/lib/{svg → errorstate/version2}/EmptyUnauthorizedLogin.js +18 -22
  241. package/lib/{svg → errorstate/version2}/EmptyWillBeRightBack.js +19 -23
  242. package/lib/{svg → errorstate/version2}/NotImpossible.js +19 -21
  243. package/lib/{svg → errorstate/version3}/ErrorInconvenience.js +18 -18
  244. package/lib/{svg → errorstate/version3}/ErrorOopsSomethingMiss.js +18 -18
  245. package/lib/{svg → errorstate/version3}/ErrorUnableToProcessRequest.js +18 -18
  246. package/lib/{svg → errorstate/version3}/ErrorUnauthorizedLogin.js +32 -32
  247. package/lib/{svg → errorstate/version3}/ErrorUrlNotFound.js +18 -18
  248. package/lib/{svg → errorstate/version3}/ErrorWillBeRightBack.js +18 -18
  249. package/lib/index.js +40 -16
  250. package/lib/svg/SVG.js +8 -29
  251. package/lib/svg/SvgLoader.js +3 -3
  252. package/lib/svg/props/defaultProps.js +18 -0
  253. package/lib/svg/props/propTypes.js +26 -0
  254. package/package.json +10 -9
  255. package/es/svg/EmptyBusinessHoliday.js +0 -39
  256. package/es/svg/EmptyBusinessHour.js +0 -39
  257. package/es/svg/EmptyCustomDomain.js +0 -39
  258. package/es/svg/EmptyFromAddress.js +0 -39
  259. package/es/svg/EmptyImportHistory.js +0 -39
  260. package/es/svg/EmptyInconvenience.js +0 -42
  261. package/es/svg/EmptyNetwork.js +0 -39
  262. package/es/svg/EmptyRecycleBin.js +0 -39
  263. package/es/svg/EmptyRoles.js +0 -39
  264. package/es/svg/EmptyWebhook.js +0 -39
  265. package/es/svg/FailureLog.js +0 -39
  266. package/es/svg/NoRequestFound.js +0 -42
  267. package/es/svg/PageNotFound.js +0 -43
  268. package/es/svg/UnableToProcessRequest.js +0 -43
  269. package/es/svg/UnauthorizedLogin.js +0 -43
  270. package/es/svg/UrlNotFound.js +0 -43
  271. package/es/svg/WillBeRightBack.js +0 -43
  272. package/es/svg/utils.js +0 -14
  273. package/lib/svg/images/EmptyBusinessHoliday.svg +0 -50
  274. package/lib/svg/images/EmptyBusinessHour.svg +0 -42
  275. package/lib/svg/images/EmptyContactInfo.svg +0 -27
  276. package/lib/svg/images/EmptyCustomDomain.svg +0 -85
  277. package/lib/svg/images/EmptyFilter.svg +0 -62
  278. package/lib/svg/images/EmptyFromAddress.svg +0 -41
  279. package/lib/svg/images/EmptyImportHistory.svg +0 -43
  280. package/lib/svg/images/EmptyNetwork.svg +0 -50
  281. package/lib/svg/images/EmptyRecycleBin.svg +0 -58
  282. package/lib/svg/images/EmptyRoles.svg +0 -30
  283. package/lib/svg/images/EmptySkills.svg +0 -83
  284. package/lib/svg/images/EmptyWebhook.svg +0 -44
  285. package/lib/svg/images/FailureLog.svg +0 -46
  286. package/lib/svg/images/Inconvenience.svg +0 -719
  287. package/lib/svg/images/NoRequestFound.svg +0 -247
  288. package/lib/svg/images/PageNotFound.svg +0 -405
  289. package/lib/svg/images/ReguestUrlNotFound.svg +0 -267
  290. package/lib/svg/images/UnableToProcess.svg +0 -752
  291. package/lib/svg/images/UnauthorizedLogin.svg +0 -1047
  292. package/lib/svg/images/WillBack.svg +0 -633
@@ -1,405 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 508.8 324.8" style="enable-background:new 0 0 508.8 324.8;" xml:space="preserve">
5
- <title>bg01</title>
6
- <g>
7
- <g id="Layer_1-2">
8
-
9
- <radialGradient id="SVGID_1_" cx="283.1" cy="222.9" r="306.85" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
10
- <stop offset="0" style="stop-color:#EFF0F1"/>
11
- <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.7"/>
12
- </radialGradient>
13
- <path style="fill:url(#SVGID_1_);" d="M505.8,224.6L505.8,224.6c-24.9,0-39.1,0.1-46.5,0.3l-5.4-0.3c-1.2-0.1-2.4,0-3.5,0
14
- c-0.6-2.2-0.6-56.8-0.1-60.5h6.6c0.2-3.8,0.1-7.1,0-10.7l-3.3-0.4l-0.6-2l-2.8-0.3c-1.5-3.6-3.6-6.7-7.5-8.4
15
- c0.8-3.5,1.5-6.8,2.2-10.2c2.9-13.4,5.9-26.9,8.8-40.3c0.2-1.3,0.9-2.5,1.8-3.4c2.9-3,1.6-7.4-2.5-8.6c-2-0.6-4.2-1.7-4.1-4.1
16
- c1-14-9.9-25.8-23.8-24.2c-6,0.7-6.4-0.5-8-2.2l1.8-2.5l-6.1-5.1c1-1.3,1.9-2.4,2.9-3.8l-8.2-9.7l-23.5,14.8l3.9,4.8
17
- c-1.4,2.2-1.9,4.4-0.1,6.5s4.1,1.7,6.6,0.9l3.3,3.7l8.5-9.7c2,1.7,3.9,3.3,5.9,5l2.5-1.8l33.4,29c-1.8,3.5-1.2,6.3,2.2,8.4
18
- l-3.4,15.1c-2.6,11.4-5.2,22.8-7.7,34.2c-0.4,1.7-1,2.5-2.8,2.7c-3.9,0.5-6.6,2.9-8.5,6.2c-0.4,0.9-1,1.6-1.8,2.1
19
- c0.4-2.2,0.7-4.3,1.1-6.5l2.5-0.5v-3.9l-4-0.4c5.6-4,11.9-7,13.5-14.5c-2.4-0.4-3.8,1.1-6,1.8l0.9-2.1c1.3-3,2.8-5.9,3.9-9
20
- c0.7-2.4,0.8-4.9,0.1-7.3c-2.8,0.8-4.2,3-6.4,4.8c-0.4-4.5,0.1-8.9-2-12.9c-3.1,1.4-4.4,4.3-6.2,7.4c-1.1-3.6-1.6-6.9-4-9.5
21
- c-1.3,0.5-2.2,1.5-2.5,2.8c-0.8,2.3-1.4,4.7-1.6,7.1c-0.2,3.9,0.1,7.8,0.3,11.8c0.1,0.9,0.1,1.8,0,2.7c-2.7-4.4-5.3-8.8-10.8-10.9
22
- c-0.4,1.8-0.4,3.7,0,5.6c0.9,4.1,2.6,8,4.9,11.6c1.7,2.8,3.7,5.4,5.6,8.1l1.8,2.5l-4.9,0.3v3.8l2.7,0.6c0.5,3,1,6,1.5,9.2h-23.3
23
- c0.1-1.2,0.2-2.4,0.3-3.6l4.4-0.4c0.1-3.6,0.1-7.2,0-11l-4.2-0.4l-0.6-3.1c-4.9-0.1-9.9,0-15.1,0v18.5h-8.1c0.5-1,0.9-2,1.5-3.3
24
- h-7.4c0.2-2,0.4-3.8,0.4-5.5c0-14,0-28,0-42.1c0-0.8,0-1.5,0-2.3c-0.1-2.3-0.8-2.9-3.1-3c-0.8,0-1.7,0-2.5,0h-56.1
25
- c-0.1-1.3-0.1-2.4-0.1-3.5c0-15.1,0-30.1,0-45.2c0-0.8,0-1.7,0-2.5c-0.1-2.3-1.9-4.1-4.2-4.1c-0.7-0.1-1.5,0-2.2,0h-123
26
- c-0.6,0-1.1,0-1.6,0c-2.6,0.1-4.7,2.2-4.7,4.8c-0.1,3.8,0,7.6,0,11.4c0,22.7,0.1,45.5,0,68.2c0,3.5,0.9,6.1,4.9,6.8v6h15.2v-5.9
27
- h4.3l3.5,10.1l14.1-5.2c-0.5-1.7-0.9-3.2-1.4-4.9H221c-0.9,5.6-1.8,11-2.8,16.6l-4.6,0.5c-0.1,1-0.2,1.9-0.3,2.8
28
- c-2,0.6-13.2,0.8-17.4,0.3c-0.8-3.2-2.4-5.7-6.1-5.8c-2.9,0-4.6,1.7-6,5.9h-13.3l-0.1-0.3l5.1-2c-3.5-1.3-6.5-2.4-9.9-2.3
29
- c-6.1,0.2-12.2,0.1-18.2,0.1c-3.7,0-3.8,0-3.5,3.8l-0.5,0.6c-2,0.4-2.3,0.2-6.5-1.5v-3.7l1.9-0.7c-3.4-1.1-7.1,0.3-10.1-2.4v-3.5
30
- l2-0.8c-0.3-0.2-0.5-0.5-0.7-0.5c-4.4,0-8.8,0-13.2,0c-5.8,0-11.6,0-17.4,0c-0.6,0-1.1,0-1.7,0c-2.2,0.1-3.4,1.1-3.6,2.8
31
- s0.6,2.9,2.8,3.6c0.3,0.1,0.7,0.2,1.2,0.3c0.1,1,0.2,2,0.3,3.1l2.5-0.4c0.1-0.7,0.2-1.6,0.3-2.7c0.8-0.1,1.4-0.1,2.3-0.2
32
- c-0.4,1.2-1.2,2.4-1.1,3.4s0.9,2.1,1.6,3.4h-9.6V164l5.3,0.3c0.7,2,0.8,30.3,0.2,34.5H55.8c-0.3,8.7,0,17.1-0.2,25.6
33
- c-1.8,0.3-3,1.1-5-2.1C39,203.9,13,205.8,1.4,224.1c-0.4,0.7-0.9,0.5-1.4,0.4v62.3c1.1-0.1,2.2-0.2,3.3-0.2h168
34
- c0,0-0.8-100.6-0.3-102.7h204.6v86.2l0,0l2.1,16.5h128c1.7,0,3-1.3,3-2.9v-56.2C508.8,225.9,507.5,224.6,505.8,224.6z
35
- M393.2,139.4l2.6,0.2c0.1,0.4,0.2,0.9,0.3,1.3c0,1.5,0.1,3,0,4.4c-0.1,2.2-0.2,2.3-2.8,1.9L393.2,139.4z M270.7,153.2
36
- c-2.7,0-5.2,0-7.7,0c-2.6,0.1-5.1,0-7.7-0.1c-0.2-1.3-0.4-2.3-0.6-3.2l-4.6-0.3c-1-5.6-2-11-3-16.7h30.4c0,4,0,7.6,0,11.2
37
- c0,1.8,0.3,3.6,0.5,5.7h-9C269.7,151.1,270.2,152.1,270.7,153.2z"/>
38
-
39
- <radialGradient id="SVGID_2_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
40
- <stop offset="0" style="stop-color:#E4E4E4"/>
41
- <stop offset="1" style="stop-color:#FFFFFF"/>
42
- </radialGradient>
43
- <path style="fill:url(#SVGID_2_);" d="M20.6,23.5H10.4v5.6c2,0.6,98.7,0.9,105.6,0.3v-5.8h-12.2l3.3-3.8L90.5,3.3L87,6.5
44
- C86.8,4,86.7,2.1,86.6,0h-5.3c-0.2,3.7-0.1,7.4-0.1,11.1s0,7.3-0.2,11v-22h-5.6v22.4h-0.5V0.1H63.7c-0.6,2.4-0.2,4.9-0.3,7.4
45
- s0,5.1,0,7.6v7.5h-0.5V0.1h-5.5v23.3H50C49.9,15.7,50,7.9,50,0h-5.6c-0.5,3.6-0.2,7.3-0.2,11s0,7.3,0,11L44,21.9
46
- C44,15,44,8,44,1.1c0-0.3-0.1-0.7-0.2-1h-5.2v23.3H26.1V0.1h-5.5V23.5z M87.1,7.9l15.5,15.5H87.2C86.5,20.6,86.6,9.3,87.1,7.9z"/>
47
-
48
- <radialGradient id="SVGID_3_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
49
- <stop offset="0" style="stop-color:#E4E4E4"/>
50
- <stop offset="1" style="stop-color:#FFFFFF"/>
51
- </radialGradient>
52
- <path style="fill:url(#SVGID_3_);" d="M385.6,119.5c0.7,2.2,0.7,2.2-1.3,8.3C383,124.7,385.9,122.3,385.6,119.5z"/>
53
-
54
- <radialGradient id="SVGID_4_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
55
- <stop offset="0" style="stop-color:#E4E4E4"/>
56
- <stop offset="1" style="stop-color:#FFFFFF"/>
57
- </radialGradient>
58
- <path style="fill:url(#SVGID_4_);" d="M381.6,123.5c-0.6,2.2-1.1,4.4-1.8,7.2c-1.4-3.3,1.1-5,1.2-7.3L381.6,123.5z"/>
59
-
60
- <radialGradient id="SVGID_5_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
61
- <stop offset="0" style="stop-color:#E4E4E4"/>
62
- <stop offset="1" style="stop-color:#FFFFFF"/>
63
- </radialGradient>
64
- <path style="fill:url(#SVGID_5_);" d="M391,124c-0.6,2.2-1.2,4.4-1.9,6.9c-1.4-3,1-4.8,1.3-7.1L391,124z"/>
65
- <path style="opacity:0.3;fill:#FFFFFF;enable-background:new ;" d="M166.2,45v76.6h111.2V99.2c0-1.3,1.1-2.4,2.4-2.4h22.3V45
66
- c0-1.8-1.5-3.3-3.4-3.3H169.6C167.8,41.7,166.3,43.2,166.2,45C166.2,45,166.2,45,166.2,45z"/>
67
- <g style="opacity:0.5;">
68
-
69
- <radialGradient id="SVGID_6_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
70
- <stop offset="0" style="stop-color:#E4E4E4"/>
71
- <stop offset="1" style="stop-color:#FFFFFF"/>
72
- </radialGradient>
73
- <rect x="280.6" y="101.3" style="fill:url(#SVGID_6_);" width="80.6" height="4.7"/>
74
-
75
- <radialGradient id="SVGID_7_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
76
- <stop offset="0" style="stop-color:#E4E4E4"/>
77
- <stop offset="1" style="stop-color:#FFFFFF"/>
78
- </radialGradient>
79
- <rect x="352" y="107.2" style="fill:url(#SVGID_7_);" width="4.6" height="2.2"/>
80
-
81
- <radialGradient id="SVGID_8_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
82
- <stop offset="0" style="stop-color:#E4E4E4"/>
83
- <stop offset="1" style="stop-color:#FFFFFF"/>
84
- </radialGradient>
85
- <rect x="352" y="110.9" style="fill:url(#SVGID_8_);" width="4.6" height="2.2"/>
86
-
87
- <radialGradient id="SVGID_9_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
88
- <stop offset="0" style="stop-color:#E4E4E4"/>
89
- <stop offset="1" style="stop-color:#FFFFFF"/>
90
- </radialGradient>
91
- <rect x="346.4" y="114.7" style="fill:url(#SVGID_9_);" width="4.6" height="2.2"/>
92
-
93
- <radialGradient id="SVGID_10_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
94
- <stop offset="0" style="stop-color:#E4E4E4"/>
95
- <stop offset="1" style="stop-color:#FFFFFF"/>
96
- </radialGradient>
97
- <rect x="331.7" y="114.7" style="fill:url(#SVGID_10_);" width="11.7" height="2.2"/>
98
-
99
- <radialGradient id="SVGID_11_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
100
- <stop offset="0" style="stop-color:#E4E4E4"/>
101
- <stop offset="1" style="stop-color:#FFFFFF"/>
102
- </radialGradient>
103
- <rect x="342.3" y="117.7" style="fill:url(#SVGID_11_);" width="4.6" height="2.2"/>
104
-
105
- <radialGradient id="SVGID_12_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
106
- <stop offset="0" style="stop-color:#E4E4E4"/>
107
- <stop offset="1" style="stop-color:#FFFFFF"/>
108
- </radialGradient>
109
- <rect x="327.6" y="117.7" style="fill:url(#SVGID_12_);" width="11.7" height="2.2"/>
110
-
111
- <radialGradient id="SVGID_13_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
112
- <stop offset="0" style="stop-color:#E4E4E4"/>
113
- <stop offset="1" style="stop-color:#FFFFFF"/>
114
- </radialGradient>
115
- <rect x="338.7" y="121.6" style="fill:url(#SVGID_13_);" width="4.6" height="2.2"/>
116
-
117
- <radialGradient id="SVGID_14_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
118
- <stop offset="0" style="stop-color:#E4E4E4"/>
119
- <stop offset="1" style="stop-color:#FFFFFF"/>
120
- </radialGradient>
121
- <rect x="324.1" y="121.6" style="fill:url(#SVGID_14_);" width="11.7" height="2.2"/>
122
-
123
- <radialGradient id="SVGID_15_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
124
- <stop offset="0" style="stop-color:#E4E4E4"/>
125
- <stop offset="1" style="stop-color:#FFFFFF"/>
126
- </radialGradient>
127
- <rect x="305.6" y="121.6" style="fill:url(#SVGID_15_);" width="16.8" height="2.2"/>
128
-
129
- <radialGradient id="SVGID_16_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
130
- <stop offset="0" style="stop-color:#E4E4E4"/>
131
- <stop offset="1" style="stop-color:#FFFFFF"/>
132
- </radialGradient>
133
- <rect x="328.7" y="125.3" style="fill:url(#SVGID_16_);" width="11.5" height="2.2"/>
134
-
135
- <radialGradient id="SVGID_17_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
136
- <stop offset="0" style="stop-color:#E4E4E4"/>
137
- <stop offset="1" style="stop-color:#FFFFFF"/>
138
- </radialGradient>
139
- <rect x="307.5" y="125.3" style="fill:url(#SVGID_17_);" width="18.9" height="2.2"/>
140
-
141
- <radialGradient id="SVGID_18_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
142
- <stop offset="0" style="stop-color:#E4E4E4"/>
143
- <stop offset="1" style="stop-color:#FFFFFF"/>
144
- </radialGradient>
145
- <rect x="292.4" y="125.3" style="fill:url(#SVGID_18_);" width="12.4" height="2.2"/>
146
-
147
- <radialGradient id="SVGID_19_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
148
- <stop offset="0" style="stop-color:#E4E4E4"/>
149
- <stop offset="1" style="stop-color:#FFFFFF"/>
150
- </radialGradient>
151
- <rect x="342.3" y="128.5" style="fill:url(#SVGID_19_);" width="4.6" height="2.2"/>
152
-
153
- <radialGradient id="SVGID_20_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
154
- <stop offset="0" style="stop-color:#E4E4E4"/>
155
- <stop offset="1" style="stop-color:#FFFFFF"/>
156
- </radialGradient>
157
- <rect x="346.3" y="131.9" style="fill:url(#SVGID_20_);" width="4.6" height="2.2"/>
158
-
159
- <radialGradient id="SVGID_21_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
160
- <stop offset="0" style="stop-color:#E4E4E4"/>
161
- <stop offset="1" style="stop-color:#FFFFFF"/>
162
- </radialGradient>
163
- <rect x="346.3" y="135.9" style="fill:url(#SVGID_21_);" width="4.6" height="2.2"/>
164
-
165
- <radialGradient id="SVGID_22_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
166
- <stop offset="0" style="stop-color:#E4E4E4"/>
167
- <stop offset="1" style="stop-color:#FFFFFF"/>
168
- </radialGradient>
169
- <rect x="331.7" y="135.9" style="fill:url(#SVGID_22_);" width="13.6" height="2.2"/>
170
-
171
- <radialGradient id="SVGID_23_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
172
- <stop offset="0" style="stop-color:#E4E4E4"/>
173
- <stop offset="1" style="stop-color:#FFFFFF"/>
174
- </radialGradient>
175
- <rect x="342.3" y="139.5" style="fill:url(#SVGID_23_);" width="4.6" height="2.2"/>
176
-
177
- <radialGradient id="SVGID_24_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
178
- <stop offset="0" style="stop-color:#E4E4E4"/>
179
- <stop offset="1" style="stop-color:#FFFFFF"/>
180
- </radialGradient>
181
- <rect x="327.7" y="139.5" style="fill:url(#SVGID_24_);" width="13.6" height="2.2"/>
182
-
183
- <radialGradient id="SVGID_25_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
184
- <stop offset="0" style="stop-color:#E4E4E4"/>
185
- <stop offset="1" style="stop-color:#FFFFFF"/>
186
- </radialGradient>
187
- <rect x="338.9" y="143.2" style="fill:url(#SVGID_25_);" width="4.6" height="2.2"/>
188
-
189
- <radialGradient id="SVGID_26_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
190
- <stop offset="0" style="stop-color:#E4E4E4"/>
191
- <stop offset="1" style="stop-color:#FFFFFF"/>
192
- </radialGradient>
193
- <rect x="324.3" y="143.2" style="fill:url(#SVGID_26_);" width="13.6" height="2.2"/>
194
-
195
- <radialGradient id="SVGID_27_" cx="283.1" cy="222.9" r="306.84" gradientTransform="matrix(1 0 0 -1 0 326)" gradientUnits="userSpaceOnUse">
196
- <stop offset="0" style="stop-color:#E4E4E4"/>
197
- <stop offset="1" style="stop-color:#FFFFFF"/>
198
- </radialGradient>
199
- <rect x="305.5" y="143.2" style="fill:url(#SVGID_27_);" width="16.9" height="2.2"/>
200
- </g>
201
- <g style="opacity:0.8;">
202
- <g id="Layer_2-2">
203
- <path style="fill:#F0FCFF;" d="M316,223.6c-2.5,0-4.6-2-4.6-4.5c0,0,0,0,0-0.1l0,0c0-2.5,2-4.6,4.5-4.6c0,0,0,0,0,0h-16
204
- c2.5,0,4.6,2,4.6,4.6c0,0,0,0,0,0l0,0c0,2.5-2,4.6-4.5,4.6c0,0,0,0,0,0H316z"/>
205
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M337.2,171.6
206
- c-3.1,0.9-18.3,11.2-18.3,12.3s6.6,15.4,6.6,15.4c22.8-10.1,24.7-20.2,26.3-20.1s1.1-2.7,1.1-2.7c1.8-11.3-21.2-37.8-23.9-40.7
207
- s-6.1-5.5-9.7-5.7s-10.6,5.7-10.6,5.7l-1.9,1.8c0,0-0.9,1.8,1.8,1.9s9-4.3,9-4.3l-2.4,2.8c-1.3,1.5-1.5,3.8-0.4,5.5
208
- c0,0,1.8,2.8,4.7,2.8c-0.7-1.6-0.1-3.4,1.3-4.5c0,0,0.4,4.8,5.4,3.4c1.2,2.3,2.3,4.7,3.2,7.1c2.5,6.4,6.4,17.7,10.4,23.3"/>
209
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M320.8,130.4c0,0-4.6-0.1-7.4-1.6
210
- c0,0-2,1.5,0,3.7C315.7,131.1,318.2,130.4,320.8,130.4z"/>
211
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M316.6,145.2c0,0-1.1-3.9,2-6.4"/>
212
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M217.8,205.1c-0.1,0.8-7-0.9-9-2.4
213
- c-1.8-1.3-0.8-2-0.8-2c3.1,1,6.3,1.6,9.5,1.7c-1.1,0.1-8.8-1.9-10.3-3.2s-0.1-2-0.1-2c0.5-0.5,11.7,2.4,11.7,2.4
214
- c-0.1,0.8-7.9-3.8-9.5-4.6c-0.4-3.6,10.9,2.3,10.9,2.3c-0.2-1.3-0.8-2.4-1.8-3.2c-1-1-0.1-2.2,0.6-2.9c0.4-0.3,0.9-0.3,1.3,0
215
- c0.1,0.1,0.1,0.2,0.1,0.2c0.4,0.9,1.4,2,3.7,2.7c3.9,1.3,5.7,6.2,5.7,6.2c8.5,1.6,16.8,4.4,24.4,8.4l4.1-1.3
216
- c0.9,3.1,8.4,13.4,8.4,13.4c-2.7,2.7-13.4,3.8-13.4,3.8c-1.9,5.4-25.8-16.7-25.8-16.7c-1.9,1.9-11.2,0.9-16.2-2.2
217
- c0,0-1.4-1.1-0.5-2"/>
218
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M219,198.6c-1.2,1.9-1.7,4.2-1.3,6.4
219
- "/>
220
- <path style="fill:#333333;stroke:#444444;stroke-miterlimit:10;" d="M327.8,266.8c0,0,2.2,7.8,6.4,12.1s18.8-3.2,16.7-9.7
221
- s-2.9-7.5-5.1-10.2c-2.4-2.8-6.2-8.3-13.7-4.6C330.2,255.2,326.3,262.1,327.8,266.8z"/>
222
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M348.1,272.6c0,0,4-2.7-1.6-10.2
223
- s-8.3-9.3-10.7-8C335.6,254.3,347,261.8,348.1,272.6z"/>
224
- <path style="fill:#545454;stroke:#333333;stroke-linecap:round;stroke-linejoin:round;" d="M336.4,252.3c0,0-2.5,0.8-1,5.2
225
- s3.7,8.3,5,7.4s2.9-3.4,1.4-7.2S338.3,252.3,336.4,252.3z"/>
226
- <path style="fill:#CEAA6A;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M325.2,236.6
227
- c0,0,18.2,18.2,18.2,34.7s-29.9,5.1-29.9,5.1s-3.5-15.1-4.8-13.7s-2.5,14.8-2.5,14.8s-32.3,7.9-35.4-0.8s6.7-26.3,13.7-35.9
228
- S325.2,236.6,325.2,236.6z"/>
229
- <path style="fill:#9B7A45;" d="M321.3,237.9c0,0,12.1,10.8,18.1,21.8l-1.3-4.4c0,0-10.9-16.9-14.9-19.5L321.3,237.9z"/>
230
- <path style="fill:#9B7A45;" d="M300.7,239.7l4.6-1.1c0,0,1.1,16.5,2.9,19.5C304.9,252.2,302.4,246.1,300.7,239.7z"/>
231
- <path style="fill:#D6696E;stroke:#4C4C4C;stroke-linecap:round;stroke-linejoin:round;" d="M325.4,241.8
232
- c0,0-36.4,18.4-47.1,12.1c-1.5-0.9-1.5-6.8-1.1-8.9c0.8-4.8,0.9-25.6-0.9-24.8l-14.2,5.6c-6.1,0-7.5-18-7.5-18
233
- c0-1.8,2.4-2.4,4.3-3.2c4.1-1.8,7.6-2.4,11.5-4.1c4.1-1.8,11.1-5.7,13.7-4.6c3.8,1.7,13.7,2.4,18.5-2.8c2.3-3.3,5.4-6,8.9-7.9
234
- c7-3.6,14.1-7.9,17-9.8c0.6-0.3,1.4-0.2,1.8,0.4l0.1,0.1c1.8,4.6,7.1,18.7,4.7,20.5c0,0-13.1,7.5-13.1,10.9
235
- c0,13.6,6.4,24.8,8.3,28.9C330.6,238,332.2,240.4,325.4,241.8z"/>
236
- <path style="fill:#C96169;" d="M327.2,235.1c0,0-11.3-19-6.2-31.6C321,203.5,311.4,218,327.2,235.1z"/>
237
-
238
- <ellipse transform="matrix(0.9045 -0.4264 0.4264 0.9045 -44.243 137.9517)" style="fill:#FFEAD4;stroke:#565656;stroke-miterlimit:10;" cx="286" cy="167.8" rx="23.2" ry="29"/>
239
- <path d="M278.2,161.9c13.6-6.9,14.5-14.8,14.5-14.8c3.1,1.1,2.7,4.8,2.7,4.8l1.1-0.5c2.5-0.8,2.9,0.4,4.7,2.4
240
- c0.2,0.4,0.6,0.8,0.9,1.1c3.6,5.1,5.9,4.1,5.9,4.1l0.4-6c-2.3-30.5-23.4-26-23.4-26c-0.2-2.8,2.2-1.5,2.2-1.5
241
- c-2.5-1.9-4.1,0.9-4.1,0.9c-1-3.4,2.8-4,2.8-4c-5.2,0.1-5.1,3.6-5.1,3.6c-1.5-3.6-5.3-2.2-5.3-2.2c4.3,1,3.6,3,3.6,3
242
- c-3.7-0.4-11.2,3.1-11.2,3.1c-24,12.6-11.7,35.6-11.7,35.6l6.9,11.1c0,0,2.7-1.7,0.6-3.8s-0.8-7.2,0-8.5
243
- c1.5-2.3,5.5-4.3,5.5-4.3c0.3,2.2-2.2,3.9-2.2,3.9c4.1-0.9,7.8-6.4,7.8-6.4c0.6,3.3-3.4,6.4-3.4,6.4c4.8-1,9-4.1,11.2-8.5
244
- c1.3,1.6-4.2,6.4-4.2,6.4"/>
245
- <path style="fill:#FFEAD4;stroke:#565656;stroke-miterlimit:10;" d="M286.4,195.6c0,0,2,5,8.3,3.4s7.2-4.2,7.2-4.2
246
- c0.4-0.9,0.5-1.9,0.3-2.8C302.1,192.1,295,197.4,286.4,195.6z"/>
247
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M276.2,177.1c2.4-1.8,5.2-2.8,8.1-3.2"
248
- />
249
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M279.7,178.3c0,0,2.5-1.4,3.8-1.4"/>
250
- <path d="M281.9,173.8L281.9,173.8c-1,0.7-2.2,1.1-3.4,1.3v0.5c0,1.2,0.9,2.2,2.1,2.2c0,0,0,0,0,0c1.1,0.1,2.1-0.8,2.2-2
251
- c0-0.1,0-0.1,0-0.2C282.8,174.8,282.5,174.2,281.9,173.8z"/>
252
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M291.2,171.8c2.5-1.7,5.3-2.6,8.3-2.8"
253
- />
254
- <path style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M294.8,173.4c0,0,2.5-1.3,3.8-1.1"/>
255
- <path d="M297,168.8L297,168.8c-1,0.6-2.2,1-3.4,1.1v0.4c0,1.2,0.9,2.2,2.1,2.2c1.1,0,2.1-0.8,2.2-2
256
- C297.8,169.9,297.5,169.3,297,168.8z"/>
257
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" d="M286.4,173.4c0.7-1,1.9-1.4,3-1.1"/>
258
- <path style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" d="M287,174.6c0.3-1.1,1.4-1.8,2.6-1.5
259
- c0.1,0,0.2,0,0.2,0.1"/>
260
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M261.3,173c0,0-3.4-1.1-4.2,1
261
- c-1.3,3.6,3.2,8.9,7,10.7c2.8,1.3,3.3,0.9,4.5,0.4c1.3-0.8-2.8-5.5-3.1-6.2S262.4,172.7,261.3,173z"/>
262
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M259.1,175.4c0,0,1.5-1,2.4,0
263
- s0.6,3.8,3.8,6.4"/>
264
- <path style="fill:#EAC3A0;" d="M264,181.9c0,0-3.2-0.9-4-3.1s0.4-2.2,0.4-2.2S260.3,179.9,264,181.9z"/>
265
- <path style="fill:#EAC3A0;" d="M289.3,178.7c0,0-1.4,4.4,0.5,4.2s2.5-1.3,2.5-1.3S289,182.9,289.3,178.7z"/>
266
- <path style="fill:#565656;" d="M288,178.7c0.6,1,0.4,1.9,0,3.1c-0.2,0.6,0.1,1.2,0.6,1.4c0.8,0.2,1.6,0.2,2.4,0
267
- c0.8-0.1,1.5-0.7,1.9-1.4c0.1-0.2,0-0.5-0.2-0.6c0,0,0,0,0,0c-0.2-0.1-0.5,0-0.6,0.1c-0.5,0.7-1.2,1-2,1c-0.4,0-0.9,0.1-1-0.1
268
- c-0.1-0.3,0-0.5,0.1-0.8c0.3-1.1,0.1-2.2-0.4-3.2C288.6,177.7,287.7,178.2,288,178.7L288,178.7z"/>
269
-
270
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="300.7" y1="165.4" x2="307.9" y2="156.6"/>
271
-
272
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="301.9" y1="166.9" x2="307.6" y2="158.2"/>
273
-
274
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="262.9" y1="173.9" x2="272.7" y2="176.9"/>
275
-
276
- <line style="fill:none;stroke:#565656;stroke-linecap:round;stroke-miterlimit:10;" x1="273.6" y1="178.6" x2="264" y2="175.3"/>
277
- <path style="fill:#EAC3A0;" d="M275.5,176.6c0,0,2.3-7,9.3-3.1C285,173.5,280.5,173,275.5,176.6z"/>
278
- <path style="fill:#EAC3A0;" d="M290.5,171.6c0,0,2.7-7.2,9-3.2C296.3,168.6,293.2,169.7,290.5,171.6z"/>
279
- <path style="fill:#EAC3A0;" d="M270.7,172.7c0,0,7-5.2,7.8-5.5s0.4-2.2-0.6-2.3L270.7,172.7z"/>
280
- <path d="M276.7,164.9c0,0-2.2,1.3-6,7.9c0,0,5.5-4.8,7.4-5.9C278.1,166.9,279,164.6,276.7,164.9z"/>
281
- <path style="fill:#EAC3A0;" d="M301,162.6c0,0-6.7-0.4-9,0.1c-1.1,0.3-1.7-1.9-0.9-2.7L301,162.6z"/>
282
- <path d="M291.6,159.5c0,0,2.5-0.1,9.4,3.1c0,0-7.2-0.9-9.4-0.6C291.6,161.9,289.7,160.5,291.6,159.5z"/>
283
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M307.9,156.6c0,0,1.5-3.3,3.4-2.6
284
- c4.1,1.6,2.8,7.9,2.3,11.6c-0.4,2.2-1,3.4-2,3.8c-1.4,0.5-2-5.5-2.3-6.2S306.8,157.3,307.9,156.6z"/>
285
- <path style="fill:#FFEAD4;stroke:#565656;stroke-linecap:round;stroke-linejoin:round;" d="M311.2,156.6c0,0-1.8,0.2-1.8,1.6
286
- s2,3.3,1.4,7.2"/>
287
- <path style="fill:#EAC3A0;" d="M311.7,164.5c0,0,2-2.8,1-5c-1.1-2.7-1.8-1.5-1.6-1.4C312.4,159.9,312.7,162.4,311.7,164.5z"/>
288
- <circle style="fill:none;stroke:#444444;stroke-miterlimit:10;" cx="296.1" cy="170.8" r="6.9"/>
289
- <circle style="fill:none;stroke:#444444;stroke-miterlimit:10;" cx="280.5" cy="177.1" r="6.9"/>
290
-
291
- <circle style="opacity:0.25;fill:#F0FAFC;stroke:#606060;stroke-miterlimit:10;enable-background:new ;" cx="296.1" cy="170.8" r="6.9"/>
292
-
293
- <circle style="opacity:0.25;fill:#F0FAFC;stroke:#606060;stroke-miterlimit:10;enable-background:new ;" cx="280.5" cy="177.1" r="6.9"/>
294
-
295
- <ellipse transform="matrix(0.9922 -0.125 0.125 0.9922 -35.9566 25.5895)" style="fill:#F2FCFB;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" cx="186" cy="299.4" rx="7.2" ry="4.2"/>
296
- <path style="fill:#212121;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M210.5,295.5l0.1,0.4
297
- c0.1,0.5-0.1,1-0.6,1.1c0,0,0,0,0,0l0,0l-11.1,1.8c-0.5,0-0.9-0.4-1-0.9l-0.1-0.4c-0.1-0.5,0.1-1,0.6-1.1c0,0,0,0,0,0l0,0
298
- l11.1-1.8C210,294.6,210.5,295,210.5,295.5z"/>
299
- <path style="fill:#FFFFFF;" d="M179.2,300.4c0,0,1.5-5.2,9.9-3.3C189.1,297,183,296,179.2,300.4z"/>
300
-
301
- <line style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" x1="197.8" y1="297.7" x2="193.5" y2="298.3"/>
302
-
303
- <ellipse transform="matrix(0.9965 -8.315607e-02 8.315607e-02 0.9965 -24.1421 16.4738)" style="fill:#F2FCFB;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" cx="185.7" cy="298.1" rx="7.2" ry="4.5"/>
304
- <path style="fill:#212121;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" d="M210.3,294l0.1,0.4
305
- c0.1,0.5-0.1,1-0.6,1.1c0,0,0,0,0,0l0,0l-11.1,1.8c-0.5,0-1-0.4-1.1-0.9l-0.1-0.4c-0.2-0.5,0.1-1,0.6-1.1c0,0,0,0,0,0l0,0
306
- l11.1-1.8C209.6,293.1,210.1,293.5,210.3,294z"/>
307
- <path style="fill:#FFFFFF;" d="M179.7,298.7c0,0,1.5-5.2,9.9-3.3C189.6,295.4,183.5,294.4,179.7,298.7z"/>
308
-
309
- <line style="fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;" x1="197.4" y1="296.2" x2="193.1" y2="296.8"/>
310
- <g style="opacity:0.49;">
311
- </g>
312
- <path style="fill:#BC3C46;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M241.6,281.3l-18.7,38.8
313
- c-0.7,1.4-0.2,3.1,1.2,3.8c0.1,0,0.1,0.1,0.2,0.1c0.5,0.3,1,0.4,1.5,0.2l72.8-5.2c0,0,9.3,8.6,18.3,0l71.8,5.2
314
- c1.7,0.1,3.1-1.1,3.2-2.8c0,0,0,0,0,0c0-0.5-0.1-1-0.3-1.5L373,281.3c-0.4-1-1.4-1.6-2.5-1.6c-9.5-0.2-54.6-1.4-62.6,1
315
- c0,0-35.1-4.3-63.8-1.1C243,279.6,242.1,280.3,241.6,281.3z"/>
316
- <path style="fill:#9B7F4E;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M370.2,281.7l-62.1-1l-0.9,31.8H307
317
- l-0.9-31.8l-62.1,1l-14.8,38.2c-0.3,0.7,0.1,1.6,0.8,1.9c0.1,0.1,0.3,0.1,0.5,0.1c14.1-0.4,28.2-2.2,42-5.4
318
- c13.2-3.2,22.9-2.2,28.5-0.9v0.4c0,2,3.1,3.6,6.8,3.6s6.7-1.7,6.7-3.6c0-0.2,0-0.5-0.1-0.6c5.9-1.1,15-1.9,27.5,1.1
319
- c13.8,3.2,27.9,5,42,5.4c0.8,0,1.4-0.6,1.5-1.4c0-0.3,0-0.4-0.1-0.5L370.2,281.7z"/>
320
- <path style="fill:#D1BB8F;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M370.2,280.1l-62.1-1l-0.9,31.8H307
321
- l-0.9-31.8l-62.1,1l-14.8,37.8c-0.3,0.9,0.1,1.9,1,2.3c0.2,0.1,0.4,0.1,0.6,0.1c14-0.4,27.9-2.2,41.6-5.3
322
- c13.2-3.2,23.7-2.5,29.4-1.1v1.1c0,2,2.2,3.2,5.9,3.2s5.7-1.7,5.7-3.6c-0.1-0.4-0.2-0.8-0.4-1.1c5.9-1.1,16.4-1.4,28.8,1.5
323
- c13.7,3.2,27.6,5,41.6,5.4c1,0,1.8-0.7,1.8-1.7c0,0,0-0.1,0-0.1c0-0.2,0-0.4-0.1-0.6L370.2,280.1z"/>
324
- <path style="fill:#D1C1A1;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M370.2,278.6l-62.1-1l-0.9,31.8H307
325
- l-0.9-31.8l-62.1,1L229.5,316c-0.4,1.1,0.1,2.2,1.1,2.7c0.2,0.1,0.5,0.2,0.8,0.1c13.8-0.5,27.6-2.3,41.1-5.3
326
- c10.1-2.4,20.5-2.6,30.7-0.5c-0.1,0.2-0.2,0.5-0.3,0.8c0,2,1.1,2.9,4.8,2.9s4.2-1.8,3.7-3.2c-0.1-0.2-0.2-0.4-0.3-0.6
327
- c10.2-1.8,20.6-1.6,30.7,0.8c13.5,3.1,27.3,4.9,41.1,5.3c1.1,0,2-0.9,2-2c0-0.3,0-0.5-0.1-0.8L370.2,278.6z"/>
328
- <path style="fill:#EDE0C3;stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M367.7,277c-0.2-0.7-0.9-1.1-1.6-1
329
- c-10.7,1.6-15.1-2.2-28.6-3.4c-13.2-1.3-25.6,2.7-28.9,5c-0.5,0.4-1.5,0.6-1.8,0c-4.7-13.6-17.3-10.3-30-6.1
330
- c-11.2,3.7-17.9,6.2-28.6,4.6c-0.7-0.1-1.4,0.3-1.6,1L234,314c-0.2,0.8,0.2,1.7,1,2c0.1,0,0.3,0.1,0.4,0.1
331
- c3.7,0.2,18.8-1.9,37.7-8c11.7-3.2,23.5-8.3,32.8,6.2c0.4,0.7,1.3,0.9,2,0.5c0.1-0.1,0.4-0.3,0.5-0.5
332
- c7.3-11.2,32.1-6.4,32.1-6.4c24.8,7.9,34.9,8.5,38.5,8.1c0.8-0.1,1.5-0.8,1.4-1.6c0-0.1,0-0.3-0.1-0.4L367.7,277z"/>
333
-
334
- <linearGradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="305.89" y1="304.6268" x2="331.89" y2="304.6268" gradientTransform="matrix(1 0 0 -1 0 590)">
335
- <stop offset="0.29" style="stop-color:#EDE0C3"/>
336
- <stop offset="1" style="stop-color:#FFFFFF"/>
337
- </linearGradient>
338
- <path style="fill:url(#SVGID_28_);stroke:#191919;stroke-linecap:round;stroke-linejoin:round;" d="M307.1,314.5l-1.1-37.3l0,0
339
- c0-0.5,1-15.9,10-21c0.1,0,0.3,0,0.4,0.1v0.2l-1.5,4.2c0,0.1,0,0.2,0.1,0.2h0.1l2.8-0.6c0.1,0,0.2,0,0.2,0.1l0,0v1.3
340
- c0,0.1,0.1,0.2,0.3,0.2l0,0l6.5-0.5h0l3.4,1.7c0.1,0,0.1,0.2,0.1,0.4l0,0l-1,2.3l0,0l-2.6,3.8c-0.1,0.1,0,0.2,0,0.4h0.3l3.4-1
341
- l3.1-0.9c0.1,0,0.2,0,0.2,0.1v0.2l-3.4,4.7h-0.1l-5.6,3.3c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.1,0.1,0.1,0.3,0.1h3.7
342
- c0.1,0,0.2,0.1,0.2,0.2c0,0.1-0.1,0.1-0.1,0.1l0,0l-1.6,1.4l0,0l-2,1.9c-0.1,0.1-0.1,0.2,0,0.4c0,0,0,0,0,0l0,0l2.7,2.2h4.8
343
- c0.1,0,0.3,0.1,0.3,0.3c0,0.1-0.1,0.2-0.1,0.2l-4.8,1.3c-0.1,0-0.2,0.1-0.1,0.3s0.1,0.1,0.2,0.1l4.1,0.6c0.1,0,0.2,0.1,0.3,0.2
344
- c0,0.1-0.1,0.1-0.1,0.1l0,0l-2.4,0.9c-0.1,0-0.1,0.1-0.1,0.1l0,0c-0.2,0.2-0.9,1.6-0.4,2.2s2.5,2.4,3.3,3.1
345
- c0.1,0.1,0.1,0.2,0.1,0.3c0,0,0,0-0.1,0.1h-0.1l-2.9,1.4l0,0l-1.8,1.4h-3.4c-0.2,0-8.4,0.9-14.5,18.5c0,0.1-0.1,0.1-0.2,0.1
346
- C307.1,314.6,307.1,314.5,307.1,314.5z"/>
347
- <g style="opacity:0.19;">
348
- <path style="fill:#191919;" d="M342.5,296.8c4.7,0.2,8.8,2.5,13,4.2c4,1.4,8.2,2.4,12.5,2.9c0.8,0.1,0.8-1.1,0-1.3
349
- c-4.7-0.5-9.3-1.7-13.6-3.4c-4-1.5-7.6-3.3-12-3.7C341.7,295.4,341.7,296.7,342.5,296.8L342.5,296.8z"/>
350
- </g>
351
- <g style="opacity:0.19;">
352
- <path style="fill:#191919;" d="M345.6,289.7c6.7,0.4,12.3,5,19.2,4.6c0.4,0,0.6-0.4,0.6-0.7c0-0.3-0.3-0.5-0.6-0.6
353
- c-6.7,0.5-12.5-4.2-19.2-4.6c-0.4,0-0.6,0.4-0.6,0.7C345.1,289.4,345.4,289.6,345.6,289.7z"/>
354
- </g>
355
- <g style="opacity:0.19;">
356
- <path style="fill:#191919;" d="M245.2,302.6c1.4-2.6,2.5-5.3,3.4-8.1c0.2-0.8-1-1.1-1.1-0.4c-0.9,2.7-2,5.3-3.3,7.9
357
- C243.9,302.8,244.9,303.4,245.2,302.6L245.2,302.6z"/>
358
- </g>
359
- <g style="opacity:0.19;">
360
- <path style="fill:#191919;" d="M245.5,303.5c4.6-1,9.3-1.8,13.9-2.9c1-0.3,1.4-0.4,1.5-1.5c0.3-2.3-0.2-4.7-0.2-7
361
- c0-0.3-0.2-0.6-0.6-0.6c0,0,0,0-0.1,0h-0.1c-3.9,1-7.9,1.8-11.8,2.4c-0.8,0.1-0.5,1.3,0.4,1.1c3.9-0.6,7.9-1.4,11.8-2.4
362
- l-0.8-0.6c0.1,1.8,0.3,3.6,0.3,5.5c0.1,0.4,0.1,0.9,0,1.3c0.1,0.5-0.3,0.8-0.9,0.6c-0.9,0.3-1.9,0.5-2.8,0.6l-10.7,2.3
363
- C244.4,302.5,244.7,303.8,245.5,303.5L245.5,303.5z"/>
364
- </g>
365
- <g style="opacity:0.19;">
366
- <path style="fill:#191919;" d="M273.2,296.7c7.5-0.9,16-6,23.3-1.6c0.3,0.1,0.7,0,0.9-0.3c0.1-0.3,0-0.6-0.2-0.8
367
- c-7.8-4.5-16,0.5-23.9,1.5C272.4,295.5,272.4,296.8,273.2,296.7L273.2,296.7z"/>
368
- </g>
369
- <g style="opacity:0.19;">
370
- <path style="fill:#191919;" d="M274.6,288.7l11.1-2c0.8-0.1,0.5-1.4-0.4-1.3l-11.1,2.2C273.6,287.6,273.9,288.8,274.6,288.7
371
- L274.6,288.7z"/>
372
- </g>
373
- <g style="opacity:0.19;">
374
- <path style="fill:#191919;" d="M310.3,285c1.2-2.6,3.3-4.6,5.9-5.7c0.8-0.4,0.1-1.4-0.6-1.1c-2.8,1.3-5,3.5-6.2,6.2
375
- C308.9,285.1,309.9,285.8,310.3,285L310.3,285z"/>
376
- </g>
377
- <g style="opacity:0.19;">
378
- <path style="fill:#191919;" d="M309.6,279c1.4-2.6,3.4-4.9,5.9-6.6c0.6-0.5,0-1.5-0.6-1.1c-2.7,1.8-4.9,4.3-6.4,7.1
379
- C308.2,279.1,309.3,279.8,309.6,279L309.6,279z"/>
380
- </g>
381
- <g style="opacity:0.19;">
382
- <path style="fill:#191919;" d="M310.8,302.3c1.4-4.1,3.8-7.9,7-10.8c0.6-0.5-0.2-1.4-0.9-0.9c-3.3,3.2-5.8,7.1-7.2,11.4
383
- C309.2,302.6,310.5,303,310.8,302.3L310.8,302.3z"/>
384
- </g>
385
- <path style="fill:#C96169;" d="M270.8,202.8c0,0,11.6-7.5,14.8-4.3c2.3,2.3,5.5,4.6,10.7,3.8c0,0-6.6,2.4-10.7-1.5
386
- C285.6,200.6,284.2,197.3,270.8,202.8z"/>
387
- <path style="fill:#C96169;" d="M327.3,177.4c0,0,3.1,16,6.4,17.7l-3.4,2.7C330.2,197.7,327.3,187.4,327.3,177.4z"/>
388
- <path style="fill:#C96169;" d="M272,218.9c2.5-1.4,5.1-2.6,7.8-2.4c1.4,8.1-0.9,23-0.9,23c0.1-8,0.6-16.8-1.4-20.2
389
- C277.4,219.3,276.4,218.4,272,218.9z"/>
390
- <path style="fill:#C96169;" d="M315,244.2c0,0-27.2,9.8-33.3,5.1c2.9,0.2,5.8-0.2,8.4-1.4c4.1-1.9-9.8-0.9-9.8-0.9
391
- s7.1-2.8,10.4-2.9s4.1,1.1,11.8-0.5s9.9-4.7,13.7-5.5l3.8-0.6c0,0-8.3,2.9-9.7,4.5s10.9-1.5,12.2-2.9S320.7,242.3,315,244.2z"/>
392
- <path style="fill:#C96169;" d="M291.3,227.3c0,0,4.6,12.7,2.8,13.8s5.2,2.9,13.6-0.8c0,0-8.9,2.4-10.6-0.1
393
- S291.3,227.3,291.3,227.3z"/>
394
- <path style="fill:#565656;" d="M290.9,187.9c1.6-2.1,4.4-3.1,7-2.4c0.6,0.1,0.9-0.8,0.2-0.9c-3-0.6-6.1,0.5-8,2.9
395
- C289.7,187.9,290.5,188.4,290.9,187.9z"/>
396
- <path style="fill:#565656;" d="M293.5,188.8c0.3-1.1,1.3-1.7,2.4-1.5c0.1,0,0.2,0,0.3,0.1c0.5,0.2,1-0.5,0.5-0.8
397
- c-1.5-0.6-3.8,0.1-4.1,1.9C292.5,189,293.5,189.3,293.5,188.8z"/>
398
- <path style="fill:#D6696E;" d="M292.5,151c0.3-0.6,0.6-1.3,0.9-1.9l-0.3,0.1c0.1,0.1,0,0.9,0,1v1c0,0.1,0.3,0.3,0.3,0.1
399
- c0.2-0.6,0.6-1.3,0.9-1.9c0.1-0.1-0.3-0.2-0.3-0.1c-0.2,0.6-0.5,1.3-0.8,1.8l0.3,0.1v-1.4c0-0.2,0.1-0.6-0.1-0.9h-0.3v0.1
400
- c-0.2,0.6-0.5,1.3-0.8,1.9C292.1,151,292.3,151.1,292.5,151L292.5,151z"/>
401
- </g>
402
- </g>
403
- </g>
404
- </g>
405
- </svg>