@ndla/ui 41.2.4 → 41.2.6

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 (454) hide show
  1. package/es/Animation/index.js +0 -1
  2. package/es/Article/Article.js +1 -1
  3. package/es/Article/ArticleByline.js +6 -6
  4. package/es/AudioPlayer/AudioPlayer.js +1 -1
  5. package/es/AudioPlayer/Controls.js +1 -1
  6. package/es/BlogPost/BlogPost.js +4 -4
  7. package/es/Breadcrumb/Breadcrumb.js +2 -2
  8. package/es/CompetenceGoalTab/CompetenceGoalTab.js +1 -1
  9. package/es/CopyParagraphButton/CopyParagraphButton.js +1 -1
  10. package/es/CopyParagraphButton/CopyParagraphButtonV2.js +1 -1
  11. package/es/Embed/BrightcoveEmbed.js +1 -1
  12. package/es/Embed/ConceptEmbed.js +1 -1
  13. package/es/Embed/ImageEmbed.js +1 -1
  14. package/es/FactBox/FactBoxV2.js +1 -1
  15. package/es/Filter/FilterButtons.js +1 -1
  16. package/es/Filter/FilterCarousel.js +1 -1
  17. package/es/Filter/FilterList.js +1 -1
  18. package/es/Filter/FilterListPhone.js +1 -1
  19. package/es/Frontpage/FrontpageProgramMenu.js +1 -1
  20. package/es/Grid/Grid.js +16 -11
  21. package/es/KeyFigure/KeyFigure.js +10 -10
  22. package/es/LearningPaths/LearningPathMenu.js +1 -1
  23. package/es/LicenseByline/EmbedByline.js +4 -12
  24. package/es/LicenseByline/LicenseLink.js +2 -2
  25. package/es/Masthead/MastheadSearchModal.js +1 -1
  26. package/es/Masthead/utils.js +1 -1
  27. package/es/MultidisciplinarySubject/index.js +0 -2
  28. package/es/NDLAFilm/AllMoviesAlphabetically.js +1 -1
  29. package/es/NDLAFilm/CategorySelect.js +1 -1
  30. package/es/NDLAFilm/FilmSlideshow.js +1 -1
  31. package/es/Navigation/NavigationBox.js +1 -1
  32. package/es/ProgrammeCard/ProgrammeCard.js +1 -1
  33. package/es/RadioButtonGroup/RadioButtonGroup.js +2 -4
  34. package/es/RelatedArticleList/RelatedArticleV2.js +1 -1
  35. package/es/Search/ContentTypeResult.js +1 -1
  36. package/es/Search/SearchResultSleeve.js +1 -1
  37. package/es/SearchTypeResult/PopupFilter.js +1 -1
  38. package/es/SearchTypeResult/SearchFieldHeader.js +1 -1
  39. package/es/SearchTypeResult/SearchHeader.js +1 -1
  40. package/es/SearchTypeResult/components/SubjectFilters.js +1 -1
  41. package/es/SnackBar/SnackbarProvider.js +1 -1
  42. package/es/Table/Table.js +1 -1
  43. package/es/TagSelector/TagSelector.js +1 -1
  44. package/es/TreeStructure/FolderItem.js +1 -1
  45. package/es/TreeStructure/TreeStructure.js +2 -2
  46. package/es/User/UserInfo.js +1 -1
  47. package/es/User/parseUserObject.js +1 -1
  48. package/es/all.css +1 -1
  49. package/es/index.js +1 -6
  50. package/es/locale/messages-en.js +5 -5
  51. package/es/locale/messages-nb.js +5 -5
  52. package/es/locale/messages-nn.js +5 -5
  53. package/es/locale/messages-se.js +5 -5
  54. package/es/locale/messages-sma.js +5 -5
  55. package/lib/Animation/Fade.js +4 -4
  56. package/lib/Animation/index.d.ts +0 -1
  57. package/lib/Animation/index.js +2 -9
  58. package/lib/Article/Article.js +19 -19
  59. package/lib/Article/ArticleAccessMessage.js +6 -6
  60. package/lib/Article/ArticleByline.js +17 -17
  61. package/lib/Article/ArticleContent.js +3 -3
  62. package/lib/Article/ArticleFootNotes.js +5 -5
  63. package/lib/Article/ArticleHeaderWrapper.js +5 -5
  64. package/lib/Article/ArticleNotions.js +8 -8
  65. package/lib/Article/ArticleSideBar.js +5 -5
  66. package/lib/Article/index.js +10 -10
  67. package/lib/Aside/Aside.js +4 -4
  68. package/lib/Aside/index.js +4 -4
  69. package/lib/AudioPlayer/AudioPlayer.js +22 -22
  70. package/lib/AudioPlayer/Controls.js +26 -26
  71. package/lib/AudioPlayer/SpeechControl.js +5 -5
  72. package/lib/AudioPlayer/index.js +5 -5
  73. package/lib/AudioPlayer/initAudioPlayers.js +6 -6
  74. package/lib/BannerCard/BannerCard.js +10 -10
  75. package/lib/BannerCard/index.js +2 -2
  76. package/lib/BlogPost/BlogPost.js +10 -10
  77. package/lib/BlogPost/index.js +2 -2
  78. package/lib/BlogPosts/BlogPost.js +7 -7
  79. package/lib/BlogPosts/BlogPostWrapper.js +4 -4
  80. package/lib/BlogPosts/index.js +3 -3
  81. package/lib/Breadcrumb/ActionBreadcrumb.js +8 -8
  82. package/lib/Breadcrumb/Breadcrumb.js +9 -9
  83. package/lib/Breadcrumb/BreadcrumbItem.js +8 -8
  84. package/lib/Breadcrumb/HeaderBreadcrumb.js +7 -7
  85. package/lib/Breadcrumb/HomeBreadcrumb.js +10 -10
  86. package/lib/Breadcrumb/index.js +7 -7
  87. package/lib/CampaignBlock/CampaignBlock.js +7 -7
  88. package/lib/CampaignBlock/index.js +2 -2
  89. package/lib/CompetenceGoalTab/CompetenceGoalItem.js +10 -10
  90. package/lib/CompetenceGoalTab/CompetenceGoalTab.js +11 -11
  91. package/lib/CompetenceGoalTab/CompetenceItem.js +10 -10
  92. package/lib/CompetenceGoalTab/index.js +4 -4
  93. package/lib/ContactBlock/ContactBlock.js +15 -15
  94. package/lib/ContactBlock/index.js +4 -4
  95. package/lib/ContentLoader/index.js +3 -3
  96. package/lib/ContentPlaceholder/ContentPlaceholder.js +6 -6
  97. package/lib/ContentPlaceholder/index.js +4 -4
  98. package/lib/ContentTypeBadge/ContentTypeBadge.js +3 -3
  99. package/lib/ContentTypeBadge/index.js +2 -2
  100. package/lib/CopyParagraphButton/CopyParagraphButton.js +8 -8
  101. package/lib/CopyParagraphButton/CopyParagraphButtonV2.js +7 -7
  102. package/lib/CopyParagraphButton/index.js +7 -7
  103. package/lib/CopyParagraphButton/initCopyParagraphButtons.js +4 -4
  104. package/lib/CreatedBy/CreatedBy.js +8 -8
  105. package/lib/CreatedBy/index.js +4 -4
  106. package/lib/DefinitionList/DefinitionDescription.js +4 -4
  107. package/lib/DefinitionList/DefinitionTerm.js +4 -4
  108. package/lib/DefinitionList/index.js +3 -3
  109. package/lib/Dialog/Dialog.js +2 -2
  110. package/lib/Dialog/index.js +2 -2
  111. package/lib/Embed/AudioEmbed.js +6 -6
  112. package/lib/Embed/BrightcoveEmbed.js +8 -8
  113. package/lib/Embed/ConceptEmbed.js +14 -14
  114. package/lib/Embed/ConceptListEmbed.js +5 -5
  115. package/lib/Embed/ContentLinkEmbed.js +4 -4
  116. package/lib/Embed/EmbedErrorPlaceholder.js +5 -5
  117. package/lib/Embed/ExternalEmbed.js +5 -5
  118. package/lib/Embed/FootnoteEmbed.js +2 -2
  119. package/lib/Embed/H5pEmbed.js +5 -5
  120. package/lib/Embed/IframeEmbed.js +2 -2
  121. package/lib/Embed/ImageEmbed.js +7 -7
  122. package/lib/Embed/RelatedContentEmbed.js +2 -2
  123. package/lib/Embed/UnknownEmbed.js +4 -4
  124. package/lib/Embed/conceptComponents.js +9 -9
  125. package/lib/Embed/index.js +13 -13
  126. package/lib/ErrorMessage/ErrorMessage.js +10 -10
  127. package/lib/ErrorMessage/ErrorResourceAccessDenied.js +5 -5
  128. package/lib/ErrorMessage/index.js +5 -5
  129. package/lib/FactBox/FactBox.js +4 -4
  130. package/lib/FactBox/FactBoxV2.js +9 -9
  131. package/lib/FactBox/index.js +5 -5
  132. package/lib/Figure/Figure.js +5 -5
  133. package/lib/Figure/FigureBylineExpandButton.js +1 -1
  134. package/lib/Figure/FigureExpandButton.js +1 -1
  135. package/lib/Figure/FigureLicense.js +2 -2
  136. package/lib/Figure/FigureLicenseDialog.js +2 -2
  137. package/lib/Figure/FigureOpenDialogButton.js +1 -1
  138. package/lib/Figure/index.js +2 -2
  139. package/lib/FileList/File.js +7 -7
  140. package/lib/FileList/FileList.js +7 -7
  141. package/lib/FileList/FileListV2.js +6 -6
  142. package/lib/FileList/FileV2.js +4 -4
  143. package/lib/FileList/PdfFile.js +2 -2
  144. package/lib/FileList/index.js +8 -8
  145. package/lib/Filter/FilterButtons.js +16 -16
  146. package/lib/Filter/FilterCarousel.js +8 -8
  147. package/lib/Filter/FilterList.js +6 -6
  148. package/lib/Filter/FilterListPhone.js +9 -9
  149. package/lib/Filter/ToggleItem.js +3 -3
  150. package/lib/Filter/filterClasses.js +2 -2
  151. package/lib/Filter/index.js +5 -5
  152. package/lib/Footer/EditorName.js +1 -1
  153. package/lib/Footer/Footer.js +13 -13
  154. package/lib/Footer/FooterLinks.js +9 -9
  155. package/lib/Footer/FooterPrivacy.js +6 -6
  156. package/lib/Footer/FooterText.js +2 -2
  157. package/lib/Footer/index.js +2 -2
  158. package/lib/Frontpage/FrontpageAllSubjects.js +14 -14
  159. package/lib/Frontpage/FrontpageFilm.js +8 -8
  160. package/lib/Frontpage/FrontpageHeader.js +9 -9
  161. package/lib/Frontpage/FrontpageInfo.js +4 -4
  162. package/lib/Frontpage/FrontpageMultidisciplinarySubject.js +13 -13
  163. package/lib/Frontpage/FrontpageProgramMenu.js +10 -10
  164. package/lib/Frontpage/FrontpageSearch.js +7 -7
  165. package/lib/Frontpage/FrontpageToolbox.js +8 -8
  166. package/lib/Frontpage/illustrations/Fellesfag.js +3 -3
  167. package/lib/Frontpage/illustrations/FrontpageHeaderIllustration.js +3 -3
  168. package/lib/Frontpage/illustrations/FrontpageIllustrations.js +3 -3
  169. package/lib/Frontpage/illustrations/FrontpageSubjectIllustration.js +3 -3
  170. package/lib/Frontpage/illustrations/MenuFellesfag.js +3 -3
  171. package/lib/Frontpage/illustrations/MenuStudiespesialiserende.js +3 -3
  172. package/lib/Frontpage/illustrations/MenuYrkesfag.js +3 -3
  173. package/lib/Frontpage/illustrations/Studiespesialiserende.js +3 -3
  174. package/lib/Frontpage/illustrations/Yrkesfag.js +3 -3
  175. package/lib/Frontpage/illustrations/index.js +14 -14
  176. package/lib/Frontpage/index.js +9 -9
  177. package/lib/Grid/Grid.d.ts +3 -2
  178. package/lib/Grid/Grid.js +21 -16
  179. package/lib/Grid/index.js +2 -2
  180. package/lib/Hero/Hero.js +3 -3
  181. package/lib/Image/Image.js +5 -5
  182. package/lib/Image/ImageLink.js +2 -2
  183. package/lib/Image/LazyLoadImage.js +3 -3
  184. package/lib/Image/index.js +4 -4
  185. package/lib/InfoBlock/InfoBlock.js +8 -8
  186. package/lib/InfoBox/InfoBox.js +4 -4
  187. package/lib/InfoBox/index.js +2 -2
  188. package/lib/InfoWidget/InfoWidget.js +12 -12
  189. package/lib/InfoWidget/index.js +4 -4
  190. package/lib/KeyFigure/KeyFigure.js +17 -17
  191. package/lib/KeyFigure/index.js +2 -2
  192. package/lib/LanguageSelector/LanguageSelector.js +8 -8
  193. package/lib/LanguageSelector/index.js +2 -2
  194. package/lib/Layout/Content.js +3 -3
  195. package/lib/Layout/LayoutItem.js +3 -3
  196. package/lib/Layout/OneColumn.js +4 -4
  197. package/lib/Layout/PageContainer.js +4 -4
  198. package/lib/Layout/index.js +7 -7
  199. package/lib/LearningPaths/LearningPathContent.js +2 -2
  200. package/lib/LearningPaths/LearningPathInformation.js +4 -4
  201. package/lib/LearningPaths/LearningPathLastStepNavigation.js +8 -8
  202. package/lib/LearningPaths/LearningPathMenu.js +12 -12
  203. package/lib/LearningPaths/LearningPathMenuAside.js +5 -5
  204. package/lib/LearningPaths/LearningPathMenuAsideCopyright.js +5 -5
  205. package/lib/LearningPaths/LearningPathMenuContent.js +11 -11
  206. package/lib/LearningPaths/LearningPathMenuIntro.js +7 -7
  207. package/lib/LearningPaths/LearningPathMenuModalWrapper.js +4 -4
  208. package/lib/LearningPaths/LearningPathMobileHeader.js +5 -5
  209. package/lib/LearningPaths/LearningPathMobileStepInfo.js +4 -4
  210. package/lib/LearningPaths/LearningPathSticky.js +4 -4
  211. package/lib/LearningPaths/LearningPathWrapper.js +2 -2
  212. package/lib/LearningPaths/index.js +5 -5
  213. package/lib/LetterFilter/LetterFilter.js +6 -6
  214. package/lib/LetterFilter/index.js +4 -4
  215. package/lib/LicenseByline/EmbedByline.js +14 -22
  216. package/lib/LicenseByline/LicenseDescription.js +5 -5
  217. package/lib/LicenseByline/LicenseLink.js +7 -7
  218. package/lib/LicenseByline/index.js +2 -2
  219. package/lib/List/OrderedList.js +4 -4
  220. package/lib/List/UnOrderedList.js +4 -4
  221. package/lib/List/index.js +3 -3
  222. package/lib/Logo/Logo.js +7 -7
  223. package/lib/Logo/SvgLogo.js +3 -3
  224. package/lib/Logo/index.js +4 -4
  225. package/lib/Masthead/Masthead.js +8 -8
  226. package/lib/Masthead/MastheadSearchModal.js +8 -8
  227. package/lib/Masthead/SkipToMainContent.js +4 -4
  228. package/lib/Masthead/index.js +6 -6
  229. package/lib/Masthead/utils.js +1 -1
  230. package/lib/MediaList/MediaList.js +3 -3
  231. package/lib/Messages/MessageBanner.js +6 -6
  232. package/lib/Messages/MessageBox.js +10 -10
  233. package/lib/Messages/MessageBoxTag.js +4 -4
  234. package/lib/Messages/index.js +4 -4
  235. package/lib/MultidisciplinarySubject/List.js +7 -7
  236. package/lib/MultidisciplinarySubject/ListItem.js +11 -11
  237. package/lib/MultidisciplinarySubject/MultidisciplinarySubject.js +13 -13
  238. package/lib/MultidisciplinarySubject/index.d.ts +0 -2
  239. package/lib/MultidisciplinarySubject/index.js +4 -11
  240. package/lib/MyNdla/Resource/Folder.js +11 -11
  241. package/lib/MyNdla/Resource/FolderInput.js +6 -6
  242. package/lib/MyNdla/Resource/FolderMenu.js +9 -9
  243. package/lib/MyNdla/Resource/index.js +3 -3
  244. package/lib/MyNdla/SettingsMenu.js +7 -7
  245. package/lib/MyNdla/index.js +5 -5
  246. package/lib/NDLAFilm/AboutNdlaFilm.js +5 -5
  247. package/lib/NDLAFilm/AllMoviesAlphabetically.js +16 -16
  248. package/lib/NDLAFilm/CategorySelect.js +9 -9
  249. package/lib/NDLAFilm/FilmContentCard.js +7 -7
  250. package/lib/NDLAFilm/FilmContentCardTags.js +5 -5
  251. package/lib/NDLAFilm/FilmMovieList.js +5 -5
  252. package/lib/NDLAFilm/FilmMovieSearch.js +8 -8
  253. package/lib/NDLAFilm/FilmSlideshow.js +12 -12
  254. package/lib/NDLAFilm/MovieGrid.js +6 -6
  255. package/lib/NDLAFilm/NavigationArrow.js +5 -5
  256. package/lib/NDLAFilm/SlideshowIndicator.js +5 -5
  257. package/lib/NDLAFilm/VisualElement.js +5 -5
  258. package/lib/NDLAFilm/filmStyles.js +2 -2
  259. package/lib/NDLAFilm/index.js +7 -7
  260. package/lib/Navigation/NavigationBox.js +17 -17
  261. package/lib/Navigation/NavigationTopicAbout.js +13 -13
  262. package/lib/Navigation/index.js +3 -3
  263. package/lib/NoContentBox/NoContentBox.js +3 -3
  264. package/lib/NoContentBox/index.js +4 -4
  265. package/lib/Notion/ConceptNotion.js +10 -10
  266. package/lib/Notion/FigureNotion.js +4 -4
  267. package/lib/Notion/Notion.js +8 -8
  268. package/lib/Notion/NotionImage.js +3 -3
  269. package/lib/Notion/NotionVisualElement.js +5 -5
  270. package/lib/Notion/index.js +4 -4
  271. package/lib/Programme/Programme.js +12 -12
  272. package/lib/Programme/ProgrammeSubjects.js +5 -5
  273. package/lib/Programme/index.js +5 -5
  274. package/lib/ProgrammeCard/ProgrammeCard.js +7 -7
  275. package/lib/ProgrammeCard/index.js +2 -2
  276. package/lib/RadioButtonGroup/RadioButtonGroup.js +17 -19
  277. package/lib/RadioButtonGroup/index.js +4 -4
  278. package/lib/RelatedArticleList/RelatedArticleList.js +7 -7
  279. package/lib/RelatedArticleList/RelatedArticleV2.js +7 -7
  280. package/lib/RelatedArticleList/index.js +4 -4
  281. package/lib/Resource/BlockResource.js +13 -13
  282. package/lib/Resource/ListResource.js +13 -13
  283. package/lib/Resource/index.js +3 -3
  284. package/lib/Resource/resourceComponents.js +12 -12
  285. package/lib/ResourceBox/ResourceBox.js +9 -9
  286. package/lib/ResourceBox/index.js +2 -2
  287. package/lib/ResourceGroup/ResourceGroup.js +5 -5
  288. package/lib/ResourceGroup/ResourceItem.js +17 -17
  289. package/lib/ResourceGroup/ResourceList.js +6 -6
  290. package/lib/ResourceGroup/index.js +4 -4
  291. package/lib/ResourcesWrapper/ResourcesTopicTitle.js +11 -11
  292. package/lib/ResourcesWrapper/ResourcesWrapper.js +4 -4
  293. package/lib/ResourcesWrapper/index.js +5 -5
  294. package/lib/Search/ActiveFilterContent.js +6 -6
  295. package/lib/Search/ActiveFilters.js +9 -9
  296. package/lib/Search/ContentTypeResult.js +9 -9
  297. package/lib/Search/ContentTypeResultStyles.js +7 -7
  298. package/lib/Search/LoadingWrapper.js +4 -4
  299. package/lib/Search/SearchField.js +7 -7
  300. package/lib/Search/SearchFieldForm.js +2 -2
  301. package/lib/Search/SearchResult.js +15 -15
  302. package/lib/Search/SearchResultSleeve.js +14 -14
  303. package/lib/Search/ToggleSearchButton.js +5 -5
  304. package/lib/Search/index.js +4 -4
  305. package/lib/SearchTypeResult/ActiveFilterContent.js +6 -6
  306. package/lib/SearchTypeResult/ActiveFilters.js +10 -10
  307. package/lib/SearchTypeResult/PopupFilter.js +12 -12
  308. package/lib/SearchTypeResult/ResultNavigation.js +7 -7
  309. package/lib/SearchTypeResult/SearchFieldHeader.js +10 -10
  310. package/lib/SearchTypeResult/SearchFilterContent.js +6 -6
  311. package/lib/SearchTypeResult/SearchHeader.js +16 -16
  312. package/lib/SearchTypeResult/SearchItem.js +16 -16
  313. package/lib/SearchTypeResult/SearchItemList.js +19 -19
  314. package/lib/SearchTypeResult/SearchItems.js +7 -7
  315. package/lib/SearchTypeResult/SearchNotionsResult.js +7 -7
  316. package/lib/SearchTypeResult/SearchSubjectItem.js +7 -7
  317. package/lib/SearchTypeResult/SearchSubjectResult.js +5 -5
  318. package/lib/SearchTypeResult/SearchTypeHeader.js +14 -14
  319. package/lib/SearchTypeResult/SearchTypeResult.js +9 -9
  320. package/lib/SearchTypeResult/SearchViewType.js +7 -7
  321. package/lib/SearchTypeResult/components/ItemContexts.js +10 -10
  322. package/lib/SearchTypeResult/components/ItemResourceHeader.js +14 -14
  323. package/lib/SearchTypeResult/components/ItemTopicHeader.js +8 -8
  324. package/lib/SearchTypeResult/components/SubjectFilters.js +8 -8
  325. package/lib/SearchTypeResult/index.js +7 -7
  326. package/lib/SectionHeading/SectionHeading.js +3 -3
  327. package/lib/SectionHeading/index.js +4 -4
  328. package/lib/SnackBar/DefaultSnackbar.js +5 -5
  329. package/lib/SnackBar/SnackbarProvider.js +8 -8
  330. package/lib/SnackBar/index.js +2 -2
  331. package/lib/Subject/Subject.js +10 -10
  332. package/lib/Subject/SubjectBanner.js +4 -4
  333. package/lib/Subject/SubjectHeader.js +7 -7
  334. package/lib/Subject/SubjectNewContent.js +12 -12
  335. package/lib/Subject/SubjectSocial.js +3 -3
  336. package/lib/Subject/index.js +4 -4
  337. package/lib/Table/Table.js +10 -10
  338. package/lib/Table/index.js +4 -4
  339. package/lib/TagSelector/Control.js +4 -4
  340. package/lib/TagSelector/DropdownIndicator.js +5 -5
  341. package/lib/TagSelector/Input.js +3 -3
  342. package/lib/TagSelector/Menu.js +3 -3
  343. package/lib/TagSelector/MenuList.js +4 -4
  344. package/lib/TagSelector/Option.js +5 -5
  345. package/lib/TagSelector/SelectContainer.js +4 -4
  346. package/lib/TagSelector/TagSelector.js +16 -16
  347. package/lib/TagSelector/ValueButton.js +4 -4
  348. package/lib/TagSelector/index.js +2 -2
  349. package/lib/ToolboxPage/ToolboxInfo.js +4 -4
  350. package/lib/ToolboxPage/index.js +2 -2
  351. package/lib/Topic/Loader.js +4 -4
  352. package/lib/Topic/Topic.js +19 -19
  353. package/lib/Topic/index.js +4 -4
  354. package/lib/Translation/Translation.js +4 -4
  355. package/lib/Translation/TranslationLine.js +4 -4
  356. package/lib/Translation/index.js +3 -3
  357. package/lib/TreeStructure/AddFolderButton.js +7 -7
  358. package/lib/TreeStructure/ComboboxButton.js +7 -7
  359. package/lib/TreeStructure/FolderItem.js +12 -12
  360. package/lib/TreeStructure/FolderItems.js +6 -6
  361. package/lib/TreeStructure/TreeStructure.js +17 -17
  362. package/lib/TreeStructure/index.js +2 -2
  363. package/lib/Typography/Heading.js +2 -2
  364. package/lib/Typography/index.js +2 -2
  365. package/lib/User/UserInfo.js +4 -4
  366. package/lib/User/parseUserObject.js +3 -3
  367. package/lib/all.css +1 -1
  368. package/lib/i18n/i18n.js +7 -7
  369. package/lib/index.d.ts +1 -7
  370. package/lib/index.js +43 -84
  371. package/lib/locale/LocaleProvider.js +3 -3
  372. package/lib/locale/messages-en.js +11 -11
  373. package/lib/locale/messages-nb.js +11 -11
  374. package/lib/locale/messages-nn.js +11 -11
  375. package/lib/locale/messages-se.js +11 -11
  376. package/lib/locale/messages-sma.js +11 -11
  377. package/lib/model/index.js +3 -3
  378. package/lib/utils/createUniversalPortal.js +2 -2
  379. package/lib/utils/resourceTypeColor.js +4 -4
  380. package/package.json +14 -15
  381. package/src/Animation/index.ts +0 -2
  382. package/src/Article/ArticleByline.tsx +1 -0
  383. package/src/BlogPost/BlogPost.stories.tsx +1 -1
  384. package/src/BlogPost/BlogPost.tsx +1 -2
  385. package/src/CampaignBlock/CampaignBlock.stories.tsx +1 -1
  386. package/src/ContactBlock/Contactblock.stories.tsx +1 -1
  387. package/src/Embed/AudioEmbed.stories.tsx +1 -1
  388. package/src/Embed/BrightcoveEmbed.stories.tsx +1 -1
  389. package/src/Embed/ConceptEmbed.stories.tsx +1 -1
  390. package/src/Embed/ExternalEmbed.stories.tsx +1 -1
  391. package/src/Embed/H5pEmbed.stories.tsx +1 -1
  392. package/src/Embed/IframeEmbed.stories.tsx +1 -1
  393. package/src/Embed/ImageEmbed.stories.tsx +1 -1
  394. package/src/Grid/Grid.stories.tsx +6 -4
  395. package/src/Grid/Grid.tsx +52 -17
  396. package/src/KeyFigure/KeyFigure.stories.tsx +1 -1
  397. package/src/KeyFigure/KeyFigure.tsx +2 -3
  398. package/src/LanguageSelector/LanguageSelector.stories.tsx +1 -1
  399. package/src/LearningPaths/LearningPathMenu.stories.tsx +1 -1
  400. package/src/LetterFilter/LetterFilter.stories.tsx +1 -1
  401. package/src/LicenseByline/EmbedByline.stories.tsx +1 -1
  402. package/src/LicenseByline/EmbedByline.tsx +1 -0
  403. package/src/LicenseByline/LicenseLink.tsx +1 -0
  404. package/src/MultidisciplinarySubject/index.ts +0 -2
  405. package/src/MyNdla/Resource/Folder.stories.tsx +1 -1
  406. package/src/ProgrammeCard/ProgrammeCard.stories.tsx +1 -1
  407. package/src/Resource/BlockResource.stories.tsx +1 -1
  408. package/src/Resource/Resource.stories.tsx +1 -1
  409. package/src/Search/component.search-field.scss +0 -14
  410. package/src/index.ts +1 -11
  411. package/es/Animation/DisplayOnPageYOffset.js +0 -86
  412. package/es/AuthorInfo/AuthorInfo.js +0 -63
  413. package/es/AuthorInfo/index.js +0 -2
  414. package/es/Breadcrumblist/Breadcrumblist.js +0 -225
  415. package/es/Breadcrumblist/index.js +0 -2
  416. package/es/ContentCard/ContentCard.js +0 -95
  417. package/es/ContentCard/index.js +0 -2
  418. package/es/MultidisciplinarySubject/Illustrations.js +0 -76
  419. package/es/MultidisciplinarySubject/MultidisciplinarySubjectHeader.js +0 -112
  420. package/es/Portrait/Portrait.js +0 -42
  421. package/es/Portrait/index.js +0 -10
  422. package/lib/Animation/DisplayOnPageYOffset.d.ts +0 -27
  423. package/lib/Animation/DisplayOnPageYOffset.js +0 -93
  424. package/lib/AuthorInfo/AuthorInfo.d.ts +0 -16
  425. package/lib/AuthorInfo/AuthorInfo.js +0 -70
  426. package/lib/AuthorInfo/index.d.ts +0 -2
  427. package/lib/AuthorInfo/index.js +0 -10
  428. package/lib/Breadcrumblist/Breadcrumblist.d.ts +0 -29
  429. package/lib/Breadcrumblist/Breadcrumblist.js +0 -232
  430. package/lib/Breadcrumblist/index.d.ts +0 -3
  431. package/lib/Breadcrumblist/index.js +0 -10
  432. package/lib/ContentCard/ContentCard.d.ts +0 -12
  433. package/lib/ContentCard/ContentCard.js +0 -102
  434. package/lib/ContentCard/index.d.ts +0 -2
  435. package/lib/ContentCard/index.js +0 -10
  436. package/lib/MultidisciplinarySubject/Illustrations.d.ts +0 -29
  437. package/lib/MultidisciplinarySubject/Illustrations.js +0 -90
  438. package/lib/MultidisciplinarySubject/MultidisciplinarySubjectHeader.d.ts +0 -13
  439. package/lib/MultidisciplinarySubject/MultidisciplinarySubjectHeader.js +0 -118
  440. package/lib/Portrait/Portrait.d.ts +0 -15
  441. package/lib/Portrait/Portrait.js +0 -50
  442. package/lib/Portrait/index.d.ts +0 -9
  443. package/lib/Portrait/index.js +0 -17
  444. package/src/Animation/DisplayOnPageYOffset.tsx +0 -66
  445. package/src/AuthorInfo/AuthorInfo.tsx +0 -82
  446. package/src/AuthorInfo/index.ts +0 -3
  447. package/src/Breadcrumblist/Breadcrumblist.tsx +0 -320
  448. package/src/Breadcrumblist/index.ts +0 -4
  449. package/src/ContentCard/ContentCard.tsx +0 -152
  450. package/src/ContentCard/index.ts +0 -3
  451. package/src/MultidisciplinarySubject/Illustrations.tsx +0 -148
  452. package/src/MultidisciplinarySubject/MultidisciplinarySubjectHeader.tsx +0 -125
  453. package/src/Portrait/Portrait.tsx +0 -45
  454. package/src/Portrait/index.ts +0 -11
@@ -1,148 +0,0 @@
1
- import styled from '@emotion/styled';
2
- import { breakpoints, mq } from '@ndla/core';
3
-
4
- export const ClimateIllustration = styled.div`
5
- background-image: url("data:image/svg+xml,%3Csvg width='1440' height='164' viewBox='0 0 1440 164' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M1260 121.826L1258.61 120.644C1258.61 120.644 1259.61 122.492 1258.79 123.019C1257.97 123.546 1257.58 123.556 1256.19 123.158C1254.8 122.761 1255.5 122.363 1253.77 122.761C1252.04 123.158 1253.08 123.556 1251.01 123.287C1248.94 123.019 1248.76 124.878 1248.93 123.019C1249.1 121.16 1250.83 120.246 1249.1 121.17C1248.16 121.687 1247.17 122.129 1246.16 122.492C1246.16 122.492 1243.05 120.246 1243.4 119.978C1243.75 119.709 1245.64 122.761 1244.95 123.417C1244.26 124.073 1242.53 123.685 1241.67 123.556C1240.81 123.426 1239.94 123.158 1239.42 123.685C1238.9 124.212 1238.55 125.007 1238.04 124.341C1237.53 123.675 1240.11 123.943 1237.52 123.685C1234.93 123.426 1233.71 124.212 1233.02 123.417C1232.33 122.621 1232.16 121.965 1231.12 122.224C1229.92 122.409 1228.76 122.767 1227.66 123.287C1226.97 123.814 1225.93 123.556 1222.99 123.287C1220.05 123.019 1216.25 123.814 1215.55 123.287L1214.86 122.761C1213.48 124.082 1214.69 125.007 1213.48 124.082C1212.27 123.158 1212.27 121.826 1211.58 122.363L1210.89 122.89C1210.89 122.89 1206.22 120.375 1205.89 120.773C1205.56 121.17 1207.45 121.965 1206.89 122.761C1206.33 123.556 1205.33 123.556 1203.95 123.287C1202.57 123.019 1201.87 123.556 1200.66 123.556C1199.45 123.556 1199.97 122.89 1197.9 123.158C1195.83 123.426 1194.96 123.556 1194.96 123.556C1194.96 123.556 1193.23 122.095 1194.09 121.429C1194.95 120.763 1192.88 120.504 1192.19 121.429C1191.5 122.353 1189.59 124.082 1188.73 123.943C1187.87 123.804 1183.73 123.943 1183.02 123.685C1182.31 123.426 1184.23 120.902 1183.54 120.504C1182.85 120.107 1180.08 120.902 1179.74 122.095C1179.4 123.287 1177.49 121.3 1177.49 121.3C1177.49 121.3 1176.8 123.158 1176.11 123.417C1174.8 123.749 1173.45 123.84 1172.11 123.685C1170.38 123.556 1167.79 123.556 1166.92 123.158C1166.05 122.761 1167.09 122.095 1164.67 122.89C1162.25 123.685 1162.25 124.609 1161.21 123.685C1160.17 122.761 1160.87 122.095 1159.31 122.621' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1128.19 122.502C1127.48 122.782 1126.71 122.851 1125.96 122.701C1125.25 122.432 1124.48 122.363 1123.74 122.502C1122.66 122.601 1121.85 123.059 1121.31 122.701C1120.77 122.343 1119.96 121.538 1119.76 121.637C1119.56 121.737 1120.37 122.244 1120.17 122.502C1119.24 122.857 1118.23 122.909 1117.27 122.651C1116.69 122.445 1116.2 122.026 1115.92 121.478C1115.92 121.478 1116.39 122.472 1115.85 122.472C1115.31 122.472 1113.76 122.472 1112.48 122.472C1111.2 122.472 1110.86 122.88 1110.59 122.572C1110.32 122.263 1111.07 121.15 1111.59 121.051C1112.11 120.952 1110.04 121.2 1109.5 122.045C1108.96 122.89 1107.68 123.416 1107.27 122.959C1106.86 122.502 1105.99 121.279 1105.99 121.279C1105.99 121.279 1106.99 122.353 1106.4 122.601C1104.82 122.842 1103.21 122.879 1101.61 122.711' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1014 123.248C1014 123.248 1011.17 122.055 1009.92 122.184C1008.67 122.313 1008.06 122.303 1008.81 120.942L1009.55 119.58C1008.58 120.335 1007.66 121.163 1006.81 122.055C1005.69 123.287 1004.45 121.3 1004.7 120.435C1004.95 119.57 1005.19 123.158 1004.2 123.158C1003.21 123.158 1000.47 122.035 999.1 122.651C997.73 123.267 995.87 123.884 995.87 122.89C995.87 121.896 996.99 120.296 996.5 120.176C996.01 120.057 994.63 121.28 994.38 122.164C994.13 123.049 991.89 120.306 991.89 120.306C991.89 120.306 994.25 123.287 993.13 123.407C992.01 123.526 989.03 124.013 988.28 123.635C987.53 123.258 988.53 123.148 986.54 123.019C984.55 122.89 984.31 121.409 982.94 121.777C981.57 122.144 980.94 122.015 979.7 122.88C978.46 123.745 975.7 122.999 973.7 123.118C971.7 123.238 972.83 122.989 971.7 123.238C970.57 123.486 969.7 124.232 969.21 123.476C968.72 122.721 968.21 122.612 967.97 123.099C967.73 123.586 968.84 123.844 967.72 123.595C966.6 123.347 965.61 121.121 965.61 121.121C965.61 121.121 966.11 122.731 965.24 122.353C964.334 121.998 963.493 121.498 962.75 120.872L961.88 120.127C961.88 120.127 962.25 121.975 961.38 122.115C960.174 122.161 958.972 122.28 957.78 122.472C955.91 123.337 954.78 124.46 953.78 123.466C952.78 122.472 953.78 120.872 952.17 120.991C951.149 121.073 950.142 121.276 949.17 121.598C949.17 121.598 949.29 122.959 948.17 122.959C947.05 122.959 946.55 121.965 945.06 122.462C943.57 122.959 943.94 124.56 943.57 122.949C943.2 121.339 944.45 119.858 943.95 119.858C943.45 119.858 942.08 121.22 941.58 122.323C941.08 123.427 939.58 121.956 939.1 121.21C938.62 120.465 937.73 121.081 937.6 122.204C937.47 123.327 935.49 122.94 935.49 122.94C935.49 122.94 932 123.804 930.63 123.178C929.26 122.552 928.63 123.049 926.9 123.049C925.17 123.049 924.42 122.055 923.42 122.303C922.893 122.321 922.368 122.231 921.877 122.038C921.387 121.844 920.942 121.552 920.57 121.18C920.32 120.813 919.69 122.542 919.57 123.407C919.45 124.271 917.57 124.888 916.7 124.142C915.83 123.397 916.58 123.397 914.7 123.764C912.82 124.132 911.58 125.613 911.21 124.251C910.84 122.89 911.34 122.403 911.21 122.025C911.08 121.647 908.72 123.874 908.72 123.874C908.72 123.874 908.23 120.892 907.98 121.031C907.666 121.868 907.455 122.739 907.35 123.625C907.35 123.625 904.98 124.977 904.61 123.745C904.24 122.512 903.61 120.286 903.61 120.286C903.61 120.286 903.48 122.502 902.85 122.88C902.22 123.258 901.11 123.735 900.99 123.248C900.87 122.761 901.74 122.502 900.37 121.141C899 119.779 899.87 122.621 899.87 122.621C899.87 122.621 898.99 124.848 898.62 123.486C898.25 122.124 895.89 124.48 895.76 123.486C895.746 123.222 895.658 122.967 895.506 122.749C895.354 122.531 895.144 122.36 894.9 122.254C894.9 122.254 894.15 124.102 893.65 123.854C893.15 123.605 889.3 124.46 888.43 123.725C887.962 123.315 887.464 122.939 886.94 122.602C886.94 122.602 886.81 124.709 885.69 123.963L884.57 123.218C884.57 123.218 885.69 124.082 883.08 123.953C880.47 123.824 878.97 124.073 880.22 122.84C881.47 121.608 879.35 122.462 878.73 123.208C878.11 123.953 877.11 124.073 876.86 123.327C876.61 122.582 875.25 122.085 875.25 122.085L875.49 123.446C875.229 123.698 874.912 123.886 874.565 123.993C874.217 124.1 873.849 124.124 873.49 124.063' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1360.94 121.836L1359.55 120.643C1359.55 120.643 1360.55 122.502 1359.73 123.029C1358.91 123.555 1358.52 123.555 1357.13 123.158C1355.74 122.76 1356.44 122.363 1354.71 122.76C1352.98 123.158 1354.02 123.555 1351.94 123.297C1349.86 123.039 1349.7 124.877 1349.87 123.029C1350.04 121.18 1351.77 120.246 1350.04 121.17C1349.1 121.692 1348.11 122.137 1347.1 122.502C1347.1 122.502 1343.99 120.246 1344.34 119.987C1344.69 119.729 1346.58 122.76 1345.89 123.426C1345.2 124.092 1343.47 123.695 1342.61 123.555C1341.75 123.416 1340.88 123.158 1340.36 123.695C1339.84 124.231 1339.49 125.016 1338.97 124.351C1338.45 123.685 1341.05 123.953 1338.46 123.695C1335.87 123.436 1334.65 124.221 1333.96 123.426C1333.27 122.631 1333.09 121.965 1332.06 122.234C1331.03 122.502 1329.29 122.76 1328.6 123.297C1327.91 123.834 1326.87 123.555 1323.93 123.297C1320.99 123.039 1317.18 123.824 1316.49 123.297L1315.8 122.76C1314.42 124.082 1315.63 125.016 1314.42 124.082C1313.21 123.148 1313.21 121.836 1312.52 122.363L1311.82 122.899C1311.82 122.899 1307.15 120.385 1306.82 120.772C1306.49 121.16 1308.38 121.965 1307.82 122.76C1307.26 123.555 1306.26 123.555 1304.88 123.297C1303.5 123.039 1302.8 123.555 1301.59 123.555C1300.38 123.555 1300.9 122.899 1298.82 123.158C1296.74 123.416 1295.88 123.555 1295.88 123.555C1295.88 123.555 1294.16 122.104 1295.02 121.438C1295.88 120.772 1293.81 120.514 1293.12 121.438C1292.43 122.363 1290.52 124.082 1289.66 123.953C1288.8 123.824 1284.66 123.953 1283.95 123.695C1283.24 123.436 1285.16 120.912 1284.47 120.514C1283.78 120.116 1281.01 120.912 1280.67 122.104C1280.33 123.297 1278.42 121.309 1278.42 121.309C1278.42 121.309 1277.73 123.158 1277.03 123.426C1275.73 123.76 1274.37 123.851 1273.03 123.695C1271.3 123.555 1268.7 123.555 1267.84 123.158C1266.98 122.76 1268.01 122.104 1265.59 122.899C1263.17 123.695 1263.17 124.619 1262.13 123.695C1261.09 122.77 1261.79 122.104 1260.23 122.631' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M839.72 122.82C839.72 122.82 835.98 124.043 834.62 122.93C833.26 121.816 832.51 120.574 832.01 121.807C831.51 123.039 831.38 123.665 829.15 123.655C826.92 123.645 819.95 122.771 819.07 123.138C818.19 123.506 818.45 124.619 817.46 123.874C816.47 123.128 816.22 121.151 815.72 122.144C815.22 123.138 814.1 122.264 813.23 121.151C812.36 120.037 810.75 118.547 811.12 119.908C811.49 121.27 812.85 123.745 810.99 123.119C809.13 122.492 807.88 122.125 806.89 122.741C805.9 123.357 806.64 123.973 805.02 123.606C803.4 123.238 802.78 124.46 802.16 123.466C801.54 122.472 802.54 120.485 802.16 120.137C801.78 119.789 799.67 120.624 799.05 121.737C798.43 122.85 798.17 124.331 797.18 123.725C796.19 123.119 796.43 122.244 794.94 122.612C793.45 122.979 794.44 123.963 793.45 122.979C792.46 121.995 793.33 119.998 792.96 119.64C792.59 119.282 790.22 120.495 790.59 121.856C790.96 123.218 789.47 122.472 789.47 122.472C789.47 122.472 788.98 120.246 788.11 120.485C787.24 120.723 787.6 122.83 786.98 122.83C786.36 122.83 782.13 124.053 781.38 123.437C780.63 122.82 777.66 122.065 776.66 122.552C775.66 123.039 776.03 124.411 775.04 123.417C774.05 122.423 774.55 121.687 773.43 122.055C772.31 122.423 770.81 123.407 770.32 122.661C769.83 121.916 769.32 120.435 768.83 120.564C768.34 120.693 767.71 122.781 768.08 123.546C768.45 124.311 766.83 124.411 766.21 124.033C765.811 123.723 765.347 123.505 764.852 123.397C764.357 123.289 763.843 123.292 763.35 123.407C761.61 123.655 760.99 124.888 759.99 123.894C759.698 123.583 759.48 123.211 759.352 122.805C759.224 122.399 759.189 121.969 759.25 121.548C759.25 121.548 758.37 124.758 757.63 123.894C756.89 123.029 755.27 121.409 755.27 121.409C755.27 121.409 757.13 123.645 756.64 123.765C756.15 123.884 752.16 124.5 751.64 123.258C751.281 122.172 751.033 121.053 750.9 119.918C750.9 119.918 751.52 124.371 749.9 123.506C748.28 122.641 746.68 119.66 746.55 119.53C746.42 119.401 748.66 123.506 747.79 123.238C747.071 122.968 746.397 122.593 745.79 122.125L746.66 123.983C746.66 123.983 742.66 124.46 742.66 123.725V121.359C742.66 121.359 741.17 123.695 740.79 123.208C740.342 122.487 739.932 121.744 739.56 120.982C739.56 120.982 740.29 123.824 739.18 123.814C738.07 123.804 735.69 124.43 735.44 123.934C735.19 123.437 734.58 122.323 734.58 122.323C734.58 122.323 734.2 124.311 733.33 123.934C732.391 123.274 731.555 122.481 730.85 121.578C730.85 121.578 733.33 123.566 731.34 123.566C729.8 123.524 728.265 123.395 726.74 123.178C726.74 123.178 727.86 121.329 727.62 120.962C727.38 120.594 725.37 123.297 725.25 123.546C725.13 123.794 723.01 121.32 723.01 121.32C723.01 121.32 724.75 123.427 723.63 123.546C722.51 123.665 720.4 124.281 719.28 123.655C718.412 123.286 717.483 123.077 716.54 123.039C716.17 122.91 716.05 121.3 716.05 121.3C716.05 121.3 715.3 123.158 714.18 123.397C713.06 123.635 712.57 122.403 712.57 122.403C711.764 122.647 710.973 122.935 710.2 123.268C709.45 123.635 708.09 121.28 708.09 121.28C708.09 121.28 709.33 122.89 708.34 123.268C707.35 123.645 706.47 124.5 705.23 123.884C703.99 123.268 704.61 122.154 704.86 121.538C705.11 120.922 703.12 120.415 702.86 122.393C702.6 124.371 701.48 124.987 701.24 124.381C700.884 123.934 700.426 123.577 699.905 123.338C699.384 123.1 698.813 122.987 698.24 123.009C697.37 123.258 697.5 120.027 697.5 120.027C697.5 120.027 697.13 122.741 695.76 123.109C694.39 123.476 692.76 121.618 692.76 121.618C692.76 121.618 693.87 123.725 693.25 124.093C691.727 124.759 690.042 124.97 688.4 124.699C685.78 124.45 684.29 124.192 684.29 124.192L684.55 121.479C684.55 121.479 684.29 124.57 683.18 123.576C682.423 122.885 681.718 122.141 681.07 121.349C681.07 121.349 683.18 123.576 681.81 124.192C680.44 124.808 680.06 125.544 677.7 125.047C675.34 124.55 674.59 125.285 673.35 124.421C672.11 123.556 671.24 122.562 670.99 123.297C670.74 124.033 671.36 124.54 668.13 124.649C664.9 124.758 662.03 125.255 660.91 124.758C659.827 124.402 658.7 124.191 657.56 124.132C657.56 124.132 657.92 126.239 656.93 125.613C655.94 124.987 655.82 123.019 655.07 123.258C654.32 123.496 650.23 121.27 650.6 121.518C650.97 121.767 652.21 123.755 651.6 123.874C650.99 123.993 649.73 125.106 648.74 124.361C647.75 123.615 648.49 124.112 645.74 124.232C642.99 124.351 642.25 126.697 641.89 124.838C641.53 122.979 643.76 119.65 641.89 121.498C640.02 123.347 640.52 124.48 639.77 124.589C639.02 124.699 637.04 125.077 636.66 124.589C636.28 124.102 632.93 124.083 632.93 124.083C632.93 124.083 633.81 120.008 632.69 120.872C631.57 121.737 631.07 125.067 630.2 124.57C629.455 123.923 628.861 123.122 628.46 122.224C628.46 122.224 628.21 124.818 626.71 124.808C625.21 124.798 622.71 125.673 621.86 125.047C621.01 124.421 618.63 124.421 617.26 124.421C616.107 124.243 615 123.845 614 123.248H611L610.51 122.135C610.51 122.135 611.51 124.122 610.26 124.48C609.01 124.838 605.78 125.086 605.4 124.838C605.02 124.589 602.17 126.687 601.92 125.444C601.67 124.202 601.43 123.099 601.43 123.099C601.43 123.099 599.93 126.08 599.56 125.315C599.095 124.517 598.681 123.69 598.32 122.84C598.32 122.592 598.19 125.315 598.19 125.315C598.19 125.315 596.19 125.683 595.46 125.057C594.73 124.43 594.1 120.982 594.1 120.982C594.1 120.982 595.1 124.957 593.59 124.957C593.107 124.91 592.641 124.75 592.231 124.491C591.821 124.232 591.478 123.881 591.23 123.466C591.23 123.466 587.63 119.868 589 121.479C590.37 123.089 591 125.812 590.11 125.564C589.22 125.315 587.24 126.796 586.75 125.186C586.26 123.576 586.51 122.711 585.64 122.959C584.77 123.208 584.15 122.582 584.27 124.063C584.39 125.544 582.65 122.83 582.65 122.83C582.65 122.83 582.65 125.911 581.15 125.295C579.65 124.679 577.92 123.685 577.92 123.685C577.92 123.685 579.04 126.031 577.3 125.404C576.817 125.259 576.375 125.003 576.009 124.658C575.643 124.313 575.362 123.888 575.19 123.417C575.185 123.687 575.12 123.953 574.998 124.195C574.876 124.437 574.702 124.649 574.487 124.815C574.272 124.981 574.022 125.096 573.756 125.154C573.49 125.211 573.215 125.209 572.95 125.146C570.83 124.768 572.21 122.164 571.71 122.164C571.21 122.164 569.84 123.516 569.09 124.51C568.682 124.978 568.155 125.328 567.563 125.522C566.972 125.717 566.338 125.748 565.73 125.613L565 125.236' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M567.77 124.321C567.77 124.321 564.02 125.523 562.67 124.39C561.32 123.257 560.58 122.025 560.07 123.257C559.56 124.49 559.42 125.106 557.19 125.076C554.96 125.046 547.99 124.082 547.12 124.48C546.25 124.877 546.48 125.951 545.49 125.205C544.5 124.46 544.28 122.472 543.77 123.456C543.26 124.44 542.15 123.555 541.3 122.462C540.45 121.369 538.84 119.838 539.2 121.2C539.56 122.561 540.9 125.046 539.04 124.41C537.18 123.774 535.94 123.416 534.94 124.003C533.94 124.589 534.67 125.235 533.06 124.847C531.45 124.46 530.81 125.682 530.2 124.688C529.59 123.694 530.61 121.707 530.2 121.349C529.79 120.991 527.71 121.826 527.07 122.929C526.43 124.032 526.18 125.513 525.19 124.917C524.2 124.321 524.46 123.426 522.96 123.774C521.46 124.122 522.45 125.136 521.46 124.132C520.47 123.128 521.37 121.15 521 120.792C520.63 120.434 518.26 121.627 518.62 122.989C518.98 124.35 517.49 123.595 517.49 123.595C517.49 123.595 517.02 121.369 516.14 121.607C515.26 121.846 515.62 123.953 515 123.943C514.38 123.933 510.14 125.126 509.4 124.499C508.66 123.873 505.68 123.098 504.68 123.585C503.68 124.072 504.04 125.434 503.06 124.43C502.08 123.426 502.58 122.7 501.45 123.058C500.32 123.416 498.83 124.39 498.34 123.645C497.85 122.899 497.34 121.408 496.87 121.528C496.4 121.647 495.73 123.734 496.09 124.509C496.45 125.285 494.84 125.364 494.22 124.986C493.825 124.672 493.363 124.45 492.87 124.338C492.376 124.226 491.863 124.227 491.37 124.34C489.62 124.569 488.99 125.801 488 124.798C487.711 124.483 487.496 124.109 487.371 123.701C487.247 123.293 487.215 122.863 487.28 122.442C487.28 122.442 486.38 125.642 485.64 124.778C484.9 123.913 483.3 122.273 483.3 122.273C483.3 122.273 485.15 124.519 484.65 124.639C484.15 124.758 480.16 125.334 479.65 124.092C479.296 123.007 479.058 121.887 478.94 120.752C478.94 120.752 479.51 125.205 477.94 124.321C476.37 123.436 474.74 120.454 474.62 120.345C474.5 120.236 476.69 124.321 475.82 124.062C475.1 123.786 474.426 123.404 473.82 122.929L474.67 124.788C474.67 124.788 470.67 125.245 470.67 124.499V122.154C470.67 122.154 469.15 124.49 468.78 123.993C468.334 123.269 467.927 122.522 467.56 121.756C467.56 121.756 468.28 124.599 467.16 124.589C466.04 124.579 463.67 125.175 463.43 124.678C463.19 124.181 462.57 123.058 462.57 123.058C462.57 123.058 462.18 125.046 461.31 124.649C460.376 123.982 459.547 123.182 458.85 122.273C458.85 122.273 461.32 124.261 459.33 124.261C457.79 124.211 456.254 124.071 454.73 123.843C454.73 123.843 455.87 121.995 455.62 121.627C455.37 121.259 453.36 123.953 453.23 124.191C453.1 124.43 451.02 121.945 451.02 121.945C451.02 121.945 452.74 124.062 451.62 124.181C450.5 124.301 448.38 124.887 447.26 124.261C446.398 123.879 445.472 123.657 444.53 123.605C444.16 123.486 444.05 121.876 444.05 121.876C444.05 121.876 443.29 123.724 442.17 123.953C441.05 124.181 440.56 122.959 440.56 122.959C439.754 123.193 438.962 123.475 438.19 123.804C437.44 124.162 436.1 121.816 436.1 121.816C436.1 121.816 437.32 123.436 436.32 123.804C435.32 124.171 434.45 125.016 433.21 124.39C431.97 123.764 432.61 122.651 432.86 122.035C433.11 121.418 431.13 120.902 430.86 122.879C430.59 124.857 429.47 125.454 429.22 124.867C428.868 124.414 428.412 124.052 427.89 123.81C427.368 123.567 426.795 123.453 426.22 123.476C425.35 123.714 425.51 120.494 425.51 120.494C425.51 120.494 425.11 123.207 423.74 123.565C422.37 123.923 420.74 122.045 420.74 122.045C420.74 122.045 421.83 124.162 421.21 124.529C419.677 125.175 417.991 125.371 416.35 125.096C413.74 124.818 412.25 124.559 412.25 124.559L412.53 121.836C412.53 121.836 412.25 124.927 411.14 123.923C410.387 123.228 409.688 122.477 409.05 121.677C409.05 121.677 411.14 123.923 409.77 124.529C408.4 125.136 408.01 125.871 405.65 125.354C403.29 124.837 402.54 125.563 401.31 124.688C400.08 123.814 399.21 122.81 398.96 123.545C398.71 124.281 399.32 124.788 396.08 124.877C392.84 124.967 389.98 125.434 388.87 124.877C387.788 124.51 386.661 124.289 385.52 124.221C385.52 124.221 385.87 126.328 384.88 125.702C383.89 125.076 383.79 123.088 383.04 123.337C382.29 123.585 378.21 121.349 378.58 121.558C378.95 121.766 380.18 123.794 379.58 123.913C378.98 124.032 377.7 125.126 376.72 124.38C375.74 123.635 376.47 124.132 373.72 124.221C370.97 124.311 370.22 126.656 369.86 124.798C369.5 122.939 371.78 119.629 369.86 121.458C367.94 123.287 368.46 124.44 367.71 124.529C366.96 124.619 364.97 124.996 364.6 124.529C364.23 124.062 360.88 123.993 360.88 123.993C360.88 123.993 361.79 119.927 360.66 120.782C359.53 121.637 359 124.967 358.14 124.46C357.399 123.806 356.812 122.998 356.42 122.094C356.42 122.094 356.14 124.688 354.65 124.668C353.16 124.649 350.65 125.493 349.8 124.867C348.95 124.241 346.57 124.211 345.21 124.201C344.028 124.039 342.89 123.647 341.86 123.048H338.86L338.37 121.935C338.37 121.935 339.37 123.923 338.1 124.281C336.83 124.639 333.61 124.847 333.24 124.599C332.87 124.35 329.99 126.418 329.75 125.175C329.51 123.933 329.28 122.83 329.28 122.83C329.28 122.83 327.76 125.811 327.39 125.026C326.934 124.224 326.53 123.395 326.18 122.541C326.18 122.293 326.03 125.016 326.03 125.016C326.03 125.016 324.03 125.364 323.29 124.738C322.55 124.112 321.97 120.643 321.97 120.643C321.97 120.643 322.92 124.619 321.43 124.619C320.947 124.568 320.482 124.404 320.074 124.142C319.665 123.88 319.325 123.525 319.08 123.108C319.08 123.108 315.51 119.49 316.86 121.12C318.21 122.75 318.81 125.464 317.94 125.205C317.07 124.947 315.07 126.418 314.59 124.798C314.11 123.178 314.36 122.323 313.49 122.561C312.62 122.8 312 122.174 312.11 123.665C312.22 125.155 310.51 122.412 310.51 122.412C310.51 122.412 310.51 125.503 308.99 124.867C307.964 124.311 306.966 123.704 306 123.048C306 123.048 307.1 125.404 305.36 124.768C304.882 124.618 304.444 124.361 304.082 124.016C303.719 123.671 303.442 123.248 303.27 122.78C303.261 123.05 303.192 123.315 303.067 123.555C302.943 123.796 302.766 124.005 302.549 124.169C302.333 124.333 302.082 124.447 301.816 124.502C301.55 124.557 301.274 124.553 301.01 124.49C298.9 124.092 300.3 121.508 299.8 121.508C299.3 121.508 297.92 122.85 297.17 123.824C296.76 124.291 296.23 124.639 295.636 124.83C295.042 125.02 294.408 125.047 293.8 124.907C292.914 124.18 292.128 123.341 291.46 122.412' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1136.13 76.2159C1136 76.1338 1135.85 76.0789 1135.7 76.0545C1135.55 76.0301 1135.39 76.0366 1135.24 76.0738C1135.09 76.1109 1134.95 76.1778 1134.82 76.2706C1134.7 76.3633 1134.6 76.48 1134.52 76.6135C1133.81 77.8559 1132.11 81.2948 1133.38 84.0579C1133.96 85.3301 1134.89 85.5189 1135.76 85.0518C1137.23 84.2268 1138.53 81.4837 1137.69 78.8498C1137.48 77.8231 1136.93 76.8957 1136.13 76.2159V76.2159Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1135.84 79.9823C1135.51 79.9028 1134.51 79.4059 1133.76 79.7338' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1136.18 84.8623C1136.49 85.547 1136.76 86.2508 1136.98 86.9694' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1137.15 87.1885C1137.15 87.1885 1134.39 90.1702 1137.83 99.513C1141.27 108.856 1143.83 107.892 1144.3 107.216C1144.77 106.54 1145.71 103.737 1143.56 97.2767' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1136.28 89.335C1136.28 89.335 1137.56 96.5706 1141 98.1708' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1136.14 89.0664C1136.14 89.0664 1134.39 96.0934 1131.42 97.9023C1128.45 99.7112 1123.33 99.4428 1122.66 99.6516C1121.99 99.8603 1121.38 100.387 1121.92 100.317C1122.46 100.248 1123.13 100.586 1123 100.785C1122.87 100.983 1121.78 102.931 1122.66 102.594C1123.54 102.256 1123.74 100.387 1124.48 100.248' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1137.42 87.1182C1138.77 87.1877 1146.73 92.0877 1147.33 93.0121C1147.93 93.9364 1141.47 98.0412 1141.2 98.8463C1140.93 99.6514 1140.73 100.993 1141.6 99.9794C1142.14 99.3656 1142.61 98.6997 1143.02 97.9915' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1138.43 87.7949C1140.15 90.3393 1142.82 95.5574 1143.02 96.9687' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1144.37 97.5742C1144.91 97.7034 1147.94 102.464 1147.06 105.347C1146.87 106.106 1146.4 106.763 1145.73 107.175C1145.06 107.588 1144.26 107.724 1143.49 107.553' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1141.13 106.152C1141.06 106.55 1137.22 119.55 1136.34 121.419C1135.46 123.287 1131.22 119.282 1130.68 120.355C1130.14 121.429 1133.31 122.969 1134.79 122.631' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1145 107.822C1145.61 108.627 1147.36 112.851 1149 113.985C1150.64 115.118 1158.91 118.139 1159 118.338C1159.09 118.537 1156.51 123.705 1155.9 122.313C1155.29 120.922 1156.85 119.699 1157.72 118.964' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1119.83 102.733C1119.63 102.733 1118.55 103.598 1118.83 104.006C1119.11 104.413 1119.57 103.737 1119.57 103.737' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1120.84 105.009C1120.79 105.125 1120.74 105.244 1120.7 105.367C1120.5 105.933 1120.3 106.818 1120.57 106.549' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1122 108.339C1122.27 109.015 1121.86 109.681 1121.59 109.482C1121.32 109.283 1121.32 108.408 1121.32 108.408' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1117.81 106.42C1117.4 107.155 1117.94 108.229 1118.14 107.821C1118.34 107.414 1117.81 106.42 1117.81 106.42Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1119.43 110.565C1119.63 111.37 1119.22 112.315 1118.89 111.848' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1116.93 110.098C1116.26 110.774 1116.39 111.509 1116.59 111.509C1116.79 111.509 1117.27 110.704 1117.27 110.704' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1120.57 114.392C1120.77 115.326 1120.91 116.26 1120.3 115.932C1119.69 115.604 1119.76 115.197 1119.76 115.197' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1117.07 114.392C1116.53 115.058 1116.59 115.992 1117.07 115.932C1117.56 115.748 1118.02 115.475 1118.41 115.127' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1114.84 113.587C1114.17 114.183 1113.7 114.72 1114.1 114.929C1114.5 115.137 1114.98 114.521 1114.98 114.521' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1118.28 118.01C1118.28 118.01 1119.09 118.477 1119.22 118.209' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1114.23 118.546C1114.23 118.546 1114.03 119.281 1113.7 119.013' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M853.09 75.4801C852.57 75.4205 849.96 79.734 852.09 84.316C854.22 88.8979 856.95 85.3795 856.87 81.9405C856.859 81.384 856.805 80.8292 856.71 80.2807C856.26 77.6468 854.87 75.6789 853.09 75.4801Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M856.8 80.31C856.55 80.2206 854 80.3895 854 80.8766' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M858.2 106.738C858.53 106.828 863.3 111.489 863.39 114.193C863.48 116.896 863.3 123.277 863.88 123.277C864.46 123.277 869.31 122.134 869.56 123.356C869.81 124.579 869.89 124.092 868.82 124.092C867.75 124.092 864.95 123.933 864.95 123.933' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M854.49 108.706C854.66 109.114 854.57 115.663 853.42 116.657C852.27 117.651 843.29 120.265 843 120.742C842.71 121.219 844.57 124.996 845.56 124.261C846.55 123.525 845.06 121.806 844.65 121.279' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M846.711 112.315C846.461 112.076 845.711 110.396 844.781 110.556C843.851 110.715 837.031 115.058 838.521 117.513C840.011 119.968 848.401 117.026 848.401 115.793C848.252 114.762 847.857 113.781 847.25 112.931' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M854.45 86.5225C854.45 86.6517 854.53 87.6356 854.53 87.6356' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M853.67 105.805C853.13 105.516 850.37 99.7417 850.05 98.0719C849.73 96.4022 853.55 88.6994 853.71 88.4111' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M864.45 99.2738C864.616 98.6195 864.934 98.0134 865.38 97.5047C865.79 97.1568 866.49 96.7791 866.87 97.2462C867.25 97.7134 868.34 98.9558 868.24 99.403C868.14 99.8503 865.73 100.536 865.41 100.397C865.135 100.279 864.892 100.098 864.7 99.8702C864.608 99.768 864.524 99.6583 864.45 99.5422' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M864.66 99.9902C864.37 100.11 846.66 112.593 846.66 112.593' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M853.87 105.725C853.87 105.725 856.1 106.172 855.81 106.947C855.52 107.722 854.62 108.05 854.08 107.315C853.759 106.865 853.547 106.348 853.46 105.804' fill='white'/%3E%3Cpath d='M853.87 105.725C853.87 105.725 856.1 106.172 855.81 106.947C855.52 107.722 854.62 108.05 854.08 107.315C853.759 106.865 853.547 106.348 853.46 105.804' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M866.19 88.7881C866.19 88.7881 873.19 88.7881 873.6 88.5793C874.01 88.3706 874.6 87.2276 875.6 86.5915C876.6 85.9554 877.42 85.2001 877.42 84.4248' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M873.4 88.9971C873.52 88.9971 874.4 89.4443 874.59 90.1898C874.78 90.9352 874.05 91.1837 874.8 91.6607C875.55 92.1378 877.8 93.3405 877.97 93.4995' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M874 88.6895C874.88 88.9892 875.814 89.1009 876.74 89.0174C877.64 88.769 878.55 88.6895 878.67 88.8982' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M864.83 88.6993L855.77 88.5801' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M853.3 88.5395C853.17 88.5395 843.42 88.46 843.42 88.46C842.503 88.9929 841.555 89.4708 840.58 89.8912C840.31 89.9726 840.031 90.0259 839.75 90.0502' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M843.59 88.6191C842.763 89.8961 842.018 91.224 841.36 92.5948' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M840 85.7871C840.08 85.9163 843 87.6755 843.46 88.6098' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M833.82 81.503C833.82 80.8471 834.03 80.1911 834.32 80.5986C834.61 81.0061 834.52 81.7913 835.14 81.4633C835.76 81.1353 837.61 80.8471 837.32 81.3838C837.03 81.9205 836.58 82.159 836.66 82.6063C836.74 83.0536 837.03 83.0536 837.36 83.2225C837.69 83.3915 837.57 83.958 837.86 84.2164C838.15 84.4748 840.12 84.7432 840.16 85.2103C840.2 85.6775 838.56 86.1546 838.27 86.4825C837.98 86.8105 838.6 86.9795 838.02 87.3472C837.44 87.715 836.83 88.1623 837.49 88.4505C838.15 88.7387 839.42 88.6095 839.49 89.2257C839.534 89.7349 839.618 90.24 839.74 90.7365C839.74 90.9054 840.74 91.5217 840.07 91.9689C839.4 92.4162 838.38 92.7044 838.67 93.2312C838.96 93.758 839.49 93.4399 840.15 93.2312C840.81 93.0225 841.26 93.2312 841.35 93.8077C841.44 94.3841 841.76 94.3444 841.1 94.9507C840.44 95.5569 839.58 95.3184 839.62 95.6862C839.66 96.0539 840.36 95.8551 840.32 96.5906C840.28 97.3261 839.91 97.4951 840.32 97.9026C840.73 98.3101 841.68 98.1014 840.85 98.5983C840.02 99.0953 839.49 98.5983 839.04 98.5188C838.59 98.4393 838.92 98.9263 838.09 99.1648C837.26 99.4034 836.7 99.2941 836.53 99.4133C836.36 99.5326 837.07 98.7176 836.32 100.556C835.57 102.395 835.05 100.884 834.97 100.437C834.89 99.9898 835.25 99.7413 834.47 99.8606C833.69 99.9799 833.28 100.437 832.58 99.7016C831.88 98.9661 832.21 99.2543 831.92 98.2703C831.63 97.2864 830.36 98.5983 830.11 97.6143C829.86 96.6304 831.02 95.3383 830.48 95.5669C829.669 95.9241 828.764 96.0113 827.9 95.8154C827.9 95.8154 825.16 94.1555 826.65 91.6509C826.92 91.1937 828.5 90.5775 828.71 90.2097C828.92 89.842 826.88 89.6631 826.55 88.6493C826.35 88.0032 827.44 86.0154 827.72 85.8266C828.33 85.429 827.99 84.2761 828.32 83.6996C828.65 83.1231 829.32 82.9542 830.09 82.5467C830.86 82.1392 830.88 81.7416 831.25 81.5527C831.62 81.3639 833.82 82.1093 833.82 81.503Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M831.81 85.1807C831.68 85.2602 831.15 85.787 831.35 86.3237' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M832.81 89.832C832.791 90.0456 832.822 90.2606 832.9 90.4605C832.978 90.6604 833.101 90.8398 833.26 90.985C833.72 91.313 832.26 92.1677 832.6 92.4162C832.94 92.6647 833.6 92.4162 833.6 92.4162' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M855.52 88.8584C855.6 88.9876 859.97 96.2233 861.45 95.8158C862.93 95.4083 864.7 91.7705 864.83 90.3294C864.96 88.8882 865.4 87.6359 865.77 87.9639C866.2 88.825 866.33 89.8041 866.14 90.7468C866.105 90.8674 866.028 90.9711 865.921 91.0381C865.815 91.1051 865.687 91.1305 865.563 91.1095C865.439 91.0885 865.327 91.0226 865.249 90.9244C865.17 90.8263 865.132 90.7028 865.14 90.5778' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M854 87.963C854 87.963 855.19 87.3071 855.4 88.2413C855.96 90.8255 858.73 100.953 858.86 102.911' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M859 105.158C859 105.158 858.25 107.554 856.51 108.08C854.77 108.607 854.1 108.229 854.1 108.229' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M853.92 88.1221C853.92 88.1221 852.92 101.192 852.92 102.534C852.92 103.876 852.769 107.205 853.22 107.722' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1057.43 153.233C1081.18 153.233 1100.44 134.375 1100.44 111.111C1100.44 87.8479 1081.18 68.9893 1057.43 68.9893C1033.68 68.9893 1014.42 87.8479 1014.42 111.111C1014.42 134.375 1033.68 153.233 1057.43 153.233Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1028 80.7481C1028.49 80.7481 1031 80.5891 1032.64 81.7421C1034.28 82.895 1038.44 78.7603 1040.93 80.2611C1043.42 81.7619 1042.75 82.398 1044.24 82.567C1045.73 82.736 1049.24 84.3759 1048.24 85.6978C1047.24 87.0197 1044.1 85.6978 1047.24 87.0098C1050.38 88.3218 1051.88 86.1848 1053.04 88.9976C1054.2 91.8104 1060.34 94.7722 1058.85 97.7341C1057.36 100.696 1056.69 101.71 1053.85 99.7219C1051.01 97.7341 1048.85 98.4 1046.39 97.7341C1043.93 97.0682 1043.24 95.2593 1042.24 96.4122C1041.24 97.5651 1043.24 101.69 1040.75 103.012C1038.26 104.334 1035.45 101.69 1034.62 103.837C1033.79 105.984 1034.95 111.907 1031.62 113.229C1028.29 114.551 1027.15 113.06 1024.82 113.06C1022.49 113.06 1020.35 114.054 1022.01 110.754C1023.67 107.455 1027.01 105.318 1024.49 105.477C1021.97 105.636 1019.19 108.279 1017.2 108.279H1015.2' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1044.61 102.375C1045.44 101.222 1044.94 98.5884 1048.09 100.387C1051.24 102.186 1050.41 103.369 1053.73 102.703C1057.05 102.037 1056.21 101.878 1059.03 105.009C1061.85 108.14 1064.83 109.979 1063.18 111.271C1061.53 112.563 1061.85 110.118 1060.69 113.577C1059.53 117.035 1062.51 118.844 1057.87 119.013C1053.23 119.182 1053.73 115.555 1051.4 117.532C1049.07 119.51 1048.59 118.357 1047.4 121.16C1046.21 123.963 1047.24 122.313 1047.4 128.118C1047.56 133.922 1045.4 143.275 1042.93 142.947C1040.46 142.619 1040.93 141.635 1037.62 140.313C1034.31 138.991 1032.32 139.319 1031.98 133.882C1031.64 128.446 1033.15 128.614 1031.82 124.49C1030.49 120.365 1027.67 121.2 1030.49 118.526C1033.31 115.853 1033.15 118.039 1034.49 115.067C1035.83 112.096 1035.98 112.265 1036.49 109.8C1037 107.335 1034.83 107.156 1037.49 106.172C1040.15 105.188 1037.82 106.003 1041.13 104.691C1044.44 103.379 1044.61 102.375 1044.61 102.375Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1059.86 73.9893C1057.14 73.9893 1055.72 76.4641 1058.2 77.9649C1060.68 79.4657 1063.34 79.1278 1063.34 81.7616C1063.34 84.3955 1064.17 82.7556 1067.34 84.3955C1070.51 86.0355 1072.15 90.1602 1072.81 86.3833C1073.47 82.6065 1071.81 82.0996 1073.97 81.1057C1076.13 80.1117 1081.27 78.4718 1076.3 76.9909C1070.92 75.5264 1065.42 74.5222 1059.86 73.9893V73.9893Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1084.9 79.2666C1083.74 79.7636 1077.77 80.7475 1078.76 83.5504C1079.75 86.3532 1081.91 84.2163 1080.59 88.1621C1079.27 92.1079 1075.59 91.2929 1078.93 92.9428C1080.92 93.9913 1083.04 94.767 1085.23 95.2487C1087.05 95.7456 1090.37 95.7456 1091.86 99.7014C1093.35 103.657 1095.86 104.81 1095.34 108.269C1094.82 111.728 1095.84 113.875 1097 112.553C1098.16 111.231 1100 108.577 1100 108.577' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1099 119.48C1098.34 118.158 1098 117.999 1096.51 116.498C1095.02 114.998 1093.51 115.186 1089.88 116.498C1086.25 117.81 1080.26 116.667 1079.93 118.804C1079.6 120.941 1080.6 120.454 1079.6 120.951C1078.6 121.448 1073.47 118.476 1073.8 123.754C1074.13 129.032 1076.45 130.344 1075.46 133.802C1074.47 137.261 1078.11 138.086 1080.1 141.058C1082.09 144.03 1086.1 143.046 1086.1 143.046' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1031.34 76.9613C1030.68 76.3053 1027.03 73.9796 1026.04 71.9918C1025.75 71.3042 1025.32 70.6838 1024.78 70.1704C1024.24 69.6569 1023.6 69.2617 1022.89 69.01C1021.72 68.5131 1020.73 67.3601 1019.73 70.004C1018.73 72.6478 1019.9 76.4246 1017.91 75.7686C1015.92 75.1127 1017.08 73.2938 1014.76 75.2717C1012.44 77.2496 1011.28 78.7305 1009.12 77.4185C1006.96 76.1066 1005.48 75.2717 1005.48 73.4429C1005.48 71.6141 1004.98 71.137 1003.98 70.968C1002.98 70.7991 999.98 71.793 998.98 69.4871C997.98 67.1812 996.49 66.5054 997.32 65.0344C998.15 63.5634 997.49 65.5314 998.15 63.5535C998.81 61.5756 997.32 61.4066 998.32 58.7728L999.32 56.1389C998.399 55.7741 997.615 55.133 997.077 54.3046C996.54 53.4763 996.275 52.502 996.32 51.5172C996.48 48.0584 996.81 47.8994 998.14 46.5477C999.47 45.1959 998.14 44.8978 1000.63 43.5659C1003.12 42.2341 1004.11 42.0751 1005.44 42.244C1006.77 42.413 1005.77 40.7631 1008.09 39.4412C1010.41 38.1193 1011.24 39.4412 1011.4 38.1193C1011.56 36.7974 1011.07 35.4854 1012.23 34.5015C1013.39 33.5175 1013.39 34.0045 1014.39 34.1735C1015.39 34.3424 1015.55 32.8516 1016.88 32.0266C1018.21 31.2017 1019.88 31.0327 1020.36 32.1956C1020.84 33.3585 1022.36 34.1834 1022.68 34.5015C1023 34.8195 1024.01 33.1796 1025.83 33.5075C1027.65 33.8355 1028.98 34.9885 1030.14 33.8355C1031.3 32.6826 1033.29 30.5457 1034.62 31.6986C1035.95 32.8516 1037.27 36.6682 1037.27 36.6682C1037.27 36.6682 1036.27 31.4005 1037.6 30.9035C1038.93 30.4065 1041.08 29.9096 1040.92 28.2696C1040.76 26.6297 1041.25 23.1609 1043.24 23.1609C1044.45 23.1651 1045.64 23.4439 1046.72 23.9759C1046.72 23.9759 1046.56 20.8451 1049.04 21.6701C1051.52 22.495 1053.19 23.6579 1054.04 22.336C1054.89 21.0141 1055.36 19.8611 1057.35 20.1891C1059.34 20.5171 1061.5 22.008 1062.49 20.3581C1063.48 18.7082 1064.65 15.3885 1066.97 17.3764C1069.29 19.3642 1069.62 20.5072 1070.78 20.0202C1071.94 19.5332 1072.78 18.0324 1072.94 20.6762C1073.03 22.177 1073.25 23.6671 1073.6 25.1289C1073.6 25.1289 1077.42 23.966 1078.74 26.1228C1080.06 28.2796 1084.05 25.9538 1084.74 29.1045C1085.12 31.0378 1084.95 33.0396 1084.24 34.8791C1084.24 34.8791 1087.06 32.7323 1088.56 34.5511C1090.06 36.37 1091.21 32.4043 1093.03 34.3822C1094.85 36.3601 1095.69 38.169 1096.35 37.513C1097.01 36.857 1100.83 37.354 1101.99 38.6659C1103.15 39.9779 1105.8 35.8631 1107.79 38.5069C1108.72 39.8115 1109.77 41.0231 1110.94 42.1248C1110.94 42.1248 1115.58 40.4848 1115.08 43.4467C1114.74 45.2718 1113.74 46.9108 1112.27 48.0584C1112.27 48.0584 1115.91 48.7243 1116.27 50.5332L1116.6 52.3422C1116.6 52.3422 1120.6 50.3543 1120.6 53.4951C1120.6 56.6358 1116.45 59.5977 1115.46 59.4586C1114.47 59.3194 1115.12 65.2332 1113.8 65.8892C1112.48 66.5451 1117.11 71.1668 1114.3 72.8465C1113.47 73.3225 1112.54 73.5871 1111.58 73.6166C1110.63 73.646 1109.68 73.4395 1108.82 73.0155C1108.82 73.0155 1108.82 76.8023 1106.5 76.9911C1104.18 77.18 1102.19 75.6692 1102.19 73.5323V69.7058C1102.19 69.7058 1099.7 71.8526 1098.54 70.2027C1097.38 68.5528 1096.06 66.0879 1093.9 67.0719C1091.74 68.0559 1085.9 76.6333 1085.78 77.4583' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1043 70.5696C1041.84 69.5757 1042.5 66.594 1041 67.2798C1039.97 67.7816 1038.83 68.0077 1037.68 67.9357C1036.52 67.9357 1036.68 71.0666 1034.37 69.9236C1032.06 68.7806 1031.22 68.4426 1031.22 68.4426C1031.22 68.4426 1030.88 71.2455 1028.4 68.9297C1025.92 66.6138 1026.08 64.4869 1026.08 64.4869C1026.08 64.4869 1020.6 64.9838 1021.43 62.668C1022.26 60.3522 1024.25 60.5311 1023.75 58.8812C1023.25 57.2313 1023.75 57.7283 1023.92 54.9056C1024.09 52.0829 1021.43 49.7969 1024.25 48.475C1027.07 47.1531 1030.05 49.6379 1030.25 47.322C1030.45 45.0062 1029.42 44.0322 1032.57 43.5352C1035.72 43.0383 1037.57 43.2072 1037.57 42.7103C1037.57 42.2133 1040.05 38.9235 1043.2 40.0764C1044.71 40.5694 1046.16 41.2366 1047.51 42.0642C1047.51 42.0642 1048.51 40.7423 1049.17 43.2172C1049.83 45.692 1050.17 47.332 1050.83 47.332C1051.49 47.332 1052.83 50.4628 1054.15 48.9819C1055.47 47.5009 1055.97 46.845 1057.46 47.6699C1058.95 48.4949 1058.29 51.2877 1060.61 49.3099C1062.93 47.332 1064.26 47.5009 1065.26 47.5009C1066.26 47.5009 1065.92 46.507 1067.41 45.1951C1068.9 43.8831 1069.9 45.3541 1071.41 44.6981C1072.92 44.0421 1072.9 43.3762 1074.23 44.3701C1075.56 45.364 1076.39 47.173 1077.38 45.8511C1078 45.1438 1078.84 44.6512 1079.76 44.4441C1080.69 44.237 1081.65 44.3259 1082.52 44.6981C1084.34 45.5231 1085.52 43.7042 1086.67 45.3541C1087.82 47.004 1087.33 48.3358 1088.16 47.8289C1088.99 47.322 1092.16 47.9979 1090.81 50.4628C1089.46 52.9277 1092.81 52.9376 1092.3 54.7565C1092.1 55.3055 1091.74 55.7847 1091.27 56.1372C1090.8 56.4896 1090.24 56.7003 1089.65 56.7443C1089.65 56.7443 1089.98 59.2092 1089.48 60.2031C1088.98 61.197 1092.8 63.1849 1090.15 63.6619C1088.55 63.9525 1086.9 63.6596 1085.5 62.837C1085.5 62.837 1086.83 65.3118 1084.68 65.6398C1083.83 65.8575 1082.94 65.8499 1082.1 65.618C1081.25 65.386 1080.49 64.9377 1079.87 64.3179C1078.38 63.006 1075.87 62.837 1075.39 63.9899C1074.91 65.1429 1072.74 67.7767 1072.9 70.5796' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1068.81 69.5758C1069.67 68.0649 1070.07 66.3392 1069.97 64.6063C1069.81 62.4693 1068.81 61.4754 1067.97 61.4754C1067.13 61.4754 1066.8 62.4693 1065.64 61.4754C1064.48 60.4815 1062.82 62.1413 1062.16 60.4815C1061.5 58.8217 1063.49 58.6627 1061.83 57.1817C1060.17 55.7008 1058.83 56.5258 1060.5 53.8919C1062.17 51.258 1062.66 52.242 1062.5 50.4231C1062.34 48.6043 1062.5 48.1173 1063.5 47.4414' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1057.37 47.6309C1057.21 48.7838 1057.04 55.2045 1058.04 56.3574' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1054.06 48.9424C1054.06 48.9424 1054.39 51.7452 1053.39 52.5702C1052.39 53.3951 1051.57 53.5641 1052.23 54.717C1052.89 55.8699 1055.05 55.8699 1052.4 57.1819C1049.75 58.4939 1048.92 59.0008 1048.92 57.8478C1048.92 56.6949 1050.74 55.86 1048.92 56.6949C1047.1 57.5298 1045.92 60.3127 1045.44 58.8318C1044.96 57.3509 1045.77 55.8501 1043.94 57.3509C1042.11 58.8517 1041.79 54.717 1040.94 55.8699C1040.09 57.0229 1042.26 59.6567 1040.44 60.1537C1038.62 60.6507 1035.8 60.9786 1036.79 61.3066C1037.78 61.6346 1041.1 62.7876 1041.6 63.9405' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1046.76 69.377C1046.43 68.721 1041.95 66.5741 1044.61 60.4814' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1054.06 57.6494C1054.87 58.8253 1055.32 60.203 1055.38 61.6251C1055.33 63.7755 1055.16 65.9218 1054.89 68.0557' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1061.35 61.9629C1061.35 61.9629 1061.19 67.0716 1061.52 67.9264' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1071.8 63.4436C1071.96 60.6408 1069.97 59.1598 1071.14 58.6629C1072.31 58.1659 1071.47 61.1377 1073.62 60.3128C1075.77 59.4878 1075.78 58.8318 1077.44 59.6568C1078.49 60.2134 1079.4 61.0023 1080.09 61.9627' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1082.24 66.415C1082.34 68.0787 1082.23 69.748 1081.91 71.3846C1081.55 72.5522 1080.86 73.5893 1079.91 74.3663' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M291.36 124.012C291.36 124.012 287.24 125.245 285.74 124.131C284.24 123.018 283.41 121.776 282.86 123.008C282.31 124.241 282.17 124.867 279.7 124.867C277.23 124.867 269.54 123.982 268.58 124.35C267.62 124.718 267.89 125.831 266.8 125.096C265.71 124.36 265.43 122.372 264.88 123.356C264.33 124.34 263.09 123.475 262.13 122.362C261.17 121.249 259.39 119.768 259.8 121.13C260.21 122.492 261.72 124.956 259.66 124.34C257.6 123.724 256.23 123.346 255.13 123.963C254.03 124.579 254.86 125.195 253.07 124.827C251.28 124.459 250.6 125.692 249.92 124.698C249.24 123.704 250.33 121.716 249.92 121.358C249.51 121.001 247.18 121.855 246.49 122.959C245.8 124.062 245.49 125.553 244.43 124.946C243.37 124.34 243.61 123.466 241.96 123.833C240.31 124.201 241.41 125.185 240.31 124.201C239.21 123.217 240.18 121.219 239.77 120.861C239.36 120.504 236.77 121.726 237.16 123.078C237.55 124.43 235.92 123.694 235.92 123.694C235.92 123.694 235.38 121.478 234.41 121.706C233.44 121.935 233.86 124.052 233.18 124.052C232.5 124.052 227.82 125.284 227 124.668C226.18 124.052 222.88 123.297 221.79 123.794C220.7 124.29 221.1 125.642 220 124.658C218.9 123.674 219.45 122.929 218.22 123.297C216.99 123.664 215.33 124.648 214.79 123.903C214.25 123.157 213.69 121.677 213.14 121.806C212.59 121.935 211.9 124.022 212.32 124.787C212.74 125.553 210.94 125.652 210.26 125.284C209.805 124.968 209.29 124.749 208.746 124.641C208.202 124.533 207.641 124.539 207.1 124.658C205.18 124.907 204.49 126.139 203.39 125.145C203.072 124.85 202.831 124.482 202.688 124.073C202.545 123.665 202.504 123.227 202.57 122.8C202.57 122.8 201.57 126.01 200.79 125.145C200.01 124.281 198.18 122.67 198.18 122.67C198.18 122.67 200.24 124.897 199.69 125.016C199.14 125.135 194.75 125.752 194.2 124.519C193.801 123.44 193.526 122.32 193.38 121.18C193.38 121.18 194.06 125.632 192.28 124.758C190.5 123.883 188.72 120.921 188.58 120.782C188.44 120.643 190.91 124.758 189.95 124.489C189.167 124.223 188.427 123.848 187.75 123.376L188.75 125.235C188.75 125.235 184.36 125.722 184.36 124.976V122.631C184.36 122.631 182.71 124.976 182.3 124.479C181.804 123.762 181.347 123.018 180.93 122.253C180.93 122.253 181.75 125.096 180.52 125.096C179.29 125.096 176.67 125.712 176.4 125.215C176.13 124.718 175.4 123.605 175.4 123.605C175.4 123.605 174.99 125.593 174.03 125.205C173.004 124.563 172.08 123.773 171.29 122.859C171.29 122.859 174.03 124.847 171.83 124.847C170.131 124.812 168.435 124.686 166.75 124.469C166.75 124.469 167.99 122.611 167.75 122.243C167.51 121.875 165.27 124.589 165.14 124.837C165.01 125.086 162.67 122.611 162.67 122.611C162.67 122.611 164.59 124.708 163.35 124.837C162.11 124.966 159.78 125.573 158.55 124.946C157.591 124.579 156.577 124.37 155.55 124.33C155.14 124.201 155 122.601 155 122.601C155 122.601 154.18 124.45 152.94 124.698C152.575 124.748 152.203 124.678 151.882 124.498C151.56 124.319 151.307 124.04 151.16 123.704C150.275 123.948 149.404 124.236 148.55 124.569C147.73 124.937 146.22 122.581 146.22 122.581C146.22 122.581 147.59 124.191 146.49 124.569C145.39 124.946 144.43 125.801 143.06 125.185C141.69 124.569 142.38 123.456 142.65 122.839C142.92 122.223 140.73 121.726 140.46 123.704C140.19 125.682 138.94 126.288 138.67 125.692C138.258 125.236 137.748 124.878 137.179 124.642C136.61 124.407 135.995 124.3 135.38 124.33C134.38 124.579 134.56 121.349 134.56 121.349C134.56 121.349 134.14 124.072 132.63 124.44C131.12 124.807 129.34 122.949 129.34 122.949C129.34 122.949 130.57 125.056 129.89 125.424C128.189 126.094 126.34 126.307 124.53 126.04C121.65 125.781 120.01 125.533 120.01 125.533L120.28 122.82C120.28 122.82 120.01 125.911 118.77 124.917C117.941 124.23 117.163 123.486 116.44 122.69C116.44 122.69 118.77 124.917 117.26 125.533C115.75 126.149 115.34 126.885 112.73 126.388C110.12 125.891 109.3 126.636 107.93 125.761C106.56 124.887 105.6 123.913 105.32 124.648C105.04 125.384 105.73 125.891 102.16 126C98.5898 126.109 95.4398 126.616 94.1598 126.119C92.9533 125.761 91.7074 125.551 90.4497 125.493C90.4497 125.493 90.8598 127.6 89.7598 126.974C88.6598 126.348 88.5297 124.38 87.7097 124.628C86.8897 124.877 82.3597 122.641 82.7697 122.889C83.1797 123.138 84.5497 125.115 83.8597 125.235C83.1697 125.354 81.7997 126.467 80.7097 125.732C79.6197 124.996 80.4298 125.483 77.4098 125.602C74.3898 125.722 73.5698 128.067 73.1598 126.209C72.7498 124.35 75.2198 121.021 73.1598 122.869C71.0998 124.718 71.6498 125.851 70.8298 125.96C70.0098 126.07 67.8297 126.447 67.3897 125.96C66.9497 125.473 63.2797 125.453 63.2797 125.453C63.2797 125.453 64.2797 121.378 63.0097 122.243C61.7397 123.108 61.2197 126.437 60.2597 125.95C59.4498 125.319 58.7935 124.513 58.3397 123.595C58.3397 123.595 58.0597 126.189 56.4197 126.189C54.7797 126.189 52.0197 127.044 51.0597 126.427C50.0997 125.811 47.4997 125.801 45.9897 125.801C44.6951 125.658 43.4377 125.281 42.2797 124.688H38.9997L38.4497 123.575C38.4497 123.575 39.5497 125.563 38.1697 125.921C36.7897 126.278 33.2297 126.537 32.8197 126.288C32.4097 126.04 29.2497 128.137 28.9797 126.904C28.7097 125.672 28.4297 124.549 28.4297 124.549C28.4297 124.549 26.7797 127.531 26.3697 126.775C25.858 125.961 25.4003 125.114 24.9997 124.241C24.9997 123.992 24.8597 126.716 24.8597 126.716C24.8597 126.716 22.6597 127.083 21.8597 126.457C21.0597 125.831 20.3597 122.382 20.3597 122.382C20.3597 122.382 21.4497 126.358 19.7997 126.358C19.281 126.321 18.7774 126.168 18.327 125.91C17.8765 125.652 17.4911 125.295 17.1997 124.867C17.1997 124.867 13.1997 121.279 14.7297 122.879C16.2597 124.479 16.9197 127.203 15.9597 126.954C14.9997 126.706 12.7997 128.187 12.2597 126.576C11.7197 124.966 11.9997 124.122 10.9997 124.36C9.99975 124.599 9.35975 123.992 9.48975 125.473C9.61975 126.954 7.69975 124.241 7.69975 124.241C7.69975 124.241 7.69975 127.322 6.04975 126.706C4.83319 126.229 3.64167 125.692 2.47975 125.096C2.47975 125.096 3.71975 127.441 1.79975 126.825C-0.120254 126.209 0.049746 125.235 0.049746 125.235' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1439.89 123.506C1437.3 123.238 1437.1 124.241 1436.41 123.446C1435.72 122.651 1435.54 121.985 1434.51 122.254C1433.31 122.436 1432.15 122.79 1431.05 123.307C1430.36 123.844 1429.32 123.575 1426.38 123.307C1423.44 123.039 1419.63 123.844 1418.94 123.307L1418.25 122.78C1416.87 124.102 1418.08 125.037 1416.87 124.102C1415.66 123.168 1415.66 121.856 1414.97 122.383L1414.27 122.91C1414.27 122.91 1409.6 120.395 1409.27 120.793C1408.94 121.19 1410.83 121.985 1410.27 122.78C1409.71 123.575 1408.71 123.575 1407.33 123.307C1405.95 123.039 1405.25 123.575 1404.04 123.575C1402.83 123.575 1403.35 122.91 1401.27 123.178C1399.19 123.446 1398.33 123.575 1398.33 123.575C1398.33 123.575 1396.6 122.124 1397.47 121.458C1398.34 120.792 1396.26 120.534 1395.57 121.458C1394.88 122.383 1392.97 124.102 1392.11 123.973C1391.25 123.844 1387.11 123.973 1386.4 123.705C1385.69 123.436 1387.61 120.932 1386.92 120.534C1386.23 120.137 1383.46 120.932 1383.12 122.124C1382.78 123.317 1380.87 121.329 1380.87 121.329C1380.87 121.329 1380.18 123.178 1379.48 123.446C1378.17 123.775 1376.82 123.863 1375.48 123.705C1373.75 123.575 1371.15 123.575 1370.29 123.178C1369.43 122.78 1370.46 122.124 1368.04 122.91C1365.62 123.695 1365.62 124.639 1364.58 123.705C1363.54 122.77 1364.24 122.124 1362.68 122.651' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='1440' height='164' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
6
- background-repeat: no-repeat;
7
- background-size: auto 100%;
8
- background-position: 75% 100%;
9
- height: 100px;
10
- flex: 1;
11
- ${mq.range({ from: breakpoints.tabletWide })} {
12
- height: 178px;
13
- background-position: 70% 100%;
14
- margin-top: -56px;
15
- }
16
- ${mq.range({ from: breakpoints.desktop })} {
17
- background-position: 65% 100%;
18
- }
19
- `;
20
-
21
- export const PublicHealthIllustration = styled.div`
22
- background-image: url("data:image/svg+xml,%3Csvg width='1440' height='175' viewBox='-488 0 1440 175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M666.834 99.0797C666.496 99.065 666.16 99.1524 665.871 99.3306C665.582 99.5087 665.353 99.7696 665.212 100.08C664.446 101.81 663.541 105.26 665.212 107.519C667.451 110.519 669.859 107.429 670.188 105.27C670.506 103.34 670.118 99.1397 666.834 99.0797Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M665.551 99.7397C665.79 99.5397 667.013 97.7397 668.993 98.6197' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M669.939 102.42C669.103 102.236 668.231 102.327 667.451 102.68' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M663.709 106.06C658.284 107.277 653.371 110.16 649.649 114.309C643.57 121.179 646.008 123.539 649.042 122.629C652.077 121.719 654.814 116.209 659.222 113.079C663.63 109.949 665.072 107.81 665.072 107.81' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M649.65 122.549C650.108 122.629 657.78 128.809 657.929 130.029C658.078 131.249 652.307 143.248 652.307 143.548C652.307 143.848 660.267 142.858 658.616 144.008C656.964 145.158 653.531 145.538 652.307 143.858' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M646.565 122.419C646.565 122.419 641.64 131.919 640.924 133.019C638.934 136.019 632.496 142.788 632.496 142.788C632.496 142.788 639.202 142.368 637.68 144.278C636.157 146.188 632.307 142.998 632.307 142.998' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M659.73 109.819C659.73 110.039 654.137 118.499 656.337 121.179C657.932 122.894 660.018 124.068 662.307 124.539C662.307 124.539 665.819 122.719 665.949 123.909C666.158 125.719 662.416 124.609 662.416 124.609' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M662.646 110.369C662.725 110.679 664.924 118.279 666.626 118.499C668.327 118.719 676.427 114.379 677.332 114.309C678.237 114.239 679.322 115.919 678.984 116.369' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M685.043 95.829C684.542 96.153 684.129 96.596 683.839 97.1189C683.192 98.9489 682.466 105.219 686.336 105.119C690.446 105.039 691.013 100.979 690.446 99.2789C689.879 97.5789 688.326 93.929 685.043 95.829Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M683.421 99.8792C683.5 99.6392 684.545 98.6593 686.406 99.2292' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M690.604 103.239C691.042 103.239 709.142 112.239 708.843 116.909C708.595 120.619 705.938 121.419 704.376 120.909C704.007 120.8 703.681 120.58 703.44 120.279C702.445 118.899 695.39 109.509 692.575 107.449C689.759 105.389 689.619 103.239 690.604 103.239Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M703.948 120.729C703.41 120.729 689.022 126.068 688.823 126.988C688.624 127.908 686.475 143.858 686.167 143.988C685.858 144.118 680.465 141.618 680.773 143.678C681.082 145.738 685.331 144.288 685.858 144.138' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M706.933 120.418C706.475 120.728 698.804 128.898 699.709 130.498C700.614 132.098 712.167 143.017 712.087 143.627C712.007 144.237 704.475 142.007 705.888 144.187C707.201 146.187 712.177 144.187 712.177 144.187' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M692.356 105.999C692.356 105.999 683.839 115.469 680.953 116.459C678.068 117.449 675.918 115.199 676.834 114.889' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M636.775 56.8306C636.602 57.0068 636.473 57.2224 636.4 57.4592C636.328 57.6959 636.313 57.9468 636.357 58.1906C636.626 59.9905 637.601 64.2904 640.666 64.6304C644.566 65.0604 645.133 60.6805 643.073 58.1606C641.173 55.8207 639.004 54.6407 636.775 56.8306Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M640.108 59.3203C638.955 59.5813 637.912 60.1964 637.123 61.0803' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M646.237 67C645.172 65.1701 643.6 63.0001 642.734 65.5501C642.362 67.2428 642.234 68.9807 642.356 70.7099C642.356 74.2998 638.844 80.9996 640.993 84.7895C644.754 91.4393 648.854 82.0496 648.058 74.0298C647.69 70.2599 646.963 68.21 646.237 67Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M640.994 84.75C640.307 84.87 632.446 89.6799 631.64 90.9398C630.835 92.1998 623.581 104.729 623.153 105.489C622.576 106.489 617.481 104.489 617.601 106.399C617.72 108.309 622.476 106.789 622.944 106.049' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M644.983 86.3594C645.093 86.8194 644.296 96.3591 645.321 97.5791C646.346 98.799 657.063 107.089 657.063 108.009C657.063 108.929 652.088 111.669 652.724 109.839C653.028 109.238 653.448 108.706 653.961 108.273C654.474 107.84 655.069 107.515 655.709 107.319' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M629.671 61C630.974 63.8125 632.676 66.4197 634.726 68.7398C637.343 71.5997 643.273 67.8198 644.337 67.0598' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M676.018 55.5308C676.018 55.5308 670.973 54.1408 669.212 58.3607C667.451 62.5806 671.023 63.8005 673.749 62.4706C677.133 60.8206 678.366 56.3507 676.018 55.5308Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M672.316 55.6201C672.316 55.6201 674.535 57.6201 674.237 58.72' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M667.919 63.5703C667.919 63.5703 660.954 74.25 664.048 80.8798C664.617 82.1371 665.371 83.3004 666.287 84.3297C668.964 87.1997 671.591 86.2497 670.695 82.3298C669.541 77.3299 667.71 73.6401 668.814 69.1202C669.919 64.6003 669.461 62.7604 667.919 63.5703Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M666.516 84.75C666.516 84.75 657.74 93.3398 657.86 94.1497C657.979 94.9597 659.909 106.969 659.909 106.969' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M670.396 85.7793C670.396 85.7793 677.032 106.519 678.057 108.699C679.082 110.879 679.54 114.758 678.057 114.068C676.575 113.379 676.535 109.119 677.5 107.439' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M669.372 65.6299C669.372 65.6299 673.014 80.3995 674.954 82.4594C676.894 84.5193 679.74 83.7194 678.148 82.9194L676.546 82.1194' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M628.108 35.4512C628.108 35.4512 623.272 54.1006 617.461 57.3005C617.461 57.3005 619.361 60.0905 618.108 61.3004' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M611.471 3.32196C611.073 4.76192 612.267 9.62178 616.446 10.6518C620.625 11.6817 623.281 9.65178 622.028 6.65187C620.855 4.09064 618.787 2.05154 616.217 0.922034C614.774 0.34205 612.406 0.00205985 611.471 3.32196Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M616.148 4.46191C615.571 4.58191 613.979 6.07187 613.292 8.82179' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M622.018 11.2814C623.272 10.3615 638.058 21.8311 634.954 32.4108C632.556 40.5406 626.287 35.7307 626.854 30.9209C627.421 26.111 625.62 18.8112 622.755 15.8013C620.138 13.0514 620.844 12.1314 622.018 11.2814Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M621.272 14.082C621.272 14.082 611.59 26.4517 605.889 27.8316C600.187 29.2116 598.367 30.1216 600.078 31.0416C601.789 31.9615 603.779 28.3316 603.779 28.3316' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M629.71 17.0615C630.048 17.1815 635.75 24.2813 639.053 22.7914C640.618 22.1399 642.043 21.1928 643.252 20.0014C643.475 19.7665 643.681 19.5159 643.869 19.2515C644.098 18.9015 640.237 16.2515 640.795 18.3315C641.193 19.8214 642.217 19.7114 642.506 19.7114' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M643.253 20.002C643.253 20.002 644.895 25.6118 645.86 25.4918C646.825 25.3718 652.825 19.312 653.024 18.792' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M633.471 36.001C633.471 36.001 639.66 54.0005 640.227 55.5804' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M655.809 17.6318C656.107 17.7118 672.067 23.5117 673.132 23.6317C674.197 23.7517 675.48 24.6316 674.953 25.2316C674.425 25.8316 673.361 25.3116 672.823 24.3916' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M658.466 37.6406C658.317 38.0206 650.138 61.17 649.879 61.26C647.987 62.0381 646.345 63.3251 645.133 64.9799C644.656 66.3898 646.835 66.9798 649.879 61.4' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M661.162 38.001L665.411 60.1403C666.058 61.7303 668.247 62.7003 667.58 64.1402' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M665.56 60.5605C665.56 60.5605 664.874 65.3004 666.744 65.4004C663.948 66.7323 661.037 67.8067 658.048 68.6103C655.54 69.1603 648.565 69.4703 647.212 68.4203' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M614.893 57.0004C614.893 57.0004 611.361 65.5901 607.371 73.4899C604.853 78.4897 609.191 80.3597 612.346 76.3498C615.5 72.3399 617.649 63.3502 617.241 59.5203C616.943 56.3504 615.57 56.4604 614.893 57.0004Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M615.391 44.3807C615.391 44.3807 610.863 46.6306 612.853 50.9105C614.843 55.1904 619.361 55.6404 619.361 51.4705C619.361 47.3006 617.57 43.8207 615.391 44.3807Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M614.545 60.0004C614.545 60.0004 617.848 65.7002 621.838 64.7003C624.718 63.8545 627.452 62.5732 629.948 60.9004C629.948 60.9004 627.659 56.6805 627.082 60.1204C626.843 61.5704 629.669 60.8304 629.669 60.8304' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M607.182 77.8799C607.182 77.8799 607.739 86.6796 607.102 88.1096C606.794 88.7996 599.202 94.2194 598.973 95.1094C598.744 95.9994 602.834 97.1093 603.709 96.3193C605.699 94.5894 600.515 94.3194 599.341 94.8494' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M610.754 78C610.973 78.23 613.938 87.7797 613.868 88.6897C613.799 89.5997 613.182 99.3694 613.64 100.439C614.097 101.509 615.172 105.729 613.988 105.599C611.938 105.369 612.854 101.109 613.082 100.599' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M618.883 49.5508C618.377 49.2339 617.807 49.0353 617.214 48.9695C616.622 48.9037 616.022 48.9725 615.46 49.1708' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M655.422 4.12226C655.114 4.12226 649.452 6.1822 651.322 11.682C653.193 17.1819 657.482 13.362 658.288 10.6121C659.094 7.86216 658.178 3.81227 655.422 4.12226Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M654.975 7.94229C654.413 7.64912 653.791 7.48947 653.158 7.4756C652.525 7.46173 651.897 7.59402 651.323 7.86229' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M654.059 15.4216C652.616 16.3415 651.422 28.0712 654.894 33.671C658.367 39.2709 663.402 39.5509 661.661 33.901C659.919 28.2512 656.417 24.9013 656.188 22.1414C655.959 19.3815 655.88 14.6616 654.059 15.4216Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M484.137 81.4893C484.137 81.4893 478.833 83.2192 481.152 87.4891C483.47 91.759 489.58 93.9489 490.107 90.289C490.635 86.6291 485.132 81.2893 483.341 82.3992' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M486.098 83.499C486.098 83.499 484.396 85.269 484.526 86.229' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M483.63 93.0686C479.053 96.2785 478.446 108.558 481.361 116.658C483.928 123.768 487.749 120.408 487.331 116.658C486.914 112.908 485.202 107.908 485.341 103.478C485.481 99.0485 486.277 95.4786 486.127 94.0486C485.938 92.8486 485.043 92.0586 483.63 93.0686Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M483.65 120.508C483.65 120.888 485.381 130.638 485.301 131.997C485.301 132.917 482.685 144.607 482.685 144.607C482.685 144.607 485.839 142.497 488.326 144.207C488.834 144.547 488.326 145.077 486.396 145.207C485.137 145.189 483.881 145.088 482.635 144.907' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M486.376 120.418C486.376 120.798 488.237 130.838 488.505 131.718C488.774 132.598 487.112 143.717 487.112 143.717C487.62 143.667 490.416 143.207 491.431 143.717C492.684 144.397 491.679 145.267 490.615 145.167' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M483.182 95.4287L482.187 120.878C482.187 120.878 482.187 127.278 481.192 126.138C480.197 124.998 480.884 121.878 481.342 121.538' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 1102 145 L-488 145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
23
- background-repeat: no-repeat;
24
- background-size: auto 100%;
25
- background-position: 75% 100%;
26
- height: 100px;
27
- flex: 1;
28
- ${mq.range({ from: breakpoints.tabletWide })} {
29
- height: 178px;
30
- background-position: 70% 100%;
31
- margin-top: -36px;
32
- }
33
- ${mq.range({ from: breakpoints.desktop })} {
34
- background-position: 65% 100%;
35
- margin-top: -56px;
36
- }
37
- `;
38
-
39
- export const DemocracyIllustration = styled.div`
40
- background-image: url("data:image/svg+xml,%3Csvg width='1440' height='175' viewBox='-100 0 1440 175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1011.57 97.4309C1011.57 97.4309 1004.6 115.931 1007.19 121.822C1009.78 127.713 1014.16 123.093 1014.16 123.093C1014.16 123.093 1013.05 105.647 1012.95 103.046C1012.85 100.445 1013.06 96.9777 1011.57 97.4309Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1013.76 87.4717C1013.76 87.4717 1009.86 89.9837 1010.2 92.9982C1010.53 96.0126 1012.41 97.8055 1014.32 95.3033C1016.22 92.8012 1016.2 87.8559 1013.76 87.4717Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1008.01 123.389C1006.76 127.412 1006.09 131.591 1006.02 135.801C1005.75 143.406 1006.16 144.48 1006.16 144.48C1006.16 144.48 1000.76 142.204 1000.62 144.342C1000.56 145.327 1006.13 144.746 1006.13 144.746' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1013.4 124.196C1013.66 127.224 1014.39 130.195 1015.56 133.003C1017.31 136.599 1020.26 144.559 1020.26 144.559C1020.26 144.559 1014.88 142.48 1014.88 144.48C1014.88 145.465 1020.17 144.933 1020.17 144.933' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1010.84 99.1055C1010.84 99.1055 1007.2 107.38 1003.88 111.252' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1011.01 90.6928C1011.43 90.4366 1013.12 90.8602 1013.63 91.1065' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.967 110.05C991.967 110.05 1004.1 106.711 1006.39 106.041C1008.69 105.371 1018.93 102.839 1023.24 101.509C1027.55 100.179 1033.19 98.0319 1035.24 97.9039C1037.19 97.6686 1039.13 97.3099 1041.03 96.8301L1045.08 113.912C1045.08 113.912 1035.92 117.921 1033.76 118.187C1031.6 118.453 1015.42 123.261 1015.42 123.261C1015.42 123.261 996.514 128.058 996.514 127.664C996.514 127.27 991.967 110.05 991.967 110.05Z' fill='white' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1005.72 111.784L1025.53 106.977' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1001.27 119.252C1001.68 119.124 1036.19 110.179 1036.19 110.179' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1012.8 98.6729C1012.8 98.6729 1017.19 108.859 1017.46 110.977C1017.8 113.725 1016.69 119.429 1016.69 119.429C1016.84 119.183 1014.17 119.715 1014.54 121.084C1014.8 122.069 1016.41 120.533 1016.41 120.533' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M852.863 83.1862H866.067C869.401 83.1862 903.878 82.6345 903.878 82.6345C903.878 82.6345 927.898 83.462 927.898 83.0483C927.373 81.217 927.138 79.3161 927.202 77.4134C927.48 74.8028 927.898 71.6406 927.898 71.6406L852.645 71.7785L852.863 83.1862Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M890.942 75.079L867.201 75.2169C866.206 75.2169 864.435 75.6799 864.495 77.4827C864.564 79.6795 866.415 79.246 866.992 79.2657C869.52 79.3938 907.151 79.1771 913.977 79.1377C914.127 79.1377 914.274 79.1083 914.412 79.0511C914.55 78.9939 914.675 78.9102 914.779 78.8047C914.884 78.6992 914.967 78.5742 915.022 78.4368C915.077 78.2995 915.104 78.1526 915.102 78.0048C915.102 77.2266 915.529 75.8966 914.893 75.4927C913.898 74.8721 909.828 75.079 909.828 75.079' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M852.863 83.1865C852.863 83.1865 853.927 94.3676 853.37 97.3032C852.813 100.239 851.699 128.275 852.077 129.92C852.455 131.566 852.077 144.037 852.077 144.037' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M927.837 83.0479C927.837 83.0479 928.156 96.3863 928.156 97.667C928.156 98.9476 927.23 129.368 927.23 130.294V143.485' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M874.843 100.229C875.957 99.8646 903.698 101.332 903.698 101.332L904.624 128.827C904.624 128.827 892.037 128.088 887.599 128.453C883.463 128.629 879.32 128.57 875.191 128.275C875.191 128.275 875.559 111.597 875.559 108.11C875.501 105.47 875.262 102.837 874.843 100.229V100.229Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M881.878 109.026C883.171 108.849 890.575 120.03 890.575 119.478C890.575 118.927 897.987 108.484 897.987 108.484' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M895.39 78.7925L882.066 67.4242C882.066 67.4242 904.096 47.4461 907.609 44.5203C911.121 41.5945 916.494 34.9844 916.494 34.9844L934.266 49.1011L905.758 79.1569L895.39 78.7925Z' fill='white' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M911.837 47.998C911.837 47.998 897.031 62.6566 897.031 62.1147L911.837 47.998Z' fill='white'/%3E%3Cpath d='M911.837 47.998C911.837 47.998 897.031 62.6566 897.031 62.1147' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M922.415 50.1953L901.688 68.3411' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M931.161 50.8838C931.161 50.8838 929.569 52.5979 930.683 52.9427C931.797 53.2875 931.579 53.4254 931.579 53.4254C931.579 53.4254 933.877 65.7295 936.653 70.2709C939.429 74.8122 938.942 73.837 938.942 73.837' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M928.663 55.2188C928.663 55.2188 930.653 62.3608 932.275 66.5574C933.35 69.2665 937.001 73.6995 937.001 73.6995' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M938.245 71.1571C937.897 71.1571 933.738 86.4855 936.444 91.1549C939.847 94.7998 942.345 91.7755 942.345 91.4997C942.345 91.2239 942.484 90.1304 941.3 86.0717C940.116 82.013 940.116 76.585 939.917 74.0434C939.718 71.5019 939.569 71.0191 938.245 71.1571Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M939.609 63.1185C939.937 63.0002 942.723 63.1185 942.863 65.4532C943.002 67.7879 941.052 70.3788 939.669 70.3788C939.264 70.3533 938.871 70.2359 938.52 70.0357C938.169 69.8355 937.869 69.5579 937.644 69.2244C937.419 68.8909 937.274 68.5105 937.222 68.1127C937.169 67.715 937.21 67.3105 937.34 66.9308C938.246 63.9065 939.858 63.9755 940.892 63.6997' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M938.524 64.833C938.524 64.833 940.047 65.4536 940.325 66.0743' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M937.708 92.6035C937.847 92.8793 942.922 117.507 942.992 117.921C943.061 118.335 941.788 122.61 942.614 122.679C944.743 122.866 943.399 119.113 943.26 118.285' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M941.091 93.0371C941.369 93.4509 949.976 114.818 952.404 117.094C954.832 119.369 955.867 119.793 955.529 118.256C955.19 116.719 952.404 116.749 952.404 116.749' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M939.848 124.492C939.848 124.492 938.037 126.216 939.221 127.378C940.405 128.541 944.196 125.94 947.41 126.62C950.624 127.3 951.39 130.265 953.38 130.403C955.37 130.541 958.445 128.275 957.36 126.216C956.276 124.157 950.535 118.926 939.848 124.492Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M934.843 121.674C934.09 122.484 933.586 123.49 933.39 124.574C933.194 125.657 933.315 126.774 933.738 127.792C935.261 131.23 937.718 129.033 937.897 127.654C938.047 125.844 937.834 124.023 937.271 122.295C936.992 121.94 936.603 121.687 936.164 121.574C935.724 121.462 935.26 121.497 934.843 121.674V121.674Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M933.669 125.388C933.669 125.388 935.122 124.698 935.888 125.25' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M954.076 129.24C951.927 130.527 949.863 131.948 947.897 133.496C947.827 133.772 954.862 143.574 954.862 143.849C954.862 144.125 951.877 141.879 950.653 143.465C949.658 144.726 954.633 144.214 954.892 144.145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M941.301 127.378C944.055 126.576 946.861 125.957 949.699 125.526C950.047 125.664 949.002 132.058 949.002 132.058C949.002 132.058 946.157 131.782 946.157 132.737C946.157 133.693 947.828 133.427 947.828 133.427L947.221 143.948C947.221 143.948 943.659 142.155 942.972 143.741C942.465 144.884 946.853 144.145 946.853 144.145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 1440 145 L-100 145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
41
- background-repeat: no-repeat;
42
- background-size: auto 100%;
43
- background-position: 75% 100%;
44
- height: 100px;
45
- flex: 1;
46
- ${mq.range({ from: breakpoints.mobileWide })} {
47
- height: 117px;
48
- }
49
- ${mq.range({ from: breakpoints.tabletWide })} {
50
- height: 178px;
51
- background-position: 70% 100%;
52
- margin-top: -56px;
53
- }
54
- ${mq.range({ from: breakpoints.desktop })} {
55
- background-position: 65% 100%;
56
- }
57
- `;
58
-
59
- export const PublicHealthDemocracyIllustration = styled.div`
60
- background-image: url("data:image/svg+xml,%3Csvg width='1440' height='175' viewBox='-338 0 1440 175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1011.57 97.4309C1011.57 97.4309 1004.6 115.931 1007.19 121.822C1009.78 127.713 1014.16 123.093 1014.16 123.093C1014.16 123.093 1013.05 105.647 1012.95 103.046C1012.85 100.445 1013.06 96.9777 1011.57 97.4309Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1013.76 87.4717C1013.76 87.4717 1009.86 89.9837 1010.2 92.9982C1010.53 96.0126 1012.41 97.8055 1014.32 95.3033C1016.22 92.8012 1016.2 87.8559 1013.76 87.4717Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1008.01 123.389C1006.76 127.412 1006.09 131.591 1006.02 135.801C1005.75 143.406 1006.16 144.48 1006.16 144.48C1006.16 144.48 1000.76 142.204 1000.62 144.342C1000.56 145.327 1006.13 144.746 1006.13 144.746' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1013.4 124.196C1013.66 127.224 1014.39 130.195 1015.56 133.003C1017.31 136.599 1020.26 144.559 1020.26 144.559C1020.26 144.559 1014.88 142.48 1014.88 144.48C1014.88 145.465 1020.17 144.933 1020.17 144.933' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1010.84 99.1055C1010.84 99.1055 1007.2 107.38 1003.88 111.252' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1011.01 90.6928C1011.43 90.4366 1013.12 90.8602 1013.63 91.1065' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.967 110.05C991.967 110.05 1004.1 106.711 1006.39 106.041C1008.69 105.371 1018.93 102.839 1023.24 101.509C1027.55 100.179 1033.19 98.0319 1035.24 97.9039C1037.19 97.6686 1039.13 97.3099 1041.03 96.8301L1045.08 113.912C1045.08 113.912 1035.92 117.921 1033.76 118.187C1031.6 118.453 1015.42 123.261 1015.42 123.261C1015.42 123.261 996.514 128.058 996.514 127.664C996.514 127.27 991.967 110.05 991.967 110.05Z' fill='white' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1005.72 111.784L1025.53 106.977' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1001.27 119.252C1001.68 119.124 1036.19 110.179 1036.19 110.179' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1012.8 98.6729C1012.8 98.6729 1017.19 108.859 1017.46 110.977C1017.8 113.725 1016.69 119.429 1016.69 119.429C1016.84 119.183 1014.17 119.715 1014.54 121.084C1014.8 122.069 1016.41 120.533 1016.41 120.533' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M852.863 83.1862H866.067C869.401 83.1862 903.878 82.6345 903.878 82.6345C903.878 82.6345 927.898 83.462 927.898 83.0483C927.373 81.217 927.138 79.3161 927.202 77.4134C927.48 74.8028 927.898 71.6406 927.898 71.6406L852.645 71.7785L852.863 83.1862Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M890.942 75.079L867.201 75.2169C866.206 75.2169 864.435 75.6799 864.495 77.4827C864.564 79.6795 866.415 79.246 866.992 79.2657C869.52 79.3938 907.151 79.1771 913.977 79.1377C914.127 79.1377 914.274 79.1083 914.412 79.0511C914.55 78.9939 914.675 78.9102 914.779 78.8047C914.884 78.6992 914.967 78.5742 915.022 78.4368C915.077 78.2995 915.104 78.1526 915.102 78.0048C915.102 77.2266 915.529 75.8966 914.893 75.4927C913.898 74.8721 909.828 75.079 909.828 75.079' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M852.863 83.1865C852.863 83.1865 853.927 94.3676 853.37 97.3032C852.813 100.239 851.699 128.275 852.077 129.92C852.455 131.566 852.077 144.037 852.077 144.037' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M927.837 83.0479C927.837 83.0479 928.156 96.3863 928.156 97.667C928.156 98.9476 927.23 129.368 927.23 130.294V143.485' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M874.843 100.229C875.957 99.8646 903.698 101.332 903.698 101.332L904.624 128.827C904.624 128.827 892.037 128.088 887.599 128.453C883.463 128.629 879.32 128.57 875.191 128.275C875.191 128.275 875.559 111.597 875.559 108.11C875.501 105.47 875.262 102.837 874.843 100.229V100.229Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M881.878 109.026C883.171 108.849 890.575 120.03 890.575 119.478C890.575 118.927 897.987 108.484 897.987 108.484' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M895.39 78.7925L882.066 67.4242C882.066 67.4242 904.096 47.4461 907.609 44.5203C911.121 41.5945 916.494 34.9844 916.494 34.9844L934.266 49.1011L905.758 79.1569L895.39 78.7925Z' fill='white' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M911.837 47.998C911.837 47.998 897.031 62.6566 897.031 62.1147L911.837 47.998Z' fill='white'/%3E%3Cpath d='M911.837 47.998C911.837 47.998 897.031 62.6566 897.031 62.1147' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M922.415 50.1953L901.688 68.3411' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M931.161 50.8838C931.161 50.8838 929.569 52.5979 930.683 52.9427C931.797 53.2875 931.579 53.4254 931.579 53.4254C931.579 53.4254 933.877 65.7295 936.653 70.2709C939.429 74.8122 938.942 73.837 938.942 73.837' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M928.663 55.2188C928.663 55.2188 930.653 62.3608 932.275 66.5574C933.35 69.2665 937.001 73.6995 937.001 73.6995' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M938.245 71.1571C937.897 71.1571 933.738 86.4855 936.444 91.1549C939.847 94.7998 942.345 91.7755 942.345 91.4997C942.345 91.2239 942.484 90.1304 941.3 86.0717C940.116 82.013 940.116 76.585 939.917 74.0434C939.718 71.5019 939.569 71.0191 938.245 71.1571Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M939.609 63.1185C939.937 63.0002 942.723 63.1185 942.863 65.4532C943.002 67.7879 941.052 70.3788 939.669 70.3788C939.264 70.3533 938.871 70.2359 938.52 70.0357C938.169 69.8355 937.869 69.5579 937.644 69.2244C937.419 68.8909 937.274 68.5105 937.222 68.1127C937.169 67.715 937.21 67.3105 937.34 66.9308C938.246 63.9065 939.858 63.9755 940.892 63.6997' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M938.524 64.833C938.524 64.833 940.047 65.4536 940.325 66.0743' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M937.708 92.6035C937.847 92.8793 942.922 117.507 942.992 117.921C943.061 118.335 941.788 122.61 942.614 122.679C944.743 122.866 943.399 119.113 943.26 118.285' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M941.091 93.0371C941.369 93.4509 949.976 114.818 952.404 117.094C954.832 119.369 955.867 119.793 955.529 118.256C955.19 116.719 952.404 116.749 952.404 116.749' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M939.848 124.492C939.848 124.492 938.037 126.216 939.221 127.378C940.405 128.541 944.196 125.94 947.41 126.62C950.624 127.3 951.39 130.265 953.38 130.403C955.37 130.541 958.445 128.275 957.36 126.216C956.276 124.157 950.535 118.926 939.848 124.492Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M934.843 121.674C934.09 122.484 933.586 123.49 933.39 124.574C933.194 125.657 933.315 126.774 933.738 127.792C935.261 131.23 937.718 129.033 937.897 127.654C938.047 125.844 937.834 124.023 937.271 122.295C936.992 121.94 936.603 121.687 936.164 121.574C935.724 121.462 935.26 121.497 934.843 121.674V121.674Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M933.669 125.388C933.669 125.388 935.122 124.698 935.888 125.25' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M954.076 129.24C951.927 130.527 949.863 131.948 947.897 133.496C947.827 133.772 954.862 143.574 954.862 143.849C954.862 144.125 951.877 141.879 950.653 143.465C949.658 144.726 954.633 144.214 954.892 144.145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M941.301 127.378C944.055 126.576 946.861 125.957 949.699 125.526C950.047 125.664 949.002 132.058 949.002 132.058C949.002 132.058 946.157 131.782 946.157 132.737C946.157 133.693 947.828 133.427 947.828 133.427L947.221 143.948C947.221 143.948 943.659 142.155 942.972 143.741C942.465 144.884 946.853 144.145 946.853 144.145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M666.834 99.0797C666.496 99.065 666.16 99.1524 665.871 99.3306C665.582 99.5087 665.353 99.7696 665.212 100.08C664.446 101.81 663.541 105.26 665.212 107.519C667.451 110.519 669.859 107.429 670.188 105.27C670.506 103.34 670.118 99.1397 666.834 99.0797Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M665.551 99.7397C665.79 99.5397 667.013 97.7397 668.993 98.6197' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M669.939 102.42C669.103 102.236 668.231 102.327 667.451 102.68' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M663.709 106.06C658.284 107.277 653.371 110.16 649.649 114.309C643.57 121.179 646.008 123.539 649.042 122.629C652.077 121.719 654.814 116.209 659.222 113.079C663.63 109.949 665.072 107.81 665.072 107.81' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M649.65 122.549C650.108 122.629 657.78 128.809 657.929 130.029C658.078 131.249 652.307 143.248 652.307 143.548C652.307 143.848 660.267 142.858 658.616 144.008C656.964 145.158 653.531 145.538 652.307 143.858' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M646.565 122.419C646.565 122.419 641.64 131.919 640.924 133.019C638.934 136.019 632.496 142.788 632.496 142.788C632.496 142.788 639.202 142.368 637.68 144.278C636.157 146.188 632.307 142.998 632.307 142.998' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M659.73 109.819C659.73 110.039 654.137 118.499 656.337 121.179C657.932 122.894 660.018 124.068 662.307 124.539C662.307 124.539 665.819 122.719 665.949 123.909C666.158 125.719 662.416 124.609 662.416 124.609' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M662.646 110.369C662.725 110.679 664.924 118.279 666.626 118.499C668.327 118.719 676.427 114.379 677.332 114.309C678.237 114.239 679.322 115.919 678.984 116.369' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M685.043 95.829C684.542 96.153 684.129 96.596 683.839 97.1189C683.192 98.9489 682.466 105.219 686.336 105.119C690.446 105.039 691.013 100.979 690.446 99.2789C689.879 97.5789 688.326 93.929 685.043 95.829Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M683.421 99.8792C683.5 99.6392 684.545 98.6593 686.406 99.2292' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M690.604 103.239C691.042 103.239 709.142 112.239 708.843 116.909C708.595 120.619 705.938 121.419 704.376 120.909C704.007 120.8 703.681 120.58 703.44 120.279C702.445 118.899 695.39 109.509 692.575 107.449C689.759 105.389 689.619 103.239 690.604 103.239Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M703.948 120.729C703.41 120.729 689.022 126.068 688.823 126.988C688.624 127.908 686.475 143.858 686.167 143.988C685.858 144.118 680.465 141.618 680.773 143.678C681.082 145.738 685.331 144.288 685.858 144.138' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M706.933 120.418C706.475 120.728 698.804 128.898 699.709 130.498C700.614 132.098 712.167 143.017 712.087 143.627C712.007 144.237 704.475 142.007 705.888 144.187C707.201 146.187 712.177 144.187 712.177 144.187' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M692.356 105.999C692.356 105.999 683.839 115.469 680.953 116.459C678.068 117.449 675.918 115.199 676.834 114.889' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M636.775 56.8306C636.602 57.0068 636.473 57.2224 636.4 57.4592C636.328 57.6959 636.313 57.9468 636.357 58.1906C636.626 59.9905 637.601 64.2904 640.666 64.6304C644.566 65.0604 645.133 60.6805 643.073 58.1606C641.173 55.8207 639.004 54.6407 636.775 56.8306Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M640.108 59.3203C638.955 59.5813 637.912 60.1964 637.123 61.0803' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M646.237 67C645.172 65.1701 643.6 63.0001 642.734 65.5501C642.362 67.2428 642.234 68.9807 642.356 70.7099C642.356 74.2998 638.844 80.9996 640.993 84.7895C644.754 91.4393 648.854 82.0496 648.058 74.0298C647.69 70.2599 646.963 68.21 646.237 67Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M640.994 84.75C640.307 84.87 632.446 89.6799 631.64 90.9398C630.835 92.1998 623.581 104.729 623.153 105.489C622.576 106.489 617.481 104.489 617.601 106.399C617.72 108.309 622.476 106.789 622.944 106.049' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M644.983 86.3594C645.093 86.8194 644.296 96.3591 645.321 97.5791C646.346 98.799 657.063 107.089 657.063 108.009C657.063 108.929 652.088 111.669 652.724 109.839C653.028 109.238 653.448 108.706 653.961 108.273C654.474 107.84 655.069 107.515 655.709 107.319' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M629.671 61C630.974 63.8125 632.676 66.4197 634.726 68.7398C637.343 71.5997 643.273 67.8198 644.337 67.0598' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M676.018 55.5308C676.018 55.5308 670.973 54.1408 669.212 58.3607C667.451 62.5806 671.023 63.8005 673.749 62.4706C677.133 60.8206 678.366 56.3507 676.018 55.5308Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M672.316 55.6201C672.316 55.6201 674.535 57.6201 674.237 58.72' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M667.919 63.5703C667.919 63.5703 660.954 74.25 664.048 80.8798C664.617 82.1371 665.371 83.3004 666.287 84.3297C668.964 87.1997 671.591 86.2497 670.695 82.3298C669.541 77.3299 667.71 73.6401 668.814 69.1202C669.919 64.6003 669.461 62.7604 667.919 63.5703Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M666.516 84.75C666.516 84.75 657.74 93.3398 657.86 94.1497C657.979 94.9597 659.909 106.969 659.909 106.969' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M670.396 85.7793C670.396 85.7793 677.032 106.519 678.057 108.699C679.082 110.879 679.54 114.758 678.057 114.068C676.575 113.379 676.535 109.119 677.5 107.439' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M669.372 65.6299C669.372 65.6299 673.014 80.3995 674.954 82.4594C676.894 84.5193 679.74 83.7194 678.148 82.9194L676.546 82.1194' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M628.108 35.4512C628.108 35.4512 623.272 54.1006 617.461 57.3005C617.461 57.3005 619.361 60.0905 618.108 61.3004' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M611.471 3.32196C611.073 4.76192 612.267 9.62178 616.446 10.6518C620.625 11.6817 623.281 9.65178 622.028 6.65187C620.855 4.09064 618.787 2.05154 616.217 0.922034C614.774 0.34205 612.406 0.00205985 611.471 3.32196Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M616.148 4.46191C615.571 4.58191 613.979 6.07187 613.292 8.82179' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M622.018 11.2814C623.272 10.3615 638.058 21.8311 634.954 32.4108C632.556 40.5406 626.287 35.7307 626.854 30.9209C627.421 26.111 625.62 18.8112 622.755 15.8013C620.138 13.0514 620.844 12.1314 622.018 11.2814Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M621.272 14.082C621.272 14.082 611.59 26.4517 605.889 27.8316C600.187 29.2116 598.367 30.1216 600.078 31.0416C601.789 31.9615 603.779 28.3316 603.779 28.3316' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M629.71 17.0615C630.048 17.1815 635.75 24.2813 639.053 22.7914C640.618 22.1399 642.043 21.1928 643.252 20.0014C643.475 19.7665 643.681 19.5159 643.869 19.2515C644.098 18.9015 640.237 16.2515 640.795 18.3315C641.193 19.8214 642.217 19.7114 642.506 19.7114' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M643.253 20.002C643.253 20.002 644.895 25.6118 645.86 25.4918C646.825 25.3718 652.825 19.312 653.024 18.792' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M633.471 36.001C633.471 36.001 639.66 54.0005 640.227 55.5804' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M655.809 17.6318C656.107 17.7118 672.067 23.5117 673.132 23.6317C674.197 23.7517 675.48 24.6316 674.953 25.2316C674.425 25.8316 673.361 25.3116 672.823 24.3916' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M658.466 37.6406C658.317 38.0206 650.138 61.17 649.879 61.26C647.987 62.0381 646.345 63.3251 645.133 64.9799C644.656 66.3898 646.835 66.9798 649.879 61.4' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M661.162 38.001L665.411 60.1403C666.058 61.7303 668.247 62.7003 667.58 64.1402' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M665.56 60.5605C665.56 60.5605 664.874 65.3004 666.744 65.4004C663.948 66.7323 661.037 67.8067 658.048 68.6103C655.54 69.1603 648.565 69.4703 647.212 68.4203' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M614.893 57.0004C614.893 57.0004 611.361 65.5901 607.371 73.4899C604.853 78.4897 609.191 80.3597 612.346 76.3498C615.5 72.3399 617.649 63.3502 617.241 59.5203C616.943 56.3504 615.57 56.4604 614.893 57.0004Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M615.391 44.3807C615.391 44.3807 610.863 46.6306 612.853 50.9105C614.843 55.1904 619.361 55.6404 619.361 51.4705C619.361 47.3006 617.57 43.8207 615.391 44.3807Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M614.545 60.0004C614.545 60.0004 617.848 65.7002 621.838 64.7003C624.718 63.8545 627.452 62.5732 629.948 60.9004C629.948 60.9004 627.659 56.6805 627.082 60.1204C626.843 61.5704 629.669 60.8304 629.669 60.8304' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M607.182 77.8799C607.182 77.8799 607.739 86.6796 607.102 88.1096C606.794 88.7996 599.202 94.2194 598.973 95.1094C598.744 95.9994 602.834 97.1093 603.709 96.3193C605.699 94.5894 600.515 94.3194 599.341 94.8494' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M610.754 78C610.973 78.23 613.938 87.7797 613.868 88.6897C613.799 89.5997 613.182 99.3694 613.64 100.439C614.097 101.509 615.172 105.729 613.988 105.599C611.938 105.369 612.854 101.109 613.082 100.599' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M618.883 49.5508C618.377 49.2339 617.807 49.0353 617.214 48.9695C616.622 48.9037 616.022 48.9725 615.46 49.1708' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M655.422 4.12226C655.114 4.12226 649.452 6.1822 651.322 11.682C653.193 17.1819 657.482 13.362 658.288 10.6121C659.094 7.86216 658.178 3.81227 655.422 4.12226Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M654.975 7.94229C654.413 7.64912 653.791 7.48947 653.158 7.4756C652.525 7.46173 651.897 7.59402 651.323 7.86229' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M654.059 15.4216C652.616 16.3415 651.422 28.0712 654.894 33.671C658.367 39.2709 663.402 39.5509 661.661 33.901C659.919 28.2512 656.417 24.9013 656.188 22.1414C655.959 19.3815 655.88 14.6616 654.059 15.4216Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M484.137 81.4893C484.137 81.4893 478.833 83.2192 481.152 87.4891C483.47 91.759 489.58 93.9489 490.107 90.289C490.635 86.6291 485.132 81.2893 483.341 82.3992' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M486.098 83.499C486.098 83.499 484.396 85.269 484.526 86.229' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M483.63 93.0686C479.053 96.2785 478.446 108.558 481.361 116.658C483.928 123.768 487.749 120.408 487.331 116.658C486.914 112.908 485.202 107.908 485.341 103.478C485.481 99.0485 486.277 95.4786 486.127 94.0486C485.938 92.8486 485.043 92.0586 483.63 93.0686Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M483.65 120.508C483.65 120.888 485.381 130.638 485.301 131.997C485.301 132.917 482.685 144.607 482.685 144.607C482.685 144.607 485.839 142.497 488.326 144.207C488.834 144.547 488.326 145.077 486.396 145.207C485.137 145.189 483.881 145.088 482.635 144.907' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M486.376 120.418C486.376 120.798 488.237 130.838 488.505 131.718C488.774 132.598 487.112 143.717 487.112 143.717C487.62 143.667 490.416 143.207 491.431 143.717C492.684 144.397 491.679 145.267 490.615 145.167' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M483.182 95.4287L482.187 120.878C482.187 120.878 482.187 127.278 481.192 126.138C480.197 124.998 480.884 121.878 481.342 121.538' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 1102 145 L-338 145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
61
- background-repeat: no-repeat;
62
- background-size: cover;
63
- background-position: 100% 100%;
64
- height: 100px;
65
- flex: 1;
66
- margin-top: 16px;
67
- ${mq.range({ from: breakpoints.mobileWide })} {
68
- height: 117px;
69
- }
70
- ${mq.range({ from: breakpoints.tabletWide })} {
71
- height: 128px;
72
- }
73
- ${mq.range({ from: breakpoints.desktop })} {
74
- background-size: auto 100%;
75
- height: 178px;
76
- margin-top: -56px;
77
- }
78
- `;
79
- export const DemocracyClimateIllustration = styled.div`
80
- background-image: url("data:image/svg+xml,%3Csvg width='1440' height='175' viewBox='-336 0 1440 175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M615.569 97.4309C615.569 97.4309 608.604 115.931 611.191 121.822C613.778 127.713 618.157 123.093 618.157 123.093C618.157 123.093 617.052 105.647 616.953 103.046C616.853 100.445 617.062 96.9777 615.569 97.4309Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M617.757 87.4717C617.757 87.4717 613.856 89.9837 614.195 92.9982C614.533 96.0126 616.414 97.8055 618.314 95.3033C620.215 92.8012 620.195 87.8559 617.757 87.4717Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M612.007 123.389C610.755 127.412 610.085 131.591 610.017 135.801C609.748 143.406 610.156 144.48 610.156 144.48C610.156 144.48 604.763 142.204 604.624 144.342C604.564 145.327 610.126 144.746 610.126 144.746' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M617.4 124.196C617.659 127.224 618.387 130.195 619.56 133.003C621.311 136.599 624.256 144.559 624.256 144.559C624.256 144.559 618.883 142.48 618.883 144.48C618.883 145.465 624.167 144.933 624.167 144.933' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M614.842 99.1055C614.842 99.1055 611.2 107.38 607.877 111.252' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M615.012 90.6928C615.43 90.4366 617.121 90.8602 617.629 91.1065' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M595.967 110.05C595.967 110.05 608.096 106.711 610.395 106.041C612.693 105.371 622.932 102.839 627.24 101.509C631.549 100.179 637.191 98.0319 639.24 97.9039C641.192 97.6686 643.126 97.3099 645.031 96.8301L649.081 113.912C649.081 113.912 639.917 117.921 637.758 118.187C635.599 118.453 619.419 123.261 619.419 123.261C619.419 123.261 600.514 128.058 600.514 127.664C600.514 127.27 595.967 110.05 595.967 110.05Z' fill='white' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M609.717 111.784L629.528 106.977' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M605.27 119.252C605.677 119.124 640.185 110.179 640.185 110.179' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M616.803 98.6729C616.803 98.6729 621.191 108.859 621.459 110.977C621.798 113.725 620.693 119.429 620.693 119.429C620.843 119.183 618.166 119.715 618.544 121.084C618.803 122.069 620.415 120.533 620.415 120.533' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M456.863 83.1862H470.067C473.401 83.1862 507.878 82.6345 507.878 82.6345C507.878 82.6345 531.898 83.462 531.898 83.0483C531.373 81.217 531.138 79.3161 531.202 77.4134C531.48 74.8028 531.898 71.6406 531.898 71.6406L456.645 71.7785L456.863 83.1862Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M494.943 75.079L471.202 75.2169C470.207 75.2169 468.436 75.6799 468.496 77.4827C468.565 79.6795 470.416 79.246 470.993 79.2657C473.521 79.3938 511.152 79.1771 517.978 79.1377C518.128 79.1377 518.275 79.1083 518.413 79.0511C518.551 78.9939 518.676 78.9102 518.78 78.8047C518.885 78.6992 518.967 78.5742 519.023 78.4368C519.078 78.2995 519.105 78.1526 519.103 78.0048C519.103 77.2266 519.53 75.8966 518.894 75.4927C517.899 74.8721 513.829 75.079 513.829 75.079' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M456.863 83.1865C456.863 83.1865 457.927 94.3676 457.37 97.3032C456.813 100.239 455.699 128.275 456.077 129.92C456.455 131.566 456.077 144.037 456.077 144.037' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M531.837 83.0479C531.837 83.0479 532.156 96.3863 532.156 97.667C532.156 98.9476 531.23 129.368 531.23 130.294V143.485' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M478.842 100.229C479.956 99.8646 507.697 101.332 507.697 101.332L508.623 128.827C508.623 128.827 496.036 128.088 491.598 128.453C487.462 128.629 483.319 128.57 479.19 128.275C479.19 128.275 479.558 111.597 479.558 108.11C479.5 105.47 479.261 102.837 478.842 100.229V100.229Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M485.877 109.026C487.17 108.849 494.574 120.03 494.574 119.478C494.574 118.927 501.986 108.484 501.986 108.484' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M499.39 78.7925L486.066 67.4242C486.066 67.4242 508.096 47.4461 511.609 44.5203C515.121 41.5945 520.494 34.9844 520.494 34.9844L538.266 49.1011L509.758 79.1569L499.39 78.7925Z' fill='white' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M515.837 47.998C515.837 47.998 501.031 62.6566 501.031 62.1147L515.837 47.998Z' fill='white'/%3E%3Cpath d='M515.837 47.998C515.837 47.998 501.031 62.6566 501.031 62.1147' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M526.414 50.1953L505.688 68.3411' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M535.161 50.8838C535.161 50.8838 533.569 52.5979 534.683 52.9427C535.797 53.2875 535.579 53.4254 535.579 53.4254C535.579 53.4254 537.877 65.7295 540.653 70.2709C543.429 74.8122 542.942 73.837 542.942 73.837' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M532.664 55.2188C532.664 55.2188 534.654 62.3608 536.276 66.5574C537.351 69.2665 541.002 73.6995 541.002 73.6995' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M542.246 71.1571C541.898 71.1571 537.739 86.4855 540.445 91.1549C543.848 94.7998 546.346 91.7755 546.346 91.4997C546.346 91.2239 546.485 90.1304 545.301 86.0717C544.117 82.013 544.117 76.585 543.918 74.0434C543.719 71.5019 543.57 71.0191 542.246 71.1571Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M543.609 63.1185C543.937 63.0002 546.723 63.1185 546.863 65.4532C547.002 67.7879 545.052 70.3788 543.669 70.3788C543.264 70.3533 542.871 70.2359 542.52 70.0357C542.169 69.8355 541.869 69.5579 541.644 69.2244C541.419 68.8909 541.274 68.5105 541.222 68.1127C541.169 67.715 541.21 67.3105 541.34 66.9308C542.246 63.9065 543.858 63.9755 544.892 63.6997' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M542.525 64.833C542.525 64.833 544.048 65.4536 544.326 66.0743' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M541.709 92.6035C541.848 92.8793 546.923 117.507 546.993 117.921C547.062 118.335 545.789 122.61 546.614 122.679C548.744 122.866 547.4 119.113 547.261 118.285' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M545.092 93.0371C545.37 93.4509 553.977 114.818 556.405 117.094C558.833 119.369 559.868 119.793 559.53 118.256C559.191 116.719 556.405 116.749 556.405 116.749' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M543.847 124.492C543.847 124.492 542.036 126.216 543.22 127.378C544.404 128.541 548.195 125.94 551.409 126.62C554.623 127.3 555.389 130.265 557.379 130.403C559.369 130.541 562.444 128.275 561.359 126.216C560.275 124.157 554.534 118.926 543.847 124.492Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M538.843 121.674C538.09 122.484 537.586 123.49 537.39 124.574C537.194 125.657 537.315 126.774 537.738 127.792C539.261 131.23 541.718 129.033 541.897 127.654C542.047 125.844 541.834 124.023 541.271 122.295C540.992 121.94 540.603 121.687 540.164 121.574C539.724 121.462 539.26 121.497 538.843 121.674V121.674Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M537.668 125.388C537.668 125.388 539.121 124.698 539.887 125.25' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M558.076 129.24C555.927 130.527 553.863 131.948 551.897 133.496C551.827 133.772 558.862 143.574 558.862 143.849C558.862 144.125 555.877 141.879 554.653 143.465C553.658 144.726 558.633 144.214 558.892 144.145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M545.301 127.378C548.055 126.576 550.861 125.957 553.699 125.526C554.047 125.664 553.002 132.058 553.002 132.058C553.002 132.058 550.157 131.782 550.157 132.737C550.157 133.693 551.828 133.427 551.828 133.427L551.221 143.948C551.221 143.948 547.659 142.155 546.972 143.741C546.465 144.884 550.853 144.145 550.853 144.145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1103.18 144.325C1102.5 143.539 1102.33 142.892 1101.3 143.147C1100.1 143.33 1098.94 143.683 1097.86 144.197C1097.17 144.717 1096.14 144.462 1093.21 144.197C1090.29 143.932 1086.51 144.717 1085.82 144.197L1085.13 143.677C1083.76 144.982 1084.96 145.895 1083.76 144.982C1082.56 144.069 1082.56 142.754 1081.87 143.284L1081.19 143.804C1081.19 143.804 1076.54 141.321 1076.22 141.714C1075.89 142.106 1077.77 142.892 1077.21 143.677C1076.65 144.462 1075.66 144.462 1074.29 144.197C1072.92 143.932 1072.22 144.462 1071.02 144.462C1069.81 144.462 1070.33 143.804 1068.27 144.069C1066.22 144.334 1065.35 144.462 1065.35 144.462C1065.35 144.462 1063.63 143.019 1064.49 142.362C1065.34 141.704 1063.28 141.449 1062.6 142.362C1061.91 143.274 1060.01 144.982 1059.16 144.845C1058.3 144.707 1054.19 144.845 1053.48 144.59C1052.78 144.334 1054.68 141.841 1054 141.449C1053.31 141.056 1050.56 141.841 1050.22 143.019C1049.88 144.197 1047.98 142.234 1047.98 142.234C1047.98 142.234 1047.3 144.069 1046.61 144.325C1045.31 144.653 1043.97 144.743 1042.64 144.59C1040.92 144.462 1038.34 144.462 1037.48 144.069C1036.61 143.677 1037.65 143.019 1035.24 143.804C1032.83 144.59 1032.83 145.502 1031.8 144.59C1030.77 143.677 1031.46 143.019 1029.91 143.539' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M998.979 143.422C998.275 143.698 997.505 143.767 996.762 143.618C996.059 143.353 995.295 143.285 994.555 143.422C993.482 143.52 992.676 143.972 992.14 143.618C991.603 143.265 990.798 142.47 990.599 142.568C990.4 142.666 991.205 143.167 991.006 143.422C990.086 143.772 989.076 143.824 988.124 143.569C987.543 143.366 987.063 142.952 986.782 142.411C986.782 142.411 987.249 143.393 986.712 143.393C986.175 143.393 984.634 143.393 983.362 143.393C982.09 143.393 981.752 143.795 981.483 143.491C981.215 143.187 981.96 142.087 982.477 141.989C982.994 141.891 980.937 142.136 980.4 142.971C979.863 143.805 978.591 144.325 978.183 143.874C977.775 143.422 976.911 142.215 976.911 142.215C976.911 142.215 977.905 143.275 977.318 143.52C975.742 143.758 974.142 143.794 972.557 143.628' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M885.643 143.833C885.643 143.833 882.83 142.655 881.587 142.782C880.345 142.91 879.738 142.9 880.484 141.556L881.22 140.211C880.251 140.957 879.34 141.774 878.496 142.655C877.382 143.872 876.15 141.909 876.398 141.055C876.647 140.201 876.885 143.744 875.901 143.744C874.917 143.744 872.193 142.635 870.832 143.244C869.47 143.852 867.621 144.461 867.621 143.479C867.621 142.498 868.734 140.918 868.247 140.8C867.76 140.682 866.388 141.889 866.14 142.763C865.891 143.636 863.664 140.927 863.664 140.927C863.664 140.927 866.01 143.872 864.897 143.99C863.784 144.108 860.821 144.588 860.076 144.215C859.33 143.843 860.324 143.735 858.346 143.607C856.368 143.479 856.129 142.017 854.768 142.38C853.406 142.743 852.779 142.616 851.547 143.47C850.314 144.323 845.582 143.705 843.594 143.823M843.594 143.823C841.606 143.941 844.718 143.578 843.594 143.823ZM843.594 143.823C842.471 144.068 841.606 144.804 841.119 144.058' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M810.427 143.736C810.427 143.736 806.709 144.943 805.357 143.844C804.005 142.745 803.26 141.518 802.763 142.735C802.266 143.952 802.136 144.57 799.92 144.561C797.703 144.551 790.774 143.687 789.899 144.05C789.025 144.413 789.283 145.513 788.299 144.777C787.315 144.04 787.066 142.087 786.569 143.069C786.072 144.05 784.959 143.187 784.094 142.087C783.229 140.988 781.629 139.516 781.997 140.86C782.364 142.205 783.716 144.649 781.867 144.031C780.018 143.412 778.776 143.049 777.792 143.658C776.808 144.266 777.543 144.875 775.933 144.512C774.323 144.148 773.706 145.356 773.09 144.374C772.474 143.393 773.468 141.43 773.09 141.086C772.712 140.743 770.615 141.567 769.998 142.666C769.382 143.766 769.124 145.228 768.139 144.629C767.155 144.031 767.394 143.167 765.913 143.53C764.432 143.893 765.416 144.865 764.432 143.893C763.447 142.922 764.312 140.949 763.945 140.595C763.577 140.242 761.221 141.439 761.589 142.784C761.956 144.129 760.475 143.393 760.475 143.393C760.475 143.393 759.988 141.194 759.123 141.43C758.258 141.665 758.616 143.746 758 143.746' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M758.427 143.736C758.427 143.736 754.709 144.943 753.357 143.844C752.005 142.745 751.26 141.518 750.763 142.735C750.266 143.952 750.136 144.57 747.92 144.561C745.703 144.551 738.774 143.687 737.899 144.05C737.025 144.413 737.283 145.513 736.299 144.777C735.315 144.04 735.066 142.087 734.569 143.069C734.072 144.05 732.959 143.187 732.094 142.087C731.229 140.988 729.629 139.516 729.997 140.86C730.364 142.205 731.716 144.649 729.867 144.031C728.018 143.412 726.776 143.049 725.792 143.658C724.808 144.266 725.543 144.875 723.933 144.512C722.323 144.148 721.706 145.356 721.09 144.374C720.474 143.393 721.468 141.43 721.09 141.086C720.712 140.743 718.615 141.567 717.998 142.666C717.382 143.766 717.124 145.228 716.139 144.629C715.155 144.031 715.394 143.167 713.913 143.53C712.432 143.893 713.416 144.865 712.432 143.893C711.447 142.922 712.312 140.949 711.945 140.595C711.577 140.242 709.221 141.439 709.589 142.784C709.956 144.129 708.475 143.393 708.475 143.393C708.475 143.393 707.988 141.194 707.123 141.43C706.258 141.665 706.616 143.746 706 143.746' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.87 97.7128C1006.74 97.6317 1006.6 97.5775 1006.44 97.5534C1006.29 97.5292 1006.14 97.5357 1005.99 97.5724C1005.84 97.609 1005.7 97.6751 1005.57 97.7667C1005.45 97.8583 1005.35 97.9735 1005.27 98.1054C1004.57 99.3322 1002.88 102.728 1004.14 105.457C1004.72 106.713 1005.64 106.9 1006.5 106.438C1007.97 105.624 1009.26 102.915 1008.42 100.314C1008.22 99.2999 1007.67 98.384 1006.87 97.7128V97.7128Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.58 101.433C1006.25 101.354 1005.26 100.864 1004.51 101.188' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.92 106.252C1007.23 106.928 1007.5 107.623 1007.71 108.333' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1007.89 108.549C1007.89 108.549 1005.14 111.493 1008.56 120.72C1011.98 129.946 1014.53 128.994 1014.99 128.326C1015.46 127.659 1016.4 124.891 1014.26 118.511' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1007.02 110.669C1007.02 110.669 1008.29 117.814 1011.71 119.395' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.88 110.404C1006.88 110.404 1005.14 117.344 1002.19 119.13C999.234 120.916 994.145 120.651 993.479 120.857C992.813 121.063 992.206 121.584 992.743 121.515C993.28 121.446 993.946 121.78 993.817 121.976C993.688 122.173 992.604 124.096 993.479 123.763C994.354 123.429 994.552 121.584 995.288 121.446' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1008.15 108.48C1009.49 108.549 1017.41 113.388 1018 114.301C1018.6 115.214 1012.18 119.267 1011.91 120.062C1011.64 120.857 1011.44 122.182 1012.31 121.181C1012.84 120.575 1013.32 119.917 1013.72 119.218' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1009.16 109.147C1010.87 111.66 1013.52 116.813 1013.72 118.207' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1015.06 118.806C1015.6 118.933 1018.61 123.635 1017.73 126.481C1017.55 127.231 1017.07 127.879 1016.41 128.287C1015.75 128.694 1014.95 128.828 1014.19 128.66' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1011.84 127.276C1011.77 127.669 1007.95 140.507 1007.08 142.352C1006.2 144.198 1001.99 140.242 1001.45 141.302C1000.92 142.362 1004.07 143.883 1005.54 143.55' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1015.69 128.925C1016.29 129.72 1018.03 133.891 1019.66 135.01C1021.29 136.129 1029.51 139.113 1029.6 139.309C1029.69 139.505 1027.13 144.609 1026.52 143.235C1025.92 141.861 1027.47 140.654 1028.33 139.927' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M990.669 123.899C990.47 123.899 989.396 124.753 989.675 125.156C989.953 125.558 990.41 124.891 990.41 124.891' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.67 126.147C991.616 126.262 991.569 126.38 991.531 126.501C991.332 127.06 991.133 127.934 991.402 127.669' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M992.823 129.436C993.091 130.103 992.683 130.761 992.415 130.564C992.147 130.368 992.146 129.504 992.146 129.504' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M988.659 127.541C988.251 128.267 988.788 129.327 988.987 128.925C989.186 128.523 988.659 127.541 988.659 127.541Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M990.271 131.634C990.47 132.429 990.062 133.361 989.734 132.9' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M987.785 131.173C987.119 131.84 987.248 132.567 987.447 132.567C987.646 132.567 988.123 131.772 988.123 131.772' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.403 135.413C991.602 136.336 991.741 137.258 991.135 136.934C990.529 136.611 990.598 136.208 990.598 136.208' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M987.924 135.413C987.387 136.071 987.446 136.993 987.924 136.934C988.413 136.752 988.865 136.483 989.256 136.139' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M985.708 134.618C985.042 135.207 984.575 135.737 984.973 135.943C985.37 136.149 985.848 135.541 985.848 135.541' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M989.125 138.985C989.125 138.985 989.93 139.447 990.059 139.182' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M985.104 139.516C985.104 139.516 984.905 140.243 984.576 139.978' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M823.718 96.9869C823.201 96.928 820.606 101.188 822.724 105.713C824.841 110.237 827.555 106.763 827.475 103.367C827.464 102.817 827.411 102.269 827.316 101.728C826.869 99.1266 825.487 97.1832 823.718 96.9869Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M827.406 101.757C827.158 101.669 824.623 101.836 824.623 102.316' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M828.795 127.855C829.123 127.944 833.865 132.547 833.954 135.217C834.044 137.886 833.865 144.188 834.441 144.188C835.018 144.188 839.839 143.059 840.088 144.266C840.336 145.474 840.416 144.993 839.352 144.993C838.288 144.993 835.505 144.836 835.505 144.836' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M825.11 129.799C825.279 130.201 825.19 136.669 824.046 137.651C822.903 138.632 813.977 141.214 813.688 141.685C813.4 142.156 815.249 145.886 816.233 145.159C817.217 144.433 815.736 142.735 815.329 142.215' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M817.374 133.361C817.125 133.125 816.379 131.467 815.455 131.624C814.531 131.781 807.751 136.07 809.232 138.494C810.713 140.919 819.053 138.013 819.053 136.796C818.906 135.778 818.514 134.809 817.91 133.97' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M825.068 107.892C825.068 108.019 825.148 108.991 825.148 108.991' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.293 126.932C823.756 126.648 821.013 120.945 820.695 119.296C820.377 117.647 824.174 110.04 824.333 109.756' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.012 120.484C835.176 119.838 835.493 119.239 835.936 118.737C836.344 118.393 837.04 118.02 837.417 118.482C837.795 118.943 838.879 120.17 838.779 120.612C838.68 121.053 836.284 121.731 835.966 121.593C835.693 121.476 835.451 121.298 835.26 121.073C835.168 120.972 835.085 120.864 835.012 120.749' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.221 121.19C834.933 121.308 817.328 133.636 817.328 133.636' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.492 126.854C824.492 126.854 826.708 127.296 826.42 128.062C826.132 128.827 825.237 129.151 824.7 128.425C824.382 127.981 824.171 127.47 824.084 126.933' fill='white'/%3E%3Cpath d='M824.492 126.854C824.492 126.854 826.708 127.296 826.42 128.062C826.132 128.827 825.237 129.151 824.7 128.425C824.382 127.981 824.171 127.47 824.084 126.933' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M836.74 110.129C836.74 110.129 843.699 110.129 844.106 109.923C844.514 109.717 845.1 108.588 846.094 107.96C847.088 107.332 847.903 106.586 847.903 105.82' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M843.908 110.335C844.027 110.335 844.902 110.777 845.091 111.513C845.28 112.249 844.554 112.494 845.3 112.965C846.045 113.437 848.282 114.624 848.451 114.781' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M844.502 110.031C845.377 110.327 846.305 110.438 847.226 110.355C848.12 110.11 849.025 110.031 849.144 110.237' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.387 110.041L826.381 109.923' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M823.923 109.884C823.793 109.884 814.101 109.806 814.101 109.806C813.19 110.332 812.247 110.804 811.278 111.219C811.009 111.299 810.733 111.352 810.453 111.376' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M814.273 109.962C813.451 111.223 812.711 112.534 812.057 113.888' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M810.703 107.165C810.783 107.293 813.685 109.03 814.143 109.953' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M804.559 102.935C804.559 102.287 804.767 101.639 805.056 102.041C805.344 102.444 805.255 103.219 805.871 102.895C806.487 102.571 808.326 102.287 808.038 102.817C807.75 103.347 807.302 103.582 807.382 104.024C807.461 104.466 807.75 104.466 808.078 104.633C808.406 104.799 808.286 105.359 808.575 105.614C808.863 105.869 810.821 106.134 810.861 106.596C810.901 107.057 809.271 107.528 808.982 107.852C808.694 108.176 809.31 108.343 808.734 108.706C808.157 109.069 807.551 109.511 808.207 109.795C808.863 110.08 810.125 109.952 810.195 110.561C810.239 111.064 810.322 111.562 810.444 112.053C810.444 112.22 811.438 112.828 810.772 113.27C810.106 113.711 809.092 113.996 809.38 114.516C809.668 115.036 810.195 114.722 810.851 114.516C811.507 114.31 811.955 114.516 812.044 115.086C812.133 115.655 812.452 115.616 811.795 116.214C811.139 116.813 810.285 116.577 810.324 116.941C810.364 117.304 811.06 117.107 811.02 117.834C810.98 118.56 810.613 118.727 811.02 119.129C811.428 119.532 812.372 119.326 811.547 119.816C810.722 120.307 810.195 119.816 809.748 119.738C809.3 119.659 809.628 120.14 808.803 120.376C807.978 120.611 807.422 120.503 807.253 120.621C807.084 120.739 807.789 119.934 807.044 121.75C806.298 123.566 805.781 122.074 805.702 121.632C805.622 121.191 805.98 120.945 805.205 121.063C804.429 121.181 804.022 121.632 803.326 120.906C802.63 120.18 802.958 120.464 802.67 119.493C802.382 118.521 801.119 119.816 800.871 118.845C800.622 117.873 801.775 116.597 801.239 116.823C800.433 117.176 799.533 117.262 798.674 117.068C798.674 117.068 795.95 115.429 797.431 112.956C797.7 112.504 799.27 111.896 799.479 111.533C799.688 111.169 797.66 110.993 797.332 109.992C797.133 109.354 798.217 107.391 798.495 107.204C799.101 106.811 798.763 105.673 799.091 105.104C799.419 104.534 800.085 104.368 800.851 103.965C801.616 103.563 801.636 103.17 802.004 102.984C802.372 102.797 804.559 103.533 804.559 102.935Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M802.566 106.566C802.437 106.645 801.91 107.165 802.109 107.695' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M803.557 111.16C803.539 111.371 803.569 111.583 803.647 111.781C803.724 111.978 803.847 112.155 804.005 112.299C804.462 112.623 803.01 113.467 803.348 113.712C803.686 113.957 804.343 113.712 804.343 113.712' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M826.133 110.198C826.212 110.326 830.556 117.471 832.028 117.069C833.499 116.666 835.258 113.074 835.387 111.651C835.517 110.228 835.954 108.991 836.322 109.315C836.75 110.165 836.879 111.132 836.69 112.063C836.656 112.182 836.579 112.284 836.473 112.351C836.367 112.417 836.24 112.442 836.117 112.421C835.993 112.4 835.882 112.335 835.804 112.238C835.726 112.141 835.688 112.02 835.696 111.896' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.623 109.315C824.623 109.315 825.806 108.667 826.015 109.59C826.571 112.141 829.325 122.143 829.454 124.077' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M829.592 126.295C829.592 126.295 828.846 128.66 827.116 129.181C825.387 129.701 824.721 129.328 824.721 129.328' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.541 109.472C824.541 109.472 823.547 122.378 823.547 123.704C823.547 125.029 823.398 128.317 823.846 128.827' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M928.639 173.77C952.252 173.77 971.394 155.146 971.394 132.173C971.394 109.2 952.252 90.5771 928.639 90.5771C905.027 90.5771 885.885 109.2 885.885 132.173C885.885 155.146 905.027 173.77 928.639 173.77Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M899.384 102.189C899.871 102.189 902.366 102.032 903.997 103.171C905.627 104.309 909.762 100.226 912.237 101.708C914.713 103.19 914.046 103.818 915.528 103.985C917.009 104.152 920.498 105.772 919.504 107.077C918.51 108.382 915.388 107.077 918.51 108.373C921.631 109.668 923.122 107.558 924.275 110.336C925.429 113.113 931.532 116.038 930.051 118.963C928.57 121.888 927.904 122.889 925.081 120.926C922.257 118.963 920.11 119.621 917.665 118.963C915.219 118.305 914.534 116.519 913.54 117.658C912.545 118.796 914.534 122.869 912.058 124.175C909.583 125.48 906.79 122.869 905.965 124.989C905.14 127.11 906.293 132.959 902.983 134.265C899.672 135.57 898.539 134.098 896.223 134.098C893.907 134.098 891.78 135.079 893.43 131.821C895.08 128.562 898.4 126.452 895.895 126.609C893.39 126.766 890.626 129.377 888.648 129.377H886.66' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M915.896 123.546C916.721 122.407 916.224 119.806 919.356 121.583C922.487 123.359 921.662 124.527 924.962 123.87C928.262 123.212 927.427 123.055 930.231 126.147C933.034 129.239 935.996 131.054 934.356 132.33C932.716 133.606 933.034 131.192 931.881 134.608C930.728 138.023 933.69 139.809 929.078 139.976C924.465 140.143 924.962 136.561 922.646 138.514C920.33 140.467 919.853 139.329 918.67 142.096C917.487 144.864 918.511 143.235 918.67 148.967C918.829 154.699 916.682 163.935 914.226 163.611C911.771 163.287 912.238 162.315 908.948 161.01C905.657 159.705 903.679 160.029 903.341 154.66C903.003 149.291 904.504 149.458 903.182 145.384C901.86 141.311 899.057 142.136 901.86 139.495C904.663 136.855 904.504 139.014 905.836 136.08C907.168 133.145 907.317 133.312 907.824 130.878C908.331 128.444 906.174 128.267 908.819 127.295C911.463 126.324 909.147 127.128 912.437 125.833C915.727 124.537 915.896 123.546 915.896 123.546Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M931.055 95.5146C928.351 95.5146 926.939 97.9586 929.405 99.4407C931.87 100.923 934.514 100.589 934.514 103.19C934.514 105.791 935.339 104.172 938.49 105.791C941.642 107.411 943.272 111.484 943.928 107.754C944.584 104.024 942.934 103.524 945.081 102.542C947.228 101.561 952.338 99.9412 947.397 98.4788C942.045 97.0326 936.578 96.041 931.055 95.5146V95.5146Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M955.945 100.727C954.792 101.217 948.857 102.189 949.841 104.957C950.825 107.725 952.972 105.614 951.66 109.511C950.348 113.408 946.69 112.603 950.01 114.232C951.984 115.267 954.09 116.033 956.273 116.509C958.082 117 961.382 117 962.863 120.906C964.344 124.813 966.84 125.951 966.323 129.367C965.806 132.783 966.82 134.903 967.973 133.597C969.126 132.292 970.955 129.671 970.955 129.671' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M969.962 140.438C969.306 139.133 968.968 138.976 967.487 137.494C966.005 136.012 964.504 136.198 960.896 137.494C957.288 138.79 951.333 137.661 951.005 139.771C950.677 141.881 951.671 141.4 950.677 141.891C949.683 142.382 944.584 139.447 944.912 144.659C945.24 149.871 947.546 151.166 946.562 154.582C945.578 157.998 949.196 158.812 951.174 161.747C953.152 164.682 957.138 163.71 957.138 163.71' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M902.704 98.4492C902.048 97.8015 898.419 95.5047 897.435 93.5417C897.15 92.8627 896.724 92.2501 896.184 91.743C895.645 91.236 895.005 90.8457 894.304 90.5972C893.141 90.1064 892.157 88.9679 891.163 91.5787C890.169 94.1895 891.332 97.9192 889.353 97.2714C887.375 96.6236 888.528 94.8275 886.222 96.7807C883.916 98.7339 882.763 100.196 880.616 98.9007C878.468 97.6052 876.997 96.7807 876.997 94.9747C876.997 93.1687 876.5 92.6976 875.506 92.5308C874.512 92.3639 871.53 93.3454 870.536 91.0683C869.542 88.7912 868.061 88.1238 868.886 86.6712C869.711 85.2185 869.055 87.1619 869.711 85.2087C870.367 83.2555 868.886 83.0887 869.88 80.4877L870.874 77.8867C869.958 77.5265 869.178 76.8933 868.644 76.0753C868.109 75.2573 867.847 74.2951 867.892 73.3227C868.051 69.907 868.379 69.75 869.701 68.4152C871.023 67.0803 869.701 66.7859 872.176 65.4706C874.651 64.1554 875.635 63.9984 876.958 64.1652C878.28 64.3321 877.286 62.7028 879.592 61.3974C881.898 60.092 882.723 61.3974 882.882 60.092C883.041 58.7866 882.554 57.491 883.707 56.5193C884.86 55.5476 884.86 56.0285 885.854 56.1954C886.848 56.3623 887.007 54.89 888.33 54.0753C889.652 53.2607 891.312 53.0938 891.789 54.2422C892.266 55.3906 893.777 56.2052 894.095 56.5193C894.413 56.8334 895.417 55.2139 897.226 55.5378C899.036 55.8617 900.358 57.0002 901.511 55.8617C902.664 54.7231 904.642 52.6129 905.964 53.7515C907.286 54.89 908.598 58.659 908.598 58.659C908.598 58.659 907.604 53.457 908.926 52.9662C910.249 52.4755 912.386 51.9847 912.227 50.3653C912.068 48.7458 912.555 45.3203 914.533 45.3203C915.733 45.3244 916.917 45.5997 917.992 46.1251C917.992 46.1251 917.833 43.0334 920.299 43.8481C922.764 44.6627 924.424 45.8111 925.269 44.5057C926.114 43.2003 926.581 42.0617 928.559 42.3856C930.537 42.7095 932.685 44.1818 933.669 42.5525C934.653 40.9232 935.816 37.6449 938.122 39.6079C940.428 41.571 940.756 42.6997 941.909 42.2188C943.063 41.7378 943.897 40.2557 944.057 42.8665C944.142 44.3486 944.362 45.8202 944.713 47.2637C944.713 47.2637 948.51 46.1153 949.822 48.2452C951.134 50.3751 955.101 48.0783 955.786 51.1897C956.168 53.0988 955.996 55.0756 955.289 56.8923C955.289 56.8923 958.093 54.7722 959.584 56.5684C961.075 58.3645 962.218 54.4483 964.027 56.4015C965.836 58.3547 966.671 60.1411 967.328 59.4933C967.984 58.8455 971.781 59.3362 972.934 60.6318C974.087 61.9274 976.721 57.864 978.7 60.4748C979.624 61.763 980.672 62.9595 981.831 64.0475C981.831 64.0475 986.443 62.428 985.946 65.3529C985.605 67.1552 984.613 68.7738 983.153 69.907C983.153 69.907 986.771 70.5647 987.129 72.351L987.457 74.1373C987.457 74.1373 991.433 72.1743 991.433 75.2759C991.433 78.3774 987.308 81.3023 986.324 81.1649C985.34 81.0275 985.986 86.8675 984.674 87.5153C983.362 88.1631 987.964 92.7271 985.171 94.3858C984.348 94.8558 983.419 95.1171 982.469 95.1462C981.518 95.1753 980.575 94.9714 979.723 94.5527C979.723 94.5527 979.723 98.2922 977.417 98.4787C975.111 98.6652 973.133 97.1733 973.133 95.0631V91.2842C973.133 91.2842 970.658 93.4043 969.505 91.775C968.351 90.1457 967.039 87.7116 964.892 88.6833C962.745 89.655 956.94 98.1254 956.82 98.94' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M914.296 92.1382C913.143 91.1566 913.799 88.2121 912.308 88.8894C911.284 89.3849 910.147 89.6082 909.008 89.5372C907.855 89.5372 908.014 92.6289 905.718 91.5002C903.421 90.3714 902.586 90.0377 902.586 90.0377C902.586 90.0377 902.249 92.8056 899.783 90.5187C897.318 88.2318 897.477 86.1313 897.477 86.1313C897.477 86.1313 892.03 86.6221 892.855 84.3352C893.68 82.0483 895.658 82.2249 895.161 80.5956C894.664 78.9663 895.161 79.4571 895.33 76.6696C895.499 73.8821 892.855 71.6247 895.658 70.3193C898.461 69.0139 901.423 71.4676 901.622 69.1807C901.821 66.8938 900.797 65.9319 903.928 65.4412C907.06 64.9504 908.899 65.1173 908.899 64.6265C908.899 64.1358 911.364 60.887 914.495 62.0255C915.996 62.5124 917.434 63.1712 918.78 63.9886C918.78 63.9886 919.774 62.6831 920.43 65.1271C921.086 67.571 921.424 69.1905 922.08 69.1905C922.736 69.1905 924.068 72.2823 925.38 70.8198C926.692 69.3574 927.189 68.7096 928.671 69.5242C930.152 70.3389 929.496 73.0969 931.802 71.1437C934.108 69.1905 935.43 69.3574 936.424 69.3574C937.418 69.3574 937.08 68.3759 938.562 67.0803C940.043 65.7847 941.037 67.2373 942.538 66.5895C944.039 65.9417 944.019 65.2841 945.341 66.2656C946.663 67.2472 947.488 69.0335 948.472 67.7281C949.093 67.0296 949.922 66.5432 950.84 66.3387C951.758 66.1341 952.718 66.222 953.582 66.5895C955.391 67.4042 956.564 65.608 957.707 67.2373C958.85 68.8666 958.363 70.1819 959.188 69.6813C960.013 69.1807 963.165 69.8481 961.823 72.2823C960.481 74.7164 963.811 74.7262 963.304 76.5224C963.101 77.0645 962.746 77.5378 962.278 77.8858C961.811 78.2339 961.253 78.442 960.669 78.4854C960.669 78.4854 960.997 80.9195 960.5 81.901C960.003 82.8825 963.801 84.8456 961.166 85.3167C959.577 85.6037 957.935 85.3144 956.544 84.502C956.544 84.502 957.866 86.946 955.729 87.2699C954.886 87.4848 954.001 87.4774 953.161 87.2483C952.322 87.0192 951.559 86.5765 950.947 85.9645C949.466 84.6689 946.971 84.502 946.494 85.6406C946.017 86.7791 943.86 89.3801 944.019 92.148' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M939.951 91.157C940.806 89.6649 941.206 87.9608 941.104 86.2494C940.945 84.1392 939.951 83.1577 939.116 83.1577C938.281 83.1577 937.953 84.1392 936.799 83.1577C935.646 82.1762 933.996 83.8153 933.34 82.1762C932.684 80.5371 934.662 80.38 933.012 78.9176C931.362 77.4551 930.03 78.2698 931.69 75.6688C933.35 73.0678 933.837 74.0395 933.678 72.2433C933.519 70.4472 933.678 69.9663 934.672 69.2988' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M928.576 69.4854C928.417 70.6239 928.248 76.9644 929.242 78.103' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M925.289 70.7803C925.289 70.7803 925.617 73.5481 924.623 74.3628C923.629 75.1774 922.814 75.3443 923.47 76.4828C924.126 77.6214 926.273 77.6214 923.639 78.917C921.005 80.2125 920.18 80.7131 920.18 79.5746C920.18 78.436 921.989 77.6116 920.18 78.436C918.371 79.2605 917.197 82.0087 916.72 80.5463C916.243 79.0838 917.048 77.6017 915.229 79.0838C913.41 80.5659 913.092 76.4828 912.247 77.6214C911.402 78.7599 913.559 81.3609 911.75 81.8517C909.941 82.3424 907.138 82.6663 908.122 82.9902C909.106 83.3141 912.406 84.4527 912.903 85.5912' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M918.033 90.9603C917.705 90.3125 913.251 88.1924 915.895 82.1758' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M925.291 79.3789C926.093 80.5401 926.547 81.9006 926.603 83.3049C926.55 85.4285 926.387 87.548 926.116 89.6553' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M932.537 83.6387C932.537 83.6387 932.378 88.6836 932.706 89.5277' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M942.923 85.101C943.082 82.3331 941.104 80.8707 942.267 80.3799C943.43 79.8892 942.595 82.8239 944.732 82.0092C946.869 81.1946 946.879 80.5468 948.529 81.3614C949.572 81.9111 950.474 82.6902 951.164 83.6385' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M953.302 88.0352C953.399 89.6781 953.289 91.3266 952.974 92.9427C952.619 94.0957 951.928 95.1198 950.986 95.8872' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 705 145 L-336 145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
81
- background-repeat: no-repeat;
82
- background-size: cover;
83
- background-position: 100% 100%;
84
- height: 90px;
85
- flex: 1;
86
- ${mq.range({ from: breakpoints.mobileWide })} {
87
- height: 117px;
88
- }
89
- ${mq.range({ from: breakpoints.tabletWide })} {
90
- height: 128px;
91
- }
92
- ${mq.range({ from: breakpoints.desktop })} {
93
- background-size: auto 100%;
94
- height: 178px;
95
- }
96
- ${mq.range({ from: '1120px' })} {
97
- margin-top: -56px;
98
- }
99
- `;
100
-
101
- export const PublicHealthClimateIllustration = styled.div`
102
- background-image: url("data:image/svg+xml,%3Csvg width='1440' height='175' viewBox='-336 0 1440 175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.833 99.0797C606.495 99.065 606.159 99.1524 605.87 99.3306C605.581 99.5087 605.352 99.7696 605.211 100.08C604.445 101.81 603.54 105.26 605.211 107.519C607.45 110.519 609.858 107.429 610.187 105.27C610.505 103.34 610.117 99.1397 606.833 99.0797Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M605.551 99.7397C605.79 99.5397 607.013 97.7397 608.993 98.6197' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M609.939 102.42C609.103 102.236 608.231 102.327 607.451 102.68' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M603.709 106.06C598.284 107.277 593.371 110.16 589.649 114.309C583.57 121.179 586.008 123.539 589.042 122.629C592.077 121.719 594.814 116.209 599.222 113.079C603.63 109.949 605.072 107.81 605.072 107.81' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M589.65 122.549C590.108 122.629 597.78 128.809 597.929 130.029C598.078 131.249 592.307 143.248 592.307 143.548C592.307 143.848 600.267 142.858 598.616 144.008C596.964 145.158 593.531 145.538 592.307 143.858' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M586.565 122.419C586.565 122.419 581.64 131.919 580.924 133.019C578.934 136.019 572.496 142.788 572.496 142.788C572.496 142.788 579.202 142.368 577.68 144.278C576.157 146.188 572.307 142.998 572.307 142.998' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M599.73 109.819C599.73 110.039 594.137 118.499 596.337 121.179C597.932 122.894 600.018 124.068 602.307 124.539C602.307 124.539 605.819 122.719 605.949 123.909C606.158 125.719 602.416 124.609 602.416 124.609' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M602.645 110.369C602.724 110.679 604.923 118.279 606.625 118.499C608.326 118.719 616.426 114.379 617.331 114.309C618.237 114.239 619.321 115.919 618.983 116.369' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M625.044 95.829C624.543 96.153 624.13 96.596 623.84 97.1189C623.193 98.9489 622.467 105.219 626.337 105.119C630.447 105.039 631.014 100.979 630.447 99.2789C629.88 97.5789 628.327 93.929 625.044 95.829Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M623.422 99.8792C623.501 99.6392 624.546 98.6593 626.407 99.2292' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M630.605 103.239C631.043 103.239 649.143 112.239 648.844 116.909C648.596 120.619 645.939 121.419 644.377 120.909C644.008 120.8 643.682 120.58 643.441 120.279C642.446 118.899 635.391 109.509 632.576 107.449C629.76 105.389 629.62 103.239 630.605 103.239Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M643.949 120.729C643.411 120.729 629.023 126.068 628.824 126.988C628.625 127.908 626.476 143.858 626.168 143.988C625.859 144.118 620.466 141.618 620.774 143.678C621.083 145.738 625.332 144.288 625.859 144.138' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M646.935 120.418C646.477 120.728 638.805 128.898 639.711 130.498C640.616 132.098 652.169 143.017 652.089 143.627C652.009 144.237 644.477 142.007 645.89 144.187C647.203 146.187 652.179 144.187 652.179 144.187' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M632.357 105.999C632.357 105.999 623.84 115.469 620.954 116.459C618.069 117.449 615.919 115.199 616.835 114.889' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M576.775 56.8306C576.602 57.0068 576.473 57.2224 576.4 57.4592C576.328 57.6959 576.313 57.9468 576.357 58.1906C576.626 59.9905 577.601 64.2904 580.666 64.6304C584.566 65.0604 585.133 60.6805 583.073 58.1606C581.173 55.8207 579.004 54.6407 576.775 56.8306Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M580.108 59.3203C578.955 59.5813 577.912 60.1964 577.123 61.0803' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M586.237 67C585.172 65.1701 583.6 63.0001 582.734 65.5501C582.362 67.2428 582.234 68.9807 582.356 70.7099C582.356 74.2998 578.844 80.9996 580.993 84.7895C584.754 91.4393 588.854 82.0496 588.058 74.0298C587.69 70.2599 586.963 68.21 586.237 67Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M580.993 84.75C580.306 84.87 572.445 89.6799 571.64 90.9398C570.834 92.1998 563.58 104.729 563.152 105.489C562.575 106.489 557.48 104.489 557.6 106.399C557.719 108.309 562.475 106.789 562.943 106.049' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M584.983 86.3594C585.093 86.8194 584.296 96.3591 585.321 97.5791C586.346 98.799 597.063 107.089 597.063 108.009C597.063 108.929 592.088 111.669 592.724 109.839C593.028 109.238 593.448 108.706 593.961 108.273C594.474 107.84 595.069 107.515 595.709 107.319' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M569.67 61C570.973 63.8125 572.675 66.4197 574.725 68.7398C577.342 71.5997 583.272 67.8198 584.336 67.0598' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M616.019 55.5308C616.019 55.5308 610.974 54.1408 609.213 58.3607C607.452 62.5806 611.024 63.8005 613.75 62.4706C617.134 60.8206 618.367 56.3507 616.019 55.5308Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M612.316 55.6201C612.316 55.6201 614.535 57.6201 614.237 58.72' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M607.919 63.5703C607.919 63.5703 600.954 74.25 604.048 80.8798C604.617 82.1371 605.371 83.3004 606.287 84.3297C608.964 87.1997 611.591 86.2497 610.695 82.3298C609.541 77.3299 607.71 73.6401 608.814 69.1202C609.919 64.6003 609.461 62.7604 607.919 63.5703Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M606.515 84.75C606.515 84.75 597.739 93.3398 597.859 94.1497C597.978 94.9597 599.908 106.969 599.908 106.969' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M610.396 85.7793C610.396 85.7793 617.033 106.519 618.058 108.699C619.083 110.879 619.541 114.758 618.058 114.068C616.576 113.379 616.536 109.119 617.501 107.439' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M609.373 65.6299C609.373 65.6299 613.015 80.3995 614.955 82.4594C616.895 84.5193 619.741 83.7194 618.149 82.9194L616.547 82.1194' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M568.108 35.4512C568.108 35.4512 563.272 54.1006 557.461 57.3005C557.461 57.3005 559.361 60.0905 558.108 61.3004' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M551.471 3.32196C551.073 4.76192 552.267 9.62178 556.446 10.6518C560.625 11.6817 563.281 9.65178 562.028 6.65187C560.855 4.09064 558.787 2.05154 556.217 0.922034C554.774 0.34205 552.406 0.00205985 551.471 3.32196Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M556.147 4.46191C555.57 4.58191 553.978 6.07187 553.291 8.82179' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M562.018 11.2814C563.272 10.3615 578.058 21.8311 574.954 32.4108C572.556 40.5406 566.287 35.7307 566.854 30.9209C567.421 26.111 565.62 18.8112 562.755 15.8013C560.138 13.0514 560.844 12.1314 562.018 11.2814Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M561.272 14.082C561.272 14.082 551.59 26.4517 545.889 27.8316C540.187 29.2116 538.367 30.1216 540.078 31.0416C541.789 31.9615 543.779 28.3316 543.779 28.3316' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M569.711 17.0615C570.049 17.1815 575.751 24.2813 579.054 22.7914C580.619 22.1399 582.044 21.1928 583.253 20.0014C583.476 19.7665 583.682 19.5159 583.87 19.2515C584.099 18.9015 580.238 16.2515 580.795 18.3315C581.194 19.8214 582.218 19.7114 582.507 19.7114' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M583.252 20.002C583.252 20.002 584.894 25.6118 585.859 25.4918C586.824 25.3718 592.824 19.312 593.023 18.792' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M573.471 36.001C573.471 36.001 579.66 54.0005 580.227 55.5804' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M595.809 17.6318C596.107 17.7118 612.067 23.5117 613.132 23.6317C614.197 23.7517 615.48 24.6316 614.953 25.2316C614.425 25.8316 613.361 25.3116 612.823 24.3916' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M598.465 37.6406C598.316 38.0206 590.137 61.17 589.878 61.26C587.986 62.0381 586.344 63.3251 585.132 64.9799C584.655 66.3898 586.834 66.9798 589.878 61.4' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M601.162 38.001L605.411 60.1403C606.058 61.7303 608.247 62.7003 607.58 64.1402' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M605.561 60.5605C605.561 60.5605 604.875 65.3004 606.745 65.4004C603.949 66.7323 601.038 67.8067 598.049 68.6103C595.541 69.1603 588.566 69.4703 587.213 68.4203' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M554.893 57.0004C554.893 57.0004 551.361 65.5901 547.371 73.4899C544.853 78.4897 549.191 80.3597 552.346 76.3498C555.5 72.3399 557.649 63.3502 557.241 59.5203C556.943 56.3504 555.57 56.4604 554.893 57.0004Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M555.391 44.3807C555.391 44.3807 550.863 46.6306 552.853 50.9105C554.843 55.1904 559.361 55.6404 559.361 51.4705C559.361 47.3006 557.57 43.8207 555.391 44.3807Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M554.543 60.0004C554.543 60.0004 557.846 65.7002 561.836 64.7003C564.716 63.8545 567.45 62.5732 569.946 60.9004C569.946 60.9004 567.657 56.6805 567.08 60.1204C566.841 61.5704 569.667 60.8304 569.667 60.8304' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M547.181 77.8799C547.181 77.8799 547.738 86.6796 547.101 88.1096C546.793 88.7996 539.201 94.2194 538.972 95.1094C538.743 95.9994 542.833 97.1093 543.708 96.3193C545.698 94.5894 540.514 94.3194 539.34 94.8494' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M550.754 78C550.973 78.23 553.938 87.7797 553.868 88.6897C553.799 89.5997 553.182 99.3694 553.64 100.439C554.097 101.509 555.172 105.729 553.988 105.599C551.938 105.369 552.854 101.109 553.082 100.599' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M558.882 49.5508C558.376 49.2339 557.806 49.0353 557.214 48.9695C556.621 48.9037 556.021 48.9725 555.459 49.1708' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M595.421 4.12226C595.113 4.12226 589.451 6.1822 591.322 11.682C593.192 17.1819 597.481 13.362 598.287 10.6121C599.093 7.86216 598.177 3.81227 595.421 4.12226Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M594.974 7.94229C594.412 7.64912 593.791 7.48947 593.157 7.4756C592.524 7.46173 591.896 7.59402 591.322 7.86229' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M594.059 15.4216C592.616 16.3415 591.422 28.0712 594.894 33.671C598.367 39.2709 603.402 39.5509 601.661 33.901C599.919 28.2512 596.417 24.9013 596.188 22.1414C595.959 19.3815 595.88 14.6616 594.059 15.4216Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M424.138 81.4893C424.138 81.4893 418.834 83.2192 421.153 87.4891C423.471 91.759 429.581 93.9489 430.108 90.289C430.635 86.6291 425.133 81.2893 423.342 82.3992' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M426.097 83.499C426.097 83.499 424.395 85.269 424.525 86.229' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M423.63 93.0686C419.053 96.2785 418.446 108.558 421.361 116.658C423.928 123.768 427.749 120.408 427.331 116.658C426.914 112.908 425.202 107.908 425.341 103.478C425.481 99.0485 426.277 95.4786 426.127 94.0486C425.938 92.8486 425.043 92.0586 423.63 93.0686Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M423.65 120.508C423.65 120.888 425.381 130.638 425.301 131.997C425.301 132.917 422.685 144.607 422.685 144.607C422.685 144.607 425.839 142.497 428.326 144.207C428.834 144.547 428.326 145.077 426.396 145.207C425.137 145.189 423.881 145.088 422.635 144.907' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M426.377 120.418C426.377 120.798 428.238 130.838 428.506 131.718C428.775 132.598 427.113 143.717 427.113 143.717C427.621 143.667 430.417 143.207 431.432 143.717C432.685 144.397 431.68 145.267 430.616 145.167' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M423.182 95.4287L422.187 120.878C422.187 120.878 422.187 127.278 421.192 126.138C420.197 124.998 420.884 121.878 421.342 121.538' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1103.18 144.325C1102.5 143.539 1102.33 142.892 1101.3 143.147C1100.1 143.33 1098.94 143.683 1097.86 144.197C1097.17 144.717 1096.14 144.462 1093.21 144.197C1090.29 143.932 1086.51 144.717 1085.82 144.197L1085.13 143.677C1083.76 144.982 1084.96 145.895 1083.76 144.982C1082.56 144.069 1082.56 142.754 1081.87 143.284L1081.19 143.804C1081.19 143.804 1076.54 141.321 1076.22 141.714C1075.89 142.106 1077.77 142.892 1077.21 143.677C1076.65 144.462 1075.66 144.462 1074.29 144.197C1072.92 143.932 1072.22 144.462 1071.02 144.462C1069.81 144.462 1070.33 143.804 1068.27 144.069C1066.22 144.334 1065.35 144.462 1065.35 144.462C1065.35 144.462 1063.63 143.019 1064.49 142.362C1065.34 141.704 1063.28 141.449 1062.6 142.362C1061.91 143.274 1060.01 144.982 1059.16 144.845C1058.3 144.707 1054.19 144.845 1053.48 144.59C1052.78 144.334 1054.68 141.841 1054 141.449C1053.31 141.056 1050.56 141.841 1050.22 143.019C1049.88 144.197 1047.98 142.234 1047.98 142.234C1047.98 142.234 1047.3 144.069 1046.61 144.325C1045.31 144.653 1043.97 144.743 1042.64 144.59C1040.92 144.462 1038.34 144.462 1037.48 144.069C1036.61 143.677 1037.65 143.019 1035.24 143.804C1032.83 144.59 1032.83 145.502 1031.8 144.59C1030.77 143.677 1031.46 143.019 1029.91 143.539' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M998.979 143.422C998.275 143.698 997.505 143.767 996.762 143.618C996.059 143.353 995.295 143.285 994.555 143.422C993.482 143.52 992.676 143.972 992.14 143.618C991.603 143.265 990.798 142.47 990.599 142.568C990.4 142.666 991.205 143.167 991.006 143.422C990.086 143.772 989.076 143.824 988.124 143.569C987.543 143.366 987.063 142.952 986.782 142.411C986.782 142.411 987.249 143.393 986.712 143.393C986.175 143.393 984.634 143.393 983.362 143.393C982.09 143.393 981.752 143.795 981.483 143.491C981.215 143.187 981.96 142.087 982.477 141.989C982.994 141.891 980.937 142.136 980.4 142.971C979.863 143.805 978.591 144.325 978.183 143.874C977.775 143.422 976.911 142.215 976.911 142.215C976.911 142.215 977.905 143.275 977.318 143.52C975.742 143.758 974.142 143.794 972.557 143.628' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M885.643 143.833C885.643 143.833 882.83 142.655 881.587 142.782C880.345 142.91 879.738 142.9 880.484 141.556L881.22 140.211C880.251 140.957 879.34 141.774 878.496 142.655C877.382 143.872 876.15 141.909 876.398 141.055C876.647 140.201 876.885 143.744 875.901 143.744C874.917 143.744 872.193 142.635 870.832 143.244C869.47 143.852 867.621 144.461 867.621 143.479C867.621 142.498 868.734 140.918 868.247 140.8C867.76 140.682 866.388 141.889 866.14 142.763C865.891 143.636 863.664 140.927 863.664 140.927C863.664 140.927 866.01 143.872 864.897 143.99C863.784 144.108 860.821 144.588 860.076 144.215C859.33 143.843 860.324 143.735 858.346 143.607C856.368 143.479 856.129 142.017 854.768 142.38C853.406 142.743 852.779 142.616 851.547 143.47C850.314 144.323 845.582 143.705 843.594 143.823M843.594 143.823C841.606 143.941 844.718 143.578 843.594 143.823ZM843.594 143.823C842.471 144.068 841.606 144.804 841.119 144.058' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M810.427 143.736C810.427 143.736 806.709 144.943 805.357 143.844C804.005 142.745 803.26 141.518 802.763 142.735C802.266 143.952 802.136 144.57 799.92 144.561C797.703 144.551 790.774 143.687 789.899 144.05C789.025 144.413 789.283 145.513 788.299 144.777C787.315 144.04 787.066 142.087 786.569 143.069C786.072 144.05 784.959 143.187 784.094 142.087C783.229 140.988 781.629 139.516 781.997 140.86C782.364 142.205 783.716 144.649 781.867 144.031C780.018 143.412 778.776 143.049 777.792 143.658C776.808 144.266 777.543 144.875 775.933 144.512C774.323 144.148 773.706 145.356 773.09 144.374C772.474 143.393 773.468 141.43 773.09 141.086C772.712 140.743 770.615 141.567 769.998 142.666C769.382 143.766 769.124 145.228 768.139 144.629C767.155 144.031 767.394 143.167 765.913 143.53C764.432 143.893 765.416 144.865 764.432 143.893C763.447 142.922 764.312 140.949 763.945 140.595C763.577 140.242 761.221 141.439 761.589 142.784C761.956 144.129 760.475 143.393 760.475 143.393C760.475 143.393 759.988 141.194 759.123 141.43C758.258 141.665 758.616 143.746 758 143.746' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M758.427 143.736C758.427 143.736 754.709 144.943 753.357 143.844C752.005 142.745 751.26 141.518 750.763 142.735C750.266 143.952 750.136 144.57 747.92 144.561C745.703 144.551 738.774 143.687 737.899 144.05C737.025 144.413 737.283 145.513 736.299 144.777C735.315 144.04 735.066 142.087 734.569 143.069C734.072 144.05 732.959 143.187 732.094 142.087C731.229 140.988 729.629 139.516 729.997 140.86C730.364 142.205 731.716 144.649 729.867 144.031C728.018 143.412 726.776 143.049 725.792 143.658C724.808 144.266 725.543 144.875 723.933 144.512C722.323 144.148 721.706 145.356 721.09 144.374C720.474 143.393 721.468 141.43 721.09 141.086C720.712 140.743 718.615 141.567 717.998 142.666C717.382 143.766 717.124 145.228 716.139 144.629C715.155 144.031 715.394 143.167 713.913 143.53C712.432 143.893 713.416 144.865 712.432 143.893C711.447 142.922 712.312 140.949 711.945 140.595C711.577 140.242 709.221 141.439 709.589 142.784C709.956 144.129 708.475 143.393 708.475 143.393C708.475 143.393 707.988 141.194 707.123 141.43C706.258 141.665 706.616 143.746 706 143.746' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.87 97.7128C1006.74 97.6317 1006.6 97.5775 1006.44 97.5534C1006.29 97.5292 1006.14 97.5357 1005.99 97.5724C1005.84 97.609 1005.7 97.6751 1005.57 97.7667C1005.45 97.8583 1005.35 97.9735 1005.27 98.1054C1004.57 99.3322 1002.88 102.728 1004.14 105.457C1004.72 106.713 1005.64 106.9 1006.5 106.438C1007.97 105.624 1009.26 102.915 1008.42 100.314C1008.22 99.2999 1007.67 98.384 1006.87 97.7128V97.7128Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.58 101.433C1006.25 101.354 1005.26 100.864 1004.51 101.188' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.92 106.252C1007.23 106.928 1007.5 107.623 1007.71 108.333' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1007.89 108.549C1007.89 108.549 1005.14 111.493 1008.56 120.72C1011.98 129.946 1014.53 128.994 1014.99 128.326C1015.46 127.659 1016.4 124.891 1014.26 118.511' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1007.02 110.669C1007.02 110.669 1008.29 117.814 1011.71 119.395' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.88 110.404C1006.88 110.404 1005.14 117.344 1002.19 119.13C999.234 120.916 994.145 120.651 993.479 120.857C992.813 121.063 992.206 121.584 992.743 121.515C993.28 121.446 993.946 121.78 993.817 121.976C993.688 122.173 992.604 124.096 993.479 123.763C994.354 123.429 994.552 121.584 995.288 121.446' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1008.15 108.48C1009.49 108.549 1017.41 113.388 1018 114.301C1018.6 115.214 1012.18 119.267 1011.91 120.062C1011.64 120.857 1011.44 122.182 1012.31 121.181C1012.84 120.575 1013.32 119.917 1013.72 119.218' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1009.16 109.147C1010.87 111.66 1013.52 116.813 1013.72 118.207' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1015.06 118.806C1015.6 118.933 1018.61 123.635 1017.73 126.481C1017.55 127.231 1017.07 127.879 1016.41 128.287C1015.75 128.694 1014.95 128.828 1014.19 128.66' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1011.84 127.276C1011.77 127.669 1007.95 140.507 1007.08 142.352C1006.2 144.198 1001.99 140.242 1001.45 141.302C1000.92 142.362 1004.07 143.883 1005.54 143.55' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1015.69 128.925C1016.29 129.72 1018.03 133.891 1019.66 135.01C1021.29 136.129 1029.51 139.113 1029.6 139.309C1029.69 139.505 1027.13 144.609 1026.52 143.235C1025.92 141.861 1027.47 140.654 1028.33 139.927' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M990.669 123.899C990.47 123.899 989.396 124.753 989.675 125.156C989.953 125.558 990.41 124.891 990.41 124.891' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.67 126.147C991.616 126.262 991.569 126.38 991.531 126.501C991.332 127.06 991.133 127.934 991.402 127.669' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M992.823 129.436C993.091 130.103 992.683 130.761 992.415 130.564C992.147 130.368 992.146 129.504 992.146 129.504' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M988.659 127.541C988.251 128.267 988.788 129.327 988.987 128.925C989.186 128.523 988.659 127.541 988.659 127.541Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M990.271 131.634C990.47 132.429 990.062 133.361 989.734 132.9' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M987.785 131.173C987.119 131.84 987.248 132.567 987.447 132.567C987.646 132.567 988.123 131.772 988.123 131.772' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.403 135.413C991.602 136.336 991.741 137.258 991.135 136.934C990.529 136.611 990.598 136.208 990.598 136.208' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M987.924 135.413C987.387 136.071 987.446 136.993 987.924 136.934C988.413 136.752 988.865 136.483 989.256 136.139' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M985.708 134.618C985.042 135.207 984.575 135.737 984.973 135.943C985.37 136.149 985.848 135.541 985.848 135.541' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M989.125 138.985C989.125 138.985 989.93 139.447 990.059 139.182' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M985.104 139.516C985.104 139.516 984.905 140.243 984.576 139.978' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M823.718 96.9869C823.201 96.928 820.606 101.188 822.724 105.713C824.841 110.237 827.555 106.763 827.475 103.367C827.464 102.817 827.411 102.269 827.316 101.728C826.869 99.1266 825.487 97.1832 823.718 96.9869Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M827.406 101.757C827.158 101.669 824.623 101.836 824.623 102.316' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M828.795 127.855C829.123 127.944 833.865 132.547 833.954 135.217C834.044 137.886 833.865 144.188 834.441 144.188C835.018 144.188 839.839 143.059 840.088 144.266C840.336 145.474 840.416 144.993 839.352 144.993C838.288 144.993 835.505 144.836 835.505 144.836' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M825.11 129.799C825.279 130.201 825.19 136.669 824.046 137.651C822.903 138.632 813.977 141.214 813.688 141.685C813.4 142.156 815.249 145.886 816.233 145.159C817.217 144.433 815.736 142.735 815.329 142.215' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M817.374 133.361C817.125 133.125 816.379 131.467 815.455 131.624C814.531 131.781 807.751 136.07 809.232 138.494C810.713 140.919 819.053 138.013 819.053 136.796C818.906 135.778 818.514 134.809 817.91 133.97' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M825.068 107.892C825.068 108.019 825.148 108.991 825.148 108.991' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.293 126.932C823.756 126.648 821.013 120.945 820.695 119.296C820.377 117.647 824.174 110.04 824.333 109.756' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.012 120.484C835.176 119.838 835.493 119.239 835.936 118.737C836.344 118.393 837.04 118.02 837.417 118.482C837.795 118.943 838.879 120.17 838.779 120.612C838.68 121.053 836.284 121.731 835.966 121.593C835.693 121.476 835.451 121.298 835.26 121.073C835.168 120.972 835.085 120.864 835.012 120.749' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.221 121.19C834.933 121.308 817.328 133.636 817.328 133.636' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.492 126.854C824.492 126.854 826.708 127.296 826.42 128.062C826.132 128.827 825.237 129.151 824.7 128.425C824.382 127.981 824.171 127.47 824.084 126.933' fill='white'/%3E%3Cpath d='M824.492 126.854C824.492 126.854 826.708 127.296 826.42 128.062C826.132 128.827 825.237 129.151 824.7 128.425C824.382 127.981 824.171 127.47 824.084 126.933' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M836.74 110.129C836.74 110.129 843.699 110.129 844.106 109.923C844.514 109.717 845.1 108.588 846.094 107.96C847.088 107.332 847.903 106.586 847.903 105.82' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M843.908 110.335C844.027 110.335 844.902 110.777 845.091 111.513C845.28 112.249 844.554 112.494 845.3 112.965C846.045 113.437 848.282 114.624 848.451 114.781' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M844.502 110.031C845.377 110.327 846.305 110.438 847.226 110.355C848.12 110.11 849.025 110.031 849.144 110.237' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.387 110.041L826.381 109.923' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M823.923 109.884C823.793 109.884 814.101 109.806 814.101 109.806C813.19 110.332 812.247 110.804 811.278 111.219C811.009 111.299 810.733 111.352 810.453 111.376' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M814.273 109.962C813.451 111.223 812.711 112.534 812.057 113.888' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M810.703 107.165C810.783 107.293 813.685 109.03 814.143 109.953' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M804.559 102.935C804.559 102.287 804.767 101.639 805.056 102.041C805.344 102.444 805.255 103.219 805.871 102.895C806.487 102.571 808.326 102.287 808.038 102.817C807.75 103.347 807.302 103.582 807.382 104.024C807.461 104.466 807.75 104.466 808.078 104.633C808.406 104.799 808.286 105.359 808.575 105.614C808.863 105.869 810.821 106.134 810.861 106.596C810.901 107.057 809.271 107.528 808.982 107.852C808.694 108.176 809.31 108.343 808.734 108.706C808.157 109.069 807.551 109.511 808.207 109.795C808.863 110.08 810.125 109.952 810.195 110.561C810.239 111.064 810.322 111.562 810.444 112.053C810.444 112.22 811.438 112.828 810.772 113.27C810.106 113.711 809.092 113.996 809.38 114.516C809.668 115.036 810.195 114.722 810.851 114.516C811.507 114.31 811.955 114.516 812.044 115.086C812.133 115.655 812.452 115.616 811.795 116.214C811.139 116.813 810.285 116.577 810.324 116.941C810.364 117.304 811.06 117.107 811.02 117.834C810.98 118.56 810.613 118.727 811.02 119.129C811.428 119.532 812.372 119.326 811.547 119.816C810.722 120.307 810.195 119.816 809.748 119.738C809.3 119.659 809.628 120.14 808.803 120.376C807.978 120.611 807.422 120.503 807.253 120.621C807.084 120.739 807.789 119.934 807.044 121.75C806.298 123.566 805.781 122.074 805.702 121.632C805.622 121.191 805.98 120.945 805.205 121.063C804.429 121.181 804.022 121.632 803.326 120.906C802.63 120.18 802.958 120.464 802.67 119.493C802.382 118.521 801.119 119.816 800.871 118.845C800.622 117.873 801.775 116.597 801.239 116.823C800.433 117.176 799.533 117.262 798.674 117.068C798.674 117.068 795.95 115.429 797.431 112.956C797.7 112.504 799.27 111.896 799.479 111.533C799.688 111.169 797.66 110.993 797.332 109.992C797.133 109.354 798.217 107.391 798.495 107.204C799.101 106.811 798.763 105.673 799.091 105.104C799.419 104.534 800.085 104.368 800.851 103.965C801.616 103.563 801.636 103.17 802.004 102.984C802.372 102.797 804.559 103.533 804.559 102.935Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M802.566 106.566C802.437 106.645 801.91 107.165 802.109 107.695' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M803.557 111.16C803.539 111.371 803.569 111.583 803.647 111.781C803.724 111.978 803.847 112.155 804.005 112.299C804.462 112.623 803.01 113.467 803.348 113.712C803.686 113.957 804.343 113.712 804.343 113.712' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M826.133 110.198C826.212 110.326 830.556 117.471 832.028 117.069C833.499 116.666 835.258 113.074 835.387 111.651C835.517 110.228 835.954 108.991 836.322 109.315C836.75 110.165 836.879 111.132 836.69 112.063C836.656 112.182 836.579 112.284 836.473 112.351C836.367 112.417 836.24 112.442 836.117 112.421C835.993 112.4 835.882 112.335 835.804 112.238C835.726 112.141 835.688 112.02 835.696 111.896' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.623 109.315C824.623 109.315 825.806 108.667 826.015 109.59C826.571 112.141 829.325 122.143 829.454 124.077' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M829.592 126.295C829.592 126.295 828.846 128.66 827.116 129.181C825.387 129.701 824.721 129.328 824.721 129.328' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.541 109.472C824.541 109.472 823.547 122.378 823.547 123.704C823.547 125.029 823.398 128.317 823.846 128.827' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M928.639 173.77C952.252 173.77 971.394 155.146 971.394 132.173C971.394 109.2 952.252 90.5771 928.639 90.5771C905.027 90.5771 885.885 109.2 885.885 132.173C885.885 155.146 905.027 173.77 928.639 173.77Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M899.384 102.189C899.871 102.189 902.366 102.032 903.997 103.171C905.627 104.309 909.762 100.226 912.237 101.708C914.713 103.19 914.046 103.818 915.528 103.985C917.009 104.152 920.498 105.772 919.504 107.077C918.51 108.382 915.388 107.077 918.51 108.373C921.631 109.668 923.122 107.558 924.275 110.336C925.429 113.113 931.532 116.038 930.051 118.963C928.57 121.888 927.904 122.889 925.081 120.926C922.257 118.963 920.11 119.621 917.665 118.963C915.219 118.305 914.534 116.519 913.54 117.658C912.545 118.796 914.534 122.869 912.058 124.175C909.583 125.48 906.79 122.869 905.965 124.989C905.14 127.11 906.293 132.959 902.983 134.265C899.672 135.57 898.539 134.098 896.223 134.098C893.907 134.098 891.78 135.079 893.43 131.821C895.08 128.562 898.4 126.452 895.895 126.609C893.39 126.766 890.626 129.377 888.648 129.377H886.66' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M915.896 123.546C916.721 122.407 916.224 119.806 919.356 121.583C922.487 123.359 921.662 124.527 924.962 123.87C928.262 123.212 927.427 123.055 930.231 126.147C933.034 129.239 935.996 131.054 934.356 132.33C932.716 133.606 933.034 131.192 931.881 134.608C930.728 138.023 933.69 139.809 929.078 139.976C924.465 140.143 924.962 136.561 922.646 138.514C920.33 140.467 919.853 139.329 918.67 142.096C917.487 144.864 918.511 143.235 918.67 148.967C918.829 154.699 916.682 163.935 914.226 163.611C911.771 163.287 912.238 162.315 908.948 161.01C905.657 159.705 903.679 160.029 903.341 154.66C903.003 149.291 904.504 149.458 903.182 145.384C901.86 141.311 899.057 142.136 901.86 139.495C904.663 136.855 904.504 139.014 905.836 136.08C907.168 133.145 907.317 133.312 907.824 130.878C908.331 128.444 906.174 128.267 908.819 127.295C911.463 126.324 909.147 127.128 912.437 125.833C915.727 124.537 915.896 123.546 915.896 123.546Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M931.055 95.5146C928.351 95.5146 926.939 97.9586 929.405 99.4407C931.87 100.923 934.514 100.589 934.514 103.19C934.514 105.791 935.339 104.172 938.49 105.791C941.642 107.411 943.272 111.484 943.928 107.754C944.584 104.024 942.934 103.524 945.081 102.542C947.228 101.561 952.338 99.9412 947.397 98.4788C942.045 97.0326 936.578 96.041 931.055 95.5146V95.5146Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M955.945 100.727C954.792 101.217 948.857 102.189 949.841 104.957C950.825 107.725 952.972 105.614 951.66 109.511C950.348 113.408 946.69 112.603 950.01 114.232C951.984 115.267 954.09 116.033 956.273 116.509C958.082 117 961.382 117 962.863 120.906C964.344 124.813 966.84 125.951 966.323 129.367C965.806 132.783 966.82 134.903 967.973 133.597C969.126 132.292 970.955 129.671 970.955 129.671' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M969.962 140.438C969.306 139.133 968.968 138.976 967.487 137.494C966.005 136.012 964.504 136.198 960.896 137.494C957.288 138.79 951.333 137.661 951.005 139.771C950.677 141.881 951.671 141.4 950.677 141.891C949.683 142.382 944.584 139.447 944.912 144.659C945.24 149.871 947.546 151.166 946.562 154.582C945.578 157.998 949.196 158.812 951.174 161.747C953.152 164.682 957.138 163.71 957.138 163.71' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M902.704 98.4492C902.048 97.8015 898.419 95.5047 897.435 93.5417C897.15 92.8627 896.724 92.2501 896.184 91.743C895.645 91.236 895.005 90.8457 894.304 90.5972C893.141 90.1064 892.157 88.9679 891.163 91.5787C890.169 94.1895 891.332 97.9192 889.353 97.2714C887.375 96.6236 888.528 94.8275 886.222 96.7807C883.916 98.7339 882.763 100.196 880.616 98.9007C878.468 97.6052 876.997 96.7807 876.997 94.9747C876.997 93.1687 876.5 92.6976 875.506 92.5308C874.512 92.3639 871.53 93.3454 870.536 91.0683C869.542 88.7912 868.061 88.1238 868.886 86.6712C869.711 85.2185 869.055 87.1619 869.711 85.2087C870.367 83.2555 868.886 83.0887 869.88 80.4877L870.874 77.8867C869.958 77.5265 869.178 76.8933 868.644 76.0753C868.109 75.2573 867.847 74.2951 867.892 73.3227C868.051 69.907 868.379 69.75 869.701 68.4152C871.023 67.0803 869.701 66.7859 872.176 65.4706C874.651 64.1554 875.635 63.9984 876.958 64.1652C878.28 64.3321 877.286 62.7028 879.592 61.3974C881.898 60.092 882.723 61.3974 882.882 60.092C883.041 58.7866 882.554 57.491 883.707 56.5193C884.86 55.5476 884.86 56.0285 885.854 56.1954C886.848 56.3623 887.007 54.89 888.33 54.0753C889.652 53.2607 891.312 53.0938 891.789 54.2422C892.266 55.3906 893.777 56.2052 894.095 56.5193C894.413 56.8334 895.417 55.2139 897.226 55.5378C899.036 55.8617 900.358 57.0002 901.511 55.8617C902.664 54.7231 904.642 52.6129 905.964 53.7515C907.286 54.89 908.598 58.659 908.598 58.659C908.598 58.659 907.604 53.457 908.926 52.9662C910.249 52.4755 912.386 51.9847 912.227 50.3653C912.068 48.7458 912.555 45.3203 914.533 45.3203C915.733 45.3244 916.917 45.5997 917.992 46.1251C917.992 46.1251 917.833 43.0334 920.299 43.8481C922.764 44.6627 924.424 45.8111 925.269 44.5057C926.114 43.2003 926.581 42.0617 928.559 42.3856C930.537 42.7095 932.685 44.1818 933.669 42.5525C934.653 40.9232 935.816 37.6449 938.122 39.6079C940.428 41.571 940.756 42.6997 941.909 42.2188C943.063 41.7378 943.897 40.2557 944.057 42.8665C944.142 44.3486 944.362 45.8202 944.713 47.2637C944.713 47.2637 948.51 46.1153 949.822 48.2452C951.134 50.3751 955.101 48.0783 955.786 51.1897C956.168 53.0988 955.996 55.0756 955.289 56.8923C955.289 56.8923 958.093 54.7722 959.584 56.5684C961.075 58.3645 962.218 54.4483 964.027 56.4015C965.836 58.3547 966.671 60.1411 967.328 59.4933C967.984 58.8455 971.781 59.3362 972.934 60.6318C974.087 61.9274 976.721 57.864 978.7 60.4748C979.624 61.763 980.672 62.9595 981.831 64.0475C981.831 64.0475 986.443 62.428 985.946 65.3529C985.605 67.1552 984.613 68.7738 983.153 69.907C983.153 69.907 986.771 70.5647 987.129 72.351L987.457 74.1373C987.457 74.1373 991.433 72.1743 991.433 75.2759C991.433 78.3774 987.308 81.3023 986.324 81.1649C985.34 81.0275 985.986 86.8675 984.674 87.5153C983.362 88.1631 987.964 92.7271 985.171 94.3858C984.348 94.8558 983.419 95.1171 982.469 95.1462C981.518 95.1753 980.575 94.9714 979.723 94.5527C979.723 94.5527 979.723 98.2922 977.417 98.4787C975.111 98.6652 973.133 97.1733 973.133 95.0631V91.2842C973.133 91.2842 970.658 93.4043 969.505 91.775C968.351 90.1457 967.039 87.7116 964.892 88.6833C962.745 89.655 956.94 98.1254 956.82 98.94' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M914.296 92.1382C913.143 91.1566 913.799 88.2121 912.308 88.8894C911.284 89.3849 910.147 89.6082 909.008 89.5372C907.855 89.5372 908.014 92.6289 905.718 91.5002C903.421 90.3714 902.586 90.0377 902.586 90.0377C902.586 90.0377 902.249 92.8056 899.783 90.5187C897.318 88.2318 897.477 86.1313 897.477 86.1313C897.477 86.1313 892.03 86.6221 892.855 84.3352C893.68 82.0483 895.658 82.2249 895.161 80.5956C894.664 78.9663 895.161 79.4571 895.33 76.6696C895.499 73.8821 892.855 71.6247 895.658 70.3193C898.461 69.0139 901.423 71.4676 901.622 69.1807C901.821 66.8938 900.797 65.9319 903.928 65.4412C907.06 64.9504 908.899 65.1173 908.899 64.6265C908.899 64.1358 911.364 60.887 914.495 62.0255C915.996 62.5124 917.434 63.1712 918.78 63.9886C918.78 63.9886 919.774 62.6831 920.43 65.1271C921.086 67.571 921.424 69.1905 922.08 69.1905C922.736 69.1905 924.068 72.2823 925.38 70.8198C926.692 69.3574 927.189 68.7096 928.671 69.5242C930.152 70.3389 929.496 73.0969 931.802 71.1437C934.108 69.1905 935.43 69.3574 936.424 69.3574C937.418 69.3574 937.08 68.3759 938.562 67.0803C940.043 65.7847 941.037 67.2373 942.538 66.5895C944.039 65.9417 944.019 65.2841 945.341 66.2656C946.663 67.2472 947.488 69.0335 948.472 67.7281C949.093 67.0296 949.922 66.5432 950.84 66.3387C951.758 66.1341 952.718 66.222 953.582 66.5895C955.391 67.4042 956.564 65.608 957.707 67.2373C958.85 68.8666 958.363 70.1819 959.188 69.6813C960.013 69.1807 963.165 69.8481 961.823 72.2823C960.481 74.7164 963.811 74.7262 963.304 76.5224C963.101 77.0645 962.746 77.5378 962.278 77.8858C961.811 78.2339 961.253 78.442 960.669 78.4854C960.669 78.4854 960.997 80.9195 960.5 81.901C960.003 82.8825 963.801 84.8456 961.166 85.3167C959.577 85.6037 957.935 85.3144 956.544 84.502C956.544 84.502 957.866 86.946 955.729 87.2699C954.886 87.4848 954.001 87.4774 953.161 87.2483C952.322 87.0192 951.559 86.5765 950.947 85.9645C949.466 84.6689 946.971 84.502 946.494 85.6406C946.017 86.7791 943.86 89.3801 944.019 92.148' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M939.951 91.157C940.806 89.6649 941.206 87.9608 941.104 86.2494C940.945 84.1392 939.951 83.1577 939.116 83.1577C938.281 83.1577 937.953 84.1392 936.799 83.1577C935.646 82.1762 933.996 83.8153 933.34 82.1762C932.684 80.5371 934.662 80.38 933.012 78.9176C931.362 77.4551 930.03 78.2698 931.69 75.6688C933.35 73.0678 933.837 74.0395 933.678 72.2433C933.519 70.4472 933.678 69.9663 934.672 69.2988' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M928.576 69.4854C928.417 70.6239 928.248 76.9644 929.242 78.103' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M925.289 70.7803C925.289 70.7803 925.617 73.5481 924.623 74.3628C923.629 75.1774 922.814 75.3443 923.47 76.4828C924.126 77.6214 926.273 77.6214 923.639 78.917C921.005 80.2125 920.18 80.7131 920.18 79.5746C920.18 78.436 921.989 77.6116 920.18 78.436C918.371 79.2605 917.197 82.0087 916.72 80.5463C916.243 79.0838 917.048 77.6017 915.229 79.0838C913.41 80.5659 913.092 76.4828 912.247 77.6214C911.402 78.7599 913.559 81.3609 911.75 81.8517C909.941 82.3424 907.138 82.6663 908.122 82.9902C909.106 83.3141 912.406 84.4527 912.903 85.5912' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M918.033 90.9603C917.705 90.3125 913.251 88.1924 915.895 82.1758' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M925.291 79.3789C926.093 80.5401 926.547 81.9006 926.603 83.3049C926.55 85.4285 926.387 87.548 926.116 89.6553' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M932.537 83.6387C932.537 83.6387 932.378 88.6836 932.706 89.5277' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M942.923 85.101C943.082 82.3331 941.104 80.8707 942.267 80.3799C943.43 79.8892 942.595 82.8239 944.732 82.0092C946.869 81.1946 946.879 80.5468 948.529 81.3614C949.572 81.9111 950.474 82.6902 951.164 83.6385' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M953.302 88.0352C953.399 89.6781 953.289 91.3266 952.974 92.9427C952.619 94.0957 951.928 95.1198 950.986 95.8872' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 705 145 L-336 145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
103
- background-repeat: no-repeat;
104
- background-size: cover;
105
- background-position: 100% 100%;
106
- height: 85px;
107
- flex: 1;
108
- margin-top: 16px;
109
- ${mq.range({ from: breakpoints.mobileWide })} {
110
- height: 117px;
111
- }
112
- ${mq.range({ from: breakpoints.tabletWide })} {
113
- height: 128px;
114
- }
115
- ${mq.range({ from: '1050px' })} {
116
- background-size: auto 100%;
117
- height: 178px;
118
- margin-top: -56px;
119
- }
120
- `;
121
- export const PublicHealthDemocracyClimateIllustration = styled.div`
122
- background-image: url("data:image/svg+xml,%3Csvg width='1440' height='175' viewBox='-329 0 1440 175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M615.569 97.4309C615.569 97.4309 608.604 115.931 611.191 121.822C613.778 127.713 618.157 123.093 618.157 123.093C618.157 123.093 617.052 105.647 616.953 103.046C616.853 100.445 617.062 96.9777 615.569 97.4309Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M617.757 87.4717C617.757 87.4717 613.856 89.9837 614.195 92.9982C614.533 96.0126 616.414 97.8055 618.314 95.3033C620.215 92.8012 620.195 87.8559 617.757 87.4717Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M612.007 123.389C610.755 127.412 610.085 131.591 610.017 135.801C609.748 143.406 610.156 144.48 610.156 144.48C610.156 144.48 604.763 142.204 604.624 144.342C604.564 145.327 610.126 144.746 610.126 144.746' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M617.4 124.196C617.659 127.224 618.387 130.195 619.56 133.003C621.311 136.599 624.256 144.559 624.256 144.559C624.256 144.559 618.883 142.48 618.883 144.48C618.883 145.465 624.167 144.933 624.167 144.933' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M614.842 99.1055C614.842 99.1055 611.2 107.38 607.877 111.252' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M615.012 90.6928C615.43 90.4366 617.121 90.8602 617.629 91.1065' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M595.967 110.05C595.967 110.05 608.096 106.711 610.395 106.041C612.693 105.371 622.932 102.839 627.24 101.509C631.549 100.179 637.191 98.0319 639.24 97.9039C641.192 97.6686 643.126 97.3099 645.031 96.8301L649.081 113.912C649.081 113.912 639.917 117.921 637.758 118.187C635.599 118.453 619.419 123.261 619.419 123.261C619.419 123.261 600.514 128.058 600.514 127.664C600.514 127.27 595.967 110.05 595.967 110.05Z' fill='white' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M609.717 111.784L629.528 106.977' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M605.27 119.252C605.677 119.124 640.185 110.179 640.185 110.179' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M616.803 98.6729C616.803 98.6729 621.191 108.859 621.459 110.977C621.798 113.725 620.693 119.429 620.693 119.429C620.843 119.183 618.166 119.715 618.544 121.084C618.803 122.069 620.415 120.533 620.415 120.533' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M456.863 83.1862H470.067C473.401 83.1862 507.878 82.6345 507.878 82.6345C507.878 82.6345 531.898 83.462 531.898 83.0483C531.373 81.217 531.138 79.3161 531.202 77.4134C531.48 74.8028 531.898 71.6406 531.898 71.6406L456.645 71.7785L456.863 83.1862Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M494.943 75.079L471.202 75.2169C470.207 75.2169 468.436 75.6799 468.496 77.4827C468.565 79.6795 470.416 79.246 470.993 79.2657C473.521 79.3938 511.152 79.1771 517.978 79.1377C518.128 79.1377 518.275 79.1083 518.413 79.0511C518.551 78.9939 518.676 78.9102 518.78 78.8047C518.885 78.6992 518.967 78.5742 519.023 78.4368C519.078 78.2995 519.105 78.1526 519.103 78.0048C519.103 77.2266 519.53 75.8966 518.894 75.4927C517.899 74.8721 513.829 75.079 513.829 75.079' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M456.863 83.1865C456.863 83.1865 457.927 94.3676 457.37 97.3032C456.813 100.239 455.699 128.275 456.077 129.92C456.455 131.566 456.077 144.037 456.077 144.037' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M531.837 83.0479C531.837 83.0479 532.156 96.3863 532.156 97.667C532.156 98.9476 531.23 129.368 531.23 130.294V143.485' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M478.842 100.229C479.956 99.8646 507.697 101.332 507.697 101.332L508.623 128.827C508.623 128.827 496.036 128.088 491.598 128.453C487.462 128.629 483.319 128.57 479.19 128.275C479.19 128.275 479.558 111.597 479.558 108.11C479.5 105.47 479.261 102.837 478.842 100.229V100.229Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M485.877 109.026C487.17 108.849 494.574 120.03 494.574 119.478C494.574 118.927 501.986 108.484 501.986 108.484' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M499.39 78.7925L486.066 67.4242C486.066 67.4242 508.096 47.4461 511.609 44.5203C515.121 41.5945 520.494 34.9844 520.494 34.9844L538.266 49.1011L509.758 79.1569L499.39 78.7925Z' fill='white' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M515.837 47.998C515.837 47.998 501.031 62.6566 501.031 62.1147L515.837 47.998Z' fill='white'/%3E%3Cpath d='M515.837 47.998C515.837 47.998 501.031 62.6566 501.031 62.1147' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M526.414 50.1953L505.688 68.3411' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M535.161 50.8838C535.161 50.8838 533.569 52.5979 534.683 52.9427C535.797 53.2875 535.579 53.4254 535.579 53.4254C535.579 53.4254 537.877 65.7295 540.653 70.2709C543.429 74.8122 542.942 73.837 542.942 73.837' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M532.664 55.2188C532.664 55.2188 534.654 62.3608 536.276 66.5574C537.351 69.2665 541.002 73.6995 541.002 73.6995' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M542.246 71.1571C541.898 71.1571 537.739 86.4855 540.445 91.1549C543.848 94.7998 546.346 91.7755 546.346 91.4997C546.346 91.2239 546.485 90.1304 545.301 86.0717C544.117 82.013 544.117 76.585 543.918 74.0434C543.719 71.5019 543.57 71.0191 542.246 71.1571Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M543.609 63.1185C543.937 63.0002 546.723 63.1185 546.863 65.4532C547.002 67.7879 545.052 70.3788 543.669 70.3788C543.264 70.3533 542.871 70.2359 542.52 70.0357C542.169 69.8355 541.869 69.5579 541.644 69.2244C541.419 68.8909 541.274 68.5105 541.222 68.1127C541.169 67.715 541.21 67.3105 541.34 66.9308C542.246 63.9065 543.858 63.9755 544.892 63.6997' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M542.525 64.833C542.525 64.833 544.048 65.4536 544.326 66.0743' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M541.709 92.6035C541.848 92.8793 546.923 117.507 546.993 117.921C547.062 118.335 545.789 122.61 546.614 122.679C548.744 122.866 547.4 119.113 547.261 118.285' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M545.092 93.0371C545.37 93.4509 553.977 114.818 556.405 117.094C558.833 119.369 559.868 119.793 559.53 118.256C559.191 116.719 556.405 116.749 556.405 116.749' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M543.847 124.492C543.847 124.492 542.036 126.216 543.22 127.378C544.404 128.541 548.195 125.94 551.409 126.62C554.623 127.3 555.389 130.265 557.379 130.403C559.369 130.541 562.444 128.275 561.359 126.216C560.275 124.157 554.534 118.926 543.847 124.492Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M538.843 121.674C538.09 122.484 537.586 123.49 537.39 124.574C537.194 125.657 537.315 126.774 537.738 127.792C539.261 131.23 541.718 129.033 541.897 127.654C542.047 125.844 541.834 124.023 541.271 122.295C540.992 121.94 540.603 121.687 540.164 121.574C539.724 121.462 539.26 121.497 538.843 121.674V121.674Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M537.668 125.388C537.668 125.388 539.121 124.698 539.887 125.25' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M558.076 129.24C555.927 130.527 553.863 131.948 551.897 133.496C551.827 133.772 558.862 143.574 558.862 143.849C558.862 144.125 555.877 141.879 554.653 143.465C553.658 144.726 558.633 144.214 558.892 144.145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M545.301 127.378C548.055 126.576 550.861 125.957 553.699 125.526C554.047 125.664 553.002 132.058 553.002 132.058C553.002 132.058 550.157 131.782 550.157 132.737C550.157 133.693 551.828 133.427 551.828 133.427L551.221 143.948C551.221 143.948 547.659 142.155 546.972 143.741C546.465 144.884 550.853 144.145 550.853 144.145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M270.833 99.0797C270.495 99.065 270.159 99.1524 269.87 99.3306C269.581 99.5087 269.352 99.7696 269.211 100.08C268.445 101.81 267.54 105.26 269.211 107.519C271.45 110.519 273.858 107.429 274.187 105.27C274.505 103.34 274.117 99.1397 270.833 99.0797Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M269.551 99.7397C269.79 99.5397 271.013 97.7397 272.993 98.6197' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M273.939 102.42C273.103 102.236 272.231 102.327 271.451 102.68' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M267.709 106.06C262.284 107.277 257.371 110.16 253.649 114.309C247.57 121.179 250.008 123.539 253.042 122.629C256.077 121.719 258.814 116.209 263.222 113.079C267.63 109.949 269.072 107.81 269.072 107.81' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M253.65 122.549C254.108 122.629 261.78 128.809 261.929 130.029C262.078 131.249 256.307 143.248 256.307 143.548C256.307 143.848 264.267 142.858 262.616 144.008C260.964 145.158 257.531 145.538 256.307 143.858' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M250.565 122.419C250.565 122.419 245.64 131.919 244.924 133.019C242.934 136.019 236.496 142.788 236.496 142.788C236.496 142.788 243.202 142.368 241.68 144.278C240.157 146.188 236.307 142.998 236.307 142.998' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M263.73 109.819C263.73 110.039 258.137 118.499 260.337 121.179C261.932 122.894 264.018 124.068 266.307 124.539C266.307 124.539 269.819 122.719 269.949 123.909C270.158 125.719 266.416 124.609 266.416 124.609' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M266.645 110.369C266.724 110.679 268.923 118.279 270.625 118.499C272.326 118.719 280.426 114.379 281.331 114.309C282.237 114.239 283.321 115.919 282.983 116.369' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M289.044 95.829C288.543 96.153 288.13 96.596 287.84 97.1189C287.193 98.9489 286.467 105.219 290.337 105.119C294.447 105.039 295.014 100.979 294.447 99.2789C293.88 97.5789 292.327 93.929 289.044 95.829Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M287.422 99.8792C287.501 99.6392 288.546 98.6593 290.407 99.2292' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M294.605 103.239C295.043 103.239 313.143 112.239 312.844 116.909C312.596 120.619 309.939 121.419 308.377 120.909C308.008 120.8 307.682 120.58 307.441 120.279C306.446 118.899 299.391 109.509 296.576 107.449C293.76 105.389 293.62 103.239 294.605 103.239Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M307.949 120.729C307.411 120.729 293.023 126.068 292.824 126.988C292.625 127.908 290.476 143.858 290.168 143.988C289.859 144.118 284.466 141.618 284.774 143.678C285.083 145.738 289.332 144.288 289.859 144.138' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M310.935 120.418C310.477 120.728 302.805 128.898 303.711 130.498C304.616 132.098 316.169 143.017 316.089 143.627C316.009 144.237 308.477 142.007 309.89 144.187C311.203 146.187 316.179 144.187 316.179 144.187' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M296.357 105.999C296.357 105.999 287.84 115.469 284.954 116.459C282.069 117.449 279.919 115.199 280.835 114.889' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M240.775 56.8306C240.602 57.0068 240.473 57.2224 240.4 57.4592C240.328 57.6959 240.313 57.9468 240.357 58.1906C240.626 59.9905 241.601 64.2904 244.666 64.6304C248.566 65.0604 249.133 60.6805 247.073 58.1606C245.173 55.8207 243.004 54.6407 240.775 56.8306Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M244.108 59.3203C242.955 59.5813 241.912 60.1964 241.123 61.0803' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M250.237 67C249.172 65.1701 247.6 63.0001 246.734 65.5501C246.362 67.2428 246.234 68.9807 246.356 70.7099C246.356 74.2998 242.844 80.9996 244.993 84.7895C248.754 91.4393 252.854 82.0496 252.058 74.0298C251.69 70.2599 250.963 68.21 250.237 67Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M244.993 84.75C244.306 84.87 236.445 89.6799 235.64 90.9398C234.834 92.1998 227.58 104.729 227.152 105.489C226.575 106.489 221.48 104.489 221.6 106.399C221.719 108.309 226.475 106.789 226.943 106.049' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M248.983 86.3594C249.093 86.8194 248.296 96.3591 249.321 97.5791C250.346 98.799 261.063 107.089 261.063 108.009C261.063 108.929 256.088 111.669 256.724 109.839C257.028 109.238 257.448 108.706 257.961 108.273C258.474 107.84 259.069 107.515 259.709 107.319' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M233.67 61C234.973 63.8125 236.675 66.4197 238.725 68.7398C241.342 71.5997 247.272 67.8198 248.336 67.0598' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M280.019 55.5308C280.019 55.5308 274.974 54.1408 273.213 58.3607C271.452 62.5806 275.024 63.8005 277.75 62.4706C281.134 60.8206 282.367 56.3507 280.019 55.5308Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M276.316 55.6201C276.316 55.6201 278.535 57.6201 278.237 58.72' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M271.919 63.5703C271.919 63.5703 264.954 74.25 268.048 80.8798C268.617 82.1371 269.371 83.3004 270.287 84.3297C272.964 87.1997 275.591 86.2497 274.695 82.3298C273.541 77.3299 271.71 73.6401 272.814 69.1202C273.919 64.6003 273.461 62.7604 271.919 63.5703Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M270.515 84.75C270.515 84.75 261.739 93.3398 261.859 94.1497C261.978 94.9597 263.908 106.969 263.908 106.969' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M274.396 85.7793C274.396 85.7793 281.033 106.519 282.058 108.699C283.083 110.879 283.541 114.758 282.058 114.068C280.576 113.379 280.536 109.119 281.501 107.439' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M273.373 65.6299C273.373 65.6299 277.015 80.3995 278.955 82.4594C280.895 84.5193 283.741 83.7194 282.149 82.9194L280.547 82.1194' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M232.108 35.4512C232.108 35.4512 227.272 54.1006 221.461 57.3005C221.461 57.3005 223.361 60.0905 222.108 61.3004' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M215.471 3.32196C215.073 4.76192 216.267 9.62178 220.446 10.6518C224.625 11.6817 227.281 9.65178 226.028 6.65187C224.855 4.09064 222.787 2.05154 220.217 0.922034C218.774 0.34205 216.406 0.00205985 215.471 3.32196Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M220.147 4.46191C219.57 4.58191 217.978 6.07187 217.291 8.82179' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M226.018 11.2814C227.272 10.3615 242.058 21.8311 238.954 32.4108C236.556 40.5406 230.287 35.7307 230.854 30.9209C231.421 26.111 229.62 18.8112 226.755 15.8013C224.138 13.0514 224.844 12.1314 226.018 11.2814Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M225.272 14.082C225.272 14.082 215.59 26.4517 209.889 27.8316C204.187 29.2116 202.367 30.1216 204.078 31.0416C205.789 31.9615 207.779 28.3316 207.779 28.3316' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M233.711 17.0615C234.049 17.1815 239.751 24.2813 243.054 22.7914C244.619 22.1399 246.044 21.1928 247.253 20.0014C247.476 19.7665 247.682 19.5159 247.87 19.2515C248.099 18.9015 244.238 16.2515 244.795 18.3315C245.194 19.8214 246.218 19.7114 246.507 19.7114' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M247.252 20.002C247.252 20.002 248.894 25.6118 249.859 25.4918C250.824 25.3718 256.824 19.312 257.023 18.792' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M237.471 36.001C237.471 36.001 243.66 54.0005 244.227 55.5804' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M259.809 17.6318C260.107 17.7118 276.067 23.5117 277.132 23.6317C278.197 23.7517 279.48 24.6316 278.953 25.2316C278.425 25.8316 277.361 25.3116 276.823 24.3916' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M262.465 37.6406C262.316 38.0206 254.137 61.17 253.878 61.26C251.986 62.0381 250.344 63.3251 249.132 64.9799C248.655 66.3898 250.834 66.9798 253.878 61.4' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M265.162 38.001L269.411 60.1403C270.058 61.7303 272.247 62.7003 271.58 64.1402' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M269.561 60.5605C269.561 60.5605 268.875 65.3004 270.745 65.4004C267.949 66.7323 265.038 67.8067 262.049 68.6103C259.541 69.1603 252.566 69.4703 251.213 68.4203' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M218.893 57.0004C218.893 57.0004 215.361 65.5901 211.371 73.4899C208.853 78.4897 213.191 80.3597 216.346 76.3498C219.5 72.3399 221.649 63.3502 221.241 59.5203C220.943 56.3504 219.57 56.4604 218.893 57.0004Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M219.391 44.3807C219.391 44.3807 214.863 46.6306 216.853 50.9105C218.843 55.1904 223.361 55.6404 223.361 51.4705C223.361 47.3006 221.57 43.8207 219.391 44.3807Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M218.543 60.0004C218.543 60.0004 221.846 65.7002 225.836 64.7003C228.716 63.8545 231.45 62.5732 233.946 60.9004C233.946 60.9004 231.657 56.6805 231.08 60.1204C230.841 61.5704 233.667 60.8304 233.667 60.8304' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M211.181 77.8799C211.181 77.8799 211.738 86.6796 211.101 88.1096C210.793 88.7996 203.201 94.2194 202.972 95.1094C202.743 95.9994 206.833 97.1093 207.708 96.3193C209.698 94.5894 204.514 94.3194 203.34 94.8494' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M214.754 78C214.973 78.23 217.938 87.7797 217.868 88.6897C217.799 89.5997 217.182 99.3694 217.64 100.439C218.097 101.509 219.172 105.729 217.988 105.599C215.938 105.369 216.854 101.109 217.082 100.599' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M222.882 49.5508C222.376 49.2339 221.806 49.0353 221.214 48.9695C220.621 48.9037 220.021 48.9725 219.459 49.1708' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M259.421 4.12226C259.113 4.12226 253.451 6.1822 255.322 11.682C257.192 17.1819 261.481 13.362 262.287 10.6121C263.093 7.86216 262.177 3.81227 259.421 4.12226Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M258.974 7.94229C258.412 7.64912 257.791 7.48947 257.157 7.4756C256.524 7.46173 255.896 7.59402 255.322 7.86229' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M258.059 15.4216C256.616 16.3415 255.422 28.0712 258.894 33.671C262.367 39.2709 267.402 39.5509 265.661 33.901C263.919 28.2512 260.417 24.9013 260.188 22.1414C259.959 19.3815 259.88 14.6616 258.059 15.4216Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M88.138 81.4893C88.138 81.4893 82.8345 83.2192 85.1529 87.4891C87.4713 91.759 93.5808 93.9489 94.1081 90.289C94.6355 86.6291 89.1329 81.2893 87.3419 82.3992' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M90.0967 83.499C90.0967 83.499 88.3953 85.269 88.5246 86.229' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M87.63 93.0686C83.0528 96.2785 82.4458 108.558 85.3613 116.658C87.9284 123.768 91.7493 120.408 91.3314 116.658C90.9135 112.908 89.2021 107.908 89.3414 103.478C89.4807 99.0485 90.2767 95.4786 90.1275 94.0486C89.9384 92.8486 89.0429 92.0586 87.63 93.0686Z' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M87.6497 120.508C87.6497 120.888 89.3811 130.638 89.3015 131.997C89.3015 132.917 86.6845 144.607 86.6845 144.607C86.6845 144.607 89.8388 142.497 92.3264 144.207C92.8338 144.547 92.3264 145.077 90.396 145.207C89.1371 145.189 87.8808 145.088 86.6348 144.907' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M90.377 120.418C90.377 120.798 92.2376 130.838 92.5063 131.718C92.7749 132.598 91.1133 143.717 91.1133 143.717C91.6207 143.667 94.4167 143.207 95.4316 143.717C96.6853 144.397 95.6804 145.267 94.6157 145.167' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M87.1824 95.4287L86.1874 120.878C86.1874 120.878 86.1874 127.278 85.1924 126.138C84.1973 124.998 84.8839 121.878 85.3416 121.538' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1103.18 144.325C1102.5 143.539 1102.33 142.892 1101.3 143.147C1100.1 143.33 1098.94 143.683 1097.86 144.197C1097.17 144.717 1096.14 144.462 1093.21 144.197C1090.29 143.932 1086.51 144.717 1085.82 144.197L1085.13 143.677C1083.76 144.982 1084.96 145.895 1083.76 144.982C1082.56 144.069 1082.56 142.754 1081.87 143.284L1081.19 143.804C1081.19 143.804 1076.54 141.321 1076.22 141.714C1075.89 142.106 1077.77 142.892 1077.21 143.677C1076.65 144.462 1075.66 144.462 1074.29 144.197C1072.92 143.932 1072.22 144.462 1071.02 144.462C1069.81 144.462 1070.33 143.804 1068.27 144.069C1066.22 144.334 1065.35 144.462 1065.35 144.462C1065.35 144.462 1063.63 143.019 1064.49 142.362C1065.34 141.704 1063.28 141.449 1062.6 142.362C1061.91 143.274 1060.01 144.982 1059.16 144.845C1058.3 144.707 1054.19 144.845 1053.48 144.59C1052.78 144.334 1054.68 141.841 1054 141.449C1053.31 141.056 1050.56 141.841 1050.22 143.019C1049.88 144.197 1047.98 142.234 1047.98 142.234C1047.98 142.234 1047.3 144.069 1046.61 144.325C1045.31 144.653 1043.97 144.743 1042.64 144.59C1040.92 144.462 1038.34 144.462 1037.48 144.069C1036.61 143.677 1037.65 143.019 1035.24 143.804C1032.83 144.59 1032.83 145.502 1031.8 144.59C1030.77 143.677 1031.46 143.019 1029.91 143.539' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M998.979 143.422C998.275 143.698 997.505 143.767 996.762 143.618C996.059 143.353 995.295 143.285 994.555 143.422C993.482 143.52 992.676 143.972 992.14 143.618C991.603 143.265 990.798 142.47 990.599 142.568C990.4 142.666 991.205 143.167 991.006 143.422C990.086 143.772 989.076 143.824 988.124 143.569C987.543 143.366 987.063 142.952 986.782 142.411C986.782 142.411 987.249 143.393 986.712 143.393C986.175 143.393 984.634 143.393 983.362 143.393C982.09 143.393 981.752 143.795 981.483 143.491C981.215 143.187 981.96 142.087 982.477 141.989C982.994 141.891 980.937 142.136 980.4 142.971C979.863 143.805 978.591 144.325 978.183 143.874C977.775 143.422 976.911 142.215 976.911 142.215C976.911 142.215 977.905 143.275 977.318 143.52C975.742 143.758 974.142 143.794 972.557 143.628' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M885.643 143.833C885.643 143.833 882.83 142.655 881.587 142.782C880.345 142.91 879.738 142.9 880.484 141.556L881.22 140.211C880.251 140.957 879.34 141.774 878.496 142.655C877.382 143.872 876.15 141.909 876.398 141.055C876.647 140.201 876.885 143.744 875.901 143.744C874.917 143.744 872.193 142.635 870.832 143.244C869.47 143.852 867.621 144.461 867.621 143.479C867.621 142.498 868.734 140.918 868.247 140.8C867.76 140.682 866.388 141.889 866.14 142.763C865.891 143.636 863.664 140.927 863.664 140.927C863.664 140.927 866.01 143.872 864.897 143.99C863.784 144.108 860.821 144.588 860.076 144.215C859.33 143.843 860.324 143.735 858.346 143.607C856.368 143.479 856.129 142.017 854.768 142.38C853.406 142.743 852.779 142.616 851.547 143.47C850.314 144.323 845.582 143.705 843.594 143.823M843.594 143.823C841.606 143.941 844.718 143.578 843.594 143.823ZM843.594 143.823C842.471 144.068 841.606 144.804 841.119 144.058' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M810.427 143.736C810.427 143.736 806.709 144.943 805.357 143.844C804.005 142.745 803.26 141.518 802.763 142.735C802.266 143.952 802.136 144.57 799.92 144.561C797.703 144.551 790.774 143.687 789.899 144.05C789.025 144.413 789.283 145.513 788.299 144.777C787.315 144.04 787.066 142.087 786.569 143.069C786.072 144.05 784.959 143.187 784.094 142.087C783.229 140.988 781.629 139.516 781.997 140.86C782.364 142.205 783.716 144.649 781.867 144.031C780.018 143.412 778.776 143.049 777.792 143.658C776.808 144.266 777.543 144.875 775.933 144.512C774.323 144.148 773.706 145.356 773.09 144.374C772.474 143.393 773.468 141.43 773.09 141.086C772.712 140.743 770.615 141.567 769.998 142.666C769.382 143.766 769.124 145.228 768.139 144.629C767.155 144.031 767.394 143.167 765.913 143.53C764.432 143.893 765.416 144.865 764.432 143.893C763.447 142.922 764.312 140.949 763.945 140.595C763.577 140.242 761.221 141.439 761.589 142.784C761.956 144.129 760.475 143.393 760.475 143.393C760.475 143.393 759.988 141.194 759.123 141.43C758.258 141.665 758.616 143.746 758 143.746' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M758.427 143.736C758.427 143.736 754.709 144.943 753.357 143.844C752.005 142.745 751.26 141.518 750.763 142.735C750.266 143.952 750.136 144.57 747.92 144.561C745.703 144.551 738.774 143.687 737.899 144.05C737.025 144.413 737.283 145.513 736.299 144.777C735.315 144.04 735.066 142.087 734.569 143.069C734.072 144.05 732.959 143.187 732.094 142.087C731.229 140.988 729.629 139.516 729.997 140.86C730.364 142.205 731.716 144.649 729.867 144.031C728.018 143.412 726.776 143.049 725.792 143.658C724.808 144.266 725.543 144.875 723.933 144.512C722.323 144.148 721.706 145.356 721.09 144.374C720.474 143.393 721.468 141.43 721.09 141.086C720.712 140.743 718.615 141.567 717.998 142.666C717.382 143.766 717.124 145.228 716.139 144.629C715.155 144.031 715.394 143.167 713.913 143.53C712.432 143.893 713.416 144.865 712.432 143.893C711.447 142.922 712.312 140.949 711.945 140.595C711.577 140.242 709.221 141.439 709.589 142.784C709.956 144.129 708.475 143.393 708.475 143.393C708.475 143.393 707.988 141.194 707.123 141.43C706.258 141.665 706.616 143.746 706 143.746' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.87 97.7128C1006.74 97.6317 1006.6 97.5775 1006.44 97.5534C1006.29 97.5292 1006.14 97.5357 1005.99 97.5724C1005.84 97.609 1005.7 97.6751 1005.57 97.7667C1005.45 97.8583 1005.35 97.9735 1005.27 98.1054C1004.57 99.3322 1002.88 102.728 1004.14 105.457C1004.72 106.713 1005.64 106.9 1006.5 106.438C1007.97 105.624 1009.26 102.915 1008.42 100.314C1008.22 99.2999 1007.67 98.384 1006.87 97.7128V97.7128Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.58 101.433C1006.25 101.354 1005.26 100.864 1004.51 101.188' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.92 106.252C1007.23 106.928 1007.5 107.623 1007.71 108.333' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1007.89 108.549C1007.89 108.549 1005.14 111.493 1008.56 120.72C1011.98 129.946 1014.53 128.994 1014.99 128.326C1015.46 127.659 1016.4 124.891 1014.26 118.511' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1007.02 110.669C1007.02 110.669 1008.29 117.814 1011.71 119.395' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1006.88 110.404C1006.88 110.404 1005.14 117.344 1002.19 119.13C999.234 120.916 994.145 120.651 993.479 120.857C992.813 121.063 992.206 121.584 992.743 121.515C993.28 121.446 993.946 121.78 993.817 121.976C993.688 122.173 992.604 124.096 993.479 123.763C994.354 123.429 994.552 121.584 995.288 121.446' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1008.15 108.48C1009.49 108.549 1017.41 113.388 1018 114.301C1018.6 115.214 1012.18 119.267 1011.91 120.062C1011.64 120.857 1011.44 122.182 1012.31 121.181C1012.84 120.575 1013.32 119.917 1013.72 119.218' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1009.16 109.147C1010.87 111.66 1013.52 116.813 1013.72 118.207' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1015.06 118.806C1015.6 118.933 1018.61 123.635 1017.73 126.481C1017.55 127.231 1017.07 127.879 1016.41 128.287C1015.75 128.694 1014.95 128.828 1014.19 128.66' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1011.84 127.276C1011.77 127.669 1007.95 140.507 1007.08 142.352C1006.2 144.198 1001.99 140.242 1001.45 141.302C1000.92 142.362 1004.07 143.883 1005.54 143.55' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1015.69 128.925C1016.29 129.72 1018.03 133.891 1019.66 135.01C1021.29 136.129 1029.51 139.113 1029.6 139.309C1029.69 139.505 1027.13 144.609 1026.52 143.235C1025.92 141.861 1027.47 140.654 1028.33 139.927' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M990.669 123.899C990.47 123.899 989.396 124.753 989.675 125.156C989.953 125.558 990.41 124.891 990.41 124.891' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.67 126.147C991.616 126.262 991.569 126.38 991.531 126.501C991.332 127.06 991.133 127.934 991.402 127.669' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M992.823 129.436C993.091 130.103 992.683 130.761 992.415 130.564C992.147 130.368 992.146 129.504 992.146 129.504' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M988.659 127.541C988.251 128.267 988.788 129.327 988.987 128.925C989.186 128.523 988.659 127.541 988.659 127.541Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M990.271 131.634C990.47 132.429 990.062 133.361 989.734 132.9' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M987.785 131.173C987.119 131.84 987.248 132.567 987.447 132.567C987.646 132.567 988.123 131.772 988.123 131.772' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M991.403 135.413C991.602 136.336 991.741 137.258 991.135 136.934C990.529 136.611 990.598 136.208 990.598 136.208' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M987.924 135.413C987.387 136.071 987.446 136.993 987.924 136.934C988.413 136.752 988.865 136.483 989.256 136.139' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M985.708 134.618C985.042 135.207 984.575 135.737 984.973 135.943C985.37 136.149 985.848 135.541 985.848 135.541' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M989.125 138.985C989.125 138.985 989.93 139.447 990.059 139.182' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M985.104 139.516C985.104 139.516 984.905 140.243 984.576 139.978' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M823.718 96.9869C823.201 96.928 820.606 101.188 822.724 105.713C824.841 110.237 827.555 106.763 827.475 103.367C827.464 102.817 827.411 102.269 827.316 101.728C826.869 99.1266 825.487 97.1832 823.718 96.9869Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M827.406 101.757C827.158 101.669 824.623 101.836 824.623 102.316' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M828.795 127.855C829.123 127.944 833.865 132.547 833.954 135.217C834.044 137.886 833.865 144.188 834.441 144.188C835.018 144.188 839.839 143.059 840.088 144.266C840.336 145.474 840.416 144.993 839.352 144.993C838.288 144.993 835.505 144.836 835.505 144.836' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M825.11 129.799C825.279 130.201 825.19 136.669 824.046 137.651C822.903 138.632 813.977 141.214 813.688 141.685C813.4 142.156 815.249 145.886 816.233 145.159C817.217 144.433 815.736 142.735 815.329 142.215' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M817.374 133.361C817.125 133.125 816.379 131.467 815.455 131.624C814.531 131.781 807.751 136.07 809.232 138.494C810.713 140.919 819.053 138.013 819.053 136.796C818.906 135.778 818.514 134.809 817.91 133.97' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M825.068 107.892C825.068 108.019 825.148 108.991 825.148 108.991' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.293 126.932C823.756 126.648 821.013 120.945 820.695 119.296C820.377 117.647 824.174 110.04 824.333 109.756' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.012 120.484C835.176 119.838 835.493 119.239 835.936 118.737C836.344 118.393 837.04 118.02 837.417 118.482C837.795 118.943 838.879 120.17 838.779 120.612C838.68 121.053 836.284 121.731 835.966 121.593C835.693 121.476 835.451 121.298 835.26 121.073C835.168 120.972 835.085 120.864 835.012 120.749' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.221 121.19C834.933 121.308 817.328 133.636 817.328 133.636' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.492 126.854C824.492 126.854 826.708 127.296 826.42 128.062C826.132 128.827 825.237 129.151 824.7 128.425C824.382 127.981 824.171 127.47 824.084 126.933' fill='white'/%3E%3Cpath d='M824.492 126.854C824.492 126.854 826.708 127.296 826.42 128.062C826.132 128.827 825.237 129.151 824.7 128.425C824.382 127.981 824.171 127.47 824.084 126.933' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M836.74 110.129C836.74 110.129 843.699 110.129 844.106 109.923C844.514 109.717 845.1 108.588 846.094 107.96C847.088 107.332 847.903 106.586 847.903 105.82' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M843.908 110.335C844.027 110.335 844.902 110.777 845.091 111.513C845.28 112.249 844.554 112.494 845.3 112.965C846.045 113.437 848.282 114.624 848.451 114.781' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M844.502 110.031C845.377 110.327 846.305 110.438 847.226 110.355C848.12 110.11 849.025 110.031 849.144 110.237' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M835.387 110.041L826.381 109.923' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M823.923 109.884C823.793 109.884 814.101 109.806 814.101 109.806C813.19 110.332 812.247 110.804 811.278 111.219C811.009 111.299 810.733 111.352 810.453 111.376' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M814.273 109.962C813.451 111.223 812.711 112.534 812.057 113.888' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M810.703 107.165C810.783 107.293 813.685 109.03 814.143 109.953' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M804.559 102.935C804.559 102.287 804.767 101.639 805.056 102.041C805.344 102.444 805.255 103.219 805.871 102.895C806.487 102.571 808.326 102.287 808.038 102.817C807.75 103.347 807.302 103.582 807.382 104.024C807.461 104.466 807.75 104.466 808.078 104.633C808.406 104.799 808.286 105.359 808.575 105.614C808.863 105.869 810.821 106.134 810.861 106.596C810.901 107.057 809.271 107.528 808.982 107.852C808.694 108.176 809.31 108.343 808.734 108.706C808.157 109.069 807.551 109.511 808.207 109.795C808.863 110.08 810.125 109.952 810.195 110.561C810.239 111.064 810.322 111.562 810.444 112.053C810.444 112.22 811.438 112.828 810.772 113.27C810.106 113.711 809.092 113.996 809.38 114.516C809.668 115.036 810.195 114.722 810.851 114.516C811.507 114.31 811.955 114.516 812.044 115.086C812.133 115.655 812.452 115.616 811.795 116.214C811.139 116.813 810.285 116.577 810.324 116.941C810.364 117.304 811.06 117.107 811.02 117.834C810.98 118.56 810.613 118.727 811.02 119.129C811.428 119.532 812.372 119.326 811.547 119.816C810.722 120.307 810.195 119.816 809.748 119.738C809.3 119.659 809.628 120.14 808.803 120.376C807.978 120.611 807.422 120.503 807.253 120.621C807.084 120.739 807.789 119.934 807.044 121.75C806.298 123.566 805.781 122.074 805.702 121.632C805.622 121.191 805.98 120.945 805.205 121.063C804.429 121.181 804.022 121.632 803.326 120.906C802.63 120.18 802.958 120.464 802.67 119.493C802.382 118.521 801.119 119.816 800.871 118.845C800.622 117.873 801.775 116.597 801.239 116.823C800.433 117.176 799.533 117.262 798.674 117.068C798.674 117.068 795.95 115.429 797.431 112.956C797.7 112.504 799.27 111.896 799.479 111.533C799.688 111.169 797.66 110.993 797.332 109.992C797.133 109.354 798.217 107.391 798.495 107.204C799.101 106.811 798.763 105.673 799.091 105.104C799.419 104.534 800.085 104.368 800.851 103.965C801.616 103.563 801.636 103.17 802.004 102.984C802.372 102.797 804.559 103.533 804.559 102.935Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M802.566 106.566C802.437 106.645 801.91 107.165 802.109 107.695' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M803.557 111.16C803.539 111.371 803.569 111.583 803.647 111.781C803.724 111.978 803.847 112.155 804.005 112.299C804.462 112.623 803.01 113.467 803.348 113.712C803.686 113.957 804.343 113.712 804.343 113.712' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M826.133 110.198C826.212 110.326 830.556 117.471 832.028 117.069C833.499 116.666 835.258 113.074 835.387 111.651C835.517 110.228 835.954 108.991 836.322 109.315C836.75 110.165 836.879 111.132 836.69 112.063C836.656 112.182 836.579 112.284 836.473 112.351C836.367 112.417 836.24 112.442 836.117 112.421C835.993 112.4 835.882 112.335 835.804 112.238C835.726 112.141 835.688 112.02 835.696 111.896' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.623 109.315C824.623 109.315 825.806 108.667 826.015 109.59C826.571 112.141 829.325 122.143 829.454 124.077' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M829.592 126.295C829.592 126.295 828.846 128.66 827.116 129.181C825.387 129.701 824.721 129.328 824.721 129.328' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M824.541 109.472C824.541 109.472 823.547 122.378 823.547 123.704C823.547 125.029 823.398 128.317 823.846 128.827' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M928.639 173.77C952.252 173.77 971.394 155.146 971.394 132.173C971.394 109.2 952.252 90.5771 928.639 90.5771C905.027 90.5771 885.885 109.2 885.885 132.173C885.885 155.146 905.027 173.77 928.639 173.77Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M899.384 102.189C899.871 102.189 902.366 102.032 903.997 103.171C905.627 104.309 909.762 100.226 912.237 101.708C914.713 103.19 914.046 103.818 915.528 103.985C917.009 104.152 920.498 105.772 919.504 107.077C918.51 108.382 915.388 107.077 918.51 108.373C921.631 109.668 923.122 107.558 924.275 110.336C925.429 113.113 931.532 116.038 930.051 118.963C928.57 121.888 927.904 122.889 925.081 120.926C922.257 118.963 920.11 119.621 917.665 118.963C915.219 118.305 914.534 116.519 913.54 117.658C912.545 118.796 914.534 122.869 912.058 124.175C909.583 125.48 906.79 122.869 905.965 124.989C905.14 127.11 906.293 132.959 902.983 134.265C899.672 135.57 898.539 134.098 896.223 134.098C893.907 134.098 891.78 135.079 893.43 131.821C895.08 128.562 898.4 126.452 895.895 126.609C893.39 126.766 890.626 129.377 888.648 129.377H886.66' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M915.896 123.546C916.721 122.407 916.224 119.806 919.356 121.583C922.487 123.359 921.662 124.527 924.962 123.87C928.262 123.212 927.427 123.055 930.231 126.147C933.034 129.239 935.996 131.054 934.356 132.33C932.716 133.606 933.034 131.192 931.881 134.608C930.728 138.023 933.69 139.809 929.078 139.976C924.465 140.143 924.962 136.561 922.646 138.514C920.33 140.467 919.853 139.329 918.67 142.096C917.487 144.864 918.511 143.235 918.67 148.967C918.829 154.699 916.682 163.935 914.226 163.611C911.771 163.287 912.238 162.315 908.948 161.01C905.657 159.705 903.679 160.029 903.341 154.66C903.003 149.291 904.504 149.458 903.182 145.384C901.86 141.311 899.057 142.136 901.86 139.495C904.663 136.855 904.504 139.014 905.836 136.08C907.168 133.145 907.317 133.312 907.824 130.878C908.331 128.444 906.174 128.267 908.819 127.295C911.463 126.324 909.147 127.128 912.437 125.833C915.727 124.537 915.896 123.546 915.896 123.546Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M931.055 95.5146C928.351 95.5146 926.939 97.9586 929.405 99.4407C931.87 100.923 934.514 100.589 934.514 103.19C934.514 105.791 935.339 104.172 938.49 105.791C941.642 107.411 943.272 111.484 943.928 107.754C944.584 104.024 942.934 103.524 945.081 102.542C947.228 101.561 952.338 99.9412 947.397 98.4788C942.045 97.0326 936.578 96.041 931.055 95.5146V95.5146Z' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M955.945 100.727C954.792 101.217 948.857 102.189 949.841 104.957C950.825 107.725 952.972 105.614 951.66 109.511C950.348 113.408 946.69 112.603 950.01 114.232C951.984 115.267 954.09 116.033 956.273 116.509C958.082 117 961.382 117 962.863 120.906C964.344 124.813 966.84 125.951 966.323 129.367C965.806 132.783 966.82 134.903 967.973 133.597C969.126 132.292 970.955 129.671 970.955 129.671' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M969.962 140.438C969.306 139.133 968.968 138.976 967.487 137.494C966.005 136.012 964.504 136.198 960.896 137.494C957.288 138.79 951.333 137.661 951.005 139.771C950.677 141.881 951.671 141.4 950.677 141.891C949.683 142.382 944.584 139.447 944.912 144.659C945.24 149.871 947.546 151.166 946.562 154.582C945.578 157.998 949.196 158.812 951.174 161.747C953.152 164.682 957.138 163.71 957.138 163.71' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M902.704 98.4492C902.048 97.8015 898.419 95.5047 897.435 93.5417C897.15 92.8627 896.724 92.2501 896.184 91.743C895.645 91.236 895.005 90.8457 894.304 90.5972C893.141 90.1064 892.157 88.9679 891.163 91.5787C890.169 94.1895 891.332 97.9192 889.353 97.2714C887.375 96.6236 888.528 94.8275 886.222 96.7807C883.916 98.7339 882.763 100.196 880.616 98.9007C878.468 97.6052 876.997 96.7807 876.997 94.9747C876.997 93.1687 876.5 92.6976 875.506 92.5308C874.512 92.3639 871.53 93.3454 870.536 91.0683C869.542 88.7912 868.061 88.1238 868.886 86.6712C869.711 85.2185 869.055 87.1619 869.711 85.2087C870.367 83.2555 868.886 83.0887 869.88 80.4877L870.874 77.8867C869.958 77.5265 869.178 76.8933 868.644 76.0753C868.109 75.2573 867.847 74.2951 867.892 73.3227C868.051 69.907 868.379 69.75 869.701 68.4152C871.023 67.0803 869.701 66.7859 872.176 65.4706C874.651 64.1554 875.635 63.9984 876.958 64.1652C878.28 64.3321 877.286 62.7028 879.592 61.3974C881.898 60.092 882.723 61.3974 882.882 60.092C883.041 58.7866 882.554 57.491 883.707 56.5193C884.86 55.5476 884.86 56.0285 885.854 56.1954C886.848 56.3623 887.007 54.89 888.33 54.0753C889.652 53.2607 891.312 53.0938 891.789 54.2422C892.266 55.3906 893.777 56.2052 894.095 56.5193C894.413 56.8334 895.417 55.2139 897.226 55.5378C899.036 55.8617 900.358 57.0002 901.511 55.8617C902.664 54.7231 904.642 52.6129 905.964 53.7515C907.286 54.89 908.598 58.659 908.598 58.659C908.598 58.659 907.604 53.457 908.926 52.9662C910.249 52.4755 912.386 51.9847 912.227 50.3653C912.068 48.7458 912.555 45.3203 914.533 45.3203C915.733 45.3244 916.917 45.5997 917.992 46.1251C917.992 46.1251 917.833 43.0334 920.299 43.8481C922.764 44.6627 924.424 45.8111 925.269 44.5057C926.114 43.2003 926.581 42.0617 928.559 42.3856C930.537 42.7095 932.685 44.1818 933.669 42.5525C934.653 40.9232 935.816 37.6449 938.122 39.6079C940.428 41.571 940.756 42.6997 941.909 42.2188C943.063 41.7378 943.897 40.2557 944.057 42.8665C944.142 44.3486 944.362 45.8202 944.713 47.2637C944.713 47.2637 948.51 46.1153 949.822 48.2452C951.134 50.3751 955.101 48.0783 955.786 51.1897C956.168 53.0988 955.996 55.0756 955.289 56.8923C955.289 56.8923 958.093 54.7722 959.584 56.5684C961.075 58.3645 962.218 54.4483 964.027 56.4015C965.836 58.3547 966.671 60.1411 967.328 59.4933C967.984 58.8455 971.781 59.3362 972.934 60.6318C974.087 61.9274 976.721 57.864 978.7 60.4748C979.624 61.763 980.672 62.9595 981.831 64.0475C981.831 64.0475 986.443 62.428 985.946 65.3529C985.605 67.1552 984.613 68.7738 983.153 69.907C983.153 69.907 986.771 70.5647 987.129 72.351L987.457 74.1373C987.457 74.1373 991.433 72.1743 991.433 75.2759C991.433 78.3774 987.308 81.3023 986.324 81.1649C985.34 81.0275 985.986 86.8675 984.674 87.5153C983.362 88.1631 987.964 92.7271 985.171 94.3858C984.348 94.8558 983.419 95.1171 982.469 95.1462C981.518 95.1753 980.575 94.9714 979.723 94.5527C979.723 94.5527 979.723 98.2922 977.417 98.4787C975.111 98.6652 973.133 97.1733 973.133 95.0631V91.2842C973.133 91.2842 970.658 93.4043 969.505 91.775C968.351 90.1457 967.039 87.7116 964.892 88.6833C962.745 89.655 956.94 98.1254 956.82 98.94' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M914.296 92.1382C913.143 91.1566 913.799 88.2121 912.308 88.8894C911.284 89.3849 910.147 89.6082 909.008 89.5372C907.855 89.5372 908.014 92.6289 905.718 91.5002C903.421 90.3714 902.586 90.0377 902.586 90.0377C902.586 90.0377 902.249 92.8056 899.783 90.5187C897.318 88.2318 897.477 86.1313 897.477 86.1313C897.477 86.1313 892.03 86.6221 892.855 84.3352C893.68 82.0483 895.658 82.2249 895.161 80.5956C894.664 78.9663 895.161 79.4571 895.33 76.6696C895.499 73.8821 892.855 71.6247 895.658 70.3193C898.461 69.0139 901.423 71.4676 901.622 69.1807C901.821 66.8938 900.797 65.9319 903.928 65.4412C907.06 64.9504 908.899 65.1173 908.899 64.6265C908.899 64.1358 911.364 60.887 914.495 62.0255C915.996 62.5124 917.434 63.1712 918.78 63.9886C918.78 63.9886 919.774 62.6831 920.43 65.1271C921.086 67.571 921.424 69.1905 922.08 69.1905C922.736 69.1905 924.068 72.2823 925.38 70.8198C926.692 69.3574 927.189 68.7096 928.671 69.5242C930.152 70.3389 929.496 73.0969 931.802 71.1437C934.108 69.1905 935.43 69.3574 936.424 69.3574C937.418 69.3574 937.08 68.3759 938.562 67.0803C940.043 65.7847 941.037 67.2373 942.538 66.5895C944.039 65.9417 944.019 65.2841 945.341 66.2656C946.663 67.2472 947.488 69.0335 948.472 67.7281C949.093 67.0296 949.922 66.5432 950.84 66.3387C951.758 66.1341 952.718 66.222 953.582 66.5895C955.391 67.4042 956.564 65.608 957.707 67.2373C958.85 68.8666 958.363 70.1819 959.188 69.6813C960.013 69.1807 963.165 69.8481 961.823 72.2823C960.481 74.7164 963.811 74.7262 963.304 76.5224C963.101 77.0645 962.746 77.5378 962.278 77.8858C961.811 78.2339 961.253 78.442 960.669 78.4854C960.669 78.4854 960.997 80.9195 960.5 81.901C960.003 82.8825 963.801 84.8456 961.166 85.3167C959.577 85.6037 957.935 85.3144 956.544 84.502C956.544 84.502 957.866 86.946 955.729 87.2699C954.886 87.4848 954.001 87.4774 953.161 87.2483C952.322 87.0192 951.559 86.5765 950.947 85.9645C949.466 84.6689 946.971 84.502 946.494 85.6406C946.017 86.7791 943.86 89.3801 944.019 92.148' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M939.951 91.157C940.806 89.6649 941.206 87.9608 941.104 86.2494C940.945 84.1392 939.951 83.1577 939.116 83.1577C938.281 83.1577 937.953 84.1392 936.799 83.1577C935.646 82.1762 933.996 83.8153 933.34 82.1762C932.684 80.5371 934.662 80.38 933.012 78.9176C931.362 77.4551 930.03 78.2698 931.69 75.6688C933.35 73.0678 933.837 74.0395 933.678 72.2433C933.519 70.4472 933.678 69.9663 934.672 69.2988' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M928.576 69.4854C928.417 70.6239 928.248 76.9644 929.242 78.103' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M925.289 70.7803C925.289 70.7803 925.617 73.5481 924.623 74.3628C923.629 75.1774 922.814 75.3443 923.47 76.4828C924.126 77.6214 926.273 77.6214 923.639 78.917C921.005 80.2125 920.18 80.7131 920.18 79.5746C920.18 78.436 921.989 77.6116 920.18 78.436C918.371 79.2605 917.197 82.0087 916.72 80.5463C916.243 79.0838 917.048 77.6017 915.229 79.0838C913.41 80.5659 913.092 76.4828 912.247 77.6214C911.402 78.7599 913.559 81.3609 911.75 81.8517C909.941 82.3424 907.138 82.6663 908.122 82.9902C909.106 83.3141 912.406 84.4527 912.903 85.5912' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M918.033 90.9603C917.705 90.3125 913.251 88.1924 915.895 82.1758' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M925.291 79.3789C926.093 80.5401 926.547 81.9006 926.603 83.3049C926.55 85.4285 926.387 87.548 926.116 89.6553' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M932.537 83.6387C932.537 83.6387 932.378 88.6836 932.706 89.5277' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M942.923 85.101C943.082 82.3331 941.104 80.8707 942.267 80.3799C943.43 79.8892 942.595 82.8239 944.732 82.0092C946.869 81.1946 946.879 80.5468 948.529 81.3614C949.572 81.9111 950.474 82.6902 951.164 83.6385' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M953.302 88.0352C953.399 89.6781 953.289 91.3266 952.974 92.9427C952.619 94.0957 951.928 95.1198 950.986 95.8872' stroke='%23444444' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M 705 145 L-329 145' stroke='%23444444' stroke-width='0.76' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
123
- background-repeat: no-repeat;
124
- background-size: cover;
125
- background-position: 100% 100%;
126
- height: 58px;
127
- flex: 1;
128
- margin-top: 16px;
129
- ${mq.range({ from: breakpoints.mobileWide })} {
130
- height: 76px;
131
- }
132
- ${mq.range({ from: breakpoints.tablet })} {
133
- height: 96px;
134
- }
135
- ${mq.range({ from: breakpoints.tabletWide })} {
136
- height: 118px;
137
- }
138
- ${mq.range({ from: '900px' })} {
139
- height: 138px;
140
- }
141
- ${mq.range({ from: breakpoints.desktop })} {
142
- height: 158px;
143
- }
144
- ${mq.range({ from: breakpoints.wide })} {
145
- background-size: auto 100%;
146
- height: 178px;
147
- }
148
- `;