@lvce-editor/server 0.39.0 → 0.40.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 (1838) hide show
  1. package/ThirdPartyNotices.txt +2 -2
  2. package/package.json +3 -2
  3. package/src/server.js +105 -429
  4. package/static/95c7ea1/config/colorTheme.json +0 -98
  5. package/static/95c7ea1/config/defaultSettings.json +0 -58
  6. package/static/95c7ea1/config/fileMap.json +0 -16
  7. package/static/95c7ea1/config/webExtensions.json +0 -1
  8. package/static/95c7ea1/css/App.css +0 -2881
  9. package/static/95c7ea1/css/parts/Animation.css +0 -9
  10. package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
  11. package/static/95c7ea1/css/parts/DebugValue.css +0 -24
  12. package/static/95c7ea1/css/parts/E2eTest.css +0 -48
  13. package/static/95c7ea1/css/parts/E2eTests.css +0 -30
  14. package/static/95c7ea1/css/parts/EditorHover.css +0 -6
  15. package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
  16. package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
  17. package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
  18. package/static/95c7ea1/css/parts/Key.css +0 -12
  19. package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
  20. package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
  21. package/static/95c7ea1/css/parts/Markdown.css +0 -701
  22. package/static/95c7ea1/css/parts/Progress.css +0 -5
  23. package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
  24. package/static/95c7ea1/css/parts/Select.css +0 -11
  25. package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
  26. package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
  27. package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
  28. package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
  29. package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
  30. package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
  31. package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
  32. package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
  33. package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
  34. package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
  35. package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
  36. package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
  37. package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
  38. package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
  39. package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
  40. package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
  41. package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
  42. package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
  43. package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
  44. package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
  45. package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
  46. package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
  47. package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
  48. package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
  49. package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
  50. package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
  51. package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
  52. package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
  53. package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
  54. package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
  55. package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
  56. package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
  57. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
  58. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
  59. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
  60. package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
  61. package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
  62. package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
  63. package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
  64. package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
  65. package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
  66. package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
  67. package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
  68. package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
  69. package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
  70. package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
  71. package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
  72. package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
  73. package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
  74. package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
  75. package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
  76. package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
  77. package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
  78. package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
  79. package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
  80. package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
  81. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
  82. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
  83. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
  84. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
  85. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
  86. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
  87. package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
  88. package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
  89. package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
  90. package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
  91. package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
  92. package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
  93. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
  94. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
  95. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
  96. package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
  97. package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
  98. package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
  99. package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
  100. package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
  101. package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
  102. package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
  103. package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
  104. package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
  105. package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
  106. package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
  107. package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
  108. package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
  109. package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
  110. package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
  111. package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
  112. package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
  113. package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
  114. package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
  115. package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
  116. package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
  117. package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
  118. package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
  119. package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
  120. package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
  121. package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
  122. package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
  123. package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
  124. package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
  125. package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
  126. package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
  127. package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
  128. package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
  129. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
  130. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
  131. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
  132. package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
  133. package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
  134. package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
  135. package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
  136. package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
  137. package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
  138. package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
  139. package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
  140. package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
  141. package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
  142. package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
  143. package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
  144. package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
  145. package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
  146. package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
  147. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
  148. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
  149. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
  150. package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
  151. package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
  152. package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
  153. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
  154. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
  155. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
  156. package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
  157. package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
  158. package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
  159. package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
  160. package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
  161. package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
  162. package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
  163. package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
  164. package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
  165. package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
  166. package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
  167. package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
  168. package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
  169. package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
  170. package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
  171. package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
  172. package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
  173. package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
  174. package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
  175. package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
  176. package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
  177. package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
  178. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
  179. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
  180. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
  181. package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
  182. package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
  183. package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
  184. package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
  185. package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
  186. package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
  187. package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
  188. package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
  189. package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
  190. package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
  191. package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
  192. package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
  193. package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
  194. package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
  195. package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
  196. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
  197. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
  198. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
  199. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
  200. package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
  201. package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
  202. package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
  203. package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
  204. package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
  205. package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
  206. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
  207. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
  208. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
  209. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  210. package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
  211. package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
  212. package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
  213. package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
  214. package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
  215. package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
  216. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  217. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  218. package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
  219. package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
  220. package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
  221. package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
  222. package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
  223. package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
  224. package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
  225. package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
  226. package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
  227. package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
  228. package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
  229. package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
  230. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
  231. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
  232. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
  233. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  234. package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
  235. package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
  236. package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
  237. package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
  238. package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
  239. package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
  240. package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
  241. package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
  242. package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
  243. package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
  244. package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
  245. package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
  246. package/static/95c7ea1/file-icons/default_file.svg +0 -1
  247. package/static/95c7ea1/file-icons/default_folder.svg +0 -1
  248. package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
  249. package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
  250. package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
  251. package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
  252. package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
  253. package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
  254. package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
  255. package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
  256. package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
  257. package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
  258. package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
  259. package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
  260. package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
  261. package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
  262. package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
  263. package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
  264. package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
  265. package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
  266. package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
  267. package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
  268. package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
  269. package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
  270. package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
  271. package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
  272. package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
  273. package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
  274. package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
  275. package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
  276. package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
  277. package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
  278. package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
  279. package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
  280. package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
  281. package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
  282. package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
  283. package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
  284. package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
  285. package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
  286. package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
  287. package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
  288. package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
  289. package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
  290. package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
  291. package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
  292. package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
  293. package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
  294. package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
  295. package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
  296. package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
  297. package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
  298. package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
  299. package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
  300. package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
  301. package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
  302. package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
  303. package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
  304. package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
  305. package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
  306. package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
  307. package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
  308. package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
  309. package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
  310. package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
  311. package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
  312. package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
  313. package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
  314. package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
  315. package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
  316. package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
  317. package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
  318. package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
  319. package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
  320. package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
  321. package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
  322. package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
  323. package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
  324. package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
  325. package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
  326. package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
  327. package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
  328. package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
  329. package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
  330. package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
  331. package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
  332. package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
  333. package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
  334. package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
  335. package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
  336. package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
  337. package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
  338. package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
  339. package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
  340. package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
  341. package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
  342. package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
  343. package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
  344. package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
  345. package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
  346. package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
  347. package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
  348. package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
  349. package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
  350. package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
  351. package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
  352. package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
  353. package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
  354. package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
  355. package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
  356. package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
  357. package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
  358. package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
  359. package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
  360. package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
  361. package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
  362. package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
  363. package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
  364. package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
  365. package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
  366. package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
  367. package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
  368. package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
  369. package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
  370. package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
  371. package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
  372. package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
  373. package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
  374. package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
  375. package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
  376. package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
  377. package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
  378. package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
  379. package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
  380. package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
  381. package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
  382. package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
  383. package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
  384. package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
  385. package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
  386. package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
  387. package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
  388. package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
  389. package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
  390. package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
  391. package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
  392. package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
  393. package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
  394. package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
  395. package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
  396. package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
  397. package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
  398. package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
  399. package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
  400. package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
  401. package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
  402. package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
  403. package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
  404. package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
  405. package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
  406. package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
  407. package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
  408. package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
  409. package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
  410. package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
  411. package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
  412. package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
  413. package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
  414. package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
  415. package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
  416. package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
  417. package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
  418. package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
  419. package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
  420. package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
  421. package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
  422. package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
  423. package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
  424. package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
  425. package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
  426. package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
  427. package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
  428. package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
  429. package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
  430. package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
  431. package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
  432. package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
  433. package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
  434. package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
  435. package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
  436. package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
  437. package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
  438. package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
  439. package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
  440. package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
  441. package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
  442. package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
  443. package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
  444. package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
  445. package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
  446. package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
  447. package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
  448. package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
  449. package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
  450. package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
  451. package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
  452. package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
  453. package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
  454. package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
  455. package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
  456. package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
  457. package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
  458. package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
  459. package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
  460. package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
  461. package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
  462. package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
  463. package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
  464. package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
  465. package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
  466. package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
  467. package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
  468. package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
  469. package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
  470. package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
  471. package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
  472. package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
  473. package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
  474. package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
  475. package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
  476. package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
  477. package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
  478. package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
  479. package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
  480. package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
  481. package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
  482. package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
  483. package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
  484. package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
  485. package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
  486. package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
  487. package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
  488. package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
  489. package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
  490. package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
  491. package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
  492. package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
  493. package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
  494. package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
  495. package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
  496. package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
  497. package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
  498. package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
  499. package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
  500. package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
  501. package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
  502. package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
  503. package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
  504. package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
  505. package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
  506. package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
  507. package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
  508. package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
  509. package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
  510. package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
  511. package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
  512. package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
  513. package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
  514. package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
  515. package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
  516. package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
  517. package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
  518. package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
  519. package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
  520. package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
  521. package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
  522. package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
  523. package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
  524. package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
  525. package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
  526. package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
  527. package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
  528. package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
  529. package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
  530. package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
  531. package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
  532. package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
  533. package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
  534. package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
  535. package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
  536. package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
  537. package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
  538. package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
  539. package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
  540. package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
  541. package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
  542. package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
  543. package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
  544. package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
  545. package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
  546. package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
  547. package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
  548. package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
  549. package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
  550. package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
  551. package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
  552. package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
  553. package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
  554. package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
  555. package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
  556. package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
  557. package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
  558. package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
  559. package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
  560. package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
  561. package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
  562. package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
  563. package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
  564. package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
  565. package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
  566. package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
  567. package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
  568. package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
  569. package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
  570. package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
  571. package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
  572. package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
  573. package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
  574. package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
  575. package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
  576. package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
  577. package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
  578. package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
  579. package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
  580. package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
  581. package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
  582. package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
  583. package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
  584. package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
  585. package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
  586. package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
  587. package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
  588. package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
  589. package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
  590. package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
  591. package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
  592. package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
  593. package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
  594. package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
  595. package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
  596. package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
  597. package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
  598. package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
  599. package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
  600. package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
  601. package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
  602. package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
  603. package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
  604. package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
  605. package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
  606. package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
  607. package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
  608. package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
  609. package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
  610. package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
  611. package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
  612. package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
  613. package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
  614. package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
  615. package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
  616. package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
  617. package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
  618. package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
  619. package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
  620. package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
  621. package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
  622. package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
  623. package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
  624. package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
  625. package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
  626. package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
  627. package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
  628. package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
  629. package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
  630. package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
  631. package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
  632. package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
  633. package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
  634. package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
  635. package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
  636. package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
  637. package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
  638. package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
  639. package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
  640. package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
  641. package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
  642. package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
  643. package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
  644. package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
  645. package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
  646. package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
  647. package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
  648. package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
  649. package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
  650. package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
  651. package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
  652. package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
  653. package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
  654. package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
  655. package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
  656. package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
  657. package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
  658. package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
  659. package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
  660. package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
  661. package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
  662. package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
  663. package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
  664. package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
  665. package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
  666. package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
  667. package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
  668. package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
  669. package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
  670. package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
  671. package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
  672. package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
  673. package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
  674. package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
  675. package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
  676. package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
  677. package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
  678. package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
  679. package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
  680. package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
  681. package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
  682. package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
  683. package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
  684. package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
  685. package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
  686. package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
  687. package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
  688. package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
  689. package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
  690. package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
  691. package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
  692. package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
  693. package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
  694. package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
  695. package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
  696. package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
  697. package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
  698. package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
  699. package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
  700. package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
  701. package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
  702. package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
  703. package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
  704. package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
  705. package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
  706. package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
  707. package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
  708. package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
  709. package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
  710. package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
  711. package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
  712. package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
  713. package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
  714. package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
  715. package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
  716. package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
  717. package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
  718. package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
  719. package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
  720. package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
  721. package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
  722. package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
  723. package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
  724. package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
  725. package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
  726. package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
  727. package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
  728. package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
  729. package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
  730. package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
  731. package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
  732. package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
  733. package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
  734. package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
  735. package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
  736. package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
  737. package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
  738. package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
  739. package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
  740. package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
  741. package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
  742. package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
  743. package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
  744. package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
  745. package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
  746. package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
  747. package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
  748. package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
  749. package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
  750. package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
  751. package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
  752. package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
  753. package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
  754. package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
  755. package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
  756. package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
  757. package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
  758. package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
  759. package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
  760. package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
  761. package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
  762. package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
  763. package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
  764. package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
  765. package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
  766. package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
  767. package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
  768. package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
  769. package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
  770. package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
  771. package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
  772. package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
  773. package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
  774. package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
  775. package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
  776. package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
  777. package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
  778. package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
  779. package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
  780. package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
  781. package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
  782. package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
  783. package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
  784. package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
  785. package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
  786. package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
  787. package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
  788. package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
  789. package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
  790. package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
  791. package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
  792. package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
  793. package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
  794. package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
  795. package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
  796. package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
  797. package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
  798. package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
  799. package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
  800. package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
  801. package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
  802. package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
  803. package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
  804. package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
  805. package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
  806. package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
  807. package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
  808. package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
  809. package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
  810. package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
  811. package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
  812. package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
  813. package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
  814. package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
  815. package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
  816. package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
  817. package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
  818. package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
  819. package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
  820. package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
  821. package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
  822. package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
  823. package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
  824. package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
  825. package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
  826. package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
  827. package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
  828. package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
  829. package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
  830. package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
  831. package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
  832. package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
  833. package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
  834. package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
  835. package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
  836. package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
  837. package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
  838. package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
  839. package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
  840. package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
  841. package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
  842. package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
  843. package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
  844. package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
  845. package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
  846. package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
  847. package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
  848. package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
  849. package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
  850. package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
  851. package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
  852. package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
  853. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
  854. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
  855. package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
  856. package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
  857. package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
  858. package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
  859. package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
  860. package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
  861. package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
  862. package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
  863. package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
  864. package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
  865. package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
  866. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
  867. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
  868. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
  869. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
  870. package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
  871. package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
  872. package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
  873. package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
  874. package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
  875. package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
  876. package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
  877. package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
  878. package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
  879. package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
  880. package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
  881. package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
  882. package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
  883. package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
  884. package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
  885. package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
  886. package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
  887. package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
  888. package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
  889. package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
  890. package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
  891. package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
  892. package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
  893. package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
  894. package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
  895. package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
  896. package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
  897. package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
  898. package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
  899. package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
  900. package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
  901. package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
  902. package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
  903. package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
  904. package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
  905. package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
  906. package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
  907. package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
  908. package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
  909. package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
  910. package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
  911. package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
  912. package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
  913. package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
  914. package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
  915. package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
  916. package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
  917. package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
  918. package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
  919. package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
  920. package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
  921. package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
  922. package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
  923. package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
  924. package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
  925. package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
  926. package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
  927. package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
  928. package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
  929. package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
  930. package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
  931. package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
  932. package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
  933. package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
  934. package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
  935. package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
  936. package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
  937. package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
  938. package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
  939. package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
  940. package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
  941. package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
  942. package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
  943. package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
  944. package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
  945. package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
  946. package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
  947. package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
  948. package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
  949. package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
  950. package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
  951. package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
  952. package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
  953. package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
  954. package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
  955. package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
  956. package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
  957. package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
  958. package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
  959. package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
  960. package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
  961. package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
  962. package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
  963. package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
  964. package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
  965. package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
  966. package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
  967. package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
  968. package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
  969. package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
  970. package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
  971. package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
  972. package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
  973. package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
  974. package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
  975. package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
  976. package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
  977. package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
  978. package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
  979. package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
  980. package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
  981. package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
  982. package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
  983. package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
  984. package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
  985. package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
  986. package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
  987. package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
  988. package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
  989. package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
  990. package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
  991. package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
  992. package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
  993. package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
  994. package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
  995. package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
  996. package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
  997. package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
  998. package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
  999. package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
  1000. package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
  1001. package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
  1002. package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
  1003. package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
  1004. package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
  1005. package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
  1006. package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
  1007. package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
  1008. package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
  1009. package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
  1010. package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
  1011. package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
  1012. package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
  1013. package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
  1014. package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
  1015. package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
  1016. package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
  1017. package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
  1018. package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
  1019. package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
  1020. package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
  1021. package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
  1022. package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
  1023. package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
  1024. package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
  1025. package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
  1026. package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
  1027. package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
  1028. package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
  1029. package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
  1030. package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
  1031. package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
  1032. package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
  1033. package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
  1034. package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
  1035. package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
  1036. package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
  1037. package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
  1038. package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
  1039. package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
  1040. package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
  1041. package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
  1042. package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
  1043. package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
  1044. package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
  1045. package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
  1046. package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
  1047. package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
  1048. package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
  1049. package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
  1050. package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
  1051. package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
  1052. package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
  1053. package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
  1054. package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
  1055. package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
  1056. package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
  1057. package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
  1058. package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
  1059. package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
  1060. package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
  1061. package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
  1062. package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
  1063. package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
  1064. package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
  1065. package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
  1066. package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
  1067. package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
  1068. package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
  1069. package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
  1070. package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
  1071. package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
  1072. package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
  1073. package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
  1074. package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
  1075. package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
  1076. package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
  1077. package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
  1078. package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
  1079. package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
  1080. package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
  1081. package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
  1082. package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
  1083. package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
  1084. package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
  1085. package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
  1086. package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
  1087. package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
  1088. package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
  1089. package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
  1090. package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
  1091. package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
  1092. package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
  1093. package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
  1094. package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
  1095. package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
  1096. package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
  1097. package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
  1098. package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
  1099. package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
  1100. package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
  1101. package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
  1102. package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
  1103. package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
  1104. package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
  1105. package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
  1106. package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
  1107. package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
  1108. package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
  1109. package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
  1110. package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
  1111. package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
  1112. package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
  1113. package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
  1114. package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
  1115. package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
  1116. package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
  1117. package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
  1118. package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
  1119. package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
  1120. package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
  1121. package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
  1122. package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
  1123. package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
  1124. package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
  1125. package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
  1126. package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
  1127. package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
  1128. package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
  1129. package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
  1130. package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
  1131. package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
  1132. package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
  1133. package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
  1134. package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
  1135. package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
  1136. package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
  1137. package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
  1138. package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
  1139. package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
  1140. package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
  1141. package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
  1142. package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
  1143. package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
  1144. package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
  1145. package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
  1146. package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
  1147. package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
  1148. package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
  1149. package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
  1150. package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
  1151. package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
  1152. package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
  1153. package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
  1154. package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
  1155. package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
  1156. package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
  1157. package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
  1158. package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
  1159. package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
  1160. package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
  1161. package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
  1162. package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
  1163. package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
  1164. package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
  1165. package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
  1166. package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
  1167. package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
  1168. package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
  1169. package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
  1170. package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
  1171. package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
  1172. package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
  1173. package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
  1174. package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
  1175. package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
  1176. package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
  1177. package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
  1178. package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
  1179. package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
  1180. package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
  1181. package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
  1182. package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
  1183. package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
  1184. package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
  1185. package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
  1186. package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
  1187. package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
  1188. package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
  1189. package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
  1190. package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
  1191. package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
  1192. package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
  1193. package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
  1194. package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
  1195. package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
  1196. package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
  1197. package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
  1198. package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
  1199. package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
  1200. package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
  1201. package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
  1202. package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
  1203. package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
  1204. package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
  1205. package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
  1206. package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
  1207. package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
  1208. package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
  1209. package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
  1210. package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
  1211. package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
  1212. package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
  1213. package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
  1214. package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
  1215. package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
  1216. package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
  1217. package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
  1218. package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
  1219. package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
  1220. package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
  1221. package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
  1222. package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
  1223. package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
  1224. package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
  1225. package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
  1226. package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
  1227. package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
  1228. package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
  1229. package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
  1230. package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
  1231. package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
  1232. package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
  1233. package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
  1234. package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
  1235. package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
  1236. package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
  1237. package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
  1238. package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
  1239. package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
  1240. package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
  1241. package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
  1242. package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
  1243. package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
  1244. package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
  1245. package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
  1246. package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
  1247. package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
  1248. package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
  1249. package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
  1250. package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
  1251. package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
  1252. package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
  1253. package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
  1254. package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
  1255. package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
  1256. package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
  1257. package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
  1258. package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
  1259. package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
  1260. package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
  1261. package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
  1262. package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
  1263. package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
  1264. package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
  1265. package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
  1266. package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
  1267. package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
  1268. package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
  1269. package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
  1270. package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
  1271. package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
  1272. package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
  1273. package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
  1274. package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
  1275. package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
  1276. package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
  1277. package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
  1278. package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
  1279. package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
  1280. package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
  1281. package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
  1282. package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
  1283. package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
  1284. package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
  1285. package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
  1286. package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
  1287. package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
  1288. package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
  1289. package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
  1290. package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
  1291. package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
  1292. package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
  1293. package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
  1294. package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
  1295. package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
  1296. package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
  1297. package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
  1298. package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
  1299. package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
  1300. package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
  1301. package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
  1302. package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
  1303. package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
  1304. package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
  1305. package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
  1306. package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
  1307. package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
  1308. package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
  1309. package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
  1310. package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
  1311. package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
  1312. package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
  1313. package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
  1314. package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
  1315. package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
  1316. package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
  1317. package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
  1318. package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
  1319. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
  1320. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
  1321. package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
  1322. package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
  1323. package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
  1324. package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
  1325. package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
  1326. package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
  1327. package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
  1328. package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
  1329. package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
  1330. package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
  1331. package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
  1332. package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
  1333. package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
  1334. package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
  1335. package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
  1336. package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
  1337. package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
  1338. package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
  1339. package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
  1340. package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
  1341. package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
  1342. package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
  1343. package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
  1344. package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
  1345. package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
  1346. package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
  1347. package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
  1348. package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
  1349. package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
  1350. package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
  1351. package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
  1352. package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
  1353. package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
  1354. package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
  1355. package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
  1356. package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
  1357. package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
  1358. package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
  1359. package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
  1360. package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
  1361. package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
  1362. package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
  1363. package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
  1364. package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
  1365. package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
  1366. package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
  1367. package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
  1368. package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
  1369. package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
  1370. package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
  1371. package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
  1372. package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
  1373. package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
  1374. package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
  1375. package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
  1376. package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
  1377. package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
  1378. package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
  1379. package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
  1380. package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
  1381. package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
  1382. package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
  1383. package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
  1384. package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
  1385. package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
  1386. package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
  1387. package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
  1388. package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
  1389. package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
  1390. package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
  1391. package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
  1392. package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
  1393. package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
  1394. package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
  1395. package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
  1396. package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
  1397. package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
  1398. package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
  1399. package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
  1400. package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
  1401. package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
  1402. package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
  1403. package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
  1404. package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
  1405. package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
  1406. package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
  1407. package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
  1408. package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
  1409. package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
  1410. package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
  1411. package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
  1412. package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
  1413. package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
  1414. package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
  1415. package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
  1416. package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
  1417. package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
  1418. package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
  1419. package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
  1420. package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
  1421. package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
  1422. package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
  1423. package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
  1424. package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
  1425. package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
  1426. package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
  1427. package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
  1428. package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
  1429. package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
  1430. package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
  1431. package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
  1432. package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
  1433. package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
  1434. package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
  1435. package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
  1436. package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
  1437. package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
  1438. package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
  1439. package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
  1440. package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
  1441. package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
  1442. package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
  1443. package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
  1444. package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
  1445. package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
  1446. package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
  1447. package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
  1448. package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
  1449. package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
  1450. package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
  1451. package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
  1452. package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
  1453. package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
  1454. package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
  1455. package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
  1456. package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
  1457. package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
  1458. package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
  1459. package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
  1460. package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
  1461. package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
  1462. package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
  1463. package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
  1464. package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
  1465. package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
  1466. package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
  1467. package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
  1468. package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
  1469. package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
  1470. package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
  1471. package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
  1472. package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
  1473. package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
  1474. package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
  1475. package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
  1476. package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
  1477. package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
  1478. package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
  1479. package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
  1480. package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
  1481. package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
  1482. package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
  1483. package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
  1484. package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
  1485. package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
  1486. package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
  1487. package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
  1488. package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
  1489. package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
  1490. package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
  1491. package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
  1492. package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
  1493. package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
  1494. package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
  1495. package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
  1496. package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
  1497. package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
  1498. package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
  1499. package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
  1500. package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
  1501. package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
  1502. package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
  1503. package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
  1504. package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
  1505. package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
  1506. package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
  1507. package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
  1508. package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
  1509. package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
  1510. package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
  1511. package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
  1512. package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
  1513. package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
  1514. package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
  1515. package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
  1516. package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
  1517. package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
  1518. package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
  1519. package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
  1520. package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
  1521. package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
  1522. package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
  1523. package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
  1524. package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
  1525. package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
  1526. package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
  1527. package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
  1528. package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
  1529. package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
  1530. package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
  1531. package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
  1532. package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
  1533. package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
  1534. package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
  1535. package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
  1536. package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
  1537. package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
  1538. package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
  1539. package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
  1540. package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
  1541. package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
  1542. package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
  1543. package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
  1544. package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
  1545. package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
  1546. package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
  1547. package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
  1548. package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
  1549. package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
  1550. package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
  1551. package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
  1552. package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
  1553. package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
  1554. package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
  1555. package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
  1556. package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
  1557. package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
  1558. package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
  1559. package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
  1560. package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
  1561. package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
  1562. package/static/95c7ea1/icons/add.svg +0 -1
  1563. package/static/95c7ea1/icons/arrow-down.svg +0 -3
  1564. package/static/95c7ea1/icons/arrow-left.svg +0 -3
  1565. package/static/95c7ea1/icons/arrow-right.svg +0 -3
  1566. package/static/95c7ea1/icons/arrow-up.svg +0 -3
  1567. package/static/95c7ea1/icons/blank.svg +0 -1
  1568. package/static/95c7ea1/icons/book.svg +0 -1
  1569. package/static/95c7ea1/icons/case-sensitive.svg +0 -1
  1570. package/static/95c7ea1/icons/check.svg +0 -1
  1571. package/static/95c7ea1/icons/chevron-down.svg +0 -1
  1572. package/static/95c7ea1/icons/chevron-left.svg +0 -1
  1573. package/static/95c7ea1/icons/chevron-right.svg +0 -3
  1574. package/static/95c7ea1/icons/chevron-up.svg +0 -1
  1575. package/static/95c7ea1/icons/chrome-close.svg +0 -3
  1576. package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
  1577. package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
  1578. package/static/95c7ea1/icons/chrome-restore.svg +0 -1
  1579. package/static/95c7ea1/icons/circle-filled.svg +0 -1
  1580. package/static/95c7ea1/icons/clear-all.svg +0 -1
  1581. package/static/95c7ea1/icons/close.svg +0 -1
  1582. package/static/95c7ea1/icons/cloud.svg +0 -1
  1583. package/static/95c7ea1/icons/collapse-all.svg +0 -1
  1584. package/static/95c7ea1/icons/debug-all.svg +0 -1
  1585. package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
  1586. package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
  1587. package/static/95c7ea1/icons/debug-alt.svg +0 -1
  1588. package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
  1589. package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
  1590. package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
  1591. package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
  1592. package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
  1593. package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
  1594. package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
  1595. package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
  1596. package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
  1597. package/static/95c7ea1/icons/debug-console.svg +0 -1
  1598. package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
  1599. package/static/95c7ea1/icons/debug-continue.svg +0 -1
  1600. package/static/95c7ea1/icons/debug-coverage.svg +0 -1
  1601. package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
  1602. package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
  1603. package/static/95c7ea1/icons/debug-pause.svg +0 -1
  1604. package/static/95c7ea1/icons/debug-rerun.svg +0 -1
  1605. package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
  1606. package/static/95c7ea1/icons/debug-restart.svg +0 -1
  1607. package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
  1608. package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
  1609. package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
  1610. package/static/95c7ea1/icons/debug-start.svg +0 -1
  1611. package/static/95c7ea1/icons/debug-step-back.svg +0 -1
  1612. package/static/95c7ea1/icons/debug-step-into.svg +0 -1
  1613. package/static/95c7ea1/icons/debug-step-out.svg +0 -1
  1614. package/static/95c7ea1/icons/debug-step-over.svg +0 -1
  1615. package/static/95c7ea1/icons/debug-stop.svg +0 -1
  1616. package/static/95c7ea1/icons/debug.svg +0 -1
  1617. package/static/95c7ea1/icons/discard.svg +0 -1
  1618. package/static/95c7ea1/icons/edit.svg +0 -1
  1619. package/static/95c7ea1/icons/ellipsis.svg +0 -5
  1620. package/static/95c7ea1/icons/error.svg +0 -1
  1621. package/static/95c7ea1/icons/exclude.svg +0 -1
  1622. package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
  1623. package/static/95c7ea1/icons/extensions.svg +0 -3
  1624. package/static/95c7ea1/icons/files.svg +0 -3
  1625. package/static/95c7ea1/icons/filter.svg +0 -1
  1626. package/static/95c7ea1/icons/go-to-file.svg +0 -1
  1627. package/static/95c7ea1/icons/icon-close.svg +0 -3
  1628. package/static/95c7ea1/icons/icon-source-control.svg +0 -3
  1629. package/static/95c7ea1/icons/icon-sync.svg +0 -1
  1630. package/static/95c7ea1/icons/icon.png +0 -0
  1631. package/static/95c7ea1/icons/icon.svg +0 -3
  1632. package/static/95c7ea1/icons/info.svg +0 -1
  1633. package/static/95c7ea1/icons/language-icon.svg +0 -1
  1634. package/static/95c7ea1/icons/link-external.svg +0 -1
  1635. package/static/95c7ea1/icons/list-flat.svg +0 -1
  1636. package/static/95c7ea1/icons/list-tree.svg +0 -1
  1637. package/static/95c7ea1/icons/new-file.svg +0 -1
  1638. package/static/95c7ea1/icons/new-folder.svg +0 -1
  1639. package/static/95c7ea1/icons/newline.svg +0 -1
  1640. package/static/95c7ea1/icons/open-preview.svg +0 -1
  1641. package/static/95c7ea1/icons/play.svg +0 -1
  1642. package/static/95c7ea1/icons/preserve-case.svg +0 -1
  1643. package/static/95c7ea1/icons/progress.svg +0 -1
  1644. package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
  1645. package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
  1646. package/static/95c7ea1/icons/record-keys.svg +0 -1
  1647. package/static/95c7ea1/icons/refresh.svg +0 -1
  1648. package/static/95c7ea1/icons/regex.svg +0 -1
  1649. package/static/95c7ea1/icons/remove.svg +0 -1
  1650. package/static/95c7ea1/icons/replace-all.svg +0 -1
  1651. package/static/95c7ea1/icons/replace.svg +0 -1
  1652. package/static/95c7ea1/icons/run-all.svg +0 -1
  1653. package/static/95c7ea1/icons/search.svg +0 -3
  1654. package/static/95c7ea1/icons/settings-gear.svg +0 -3
  1655. package/static/95c7ea1/icons/source-control.svg +0 -3
  1656. package/static/95c7ea1/icons/split-horizontal.svg +0 -1
  1657. package/static/95c7ea1/icons/squiggly-error.svg +0 -1
  1658. package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
  1659. package/static/95c7ea1/icons/symbol-array.svg +0 -3
  1660. package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
  1661. package/static/95c7ea1/icons/symbol-class.svg +0 -3
  1662. package/static/95c7ea1/icons/symbol-color.svg +0 -3
  1663. package/static/95c7ea1/icons/symbol-constant.svg +0 -4
  1664. package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
  1665. package/static/95c7ea1/icons/symbol-enum.svg +0 -3
  1666. package/static/95c7ea1/icons/symbol-event.svg +0 -3
  1667. package/static/95c7ea1/icons/symbol-field.svg +0 -3
  1668. package/static/95c7ea1/icons/symbol-file.svg +0 -3
  1669. package/static/95c7ea1/icons/symbol-interface.svg +0 -3
  1670. package/static/95c7ea1/icons/symbol-key.svg +0 -3
  1671. package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
  1672. package/static/95c7ea1/icons/symbol-method.svg +0 -3
  1673. package/static/95c7ea1/icons/symbol-misc.svg +0 -3
  1674. package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
  1675. package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
  1676. package/static/95c7ea1/icons/symbol-operator.svg +0 -3
  1677. package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
  1678. package/static/95c7ea1/icons/symbol-property.svg +0 -3
  1679. package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
  1680. package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
  1681. package/static/95c7ea1/icons/symbol-string.svg +0 -3
  1682. package/static/95c7ea1/icons/symbol-structure.svg +0 -3
  1683. package/static/95c7ea1/icons/symbol-variable.svg +0 -3
  1684. package/static/95c7ea1/icons/tag.svg +0 -1
  1685. package/static/95c7ea1/icons/terminal-bash.svg +0 -1
  1686. package/static/95c7ea1/icons/terminal.svg +0 -1
  1687. package/static/95c7ea1/icons/theme-icon.png +0 -0
  1688. package/static/95c7ea1/icons/trash.svg +0 -1
  1689. package/static/95c7ea1/icons/triangle-down.svg +0 -1
  1690. package/static/95c7ea1/icons/triangle-left.svg +0 -1
  1691. package/static/95c7ea1/icons/triangle-right.svg +0 -1
  1692. package/static/95c7ea1/icons/triangle-up.svg +0 -1
  1693. package/static/95c7ea1/icons/warning.svg +0 -1
  1694. package/static/95c7ea1/icons/whole-word.svg +0 -1
  1695. package/static/95c7ea1/icons/zoom-in.svg +0 -1
  1696. package/static/95c7ea1/icons/zoom-out.svg +0 -1
  1697. package/static/95c7ea1/js/babel-parser.js +0 -14154
  1698. package/static/95c7ea1/js/blob-util.js +0 -149
  1699. package/static/95c7ea1/js/idb/async-iterators.js +0 -56
  1700. package/static/95c7ea1/js/idb/index.js +0 -99
  1701. package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
  1702. package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
  1703. package/static/95c7ea1/js/js-base64.js +0 -296
  1704. package/static/95c7ea1/js/ky.js +0 -489
  1705. package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
  1706. package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
  1707. package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
  1708. package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
  1709. package/static/95c7ea1/js/marked.js +0 -1990
  1710. package/static/95c7ea1/js/p-min-delay.js +0 -7
  1711. package/static/95c7ea1/js/pretty-bytes.js +0 -94
  1712. package/static/95c7ea1/js/preview-injected.js +0 -101
  1713. package/static/95c7ea1/js/yoctodelay.js +0 -2
  1714. package/static/95c7ea1/lib-css/termterm.css +0 -39
  1715. package/static/95c7ea1/manifest.json +0 -26
  1716. package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
  1717. package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
  1718. package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
  1719. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
  1720. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
  1721. package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
  1722. package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
  1723. package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
  1724. package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
  1725. package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
  1726. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
  1727. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
  1728. package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
  1729. package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
  1730. package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
  1731. package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
  1732. package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
  1733. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
  1734. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
  1735. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
  1736. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
  1737. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
  1738. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
  1739. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
  1740. package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
  1741. package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
  1742. package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
  1743. package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
  1744. package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
  1745. package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
  1746. package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
  1747. package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
  1748. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
  1749. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
  1750. package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
  1751. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
  1752. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
  1753. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
  1754. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
  1755. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
  1756. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
  1757. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
  1758. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
  1759. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
  1760. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
  1761. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
  1762. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
  1763. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
  1764. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
  1765. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
  1766. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
  1767. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
  1768. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
  1769. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
  1770. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
  1771. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
  1772. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
  1773. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
  1774. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
  1775. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
  1776. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
  1777. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
  1778. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
  1779. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
  1780. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
  1781. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
  1782. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
  1783. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
  1784. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
  1785. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
  1786. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
  1787. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
  1788. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
  1789. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
  1790. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
  1791. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
  1792. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
  1793. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
  1794. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
  1795. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
  1796. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
  1797. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
  1798. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
  1799. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
  1800. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
  1801. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
  1802. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
  1803. package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
  1804. package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
  1805. package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
  1806. package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
  1807. package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
  1808. package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
  1809. package/static/95c7ea1/packages/renderer-process/README.md +0 -1
  1810. package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
  1811. package/static/95c7ea1/packages/renderer-process/package.json +0 -27
  1812. package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
  1813. package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
  1814. package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
  1815. package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
  1816. package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
  1817. package/static/95c7ea1/playground/languages/index.cpp +0 -22
  1818. package/static/95c7ea1/playground/languages/index.css +0 -19
  1819. package/static/95c7ea1/playground/languages/index.csv +0 -3
  1820. package/static/95c7ea1/playground/languages/index.dart +0 -3
  1821. package/static/95c7ea1/playground/languages/index.env +0 -1
  1822. package/static/95c7ea1/playground/languages/index.ex +0 -8
  1823. package/static/95c7ea1/playground/languages/index.html +0 -1
  1824. package/static/95c7ea1/playground/languages/index.java +0 -5
  1825. package/static/95c7ea1/playground/languages/index.jl +0 -14
  1826. package/static/95c7ea1/playground/languages/index.js +0 -3
  1827. package/static/95c7ea1/playground/languages/index.json +0 -3
  1828. package/static/95c7ea1/playground/languages/index.kt +0 -3
  1829. package/static/95c7ea1/playground/languages/index.pl +0 -11
  1830. package/static/95c7ea1/playground/languages/index.py +0 -25
  1831. package/static/95c7ea1/playground/languages/index.ts +0 -3
  1832. package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
  1833. package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
  1834. package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
  1835. package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
  1836. package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
  1837. package/static/favicon.ico +0 -0
  1838. package/static/index.html +0 -14
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m20.661 27.15 4.029-1.642.067-1.424.7-1.445.154-1.6.788-2.408.875-2.014-.067-.482-.13-.439.088-.5-.155-.596.088-.415-.788-.963-3.5 1.227.154.46-.327.548.306.942-.482.942.679 2.036 1.445.766c-.067.021-1.839-.154-1.839-.154l.415.854-.482 1.336-.569.285-.482.154-.942 1.094-.7 1.727.591 1.708ZM5.843 15.057l3.574.409.46 2.272-.777 1.836.433.315.748 2.078.872.966.6.363 1.063 1.015 1.233.918-.436.942.073.7-.145.388-.267.748-2.574-.748.073-.436-.363-.482.121-.46L7 23.3l-.267-.654-.769-.246-.024-5.534-.315-.8Z" style="fill:#7d6a4c"/><path d="M24.008 19.144a1.3 1.3 0 0 0-.2-.027.4.4 0 0 0-.061 0 .13.13 0 0 0-.118.094 1 1 0 0 0-.018.079.1.1 0 0 0 0 .027q.263.097.53.194h.012c-.003-.158.047-.325-.145-.367m-.127 1.8.021.03a.3.3 0 0 1 .021.042 3 3 0 0 1 .221.282l.006.009c0-.073.042-.254-.009-.315s-.178-.049-.26-.046Zm1.53-1.872a.03.03 0 1 0-.015.058.03.03 0 0 0 .014-.056Zm0-3.3c.006.179-.006.285.2.285s.342.015.351-.212c0-.079.024-.233-.042-.294-.052-.049-.185-.027-.251-.033-.222-.018-.269.021-.255.251Zm-.682 1.451c.036-.045.015-.164.012-.215s0-.212-.033-.26c-.061-.079-.357-.055-.433 0s-.106.439.006.485c.066.024.397.051.451-.013Zm-11.486 9.066c.006 0 .009-.018.012-.024a.2.2 0 0 0 .012-.064c0-.027-.006-.061-.009-.091a1 1 0 0 0-.006-.067.04.04 0 0 1-.012-.024v-.012a.3.3 0 0 0 0-.055 2 2 0 0 0-.012-.16h-.088a.9.9 0 0 0-.351 0c-.061.03-.07.1-.073.173 0 .042.006.085.006.121v.021c0 .109 0 .179.118.212a.8.8 0 0 0 .351 0 .04.04 0 0 1 .045-.027Zm.351-.454-.042-.012a.8.8 0 0 1-.221.033c0 .024.012.051.012.076a1 1 0 0 1 0 .076.04.04 0 0 1-.009.027v.076a.1.1 0 0 0 0 .027.03.03 0 0 0 0 .015q.001.033.012.076c.011.043.006.03.009.061h.051a.33.33 0 0 1 .033-.148c.045-.1.121-.206.164-.3h-.015Zm-.224.606-.006.021v.009h-.039c0 .091-.006.182-.006.27a1 1 0 0 0 0 .091c.021.052.064.058.1.07q.064-.008.127-.012a2 2 0 0 0-.1-.445Zm.039.566a.14.14 0 0 0-.064.033c-.039.055-.018.188-.015.261v.021a.4.4 0 0 0 .133-.1.4.4 0 0 0 .085-.23c-.039.006-.082.009-.121.015Zm7.358-.675c.121.006.251.024.324-.039a.44.44 0 0 0 .048-.242.45.45 0 0 0-.045-.242.95.95 0 0 0-.451-.021.2.2 0 0 0-.058.173v.112a.6.6 0 0 1-.009.1l.006.015a1 1 0 0 0 .033.106v.024h.106c.025.002.04.002.046.014m5.013-7.2c-.1-.015-.312-.033-.367.064a.77.77 0 0 0 .024.427c.058.073.233.058.357.049a.4.4 0 0 1 .058 0 .2.2 0 0 1-.024-.055q.001-.018-.006-.036a.3.3 0 0 1 .039-.152l.009-.018h-.006c-.045-.134.104-.249-.084-.279m-18.426-3.1c.088.045.421.048.463-.055s-.087-.447.083-.477a.2.2 0 0 0-.124-.021c-.127.091-.36-.061-.46.064-.071.081-.059.432.038.484Zm16.76 9.2a.16.16 0 0 0-.094-.042c-.1-.015-.3-.03-.366.055a.6.6 0 0 0-.015.433.18.18 0 0 0 .139.052 1 1 0 0 1 .188 0h.036c.03 0 .064-.006.094-.006l.033-.015-.009-.112c-.009-.135-.006-.253-.006-.374Zm-1.572-.66a.1.1 0 0 0-.021.006h.021c-.167.006-.13.17-.127.291 0 .182-.015.236.173.242.1 0 .282.036.348-.067s0-.245.018-.366a.1.1 0 0 1 .015-.042c-.021-.024-.045-.07-.067-.07a.3.3 0 0 0-.049 0 1 1 0 0 1-.311-.003Zm-12.442.006c-.088-.009-.318-.033-.373.045s-.027.315-.021.43l.03.015a.06.06 0 0 0 .021-.033q.002.014-.006.027l-.009.012.067.045a1 1 0 0 1 .309-.009c.16.009.121-.161.121-.273.002-.137.032-.244-.139-.259m13.225-9.757h.127a.11.11 0 0 1 .085-.051.3.3 0 0 0 .012-.064.06.06 0 0 1-.015-.033 2 2 0 0 0-.03-.209c-.142.088-.224.024-.179.254a.4.4 0 0 1 .004.103Zm.088.606c.115.006.1-.254.1-.324 0-.03.012-.067.012-.1a.11.11 0 0 1-.085-.082h-.139a2 2 0 0 1-.318.43 1 1 0 0 1 0 .073c.137.021.307-.006.434.003Zm1.305 3.729a.7.7 0 0 0-.454-.006c-.106.088-.009.282-.073.4l.127.085.058.039.018.012.009-.009a.05.05 0 0 1 .073 0c.082-.042.2.03.264-.061a.75.75 0 0 0-.017-.46ZM6.573 21.573c-.091-.082-.306.009-.424-.048a2.4 2.4 0 0 0-.082.412.6.6 0 0 0 .015.148h.006c.142 0 .551.076.527-.148-.015-.107.042-.288-.042-.364m18.144-.121c.082-.073.036-.312.036-.4 0-.148-.351-.136-.448-.094-.145.067-.051.294-.109.424a.2.2 0 0 0 .07.1c.103-.003.363.046.451-.03m1.139-7.218c.079 0 .115-.1.124-.2a.4.4 0 0 0 .021.1l.005.01c.042.1.136.08.195.08.121 0 .285.03.324-.085a1.7 1.7 0 0 0 .012-.4.2.2 0 0 0-.058-.042.6.6 0 0 0-.182 0c-.076 0-.224-.009-.273.061a.3.3 0 0 0-.048.154.4.4 0 0 0-.033-.133c-.082-.142-.27-.009-.345-.106l-.055.021a.12.12 0 0 1-.118.094 3 3 0 0 0-.015.242.4.4 0 0 0 .033.161c.067.088.322.043.413.043M11.08 26.925c.121 0 .264.036.339-.055a.7.7 0 0 0 .015-.436c-.039-.067-.363-.073-.436-.036-.121.061-.064.245-.094.37.015.07.106.121.164.151Zm10.22-2.938c-.082 0-.1.073-.1.154 0 .055.006.106.006.145v.084c0 .088.03.121.158.13.064 0 .266.036.327-.015l.015-.015a.7.7 0 0 0 .057-.233c0-.085-.039-.164-.039-.242a1 1 0 0 0-.121-.012Zm-12.971-.621c-.088 0-.327-.045-.4.021-.055.048-.042.264-.033.363v.03a1 1 0 0 0 .154.118.1.1 0 0 1 .064.009c.136-.049.291.055.309-.154.012-.099.058-.387-.094-.387m16.4-2.826a1 1 0 0 1-.012-.115 1.5 1.5 0 0 0-.385-.1h-.091a.85.85 0 0 0-.006.451c.036.085.1.091.188.1s.254.033.309-.03.012-.182.015-.273a.04.04 0 0 1-.015-.033Zm-1.8 5.561c0-.085.03-.188 0-.245-.051-.088-.267-.079-.373-.073l-.006-.006c-.042.042-.073 0-.094-.012a.75.75 0 0 0-.045.454.12.12 0 0 0 .051.082c.033.018.076.006.124.009a.4.4 0 0 1 .079-.027.6.6 0 0 1 .17-.015l.158-.073a.06.06 0 0 1-.039.006.2.2 0 0 0 .039-.006.11.11 0 0 1-.057-.095ZM21.1 24.592l-.017-.006.015.005a2 2 0 0 0-.38-.016c-.048.106-.1.212-.145.315.024.079.009.164.091.209a.8.8 0 0 0 .33.009c.221-.042.1-.288.158-.46a.2.2 0 0 1-.024-.049Zm-12.06-5.8c-.015-.091 0-.258-.094-.258s-.3-.039-.379.006-.058.17-.064.26-.03.185.036.245a.6.6 0 0 0 .276.067 2 2 0 0 1 .148-.164l.012-.012q.03-.07.061-.139Zm4.168 8.224a.65.65 0 0 0-.356-.016c-.1.021-.109.051-.118.157-.006.07-.036.288.018.342s.291.033.367.033c.03-.091.109-.118.17-.173a.1.1 0 0 1-.006-.021c-.025-.104.029-.267-.074-.325Zm10.938-6.24c.03-.1.036-.36-.058-.418a.76.76 0 0 0-.427.006c-.064.055-.036.136-.03.212a.03.03 0 0 1 0 .015.6.6 0 0 1-.009.148l.151.136q.023.01.042.021c.136-.065.285.044.332-.123Zm-17.081.778c-.236.021-.357-.045-.376.242-.006.076-.036.206.027.264a.12.12 0 0 0 .1.024h.006a.16.16 0 0 1 .118.018s.009.006.012.012c.061-.045.194-.158.212-.045a.06.06 0 0 1 0 .042c.084-.129.142-.58-.098-.559Zm16.551-6.84c.009.082.055.1.139.115s.318.024.376-.045a.9.9 0 0 0 .021-.348c-.006-.1-.03-.16-.148-.164a3 3 0 0 0-.236.082 1 1 0 0 1-.16.073 1.3 1.3 0 0 1 .033.242.04.04 0 0 1-.024.043ZM10.4 25.187c-.124.042-.076.16-.091.266v.067a.4.4 0 0 1 .061.058l.009.012q.084.064.167.124a.1.1 0 0 1 .027-.012.2.2 0 0 1 .039-.006.2.2 0 0 1 .067.018.18.18 0 0 0 .148-.042c.055-.061.015-.309.015-.388.005-.161-.342-.131-.442-.097m1.524 1.8A.9.9 0 0 0 11.6 27c-.118.055-.085.251-.079.376v.036a5 5 0 0 0 .533.139.1.1 0 0 1 0-.033c0-.055.012-.112.009-.17-.011-.148.044-.332-.138-.362Zm10.481-1.754a1.6 1.6 0 0 0 .124.506.7.7 0 0 1 .285-.024c.091 0 .109-.045.124-.124a.9.9 0 0 0 0-.339c-.06-.129-.423-.086-.532-.02Zm-1.039-1.327a.7.7 0 0 1 .215-.012.22.22 0 0 1 .121.055c-.018-.16-.058-.318-.067-.479 0-.061.067-.339-.012-.366-.021-.006-.058.027-.1.079-.124.145-.3.448-.351.5.043.129.013.244.195.222Zm5.7-7.742a.3.3 0 0 0-.088-.049h-.143l-.012.009a.5.5 0 0 1-.179.085 1 1 0 0 0 0 .248c0 .076-.012.151.061.194a.5.5 0 0 0 .248.018c.052-.006.1-.015.124-.021v.082c-.039 0-.091-.006-.145-.009a.5.5 0 0 0-.233.021c-.1.055-.045.176-.042.267.006.167-.006.2.064.23.03.012.073.027.139.048.073-.185.218-.339.218-.551a.16.16 0 0 0 .024-.1q.041-.2.091-.4a.3.3 0 0 1-.123-.073Zm-3.656 1.154a1.2 1.2 0 0 1-.254-.006 3 3 0 0 0-.1.43.3.3 0 0 1 .1.112c.118.009.315.036.373-.055a.5.5 0 0 0 .012-.2c.004-.115.037-.276-.127-.282Zm-1.67 9.173v.016-.029c-.023-.11-.115-.09-.211-.09-.076 0-.239-.033-.3.033a.52.52 0 0 0-.006.427.17.17 0 0 0 .076.094v.006c.151-.073.321-.148.485-.209a.14.14 0 0 1-.051-.112c-.003-.038.01-.092.007-.136m1.684-3.724a.8.8 0 0 1-.333-.027 2 2 0 0 0 0 .606c.015-.145.373.027.448-.112a.9.9 0 0 0 .018-.33c-.006-.098-.015-.15-.134-.138Zm.115-7.212c.009-.055-.509-.121-.551.076a1.4 1.4 0 0 0 .239.424 2 2 0 0 1 .115-.039.05.05 0 0 1 .055.021.15.15 0 0 0 .123-.037c.08-.088 0-.343.019-.446Zm1.4 4.186c-.179.049-.033.179-.106.285l.027.033a.7.7 0 0 1 .14.051.2.2 0 0 1 .118.16c.079 0 .179.024.227-.039a.9.9 0 0 0-.012-.454c-.059-.077-.31-.061-.398-.037ZM9.368 22.264a1.6 1.6 0 0 1-.267.012 1.2 1.2 0 0 0 0 .3c.024.118.112.106.218.109.151.006.327.03.342-.17-.052-.1-.13-.185-.179-.288a.5.5 0 0 1-.114.037m-.63-1.342a3.4 3.4 0 0 0-.26.439c.033.118.118.118.221.118s.27.039.327-.058a.9.9 0 0 0 0-.406c-.054-.121-.188-.033-.288-.093m1.8 2.193a.07.07 0 0 1 .03.033c.006.027-.021.049-.058.064-.064.024-.127-.027-.185-.036h-.009.012c0 .139.33.17.43.121.082-.039.091-.133.088-.221a.1.1 0 0 1-.088-.115.2.2 0 0 1 0-.042 3.2 3.2 0 0 1-.463-.469c.031.241-.006.504.243.665m12.886.236a1.3 1.3 0 0 1-.336.009v.133a1.8 1.8 0 0 0 .027.4c.151 0 .4.073.433-.121a2 2 0 0 0 .015-.191c0-.112-.03-.23-.14-.23Zm.021 1.754c.13-.049.1-.145.1-.273 0-.1.049-.257-.1-.257a.6.6 0 0 1-.26-.024c.015.109.027.218.042.345q-.068-.067-.127-.121c-.059-.054-.058-.055-.085-.082v.039c-.009.106-.039.306.036.357a1 1 0 0 0 .394.016m-.064-2.935c-.076-.03-.167.027-.224-.058a1.9 1.9 0 0 0-.07.6c.194-.091.445.082.457-.2 0-.039.015-.127.015-.2a.2.2 0 0 0-.015-.1c-.033-.057-.099-.042-.163-.042M7.954 20.352c-.091.055-.061.209-.058.3 0 .248.112.212.33.212h.012a2 2 0 0 0 .157-.5.75.75 0 0 0-.441-.012M26.4 17.981a1 1 0 0 1-.067 0h-.009a.2.2 0 0 0 .055-.006.4.4 0 0 0-.058 0 .053.053 0 0 1-.051-.052v-.012c-.139-.012-.285-.006-.294.145v.1a.53.53 0 0 0 .042.245.13.13 0 0 0 .079.055.04.04 0 0 1 .039-.015h.17c-.015-.03-.045-.027-.079-.033.036.006.076 0 .091.033h.03a4 4 0 0 0 .2-.439 1 1 0 0 1-.136-.021Zm-13.63 6.576h-.012c-.033.124-.1.524.07.545a1 1 0 0 0 .373 0c.118-.048.033-.124.091-.206a1.5 1.5 0 0 0-.522-.339M24.9 14.409a.5.5 0 0 1 .067-.091 1 1 0 0 0-.112.009.17.17 0 0 0-.024.112c.028-.033.019-.039.069-.03m-.03-.2.012.009c.058 0 .115-.006.173-.006h.288a.85.85 0 0 0 .024-.348h-.127v-.1a1 1 0 0 0-.154.064c0 .006-.012.009-.018.015a.7.7 0 0 1-.251.164v.145l.009.006a.2.2 0 0 0 .039.054Zm.142.615c.124 0 .315.045.348-.106a1.2 1.2 0 0 0-.021-.279.3.3 0 0 0-.006-.115c-.049 0-.1 0-.145-.006q-.028.015-.051.03a.06.06 0 0 0 .027-.03h-.194c-.021.03-.058.058-.07.091-.042-.012-.036 0-.07.03.002.203-.065.382.178.388Zm-3.1 10.26h.012a.1.1 0 0 0 .027 0 1 1 0 0 1 .085 0 7 7 0 0 0-.2-.53.7.7 0 0 0-.033.161.6.6 0 0 0 .012.282.17.17 0 0 0 .091.09Zm.1.1q-.046-.001-.091.006l-.021-.006a.1.1 0 0 0-.067.033c-.058.07-.018.27-.015.348a.4.4 0 0 0 .009.073.14.14 0 0 1 .039.055.34.34 0 0 0 .164.018c.1 0 .224.024.306-.039a.1.1 0 0 0 .03-.03l-.285-.46a1 1 0 0 0-.081.002ZM9.05 15.666c-.191-.03-.385-.058-.567-.088s-.394-.048-.575-.073a1.6 1.6 0 0 0 0 .4c.006.167.1.13.251.124.1 0 .224.03.264-.085s-.03-.227.051-.348c.094.212-.085.433.224.436.076 0 .236.033.3-.015s.049-.276.058-.348v-.009Zm-2.632 5.81c.23.021.2-.17.2-.36-.006-.218-.185-.167-.363-.17a3 3 0 0 0-.1.533c.087.003.175-.012.263-.003m2.36 2.481h-.006c-.221 0-.23.009-.288.2a.1.1 0 0 0 0 .03c.151.112.3.227.485.339l.009-.012a.48.48 0 0 0 .076-.3.5.5 0 0 0-.021-.173c-.046-.105-.146-.084-.255-.084m.733-6.1q.012-.1.015-.206-.028-.165-.058-.33h-.242c-.081 0-.1.039-.118.1a1.4 1.4 0 0 0 0 .333c.042.146.257.108.403.099Zm11.5 8.536h-.248a.05.05 0 0 1-.039.018h-.079a2 2 0 0 0 .148.479q.05.008.1.021c.07-.027.194.049.23-.1v-.012a1 1 0 0 0 .018-.173c.005-.116-.026-.24-.132-.237Zm2.426-2.417h-.324q.035.277.076.557c.127-.058.312.042.357-.124.026-.109.054-.44-.11-.437Zm.1-2.251a.2.2 0 0 1 .006-.058.05.05 0 0 0-.061-.058h-.021a.41.41 0 0 0-.267.282l-.006.018-.027.188c.1-.006.288.027.37-.058a1.2 1.2 0 0 1-.009-.233.4.4 0 0 1 .014-.085Zm1.575-1.378-.006.009c.052.064.236.26.121.276-.033 0-.127-.067-.158-.079a1.4 1.4 0 0 0-.239-.085v.012a.2.2 0 0 0 .006.036.05.05 0 0 1-.012.042c-.009.109-.015.251.064.3a.64.64 0 0 0 .424-.009c.082-.064.067-.318.045-.409-.028-.127-.131-.1-.246-.097ZM6.3 20.34a.7.7 0 0 1-.079.176l.027.327v.033c.206 0 .357.048.363-.191 0-.094.036-.267-.042-.33s-.181-.003-.269-.015m3.535 2.414q-.014-.013-.02-.017c-.115.064-.176.448-.061.539.045.036.158.018.212.018.13 0 .282.021.306-.145a4 4 0 0 1-.453-.408zm3.729 2.408-.009-.006c-.058.036-.136.006-.179.061s-.027.218-.03.285c-.012.218.07.182.188.206a.04.04 0 0 1 .036.006.3.3 0 0 0 .082.021h.018a.5.5 0 0 0 .1-.279.46.46 0 0 0-.206-.293ZM27.01 14.991a.04.04 0 0 1-.03.018h-.012c-.052.006-.151-.009-.194.027s-.036.109-.045.154l-.018.082-.009.039c.106.039.273.109.333.064.03-.021.045-.182.052-.221a1 1 0 0 0 .009-.112.4.4 0 0 1-.033-.127h-.015a.053.053 0 0 1-.038.076M12.594 25.1c.079-.109.091-.391-.048-.427a.2.2 0 0 1-.061.021l-.094.009a.6.6 0 0 1-.1 0 4 4 0 0 1-.139.188.13.13 0 0 1-.039.151.1.1 0 0 1-.042.061v.006h.006c.145.041.451.078.517-.009m10.847-8.385a.1.1 0 0 1-.027.012 1 1 0 0 1-.079.006.11.11 0 0 1-.082.061l-.009.024v.006a1.6 1.6 0 0 1-.067.43c.136-.006.312.039.357-.1.032-.103.059-.44-.092-.443Zm.1-.276c0-.067.033-.233-.015-.291a.18.18 0 0 0-.136-.039.1.1 0 0 1-.021.012 1 1 0 0 0-.076.024.46.46 0 0 1 .049.476v.012a1 1 0 0 0 .073-.006h.009a.04.04 0 0 1 .019.006c.072-.033.096-.062.096-.197Zm3.029-1.424c0-.1-.115-.121-.224-.121-.058 0-.115.006-.157.009-.142.009-.182.148-.161.282a.4.4 0 0 0 .042.133c.16-.154.339-.067.527-.03a.4.4 0 0 1-.018-.055 1 1 0 0 1-.011-.221Zm-3.77 9.49a1 1 0 0 1 .067 0 1.9 1.9 0 0 1-.23-.557.2.2 0 0 0-.067.03l-.015.009a.06.06 0 0 1-.061-.012c-.079.015-.1.118-.1.224a2 2 0 0 0 .027.209c.03.14.23.109.379.097m.488-6.028c.076-.048.16.012.227-.058s.024-.288.03-.376c.009-.167-.221-.1-.351-.1v.033a.1.1 0 0 1-.027.073c.038.151.075.283.117.428Zm1.472 3.214a.04.04 0 0 1 0-.024c.006-.185-.321-.115-.436-.112a4 4 0 0 1 .218.527h-.024c.073 0 .176.021.224-.042s.017-.249.014-.349Zm-15.495-4.98c-.209-.018-.16.221-.157.36 0 .257.182.115.357.2l-.118-.63a.07.07 0 0 1-.082.07m11.808 7.77c.07-.055.045-.173.045-.251h.006c0-.121 0-.188-.045-.224-.009-.006-.015-.018-.027-.018h-.139a9 9 0 0 0-.17.512c.081 0 .257.036.33-.019m-9.63 2.619c0 .025.007.054 0 0 0-.029 0-.018 0 0-.016-.135-.215-.12-.357-.108a.055.055 0 0 1-.067.018C11.01 27 11 27 11 27a2 2 0 0 0 0 .173.04.04 0 0 0 0 .018.17.17 0 0 0 .073.115 1.5 1.5 0 0 0 .412.1l-.012-.027a.8.8 0 0 1-.03-.279m-2.308-5.063a1 1 0 0 0 .2-.009.3.3 0 0 0 .094-.039 4 4 0 0 0-.058-.342.4.4 0 0 1-.058-.067l-.021-.036c-.07.012-.148.018-.182.082a.8.8 0 0 0-.006.321.2.2 0 0 0 .031.09m14.309 3.747c-.091.006-.321-.045-.4.021-.039.033-.045.161-.042.264 0 .052.006.1.006.124l.473-.212a.24.24 0 0 1 .061-.121l-.012-.03a.09.09 0 0 0-.085-.047ZM26.686 14.8a.24.24 0 0 0 .157.039.04.04 0 0 1 .024-.018.3.3 0 0 1 .061-.018h.018a.34.34 0 0 1-.055-.2.28.28 0 0 1 .067-.251l.015-.048a1 1 0 0 0-.151-.006.3.3 0 0 0-.073.009c-.121.033-.106.1-.106.215 0 .078-.027.211.043.278M9.153 16a.3.3 0 0 0 .085 0h.018a2 2 0 0 0-.048-.179.4.4 0 0 0-.058-.109l-.045-.021a1.4 1.4 0 0 1-.006.194.3.3 0 0 0 .054.115m-.045.4a1 1 0 0 0 0 .072v-.048c0 .217.009.218.24.218q.002-.015-.006-.039c-.012-.1-.033-.312-.067-.509a.04.04 0 0 1-.018 0 .4.4 0 0 1-.085.009c-.018.027-.051.051-.064.085a.7.7 0 0 0 0 .206ZM8.5 19.5l-.005.005c0 .084.025.131.084.152a.3.3 0 0 1 .024-.088v-.018a1.3 1.3 0 0 1 .158-.354c-.1.018-.2.006-.2.167 0-.012.006-.027.006-.036s0 .014.005.03h-.006a.5.5 0 0 0 .024.179q-.01-.013-.015-.021a.46.46 0 0 1-.015-.221c.033-.1.121-.088.2-.109l.033-.045a1 1 0 0 0-.26.012.1.1 0 0 0-.033.047.8.8 0 0 0 0 .3m.785 5.08c-.058 0-.118-.009-.164.039 0 0-.006.009-.012.012a6 6 0 0 0 .5.379.2.2 0 0 1 .036.015v-.006c0-.055.009-.127.009-.194a.3.3 0 0 0-.036-.179c-.074-.098-.24-.071-.337-.071Zm-.1-6.067V18.5a2 2 0 0 1 .309-.5q-.002-.015.006-.03c.008-.015 0-.021.006-.033a1 1 0 0 0-.285.012c-.182.045-.13.421-.045.545Zm2.846 6.687q-.218.262-.463.506c.118 0 .385.055.469-.042.064-.076.027-.321.018-.451q-.012 0-.024-.013m11.617-3.56v.009c0 .048-.018.1-.024.148a1 1 0 0 0 .006.215.11.11 0 0 0 .112.07h.358a1.9 1.9 0 0 0-.452-.442m-1.236 2.208a.1.1 0 0 0 .036.039.1.1 0 0 0 .045.015l.024-.018a.4.4 0 0 1 .048-.024.3.3 0 0 1-.082-.1.2.2 0 0 1-.018-.091.2.2 0 0 0 .018.085.3.3 0 0 0 .085.109.2.2 0 0 1 .042-.012 3.8 3.8 0 0 1-.085-.942c-.009 0-.021.009-.03.009l-.076.421-.036.185v.1a.2.2 0 0 1 .009-.052c.086.055-.026.194.02.276m-.161 2.552h-.015c-.112-.009-.336-.064-.418.055a.24.24 0 0 0-.024.151 1 1 0 0 1 .009.127l.533-.236c-.024-.038-.036-.083-.085-.097m1.29-7.642c0-.211-.057-.191-.236-.25a2.1 2.1 0 0 1 .1.517.6.6 0 0 0 .024.209.12.12 0 0 0 .079.067.2.2 0 0 0 0-.039c0-.015.006-.027.009-.039a.22.22 0 0 1-.039-.167c.012-.049.058-.076.07-.127a1 1 0 0 0-.006-.17ZM9.274 20.922a.237.237 0 0 0-.174.278c0 .185.036.257.176.276a.2.2 0 0 1 .052-.17q-.03-.194-.054-.384m17.5-6.712h.112a.4.4 0 0 1 .118.027l.027-.045a3 3 0 0 0-.388-.448.2.2 0 0 1 .012.079c0 .07-.018.142-.018.2h-.006c-.003.168.058.186.14.186Zm-19.086 9.2a2 2 0 0 1-.233-.012.7.7 0 0 1 .1.139.5.5 0 0 1 .045.094q.105.078.206.142a.3.3 0 0 1 .012.064c0-.03 0-.079.006-.13.012-.141.006-.298-.14-.295Zm-.518-1.278a3.6 3.6 0 0 0-.212.557c.058 0 .185.015.23-.024s.03-.161.03-.251c-.003-.085.024-.226-.052-.281Zm2.12-1.807h-.022c-.051.021-.112.009-.145.067s0 .185-.006.248c0 .164-.012.2.151.257-.036-.079-.1-.133-.1-.227 0 .088.064.148.1.221a5 5 0 0 1 .022-.566m-3.184 1.833H6.1c.012.073.236.2.394.236l.024-.021a.3.3 0 0 0 .067-.1.2.2 0 0 0 .024-.039c-.049-.14-.382-.076-.503-.076m20.031-3.626h-.015c-.055.018-.082.064-.085.176v.1a2 2 0 0 0 .024.315c.079-.2.158-.385.239-.6ZM7.075 22.76c-.048 0-.1 0-.127-.049a.13.13 0 0 0-.012.112.5.5 0 0 0 .064.143q.05.055.1.115l.042.045q.036.035.073.067c.012-.148.066-.451-.14-.433M13 27.6h-.006zh-.042a.24.24 0 0 0-.267.133l-.009.021c.061.03.248.136.324.106s.094-.209.109-.279h-.009A.4.4 0 0 1 13 27.6m-2-4.31a.7.7 0 0 0 .324.006l-.018-.027-.052-.006h.049a1 1 0 0 1-.045-.082l-.285-.145a.1.1 0 0 1-.033.027.29.29 0 0 0 .285.191.31.31 0 0 1-.294-.185.04.04 0 0 1-.021.006c-.003.088.006.176.09.213Zm.563 1.175c.023.04.062.059.079.1h-.006c-.118.032-.091.109-.091.218a1.3 1.3 0 0 0-.018.227.105.105 0 0 0 .07.1.2.2 0 0 0 .012-.079c.012-.1.024-.264.033-.367v-.087a.07.07 0 0 0 .011-.052v-.024a2 2 0 0 0 .018-.27q.002-.083-.006-.167a.11.11 0 0 1-.085-.079.13.13 0 0 0-.061.085.2.2 0 0 0-.006.039v.157a.37.37 0 0 0 .048.197Zm12.951-10.238h.015zc.127-.006.176-.03.206-.088v-.094a1.4 1.4 0 0 1-.2.03l-.148.055a3 3 0 0 0-.173.07l-.006.009a1 1 0 0 0 .312.027Zm.021 8.033a1.1 1.1 0 0 1 .121.509.42.42 0 0 0 .085-.388c-.021-.114-.094-.12-.206-.12ZM6.177 15.332v.02c.021.1.182.085.264.082.111 0 .169-.092.267-.1a.1.1 0 0 0 .1.1 2 2 0 0 0 .415-.027.1.1 0 0 0-.049-.012 2.6 2.6 0 0 0-.461-.06c-.176-.051-.361-.048-.539-.091a.14.14 0 0 1 .003.088m17.243 5.011h-.285l.4.309v-.061a.05.05 0 0 1 .015-.039c.004-.106-.002-.215-.13-.209m-13.331 4.88a.8.8 0 0 1-.191-.015h-.009l.027.042.006.012a3 3 0 0 0 .209.191 1 1 0 0 1 .073.015.2.2 0 0 0 0-.036v-.006a.06.06 0 0 1 .039-.049c-.011-.093-.043-.169-.154-.154m16.178-11.6a2 2 0 0 1 .215 0h.033a.44.44 0 0 0-.2-.164.35.35 0 0 0-.309.064.26.26 0 0 0 .262.096Zm-17.5 7.258c.16 0 .264.027.267-.158v-.245a.1.1 0 0 1-.024.009H9c-.08.123-.162.253-.234.389Zm15.464 1.484a.4.4 0 0 0 0 .236.2.2 0 0 0 .136.076l.1.018a1.4 1.4 0 0 0-.215-.415 1 1 0 0 1-.023.081Zm-.012 2.968v.218q-.001.05.006.1l.055-.055.033-.027a.3.3 0 0 1-.006-.055c0-.121.03-.291.033-.354a.2.2 0 0 0-.123.169Zm2.42-7.885c0 .018-.006.036-.006.061 0 .021 0 .015 0 0v.206a3 3 0 0 0 .185-.385.3.3 0 0 0-.142.018c-.027.009-.036.036-.039.096ZM12.516 27.6h.009zc-.067 0-.133.006-.2.006h-.067a3 3 0 0 0 .412.145V27.7c0-.078-.051-.108-.145-.1m12.053-7.864h-.079a1.7 1.7 0 0 0 .267.215c.026-.177-.004-.214-.189-.214Zm-16.3 4.289h-.015a.1.1 0 0 1-.039-.015l.027.03a.8.8 0 0 0 .176.151v.024a.5.5 0 0 0-.006-.1c-.007-.061-.043-.085-.143-.088Zm5.237 1.084a.6.6 0 0 0-.091-.1.13.13 0 0 1-.07-.061l-.009-.006c.007.158.01.163.17.169Zm-2.32 1.206c.236 0 .254-.051.267-.282v-.042c0-.185-.058-.191-.264-.191s-.267.006-.273.218v.064a.4.4 0 0 0 .021.161.12.12 0 0 0 .1.067 1 1 0 0 0 .146.006Zm-2.411-9.6h-.034c-.194 0-.227.042-.227.26v.012h-.006c0 .212.03.261.264.264s.261-.03.273-.264-.045-.27-.27-.273ZM8.511 23.1c0 .115-.009.164.112.188a1 1 0 0 0 .294 0c.154-.024.115-.145.115-.282 0-.17 0-.242-.182-.248-.079 0-.251-.033-.318.027s-.024.236-.021.315m-.354-.933c-.227 0-.248.024-.248.251 0 .17-.012.251.17.267.085.006.242.03.309-.015s.051-.182.058-.257v-.033c-.004-.186-.089-.21-.289-.21Zm4.329 3.617c-.073 0-.261-.033-.318.018-.079.07-.03.251-.036.339-.012.206.142.176.306.173.142 0 .212-.006.224-.16.014-.18.044-.367-.177-.367ZM7.29 17.026c.006.242.118.224.336.221.173 0 .191-.058.191-.182v-.112c0-.236-.033-.236-.264-.236-.23 0-.264.052-.264.245Zm.27 3.853c.221.015.26-.018.26-.239v-.04c0-.2-.024-.248-.257-.248s-.254.03-.261.254a1 1 0 0 0 0 .073c.004.167.049.185.258.2m4.5 5.177c0-.173.006-.27-.182-.273-.085 0-.233-.024-.3.027a.18.18 0 0 0-.045.139v.161c0 .167.045.2.205.2h.046-.046.055c.229.01.262-.021.262-.254ZM8.5 18.253c.006.227.115.206.324.2s.209-.036.209-.233c0-.242 0-.309-.261-.3s-.279.08-.272.333M7.824 21.2c-.021-.218-.048-.251-.27-.251s-.264.033-.264.264c0 .209.038.251.224.265h.049c.242.001.282-.038.261-.278m.33-3.938c.239 0 .273-.036.273-.273s-.042-.273-.285-.273c-.227 0-.245.058-.245.276-.004.24.011.271.257.271Zm4.253 8.451c.224 0 .254-.039.254-.26 0-.2 0-.27-.215-.273h-.091c-.182 0-.236.027-.236.257h.006c0 .244.039.277.282.277Zm-4.247-9.6c-.245 0-.257.07-.267.3v.021c0 .215.1.209.309.212s.224-.073.224-.242v-.076c0-.219-.051-.216-.266-.216Zm5.092 9.115c-.045-.07-.151-.039-.221-.036-.233.006-.336-.039-.336.23 0 .245.045.294.294.294h.039c.182 0 .227-.009.23-.218 0-.039.012-.115.012-.176a.2.2 0 0 0-.018-.096Zm-1.8.157v.067c0-.236-.033-.282-.27-.282s-.264.039-.264.266c0 .2.012.27.218.273h.067c.2 0 .251-.027.251-.26-.002-.032-.002-.049-.002-.065Zm-2.074-2.016c-.236 0-.27.03-.27.267 0 .257.058.267.309.264.209 0 .221-.07.221-.267 0-.224-.038-.264-.26-.264m.606.6h-.092c-.139 0-.176.033-.179.212-.006.245-.015.33.251.333.064 0 .2.027.251-.036s.015-.23.021-.3c.026-.227-.036-.203-.253-.206ZM7.5 19.665h.139c.148 0 .185-.027.185-.221 0-.245-.048-.318-.3-.315-.23 0-.227.07-.227.276-.004.22.012.254.203.26m1.281 3.717c-.236 0-.273.027-.282.26v.036c0 .206.055.224.285.221s.245-.055.248-.276v-.033c0-.19-.032-.239-.251-.209Zm.181-1.182a.45.45 0 0 0-.194-.024c-.2 0-.276 0-.27.221s.024.3.264.3.276-.039.27-.282v-.039a.4.4 0 0 0-.017-.116.1.1 0 0 1-.053-.06M8.5 16.26a.9.9 0 0 0 .012.324c.058.1.273.073.382.058.176-.021.148-.17.145-.318-.009-.218-.073-.221-.282-.2-.152.009-.237-.064-.257.136m2 7.639c.188.009.333.033.345-.179.015-.236.015-.327-.23-.348-.188-.015-.288-.036-.3.173-.015.191-.035.342.185.355Zm-1.66-2.348h-.084c-.254 0-.279.133-.254.37.018.2.158.164.33.16.076 0 .142.012.188-.051a.64.64 0 0 0 .024-.3c-.012-.16-.084-.178-.206-.178Zm2.22 1.814c-.17 0-.133.1-.133.23 0 .112-.048.251.079.3a.9.9 0 0 0 .373 0c.106-.042.073-.154.061-.254a1 1 0 0 0 .012-.118.05.05 0 0 1 0-.03.1.1 0 0 0 0-.027q-.032-.044-.07-.088a1.1 1.1 0 0 0-.323-.012ZM12.291 27c-.2.018-.176.182-.164.357.015.2.145.179.321.176.23-.006.23-.088.206-.3-.026-.25-.123-.262-.363-.233m-3.522-9.68c-.218 0-.258.036-.27.254v.079c0 .17.048.2.26.2.236 0 .27-.03.27-.267 0-.229-.029-.266-.26-.266m-1.206 1.739c.227 0 .26-.039.26-.264 0-.239-.006-.267-.251-.267s-.27.03-.273.267.037.264.264.264m3.637 4.928c-.076 0-.182-.021-.236.042a.6.6 0 0 0-.045.27c-.018.258.133.2.348.2.194-.006.185-.027.185-.218 0-.236-.003-.294-.252-.294m-4.3-2.514c.039 0 .079.006.115.006.109 0 .194-.015.206-.158.018-.194.042-.37-.176-.373h-.036c-.036 0-.106-.006-.167-.006a.2.2 0 0 0-.121.024c-.054.048-.029.164-.025.233h-.005c0 .213.003.268.209.274m.194-2.341c-.094 0-.261-.033-.345.012s-.049.185-.049.273c0 .212-.006.245.221.248.115 0 .239.027.288-.094s.066-.445-.118-.439Zm6.131 7.291v-.006a.2.2 0 0 0-.124-.036c-.027 0-.058.006-.1.006-.085.009-.221-.03-.264.076a1.3 1.3 0 0 0 0 .288c-.009.173.079.176.23.173a.5.5 0 0 0 .254-.039 1 1 0 0 1-.006-.173c-.003-.098.003-.192.006-.289Zm-3.838-3.659c-.248 0-.267.057-.282.3-.012.212.058.227.257.227s.27-.015.273-.224c.003-.237 0-.303-.248-.303m-1.82.53c.224 0 .236-.061.254-.279s-.024-.254-.251-.254c-.264 0-.282.073-.279.327.002.221.063.212.275.206Zm.863-5.231c0-.076-.027-.133-.13-.133-.136 0-.351-.079-.4.082a.3.3 0 0 0 0 .088c0 .064.009.133.009.176 0 .015-.006.027-.006.039a.14.14 0 0 0 .033.115.7.7 0 0 0 .412.018.125.125 0 0 0 .085-.133c0-.033-.009-.073-.012-.115.002-.047.008-.092.008-.138Zm-.884-1.421H7.6c.206 0 .221-.027.221-.26 0-.248-.064-.27-.309-.273-.209 0-.221.067-.221.267.002.224.036.263.254.266Zm.248 4.928c-.064-.051-.212-.015-.285-.012-.209.012-.227.024-.215.23 0 .058-.021.23.03.276s.167.018.227.018h.076c.188-.009.212-.067.2-.294 0-.054.018-.176-.034-.218Zm-.5-3.953c.006.064.021.182.076.224s.161 0 .23.012c.009 0 .021.006.03.006h.009a.044.044 0 0 1 .045-.024h.1v-.006a1.3 1.3 0 0 0 .058-.2.44.44 0 0 0-.033-.242c-.067-.124-.236-.091-.36-.07-.162.03-.174.142-.159.3Zm.088.836c.1.03.382.042.436-.061a.5.5 0 0 0 .03-.2.43.43 0 0 0-.061-.267h-.1a.05.05 0 0 1-.03-.009c-.121-.009-.3-.033-.354.076a.4.4 0 0 0-.027.16c-.007.131.024.274.102.301Zm2.6 4.913c-.124 0-.233-.024-.27.112a.6.6 0 0 0 .042.388c.064.064.282.048.367.036.148-.021.13-.13.118-.264.02-.314-.004-.269-.262-.272Zm.6 1.733c.224 0 .273-.021.276-.251s-.021-.27-.245-.273-.285.006-.288.239.004.286.249.286ZM7.93 18.547a.64.64 0 0 0-.079.373c.012.154.027.154.179.154v-.015h.227c.121 0 .136-.106.136-.2 0-.07.052-.264-.009-.312a.73.73 0 0 0-.454 0m-.106 1.415c0-.118.039-.23-.121-.224-.23.009-.388-.061-.4.218-.012.23-.009.309.236.315.064 0 .206.027.258-.024s.027-.213.027-.285m3.408 5.162c.206-.006.221-.085.221-.251V24.8c0-.218-.049-.224-.264-.224-.248 0-.239.042-.251.267 0 .045-.015.1-.018.148a.13.13 0 0 0 .036.109c.054.05.209.026.275.023ZM8.178 22.76c-.17 0-.291-.018-.279.176 0 .049.024.1.024.148 0 .03-.024.094-.015.121.039.124.248.091.36.085.2-.006.158-.109.164-.279.01-.226-.021-.251-.254-.251m-1.342-4.307c.124.009.345.049.382-.1a1.6 1.6 0 0 0 .009-.294c0-.076.015-.13-.082-.133a1.3 1.3 0 0 1-.267 0c-.173-.03-.191.055-.185.2s-.051.315.143.327m5.64 7.939c-.076 0-.236-.033-.3.012-.1.07-.033.209-.039.309 0 .036-.006.058-.006.07l.005-.046c-.01.228.13.194.349.183.2-.012.164-.073.17-.254s.009-.266-.179-.274m-5.41-9.072a2 2 0 0 0-.279 0c-.133.027-.109.173-.1.279.009.206-.006.236.2.239.142 0 .288.073.33-.094.031-.144.046-.444-.151-.424m-.391-1.515a1 1 0 0 0 .006.115c.015.112.076.13.173.13H6.9c.267 0 .312-.006.312-.282 0-.109 0-.194-.112-.233-.085-.03-.3-.082-.373 0a.5.5 0 0 0-.052.271Zm.515 1.275h.024c0-.121.033-.276-.094-.318-.091-.033-.388-.055-.421.039a1 1 0 0 0-.012.239.5.5 0 0 0 0 .158c.039.082.109.091.2.088v-.006c.231-.008.303.074.303-.199Zm-.427 3.78a.74.74 0 0 0 .415 0c.088-.067.039-.33.036-.427 0-.124-.188-.079-.276-.085-.073 0-.188-.03-.239.039s-.029.426.064.474ZM6.13 16a.2.2 0 0 0 .121.03c.079.006.251.036.315-.015s.045-.2.045-.285.024-.179-.061-.224a1.2 1.2 0 0 0-.418-.006.17.17 0 0 0-.027.094 1 1 0 0 1-.018.224c.013.063.034.124.043.182m4.716 8.139c0-.173-.073-.188-.261-.188s-.276.021-.276.2v.049c.012.233.03.294.267.3.064 0 .2.024.242-.03a.23.23 0 0 0 .024-.136v-.144c.002-.015.005-.036.005-.048Zm-2.42-4.68c.006-.2.021-.321-.2-.327-.185-.006-.3-.052-.318.148-.024.236-.042.336.209.37.212.027.3.05.309-.188Zm-1.457.285c-.273 0-.248.064-.267.3a1 1 0 0 0-.006.076c0 .158.07.17.276.167s.251-.036.248-.209v-.03c-.012-.227-.024-.3-.264-.3h.012Zm.454 2.941c.121 0 .285.033.339-.082a.6.6 0 0 0 .049-.285c-.042-.182-.215-.173-.367-.167-.2.006-.191.257-.188.4.004.161.044.137.168.137ZM6.739 19.1a.6.6 0 0 0 .424-.045c.1-.082.124-.53-.061-.521a1 1 0 0 0-.37.064c-.073.049-.045.215-.045.306.001.085-.027.146.052.196m1.6-1.766c-.085-.03-.367-.033-.418.049a.8.8 0 0 0-.021.317c0 .085.012.158.115.158a1.2 1.2 0 0 0 .348-.009c.079-.045.064-.176.067-.273s.015-.207-.095-.247Zm.094 2.644c0-.154-.024-.23-.218-.236-.164 0-.333-.03-.333.17.03.215.036.354.264.363l-.009-.006h.018c.048 0 .091.006.127 0a.15.15 0 0 0 .109-.039.27.27 0 0 0 .045-.176c-.004-.032-.007-.054-.007-.08Zm3.442 6.415h-.022c-.2.009-.285 0-.306.215-.015.176-.048.327.167.321.164 0 .324.012.345-.173.023-.214.028-.368-.187-.367Zm-2.764-2.145c.018.218.079.242.294.254.2.009.251-.048.236-.245-.021-.23-.051-.288-.285-.285s-.263.052-.245.276M6.33 16.623a.32.32 0 0 0 .212.015c.1-.049.121-.521 0-.521a.9.9 0 0 0-.391.024q.059.104.118.212c.064.074-.015.207.061.27m.118 1.905c-.209 0-.173.118-.173.3s.012.27.221.233c.164-.027.118-.188.115-.33s-.011-.202-.163-.202Zm.055.606-.049-.007h-.015.012c-.08-.009-.139 0-.169.1s-.042.363.033.427a.19.19 0 0 0 .3-.109c.018-.129.051-.383-.115-.41Zm-.073 1.137c.245 0 .185-.212.182-.406 0-.118-.212-.188-.3-.112-.051.042-.048.151-.042.239a.4.4 0 0 1 .048.26.25.25 0 0 0 .112.019m.182-2.232c0-.112-.136-.133-.224-.094s-.076.133-.115.221v.091c.009.154.024.209.191.2.221-.013.145-.243.148-.419Zm-.267-.754a.34.34 0 0 0 .212 0c.045-.027.073-.148.073-.27s-.024-.227-.082-.245c.009 0 .009.006 0 .006v-.015l-.044-.009h-.01.009c-.177-.024-.2.159-.2.328-.003.092-.03.158.042.204Zm.142.033c-.112 0-.17 0-.188.118-.015.106-.049.367.073.415a.176.176 0 0 0 .239-.124c.025-.127.059-.407-.123-.41Zm1.424 4.728c.058.073.385.067.448.033.13-.07.073-.433.039-.551q-.12.237-.239.47l-.027-.009v-.027q.024-.458.048-.921l.027-.094-.012.009c-.015.009-.036.015-.045.021.006 0-.024-.015-.024-.027-.048 0-.158-.006-.248-.006v.012c0 .009.009.012-.015.018a.76.76 0 0 0 .012.433c.042.088.17.067.258.067-.012.121-.1.049-.164.07-.1.033-.018.015-.033.082-.022.092-.103.326-.025.42M23.917 16a.05.05 0 0 1 .048.033.2.2 0 0 0 .064 0c.109-.018.115-.051.118-.16a1 1 0 0 0 0-.279c-.033-.1-.091-.076-.188-.076-.17 0-.327-.073-.333.139 0 .109-.033.26.03.351q.129-.008.261-.008m.194.121c-.021-.018-.161 0-.227-.018q-.106-.001-.212.006a.21.21 0 0 0-.045.221c.03.16-.07.294.148.309.151.009.345.055.376-.118.012-.076.036-.34-.04-.397Zm1.724 2.405c-.042 0-.085.006-.115.006s-.085-.009-.133-.009a.18.18 0 0 0-.124.033c-.061.061-.027.236-.027.312-.012.045-.024.061-.033.061-.024 0-.042-.115-.042-.16 0-.17 0-.23-.182-.236-.039 0-.082-.006-.127-.006-.1 0-.191.018-.221.115s-.018.354.07.412c.173.106.442-.082.633.009a1.1 1.1 0 0 0 .37-.006c.079-.042.067-.112.07-.2 0-.07.042-.224 0-.285a.17.17 0 0 0-.139-.043Zm-.409-3.265v-.047a.1.1 0 0 0 .016.047c0 .091-.012.145.076.17a.4.4 0 0 0 .109.009 1 1 0 0 0 .206-.021.17.17 0 0 0 .127-.136h-.009a2 2 0 0 0 0-.273.13.13 0 0 0-.139-.13 2 2 0 0 0-.2.024c-.164.027-.167.112-.2.239.005.042.014.081.014.12Zm-.33 6.216c.221 0 .26-.033.26-.254 0-.236-.03-.276-.27-.276s-.26.051-.26.245v.07c.003.205.074.217.274.217Zm-.566-5.973c-.185 0-.3-.036-.309.173 0 .048-.006.094-.006.136 0 .133.027.233.2.23.2 0 .33 0 .336-.218v-.115c.005-.141-.025-.204-.222-.204Zm.47 4.167a.7.7 0 0 0 .312-.024c.094-.064.048-.176.055-.267v-.068c0-.123-.035-.179-.189-.179-.133 0-.306-.03-.345.121-.046.174-.04.396.167.417m-1.248-4.244v.006c.121 0 .363.048.367-.118 0 .009.021.006.021 0s.018-.039.015-.058c-.006-.076.039-.291-.048-.327a.47.47 0 0 0-.4-.021h.022a.2.2 0 0 0-.053.015l-.015.009a.14.14 0 0 1-.049.061V15a1.6 1.6 0 0 0-.039.336c-.031.136.087.091.178.091Zm1.93.682c-.088 0-.176-.015-.224.067a.7.7 0 0 0-.027.3c.012.2.185.173.361.164.215-.009.176-.151.176-.342-.006-.214-.091-.186-.288-.189Zm-1.039 2.432a2 2 0 0 0-.23-.027.21.21 0 0 0-.158.042.64.64 0 0 0-.024.4c.03.1.106.106.191.106h.112c.033 0 .07.006.1.006a.12.12 0 0 0 .094-.033c.048-.048.009-.188.018-.254a1 1 0 0 0 0-.073v.012h.006v-.02c0-.028 0-.02 0 0 .018-.089.004-.139-.111-.159Zm.521-2.5c.182 0 .2-.058.2-.188v-.1c0-.239-.03-.248-.264-.248s-.27.036-.27.27v.1a.18.18 0 0 0 .052.148c.056.046.207.019.28.019Zm-1.09 1.284a.8.8 0 0 0-.3-.006c-.106.012-.133.024-.148.136 0 .036-.009.112-.009.182a.4.4 0 0 0 .012.136c.024.067.07.076.13.079v-.006c.03 0 .036-.006.055-.006h.009v.006c.121 0 .3.051.339-.106a.1.1 0 0 0 0-.021 1 1 0 0 0 .012-.142c-.008-.105-.03-.214-.102-.251Zm.188 1.115c.073.064.433.07.479-.039a.5.5 0 0 0 .018-.2.4.4 0 0 1-.03.188 1.1 1.1 0 0 0 .006-.424 1.1 1.1 0 0 0-.46-.03c-.097.04-.14.458-.016.506Zm.83-.518c-.257 0-.267.067-.26.315.006.221.088.218.3.218.23 0 .233-.039.23-.264s-.033-.268-.273-.268Zm.258-2.941c-.049-.076-.139-.051-.224-.082-.236 0-.285-.018-.3.23v.1c0 .127.033.188.209.194s.315.045.327-.161c0-.036.009-.106.009-.167a.3.3 0 0 0-.024-.113Zm-1.63 3.475a.23.23 0 0 0 .139-.012h.006c.027 0 .058.006.082.006.082 0 .148-.009.176-.109a.75.75 0 0 0-.015-.385.26.26 0 0 0-.185-.048.8.8 0 0 0-.2.021c-.133.039-.121.151-.121.276v.006c-.002.215-.002.248.118.245m2.718-4.15h.005a.04.04 0 0 0-.018 0h-.052c-.2.009-.327-.045-.336.188s-.012.327.242.321c.07 0 .215.036.27-.024s.033-.239.03-.309c-.009-.136-.038-.171-.141-.176m-2.191 1.836c-.058.058-.018.194-.015.26.006.1-.033.233.1.239.157.006.379.076.415-.124.018-.088.042-.336-.045-.4a.76.76 0 0 0-.455.025m1.721 1.348c-.009-.191-.091-.167-.27-.167-.23 0-.264.03-.267.26v.027c0 .151 0 .227.176.239.088.006.248.027.315-.036a.24.24 0 0 0 .051-.179c.001-.05-.005-.102-.005-.144m-.86-.17c-.239 0-.273.036-.279.27s.036.264.279.26.251-.051.254-.276-.015-.254-.254-.254m-.978-.573c-.039-.058-.194-.033-.251-.03-.179 0-.251 0-.261.191-.009.206-.036.333.194.342.067 0 .258.039.309-.009s.036-.236 0-.291.048-.142.008-.202Zm-.2 1.778c-.194 0-.3 0-.309.218-.006.251.006.315.267.315.236 0 .267-.036.267-.273-.005-.199-.017-.262-.229-.259Zm.566-1.206c-.212.006-.264-.027-.267.206s.009.333.261.324.27-.064.27-.312c-.004-.22-.052-.217-.267-.217Zm0-3.026c-.07 0-.2-.021-.251.039s-.018.224-.015.288c.012.158.024.2.185.2a.6.6 0 0 0 .26-.009c.118-.061.085-.245.079-.357-.007-.181-.089-.154-.254-.16Zm1.93 3.023c-.224.018-.37-.067-.376.2-.006.245-.015.333.257.333a1 1 0 0 0 .145 0 .13.13 0 0 0 .115-.124 1 1 0 0 0 .018-.167c.001-.123-.026-.25-.16-.241ZM24.59 14.9c-.291-.015-.354.033-.354.327 0 .2.067.212.251.212h.051v-.006c.121 0 .209-.012.221-.179.006-.061.012-.121.012-.17 0-.102-.033-.175-.181-.184m.9 3.538a.8.8 0 0 0 .409.015.13.13 0 0 0 .07-.139 1 1 0 0 1 0-.073v-.085c0-.23-.015-.23-.267-.23-.164 0-.224.006-.251.173a1 1 0 0 0-.024.182.17.17 0 0 0 .062.157Zm-.636-1.817c.064.058.33.036.4.021.139-.03.1-.151.1-.279-.009-.07.033-.167-.024-.224s-.133-.006-.206-.012c-.13-.012-.26-.045-.294.106-.007.06-.03.336.023.387Zm1.087-1.833c.051-.061.024-.236.021-.3 0-.112-.006-.2-.152-.191-.13.012-.291-.045-.351.1-.036.088-.061.357.027.418a.62.62 0 0 0 .455-.027m-.121 1.923c-.088.015-.245-.036-.324.021s-.058.2-.051.291c.018.224.091.224.306.224.133 0 .2.012.212-.13s.069-.442-.144-.406Zm-.618 4.84c-.145 0-.339-.055-.373.115a.84.84 0 0 0 .006.348c.067.139.467.1.5-.052a.55.55 0 0 0 .021-.273c-.012-.113-.033-.134-.156-.137Zm.151-4.747c-.033-.145-.224-.1-.354-.091-.179.008-.186.082-.162.222l.011.063c.021.115-.058.212.094.251a.9.9 0 0 0 .348-.012c.093-.047.084-.337.063-.432Zm.709.388a.55.55 0 0 0 .439.049c.121-.061.067-.324.064-.436s-.415-.136-.5-.051a.58.58 0 0 0-.003.439Zm.439-1c-.13.021-.273 0-.4.015a.1.1 0 0 1-.058-.006 1.1 1.1 0 0 0 .021.315c.021.158.106.13.254.13.1-.015.209.036.248-.085a2 2 0 0 0 .018-.224.25.25 0 0 0-.027-.13.1.1 0 0 1-.057-.017Zm-1.536 5.967c-.185-.027-.124.194-.13.3-.012.264.109.209.327.227a.86.86 0 0 0 .152-.533 1.7 1.7 0 0 1-.349.005Zm1.118-6.649a.7.7 0 0 0-.033.473.07.07 0 0 1 .045-.018 2 2 0 0 1 .227 0c.051 0 .157.012.2-.021l.036-.021.006-.009a1 1 0 0 0-.018-.091 4 4 0 0 0-.463-.314Zm-.215 4.229q-.037.002-.088-.006a.6.6 0 0 0-.294.018c-.079.055-.045.139-.042.227s-.042.212.024.273a.21.21 0 0 0 .194.009.2.2 0 0 0 .064-.036l.148-.457v-.009Zm-.436.794c0 .1-.033.406.1.288a.04.04 0 0 0 .015-.015 2 2 0 0 1 .124-.43.2.2 0 0 0-.039-.012c-.155-.057-.2-.015-.2.167Zm-.675 2.738q-.002-.034.006-.082a5 5 0 0 1-.024-.379.12.12 0 0 0-.055-.048c-.015.109.045.218.009.33-.055-.012-.088-.061-.115-.121a1.3 1.3 0 0 0-.088-.212h-.079c-.133.009-.185.042-.188.218 0 .079-.03.248.036.3a.85.85 0 0 0 .485 0h.027v-.027a.1.1 0 0 1-.015.019Zm.085-.436q0 .2.027.391l.006-.009.024-.042a4 4 0 0 0 .221-.409h-.142a.125.125 0 0 0-.137.067Zm-.937 1.065c.224 0 .245-.042.245-.264 0-.242-.015-.258-.257-.258s-.273.018-.273.258.043.264.285.264m-.612 1.278c-.094 0-.206-.024-.264.067a.6.6 0 0 0-.015.291c.012.158.076.173.206.176h.061c.136 0 .242.033.264-.118a.9.9 0 0 0 0-.327c-.045-.114-.152-.086-.252-.086Zm.594-1.89c.233 0 .264-.051.264-.248v-.064c0-.209-.067-.218-.267-.218-.224 0-.254.039-.254.264-.001.238.021.269.257.269Zm.061-1.133c-.251-.006-.3 0-.318.245-.021.227 0 .279.209.285h.112c.179 0 .2-.03.2-.248-.001-.198.015-.276-.204-.279Zm.052 2.42c-.042 0-.121-.012-.2-.012a.24.24 0 0 0-.142.033c-.088.073-.03.239-.03.336v.009l-.006.034s0-.012.005-.032c-.021.212.233.181.388.166.173-.015.133-.139.133-.291s.021-.234-.148-.243m.009-.6h-.1c-.17.012-.288-.021-.291.173a1 1 0 0 0 0 .27c.027.094.073.082.173.085.161.006.342.064.354-.139.011-.137.042-.401-.137-.392Zm.642-.591c-.221 0-.424-.076-.427.194v.022c0 .239.03.306.288.306a4 4 0 0 0 .245-.456c-.014-.062-.057-.069-.107-.069Zm-.427.76c0 .154-.058.4.167.339a1.5 1.5 0 0 1 .079-.506.4.4 0 0 0-.058 0c-.125-.005-.186.007-.189.165Zm.064.442c-.112.006-.136.533.058.524a2.2 2.2 0 0 0 .027-.427c-.011-.051-.023-.102-.086-.099Zm-2.572.648c-.048-.067-.148-.055-.221-.051h-.015c-.224 0-.279 0-.279.23 0 .245 0 .3.251.3a.8.8 0 0 0 .185-.009.1.1 0 0 1 .082-.082.5.5 0 0 0 .015-.127c-.001-.063.023-.208-.019-.263Zm-.067.573a.5.5 0 0 0-.188-.012c-.227.015-.264.033-.264.264s.049.264.288.264c.224 0 .242-.051.245-.27a.5.5 0 0 0-.027-.2.12.12 0 0 1-.055-.053Zm.07-1.172c-.051-.079-.154-.055-.236-.055-.257 0-.288.055-.282.309 0 .127 0 .2.136.218s.409.051.4-.148c-.004-.087.029-.259-.019-.327Zm-.615.588c-.061-.061-.124.006-.194-.027-.112-.051-.276-.039-.312.085a.73.73 0 0 0 .024.412c.061.061.33.039.4.021.136-.03.1-.151.1-.276-.007-.066.036-.163-.022-.218Zm1.118.566c-.1 0-.318-.045-.385.036-.049.061-.03.23-.027.3.009.167.058.182.218.191.115.006.251.039.3-.082s.06-.451-.107-.447ZM6.966 16.112c-.239 0-.275.08-.275.279v.042c.006.239.121.212.336.209s.194-.067.2-.267v-.042c0-.191-.048-.22-.261-.221" style="fill:#644d31"/><path d="m12.3 23.984-.067-.066-.078-.076a.22.22 0 0 0-.228-.054.21.21 0 0 0-.133.182c-.015.11-.019.218-.023.323a2 2 0 0 1-.043.416l-.05.221h.338l.049-.1.141-.284.141-.283a.24.24 0 0 0-.038-.263Zm9.877-1.363-.062-.027a.31.31 0 0 0-.287.047l-.041.022a.26.26 0 0 0-.2.271 7 7 0 0 0 .087.857l.089.573.25-.523a.7.7 0 0 0 .057-.2v-.025l.073-.429.035-.2.014-.043a.33.33 0 0 0 .012-.256Zm-.348-2.513a5 5 0 0 0-.234.034 1.7 1.7 0 0 1-.6.022l-.032-.006a1 1 0 0 0-.081-.013 1 1 0 0 0-.095 0h-.7l.641.35a1.13 1.13 0 0 0 .59.187 1.3 1.3 0 0 1 .206.018l.09.012a3 3 0 0 0 .35.018 5 5 0 0 0 .7-.059l.511-.078-.449-.255a1.46 1.46 0 0 0-.901-.23Zm-11.912-.161a.23.23 0 0 0 .133-.044l.04-.028.036-.025.009-.006a3.1 3.1 0 0 1 1.318-.581q.314-.058.629-.112c.5-.087 1.015-.176 1.518-.3a2 2 0 0 0 .373-.1l1.422-.593-2.173.359-.365.045c-.372.046-.756.093-1.135.134a3.2 3.2 0 0 0-.99.227l-.321.15c-.107.05-.238.113-.36.168a.48.48 0 0 0-.314.516v.196Zm13.8-.28a1.1 1.1 0 0 0-.525-.2l-.39-.051a.2.2 0 0 0 .1-.036.3.3 0 0 0 .123-.161l.017-.051-.014-.052-.015-.063c-.005-.021-.007-.053-.013-.08l-.008-.031-1.046-1.467-.309-.27.015.008.19.1.184.1a.26.26 0 0 0 .2.032l.235-.067-.135-.2a5 5 0 0 0-1.06-.894 5 5 0 0 1-.515-.4 1 1 0 0 0-.048-.047l-.014-.013-.023-.023-.03-.014a3 3 0 0 0-.395-.143h.025a1.7 1.7 0 0 1 .378.115 7 7 0 0 1 .823.433 1.2 1.2 0 0 0 .245.143l.736.315-.532-.6a8.2 8.2 0 0 0-2.356-1.932l-.031-.012h-.015a1.35 1.35 0 0 0-.864.041.25.25 0 0 0-.181.325 2.3 2.3 0 0 1 .068.718v.113a.27.27 0 0 0 .168.271.3.3 0 0 0-.084.056.32.32 0 0 0-.081.237v.151l-.057-.115v.57a.4.4 0 0 0 0 .178v.096l.032.032.017.034.034.088-.02-.012a.2.2 0 0 0-.176-.014.2.2 0 0 0-.1.083.8.8 0 0 0-.074-.574l-.021-.033.06.012.068-.08a.8.8 0 0 0 .121-.349l.008-.04a2.2 2.2 0 0 0-.043-1.033 2.46 2.46 0 0 0-.892-1.423 4.1 4.1 0 0 0-1.56-.745 3.9 3.9 0 0 0-1.876.239l-.145.043a5 5 0 0 0-.322.113 2 2 0 0 0-.267.143A6.5 6.5 0 0 0 12.3 14l-.038.037-.036.034-.013.01a3 3 0 0 0-.224.194l-.1.089-.062.056a9.4 9.4 0 0 0-.878 1.183 4 4 0 0 0-.351.617c-.043.1-.1.194-.153.295a3 3 0 0 0-.188.373l-.272.667.553-.462c.226-.189.439-.4.648-.6l.028-.026.033-.031.019-.019a1.7 1.7 0 0 1 .266-.232l.218-.141a5 5 0 0 1 1.013-.555l.045-.015q.117-.052.248-.1l.038-.017a1.8 1.8 0 0 1 .406-.143l.307-.054q.248-.042.491-.089a4.7 4.7 0 0 1 .976-.112 5 5 0 0 1 .92.115 2.6 2.6 0 0 0-.491-.031c-.273.009-.555.018-.829.021a4 4 0 0 0-.756.092 6.5 6.5 0 0 0-2.666 1.322 11 11 0 0 0-1.021.946c-.095.1-.189.19-.286.286a.6.6 0 0 0-.076.1q-.409.646-.815 1.291a1 1 0 0 0-.128.3l-.119.492.4-.308.047-.035a1 1 0 0 0 .1-.076 3 3 0 0 1 1.135-.575h.013a6 6 0 0 1 1.517-.3 13 13 0 0 0 2.258-.4 4.4 4.4 0 0 0 1.362-.553 5 5 0 0 0 .579-.438.7.7 0 0 1-.132.376 1.9 1.9 0 0 1-.748.548l-.016.008a9 9 0 0 1-1.764.68c-.239.066-.49.117-.733.166a14 14 0 0 0-.636.139c-.156.039-.318.073-.474.105a4.6 4.6 0 0 0-1.235.382 1.64 1.64 0 0 0-.752.767.85.85 0 0 0-.055.571l.116.463.217-.425q.032-.062.059-.122a1 1 0 0 1 .118-.212 1.17 1.17 0 0 1 .748-.45c.192-.036.385-.057.59-.079l.279-.031c.359-.046.727-.074 1.084-.1a18 18 0 0 0 1.325-.135 4.5 4.5 0 0 0 1.887-.631q.15-.1.3-.195a4.6 4.6 0 0 0 .865-.647 3.2 3.2 0 0 0 .658-.9 1.38 1.38 0 0 0 .369 1.256 1 1 0 0 0 .055.051 4 4 0 0 0 1.138.775 7 7 0 0 0 1.149.409 1.4 1.4 0 0 0 .486.037l.061-.007a8.5 8.5 0 0 1 1.126-.077h.223a7 7 0 0 1 .864.051l.7.1ZM19.58 18c.177.137.348.26.5.368q.085.06.168.123a2.7 2.7 0 0 0 .712.421c.1.037.212.079.315.12.149.059.3.12.457.168l.116.036.084.025h.018c.176.036.36.07.523.1a11 11 0 0 1-1.243-.223 1.7 1.7 0 0 1-.71-.327 39 39 0 0 1-.939-.815Z" style="fill:#885630"/><path d="M20.381 26.872a46 46 0 0 1-.323-.8l-.058-.14v-.017a.17.17 0 0 0-.055-.084l-.034-.028-.108.13a3 3 0 0 1-.5.6l-.064.079a2.4 2.4 0 0 1-.544.325c-.115.056-.235.113-.349.182l-.125.076.146.007q.093.002.187.012a3.5 3.5 0 0 1 1.215.29c.134.062.144.174.156.306 0 .042-.005.052-.005.052a.03.03 0 0 1-.018 0h-.012a.13.13 0 0 1-.055-.013 11 11 0 0 0-1.407-.4q-.2-.047-.4-.1l-.029-.01-.031-.011h-.012a.09.09 0 0 0-.071.084.145.145 0 0 0 .106.2 2 2 0 0 1 .223.071c.142.05.289.1.431.139a4 4 0 0 1 1.124.479.22.22 0 0 0 .121.045.4.4 0 0 0 .144-.05.46.46 0 0 0 .25-.62.6.6 0 0 1 .089-.576.21.21 0 0 0 .008-.228m-4.989.648a3 3 0 0 1-.462.042 2 2 0 0 1-.34-.026c-.04-.008-.045-.018-.049-.053a.04.04 0 0 1 0-.018.1.1 0 0 1 .019-.005q.165-.034.328-.073a4.5 4.5 0 0 1 .917-.147v-.04h.042v-.034l.009-.047-.048-.006a1 1 0 0 1-.377-.161q-.065-.04-.132-.077a1.9 1.9 0 0 1-.821-.809 2 2 0 0 0-.22-.3l-.1-.122-.052-.067-.026.08-.044.14a4 4 0 0 1-.127.365.7.7 0 0 0 0 .65.19.19 0 0 1-.048.23q-.105.114-.209.232l-.143.159-.011.012a.13.13 0 0 0-.047.133 1 1 0 0 1 .016.1.33.33 0 0 0 .137.277q.01-.001 0 .044v.618a.15.15 0 0 0 .047.134.9.9 0 0 0 .348.116h.022a.17.17 0 0 0 .09-.113.3.3 0 0 1 .024-.05.2.2 0 0 0 .023-.038l.008-.017a3 3 0 0 0 .3-.2 2 2 0 0 1 .387-.238c.155-.065.309-.142.457-.216a3.5 3.5 0 0 1 1.014-.381l.281-.044-.281-.044a2.9 2.9 0 0 0-.932-.006m2.269-.17a.12.12 0 0 0-.035-.086.1.1 0 0 0-.082-.023h-.033a1.6 1.6 0 0 1-.315.029h-.227a1 1 0 0 0-.091 0h-.069a.076.076 0 0 0-.063.074.14.14 0 0 0 .116.155 1.4 1.4 0 0 0 .338.041 2 2 0 0 0 .351-.028.118.118 0 0 0 .111-.144ZM26.825 12.9a.156.156 0 0 0 .118-.164q.022-.337.055-.675c.024-.306.052-.612.079-.936l-.051.012c-1.79.524-3.7 1.015-5.495 1.536-.091.027-.006.17.03.233.282.494.582.948.857 1.445.024.042.045.064.076.07.015 0 .064-.039.082-.045q2.122-.741 4.25-1.475Zm-.264-1.29q.286-.002.3.306a.38.38 0 0 1-.336.382.334.334 0 0 1-.321-.321.37.37 0 0 1 .358-.37ZM7.73 15.07l.851.118q.654.09 1.309.179h.024c.051 0 .061-.048.073-.094.115-.385.23-.766.351-1.151.027-.082 0-.106-.076-.127q-1.222-.318-2.444-.642l-2.442-.643a.2.2 0 0 0-.048-.009.05.05 0 0 0-.049.024.04.04 0 0 0-.006.018.2.2 0 0 0-.006.039q-.09.9-.194 1.8c-.009.076.006.109.064.124l.045.009c.848.121 1.699.236 2.548.355m-1.966-1.6a.4.4 0 0 1 .273-.073.31.31 0 0 1 .342.236.57.57 0 0 1-.121.675.36.36 0 0 1-.479 0 .59.59 0 0 1-.015-.839Z" style="fill:#fff"/><path d="M26.559 11.607a.377.377 0 0 0-.36.37.333.333 0 0 0 .321.318.39.39 0 0 0 .336-.382q-.009-.318-.297-.306M6.039 13.4a.4.4 0 0 0-.273.073.583.583 0 0 0 .015.839.36.36 0 0 0 .479 0 .56.56 0 0 0 .121-.675.315.315 0 0 0-.342-.237" style="fill:#1a1a1a"/><path d="M26.619 13.264c.176-.061.348-.136.527-.191a.17.17 0 0 0 .133-.179q.086-1.146.176-2.293c.009-.106-.009-.127-.118-.094-.572.182-1.145.354-1.72.533-.176.055-.179.055-.258-.118-.291-.654-.518-1.333-.757-2.005a.5.5 0 0 1 .009-.4 1.9 1.9 0 0 0 .024-.715 12 12 0 0 0-.327-1.99 7.6 7.6 0 0 0-.63-1.6c-.288-.545-.6-1.084-.93-1.608a1.27 1.27 0 0 0-.548-.539.9.9 0 0 0-.279-.065.26.26 0 0 0-.248.118.52.52 0 0 0-.088.542c.239.518.457 1.048.666 1.578.012.024.027.049.048.085a.09.09 0 0 1-.079-.055 8.5 8.5 0 0 0-1.26-1.015 16 16 0 0 0-1.9-1.1.7.7 0 0 0-.27-.082q-.242-.025-.485-.051a.366.366 0 0 0-.448.369c0 .136-.058.167-.17.176a.34.34 0 0 0-.248.242.88.88 0 0 0 .288.782c.56.524 1.1 1.066 1.645 1.608a.12.12 0 0 1 .055.058c-.042 0-.058-.009-.07-.024-.085-.055-.167-.1-.242-.148-.379-.251-.751-.509-1.13-.754a1.2 1.2 0 0 0-.582-.215.57.57 0 0 0-.494.182.35.35 0 0 0-.112.318.56.56 0 0 0 .282.394 10.3 10.3 0 0 1 1.724 1.481 2 2 0 0 0 .145.142 1.4 1.4 0 0 1 .33.448c.042.076.027.094-.055.094a7.6 7.6 0 0 0-1.572.258.57.57 0 0 0-.5.354c-.082.264-.121.412.2.494a12 12 0 0 1 1.878.651.6.6 0 0 1 .148.1 4 4 0 0 0 .457.382 4.9 4.9 0 0 0 1.539.736c.067.015.127.048.191.064a.15.15 0 0 1 .118.118.5.5 0 0 0 .385.415c.027.009.049.027.076.036a.18.18 0 0 1 .118.136q.127.45.267.9c.033.1 0 .127-.088.154-.47.136-.936.279-1.4.421-.167.051-.17.055-.085.206l1.145 2.063c.161.291.167.291.46.139.03-.015.073-.067.1-.018s.076.112.03.164a6 6 0 0 0-.36.53.115.115 0 0 0-.006.148q.191.314.379.633a1.9 1.9 0 0 1-.118.536 3.2 3.2 0 0 0-.4-.9 13 13 0 0 0-.782-1.024 2 2 0 0 0-.139-.145 4 4 0 0 0-.881-.6 1.3 1.3 0 0 0-.43-.161 2.75 2.75 0 0 0-1.412.006.157.157 0 0 1-.206-.076 2.2 2.2 0 0 0-.363-.47 4.1 4.1 0 0 0-1.245-.736 3.7 3.7 0 0 0-1.09-.212 5 5 0 0 0-.585.021 3.1 3.1 0 0 0-1.439.369c-.088.055-.188.085-.279.136a5.5 5.5 0 0 0-1.281.857c-.391.385-.782.769-1.133 1.19a7.7 7.7 0 0 0-.987 1.6.2.2 0 0 1-.088.121c-.051-.321-.1-.63-.151-.939-.009-.058.027-.055.067-.049.112.012.221.018.333.033.085.012.13-.006.151-.1.027-.13.058-.26.085-.394.1-.5.251-.985.382-1.475.024-.094.009-.127-.088-.151-.482-.115-.963-.242-1.445-.357-.091-.021-.133-.055-.106-.151a12 12 0 0 1 .306-1.136.23.23 0 0 1 .07-.109.43.43 0 0 0 .2-.382.256.256 0 0 1 .176-.27c.23-.109.451-.236.669-.363a1.06 1.06 0 0 0 .412-.421 23 23 0 0 1 1.236-2.284 1.4 1.4 0 0 1 .127-.188 12 12 0 0 1 .972-.985.45.45 0 0 0 .145-.36.6.6 0 0 0-.191-.385.39.39 0 0 0-.351-.185.5.5 0 0 1-.112-.018c.024-.049.064-.061.1-.082q.641-.413 1.281-.83c.518-.333 1.033-.669 1.554-1 .067-.042.1-.076.024-.139-.151-.179-.151-.179-.3-.091l-4.344 2.7c-.127.079-.127.079-.191-.064a10 10 0 0 1-.33-1.021.14.14 0 0 1 .074-.173c.363-.291.7-.618 1.033-.936A.76.76 0 0 0 11.864 4c.027-.215-.115-.327-.309-.248a2 2 0 0 0-.279.133 13 13 0 0 1-2.71 1.067c-.055.015-.1.033-.148-.024a1.7 1.7 0 0 0-.351-.264.1.1 0 0 0-.079-.018.53.53 0 0 0-.336.185c-.2.294-.451.554-.639.86-.215.354-.421.709-.663 1.045-.045.064-.064.073-.106 0q-.402-.705-.8-1.409a4 4 0 0 0-.286-.427.48.48 0 0 0-.451-.2c-.033 0-.076-.006-.088.045a1.4 1.4 0 0 0-.073.418 8 8 0 0 0 .188 1.018c.145.578.309 1.151.482 1.721s.354 1.112.536 1.669c.015.049.042.091-.024.13-.085.049-.221.073-.236.158s.064.191.1.285.055.2.109.23c.073.036.139-.064.206-.1s.082-.027.109.036q.237.553.479 1.106a.23.23 0 0 1 .009.173 5 5 0 0 0-.242.909c-.015.088-.048.088-.115.07q-.526-.136-1.051-.267c-.154-.039-.154-.039-.173.118-.076.851-.151 1.69-.23 2.529-.006.076 0 .106.085.115.245.03.488.07.73.106.045.006.085.009.073.076-.055.285-.1.573-.158.854a.23.23 0 0 0 .042.206q.126.164.251.333a.24.24 0 0 1 .048.264.25.25 0 0 0-.042.148c.009.524.009 1.048.033 1.572.012.254.009.509.015.763.012.675.051 1.348.076 2.023.012.33-.045.657-.03.987 0 .082.021.127.106.154.2.064.394.145.6.209a.35.35 0 0 1 .233.2.55.55 0 0 1 .049.276.21.21 0 0 0 .1.2q.467.337.933.685c.821.606 1.642 1.215 2.466 1.817.076.058.094.1.049.185s-.07.17-.112.248a.114.114 0 0 0 .039.17 4 4 0 0 1 .3.236.25.25 0 0 1 .061.264c-.018.061-.109.006-.167 0-.039 0-.079-.012-.118-.018-.391-.064-.778-.164-1.175-.2a17 17 0 0 0-1.905-.088c-.033 0-.085-.03-.094.036s-.021.112.039.148a.6.6 0 0 0 .1.045 6 6 0 0 1 1.018.491 4 4 0 0 0 .654.339c.042.015.085.049.136 0q-.525-.417-1.051-.839a.15.15 0 0 1 .124-.018 8 8 0 0 1 1.248.188q1.349.323 2.678.724a3 3 0 0 1 .86.306.17.17 0 0 1 .094.164 4.6 4.6 0 0 1-.666-.027 14 14 0 0 0-1.757-.121c-.442.012-.885-.018-1.324.012-.624.042-1.248.124-1.869.191-.03 0-.079 0-.079.033a.1.1 0 0 0 .076.109 1 1 0 0 0 .142.015c.315.012.627.009.942.015.782.018 1.566-.015 2.348.051.282.024.566.012.842.064q1.949.362 3.883.778a2 2 0 0 1 .454.13c-.07.064.432.033 1.339.436a.19.19 0 0 1 .079-.17 7 7 0 0 0 .769-.712 8 8 0 0 1 .757-.672c.03-.024.055-.061.1-.042.227.091.451.179.706.279-.473.288-.921.563-1.366.833a.3.3 0 0 1-.067.024 1 1 0 0 0-.427.254c-.473.469 1.348-.285 1.266-.363a16.4 16.4 0 0 1 3.171-1.388c1.312-.451 2.65-.812 3.992-1.157l-.094-.021q-.13.014-.26.024a6.4 6.4 0 0 0-1.1.17.3.3 0 0 1-.139.027c.021-.076.257-.33.321-.312.055-.07.085-.094.127-.1a.9.9 0 0 1 .248-.236 1.5 1.5 0 0 1 .2-.109c.2 0 .4-.245.611-.33a3.1 3.1 0 0 0-.908.178c-.621.23-1.263.409-1.869.676-.936.409-1.869.818-2.769 1.306a1 1 0 0 1-.1.045c-.024-.218-.045-.427-.07-.636-.006-.042.015-.061.051-.079.8-.421 1.6-.839 2.429-1.184.685-.285 1.363-.594 2.051-.872a6 6 0 0 0-.466.863.074.074 0 0 0 .085-.021q.214-.225.424-.451a5.2 5.2 0 0 1 .888-.809c.024-.1-.015-.079-.042-.073-.312.064-.624.121-.933.194-.1.024-.1-.012-.1-.085 0-.248.033-.491.042-.739a.8.8 0 0 1 .073-.312q.185-.425.376-.851a1.8 1.8 0 0 0 .124-.445q.058-.364.094-.733c.039-.376.173-.73.236-1.1a7 7 0 0 1 .324-1.4c.158-.4.309-.8.47-1.2a11 11 0 0 0 .636-1.627.85.85 0 0 0 .006-.579 2.5 2.5 0 0 1-.1-.342.5.5 0 0 1-.015-.257 1.24 1.24 0 0 0-.079-.9c-.045-.079.009-.127.055-.176.112-.115.118-.167.021-.291-.112-.139-.221-.282-.342-.412-.1-.106-.194-.221-.294-.33-.07-.041-.064-.069.015-.096m-4.086-2.781c-.03-.085-.067-.13-.16-.109-.112.027-.173-.021-.221-.121a1.3 1.3 0 0 0-.273-.454 1.4 1.4 0 0 0-.509-.145c-.13-.033-.26-.073-.394-.094a1.8 1.8 0 0 1-.772-.345 17 17 0 0 0-1.178-.791 2.4 2.4 0 0 1-.382-.076c-.351-.073-.7-.148-1.051-.215-.085-.015-.1-.079-.106-.136a.17.17 0 0 1 .082-.182 1 1 0 0 1 .367-.1 12 12 0 0 1 1.7-.164 1.5 1.5 0 0 1 .394.082.23.23 0 0 0 .209-.036c.273-.182.548-.354.821-.533.042-.027.121-.045.088-.118a.1.1 0 0 0-.018-.027.08.08 0 0 0-.06-.019H21a1.46 1.46 0 0 0-.842.251.36.36 0 0 1-.391-.07 8.5 8.5 0 0 0-1.618-1.627c-.257-.224-.509-.457-.782-.663a.21.21 0 0 1-.055-.248c.061-.091.139-.051.212-.018a3.8 3.8 0 0 1 .666.37 25 25 0 0 0 2.235 1.375 1 1 0 0 0 .064.033c.115.039.176-.012.158-.133a.34.34 0 0 0-.08-.17c-.615-.724-1.263-1.418-1.9-2.123a6 6 0 0 0-.439-.4 1.1 1.1 0 0 1-.279-.351.2.2 0 0 1 .03-.239.12.12 0 0 1 .173-.03 3.5 3.5 0 0 1 .609.37q.5.382 1.015.763l1.018.76q.042.031.079.064c.064.058.118.118.179.179l.036.036a.5.5 0 0 0 .076.076c.07.042.142.079.215.006a.12.12 0 0 0 .039-.07.1.1 0 0 0 0-.027v-.012a.2.2 0 0 0-.055-.091l-.227-.236a6 6 0 0 0-.394-.376 37 37 0 0 0-1.345-1.066 7 7 0 0 0-.751-.439 1 1 0 0 1-.218-.2.18.18 0 0 1-.028-.194c.027-.067.094-.064.151-.07a.46.46 0 0 1 .251.064q.88.434 1.718.93.068.04.136.085c.312.2.609.427.9.657a2.5 2.5 0 0 1 .357.415c.048.061.015.115-.03.158a.5.5 0 0 1-.109.07c-.039.027-.091.051-.076.109s.07.064.115.073a.35.35 0 0 0 .2-.018c.212-.088.391.061.527.209.036.039.051.118.118.094s.079-.1.073-.173a4 4 0 0 0-.106-.56 9 9 0 0 0-.525-1.357c-.067-.161-.139-.321-.206-.482a.23.23 0 0 1 .061-.23c.039-.051.1-.006.154.018a.84.84 0 0 1 .394.418c.1.191.224.367.33.551a11 11 0 0 1 .551.96 9.3 9.3 0 0 1 .609 1.484 12 12 0 0 1 .318 1.406c.021.182-.012.357.009.533a1.85 1.85 0 0 1-.154 1.006.3.3 0 0 0 .015.264c.318.672.582 1.366.845 2.063.033.091.018.127-.076.154q-.914.27-1.827.548c-.088.027-.115 0-.142-.076-.154-.412-.3-.815-.445-1.221Zm-3.823 3.841a1.2 1.2 0 0 1 .757-.039l.018.006a7 7 0 0 1 .972.327.35.35 0 0 1 .142.1 2.6 2.6 0 0 1 .542.512c.239.309.479.621.7.975l-.042-.016a1.3 1.3 0 0 1-.232-.13 8 8 0 0 0-.851-.448 2 2 0 0 0-.418-.127 4.2 4.2 0 0 0-1.148-.051c-.106.009-.215 0-.321 0a.1.1 0 0 1-.115-.115 2.9 2.9 0 0 0-.076-.885c-.018-.061.018-.085.07-.1Zm-.077 2.185.009-.024.006-.018.006-.021.006-.018q-.001-.01.006-.021v-.156a.04.04 0 0 1 0-.018.1.1 0 0 1 0-.021v-.336c0-.1.033-.142.136-.139s.2 0 .307-.006h.094c.051 0 .1-.006.154-.006a3 3 0 0 1 .482.03 1.27 1.27 0 0 1 .694.206 4 4 0 0 1 .351.182q.418.252.836.509a.5.5 0 0 1 .148.136c.091.13.188.264.282.4.015.021.039.045.018.073a.05.05 0 0 1-.024.018.1.1 0 0 1-.064-.015c-.124-.07-.251-.136-.376-.206a6 6 0 0 0-1.369-.545l-.125-.034a2.5 2.5 0 0 0-.408-.1l-.191-.042c-.006 0 .006.015.021.03l.015.018a.2.2 0 0 0 .051.042l.024.012c.288.145.772.236 1.127.4h-.006l-.018-.009-.118-.055-.033-.015h-.009.009l.033.015.118.055.015.007q.042.02.079.039a4 4 0 0 1 .554.367l.339.26a2.5 2.5 0 0 1 .972 1.475c0 .018.009.036.012.055l.012.018a.16.16 0 0 1 .021.121q-.002.014.006.027c-.006.088-.076.051-.115.051a3.2 3.2 0 0 1-.769-.139h-.008c-.065-.019-.149-.048-.209-.067-.267-.094-.518-.206-.775-.3a3.5 3.5 0 0 1-.836-.521 10 10 0 0 1-1.263-1.03.4.4 0 0 1-.1-.133q-.042-.097-.079-.194l-.045-.118-.03-.076v-.03a.2.2 0 0 1 0-.13Zm1.907.185-.027-.01zm-.039-.015q-.03-.01-.061-.021l-.024-.008.024.008q.03.01.061.021m-.6-.2-.018-.006zm-.155-.049v-.035a.1.1 0 0 0 .035.01c-.014.009-.035.005-.041.024Zm-1.2-2.02a.1.1 0 0 0-.007.038.1.1 0 0 1 .007-.038m-.139 2.681c.009-.029.026-.044.043-.04q.014.002.027.03a2 2 0 0 0 .379.5c.157.151.327.291.491.439q.509.459 1.033.9a1.9 1.9 0 0 0 .782.363 18 18 0 0 0 1.987.321.9.9 0 0 1 .473.2h-.009l.03.024a9 9 0 0 0-1.118-.058 9 9 0 0 0-1.212.085 1.2 1.2 0 0 1-.424-.033 7 7 0 0 1-1.121-.4 3.9 3.9 0 0 1-1.087-.742l-.073-.07a1.3 1.3 0 0 1-.256-.354v-.013a1.35 1.35 0 0 1-.02-.893q.036-.132.079-.264Zm3.287 5.31h-.079c-.048 0-.1.012-.145.015a.11.11 0 0 0-.109.073c-.021.048-.049.091-.073.139l-.009.021a1.9 1.9 0 0 1-.4.606 2 2 0 0 1-.115.112q-.15.136-.315.257a2.5 2.5 0 0 1-.591.282l-.045.018-.042.018-.024.009-.039.012c-.045.018-.082.045-.058.115a.14.14 0 0 0 .148.1.3.3 0 0 0 .051 0 .8.8 0 0 0 .188-.042q.09-.034.185-.076a2 2 0 0 1 .13-.052 4 4 0 0 1-.106.43l-.027.067a8 8 0 0 1-.191.399 4.8 4.8 0 0 1-.512.827c-.042.055-.085.1-.13.151a2 2 0 0 1-.318.279q-.063.045-.13.091-.132.082-.264.154a4 4 0 0 1-.215.106l-.082.036-.067.027q-.027.01-.055.021-.075.03-.154.058a.2.2 0 0 1-.048.015q-.082.028-.164.051a6 6 0 0 1-.721.169h-.024l-.206.033q-.108.015-.221.03a2.7 2.7 0 0 1-.736-.021.1.1 0 0 1-.027-.006l-.036-.009a1 1 0 0 1-.182-.076c-.079-.042-.151-.088-.23-.127q-.082-.041-.164-.091a2 2 0 0 1-.2-.133.8.8 0 0 1-.294-.351 2 2 0 0 0-.115-.245q-.02-.035-.039-.067a3.4 3.4 0 0 0-.348-.463c-.052-.061-.1-.121-.158-.179q-.04-.046-.079-.088a9 9 0 0 0-.327-.348l-.085-.085a4 4 0 0 0-.363-.312 1 1 0 0 0-.1-.07 4 4 0 0 0-.306-.2l-.076-.045-.076-.036a2 2 0 0 1-.781-.936l-.013-.026a.26.26 0 0 0-.277-.156.8.8 0 0 1-.318-.061.6.6 0 0 1-.167-.106l-.032-.02a1 1 0 0 1-.074-.113 7 7 0 0 1-.487-.831v.01l-.007-.017v.007q-.042-.125-.092-.247-.025-.057-.045-.108a.5.5 0 0 1-.022-.132.4.4 0 0 1 0-.064l.009-.039.006-.018a.2.2 0 0 1 .024-.043.6.6 0 0 1 .16-.179l.085-.064q.088-.061.176-.118.136-.082.276-.154a5.2 5.2 0 0 1 1.081-.4q.03-.007.067-.015c.042-.009.088-.012.133-.018s.091-.006.133-.006h.133a1 1 0 0 0 .067 0q.225-.01.454-.024.341-.023.682-.055.34-.032.682-.07a4.4 4.4 0 0 0 1.187-.3 5 5 0 0 0 .233-.106q.07-.034.139-.07l.079-.042c.182-.1.363-.191.539-.294a.12.12 0 0 1 .07-.042h.012v.015a.08.08 0 0 1-.024.042l-.027.018a5 5 0 0 1-.627.566q-.031.026-.064.058c-.067.055-.133.112-.209.173a2.7 2.7 0 0 0 .754-.1 2.1 2.1 0 0 0 .921-.551 2 2 0 0 0 .176-.206 3 3 0 0 0 .351-.609 2.1 2.1 0 0 0 .473.724l.036.048.036.049a.3.3 0 0 0 .076.076q.028.023.058.042c.03.019.039.027.058.042l.027.021q.2.157.4.306.136.1.276.194c.139.1.279.191.415.288a4 4 0 0 0 .591.336l.154.07q.235.1.479.176l.027.009a2 2 0 0 0 .315.049c.039 0 .079.009.115.012a.3.3 0 0 1 .076.03.5.5 0 0 1 .085.064.57.57 0 0 1 .188.279.1.1 0 0 1 0 .03l-.006.012c-.012.021-.03.039-.042.061-.036.064-.076.127-.106.194l-.015.033a.4.4 0 0 0 0 .33 2 2 0 0 0 .369-.476 1 1 0 0 0 .07-.148 1 1 0 0 0 .039-.106c.012-.033 0-.073.012-.106s-.03-.088-.012-.112l.006-.006a.1.1 0 0 1 .018-.009l.033-.006a1 1 0 0 1 .07-.006.6.6 0 0 1 .176.027c.036.012.024.058.021.091v.006a1 1 0 0 1-.091.306 1 1 0 0 1-.03.07 2 2 0 0 1-.242.473.79.79 0 0 1-.6.391Zm.33.57q-.057.317-.109.633a.6.6 0 0 1-.061.209l-.009-.055-.015.03a7 7 0 0 1-.094-.891c0-.067.042-.082.085-.1.07-.024.157-.1.2-.067l.015.018.009.006c.055.042-.009.139-.024.212Zm-4.48 4.5a2 2 0 0 1-.345.027 1.6 1.6 0 0 1-.351-.039.094.094 0 0 1-.082-.109c0-.033.027-.033.052-.033a.1.1 0 0 1 .048 0h.327a1.4 1.4 0 0 0 .3-.03.2.2 0 0 1 .052 0c.039 0 .07.006.073.067s.012.1-.076.115Zm-5.644-2.72a7 7 0 0 0 .07-.757c.006-.051.033-.045.064-.018.048.045.094.094.142.139l.018.018a.06.06 0 0 1 .015.076q-.141.286-.282.566l-.03-.009v-.015Zm9.751-4.2a2 2 0 0 0-.321-.03 1.15 1.15 0 0 1-.569-.2h.021l-.045-.024q.047-.001.094.006l.106.018a2.8 2.8 0 0 0 .888-.055 1.34 1.34 0 0 1 .827.224.03.03 0 0 0-.015 0q.017.01.039.021a4 4 0 0 1-1.024.039ZM10.3 16.681a6 6 0 0 1 .33-.548q.09-.133.185-.26.046-.064.1-.127.145-.191.3-.373.152-.181.312-.363c.16-.182.212-.239.315-.36a1 1 0 0 1 .145-.124l.032-.037c.1-.086.186-.174.3-.265l.015-.012.085-.079a6.5 6.5 0 0 1 1.006-.736q.054-.034.108-.064c.054-.03.093-.041.14-.06a.2.2 0 0 1 .036-.015q.109-.046.218-.082l.148-.045c.176-.051.351-.094.524-.148a3.1 3.1 0 0 1 .987-.145h.142a2.1 2.1 0 0 1 .718.209q.15.066.3.136l.073.036q.111.053.218.115l.142.082c.045.03.094.058.136.091a2.5 2.5 0 0 1 .261.209 2.1 2.1 0 0 1 .585.909 3.5 3.5 0 0 1 .164.778 2.2 2.2 0 0 1-.121.748c-.009.036-.024.045-.036.042s-.027-.027-.042-.045l-.273-.315a2.66 2.66 0 0 0-1.315-.863 5.3 5.3 0 0 0-1.254-.194 5 5 0 0 0-1.015.115c-.267.051-.533.094-.8.142a2.1 2.1 0 0 0-.488.179q-.112.05-.228.1l-.023.005a6.3 6.3 0 0 0-1.293.72 2 2 0 0 0-.306.274l-.012.011-.082.082c-.191.185-.379.373-.585.542a3 3 0 0 1-.339.336 1.8 1.8 0 0 1 .185-.6Zm-.08 1.219a.4.4 0 0 1 .052-.067 15 15 0 0 1 1.29-1.218 6.4 6.4 0 0 1 2.593-1.287 3.4 3.4 0 0 1 .721-.088c.279 0 .557-.012.833-.021a2.6 2.6 0 0 1 1.472.409 2.6 2.6 0 0 1 .458.359l.017.017a2.7 2.7 0 0 1 .406.518.7.7 0 0 1 .039.521 2.4 2.4 0 0 1-.748 1.245 6.7 6.7 0 0 1-1.139.818 4.3 4.3 0 0 1-1.814.6c-.8.118-1.605.13-2.405.236-.291.036-.585.061-.875.112a1.35 1.35 0 0 0-.857.518 3 3 0 0 0-.2.382.2.2 0 0 1-.012-.045.67.67 0 0 1 .045-.451 1.4 1.4 0 0 1 .672-.682 7.3 7.3 0 0 1 1.669-.473c.454-.115.921-.182 1.372-.306a9 9 0 0 0 1.8-.694 2.16 2.16 0 0 0 .827-.612.92.92 0 0 0 .151-.7q-.01-.063-.033-.067c-.023-.004-.036.009-.064.033a6 6 0 0 1-.721.566 4.2 4.2 0 0 1-1.309.53 13 13 0 0 1-2.226.391 6 6 0 0 0-1.563.306 3.2 3.2 0 0 0-1.212.618 2 2 0 0 1-.164.124l.009-.048-.033.024v-.006l.03-.021a.8.8 0 0 1 .106-.251q.4-.645.815-1.29Zm3.023.8.66-.109.115-.021a1.6 1.6 0 0 1-.433.136c-.706.176-1.427.279-2.142.412a3.3 3.3 0 0 0-1.393.615 1 1 0 0 1-.079.055q-.048.03-.055-.012a.1.1 0 0 1 0-.024.3.3 0 0 1 .209-.345c.227-.1.454-.212.682-.318a2.9 2.9 0 0 1 .936-.212c.5-.055 1-.118 1.5-.176ZM10.632 6.849c.012.033.015.061-.021.082l-.324.2-.058.024a.4.4 0 0 0-.039-.064l-.682-.782c-.03-.036-.061-.07 0-.1.224-.127.394-.333.63-.442.061-.027.082-.03.112.036.151.339.254.7.382 1.048ZM8.784 5.255c.321-.115.636-.245.954-.373a13 13 0 0 0 1.312-.672c.045-.024.088-.055.133-.079s.073-.073.124-.045.039.1.039.17c.015.076-.033.139-.1.2q-.656.607-1.357 1.163a4 4 0 0 1-.618.33c-.042.021-.067 0-.091-.03q-.226-.292-.451-.585c-.058-.07.021-.067.058-.082ZM6.036 9.4c-.345-1.069-.709-2.132-1-3.22-.067-.251-.094-.515-.142-.772a.13.13 0 0 1 .085-.142c.067-.033.07.045.094.076a19 19 0 0 1 1.191 2.103c.115.212.245.418.37.627.024.039.042.073.1.052s.055-.067.042-.115a4 4 0 0 0-.242-.621.23.23 0 0 1 0-.2c.173-.357.415-.669.606-1.012.176-.312.4-.591.569-.906a.262.262 0 0 1 .421-.061 1.3 1.3 0 0 1 .227.288 5.2 5.2 0 0 0 .815.93q.307.31.633.594a.7.7 0 0 1 .124.242.05.05 0 0 1-.024.07.2.2 0 0 0-.039.024.45.45 0 0 1-.557.024 4 4 0 0 1-1.09-.815l-.036-.03c-.145-.109-.151-.1-.215.064s-.109.345-.185.509c-.027.058.015.118.058.161s.082.124.17.112a.08.08 0 0 0 .07-.07c.021-.1.049-.2.076-.324a11 11 0 0 0 1.06.736l-.351.2q-1.35.758-2.7 1.521c-.073.039-.1.048-.133-.042Zm.315.7c-.033-.07-.021-.1.042-.139q1.632-1.007 3.26-2.025c.058-.036.112-.015.167-.027a1.7 1.7 0 0 0 .542-.206c.012-.009.033-.015.039-.027a1.06 1.06 0 0 1 .618-.466 7.7 7.7 0 0 0 1.5-.8.23.23 0 0 1 .3.009.27.27 0 0 1 .1.276.7.7 0 0 1-.2.367A7 7 0 0 0 11.6 8.439a10.4 10.4 0 0 0-.788 1.4 1 1 0 0 1-.185.26 3.2 3.2 0 0 1-1.077.801.215.215 0 0 0-.136.2c-.006.076-.03.148-.036.224a.6.6 0 0 1-.239.482.3.3 0 0 0-.076.157l-.345 1.154a.1.1 0 0 1 0 .024c0 .018 0 .039-.021.048a.2.2 0 0 1-.142-.027 53 53 0 0 1-1.678-.421c-.07-.015-.136-.036-.209-.045-.112-.015-.121-.067-.07-.151a2.5 2.5 0 0 1 .376-1.006.155.155 0 0 0 0-.194c-.239-.4-.421-.83-.621-1.248Zm-1.172 4.621-.045-.009c-.055-.015-.073-.049-.064-.124q.1-.9.194-1.8-.001-.022.006-.039a.04.04 0 0 0 .006-.018.05.05 0 0 1 .048-.024.2.2 0 0 1 .049.009l2.441.645q1.223.321 2.444.642c.079.021.1.045.076.127l-.351 1.151c-.012.045-.021.094-.073.094h-.024c-.436-.061-.872-.118-1.309-.179l-.851-.118c-.845-.121-1.7-.236-2.547-.351Zm.669 1.163a.15.15 0 0 1 0-.109.4.4 0 0 1 .021-.052l.006.018a.4.4 0 0 1-.027.142Zm7.482 11.308c-.03 0-.033.021-.048.03l-.024.018-.048.033a.24.24 0 0 0-.1.109v.03h.009v.018c-.03.088-.045.151-.061.2 0 .012-.009.021-.012.03l-.012.021-.012.015a.06.06 0 0 1-.03.015h-.009a.2.2 0 0 1-.064-.015l-.173-.061-.015-.006-.015-.006-.033-.015h-.012v-.012c-.091-.03-.176-.048-.257-.082-.049-.018-.1-.033-.151-.055a1 1 0 0 0-.191-.045c-.176-.061-.354-.091-.524-.151a.3.3 0 0 1-.055 0c-.121-.024-.218-.055-.333-.076a.148.148 0 0 1-.15-.187 1 1 0 0 0 0-.145v-.051c-.018-.03-.045-.067-.07-.106a.2.2 0 0 1-.018-.033c-.015-.015-.045-.03-.045-.048-.03-.006-.018-.012-.027-.018-.094-.088-.067-.206-.055-.318v-.036l.009-.07q-.002-.019.006-.033c.049-.188.061-.367-.142-.479-.024-.015-.039-.03-.07-.052v.006a4 4 0 0 0-.285-.209c-.015-.03-.018-.036-.049-.048a1.8 1.8 0 0 1-.391-.288q-.047-.026-.094-.051H9.8c-.018-.03-.039-.027-.055-.042a1 1 0 0 0-.076-.049c-.152-.13-.357-.251-.521-.4a.5.5 0 0 1-.139-.1v-.01c-.16-.112-.318-.221-.476-.342-.018 0-.018-.015-.049-.03a2 2 0 0 1-.26-.182.08.08 0 0 0-.073-.03c-.073-.061-.136-.088-.2-.142-.024-.015-.045-.033-.076-.052a2.8 2.8 0 0 1-.5-.363l-.015-.015-.027-.03a.2.2 0 0 1-.033-.055.2.2 0 0 1-.015-.049v.024a4 4 0 0 1-.273-.379l-.009-.018L7 22.739a.1.1 0 0 1 0-.033.15.15 0 0 1 .03-.067v-.024a2.5 2.5 0 0 1 .212-.551v-.084l-.006-.018-.006-.006a.1.1 0 0 0-.021-.012H7.2a.16.16 0 0 0-.073.027.4.4 0 0 0-.07.055l-.024.018-.018.024-.015.011a2 2 0 0 1-.23.194c-.015.015-.042.033-.042.049h-.013a.07.07 0 0 1-.091.015c-.13-.058-.26-.112-.391-.173a.11.11 0 0 1-.051-.079l-.009-.039-.009-.033v.006a1.2 1.2 0 0 1 .067-.551.2.2 0 0 0 .006-.045 5 5 0 0 1 .094-.533v-.08c-.028-.194-.028-.385-.043-.579v-.1c-.018-.361-.042-.721-.055-1.081-.027-.754-.088-1.505-.067-2.26a.84.84 0 0 0-.094-.4c-.036-.07-.079-.136-.124-.206a.33.33 0 0 1-.061-.3c.045-.176.079-.357.112-.536.015-.085.039-.13.136-.1a.5.5 0 0 0 .118.012c.161.036.327.039.488.079a.1.1 0 0 1 .042.012 3 3 0 0 1 .457.061.1.1 0 0 1 .049.012c.182.024.363.045.545.076a.2.2 0 0 1 .118.021h.015c.212.024.379.039.56.07h-.013v.009c.121.015.2.03.294.045a2 2 0 0 0 .291.039h.021l.027.006a.09.09 0 0 1 .094.088c.048.288.088.576.148.863 0 .021.012.039.009.058q.012.072.024.139.039.209.079.418a.2.2 0 0 0 0 .045v.012c.03.182.064.345.094.518v.069a2 2 0 0 0-.164.2 2 2 0 0 0-.215.379c-.039.094-.088.191-.127.285h-.006a2 2 0 0 1-.124.282l-.009.012c-.006.012-.009.03-.015.039a4 4 0 0 1-.173.4 2 2 0 0 1-.07.127c-.009.024-.03.048-.03.07a1.5 1.5 0 0 1-.115.336 1 1 0 0 1-.094.285 2.7 2.7 0 0 1-.164.5.2.2 0 0 0-.024.07v.009l-.012.036a.2.2 0 0 1-.012.039v.012l-.048.936.027.009.118-.233c.039-.079.07-.154.112-.233a.5.5 0 0 0 .064-.164c.091-.152.173-.3.267-.442.009-.015.027-.024.036-.055.079-.121.17-.282.264-.421.033-.054.068-.1.1-.154.021-.061.055-.07.082-.1a.3.3 0 0 1 .1-.082 1 1 0 0 1 0 .067v.012a.2.2 0 0 1-.009.036v.012l-.006.024a.1.1 0 0 0 0 .024c0 .009-.006.015 0 .024v.018a5 5 0 0 0-.03.578c0 .009-.006.024-.006.03h.006c.024.182.055.363.079.545a.2.2 0 0 1 .006.055c.03.182.07.366.091.551v.021a.1.1 0 0 1 .006.033 1.5 1.5 0 0 0 .206.373c.048.07.1.151.145.212a6 6 0 0 0 .448.391c.024 0 .048.03.073.03v.022c.061.006.112.055.176.036a.1.1 0 0 0 .033-.015c.009-.006.021-.012.024-.021.015-.027-.012-.042-.033-.051-.248-.158-.209-.415-.239-.657h.009a2 2 0 0 1 .154.176.2.2 0 0 0 .03.033l.064.07a1.4 1.4 0 0 0 .136.127 1 1 0 0 0 .157.112c.024.009.049.03.07.03h-.006c.182.088.339.173.506.26a.2.2 0 0 1 .1.045 1.4 1.4 0 0 1 .115.575c.006 0 .012.021.015.036a.1.1 0 0 1 0 .039 2 2 0 0 1 0 .53.06.06 0 0 1 0 .048v.015a2 2 0 0 1-.049.524c0 .173-.058.339-.076.512l-.006.021c-.009.033-.024.073.048.064.164-.17.327-.336.479-.527v.011a.17.17 0 0 1 .073-.121 2 2 0 0 0 .191-.251l.191-.26v-.015a.1.1 0 0 1 .036-.058.04.04 0 0 1 .018-.006h.018a.2.2 0 0 1 .064.024 1 1 0 0 1 .1.061 1.5 1.5 0 0 1 .524.339c.015.015.033.018.049.048a.5.5 0 0 1 .167.167l.048.045.009.006c.239.2.258.312.085.582-.006.009-.015.018-.021.018a.3.3 0 0 1-.03.07l-.024.045-.012.021a.8.8 0 0 0-.112.233.6.6 0 0 0-.015.212q.05.178.088.36a2 2 0 0 1 .036.221.33.33 0 0 1-.212.363Zm.806 1.475c-.039.049-.045.148-.109.139h-.024a.8.8 0 0 1-.336-.109c-.036-.024-.027-.07-.027-.112v-.573c0-.039.015-.085-.024-.112-.133-.085-.1-.23-.133-.351-.012-.049.021-.073.048-.1l.351-.391a.226.226 0 0 0 .055-.282.67.67 0 0 1 0-.612c.07-.164.115-.336.179-.53l.018.021a3 3 0 0 1 .315.424 1.93 1.93 0 0 0 .836.827 1.5 1.5 0 0 0 .522.241h.023c.021 0 .051 0 .045.03s-.021.018-.039.015h-.009a.04.04 0 0 1-.018 0 3.5 3.5 0 0 0-.622.085q-.161.035-.321.073c-.16.038-.193.044-.29.064l-.018.005c-.042.009-.061.03-.055.073a.09.09 0 0 0 .085.091 1.7 1.7 0 0 0 .33.021h.015a3 3 0 0 0 .445-.042 3 3 0 0 1 .5-.039 3 3 0 0 1 .485.036 6.6 6.6 0 0 0-1.481.6c-.254.106-.451.309-.694.439-.018.021-.027.055-.045.076Zm1.569.4v.006h-.021a.04.04 0 0 1-.015-.015l-1.087-.27c.124-.1.215-.158.367-.1.248.1.479.233.718.345a.05.05 0 0 1 .036.012q.008 0 .006.015v.006Zm2.481-.451a13 13 0 0 0-.815.7.13.13 0 0 1-.185.018 12 12 0 0 0-1.384-.688c-.209-.088-.43-.124-.645-.2.024-.045.07-.045.106-.058.463-.173.936-.327 1.39-.53a.6.6 0 0 1 .351.006.78.78 0 0 0 .5-.058.1.1 0 0 1 .091-.012c.351.145.7.291 1.066.439-.167.139-.321.264-.473.385Zm2.169-1.539a.63.63 0 0 0-.1.618.41.41 0 0 1-.23.566.3.3 0 0 1-.152.045.16.16 0 0 1-.112-.036 6.3 6.3 0 0 0-1.566-.624 2 2 0 0 0-.227-.073c-.091-.021-.085-.082-.073-.145.009-.045.033-.051.058-.048s.058.012.079.018a15 15 0 0 1 1.8.5.3.3 0 0 0 .055.015c.042-.006.055-.045.048-.1-.012-.136-.024-.27-.182-.342a3.5 3.5 0 0 0-1.23-.294 4 4 0 0 0-.188-.012 6 6 0 0 0 .9-.512 1 1 0 0 0 .094-.085l.5-.609q.03-.05.061-.1l.015.009.009-.009a.14.14 0 0 1 .064.094q.189.47.379.939a.17.17 0 0 1-.009.188Zm6.479-12.871a.1.1 0 0 1 .018.03.03.03 0 0 1 0 .027.1.1 0 0 1-.018.018l-.012.018-.006.012v.015a.34.34 0 0 0 .012.524.1.1 0 0 1 .018.045c.121.16.021.321 0 .482 0 .015-.006.021-.018.027h-.009a.2.2 0 0 1-.036-.006h-.012a7 7 0 0 1-.318-.1c-.009 0-.015-.006-.024-.009s-.015-.009-.024-.009a.4.4 0 0 1-.148-.024.32.32 0 0 0-.369.064.1.1 0 0 1-.006.024.36.36 0 0 0 .212.118 6 6 0 0 1 .857.439.19.19 0 0 1 .073.191 1 1 0 0 1-.024.13l-.091.391a.16.16 0 0 1-.024.1c0 .212-.145.37-.215.551a.2.2 0 0 0-.024.051 4 4 0 0 1-.164.376c0 .009-.012.021-.015.03v-.001.006l-.006.012-.006.009a.33.33 0 0 1-.073.167 2.4 2.4 0 0 1-.236.545.1.1 0 0 0-.021.045c-.079.182-.161.4-.239.6q-.025.11-.051.215l-.009.018v.006c0 .006-.006.012-.009.018a.6.6 0 0 1-.045.242q-.021.074-.042.151l-.006.024-.254 1.151c-.07.315-.1.636-.148.951-.049.3-.061.6-.133.894a3 3 0 0 1-.27.606 6 6 0 0 1-.26.56l-.009.018a.2.2 0 0 0-.015.039q.002.01-.006.021l-.009.042a.2.2 0 0 0 0 .045.2.2 0 0 1 0 .045v.05a1 1 0 0 1 0 .091 8 8 0 0 0-.051.975.1.1 0 0 1-.073.115l-.073.027c-.048.018-.1.039-.142.061l-.076.03a1 1 0 0 1-.124.042v-.006l-.015.006-.167.07q-.059.024-.118.049a.8.8 0 0 1-.267.115l-.045.027c-.191.085-.391.173-.573.258 0 0-.018.009-.024.009a2.4 2.4 0 0 0-.312.139l-.333.142c-.176.079-.351.151-.527.23h-.021c-.16.061-.327.148-.479.218a2 2 0 0 1-.224.1c-.139.055-.17.048-.2-.094-.091-.067-.1-.179-.133-.273s-.061-.191-.091-.282c-.006-.03-.021-.024-.021-.042a.4.4 0 0 1-.045-.124v-.021c-.009-.006-.009-.015-.012-.024l-.009-.021h.006c-.042-.127-.088-.251-.118-.379a1.6 1.6 0 0 1-.1-.254.2.2 0 0 1 0-.088l.009-.042q-.001-.01.006-.021a2 2 0 0 1 .094-.176c.021-.049.039-.1.061-.145s.039-.085.061-.145c.049-.091.079-.2.139-.3a.3.3 0 0 1 .024-.073c.055-.185.115-.373.188-.551 0-.006-.006-.015 0-.021.021-.109.124-.148.185-.212.03-.009.045-.027.061-.027a.3.3 0 0 1 .055-.061q.05-.06.094-.124l.042-.064c.058-.085.109-.173.173-.258.021-.027.039-.07.073-.07a.03.03 0 0 1 .015 0c.049.012.033.07.027.106a1.1 1.1 0 0 0 0 .412c.015.106.033.212.042.318v.048a.7.7 0 0 1 .045.239c.024.1.045.2.076.306a4 4 0 0 1 .218.573h.006c.1.151.206.327.309.494a1 1 0 0 0 .094.112h.006v.024c.03 0 .045.067.091.006-.009-.03-.015-.03-.024-.03a.6.6 0 0 1-.039-.1c-.006-.021-.015-.045-.018-.064a1 1 0 0 1-.015-.064q.001-.015-.006-.03a.4.4 0 0 0-.012-.061q-.008-.045-.015-.094c-.007-.049-.009-.064-.015-.094a.04.04 0 0 1-.009-.033.2.2 0 0 0-.012-.036c0-.036-.009-.073-.015-.109l-.027-.218c0-.036-.015-.073-.018-.109a4.6 4.6 0 0 1 .045-1.187h.018c.036-.182.073-.391.109-.588h.03a3.8 3.8 0 0 0 .094.978.1.1 0 0 1 0 .021c.045.124.094.248.133.376l.027.079a.3.3 0 0 0 .036.073l.033.045c.009.015.027.03.027.045a1 1 0 0 1 .07.076q.026.033.051.067c.064.061.13.118.209.2-.009-.064-.015-.118-.021-.176s-.015-.109-.021-.17c0 0-.015-.009-.015-.015a1 1 0 0 0-.047-.139q-.025-.21-.052-.415a.1.1 0 0 1 0-.033v-.033a3.4 3.4 0 0 1-.024-.524v-.021a.1.1 0 0 1-.009-.042 1.4 1.4 0 0 1 .006-.424c.006-.042 0-.088.006-.13v-.024a2 2 0 0 1 .07-.6v-.021c.015-.091.03-.2.045-.3s.03-.2.042-.3q.008-.064.042-.064a.1.1 0 0 1 .051.021q.031.02.064.039.05.028.094.061a1 1 0 0 1 .088.07l.012.009.021.015h.006a1.6 1.6 0 0 1 .473.451.3.3 0 0 1 .067.061.4.4 0 0 1 .073.13 1.4 1.4 0 0 1 .212.406c0 .012.009.027.012.039s.009.006.012.036a.4.4 0 0 1 .055.106q.021.055.042.106l.024.052a.1.1 0 0 0 .021.03.1.1 0 0 0 .052.03c.033-.112-.045-.218-.015-.324h.01c0-.03-.009-.03-.009-.045a2.2 2.2 0 0 0-.136-.572v-.049a2.8 2.8 0 0 0-.215-.527.13.13 0 0 1-.045-.079.3.3 0 0 1-.07-.1l-.048-.079v.021l-.006-.009a4 4 0 0 0-.279-.351l-.012-.012c-.012-.012-.024-.012-.036-.042a1 1 0 0 1-.215-.185c-.009-.009-.018-.012-.024-.021s0-.012-.03-.021c-.151-.1-.264-.23-.4-.321-.024-.03-.055-.012-.067-.061a9 9 0 0 1 1.163.045v-.015a2.2 2.2 0 0 1 .551.142c.006 0 .012.009.021.009v.006a1.7 1.7 0 0 1 .351.136c.024.012.055.052.082.015s-.012-.058-.03-.082q-.066-.096-.136-.191c-.009-.015-.024-.03-.024-.045-.091-.088-.161-.188-.239-.276a1 1 0 0 1-.076-.082 1.5 1.5 0 0 1-.264-.215c-.015-.009-.03-.027-.045-.027-.039 0-.082-.042-.121-.07s-.082-.051-.121-.079l-.045-.024c-.185-.07-.37-.133-.554-.2-.006 0-.018 0-.018-.006h-.021a.14.14 0 0 1-.091-.036.1.1 0 0 1-.033-.045l-.006-.015a.2.2 0 0 1-.009-.079 1.2 1.2 0 0 0-.015-.279 1 1 0 0 0-.015-.079l-.018-.076-.018-.079-.03-.112s-.012 0-.012-.012a5 5 0 0 0-.158-.551c-.009-.024-.012-.042-.021-.073a.5.5 0 0 1-.073-.212 1 1 0 0 1 0-.07v-.033a1 1 0 0 1 .024-.1q.019-.068.042-.136v-.021a5 5 0 0 1 .185-.591l.006-.006.012-.012.006-.006a.34.34 0 0 0 .067-.233.4.4 0 0 0-.033-.13q-.033-.08-.076-.16a.04.04 0 0 0-.018-.015l-.006-.009a1.5 1.5 0 0 1-.264-.448l-.021-.049-.009-.021v-.009l-.009-.021v-.006a.4.4 0 0 1 .015-.055l.018-.033.024-.027.012-.009c.082-.118.158-.242.248-.357a.33.33 0 0 0 .064-.318c-.052-.173-.045-.176.127-.239.03-.012.4-.151.545-.2l.094-.036.024-.009.07-.027q.287-.108.573-.212a.1.1 0 0 1 .021 0 4 4 0 0 1 .557-.212 1 1 0 0 1 .076-.024c.03-.024.121-.045.151-.07.151-.049.273-.118.409-.148.2-.151.363-.088.5.1l.055.039c.027.024.036.052.067.082.124.142.261.282.391.421Zm-4.259.167-.049.012c-.045.006-.07-.015-.1-.07q-.414-.745-.836-1.484c-.036-.064-.049-.1.042-.121L27 11.138c.018-.006.039-.009.076-.018v.006c-.026.323-.054.628-.078.933l-.055.675a.16.16 0 0 1-.118.164q-2.125.731-4.25 1.475m-8.812 6.8c.5.042 1 .142 1.5.212a.6.6 0 0 1 .2.045.64.64 0 0 1 .285.367 2.4 2.4 0 0 1 .13.712.52.52 0 0 1-.182.479.7.7 0 0 0-.251.351.56.56 0 0 1 .488.2 2 2 0 0 0 .282.276.478.478 0 0 0 .739-.1c.073-.118.142-.239.221-.354a.9.9 0 0 1 .409-.4c.118-.039.067-.1.027-.145a.264.264 0 0 0-.354-.024 2 2 0 0 0-.482.473.8.8 0 0 1-.142.145.135.135 0 0 1-.2-.012 3 3 0 0 0-.224-.212.126.126 0 0 1-.043-.186.9.9 0 0 0 .1-.521 1.8 1.8 0 0 0-.379-1.094c-.03-.033-.03-.051.012-.082a1.19 1.19 0 0 0 .515-.885c.009-.094-.009-.17-.085-.2s-.124.051-.158.112a5 5 0 0 1-.26.37.51.51 0 0 1-.527.194 23 23 0 0 0-2.169-.227c-.036 0-.073-.012-.1.012a2 2 0 0 0-.609.591l.024.009c.024 0 .045-.009.07-.012a3.6 3.6 0 0 1 1.164-.091Zm6.734.282a8 8 0 0 0-.524.282.4.4 0 0 1-.142.061 5 5 0 0 1-.912.094.86.86 0 0 1-.463-.164.36.36 0 0 1-.185-.254.3.3 0 0 1 .13.009 2.6 2.6 0 0 0 .482.07 4.3 4.3 0 0 0 1.133-.27q.18-.065.357-.13c.055-.018.07-.036.021-.088a.18.18 0 0 0-.185-.042 7.1 7.1 0 0 1-2.36-.058c-.227-.042-.47-.058-.557-.339a2 2 0 0 1-.064-.23.47.47 0 0 0-.118-.215.11.11 0 0 0-.11-.047c-.048.012-.045.064-.045.1q0 .19.024.382a.8.8 0 0 0 .142.388 1.06 1.06 0 0 0 .642.421c.2.045.2.048.215.251a.25.25 0 0 0 .1.215 1.04 1.04 0 0 0 .457.185.55.55 0 0 1 .306.085.74.74 0 0 0 .4.124c.106.009.215.012.321.03a.23.23 0 0 0 .2-.064c.3-.248.6-.5.878-.778a.114.114 0 0 0-.14-.015Zm-2.487 2.45a.062.062 0 0 0-.1-.027 2 2 0 0 1-.772.173c-.112.015-.251-.018-.333.064-.2.2-.369.115-.545-.024a.1.1 0 0 0-.03-.018.7.7 0 0 0-.788-.006.43.43 0 0 1-.336.085.23.23 0 0 0-.239.048 1 1 0 0 1-.127.088c-.118.079-.118.091-.009.179a.2.2 0 0 0 .085.039.9.9 0 0 0 .709-.1.56.56 0 0 1 .654.039.58.58 0 0 0 .606.058 3.8 3.8 0 0 1 .824-.27c.042-.006.085-.021.124.012.121.112.236.033.351-.012.045-.018.052-.055.049-.1-.007-.097-.08-.152-.123-.228m-1.1.791a3 3 0 0 0-.888.154c-.233.079-.494.133-.615.4a4 4 0 0 0-.109.482.8.8 0 0 0 .094.354c.021.03.03.079.082.076s.073-.048.088-.085a2.5 2.5 0 0 0 .1-.367.62.62 0 0 1 .354-.442q.323-.135.651-.26A.23.23 0 0 1 16.8 25a1.8 1.8 0 0 1 .791.185.1.1 0 0 0 .079.015c.091-.021.1-.051.045-.124a.91.91 0 0 0-.804-.376Zm-2.11-2.75q.273-.028.542-.067c.048-.006.124.012.136-.045s-.058-.1-.1-.136a.2.2 0 0 0-.088-.033 1.03 1.03 0 0 0-.551-.018 2.6 2.6 0 0 1-1.121 0 3 3 0 0 0-.327-.039 2.5 2.5 0 0 0-.445.133c-.1.049-.109.106-.018.176a.17.17 0 0 0 .176.039.59.59 0 0 1 .624.121.64.64 0 0 0 .66.109A2.4 2.4 0 0 0 14.66 22a.4.4 0 0 1 .14-.054m-3.241.339a.41.41 0 0 0-.16-.4.44.44 0 0 1-.176-.254.9.9 0 0 0-.17-.388c-.03-.03-.052-.1-.106-.076a.2.2 0 0 0-.142.145.62.62 0 0 0 .351.7.6.6 0 0 1 .285.291c.021.045.024.133.091.118s.014-.103.029-.136Z" style="fill:#1a1a1a"/><path d="M5.873 15.742a.04.04 0 0 0-.006-.018q-.01.023-.021.052a.2.2 0 0 0 0 .109.3.3 0 0 0 .027-.142" style="fill:#2e2e2e"/><path d="M22.3 22a2 2 0 0 0 .242-.473 1 1 0 0 1 .03-.07.9.9 0 0 0 .091-.306v-.006c0-.033.012-.079-.021-.091a.6.6 0 0 0-.176-.027 1 1 0 0 0-.07.006q-.019-.002-.033.006l-.018.009-.006.006c-.018.027.024.076.012.112s0 .073-.012.106-.024.07-.039.106q-.032.076-.07.148a2.1 2.1 0 0 1-.37.476.4.4 0 0 1 0-.33.2.2 0 0 1 .015-.033c.03-.067.07-.13.106-.194.012-.021.03-.039.042-.061l.006-.012a.05.05 0 0 0 0-.03.55.55 0 0 0-.188-.279.5.5 0 0 0-.084-.063.3.3 0 0 0-.076-.03 2 2 0 0 0-.115-.012 1.6 1.6 0 0 1-.315-.048l-.027-.009a5 5 0 0 1-.479-.176q-.075-.032-.154-.07a4 4 0 0 1-.591-.336c-.139-.1-.279-.191-.415-.288q-.138-.095-.276-.194c-.136-.1-.273-.2-.4-.306l-.027-.021q-.028-.021-.058-.042c-.03-.021-.039-.027-.058-.042a.4.4 0 0 1-.076-.076q-.018-.026-.036-.048c-.018-.022-.024-.033-.036-.048a2.2 2.2 0 0 1-.473-.724 3 3 0 0 1-.351.609 3 3 0 0 1-.176.206 2.03 2.03 0 0 1-.921.551 2.7 2.7 0 0 1-.754.1l.209-.173q.031-.026.064-.058a5 5 0 0 0 .627-.567l.027-.018a.06.06 0 0 0 .024-.042v-.015h-.012a.13.13 0 0 0-.07.042q-.265.152-.539.294l-.079.042q-.067.037-.139.07a4 4 0 0 1-.233.106 4.3 4.3 0 0 1-1.187.3q-.34.04-.682.07c-.342.03-.454.039-.682.055q-.225.014-.454.024h-.2c-.042 0-.091 0-.133.006a1 1 0 0 0-.133.018l-.067.015a5.4 5.4 0 0 0-1.081.4q-.14.073-.276.154a2 2 0 0 0-.176.118 1 1 0 0 0-.085.064.55.55 0 0 0-.16.179.2.2 0 0 0-.015.036l-.006.018-.009.039a1 1 0 0 0 0 .064.7.7 0 0 0 .061.242 6 6 0 0 0 .579 1.078.7.7 0 0 0 .112.13l.167.106a.8.8 0 0 0 .318.061.26.26 0 0 1 .291.188 2 2 0 0 0 .782.936q.036.024.076.049c.04.025.052.03.076.045q.157.091.306.2l.1.07a4 4 0 0 1 .363.312c.027.027.058.055.085.085q.168.17.327.348.039.046.079.088c.051.061.106.118.157.179a3.4 3.4 0 0 1 .348.463l.039.067a1.5 1.5 0 0 1 .115.245.8.8 0 0 0 .294.351 2 2 0 0 0 .2.133c.055.03.106.061.164.091.079.039.151.088.23.127a1 1 0 0 0 .182.076l.036.009q.014-.001.027.006a2.9 2.9 0 0 0 .736.021q.11-.013.221-.03l.206-.033h.024a5.876 5.876 0 0 0 .721-.169q.082-.023.164-.051a.3.3 0 0 1 .048-.015c.052-.018.1-.036.154-.058l.055-.021.067-.027.082-.036q.11-.05.215-.106.132-.073.264-.154.067-.046.13-.091a2.3 2.3 0 0 0 .318-.279q.067-.073.13-.151a5 5 0 0 0 .512-.827l.079-.158q.058-.12.112-.242l.027-.067a3 3 0 0 0 .106-.43q-.067.026-.13.051c-.064.027-.124.055-.185.076a.8.8 0 0 1-.188.042.3.3 0 0 1-.052 0 .135.135 0 0 1-.148-.1c-.024-.07.012-.1.058-.115a.2.2 0 0 1 .039-.012l.024-.009.042-.018.045-.018a2.2 2.2 0 0 0 .906-.539q.06-.054.115-.112a1.9 1.9 0 0 0 .4-.606l.009-.021c.021-.049.052-.091.073-.139a.11.11 0 0 1 .109-.073c.048 0 .1-.012.145-.015h.077a.76.76 0 0 0 .6-.39m-10.765.415c-.067.015-.07-.073-.091-.118a.6.6 0 0 0-.285-.291.614.614 0 0 1-.351-.7.2.2 0 0 1 .142-.145c.058-.021.076.045.106.076a.9.9 0 0 1 .17.388.44.44 0 0 0 .176.254.41.41 0 0 1 .16.4c-.015.033.039.115-.027.13Zm.987-1.142c-.006 0-.012-.006-.024-.009a2 2 0 0 1 .609-.591c.033-.024.07-.012.1-.012.727.045 1.448.118 2.169.227a.51.51 0 0 0 .527-.194 4 4 0 0 0 .261-.37c.036-.061.085-.139.158-.112s.1.1.085.2a1.19 1.19 0 0 1-.515.885c-.042.03-.042.048-.012.082a1.8 1.8 0 0 1 .379 1.094.97.97 0 0 1-.1.521.126.126 0 0 0 .039.182c.079.067.151.139.224.212a.135.135 0 0 0 .2.012 1 1 0 0 0 .142-.145 2 2 0 0 1 .482-.473.264.264 0 0 1 .354.024c.039.048.091.106-.027.145a.88.88 0 0 0-.409.4c-.079.115-.148.236-.221.354a.478.478 0 0 1-.739.1 2 2 0 0 1-.282-.276.55.55 0 0 0-.488-.2.74.74 0 0 1 .251-.351.52.52 0 0 0 .182-.479 2.5 2.5 0 0 0-.13-.712.62.62 0 0 0-.285-.366.6.6 0 0 0-.2-.045c-.5-.07-.994-.17-1.5-.212a3.8 3.8 0 0 0-1.172.085.1.1 0 0 1-.061.018Zm1.769.912a.66.66 0 0 1-.66-.109.59.59 0 0 0-.624-.121.17.17 0 0 1-.176-.039q-.136-.108.018-.176a2.5 2.5 0 0 1 .445-.133 3 3 0 0 1 .327.039 2.7 2.7 0 0 0 1.121 0 1 1 0 0 1 .551.018.3.3 0 0 1 .088.033c.042.039.112.076.1.136s-.088.039-.136.045q-.271.037-.542.067a.4.4 0 0 0-.143.055 2.4 2.4 0 0 1-.37.188Zm3.38 3.011a.1.1 0 0 1-.079-.015A1.8 1.8 0 0 0 16.8 25a.26.26 0 0 0-.127.015c-.218.085-.436.167-.651.26a.61.61 0 0 0-.354.442 3 3 0 0 1-.1.367c-.018.039-.033.082-.088.085s-.061-.045-.082-.076a.8.8 0 0 1-.094-.354 4 4 0 0 1 .109-.482c.121-.27.382-.324.615-.4a3 3 0 0 1 .888-.154.92.92 0 0 1 .806.376c.052.073.042.1-.048.124Zm.412-.966c-.115.048-.23.124-.351.012-.036-.033-.079-.021-.124-.012a3.7 3.7 0 0 0-.824.27.58.58 0 0 1-.606-.058.555.555 0 0 0-.654-.039.9.9 0 0 1-.709.1.2.2 0 0 1-.085-.039c-.109-.091-.109-.1.009-.179a1 1 0 0 0 .127-.088.24.24 0 0 1 .239-.048.43.43 0 0 0 .336-.085.7.7 0 0 1 .788.006l.03.018c.176.142.342.221.545.024.082-.079.221-.049.333-.064a2.1 2.1 0 0 0 .772-.173.06.06 0 0 1 .1.027c.042.076.115.133.121.227.006.045 0 .082-.045.1Zm1.687-1.984a.23.23 0 0 1-.2.064c-.106-.018-.212-.021-.321-.03a.76.76 0 0 1-.4-.124.6.6 0 0 0-.306-.085 1.1 1.1 0 0 1-.457-.185.24.24 0 0 1-.1-.215c-.018-.2-.021-.206-.215-.251a1.06 1.06 0 0 1-.651-.42.8.8 0 0 1-.142-.388 4 4 0 0 1-.024-.382c0-.036 0-.088.045-.1a.11.11 0 0 1 .115.048.5.5 0 0 1 .118.215 2 2 0 0 0 .064.23c.088.282.333.3.557.339a7.1 7.1 0 0 0 2.36.058c.067-.009.13-.021.185.042s.033.067-.021.088q-.18.065-.357.13a4.3 4.3 0 0 1-1.133.27 2.6 2.6 0 0 1-.482-.07.3.3 0 0 0-.13-.009.37.37 0 0 0 .185.254.85.85 0 0 0 .463.164 5 5 0 0 0 .912-.094.4.4 0 0 0 .142-.061q.255-.15.524-.282a.12.12 0 0 1 .151.009 11 11 0 0 1-.882.785M10.141 5.761c-.236.109-.406.318-.63.442-.061.033-.03.067 0 .1l.682.782a.4.4 0 0 1 .039.064l.058-.024.324-.2c.036-.021.033-.049.021-.082-.127-.348-.23-.709-.379-1.051-.033-.061-.056-.058-.115-.031m-.96.167c.024.03.048.055.091.03a4.3 4.3 0 0 0 .618-.33c.466-.37.921-.754 1.357-1.163.07-.064.118-.127.1-.2 0-.076.021-.136-.039-.17s-.085.024-.124.045-.088.055-.133.079a14 14 0 0 1-1.312.672c-.318.124-.63.258-.954.373-.036.012-.112.012-.052.088q.223.284.448.576m.039 1.79a11 11 0 0 1-1.06-.736c-.03.124-.055.224-.076.324a.08.08 0 0 1-.07.07c-.088.015-.124-.064-.17-.112a.15.15 0 0 1-.057-.164c.076-.164.121-.342.185-.509s.073-.173.215-.064l.036.03a4 4 0 0 0 1.09.815.446.446 0 0 0 .557-.024q.02-.012.039-.024a.05.05 0 0 0 .024-.07.7.7 0 0 0-.124-.242c-.221-.188-.427-.391-.633-.594a5.2 5.2 0 0 1-.815-.93 1.5 1.5 0 0 0-.225-.288.26.26 0 0 0-.421.061c-.17.315-.394.594-.569.906-.191.342-.433.654-.606 1.012a.23.23 0 0 0 0 .2A4 4 0 0 1 6.782 8c.012.049.021.091-.042.115s-.079-.012-.1-.051c-.124-.209-.254-.412-.37-.627a19 19 0 0 0-1.194-2.1c-.024-.03-.027-.109-.094-.076A.126.126 0 0 0 4.9 5.4c.049.258.076.521.142.772.288 1.087.648 2.151 1 3.22.03.094.061.082.13.042q1.349-.763 2.7-1.521c.109-.056.221-.122.348-.195m-2.245 3.82a2.5 2.5 0 0 0-.375 1.005c-.048.085-.042.139.07.151.07.009.139.03.209.045q.836.227 1.678.421a.2.2 0 0 0 .142.027c.024-.009.021-.027.021-.048a.1.1 0 0 1 0-.024l.345-1.154a.3.3 0 0 1 .076-.158.6.6 0 0 0 .239-.482c0-.076.03-.148.036-.224a.22.22 0 0 1 .136-.2 3.2 3.2 0 0 0 1.078-.806 1 1 0 0 0 .185-.261 10.4 10.4 0 0 1 .788-1.4 6.9 6.9 0 0 1 1.112-1.378.7.7 0 0 0 .2-.367.27.27 0 0 0-.1-.276.235.235 0 0 0-.3-.009 7.7 7.7 0 0 1-1.5.8c-.227.106-.5.2-.618.467-.006.012-.024.018-.039.027a1.7 1.7 0 0 1-.542.206c-.055.012-.109-.009-.167.027Q8.033 8.948 6.4 9.956c-.064.039-.076.07-.042.139a13 13 0 0 0 .627 1.245.17.17 0 0 1-.01.198m1.742 1.605a.04.04 0 0 0-.006.018.03.03 0 0 1 .006-.018m14.391-1.369q.909-.282 1.827-.548c.1-.027.112-.064.076-.154a31 31 0 0 0-.845-2.063.3.3 0 0 1-.015-.264 1.85 1.85 0 0 0 .149-1.006c-.021-.176.012-.354-.009-.533a12 12 0 0 0-.313-1.406 9 9 0 0 0-.609-1.484 11 11 0 0 0-.551-.96c-.106-.188-.23-.363-.33-.551a.85.85 0 0 0-.394-.418c-.048-.021-.115-.067-.154-.018a.23.23 0 0 0-.061.23c.067.161.139.321.206.482a9 9 0 0 1 .527 1.354 3 3 0 0 1 .106.56c.006.07-.006.148-.073.173s-.082-.055-.118-.094c-.136-.148-.315-.3-.527-.209a.35.35 0 0 1-.2.018c-.045-.009-.1-.021-.115-.073s.036-.082.076-.109a1 1 0 0 0 .109-.07c.045-.042.079-.1.03-.158a2.5 2.5 0 0 0-.357-.415 13 13 0 0 0-.9-.657l-.136-.085a23 23 0 0 0-1.717-.93.5.5 0 0 0-.251-.064c-.061.006-.124 0-.151.07a.18.18 0 0 0 .03.191.9.9 0 0 0 .218.2 6 6 0 0 1 .751.439c.454.348.906.7 1.345 1.066a5 5 0 0 1 .394.376l.227.236a.2.2 0 0 1 .055.091v.039a.13.13 0 0 1-.039.07c-.073.073-.145.033-.215-.006a.4.4 0 0 1-.076-.076l-.036-.036c-.061-.061-.115-.121-.179-.179a1 1 0 0 0-.079-.064l-1.018-.76-1.015-.763a3.5 3.5 0 0 0-.609-.37.124.124 0 0 0-.173.03.2.2 0 0 0-.03.239 1.1 1.1 0 0 0 .279.351 4 4 0 0 1 .439.4c.636.706 1.284 1.4 1.9 2.123a.34.34 0 0 1 .079.17c.018.118-.042.173-.158.133a1 1 0 0 1-.064-.033 25 25 0 0 1-2.235-1.369 3.8 3.8 0 0 0-.666-.37c-.073-.033-.151-.073-.212.018a.22.22 0 0 0 .055.248c.273.206.524.439.782.663a8.4 8.4 0 0 1 1.618 1.627.36.36 0 0 0 .391.07 1.46 1.46 0 0 1 .842-.251h.073a.1.1 0 0 1 .055.015.05.05 0 0 1 .018.027c.033.073-.045.091-.088.118l-.821.533a.24.24 0 0 1-.209.036 1.5 1.5 0 0 0-.394-.082 11.4 11.4 0 0 0-1.7.164 1 1 0 0 0-.367.1.17.17 0 0 0-.082.182c.006.058.021.121.106.136q.526.105 1.051.215a2.3 2.3 0 0 0 .382.076c.4.251.8.512 1.178.791a1.8 1.8 0 0 0 .772.345c.133.021.264.061.394.094a1.5 1.5 0 0 1 .509.145 1.3 1.3 0 0 1 .273.454c.048.1.109.148.221.121.094-.024.13.024.161.109.142.406.291.809.43 1.212.042.091.07.114.157.088" style="fill:#f6e5cc"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M15.855 2 2.707 8.294l13.148 7.9 13.438-7.366z" style="fill:#afd4e5"/><path d="M15.856 30 2.707 20.678V8.294l13.148 7.9z" style="fill:#69c"/><path d="M29.293 21.485 15.856 30l-.001-13.806 13.438-7.366z" style="fill:#7da7d3"/><path d="m23.394 25.223-.353.224-.226-13.068.389-.213z" style="fill:#386a9d"/><path d="M11.631 6.95a9.7 9.7 0 0 1 6.239-1.642 9 9 0 0 1 1.75.408 10.3 10.3 0 0 1 3.644 2.244 3.4 3.4 0 0 1 .618.646c-.029.134-.188.178-.287.251-.608.325-1.2.676-1.818.988a6.3 6.3 0 0 1-1.135.568 2.2 2.2 0 0 0 .146-1.43 3.25 3.25 0 0 0-1.975-1.739 6.17 6.17 0 0 0-3.9 0 3.68 3.68 0 0 0-2.045 1.58 1.63 1.63 0 0 0 .306 1.97 5.13 5.13 0 0 0 3.1 1.009 7.7 7.7 0 0 0 1.662-.07.35.35 0 0 1 .327.081c-1.049.452-2.056 1-3.1 1.472a3.26 3.26 0 0 1-1.562-.2 5.56 5.56 0 0 1-3.242-2.2 2.57 2.57 0 0 1-.274-2.224 3.4 3.4 0 0 1 1.546-1.712" style="fill:#69c"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.559 8.137a7.2 7.2 0 0 0-1.234-1.708 7.6 7.6 0 0 0-.19 2.183 5.2 5.2 0 0 1 1.424-.475ZM13.617 9.466a8 8 0 0 0-1.993-1.2 8.1 8.1 0 0 0 .885 2.183c0 .063.443-.475 1.108-.981ZM17.445 7.188a9.1 9.1 0 0 1 1.3-2.246A7.6 7.6 0 0 0 17 2.854a8.4 8.4 0 0 0-1.3 2.278 8.5 8.5 0 0 1 1.74 2.056ZM11.592 11.744a10.3 10.3 0 0 0-2.692-.158 7.5 7.5 0 0 0 1.93 1.9 6.9 6.9 0 0 1 .759-1.74ZM6.878 15.161a7.4 7.4 0 0 1 2.942-1.139 10 10 0 0 1-2.056-2.278 7.6 7.6 0 0 0-2.847 1.2 7.1 7.1 0 0 0 1.961 2.215ZM10.516 14.876a6.16 6.16 0 0 0-2.815.886 10 10 0 0 0 2.815 1.2 7.7 7.7 0 0 1 0-2.088ZM14.281 5.543A7.8 7.8 0 0 0 11.592 4.4 8.4 8.4 0 0 0 11.4 7a8.9 8.9 0 0 1 2.47 1.264 10.3 10.3 0 0 1 .411-2.721ZM24.025 3.234a20.5 20.5 0 0 1 .917 4.112 6.8 6.8 0 0 0-3.068 1.519 7.4 7.4 0 0 1 1.55 1.044 1.35 1.35 0 0 0 1.645.316 37 37 0 0 0 2.721-2.72 1.273 1.273 0 0 0-.159-1.835 20.5 20.5 0 0 0-3.606-2.436ZM4.379 12.06a8.7 8.7 0 0 1 2.847-1.26 7.8 7.8 0 0 1-.759-2.974 14.7 14.7 0 0 0-2.088 4.234ZM11.339 10.668a10 10 0 0 1-.949-2.784 7.9 7.9 0 0 0-2.911-.126 7.3 7.3 0 0 0 .791 2.879 9.7 9.7 0 0 1 3.069.031ZM6.119 15.73a8.9 8.9 0 0 1-2.025-2.373 14.2 14.2 0 0 0-.063 4.9 8.5 8.5 0 0 1 2.088-2.527Z" style="fill:#43b02a;stroke:#43b02a;stroke-width:.06848896817112106px;fill-rule:evenodd"/><path d="M22.538 3.487A7.6 7.6 0 0 0 20.323 5.1a11.8 11.8 0 0 1 .823 2.5 9.8 9.8 0 0 1 2.309-1.329 6.6 6.6 0 0 0-.917-2.784ZM19.374 6.3a8.6 8.6 0 0 0-.822 1.676 10 10 0 0 1 1.329.19 7.6 7.6 0 0 0-.507-1.866ZM19.659 3.9a9.6 9.6 0 0 1 2.056-1.487A15.4 15.4 0 0 0 18.046 2a9.7 9.7 0 0 1 1.613 1.9Z" style="fill:#43b02a;stroke:#43b02a;stroke-width:.06848896817112106px;fill-rule:evenodd"/><path d="M27.378 23.892c-1.993-1.9-2.4-3.132-4.081-1.835a7.837 7.837 0 0 1-12.591-4.144A10.2 10.2 0 0 1 6.878 16.3a9.4 9.4 0 0 0-2.562 3.321h-.032C7.163 30.5 21.178 33.035 27.663 26.233c1.076-1.139.095-1.933-.285-2.341M6.309 20.855a7.6 7.6 0 0 1 .917-2.025 6.9 6.9 0 0 0 2.151.538c1.013 2.689 4.556 6.264 8.922 6.264a9.63 9.63 0 0 0 6.3-2.309 13 13 0 0 1 1.772 1.771c.095.127.095.159.095.159-5.766 5.03-15.538 4.302-20.157-4.398" style="fill:#43b02a"/><path d="M10.67 4.11a20 20 0 0 0-.214 2.509 10.5 10.5 0 0 0-2.689-.093A18 18 0 0 1 10.67 4.11ZM12.26 3.274a9.1 9.1 0 0 1 2.445 1.053 14 14 0 0 1 1.253-2.137 12.1 12.1 0 0 0-3.698 1.084Z" style="fill:#43b02a;stroke:#43b02a;stroke-width:.0666054172038338px;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m23.265 24.381.9-.894c4.164.136 4.228-.01 4.411-.438l1.144-2.785.085-.264-.093-.231c-.049-.122-.2-.486-2.8-2.965V15.5c3-2.89 2.936-3.038 2.765-3.461l-1.139-2.814c-.171-.422-.236-.587-4.37-.474l-.9-.93a20 20 0 0 0-.141-4.106l-.116-.263-2.974-1.3c-.438-.2-.592-.272-3.4 2.786l-1.262-.019c-2.891-3.086-3.028-3.03-3.461-2.855L9.149 3.182c-.433.175-.586.237-.418 4.437l-.893.89c-4.162-.136-4.226.012-4.407.438l-1.146 2.786-.09.267.094.232c.049.12.194.48 2.8 2.962v1.3c-3 2.89-2.935 3.038-2.763 3.462l1.138 2.817c.174.431.236.584 4.369.476l.9.935a20.2 20.2 0 0 0 .137 4.1l.116.265 2.993 1.308c.435.182.586.247 3.386-2.8l1.262.016c2.895 3.09 3.043 3.03 3.466 2.859l2.759-1.115c.436-.173.588-.234.413-4.436m-11.858-6.524a4.957 4.957 0 1 1 6.488 2.824 5.014 5.014 0 0 1-6.488-2.824" style="fill:#99b8c4"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="28.607" x2="11.085" y1="-60.825" y2="-50.756" gradientTransform="matrix(1 0 0 -1 0 -29.66)" gradientUnits="userSpaceOnUse"><stop offset=".18" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="621.442" x2="603.915" y1="1817.567" y2="1827.64" gradientTransform="matrix(-1 0 0 1 624.83 -1816.71)"/></defs><path d="M3.015 23.087c-.289.472-.614 1.02-.891 1.456a.89.89 0 0 0 .3 1.212l5.792 3.564a.89.89 0 0 0 1.226-.29l.008-.013c.231-.387.53-.891.855-1.43 2.294-3.787 4.6-3.323 8.763-1.336l5.743 2.731A.89.89 0 0 0 26 28.559l.011-.024 2.755-6.235a.89.89 0 0 0-.445-1.167 696 696 0 0 1-5.792-2.754c-7.805-3.793-14.439-3.548-19.514 4.708" style="fill:url(#a)"/><path d="M28.985 8.932c.289-.472.614-1.02.891-1.456a.89.89 0 0 0-.3-1.212L23.785 2.7a.89.89 0 0 0-1.236.241l-.033.053c-.232.387-.53.891-.856 1.43-2.294 3.787-4.6 3.323-8.763 1.336L7.172 3.043a.89.89 0 0 0-1.187.421l-.011.024-2.758 6.238a.89.89 0 0 0 .445 1.167c1.212.57 3.622 1.706 5.792 2.753 7.823 3.787 14.457 3.533 19.532-4.714" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ffebe3" d="M2.44 2h27.11v28H2.44z"/><path fill="#f20" d="M2.89 2.45v12.44H10V2.45zm18.44 6.78v4.18h4.19V9.23zm0 10.73v2.52h4.19v-2.52zm4.55 0v2.52h3.17v-2.52zm-15.35 2.62v6.93h7.32v-6.93zm10.8.3v3.18h3.18v-3.17h-3.18z"/><path fill="#00a302" d="M10.53 2.45V22.1h10.21V2.45zm15.35 6.78v4.18h3.17V9.23zM21.33 14v5.66h7.72V14zm-3.17 8.57v5.66h2.58v-5.66zm6.6.3v4.2h4.3v-4.2zm-3.43 3.58v1.78h3.18v-1.78zm4.8.9v2.11h2.78v-2.12h-2.77z"/><path fill="#f9ff16" d="M21.33 2.45v6.22h7.72V2.45zm-18.44 13V29.5H10V15.45zM24.77 27.3v.93h1.1v-.93zm-6.61 1.27v.93h7.72v-.93z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m15.676 2.771.109-.272.387 1.191 2.8 8.636.177.128 10.4-.028-1.339.981-3.775 2.7-3.389 2.444.128.518 2.626 7.968.468 1.466-8.468-6.125-.252.143L8.282 27.8l-1.025.729 3.108-9.429.171-.5-.172-.145L3.9 13.8l-.568-.393L2 12.426l10.232.026.317-.013z" style="fill:#be564a"/><path d="m16.191 3.471.129.271 2.826 8.712-.177-.128-2.8-8.636.019-.219ZM2.447 13.4l.886.011.567.389 6.463 4.647.172.145-.171.5zM24.436 16.109l3.775-2.7L30 13.4l-8.543 6.152 3.281 9.948-8.521-6.173L7.706 29.5l.576-1.7 7.265-5.276.252-.143 8.465 6.119-.464-1.463-2.621-7.965-.128-.518 3.389-2.444Z" style="fill:#dce1e2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.742 24.047a10.24 10.24 0 0 1-4.673.919 7.63 7.63 0 0 1-5.914-2.346A8.88 8.88 0 0 1 2 16.369a9.48 9.48 0 0 1 2.422-6.748 8.22 8.22 0 0 1 6.285-2.588 11.2 11.2 0 0 1 4.035.641v3.761A6.84 6.84 0 0 0 11 10.395a4.81 4.81 0 0 0-3.712 1.535 5.9 5.9 0 0 0-1.413 4.159A5.8 5.8 0 0 0 7.209 20.1a4.57 4.57 0 0 0 3.59 1.493 7.3 7.3 0 0 0 3.943-1.113ZM17.112 14.829v-2.344h2.344v2.344H21.8v2.343h-2.344v2.343h-2.344v-2.343H14.77v-2.344zM25.313 14.829v-2.344h2.344v2.344H30v2.343h-2.343v2.343h-2.344v-2.343h-2.342v-2.344z" style="fill:#984c93"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M26.914 13.8v1.54h-1.542v1.543h1.542v1.543h1.543v-1.543H30V15.34h-1.543V13.8Zm-3.5 0H21.87v1.54h-1.543v1.543h1.543v1.543h1.543v-1.543h1.543V15.34h-1.543Zm-3.654 5.226a6.167 6.167 0 1 1-.04-6.118l5.39-3.1a12.384 12.384 0 1 0 .032 12.34Z" style="fill:#005f91"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29 10.232a2.4 2.4 0 0 0-.318-1.244 2.45 2.45 0 0 0-.936-.879q-5.194-2.868-10.393-5.733a2.64 2.64 0 0 0-2.763.024c-1.378.779-8.275 4.565-10.331 5.706A2.29 2.29 0 0 0 3 10.231V21.77a2.4 2.4 0 0 0 .3 1.22 2.43 2.43 0 0 0 .954.9c2.056 1.141 8.954 4.927 10.332 5.706a2.64 2.64 0 0 0 2.763.026q5.19-2.871 10.386-5.733a2.44 2.44 0 0 0 .955-.9 2.4 2.4 0 0 0 .3-1.22V10.232" style="fill:#659ad2"/><path d="M28.549 23.171a2 2 0 0 0 .147-.182 2.4 2.4 0 0 0 .3-1.22V10.232a2.4 2.4 0 0 0-.318-1.244c-.036-.059-.089-.105-.13-.16L16 16Z" style="fill:#00599c"/><path d="M28.549 23.171 16 16 3.451 23.171a2.4 2.4 0 0 0 .809.72c2.056 1.141 8.954 4.927 10.332 5.706a2.64 2.64 0 0 0 2.763.026q5.19-2.871 10.386-5.733a2.4 2.4 0 0 0 .808-.719" style="fill:#004482"/><path d="M19.6 18.02a4.121 4.121 0 1 1-.027-4.087l3.615-2.073A8.309 8.309 0 0 0 7.7 16a8.2 8.2 0 0 0 1.1 4.117 8.319 8.319 0 0 0 14.411-.017z" style="fill:#fff"/><path d="M24.076 15.538h-.926v-.921h-.925v.921h-.926v.923h.926v.92h.925v-.92h.926zM27.549 15.538h-.926v-.921h-.926v.921h-.926v.923h.926v.92h.926v-.92h.926z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.395 25.5v-19h2.332v6.817a5.21 5.21 0 0 1 4.121-1.892 5.56 5.56 0 0 1 2.657.6 3.54 3.54 0 0 1 1.614 1.665 7.7 7.7 0 0 1 .486 3.085V25.5h-2.332v-8.722a3.6 3.6 0 0 0-.758-2.547 2.82 2.82 0 0 0-2.145-.8 3.8 3.8 0 0 0-1.951.538 3.04 3.04 0 0 0-1.3 1.458 6.7 6.7 0 0 0-.389 2.54V25.5ZM16.727 14.829v-2.344h2.344v2.344h2.344v2.343h-2.344v2.343h-2.344v-2.343h-2.342v-2.344zM24.928 14.829v-2.344h2.344v2.344h2.343v2.343h-2.343v2.343h-2.344v-2.343h-2.343v-2.344z" style="fill:#984c93"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30 8.348s-19.158-2.08-21.065 6.415c-2.774 12.31 9.276 9.537 9.276 9.537S1.827 31.321 3.56 15.023C4.774 3.927 26.359 6.615 30 8.348" style="fill:#30660f"/><path d="M28.353 12.769s-8.669-.087-9.189 3.641c-.78 5.461 4.508 3.728 4.508 3.728s-7.108 3.728-6.935-3.381c.087-4.854 9.882-4.594 11.616-3.988" style="fill:#30660f"/><path d="M28.526 10.516s-13.09-.173-13.957 5.548C13.443 24.3 21.418 21.7 21.418 21.7s-10.663 5.635-10.489-5.2c.173-7.282 15-6.848 17.6-5.981Z" style="fill:#30660f"/><path d="M23.672 20.225s-6.935 3.641-7.542-2.6c.867.087 1.647.26 2.427.26.347 4.508 5.115 2.341 5.115 2.341ZM18.731 15.717c-.087.26-.173.78-.26 1.04-1.474-.173-.867 0-2.427-.26 0-.087.087-.607.087-.693.867-4.421 10.576-3.554 12.136-2.947.087-.087-8.582-.78-9.536 2.861Z" style="fill:#b8cc1c"/><path d="M21.418 21.785S10.929 27.333 10.062 17.8a29 29 0 0 0 3.641.347c.52 6.935 7.715 3.641 7.715 3.641ZM14.05 15.023c-.087.347-.26 1.214-.347 1.474-2.254-.26-2.08-.173-3.728-.433 0-.173.087-.954.087-1.127 1.3-6.675 16.037-5.375 18.464-4.421 0 0-13.09-1.04-14.477 4.508Z" style="fill:#b8cc1c"/><path d="M18.037 24.3S2 31.147 2 16.757A30 30 0 0 0 7.288 17.8c-.088 10.486 10.749 6.5 10.749 6.5M8.241 13.029a22 22 0 0 0-.693 2.254c-3.207-.693-2.427-.433-5.375-1.127.087-.26.26-1.474.347-1.647C5.294 2.627 26.619 6.615 30 8.348c0 0-18.9-3.467-21.759 4.681" style="fill:#b8cc1c"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.941 19.816 19.8 29.928c-.028.028-.085.028-.169.028L5.8 26.267c-.028 0-.084-.028-.113-.113L2 12.352a.4.4 0 0 1 .028-.169l10.14-10.111c.028-.028.084-.028.169-.028l13.83 3.718c.028 0 .084.028.113.113l3.69 13.8c.056.057.03.113-.029.141M16.393 8.832 2.817 12.493q-.042 0 0 .084l9.943 9.943c.028.028.028 0 .084 0l3.662-13.548c-.057-.14-.113-.14-.113-.14" style="fill:#c8c8c8"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.792 7.071h2.553v2.553H24.9V7.071h2.552v2.553H30v2.552h-2.55v2.551H30v2.553h-2.551v2.552H24.9v-2.55h-2.55v2.552h-2.557v-2.55H17.24v-2.559h2.553v-2.546H17.24V9.622h2.554Zm2.553 7.658H24.9v-2.553h-2.555ZM14.689 24.013a10.2 10.2 0 0 1-4.653.915 7.6 7.6 0 0 1-5.89-2.336A8.84 8.84 0 0 1 2 16.367a9.44 9.44 0 0 1 2.412-6.719 8.18 8.18 0 0 1 6.259-2.577 11.1 11.1 0 0 1 4.018.638v3.745a6.8 6.8 0 0 0-3.723-1.036 4.8 4.8 0 0 0-3.7 1.529 5.88 5.88 0 0 0-1.407 4.142 5.77 5.77 0 0 0 1.328 3.992 4.55 4.55 0 0 0 3.575 1.487 7.3 7.3 0 0 0 3.927-1.108Z" style="fill:#368832"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29 10.232a2.4 2.4 0 0 0-.318-1.244 2.45 2.45 0 0 0-.936-.879q-5.194-2.868-10.393-5.733a2.64 2.64 0 0 0-2.763.024c-1.378.779-8.275 4.565-10.331 5.706A2.29 2.29 0 0 0 3 10.231V21.77a2.4 2.4 0 0 0 .3 1.22 2.43 2.43 0 0 0 .954.9c2.056 1.141 8.954 4.927 10.332 5.706a2.64 2.64 0 0 0 2.763.026q5.19-2.871 10.386-5.733a2.44 2.44 0 0 0 .955-.9 2.4 2.4 0 0 0 .3-1.22V10.232" style="fill:#4e994a"/><path d="M28.549 23.171a2 2 0 0 0 .147-.182 2.4 2.4 0 0 0 .3-1.22V10.232a2.4 2.4 0 0 0-.318-1.244c-.036-.059-.089-.105-.13-.16L16 16Z" style="fill:#358230"/><path d="M28.549 23.171 16 16 3.451 23.171a2.4 2.4 0 0 0 .809.72c2.056 1.141 8.954 4.927 10.332 5.706a2.64 2.64 0 0 0 2.763.026q5.19-2.871 10.386-5.733a2.4 2.4 0 0 0 .808-.719" style="fill:#1a7515"/><path d="M19.6 18.02a4.121 4.121 0 1 1-.027-4.087l3.615-2.073A8.309 8.309 0 0 0 7.7 16a8.2 8.2 0 0 0 1.1 4.117 8.319 8.319 0 0 0 14.411-.017z" style="fill:#fff"/><path d="M27.67 15.271v-1.238h-1.007v-1.006h-1.239v1.006h-1.508v-1.006h-1.239v1.006h-1.008v1.238h1.006v1.513h-1.006v1.237h1.006v1.006h1.239v-1.006h1.509v1.006h1.239v-1.006h1.006v-1.237h-1v-1.513Zm-2.246 1.513h-1.508v-1.513h1.508Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 20.87h28V27a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3Z" style="fill:#b4301c"/><path d="M2 18.94h28v2H2Z"/><path d="M10.7 2h2.18v28H10.7Z"/><path d="M12.88 2H27a3 3 0 0 1 3 3v14H12.88Z" style="fill:#f6f200"/><path d="M5 2h5.67v17H2V5a3 3 0 0 1 3-3" style="fill:#d2d2d2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.821 4.321 24.023 2l-12.53 12.212-7.66-5.827-1.654.837V22.8l1.644.827 7.65-5.827L24.023 30l5.8-2.321V4.321ZM4.65 19.192v-6.374l3.55 3.167ZM16 15.985l7.082-5.3v10.639l-7.092-5.339Z" style="fill:#68217a"/><path d="m15.995 15.985 7.082-5.299v10.638l-7.092-5.339zM4.65 19.192v-6.374l3.546 3.167z" style="fill:#fff"/><path d="m30.089 28.175-8.744-.001v-1.915l-1.915-.002v-8.741l1.914.001-.002-1.913h8.745v1.915h1.914l-.002 3.827H32v4.915h-1.912z" style="fill:#efeef0"/><path d="M15.527 32A7.16 7.16 0 0 1 10 29.758a8.1 8.1 0 0 1-2-5.683 8.56 8.56 0 0 1 2.213-6.063A7.6 7.6 0 0 1 16 15.6a9.8 9.8 0 0 1 3.558.581l.956.372v6.56l-2.3-1.458a3.6 3.6 0 0 0-1.989-.544 2.12 2.12 0 0 0-1.672.662 2.96 2.96 0 0 0-.658 2.091 2.88 2.88 0 0 0 .615 2 1.9 1.9 0 0 0 1.562.614 3.97 3.97 0 0 0 2.153-.6l2.292-1.426v6.28l-.815.419a9.14 9.14 0 0 1-4.175.849" style="fill:#efeef0"/><path d="M22.844 17.1h1.915v1.915h1.914V17.1h1.914v1.915H30.5v1.914h-1.913v1.913H30.5v1.918h-1.913v1.914h-1.914v-1.912h-1.912v1.914h-1.916v-1.915H20.93v-1.917h1.915v-1.909H20.93v-1.918h1.915Zm1.915 5.744h1.914v-1.912h-1.914ZM19.017 29.81a7.65 7.65 0 0 1-3.49.686 5.7 5.7 0 0 1-4.417-1.752 6.63 6.63 0 0 1-1.61-4.668 7.08 7.08 0 0 1 1.809-5.039A6.14 6.14 0 0 1 16 17.1a8.3 8.3 0 0 1 3.013.479v2.809a5.1 5.1 0 0 0-2.792-.777 3.6 3.6 0 0 0-2.775 1.147 4.4 4.4 0 0 0-1.055 3.107 4.33 4.33 0 0 0 1 2.994 3.41 3.41 0 0 0 2.681 1.115 5.47 5.47 0 0 0 2.945-.831Z" style="fill:#368832"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M5.902 27.201 3.656 2h24.688l-2.249 25.197L15.985 30z" style="fill:#1572b6"/><path d="m16 27.858 8.17-2.265 1.922-21.532H16z" style="fill:#33a9dc"/><path d="M16 13.191h4.09l.282-3.165H16V6.935h7.75l-.074.829-.759 8.518H16z" style="fill:#fff"/><path d="m16.019 21.218-.014.004-3.442-.93-.22-2.465H9.24l.433 4.853 6.331 1.758.015-.004z" style="fill:#ebebeb"/><path d="m19.827 16.151-.372 4.139-3.447.93v3.216l6.336-1.756.047-.522.537-6.007z" style="fill:#fff"/><path d="M16.011 6.935v3.091H8.545l-.062-.695-.141-1.567-.074-.829zM16 13.191v3.091h-3.3989999999999996l-.062-.695-.14-1.567-.074-.829z" style="fill:#ebebeb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="11.64" x2="20.589" y1="11.617" y2="20.567" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#de9b48"/><stop offset="1" stop-color="#8e3f25"/></linearGradient></defs><path d="M29.35 11.756c-.2.223-.41.444-.6.653-1.706-1.7-3.373-3.35-5.041-5.005l-.132.11c.108.131.207.271.325.393q2.067 2.136 4.141 4.264c.308.314.387.586-.042.916Q25.184 10.4 22.377 7.71l-.146.124a3 3 0 0 0 .264.359Q24.82 10.6 27.154 13c.288.294.428.558.009.947l-5.64-5.387-.171.164c.156.168.308.34.468.5q2.255 2.328 4.511 4.651c.282.291.454.57-.039.9l-5.6-5.358-.148.125a4 4 0 0 0 .315.422c1.5 1.553 3.013 3.1 4.513 4.652.222.23.572.448.277.854a1 1 0 0 1-.2.155l-5.611-5.369-.153.137c.122.149.235.306.369.445q2.249 2.331 4.5 4.658c.062.064.165.121.178.194a6 6 0 0 1 .054.632c-.175-.054-.4-.057-.52-.17-1.375-1.3-2.734-2.617-4.1-3.927-.392-.377-.791-.745-1.187-1.118l-.138.115a4 4 0 0 0 .3.4q2.3 2.388 4.618 4.767c.274.281.482.554-.008.929l-5.63-5.372-.159.15c.192.21.38.425.577.629q2.214 2.292 4.431 4.579c.29.3.349.563-.081.852l-5.6-5.362-.145.128c.145.177.279.364.437.529q2.265 2.352 4.54 4.7c.271.279.34.536-.063.86l-5.621-5.367-.146.139c.1.125.194.259.306.375q2.34 2.43 4.687 4.853c.3.311.335.558-.079.848l-5.615-5.366-.154.139c.126.147.244.3.379.441q2.286 2.37 4.579 4.732c.295.3.412.574-.046.894l-5.613-5.365-.147.131c.122.152.234.314.369.454q2.289 2.366 4.586 4.724c.289.3.426.581-.038.907l-5.621-5.37-.14.118a3 3 0 0 0 .269.371q2.325 2.406 4.658 4.8c.279.287.458.571-.018.92l-5.61-5.371-.135.109a4 4 0 0 0 .333.451q2.3 2.394 4.609 4.777c.276.284.381.553-.034.891l-5.621-5.376-.135.1a3 3 0 0 0 .254.37q2.3 2.392 4.609 4.778c.074.077.2.142.218.228a3.3 3.3 0 0 1 0 .584c-.161-.042-.37-.034-.476-.134-1.57-1.484-3.125-2.984-4.686-4.478-.209-.2-.428-.391-.643-.586l-.126.117c.134.165.257.34.4.493q2.249 2.332 4.5 4.659c.4.416.395.572-.037.9l-5.566-5.321-.139.117a5 5 0 0 0 .352.462q2.217 2.289 4.441 4.569c.545.562.549.624.087 1.043l-5.595-5.364-.146.122a4 4 0 0 0 .3.415q2.326 2.406 4.663 4.8c.282.289.382.551-.062.876L8.8 21.252l-.139.109a1.6 1.6 0 0 0 .184.3q2.36 2.448 4.727 4.888c.274.283.489.555-.009.923L7.951 22.1l-.137.108a3.4 3.4 0 0 0 .291.4q2.3 2.391 4.617 4.772c.284.293.518.577-.017.924l-5.556-5.31-.094.091c.588.59 1.171 1.185 1.763 1.77 1.08 1.068 2.157 2.137 3.251 3.189.366.352.391.652-.007.975-.069.056-.131.121-.2.183-1.124 1.059-1.568 1.059-2.7-.018a27 27 0 0 1-1.247-1.252 2.4 2.4 0 0 0-2.407-1.019 1.2 1.2 0 0 1-.021-.343 1.54 1.54 0 0 0-.481-1.508c-.526-.579-1.106-1.113-1.636-1.693a6 6 0 0 1-.245-.289C1.93 21.713 2 21.307 2 21.307l19.09-19.14c.663-.665 2.063.725 2.954 1.77a.9.9 0 0 1 .295.242A2.49 2.49 0 0 0 26.748 5.3c.057.074.1.106.1.129-.2 1.01.411 1.625 1.057 2.245A19 19 0 0 1 29.452 9.3a1.568 1.568 0 0 1-.102 2.456" style="fill:url(#a)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2 2h28v28H2z" style="fill:#eee;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0"/><path d="m9.413 11.5 1.859.589A4.17 4.17 0 0 1 9.85 14.4a4.06 4.06 0 0 1-2.523.755 4.08 4.08 0 0 1-3.109-1.295A4.95 4.95 0 0 1 3 10.327a5.2 5.2 0 0 1 1.224-3.682 4.2 4.2 0 0 1 3.219-1.312 3.95 3.95 0 0 1 2.831 1.03 3.75 3.75 0 0 1 .972 1.749l-1.9.453a1.96 1.96 0 0 0-2-1.593 2.16 2.16 0 0 0-1.713.758 3.7 3.7 0 0 0-.657 2.455 3.98 3.98 0 0 0 .648 2.565 2.1 2.1 0 0 0 1.684.764 1.92 1.92 0 0 0 1.315-.486 2.82 2.82 0 0 0 .79-1.528M12.431 11.9l1.869-.18a2.28 2.28 0 0 0 .683 1.38 2.07 2.07 0 0 0 1.389.44 2.13 2.13 0 0 0 1.4-.392 1.17 1.17 0 0 0 .47-.917.86.86 0 0 0-.2-.573 1.6 1.6 0 0 0-.69-.411q-.337-.117-1.535-.415a5.2 5.2 0 0 1-2.163-.939 2.47 2.47 0 0 1-.874-1.911 2.44 2.44 0 0 1 .411-1.357 2.58 2.58 0 0 1 1.185-.962 4.8 4.8 0 0 1 1.869-.33 4 4 0 0 1 2.691.784 2.77 2.77 0 0 1 .949 2.092l-1.917.084a1.63 1.63 0 0 0-.528-1.053 1.93 1.93 0 0 0-1.22-.32 2.2 2.2 0 0 0-1.308.343.69.69 0 0 0-.3.589.73.73 0 0 0 .285.576 5 5 0 0 0 1.762.635 9.3 9.3 0 0 1 2.07.683 2.67 2.67 0 0 1 1.049.965 2.99 2.99 0 0 1-.074 3.041 2.7 2.7 0 0 1-1.283 1.059 5.4 5.4 0 0 1-2.066.347 4.1 4.1 0 0 1-2.766-.832 3.62 3.62 0 0 1-1.158-2.426M21.279 11.9l1.865-.181a2.28 2.28 0 0 0 .683 1.38 2.07 2.07 0 0 0 1.389.44 2.13 2.13 0 0 0 1.4-.392 1.17 1.17 0 0 0 .47-.917.86.86 0 0 0-.2-.573 1.6 1.6 0 0 0-.69-.411q-.337-.117-1.535-.415a5.2 5.2 0 0 1-2.161-.938 2.47 2.47 0 0 1-.874-1.911 2.44 2.44 0 0 1 .411-1.357 2.58 2.58 0 0 1 1.185-.962 4.8 4.8 0 0 1 1.869-.33 4 4 0 0 1 2.691.784 2.77 2.77 0 0 1 .949 2.092l-1.917.084a1.63 1.63 0 0 0-.528-1.053 1.93 1.93 0 0 0-1.214-.321 2.2 2.2 0 0 0-1.308.343.69.69 0 0 0-.3.589.73.73 0 0 0 .285.576 5 5 0 0 0 1.762.635 9.3 9.3 0 0 1 2.07.683 2.67 2.67 0 0 1 1.049.965 2.99 2.99 0 0 1-.074 3.041 2.7 2.7 0 0 1-1.283 1.059 5.4 5.4 0 0 1-2.066.347 4.1 4.1 0 0 1-2.766-.832 3.62 3.62 0 0 1-1.162-2.425" style="fill:#414141"/><path d="M3 26.626v-8.688h1.769v7.212h4.4v1.476ZM10.374 26.626v-8.76h1.769v8.76ZM13.846 26.626v-8.76h1.721l3.585 5.85v-5.85H20.8v8.76h-1.779l-3.532-5.713v5.713ZM24.638 26.626v-7.278h-2.6v-1.482H29v1.482h-2.593v7.278Z" style="fill:#768c1c"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 30a14 14 0 1 1 14-14 14.016 14.016 0 0 1-14 14m0-26.824A12.824 12.824 0 1 0 28.824 16 12.84 12.84 0 0 0 16 3.176" style="fill:#33a9dc"/><path d="M2.784 15.412h26.432v1.176H2.784zM16.317 10.474A44.8 44.8 0 0 1 4.42 8.92l.34-1.126c.111.034 11.277 3.32 22.427 0l.335 1.127a39.4 39.4 0 0 1-11.205 1.553M4.785 23.907l-.335-1.126c11.5-3.422 22.634-.14 23.1 0l-.34 1.126c-.11-.034-11.274-3.319-22.425 0" style="fill:#33a9dc"/><path d="M11.468 28.764a35.45 35.45 0 0 1-.742-25.71l1.082.461A34.23 34.23 0 0 0 12.55 28.3ZM20.441 28.764 19.36 28.3a34.23 34.23 0 0 0 .74-24.785l1.082-.461a35.46 35.46 0 0 1-.741 25.71M15.412 2.783h1.175v26.919h-1.175z" style="fill:#33a9dc"/><path d="M14.127 28.901 12.442 10h18.516l-1.686 18.898L21.689 31z" style="fill:#1572b6"/><path d="m21.7 29.393 6.127-1.699 1.442-16.149H21.7z" style="fill:#33a9dc"/><path d="M21.7 18.393h3.068l.211-2.374H21.7v-2.318h5.813l-.056.622-.57 6.388H21.7z" style="fill:#fff"/><path d="m21.714 24.413-.01.003-2.582-.697-.165-1.849H16.63l.325 3.64 4.748 1.318.011-.003z" style="fill:#ebebeb"/><path d="m24.57 20.613-.279 3.105-2.585.697v2.412l4.752-1.317.035-.392.403-4.505z" style="fill:#fff"/><path d="M21.708 13.701v2.3179999999999996h-5.598999999999999l-.047-.521-.105-1.175-.056-.622zM21.7 18.393v2.3189999999999995h-2.549l-.046-.521-.106-1.176-.055-.622z" style="fill:#ebebeb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.97 4.174q-.321-.192-.656-.36t-.7-.314a6 6 0 0 0-.226-.09c-.208-.077-.418-.163-.633-.225a11.793 11.793 0 1 0-5.944 22.77v3.375c7.089-1.065 13.365-6.666 13.833-14.02A12.21 12.21 0 0 0 21.97 4.174" style="fill:#23d96c"/><path d="M13.171 30.071v-3.6a12.427 12.427 0 1 1 5.836-24.16q.478.115.946.269c.166.049.338.114.505.177l.151.056.253.1c.211.083.449.19.733.33q.358.179.7.384a12.84 12.84 0 0 1 5.984 11.726C27.815 22.635 21.77 28.78 13.9 29.961Zm2.914-26.84h-.016a11.149 11.149 0 0 0-2.139 22.1l.516.1v3.144C21.361 27.227 26.592 21.735 27 15.27a11.54 11.54 0 0 0-5.36-10.552 9 9 0 0 0-1.263-.629q-.1-.045-.209-.084L20 3.941q-.212-.084-.43-.151a11.2 11.2 0 0 0-3.486-.558Z" style="fill:#173647"/><path d="M13.7 8.383a1.1 1.1 0 0 1 .961.369 2.5 2.5 0 0 1 .442.672 3.17 3.17 0 0 1 .14 2.8 3.85 3.85 0 0 1-2.417-1.874 2 2 0 0 1-.211-.813A1.19 1.19 0 0 1 13.7 8.383m-3.45 4.871a4.7 4.7 0 0 0 .739.447 3.51 3.51 0 0 0 2.964-.084 3.71 3.71 0 0 0-2.031-2.094 2.2 2.2 0 0 0-.875-.195 1 1 0 0 0-.194 0 1.072 1.072 0 0 0-.6 1.926Zm3.7 2.084a4.15 4.15 0 0 0-2.011-.177 2.7 2.7 0 0 0-1.011.214 2.1 2.1 0 0 0-.739.448 1.1 1.1 0 0 0 .855 1.925 2 2 0 0 0 .875-.195 3.73 3.73 0 0 0 2.031-2.214Zm1.584 1.214a3.98 3.98 0 0 0-2.261 2.128 1.9 1.9 0 0 0-.195.8 1.158 1.158 0 0 0 2 .817 4.5 4.5 0 0 0 .425-.739 3.6 3.6 0 0 0 .028-3Zm1.56-4.352a3.6 3.6 0 0 0 2.246-1.92 2 2 0 0 0 .194-.817 1.16 1.16 0 0 0-1.089-1.186 1.11 1.11 0 0 0-.971.389 4.5 4.5 0 0 0-.428.739 2.94 2.94 0 0 0 .049 2.794Zm2.554 7.354a2 2 0 0 0-.195-.816 3.56 3.56 0 0 0-2.153-1.982 3.27 3.27 0 0 0-.137 2.86 2.5 2.5 0 0 0 .425.68 1.217 1.217 0 0 0 2.065-.739Zm2.55-3.812a4.5 4.5 0 0 0-.739-.425 2.7 2.7 0 0 0-1.011-.214 3.9 3.9 0 0 0-1.935.337 3.62 3.62 0 0 0 2.013 2.06 2.2 2.2 0 0 0 .875.194 1.093 1.093 0 0 0 .8-1.948Z" style="fill:#173647"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M12.447 12.265v-1.674q.244-.018.494-.026c4.577-.143 7.581 3.934 7.581 3.934S17.278 19 13.8 19a4.2 4.2 0 0 1-1.353-.217v-5.071c1.782.215 2.14 1 3.212 2.788l2.383-2.009a6.31 6.31 0 0 0-4.672-2.281 9 9 0 0 0-.923.055m0-5.529v2.5q.246-.02.494-.03c6.366-.214 10.513 5.221 10.513 5.221s-4.764 5.792-9.726 5.792a7.4 7.4 0 0 1-1.281-.112v1.545a9 9 0 0 0 1.067.069c4.618 0 7.958-2.358 11.192-5.15.535.43 2.731 1.474 3.182 1.932-3.075 2.574-10.241 4.649-14.3 4.649-.392 0-.769-.024-1.138-.06v2.172H30V6.736Zm0 12.051v1.32c-4.271-.762-5.457-5.2-5.457-5.2a9.23 9.23 0 0 1 5.457-2.64v1.447h-.006a4.1 4.1 0 0 0-3.184 1.456s.782 2.811 3.19 3.62m-7.586-4.077a10.58 10.58 0 0 1 7.586-4.122V9.236C6.848 9.685 2 14.427 2 14.427s2.746 7.939 10.447 8.665v-1.44c-5.647-.711-7.586-6.939-7.586-6.939" style="fill:#80bc00"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M21.74 12.734A7.64 7.64 0 0 1 27.134 8.4a8.2 8.2 0 0 1 2.747-.129 5.8 5.8 0 0 1 .071 1.917c-.5 3.81-4.748 5.758-5.305 6 .971.562 4.273 2.624 4.631 5.995a5.7 5.7 0 0 1 .007 1.125 5 5 0 0 1-.817.228c-3.167.6-6.026-2.119-6.862-2.971a15.2 15.2 0 0 1-5.56 2.741c-5.77 1.475-10.947-.913-10.9-1.227.015-.1.55-.014 1.715-.339a5.8 5.8 0 0 0 1.468-.595 2.46 2.46 0 0 0 1.124-1.1 1.8 1.8 0 0 0 .123-.458 7.3 7.3 0 0 1-2.9 1.265 9 9 0 0 1-1.421.124 2.5 2.5 0 0 1-.856-.076 2.4 2.4 0 0 1-.517-.221 3.6 3.6 0 0 1-.837-.635 3.4 3.4 0 0 1-.883-1.356 3.15 3.15 0 0 1-.085-1.689 9 9 0 0 1 .451-1.458 9 9 0 0 1 2.11-3.089 10.4 10.4 0 0 1 3.388-2.461 10.6 10.6 0 0 1 4.493-.924 12.6 12.6 0 0 1 5.094 1.123 15.1 15.1 0 0 1 4.127 2.544" style="fill:#f90"/><circle cx="6.903" cy="15.055" r="1.907" style="fill:#099"/><path d="M7.281 15.794a.948.948 0 0 1-.926-1.229 1 1 0 0 1 .206-.379.3.3 0 0 1 .488.07l.03.064a.24.24 0 0 1-.041.263.4.4 0 0 0-.088.157.34.34 0 0 0 .03.277.37.37 0 0 0 .366.15.24.24 0 0 1 .244.11l.038.062a.3.3 0 0 1-.206.446 1 1 0 0 1-.141.009" style="fill:#67cbca"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-232.591" x2="-232.527" y1="266.35" y2="266.35" gradientTransform="scale(-243.14 243.14)rotate(74.609 58.4 285.758)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1"/></linearGradient><linearGradient id="b" x1="-232.579" x2="-232.515" y1="267.655" y2="267.655" gradientTransform="matrix(190.987 150.5 150.5 -190.987 4142.028 86141.279)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs><path d="M15.5 2.012A14 14 0 1 1 2.017 16.5 14.01 14.01 0 0 1 15.5 2.012"/><path d="m23.5 11.561-2.635 6.612-2.651-6.612h-2.17l3.719 9.025-2.643 6.364 1.9.375 6.536-15.764z" style="fill:#d2d2d2"/><path d="M11.924 13.233a2.61 2.61 0 0 1 2.458 1.6l.036.079 1.849-.623-.04-.094a4.55 4.55 0 0 0-4.3-2.8 4.62 4.62 0 0 0-3.387 1.323 4.44 4.44 0 0 0-1.374 3.302 4.42 4.42 0 0 0 1.371 3.289 4.62 4.62 0 0 0 3.387 1.324 4.55 4.55 0 0 0 4.3-2.8l.04-.094-1.852-.624-.035.083a2.56 2.56 0 0 1-2.456 1.595A2.6 2.6 0 0 1 10 18a2.73 2.73 0 0 1-.781-1.978 2.77 2.77 0 0 1 .781-2 2.59 2.59 0 0 1 1.928-.792Z" style="fill:#d2d2d2"/><path d="M22.251 25.8a11.617 11.617 0 0 0 4.106-15.214l1.682-.869a13.483 13.483 0 0 1-4.768 17.671z" style="fill:url(#a)"/><path d="M2.905 19.562a13.4 13.4 0 0 1-.484-3.574A13.58 13.58 0 0 1 11.14 3.4l.684 1.755a11.69 11.69 0 0 0-7.5 10.832 11.5 11.5 0 0 0 .416 3.075Z" style="fill:#58d09e"/><path d="M11.049 3.444a13.67 13.67 0 0 1 17.065 6.433l-1.688.858A11.765 11.765 0 0 0 11.74 5.2l-.691-1.753Z" style="fill:#58d09e"/><path d="m17.488 26.06-.462 1.11a.61.61 0 0 1-.538.378q-.234.01-.473.011A11.786 11.786 0 0 1 4.571 18.51l-1.852.415a13.52 13.52 0 0 0 4.73 7.514 13.75 13.75 0 0 0 8.546 3h.028c.182 0 .364 0 .544-.011a2.52 2.52 0 0 0 2.217-1.543l.6-1.45-1.9-.375Z" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="-232.831" x2="-232.767" y1="265.938" y2="265.938" gradientTransform="scale(-174.487 174.487)rotate(74.609 57.955 285.7)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1"/></linearGradient><linearGradient id="b" x1="-233.052" x2="-232.988" y1="267.716" y2="267.716" gradientTransform="scale(174.5 -174.5)rotate(-38.239 -502.812 -202.442)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#58d09e"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs><path d="M6.152 28.65a5.144 5.144 0 0 1-4.046-6.087c.339-1.429.269-1.346 7.644-9.06l6.95-7.269 1.97 1.878-8.01 8.362 6.7-.144 4.734-4.938 1.962 1.888-6.956 7.249c-6.385 6.65-7.017 7.278-7.666 7.6a5.2 5.2 0 0 1-3.274.525Zm19.574-16.666c-.183-.11-2.063-1.864-4.178-3.9L17.7 4.385l-.012-.562a1.15 1.15 0 0 1 .259-.9 1.325 1.325 0 0 1 1.387-.495 92 92 0 0 1 8.38 8.041 1.34 1.34 0 0 1-1.992 1.513Z" style="fill:#58d09e"/><path d="M4.085 23.185c-.353 2.28.96 3.828 3.443 3.49.255-.268 3.214-3.357 9.861-10.328-3.344.072-3.3-.074-6.649 0-6.689 6.934-6.822 6.884-6.655 6.838" style="fill:#58d09e"/><path d="M19.6 9.539A10.04 10.04 0 1 1 9.933 19.93 10.05 10.05 0 0 1 19.6 9.539"/><path d="m25.345 16.388-1.89 4.743-1.9-4.743H20l2.668 6.474-1.9 4.566 1.361.268 4.689-11.308z" style="fill:#d2d2d2"/><path d="M17.039 17.588a1.87 1.87 0 0 1 1.761 1.146l.026.057 1.327-.447-.029-.067a3.265 3.265 0 0 0-3.087-2.011 3.32 3.32 0 0 0-2.429.949 3.34 3.34 0 0 0 0 4.732 3.32 3.32 0 0 0 2.429.949 3.265 3.265 0 0 0 3.087-2.01l.029-.068-1.329-.448-.025.06a1.84 1.84 0 0 1-1.762 1.143 1.87 1.87 0 0 1-1.383-.566 1.96 1.96 0 0 1-.561-1.42 2 2 0 0 1 .561-1.432 1.86 1.86 0 0 1 1.383-.569Z" style="fill:#d2d2d2"/><path d="M24.447 26.6a8.33 8.33 0 0 0 2.946-10.913l1.206-.624a9.675 9.675 0 0 1-3.42 12.676z" style="fill:url(#a)"/><path d="M10.571 22.128a9.6 9.6 0 0 1-.347-2.564 9.74 9.74 0 0 1 6.254-9.029l.491 1.259a8.385 8.385 0 0 0-5.383 7.77 8.3 8.3 0 0 0 .3 2.206l-1.312.358Z" style="fill:#58d09e"/><path d="M16.412 10.566a9.806 9.806 0 0 1 12.242 4.615l-1.211.616a8.447 8.447 0 0 0-10.535-3.974Z" style="fill:#58d09e"/><path d="m21.031 26.789-.331.8a.44.44 0 0 1-.386.271c-.111 0-.224.007-.338.007a8.45 8.45 0 0 1-8.21-6.49l-1.329.3a9.7 9.7 0 0 0 3.393 5.391 9.87 9.87 0 0 0 6.13 2.152h.02c.131 0 .26 0 .39-.008a1.8 1.8 0 0 0 1.589-1.112l.434-1.04-1.362-.268Z" style="fill:url(#b)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="b" x1="-38.426" x2="-23.684" y1="58.045" y2="45.361" gradientTransform="matrix(.623 0 0 -.629 32.079 44.592)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5a9fd4"/><stop offset="1" stop-color="#306998"/></linearGradient><linearGradient id="c" x1="-17.985" x2="-23.249" y1="37.685" y2="45.133" gradientTransform="matrix(.623 0 0 -.629 32.079 44.592)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd43b"/><stop offset="1" stop-color="#ffe873"/></linearGradient><radialGradient id="a" cx="671.86" cy="-14.544" r="3.927" gradientTransform="matrix(0 -.24 -1.055 0 .793 187.085)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b8b8b8" stop-opacity=".498"/><stop offset="1" stop-color="#7f7f7f" stop-opacity="0"/></radialGradient></defs><path d="M20.991 25.874c0 .52-2.175.942-4.858.942s-4.859-.422-4.859-.942 2.175-.942 4.858-.942 4.859.422 4.859.942" style="opacity:.44382017850875854;isolation:isolate;fill:url(#a)"/><path d="M16.549 2.74a14.9 14.9 0 0 0-10.7 3.879A11.87 11.87 0 0 0 2 15.594a13.2 13.2 0 0 0 3.562 9.44q3.932 4.22 10.915 4.226 7.053 0 11.055-4.226a13 13 0 0 0 1.826-2.388h-5.435q-2.111 3.914-7.34 3.947a7.6 7.6 0 0 1-7.011-3.685 13.6 13.6 0 0 1-1.826-7.315q0-9.551 8.73-9.96 4.725.174 6.981 3.347a9 9 0 0 1 .756 1.251H30a12.4 12.4 0 0 0-2.683-3.613A15.15 15.15 0 0 0 16.549 2.74" style="fill:#646464"/><path d="M16.763 7.579a11.5 11.5 0 0 0-1.92.164c-1.7.3-2.009.929-2.009 2.089v1.531h4.018v.51h-5.526a2.51 2.51 0 0 0-2.51 2.037 7.5 7.5 0 0 0 0 4.083c.286 1.189.968 2.037 2.135 2.037h1.381V18.2a2.553 2.553 0 0 1 2.51-2.5h4.013a2.024 2.024 0 0 0 2.009-2.042V9.832a2.24 2.24 0 0 0-2.009-2.089 12.5 12.5 0 0 0-2.092-.164M14.59 8.811a.766.766 0 1 1-.754.768.76.76 0 0 1 .754-.768" style="fill:url(#b)"/><path d="M21.366 11.874v1.784a2.577 2.577 0 0 1-2.51 2.547h-4.013a2.05 2.05 0 0 0-2.009 2.042v3.826c0 1.089.947 1.729 2.009 2.042a6.72 6.72 0 0 0 4.013 0c1.012-.293 2.009-.882 2.009-2.042v-1.532h-4.013v-.51h6.022c1.168 0 1.6-.814 2.009-2.037a6.9 6.9 0 0 0 0-4.083c-.289-1.162-.84-2.037-2.009-2.037Zm-2.257 9.689a.766.766 0 1 1-.754.763.76.76 0 0 1 .754-.764Z" style="fill:url(#c)"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.425 2.937 30 2.94v6.573l-1.951-.029.021-3.714L18.827 15 11.4 8.656l-8.018 7.421L2 14.727l9.379-8.614 7.439 6.116 7.344-7.362-2.73.005-.008-1.935Z" style="fill:#828282"/><path d="m24.365 11.708 1.911-1.884v19.227h-1.924l.013-17.342ZM9.468 12.7l1.922-1.783-.016 18.148-1.906-.016zM13.2 12.5l1.908 1.619-.008 14.939-1.911-.008zM20.645 15.583l1.908-2.039.005 15.5h-1.927l.013-13.467ZM5.742 16.191l1.924-1.826.027 14.682H5.748zM16.918 15.66l1.914 1.64.005 11.748H16.91l.008-13.39Z" style="fill:#828282"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.1 13.224c-1.8 0-2.515 1.222-3.952 1.868s-2.515.359-3.018-.575-.072-1.8 1.653-2.731 2.012.359 4.024-.862 1.006-3.521.575-4.312a2.936 2.936 0 0 0-4.312-.5c-1.94 1.509-1.15 3.737-1.725 4.887a2.36 2.36 0 0 1-2.8 1.15c-.719-.359-.791-1.8-.5-3.018s1.509-1.222 2.228-3.378a3.08 3.08 0 0 0-2.515-3.737 2.9 2.9 0 0 0-3.306 2.371c-.423 2.959 1.15 2.659 1.8 4.384.329.877.5 2.371-.431 3.09s-2.587-.575-2.946-1.509-.072-3.737-1.078-4.527a3.214 3.214 0 0 0-4.24-.144c-1.725 1.294-.9 4.229 0 4.743 2.012 1.15 3.719.831 4.491 1.258 1.047.579 1.473 1.329 1.114 2.336-.634 1.776-1.8.934-2.731 1.006s-2.156-2.084-3.88-2.515a3.36 3.36 0 0 0-3.449 2.659c0 2.336.893 3.385 3.467 3.512 1.413.07 2.722-2.165 4.191-2.185.794-.011 1.755-.344 2.155.7.673 1.748-.423 2.1-1.133 2.717-1.048.9-2.869.088-4.309 1.071a2.96 2.96 0 0 0-.4 4.672 2.836 2.836 0 0 0 4.336-.28c1.234-1.773.539-3.466 1.569-4.656.131-.151 1.534-1.877 2.724-.7.66.655.791 2.017.183 3.478-.385.925-1.748.549-2.1 2.981a2.88 2.88 0 0 0 2.408 3.49 3.23 3.23 0 0 0 3.51-2.325c.675-2.613-1.537-3.392-2.03-4.546-.5-1.172-.6-1.739.59-3.032.659-.719 2.53.372 2.964 1.286.675 1.42-.183 2.783 1.006 4.352a2.976 2.976 0 0 0 4.694-.011c.824-.916 1.462-2.32-.158-4.15-.783-.885-2.452-.765-4.333-1.29-.924-.258-1.992-1.6-1.633-2.542.265-.7 1.232-1.115 2.569-.817 1.94.431 2.6 2.148 4.168 2.371a2.943 2.943 0 0 0 3.36-2.734 2.8 2.8 0 0 0-2.8-3.306m-11.14 5.029a2.229 2.229 0 1 1 2.229-2.229 2.23 2.23 0 0 1-2.233 2.229Z" style="fill:#72ff01"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.739 2.037a1.31 1.31 0 0 0-.916.377l-.013.01-8.59 4.965 8.566 8.566v.006l10.3 10.3 1.963-3.536-7.081-16.997-3.3-3.3a1.3 1.3 0 0 0-.927-.388Z" style="fill:#66c3fa"/><path d="m7.25 7.35-4.962 8.581-.01.013a1.32 1.32 0 0 0-.378.919 1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327 3.636-2.02-.1-.1h-.025l-10.083-10.1H15.9z" style="fill:#215896"/><path d="m7.192 7.362 8.764 8.773h.013l10.087 10.1 3.839-.732.005-11.363-4.054-3.973a6.52 6.52 0 0 0-3.624-1.616v-.044z" style="fill:#235997"/><path d="m7.256 7.411 8.768 8.768v.013l10.092 10.092-.734 3.839h-11.36l-3.971-4.056a6.52 6.52 0 0 1-1.614-3.625h-.044z" style="fill:#58b6f0"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M16.74 2a1.33 1.33 0 0 0-.92.37l-8.59 5L15.79 16l10.3 10.3 2-3.53L21 5.73l-3.3-3.3a1.3 1.3 0 0 0-.96-.43" style="fill:#f15742"/><path d="m7.25 7.35-5 8.58a1.34 1.34 0 0 0-.38.92 1.3 1.3 0 0 0 .39.93L6.4 21.9l16.08 6.33 3.64-2-.1-.1L15.91 16Z" style="fill:#b21f24"/><path d="M7.19 7.36 16 16.14l10.09 10.1 3.84-.74V14.14l-4-4a6.48 6.48 0 0 0-3.63-1.62Z" style="fill:#b21f24"/><path d="M7.26 7.41 16 16.18l10.1 10.09-.74 3.84H14l-4-4.05a6.54 6.54 0 0 1-1.61-3.63Z" style="fill:#f15d47"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M16.74 2a1.33 1.33 0 0 0-.92.37l-8.59 5L15.79 16l10.3 10.3 2-3.53L21 5.73l-3.3-3.3a1.3 1.3 0 0 0-.96-.43" style="fill:#91d8a1"/><path d="m7.25 7.35-5 8.58a1.34 1.34 0 0 0-.38.92 1.3 1.3 0 0 0 .39.93L6.4 21.9l16.08 6.33 3.64-2-.1-.1L15.91 16Z" style="fill:#368f49"/><path d="M7.19 7.36 16 16.14l10.09 10.1 3.84-.74V14.14l-4-4a6.48 6.48 0 0 0-3.63-1.62Z" style="fill:#368f49"/><path d="M7.26 7.41 16 16.18l10.1 10.09-.74 3.84H14l-4-4.05a6.54 6.54 0 0 1-1.61-3.63Z" style="fill:#91d8a1"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M22.229 3.49 5.58 5.41l-.388 4.34s1.415 16.261 1.395 16.203c-.019-.058 1.99 1.288 1.99 1.288s.77 2.742 3.548 2.006 1.232-4.088 1.01-4.523 1.05 1.19 1.05 1.19l1.539-.184.242 2.022 12.242-2.207-.729-8.822z"/><path fill="#632ca6" fill-rule="evenodd" d="m25.045 21.845-2.34-1.543-1.952 3.26-2.271-.663-2 3.051.103.961 10.87-2.003-.63-6.792zm-10.137-2.928 1.744-.24c.282.127.478.175.817.261.527.138 1.137.27 2.04-.186.21-.104.648-.505.825-.733l7.146-1.296.73 8.822-12.243 2.207zm13.274-3.18-.706.135-1.355-14-23.09 2.677 2.845 23.084 2.702-.392c-.216-.308-.552-.681-1.126-1.158-.796-.662-.514-1.785-.045-2.494.622-1.199 3.822-2.722 3.641-4.637-.065-.697-.176-1.603-.822-2.225-.025.258.02.507.02.507s-.266-.34-.399-.801c-.131-.177-.234-.234-.374-.47-.1.273-.086.59-.086.59s-.217-.512-.253-.945c-.128.194-.16.562-.16.562s-.283-.809-.219-1.245c-.128-.379-.51-1.131-.402-2.841.705.494 2.256.376 2.86-.514.201-.296.338-1.101-.1-2.688-.281-1.018-.979-2.533-1.25-3.108l-.033.023c.143.463.439 1.434.552 1.905.343 1.428.435 1.925.274 2.584-.137.572-.465.946-1.298 1.365s-1.938-.602-2.008-.658c-.81-.645-1.435-1.697-1.505-2.207-.073-.56.322-.895.521-1.353-.284.082-.602.226-.602.226s.379-.392.846-.731a5 5 0 0 0 .512-.38c-.296-.004-.536.004-.536.004s.493-.266 1.003-.46c-.373-.016-.73-.002-.73-.002s1.098-.492 1.966-.852c.597-.245 1.18-.173 1.508.3.43.621.882.959 1.839 1.167.588-.26.766-.394 1.505-.595.65-.715 1.16-.808 1.16-.808s-.253.233-.32.598c.368-.29.772-.533.772-.533s-.156.193-.302.5l.034.05c.43-.258.935-.461.935-.461s-.144.182-.314.419c.325-.003.982.014 1.238.043 1.507.033 1.82-1.61 2.397-1.816.725-.258 1.048-.415 2.282.797 1.059 1.04 1.886 2.903 1.475 3.32-.344.347-1.023-.135-1.776-1.073a4.06 4.06 0 0 1-.84-1.832c-.119-.63-.582-.995-.582-.995s.269.597.269 1.125c0 .288.036 1.365.498 1.97-.046.088-.067.437-.118.503-.537-.65-1.691-1.114-1.88-1.251.638.522 2.102 1.721 2.664 2.87.532 1.087.219 2.083.488 2.341.076.074 1.144 1.404 1.35 2.072.357 1.165.02 2.388-.448 3.148l-1.31.204c-.191-.054-.32-.08-.492-.18.095-.167.283-.585.285-.671l-.074-.13c-.407.577-1.09 1.138-1.657 1.46-.742.42-1.598.355-2.155.183-1.58-.488-3.075-1.556-3.435-1.836 0 0-.011.224.057.274.398.45 1.311 1.263 2.194 1.83l-1.881.206.889 6.925c-.394.056-.456.084-.887.145-.38-1.344-1.108-2.221-1.904-2.732-.701-.451-1.669-.553-2.595-.37l-.06.07a3.34 3.34 0 0 1 2.186.52c.766.485 1.384 1.737 1.611 2.49.291.964.493 1.994-.29 3.086-.558.776-2.186 1.205-3.5.277.35.565.825 1.027 1.464 1.114.949.128 1.85-.036 2.47-.672.529-.544.81-1.682.735-2.88l.838-.122.302 2.15 13.863-1.669zm-8.434-5.84c-.04.089-.1.147-.009.434l.006.017.014.037.039.086c.164.336.345.654.647.816q.117-.02.243-.027c.283-.012.462.033.576.094.01-.057.012-.14.006-.261-.022-.426.084-1.151-.735-1.532-.309-.144-.742-.1-.887.08q.04.005.068.015c.219.076.07.151.032.242m2.295 3.975c-.107-.059-.61-.035-.962.007-.672.079-1.398.312-1.557.436-.29.224-.158.613.056.773.599.448 1.124.748 1.678.675.34-.045.64-.584.853-1.073.145-.336.145-.7-.068-.818m-5.95-3.448c.189-.18-.945-.416-1.825.184-.649.442-.67 1.39-.048 1.929.062.053.113.09.161.122a5.592 5.592 0 0 1 1.636-.483c.132-.147.285-.405.247-.874-.052-.635-.534-.534-.172-.878" class="st0" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.562 15.256A21.2 21.2 0 0 0 16 16.449a21.2 21.2 0 0 0 7.438-1.194c1.864-.727 2.525-1.535 2.525-2V9.7a10.4 10.4 0 0 1-2.084 1.076A22.3 22.3 0 0 1 16 12.078a22.4 22.4 0 0 1-7.879-1.3A10.3 10.3 0 0 1 6.037 9.7v3.55c0 .474.663 1.278 2.525 2.006M8.562 21.961a15.6 15.6 0 0 0 2.6.741 25 25 0 0 0 4.838.453 25 25 0 0 0 4.838-.452 15.6 15.6 0 0 0 2.6-.741c1.864-.727 2.525-1.535 2.525-2v-3.39a10.7 10.7 0 0 1-1.692.825A23.5 23.5 0 0 1 16 18.74a23.5 23.5 0 0 1-8.271-1.348 11 11 0 0 1-1.692-.825v3.393c0 .466.663 1.271 2.525 2.001M16 30c5.5 0 9.963-1.744 9.963-3.894v-2.837a10.5 10.5 0 0 1-1.535.762l-.157.063A23.5 23.5 0 0 1 16 25.445a23.4 23.4 0 0 1-8.271-1.351q-.08-.032-.157-.063a10.5 10.5 0 0 1-1.535-.762v2.837C6.037 28.256 10.5 30 16 30" style="fill:#c4c7ce"/><ellipse cx="16" cy="5.894" rx="9.963" ry="3.894" style="fill:#c4c7ce"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g fill="#a80030" stroke-width="1.333"><path d="M18.2 16.79c-.464 0 .088.239.693.332.167-.133.319-.267.455-.392a3.5 3.5 0 0 1-1.148.059m2.49-.62a2.95 2.95 0 0 0 .548-1.23 3 3 0 0 1-.387.853c-.866.546-.081-.324 0-.655-.933 1.173-.133.704-.161 1.032m.913-2.391c.056-.836-.164-.572-.239-.252.087.045.155.59.239.252M16.442 2.361c.248.044.533.079.495.134.266-.06.331-.115-.495-.134m.496.138-.175.036.163-.015z"/><path d="M24.654 14.094a4.1 4.1 0 0 1-.443 1.758l-.4.2c-.327.637.033.4-.202.912a11 11 0 0 1-1.888 1.513c-.244 0 .166-.288.219-.4-.685.47-.55.707-1.6.993l-.03-.068c-2.586 1.217-6.179-1.2-6.132-4.484-.028.21-.079.157-.133.241a4.14 4.14 0 0 1 2.324-4.087 3.92 3.92 0 0 1 4.36.567 3.89 3.89 0 0 0-3.177-1.525 3.59 3.59 0 0 0-3.085 1.84c-.702.443-.785 1.707-1.091 1.939-.412 3.03.775 4.339 2.784 5.878.316.214.09.246.133.408a5.45 5.45 0 0 1-1.78-1.362 4.8 4.8 0 0 0 .926 1.066c-.63-.213-1.466-1.525-1.716-1.578 1.086 1.942 4.4 3.406 6.132 2.68a7.25 7.25 0 0 1-2.727-.316c-.379-.195-.895-.6-.8-.675a6.77 6.77 0 0 0 6.87-.973c.52-.4 1.09-1.097 1.255-1.108-.248.374.042.18-.148.51.52-.839-.225-.342.533-1.448l.281.388c-.105-.696.864-1.541.767-2.642.222-.337.248.362.012 1.137.328-.859.086-.997.17-1.706a6 6 0 0 1 .267.742 3.27 3.27 0 0 1 .325-1.88c-.105-.047-.329.366-.38-.614.008-.426.119-.223.162-.328a1.9 1.9 0 0 1-.436-1c.097-.148.258.38.39.399a10 10 0 0 1-.236-1.26c-.385-.8-.133.107-.448-.345-.409-1.277.34-.296.391-.877a10.3 10.3 0 0 1 1.137 2.87 12 12 0 0 0-.569-2.045c.188.079-.304-1.447.245-.436a9.12 9.12 0 0 0-4.267-5.112c.216.199.49.447.392.485-.88-.524-.725-.564-.85-.785-.716-.292-.764.024-1.239 0A14.7 14.7 0 0 0 18.1 2.477l.056.267c-.895-.298-1.043.113-2.01 0-.058-.046.31-.167.614-.21-.865.114-.824-.172-1.67.031a7 7 0 0 1 .652-.368c-.706.043-1.684.41-1.381.076a16.3 16.3 0 0 0-4.34 2.309l-.035-.241c-.526.63-2.29 1.883-2.432 2.699l-.14.033a15 15 0 0 0-.666 1.467c-.357.609-.524.234-.473.329a22 22 0 0 0-1.355 3.606 21 21 0 0 1 .087 3.226c-.353 6.377 4.475 12.568 9.754 13.997a10.6 10.6 0 0 0 2.9.295c-1.154-.33-1.304-.174-2.429-.566-.811-.383-.989-.819-1.563-1.317l.228.4c-1.127-.4-.656-.493-1.572-.784l.243-.317a2.1 2.1 0 0 1-1.132-.941l-.4.016c-.48-.592-.736-1.02-.717-1.35l-.133.23c-.147-.25-1.766-2.222-.927-1.764a1.9 1.9 0 0 1-.586-.64l.17-.195a3.26 3.26 0 0 1-.718-1.41.9.9 0 0 0 .513.4c-1.021-2.532-1.078-.133-1.853-2.579l.164-.013a5 5 0 0 1-.302-.596l.07-.71c-.736-.851-.205-3.616-.1-5.133a15 15 0 0 1 1.025-2.302l-.25-.042c.478-.835 2.732-3.353 3.776-3.224.505-.635-.1 0-.198-.162 1.11-1.15 1.466-.812 2.21-1.019.807-.48-.695.187-.31-.182 1.396-.358.99-.812 2.813-.993.192.109-.446.169-.606.31a7.5 7.5 0 0 1 5.32.316 7.79 7.79 0 0 1 4.119 5.981l.096.026a11.5 11.5 0 0 1-.195 3.159l.235-.493"/><path d="m13.137 17.427-.065.325a6.3 6.3 0 0 0 .933 1.187c-.28-.547-.488-.773-.87-1.512m.723-.029a2.6 2.6 0 0 1-.364-.607 4.2 4.2 0 0 0 .507 1.028zm12.752-2.772-.068.17a8.3 8.3 0 0 1-.808 2.58 8.1 8.1 0 0 0 .876-2.75M16.538 2.133A10 10 0 0 1 17.642 2c-.434.036-.865.059-1.292.113l.188.026M5.523 7.998c.072.667-.504.934.134.488.338-.76-.134-.21-.134-.488M4.78 11.09a7 7 0 0 0 .227-.972c-.4.513-.185.623-.226.972"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="16" x2="16" y1="-.443" y2="22.042" gradientUnits="userSpaceOnUse"><stop offset=".021" stop-color="#ff0c15"/><stop offset="1" stop-color="#9a0c0f"/></linearGradient></defs><circle cx="16" cy="16" r="14" style="fill:url(#a)"/><path d="M27.545 16.243H4.924a.914.914 0 0 0-1.092.82q.033.429.1.849a12.4 12.4 0 0 0 24.532 0q.075-.5.108-1.021c-.094-.368-.361-.684-1.027-.648" style="fill:#ff6443"/><path d="m18.48 11.64 5.227-4.374-3.92-1.386L16 11.053M15.68 11.026l2.96-5.146h-3.787l-1.546 5.413M13.04 11.373l.56-4.667-3.013 1.254.426 4.8M10.747 13l-.96-4.24-2.08 2.08 1.946 3.84M9.387 15.053l-1.894-2.677-.853 2.09 2.4 2.051M9.04 16.757l-2.4-1.544-.16 2.187 2.72.933M9.227 18.846 6.64 18.04l.587 1.76h2.32M9.707 20.093l-2 .293.92 1.36 1.64-.746" style="fill:#fae7e3;fill-rule:evenodd"/><path d="M20.023 13.089a6.6 6.6 0 0 0-4.53-2A6.293 6.293 0 0 0 11.3 22.07l4.941.129-2.08-4.16Z" style="fill:#eee;fill-rule:evenodd"/><path d="m16.5 22.366-5.267-.138-.044-.039a6.453 6.453 0 0 1 4.3-11.264 6.79 6.79 0 0 1 4.643 2.05l.123.123-5.9 4.982Zm-5.14-.455 4.616.121L13.961 18l5.825-4.919a6.43 6.43 0 0 0-4.292-1.835 6.133 6.133 0 0 0-4.131 10.667Z" style="fill:#ee4b2e"/><path d="M12.013 20.493c-4.173-5.813 2.109-8.172 2.478-8.453.451-.344-7.59 1.785-3.226 8.88Z" style="fill:#f04e31;fill-rule:evenodd"/><path d="m20.72 12.6-7.2 4.967.213 1.006 7.734-1.547z" style="fill:#eee;fill-rule:evenodd"/><path d="m13.61 18.761-.269-1.261 7.495-5.17.814 4.828Zm.089-1.123.158.747 7.426-1.485-.683-4.026Z" style="fill:#ee4b2e"/><path d="M15.723 21.319c-3.93-.668-4.283.428-4.283.428l-1.173 2.693s1.12-.907 5.493 0l.76-1.388Z" style="fill:#dd0c13;fill-rule:evenodd"/><path d="M14.122 21.6c-.02-.2-1.1-.319-1.677-.123-.732.249-1.219 1.142-1.045 1.213a1.98 1.98 0 0 1 1.125-.986c.922-.211 1.617.096 1.597-.104" style="fill:#ff6e4f;fill-rule:evenodd"/><path d="M15.52 18.606a11 11 0 0 0 1.547 1.487 6.9 6.9 0 0 1 2.72 4.107c-.107 1.067-1.973 1.76-1.973 1.76l-3.307-7.194Z" style="fill:#eee;fill-rule:evenodd"/><path d="m17.73 26.161-3.457-7.521 1.32-.208.057.081a11 11 0 0 0 1.512 1.451 7 7 0 0 1 2.782 4.207v.044c-.115 1.153-2 1.864-2.077 1.894Zm-2.99-7.27 3.155 6.863c.414-.178 1.63-.763 1.73-1.548a6.8 6.8 0 0 0-2.648-3.981l-.01-.007a12 12 0 0 1-1.517-1.439Z" style="fill:#ee4b2e"/><path d="M28 12.742q.038.591.025 1.194a13.946 13.946 0 0 1-19.9 12.3A12.86 12.86 0 0 0 28 12.742" style="fill:#eae0df;fill-rule:evenodd;opacity:.2"/><path d="M2.383 13.893A13.941 13.941 0 0 1 25.7 5.83s-5.009 5.979-10.584 7.907-12.733.156-12.733.156" style="fill:#eae0df;opacity:.2"/><path d="M3.618 18.694a14 14 0 0 1-.083-1.191C3.329 9.807 10.012 4.2 17.708 3.991a14.2 14.2 0 0 1 5.719 1.458 13.13 13.13 0 0 0-7.188-2.369c-7.1.19-13.306 5.3-13.116 12.4a12.9 12.9 0 0 0 .495 3.214" style="fill:#eae0df;fill-rule:evenodd;opacity:.2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 2a14 14 0 1 1-9.9 4.1A14 14 0 0 1 16 2" style="fill:#d2d2d2"/><path d="M15.453 9.924c-4.069 0-7.241 2.565-7.241 5.753 0 3.008 2.915 4.927 7.432 4.834l.137-.005.5-.016-.126.328.016.033q.054.127.1.257l.011.033.016.055.022.077.016.049.022.055.016.06.022.087.027.093.016.06.027.1.027.1.022.1.027.109.022.076.027.12.027.12.038.164.017.087.027.131.027.137.033.142.038.2.033.164.044.23.022.115.038.181.033.186.044.252.049.263.044.273.049.279.049.284.049.3.049.306.038.235.06.4.027.164.066.421.049.345.044.262.049.361.027.18a12.57 12.57 0 0 0 7.618-3.981l.06-.066-.279-1.039-.738-2.762-.458-1.716-.4-1.509-.252-.919-.159-.58-.093-.35-.087-.306-.033-.131-.022-.071L22.8 15l-.011-.033a7.05 7.05 0 0 0-2.376-3.467 7.88 7.88 0 0 0-4.96-1.576m-3.576 14.6a.68.68 0 0 0-.831.465L11.04 25l-.612 2.275a13 13 0 0 0 1.176.509l.093.038.662-2.466.006-.016a.68.68 0 0 0-.488-.82Zm3.812-1.668a.683.683 0 0 0-.837.465l-.005.016-.93 3.445v.018a.684.684 0 0 0 1.318.356l.005-.016.93-3.445v-.016l.016-.077.006-.027-.022-.115-.033-.159-.022-.1a.68.68 0 0 0-.426-.345M9.208 19.3l-.044.1-.005.022-.93 3.445-.005.016a.684.684 0 0 0 1.318.361l.005-.016.842-3.128a6.1 6.1 0 0 1-1.181-.8m-2.215-3.962a.69.69 0 0 0-.837.465l-.005.016-.93 3.445v.016a.684.684 0 0 0 1.318.361l.005-.016.93-3.445v-.016a.69.69 0 0 0-.481-.826m20.841-.782a.69.69 0 0 0-.831.465l-.003.017-.93 3.445-.006.016a.686.686 0 0 0 1.323.361v-.017l.935-3.445v-.022a.684.684 0 0 0-.488-.82m-22.87-4.6A12.5 12.5 0 0 0 3.5 14.54a.7.7 0 0 0 .339.208.69.69 0 0 0 .831-.465l.005-.016.93-3.445.005-.016a.687.687 0 0 0-.487-.826.7.7 0 0 0-.164-.022Zm20.519.022a.7.7 0 0 0-.837.465v.017l-.93 3.445-.006.016a.684.684 0 0 0 1.318.361l.006-.016.93-3.445.005-.016a.69.69 0 0 0-.486-.826Z"/><path d="M16.328 12.227a.875.875 0 1 1-.619.256.88.88 0 0 1 .619-.256" style="fill:#d2d2d2"/><path d="M9.011 6.7a.69.69 0 0 0-.831.465l-.005.016-.93 3.445-.005.016a.684.684 0 0 0 1.318.361l.005-.016.93-3.445.007-.019a.684.684 0 0 0-.489-.823m11.949.651a.69.69 0 0 0-.837.465l-.005.016-.624 2.319a7.7 7.7 0 0 1 1.154.7l.06.049.733-2.7v-.02a.69.69 0 0 0-.481-.826Zm-6.081-3.88a13 13 0 0 0-1.3.186l-.093.016-.864 3.21-.005.016a.684.684 0 0 0 1.318.355l.005-.016.93-3.445.005-.016a.7.7 0 0 0 .005-.306Zm8.553 2.379-.18.678-.006.016a.684.684 0 0 0 1.318.355l.005-.016.022-.071a13 13 0 0 0-1.077-.9Zm-5.409-2.264L17.7 4.805l-.005.016a.684.684 0 0 0 1.318.355l.006-.016.344-1.285a13 13 0 0 0-1.241-.275Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="28.113" height="32" viewBox="0 0 7.438 8.467"><g fill="#222"><path fill="#69a658" d="m3.65 8-1.58-.97L.54 6.1v-.51l.01-1.92V2.26l1.34-.8L3.48.5l.26-.16.4.25 1.59.96 1.16.72V5.7l-.01.43-.38.22-2.8 1.68-.05-.04z"/><path d="M2.5 3.9c-.06.04-.07.13 0 .16.04.02.09.01.11-.03a.09.09 0 0 0-.1-.12zm.45.07a.1.1 0 0 0 0 .17c.06.04.14-.01.14-.09 0-.07-.08-.12-.14-.08m.57-2.56-.09.01a2.63 2.63 0 0 0-1.73.96A2.84 2.84 0 0 0 2 6.3a2.62 2.62 0 0 0 2.05.64 2.62 2.62 0 0 0 1.71-.96 2.84 2.84 0 0 0-.3-3.91 2.62 2.62 0 0 0-1.94-.65zm.03.3a12 12 0 0 0 .03.67l.03.82v.05h-.03a.1.1 0 0 1-.03-.01l-.01-.1-.05-1.33v-.15h.06zm.63-.02a48 48 0 0 1 .01 1h-.07v-.2a42 42 0 0 0-.01-.8zm-1.51.23a33 33 0 0 1 .08 1.26.1.1 0 0 1-.03.01v-.04a78 78 0 0 1-.09-1.23zm1.8.13c.02.01.02.01.02.05v.4c-.02 0-.06-.03-.06-.04v-.21c0-.23 0-.21.04-.2m-1.21.04.01.22.01.3c0 .12 0 .12-.03.12s-.03 0-.03-.03v-.14L3.2 2.3v-.24h.04c.02 0 .02 0 .02.03m1.81.09h.03v.49l-.03-.02-.02-.01v-.46zm-1.19.09.01.5v.1h-.06l-.02-.56v-.05h.07zm1.5.05.02.98a6 6 0 0 1-.04.96l-.01-.9v-.99l-.01-.1.02.02a.2.2 0 0 1 .03.03zm-.58.14v1.16l-.02-.01-.02-.01V2.44h.02zM3 2.49a2 2 0 0 1 .01.27c.01.12 0 .12-.03.12-.02 0-.02 0-.02-.02l-.03-.38.05-.02.01.03zm-1.09.18.06.55s-.05.03-.06.02l-.07-.63c0-.02.05-.08.06-.08zm2.57.07.02.01v.35c0 .06 0 .07-.04.06l-.02-.01v-.27l-.01-.15h.05zM2.2 3l.04.5.03.25-.03.02-.02.03v-.06a49 49 0 0 0-.08-.76l-.02-.2.03-.02c.02-.02.02-.02.03 0zm-.49.09.09.79.06.64.02.28h-.02l-.01-.12-.12-.92-.04-.34-.06-.5c0-.02.05-.09.05-.08zm-.2.29.04.33.04.28v.1l-.02.01-.02-.06-.05-.38-.05-.34.02-.04c0-.03.02-.05.02-.05zm3.59-.09.01.36v.36h-.02c-.04 0-.04 0-.04-.38v-.35h.02zm-1.43.12c.15.02.27.07.4.14.08.04.12.07.22.16.13.14.22.26.3.42.1.25.15.46.2 1.04a21 21 0 0 1 .09 1.13c0 .12.01.1-.09.15-.14.07-.28.12-.45.17-.22.05-.36.07-.58.07H3.6v-.08l.01-.22a9 9 0 0 0-.07-1.5l.08-.04c.12-.04.22-.1.24-.12.03-.05-.02-.12-.09-.12a2.4 2.4 0 0 1-.68.2c-.12 0-.3 0-.43-.03-.07 0-.19-.06-.3-.11-.11-.07-.18-.15-.2-.25a.6.6 0 0 1 0-.23.7.7 0 0 1 .1-.22c.2-.25.58-.47.97-.55.13-.03.3-.03.44 0zm2.02.02c.02.01.02.02.02.04v.63h-.05l-.01-.34v-.34zm.28.38H6v.57a3 3 0 0 1-.03.8c-.04.1-.04.12-.04-.32a39 39 0 0 1 .02-1.06h.03zm-3.93.17c0 .05 0 .06-.02.1L2 4.13v-.07c-.02-.11-.02-.12 0-.13l.03-.01v.06zm-.4.4a59 59 0 0 0 .06.7l-.1-.73c.02 0 .03 0 .04.04zm.47.32.02.22c0 .02-.02.04-.04.03l-.01-.13-.02-.16v-.03l.02.03zm.52.25c.01.01.02.04.02.11.01.13.01.12-.01.12-.03 0-.03 0-.04-.11v-.12zm.52.01v.1a12 12 0 0 0 .03.52l-.03-.2a15 15 0 0 0-.03-.42zm-1.23.14a12 12 0 0 1 .08.7v.04-.01l-.02-.04a9 9 0 0 0-.07-.69c0-.01.02-.02.02 0zm3.78.28v.28l-.03.03c-.03.06-.03.07-.03-.25v-.3l.03-.02a.1.1 0 0 1 .03-.02zm-.61.45v.44h-.02a26 26 0 0 1 0-.87c.02 0 .02.05.02.43m-2.13-.27a16 16 0 0 1 .01.41h-.02l-.03-.39v-.06h.01c.02 0 .02 0 .03.04m-.52.24v.04a6 6 0 0 0 .04.5l-.03-.04v-.07a4 4 0 0 1 0-.43zm.31.46v.12c.01.1.01.1-.02.09l-.02-.11c-.01-.14-.01-.14.01-.13.02 0 .03 0 .03.03"/></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m4 9.5 10.785-7.134a2.2 2.2 0 0 1 2.43 0L28 9.5a2.24 2.24 0 0 1 1 1.871v9.25a2.24 2.24 0 0 1-1 1.879l-10.785 7.134a2.2 2.2 0 0 1-2.43 0L4 22.5a2.24 2.24 0 0 1-1-1.871v-9.25A2.24 2.24 0 0 1 4 9.5" style="fill:#0366d6"/><path d="M16.867 11.625v-.875h-1.445a.29.29 0 0 1-.289-.291V8.417a.29.29 0 0 1 .289-.292h2.022a.29.29 0 0 1 .289.292v3.208h4.334a.87.87 0 0 1 .866.875V16h.578a.29.29 0 0 1 .289.292v2.917a.29.29 0 0 1-.289.291h-.578v1.75a.87.87 0 0 1-.866.876H9.933a.87.87 0 0 1-.866-.876V19.5h-.578a.29.29 0 0 1-.289-.291v-2.917A.29.29 0 0 1 8.489 16h.578v-3.5a.87.87 0 0 1 .866-.875Z" style="fill:#fff"/><path d="M18.352 18.521a.35.35 0 0 0 .5 0l1.817-1.834a.356.356 0 0 0 0-.5l-.373-.376a.346.346 0 0 0-.494 0l-1.2 1.209-.475-.48a.35.35 0 0 0-.5 0l-.372.376a.354.354 0 0 0 0 .5ZM12.575 18.521a.346.346 0 0 0 .494 0l1.817-1.834a.356.356 0 0 0 0-.5l-.373-.376a.346.346 0 0 0-.494 0l-1.2 1.209-.475-.48a.35.35 0 0 0-.495 0l-.372.376a.356.356 0 0 0 0 .5Z" style="fill:#0366d6"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M11.247 2.042c2.164-.067 4.772-.275 6.284 1.614 2.506 2.9.625 7.061 1.517 10.445a3.394 3.394 0 0 0 3.721 1.809 3.21 3.21 0 0 1 4.191-1.73 3.075 3.075 0 0 1 .262 5.437 3.24 3.24 0 0 1-4.479-1.605 41.6 41.6 0 0 0-5.854.142c-1.787.514-2.24 2.541-2.053 4.169.089 2.173.226 4.759-1.605 6.315-2 1.876-4.941 1.229-7.42 1.339q-.258-1.056-.523-2.107c2.39-.235 5.792.9 7.176-1.743.812-2.643-.466-5.681 1.158-8.147-1.947.04-3.9.013-5.845.027a75 75 0 0 0-.522-2.107c3.437 0 6.874-.018 10.311.013-1.109-1.53-.408-3.756-1.836-5.078a4.2 4.2 0 0 0-3.06-.82c-2.963.013-5.925 0-8.888.013a71 71 0 0 0-.519-2.111c3.446.018 6.9-.04 10.343.022a7.74 7.74 0 0 1 3.171.887c-.093-1.317.173-2.94-.971-3.9-1.06-1.087-2.683-.75-4.04-.776a48 48 0 0 0-.519-2.108" style="fill:#36a3ec"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="16" r="14" style="fill:#193e63"/><path d="m10.777 22.742-1.434-1.394 3.386-3.483-3.383-3.448 1.428-1.4 4.751 4.842zM21.42 19.101l1.434-1.395-3.386-3.482 3.383-3.448-1.428-1.4-4.751 4.842z" style="fill:#add1ea"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><path d="M16 2.07A13.93 13.93 0 1 1 2 16 13.93 13.93 0 0 1 16 2.07m-2.72 20.25a1.49 1.49 0 1 1-1 1.83 1.49 1.49 0 0 1 1-1.83m8-15.68a.53.53 0 0 1 .38.66.52.52 0 0 1-.65.38l-.5-.13a42.7 42.7 0 0 0-.37 7.07C18.06 16.45 14.39 22 14.39 22l1.93-7.18a1 1 0 0 0 .89-.65.91.91 0 0 0-1.75-.47 1 1 0 0 0 .45 1L14 21.85a68 68 0 0 0-1.34-9.25 34.3 34.3 0 0 0 3.21-6.31l-.5-.13A.55.55 0 0 1 15 5.5a.53.53 0 0 1 .66-.38l5.68 1.52Z" style="fill:#b7b7b7;fill-rule:evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M6.975 3h18.05v6.017H6.975z" style="fill:#c00000"/><path d="M12.992 10.95v6.017H6.975v6.017h6.017V29h6.017v-6.017h6.017v-6.016h-6.018V10.95Z" style="fill:green"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M14.135 4H18.1v18.169a26.2 26.2 0 0 1-5.143.535c-4.842-.005-7.362-2.168-7.362-6.322 0-4 2.673-6.6 6.816-6.6a6.5 6.5 0 0 1 1.724.2zm0 9.142a4 4 0 0 0-1.337-.2c-2 0-3.163 1.223-3.163 3.366 0 2.087 1.107 3.239 3.138 3.239a9 9 0 0 0 1.362-.1v-6.3Z" style="fill:#44b78b"/><path d="M24.4 10.059v9.1c0 3.133-.235 4.639-.923 5.938A6.32 6.32 0 0 1 20.237 28l-3.678-1.733a5.7 5.7 0 0 0 3.141-2.629c.566-1.121.745-2.42.745-5.837v-7.742ZM20.441 4.02h3.964v4.028h-3.964z" style="fill:#44b78b"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="185.455" x2="181.955" y1="1601.641" y2="1630.224" gradientTransform="translate(-62.523 -666.646)scale(.427)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient xlink:href="#a" id="b" x1="176.136" x2="172.636" y1="1600.5" y2="1629.083"/></defs><path d="m3.978 15.462-.009-6.953a.59.59 0 0 1 .531-.562 1 1 0 0 1 .076 0l6.074-.009a15.7 15.7 0 0 1 6.067.95 8.9 8.9 0 0 1 2.244 1.359 4.47 4.47 0 0 1 2.946-1.083 4.11 4.11 0 0 1 4.276 3.92A4.11 4.11 0 0 1 21.907 17c-.089 0-.177-.008-.265-.012a7 7 0 0 1-.232.953 85 85 0 0 1 8.59 2.6V2H2v13.4q.992.02 1.978.062m22.8-7.944a1.32 1.32 0 0 1 1.374 1.259 1.379 1.379 0 0 1-2.747 0 1.32 1.32 0 0 1 1.375-1.26Z" style="fill:#b03931"/><path d="M17.861 15.787a4.11 4.11 0 0 0-1.748-3.458 5.8 5.8 0 0 0-1.508-.822 7.4 7.4 0 0 0-1.629-.438 22 22 0 0 0-2.588-.1H7.769l.006 4.737a89 89 0 0 1 9.91 1.408 5 5 0 0 0 .176-1.327M20.993 18.979a7.9 7.9 0 0 1-2.128 2.582 9.7 9.7 0 0 1-3.256 1.71 11.6 11.6 0 0 1-1.971.472h-.015a32 32 0 0 1-3.326.111l-5.625.022a.616.616 0 0 1-.686-.681l-.01-7.734Q2.992 15.42 2 15.4V30h28v-9.456a85 85 0 0 0-8.59-2.6 7 7 0 0 1-.417 1.035" style="fill:#b03931"/><path d="M20.993 18.979a7.9 7.9 0 0 1-2.128 2.582 9.7 9.7 0 0 1-3.256 1.71 11.6 11.6 0 0 1-1.971.472h-.015a32 32 0 0 1-3.326.111l-5.625.022a.616.616 0 0 1-.686-.681l-.01-7.734Q2.992 15.42 2 15.4V30h28v-9.456a85 85 0 0 0-8.59-2.6 7 7 0 0 1-.417 1.035" style="opacity:.300000011920929;isolation:isolate;fill:url(#a)"/><path d="M10.477 20.835a16 16 0 0 0 2.877-.2 7.6 7.6 0 0 0 1.628-.5 5.6 5.6 0 0 0 1.187-.748 4.46 4.46 0 0 0 1.518-2.271 89 89 0 0 0-9.91-1.408l.006 5.133Z" style="fill:#b03931"/><path d="M10.477 20.835a16 16 0 0 0 2.877-.2 7.6 7.6 0 0 0 1.628-.5 5.6 5.6 0 0 0 1.187-.748 4.46 4.46 0 0 0 1.518-2.271 89 89 0 0 0-9.91-1.408l.006 5.133Z" style="opacity:.300000011920929;isolation:isolate;fill:url(#b)"/><path d="M20.383 11.746a7 7 0 0 1 1.36 4.148 6.6 6.6 0 0 1-.1 1.1c.088 0 .176.012.265.012a4.11 4.11 0 0 0 4.276-3.92 4.11 4.11 0 0 0-4.276-3.92 4.47 4.47 0 0 0-2.946 1.083 8.1 8.1 0 0 1 1.421 1.497" style="fill:#fff"/><ellipse cx="26.78" cy="8.777" rx="1.374" ry="1.259" style="fill:#fff"/><path d="m4.673 23.877 5.625-.022a32 32 0 0 0 3.326-.111h.015a11.5 11.5 0 0 0 1.971-.472 9.7 9.7 0 0 0 3.256-1.71 7.9 7.9 0 0 0 2.128-2.582 7 7 0 0 0 .417-1.034 7 7 0 0 0 .332-2.051 7 7 0 0 0-1.36-4.148 8 8 0 0 0-1.421-1.5 8.9 8.9 0 0 0-2.244-1.359 15.7 15.7 0 0 0-6.067-.95l-6.074.009a1 1 0 0 0-.076 0 .59.59 0 0 0-.532.562l.009 6.952.01 7.734a.616.616 0 0 0 .685.682m3.1-12.908h2.619a22 22 0 0 1 2.588.1 7.4 7.4 0 0 1 1.629.438 5.8 5.8 0 0 1 1.508.822 4.12 4.12 0 0 1 1.748 3.458 5 5 0 0 1-.175 1.327 4.46 4.46 0 0 1-1.518 2.271 5.6 5.6 0 0 1-1.187.748 7.7 7.7 0 0 1-1.628.5 16 16 0 0 1-2.877.2H7.786L7.78 15.7Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.191 13.071H20.7v2.566h1.27a5.5 5.5 0 0 0 1.744-.292 4.5 4.5 0 0 0 .848-.383 3.15 3.15 0 0 1-.589-1.623 3.43 3.43 0 0 1 .616-2.416l.264-.305.314.253a4 4 0 0 1 1.575 2.538 3.84 3.84 0 0 1 2.913.271l.345.2-.181.354a3.63 3.63 0 0 1-3.648 1.74c-2.173 5.413-6.9 7.976-12.642 7.976A7.96 7.96 0 0 1 6.3 20.211l-.025-.043-.226-.459a7.3 7.3 0 0 1-.579-3.693l.035-.38h2.143v-2.565h2.51v-2.51h5.02v-2.51h3.012v5.02Z" style="fill:#3a4e55"/><path d="M26.324 14.021a3.31 3.31 0 0 0-1.418-2.821 3.07 3.07 0 0 0 .289 3.821 5.28 5.28 0 0 1-3.225 1.037H5.883a6.8 6.8 0 0 0 .667 3.737l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389.193.193 0 1 1 .126.365q-.135.047-.281.088a8.4 8.4 0 0 1-1.845.3c.044 0-.046.007-.046.007l-.082.007a21.455 21.455 0 0 1-2.008-.006l-.01.007a7.88 7.88 0 0 0 6.063 2.41c5.56 0 10.276-2.465 12.365-8 1.482.152 2.906-.226 3.553-1.49a3.5 3.5 0 0 0-3.122-.022" style="fill:#00aada"/><path d="M26.324 14.021a3.31 3.31 0 0 0-1.418-2.821 3.07 3.07 0 0 0 .289 3.821 5.28 5.28 0 0 1-3.225 1.037H6.836a5.22 5.22 0 0 0 2.106 4.686 9 9 0 0 0 2.669-.389.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.894.314l-.019-.022c1.892.971 4.636.967 7.782-.241a21.87 21.87 0 0 0 9.1-6.889l-.1.048" style="fill:#27b9ec"/><path d="M5.913 17.732a6.4 6.4 0 0 0 .637 2.061l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389.193.193 0 1 1 .126.365q-.135.047-.281.088a8.8 8.8 0 0 1-1.891.307h-.1q-.438.025-.922.026c-.351 0-.709-.007-1.1-.026a7.91 7.91 0 0 0 6.076 2.413c4.76 0 8.9-1.807 11.3-5.8Z" style="fill:#088cb9"/><path d="M6.98 17.732a4.83 4.83 0 0 0 1.961 3.01 9 9 0 0 0 2.669-.389.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.9.307c1.892.971 4.628.957 7.773-.252a20.6 20.6 0 0 0 5.377-3.13Z" style="fill:#039cc7"/><path d="M9.889 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H9.23v-1.813Zm-.33 0h.179v1.813H8.9v-1.813Zm-.33 0h.179v1.813H8.57zm-.323 0h.172v1.813h-.17v-1.813Zm-.181-.181h2.175v2.176H8.066V13.49ZM12.4 11.161h.172v1.813H12.4zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.178v1.813h-.178zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175v-2.177Z" style="fill:#00acd3"/><path d="M12.4 13.671h.172v1.813H12.4zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.178v1.813h-.178zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z" style="fill:#26c2ee"/><path d="M14.909 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.181v1.813h-.179v-1.813Zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.174V13.49Z" style="fill:#00acd3"/><path d="M14.909 11.161h.172v1.813h-.172zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.181v1.813h-.179v-1.813Zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.174v-2.177ZM17.42 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.177-.181h2.176v2.176H15.6z" style="fill:#26c2ee"/><path d="M17.42 11.161h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176H15.6v-2.177Z" style="fill:#00acd3"/><path d="M17.42 8.65h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.177-.181h2.176v2.176H15.6z" style="fill:#26c2ee"/><path d="M19.93 13.671h.17v1.813h-.17zm-.33 0h.178v1.813H19.6zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z" style="fill:#00acd3"/><path d="M12.616 19.193a.6.6 0 1 1-.6.6.6.6 0 0 1 .6-.6" style="fill:#d5eef2"/><path d="M12.616 19.363a.4.4 0 0 1 .156.029.175.175 0 1 0 .241.236.43.43 0 1 1-.4-.265M2 17.949h27.92c-.608-.154-1.923-.362-1.707-1.159-1.105 1.279-3.771.9-4.444.267-.749 1.087-5.111.674-5.415-.173-.939 1.1-3.85 1.1-4.789 0-.3.847-4.666 1.26-5.415.173-.673.631-3.338 1.012-4.444-.267.217.8-1.1 1.005-1.707 1.159" style="fill:#3a4e55"/><path d="M14.211 23.518a5.3 5.3 0 0 1-2.756-2.711 9.2 9.2 0 0 1-1.987.3q-.436.024-.917.025-.554 0-1.168-.033a7.94 7.94 0 0 0 6.145 2.43q.344 0 .683-.013" style="fill:#c0dbe1"/><path d="M12.007 21.773a5.2 5.2 0 0 1-.552-.966 9.2 9.2 0 0 1-1.987.3 6.3 6.3 0 0 0 2.539.664" style="fill:#d5eef2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.54 12.663h2.86v2.924h1.446a6.3 6.3 0 0 0 1.988-.333 5 5 0 0 0 .966-.436 3.6 3.6 0 0 1-.67-1.849 3.9 3.9 0 0 1 .7-2.753l.3-.348.358.288a4.56 4.56 0 0 1 1.795 2.892 4.38 4.38 0 0 1 3.319.309l.393.226-.207.4a4.14 4.14 0 0 1-4.157 1.983c-2.48 6.168-7.871 9.088-14.409 9.088-3.378 0-6.476-1.263-8.241-4.259l-.029-.049-.252-.519a8.3 8.3 0 0 1-.659-4.208l.04-.433h2.445v-2.923h2.861V9.8h5.721V6.942h3.432z" style="fill:#0096e6"/><path d="M12.006 24.567a6.02 6.02 0 0 1-3.14-3.089 10.3 10.3 0 0 1-2.264.343q-.5.028-1.045.028-.632 0-1.331-.037a9.05 9.05 0 0 0 7 2.769q.392 0 .78-.014M7.08 13.346h.2v2.067h-.2Zm-.376 0h.2v2.067H6.7v-2.067Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.368 0h.2v2.067h-.2zM5 13.14h2.482v2.479H5Zm2.859-2.861h2.48v2.479H7.863Zm2.077.207h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.368 0h.2v2.066h-.2Zm-.207 2.653h2.48v2.48H7.863V13.14Zm2.077.207h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.368 0h.2v2.067h-.2Zm2.654-.207H13.2v2.48h-2.48V13.14Zm2.076.207H13v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.368 0h.2v2.067h-.2Zm-.206-3.067H13.2v2.479h-2.48v-2.479Zm2.076.207H13v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.368 0h.2v2.066h-.2Zm2.654 2.653h2.479v2.48h-2.48V13.14Zm2.076.207h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.368 0h.192v2.067h-.2v-2.067Zm-.206-3.067h2.479v2.479h-2.48zm2.076.207h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.368 0h.192v2.066h-.2v-2.066Zm-.206-3.067h2.479V9.9h-2.48zm2.076.206h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.368 0h.192v2.066h-.2V7.625Zm2.654 5.514h2.479v2.48h-2.48V13.14Zm2.076.207h.195v2.067h-.2v-2.067Zm-.376 0h.206v2.067h-.206Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.205v-2.067Zm-.368 0h.2v2.067h-.194v-2.067ZM10.188 19.638a.684.684 0 1 1-.684.684.684.684 0 0 1 .684-.684m0 .194a.5.5 0 0 1 .177.033.2.2 0 1 0 .275.269.49.49 0 1 1-.453-.3Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M18.191 13.064H20.7v2.566h1.27a5.5 5.5 0 0 0 1.744-.292 4.5 4.5 0 0 0 .848-.383 3.15 3.15 0 0 1-.589-1.623 3.43 3.43 0 0 1 .616-2.416l.264-.3.314.253a4 4 0 0 1 1.575 2.531 3.84 3.84 0 0 1 2.913.271l.345.2-.181.354a3.63 3.63 0 0 1-3.648 1.74c-2.173 5.413-6.9 7.976-12.642 7.976A7.96 7.96 0 0 1 6.3 20.2l-.025-.043-.225-.457a7.3 7.3 0 0 1-.579-3.693l.035-.38h2.143v-2.563h2.51v-2.51h5.02v-2.51h3.011z" style="fill:#3a4e55"/><path d="M26.324 14.014a3.31 3.31 0 0 0-1.418-2.821 3.07 3.07 0 0 0 .289 3.821 5.28 5.28 0 0 1-3.225 1.036H5.884a6.8 6.8 0 0 0 .667 3.737l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389.193.193 0 1 1 .126.365q-.135.047-.281.088a8.4 8.4 0 0 1-1.845.3c.044 0-.046.007-.046.007l-.082.007q-.437.022-.925.02c-.351 0-.7-.007-1.083-.026l-.01.007a7.88 7.88 0 0 0 6.063 2.41c5.56 0 10.276-2.465 12.365-8 1.482.152 2.906-.226 3.553-1.49a3.5 3.5 0 0 0-3.122-.022" style="fill:#d80000"/><path d="M26.324 14.014a3.31 3.31 0 0 0-1.418-2.821 3.07 3.07 0 0 0 .289 3.821 5.28 5.28 0 0 1-3.225 1.036H6.837a5.22 5.22 0 0 0 2.106 4.686 9 9 0 0 0 2.669-.389.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.894.314l-.019-.022c1.892.971 4.636.967 7.782-.241a21.87 21.87 0 0 0 9.1-6.889l-.1.048" style="fill:#ea2828"/><path d="M5.914 17.724a6.4 6.4 0 0 0 .637 2.061l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389.193.193 0 1 1 .126.365q-.135.047-.281.088a8.8 8.8 0 0 1-1.891.307h-.1q-.438.025-.922.026c-.351 0-.709-.007-1.1-.026a7.91 7.91 0 0 0 6.076 2.413c4.76 0 8.9-1.807 11.3-5.8Z" style="fill:#b70909"/><path d="M6.981 17.724a4.83 4.83 0 0 0 1.961 3.01 9 9 0 0 0 2.669-.389.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.9.307c1.892.971 4.628.957 7.773-.252a20.5 20.5 0 0 0 5.377-3.13Z" style="fill:#c60505"/><path d="M12.4 13.664h.172v1.813H12.4Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.178v1.813h-.178Zm-.323 0h.172v1.813h-.172Zm-.181-.181h2.176v2.176h-2.174v-2.176ZM14.91 11.154h.172v1.813h-.172Zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.18v1.813h-.179zm-.33 0h.179v1.813h-.179Zm-.323 0h.172v1.813h-.172Zm-.181-.181h2.176v2.176h-2.174v-2.177ZM17.42 13.664h.172v1.813h-.172Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813H16.1Zm-.323 0h.172v1.813h-.172Zm-.177-.181h2.176v2.176H15.6ZM17.42 8.643h.172v1.813h-.172Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813H16.1Zm-.323 0h.172v1.813h-.172Zm-.177-.181h2.176v2.176H15.6Z" style="fill:#ed2929"/><path d="M9.89 13.664h.172v1.813H9.89Zm-.33 0h.179v1.813H9.56Zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813H8.9zm-.33 0h.179v1.813h-.178zm-.323 0h.172v1.813h-.17v-1.813Zm-.181-.181h2.175v2.176H8.067zM12.4 11.154h.172v1.813H12.4Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.178v1.813h-.178Zm-.323 0h.172v1.813h-.172Zm-.181-.181h2.176v2.176h-2.174v-2.177ZM17.42 11.154h.172v1.813h-.172Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813H16.1Zm-.323 0h.172v1.813h-.172Zm-.181-.181h2.176v2.176H15.6v-2.177ZM19.93 13.664h.17v1.813h-.17Zm-.33 0h.178v1.813H19.6Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.33 0h.179v1.813h-.179Zm-.323 0h.172v1.813h-.172Zm-.181-.181h2.176v2.176h-2.175zM14.91 13.664h.172v1.813h-.172Zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.18v1.813h-.179zm-.33 0h.179v1.813h-.179Zm-.323 0h.172v1.813h-.172Zm-.181-.181h2.176v2.176h-2.174v-2.176Z" style="fill:#d10000"/><path d="M12.617 19.185a.6.6 0 1 1-.6.6.6.6 0 0 1 .6-.6" style="fill:#d5eef2"/><path d="M12.617 19.355a.4.4 0 0 1 .156.029.175.175 0 1 0 .241.236.43.43 0 1 1-.4-.265M2 17.941h27.92c-.608-.154-1.923-.362-1.707-1.159-1.1 1.279-3.771.9-4.444.267-.749 1.087-5.111.674-5.415-.173-.939 1.1-3.85 1.1-4.789 0-.3.847-4.666 1.26-5.415.173-.673.631-3.338 1.012-4.444-.267.217.8-1.1 1-1.707 1.159" style="fill:#3a4e55"/><path d="M14.212 23.51a5.3 5.3 0 0 1-2.756-2.71 9.2 9.2 0 0 1-1.987.3q-.436.024-.917.025-.554 0-1.168-.033a7.94 7.94 0 0 0 6.145 2.43q.344 0 .683-.013" style="fill:#e0c1c1"/><path d="M12.008 21.765a5.2 5.2 0 0 1-.552-.966 9.2 9.2 0 0 1-1.987.3 6.3 6.3 0 0 0 2.539.664" style="fill:#efd5d5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.544 12.665H19.4v2.924h1.446a6.3 6.3 0 0 0 1.988-.333 5 5 0 0 0 .966-.436 3.6 3.6 0 0 1-.67-1.849 3.9 3.9 0 0 1 .7-2.753l.3-.348.358.288a4.56 4.56 0 0 1 1.8 2.892 4.38 4.38 0 0 1 3.319.309l.393.226-.207.4a4.14 4.14 0 0 1-4.157 1.983c-2.48 6.168-7.871 9.088-14.41 9.088-3.378 0-6.476-1.263-8.241-4.259l-.029-.049-.256-.519a8.3 8.3 0 0 1-.659-4.208l.04-.433H4.53v-2.923h2.861V9.8h5.721V6.944h3.432Z" style="fill:#e50000"/><path d="M12.01 24.569a6.02 6.02 0 0 1-3.14-3.089 10.3 10.3 0 0 1-2.264.343q-.5.028-1.045.028-.632 0-1.331-.037a9.05 9.05 0 0 0 7 2.769q.392 0 .78-.014M7.084 13.348h.2v2.067h-.2Zm-.376 0h.2v2.067H6.7v-2.067Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.368 0h.2v2.067h-.2ZM5 13.142h2.486v2.479H5Zm2.859-2.861h2.48v2.479H7.867Zm2.077.207h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.368 0h.2v2.066h-.2Zm-.207 2.653h2.48v2.48h-2.47v-2.479Zm2.077.207h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.368 0h.2v2.067h-.2Zm2.654-.207H13.2v2.48h-2.48v-2.479Zm2.076.207H13v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.368 0h.2v2.067h-.2Zm-.206-3.067H13.2v2.479h-2.48v-2.479Zm2.076.207H13v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.368 0h.2v2.066h-.2Zm2.654 2.653h2.479v2.48h-2.48zm2.076.207h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.368 0h.192v2.067h-.2v-2.067Zm-.206-3.067h2.479v2.479h-2.48zm2.076.207h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.368 0h.192v2.066h-.2v-2.066Zm-.206-3.067h2.479V9.9h-2.48zm2.076.206h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.376 0h.2v2.066h-.2Zm-.368 0h.192v2.066h-.2V7.627Zm2.654 5.514h2.479v2.48h-2.48zm2.076.207h.2v2.067h-.2zm-.376 0h.206v2.067h-.202Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067h-.2Zm-.376 0h.2v2.067H17v-2.067Zm-.368 0h.2v2.067h-.19v-2.067ZM10.192 19.64a.684.684 0 1 1-.684.684.684.684 0 0 1 .684-.684m0 .194a.5.5 0 0 1 .177.033.2.2 0 1 0 .275.269.49.49 0 1 1-.453-.3Z" style="fill:#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M8.826 9.88h1.707q.014.854.008 1.709.84.002 1.679-.008c0-.566 0-1.133.009-1.7a5.5 5.5 0 0 1 1.734.115c-.039.941-.009 1.882-.02 2.823h10.228a3.28 3.28 0 0 1 1.57-1.651 3.08 3.08 0 0 1 3.177.412 3.008 3.008 0 0 1-2.426 5.279 3.12 3.12 0 0 1-2.316-1.866H7.837c-.027-.725-.014-1.452-.016-2.178h1c.006-.98 0-1.959.008-2.939M26.68 13.1a.862.862 0 1 0 1.12 1.124.87.87 0 0 0-1.12-1.124M3.569 15.482a3.05 3.05 0 0 1 3.341.319 3.8 3.8 0 0 1 .946 1.267c5.444-.019 10.889 0 16.331-.006v2.112h-1.023v2.955h-1.651v-1.69h-1.657v1.69h-1.759q-.002-1.473.006-2.944c-3.408-.03-6.816.011-10.225-.02a3.33 3.33 0 0 1-1.942 1.814 3 3 0 0 1-2.367-5.5m.618 2.908a.99.99 0 0 0 1.109.6c.222-.216.535-.4.565-.741a.89.89 0 0 0-.935-.991.884.884 0 0 0-.739 1.135Z" style="fill:#bfad7d"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24.053 7.707a2.306 2.306 0 0 1 2.314-2.3H9.4a2.307 2.307 0 0 0-2.315 2.3v18.885h14.653a2.307 2.307 0 0 0 2.315-2.3Z" style="fill:#f2ebda"/><path d="M28.685 7.844h-4.632v16.449a2.307 2.307 0 0 1-2.315 2.3H4.724a2.345 2.345 0 0 1-2.314-2.437h16.963a2.47 2.47 0 0 0 .942 1.978 2.29 2.29 0 0 0 .928-1.841V7.707a2.306 2.306 0 0 1 2.314-2.3h2.814a2.344 2.344 0 0 1 2.314 2.437" style="fill:#e2d9c5"/><path d="M17.816 19.8a11.2 11.2 0 0 1 1.917-4.122c2.21-2.507 6.642-3.244 9.857-3.162a28.5 28.5 0 0 0-2.9 2.752 15.1 15.1 0 0 1-4.821 3.22 25 25 0 0 0-4.053 1.312" style="fill:#dda064"/><path d="M17.816 19.8c.476-1.472 8.559-7.366 11.774-7.284a28.5 28.5 0 0 0-2.9 2.752 15.1 15.1 0 0 1-4.821 3.22 25 25 0 0 0-4.053 1.312" style="fill:#b57947"/><path d="M22.1 9.579a.41.41 0 0 0-.41-.408h-8.74a.408.408 0 1 0 0 .816h8.737a.41.41 0 0 0 .413-.408m-12.444.408h1.384a.408.408 0 1 0 0-.816H9.656a.408.408 0 1 0 0 .816m0 11.681a.408.408 0 1 0 0 .816h4.293a.408.408 0 1 0 0-.816Zm6.426-3.758a.41.41 0 0 0-.411-.407H9.656a.408.408 0 1 0 0 .815h6.015a.41.41 0 0 0 .411-.408m2.928-4.165a.41.41 0 0 0-.411-.408H9.656a.408.408 0 1 0 0 .815H18.6a.41.41 0 0 0 .41-.407m5.043 5.2a.41.41 0 0 0-.411.408v4.94a1.9 1.9 0 0 1-1.9 1.892h-.051a1.943 1.943 0 0 1-1.9-2.033.41.41 0 0 0-.41-.4H7.5V7.707a1.9 1.9 0 0 1 1.9-1.892h15.019l-.035.038-.043.046-.043.049-.041.049-.041.051-.039.051-.038.053-.037.052-.036.055-.034.055-.033.056-.032.057-.03.058-.03.058-.027.057-.026.06-.025.061-.024.061-.021.063-.021.062-.019.066-.017.061-.016.069-.014.061-.013.072-.011.06-.01.078c-.003.026 0 .038-.007.056s0 .059-.007.088v3.805a.411.411 0 0 0 .821 0V8.251h4.222a.4.4 0 0 0 .292-.121.4.4 0 0 0 .118-.29A2.743 2.743 0 0 0 26.367 5H9.4a2.72 2.72 0 0 0-2.72 2.707v16.042H2.41a.41.41 0 0 0-.41.411A2.74 2.74 0 0 0 4.724 27h17.014a2.72 2.72 0 0 0 2.725-2.707v-4.94a.41.41 0 0 0-.41-.408m.431-11.518.006-.037.01-.052.008-.039.011-.048.011-.041.013-.045.013-.041.015-.043.015-.042L24.6 7l.018-.042.016-.037.021-.043.016-.032.029-.046.01-.017a2 2 0 0 1 .125-.193l.045-.059.008-.009.046-.054.009-.01.049-.053.008-.011.053-.053h.006l.058-.053a1.9 1.9 0 0 1 .9-.433l.085-.013c.027 0 .054-.007.082-.009h.016l.076-.005h.092a1.9 1.9 0 0 1 1.863 1.621h-3.748ZM4.724 26.185a1.9 1.9 0 0 1-1.864-1.621h16.131q.009.063.02.126l.008.041.016.082.011.048q.008.037.018.073l.014.05.019.069.016.051.022.065.018.051.025.064.02.048.028.064.02.046.032.066.021.041.041.076.015.028.061.1.015.023q.024.039.049.075l.024.034.045.061.028.036.044.055.03.036.046.052.032.035.023.025ZM30 12.514V12.5a.4.4 0 0 0-.02-.11v-.006l-.023-.052v-.006l-.027-.042-.006-.009-.035-.04-.009-.008a.3.3 0 0 0-.037-.031.3.3 0 0 0-.047-.029l-.009-.005-.051-.022a.3.3 0 0 0-.055-.014h-.012a.4.4 0 0 0-.057-.006c-3.434-.088-7.912.733-10.176 3.3a10.6 10.6 0 0 0-1.89 3.928l-.109.338v.014l-.693 2.447a.406.406 0 0 0 .284.5.4.4 0 0 0 .111.016.41.41 0 0 0 .395-.3l.643-2.269a13 13 0 0 1 2.275-.769c.444-.12.947-.256 1.556-.442a15.3 15.3 0 0 0 5-3.332 28 28 0 0 1 2.859-2.714.4.4 0 0 0 .041-.039.4.4 0 0 0 .034-.044l.006-.009a.4.4 0 0 0 .046-.1v-.01a1 1 0 0 0 .006-.067v-.038Zm-9.959 3.433a8.73 8.73 0 0 1 4.352-2.427 17 17 0 0 1 1.634-.352 32 32 0 0 0-3.579 2.069 33 33 0 0 0-3.565 2.708 6.7 6.7 0 0 1 1.158-1.998m6.349-.955a14.8 14.8 0 0 1-4.64 3.108c-.6.182-1.092.316-1.53.434-.4.107-.756.2-1.112.317q.237-.227.566-.512a33 33 0 0 1 3.23-2.423 22.4 22.4 0 0 1 5.322-2.758 30 30 0 0 0-1.836 1.834"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="9.348" x2="9.348" y1="-80.996" y2="-78.788" gradientTransform="matrix(1 0 0 -1 0 -59.52)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fffa8f"/><stop offset="1" stop-color="#fb784b"/></linearGradient><linearGradient id="b" x1="25.805" x2="26.62" y1="-71.31" y2="-70.64" gradientTransform="matrix(1 0 0 -1 0 -59.52)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5bcb99"/><stop offset="1" stop-color="#85a8e8"/></linearGradient><linearGradient id="c" x1="10.383" x2="35.773" y1="-79.402" y2="-66.228" gradientTransform="matrix(1 0 0 -1 0 -59.52)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#34e28b"/><stop offset="1"/></linearGradient><linearGradient id="d" x1="15.046" x2="17.043" y1="-81.951" y2="-81.951" gradientTransform="matrix(1 0 0 -1 0 -59.52)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c297ff"/><stop offset="1" stop-color="#ae31bb"/></linearGradient><linearGradient id="e" x1="6.91" x2="32.155" y1="-91.574" y2="-71.884" gradientTransform="matrix(1 0 0 -1 0 -59.52)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#d23de2"/></linearGradient><linearGradient id="f" x1="25.576" x2="24.554" y1="-70.194" y2="-73.644" gradientTransform="matrix(1 0 0 -1 0 -59.52)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="16.239" x2="23.418" y1="-83.545" y2="-85.284" gradientTransform="matrix(1 0 0 -1 0 -59.52)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2db5f9"/><stop offset="1"/></linearGradient><linearGradient id="h" x1="10.627" x2="5.884" y1="-65.468" y2="-78.497" gradientTransform="matrix(1 0 0 -1 0 -59.52)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset=".21" stop-color="#48080a"/><stop offset=".42" stop-color="#891014"/><stop offset=".61" stop-color="#bc151b"/><stop offset=".78" stop-color="#e01a21"/><stop offset=".91" stop-color="#f71c24"/><stop offset="1" stop-color="#ff1d25"/></linearGradient></defs><path d="m5.4 18.871.066.1a7.4 7.4 0 0 0 1.186 1.317 5.8 5.8 0 0 0 3.684 1.312h.253a8.6 8.6 0 0 0 2.706-.672 9 9 0 0 1-1.165.106 4.73 4.73 0 0 1-3.516-1.57 8.6 8.6 0 0 1-3.214-.593" style="fill:url(#a)"/><path d="M10.333 9.964a5.82 5.82 0 0 1 4.984 2.809 4.74 4.74 0 0 0-4.517-1.039 12.3 12.3 0 0 0 4.521 1.044 3.64 3.64 0 0 0-2.537-2.9C9.373 8.487 8.9 8.762 8.038 7.316a3.85 3.85 0 0 0 .772 2.837 5.8 5.8 0 0 1 1.523-.189" style="fill:#f15a24"/><path d="M12.787 9.876c-1.167-.465-1.988-.755-2.6-.977a4.3 4.3 0 0 0 .64 1.084 5.82 5.82 0 0 1 4.5 2.79 4.73 4.73 0 0 0-2.631-1.2 14 14 0 0 0 2.56 1.2h.075a3.65 3.65 0 0 0-2.544-2.897" style="fill:#ed1c24"/><path d="M15.319 12.778h.013a3.5 3.5 0 0 0-1.589-3.295C10.973 7.335 10.434 7.135 10.3 6a3.56 3.56 0 0 0-.117 2.9c.612.213 1.436.5 2.6.977a3.64 3.64 0 0 1 2.539 2.9Z" style="fill:#c1272d"/><path d="M23.723 10.9a4.3 4.3 0 0 1 2.829 1.054 3.82 3.82 0 0 1 2.437 1.02A5.65 5.65 0 0 0 22.558 11a5.3 5.3 0 0 0-1.049.514 4.3 4.3 0 0 1 2.214-.614" style="fill:url(#b)"/><path d="M23.723 10.9a4.3 4.3 0 0 0-2.214.611l.119-.073c-3.315 1.952-7.38 7.952-13.014 8.026a4.73 4.73 0 0 0 3.516 1.56 9 9 0 0 0 1.165-.107c3.665-1.51 7.185-5.12 8.783-6.872a5.64 5.64 0 0 1 4.481-2.093 4.32 4.32 0 0 0-2.836-1.052" style="fill:url(#c)"/><path d="M15.164 22.532a2.7 2.7 0 0 0-.118.747 2.9 2.9 0 0 0 .133.864 2.13 2.13 0 0 1 .7-1.888l.017-.064a2.6 2.6 0 0 1 1.143-1.473 5 5 0 0 0-.51.2 2.67 2.67 0 0 0-1.365 1.614" style="fill:url(#d)"/><path d="M30 16.142a5.43 5.43 0 0 0-1.018-3.172 3.82 3.82 0 0 0-2.43-1.012 4.32 4.32 0 0 1 1.494 3.275 4.3 4.3 0 0 1-2.236 4.009c-2.488 1.3-6.3.683-8.784 1.494a2.6 2.6 0 0 0-1.141 1.47l-.017.064c.725-.641 2.157-1.095 4.949-.734a12.45 12.45 0 0 0 4.939-.064 5.28 5.28 0 0 0 3.233-2.179A5.43 5.43 0 0 0 30 16.142" style="fill:url(#e)"/><path d="M30 16.142a5.43 5.43 0 0 0-1.018-3.172 3.82 3.82 0 0 0-2.43-1.012 4.32 4.32 0 0 1 1.494 3.275 4.3 4.3 0 0 1-2.236 4.009c-2.488 1.3-6.3.683-8.784 1.494a2.6 2.6 0 0 0-1.141 1.47l-.017.064c.725-.641 2.157-1.095 4.949-.734a12.45 12.45 0 0 0 4.939-.064 5.28 5.28 0 0 0 3.233-2.179A5.43 5.43 0 0 0 30 16.142" style="opacity:.49000000953674316;isolation:isolate;fill:url(#f)"/><path d="M17.641 25.465a2.62 2.62 0 0 1-1.754-3.217 2.13 2.13 0 0 0-.7 1.888 2.68 2.68 0 0 0 4.312 1.21 2.6 2.6 0 0 1-1.858.119" style="fill:url(#g)"/><path d="M18.55 25.276c.27-.792 1.149-2.012 2.09-1.453 0 0 .766.426.926-.783 0 0 .574 2.854-2.191 2.758 0 0 .623-.454.617-.921a3.2 3.2 0 0 1-1.442.399" style="fill:#2db5f9"/><path d="M19.655 23.528a1.01 1.01 0 0 1 1.034-.055c.391.173.882-.5.457-1.11 0 0 .028.626-.476.619a1.13 1.13 0 0 0-1.015.546" style="fill:#5fd2ff"/><path d="M22.432 14.446a21 21 0 0 1-1.747 1.843c-.113.186.192.783.64.826s.105-.173.066-.384.135.134.677.053-.2-.281-.145-.554.608-.792.83-1.313.6 0 .407.408c-.077.162.617-.454.267-.924s-.608-.482-.995.045" style="fill:#219058"/><path d="M10.8 11.734a5.3 5.3 0 0 1-1.991-1.568 5.82 5.82 0 0 0-3.413 8.7 8.5 8.5 0 0 0 3.215.6 4.742 4.742 0 0 1 2.189-7.732" style="fill:url(#h)"/><path d="M10.813 9.983a8 8 0 0 0 1.876 1.593 4.73 4.73 0 0 1 2.628 1.2 5.82 5.82 0 0 0-4.504-2.793" style="fill:#f7b852"/><path d="M10.813 9.983a6 6 0 0 0-.477-.019 5.8 5.8 0 0 0-1.524.213 5.3 5.3 0 0 0 1.988 1.568 4.7 4.7 0 0 1 1.886-.156 8.4 8.4 0 0 1-1.873-1.606" style="fill:#ff8431"/><path d="M14.044 11.308a4.3 4.3 0 0 0-1.564-.935 1.44 1.44 0 0 0 1.564.935" style="fill:#fffb69"/><path d="M8.964 8.033a2.3 2.3 0 0 0 .853.48 2.4 2.4 0 0 1-.117-.971c0-.023-.736-.013-.854-.617a1.6 1.6 0 0 0 .118 1.108" style="fill:#c1272d"/><path d="M7.4 22.529a3.2 3.2 0 0 1-.728.536 1.8 1.8 0 0 1 .2-.77 2.1 2.1 0 0 0-.9.4 4 4 0 0 1 .145-.689 1.07 1.07 0 0 0-.674.508v-.1c.045-.587.269-1.11 1.146-.979.027 0 .054.009.081.014a1.74 1.74 0 0 1 .86.331 2.4 2.4 0 0 1 .572.408c.315.292-.242.738-.702.341M4.084 17.473c.009.453-.665.312-.721-.388a3 3 0 0 0-.031-.246C3.1 16.474 2.4 16.5 2.4 16.5a1.9 1.9 0 0 1 .619-.36.86.86 0 0 0-.819-.24 3.4 3.4 0 0 1 .553-.333A1.07 1.07 0 0 0 2 15.406a1 1 0 0 1 .081-.062c.487-.33 1.033-.484 1.489.273a2 2 0 0 1 .09.162h-.016a4 4 0 0 1 .349 1 2.4 2.4 0 0 1 .091.694" style="fill:#f15a24"/><path d="M10.961 12.11c-.815.179-.689.825-.689.825s.258-.311 1.676-.48a6.6 6.6 0 0 1-.987-.345" style="fill:#c1272d"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 32 32"><defs><linearGradient id="a" x1="24.11" x2="4.48" y1="808.88" y2="835.23" gradientTransform="translate(0 -807.89)" gradientUnits="userSpaceOnUse"><stop offset=".04" stop-color="#409ff8"/><stop offset=".5" stop-color="#1673ff"/><stop offset="1" stop-color="#516ff7"/></linearGradient></defs><path d="M2.59 2a.27.27 0 0 0-.23.43l5 7.8a2.25 2.25 0 0 0 1.88 1H16c2.47 0 4 2.18 4 4.62s-1.65 4.61-4 4.61H8.78a.75.75 0 0 0-.74.75H8v7.8a.75.75 0 0 0 .75.74H18c7.94 0 11.91-7.54 11.91-13.9S26 2 18 2Zm3.28 18.56h-1.8a2.17 2.17 0 0 0-2 2.32v6.74a.2.2 0 0 0 .18.21h1.8a2.19 2.19 0 0 0 2-2.32v-6.74a.2.2 0 0 0-.19-.21Z" style="fill-rule:evenodd;fill:url(#a)"/></svg>