ode-explorer 2.0.0 → 2.1.0-develop.202501271724

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 (106) hide show
  1. package/dist/EcritureA-Romain-Orne.woff2 +0 -0
  2. package/dist/KGJuneBug.ttf +0 -0
  3. package/dist/OpenDyslexic.woff +0 -0
  4. package/dist/christmas.png +0 -0
  5. package/dist/circus.jpg +0 -0
  6. package/dist/desert.jpg +0 -0
  7. package/dist/hills.svg +360 -0
  8. package/dist/illu-blog.svg +1 -0
  9. package/dist/illu-collaborativewall.svg +1 -0
  10. package/dist/illu-empty-search-blog.svg +25 -0
  11. package/dist/illu-empty-search-blog2.svg +25 -0
  12. package/dist/illu-empty-search-collaborativewall.svg +25 -0
  13. package/dist/illu-empty-search-collaborativewall2.svg +25 -0
  14. package/dist/illu-empty-search-formulaire.svg +27 -0
  15. package/dist/illu-empty-search-formulaire2.svg +27 -0
  16. package/dist/illu-empty-search-forum.svg +25 -0
  17. package/dist/illu-empty-search-forum2.svg +25 -0
  18. package/dist/illu-empty-search-homeworks.svg +25 -0
  19. package/dist/illu-empty-search-homeworks2.svg +25 -0
  20. package/dist/illu-empty-search-wiki.svg +26 -0
  21. package/dist/illu-empty-search-wiki2.svg +26 -0
  22. package/dist/illu-empty-search.svg +62 -0
  23. package/dist/illu-empty-search2.svg +62 -0
  24. package/dist/illu-error.svg +60 -0
  25. package/dist/illu-exercizer.svg +1 -0
  26. package/dist/illu-mindmap.svg +1 -0
  27. package/dist/illu-no-content-in-folder.svg +31 -0
  28. package/dist/illu-pad.svg +1 -0
  29. package/dist/illu-scrapbook.svg +1 -0
  30. package/dist/illu-search.svg +1 -0
  31. package/dist/illu-timeline.svg +1 -0
  32. package/dist/illu-timelinegenerator.svg +1 -0
  33. package/dist/illu-trash-delete.svg +22 -0
  34. package/dist/illu-trash.svg +1 -0
  35. package/dist/illu-wiki.svg +104 -0
  36. package/dist/image-library.svg +188 -0
  37. package/dist/image-library2.svg +188 -0
  38. package/dist/image-placeholder.png +0 -0
  39. package/dist/index.html +1 -1
  40. package/dist/index.js +226 -221
  41. package/dist/ocean.jpg +0 -0
  42. package/dist/panda.jpg +0 -0
  43. package/dist/screen-loading.gif +0 -0
  44. package/dist/sparkly.jpg +0 -0
  45. package/dist/style.css +1 -0
  46. package/lib/ActionBarContainer.js +14 -14
  47. package/lib/AppAction.js +16 -16
  48. package/lib/DeleteModal.js +1 -1
  49. package/lib/DisableModal.js +1 -1
  50. package/lib/DraggableCard.js +33 -15
  51. package/lib/EmptyScreenApp.js +42 -33
  52. package/lib/EmptyScreenError.js +10 -9
  53. package/lib/EmptyScreenNoContentInFolder.js +9 -8
  54. package/lib/EmptyScreenSearch.js +7 -6
  55. package/lib/EmptyScreenTrash.js +7 -6
  56. package/lib/ExportModal.js +1 -1
  57. package/lib/FolderModal.js +12 -12
  58. package/lib/FoldersList.js +60 -55
  59. package/lib/Library.js +37 -23
  60. package/lib/MoveModal.js +6 -6
  61. package/lib/OnboardingModal.js +2 -2
  62. package/lib/PublishModal.js +2 -2
  63. package/lib/ResourceModal.js +2 -2
  64. package/lib/ResourcesList.js +125 -100
  65. package/lib/TrashModal.js +1 -1
  66. package/lib/components/OnboardingModal.d.ts +1 -1
  67. package/lib/config/explorer.d.ts +1 -1
  68. package/lib/dynamic-import-helper.js +16 -0
  69. package/lib/features/AccessControl/AccessControl.d.ts +1 -1
  70. package/lib/features/AccessControl/useAccessControl.d.ts +1 -1
  71. package/lib/features/ActionBar/Move/useMoveModal.d.ts +1 -1
  72. package/lib/features/ActionBar/Publish/PublishModal.d.ts +1 -1
  73. package/lib/features/ActionBar/Resource/ResourceModal.d.ts +1 -1
  74. package/lib/features/ActionBar/Share/ShareModal.d.ts +1 -1
  75. package/lib/features/ActionBar/useActionBar.d.ts +2 -2
  76. package/lib/features/List/DraggableCard.d.ts +1 -1
  77. package/lib/features/List/FolderCard.d.ts +2 -2
  78. package/lib/features/List/FoldersList.d.ts +1 -1
  79. package/lib/features/List/ResourceCard.d.ts +2 -2
  80. package/lib/features/List/ResourcesList.d.ts +1 -1
  81. package/lib/illu-blog.js +4 -0
  82. package/lib/illu-collaborativeeditor.js +4 -0
  83. package/lib/illu-collaborativewall.js +4 -0
  84. package/lib/illu-error.js +4 -0
  85. package/lib/illu-exercizer.js +4 -0
  86. package/lib/illu-mindmap.js +4 -0
  87. package/lib/illu-no-content-in-folder.js +4 -0
  88. package/lib/illu-pad.js +4 -0
  89. package/lib/illu-scrapbook.js +4 -0
  90. package/lib/illu-search.js +4 -0
  91. package/lib/illu-timeline.js +4 -0
  92. package/lib/illu-timelinegenerator.js +4 -0
  93. package/lib/illu-trash.js +4 -0
  94. package/lib/illu-wiki.js +4 -0
  95. package/lib/image-library.js +4 -0
  96. package/lib/image-library2.js +4 -0
  97. package/lib/index2.js +586 -557
  98. package/lib/services/api/index.d.ts +14 -14
  99. package/lib/services/queries/actions.d.ts +4 -7
  100. package/lib/services/queries/index.d.ts +9 -9
  101. package/lib/services/resource/service.d.ts +1 -1
  102. package/lib/store/index.d.ts +2 -2
  103. package/lib/utils/getChildrenIds.d.ts +1 -1
  104. package/lib/utils/isResourceShared.d.ts +1 -1
  105. package/package.json +6 -7
  106. package/dist/version.txt +0 -1
@@ -1,2 +1,2 @@
1
- import { PublishModal } from '@edifice-ui/react';
1
+ import { PublishModal } from '@edifice.io/react';
2
2
  export default PublishModal;
@@ -1,2 +1,2 @@
1
- import { ResourceModal } from '@edifice-ui/react';
1
+ import { ResourceModal } from '@edifice.io/react';
2
2
  export default ResourceModal;
@@ -1,2 +1,2 @@
1
- import { ShareModal } from '@edifice-ui/react';
1
+ import { ShareModal } from '@edifice.io/react';
2
2
  export default ShareModal;
@@ -1,8 +1,8 @@
1
- import { IAction } from 'edifice-ts-client';
1
+ import { IAction } from '@edifice.io/client';
2
2
  export default function useActionBar(): {
3
3
  onRestore: () => Promise<void>;
4
4
  actions: IAction[] | undefined;
5
- selectedElement: (import('edifice-ts-client').IResource | import('edifice-ts-client').IFolder)[];
5
+ selectedElement: (import('@edifice.io/client').IResource | import('@edifice.io/client').IFolder)[];
6
6
  currentFolderId: string | undefined;
7
7
  overrideLabel: (action: IAction) => string;
8
8
  handleClick: (action: IAction) => Promise<void>;
@@ -1,4 +1,4 @@
1
- import { IWebApp } from 'edifice-ts-client';
1
+ import { IWebApp } from '@edifice.io/client';
2
2
  export declare const DraggableCard: ({ app, type, name, }: {
3
3
  app?: IWebApp;
4
4
  type: "folder" | "resource";
@@ -1,5 +1,5 @@
1
- import { CardProps } from '@edifice-ui/react';
2
- import { ID, IWebApp } from 'edifice-ts-client';
1
+ import { ID, IWebApp } from '@edifice.io/client';
2
+ import { CardProps } from '@edifice.io/react';
3
3
  export interface FolderCardProps extends Omit<CardProps, 'children'> {
4
4
  /**
5
5
  * IWeb App
@@ -1,5 +1,5 @@
1
+ import { ISearchResults } from '@edifice.io/client';
1
2
  import { InfiniteData } from '@tanstack/react-query';
2
- import { ISearchResults } from 'edifice-ts-client';
3
3
  declare const FoldersList: ({ data, }: {
4
4
  data: InfiniteData<ISearchResults> | undefined;
5
5
  isFetching: boolean;
@@ -1,5 +1,5 @@
1
- import { CardProps } from '@edifice-ui/react';
2
- import { IResource, IWebApp } from 'edifice-ts-client';
1
+ import { IResource, IWebApp } from '@edifice.io/client';
2
+ import { CardProps } from '@edifice.io/react';
3
3
  type OmitChildren = Omit<CardProps, 'children'>;
4
4
  export interface ResourceCardProps extends OmitChildren {
5
5
  /**
@@ -1,5 +1,5 @@
1
+ import { ISearchResults } from '@edifice.io/client';
1
2
  import { InfiniteData } from '@tanstack/react-query';
2
- import { ISearchResults } from 'edifice-ts-client';
3
3
  declare const ResourcesList: ({ data, fetchNextPage, }: {
4
4
  data: InfiniteData<ISearchResults> | undefined;
5
5
  isFetching: boolean;
@@ -0,0 +1,4 @@
1
+ const l = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3cpath%20d='M88.46,47.37C76.3,47.37,74.61,69,75.81,79.78c.63,5.69,1.36,11,2.26,16.56,1.56,9.64,2.37,18.21,3.36,27.93.92,9,.59,17.91-7.7,23.48,8.31-.88,17.29-2.39,24.92-3.84,8.89-22.32,17.67-44.95,17.83-69.35.08-11.59-3-28.17-17.57-28.37-3.34,0-5,.49-8.44.93Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M106.71,155c10.76-.1,22.32-.89,31.06-1.51,4-.28,7.13-7.08,9.81-9.82,5.28-5.4,5.71-5.37,10.28-11.37C167.5,119.64,178.54,101,173,84.55c-3.18-9.4-12.41-13.74-21.55-9.56-13,6-20,21.68-24.41,34.36-2.58,7.38-4.52,15-6.56,22.49a77.68,77.68,0,0,1-4.5,13.49c-1.86,3.82-5.32,5-8.38,7.86Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M178.77,174.18c9.75,0,26.18-.74,28.82-1.44,5.28-1.4,5-9.19,5.63-13.6,1-7.27-.71-15.92-7.43-20-9-5.5-21.23.07-29.42,4.6-10.38,5.74-22.09,13.73-29,23.63-1.62,2.33-2.49,4.87-4.37,7'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M307,250.35c-2.52-4.89-4.49-9.55-6.22-13.65-4.56-10.8-8.16-19.33-18.48-24.84a37.18,37.18,0,0,0-6.42-2.08c-5.48-1.49-12.3-3.34-13-6.36-1.79-7.42,4.48-12.24,9.52-16.11a29.79,29.79,0,0,0,4.56-3.95c9.42-11.3,11.81-30.5,5.11-41.09-5.32-8.39-10-11.23-18.76-11.23a132.57,132.57,0,0,0-14.39,1.24c-1.84.22-3.8.45-5.9.68-5.87.66-11.56,1.44-17.31,2.32a7.39,7.39,0,0,1,.82-4.27c3.44-6.16,6.72-11.06,10.52-16.73,1-1.53,2.08-3.11,3.18-4.77,4.72-7.14,9.59-16,9.88-27.26.26-9.81-5.06-17.18-13.88-19.26a35.23,35.23,0,0,0-7.81-.71c-9.42,0-22.11,2-30.85,3.55-2.07.37-4.19.77-6.34,1.19.73-16.11-.48-36.45-15.9-37.94-1.21-.12-2.54-.18-3.94-.18-8.19,0-17.9,2-27.15,3.94-5.46,1.18-9.82,2.2-14.43,3.29-3.7.86-7.52,1.76-12,2.75-7.67,1.71-14.7,3.82-22.14,6-2.45.73-4.43,1.24-6.94,2l-2.27.66,2.17.09c1,.1,3.28.35,4.34.57,5,1,8,2.46,13.09,10.49,4.58,7.27,5.08,18.72,3.72,26.74-1.11,6.55-3.29,12-5.6,17.79-1.54,3.84-3.12,7.82-4.39,12.18-.41,1.42-.93,3-1.47,4.78-2.69,8.53-6.36,20.21-4.58,27.52,1.18,4.84,5.35,7.73,11.15,7.73a18.56,18.56,0,0,0,11.36-3.94c5.18-4.2,7.56-11.29,9.94-19.45,1.77-6.08,3-11.32,4-16,2.36-10.48,3.69-18,9.61-27.48,3.59-5.76,7.73-11.24,14.54-12.75,3.4-.75,8.69-.27,10.25.64,4.84,2.83,7.21,8.9,7.59,13.52s-1.67,17.68-5.58,24.23c-5.83,9.76-11.26,15.91-20.35,25.93L144,142.63c-5,5.36-9.28,10-10.93,17.44-1,4.7-.49,8.4,1.6,11,1.91,2.38,5.07,3.69,8.88,3.69a15.61,15.61,0,0,0,7.45-1.82c11.93-6.71,18.36-13.11,27.53-22.85l1.15-1.26c2.5-2.79,4.91-5.47,12.46-7.2l3.7.33a12.41,12.41,0,0,1,9.42,5.22c3.22,4.63,3.78,11.86,1.57,20.36-2.79,10.8-10.44,15.58-19.29,21.12a106.57,106.57,0,0,0-11.67,8.08A21.14,21.14,0,0,0,168.41,214c.41,6,3.68,11.18,9.22,14.6,4,2.47,9.14,3.7,14.09,4.89,7.26,1.73,14.77,3.53,19.15,9.26,2.79,3.65,4.43,8.28,6,12.75.8,2.26,1.62,4.59,2.57,6.72,3.2,7.18,8.61,13,13.87,18.43l.18.18.23-.1c9.22-3.68,18.66-5.64,27.79-7.54a195.29,195.29,0,0,0,23.64-6c5.81-2,9-5.25,12.36-8.71a37.88,37.88,0,0,1,9.32-7.64l.33-.17Zm-96.43-158c7.55,5.28,16.61,8.3,24.92,12.84C227.16,100.61,218.1,97.59,210.55,92.31Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M77.09,88.27c-.12-.74-.2-1.21-.22-1.33l-.08-.38L75.15,87c-3.7,1-15.88,3.12-21.37,4-4.31.71-8.49,1.48-12.52,2.23-7.06,1.3-13.72,2.54-21.07,3.43-.76.1-1.78.2-3,.32a103.33,103.33,0,0,0-12.5,1.77l-.61.15.42.48c7.07,8,13.18,14.32,19.25,19.94,9.21,8.52,20.31,18.09,32.87,24.18,4.64,2.24,10,4.7,14.81,4.7h0a10.21,10.21,0,0,0,9.31-5.41c4.49-7.7,3.16-22.23.42-33.19C79.33,102.06,77.7,92,77.09,88.27Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M166.24,72.17c-.45-5.7-.19-13.13-2.51-19.64-3.15-8.78-10.33-15.86-10.33-15.86L105.2,48.25s7.84,9,10.19,19.39a51.65,51.65,0,0,1-4.53,34.23L136,95.71a66.61,66.61,0,0,1,6.8-11.43C147.17,77.86,151.4,75,166.24,72.17Z'%20style='fill:%23fff'/%3e%3cpolygon%20points='282.11%20253.92%20236.98%20268.27%20220.18%20237.31%20262.66%20225.03%20282.11%20253.92'%20style='fill:%23fff'/%3e%3cpath%20d='M275.87,213.33l-48.71,13.4s-26.81-.94-28.88-11.7c-1.3-6.74,6.42-16.24,6.42-16.24L262.28,188s-8.87,9.25-7,16.8C257.27,212.72,275.87,213.33,275.87,213.33Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M274.74,174.37l-74.2,12.34s11-12.09,12.27-22.66-3.52-20.39-3.52-20.39l59.79-7.93S277,141.4,280,150.21C284.18,162.1,274.74,174.37,274.74,174.37Z'%20style='fill:%23fff'/%3e%3cpath%20d='M237.74,72.92s-13.6,1.51-25.93,2.77c-14.88,1.52-33,6.8-33,6.8a56.48,56.48,0,0,1,.94,19.26c-1.32,10.57-11.51,24.73-11.51,24.73l59.91-9.75s14.6-13.85,14.6-31.22C242.77,76.18,237.74,72.92,237.74,72.92ZM210.55,92.31c7.55,5.28,16.61,8.3,24.92,12.84C227.16,100.61,218.1,97.59,210.55,92.31Z'%20style='fill:%23fcc18b'/%3e%3cpolygon%20points='282.11%20253.92%20236.98%20268.27%20230.75%20257.04%20275.12%20243.47%20282.11%20253.92'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M168.26,126.48l59.91-9.75a56.46,56.46,0,0,0,5.7-6.58c-20.73,3-39.28,5.76-61.4,9.76C170.18,123.8,168.26,126.48,168.26,126.48Z'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='345.17%20275.44%20346.11%20280.17%20246.61%20319.25%20244.72%20316.04%20231.51%20278.47%20307.15%20250.68%20345.17%20275.44'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M246.42,319.37c2.9,0,39.58-15.35,48.34-18.63,9-3.36,18.34-7.72,27.31-11.2,5.35-2.07,20.2-7.37,24-9.37,1.7-.9.26-5.55-1.51-4.85-17,6.73-32.86,13.37-49.74,20.26-8.17,3.33-28.55,10.95-32.58,12.72s-15.5,6.25-17.75,7.17C243.77,315.79,246.42,319.37,246.42,319.37Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M237.85,280.23l1.21,3.71,4.14-1.55c-.65-1-1-2.27-1.63-3.56Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M246.71,276.9l-3.89,1.46c.63,1.09,1.41,2.34,2,3.41l4.07-1.52A16.31,16.31,0,0,0,246.71,276.9Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M248.24,276.32c.73,1,1.3,2.15,2.19,3.28l3.87-1.37a12.64,12.64,0,0,1-2-3.45Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M257.45,272.85l-3.38,1.27c.86,1.19,1.13,2.62,1.92,3.47l3.67-1.37A14.22,14.22,0,0,0,257.45,272.85Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M262.8,270.83l-3.6,1.36c.81,1,1.44,2.26,2.18,3.38l3.93-1.47C264.4,272.9,263.79,272.09,262.8,270.83Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M268.2,268.8l-3.66,1.37c1,1.08,1.68,2.16,2.59,3.24l3.38-1.26C269.93,270.87,268.72,269.92,268.2,268.8Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M274.41,266.57l-4.81,1.84c1,1.08,1.59,2.13,2.5,3.21l4.43-1.7C276,268.64,274.94,267.7,274.41,266.57Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M280.28,264.24,275.59,266c1,1.13,1.79,2.22,2.6,3.26l4.79-1.8A23.82,23.82,0,0,0,280.28,264.24Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M281.9,263.63c.7,1.12,1.69,2.24,2.37,3.36l3.76-1.41a37.84,37.84,0,0,0-2.64-3.27Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M297,257.92l-4,1.52c.78,1.33,1.71,2.19,2.41,3.36l4.21-1.7C298.67,260.06,298,258.78,297,257.92Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M302.12,256.14l-4,1.37c1.28,1.46,2.93,3.33,2.79,3.07l4.06-1.47C304,258.26,303.29,257.2,302.12,256.14Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M306.84,254.54l-3.54,1.13c1.27,1.23,1.81,1.9,2.88,2.92l3.87-1.27Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M291.08,260.17l-3.95,1.49c.83.85,1.31,2.36,2.71,3.24l4-1.51C292.92,262.52,292.35,261.19,291.08,260.17Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M240.38,286l1.7,3.77,4.59-1.77a14.93,14.93,0,0,0-2.11-3.61Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M268.18,275.34c1,1.18,1.28,2.68,2,3.62l6-2.29A26.39,26.39,0,0,0,274,273.1Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M280.28,270.69l-5.11,2a24.79,24.79,0,0,1,2.37,3.43l5.14-2A10.14,10.14,0,0,0,280.28,270.69Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M286.27,268.4l-4.53,1.74c.66,1.15,1.68,2.3,2.41,3.46l4.69-1.81A22.34,22.34,0,0,0,286.27,268.4Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M287.76,267.82a32.8,32.8,0,0,0,2.75,3.33l4.42-1.71a29.14,29.14,0,0,0-2.75-3.32Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M311.18,258.83s-2.5,1-2.52,1l-1.16.45c1.05,1,2.11,2.2,3.16,3.25l4.49-1.84Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M266.86,275.87,261.22,278c.64,1.45,1.59,2.27,2,3.63l5.89-2.26A20.89,20.89,0,0,0,266.86,275.87Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M253.41,281.06a28.31,28.31,0,0,1,2,3.62l6.47-2.49c-.46-1-1.4-2.35-2.12-3.6Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M245.9,284a27.5,27.5,0,0,1,2,3.49l6.56-2.5c-.45-1-1.35-2.3-2.07-3.54Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M250.05,289.07l-7.22,2.8,2.27,4,7.56-3C251.94,291.6,250.78,290.34,250.05,289.07Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M251.26,288.6a13,13,0,0,1,2.75,3.74l5.08-2c-1.08-1.21-1.8-2.43-2.94-3.64Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M258.23,285.89a11.22,11.22,0,0,0,2.48,3.82l6.14-2.41c-.77-1.25-1.91-2.5-2.58-3.75Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M265.93,282.9a36.37,36.37,0,0,1,2.52,3.77l5.82-2.29c-1.08-1.19-1.8-2.39-2.9-3.59Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M272.62,280.35a37.34,37.34,0,0,1,2.74,3.59l7.59-3c-1.08-1.2-1.45-2.58-2.54-3.78Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M281.91,276.7c.95,1.29,1.56,2.43,2.41,3.74l4.46-1.75c-1-1.16-1.47-2.52-2.59-3.65Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M287.64,274.47c1,1.4,1.73,2.72,2.58,3.65l8.45-3.34A32.92,32.92,0,0,0,296,271.2Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M305.32,267.61l-4.72,1.83c.66,1.45,1.94,2.29,2.85,3.49l4.9-1.93C307.24,270,306.46,268.79,305.32,267.61Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M311,265.53l-4.11,1.61a32.11,32.11,0,0,0,3.42,3.38l4.23-1.87C313.54,267.61,312.55,266.81,311,265.53Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M300.79,263.08l-4.29,1.6a29.92,29.92,0,0,0,2.69,3.45l4.63-1.66C302.71,265.48,301.93,264.26,300.79,263.08Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M306.37,261l-4.17,1.58c1,1.11,1.7,2.51,2.86,3.45l4.28-1.86C308.3,263.08,307.68,262.33,306.37,261Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M317.22,263l-4.43,1.8c1.09,1.09,2.4,2.07,3.49,3.16l5.28-2.12Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M253,295.25l-7.19,2.85,1.52,3.59,7.8-3.06C254.46,297.7,254.1,296.15,253,295.25Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M262.89,291.34c.65,1.11,1.62,2.23,2.34,3.35l5.74-2.25a20.17,20.17,0,0,0-2-3.51Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M270.44,288.32c.65,1.11,1.63,2.23,2.34,3.34l5.74-2.24a20.86,20.86,0,0,0-2-3.51Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M290.51,280.37l-12.65,5c.84,1.4,1.44,2.27,2,3.44l.89-.26h0l12-4.71C292,282.76,291.34,281.46,290.51,280.37Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M291.89,279.82a24.19,24.19,0,0,0,2.46,3.45l10.25-4a24,24,0,0,1-2.91-3.32Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M317.46,270l-4.68,1.85c1,1,2.32,2.44,3.12,3.34l4.77-2A36,36,0,0,0,317.46,270Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M323.83,267.14l-5.09,2c1.42,1,2.31,2.23,3.58,3.15l5.48-2.15Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M254.61,294.62a11.62,11.62,0,0,0,2.28,3.34l6.75-2.65a24.76,24.76,0,0,0-2.26-3.37Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M248.69,303.77,250.2,307l5.05-2c-.67-1-1.52-2-2.12-3Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M292.27,286.73l-37.64,14.71a25.37,25.37,0,0,0,2,3l37.75-14.64A26.41,26.41,0,0,0,292.27,286.73Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M330.82,271.67,327,273.18c1.3.68,2.39,1.79,3.63,2.61l3.81-1.48Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M306.08,281.33l-5.11,2c.64,1,1,2.33,1.65,3.31l5.85-2.27A7.29,7.29,0,0,0,306.08,281.33Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M320.37,275.75l-4.69,1.83a23.6,23.6,0,0,0,2.65,3l5-1.94C322.47,277.45,321.12,277.05,320.37,275.75Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M325.53,273.73l-4.12,1.61c1,1,1.9,1.91,2.82,2.92l4.66-1.81C327.77,275.52,326.65,274.81,325.53,273.73Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M299.73,283.82c.28,1.06,1.45,2.12,2,3.18l.93-.36c-.67-1-1-2.29-1.65-3.31Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M293.43,286.28a21.35,21.35,0,0,1,1.91,3.19l6.35-2.47c-.51-1.06-1.68-2.12-2-3.18Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M292.2,295c-.41-5.07-1.48-10.44-5.31-14.08a9.93,9.93,0,0,0-6.8-2.9c-1.34,0-4,.66-4.42,2.23-.49,1.84,2.14,2.07,3.32,2.32,3.28.7,5.42,2.65,5.75,5.91-2.4-2-5.15-3.41-7.59-.61a6,6,0,0,0-5.66,2.21c-.4.59-.5,1.58-1.12,1.75a6.23,6.23,0,0,0-2.68,1.82c-1.21,1.26-1.79,3.44-.63,4.91,1,1.25,3.55-.87,4.34-1.36,1.34-.84,3-1.41,4.32-.18,1,.93,1.28,2.68,1.61,3.95a75.63,75.63,0,0,0,3.4,10.5c1.87,4.5,4.07,10.33,8.91,12.37a.2.2,0,0,0,.14.14l.5.12a.24.24,0,0,0,.13-.46l-.06,0c1.52-1.39,2.43-3.7,3.74-5.25.85-1,1.7-2,2.58-3a19.48,19.48,0,0,1,2-1.61.26.26,0,0,0,0-.39C292.1,309.21,292.75,301.8,292.2,295Z'%20style='fill:%23414355'/%3e%3cpath%20d='M327.86,299.59a63.93,63.93,0,0,1-3.16-6.7,33.06,33.06,0,0,1-2.52-7.41c-.59-3.51.31-7-.26-10.54-.18-1.08-1-4.27-2.77-3.15a3.26,3.26,0,0,0-1.53,2.85,24.52,24.52,0,0,1-.18,3.41c-.2.94-.45,2.07-.65,2.93-.81-2.14-1.57-4.74-3.41-6.61-2-2.06-5.43-4.29-8.44-3.85a2.16,2.16,0,0,0-1.69,1.81c-.19,1.09,1.17,1.86,1.92,2.31a19.5,19.5,0,0,1,4.37,3,8.08,8.08,0,0,1,1.58,2.86,16.61,16.61,0,0,0-4.87-3.56c-2.55-1.19-6.8-1.89-9.06.2a1.66,1.66,0,0,0-.42,1.82c.68,1.32,2.24,1.37,3.53,1.7a12.26,12.26,0,0,1,6.83,4.55,31.79,31.79,0,0,1,2.47,4.56c-1.4-.68-2.66-2-4.09-2.68a12.36,12.36,0,0,0-5.64-1.24c-2.18.08-4,2.85-1.72,4.29,1.38.86,3,1.05,4.27,2.14,2.05,1.76,3.35,4.3,4.83,6.52A13.47,13.47,0,0,0,317.47,305a.19.19,0,0,0,.13,0h0l.39,0a.19.19,0,0,0,.2-.11,15.51,15.51,0,0,0,4.23-2.2c1.7-1,3.6-1.62,5.29-2.71A.3.3,0,0,0,327.86,299.59Z'%20style='fill:%23414355'/%3e%3cpath%20d='M303.78,317c-1.61-1.53-3.21-3.08-4.83-4.6q-1.67-1.57-3.41-3.06c-.33-.27-.49-.5-.89-.39-2,.52-3.82,1.95-5.48,3a.34.34,0,0,0-.15.21,20,20,0,0,0-7.39,8.86.35.35,0,0,0,.05.41c2.88,3.4,5.56,7,8.27,10.5A39.55,39.55,0,0,1,303.78,317Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M339.27,304.91l-3.68-2.6a43.85,43.85,0,0,0-4.42-2.86,6,6,0,0,0-2.19-.85.3.3,0,0,0-.32-.15c-2.44.43-4.82,2.06-6.86,3.37-2.38,1.54-5.18,3.44-6.51,6a.41.41,0,0,0,.06.5c2.93,2.82,6.38,4.92,9.62,7.31C328.05,310.5,333.66,307.49,339.27,304.91Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M242.34,257c-.24-.55-1.06-.56-1.55-.55a18.58,18.58,0,0,0-2,.16,3.75,3.75,0,0,0-2.83,4c.17,1.82,2.59,1.62,3.82.9S243.07,258.64,242.34,257Z'%20style='fill:%23fff'/%3e%3cpath%20d='M250.21,257.75a3.34,3.34,0,0,1-3.46.11,8.08,8.08,0,0,1-.24-1,2.13,2.13,0,0,0,2.75-.84.22.22,0,0,0-.39-.22,2.13,2.13,0,0,1-2.44.61c-.12-.69-.21-1.41-.34-2.15a5.48,5.48,0,0,0-3.73-4.44c-3.35-1.12-3.74,4.07-3.58,6.5-2.71-.23-5,5.77-1,6.11,2.49.21,5.13-2.62,5-5-.09-1.83-2.15-1.68-3.61-1.14a8.75,8.75,0,0,1,.78-3.82c.36-.74.78-1.59,1.7-1.66,1.17-.09,2.37,1.15,2.91,2,1,1.63,1,3.71,1.51,5.46a.14.14,0,0,0-.12.2c.57,1.28-.39,2.48-1.32,3.28-.21.18.07.56.3.39a3.49,3.49,0,0,0,1.58-2.76,4,4,0,0,0,2.5,2.05.27.27,0,0,0,.21-.49,4.9,4.9,0,0,1-2.25-2.54,3.23,3.23,0,0,0,3.53-.34C250.65,257.93,250.42,257.59,250.21,257.75Zm-7.94-.05c.11,2.21-2.49,4.27-4.52,4.34-3.05.09-1.7-4.33.33-5.1a.16.16,0,0,0,.21.18c.15-.05,1.17-.27,1.18-.39C240.72,256.34,242.18,256.1,242.27,257.7Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M261.09,254c-1.24.22-2.32.39-3.3-.55a7.77,7.77,0,0,1-1.3-1.85,16.83,16.83,0,0,0-1.37-6.5c-.64-1.73-1.3-3.72-2.84-4.83a3.14,3.14,0,0,0-2.35-.39c-1.08.38-1.68,1.43-2.67,1.88a1.39,1.39,0,0,0-1.08.67,6.87,6.87,0,0,0-1.9.3h-.05c-1.5.55-3.12-1.75-4.43-.06-.45.59-.05,1.34.38,1.79a3.19,3.19,0,0,0,2.43.78c.29,1.93,3.22,1.94,4.59,1.54,1.6-.46,3.62-2.05,2.61-3.88a2.39,2.39,0,0,0-1.25-1c1-.57,1.82-1.39,3.19-.77s2.11,3,2.68,4.23a15.85,15.85,0,0,1,1.39,5.52,5.49,5.49,0,0,1-2.15,4.39c-.24.19.06.53.31.4a4.32,4.32,0,0,0,2.17-2.45c0,.65,0,1.29,0,1.94a3.7,3.7,0,0,1-1.49,3.16c-.2.18.05.43.26.34,1.94-.86,1.81-2.74,1.65-4.54a5,5,0,0,0,4,3.08c.28,0,.31-.39.07-.47a6.22,6.22,0,0,1-3-1.73,6,6,0,0,1-1.18-2.22v-.33a5.22,5.22,0,0,0,1.19,1.62,3.42,3.42,0,0,0,3.5.34A.23.23,0,0,0,261.09,254Zm-11.59-10.5c.55,1.45-1.7,2.53-2.72,2.84-1.26.38-3.63.18-3.83-1.49-.16-1.38,1.59-1.89,2.61-2l.61,0a12.5,12.5,0,0,0,1.82,0,.15.15,0,1,0,0-.3c-.33,0-.42,0-.86-.05l.09,0a2,2,0,0,0,.42-.07A1.84,1.84,0,0,1,249.5,243.45Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M271.28,251.67a10.72,10.72,0,0,1-4.22-1.77,1.58,1.58,0,0,0,.45.14c1.13.19,2.31,0,3.46.1.27,0,.32-.41.06-.48a14,14,0,0,0-3-.24c-1.41-.06-2.82-2.27-3.36-3.4-1.08-2.25-1.38-4.78-2.1-7.14-.11-.34-.23-.71-.37-1.08a5.12,5.12,0,0,0,1.94-2.16,4.11,4.11,0,0,0-.12-3.1c-.11-.38-.35-.79-.54-.75s-.31.37-.45.8a5.15,5.15,0,0,1-.76,1.14,4.12,4.12,0,0,0-.55,1.16,3.92,3.92,0,0,0-.05,1.67c-.88-1.84-2.21-3.57-4.06-3.86a3.26,3.26,0,0,0,1.05-1c.67-1-.06-2.38-.45-3.38a.24.24,0,0,0-.36-.15c-1.17.69-2.44,3-1.71,4.42a6,6,0,0,0-.94-.08c-1.94,0-2.72,1.33-4.39,2.09-.19.09-1,.49-.9.64s.79.41,1,.43c1.33.13,2.56.39,3.83-.23A2.22,2.22,0,0,0,256,234.3c.12-.24.23-.64.37-1,3,.55,4.31,3.1,5.15,5.81a23,23,0,0,0-3.21-.45,3.42,3.42,0,0,0-2.2.68c-.16.13-.47.49-.27.57,1.17.46,2.06,2,3.56,1.64a4.44,4.44,0,0,0,2.34-1.71c.25.9.46,1.8.68,2.63a14.9,14.9,0,0,0,2.85,5.69,7,7,0,0,1-1,3.63.2.2,0,0,0,.32.24,4.12,4.12,0,0,0,1.18-3.11s.28.55.38.66.25.51.38.78a10.42,10.42,0,0,1-1,5.19.23.23,0,0,0,.36.28,6.83,6.83,0,0,0,1.21-4.33c.82,1.57,1.87,2.94,3.92,2.67.27,0,.4-.47.07-.53a4.15,4.15,0,0,1-3.11-1.75c-.3-.44-.56-.92-.83-1.39a7.77,7.77,0,0,0,4.12,1.64C271.5,252.18,271.55,251.73,271.28,251.67Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M240,204.81a3.21,3.21,0,0,0,2.15-3,3.14,3.14,0,0,0-.75-2A8.23,8.23,0,0,0,240,204.81Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M238.87,198.6a3.21,3.21,0,1,0,0,6.42,3.4,3.4,0,0,0,1.15-.21,8.23,8.23,0,0,1,1.4-5A3.33,3.33,0,0,0,238.87,198.6Z'%20style='fill:%23fff'/%3e%3cpath%20d='M246.12,208.61a3.32,3.32,0,0,0,1.06.19c1.82,0,2.73-1.44,2.73-3.21a4,4,0,0,0-.36-1.73C246.7,203.2,244.77,205.38,246.12,208.61Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M249.55,203.86a2.48,2.48,0,0,0-2.37-1.48,3.26,3.26,0,0,0-3.31,3.21,3.2,3.2,0,0,0,2.25,3C245,205.64,246.63,203.25,249.55,203.86Z'%20style='fill:%23fff'/%3e%3cpath%20d='M217.35,201.81a.7.7,0,0,1-.64.22,3.1,3.1,0,0,0-.78,2.05,3.26,3.26,0,0,0,3.3,3.21,3.94,3.94,0,0,0,.61-.06A5.42,5.42,0,0,0,217.35,201.81Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M222.54,204.08a3.26,3.26,0,0,0-3.31-3.21,3.31,3.31,0,0,0-2.52,1.16,4.12,4.12,0,0,1,2.59,1.9,5.76,5.76,0,0,1,.54,3.3A3.23,3.23,0,0,0,222.54,204.08Z'%20style='fill:%23fff'/%3e%3cpath%20d='M209.44,208.55a3.2,3.2,0,0,0,3.37,5.33h0C213.76,210.78,212.51,208.19,209.44,208.55Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M214.14,209.93c-.51-1.83-1.88-2.7-3.59-2.06a3.49,3.49,0,0,0-1.11.68c3.07-.36,4.13,2.8,3.37,5.33C214.42,212.76,214.61,211.63,214.14,209.93Z'%20style='fill:%23fff'/%3e%3cpath%20d='M212.72,218.05c2.08,1.13,2.41,2.46,1,3.62s-4.23.22-5.62-.88c-2.16-1.72-.75-3.78,1.23-4C211.14,216.65,211.49,217.38,212.72,218.05Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M256.05,210.21c2.08,1.14,2.55,2.27,1.47,3.15-1.42,1.15-4.61.32-6-.79-2.16-1.71-.85-3.68,1.13-3.87C254.47,208.53,254.82,209.54,256.05,210.21Z'%20style='fill:%23ffa348'/%3e%3cellipse%20cx='229.05'%20cy='201.06'%20rx='3.3'%20ry='3.21'%20style='fill:%23fff'/%3e%3cpath%20d='M200.54,186.71,214,184.48l20.43-22.57-21.91,4C210.24,176,200.54,186.71,200.54,186.71Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M272.75,148.66c-4.44.5-10.86,1.4-17.64,2.36l-.62-4.76L235.42,149l.51,4.77h0l.74,5.59L246,149.14l9.86,7.39-.7-5.51Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M281.27,155.77l-22.54,2.94L276.44,172C278.52,168.74,281.72,162.55,281.27,155.77Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M255.81,156.55c.6.44,2.32,1.74,2.88,2.17h0l-2.92-2.18Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M280.22,150.74a20.73,20.73,0,0,0-1-2.48c-.11-.25-2.44,0-6.52.4L255.11,151l.7,5.51,2.92,2.18,22.54-2.94A18.37,18.37,0,0,0,280.22,150.74Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M234.45,161.9c.61-.73,1.81-2,2.26-2.52v0l-2.32,2.56Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M235.93,153.77v.09c-12.56,2-22.94,3.78-22.94,4.15a34.35,34.35,0,0,1-.18,6c-.08.62-.2,1.25-.34,1.88l21.91-4,2.32-2.57-.74-5.58Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M244.16,142c-5.56.78-8.77,3.37-8.5,7.08,0,.39-.07,2.57.05,2.93,3.08-.46,5.77-.88,8.89-1.32.37-.49.78-.93,1.3-1.53.6.42,1,.79,1.48,1.12,2.59-.37,4.93-.71,7.58-1.06C254.21,143.43,250,141.14,244.16,142Z'%20style='fill:%23ffa348'/%3e%3crect%20x='239.56'%20y='140.82'%20width='8.75'%20height='2.09'%20transform='translate(-17.39%2035.39)%20rotate(-8.01)'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='235.71%20151.97%20234.57%20143.14%20236.06%20142.92%20237.1%20151.71%20235.71%20151.97'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='254.96%20149.18%20253.76%20140.78%20252.34%20141.04%20253.69%20149.37%20254.96%20149.18'%20style='fill:%23ffa348'/%3e%3cpath%20d='M221.11,183c-.33.36.2.9.53.54,9.52-10.41,18.81-20.58,28.34-31,0,0,.14-.19.16-.22a4.18,4.18,0,0,0-.57-.44C240.05,162.33,230.62,172.65,221.11,183Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M254,155.12l-27.63,30.19c-.33.36.21.89.54.53l27.7-30.26A6.09,6.09,0,0,0,254,155.12Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M258.76,158.92c-7.39,8.07-14.61,15.86-22,23.93a2.53,2.53,0,0,0,.69.36c7.36-8,14.48-15.87,21.84-23.91A2.78,2.78,0,0,0,258.76,158.92Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M263.58,162.41,247,180.56a2.28,2.28,0,0,1,.69.36c5.47-6,11-12,16.51-18A2,2,0,0,1,263.58,162.41Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M268.35,166.07l-12,13.06a2.9,2.9,0,0,0,.59.47c4-4.41,7.89-8.65,11.93-13.06C268.8,166.31,268.58,166.22,268.35,166.07Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M273.26,169.58q-4,4.32-7.94,8.66c.23.13.45.26.66.4q3.93-4.29,7.85-8.57A3,3,0,0,1,273.26,169.58Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M276.71,177.68c.39.29,0,.92-.42.63-11.36-8.36-22.44-16.54-33.8-24.91l-.2-.18a4.23,4.23,0,0,1,.47-.54Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M239,156.66,272,180.93c.39.29,0,.92-.42.63l-33-24.34C238.67,157,238.84,156.82,239,156.66Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M235.1,161.31c8.81,6.48,17.41,12.73,26.21,19.21a2.15,2.15,0,0,1-.6.49l-26.06-19.23A2.9,2.9,0,0,1,235.1,161.31Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M231,165.66l19.82,14.6a2,2,0,0,0-.61.48l-19.68-14.46A1.86,1.86,0,0,0,231,165.66Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M227.07,170.17l14.26,10.5a3.13,3.13,0,0,1-.49.58c-4.81-3.54-9.42-7-14.24-10.5C226.67,170.5,226.88,170.37,227.07,170.17Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M222.94,174.57l9.46,7c-.2.17-.39.34-.57.52l-9.36-6.89A2.71,2.71,0,0,0,222.94,174.57Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M219.16,179.1l9.46,7-.57.52-9.35-6.89A2.76,2.76,0,0,0,219.16,179.1Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M230.7,180.24a4.56,4.56,0,0,0-2.08-3.51,3.8,3.8,0,0,0-1.59-.63,4.75,4.75,0,0,0-1.19,0c-.27,0-.89.29-1.3.35-.15-.19-.63,0-.64,0a.2.2,0,0,0-.08.08c-.33.54-2.95,2.63-4.77,2.13-.71-.2-1.94-1.89-2.77-.87-.49.6.77,2.31,2.43,3,2.23.9,3.45-1.31,4.55,1.35.07.16,0,.8.22.77,3-.42,4.58-.65,6.7-1.08C232.73,181.28,230.75,181.13,230.7,180.24Z'%20style='fill:%23414355'/%3e%3cpath%20d='M227.38,171.06a3.07,3.07,0,0,0-4.07-2,.41.41,0,0,0-.15,0c-4.34,1.54-.24,10.05,3.48,7.33C228.2,175.29,228,172.62,227.38,171.06Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M222.54,174.39c0-.78.06-2.88.85-3.35,2.43-1.46,3.74.18,4.15,1.18s.83-1.39-.28-3c-1.45-2.06-4.64-.83-6.14,1.23-1.26,1.73-2.08,2.93-1.51,5.38.14.85,1.51.8,2,.57A2.68,2.68,0,0,0,222.54,174.39Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M242,173.62c-.4,0-.77.82-1,1.08-1.17,1.25-2.4,1.07-3.92.17a.37.37,0,0,0-.46,0c-.88.93-1.82.77-2.83.57-.1-.11-.6-.3-.77-.2a4.85,4.85,0,0,0-2.52,3,5,5,0,0,0,.19,2.28c.28,1.29.51,1,.75,1,1.57-.17,2-.24,3.61-.48,1.37-.19,2.83-.48,4.2-.68.21,0,.14-.48.1-.66s-.5-1.58-.3-1.62a10.93,10.93,0,0,0,2.56-1,3.09,3.09,0,0,0,1.32-2.62C242.89,174,242.71,173.62,242,173.62Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M236.82,170a2.75,2.75,0,0,0-3.81-.24c-1.3.49-1.63,2.7-1.29,3.89a3.22,3.22,0,0,0,4.83,1.68A3.48,3.48,0,0,0,236.82,170Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M243.12,172.8c-.16-.09-.4-.2-.47-.41-.16-.52.13-1.35-.16-1.32-.57.06-.47,1.23-.79,1.67-.57-.1-.68-1.46-1.16-1.2s-.09.56-.07.69a11.45,11.45,0,0,1,.48,1.83c.22.66.7.76,1.46.5C242.91,174.4,243.9,173.27,243.12,172.8Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M236.23,168.42c-.15-.46-1.81-.1-2.22,0a11.11,11.11,0,0,0-2.16.84c-1.26.71-1.29,1.44-.67,2.36.14.21.35.6.44.52.5-.4.72-1,1.47-1.27a18.31,18.31,0,0,0,3.18-1.26C236.49,169.48,236.41,169,236.23,168.42Z'%20style='fill:%23414355'/%3e%3cpath%20d='M217.09,175.75a1.12,1.12,0,0,0-1.9.23,1.82,1.82,0,0,0,.45,2,1,1,0,0,0,1.71-.23A1.81,1.81,0,0,0,217.09,175.75Z'%20style='fill:%23ffa348'/%3e%3crect%20x='193.72'%20y='110.42'%20width='0.95'%20height='3.78'%20transform='translate(-20.46%2047.14)%20rotate(-13.15)'%20style='fill:%23414355'/%3e%3cpolygon%20points='206.34%20105.17%20194.48%2090.79%20192.16%2092.71%20192.15%2092.66%20188.62%2093.37%20192.3%20111.64%20195.83%20110.92%20192.4%2093.93%20203.56%20107.46%20206.34%20105.17'%20style='fill:%23858fa9'/%3e%3cpolygon%20points='192.42%2085.76%20189.95%2086.54%20188.72%2083.1%20187.3%2083.61%20188.51%2086.99%20186%2087.78%20188.9%2095.96%20196.2%2092.94%20192.42%2085.76'%20style='fill:%23414355'/%3e%3cpolygon%20points='207.25%20109.3%20203.56%20107.46%20206.34%20105.17%20207.25%20109.3'%20style='fill:%23414355'/%3e%3cpath%20d='M222,90c-6.73.44-10.47,3.37-11.73,9.71-.07.39-.64,3.89-.64,4.44v.27l4.52.4.52-2.46c4.81.57,9.57,1.17,14.32,1.69l-.3,2.13,4.78.58.18-.25a35.59,35.59,0,0,0,1.16-7.65C234.48,93.52,228.74,89.55,222,90Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M229.9,100.52c-.13.4.4-1.78-.33-3.07s-2.5-3-5.9-3.4c-4.34-.48-6.51,1-7.36,2.36-.7,1.17-1,2.69-1.09,2.5C220.89,99.58,224.19,100,229.9,100.52Z'%20style='fill:%23fcc18b'/%3e%3cpolygon%20points='213.47%20101.28%20202.05%2094.57%20213.66%2085.6%20213.47%20101.28'%20style='fill:%23fff'/%3e%3cpath%20d='M151.82,49c-1.5-2.14-4.09-4.91-6.6-5.83A7.55,7.55,0,0,0,138,44.35c-.49.41-2,2.37-2.54,2.08a12.49,12.49,0,0,0-4.54-1.8c-3.08-.43-5.77,1.7-7.74,4.06-4.25,5.13-3.49,12.25-2.49,18.46.68,4.14,1.75,8.14,1.14,12.36-.53,3.68-2.35,7.1-4.34,10.2a.48.48,0,0,0,.41.71c3.36-.07,8.24.66,10.74-2.22,1.21-1.4,1.15-2.61,1.24-4.42a76.78,76.78,0,0,1,1.1-7.87c.63-4.23-.47-8.78-1-13a27.16,27.16,0,0,1,.17-8.86,7.35,7.35,0,0,1,2-3.57c1.26-1.31,3-1.24,4.63-1.28a41.41,41.41,0,0,0,5.57.61c3.26.09,5.9.88,9.15.19C151.71,50,152,49.17,151.82,49Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M145.41,81.12a6.1,6.1,0,0,0-2.74-1.61c-2.68-1.11-5.81-2.1-8.57-.72a.31.31,0,0,0-.12.46c-5.45,3.77-7,10.76-9.67,16.5a3.4,3.4,0,0,0-.28,2.79c4.3-1.09,7.93-1.73,11.89-2.77A76.52,76.52,0,0,1,145.41,81.12Z'%20style='fill:%23414355'/%3e%3cpath%20d='M152.46,67.42c-1.77-2.93,2.94-3.88,4.66-4.82a1.25,1.25,0,0,0,.12-2c-2.89-1.51-4.42-3.52-6.64-5.83a36.7,36.7,0,0,1-3.72-4.45,7.84,7.84,0,0,0-2.72-2.74H144c-2.68-1.33-6.22-.57-8.88.5-3.64,1.45-6,4.56-7.55,8-2.08,4.64-1.48,8.82-.24,13.6,1.11,4.28,2.6,8.57,6,11.59A19,19,0,0,0,142,85.6c4.39-5.75,5.38-7.93,13.68-10.8a11.93,11.93,0,0,0-.31-2.6C154.85,70.39,153.41,69,152.46,67.42Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M133.05,62.29a10.81,10.81,0,0,0,4.53.47c1.51-.19,3.58-1.23,4-2.83S140,57,138.8,56.62a4.22,4.22,0,0,0-4.46,1.26,5.73,5.73,0,0,0-1.29,4.41'%20style='fill:%23fff'/%3e%3cpath%20d='M147.12,55.05a3.28,3.28,0,0,0-1.58,2.76c1.15.61,2.3.76,2.73-.77.14-.92-.58-2.76-1.44-1.38'%20style='fill:%23fff'/%3e%3cpath%20d='M134.26,57.51a.28.28,0,0,0,.25.45,4,4,0,0,0,.36,3c.71,1.28,2.58,1.12,3.6.36s1.68-2.86.62-4A3.29,3.29,0,0,0,134.26,57.51Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M147.49,54.37h0c-.74.15-.71,1.44-.63,2,.13.9,1.21,2.6,2.29,2.05C150.66,57.66,148.81,53.62,147.49,54.37Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M155,61.77c-1.16-.85-2.9-.57-4.13,0A4.41,4.41,0,0,0,149.19,63a11.5,11.5,0,0,0-.73,1.09c0-.06-.07-.15-.26-.31a3.36,3.36,0,0,0-2.43-.88,9.58,9.58,0,0,0-.78-3c-.45-1.22-.67-2.53-1.22-3.71A7.24,7.24,0,0,0,138.72,52c-5.13-1.16-8.8,3.42-8.54,8.21a.32.32,0,0,0,.62.09c.68-2,.71-3.9,2.35-5.53a6.63,6.63,0,0,1,5.7-1.41,6.43,6.43,0,0,1,4.52,4.13A31.23,31.23,0,0,1,145.1,63a3,3,0,0,0-2.14,3.7.39.39,0,0,0,.75,0,4.87,4.87,0,0,1,.69-1.82c.93-1.52,2.77-1,3.55.33a.48.48,0,0,0,.42.24c.76,0,.93-1,1.23-1.63,1-1.91,3.42-2.35,5.25-1.65C155.12,62.3,155.23,61.92,155,61.77Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M142.18,60.06l.23-.2a.29.29,0,0,0,.08-.3c-.62-2.47-3.48-4-5.85-3.63-2.94.42-4.36,3.86-4,6.48,0,.2.38.2.41,0,.39-2.43.51-4.71,3.22-5.73,2-.76,5.32,1.13,5.62,3.32,0,.12.18.13.25.06Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M147.51,53a5.41,5.41,0,0,1-1.29,2.31,15.09,15.09,0,0,0-1.34,2.47.39.39,0,0,0,.24.57c.88.21,1.74.48,2.6.77a7.73,7.73,0,0,1,2.74,1,.43.43,0,0,0,.6-.61,4.46,4.46,0,0,0-2.17-1.24,8.35,8.35,0,0,0-3.67-.74l.38.5A9.9,9.9,0,0,1,147,55.3,4,4,0,0,0,148,53c0-.27-.42-.34-.47-.07Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M148.41,74.3a6.82,6.82,0,0,0,5-2.85c1.07-1.6-.32-2-1.76-1.91a18.35,18.35,0,0,0-4.91,1.39c-1.8.61-3.7.58-5.46,1.3l0,0a.21.21,0,0,0-.25.32h0a.33.33,0,0,0,.36.37C143,74.33,146.49,74.43,148.41,74.3Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M153.77,69.42c-.81-1.1-3.74-2.26-4.16-.11-1.26-.82-2.43-.7-2.85.77-2-1.15-5.4-.75-6.12,1.72a.45.45,0,0,0,.43.56,41.48,41.48,0,0,0,7.55-.35,11.77,11.77,0,0,0,4.89-1.74.28.28,0,0,0,.4-.09.71.71,0,0,0-.14-.76Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M135.4,86c-1.83.35-3,1.71-4.41,2.71a71.67,71.67,0,0,0,4.73-10.8c.18-.52,2.39-5.82,1.1-6.16-1.79-.48-4,3.43-4.48,4.69-.14.34-.26.69-.38,1,.42-2.06,1.11-5.5-.23-7.29a.34.34,0,0,0-.52-.06,8.48,8.48,0,0,0-1.64,3.15,33.32,33.32,0,0,0-2,5.8c-.43,2-.57,4.11-.8,6.15,0,0,0,.09,0,.13,0-.64,0-1.28-.11-1.92-.11-1.3.23-3.9-1.08-4.73a.43.43,0,0,0-.41,0c-1.08.69-1,2.51-1.27,3.62-.5,2.47-1,4.92-1.38,7.41-.52,3.49-1,6.3-1.5,9.79,2.6-.75,4.58-1.23,6.7-1.74a9.84,9.84,0,0,1,.89-1.31,37.33,37.33,0,0,1,3.24-4.05c1-1.12,2.1-2.19,3.19-3.24.64-.62,1.43-1,1.8-1.81C137.26,86.23,136.31,85.78,135.4,86Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M126.14,94.2l-.73-.2a26.19,26.19,0,0,0,.77-8.47c0-.26,0-.62,0-1a11.35,11.35,0,0,0-.2-3l.73-.21a12,12,0,0,1,.22,3.26c0,.39,0,.73,0,1A26.6,26.6,0,0,1,126.14,94.2Z'%20style='fill:%23414355'/%3e%3cpath%20d='M129.7,86.92l-.67-.36A23.43,23.43,0,0,0,131.45,80a24.59,24.59,0,0,0,0-8.89l.74-.17a25.56,25.56,0,0,1,0,9.23A24.73,24.73,0,0,1,129.7,86.92Z'%20style='fill:%23414355'/%3e%3cpath%20d='M128.65,92.59l-.65-.38.05-.09a17.07,17.07,0,0,1,2.67-3.73l.33-.34a23.32,23.32,0,0,1,1.95-1.8l.47.6a18.86,18.86,0,0,0-1.88,1.74l-.34.33a16.57,16.57,0,0,0-2.55,3.59Z'%20style='fill:%23414355'/%3e%3cpath%20d='M44,121.45c-.87-2.11-2.07-4.3-1.64-6.49a4.63,4.63,0,0,1,3-3.83c2.5-.71,4.93.32,6.94,1.78,1.8,1.31,4,3.27,4.54,5.5a.56.56,0,0,1,0,.26L63,117,45.91,99.36,20.24,104.2s5.66,6.23,9.62,10.76a52.22,52.22,0,0,0,10,8.31L44,122.15A.46.46,0,0,1,44,121.45Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M56.8,118.41c-.53-2.23-2.74-4.19-4.54-5.5-2-1.46-4.44-2.49-6.94-1.78a4.63,4.63,0,0,0-3,3.83,8.51,8.51,0,0,0,.8,5.6,5.85,5.85,0,0,0,.87,1.58l12.78-3.47A.56.56,0,0,0,56.8,118.41Z'%20style='fill:%23fff'/%3e%3cpath%20d='M44,105.31c-1.76-1-3.85-.18-5.19,1.22a3.22,3.22,0,0,0-1.22,5.13c2,2.78,5.54,1.77,7.84,0C48,109.7,46.26,106.53,44,105.31Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M83.77,130.16l-17-9.41-22.41,6.8s7.55,5.92,12.09,9.13,12.83,6.6,12.83,6.6l3.18-1.44a.68.68,0,0,1-.1-.21c-2.76-3.39-7.17-5.95-7.87-10.58s5.77-3.14,8-1.93a19.68,19.68,0,0,1,3,1.92,30.48,30.48,0,0,0,3.47,3c.93.55,2.88,1.42,3,2.72a1.49,1.49,0,0,1-.19.87l1.19-.54A34.26,34.26,0,0,0,83.77,130.16Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M79.05,134a30.48,30.48,0,0,1-3.47-3,19.31,19.31,0,0,0-3-1.92c-2.23-1.21-8.7-2.68-8,1.93s5.11,7.19,7.87,10.58a.51.51,0,0,0,.1.21l9.32-4.25a1.49,1.49,0,0,0,.19-.87C81.92,135.42,80,134.55,79.05,134Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M72,128.7a4.65,4.65,0,0,0-2.84-3.24,3.24,3.24,0,0,0-3.35.18,5.62,5.62,0,0,0-4.6,4.94c-.34,2.95,2.83,5.29,5.57,4.88C70.48,134.9,72.67,132.5,72,128.7Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M45.74,106c-.71-1.53-3.46-3-5.16-2.36a25.86,25.86,0,0,0-3.74,1.61c-.63.36-.88,1.3-1.11,1.92-.34.92-1.06,3.64.72,3.64,1.15,0,1-1.62.9-2.69.38-.86,2-1.8,2.53-2.15,2.41-1.61,3.18.76,5.4.82A.53.53,0,0,0,45.74,106Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M69.69,124.54a11,11,0,0,0-5.23-.2c-2.4.57-2.69,2-4.16,3.74A11.2,11.2,0,0,0,57.63,132a2.34,2.34,0,0,0,1.89,2.88c1.81.15,3.08-1.45,3.92-2.86.64-1.06.72-2.41,1.2-3.54a3.93,3.93,0,0,1,2.57-1.91c1.05.18,3.14,1.16,3.84,0S70.58,124.83,69.69,124.54Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M269.31,225.59l-.21-.73a164.68,164.68,0,0,0,16.82-6.28l.3.7A169.63,169.63,0,0,1,269.31,225.59Z'%20style='fill:%23fff'/%3e%3cpath%20d='M271.33,228.23l-.23-.72c2.25-.71,3.88-1.26,6.08-2.13l2.23-.86c2.51-1,6.31-2.43,8.78-3.42l.29.7c-2.49,1-6.29,2.46-8.8,3.43l-2.22.86C275.24,227,273.59,227.51,271.33,228.23Z'%20style='fill:%23fff'/%3e%3cpath%20d='M273.16,231.85l-.36-.66a91.69,91.69,0,0,1,11.09-4.69c2.32-.87,4.51-1.69,6.44-2.5l.29.69c-1.94.82-4.13,1.65-6.46,2.52A92.15,92.15,0,0,0,273.16,231.85Z'%20style='fill:%23fff'/%3e%3cpath%20d='M275.28,234.38l-.32-.69c3.69-1.74,9.37-4,16.9-6.81l.26.71C284.62,230.36,279,232.64,275.28,234.38Z'%20style='fill:%23fff'/%3e%3cpath%20d='M276.54,236.89l-.32-.68c1.32-.61,2.9-1.26,4.42-1.89s2.91-1.2,4.14-1.76l.31.69c-1.24.56-2.72,1.18-4.16,1.77S277.84,236.29,276.54,236.89Z'%20style='fill:%23fff'/%3e%3cpath%20d='M287.31,232.51l-.21-.73c.54-.15,1.46-.46,2.43-.79a40,40,0,0,1,4-1.23l.13.74c-.71.13-2.41.7-3.92,1.21C288.79,232,287.87,232.35,287.31,232.51Z'%20style='fill:%23fff'/%3e%3cpath%20d='M278.05,239.54l-.32-.69c2.37-1.08,5.83-2.36,9.17-3.6,2.91-1.08,5.67-2.11,7.58-2.95l.3.7c-1.93.84-4.69,1.87-7.62,3C283.83,237.19,280.39,238.47,278.05,239.54Z'%20style='fill:%23fff'/%3e%3cpath%20d='M172.88,209.6l-.19-.73c1.78-.46,3.44-1,5-1.51s2.94-1,4.48-1.37c1-.27,2.19-.56,3.42-.87,3.36-.85,7.17-1.81,10.19-2.91l.26.71c-3.06,1.11-6.89,2.08-10.27,2.93l-3.41.87c-1.52.41-2.93.87-4.43,1.35S174.68,209.14,172.88,209.6Z'%20style='fill:%23fff'/%3e%3cpath%20d='M172.11,212.76,172,212a72,72,0,0,0,12.25-4l.32.68A72,72,0,0,1,172.11,212.76Z'%20style='fill:%23fff'/%3e%3cpath%20d='M187.44,208.48l-.1-.75a60.42,60.42,0,0,0,6.84-1.72l1.41-.41.21.73-1.41.4A60.85,60.85,0,0,1,187.44,208.48Z'%20style='fill:%23fff'/%3e%3cpath%20d='M172.63,215.9l-.18-.74c2-.47,4.67-1.43,7.27-2.35,2.22-.78,4.31-1.52,5.92-2,3.13-.86,6.66-1.88,9.44-2.73l.22.72c-2.79.86-6.32,1.88-9.46,2.73-1.58.44-3.66,1.17-5.87,2C177.35,214.45,174.64,215.41,172.63,215.9Z'%20style='fill:%23fff'/%3e%3cpath%20d='M174.14,218.67l-.19-.73c2.87-.76,6.45-2.05,9.61-3.18,1.54-.55,3-1.06,4.21-1.47l.24.71c-1.23.41-2.66.93-4.2,1.47C180.64,216.61,177.05,217.9,174.14,218.67Z'%20style='fill:%23fff'/%3e%3cpath%20d='M190.24,213.26l-.17-.74c.8-.19,1.6-.46,2.37-.72a24.12,24.12,0,0,1,2.67-.79l.16.74a22.49,22.49,0,0,0-2.59.77C191.89,212.78,191.08,213.06,190.24,213.26Z'%20style='fill:%23fff'/%3e%3cpath%20d='M175,221.31l-.21-.73c5.43-1.57,14-4.35,19.75-6.29l.24.72C189.1,217,180.47,219.74,175,221.31Z'%20style='fill:%23fff'/%3e%3cpath%20d='M177.82,223.44l-.24-.71,1.3-.44c3.48-1.17,8.75-2.93,11.46-3.48l.14.74c-2.66.54-7.9,2.3-11.37,3.46Z'%20style='fill:%23fff'/%3e%3cpath%20d='M280.19,242.81l-.33-.68c2.58-1.25,6.2-2.65,9.71-4,2.51-1,4.88-1.88,6.67-2.67l.3.69c-1.8.8-4.18,1.71-6.7,2.69C286.35,240.18,282.74,241.57,280.19,242.81Z'%20style='fill:%23fff'/%3e%3cpath%20d='M199.13,190.23l-.07-.75c3.34-.29,6.64-.88,9.55-1.41,1.94-.35,3.62-.66,4.92-.79A81.87,81.87,0,0,0,225,185.21l.19.73A82,82,0,0,1,213.61,188c-1.28.13-2.94.43-4.86.78C205.82,189.34,202.5,189.94,199.13,190.23Z'%20style='fill:%23fff'/%3e%3cpath%20d='M227.59,185.57l-.1-.75,2.59-.3a52.29,52.29,0,0,0,7.43-1.2l.2.73a53.1,53.1,0,0,1-7.54,1.22Z'%20style='fill:%23fff'/%3e%3cpath%20d='M240.43,183.68l-.1-.74c4.16-.57,10.52-1.46,14.72-2.14l.12.74C251,182.22,244.6,183.12,240.43,183.68Z'%20style='fill:%23fff'/%3e%3cpath%20d='M160,37.3l-.14-.75c7.1-1.36,17.32-2.85,20.28-3.27l.11.75C177.31,34.45,167.11,35.93,160,37.3Z'%20style='fill:%23fff'/%3e%3cpath%20d='M162,39.81l-.15-.74c2.09-.44,4.79-.84,7.65-1.26,4.5-.67,9.15-1.37,11.68-2.25l.25.71c-2.6.91-7.28,1.61-11.81,2.28C166.81,39,164.12,39.38,162,39.81Z'%20style='fill:%23fff'/%3e%3cpath%20d='M163.51,41.83l-.08-.75a45.32,45.32,0,0,0,10-2l.25.71A45.81,45.81,0,0,1,163.51,41.83Z'%20style='fill:%23fff'/%3e%3cpath%20d='M176.62,39.31l-.11-.74c.87-.13,1.66-.21,2.43-.29a18,18,0,0,0,4.05-.71l.24.72A18.77,18.77,0,0,1,179,39C178.26,39.11,177.47,39.18,176.62,39.31Z'%20style='fill:%23fff'/%3e%3cpath%20d='M164.94,44.47l-.16-.74c4.1-.89,9.92-1.87,14.6-2.67l4.29-.73.13.74-4.29.74C174.84,42.6,169,43.58,164.94,44.47Z'%20style='fill:%23fff'/%3e%3cpath%20d='M166.11,47.86l-.24-.72a68.94,68.94,0,0,1,10.79-2.08A80.81,80.81,0,0,0,185,43.61l.19.73a83,83,0,0,1-8.46,1.47A68.57,68.57,0,0,0,166.11,47.86Z'%20style='fill:%23fff'/%3e%3cpath%20d='M167.36,51.13l-.21-.72c1.44-.42,2.87-.74,4.25-1s2.93-.65,4.43-1.09L176,49c-1.52.45-3,.79-4.48,1.11S168.78,50.72,167.36,51.13Z'%20style='fill:%23fff'/%3e%3cpath%20d='M168.61,55.41l-.21-.72A124.77,124.77,0,0,1,183,51.83l1.09-.17.11.74-1.09.17A124.32,124.32,0,0,0,168.61,55.41Z'%20style='fill:%23fff'/%3e%3cpath%20d='M169.59,58.44l-.15-.74c2.89-.59,6.09-1.1,9.19-1.6,2.94-.48,5.71-.92,8.18-1.42l.15.74c-2.49.5-5.27.95-8.21,1.42C175.66,57.34,172.46,57.85,169.59,58.44Z'%20style='fill:%23fff'/%3e%3cpath%20d='M169.84,61.46l-.15-.74c1.5-.31,3.32-.63,5.25-1s3.89-.69,5.58-1l.15.74c-1.7.35-3.68.7-5.59,1S171.34,61.15,169.84,61.46Z'%20style='fill:%23fff'/%3e%3cpath%20d='M169.82,64.61l-.11-.74A148.13,148.13,0,0,0,185,60.73l.2.73A150,150,0,0,1,169.82,64.61Z'%20style='fill:%23fff'/%3e%3cpath%20d='M170.07,68.26l-.11-.74c3.85-.57,7.63-1.43,10.66-2.12l2.91-.65.16.74-2.9.65C177.74,66.83,174,67.69,170.07,68.26Z'%20style='fill:%23fff'/%3e%3cpath%20d='M166.94,129.56l-.13-.75c2.07-.35,4.09-.59,6-.82,2.25-.27,4.37-.52,6.53-.93,3.37-.65,6.52-1.13,9.05-1.51,2-.31,3.61-.55,4.54-.76l.17.74c-1,.21-2.56.46-4.59.77-2.53.38-5.68.86-9,1.5-2.19.42-4.32.67-6.59.94C171,129,169,129.21,166.94,129.56Z'%20style='fill:%23fff'/%3e%3cpath%20d='M165.65,132.33l-.07-.75c6.41-.65,13.42-1.71,19.22-2.89l.15.74C179.13,130.62,172.09,131.68,165.65,132.33Z'%20style='fill:%23fff'/%3e%3cpath%20d='M187.43,129.18l-.08-.75c2.94-.32,6.2-.8,9.35-1.27,2.11-.32,4.11-.62,6-.86l.1.74c-1.89.25-3.88.55-6,.86C193.65,128.37,190.38,128.86,187.43,129.18Z'%20style='fill:%23fff'/%3e%3cpath%20d='M162.9,135.48l-.11-.75c2.55-.37,5.28-.68,7.93-1,4.63-.53,9.42-1.08,13.19-1.9l.16.74c-3.81.83-8.61,1.38-13.27,1.92C168.17,134.8,165.44,135.11,162.9,135.48Z'%20style='fill:%23fff'/%3e%3cpath%20d='M160,138.75l-.1-.75c6.68-.86,13.93-1.76,20.14-2.52l.09.75C173.92,137,166.67,137.89,160,138.75Z'%20style='fill:%23fff'/%3e%3cpath%20d='M182.27,135.86l-.08-.76c2.6-.26,4.91-.63,7.35-1,1.83-.3,3.73-.6,5.86-.87l.09.75c-2.11.27-4,.57-5.83.86C187.2,135.22,184.89,135.59,182.27,135.86Z'%20style='fill:%23fff'/%3e%3cpath%20d='M186.18,132.2l-.1-.74,2.25-.35c2-.32,4.39-.68,6-.79l.05.75c-1.54.11-3.85.47-5.89.79Z'%20style='fill:%23fff'/%3e%3c/svg%3e";
2
+ export {
3
+ l as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const l = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3cpath%20d='M264.13,78.24c-3.66-16.58-7.69-31.71-31.23-39.4-19.51-6.37-48.05-8.53-57.65-8.64-15.16.59-59.09,1-77.35,20.65-18.52,20-19.79,69.91-20.65,96.57-.43,13.05-.28,30.17,0,43.24.42,19.89.7,41.32,3.84,61,2.67,16.76,5.81,30.64,15.85,44.2,9.6,13,19.7,20.65,38,23.54a211.53,211.53,0,0,0,61.49,0c14.14-2.11,31.71-5.77,46.6-16.82s16.86-23.62,20.66-38.43c4.73-18.44,4.77-48.79,5.76-67.74C270.85,169,270.37,106.58,264.13,78.24Z'%20style='fill:%23dcdde0'/%3e%3crect%20x='108.83'%20y='61.48'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='70.85'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='80.22'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='89.59'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='98.96'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='108.32'%20width='105.63'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='136.43'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='145.8'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='155.16'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='164.53'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3cpath%20d='M108.62,174l-.11,2.88,93.87-.05v-2.88Z'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='202'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='211.37'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='220.74'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='248.85'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='258.21'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3crect%20x='108.83'%20y='267.58'%20width='127.43'%20height='2.88'%20style='fill:%23fff'/%3e%3cpath%20d='M208.77,93.73,201.14,85l-8-1-.13.16c-2.94,3.79-7.74,9.88-8.47,10.55h-.18l-.07.27c-.09.35-.11.43,7.58,4.63l.11,1.22c0,.24,0,.59-.07,1,0,.27,0,.57-.07.89-.12,1.86-.09,3.85,1,4.41a1.45,1.45,0,0,0,.78.23h0c1.32,0,2.57-1.83,3.39-3.43a5.83,5.83,0,0,0,.84,3.32,1.61,1.61,0,0,0,1.3.65,2.92,2.92,0,0,0,1.54-.55,9.12,9.12,0,0,0,2.29-3.8,8.56,8.56,0,0,0,.18-1l.09-.56a.09.09,0,0,1,0,.05,5.69,5.69,0,0,0,.53,3.53,1.62,1.62,0,0,0,1.37.89c1.36,0,2.55-1.88,2.88-2.89s1-5.38.15-6.81l.46-.47Z'%20style='fill:%23414355'/%3e%3cpath%20d='M206.15,84.84c-2.75-3.53-6.68-6-11.36-5.81s-8.57,3-12.61,4.78c-3.32,1.46-6.54,3.09-9.9,4.47a98.58,98.58,0,0,0-9.15,4.1c-2.18,1.16-4.43,2.6-4.07,5.41.22,1.67,1.26,3.19,1.71,4.8.39,1.39,0,1.73,1.24,2.57a38.17,38.17,0,0,0,3.73,2.13,5.8,5.8,0,0,0,3.25,1.65c4,1.62,10.1-.15,12.64-1.56,2-1.1,3.58-2.85,5.46-4.11a16.19,16.19,0,0,1,7.68-2.77c2.87-.3,6.4.52,9.09-.77,2.45-1.18.56-4-1.21-4.65-3.81-1.4-8.06-1-12-.8-.41,0-1.16.16-1.49.2-.54.06.28-1.47.3-1.51a12.22,12.22,0,0,1,2-2.73c1.92-2.19,3.64-4,6.84-3.24,2.48.59,4.21,3.15,5.64,5.06,1,1.36,2,2.78,3,4.11.63.81,2,2.07,3.07,2.1a1.59,1.59,0,0,0,1.8-1.54C212.1,95,207.66,86.78,206.15,84.84Z'%20style='fill:%23414355'/%3e%3cpath%20d='M197.34,104.57a14.78,14.78,0,0,0,.6-4.59c0-.25-.41-.32-.45-.06a16.22,16.22,0,0,0-.37,4.65c0,.13.19.1.22,0Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M203.5,103.43a10.07,10.07,0,0,0,.35-3.45c0-.21-.32-.29-.38-.06a12.29,12.29,0,0,0-.21,3.48c0,.13.21.17.24,0Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M177.5,69.17l31.2,36.6,4.73-4.1-31-35.83s-1.52-2.69-4.15-.36C176,67.54,177.5,69.17,177.5,69.17Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M183.48,78.72c-1.67-1.86-2.09-1.81-3.61-3.8-1.27-1.65-2.13-2.79-1.47-4.94a28.33,28.33,0,0,1,1.81-3.33c.44-.91-1.25-1.91-2-1.17a7.71,7.71,0,0,0-2.39,6.87c.33,2.35,2.4,4.45,5,6.79C182,80.17,184.52,79.87,183.48,78.72Z'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='208.88%20105.74%20213.44%20101.78%20214.53%20107.54%20208.88%20105.74'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M182.18,83.81c-3.32,1.46-6.54,3.09-9.9,4.47a98.58,98.58,0,0,0-9.15,4.1c-2.18,1.16-4.43,2.6-4.07,5.41.22,1.67,1.26,3.19,1.71,4.8.39,1.39,0,1.73,1.24,2.57a38.17,38.17,0,0,0,3.73,2.13c.58.31,13.36,1.49,15.89.09,2-1.1,3.58-2.85,5.46-4.11a16.19,16.19,0,0,1,7.68-2.77c2.87-.3,6.4.52,9.09-.77,2.45-1.18.56-4-1.21-4.65-3.81-1.4-8.06-1-12-.8-.41,0-1.16.16-1.49.2-.54.06.28-1.47.3-1.51a12.22,12.22,0,0,1,2-2.73l.45-.51c-2.83-2.48-6-4.29-8.81-6.35Z'%20style='fill:%23414355'/%3e%3cpath%20d='M199.63,94.27a13.83,13.83,0,0,0-5.34-.49c-.42,0-.84.14-1.27.21.08-.63.17-1.41.24-1.88a.24.24,0,0,0-.47-.12c-.16.57-.39,2.14-.39,2.1-.54.1-1.08.2-1.62.32a20.15,20.15,0,0,0-2.7,1A14.13,14.13,0,0,1,190,92.77c.84-1.08,1.71-2.11,2.49-3.24.16-.24-.18-.46-.37-.29a36.74,36.74,0,0,0-3.3,3.86c-.69.79-1.71,1.79-1.75,2.91a.41.41,0,0,0,.52.4c.94-.38,1.74-.93,2.71-1.26a15.19,15.19,0,0,1,2-.56l1-.18a22.93,22.93,0,0,1,6.38.07C199.91,94.5,199.7,94.29,199.63,94.27Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M168.67,114.81c1.92-9.36,2.05-17.86.38-25.24l-.07-.29h-.29a31.35,31.35,0,0,1-5.12-.47l-.15,0c-5.29-.77-10.46-1.6-15.35-2.47-9.77-1.72-19.33-4.92-28.59-8l-3.69-1.23c-5-1.65-9.05-3.2-12.77-4.85-1.62-.73-3.23-1.56-4.79-2.37-2.06-1.06-10-5.81-10.4-5.5L82.56,69.8C78.69,74,73.88,80.13,71,82.92c-.15.15,4.32,4.49,10.21,8.65a96,96,0,0,0,21,10.45,170.51,170.51,0,0,0,26.7,6.71c7.44,1.37,15.63,2.93,21.89,3.44a130.27,130.27,0,0,1,16.4,2.69l1.37.31Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M150.05,100.65c-1.5-.3-2.91.52-4.19,1.2-.22.12,0,.51.19.41,1.24-.57,2.5-1.43,3.92-1.26.22,0,.3-.3.08-.35Z'%20style='fill:%23414355'/%3e%3cpath%20d='M153.82,94.36c-1-.23-1.63-1.29-2.19-2a.18.18,0,0,0-.3.19,4.13,4.13,0,0,0,2.42,2.17.17.17,0,0,0,.07-.33Z'%20style='fill:%23414355'/%3e%3cpath%20d='M140.3,93.47a24.75,24.75,0,0,1-.12-2.72c0-.2-.32-.22-.35,0a10.26,10.26,0,0,0,.13,2.76.17.17,0,0,0,.34,0Z'%20style='fill:%23414355'/%3e%3cpath%20d='M131.78,100.57c-.51.94-1.09,1.84-1.55,2.81a.2.2,0,0,0,.36.18c.56-.91,1.08-1.85,1.59-2.79.14-.25-.27-.45-.4-.2Z'%20style='fill:%23414355'/%3e%3cpath%20d='M159.27,107.05a4.72,4.72,0,0,0,1.46-1.35.17.17,0,0,0-.24-.23,8.28,8.28,0,0,1-1.48,1.17c-.26.16,0,.56.26.41Z'%20style='fill:%23414355'/%3e%3cpath%20d='M131,92.06a22.83,22.83,0,0,1-2.15-2.55c-.15-.19-.45,0-.31.2a15.06,15.06,0,0,0,2.18,2.67c.2.19.49-.13.28-.32Z'%20style='fill:%23414355'/%3e%3cpath%20d='M112.83,96.11a15.55,15.55,0,0,1-3.66.53.2.2,0,0,0,0,.4,10.71,10.71,0,0,0,3.77-.51c.26-.1.13-.51-.13-.42Z'%20style='fill:%23414355'/%3e%3cpath%20d='M114.12,86.82c-.55-1.17-1.07-2.36-1.69-3.49-.1-.19-.42,0-.34.15.52,1.2,1.14,2.36,1.73,3.53.1.22.4,0,.3-.19Z'%20style='fill:%23414355'/%3e%3cpath%20d='M91.87,79.46A11.79,11.79,0,0,1,93.28,81a.2.2,0,0,0,.33-.22,5.33,5.33,0,0,0-1.46-1.68.21.21,0,0,0-.28.32Z'%20style='fill:%23414355'/%3e%3cpath%20d='M95.9,91.53c-1.11.51-2.25.93-3.32,1.53-.17.1,0,.4.15.32,1.14-.46,2.27-1,3.38-1.52.23-.12,0-.44-.21-.33Z'%20style='fill:%23414355'/%3e%3cpath%20d='M104.7,88.33a10.58,10.58,0,0,0-2.42-3.55c-.15-.18-.46.08-.31.27a13.94,13.94,0,0,1,2.37,3.4.19.19,0,0,0,.36-.12Z'%20style='fill:%23414355'/%3e%3cpath%20d='M121.44,104.14c-.33-.65-.4-1.38-.78-2-.12-.19-.45,0-.36.16.31.68.43,1.41.79,2.06.13.24.47,0,.35-.22Z'%20style='fill:%23414355'/%3e%3cpath%20d='M121.05,94.17a8.82,8.82,0,0,0,2.45,1,.21.21,0,0,0,.08-.41,11.93,11.93,0,0,1-2.4-.82c-.16-.06-.28.17-.13.24Z'%20style='fill:%23414355'/%3e%3cpath%20d='M123.21,81.89a11.8,11.8,0,0,1-3.16.67.15.15,0,0,0,0,.3,10.32,10.32,0,0,0,3.24-.65c.2-.08.1-.4-.1-.32Z'%20style='fill:%23414355'/%3e%3cpath%20d='M106.35,76.91a20.82,20.82,0,0,1-3.73-.87.21.21,0,0,0-.09.4,13.71,13.71,0,0,0,3.83.81.17.17,0,0,0,0-.34Z'%20style='fill:%23414355'/%3e%3cpath%20d='M84,77.08a10.32,10.32,0,0,1-.85,2.39.17.17,0,0,0,.31.16,6.52,6.52,0,0,0,1-2.46c0-.27-.37-.37-.42-.09Z'%20style='fill:%23414355'/%3e%3cpath%20d='M83.07,87.9l-1,.07a.14.14,0,0,0,0,.28l1,0c.22,0,.2-.35,0-.33Z'%20style='fill:%23414355'/%3e%3cpath%20d='M141.81,108.06a30.69,30.69,0,0,1-2.51-2.59c-.13-.14-.36.06-.26.22a14.71,14.71,0,0,0,2.53,2.64.18.18,0,0,0,.24-.27Z'%20style='fill:%23414355'/%3e%3cpath%20d='M165.53,92.26c.62,6.15.51,12.32-1.44,18.22-.06.18.23.27.31.11,2.71-5.57,1.88-12.43,1.23-18.34a.05.05,0,0,0-.1,0Z'%20style='fill:%23414355'/%3e%3cpath%20d='M162,94.17a7.14,7.14,0,0,0-1.47,2c-.09.22.23.39.34.17a9.67,9.67,0,0,1,1.4-1.91c.16-.17-.1-.41-.27-.24Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='150.75%20109.29%20150.76%20109.29%20150.75%20109.29%20150.75%20109.29'%20style='fill:%23414355'/%3e%3cpath%20d='M153.09,110.23a10.27,10.27,0,0,1-2.25-1.39.15.15,0,0,0-.2.22,8.29,8.29,0,0,0,2.31,1.46c.18.08.33-.2.14-.29Z'%20style='fill:%23414355'/%3e%3cpath%20d='M94,70.41a2.1,2.1,0,0,1-1.22.38.14.14,0,0,0,0,.28,2,2,0,0,0,1.46-.43c.15-.15-.1-.37-.25-.23Z'%20style='fill:%23414355'/%3e%3cpath%20d='M77.28,82.49c-.18.4-.63.6-1,.81a.14.14,0,1,0,.12.25,1.91,1.91,0,0,0,1.18-1c.09-.19-.22-.31-.31-.11Z'%20style='fill:%23414355'/%3e%3cpath%20d='M104.09,99.81c-.77-.15-1.12-.75-1.51-1.37-.1-.17-.34,0-.25.16a2.42,2.42,0,0,0,1.69,1.54.17.17,0,0,0,.07-.33Z'%20style='fill:%23414355'/%3e%3cpath%20d='M211,48c0,5-3.45,8.93-8.31,8.93H151.38A8.81,8.81,0,0,1,142.57,48V22.88c0-5.05,4-9.94,8.81-9.94h51.34c4.86,0,8.31,4.89,8.31,9.94Z'%20style='fill:%23fff'/%3e%3cpath%20d='M204.1,12.41a45.06,45.06,0,0,0-7.16-.19h-33c-7.18,0-17.78-2-21.76,5.71-1.62,3.14-1,8-1,11.35V45.66c0,4.15.3,8.4,4.2,11,2.9,1.9,6,1.71,9.23,1.71h45.36c3.13,0,6.33.24,9-1.88a9.9,9.9,0,0,0,3.68-7.16c0-.06-.08-.06-.08-.13V23C212.47,17.7,209.48,13.29,204.1,12.41Zm-4.18,43.77H154.56c-4.72,0-9.45-.31-11-5.9-1-3.61-.29-8.29-.29-12v-15c0-5.27,3.54-8.91,8.84-8.91h47.41c2.55,0,4.79-.09,7.15,1.13,4.3,2.23,3.62,7.32,3.62,11.34v22C210.31,55.18,205,56.18,199.92,56.18Z'%20style='fill:%232a9cc8'/%3e%3cpolygon%20points='167.68%2046.53%20156.99%2067.89%20178.01%2054.94%20167.68%2046.53'%20style='fill:%23fff'/%3e%3cpath%20d='M174.56,56.38a3.15,3.15,0,0,0-1.11.18c-4.64,3-9.34,6.39-14.27,9,1.23-2.64,2.59-5.26,3.93-7.8a3.38,3.38,0,0,0,.28-.68c.12-.48.12-.66-.69-.72-.5,0-1.23-.09-1.45.31A102.57,102.57,0,0,0,156,67.6c-.41,1,.85,1.56,1.59,1.22,6.16-2.85,11.91-7.1,17.6-10.78.61-.4.83-.68.83-1.24C176,56.5,176.36,56.35,174.56,56.38Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M185.09,152.59c0,4.18-3.24,7.36-8.06,7.36H126.09c-4.82,0-8.74-3.18-8.74-7.36V131.82c0-4.18,3.92-7.9,8.74-7.9H177a7.86,7.86,0,0,1,8.06,7.9Z'%20style='fill:%23fff'/%3e%3cpath%20d='M184.67,126.44c-2.6-3.2-5.84-4-9.7-4H130.16c-2.71,0-6-.27-8.51,1-4.83,2.49-5.74,6.9-5.74,11.81v14.15c0,4.45.94,8.07,4.94,10.7,2.29,1.5,5.18,1.23,7.77,1.23H177c5.34,0,9.09-4,9.6-9.1,0,0-.07,0-.07-.07V139C186.53,135,187.41,129.8,184.67,126.44ZM174,159.23H129c-5.11,0-10.31-1.1-10.66-7.47-.23-4.26,0-8.56,0-12.83,0-5.91-.64-13.77,7.57-14.21,2.34-.13,4.73-.08,7.07-.08h44.09c5.56,0,7.32,5,7.32,9.7v17.52C184.37,158.23,179.08,159.23,174,159.23Z'%20style='fill:%23414355'/%3e%3cpath%20d='M149.07,157.63c.36.12,23.12,14.77,23.12,14.77l-9.07-18.26Z'%20style='fill:%23fff'/%3e%3cpath%20d='M173.39,172.09a66.61,66.61,0,0,0-6.19-12.45,3.34,3.34,0,0,0-2.16,0,1.07,1.07,0,0,0,.19.88c1.72,3,3.66,6.41,5.2,9.77-6-3.07-11.39-7-16.92-10.71a9.75,9.75,0,0,0-2.55-.09c-.6,0,.56,1.35,1.22,1.77,6.36,4.06,12.72,9,19.62,12.08C172.61,173.67,173.75,173.06,173.39,172.09Z'%20style='fill:%23414355'/%3e%3cpath%20d='M237,225.84c0,4.91-3.45,9.06-8.31,9.06H177.33a9,9,0,0,1-8.82-9.06V201.35c0-4.92,4-9.69,8.82-9.69h51.33c4.86,0,8.31,4.77,8.31,9.69Z'%20style='fill:%23fff'/%3e%3cpath%20d='M230,190.41a43.88,43.88,0,0,0-7.16-.19h-33c-7.17,0-17.78-2-21.75,5.71-1.63,3.13-1.05,8-1.05,11.34v16.39c0,4.14.3,8.4,4.2,11,2.91,1.91,6,1.72,9.23,1.72h45.36c3.13,0,6.34.24,8.95-1.89a9.9,9.9,0,0,0,3.68-7.16s-.08-.06-.08-.12V201C238.41,195.7,235.43,191.28,230,190.41Zm-4.18,43.77H180.5c-4.72,0-9.44-.32-11-5.9-1-3.61-.29-8.3-.29-12v-15c0-5.26,3.54-8.91,8.84-8.91h47.42c2.54,0,4.78-.09,7.14,1.13,4.31,2.23,3.62,7.33,3.62,11.35v21.95C236.25,233.17,231,234.18,225.86,234.18Z'%20style='fill:%23858fa9'/%3e%3cpolygon%20points='191.71%20229.57%20183.9%20245.3%20202.63%20234.13%20191.71%20229.57'%20style='fill:%23fff'/%3e%3cpath%20d='M199.66,234.82c-4.88,3.16-8.91,6.07-14.06,8.85,1.14-2.67,2.79-5.34,4.1-7.76.16-.31.82-1.49.55-1.49-1.71,0-2.07-.27-2.42.4-1.76,3.39-4.18,7.09-5.21,10.77a1.09,1.09,0,0,0,1.58,1.22c6.08-2.93,11.75-7,17.4-10.69.59-.38,1.44-1.72.9-1.75C200.74,234.28,200.25,234.44,199.66,234.82Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M194.35,305.26c-1.26,4.68-4.07,6.74-8.93,6.74H134.09c-4.86,0-7.84-3-8.56-5.48l-.36-10c1.62-4.32,4.06-6.9,8.92-6.9h51.33c4.86,0,7.31,2.76,8.21,5.64Z'%20style='fill:%23fff'/%3e%3cpath%20d='M191.35,290.32c-2.9-1.91-5.83-2.1-9.1-2.1H136.89c-3.13,0-6.33,0-8.95,2.09-4.45,3.62-4.08,9.17-3.8,14.4s5.1,8.73,10,8.73h50.31c5.77,0,10.35-3.2,10.93-9.09a.35.35,0,0,0,.05-.18C195.43,299.13,196.06,293.41,191.35,290.32Zm-8.73,21H137.27c-4.72,0-9.32-.31-10.86-5.9-.6-2.19-.16-5-.16-7.27a7.71,7.71,0,0,1,7.68-7.73h48.32a21.8,21.8,0,0,1,5.9.69c5.72,1.57,5.15,7.79,5.12,12.78v-.06C192.92,310.15,187.73,311.28,182.62,311.28Z'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='190.14%20297.19%20206.84%20301.15%20192.06%20306.56%20190.14%20297.19'%20style='fill:%23fff'/%3e%3cpath%20d='M207.92,300.13c-4.28-1.49-9.06-2.67-13.47-3.74a1.08,1.08,0,0,0-.57,2.08c3.46.85,6.77,1.72,10.44,2.68-3.55,1.35-7,2.44-10.6,3.48-.56.17-.68.59-.81,1.22a.79.79,0,0,0,1.06,1A103.85,103.85,0,0,0,208,301.87.91.91,0,0,0,207.92,300.13Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M175,297.92a1.45,1.45,0,1,1-1.45-1.44A1.44,1.44,0,0,1,175,297.92Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M175,303.69a1.45,1.45,0,1,1-1.45-1.44A1.45,1.45,0,0,1,175,303.69Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M181,297.11a3.57,3.57,0,0,1,3.15,3.56,3.36,3.36,0,0,1-3.2,3.56'%20style='fill:none;stroke:%23ffa348;stroke-linecap:square;stroke-miterlimit:10;stroke-width:1.4412471330022814px'/%3e%3crect%20x='176.44'%20y='299.75'%20width='3.6'%20height='1.44'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='204.53%20170.55%20204.8%20176%20209.93%20173.53%20204.53%20170.55'%20style='fill:%23414355'/%3e%3cpath%20d='M235.73,130.42l-5.23,8.23-5.11-3.18,4.76-7.93s1.28-2.74,4.14-.9C236.81,128.26,235.73,130.42,235.73,130.42Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='233.14%20134.63%20209.84%20173.6%20204.44%20170.6%20227.5%20131.93%20233.14%20134.63'%20style='fill:%23ffa348'/%3e%3cpath%20d='M232.21,155.34c-3.84-2-7.2-4.57-11.33-6s-7.39.25-10.76,2.66c-2.76,2-5,4.64-5.35,8.1-.22,2,1.12,3.37,2.67,3.09-1.4,3,.38,6.83,4.11,6.35-.09,2.82,5,7.39,9,5.68a1.84,1.84,0,0,0-.27-3.15c-2.68-1.34-2.7-1.76-.9-2.43,1.44-.54,2.34,2.61,5,3.78,1.55.69,5.11,1.92,5.78,2.13a40.9,40.9,0,0,1,5.21-18.92A16.45,16.45,0,0,1,232.21,155.34Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M278.23,148.31a146.61,146.61,0,0,1-17.93,5.85,104.8,104.8,0,0,1-14.89,2.93,25.37,25.37,0,0,1-10.08-.49,40.9,40.9,0,0,0-5.21,18.92c.91.29,1.84.67,2.66.88a102.83,102.83,0,0,0,10.84,2.15,101.52,101.52,0,0,0,26.8-.42c2.61-.49,5.24-1,7.86-1.64A133.4,133.4,0,0,0,278.23,148.31Z'%20style='fill:%23414355'/%3e%3cpath%20d='M277.44,155.94a2.27,2.27,0,0,0-1.23.79,2.42,2.42,0,0,0-.3,2.5,1.41,1.41,0,0,0,.63.61,2.38,2.38,0,0,0,1.58.86,1.62,1.62,0,0,0,.88-.19c0-1.52-.05-3-.1-4.56A3.59,3.59,0,0,0,277.44,155.94Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M275.85,167.33a1.26,1.26,0,0,0-.17.82,1.17,1.17,0,0,0-.42,1.36c.44,1,1.58,1.53,3.15,1.6h.14c.18-1.8.31-3.61.39-5.42A4.1,4.1,0,0,0,275.85,167.33Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M267.26,172.11a1.83,1.83,0,0,0-2.08-.25c-1.68.93-1.55,2.66-1.49,4.22a1.69,1.69,0,0,0,2.8,1.06,2.43,2.43,0,0,0,.72-.95,1.16,1.16,0,0,0,.35-.41c.05-.1.09-.21.14-.32A1.37,1.37,0,0,0,268,174,2.7,2.7,0,0,0,267.26,172.11Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M267.26,160.13a3.28,3.28,0,0,0-1,.35,1.4,1.4,0,0,0-.58.21,2.62,2.62,0,0,0-1.11,1.4,1.64,1.64,0,0,0,.43,1.65c0,.14.09.27.15.41a1.9,1.9,0,0,0,2.61.72,2.09,2.09,0,0,0,.79-1.15,3.42,3.42,0,0,0,.84-1.42,1.74,1.74,0,0,0-.45-1.72A1.81,1.81,0,0,0,267.26,160.13Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M264.08,155.34a3,3,0,0,0,1.9.91,2,2,0,0,0,2.06-1.57,2.79,2.79,0,0,0-.39-2.19,2,2,0,0,0-.13-.39c-1.48.46-3,.89-4.48,1.31a2.09,2.09,0,0,0,.08.34A4,4,0,0,0,264.08,155.34Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M253.08,158.11a3.8,3.8,0,0,0-2,.66,3.22,3.22,0,0,0-1.39,2.58,1.75,1.75,0,0,0,1.75,1.74l.16,0a1.76,1.76,0,0,0,1.35.17,3.28,3.28,0,0,0,2-3.33A1.82,1.82,0,0,0,253.08,158.11Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M257.93,168.34a2.32,2.32,0,0,0-1.5-.58,2.78,2.78,0,0,0-1.4.41,2.48,2.48,0,0,0-1.22,2.25,2.33,2.33,0,0,0,1.72,2.1,2.2,2.2,0,0,0,2.23-.71,2.6,2.6,0,0,0,.73-1.1A2.22,2.22,0,0,0,257.93,168.34Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M248.76,176.88l0,0a2.82,2.82,0,0,0-.36-.77,1.83,1.83,0,0,0-2.44-.63,2.35,2.35,0,0,0-1.26,3.18s0,0,0,.08c1.33.17,2.7.29,4.1.38A2.41,2.41,0,0,0,248.76,176.88Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M244.13,165.31a3.47,3.47,0,0,0-1.62,1.31,2.59,2.59,0,0,0,.73,3.67,2.24,2.24,0,0,0,2.34,0,1.57,1.57,0,0,0,.45-.34,5,5,0,0,0,1-1.56,2.46,2.46,0,0,0-.57-2.54A2.27,2.27,0,0,0,244.13,165.31Zm-.13,2Z'%20style='fill:%232a9cc8'/%3e%3cpolygon%20points='244%20167.29%20244%20167.29%20244%20167.29%20244%20167.29%20244%20167.29'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M234.7,174.24a18.45,18.45,0,0,1-3.37-.75c-.19,0-.33.24-.14.32a8.48,8.48,0,0,0,3.51.71A.14.14,0,1,0,234.7,174.24Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M233.87,171.9a6.23,6.23,0,0,1-2.12-.78c-.18-.1-.44.12-.3.31a2.63,2.63,0,0,0,1.92.92c.31.05.62.11.93.13.11,0,.26-.12.4-.11v-.17h0s.09.17.13.17v.08s0,0,.05,0h0s0,0,.07,0,.05-.22,0-.28A2.79,2.79,0,0,0,233.87,171.9Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M232.18,169.26c-.3,0-.33.42-.07.5.94.3,1.95.2,2.91.47.18.05.31-.24.13-.32A8.16,8.16,0,0,0,232.18,169.26Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M235.56,167.72c-1,.24-1.89-.64-2.78-.95-.26-.09-.37.28-.18.42.81.58,2,1.3,3.05.88A.18.18,0,0,0,235.56,167.72Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M236.38,165.16a13.89,13.89,0,0,0-3.12-1c-.32,0-.35.43-.07.53a13.72,13.72,0,0,0,3.13.86C236.58,165.62,236.62,165.22,236.38,165.16Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M237.36,162.45a24.34,24.34,0,0,0-2.76-1,.29.29,0,0,0-.28.49,7.13,7.13,0,0,0,2.83.94C237.43,163,237.63,162.58,237.36,162.45Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M238.13,159.56c-.95-.1-1.76-.65-2.71-.74-.29,0-.3.39-.06.48a7.48,7.48,0,0,0,2.77.72A.23.23,0,0,0,238.13,159.56Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M208.08,163c.59-3.31,2.37-5.19,5.4-6.51.58-.25.15-1.12-.42-1-3.22.77-6.24,3.93-6.35,7.31,0,.78,1.24,1,1.37.19Z'%20style='fill:%23414355'/%3e%3cpath%20d='M212.21,169.11c-.85-3,2.17-5.16,4-6.9a.54.54,0,0,0-.37-.91c-1.67.09-3.07,2.1-3.91,3.35s-1.87,3.56-.56,4.95a.5.5,0,0,0,.83-.49Z'%20style='fill:%23414355'/%3e%3cpath%20d='M125.66,263.18c-3.45,1.59-6.86,3.22-10.2,5.08-4.72,2.63-9.32,5.48-14,8.23s-9.6,5.34-14.36,8.08C83,287,78.88,289.48,74.83,292q3.58,8.47,7,17c2.28-1.35,4.54-2.72,6.78-4.07,4.56-2.75,9.23-5.27,13.81-8,4.42-2.62,8.77-5.36,13.27-7.86a81.08,81.08,0,0,1,19.8-7.94C133.43,274.55,130.3,268.18,125.66,263.18Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M172.33,250.06c-1.06-1-2.9-.95-4.22-.82-2.62.26-5.2.8-7.78,1.29a113.32,113.32,0,0,0-16,4.52c-5,1.73-9.65,3.93-14.41,6.14l-4.3,2c4.64,5,7.77,11.37,9.88,18a72.19,72.19,0,0,1,8.89-1.63c2.34-.28,4.67-.48,7-.87a13.41,13.41,0,0,0,5.77-1.87c2-1.43,1.65-3.32.14-4.38A4.1,4.1,0,0,0,160,268.6c.2-1.9-1.08-2.57-2.57-2.79a7.33,7.33,0,0,0,1.71-.94,4,4,0,0,0,1.1-3.69c-.67-2.1-4.07-1.87-6.28-1.88a27.21,27.21,0,0,1,5.54-2.23,69,69,0,0,1,7.29-2.12C168.37,254.62,175.17,252.77,172.33,250.06Z'%20style='fill:%23414355'/%3e%3cpath%20d='M130.05,281.28a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M125.31,278.7a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M113.67,286.66a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M126.06,272.49a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M103.14,290.28a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M92.25,291.76a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M93.71,300.49a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M99.15,295.77a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M81.7,302.66a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M122.88,284.43a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M120.69,274.48a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M120.69,269a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M115.94,270.77a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M108.68,279.86a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M118.72,281.62a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M85.71,289.79a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M113.06,275.57a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M105.06,284.64a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M105.73,276.31a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M97.38,282.36a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M98,289.6a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M108.12,291.85a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M90.51,297.93a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M92.7,286.82a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M84.72,296.28a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M79.24,297a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M86.73,303.78a.64.64,0,0,0,0-1.28.64.64,0,0,0,0,1.28Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M79.8,291.58a.64.64,0,0,0,0-1.27.64.64,0,0,0,0,1.27Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M124.59,264.86a67,67,0,0,1,5.29,7.15,42.6,42.6,0,0,1,3.76,8.69.31.31,0,0,0,.6-.09c0-3.13-2-6.45-3.54-9.08a24.18,24.18,0,0,0-5.73-7.16c-.31-.23-.59.24-.38.49Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M229.32,315c-1.26-1.82-1.7-4.24-2.3-6.33a23.2,23.2,0,0,1-1.1-6.18c0-1.76.39-3.46.49-5.2.05-.79.2-1.89-.46-2.49-1.81-1.65-4.45,1.9-5.15,3.12-1.78,3.13-.89,6.89-1.34,10-1.7-1.23-4.66-1-6.48-1.11a17,17,0,0,0-8.11,1.28,4.77,4.77,0,0,0-2.43,2.55,5.71,5.71,0,0,0-.35,2.2c0,.57.56,1.7,0,2.09-2.15,1.49-1.33,4.73.08,6.53-1.67,1.2-1.13,4-.26,5.6,1.4,2.65,5.43,5.48,8.57,4.63,1.49-.4,2.18-.65,3.43.41a14.39,14.39,0,0,0,2.06,1.49,15.14,15.14,0,0,0,6.48,1.81c2.53.19,4.91-1,7.4-.71a9.11,9.11,0,0,1,1.08.21,74.17,74.17,0,0,1,2.6-16.77A7.72,7.72,0,0,1,229.32,315Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M270.39,313.67c-1.41.29-2.81.55-4.2.86-4.53,1-9,2.09-13.64,2.75-4.28.62-8.58.82-12.88,1.2a16.53,16.53,0,0,1-6.14-.32,74.17,74.17,0,0,0-2.6,16.77c1.4.35,3.33,1,4.71,1.4A62.8,62.8,0,0,0,251.25,338,113.82,113.82,0,0,0,271,335.33c5.15-1.23,4.88-2,5.74-4a14,14,0,0,0,.56-5.14,42.45,42.45,0,0,0-.74-7.11c-.2-1.12-.69-4-1.14-6.18C275.3,312.39,272,313.35,270.39,313.67Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M217.45,311.81a.22.22,0,0,0-.36-.25c-2,2.31-2.53,8.25.07,10.62a3.54,3.54,0,0,0-2.48,1.59,2.72,2.72,0,0,0-.38-3,2.72,2.72,0,0,0,.85-3.06,6.12,6.12,0,0,0-4.37-4.21,1.17,1.17,0,0,0,.55-.51,2.69,2.69,0,0,0-.27-3.1.27.27,0,0,0-.46.3c.46.74,1.24,2.72-.67,2.89-.56,0-1.18-.14-1.76-.11-.3,0-.38.52,0,.56,2.48.26,5.21,1,6.21,3.56.5,1.3.26,3.06-1.22,3.51a6.18,6.18,0,0,1-4-.46c-3.65-1.43-7.43-5.83-6.29-10a.17.17,0,0,0-.32-.12c-2.49,5.48,3.23,11.63,8.68,11.75A4.91,4.91,0,0,0,214,321c.68.65.4,1.67.18,2.44a2.59,2.59,0,0,1-2.35,2,8.61,8.61,0,0,1-4.82-1,16.92,16.92,0,0,1-3.79-3c-.64-.6-.91-1.37-1.34-1.32-.09,0-.09.09-.07.2a3.45,3.45,0,0,0,.82,1.61,11.8,11.8,0,0,0,2.45,2.54,7.66,7.66,0,0,0,5.65,1.77,6.47,6.47,0,0,0,2.34-.52,2.91,2.91,0,0,1,.32,3.22c-.55,1.13-1.64,1.5-2.61,2.16a.08.08,0,0,0,.05.14,3.76,3.76,0,0,0,3.52-2.09,2.82,2.82,0,0,0-.16-2.81c.94-1.58,1.9-3.65,4.15-3.45a.35.35,0,0,0,.15-.66c-1.83-.71-2.26-3-2.47-4.72A9.38,9.38,0,0,1,217.45,311.81Z'%20style='fill:%23414355'/%3e%3c/svg%3e";
2
+ export {
3
+ l as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const c = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3cpath%20d='M213.78,201l1.4,23.7,6.64-.23c-.26-7.84,0-15.68-.83-23.47Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M234.52,200.58l-14,.56c.2,8.78.78,16.52,1,23.14l13.08-.9Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M233.07,193.09c-2.69,2.57-6.93,4-9.95,4.81a78.1,78.1,0,0,0-9.17,2.9c-.67.28,1.6,2.06,2.4,1.9,5.89-1.11,17.41-.22,18.06-9A.8.8,0,0,0,233.07,193.09Z'%20style='fill:%232a9cc8'/%3e%3cg%20style='opacity:0.7000000000000001'%3e%3cpath%20d='M222.22,204.27a59,59,0,0,0,11.19-1c.56-.12.32-1-.24-.87a57.34,57.34,0,0,1-10.95,1,.45.45,0,0,0,0,.9Z'%20style='fill:%232a9cc8'/%3e%3c/g%3e%3cg%20style='opacity:0.7000000000000001'%3e%3cpath%20d='M222.22,207a59,59,0,0,0,11.19-1c.56-.12.32-1-.24-.86a58.16,58.16,0,0,1-10.95,1,.45.45,0,0,0,0,.89Z'%20style='fill:%232a9cc8'/%3e%3c/g%3e%3cg%20style='opacity:0.7000000000000001'%3e%3cpath%20d='M222.22,209.63a58.24,58.24,0,0,0,11.19-1c.56-.12.32-1-.24-.86a57.34,57.34,0,0,1-10.95,1,.45.45,0,0,0,0,.89Z'%20style='fill:%232a9cc8'/%3e%3c/g%3e%3cg%20style='opacity:0.7000000000000001'%3e%3cpath%20d='M222.22,212.32a59,59,0,0,0,11.19-1c.56-.12.32-1-.24-.87a57.34,57.34,0,0,1-10.95,1,.45.45,0,0,0,0,.9Z'%20style='fill:%232a9cc8'/%3e%3c/g%3e%3cg%20style='opacity:0.7000000000000001'%3e%3cpath%20d='M222.39,215a58.17,58.17,0,0,0,11-1c.56-.12.32-1-.24-.86a57.2,57.2,0,0,1-10.78,1,.45.45,0,0,0,0,.89Z'%20style='fill:%232a9cc8'/%3e%3c/g%3e%3cg%20style='opacity:0.6000000000000001'%3e%3cpath%20d='M222.67,217.63a55.24,55.24,0,0,0,10.74-1c.56-.11.32-1-.24-.86a54.32,54.32,0,0,1-10.5.93.45.45,0,0,0,0,.9Z'%20style='fill:%232a9cc8'/%3e%3c/g%3e%3cg%20style='opacity:0.4'%3e%3cpath%20d='M222.89,220.37a55.41,55.41,0,0,0,10.52-1c.56-.11.32-1-.24-.86a53.54,53.54,0,0,1-10.28,1,.45.45,0,0,0,0,.9Z'%20style='fill:%232a9cc8'/%3e%3c/g%3e%3cpath%20d='M91,80.29l7.15,23.25,23.7-9.83s-3.72-5.22-4.91-8.95A89.88,89.88,0,0,1,114.68,74Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M170.63,57c-5-.37-8.56,4.06-8.56,4.06s-3.87-5.77-10-4.09c-6.38,1.73-6.52,7.29-5.18,12.78s14.26,14.35,14.26,14.35,8.39-5.56,12.42-10.48c2.25-2.75,4.77-7,3.8-11.33C176.87,60,173.83,57.2,170.63,57Z'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='248.38%2062.4%20225.13%2061.96%20224.24%2088.79%20251.96%2087.89%20248.38%2062.4'%20style='fill:%23dcdde0'/%3e%3cpolygon%20points='256.88%2070.45%20242.57%2070.45%20244.66%2080.44%20259.41%2080.29%20256.88%2070.45'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='212.16%2050.78%20197.85%2050.78%20199.94%2060.77%20214.69%2060.62%20212.16%2050.78'%20style='fill:%232a9cc8'/%3e%3cpolygon%20points='165.33%20142.63%20152.69%20146.03%20155.56%20155.03%20168.34%20151.39%20165.33%20142.63'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M211.12,81.78l-27.43.9a104.33,104.33,0,0,1,1.05,13.71c-.17,5.2-1.64,14.76-1.64,14.76l29.81-1.5A64,64,0,0,1,211.27,98C211,91.62,211.12,81.78,211.12,81.78Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M136.24,127.79l2.29-23.5,24.44-3s.3,10.44,0,14.61c-.89,12.52-2.23,17.14-2.23,17.14l-25,2.68Z'%20style='fill:%23fcc18b'/%3e%3cpolygon%20points='57.14%2085.81%2031.51%2086.55%2032.85%20113.38%2058.93%20111.74%2057.14%2085.81'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M66.53,97.43,42.24,99.52l3.13,24.15,27.28-4.92s-3.88-7.16-4.48-10.74S66.53,97.43,66.53,97.43Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M46.26,51.08c-1.43,1.17-1.19,16.69.15,17.44,2,1.13,15.5.14,15.5.14s-.27,3.22,1.64,4.18C65.94,74,72.79,67,72.79,67S80,59.87,80,58.83s-7.3-7.31-7.3-7.31-7.15-6.83-9.54-6.11c-3,.9-2.09,4.77-2.09,4.77S47.9,49.73,46.26,51.08Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M177.8,125.75l.15,9.77,1.57,9,15.65,1s12.22-.74,12.45-.67,6.93-.15,6.93-.15L210.3,134l-1.79-8-15.13.3Z'%20style='fill:%23fff'/%3e%3cpath%20d='M215,144.06a42.94,42.94,0,0,1-3.89-9.85c-.12-.46-.27-1-.43-1.47a35.79,35.79,0,0,1-1.54-7.3l-.07-.24c-1.21.11-11.78.61-15.52.55-4,0-10-.37-13.53-.56l-2.54-.13-.19.84c0,3.58.15,8,.3,9.8a57.74,57.74,0,0,0,1.35,8.58l.15.72.1,0,0,.22c2.35.45,14.5.82,17.82.82,3.14,0,13.5-.51,18.36-1.06C215.32,145,215,144.05,215,144.06Zm-35.14.34,0-.19a60.78,60.78,0,0,1-1.33-8.58c-.14-1.81-.29-6.08-.29-9.64l1.78.1c3.57.18,9.54.5,13.56.56h.66c3.73,0,11.45-.34,14.14-.51a36.24,36.24,0,0,0,1.5,6.86c.15.51.3,1,.42,1.44a42.74,42.74,0,0,0,3.8,9.72c-5.11.5-14.16,1-17.08,1S183.07,144.8,179.85,144.4Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M195.62,169.5l3.8-15.65,8.49,12.3s11.63-1.57,11.85-.9-5.59,9.84-5.59,9.84l4.25,10.06-13-1.34-12.74,8.5,1.57-12.3-9.84-7.38Z'%20style='fill:%23dcdde0'/%3e%3cpolygon%20points='153.43%20308.64%20146.88%20310.13%20146.88%20300.3%20154.33%20298.81%20153.43%20308.64'%20style='fill:%23fcc18b'/%3e%3cpolygon%20points='217.83%20256.33%20208.58%20258.26%20207.39%20252.9%20217.68%20250.51%20217.83%20256.33'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M208.62,251.94c-.92-.05-5.31,1.66-6.59,2-3.43.9-6.82,2-10.17,3.14-2.88,1-5.62,2.33-8.56,3.2-2.25.67-5,2-7.31,1.48-2.19-.44-1.26-6-1.3-7.57a31.19,31.19,0,0,0-1.11-8,44.39,44.39,0,0,0-3.07-7,4.84,4.84,0,0,0-3.15-2.81c-5.45-1.67-11.64-1.83-17.28-2-3.06-.08-6.11,0-9.16-.14-2-.1-3.28,0-4.69,1.59a.52.52,0,0,0,.21.84c.75,2.64.22,5.8.38,8.51.21,3.29.58,6.53,1,9.81.75,6.54,1.64,13.08,2.66,19.58.85,5.38,2.23,10.66,3.28,16,.73,3.66,1.43,7.31,2.29,10.93a1.64,1.64,0,0,0,1.5,1.47c2.07.27,4.72-.75,6.74-1.09,2.63-.44,5.24-1,7.84-1.57,1.35-.3,4.27-.71,5-2.08a2.73,2.73,0,0,0,0-1.6c-.18-1.1-.21-2.24-.39-3.34-.5-3-1-6-1.41-9-.47-3.3-.92-6.58-1.57-9.86a81.43,81.43,0,0,1-1.34-8.2c.8,2.17,1.5,4.37,2.4,6.5a72.56,72.56,0,0,0,3.58,7.1,7.49,7.49,0,0,0,4.73,4c4.94,1.48,10.28-.95,15-2.07,2.82-.67,5.67-1.18,8.48-1.92s5.74-1.77,8.66-2.44a3.79,3.79,0,0,0,3.17-3.07,62.47,62.47,0,0,0,1.05-8.94c.26-3.21.44-6.42.64-9.63C210.2,254.21,210.64,252.06,208.62,251.94Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M161.67,178c-1.57-2.39-6.16-4.68-9-4.91-2.41-.2-5.64-.35-7.55,1.5a.2.2,0,0,0-.19,0,22.19,22.19,0,0,0-3.07,3.06c-2.07,2.17-4.63,1.24-7.3,1.28a.59.59,0,0,0-.57.43,28.23,28.23,0,0,0,1,11.73,33.82,33.82,0,0,0,5.83,11.15c2.1,2.88,6.41,3.09,9.62,3.62s6.89-2.48,8.69-4.84c2.65-3.47,3.75-8.25,4.3-12.51C163.88,185.13,163.62,181,161.67,178Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M231.84,223.68c-.27-1.22-4-.76-5.74-.52s-4.62.44-6.34-.67c-2-1.29,1.83-4.3,2.39-4.92,1.27-1.41-.89-1.28-2.37-1-2.56.46-4.8,2.07-7.34,2.7a.22.22,0,0,0-.15.17.15.15,0,0,0,0,.18.36.36,0,0,0-.48,0c-1.24,1.51-1.85,5.06-1.52,7,.51,3,3.61,2.6,6.06,3.16,3.53.8,7.13-.53,10.53-1.62s3.66-2.08,4.33-3.13C231.66,224.26,232,224.46,231.84,223.68Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M115,90.29a2.48,2.48,0,0,0-2.49.28c-.38.27-.37.75-.29,1.22-1-.91-2.34-1.67-3.67-1a1.7,1.7,0,0,0-.85,2.39,4,4,0,0,0-2.66-1.16c-.95.08-2.32.71-2.25,1.9A6.67,6.67,0,0,0,104.74,98a5.83,5.83,0,0,1,1.83,3.88,30.49,30.49,0,0,0,.12,4.17.23.23,0,0,0,.17.19,2.55,2.55,0,0,0,.72,1.13.46.46,0,0,0,.35.1c2.3,1.33,5.55.91,7.81-.41,1-.57,1.13-1.9,1.33-2.9.42-2,.88-3.91,1.11-5.93C118.52,95.36,117.94,91.67,115,90.29Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M213.16,219.21a.58.58,0,0,0-.7-.41c-6.21,1.64-12.61,2.52-18.77,4.29a20.39,20.39,0,0,1-6.81,1.24c-3.34-.19-5.34-3.11-6.89-5.71a35.77,35.77,0,0,0-4-6,25.3,25.3,0,0,0-7.1-4.92A57.2,57.2,0,0,0,152,202.18a12,12,0,0,1-7.4-4.08,31.26,31.26,0,0,1-5-8.21,139.54,139.54,0,0,1-6.84-18.46c-2.46-8.38-4.88-16.7-7-25.18-1.51-6.16-3-12.33-4.29-18.55-.6-2.88-1-5.8-1.58-8.7-.46-2.41-.77-4.9-1.37-7.28-.47-1.83-.55-3.7-1.19-5.48h0v-.6a.62.62,0,0,0-.6-.62,26.28,26.28,0,0,0-4.48.79c-1.59.37-3.43-.12-5.06-.15a.57.57,0,0,0-.57.58c1.22,10.79,3.79,21.54,6.54,32,2,7.62,3.68,15.22,6,22.75a221.12,221.12,0,0,1,6.11,24c1.55,8,2.71,16,3.91,24,1,7,1.6,14,2.49,21,.31,2.49.6,5,1,7.46.28,1.51,2.38,1.42,3.6,1.55,5.59.62,11.35.66,17,.89,6.17.26,12.38.48,18.56.52a.59.59,0,0,0,.57-.58,24.24,24.24,0,0,0-.74-6,41.24,41.24,0,0,1-.2-7.87c2.74,3.75,5.33,7.76,10.18,8.6,4.33.75,8.65.17,12.92-.64,6.58-1.25,13.12-3,19.75-4a.57.57,0,0,0,.42-.55A57.2,57.2,0,0,0,213.16,219.21Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M178,174.35c-2.8-2.65-6.79-3.12-10.43-2.57-.44-2.34-2.88-4.36-4.91-5.3a20.2,20.2,0,0,0-11.32-1.35,15.39,15.39,0,0,0-7.75,4.22,17.79,17.79,0,0,0-2.79,2.92c-.56.7.14,1,.38,1.17,3.73,2.71,7.4,5.62,11.26,8.13,1.49,1,2.74,2.2,4.32,3,1.18.63-.69,4.5-1,5.63a163.55,163.55,0,0,0-4.63,22.69.67.67,0,0,0,.46.8,99.25,99.25,0,0,1,13.08,4c2.05.83,4.29,1.16,6.33,2,1.69.69,3.5,1.5,5.36,1.32a.66.66,0,0,0,.64-.65,146.29,146.29,0,0,1,2.66-18.51c1.06-5.3,2.23-10.49,2.28-15.91C182,181.8,181.18,177.33,178,174.35Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M148.22,306.78c-1.12-.28-.73-1.06-2.69-1a31.26,31.26,0,0,0-6.2,1.17c-1.63.66-2.91,1.79-2.91,3.52,0,4.36,6.31,3.5,8.68,3.39,3.75-.18,9.91.05,9.28-5.37C154.11,306.14,151,307.34,148.22,306.78Z'%20style='fill:%23414355'/%3e%3cpath%20d='M220.66,258.26c-.15-2.08,0-4.31-.34-6.37-.49-3-4.37-2.1-6.23-.78-.53.37-.44.63-.27,1,1.06,3-.55,4.33-.72,6.23a11.54,11.54,0,0,0,1.19,6.1,3.22,3.22,0,0,0,5.47.45C220.8,263.4,220.78,259.92,220.66,258.26Z'%20style='fill:%23414355'/%3e%3cpath%20d='M145.87,181.46a1.57,1.57,0,1,1-1.57-1.67A1.62,1.62,0,0,1,145.87,181.46Z'%20style='fill:%23414355'/%3e%3cpath%20d='M115.31,89.92c-.73-.33-2.43-.72-2.9.3a2.49,2.49,0,0,0-.23,1.33,3.81,3.81,0,0,0-2.85-1.27c-2,.06-2,1.57-1.61,3-1.35-1.4-3.24-2.65-4.38-1.28-2.75,3.32,3,7.09,3.1,10.39a.19.19,0,0,0,.38,0c.06-2.28-1.53-3.86-2.68-5.68-1-1.53-1-5,1.58-3.78a6.72,6.72,0,0,1,2.82,2.72c.24.44.84,0,.66-.39-.27-.61-.54-1.21-.8-1.82A1.81,1.81,0,0,1,111,91.31a5.39,5.39,0,0,1,2.31,3.59c.07.36.6.2.54-.15a4.81,4.81,0,0,0-.19-.77.49.49,0,0,1,0-.11,2,2,0,0,0-.1-.26l-.15-.35-.27-.59c-.62-1.31-.09-2.79,1.54-2.42a3.3,3.3,0,0,1,2.12,1.61c1.29,2.06.72,4.92.82,7.21a.25.25,0,0,0,.5,0C118.24,96.06,118.6,91.41,115.31,89.92Z'%20style='fill:%23414355'/%3e%3cpath%20d='M231.5,222.94c-2.39-.67-5.44-.08-7.9-.06-1.16,0-4.81.15-3.61-2.29.59-1.19,1.94-1.88,2.58-3.09a.15.15,0,0,0-.25-.15c-1.12,1.58-3.64,2.51-3.41,4.78.15,1.5,2.32,1.56,3.4,1.57,2.5,0,5-.37,7.51-.51,1-.05,2.6.7,1.25,1.5l-.1,0a.15.15,0,0,0-.15.07,12.65,12.65,0,0,1-1.43.59,24.83,24.83,0,0,1-5.21.91c-.25,0-.19.45.06.43a18.11,18.11,0,0,0,6.36-1.31c-1.28,2.74-6.46,2.9-8.81,3.7a.23.23,0,0,0,.12.45c2.4-.46,8.47-1.13,9.12-4.36.21-.11.42-.21.63-.34C232.49,224.36,232.6,223.25,231.5,222.94Z'%20style='fill:%23414355'/%3e%3cpath%20d='M163.92,175.36c.27,1.32-.35,2.55-.7,3.77s-.69,2.57-1,3.86c-.57,2.49-.91,5-1.25,7.54-.75,5.51-1.41,11-2.5,16.47-.06.31.41.45.49.13a158.49,158.49,0,0,0,2.52-16.53c.39-3,.92-6,1.61-9,.46-2,1.63-4.28,1.16-6.29,0-.22-.38-.13-.34.09Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M165.88,176.05c.6,2.95-.66,6.43-1.1,9.37s-.75,5.62-1.1,8.44c-.73,5.79-1.67,11.6-1.86,17.45,0,.33.48.32.51,0q.91-9.17,2.11-18.3c.43-3.28.88-6.56,1.39-9.84.37-2.32,1.18-4.92.5-7.25a.23.23,0,0,0-.45.13Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M169.26,177.33c-.18,5.85-1.13,11.73-1.59,17.57-.49,6.15-1.34,12.27-1.68,18.42,0,.44.62.42.67,0,.76-6.11,1.27-12.28,1.74-18.42.45-5.82,1.29-11.74,1.25-17.57a.2.2,0,1,0-.39,0Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M172.63,178c-.45,6.23-1.31,12.37-1.5,18.63s-.25,12.65-.48,19a.38.38,0,1,0,.75,0c.43-6.3.3-12.65.43-19s.91-12.41,1.16-18.63a.18.18,0,1,0-.36,0Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M175.73,179.13c-.22,12.32-.81,24.62-1.36,36.93a.46.46,0,1,0,.91,0c.78-12.27,1.07-24.63.87-36.93a.21.21,0,1,0-.42,0Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M159.32,175.18a36.44,36.44,0,0,0-5.41,4.49c-.14.16.09.39.24.23a35.53,35.53,0,0,1,5.32-4.46c.15-.11,0-.37-.15-.26Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M162,169.77c-3.68,2.52-8,4.06-11.33,7.09-.29.26.11.79.43.54,3.53-2.69,7.58-4.57,11.1-7.27.21-.16,0-.51-.2-.36Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M159.8,167.77c-4.28,1.65-8.92,3.17-12.63,5.94-.3.23,0,.73.3.52,4-2.45,8.38-3.91,12.46-6.14.17-.1,0-.39-.13-.32Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M156.27,166.2c-4.12.44-8.06,2.49-11.57,4.58a.33.33,0,0,0,.33.57c3.62-2,7.17-4.06,11.28-4.81.19,0,.15-.36,0-.34Z'%20style='fill:%23dcdde0'/%3e%3cpolygon%20points='7.81%20237.84%2024.2%20258.71%2027.03%20256.92%2010.64%20236.8%207.81%20237.84'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M12,245.15c-1.49.89-6.26-6.56-6.26-6.56s-3.28-6.71-2.39-7.6,4.48,1.93,5.82,3.13A39.36,39.36,0,0,1,13,239l-2.83,1.78S12.76,244.68,12,245.15Z'%20style='fill:%23414355'/%3e%3cpath%20d='M27.41,258.11a2.12,2.12,0,0,1-2,1.5,1.58,1.58,0,0,1-1.56-1.72c0-.95,1.09-1.64,2.16-1.64S27.5,257.17,27.41,258.11Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M42.31,302.76a6.64,6.64,0,0,0-3.25.44,19.87,19.87,0,0,1-2.83.9,30.35,30.35,0,0,1-4.3,1.17c-1.84.38-4.7.45-6.2,1.73-1,.8-1.11,2.07.22,2.6,1.85.75,4,.47,6,.33l7.88-.58c1.34-.1,4.18.43,5.05-.91s1-4.44-.1-5.57C44.23,302.35,42.88,302.77,42.31,302.76Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M87,305.78c-3.93-.32-7.45,0-10-3.57a.21.21,0,0,0-.11-.07A4,4,0,0,0,75.46,301s-.19-.49-.6-.59c-1.35-.34-3.65,1.26-4,2.53-.44,1.51-1.69,5.5-.45,6.73.59.58,2,.43,2.71.42,2.17,0,4.33,0,6.5.06,2.35.06,4.73.28,7.08.24,1.58,0,3.62-.24,4.28-1.9C91.85,306.22,88.28,305.89,87,305.78Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M84,235.5q-.13-3.48-.56-6.95c-.19-1.5-.41-3.44-1.41-4.66s-2.08-.86-3.45-.39a30.91,30.91,0,0,1-4.28.64,51.4,51.4,0,0,0-5.16,1.47c-2.92.9-6.09.91-9,1.73-1.51.42-2.95,1-4.48,1.3-1.37.29-2.77,0-4.16.16-1,.11-1,.61-1.92.38a.48.48,0,0,0-.31.91,6.81,6.81,0,0,1-.6,2.66,35.72,35.72,0,0,0-.86,3.85,64.33,64.33,0,0,0-.9,9.41c-.32,7.15-.28,14.24-1.48,21.33-1.13,6.72-3.12,13.25-4.4,19.94-.64,3.37-1.26,6.74-2,10.09-.32,1.36-.59,2.73-1,4.06-.33,1-1.13,2-1.12,3.12a.52.52,0,0,0,.39.5,25,25,0,0,0,7.68,1.53c1.8,0,2.91-3.24,3.58-4.43A98.07,98.07,0,0,0,57,282.44c2.1-7,4.22-13.95,5.17-21.21.44-3.44.86-6.85,1-10.31.1-2.23.19-5.48,1.12-7.82.18,10.78,2.17,21.42,3.07,32.16.45,5.45.15,10.95.28,16.41.12,4.85-.08,10.08,1.22,14.78a.44.44,0,0,0,.43.33,24.13,24.13,0,0,0,4-.74,19.31,19.31,0,0,0,3.2-.65,3,3,0,0,0,2-2.71c.54-3.74.73-7.55,1-11.31,1-11.78,1.78-23.59,3.31-35.31A124,124,0,0,0,84,235.5Z'%20style='fill:%23414355'/%3e%3cpath%20d='M131.11,142.22c2.49,1,6.13-.95,7.27-2.79,1.45-2.35,1.74-4.79,3.13-6.6,2-2.61,3.2-5.88.25-4.73.14-.82.64-1.18.42-2.09s-1-1.15-1.53-.81c-.09-.7.52-1.53-.42-2.26a3.85,3.85,0,0,0-2.52.13A9.15,9.15,0,0,0,133.8,126a12.79,12.79,0,0,0-2.8,7.38,17.77,17.77,0,0,1-.67,4.36Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M27.81,241.24c-1.1-.73-1.09-1.38-1-2.73a7.79,7.79,0,0,0,.11-2.45.36.36,0,0,0-.44-.25c-.38.16-.81.86-1.11,1.15-.79.76-1.53,1.7-2.27,2.45a.26.26,0,0,0-.27.07c-2.72,2.88-7,4-9.39,7.14-1.47,1.92-.66,4.11,1.26,4.24-.46,1.76.75,3.38,2.57,2.36.11,1,.78,1.45,2,.89,3.15-1.42,4.57-5.39,6.61-8C26.45,245.41,29.33,242.25,27.81,241.24Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M131.87,134.42a.61.61,0,0,0-.85,0,236.33,236.33,0,0,0-22.75,21.09c-5.9,6.26-11.42,12.93-17.61,18.9-2,1.92-4.46,4.47-7.17,2.51a8.35,8.35,0,0,0-6.87-1.7c-2.48.4-4.69,1.19-7.25,1.06-2.38-.13-4.73-.34-7.13-.36a20.94,20.94,0,0,0-11.31,2.77.47.47,0,0,0-.15.67c-1.83,4.47-5.51,8.23-8.05,12.29-3.46,5.53-5.54,11.76-7.86,17.81-2.45,6.38-4.53,13.18-7.74,19.22-1.83,3.44-5.75,7.75-5.38,11.92.07.76,1.61,1.36,2.14,1.7a11.62,11.62,0,0,0,2.67,1.62c1.5.43,3-1.74,3.76-2.69,5.35-7,9-15.64,12.45-23.69,2.34-5.41,4.56-10.89,6.55-16.44-.12,10.29-1.25,20.51-1.86,30.78a.6.6,0,0,0,.75.57c6-1.88,12.43-1,18.57-1.95s12.29-3.19,18.52-4.39a.51.51,0,0,0,.38-.49c.37-8.61-.59-17.55,1.28-26,.85-3.87,3.77-6.53,6.23-9.49,3.28-3.95,6.57-7.9,10-11.7,7.7-8.49,15.9-16.53,23.6-25,1.89-2.09,3.72-4.24,5.51-6.41a24.38,24.38,0,0,0,3.49-4.73C137.14,139.44,133.35,136.28,131.87,134.42Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M102.16,167.34c-.21-1-.92-4-3.28-4.17-.88-.09.74-2.39.3-4.18-.7-2.79-2.19-3.57-4.86-4-.1-4.23-1.38-8-6.07-7.91,1.54-5.84-5.16-7.24-9.79-5.79-.49-5.12-6.83-5.61-10.48-3a5.32,5.32,0,0,0-6.08-3.33,6.48,6.48,0,0,0-3.69,1.75,3.16,3.16,0,0,0-.82,1.81c-3.11-5.34-12.19-4.06-14,1.87-5.1-3.43-11.51-.17-12.54,5.95-6.66-1.25-12,3.94-10.19,10.58C16,154.67,8,162.36,12.36,167.1A5.34,5.34,0,0,0,8,172c-.23,2.85,2.06,4.48,4.53,4.84-3,4.3,2,8.79,6.66,6.83.86,4.85,7,6.15,10.49,3,1.3,4.46,7.68,4,10.13,1a6.54,6.54,0,0,0,10.29-1.94c1.66,2.59,6.85,1.34,8.2-1.64,1,2.69,7,3.58,9.09.75,1.64,3.87,7.24,3.56,8.94,1.49a6.62,6.62,0,0,0,9.39-1.19c3.73,2.08,7.06,1.46,9.16-2A4.87,4.87,0,0,0,95.4,182c.22-.81.69-.59,1.55-.85a5.47,5.47,0,0,0,2.82-1.8c1.1-1.51.87-3.27.23-4.93-.17-.42-.38-.83-.57-1.25h.15a2.26,2.26,0,0,0,1-.43C102.39,171.36,102.61,169.58,102.16,167.34Z'%20style='fill:%23414355'/%3e%3cpath%20d='M25.51,246.23C24.05,248,23,250,21.57,251.73a9.61,9.61,0,0,1-2.36,2c-1.38.47-1.3-.42-1.44-.77A17.82,17.82,0,0,0,19,250.6a.32.32,0,0,0-.56-.32c-.4.58-.95,1.61-1.54,2.36-1.31,1.15-2.09.26-1.61-1.31a4.59,4.59,0,0,1,.52-1,15.57,15.57,0,0,0,2.07-1.84.39.39,0,0,0-.47-.62,24,24,0,0,0-2.59,1.91c-1.73.37-1.91-.52-2-1.32a6.27,6.27,0,0,1,.57-1.33,6.82,6.82,0,0,1,1.08-1.49.1.1,0,0,0-.14-.14c-1,.8-3.13,3.32-1.77,4.7a1.82,1.82,0,0,0,2,.67,2.58,2.58,0,0,0,.27,2.88c.79.95,1.57.67,2.26,0a1.27,1.27,0,0,0,1.38.88c3.63-.73,5.22-5.52,7.23-8.06C26,246.32,25.68,246,25.51,246.23Z'%20style='fill:%23414355'/%3e%3cpath%20d='M142.4,127.59a1.41,1.41,0,0,0-.59.1,2.3,2.3,0,0,0,.26-2.24c-.34-.78-.76-1-1.43-.8a1.33,1.33,0,0,0-.16-1.46c-.91-1-2.6-.26-4.15.51-1.78.9-3.17,3.08-4.09,4.75-.07.12.1.26.19.15a27,27,0,0,1,2.55-3.34c1.87-1.63,5.26-2.65,5-1.34a3.22,3.22,0,0,1-1,1.59,27.51,27.51,0,0,0-2.21,1.81c-.2.16-.38.31-.53.45v0c-.42.45.21,1.19.71.71a23.17,23.17,0,0,0,3.23-3.06c1.27-.55,1.37,1,.77,2.1s-1.58,2.16-2.15,3.36a.29.29,0,0,0,.5.29c.34-.44.66-.9,1-1.35L141,129c1.57-1.08,2.29.1,1.87,1a15.3,15.3,0,0,1-1.78,3.18c-1.52,2.53-2.22,6.2-4.92,7.68-.32.18,0,.66.29.49,2.29-1.24,2.71-3.18,3.73-5.39s2.7-4,3.42-6.22C143.86,128.87,143.56,127.55,142.4,127.59Z'%20style='fill:%23414355'/%3e%3cpolygon%20points='240.93%20183.44%20259.11%20169.77%20260.56%20171.81%20242.12%20185.08%20240.93%20183.44'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='257.7%20170.72%20260.53%20168.61%20261.8%20170.84%20259.11%20172.9%20257.7%20170.72'%20style='fill:%23414355'/%3e%3cpath%20d='M285.06,303.44a33.94,33.94,0,0,0-4.72-.43c-.81,0-2.69.51-3.19,0a.13.13,0,0,0-.1,0h0s-.06,0-.09,0h0a.17.17,0,0,0-.1.1h0v.08c0,.14-.08.29-.11.44a.48.48,0,0,0,0,.27c-1,3.46-9.06,1.78-11.56,2.73-2.23.85-4.09,2.88-2.9,4.92,1.55,2.68,5.26,1.9,7.9,1.81a73.81,73.81,0,0,0,11.2-1c1.57-.3,5.66-.4,5.6-2.9C286.91,307.77,287.24,303.83,285.06,303.44Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M346.72,305.55c-.6-2.38-2.18-3.22-4.55-3.46-3.36-.35-7.52,0-9.11-3.68a.16.16,0,0,0-.23-.07.51.51,0,0,0-.38-.18c-2.89-.12-5.74,1-8.4,2-2,.71-2.44,3-2.84,4.88-.27,1.26-.46,3.68,1.29,3.75,3.63.16,18,.74,21.35-.19C345,308.28,347.32,307.9,346.72,305.55Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M336.2,290.16c-.16-2.83-.53-5.64-.8-8.46a127.76,127.76,0,0,0-3.77-19.16c-.59-2.26-1.29-4.49-1.86-6.75a43.56,43.56,0,0,1-1-8c-.36-5.48.28-11-.19-16.45a75.59,75.59,0,0,0-8.25-28.14c-1.74-3.36-3.54-6.49-6.59-8.81a4.87,4.87,0,0,0-3.62-1.19c-1.82.21-3.2,2.12-4.67,3-4.11,2.43-9.2,3.38-13,6.43a16.47,16.47,0,0,0-3.7,3.31c-.1.14-.44,1.33-.47,1.34-.25.07-.3.1-.28.12-.43.08-.5.46-.22.66-.77,2.69-2.05,5.31-2.94,8a43.66,43.66,0,0,0-1.75,9.29c-.7,6.86-.45,13.9-.33,20.78.13,7.39-1.74,14.15-3.92,21.14-2,6.3-2.22,12.92-2.77,19.46-.28,3.36-.54,6.72-.65,10.1-.09,2.7-.09,4.51-.09,7.19,0,2.24,2.75,2.46,3.62,2.65,2.33.5,5.18,1.48,7.59,1,3.53-.69,4.67-4.38,5.29-7.49.35-1.76.54-3.56.85-5.34.52-3,2.45-5.66,4.06-8.17,5.05-7.83,6.93-18.3,5.72-27.44-.35-2.61-.82-5.32-.26-7.93.52-2.43,2.48-4.63,3.38-7a34.29,34.29,0,0,0,2-11.8c2.91,11.68-.46,24.38,4.47,35.64.71,1.61,1.59,3.17,2.14,4.84a18.86,18.86,0,0,1,.66,5.23,84.92,84.92,0,0,0,.51,10.09A56,56,0,0,0,319.48,303c1.27,3,3.43,3.13,8.51,1.66a30.38,30.38,0,0,0,5.89-2.9c1.42-.77,2.45-1.59,2.62-3.31A53.25,53.25,0,0,0,336.2,290.16Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M273.57,152.14c-.15.44-.74.74-1.19,1a11.77,11.77,0,0,0-2.68,2.09,19.75,19.75,0,0,0-3.58,4.92,30.74,30.74,0,0,0-2.68,10.43,59.2,59.2,0,0,0,.44,11.48c0,.59.45,1.79.3,2.23-.15,1.19-1.45,0-2.05-.3-.89-.44-3.76-2.08-3.76-2.08a29,29,0,0,1-1.27,5.1,7,7,0,0,1-2.57,3c-.64.4,1.23,1.08,1.68,1.68a6.73,6.73,0,0,1,1.86,1.82c-1.34.15-3-.74-4.17-1-.9-.15-1.79-.45-2.69-.6a23.37,23.37,0,0,0-4.28-1.19c2.23,2.91,1.64,4.44.89,5.93-.59,1.19-1.56,2.12-4.24,2.68,1.64.6,8.53,4.51,10.32,5.25,2.83,1.05,5.81,3.1,8.79,3.69a14.73,14.73,0,0,0,9.62-1.12c3.46-1.78,5.73-6.29,6.33-6.74.15,1.94,2.57,4.36,3.62,5.85,1.34,1.64,2.49,2.5,3.83,4,.9,1,.9.74,1.94,0,.9-.45,1.94-1.05,3-1.49,1.49-.9,3.13-1.49,4.62-2.39,3-1.64,6-3.43,9.1-4.92a47.38,47.38,0,0,0,4.77-2.23c1.64-.75,5.51-3,6-3,.15-.75-1-1.45-1.49-2.05a50.87,50.87,0,0,1-2-6.34c-.45-1.78-2.79-9.16-4-13-2.24-6.56-4-14-8.2-19.67a20.91,20.91,0,0,0-6.26-5.22,23.11,23.11,0,0,0-7.46-3,13.27,13.27,0,0,0-7.6.74c-.89.45-2.53,1.05-3.13,1.79-.45.3-.45,1.2-.74,1.64s-.75.75-.9,1.34Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M273.4,152c-.34.66-1.28.93-1.87,1.3a10.32,10.32,0,0,0-1.6,1.26,18.85,18.85,0,0,0-2.83,3.28,24.39,24.39,0,0,0-3.45,8.54,38.22,38.22,0,0,0-.66,10.13c.09,1.78.28,3.55.47,5.32.05.51.14,1,.24,1.52a1.77,1.77,0,0,1,.1.85s0,.2-.05.22-.38-.14-.45-.18c-1.57-.9-3.12-1.83-4.68-2.76a.51.51,0,0,0-.74.3c-.62,2.69-.84,5.64-3.17,7.49-.38.3-1,.54-.82,1.13.1.44.57.71.92.94a12,12,0,0,1,1.23.89,6.5,6.5,0,0,1,1.64,1.54l.39-.68a8,8,0,0,1-3.31-.77c-1.15-.39-2.38-.5-3.54-.87a16.91,16.91,0,0,0-4.29-1.2.46.46,0,0,0-.4.69,6.69,6.69,0,0,1,1.47,3,3.75,3.75,0,0,1-.39,2.05,4.46,4.46,0,0,1-1.16,1.65,7,7,0,0,1-3,1.22c-.49.1-.4.75,0,.9a45.25,45.25,0,0,1,5.47,2.77c2,1,3.9,2,5.92,2.9,1.68.74,3.29,1.65,5,2.36a15.67,15.67,0,0,0,5,1.2,13.34,13.34,0,0,0,9.45-2.68,18.9,18.9,0,0,0,3-3.36c.35-.49.69-1,1-1.49a3.07,3.07,0,0,1,.58-.75l-.77-.32A7.6,7.6,0,0,0,280,204c.83,1.1,1.67,2.24,2.6,3.26.55.62,1.15,1.19,1.74,1.77s1.22,1.32,1.87,1.93a1.08,1.08,0,0,0,1,.35,2.13,2.13,0,0,0,.6-.36,8,8,0,0,1,1.19-.72q2.5-1.31,5.06-2.54c1.66-.8,3.25-1.76,4.85-2.66s3.29-1.85,5-2.69,3.55-1.5,5.24-2.42c1.19-.65,2.41-1.26,3.61-1.9.59-.32,1.19-.65,1.79-.95.22-.12.44-.23.67-.33.07,0,.37-.12.26-.11a.45.45,0,0,0,.44-.45c.12-1.14-1.16-1.55-1.61-2.4a15.85,15.85,0,0,1-.87-2.51c-.48-1.49-.85-3-1.28-4.49-1.3-4.45-2.68-8.89-4.13-13.29-1.87-5.69-3.43-11.6-6.58-16.75a19.15,19.15,0,0,0-2.61-3.46,22,22,0,0,0-3.36-2.73,28,28,0,0,0-7.95-3.81,13.82,13.82,0,0,0-8.85.23,11.52,11.52,0,0,0-3.5,1.85,3.13,3.13,0,0,0-.84,1.53c-.23.72-.89,1.16-1.12,1.9l1-.13-.15-.3c-.31-.62-1.24-.07-.93.55l.14.3a.55.55,0,0,0,1-.13c.19-.57.73-.92,1-1.47s.27-1.05.72-1.47a11.19,11.19,0,0,1,3.13-1.66,12.67,12.67,0,0,1,7.63-.46,24.41,24.41,0,0,1,7.81,3.49,21.69,21.69,0,0,1,3.34,2.55A17.08,17.08,0,0,1,300.6,157c3.09,4.93,4.64,10.64,6.43,16.13q2.13,6.51,4.09,13.06c.45,1.53.79,3.09,1.25,4.62.29,1,.58,1.94.93,2.89a2.72,2.72,0,0,0,.54,1c.37.4,1.23.9,1.17,1.52l.45-.45a6.11,6.11,0,0,0-2.1.94c-1,.55-2.07,1.12-3.11,1.66-2.87,1.48-5.85,2.69-8.7,4.22-1.65.88-3.28,1.82-4.92,2.74s-3.09,1.62-4.65,2.41l-2.23,1.14a15,15,0,0,0-2.26,1.23c-.1.08-.44.39-.53.39s-.44-.43-.55-.55c-.56-.62-1.17-1.21-1.78-1.8a37.1,37.1,0,0,1-3.2-3.66c-.92-1.14-2.18-2.54-2.34-4.06a.46.46,0,0,0-.77-.32,8.84,8.84,0,0,0-1.28,1.75,21.31,21.31,0,0,1-2.35,2.92,12,12,0,0,1-9.08,3.39,14.84,14.84,0,0,1-5.23-1.07c-1.68-.68-3.25-1.58-4.89-2.32-.92-.41-1.84-.77-2.74-1.22s-2-1.06-3-1.6a50.8,50.8,0,0,0-6-3.06v.9a7.79,7.79,0,0,0,3.32-1.37,5.26,5.26,0,0,0,1.45-2,4.73,4.73,0,0,0,.47-2.48,7.1,7.1,0,0,0-1.61-3.41l-.4.69c1.47,0,2.88.82,4.28,1.16a32,32,0,0,1,3.59.91,8.1,8.1,0,0,0,3.27.75.45.45,0,0,0,.39-.67,5.67,5.67,0,0,0-1.4-1.53c-.38-.3-.69-.65-1.08-.93-.23-.17-.46-.32-.7-.47a1.38,1.38,0,0,0-.25-.17l-.14-.14-.09.42c.11,0,.63-.45.73-.53a6.47,6.47,0,0,0,.75-.73c1.79-2,2.07-4.65,2.58-7.19l-.74.3c1.48.82,3,1.56,4.47,2.43.78.47,1.82.74,2-.46a4.3,4.3,0,0,0-.19-1.51,21.61,21.61,0,0,1-.3-2.42,49,49,0,0,1-.12-11.16,26,26,0,0,1,3-9.83,19.3,19.3,0,0,1,3.29-4.24,17.92,17.92,0,0,1,2.11-1.66,3.4,3.4,0,0,0,1.42-1.34C273.85,152,273.5,151.83,273.4,152Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M258.42,181.75c1.48,1.06,3.06,2,4.63,3a18.75,18.75,0,0,0,5.6,1.91c1.77.37,3.43.72,5.15-.06a8.49,8.49,0,0,0,3.87-3.94c3.15-6.1,2.11-13.32,3.67-19.83a11.94,11.94,0,0,1,1.64-4.07,5.92,5.92,0,0,1,3.48-2.38c.29-.09.25-.56-.07-.54-2.46.17-4.1,2.37-4.94,4.48a27.88,27.88,0,0,0-1.51,7.57c-.38,3.64-.65,7.4-1.84,10.89a14.3,14.3,0,0,1-2.77,5,5.45,5.45,0,0,1-4.75,2,27.12,27.12,0,0,1-3.35-.52,16.22,16.22,0,0,1-3.28-.88c-1.86-.84-3.46-2.15-5.33-3a.2.2,0,0,0-.2.35Z'%20style='fill:%23414355'/%3e%3cpath%20d='M260.36,195.24a26.26,26.26,0,0,0,8.05,5,29.32,29.32,0,0,0,7.36,2.32c3.19.43,6.61-1.34,8.94-3.37,3.08-2.69,4.4-6.62,6.32-10.09a31,31,0,0,0,2.76-6,24.7,24.7,0,0,1,1.88-5.57c.21-.37-.31-.8-.61-.47a10.34,10.34,0,0,0-1.78,4.36,24.51,24.51,0,0,1-1.91,4.94c-.93,1.83-2,3.57-3,5.4a28.36,28.36,0,0,1-3,5c-2.12,2.59-5.62,4.86-9.07,4.89a10.37,10.37,0,0,1-2.59-.41,33,33,0,0,1-3.88-1.24,34.38,34.38,0,0,1-9.33-5c-.13-.1-.32.07-.19.2Z'%20style='fill:%23414355'/%3e%3cpath%20d='M257,178.83a7.9,7.9,0,0,0-2.23-4.67c-2.4-2.22-5.81-2.09-8.66-.69a4.65,4.65,0,0,0-2.63,2.49c-.2.62.53.36.17.78-1.06,1.26-.9,1.77-.84,2.12.12.67.65.39.64.87s-.68,1.22-.75,1.59c-.34,1.82,3.15,2.9,5.59,2.51.58,2.95,3.49,6.94,6.85,6.11,1.2-.3,1.81-2.48,2.22-3.45a10.78,10.78,0,0,0,1.19-3.42,1.74,1.74,0,0,0-.2-1.08A6.77,6.77,0,0,1,257,178.83Z'%20style='fill:%23414355'/%3e%3cpath%20d='M244.7,189.27a17.18,17.18,0,0,0-5.08-3.75c-3-1.4-6,1-8.22,2.79-1.44,1.19-4.34,3.56-4,5.74.5,3,3.72.69,5-.37,1.84-1.54,3.91-2.76,6.38-2.16,1.14.55,1.24,1.18.29,1.9a4.68,4.68,0,0,1-1.4,0,10.33,10.33,0,0,0-1.76,0c-1.39.15-3.33,3-1.28,3.54a5.47,5.47,0,0,0,1.76.12,6.36,6.36,0,0,1,3.53,1.3c1.64,1,3.57.77,5.4.67a.33.33,0,0,0,.33.11.37.37,0,0,0,.47-.38c0,.23.84-.4.81-.37a7.75,7.75,0,0,0,1.42-1.94,3.23,3.23,0,0,0,.08-3.4C247.58,191.68,245.85,190.45,244.7,189.27Z'%20style='fill:%23414355'/%3e%3cpath%20d='M277.19,147.56a18.63,18.63,0,0,1-2.51-8.15c-.09-2.43.42-4.83.56-7.25.21-3.59-3.49-6.32-5.78-8.54-3.5-3.4-6.56-6.2-11.38-7.58a17.06,17.06,0,0,0-11.33.41c-1.57.64-5.12,2-5.36,4.12a.4.4,0,0,0-.21.41.42.42,0,0,0,.22.43c0,.08,0,.17,0,.25l-.07,0c-1.91,2-2.69,5.26-3,8-.39,3.84,1.77,7.52,3.84,10.55.45.65,1,1.21,1.42,1.87.64,1-.2,1.68-.5,2.53a2.62,2.62,0,0,0,.34,2.48c1.31,1.53,3.41.94,4.85-.08,2,3.11,4.51,6,8.39,6.41,3.58.38,6.58-1,9.4-3a54.9,54.9,0,0,1,3.29,6.77c.32.8.51,1.35,1.46,1.37,2.42,0,5.32-2.81,6.94-4.34C280,152.08,278.46,150,277.19,147.56Z'%20style='fill:%23414355'/%3e%3cpath%20d='M273.63,109.65a5.23,5.23,0,0,0-1.85.06c-.89.12-1.22-1.26-1.7-1.71a10.78,10.78,0,0,0-3.72-2.33,11.18,11.18,0,0,0-4.13-.7c-1.32,0-2.29,1.32-3.29.27a8.4,8.4,0,0,0-7.62-2.32,9,9,0,0,0-4,2.16c-.7.63-2.08,3.35-2.88,3.35a.38.38,0,0,0-.16,0c-8.76-2.68-15.7,9.82-10.08,16.48.82,1,3.42,3,4.83,2.47a7.85,7.85,0,0,0,2.38-1.66,28.88,28.88,0,0,1,4.7-3.28c3-1.81,7-2.54,10.13-.77,2.3,1.29,3.74,3.84,5.05,6,2.45,4.13,5.46,8,9.58,10.63.84.53,2.26,1.34,3.31,1s1.08-1.63,1.11-2.68c.08-2.58,1.66-4.73,2.63-7a23,23,0,0,0,1.92-9C279.87,116.74,277.88,110.74,273.63,109.65Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M250.06,137.19a2.31,2.31,0,0,1-2.12,2,1.79,1.79,0,0,1-1.79-1.79,2.2,2.2,0,0,1,1.9-2.13A2.1,2.1,0,0,1,250.06,137.19Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M241.85,133.35c1.45-.7,1.93-2.51,3.36-3.39,2-1.22,4.85-.27,6.56,1,.34.25.66-.21.52-.51-.92-2-3.92-2.82-5.93-2.41-2.83.59-4.05,2.44-5,5-.12.3.26.49.5.38Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M250.84,183.3a28.37,28.37,0,0,1-5.13.08,2.94,2.94,0,0,1-2.07-.91,1.84,1.84,0,0,1,.1-2.53,4.36,4.36,0,0,0,.68.11,11,11,0,0,0,3.08-.34c1.14-.23,2.31-.32,3.42-.64a.3.3,0,0,0-.16-.58c-1.1.32-2.29.4-3.41.65a9.12,9.12,0,0,1-3.54.34h0a1,1,0,0,1-.85-.87,1.62,1.62,0,0,1,.71-1.55,4.36,4.36,0,0,0,1.7-.22c1.87-.48,3.69-1.27,5.55-1.84.25-.08.14-.51-.15-.48h-.09c-.69.09-1.34.22-2,.38-.45.06-.89.13-1.33.22-1,.21-1.92.55-2.88.82-.56.15-.86.34-.44-.44a5.29,5.29,0,0,1,1-1.21c1-1,2.57-1.16,3.82-1.71.08,0,0-.15-.05-.13a10,10,0,0,0-4.32,1.71c-.71.58-1.61,1.49-1.31,2.49a.43.43,0,0,0,.21.28,2.69,2.69,0,0,0-.85,1.67,1.09,1.09,0,0,0,.75,1.19,2.19,2.19,0,0,0,0,3.51c.65.61,2,.61,2.79.7a31.42,31.42,0,0,0,4.75-.13A.29.29,0,0,0,250.84,183.3Z'%20style='fill:%232a9cc8'/%3e%3c/svg%3e";
2
+ export {
3
+ c as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const C = "data:image/svg+xml,%3csvg%20width='250'%20height='250'%20viewBox='0%200%20250%20250'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M112.623%2054.9003L136.543%2081.875'%20stroke='%23414355'%20stroke-width='3'/%3e%3cpath%20d='M97.0494%2059.0732L89.8215%2094.394'%20stroke='%23414355'%20stroke-width='3'/%3e%3cpath%20d='M115.997%20202.287L115.127%20201.957C116.067%20199.467%20115.127%20196.247%20114.377%20193.417C114.047%20192.237%20113.737%20191.127%20113.557%20190.087L113.377%20189.087C112.97%20187.165%20112.736%20185.21%20112.677%20183.247C112.677%20178.967%20113.857%20175.017%20114.977%20171.247C116.467%20166.247%20117.867%20161.447%20116.847%20155.977C116.447%20153.847%20115.897%20151.757%20115.367%20149.737C114.187%20145.894%20113.515%20141.914%20113.367%20137.897C113.382%20135.343%20113.777%20132.805%20114.537%20130.367C114.836%20129.47%20115.217%20128.603%20115.677%20127.777C116.095%20127.064%20116.431%20126.306%20116.677%20125.517L117.587%20125.727C117.325%20126.591%20116.966%20127.423%20116.517%20128.207C116.087%20128.98%20115.726%20129.79%20115.437%20130.627C114.7%20132.98%20114.319%20135.431%20114.307%20137.897C114.465%20141.837%20115.137%20145.74%20116.307%20149.507C116.837%20151.507%20117.397%20153.637%20117.797%20155.807C118.867%20161.497%20117.367%20166.587%20115.917%20171.507C114.807%20175.267%20113.667%20179.147%20113.657%20183.307C113.707%20185.21%20113.935%20187.105%20114.337%20188.967L114.517%20189.967C114.687%20190.967%20114.997%20192.047%20115.317%20193.197C116.137%20196.137%20117.077%20199.507%20115.997%20202.287Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M114.597%20175.187C113.247%20177.097%20105.907%20181.727%20105.217%20177.187C104.427%20172.017%20112.097%20174.247%20114.597%20175.187Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M116.187%20201.307C116.187%20202.587%20114.697%20207.197%20113.127%20205.587C111.327%20203.757%20114.957%20201.847%20116.187%20201.307Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M117.487%20160.777C115.767%20160.715%20114.045%20160.788%20112.337%20160.997C110.827%20161.217%20108.337%20163.057%20109.167%20164.997C110.687%20168.507%20116.527%20160.737%20117.817%20160.827'%20fill='%232A9CC8'/%3e%3cpath%20d='M112.997%20185.017C111.634%20185.319%20110.297%20185.727%20108.997%20186.237C107.857%20186.707%20106.287%20188.667%20107.307%20189.977C109.207%20192.437%20112.247%20185.147%20113.307%20184.977'%20fill='%232A9CC8'/%3e%3cpath%20d='M115.617%20196.867C114.254%20197.164%20112.916%20197.569%20111.617%20198.077C110.467%20198.557%20108.897%20200.507%20109.917%20201.827C111.817%20204.287%20114.857%20196.987%20115.917%20196.827'%20fill='%232A9CC8'/%3e%3cpath%20d='M116.057%20199.607C117.246%20199.816%20118.417%20200.12%20119.557%20200.517C120.557%20200.897%20121.967%20202.587%20121.117%20203.817C119.537%20206.107%20116.727%20199.687%20115.827%20199.557'%20fill='%232A9CC8'/%3e%3cpath%20d='M114.607%20191.697C116.327%20191.64%20118.048%20191.714%20119.757%20191.917C121.257%20192.137%20123.757%20193.987%20122.917%20195.867C121.407%20199.377%20115.557%20191.617%20114.277%20191.697'%20fill='%232A9CC8'/%3e%3cpath%20d='M116.567%20167.817C117.853%20168.169%20119.11%20168.62%20120.327%20169.167C121.387%20169.677%20122.787%20171.607%20121.757%20172.817C119.827%20175.057%20117.297%20167.977%20116.327%20167.747'%20fill='%232A9CC8'/%3e%3cpath%20d='M115.057%20145.807C116.586%20145.748%20118.118%20145.815%20119.637%20146.007C120.967%20146.217%20123.167%20147.937%20122.447%20149.707C121.097%20152.987%20115.907%20145.707%20114.767%20145.807'%20fill='%232A9CC8'/%3e%3cpath%20d='M164.907%20153.547C165.517%20155.807%20170.787%20162.707%20173.007%20158.707C175.547%20154.127%20167.577%20153.547%20164.907%20153.547Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M170.307%20117.397C169.177%20119.307%20162.927%20124.297%20162.307%20120.067C161.557%20115.237%20168.187%20116.727%20170.307%20117.397Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M167.257%20145.777C165.827%20147.487%20158.847%20151.367%20158.887%20147.097C158.937%20142.207%20165.237%20144.757%20167.257%20145.777Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M163.407%20169.117C161.687%20169.06%20159.965%20169.134%20158.257%20169.337C156.747%20169.557%20154.257%20171.407%20155.097%20173.337C156.607%20176.847%20162.447%20169.087%20163.737%20169.167'%20fill='%232A9CC8'/%3e%3cpath%20d='M166.697%20190.177C164.977%20190.12%20163.256%20190.194%20161.547%20190.397C160.037%20190.617%20157.547%20192.457%20158.387%20194.397C159.897%20197.907%20165.737%20190.147%20167.027%20190.227'%20fill='%232A9CC8'/%3e%3cpath%20d='M165.997%20200.707C164.277%20200.645%20162.555%20200.719%20160.847%20200.927C159.347%20201.147%20156.847%20202.987%20157.687%20204.927C159.197%20208.437%20165.047%20200.667%20166.327%20200.757'%20fill='%232A9CC8'/%3e%3cpath%20d='M165.372%20180.07C163.666%20180.296%20161.976%20180.631%20160.317%20181.073C158.865%20181.492%20156.639%20183.381%20157.723%20184.815C159.675%20187.413%20164.429%20180.19%20165.704%20180.057'%20fill='%232A9CC8'/%3e%3cpath%20d='M170.647%20134.907C168.927%20134.845%20167.205%20134.918%20165.497%20135.127C163.987%20135.347%20161.497%20137.187%20162.327%20139.127C163.847%20142.637%20169.687%20134.867%20170.977%20134.957'%20fill='%232A9CC8'/%3e%3cpath%20d='M163.407%20161.227C161.687%20161.165%20159.965%20161.239%20158.257%20161.447C156.747%20161.667%20154.257%20163.507%20155.097%20165.397C156.607%20168.907%20162.447%20161.137%20163.737%20161.227'%20fill='%232A9CC8'/%3e%3cpath%20d='M168.627%20110.187C169.961%20110.102%20171.3%20110.142%20172.627%20110.307C173.807%20110.477%20175.757%20112.127%20175.157%20113.857C174.047%20117.087%20169.367%20110.097%20168.377%20110.187'%20fill='%232A9CC8'/%3e%3cpath%20d='M165.768%20204.257C165.868%20205.592%20165.843%20206.935%20165.692%20208.266C165.529%20209.435%20163.916%20211.406%20162.171%20210.833C158.917%20209.741%20165.871%20204.999%20165.752%20204'%20fill='%232A9CC8'/%3e%3cpath%20d='M167.107%20196.757C168.827%20196.695%20170.549%20196.768%20172.257%20196.977C173.767%20197.197%20176.257%20199.037%20175.427%20200.927C173.907%20204.437%20168.067%20196.677%20166.777%20196.757'%20fill='%232A9CC8'/%3e%3cpath%20d='M171.707%20129.607C173.43%20129.55%20175.155%20129.623%20176.867%20129.827C178.367%20130.047%20180.867%20131.897%20180.027%20133.827C178.517%20137.337%20172.667%20129.577%20171.377%20129.657'%20fill='%232A9CC8'/%3e%3cpath%20d='M165.707%20181.257C167.577%20181.927%20170.347%20181.257%20172.477%20181.847C174.607%20182.437%20177.857%20185.487%20175.677%20187.847C171.267%20192.547%20167.987%20182.957%20165.677%20181.647'%20fill='%232A9CC8'/%3e%3cpath%20d='M163.737%20166.117C165.597%20166.787%20168.377%20166.177%20170.497%20166.717C172.617%20167.257%20175.887%20170.357%20173.707%20172.717C169.297%20177.417%20166.017%20167.827%20163.707%20166.517'%20fill='%232A9CC8'/%3e%3cpath%20d='M168.997%20141.117C170.867%20141.787%20173.637%20141.167%20175.767%20141.707C177.897%20142.247%20181.147%20145.357%20178.967%20147.707C174.557%20152.407%20171.277%20142.817%20168.967%20141.507'%20fill='%232A9CC8'/%3e%3cpath%20d='M165.237%20206.027L164.367%20205.697C166.187%20200.827%20166.877%20193.157%20166.047%20187.047C165.427%20182.477%20164.617%20178.217%20163.897%20174.647C161.487%20162.567%20164.527%20151.967%20167.827%20143.187C169.661%20138.635%20170.634%20133.783%20170.697%20128.877C170.697%20122.027%20169.087%20115.147%20167.527%20108.507L167.467%20108.237C167.307%20107.537%20167.127%20106.857%20166.957%20106.177C166.077%20102.747%20165.237%2099.4967%20166.247%2095.8767C167.257%2092.2567%20169.067%2091.8767%20170.037%2092.0267C172.037%2092.3267%20173.957%2095.1367%20173.907%2097.8167H172.967C172.967%2095.6067%20171.497%2093.2067%20169.907%2092.9667C168.747%2092.7967%20167.757%2093.9667%20167.147%2096.1467C166.207%2099.5267%20167.007%20102.657%20167.857%20105.967C168.037%20106.647%20168.207%20107.337%20168.377%20108.047L168.437%20108.317C170.007%20115.007%20171.637%20121.937%20171.627%20128.897C171.57%20133.916%20170.576%20138.881%20168.697%20143.537C164.087%20155.807%20162.927%20165.057%20164.817%20174.537C165.527%20178.117%20166.347%20182.397%20166.967%20186.997C167.687%20192.207%20167.427%20200.157%20165.237%20206.027Z'%20fill='%232A9CC8'/%3e%3crect%20x='45'%20y='103.622'%20width='139.735'%20height='102.114'%20rx='12'%20transform='rotate(-15%2045%20103.622)'%20fill='%23FAC18A'/%3e%3cpath%20d='M186.04%2097.2788C185.77%2099.5988%20181.56%20107.189%20178.78%20103.549C175.6%2099.3988%20183.4%2097.6588%20186.04%2097.2788Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M188.49%20142.119C188.81%20143.789%20191.66%20148.909%20192.86%20145.939C194.23%20142.549%20189.93%20142.119%20188.49%20142.119Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M189.15%20112.339C189.75%20114.599%20195.02%20121.499%20197.24%20117.499C199.78%20112.919%20191.81%20112.339%20189.15%20112.339Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M184.99%2084.2788C183.29%2084.6137%20181.619%2085.0784%20179.99%2085.6688C178.57%2086.2288%20176.59%2088.5888%20177.81%2090.2388C180.08%2093.3088%20184%2084.4188%20185.28%2084.2388'%20fill='%232A9CC8'/%3e%3cpath%20d='M189.13%20140.589C188.003%20140.407%20186.861%20140.33%20185.72%20140.359C184.72%20140.409%20182.9%20141.689%20183.25%20143.259C183.9%20146.189%20188.51%20140.449%20189.35%20140.619'%20fill='%232A9CC8'/%3e%3cpath%20d='M190.99%20131.219C189.267%20131.152%20187.541%20131.226%20185.83%20131.439C184.33%20131.659%20181.83%20133.499%20182.67%20135.379C184.18%20138.889%20190.03%20131.129%20191.31%20131.219'%20fill='%232A9CC8'/%3e%3cpath%20d='M190.99%20136.689C192.327%20136.631%20193.666%20136.698%20194.99%20136.889C196.15%20137.089%20198.07%20138.779%20197.44%20140.499C196.27%20143.699%20191.73%20136.609%20190.73%20136.689'%20fill='%232A9CC8'/%3e%3cpath%20d='M184.84%2090.1488C186.526%2090.5091%20188.181%2091.0006%20189.79%2091.6189C191.19%2092.1989%20193.14%2094.6188%20191.9%2096.2188C189.57%2099.2188%20185.79%2090.3088%20184.52%2090.0688'%20fill='%232A9CC8'/%3e%3cpath%20d='M192.08%20101.999C193.763%20102.354%20195.414%20102.842%20197.02%20103.459C198.43%20104.039%20200.38%20106.459%20199.13%20108.059C196.81%20111.059%20193.03%20102.149%20191.76%20101.919'%20fill='%232A9CC8'/%3e%3cpath%20d='M189.99%20125.279C191.713%20125.222%20193.438%20125.296%20195.15%20125.499C196.65%20125.719%20199.15%20127.569%20198.31%20129.449C196.8%20132.959%20190.95%20125.199%20189.66%20125.279'%20fill='%232A9CC8'/%3e%3cpath%20d='M191.09%20107.219C189.16%20107.649%20186.48%20106.709%20184.3%20106.989C182.12%20107.269%20178.52%20109.989%20180.4%20112.529C184.21%20117.729%20188.63%20108.599%20191.11%20107.529'%20fill='%232A9CC8'/%3e%3cpath%20d='M187.56%20118.869C185.95%20120.029%20183.12%20120.219%20181.23%20121.339C179.34%20122.459%20177.08%20126.339%20179.83%20127.969C185.38%20131.239%20185.83%20121.109%20187.72%20119.199'%20fill='%232A9CC8'/%3e%3cpath%20d='M189.28%20142.329L188.35%20142.229C188.575%20140.757%20189.03%20139.329%20189.7%20137.999C190.356%20136.696%20190.792%20135.294%20190.99%20133.849C191.1%20131.162%20190.637%20128.482%20189.63%20125.989C189.35%20125.179%20189%20124.379%20188.63%20123.599C187.647%20121.698%20187.087%20119.607%20186.99%20117.469C186.99%20115.589%20187.99%20113.299%20188.99%20110.869C190.64%20106.959%20192.34%20102.869%20190.41%20100.219C189.77%2099.4841%20188.905%2098.9813%20187.95%2098.7888C186.701%2098.5301%20185.593%2097.8175%20184.84%2096.7888C184.149%2095.4074%20183.891%2093.8494%20184.1%2092.3188C184.1%2091.9388%20184.1%2091.5688%20184.1%2091.1988C184.1%2090.0088%20184.1%2088.8088%20184.17%2087.6488C184.452%2084.162%20184.256%2080.653%20183.59%2077.2188C182.98%2074.7788%20181.02%2069.0188%20176.02%2068.2188C174.02%2067.8988%20171.91%2067.6688%20170.8%2068.5288C170.531%2068.7595%20170.313%2069.0444%20170.161%2069.3649C170.01%2069.6854%20169.928%2070.0343%20169.92%2070.3888L169%2070.2988C169.017%2069.8174%20169.135%2069.345%20169.347%2068.9124C169.559%2068.4799%20169.86%2068.097%20170.23%2067.7888C171.64%2066.6988%20173.93%2066.9488%20176.17%2067.2988C181.71%2068.1588%20183.84%2074.3588%20184.49%2076.9788C185.212%2080.4899%20185.444%2084.0841%20185.18%2087.6588C185.18%2088.8188%20185.11%2090.0088%20185.12%2091.1888C185.12%2091.5688%20185.12%2091.9488%20185.12%2092.3388C184.924%2093.6826%20185.133%2095.0544%20185.72%2096.2788C186.359%2097.1239%20187.289%2097.7013%20188.33%2097.8988C189.478%2098.1483%20190.51%2098.7749%20191.26%2099.6788C193.49%20102.799%20191.61%20107.279%20189.94%20111.229C188.94%20113.579%20188.02%20115.789%20187.99%20117.479C188.091%20119.485%20188.623%20121.446%20189.55%20123.229C189.9%20124.019%20190.25%20124.839%20190.55%20125.679C191.603%20128.297%20192.084%20131.11%20191.96%20133.929C191.757%20135.475%20191.294%20136.977%20190.59%20138.369C189.949%20139.612%20189.506%20140.948%20189.28%20142.329Z'%20fill='%232A9CC8'/%3e%3ccircle%20cx='102.75'%20cy='49.1996'%20r='13.436'%20transform='rotate(-15%20102.75%2049.1996)'%20fill='%23FAC18A'/%3e%3ccircle%20cx='125.701'%20cy='134.856'%20r='26.5593'%20transform='rotate(-15%20125.701%20134.856)'%20stroke='white'%20stroke-width='6'/%3e%3cpath%20d='M100.872%20120.521L151.146%20149.547'%20stroke='white'%20stroke-width='6'/%3e%3cpath%20d='M51.1667%20135.926C51.7767%20138.176%2057.0467%20145.076%2059.2667%20141.076C61.8067%20136.496%2053.8367%20135.926%2051.1667%20135.926Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M49.6767%20165.366C48.7767%20167.216%2043.2468%20172.306%2042.1368%20168.476C40.8668%20164.086%2047.4867%20164.916%2049.6767%20165.366Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M50.8567%20173.376C50.0967%20174.896%2045.3167%20179.066%2044.3067%20175.876C43.1667%20172.226%2048.9467%20172.976%2050.8567%20173.376Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M48.9967%20181.876C48.6667%20183.446%2045.3068%20188.376%2043.6368%20185.706C41.7268%20182.706%2047.1667%20181.976%2048.9967%20181.876Z'%20fill='%232A9CC8'/%3e%3cpath%20d='M51.8969%20130.656C50.3474%20130.603%2048.7961%20130.67%2047.2569%20130.856C45.8969%20131.056%2043.6769%20132.746%2044.4069%20134.466C45.7669%20137.676%2051.0369%20130.576%2052.1969%20130.656'%20fill='%232A9CC8'/%3e%3cpath%20d='M47.2868%20143.816C45.7373%20143.763%2044.186%20143.83%2042.6468%20144.016C41.2968%20144.216%2039.0668%20145.906%2039.7968%20147.626C41.1668%20150.836%2046.4268%20143.736%2047.5868%20143.816'%20fill='%232A9CC8'/%3e%3cpath%20d='M46.6368%20155.656C45.0837%20155.601%2043.5286%20155.671%2041.9868%20155.866C40.6368%20156.066%2038.4068%20157.746%2039.1468%20159.466C40.5068%20162.676%2045.7668%20155.586%2046.9268%20155.656'%20fill='%232A9CC8'/%3e%3cpath%20d='M52.4768%20120.086C51.3471%20119.897%2050.2018%20119.816%2049.0568%20119.846C48.0568%20119.906%2046.2368%20121.176%2046.5868%20122.756C47.2468%20125.686%2051.8468%20119.946%2052.6868%20120.116'%20fill='%232A9CC8'/%3e%3cpath%20d='M52.2969%20112.546C53.4767%20112.815%2054.6336%20113.176%2055.7569%20113.626C56.7569%20114.056%2058.0569%20115.806%2057.1569%20116.996C55.4769%20119.206%2052.9669%20112.656%2052.0769%20112.486'%20fill='%232A9CC8'/%3e%3cpath%20d='M50.847%20176.646C51.954%20177.13%2053.0207%20177.702%2054.037%20178.356C54.917%20178.966%2055.8869%20180.936%2054.7769%20181.926C52.6969%20183.786%2051.477%20176.876%2050.637%20176.546'%20fill='%232A9CC8'/%3e%3cpath%20d='M46.0869%20148.816C47.6269%20149.376%2049.9369%20148.816%2051.6969%20149.246C53.4569%20149.676%2056.1169%20152.346%2054.2869%20154.386C50.5669%20158.516%2047.9569%20150.236%2046.0269%20149.136'%20fill='%232A9CC8'/%3e%3cpath%20d='M48.6268%20182.956L47.7968%20182.536C49.4868%20179.186%2050.5068%20176.846%2050.3768%20172.606C50.2268%20168.086%2049.0968%20164.546%2047.4968%20160.046C45.2668%20153.736%2045.0168%20148.996%2046.6668%20144.206C47.2668%20142.456%2048.0468%20140.736%2048.7968%20139.076C49.7952%20137.014%2050.6408%20134.882%2051.3268%20132.696C52.9168%20127.116%2052.4468%20122.106%2051.9568%20116.806C51.5468%20112.426%2051.1268%20107.886%2051.9568%20103.046C53.3268%2095.4262%2058.0568%2094.2062%2060.0268%2094.0462C62.1668%2093.8662%2066.0268%2094.1662%2067.7968%2095.7762C68.1088%2096.0476%2068.3594%2096.3824%2068.5319%2096.7584C68.7043%2097.1343%2068.7946%2097.5426%2068.7968%2097.9562H67.8668C67.8617%2097.6666%2067.7938%2097.3817%2067.6678%2097.1209C67.5417%2096.8602%2067.3606%2096.63%2067.1368%2096.4462C65.5668%2095.0462%2061.9668%2094.7962%2060.0668%2094.9562C58.3168%2095.1162%2054.0668%2096.2262%2052.8368%20103.216C51.9868%20107.926%2052.4068%20112.396%2052.8368%20116.726C53.3168%20121.876%2053.8368%20127.206%2052.1768%20132.946C51.4768%20135.179%2050.6145%20137.359%2049.5968%20139.466C48.8568%20141.106%2048.0868%20142.796%2047.4968%20144.466C45.9268%20149.046%2046.1768%20153.596%2048.3268%20159.696C49.9468%20164.276%2051.1068%20167.876%2051.2568%20172.536C51.4468%20177.036%2050.3868%20179.476%2048.6268%20182.956Z'%20fill='%232A9CC8'/%3e%3c/svg%3e";
2
+ export {
3
+ C as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const c = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20350%20350'%3e%3crect%20x='62.87'%20y='208.33'%20width='2.25'%20height='40.43'%20style='fill:%232a9cc8'/%3e%3crect%20x='129.13'%20y='198.22'%20width='2.25'%20height='40.43'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M174.24,191.11,16.08,209.83s-4.87.75-6.74,3.18a11.36,11.36,0,0,0-2.25,6.55l.19,37.06,5.61-.19.19-35.74a5.6,5.6,0,0,1,2.06-4.22c1.69-1.49,7.44-2.24,7.44-2.24L172.65,197.1Z'%20style='fill:%232a9cc8'/%3e%3cpolygon%20points='240.31%20101.83%20239.56%20265.05%20331.65%20266.54%20345.04%20261.68%20340.54%20100.24%20325.66%2091.72%20240.31%20101.83'%20style='fill:%23858fa9'/%3e%3cpolygon%20points='331.65%20266.54%20347%20263.17%20342.51%2098.84%20325.66%2091.72%20331.65%20266.54'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M245.36,252.23a6.07,6.07,0,0,0,6.74,6.14l65.14,1A7.49,7.49,0,0,0,324,252l-4.49-146a6.08,6.08,0,0,0-6.74-6.15l-59.52,5.75a7.5,7.5,0,0,0-6.74,7.33Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M311.61,117.54c.23,2.71-3.32,5.15-7.92,5.45l-32.8,2.18c-4.6.3-8.5-1.64-8.72-4.35l0-.28c-.22-2.71,3.33-5.15,7.92-5.45l32.8-2.18c4.6-.3,8.5,1.64,8.72,4.35Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M311.83,134.47c.16,2.71-3.46,5.08-8.08,5.3l-33,1.53c-4.62.22-8.49-1.8-8.64-4.51l0-.28c-.16-2.71,3.46-5.08,8.08-5.3l33-1.53c4.61-.22,8.48,1.8,8.64,4.51Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M311.9,151.3c.1,2.71-3.61,5-8.3,5.17l-33.43,1c-4.68.14-8.56-1.94-8.66-4.65v-.28c-.1-2.71,3.61-5,8.29-5.17l33.44-1c4.68-.14,8.56,1.95,8.66,4.66Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M313.4,168.1c.05,2.72-3.84,5-8.7,5l-34.65.5c-4.85.06-8.82-2.08-8.87-4.79v-.28c-.05-2.72,3.85-5,8.7-5l34.65-.5c4.85-.06,8.82,2.08,8.87,4.79Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M314.65,185.14c.08,2.78-3.92,5.12-8.92,5.22l-35.68.74c-5,.1-9.1-2.07-9.17-4.85V186c-.07-2.78,3.92-5.12,8.92-5.22l35.68-.74c5-.1,9.11,2.07,9.18,4.85Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M315.25,201.28c.06,2.95-4,5.41-9.16,5.49l-36.54.59c-5.12.09-9.31-2.24-9.37-5.18v-.31c-.06-3,4.05-5.41,9.16-5.49l36.54-.59c5.12-.08,9.32,2.24,9.38,5.19Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M315.62,219.39c.05,2.94-4.15,5.37-9.38,5.44l-37.3.47c-5.22.06-9.49-2.27-9.54-5.2v-.31c0-2.93,4.16-5.37,9.38-5.43l37.3-.47c5.23-.07,9.5,2.26,9.55,5.2Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M314.93,238.35c0,2.89-4.18,5.24-9.36,5.26l-37,.14c-5.19,0-9.4-2.3-9.42-5.19v-.3c0-2.88,4.18-5.23,9.37-5.25l37-.14c5.18,0,9.4,2.3,9.41,5.18Z'%20style='fill:%23f8f8fa'/%3e%3cpath%20d='M257.18,117.66c.14-.46-.51-.69-.75-.31a11.47,11.47,0,0,1-2.35,2.37,8.27,8.27,0,0,0-3.19-2,.37.37,0,0,0-.28.67,10.39,10.39,0,0,1,2.61,2l-.1.09a15.11,15.11,0,0,0-2.68,3.23c-.36.59.54,1.32,1,.75a34.78,34.78,0,0,1,2.7-3.11c.49.53,1,1.07,1.53,1.56a.54.54,0,0,0,.77-.76c-.47-.54-1-1.09-1.46-1.63A7.37,7.37,0,0,0,257.18,117.66Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M257.18,133.38c.14-.45-.51-.68-.75-.31a11.77,11.77,0,0,1-2.35,2.38,8.29,8.29,0,0,0-3.19-2,.37.37,0,0,0-.28.68,10.13,10.13,0,0,1,2.61,2l-.1.09a15.36,15.36,0,0,0-2.68,3.23c-.36.6.54,1.32,1,.76a33.56,33.56,0,0,1,2.7-3.12c.49.54,1,1.07,1.53,1.56a.54.54,0,0,0,.77-.76c-.47-.53-1-1.09-1.46-1.63A7.3,7.3,0,0,0,257.18,133.38Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M257.18,149.11c.14-.46-.51-.69-.75-.32a11.52,11.52,0,0,1-2.35,2.38,8.29,8.29,0,0,0-3.19-2c-.4-.11-.66.49-.28.68a10,10,0,0,1,2.61,2l-.1.08a15.62,15.62,0,0,0-2.68,3.23c-.36.6.54,1.33,1,.76a34.9,34.9,0,0,1,2.7-3.12c.49.54,1,1.07,1.53,1.56a.54.54,0,0,0,.77-.76c-.47-.53-1-1.09-1.46-1.62A7.44,7.44,0,0,0,257.18,149.11Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M256.05,165.39c.15-.46-.5-.69-.74-.31a11.47,11.47,0,0,1-2.35,2.37,8.27,8.27,0,0,0-3.19-2,.37.37,0,0,0-.29.67,10,10,0,0,1,2.61,2l-.09.09a15.11,15.11,0,0,0-2.68,3.23c-.36.59.54,1.32,1,.75a36.35,36.35,0,0,1,2.69-3.11c.5.53,1,1.07,1.54,1.56a.54.54,0,0,0,.76-.77c-.47-.53-.95-1.08-1.45-1.62A7.34,7.34,0,0,0,256.05,165.39Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M256.05,182.8c.15-.46-.5-.69-.74-.32a11.52,11.52,0,0,1-2.35,2.38,8.15,8.15,0,0,0-3.19-2,.37.37,0,0,0-.29.67,9.84,9.84,0,0,1,2.61,2l-.09.08a15.41,15.41,0,0,0-2.68,3.24c-.36.59.54,1.32,1,.75a38.09,38.09,0,0,1,2.69-3.12c.5.54,1,1.08,1.54,1.57a.54.54,0,0,0,.76-.77c-.47-.53-.95-1.08-1.45-1.62A7.41,7.41,0,0,0,256.05,182.8Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M255.49,199.08c.15-.46-.5-.69-.74-.31a11.52,11.52,0,0,1-2.36,2.37,8.23,8.23,0,0,0-3.18-2,.37.37,0,0,0-.29.67,10.21,10.21,0,0,1,2.61,2l-.09.09a14.82,14.82,0,0,0-2.68,3.23c-.36.59.53,1.32,1,.76a35,35,0,0,1,2.69-3.12c.5.53,1,1.07,1.54,1.56a.54.54,0,0,0,.76-.76c-.47-.54-.95-1.09-1.46-1.63A7.37,7.37,0,0,0,255.49,199.08Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M254.93,217.05c.15-.46-.5-.69-.75-.31a11.23,11.23,0,0,1-2.35,2.37,8.19,8.19,0,0,0-3.19-2c-.39-.12-.66.48-.28.67a10.21,10.21,0,0,1,2.61,2l-.1.09a14.78,14.78,0,0,0-2.67,3.23c-.36.59.53,1.32,1,.75a38.33,38.33,0,0,1,2.7-3.11c.5.53,1,1.07,1.54,1.56a.54.54,0,0,0,.76-.77c-.47-.53-.95-1.08-1.46-1.62A7.37,7.37,0,0,0,254.93,217.05Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M254.37,237.27c.15-.46-.5-.69-.75-.32a11.52,11.52,0,0,1-2.35,2.38,8.22,8.22,0,0,0-3.19-2c-.39-.11-.66.49-.28.68a10,10,0,0,1,2.61,2l-.1.08a15.36,15.36,0,0,0-2.68,3.23c-.35.6.54,1.33,1,.76a34.9,34.9,0,0,1,2.7-3.12c.5.54,1,1.07,1.53,1.56a.54.54,0,0,0,.77-.76c-.47-.53-1-1.09-1.46-1.62A7.44,7.44,0,0,0,254.37,237.27Z'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='138.11%20226.49%20140.36%20265.42%2096.94%20276.65%2052.76%20271.78%2055.01%20235.85%20113.97%20231.92%20138.11%20226.49'%20style='fill:%23858fa9'/%3e%3cpolygon%20points='138.11%20226.49%20140.36%20265.42%2096.94%20276.65%2096.56%20241.74%20138.11%20226.49'%20style='fill:%23fcc18b'/%3e%3cpolygon%20points='138.11%20226.49%2096.56%20241.74%2055.01%20235.85%20116.78%20222.74%20138.11%20226.49'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M84.65,247.54c-2.89,1.78-5,4.57-6.85,7.37a44.78,44.78,0,0,0-2.73,5c-.38.78-.73,1.72-1.18,2.6-1.07-1.74-1.85-3.43-3-5A18.39,18.39,0,0,0,67.34,254c-1.42-1.05-4.51-2.6-5.31-.07-.14.43.35.7.71.52,1.86-.89,4.55,2.64,5.54,3.76,2,2.24,2.79,5.15,4.71,7.41a1.31,1.31,0,0,0,1.84,0c1.75-1.82,2.62-4.73,3.85-6.92a52.68,52.68,0,0,1,7.16-9.58C86.57,248.28,85.64,246.92,84.65,247.54Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M131.24,261.81c-2.74-3.25-6.63-5.93-10.14-8.44l1-1.88c1.08-2.08,2.28-4.12,3.47-6.13.51-.87,1.44-2,1.36-3a.46.46,0,0,0-.22-.4.45.45,0,0,0-.32,0c-.85.18-1.55,1.57-2,2.2a55.68,55.68,0,0,0-4,6.38l-1,1.7c-3.13-2.18-6.3-4.05-9.58-6a.66.66,0,0,0-.89.89,8.58,8.58,0,0,0,3.16,2.75c1.87,1.17,3.6,2.58,5.4,3.86l.75.53c-.76,1.32-1.53,2.62-2.31,3.93a49.35,49.35,0,0,0-3.39,5.9c-.6,1.33,1.41,1.82,2.15.59,1.26-2.07,2.42-4.23,3.59-6.25.57-1,1.14-2,1.7-2.94,1.39,1,2.77,2,4.12,3a58.23,58.23,0,0,0,6.11,4.76C131.08,263.7,131.86,262.54,131.24,261.81Z'%20style='fill:%23dcdde0'/%3e%3cpolygon%20points='247.05%20184.47%20250.15%20233.04%20250.28%20280.35%20194.27%20297.24%20124.26%20284.89%20126.51%20254.56%20141.34%20253.11%20144.1%20248.2%20147.47%20216.38%20171.99%20179.97%20188.65%20183.25%20247.05%20184.47'%20style='fill:%23858fa9'/%3e%3cpolygon%20points='147.47%20216.38%20208.87%20221.62%20237.6%20183.44%20171.43%20179.69%20147.47%20216.38'%20style='fill:%23dcdde0'/%3e%3cpolygon%20points='257.72%20178.57%20251.92%20281.14%20194.27%20297.24%20195.76%20262.05%20202.88%20255.31%20208.87%20221.62%20237.78%20183.16%20257.72%20178.57'%20style='fill:%23fcc18b'/%3e%3cpolygon%20points='202.88%20255.31%20195.67%20263.08%20126.51%20254.56%20144.1%20248.2%20202.88%20255.31'%20style='fill:%23dcdde0'/%3e%3cpolygon%20points='257.72%20178.57%20237.6%20183.44%20171.43%20179.69%20189.49%20175.01%20257.72%20178.57'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M182.61,182.36c-3,4.32-6,8.67-8.94,13q-4.15,6-8.27,12c-1.7,2.47-3.34,5-5.21,7.34-.22.28.17.68.4.4,1.57-2,3-4.1,4.42-6.19,1.85-2.69,3.68-5.39,5.53-8.08,2.61-3.8,5.26-7.56,7.86-11.35,1.57-2.28,3.12-4.55,4.69-6.82.21-.29-.28-.57-.48-.28Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M194.4,182.92c-3,4.32-6,8.67-8.94,13q-4.16,6-8.27,12c-1.69,2.47-3.34,5-5.21,7.35-.22.28.17.68.4.39,1.58-2,3-4.1,4.42-6.19,1.85-2.68,3.69-5.39,5.53-8.08,2.61-3.8,5.26-7.56,7.87-11.35,1.56-2.27,3.11-4.55,4.68-6.81.21-.3-.28-.58-.48-.29Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M206.75,184.05c-3,4.32-5.95,8.66-8.94,13q-4.14,6-8.27,12c-1.69,2.47-3.34,5-5.21,7.35-.22.28.18.68.4.4,1.58-2,3-4.11,4.42-6.19,1.86-2.69,3.69-5.4,5.54-8.09,2.6-3.79,5.25-7.56,7.86-11.35,1.56-2.27,3.12-4.55,4.69-6.81.2-.3-.28-.58-.49-.28Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M220.23,184.61c-3,4.32-5.95,8.66-8.94,13q-4.15,6-8.27,12c-1.69,2.47-3.34,5-5.21,7.35-.22.28.17.68.4.4,1.58-2,3-4.11,4.42-6.19q2.77-4,5.53-8.09c2.61-3.79,5.26-7.56,7.87-11.35,1.56-2.27,3.11-4.54,4.68-6.81.21-.3-.28-.58-.48-.28Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M158.52,218.07c-.59,8.15-1.08,16.31-1.61,24.46l-.36,5.67c0,.36.54.36.56,0q.81-12.73,1.65-25.48c.11-1.55.21-3.1.32-4.65,0-.37-.54-.36-.56,0Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M170.12,218.81c-.26,3.4-.35,6.81-.51,10.21-.25,5.14-.49,10.28-.75,15.42-.1,1.87-.19,3.76-.33,5.63,0,.36.53.36.56,0,.3-4,.45-8,.65-12.07q.36-7.45.71-14.9c.07-1.43.12-2.86.23-4.29,0-.36-.53-.36-.56,0Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M183.13,220.4c-.25,3.3-.49,6.59-.74,9.88q-.54,7.42-1.1,14.83c-.13,1.84-.27,3.68-.41,5.52,0,.36.54.36.56,0q.45-5.87.88-11.75.52-7.14,1.06-14.3c.1-1.39.2-2.78.31-4.18,0-.36-.53-.35-.56,0Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M196.51,221.25c-.27,3.5-.63,7-.95,10.49-.49,5.32-1,10.64-1.46,16-.17,1.91-.35,3.82-.49,5.73,0,.36.54.36.56,0,.31-4.12.71-8.24,1.09-12.36q.7-7.72,1.42-15.44c.14-1.47.28-2.93.39-4.39,0-.36-.53-.36-.56,0Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M182,263.59c-.26,5.05-.72,10.09-1.15,15.13s-1.09,9.93-1.36,14.92c0,.36.55.36.57,0,.26-5,.93-9.95,1.35-14.92s.89-10.08,1.16-15.13c0-.36-.55-.36-.57,0Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M168.1,261.36c-.3,5-.79,10.08-1.25,15.11s-1.15,9.93-1.45,14.91c0,.37.54.36.56,0,.3-5,1-9.93,1.45-14.91s1-10.07,1.25-15.11c0-.37-.54-.36-.56,0Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M153.74,259.24c-.27,4.81-.52,9.63-.93,14.43-.42,5-1.13,9.92-1.42,14.91,0,.36.54.36.56,0,.29-5,1-9.94,1.42-14.91.41-4.8.66-9.62.93-14.43,0-.36-.54-.36-.56,0Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M139.52,257.56q-.27,7.21-.74,14.42c-.31,4.62-1,9.21-1.13,13.84,0,.36.54.36.56,0,.17-4.63.83-9.22,1.13-13.84q.48-7.2.74-14.42a.28.28,0,0,0-.56,0Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M164.12,192.62a1.74,1.74,0,0,0,.84.24c.62.1,1.24.16,1.87.23,2.07.22,4.15.4,6.23.56,4.91.4,9.83.74,14.76,1,3.56.17,7.13.28,10.69.5,5.17.32,10.33.68,15.49,1.05,3.77.27,7.54.56,11.32.79l.58,0c.36,0,.36-.54,0-.56-3.3-.18-6.59-.45-9.88-.69-5.13-.36-10.27-.73-15.4-1.06q-5.51-.34-11-.55c-4.67-.18-9.34-.51-14-.86-2.32-.18-4.63-.36-6.94-.58a33.05,33.05,0,0,1-4-.46c-.11,0-.31-.12-.18,0-.28-.22-.68.17-.4.4Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M218.6,207.12c-3.16-.17-6.31-.43-9.47-.66-4.94-.35-9.88-.7-14.83-1-3.71-.25-7.42-.48-11.13-.59-4.59-.14-9.17-.47-13.74-.81-2.4-.18-4.8-.37-7.2-.59-1.54-.15-3.11-.27-4.64-.53l-.5-.1a.28.28,0,0,0-.15.54,24.42,24.42,0,0,0,3.62.49c2.22.22,4.46.41,6.69.58,4.84.38,9.68.73,14.53.93,3.53.14,7.05.29,10.57.51,5,.32,10,.67,15,1,3.56.26,7.12.53,10.68.75l.58,0c.36,0,.36-.55,0-.56Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M147.29,226.11c1.06,0,18.4,2.12,23.39,2.44,7,.44,13.64.36,20.6,1.17,3.3.39,11.71,1.27,12.72,1.26'%20style='fill:none;stroke:%23ffa348;stroke-miterlimit:10;stroke-width:0.561521762824891px'/%3e%3cpath%20d='M146.16,239c1.07,0,18.41,2.12,23.4,2.43,7,.44,13.64.37,20.6,1.18,3.3.38,11.7,1.26,12.72,1.26'%20style='fill:none;stroke:%23ffa348;stroke-miterlimit:10;stroke-width:0.561521762824891px'/%3e%3cpath%20d='M171.52,179.91c4.15.35,25.52,1.66,32.43,2.26s25,1.6,31.73,1.88'%20style='fill:none;stroke:%23ffa348;stroke-miterlimit:10;stroke-width:0.561521762824891px'/%3e%3cpath%20d='M127.16,264.91c.91.34,7.18,1.19,8.18,1.29,2.91.28,13.4,1.71,15.75,2,1.82.21,15.26,2.16,17.61,2.49,3.6.5,7.22.75,10.83,1.23,2.91.38,13.05,1.58,14.88,1.58'%20style='fill:none;stroke:%23ffa348;stroke-miterlimit:10;stroke-width:0.561521762824891px'/%3e%3cpath%20d='M125.62,275.78c.52.13,36.8,5.66,40.28,6.22l.2,0c4.49.71,9,1.56,13.44,2.35,3,.52,12.56,2.28,14.47,2.28'%20style='fill:none;stroke:%23ffa348;stroke-miterlimit:10;stroke-width:0.561521762824891px'/%3e%3cpolygon%20points='212.8%20195.79%20205.5%20206.46%20219.53%20207.7%20227.68%20196.61%20212.8%20195.79'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='169.93%20228.64%20169.37%20241.28%20181.63%20242.02%20182.61%20229.18%20169.93%20228.64'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='194.83%20243.15%20193.24%20254.19%20202.97%20255.36%20204.94%20243.85%20194.83%20243.15'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='167.59%20270.57%20166.38%20282.08%20180.41%20284.61%20181.63%20272.16%20167.59%20270.57'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='124.97%20275.39%20138.58%20277.68%20138.11%20287.32%20124.17%20284.89%20124.97%20275.39'%20style='fill:%23ffa348'/%3e%3cpolygon%20points='153.7%20257.89%20153.41%20268.51%20167.59%20270.57%20168.81%20259.71%20153.7%20257.89'%20style='fill:%23ffa348'/%3e%3cpath%20d='M176.86,144.83c-1.1,0-2.23,1.15-3.05,1.77a18.41,18.41,0,0,0-3,2.59c-.84,1.13-1.1,3.74,1,3.46,2.42-.32,4.07-4.24,6.19-5.09a.21.21,0,0,0,.2,0l.1-.07.09,0a.11.11,0,0,0,.08-.09c.44-.33.8-.69.52-1.35A2,2,0,0,0,176.86,144.83Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M191.24,155.54c-.25-.54-.8-1.54-1.53-1.5,0-.06,3.34,1.8-.12-.12s-2.85,5.48-2.81,7.06a5.23,5.23,0,0,0,1.55,4,2,2,0,0,0,2.19,0c1.26-1.16,0-3.16.38-4.68C191.55,157.8,191.9,157,191.24,155.54Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M174.52,149.65l3.74-.56.07-2.24a4.68,4.68,0,0,0-2.1.84A5.67,5.67,0,0,0,174.52,149.65Z'%20style='fill:%23fff'/%3e%3cpath%20d='M210.48,144.34c-1.51-3.55-3.85-6.52-5.85-9.78a33.27,33.27,0,0,0-2.39-3.58,4.47,4.47,0,0,0-2.17-1.7c-3.71-.61-7.45-1.05-11.17-1.56-1.1-.15-2.25-.69-2.61.67-.86,3.29-1.15,6.9.57,10,.76,1.37,2,2.45,2.81,3.76.5.77,1.07,1.88.66,2.8s-1.52.8-2.22.77c-1.6-.07-2.08-1.11-4.65-1.2a8.9,8.9,0,0,0-5.07,1.21c-.45.24-.66,1.24-.65,1.91,0,1-.47,3,.36,3.78s2.63.3,3.48.28a25.76,25.76,0,0,1,6.9.55,13.35,13.35,0,0,0,.73,4.55c.29.79.52,2.34,1.37,2.78s1.57-.14,2.23-.66a14.3,14.3,0,0,1,5.86-3.06c3.57-.73,7.25-1,10.17-3.44C211.44,150.25,211.77,147.4,210.48,144.34Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M188.93,152.15c1.54.19,2.91.91,4.41,1.24a8,8,0,0,0,3.31,0c2.49-.55,4-2.81,4.8-5.07,1-2.7.12-5.29-1.42-7.55-1.66-2.44-2.16-6-4.38-8-.14-.12-.38,0-.26.2,1.5,2,2.22,4.3,3.29,6.53.53,1.09,1.34,2,1.89,3.08a7.46,7.46,0,0,1-4.49,10.2c-2.53.61-4.69-.87-7.15-.77a.11.11,0,0,0,0,.22Z'%20style='fill:%23414355'/%3e%3cpath%20d='M184,102.91c-1.29-3-2.7-6.21-5.2-8.47-2.7-2.42-6.69-3.06-10.09-3.84-1.81-.41-3.85-.79-5.19-2.17a21,21,0,0,0-2.41-2.31c-1.85-1.37-2,1.18-1.45,2.4a4.22,4.22,0,0,0,.78,1.19c.4.42,1.67,1.13.68,1.45-.72.22-1.42.47-1.26,1.33.12.65,1.08.72,1.57.76a12.4,12.4,0,0,0,1.83-.09,4.45,4.45,0,0,1,2.64.65c1.83,1,3.72,1.85,5.5,2.9s4.07,1.68,5.38,3.46a53,53,0,0,1,2.74,5c.4.68,1.35,2.83,2.42,2.83.67,0,.89-.72,1.11-1.24.48-1.18.74-2.37,1.14-3.57A.23.23,0,0,0,184,102.91Z'%20style='fill:%23414355'/%3e%3cpath%20d='M195.66,99a19,19,0,0,0-.82-2.05,61.14,61.14,0,0,0-2.72-5.58A9.77,9.77,0,0,0,189.47,88c-1.58-1.22-3.36-2.22-4.31-4-.64-1.22-.71-2.53-1.59-3.66-.54-.71-1.54-1.49-2.51-1.15A1.59,1.59,0,0,0,179.94,81a6,6,0,0,0,.53,1.72c.15.3.34.59.51.87.37.64-.25.14-.6,0s-2.19-.8-2.36,0,.77,1.59,1.45,1.93a27.74,27.74,0,0,1,4.18,2.28A14,14,0,0,1,187.36,92a29.11,29.11,0,0,1,2.29,5.61c.19.57,1,4,1.94,4.64,0,.16.09.31.29.28a7.34,7.34,0,0,0,2.17-.48c.49-.23,1.87-.74,2-1.33S195.8,99.46,195.66,99Z'%20style='fill:%23414355'/%3e%3cpath%20d='M183.67,102.77l-3.23,6s2.95,2,3.23,3.3a11.71,11.71,0,0,1-.42,3.93,27.2,27.2,0,0,1-.14,4.49c-.28,1.62-3.16,6.88-3.16,6.88a3,3,0,0,0,.42,1.76c.46.55,3.27,1.12,5.43,1.49.1,0,.41-2.26.49-2.26a2.88,2.88,0,0,1,.77.16s6,1.27,8.42,1.73a19.79,19.79,0,0,0,6.74-.14s-4.3-3.86-5.57-6.25a5.71,5.71,0,0,1-.28-4.07,18.64,18.64,0,0,0,1-5.54,15.77,15.77,0,0,0-1.26-4.49,77.48,77.48,0,0,1-8.77-2.32C185.85,106.89,183.67,102.77,183.67,102.77Z'%20style='fill:%23fff'/%3e%3cpath%20d='M202.91,130c-1.54-.6-2.5-2-3.58-3.16a11.41,11.41,0,0,1-2.85-4.2c-.54-1.8.69-3.87,1-5.64a13.24,13.24,0,0,0,0-4.44c-.48-2.77-2.72-4.13-5.34-4.33-1.93-.15-3.79-.32-5.28-1.7a14.71,14.71,0,0,1-2.88-4.18.3.3,0,0,0-.24-.14h-.14a.31.31,0,0,0-.25.14,36.45,36.45,0,0,0-1.8,3.59,20.12,20.12,0,0,0-1.43,2.91.41.41,0,0,0,.11.39,11.17,11.17,0,0,1,2.82,2.62c.69,1.12-.22,3.4-.19,4.7a14.85,14.85,0,0,1-.4,5.32c-.59,1.73-1.7,3.25-2.44,4.92a.25.25,0,0,0,0,.24,1.06,1.06,0,0,0-.47,1.5,3.18,3.18,0,0,0,2.27,1.61,22.4,22.4,0,0,0,4.26.69h.3c.2,0,.2-.28,0-.3-1.26-.11-2.47-.52-3.73-.71a5.82,5.82,0,0,1-1.67-.49c-.86-.42-1.09-1.44-.15-1.82,2.05-.82,4.64.84,6.52,1.48a39,39,0,0,0,7.6,1.5,29.57,29.57,0,0,0,3.65.25c1.41,0,2.8-.27,4.21-.18C203.2,130.61,203.21,130.1,202.91,130Zm-5.21.07a39.84,39.84,0,0,1-5.63-.84,29.77,29.77,0,0,1-5.43-1.36,15.6,15.6,0,0,0-4.34-1.39,4.42,4.42,0,0,0-1.74.3c1.11-2.35,2.62-4.52,2.73-7.19a23.93,23.93,0,0,1,.46-5.14,4.6,4.6,0,0,0,.14-3.08,6.72,6.72,0,0,0-2.31-2.28,3.58,3.58,0,0,0-.59-.36c-.32-.18.56-1.44.69-1.64a18.89,18.89,0,0,0,1-2.23c.08-.18.93-2.08.95-2.08s.79,1.56.88,1.71a9.25,9.25,0,0,0,2.3,2.68,8,8,0,0,0,3.05,1.34c1.62.37,3.25.09,4.8.82,3.4,1.6,2.65,7,1.71,9.8a6.15,6.15,0,0,0,1.27,6.59,20.87,20.87,0,0,0,3.9,4.23C200.29,130,199,130.11,197.7,130.06Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M201.18,101.61c-.28-1.48-2.12-3-3.38-3.42a5.9,5.9,0,0,0-5.45.64c-3,2-4.46,6.71-3.39,10.08a6.18,6.18,0,0,0,4.43,3.83,4.42,4.42,0,0,0,3-.08,6.18,6.18,0,0,0,1.31-1,1.76,1.76,0,0,1,1.84-.54c.35.08.91.22,1.15-.18a1.38,1.38,0,0,0,.09-.53c.06-.88-.29-1.59.25-2.48A6.77,6.77,0,0,0,201.18,101.61Z'%20style='fill:%23414355'/%3e%3cellipse%20cx='197.67'%20cy='107.68'%20rx='0.67'%20ry='0.7'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M200.75,98a2.62,2.62,0,0,0-.92-.3c-.63-.11-.86-1.19-1.08-1.7-.31-.72-.93-1.92-1.75-2.19a1.87,1.87,0,0,0-1.88.25c-.75.67-.67,1.47-1.06,2.33-.18.38-1.83-.43-2.32-.07s-.47,1.83-1.28,1.86a2,2,0,0,0-1.72.81c-.32.75-.29,1.53,0,3.18s-.42,3.14-.19,3.19,1.24-1.83,1.78-2.34c1.3-1.24,3.12-3.24,5-1.74a2,2,0,0,0,1.81.56c.9-.19,1.66-.54,2.61,0,.47.28.93.57,1.39.87h0l.26.09a.18.18,0,0,0,.22-.13C202.1,101.58,202.08,98.77,200.75,98Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M179.06,149.57a3.4,3.4,0,0,0-2.26-.4c-.42,0-.83.09-1.25.15l-.59.08a1.19,1.19,0,0,0-.53.1.18.18,0,0,0,0,.31.87.87,0,0,0,.48,0l.54-.07,1.22-.17a4.66,4.66,0,0,1,2.29.16.1.1,0,0,0,.1-.17Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M46.31,232.09a.23.23,0,0,0-.24.24c-1.7.91-3.7,1.2-5.41,2.15a6.12,6.12,0,0,0-2.51,3.17c-1.06,3.46,3.8,1.83,5.35,1.11a12.24,12.24,0,0,0,5.19-4.47,1.47,1.47,0,0,0,0-1.84C48,231.74,47,232.13,46.31,232.09Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M89.41,227.2A2.89,2.89,0,0,0,86.79,226c-1.55.22-2,1.33-2.89,2.44a.19.19,0,0,0-.11.07c-1,1.41-3.7,4.12-1.45,5.81a4.61,4.61,0,0,0,3.24.54c1.29-.1,2.66.28,3.73-.61.78-.66.65-2.21.72-3.11A6,6,0,0,0,89.41,227.2Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M103.26,206.68c-1.12-2.23-4.27-2.61-6.43-2.31-3.37.47-6.85,2-10.09.34a.3.3,0,0,0-.44.25c-3.56,1.81-6.9,3.71-10.8,4.74-3.25.86-6.63,1-9.82,2.15-2.79,1-5.21,3.22-7.44,5.1-3.18,2.68-6.22,5.51-9.38,8.22q-2.41,2.07-4.89,4.07c-.85.69-1.53,1.45-.86,2.51s2,1.62,3,2.15c.65.37,2.4,2.37,3.32,1.76a27.83,27.83,0,0,0,3.68-3.44c1.66-1.63,3.29-3.29,4.94-4.94,2.67-2.69,5.32-5.84,9-7.15,1.79-.64,3.92-.49,5.79-.5,1.51,0,3-.13,4.53-.26s2.91-.29,4.36-.49c.78-.12,1.56-.26,2.33-.42.61-.13.69.29,1.09.7,1.42,1.42,3.87,1.51,5.73,1.44a17.22,17.22,0,0,0,7-1.63,10.77,10.77,0,0,0,4.87-5.63C103.63,211.3,104.31,208.78,103.26,206.68Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M113.14,228.56c-.7-.16-1.38-.34-1.4-1.17s.2-1.81.23-2.69c.13-3.89.61-7.76.82-11.64.07-1.34.17-2.67.26-4,0-.67.22-1.85-.43-2.29-.09-.06-4.2,1.68-4,2.65,0,0-.2,2.74-.21,2.77a54,54,0,0,0-.43,7.08c0,2.53.33,6.5-1.64,8.43-.47.47-4.91,2.13-3.06,3.23,1.06.64,2.58-.43,3.94-1-.63,1.08-1.4,3.65-.35,3.83s2-1.91,2.6-3.13c.25,1.29,1.21,2.82,2.58,2.42,1.11-.32.36-2-.18-2.93,1.27.44,3.76,1,3.35-.53C115,228.87,113.72,228.69,113.14,228.56Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M92.8,183.3c-1.69-1-3.56-1.72-5.31-2.63s-3.72-2-5.56-3a19.51,19.51,0,0,0-1.84-.89,3.28,3.28,0,0,1-1.78-2.48c-.65-2.31-1.7-4.75-4.52-4.23a.72.72,0,0,0-.57,1.14,19,19,0,0,0,1.35,1.5,4.89,4.89,0,0,1,1,2.2,7.52,7.52,0,0,0-.75-1c-.22-.22-.78-.45-1-.17-.44.45-.12,1.18,0,1.7a7,7,0,0,0,2,2.76c2.08,2,5,3.46,7.49,4.92s5.4,2.81,8.06,4.3a.21.21,0,0,0,.12.22c1.8.95,3.26-1,4.41-2.11a.24.24,0,0,0,0-.34C95.14,184.32,93.74,183.87,92.8,183.3Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M113.72,195.71c-.77-2.68-2.51-7.54-6.07-7.31a.29.29,0,0,0-.26.19,1.49,1.49,0,0,1-.59-1,.28.28,0,0,0-.49-.17,6.1,6.1,0,0,1-2.67-.83c-.81-.36-1.6-.71-2.43-1-2.65-1-5.19-1.73-7.58-3.3a.31.31,0,0,0-.31,0c-1.62.86-2.84,3.23-3.26,4.95a.36.36,0,0,0,.15.38,8.48,8.48,0,0,1,1.89,1.8,17.43,17.43,0,0,1,2,2c.36.53-1.45.8-1.89,1a16.21,16.21,0,0,0-2.62,1.83A30.27,30.27,0,0,0,85,198.92c-.7.86-1.46,1.67-2.2,2.51s-2,1-2.93,1.42a.32.32,0,0,0-.15.38c.63,1.73,2,3.13,3.19,4.53a17.46,17.46,0,0,0,4.88,3.92c.75.42,2.69,2,3.63,1.4a2.88,2.88,0,0,0,.89-1.12,27.67,27.67,0,0,1,1.82-2.61,6.38,6.38,0,0,1,3-2.57,4.36,4.36,0,0,1,4,.77c.93.82.63,2.61,2.17,1.73s2.52-2.71,3.78-3.92c.9-.86,1,.47.65,1.06a8.06,8.06,0,0,0-.54,1,12,12,0,0,0-.81,2.6.29.29,0,0,0,.21.28,20.9,20.9,0,0,0,2.61-.12,32.73,32.73,0,0,0,4.07-.27.32.32,0,0,0,.3-.23C114.34,205,115.05,200.37,113.72,195.71Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M119,190.72c-2.18-3.43-8-5.5-11.59-3.14a.28.28,0,0,0-.27.1l-.17.2a.25.25,0,0,0-.11.21c-3.75,1-5.83,6.66-4.3,10,2,4.31,7.81,5.37,11.83,3.65C118.79,199.9,121.87,195.19,119,190.72Z'%20style='fill:%23fcc18b'/%3e%3cellipse%20cx='108.12'%20cy='195.98'%20rx='0.98'%20ry='0.84'%20style='fill:%23414355'/%3e%3cpath%20d='M115.09,198.65a.91.91,0,1,1-.89-.71A.82.82,0,0,1,115.09,198.65Z'%20style='fill:%23414355'/%3e%3cpath%20d='M120,196.1c.92-2,.59-4.44.5-6.31a11.28,11.28,0,0,0-2.06-6c-.51-.68-2.83-1.65-2.65-.48a7.73,7.73,0,0,1,.14,3.41,7.47,7.47,0,0,0-1-2.06c-1.31-2.29-2.2-2.85-2.92-3.11s-1.78-.47-1.92.43a5.24,5.24,0,0,0,.26,2.25c-.87-.72-1.93-1.26-2.56-1.08s-1.19,1.1-2,1a1.88,1.88,0,0,0-1.3.13,1,1,0,0,0-.49.74c0,.15.06.84-.26.81a1.11,1.11,0,0,0-.65,0,2.84,2.84,0,0,0-1.16,2.76,4.37,4.37,0,0,0,2.61,3,2.89,2.89,0,0,0,3.15-.38c1.09-.67,2.11-1.09,3.32-.3.39.26,1,.93,1.49,1,.91,0,1.88-.52,2.38.66a1.52,1.52,0,0,0,.78.85c.63.38,1.14-.69,1.79.31.26.39.28.79.57,1.16s1,2,1.57,2A4.56,4.56,0,0,0,120,196.1Z'%20style='fill:%23414355'/%3e%3cpath%20d='M100.56,202.53c-3.62-1.57-6.8,1.58-8.6,4.38s-2.6,6.41-3.76,9.57c-1.39,3.81-2.94,7.57-4.26,11.41a.18.18,0,0,0,.26.2c1.26-.82,3-1.67,4.17-.35a4.08,4.08,0,0,1,.85,2c.08.39-.07,2.07.51,2.23s1.48-2.41,1.73-2.83c.8-1.39,1.7-2.72,2.48-4.13A60.41,60.41,0,0,0,96.71,219a69.11,69.11,0,0,0,2.09-6.64c.11-.37.17-.75.27-1.12.32-1.23,1.53-1.13,2.42-1a3.49,3.49,0,0,0,1.63.16c.08,0,.23-.39.23-.39C104,207.19,103,203.56,100.56,202.53Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M103.64,209.23a6.76,6.76,0,0,0-.3-3.33,5.18,5.18,0,0,0-1.52-2.93,6.55,6.55,0,0,0-1.51-.78,5,5,0,0,0-1.64-.48A5.65,5.65,0,0,0,95.08,203a14,14,0,0,0-4.48,6.5c-.55,1.46-1,3-1.52,4.42s-1.24,3.08-1.85,4.62c-.67,1.69-1.21,3.41-1.89,5.1a51,51,0,0,0-2,5.25c-.09.32.4.55.56.23.8-1.55,3.27-3,4.5-1.12a7.89,7.89,0,0,1,.91,4.2.22.22,0,0,0,.34.19,2.92,2.92,0,0,0,1-1.26,17.54,17.54,0,0,1,1-2c1-1.6,2.13-3.18,3-4.86a53.75,53.75,0,0,0,4-10.71c.59-2.1,1.17-4.21,1.79-6.3a.25.25,0,0,0-.49-.14c-1.41,4.56-2.48,9.23-4.43,13.61a68.49,68.49,0,0,1-3.13,6.16c-.54,1-1.23,1.85-1.69,2.84-.33.71-.57,1.82-1.29,2.25l.34.2c0-1.61-.18-3.74-1.39-4.94-1.56-1.54-4.12,0-5,1.55l.56.24c.9-2.79,2.1-5.48,3.08-8.25s2.21-5.4,3.19-8.15c.9-2.51,1.69-5,3.45-7.05a10.64,10.64,0,0,1,2.73-2.36,3.89,3.89,0,0,1,3.43-.37,6.49,6.49,0,0,1,1.64.72,3.71,3.71,0,0,1,1.31,1.76,7.84,7.84,0,0,1,.61,3.81.13.13,0,0,0,.26.07Z'%20style='fill:%23414355'/%3e%3cpath%20d='M88.33,232.59a4.17,4.17,0,0,1-.69-.83,6.07,6.07,0,0,0-.54-.67A3.46,3.46,0,0,0,85.49,230a3.16,3.16,0,0,0-1.3.25c-.25.08-.51.16-.77.22l-.11-.55a6.89,6.89,0,0,0,.7-.21,3.58,3.58,0,0,1,1.54-.27,3.87,3.87,0,0,1,2,1.21,6,6,0,0,1,.6.75,4,4,0,0,0,.6.73Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M88.82,231.39l-.1-.21a12.54,12.54,0,0,0-.74-1.35,2.39,2.39,0,0,0-1.07-.78,2.61,2.61,0,0,0-2.1-.07l-.27-.49a3.11,3.11,0,0,1,2.62.06,2.78,2.78,0,0,1,1.28,1,12.21,12.21,0,0,1,.78,1.41l.11.21Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M42.93,237.45a7.54,7.54,0,0,1-1.31-2l-.14-.27a3.32,3.32,0,0,1-.32-.75l.55-.12a2.37,2.37,0,0,0,.26.6l.15.29a7.31,7.31,0,0,0,1.2,1.87Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M44.46,237c-.52-1-1.08-2-1.77-3.16l.49-.29c.69,1.16,1.26,2.15,1.79,3.2Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M45.84,236a2.34,2.34,0,0,0-.36-.7c-.1-.16-.2-.31-.27-.45l-.22-.46c-.14-.29-.27-.57-.42-.83l.48-.29c.17.29.31.59.45.88l.21.45c.07.12.15.26.24.39a2.74,2.74,0,0,1,.44.89Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M110.33,199.07a4.84,4.84,0,0,1-.14.51,2,2,0,0,0,0,.42c0,.15,0,.3,0,.44a.45.45,0,0,1-.12.32c-.38.35-.94-.18-1.21-.44a6,6,0,0,0-.57-.56c-.14-.1-.34.1-.24.24a4.18,4.18,0,0,0,.54.57,2.75,2.75,0,0,0,.77.54.85.85,0,0,0,.82,0,.92.92,0,0,0,.33-.86c0-.16,0-.32,0-.48a3.9,3.9,0,0,0,.11-.67.13.13,0,0,0-.25,0Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M27.88,206.22a2.79,2.79,0,0,0-1.45.24,8,8,0,0,0-.84.58c-2.05-.11-4.38.55-4.52,2.84a.25.25,0,0,0,.25.24,23.46,23.46,0,0,0,5.82-.85c.93-.2,1.73-.16,1.78-1.29C29,207.14,28.72,206.41,27.88,206.22Z'%20style='fill:%23414355'/%3e%3cpath%20d='M50.78,203a.28.28,0,0,0-.26-.27,4.57,4.57,0,0,0-2,.42,5.57,5.57,0,0,0-1.05.68.15.15,0,0,0-.09,0h0c-1.06.66-2.69,1.65-3.17,2.86-.31.76,1,.86,1.37.87A7.74,7.74,0,0,0,49.64,206c.43-.26,1-.61,1.21-1.13A4.86,4.86,0,0,0,50.78,203Zm-3.48,1.3h0a.22.22,0,0,0,.18,0l-.07.08H47.2Z'%20style='fill:%23414355'/%3e%3cpath%20d='M50.56,201.48c-.53-1.18-.9-2.43-1.43-3.62-.68-1.52-1.55-3-2.26-4.49a49.24,49.24,0,0,0-2.33-4.58c-.91-1.52-1.83-3-2.79-4.51a25.51,25.51,0,0,1-2.51-3.86c-1.21-3,2-4.32,1.88-7a.3.3,0,0,0-.29-.29c-1.16,0-2,.87-3.2,1.06-1.38.23-2.76.44-4.13.69a10.86,10.86,0,0,0-2.57.76c-.53.24-.72.85-1.06,1a.28.28,0,0,0,0,.51c-.71.66-2.76,12.1-2.91,13.19-.39,2.94-.77,5.88-1.3,8.81a38.43,38.43,0,0,0-.81,8.07.39.39,0,0,0,.38.38,9.66,9.66,0,0,1,3.17-.16.25.25,0,0,0,.26-.1c.66-1.22.58-3,.79-4.35A39.85,39.85,0,0,1,31.24,197c.61-1.94,1.29-3.84,2-5.75.52-1.42,1.27-2.72,1.67-4.16.64,1.46,2.2,2.73,3.19,3.81a59.29,59.29,0,0,1,6,8.59,43.85,43.85,0,0,1,2.31,4.2,1.59,1.59,0,0,0,1.35.76c.64.05,3.39-.08,3.38-1A5.43,5.43,0,0,0,50.56,201.48Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M27.77,158.25h-.05a.27.27,0,0,0-.18,0,.22.22,0,0,0-.36,0,9.76,9.76,0,0,0-3,.64c-1.62.54-3.26.94-4.89,1.42-3,.88-6,2-9,2.94-.86-1.42-1.8-3.2-3.51-3.63-1.09-.27-1.84,1-1.6,1.93a8.8,8.8,0,0,0,2.59,4.08c1.25,1.19,3.06,1,4.64.74,2.26-.43,4.37-1.44,6.62-1.95a42.27,42.27,0,0,0,7.51-2,2.55,2.55,0,0,0,1.68-2.75,2.43,2.43,0,0,0-.32-1.27A.11.11,0,0,0,27.77,158.25Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M68.47,136.37c-.47-.86-1.53-.12-2,.31a4.21,4.21,0,0,0-1.13,2.1l-.07-.09c-.32-.34-.75,0-1,.27-.77.86-.8,2.26-1.24,3.27-.56,1.31-2.69,2.06-3.85,2.73-2.65,1.53-5.26,3.18-8,4.53-1.34.66-2.72,1.25-4.1,1.84a7.55,7.55,0,0,0-1.4.68,5.93,5.93,0,0,1-2.12,1.31.11.11,0,0,0-.08.08l-.45.45a.24.24,0,0,0-.06.21c.45,1.29-.6,2.6-.17,3.94a.24.24,0,0,0,.36.15,5.39,5.39,0,0,1,1.17-.23,6.43,6.43,0,0,0,1.12-.46c.92-.43,1.79-1,2.7-1.44,1.18-.57,2.4-1,3.57-1.61s2.38-1.4,3.56-2.08c2.31-1.35,4.59-2.75,6.89-4.12,1.53-.91,3.49-1.58,4.58-3.06a12.25,12.25,0,0,0,1.92-5.6A5.3,5.3,0,0,0,68.47,136.37Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M45.07,151.59c-.93.44-1.83,1-2.76,1.41a15.3,15.3,0,0,1-4.24,1.29,66.2,66.2,0,0,0-6.57,1.26h-.19a.14.14,0,0,0-.15.17,10.79,10.79,0,0,1-2.76,1.32c-.42.17-.83.39-1.26.54a10,10,0,0,0-1.9.51c-.55.32-.58,1.54-.62,2.09a25.25,25.25,0,0,0-.28,4.34.35.35,0,0,0,.44.33,10,10,0,0,0,1.67-.58c.51-.19,1-.28,1.56-.43a13.59,13.59,0,0,0-.42,5.82,20.44,20.44,0,0,0,.53,3.39,14.83,14.83,0,0,1,.92,4.25.28.28,0,0,0,.35.27c2.68-.79,5.32-1.68,8-2.27,1.14-.25,3.81-.25,4.1-1.71a20.79,20.79,0,0,0,0-3.44c0-1.52.15-3,.32-4.55.12-1.07.1-2.14.16-3.21A2.82,2.82,0,0,1,43.15,160a15.48,15.48,0,0,1,1.82-.76,1.39,1.39,0,0,0,.68-1.11c.18-1.4.33-2.81.57-4.2C46.35,153.22,46.5,150.93,45.07,151.59Z'%20style='fill:%23dcdde0'/%3e%3cpath%20d='M39.66,141.93a7.68,7.68,0,0,0-5.72-1.73c-1.28.09-3.29.51-3.2,2.15a.26.26,0,0,0,.1.2c-3.11,3.61-2,9.57.51,13.28,2.67,3.95,7.12.42,8.73-2.52C42,149.8,42.88,144.93,39.66,141.93Z'%20style='fill:%23fcc18b'/%3e%3cpath%20d='M45.68,140.61c-.32-2-2.78-1.54-4.17-1.44s-2.14-1-3.36-1a9.51,9.51,0,0,0-1.6.13c-.94.16-1.28,1-2.41.66a3.58,3.58,0,0,0-2.69-.09c-1.47.74-2.18,2.18-4,2.31s-3.31,1.61-2.32,3.41c.65,1.2,2.87.92,4.06.85l0,0a.28.28,0,0,0,.4-.4h0c.06-.18.13-.35.19-.53.47-1.35,1.7-.64,2.64-.39,1.29.35,2.28-.95,3.47-1.1,1.49-.2,3.09.56,4.54.8a7.13,7.13,0,0,0,2.64-.17C44.67,143.34,45.94,142.3,45.68,140.61Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M32.13,147c0,.41-.25.74-.56.74a.77.77,0,0,1,0-1.48C31.88,146.28,32.13,146.61,32.13,147Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M36.83,146.18a.65.65,0,1,1-.63-.81A.74.74,0,0,1,36.83,146.18Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M33.35,148.52c.12-.17-.06-.32-.21-.35a.82.82,0,0,0-.35,0s0,0,0,0h-.1l-.19,0a1.35,1.35,0,0,0-1,.89,1,1,0,0,0,.16,1,2.09,2.09,0,0,0,.82.52c.17.07.36.13.54.19a2.36,2.36,0,0,0,.52.09c.16,0,.21-.22.08-.29a13.33,13.33,0,0,1-1.47-.6.76.76,0,0,1-.19-.21s0,0,0,0v0a.19.19,0,0,1,0-.08s0,0,0,0,0,0,0,0,0-.09,0-.07,0,0,0-.06l0-.1a1.13,1.13,0,0,1,.12-.21.86.86,0,0,1,.29-.28,1.26,1.26,0,0,1,.46-.2,1.57,1.57,0,0,0,.3-.12.6.6,0,0,0,.13-.09s0,0,0,0l0,0s0,0-.12,0l0-.07v0a.12.12,0,0,0,.21.09Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M291.78,76.55a2.55,2.55,0,0,0-1.33-.94c-.8-.35-.64-2.09-1-2.79-.52-1-1.34-2.36-2.63-2.42a.05.05,0,0,0-.05,0s-.25-.31-.51-.53a1.86,1.86,0,0,0-1.12-.33,6.78,6.78,0,0,0-3.6.91,5.19,5.19,0,0,0-2.1,6.29,9.87,9.87,0,0,0,2.87,3.36,6.18,6.18,0,0,0,3.33,1.71,3.3,3.3,0,0,0,3-1.51,14.68,14.68,0,0,0,1-2.16c.35-.8,1.43-.87,2.06-1.33A.23.23,0,0,0,291.78,76.55Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M288.84,74.53c0,.42-.2.77-.45.77S288,75,288,74.53s.2-.78.44-.78S288.84,74.1,288.84,74.53Z'%20style='fill:%23414355'/%3e%3cpath%20d='M288.34,71c-.55-1.15-2-1.58-3.15-1.85a4.13,4.13,0,0,0-2,.18,4.29,4.29,0,0,0-.85.3c-1,.51-1.22-.23-1.52-.8a12.27,12.27,0,0,0-7.68-6,2,2,0,0,0-2.44.92c-.45.95.41,2.38.86,3.18A10.93,10.93,0,0,0,274.82,70a10.36,10.36,0,0,0,2.25,1.2,20,20,0,0,0,2,.43,7.67,7.67,0,0,0-1.23,1,3.07,3.07,0,0,0-.69,2,2.81,2.81,0,0,0,2.12,2.53c.58.15,1.61-.6,2.08-.79A5.62,5.62,0,0,0,283.12,75c1.31-1.37,2.09-3.67,4.32-3.56C288.32,71.44,288.5,71.32,288.34,71Z'%20style='fill:%23414355'/%3e%3cpath%20d='M268.3,82.8c-.47-.74-1.64-.41-2.3-.23a8.89,8.89,0,0,0-3.46,1.55,3.94,3.94,0,0,0-1.18,2.94,46,46,0,0,0,.37,9.81c.09.58.12,1.82.58,2.26.24.24.68.12,1,.1a25.39,25.39,0,0,0,5-.59c1.54-.42-.6-1.65-1.24-1.77-1.89-.38-1.69-1.47-1.77-2.94-.06-1.11-.1-2.23-.14-3.35a16.23,16.23,0,0,1,.2-3.26c.29-1.86,1.84-1.54,3.33-1.61l.06,0a.23.23,0,0,0,.33-.17A4,4,0,0,0,268.3,82.8Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M287.44,82.84c-.4-2.48-3.37-4.56-5.83-5h0a7.92,7.92,0,0,0-2.67-1c-1.28-.38-2.57-.71-3.84-1.13a28.93,28.93,0,0,1-3.87-1.7c-1-.5-2-1.12-3-1.51a.38.38,0,0,0-.47.26A10.36,10.36,0,0,1,266,77a20.6,20.6,0,0,1-4.26,3.34.29.29,0,0,0-.05.45c1.18,1.21,2.76,1.92,4,3.1a10.43,10.43,0,0,0,3.93,2.8,14.53,14.53,0,0,0,5.25.52c2.11-.06,4.24-.26,6.33-.53C283.05,86.43,287.91,85.79,287.44,82.84Z'%20style='fill:%23ffa348'/%3e%3cpath%20d='M236.94,58.41c-.19-.74-2.23-2.47-2.95-2.84a5.9,5.9,0,0,0-1.32-.24c-.64-.12-3.86-.61-4.75-.33s-1.86,1.72-.38,2.49a11.35,11.35,0,0,0,3.41.89c1.32,0,3.34,2,4,2.2.81.32,2.39.14,2-.7C236.87,59.87,237,58.42,236.94,58.41Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M236.1,52c.31,1.46,3.77,1.94,4.85,2.25s2.94,1.2,3.11-.66a2.83,2.83,0,0,0-1.71-2.64C238.7,49.7,235.71,50.14,236.1,52Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M267.65,71.9a7.3,7.3,0,0,0-4.56-4.36,11.09,11.09,0,0,1-2-.45,7.61,7.61,0,0,1-2-1.84,36.31,36.31,0,0,0-3.66-3c-2.49-2-5.09-3.85-7.52-6-1.15-1-2.21-2.13-3.29-3.21a1.13,1.13,0,0,0-1.51-.32c-.6.29-1.54.84-1.77,1.52-.3.89.9,2,1.32,2.7.8,1.38,1.7,2.69,2.56,4a17.53,17.53,0,0,0,1.2,1.63,11.87,11.87,0,0,1,1.33,1.61c-2-1.15-3.92-2.42-5.82-3.7-1.25-.83-3.32-3.33-5-2.91-.83.21-1.65,1.6-2.2,2.18-.26.28-.78.58-.66,1.05.19.69,1.47,1.43,2,1.89,1,.91,2.09,1.7,3.12,2.56a42.71,42.71,0,0,1,5.47,6,17.52,17.52,0,0,0,5.49,4.48,24.64,24.64,0,0,0,3.26,1.25c1.43.52,2.84,1.11,4.24,1.72s3.11,1.7,4.59,1.58h0c2.25,0,4.13-.47,5.39-2.14C269.18,76.12,268.62,74.16,267.65,71.9Z'%20style='fill:%23414355'/%3e%3cpath%20d='M247.59,64a23.32,23.32,0,0,0,6.14,7.9,23.36,23.36,0,0,0,3.89,2.89,8.28,8.28,0,0,0,4.4,1.33c.23,0,.32-.39.06-.42a11.49,11.49,0,0,1-4.37-1.47,23.46,23.46,0,0,1-3.83-2.89,23.87,23.87,0,0,1-3.39-3.5c-1-1.27-1.77-2.66-2.67-4a.13.13,0,0,0-.23.14Z'%20style='fill:%232a9cc8'/%3e%3cpath%20d='M276.72,81a4.65,4.65,0,0,0-3.26,1.42,5.92,5.92,0,0,0-.68,3.13,40.59,40.59,0,0,0,.24,5.62c.1,1.51.12,3,.32,4.45.13.88.25,1.87,1.22,2.12a11.21,11.21,0,0,0,2.71-.06c.37,0,3.41-.28,1.82-1.23-.88-.52-2.44-.3-2.58-1.51a37,37,0,0,1,0-5.16c0-.93-.57-4.64,1-4.6s2.68.78,4.14.22h0v.09s0,0,0,0v0l.14,0a7.06,7.06,0,0,0-1.79-4.71A19.91,19.91,0,0,0,276.72,81Z'%20style='fill:%23858fa9'/%3e%3cpath%20d='M279.29,80.74c2.13.51,1.9,3.73,2.3,5.35a.29.29,0,0,0,.55,0c.35-1.62-.55-5.9-2.8-5.66-.17,0-.23.26,0,.31Z'%20style='fill:%23414355'/%3e%3cpath%20d='M244.94,82.55a7.49,7.49,0,0,0-1.81.28c-1.16.22-2.33.41-3.49.67a27,27,0,0,0-7.36,3.08,30.59,30.59,0,0,0-7.13,5.63,38.36,38.36,0,0,0-3.24,3.5,15.51,15.51,0,0,0-2.38,5.23'%20style='fill:none;stroke:%23858fa9;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.6845675732382015px;stroke-dasharray:0.02807631716132164,3.930649995803833'/%3e%3cpath%20d='M171.43,116.24c-.35.57-2.3.82-2.94,1-1.43.38-2.92.69-4.36,1s-2.73.94-4.12,1.41a31.16,31.16,0,0,0-4.85,2,75.77,75.77,0,0,0-9.14,5.42c-3.43,2.56-6.89,5.17-9,9'%20style='fill:none;stroke:%23858fa9;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.6845675732382015px;stroke-dasharray:0.02807631716132164,3.930649995803833'/%3e%3cpath%20d='M170.5,127.29a9.33,9.33,0,0,0-3.14.73c-1.38.44-2.79.85-4.17,1.32a69.35,69.35,0,0,0-9.73,4.64c-2.72,1.42-5.81,3-8,5.09-1.16,1.11-2.46,2-3.56,3.18s-2.13,2.72-3.37,3.94'%20style='fill:none;stroke:%23858fa9;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.6845675732382015px;stroke-dasharray:0.02807631716132164,3.930649995803833'/%3e%3cpath%20d='M162.07,151.62h.32c-1.36,0-3.14,1-4.38,1.49a55.17,55.17,0,0,0-6.79,3.51,37.91,37.91,0,0,0-5.11,3.9,29.26,29.26,0,0,0-5,5.86,62.94,62.94,0,0,0-3.54,5.27'%20style='fill:none;stroke:%23858fa9;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.6845675732382015px;stroke-dasharray:0.02807631716132164,3.930649995803833'/%3e%3cpath%20d='M48.64,241.84c-11,2.93-19.63,12-23.95,22.27'%20style='fill:none;stroke:%23858fa9;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.6845675732382015px;stroke-dasharray:0.02807631716132164,3.930649995803833'/%3e%3c/svg%3e";
2
+ export {
3
+ c as default
4
+ };